html, body {
	height: 100%;
	font-family: 'Assistant', sans-serif;
	font-size: inherit !important;
	/* The html and body elements cannot have any padding or margin. */
}

/*recursos*/
.titulo {
	text-align: left;
	color: #FFF;
	padding-top: 1rem;
}

.regresar {
	float: right;
	margin-right: 20px;
	font-size: 1.7rem;
	color: #c5911e !important;
	cursor: pointer;
	margin-left: 20px;
}

.azulborde {
	border: solid .5px #c6d6e5;
}

.font {
	font-family: 'Assistant', sans-serif;
}

.transparencia {
	background-color: rgba(28, 61, 108, 0.7);
	color: #FFF;
	padding: 1rem 1.3rem 1.3rem 1.3rem;
	margin: 1rem;
	border-radius: 5px;
}

.hidden {
	display: none;
}

.visible {
	display: block;
}

input {
	border: solid 1px #e9edf4 !important;
}

.esquina {
	border-radius: 10px 10px 10px 10px;
	background-color: #1c3d6c;
}

.azul {
	background-color: #1c3d6c;
}

.text-azul {
	color: #1c3d6c;
}

.shadow {
	box-shadow: 0 0 4px rgba(28, 61, 108, 0.4);
}

.gris {
	background-color: #547193;
	color: #FFF;
	font-size: 14px;
	text-align: center;
}

.fondo {
	background-image: url(../images/fondo.jpg);
	background-size: cover;
	background-position: center;
}

.dorado {
	background-color: #c5911e;
}

.t-dorado {
	color: #c5911e;
}

strong {
	color: #c5911e;
}

button {
	cursor: pointer;
}

.g-claro {
	background-color: #c6d6e5 !important;
}

.g-green {
	background-color: d5f8d5 !important;
	color: green !important;
}

.bco-g {
	background-color: #f5f9fd !important;
	border: none!mportant;
	align-items: left !important;
	justify-content: left !important;
}

.btn-secondary {
	color: #666 !important;
	border: #ccc;
}

.f-bco {
	background-color: #FFF !important;
}

.dropdown-menu {
	color: #28507f;
}

.dropdown-item {
	color: #FFF;
}

.dropdown-item:hover {
	color: #28507f !important;
	background-color: #c5911e !important;
}

.input-group-addon {
	background: none !important;
	border: none !important;
	color: #FFF !important;
}

.formula, .detalle {
	font-size: 80%;
}

.calendario {
	background-color: #e9edf4;
	color: #28507f;
}

.form-select-calendar {
	display: inline-block;
	float: left;
	margin: 0;
	width: 8rem;
	margin-right: 1rem;
	font-size: 1rem;
	padding: 5px 0;
}


/*header*/
.header {
	background-color: #1c3d6c;
	font-size: 12px;
	align-items: center;
	justify-content: center;
	border-bottom: solid 3px #c5911e;
}

.logo {
	max-width: 85%;
	min-width: 20%;
}

/*nav*/
.navbar-nav .active {
	background-color: #c5911e !important;
	color: #1c3d6c !important;
	transition: all 0.4s;
}

.nav-link, dropdown {
	color: #FFF;
	transition: all 0.4s;
}

.nav-link:hover {
	color: #c5911e !important;
	background-color: #1c3d6c !important;
}

.nav-link:focus {
	background-color: #c5911e !important;
	color: #1c3d6c !important;
	transition: all 0.4s;
}

.dropdown-item:hover {
	color: #c5911e !important;
	background-color: #1c3d6c !important;
}

.dropdown-item:focus {
	background-color: #c5911e !important;
	color: #1c3d6c !important;
	transition: all 0.4s;
}

/* Wrapper para mantener siempre el footer en la parte de abajo */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto 0px;
}

#footer {
	min-height: 70px;
	background-color: #f5f5f5;
	background-color: #1c3d6c;
	font-size: 14px;
	align-items: center;
	justify-content: center;
}

/*PARA MANTENER EL FOOTER ABAJO*/
.container {
	width: auto;
	max-width: 100%;
	padding: 0 15px;
}

.container .credit {
	margin: 20px 0;
}

/*FOOTER*/
.social li {
	background: none repeat scroll 0 0 #c5911e;
	list-style: none;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}

.social li a {
	color: #FFF;
}

.social li:hover {
	background: #2c3e50;
}

.social li a i {
	font-size: 16px;
	margin: 0 0 0 5px;
	color: #EDEFF1 !important;
}

.combo {
	overflow: hidden;
	width: 100%;
	position: relative;
	border-radius: 3px;
}

select {
	background: #FFF;
	border: none;
	height: 30px;
	padding: 5px;
	width: 100%;
	color: #636c72;
}

select:focus {
	outline: none;
}

.combo::after {
	content: "\025be";
	display: table-cell;
	padding-top: 3px;
	text-align: center;
	width: 30px;
	height: 30px;
	background-color: #c5911e;
	color: #FFF;
	position: absolute;
	top: 0;
	right: 0px;
	pointer-events: none;
}

input[type=file] {
	background: #FFF;
	border: none;
	width: 100%;
	color: #636c72;
}

input[type=file]::file-selector-button {
  background: #c5911e;
  color: white;
  border-color: #c5911e;
}

/*ESTILOS DE TABLA*/
thead {
	font-size: 1.3rem;
	font-family: 'Assistant', sans-serif;
	font-weight: 200 !important;
}

.iconos-tabla {
	font-size: 2rem;
	text-align: center;
	background-color: transparent !important;
	color: #1c3d6c;
}

.iconos-tabla-inactive {
	font-size: 2rem;
	text-align: center;
	background-color: transparent !important;
	color: #c6d6e5;
	cursor: none;
}

.iconos-tabla2 {
	font-size: 1.3rem;
	text-align: center;
	background-color: transparent !important;
	color: #1c3d6c;
	padding: 0 .7rem;
	margin: 0;
}

.tabla2 {
	width: 100%;
}

.ch {
	min-width: 800px !important;
}

.med {
	min-width: 1500px !important;
}

.c-ch {
	min-width: 40px !important;
}

.c-med {
	min-width: 250px !important;
}

.c-num-input {
	min-width: 80px !important;
}

.c-num {
	min-width: 40px !important;
}

.c-inter {
	min-width: 300px !important;
}

.c-gde {
	min-width: 380px !important;
}

.c-medch {
	min-width: 200px !important;
}

.num {
	text-align: right;
}

p .num {
	margin-left: 10px;
}

.o-rojo {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: red;
	margin: 10px;
}

.o-ama {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: #ffc700;
	margin: 10px;
}

.o-ver {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: #6bc41d;
	margin: 10px;
}

.o-nar {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: #ff7200;
	margin: 10px;
}

.sin-borde {
	border: none !important;
}

.b-flotante {
	float: right;
	position: fixed;
	top: 70px;
	right: 20px;
	z-index: 2000;
	padding: 15px 28px;
	/*     color: #fff !important; */
	/*     background-color: #5cb85c !important; */
	/*     border-color: #5cb85c !important; */
}

/*modal con botones*/
.modal-lg, .modal-sm {
	background-color: #c6d6e5;
	color: #1c3d6c;
	border-radius: 5px;
	font-size: 1.3rem;
}

.close {
	transition: all 0.4s;
	font-size: 2.6rem;
	color: #1c3d6c;
	opacity: 1 !important;
}

.close:hover {
	color: #1c3d6c;
}

/*ACCESO*/
.btn-acceso a {
	width: 100%;
	background-color: #93b1c9;
	border-radius: 5px;
	color: #1c3d6c;
	text-align: left;
	display: block;
	padding: 1.5rem;
	margin: .3rem;
	transition: all .4s;
}

.btn-acceso a:hover {
	background-color: #789fbc;
	text-decoration: none;
	padding-left: 2rem;
}

.btn-acceso span {
	font-size: 2rem;
	padding-left: 1rem;
}

.btn-acceso a h4 {
	padding-left: .5rem;
	display: inline-flex;
}

.btn-acceso .active {
	background-color: #c5911e;
	color: #FFF;
	transition: all .4s;
}

.btn-acceso .active:hover {
	text-decoration: none;
	background-color: #ec971f;
}

/*_______________________
CALENDARIO DATEPICKER
______________________*/
.error-input {
	border: solid 1px red !important;
}

.empty-message {
	color: red;
	text-align: left;
}

.datepicker {
	background: rgba(0, 0, 0, 0.91) !important;
	color: white !important;
}

.table-condensed thead, .table-condensed tbody {
	color: white !important;
}

.datepicker-dropdown:after {
	border-bottom: 6px solid rgba(0, 0, 0, 0.91) !important;
	color: #000;
}

.clear {
	display: none;
}

.trimestre-tittle {
	margin-right: 20px;
}

.trimestre {
	margin-top: 30px;
}

.background-content {
	min-width: 50%;
	padding: 31px !important;
}

.datepicker table tr td.today {
	background-color: #d9d8d8 !important;
	border: solid 1px #c5911e !important;
}

.datepicker table tr td.active.active {
	background-color: #c5911e !important;
}

.datepicker thead tr:first-child th {
	color: #c5911e !important;
}

.aplica-desde {
	flex-wrap: wrap;
	justify-content: flex-end;
}

.aplica-desde input {
	align-self: flex-end;
	max-width: 150px;
	min-width: 100px;
}

/*CHECKBOXES*/
.badgebox {
	opacity: 0;
	padding: 0;
}

.badgebox+.badge {
	/* Move the check mark away when unchecked */
	text-indent: -999999px;
	width: 25px;
	background-color: #c6d6e5;
	color: #214e90;
	font-size: 1rem;
	cursor: pointer;
}

.badgebox:focus+.badge {
	/* Set something to make the badge looks focused */
	/* This really depends on the application, in my case it was: */
	/* Adding a light border */
	box-shadow: inset 0px 0px 5px;
	/* Taking the difference out of the padding */
}

.badgebox:checked+.badge {
	/* Move the check mark back when checked */
	text-indent: 0;
}

.btn-checkbox {
	display: inline-block;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 0 transparent;
	padding: 0;
	font-size: 1rem;
	border-radius: .25rem;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

input[type=checkbox]{
  -ms-transform: scale(1.2); /* IE */
  -moz-transform: scale(1.2); /* FF */
  -webkit-transform: scale(1.2); /* Safari and Chrome */
  -o-transform: scale(1.2); /* Opera */
  transform: scale(1.2);
 /* accent-color: orange;*/
}

.checkboxtext{
  display: inline;
  padding-left: 10px;
  padding-right: 25px;
}

.historico p {
	display: inline;
}

.historico .form-group {
	display: inline-block;
	float: right;
	margin: 0;
	width: 6rem;
}

.historico .form-group .combo::after {
	padding-top: 0;
	width: 32px;
	height: 32px;
	cursor: pointer !important;
}

.historico .icono-btn {
	background-color: transparent;
	font-size: 1.8rem;
	color: #fff;
	padding: 0 1rem;
	transition: all .3s easy;
}

.historico .icono-btn:hover {
	color: #c5911e;
}

.icono-btn:focus {
	box-shadow: none !important;
}

/*Matriz*/
.form-group-matriz {
	display: inline-block;
	float: right;
	margin: 0;
	width: 8rem;
	margin-left: 1rem;
	font-size: 1rem;
	padding: 5px 0;
}

.anterior-siguiente {
	color: #1c3d6c;
	transition: all .4s;
}

.anterior-siguiente:hover {
	color: #c5911e;
}

/*
___________________
ACCESO
-------------------*/
.input-acceso {
	background-color: rgba(255, 255, 255, 0.6);
	display: inline-block;
	width: 100%;
	padding: .5rem .75rem;
	font-size: 1rem;
	color: #000;
	background-image: none;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: .25rem;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s,
		-webkit-box-shadow ease-in-out .15s;
	margin: .5rem 0;
}

.input-acceso:focus {
	background-color: rgba(255, 255, 255, 0.8);
	color: #1c3d6c;
}

.icono-acceso {
	font-size: 8rem;
	color: rgba(255, 255, 255, 0.6);
	margin: 0 auto;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: -15px;
}

.olvido-link {
	text-decoration: none;
	color: #fff !important;
	text-align: right;
	display: block;
	cursor: pointer;
	transition: all .4s;
}

.olvido-link:hover {
	color: #c5911e !important;
}

.input-modal {
	background-color: rgba(28, 61, 108, 0.3);
	display: inline-block;
	width: 80%;
	padding: .5rem .75rem;
	font-size: 1rem;
	color: #1c3d6c;
	background-image: none;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: .25rem;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s,
		-webkit-box-shadow ease-in-out .15s;
	margin: .5rem 0;
}

.has-error {
	color: red;
}

.inline {
	display: inline-block;
	margin-right: 10px;
}

.ui-widget {
	font-size: 1em !important;
}

.ui-datepicker-calendar thead {
	font-size: 1rem !important;
}

.ui-datepicker-calendar thead {
	color: white;
}

.ui-datepicker-trigger {
	border: none !important;
}

.bottomspace {
	margin-bottom: 0px !important;
}

.navbar-collapse {
	height: 40px;
}

#landingModal {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .3);
	z-index: 2000;
	text-align: center;
	display: none;
}

.a-flotante {
	-webkit-appearance: none !important;
}

.VERDE {
	background-color: green;
	width: 60%;
	height: 50px;
	border-radius: 16px 16px 16px 16px;
/* 	position: relative; */
/* 	top: 10px; */
}

.AMARILLO {
	background-color: yellow;
	width: 60%;
	height: 50px;
	border-radius: 16px 16px 16px 16px;
/* 	position: relative; */
/* 	top: 34px; */
}

.ROJO {
	background-color: red;
	width: 60%;
	height: 50px;
	border-radius: 16px 16px 16px 16px;
/* 	position: relative; */
/* 	top: 34px; */
}

.ANARANJADO {
	background-color: orange;
	width: 60%;
	height: 50px;
	border-radius: 16px 16px 16px 16px;
/* 	position: relative; */
/* 	top: 34px; */
}

.c-ch-med {
	min-width: 112px !important;
}

.iconos-semaforo {
	font-size: 1.3rem;
	text-align: center;
	background-color: transparent !important;
	color: #1c3d6c;
	padding: 0 0.2rem;
	margin: 0;
}

.table-responsive {
	overflow-x: unset !important;
}

.reduce-table {
	width: 50%; 
	margin: 0 auto;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0;
	/* <-- Apparently some margin are still there even though it's hidden */
}

.align-r {
	text-align: right;
	font-size: 12px;	
}
.input-long {
	width: 75px;
}

.soft-blue {
	background-color: #c6d6e5;
}

.highcharts-credits {
	display: none;
}

.highcharts-background {
	fill: white !important;
}

.dateInput {
	background-color: white !important;
	border-radius: 0.25rem !important;
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.btnMiddle {
	width: 49%;
}

.grey {
	background-color: #ccc;
	border-color: #ccc;
}

.grey:hover {
	color: #fff;
	background-color: #a09f9f;
	border-color: #a09f9f;
}

.table-bordered td {
	padding: 1px, 1px, 1px, 1px !important;
}

.table td, .table th {
	vertical-align: middle !important;
}

.table-responsive {
	min-height: 39%;
}

.welcomeTitle {
	color: #0a2142;
	font-family: fantasy;
	/*     text-shadow: -2px -2px 1px #c5911e, 2px 2px 1px #c5911e, -2px 2px 1px #c5911e, 2px -2px 1px #c5911e; */
}

.return-flotante{
	font-size: 1.7rem;
    color: #c5911e !important;
    cursor: pointer;
    /* margin-left: 32px; */
    float: right;
    position: fixed;
    top: 129px;
    right: -25px;
    z-index: 2000;
    padding: 15px 28px;
}

.txtArea, .descripcion{
	font-size: 70%;
}