@charset "utf-8";

/******************************************************************************************************

HOJA DE ESTILOS MATEM

*****************************************************************************************************/


/*/////////////////////////////////////////////////*/

.contenedor{
	width: 83%;
	float: right;
}

.form-group{
	margin-bottom: 7px;
}

textarea {
    resize: none;
}

.dataTables_wrapper .dt-buttons {
  /* position: absolute;
  bottom: -70px;
  right: 20px; */
  margin-bottom: 25px;
}

div.dataTables_wrapper div.dataTables_info{
	margin-bottom: 20px;
}

div.dataTables_wrapper div.dataTables_length label{
	position: absolute;
	left: 25px;
}

.menuInferior{
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: 20px;
}

.barra-informacion{
	background-color: #CC071E;
}

.titulo-barra{
	color: white;
	margin-left: 25px;
	margin-bottom: 0;
	margin-top: 10px;
	z-index: 100;
}

.lista-barra{
	text-align: right;
}

.lista-barra li{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.lista-barra li a{
	display: table;
	-moz-box-sizing: border-box;
	padding: 10px;
	color: white;
}

.lista-barra li a:hover{
	color: #22304D;
}

.lista-barra li a span{
	vertical-align: middle;
    text-align: center;
    font-size: 1.5rem;
}

#tituloActual{
	margin-top: 35px;
	text-align: center;
	margin-bottom: 20px;
}

.enlace-tarjeta{
	text-decoration: none !important;
}

.lista-opciones li{
	text-align: center;
}

.itemMenu:before{
	margin-right: 10px;
}

.lista-opciones li a{
	padding: 15px;
	color: black;
	background-color: rgba(3,3,3,0.6);
	text-decoration: none;
	color: white;
	width: 90%;
	font-size: 1.1rem;
	border-bottom: 1px solid white;
}

.titulo-opciones{
	/* margin-left: 25px; */
	margin-bottom: 30px;
	text-align: center;
}

.lista-opciones li a:hover{
	background-color: rgba(0,150,230);
}

#divOpciones{
	margin-bottom: 35px;
}

/* Media Queries segun Bootstrap*/

@media (max-width: 768px){
	.barra-informacion{
		text-align: center;
	}

	.lista-barra{
		text-align: center;
		margin-top: 10px;
	}

	.centrado{
		text-align: center;
	}

	.topMargen{
		margin-top: 23px;
	}
}

@media (min-width: 992px){
	#divOpciones{
		border-right: 1px solid black;
		height: 70vh;
	}
}

#contenidoSistema{
	
}

/*ESTILOS TABLAS*/

.table td, .table th{
	padding: .5rem;
}

table.dataTable{
	text-align: center;
	font-size: 0.90rem;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after{
	bottom: 0.5em;
}

table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting{
	font-weight: 500;
    font-size: 0.97rem;
    background : none;
}

table.dataTable thead .sorting, 
table.dataTable thead .sorting_asc, 
table.dataTable thead .sorting_desc {
    background : none;
}

.listaMenu{
	text-align: center;
	margin-top: 11px;
	list-style-type: none;
	font-size: 0;
}

.listaMenu li:first-child a{
  border-bottom-left-radius: 17px;
}

.listaMenu li:last-child a{
  border-bottom-right-radius: 17px;
}

.listaMenu li{
	display: inline-block;
	font-size: 1rem;
}

.listaMenu li a{
	color: white;
	text-align: center;
	width: 100px;
	padding: 10px;
	background-color: #22304D;
	cursor: pointer;
}

.listaMenu li a:hover{
	color:#555;
	background-color: lightblue;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before{
	border: 1.5px solid grey;
    margin-top: -9px;
    height: 15px;
    width: 15px;
    border-radius: 2px;
}

.btnTabla{
	width: 30px;
	height: 30px;
	cursor: pointer;
	border: none;
	border-radius: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

.btnTabla:hover{
	background-color: #343a40;
}

.btnTabla:after{
	font-family: 'AwesomeSolid';
    font-size: 1.2rem;
    color: white;
    margin-left: -9px;
    font-weight: 400;
}

.btnAprobar{
	background-color: green;
}

.btnModalidades{
	background-color: magenta;
}

.btnEditar{
	background-color: #007bff;
}

.btnRestore{
	background-color: black;
}

.btnRegistroNot{
	background-color: gold;
}

.btnNoReg{
	background-color: grey;
}

.btnEliminar{
	background-color: #dc3545;
}

.btnNotificar{
	background-color: #72BEE8;
}

.btnAprobar:after{
	content: "\f00c";
}

.btnRestore:after{
	content: "\f13e";
}

.btnModalidades:after{
	content: "\f02d";
}

.btnEditar:after{
	content: "\f044";
}

.btnNotificar:after{
	content: "\f0e0";
}

.btnEliminar:after{
	content: "\f2ed";
}

.btnRegistroNot:after{
	content: "\f249";
}

.btnNoReg:after{
	content: "\f05e";
}

.popup{
	visibility: collapse;
	position: absolute;
	right: -500px;
	top: 200px;
	text-align: center;
	background-color: rgba(0,255,0,0.8);
	padding: 5px 20px 5px 20px;
	border: 2px solid grey;
	border-radius: 5px;
	z-index: 1000;

	 -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.transition{
	visibility: visible;
    right: 50px;
}

.popup .tituloPopup{
	width: 100%;
	color: white;
	font-weight: 700;
	border-bottom: 1px solid grey;
	padding-bottom: 5px;
}

.popup .cuerpoPopup{
	width: 100%;
	color: black;
	font-weight: 700;
	background-color: white;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.table-bordered>tbody>tr:nth-child(odd)>td, 
.table-bordered>tbody>tr:nth-child(odd)>th {
   background-color: white;
}

.table-bordered>tbody>tr:nth-child(even)>td, 
.table-bordered>tbody>tr:nth-child(even)>th {
   background-color: rgb(197,236,255);
}

.colorRojo{
	background-color: rgb(234,28,28) !important;
	color:white !important;
	font-weight: 800;
	font-size: 1.1rem !important;
}

#tbDatos thead{
	visibility: collapse;
}

#tbJornada1 thead{
	visibility: collapse;
}

#tbJornada2 thead{
	visibility: collapse;
}

th.sorting_disabled{
	color: white !important;
}

.table-bordered td, .table-bordered th {
	border: none !important;
    border-bottom: 1px solid black !important;
}

.colorVerde{
	background-color: #81EBBB !important;
}

.colorAmarillo{
	background-color: #EBE775 !important;
}

.colorAzul{
	background-color: rgb(20,71,133) !important;
	color:white !important;
	font-weight: 800;
	font-size: 1.1rem !important;
}

.colorBlanco{
	background-color: white !important;
}

.colorCeleste{
	background-color: rgb(197,236,255) !important;
}

.textIzquierda{
	text-align: left !important;
}

.cAprobado{
	background-color: #B9EBCF;
}

.cDesaprobado{
	background-color: #FDF7B8;
}

.checkFilas{
	border: 1.5px solid grey;
    height: 18px;
    width: 18px;
    border-radius: 2px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    cursor:pointer;
}

.datepicker-days .table thead{
	background-color: transparent;
	color: black;
}

.noticia{
	background-color: white;
	padding: 0;
	border-radius: 10px;
	border: 1px solid #ccc;
}

.noticia .noticia-imagen img{
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.noticia .noticia-enlace{
	background-color: #212121;
	margin-top: 20px;
	margin-bottom: 5px;
	height: 34px;
	width: 30%;
	text-align: center;
	padding-top: 6.5px;
}

.noticia .noticia-enlace a{
	height: 34px;
	text-decoration: none;
	color: white;
	cursor: pointer;
	text-align: center;
	padding-left: 15px;
	padding-right: 10px;
	font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.noticia .noticia-titulo{
	margin: 35px 25px 35px 25px;
	font-family: 'Abel',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 100 !important;
}

.noticia .noticia-titulo a{
	margin: 35px 25px 35px 25px;
	font-family: 'Abel',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 100 !important;
    text-decoration: none;
}

.noticia .noticia-fecha{
	position: absolute;
	top: 30px;
	right: 50px;
	text-align: center;
	background-color: #212121;
	z-index: 100;
	color: white;
	width: 56px;
	height: 56px;
	padding-top: 8px;
	border-radius: 100%;
}

.noticia .noticia-fecha p{
	margin: 0;
	padding: 0;
	color: white;
}

@media (max-width: 340px) { 
	.noticia .noticia-enlace{
		width: 40%;
	}
}

@media (min-width: 576px) { 
	.btn-tablas{
		margin-left: 10px !important;
		margin-right: 10px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

#contenidoSistema h1, h2, h3, label, select{
	font-family: 'Abel',Helvetica,Arial,Lucida,sans-serif!important;
}

table.dataTable {
	font-family: 'Roboto', sans-serif !important;
}

/*-------------------------------------------------- END ------------------------------------------------*/