

/*
	Índice
		- General
		- Menú

*/

/* @group font face*/
@font-face {
	font-family:'Trajan';
	src:url(../fonts/trajanpro-regular-webfont.eot);
	src:url(../fonts/trajanpro-regular-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/trajanpro-regular-webfont.woff) format("woff"),url(../fonts/trajanpro-regular-webfont.ttf) format("truetype"),url(../fonts/trajanpro-regular-webfont.svg#AllerRegular) format("svg");
	font-weight:400;
	font-style:normal;
}
/* @end */



/* General */
html,
body {
 	height: 100%;
 	width: 100%;
 	overflow-x: hidden;
}
body {
    font-family: 'Lato';
}

body > .container{
	min-height: 100%;
	height: auto;
	/* Negative indent footer by its height */
	margin: -216px auto -95px;
	/* Pad bottom by footer height */
	padding: 216px 0 95px;
}
.container{
	max-width: 1000px;
	width: 1000px;
}

.fa-btn {
    margin-right: 6px;
}

.toggle-show{
	cursor: pointer;
}

/* Header UC */
img.img-logo{
	width: 250px;
	margin: 0 0 0 -6px;
}
nav.navbar.navbar-static-top{
	height: 196px;
}
nav.navbar.navbar-static-top .row{
	background: url(../img/background.png) no-repeat right 7px;
    background-size: 100%;
}
nav.navbar.navbar-static-top .col-xs-3{
	padding-left: 0;
	padding-right: 0;
}
nav.navbar.navbar-static-top h2{
	font-family: Trajan;
    color: #FFF;
    margin: 60px 0 0;
    font-size: 34px;
    font-weight: normal;
}
nav.navbar.navbar-static-top h3{
	color: #333;
    font-weight: normal;
    font-size: 20px;
    margin: 0;
}

/* Menú */
.sidebar-nav .navbar .navbar-collapse {
	padding: 0;
	max-height: none;
}
.sidebar-nav .navbar ul {
	float: none;
}
.sidebar-nav .navbar li a{
	text-transform: uppercase;
	font-size: 13px;
}
.navbar-default .navbar-nav>.active>a{
	background-color: #2f549e;
	color: #FFF;
}
.sidebar-nav .navbar ul:not {
	display: block;
}
.sidebar-nav .navbar li {
	float: none;
	display: block;
}
.sidebar-nav .navbar li a {
	padding-top: 12px;
	padding-bottom: 12px;
}

/*  */
.sidebar-nav .navbar ul ul{
	display: none;
}
.sidebar-nav .navbar ul li.active ul{
	display: block;
}
.sidebar-nav .navbar ul ul li a{
	padding: 6px 15px 6px 30px;
	text-transform: none;
}
.sidebar-nav .navbar ul ul li.active > a{
	color: #286090;
	background-color: #eee;
	font-weight: bold;
}

/* Vistas */
h2,
h4.modal-title{
	color: #808080;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
h2 img.icon{
	display: block;
    width: 100%;
    max-width: 16px;
    margin: 0 0 10px;
}
h2 img.icon.icon-bg{
	max-width: 30px;
}
h3{
	color: #808080;
    font-size: 14px;
    font-weight: bold;
}
h4 img.icon{
	display: inline-block;
    width: 100%;
    max-width: 26px;
    margin: 0 10px 0 0;
}
.text-center h2 img.icon{
	margin: 0 auto 10px;	
}
hr{
	border-top: 3px solid #fdd900;
    width: 40px;
    margin: 5px 0 30px;
}
hr.minimal{
	margin: 5px 0 10px;	
}
.text-center hr{
	margin: 5px auto 30px;	
}

.panel-biomodelo{
	background-color: #f2f2f2;
    border: 1px solid #e6e6e6;
    border-top: 3px solid #3d7edb;
    border-radius: 0 0 6px 6px;
}
.panel-biomodelo a,
.panel-biomodelo a:hover{
	color: #4d4d4d;
}
.panel-biomodelo img.icon{
    width: 100%;
    max-width: 32px;
    margin: 0 10px 0 0;
}

/* Footer */
footer#footer{
	background: #a2a2a2;
    padding: 20px 0;
    height: 95px;
}
footer#footer p{
	color: #FFF;
    font-size: 12px;
    margin: 0;
}
footer#footer p a{
	color: #FFF;
	text-decoration: underline;
}
footer#footer p.optimizado{
	margin: 4px 0 0;
	color: #EEE;
}

/* Form */
.form-horizontal .control-label{
	text-align: left;
}

/* Botones */
.btn.btn-biomodelo{
	background: #2f549e;
	color: #FFF;
	width: 100%;
	max-width: 200px;
}
.btn.btn-link.btn-file{

}
.btn.btn-link.btn-file img.icon{
	width: auto;
    max-height: 20px;
    margin: 0 5px 0 0;
}
.btn.btn-popover{
	margin: 0 0 0 10px;
}

/* Tablas */
table.table-biomodelos{
    border-spacing: 2px;
    border-collapse: separate;
}
table.table-biomodelos tr th,
table.table-biomodelos tr td{
	color: #808080;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    border-top: none;
}
table.table-biomodelos tr th{
	background-color: #c5d7eb;
    text-transform: uppercase;
}
table.table-biomodelos tr td{
	background-color: #f2f2f2;
	padding: 4px;
}
table.table-biomodelos tr:hover td{
	background-color: #fcf9d6;
}
table.table-biomodelos tr td a.btn,
table.table-biomodelos tr td button.btn{
	color: #808080;
	background: none;
	border: none;
}
table.table-biomodelos tr td a.btn.btn-success,
table.table-biomodelos tr td button.btn.btn-success{
	color: #3c763d;
}
table.table-biomodelos tr td a.btn.btn-danger,
table.table-biomodelos tr td button.btn.btn-danger{
	color: #d9534f;
}
table.table-biomodelos tr td a.btn:hover,
table.table-biomodelos tr td button.btn:hover{
	color: #3d7edb;
}

/* Listas y Otros */
dl dd{
	margin-bottom: 8px;
}
ul.list-inline.list-minimal{
	margin-bottom: 0;
}
ul.list-inline.minimal li{
	padding-left: 0;
	padding-right: 0;
}
ul.list-files{
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    font-size: 12px;	
}
ul.list-files li button{
	background: url(../img/icons/file.png) no-repeat;
    background-size: 14px;
    padding: 0 0 0 20px;
	line-height: 18px;
	display: inline-block;
	color: #337ab7;
}
ul.list-files li button:hover{
    color: #23527c;
    text-decoration: underline;
}

/* Modal */
.modal-header{
	border-bottom: none;
	padding-top: 40px;
}

/* Modal: Upload */
.file-upload .demo-file-id,
.file-upload .demo-file-name{
	font-weight: bold;
}
.file-upload .progress{
	margin-bottom: 0;
	margin-top: 2px;
}
.file-upload .demo-file-size,
.file-upload .demo-file-status{
	color: #999;
    font-size: 12px;
    display: inline-block;
    margin: 0 0 15px;
}
#drop-area-div .myFile input[type="file"] {
    position: fixed;
    top: -1000px;
}
#drop-area-div .myFile{
    border-radius: 4px;
    padding: 10px;
    margin: 2px;
    background: #337ab7;
    display: inline-block;
    width: 100%;
    max-width: 200px;
    cursor: pointer;
    text-align: center;
}
#drop-area-div .myFile:hover {
    background: #286090;
}
#drop-area-div .myFile:active {
    background: #286090;
}
#drop-area-div .myFile :invalid + span {
    color: #FFF;
}
#drop-area-div .myFile :valid + span {
    color: #FFF;
}


/* Alertas */
.alert.minimal{
    padding: 4px 30px 4px 15px;
    margin-bottom: 2px;
}