/* ESTILOS CORRESPONDIENTES A LA CABECERA */

.banner {
	height: 120px;
	padding: 10px;
	margin-bottom: 25px;
}

.banner-escudo {
	width: 354px;
    height: 100px;
	 float: right;
}

.escudo-ecuador{
	background-image: url('../img/escudo-ecu.png');
	background-size: 176px;
    background-position: center;
    background-repeat: no-repeat;
    width: 185px;
    height: 100px;
    float: left;
}

.ecuador {
	background-image: url('../img/ecuadoramalavida_logo.png');
	background-size: 118px;
    background-position: center;
    background-repeat: no-repeat;
    width: 166px;
    height: 100px;
    float: right;
}

.logo {
	background-image: url('../img/banner-aplicativos-web.png');
	background-size: 100%;
    background-position: right center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    float: left;
}

.usuario {
    /*float: right;*/
    left: 0%;
    position: relative;
    top: 0%;
}

.ajax-status {
	float: right;
    right: 0;
    position: relative;
    top: -36px;
    color: #4A75B5;
}

/* ESTILOS CORRESPONDIENTES AL MENU */

.menu-vertical{
	padding: 10px;
	float: left;
}

/* ESTILOS CORRESPONDIENTES AL PIE DE PAGINA */

.footer {
	border-top: solid 1px #A8A8A8;
    text-align: center;
    padding-top: 5px;
    color: #616161
}

/* ESTILOS DE TODA LA PAGINA */

body {
	font-size: 11px;
	font-family: Arial,Verdana,sans-serif;
	background: #F0F0F0;
}

.contenedor {
    margin: 0 auto;
    width: 1100px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
    border: 1px solid #A8A8A8;
    /*padding: 10px;*/
    background: #FFFFFF;
}
.contenedor-horizontal {
    overflow: auto;
    min-height: 250px;
    border-top: solid 1px #A8A8A8;
}

.contenedor-horizontal-externo {
	background: #FFF;
    overflow: auto;
    min-height: 250px;
    border-top: solid 1px #A8A8A8;
    padding-top: 10px;
    padding-bottom: 25px;
    padding-left: 10px;
}

.contenido {
	background: #F3F3F4;
    margin-left: 190px;
    overflow: visible;
}

.padding-contenido{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.titulo {
	font-size: 17px;
	font-family: Arial,Verdana,sans-serif;
	font-weight: bold;
}

.prueba {
	background-image: url("../css/images/rich.png");
	background-color: #D6E6FB;
	background-position: left top;
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	color: #0B356C;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	text-align: center;
}

.pruebaRojo {
	background-color: #FCDCDC;
	background-position: left top;
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	color: #0B356C;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	text-align: center;
}

.columna {
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	padding: 4px;
	background-color: #F7FDFC;
}

.columna:hover {
	background-color: #FFFFE0;
}

.rf-fu-lst{
	height: 50px !important;
}

.width30 {
	width: 30%;
	text-align: right;
}

.width70 {
	width: 70%;
}
.width80 {
	width: 80%;
}

.width28 {
	width: 28%;
	text-align: right;
}

.width72 {
	width: 72%;
}

.errors {
	border: 1px dotted #BB0000;
	color: #BB0000;
	padding: 15px 50px 15px;
}
.info {
	background-color: #F0F8FF;
    font-weight: bold;
    border: 1px dotted #3874A6;
    color: #3874A6;
    padding: 15px;
}
.danger {
	background-color: rgb(255, 238, 221);
    font-weight: bold;
    border: 1px dotted #BB0000;
    color: #BB0000;
    padding: 15px;
}
.text-danger{
	font-weight: bold !important;
    color: #BB0000 !important;
}
.text-info{
	font-weight: bold !important;
    color: #3874A6 !important;
}
.width30-upload-file {
	width: 30%;
	text-align: right;
	padding-right: 15px;
	font-weight: bold !important;
}
.width20-upload-file {
	width: 20%;
	text-align: right;
	padding-right: 15px;
	font-weight: bold !important;
}
.width20{
	width: 20%;
}
.alert-sucess {
	color: #3c763d;
    background-color: #dff0d8;
    padding: 15px !important;
    margin-bottom: 20px;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
}
.alert-info {
	color: #31708f;
    background-color: #d9edf7;
    padding: 15px !important;
    margin-bottom: 20px;
    border: 1px solid #bce8f1;
    border-radius: 4px;
}
.alert-danger {
	color: #a94442;
    background-color: #f2dede;
    padding: 15px !important;
    margin-bottom: 20px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
}
.alert-warning{
	color: #8a6d3b;
    background-color: #fcf8e3;
    padding: 15px !important;
    margin-bottom: 20px;
    border: 1px solid #faebcc;
    border-radius: 4px;
}
.width30{
	width: 30%;
	text-align: right;
	
}
.width40{
	width: 40%;
	text-align: right;
	
}

.width20{
	width: 20%;
	text-align: right;
	
}
.no-table-header .rich-table-thead {  
 display: none;  
} 

.checkMatriz{
    border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	padding: 5px;
	margin-bottom:9px;
}
.vertical-align-top{
	vertical-align: top;
}
.saveComponent {
	font-weight:bold;
    margin-top:20px; 
    margin-bottom:10px;
    padding: 5px;
}
.info-notification {
	color: #31708f;
    background-color: #d9edf7;
    padding: 15px !important;
    margin-bottom: 20px;
    border: 1px solid #bce8f1;
    border-radius: 4px;
    font-size: 13px !important;
}
.vertical-align-top-33{
	vertical-align: top;
	width: 33% !important;
}
.vertical-align-top-34{
	vertical-align: top;
	width: 34% !important;
}
.incompleta-informacion {
	background-color: rgb(255, 238, 221);
    color: #BB0000;
}
.ui-menu {
    width: auto;
    margin-right: 24px;
}
.width-first-column-asignacion{
	width: 20%;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
    vertical-align: top;
}
.width-second-column-asignacion{
	width: 80%;
}
.ui-widget{
	font-size: 12px;
}
.ui-widget-header{
	text-shadow: none;
}
.ui-state-default{
	text-shadow: none;
}
.width-first-column-confirmacion-asignacion{
	width: 40%;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
}
.width-second-column-confirmacion-asignacion{
	width: 60%;
}
.tablaValidacionHoras td{
	vertical-align: top;
}

.ui-timepicker-table td a{
	padding: 0.2em 1.3em 0.2em 0.5em !important;
}
.pTablaAsignacionesMateriasDiscriminacion .ui-datatable-footer{
	text-align: left;
}
.panelDisponibilidad .ui-panel-content{
	padding: 0;
}

.ui-menu.ui-menu-dynamic{position: absolute;display: none;z-index: 100000;visibility: hidden !important;}
.fieldset-niveles-empty{
	background-color: #E9ECEF;
	height: 30px;
	border: 1px solid rgba(0,0,0,.15) !important;
}
.fieldset-niveles-full{
	border-color:#E7EAEC !important;
}