table.dataTable {
	table-layout: fixed;
}
table.dataTable tbody th,
	table.dataTable tbody td {
	padding: 3px 1px; 
}
table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled) {
  padding-right: 8px;
}
#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: #502172;
	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: #8b66a6;
}
.FrameSuperior {
	background-color: #502172 !important;
	height: 71px !important;
	line-height: 20px !important;
}
.bar-dir{
	height: 18px;
	position: absolute;
	top: 53px;
	background-color: #8553a9;
	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: #8553a9;
	color: #f4f4f4 !important;
	border: 1px solid #502172;
	-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: #8b66a6;
	color: #fff !important;
	border: 1px solid #502172;
	-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: #a68eb8ff;
	color: #f1ecec !important;
}


.navbar-nav .dropdown-menu {
 	transform: unset !important;
	border: 1px solid #502172;
}

@media only screen and (max-width: 990px) {
	.navbar-nav .dropdown-menu {
		position: relative !important;
		border: 1px solid #502172;
	}
	.menu-tab{
		-moz-border-radius: 0px 0px 0px 0px;
		-webkit-border-radius: 0px 0px 0px 0px;
		background-color: #8553a9;
		color: #fff !important;
    		border: 1px solid #502172;
	}
	.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: rgb(160, 128, 184) !important;
	color: #ffffff !important

}
.menu-tab:active{
	background-color: #502172a0 !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: #ffffff;
	color: #3D1954 !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: #3D1954 !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 #502172;
	}
	.menu-card-opciones{
		position: relative !important;
		border-bottom: 3px solid #502172;
	}
}


.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: #3D1954 !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: #a68eb8ff !important;
	}
	.item-menu:focus {
		color: #FFF !important;
		background-color: #8b66a6 !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: #3D1954 !important;
		background-color: #ebdef58a;
		border-bottom: 1px solid #ccc7c7;
		border: 1px #693a8a 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: #502172d6;
	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: #f0ebf4;
	color: #484c57;
	font-size: 12px;
  	font-family: 'helvetica','verdana','arial';
}
tr.odd {
	background-color: #fff;
	color: #484c57;
	font-size: 12px;
  	font-family: 'helvetica','verdana','arial';
}
tr.even:hover {
	background-color: #dacde4c6;
  color: #4e5260;
}
tr.odd:hover {
	background-color: #dacde4c6;
  color: #4e5260;
}
.modal-content {
	background-color: #fff;
}
div.dataTables_scrollBody {
	background-color: #d7cfdd91 !important;
	border-bottom: 1px solid #bc9bd0 !important;
	border-left: 1px solid #b79bd0 !important;
	border-right: 1px solid #b79bd0 !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: #9e89b091 !important;
}
div.dataTables_scrollHead table.dataTable {
	margin-bottom: 0 !important;
	margin-top: 0px !important;
	border-top: 1px solid #b79bd0 !important;
	border-left: 1px solid #b79bd0 !important;
	border-right: 1px solid #b79bd0 !important;

}

body .btn-primary:active, body .btn-primary:focus {
	border-color: #006993 !important;
	background-color: #0088bd;
}
body .btn-primary:hover {
	border-color: #0088bd !important;
	background-color: #006993;
}
body .btn-primary[disabled] {
	border-color: #0088bd !important;
	background-color: #0088bd;
	color: #ccc;
}
.modal-footer.bg-dark {
	background-color: #614673  !important;
	border-bottom: 3px #54455f solid;
	padding: 0px;
}
.nopadding{
	margin: 3px !important;
	padding: 3px 10px;
}
.form-select {
	padding: 0.1rem 2.25rem 0.1rem 0.75rem;
	border: 1px solid #693a8aad;
}
.select-tabla-form-hijo{
	background-image: unset !important;
  	background-color: #fff !important;
	  padding: 1px 5px 1px 3px !important;
}
.form-control {
	border: 1px solid #a39aaaad;
	font-size: 12px;
	font-weight: 500;
}

.ico_menu_superior{
	font-size: 30px;
	margin: unset;
	padding: 7px ;
}

/* .ui-widget-header {
	border: 1px solid #0088bd;
	background: #0088bd;
	color: #ffffff;
	font-weight: bold;
} */

.ui-widget-header {
	border: 1px solid #502172;
	background: #502172;
	color: #ffffff;
	font-weight: bold;
}
.ui-state-default, .ui-widget-content .ui-state-default{
	border: 1px solid #50217269;
	background: #f6effa;
	font-weight: bold;
	color: #502172;
}
.ui-state-default, .ui-widget-content .ui-state-default:hover{
	border: 1px solid #50217269;
	background: #502172;
	font-weight: bold;
	color: #f6effa;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight{
	border: 1px solid #fad42e;
	background: #fbec88;
	color: #363636;
}
.ui-state-active, .ui-widget-content .ui-state-active{
	border: 1px solid #f6effa;
	background: #502172;
	font-weight: bold;
	color: #f6effa;
}