/*
Hoja de estilos para FAE
Sgos. Richard Salazar
*/
* {
	font-family: Arial, Verdana, serif;
}

img {
	border: none;
}

body {
	color: #555555;
	font-size: 14px;
}

div#container {
	/* 	width:1288px; */
	margin: auto;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

div#content {
	margin-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 12px;
	padding-left: 10px;
	padding-right: 10px;
	/* 	border-bottom:1px dashed #ddd; */
	min-height: 495px;
}

div#titlePage {
	color: #FA5858;
	margin-top: 16px;
	font-size: 16px;
	font-weight: bold;
	background-color: #BDBDBD;
}

div#headerText {
	color: #005696;
	font-weight: bolder;
}

div#footer {
	text-align: center;
	margin-top: 5px;
	background-color: #4A75B5;
	color: white;
	font-size: 11px;
	padding-bottom: 4px;
}

div#header {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D1E1EC;
}

div#copyright {
	padding-top: 5px;
	background
}

.twoColsWidth50 {
	width: 50%;
}

.twoColsWidthStatic {
	width: 120px;
}

.twoCols1 {
	vertical-align: top;
}

.twoCols2 {
	vertical-align: top;
}

.subtitleForm {
	text-align: left;
	padding-top: 8px;
	color: #8cc63f;
	border-bottom: 2px dotted #ddd;
	font-size: 14px;
	font-weight: bold;
}

.colHome {
	text-align: center;
}
.centered { 
	text-align: center; 
	margin-left: 50%;
	color: #020202; 
}

input.autocompleteInputCadete {
	width: 350px !important;
}

.autocompletePopupCadete {
	width: 300px !important;
	height: 300px !important;
}

.autocompletePopupClasiProduMedid {
	width: 580px !important;
	height: 300px !important;
}

.rf-au-lst-scrl {
	width: 300px !important;
	height: 300px;
	max-height: 500px;
	min-height: 300px;
}

input.autocompleteInputPersonalOrdenVuelo {
	width: 180px !important;
}

input.autocompleteInputClasiProduMedid {
	width: 580px !important;
}

input.autocompleteInputMisionEsma {
	width: 120px !important;
}

.subtitulos {
	COLOR: #8cc63f;
	FONT-WEIGHT: bold;
	FONT-SIZE: medium;
}

.etiquetasFormulariosPrincipales {
	color: #8cc63f;
	font-size: 14px;
	font-weight: bold;
}

.etiquetasLabel {
	color: #020202;
	font-size: 15px;
	font-weight: bold;
}

.noRows {
	font-weight: bold;
	display: block;
	margin-top: 16px;
}

input.txtNotaHabilitado {
	background: #BCF5A9;
}

input.txtNotaNoHabilitado {
	background: #bbb;
}

a.botonGrande {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #555555;
}

a.botonGrande table {
	border-bottom: 1px dotted #fff;
}

a.botonGrande:hover table {
	border-bottom: 1px dotted #999;
}

/*a.botonGrande:hover{
	color:#aaa;
}*/
.filaPar {
	background: #eee;
}

.filaImpar {
	background: #fff;
}

input.suspenso {
	background: #F58E8E;
}

.edicionForm {
	background-color: gray;
}

.contentPanelLogIn {
	background-color: #F7F7F7;
	border-radius: 2px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	padding: 10px;
	width: 430px;
	font-family: Arial, sans-serif;
}

.divContent {
	height: 485px;
	overflow-y: scroll;
	overflow-x: none;
 	background-image: url('../img/fondosellos.png'); 
 	background-repeat: no-repeat; 
 	background-position:center botton;
}

.etiquetaEscalera {
	color: #4A75B5;
	font-size: 14px;
	font-weight: bold;
}

.columnaTop {
	vertical-align: top;
}

.form-label-1 {
	width: 120px;
}

input.cajaMesPlanificacion {
	width: 20px;
}

input.cajaHoraPlanificacion {
	width: 32px;
	background: rgb(189, 206, 233);
}

img.imgMesPlanificacion {
	cursor: pointer;
	margin-left:16px;
}

.segmentoVueloEtiqueta{
}

.segmentoVueloValor{
	font-weight:bold;
}

.preformatted{
	white-space: pre-wrap;
}

.graficoAvance{
	background-image: none;
}

.contentPanelLogIn{
	background-color: #F7F7F7;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    padding: 10px;
    width: 430px;   
   	font-family: Arial,sans-serif;
   	text-align:center;margin:0px auto;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}

.blink {
	color:Black;
	font-size:150px;
	font-weight:bold;
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

.bodyLogin {
 	background-image: url('../img/fondosellos.png');
 	background-color: #D1E1EC; 
 	background-repeat: no-repeat; 
 	background-position:center botton;
} 
 
