#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
    }
    
    #loading p {
	color: white;
	font-size: 28px;
    }
    
    .spinner {
	width: 120px;
	height: 120px;
	border: 8px solid white;
	border-top-color: transparent;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin-bottom: 20px;
    }
    
    @keyframes spin {
	from {
	  transform: rotate(0deg);
	}
	to {
	  transform: rotate(360deg);
	}
    }



div.dataTables_wrapper div.dataTables_processing {
	width: 300px;
	text-align: center;
	font-size: 16px;
	padding: 1.5em 3.5em;
  }
.table-titulo-inferior {
	background-color: #8597b3  !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: bold;
	vertical-align: middle;
}
.menu-admin {
	min-width: 250px;
	z-index: 9000;
	top: 63px !important;
	position: absolute;
	background-color: unset;
	right: 1000px !important;
	border: 1px solid  !important;;
	margin: 0px;
	padding: 0px;
}
.btn-custom1 {
	border-color: #007b69;
	background-color: #007b69;
	border-color: #007b69 #007b69 #007b69;
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	color: #fff;
  	font-family: verdana;
}


.btn-custom1:hover {
	border-color: #034d42 !important;
	background-color: #034d42;
	color: #fff;
}
.btn-custom1:focus {
	color: #fff;
}
.offcanvas-header {
	display: revert;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
	background-color: #2c4d6a;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
    }
.offcanvas-body {
	flex-grow: 1;
	padding: 0px;
	overflow-y: auto;
	background-color: #e3e2f0ab;
	vertical-align: top;
}
.offcanvas-end {
	top: 0;
	right: 0;
	/*width: 95%;*/
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	transform: translateX(100%);
	max-width: 350px;
    }
.dropdown-item:hover, .dropdown-item:focus {
	color: #fff !important;
	background-color: #728ca2;
}
.FrameSuperior {
	background-color: #10416B !important;
	height: 71px !important;
	line-height: 20px !important;
}
.bar-dir{
	height: 18px;
	position: absolute;
	top: 53px;
	background-color: rgb(45, 86, 123);
	width: 100%;
	text-align: left;
	color:#fff;
	text-decoration:none;
	font-size: 1.2rem !important;
	text-transform: uppercase !important;
}
.navbar {
	align-items: unset !important;
	position: absolute;
    }
/*.dropdown-menu[data-bs-popper] {
	top: unset !important;
	left: unset !important;
	margin-top: unset !important;
    }
*/
.menu-tab {
	background-color: rgb(45, 86, 123);
	color: #f4f4f4 !important;
	border: 1px solid rgb(16, 65, 107);
	-moz-border-radius: 22px 22px 0px 0px;
	-webkit-border-radius: 22px 22px 0px 0px;
	padding: 1px 10px 0px 10px;
	  padding-right: 10px;
	  padding-left: 10px;
	text-decoration: none !important;
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	align-items: center !important;
	min-width: 120px;
	border-bottom: 0px !important;
	padding-top: 5px;
 }

.menu-tab-opciones{
	background-color: #567793;
	color: #fff !important;
	border: 1px solid #10416b;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px !important;
	text-decoration: none !important;
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	align-items: center !important;
	min-width: 120px;
}

.menu-tab-opciones:hover{
	background-color: rgba(25, 48, 71, 0.6);
	color: #f1ecec !important;
}


.navbar-nav .dropdown-menu {
 	transform: unset !important;
	border: 1px solid #10416b;
}

@media only screen and (max-width: 990px) {
	.navbar-nav .dropdown-menu {
		position: relative !important;
		border: 1px solid #10416b;
	}
	.menu-tab{
		-moz-border-radius: 0px 0px 0px 0px;
		-webkit-border-radius: 0px 0px 0px 0px;
		background-color: #567793;
		color: #fff !important;
    		border: 1px solid #91959b;
	}
	.nav-bar-principal{
		position: absolute;top: 50px;left: -8px;max-width: 100%;min-width: 300px;width: 350px;
	}
	.menu-admin {
		top: 20px !important;
	}
	.first, .previous, .next, .last {
		display: block !important;
	}
	.page-item {
	display: none;
	}
}

.menu-tab:hover{
	background-color: #557188 !important;
	color: #ffffff !important

}
.menu-tab:active{
	background-color: #114372a9 !important;
	color: #ffffff !important

}
.dropdown-item{
	padding: 0.25rem 2rem 0.25rem 1rem !important;  
}
.dropend .dropdown-toggle::after {
	display: inline-block;
	margin-left: 500px;
	vertical-align: 0.255em;
	content: " ";
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
	right: 5px;
	position: absolute;
	top: 10px;
    }
    ul.nav-main li i {
	font-size: 18px;
	font-size: 1.8rem;
	width: 1.1em;
	margin-right: 0px;
	text-align: center;
	vertical-align: middle;
    }

.mega-content {
	padding: 0px 0px 10px 0px !important;
	min-width: 375px;
	width: 900px;
	max-width: 900px;
  	border-radius: 0;
  	margin-top: 0px;
	background-color: #cbd1df;
	color: #0b3253 !important;
	font-family: 'Roboto-Regular','Roboto-Medium','calibri','ARIAL','VERDANA','SourceSansPro-Regular','Open Sans','Arial', 'sans-serif';
	font-size: 12px;
	top: 50px !important;
}
.mega-content-opciones {
	position: relative !important;
	padding: 0px !important;
	width: 100%;
  	border-radius: 0;
  	margin-top: 0px;
	background-color: #e7ebf0;
	color: #0b3253 !important;
	font-family: 'Roboto-Regular','Roboto-Medium','calibri','ARIAL','VERDANA','SourceSansPro-Regular','Open Sans','Arial', 'sans-serif';
	font-size: 12px;
	top:0px !important;
}
.menu-card{
	padding: 5px 10px 5px 10px;
}
.menu-card-opciones{
	padding: 0px 0px 0px 0px;
}

@media only screen and (max-width: 990px) {
	.mega-content {		
		padding: 0px 0px !important;
		min-width: 295px;
    		max-width: 295px;
		top:0px !important;
	}
	.menu-card{
		padding: 0px 0px 0px 0px;
		border-bottom: 1px solid #285479;
	}
	.menu-card-opciones{
		position: relative !important;
		border-bottom: 3px solid #285479;
	}
}


.popover-header {
	font-size: 1.5rem !important;
	font-weight: bolder;
	font-family: 'verdana','arial';
	background-color: #d1dbec;
}
.popover-body {
	padding: 1rem 1rem;
	color: #212529;
	font-size: 1.5rem;
}
.ui-datepicker {
	z-index: 9999 !important;
  }

.control_buscar {
	/*-webkit-appearance: none;
	-moz-appearance: none;*/
}
.control_buscar::-ms-expand {
	display: none;
}
.filters-display{
	display:flex;
	height:42px !important;
	margin-top:0px !important;
	position: absolute;
	right: 25px;
}
.filters-display-hide{
	display:none !important;
}
@media only screen and (max-width: 974px) {
	.ico_menu_superior{
		font-size: 20px !important;
		margin: unset !important;
		padding: 0px !important;
	}
	.bg-dark-submenu {
		background-color: #fff;
		width: 100%;
	}
	.bg-dark-submenu2 {
		/*background-color: #285479;
		-moz-border-radius: 15px 15px 15px 15px;
		-webkit-border-radius: 15px 15px 15px 15px;*/
	}
	.item-menu {
		color: #314962 !important;
    		background-color: #f2f8ff;
		/*-moz-border-radius: 15px 15px 15px 15px;
		-webkit-border-radius: 15px 15px 15px 15px;*/
	}
	.item-menu:hover {
		color: #FFF !important;
		background-color: #738ea8 !important;
	}
	.item-menu:focus {
		color: #FFF !important;
		background-color: #738ea8 !important;	
	}
	.filters{
		overflow:hidden;
		max-width:974px;
		margin-left: 0px;
		padding: 0px;
		/*display: block !important;*/
	}
	/*.filters-display-hide{
		display:none !important;
	}
	.filters-display{
		display:flex;
		height:42px !important;
		margin-top:0px !important;
		position: absolute;
		right: 25px;
	}*/
	.btn-filters-sup{
		display:flex;
	}
	.btn-filter{
		font-size: 20px;
		padding: 2px 10px;
		margin: 10px 0px 0px 0px !important;
	}
	.loading-spinner-window{
		background-color: hsla(0, 0%, 100%, 0.1) !important;
		border: 0px;
		width:100%;
	}
	.loading-spinner{
		width: 30rem; 
		height: 30rem;
		opacity: 0.5;
  		filter:  alpha(opacity=50);
	}
	.loading-spinner-text{
		font-size:24px;
		color:#fff;
		position: absolute;
		margin: auto;
	}
}
@media only screen and (min-width: 975px) {
	.item-menu {
		color: #314962 !important;
		background-color: #f2f8ff;
		border-bottom: 1px solid #ccc7c7;
		border: 1px #5e86ac solid;
		min-height: 90px !important;
	}
	.filters{
		overflow:hidden;
		max-width:1800px;
		margin-left: 0px;
		padding: 0px;
		/*display:block !important;*/
	}
	/*.filters-display-hide{
		display:block !important;
	}
	.filters-display{
		display:none !important;
	}*/
	.btn-filters-sup{
		display:none !important;
	}
	.btn-filter{
		font-size: 20px;
		padding: 2px 10px;
		margin: 10px 0px 0px 0px !important;
	}
	.loading-spinner-window{
		background-color: hsla(0, 0%, 100%, 0.1) !important;
		border: 0px;
		width:100%;
	}
	.loading-spinner{
		width: 40rem; 
		height: 40rem;
		opacity: 0.5;
  		filter:  alpha(opacity=50);
	}
	.loading-spinner-text{
		font-size:24px;
		color:#fff;
		position: absolute;
		margin: auto;
	}
}

@media only screen and (min-width: 768px) {
	.btn-filters-sup{
		display:none !important;
	}
}

.icon-group{
	font-size: 20px !important;
	padding-right: 5px;
	padding-top: 3px;
 }
 .btn-group{
	height: 25px;
	margin-top: 3px;
 }

.infomapabti{
	width: 400px;
	height: 200px;
}

table.dataTable th {
	border-bottom-color: #DEE2E6;
	background-color: #405D84;
	color: #fff;
	font-size: 14px !important;
}
tr.even td {
	background-color: unset;
	color: unset;
	font-size: unset;
	font-family: unset;
}
tr.odd td {
	background-color: unset;
	color: unset;
	font-size: unset;
	font-family: unset;
}
tr.even {
	background-color: #e5e9f5;
	color: #484c57;
	font-size: 12px;
  	font-family: 'helvetica','verdana','arial';
}
tr.odd {
	background-color: #f0f5fd;
	color: #484c57;
	font-size: 12px;
  	font-family: 'helvetica','verdana','arial';
}
tr.even:hover {
	background-color: #b3cae3db;
  color: #4e5260;
}
tr.odd:hover {
	background-color: #b3cae3db;
  color: #4e5260;
}
.modal-content {
	background-color: #ebf1fb;
}
div.dataTables_scrollBody {
	background-color: #8995b091 !important;
	border-bottom: 1px solid #9ba8d0 !important;
	border-left: 1px solid #9ba8d0 !important;
	border-right: 1px solid #9ba8d0 !important;
}
div.dataTables_scrollFootInner table.table-bordered tr th:first-child, div.dataTables_scrollHeadInner table.table-bordered tr th:first-child {
	border-left: 0px solid #ddd !important;
}
div.dataTables_scrollHead {
	background-color: #8995b091 !important;
}
div.dataTables_scrollHead table.dataTable {
	margin-bottom: 0 !important;
	margin-top: 0px !important;
	border-top: 1px solid #9ba8d0 !important;
	border-left: 1px solid #9ba8d0 !important;
	border-right: 1px solid #9ba8d0 !important;

}

body .btn-primary:active, body .btn-primary:focus {
	border-color: #6380a8 !important;
	background-color: #3f5f8c;
}
body .btn-primary:hover {
	border-color: #6380a8 !important;
	background-color: #3f5f8c;
}
body .btn-primary[disabled] {
	border-color: #3f5f8c !important;
	background-color: #3f5f8c;
	color: #ccc;
}
.modal-footer.bg-dark {
	background-color: #7f8ca4  !important;
	border-bottom: 3px #10416b solid;
	padding: 0px;
}
.nopadding{
	margin: 3px !important;
	padding: 3px 10px;
}
.form-select {
	padding: 0.1rem 2.25rem 0.1rem 0.75rem;
	border: 1px solid #5887b78a;
}
.select-tabla-form-hijo{
	background-image: unset !important;
  	background-color: #fff !important;
	  padding: 1px 5px 1px 3px !important;
}
.form-control {
	border: 1px solid #5887b78a;
	font-size: 12px;
	font-weight: 500;
}

.ico_menu_superior{
	font-size: 30px;
	margin: unset;
	padding: 7px ;
}
