:root{
    --main-primario-color: #EF172C;
    --main-secundario-color: #040c08;
    --main-text:#495664;
    --main-black-color:#4A4A4A;
    --main-white-color:white;
    --main-table-body:white;
}
.text-rojo{
	color: #EF172C;
}
.bg-rojo{
	background-color: #EF172C;
}
.bg-white p{
	color: black;
}
.bg-negro{
	background-color: #000000;
}
.color-true{
	background-color: #008000
}
.color-false{
	background-color: #ff0000
}
body,html{
	font-family: Roboto-Regular;
	font-style: :italic;
	font-size: 13px;
}
.navbar{
	position: fixed;
	width:100%;
	padding: 5px;
	padding-left: 15px;
	z-index: 1000;
}
/*ESTILO PARA BOTON DE ATRAS DE MODULOS*/
.btnatras{
	color: white;
	border:0;
	background:none;
	position: absolute;
	top: 2px;
	left: 20px;
}
*,*:after, *:before{
	margin: 0;
	padding: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#contenedor_carga{
	top:0;
	background-color:rgba(250,240,245,0.9);
	height: 100%;
	width: 100%;
	position: fixed;
	-webkit-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
	z-index:50000;
}
#inferior{
	background: #EBEDEF;
	color: black;
	font-size: 18px;
	position:fixed; /*El div será ubicado con relación a la pantalla*/
	left:0px; /*A la derecha deje un espacio de 0px*/
	right:0px; /*A la izquierda deje un espacio de 0px*/
	bottom:0px; /*Abajo deje un espacio de 0px*/
	width: 100%;
	height:40px; /*alto del div*/
	z-index:1000;
}
#inferior table tbody{
	background-color: transparent;
}
#carga{
	border:15px solid #ccc;
	border-top-color: #d22d35;
	border-top-style:groove;
	height: 100px;
	width: 100px;
	border-radius: 100%;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom: 0;
	margin:auto;
	-webkit-animation:girar 1.5s linear infinite;
	-o-animation:girar 1.5s linear infinite;
	animation:girar 1.5s linear infinite;
}
@keyframes girar{
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

button.boton{
	background-color: #EF172C;
	color: white;
	border:none;
	border-radius: 4px;
	height: 25;
}
button.danger{
	background-color: #EF172C;
}
div.boton-black{
	background-color: #4A4A4A;
	color: white;
	border:none;
	border-radius: 4px;
	height: 25;
}
button.boton-black{
	background-color: #040c08;
	color: white;
	border:none;
	border-radius: 4px;
	height: 25;
}
div.body{
	padding-top: 20px;
}
button.icono{
	margin-top: 20px;
	border:0;
	background-color: white;
	width: 100%;
}
input.text{
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	border-color: #d22d35;
}
.text-white{
	color: white;
}
.text-primario{
	color: #495664,
}
.color-primary{
	background-color: #d22d35;
}
.modal-full {
    min-width: 95%;
    margin-left: 2.5%;
}
.modal-full .modal-content {
    min-height: 90vh;
}
.input{
	background-color: transparent;
	border-color: transparent;
	width: 100%;
}
.input:focus{
	outline:0px;
	border-bottom: red;
}
.input::placeholder{
	color: white;
}
.input-form{
	border:solid 1px;
	width: 100%;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	border-bottom: 1;
	border-color: #040c08;
}
.input-form:focus{
	border:solid 2px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	border-bottom: 1;
	outline:0px;
	border-color: #d22d35;
}
.insertar{
	background-color:#C4BEBE;
}
/*Card para formularios*/
.card-uni{
	border:0;
	color: white;
}
.card-header-uni{
	background-color: #4A4A4A;
	opacity: 1;
}
.card-body-uni{
	border:0;
	color:#4A4A4A;
	background-color: white;
	opacity: 1;
}
/*ESTILOS PARA MODALS DEL SISTEMA*/
.modal-header{
	background-color: #EF172C;
	color: white;
	border: none;
	border-radius: 0px;
	height: 30px;
	padding-top: 4px;
}
.modal-body{
    overflow-y: auto;
    background-color: #ECECEC;
}
.modal-footer{
	background-color: #ECECEC
}
thead tr{
	background-color: #000000;
	color: white;
}
table tbody{
	background-color: white;
}
/*PANTALLA GRANDE*/
@media screen and (min-width:1024px) {
	.oculto-lg{
		display: none;
	}
}
/*PANTALLA PEQUEÑA*/
@media screen and (max-width:1024px) {
	.oculto-sm{
		display: none;
	}
}

/*CSS PARA TIPO VENTANAS*/

ul.tabs{
	width: 100%;
	background: #000000;
	list-style: none;
	display: flex;
}

ul.tabs li{
	width: 25%;
}

ul.tabs li a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	display: block;
	padding: 5px 0px;
}
ul.tabs li a.active{
	background: #EF172C;
}
ul.tabs li a .tab-text{
	margin-left: 8px;
}
.secciones{
	width: 100%;
	background: #fff;
}
.secciones article{
	padding: 10px;
}
@media screen and (max-width: 700px){
	ul.tabs li{
		width: none;
		flex-basis: 0;
		flex-grow: 1;
	}
}
@media screen and (max-width: 450px){
	ul.tabs li a{
		padding: 5px 0px;
	}
	ul.tabs li a .tab-text{
		display: none;
	}
	.secciones article{
		padding: 10px;
	}
}

