/*!
 * Durandal 2.1.0 Copyright (c) 2012 Blue Spire Consulting, Inc. All Rights Reserved.
 * Available via the MIT license.
 * see: http://durandaljs.com or https://github.com/BlueSpire/Durandal for details
 */
 html {
 	overflow: hidden;
 }
 
 a.btn.btn-secundary {
	color: black;
	background-color: #DDDDDD;
 }
 
a.btn.btn-primary {
	color: white;
	background-color: #132f55;
}
td .btn.btn-secundary, td .btn.btn-primary {
	/* margin: 5px 0px; */
	width: 150px;
}
 
.floatform {
	float: left;
    width: 200px;
    margin-right: 5px; 
}

.modal-content {
	margin: 15px;
}

.form-group {
   margin-bottom: 30px;
}
 /*
 #logo {
    float: left;
    width: 104px;
    height: 56px;
    background: url(../app/img/lino_logo_cmyk.png);
    background-repeat: no-repeat;
    background-size: 104px;
    margin: 5px 15px;
}
*/
 #logo {
    float: left;
    width: 104px;
    height: 59px;
    background: url(../app/img/logo.svg);
    background-repeat: no-repeat;
    background-size: 104px;
    margin: 5px 15px;
}

.splash {
    text-align: center;
    margin: 10% 0 0 0;
}

.splash .message {
    font-size: 5em;
    line-height: 1.5em;
    -webkit-text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
    text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
    text-transform: uppercase;
}

.splash .fa-spinner {
    text-align: center;
    display: inline-block;
    font-size: 5em;
    margin-top: 50px;
}

.page-host {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 70px;
    bottom: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.container-fluid {
	padding: 0px;
	margin: 0px;
	overflow-y: auto;
}

.nav.navbar-nav {
	margin-left: 7px;
    margin-top: 20px;
    margin-bottom: 0px;
}

section {
    margin: 0 0;
}

.navbar-fixed-top {
	border-color: #132f55;
	background-color: #fff;
}
    

.navbar-nav li.loader {
    margin: 12px 6px 0 6px;
    visibility: hidden;
}

.navbar-nav li.loader.active {
    visibility: visible;
}

.download-menu-item {
	margin-bottom: 2px;	
	cursor: pointer; 
	padding: 5px; 
	padding-left: 25px; 
	font-size: 13pt; 
	border: 1px solid #132f55;
	border-left: 0px;
	border-right: 5px solid #132f55;
	background-color: #fff;
	color: #132f55;
}

.download-menu-item:hover {
	border-right: 5px solid #b70e0b;
}

.download-menu-item.selected {
	background-color: #132f55;
	color: #fff;
}

.download-menu-item.selected:hover {
	border-right: 5px solid #132f55;
}
.pictureDetail {
    max-width: 425px;
}