/* CSS Propio de la aplicación. */
#Spinner{
	margin: 100px auto;
   position: absolute;
   top: 33%;
   bottom: 30%;
   right: 50%;
}
#preview-area {
   background-color: rgba(41, 128, 185,0.35);
   /*margin-top: -60px !important;*/
   width: 100%;
   height: 100%;
   position: absolute;
   margin: auto auto;
   z-index: 14000 !important;
}
.selected{
   background-color: #69a4e0 !important;
}
.dataTables_empty{
   text-align: center;
}
.gritter-item {
   padding: 2px 11px 0px 11px;
}
.txtFecha:hover{
   cursor:pointer;
}

/**** samir ****/
.login-layout {
   /*background-color: #1D2024;*/
   background-image: url(../imagenes/fondo.png);
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   background-attachment: inherit;
   background-size: cover;
   background-position: top center;
}

.btn_happy{
   background: #3EAEB4 !important;
   border-color: #3EAEB4 !important;
}



/*@font-face {
  font-family: 'osw_bold';
  src: url('../fuentes/Oswald-Light.ttf') format('truetype');
}*/


.text-titulos{
   color: #0152a1;
   font-weight: 500;
   /*font-family: 'osw_bold';*/
}

.bg_happy{
   background: #01BDC8 !important;
}

.bg_activo{
   background: #6fb3e0 !important;
   color: #fff !important;
}

.txtModul{
   font-weight: 500 !important;
}

.modal-backdrop.in {
   opacity: 0.8;
   position: fixed;
}

.ace-nav > li > a:hover{
   background-color: transparent; 
}

.fondo_estudia{
   background: #F5F5F5;
   padding: 13px 20px 0px 20px;
}

#tblEstudiantesCurso th{
   background: #01BDC8;
   color: #fff;
}

.tblHappy th{
   background: #01BDC8 !important;
   color: #fff !important;
}

.columnaHijo{
   cursor: pointer;
}

.infobox-small {
   width: 24% !important;
}

.text-end{
   text-align: end;
}