/* ESTILOS CORRESPONDIENTES A LA CABECERA */

.banner {
	height: 20px;
	padding: 10px;
	margin-bottom: 25px;
}


.logo {
	background-image: url('../img/logo.png');
	background-size: 280px;
    background-position: right center;
    background-repeat: no-repeat;
    width: 280px;
    height: 100%;
    float: left;
}

.usuario {
    /*float: right;*/
    left: 279px;
    position: relative;
    top: 104px;
}

.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: 1200px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
    border: 1px solid #A8A8A8;
    /*padding: 10px;*/
    background: #FFFFFF;
}
.contenedorsup
{
    margin: 0 auto;
    width: 900px;
	height: 700px;
    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;
    padding-right: 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;}

.panel-heading {
	font-size: 15px !important;
	background-color: #57849e !important;
}
.font-size11{
	font-size: 11px !important;
}

.outerpanelgrid tbody tr, .outerpanelgrid tbody td{  
    border: none;
 }
 
 .bordernonepanelgrid tbody tr, .bordernonepanelgrid tbody td{  
    border: none;
    padding:0;
 }
 .column-width-70{
 width: 70%;
 text-align: center;
 }
 .column-width-30{
 width: 30%;
 }
 .width-30-form{
	font-weight: 600;
	text-align: right;
	width: 30%;
	padding-right: 5px;
}
.width-70-form{
	width: 70%;
}
.width-40-form{
	font-weight: 600;
	text-align: right;
	width: 40%;
	padding-right: 5px;
}
.width-60-form{
	width: 60%;
}

table
{
	border: 1px;
}

.cabeceratabla
{
	background-color: #dff0d8;
	text-align: center;
	font-weight: 600;
}
.cabeceratablapa{
    background-color: #dff0d8;
	text-align: center;
	font-weight: 600;
        font-size: 15px;
}
.btn_ingreso
{
	color: #fff;
}
.obligatorio
{
    color: red;
    font-weight: bold;
}
.boton_personalizado{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    background-color: #1883ba;
    border-radius: 6px;
    border: 2px solid #0016b0;
  }
.boton_personalizado:hover{
    color: #1883ba;
    background-color: #ffffff;
  }
  .tabla_detalle
  {
      border-collapse: collapse;
      
  }
  .tabla_detalle tr
  {
      border: #3874A6 1px solid;
  }
    .tabla_detalle td
  {
      border: #3874A6 1px solid;
  }
  .tabla_subcab
  {
      background-color: #BB0000;
  }  
  .my-fixed-item {   
    height: 610px; overflow-y: scroll;
}
.my-fixed-itemsup {   
    height: 800px; overflow-y: scroll;
}
.cabeceratablainicial
{
    	background-color: #3874A6;
	text-align: center;
	font-weight: 600;
        color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 14px;
}
.btn-cancel {
    color: #fff;
    background-color: #ab2e2e;
    border-color: #BB0000;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 14px;
    
}
.guardado
{
    color: #fff;
    background-color: #56bc6f;
    padding: 15px !important;
    margin-bottom: 20px;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
    font-size: 15px;
    width: 350px;
    
}
.opciones
{
    font-size: 12px;
    font-style: italic;
}
.table_repor {
  border: 1px solid #A8A8A8;
  width: 80%;
}
.photouser {
    margin-left: 30px;
    width: 25px;
    height: 25px;
}
.close{
	width: 25px;
    height: 25px;
}
header{
	position: fixed;
	width: 100%;
}
.header{
	color: #FFF;
	background: #0a4661;
	height: 35px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}
nav ul{
	background: #058167;
	/*background: #05817d;*/
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: left;
	align-items: center;
}
nav ul > li a{
	position: relative;
}
nav a{
	color: #FFF;
	display: block;
	font-size: 10pt;
	font-family: 'GothamBook';
	padding: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: background .5s;
	border-right: 1px solid #319B8F;
}
nav .principal > a{
    background: url(../images/arrow_bottom.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-position: 94% center;
    background-size: 10px;
}
nav ul li:hover ul{
	display: block;
}
nav li ul{
	/*background: #177470;*/
	background: #2d9872;
	display: none;
	flex-direction: column;
	position: absolute;
	align-items: flex-start;
	border-radius: 0 0 10px 10px;
}
nav li ul a{
	position: relative;
	padding: 10px 30px;
	border-right: initial;
}
nav li ul a:hover{
	/*background: #2c9595;*/
	background: #147556;
}
nav li ul li:last-child{
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}
/*============ Paginador =============*/
.paginador ul{
	padding: 15px;
	list-style: none;
	background: #FFF;
	margin-top: 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}
.paginador a, .pageSelected{
	color: #428bca;
	border: 1px solid #ddd;
	padding: 5px;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	width: 35px;
}
.paginador a:hover{
	background: #ddd;
}
.pageSelected{
	color: #FFF;
	background: #428bca;
	border: 1px solid #428bca;
}