.dropdown-menu {
	background: #1a1a1a;
	border: 1px solid #333;
	top: 100% !important;
	bottom: auto !important;
	transform: translate3d(0px, 0px, 0px) !important;
}

.btn-secondary {
	background: #333;
	border-color: #444;
}

.btn-light {
	background: #444;
	border-color: #555;
	color: #fff;
}

.btn-light:hover,
.btn-light.active {
	background: #555;
	border-color: #666;
	color: #fff;
}

.custom-switch .custom-control-label::before {
	background-color: #666;
}

.custom-switch .custom-control-input:checked~.custom-control-label::before {
	background-color: #28a745;
}

.custom-control-label {
	color: #fff;
}

#sort-select {
	background: #333;
	border-color: #444;
	color: #fff;
}
.nav .nav-item a i{
	font-size: .8rem;
}
.close{
	font-weight:500;
	color:#fff;
}
.modal{
	z-index: 10000;
}
input:-webkit-autofill,
    input:-webkit-autofill:hover, 
    input:-webkit-autofill:focus,
    textarea:-webkit-autofill,
    textarea:-webkit-autofill:hover,
    textarea:-webkit-autofill:focus,
    select:-webkit-autofill,
    select:-webkit-autofill:hover,
    select:-webkit-autofill:focus {
        /* border: 1px solid transparent !important; */
        -webkit-text-fill-color: white !important;
        -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
        transition: background-color 5000s ease-in-out 0s !important;
    }
.bg-dark{
	background: #00000080 !important;
}
.list-group-item{
	background: #00000080;
	border: none;
}
.btn-block+.btn-block{
	margin-top: 0;
}
.w-sidebar{
	/* width: 340px !important; */
	width: 336px !important;
	/* margin-left: 30px; */
}
.dataTables_paginate.paging_numbers .pagination .paginate_button.active {
	background: #000000;
    border: 1px solid #474747;
}
table.dataTable thead .sorting_asc:after {
	content: "\f110" !important;
	top: 15px !important;
	font: normal normal normal 14px/1 LineAwesome !important;
	opacity: 1 !important;
	color: var(--mcd) !important;
}

table.dataTable thead .sorting:after {
	content: "\f306" !important;
	top: 15px !important;
	font: normal normal normal 14px/1 LineAwesome !important;
	opacity: 1 !important;
}

table.dataTable thead .sorting_desc:after {
	content: "\f113" !important;
	top: 15px !important;
	font: normal normal normal 14px/1 LineAwesome !important;
	opacity: 1 !important;
	color: var(--mcd) !important;
}

.dataTables_wrapper.form-inline.dt-bootstrap {
	display: block !important;
}

div.dataTables_wrapper div.dataTables_length label {
	justify-content: flex-start;
}

div.dataTables_wrapper div.dataTables_filter label {
	justify-content: flex-end;
	line-height: 2.5 !important;
}

.border-none{
	border: none !important;
}
.modal-backdrop.show {
    opacity: .7;
    z-index: 9999;
}
.badge-mcd{
	background: var(--mcd);
	color: var(--theme);
}
.btn.btn-dark{
	background:#000;
	border-color:#000;
	color:#fff;
}
.btn.btn-dark{
	background:#00000080;
	border-color:#00000080;
	color:#e3e3e3;
}

.dataTables_paginate.paging_numbers .pagination .paginate_button {
	max-width: 50px;
    min-width: 27px;
	height: 27px;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000 0% 0% no-repeat padding-box;
	margin-left: 8px;
	margin-right: 5px;
	margin-top: 10px;
}


.pagination .paginate_button.active a {
	color: #fff;
}

.pagination .paginate_button a {
	font-weight: bold;
	padding: 5px;
	font-size: .9rem;
}

#table_wrapper .wrapper {
	min-height: auto !important;
	height: auto !important;
	padding-bottom: 20px;
}
.card-shadow{
	box-shadow: 0px 12px 6px #00000029;
}
.cursor-disabled{
	cursor:not-allowed;
}
.navbar-nav .nav-link[data-toggle='collapse']:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    margin-left: auto;
    content: '\f105';
    transition: all .15s ease;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.navbar-nav .nav-link[data-toggle='collapse'][aria-expanded='true']:after {
    transform: rotate(90deg);
}
.form-control:focus{
	box-shadow: 0px 3px 6px #00000029 !important;
}
.br-13{
	border-radius: 13px;
}
.pr-20px{
	padding-right: 20px;
}
.bell{
	display: flex;
	justify-content: center;
	align-items: flex-start;
    padding-top: 5px;
}
p.cursor-help, .cursor-help{
	transition: .4s;
}
p.cursor-help:hover, .cursor-help:hover{
	transform: scale(1.1);
}
.cursor-help{
	cursor: help;
}
.tooltip{
	z-index: 999999999 !important;
}
.bell-icon svg path{
	fill: #fff;
}
.bell-icon{
	background: #00000080;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px;
	box-shadow: 0px 3px 6px #00000029;
}
.calc-main-panel{
	flex: 0 0 calc(75% + 60px) !important;
    /* max-width: 75%; */
}
.sidebar{
	width: 260px !important;
	margin-left: 15px;
}
.row-fix{
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.card-stats{
	border-radius: 20px;
	min-height: 150px;
	height: 150px;
}
.card-stats .card-body{
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.card-stats .card-footer{
	padding: 0;
	text-align: center;
	/* border-top: none; */
}
.card-stats .card-footer p{
	font-size: 11px;
}
.cursor-pointer{
	cursor: pointer;
}
.bg-glass{
	/* background: #ffffff80; */
	background: #00000080;
  	backdrop-filter: blur(8px);
}
.br-20{
	border-radius: 20px !important;
}
@media screen and (max-width: 991px){
	.breadcrumb-container{
		display: none !important;
	}
	div.dataTables_wrapper div.dataTables_filter label{
		right: 70px;
		left: unset !important;
		top: 26px !important;
	}
	div.dataTables_wrapper div.dataTables_filter input{
		right: 15px;
		left: unset !important;
	}
}
.breadcrumb-container{
	display: flex;
	justify-content: space-between;
	height: 35px;
}
.breadcrumb-custom{
	height: 35px;
	z-index: 2;
	background: var(--primary);
	transition: .4s;
	max-width: 137px;
	width: 137px;
	text-align: center;
	line-height: 1.8;
}
.breadcrumb-custom:hover{
	transform: scale(1.03);
}
.breadcrumb-custom a:hover{
	text-decoration: none;
}
.breadcrumb-custom a{
	color: #fff !important;
	font-size: .8rem;
}
.breadcrumb-custom.active a{
	color: #000 !important;
}
.breadcrumb-custom.active{
	background: #fff;
	z-index: 3;
	position: relative;
	right: 20px;
}
.br-8{
	border-radius: 8px;
}
.bg-gradient-actions{
	background: #00000045;
	/* background: linear-gradient(90deg, rgba(242,242,242,1) 0%, rgba(220,53,69,1) 50%, rgba(179,30,53,1) 100%); */
	/* background: transparent linear-gradient(106deg, var(--primary) 0%, #121280 100%) 0% 0% no-repeat padding-box; */
}
.card-update{
	color: #fff;
	padding: 20px;
}
.card-update h1{
	font-size: 1rem;
}
.card-update p{
	font-size: .7rem;
	margin-bottom: 0px;
}
.button-update{
	padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #00000080;
    border-radius: 20px;
    border-color: transparent;
    color: #fff;
}
.deg-45{
	transform: rotate(45deg);
}
.alert-stats{
	padding: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.alert-content{
	color: #fff;
	padding-left: 15px;
}
.alert-content h4{
	font-size: .9rem;
	font-weight: 800;
	margin-bottom: 0px;
}
.alert-content p{
	font-size: .6rem;
	margin-top: -5px;
	margin-bottom: 0px;
}
.alert-stats i{
	font-size: 1.1rem;
}
.alert-img{
	width: 50px;
	height: 50px;
	background: transparent linear-gradient(43deg, #00000080 0%, var(--primary) 134%) 0% 0% no-repeat padding-box;
	border-radius: 8px;
	box-shadow: 0px 3px 6px #00000029;
}
.alert-img-container .badge{
    border-radius: 50px;
    margin-left: inherit;
    line-height: 2.4;
	padding: 0px;
    vertical-align: middle;
    font-weight: 700;
    font-size: 6px;
    width: 14px;
    height: 14px;
    text-align: center;
}
.badge-container{
	border-radius: 50px;
	background: white;
	padding: 2px;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
    top: 48px;
    left: 48px;
}
.badge-container-bell{
	border-radius: 50px;
	background: white;
	padding: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 3px;
    width: 17px;
    height: 17px;
    left: 26px;
}
.badge-container-bell span{
	font-size: .5rem;
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	line-height: 1.7;
}

.rotate-reverse{
	transform: rotateZ(90deg) rotateX(180deg);
}

/* PAGINATION */

:root{
	--pagination-color: transparent linear-gradient(180deg, #2323FF 0%, #000000 100%) 0% 0% no-repeat padding-box;
	--pagination-color-dark: #b6b6b6;
}
.page-item, .page-link{
	border: none;
}
.page-item-paginator.disabled{
	background: #919191;
}
.page-item{
	padding:5px;
	font-size: .8rem;
	color: var(--pagination-color-dark);
	text-align: center;
}
.page-item-paginator.disabled:hover{
	filter: none;
}
.page-item-paginator{
	background:#F6F6F6;
	border-radius: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 29px;
}
.page-item-paginator:hover{
	filter: opacity(0.8);
}
.page-item a:hover{
	color: inherit;
}
.page-item.active:hover{
	filter: none;
}
.page-item.active .page-link{
	background: #00000080;
	border-color: #00000080;
	border-radius: 6px;
	font-size: .9rem;
	font-weight: 600;
	width: auto;
	/* height: 100%; */
	line-height: 15px !important;
	color:var(--light);
}
.page-link{
	font-size: .8rem;
}
.page-item.active span.page-link{
	line-height: 7px;
}
.page-item-link{
	color: var(--pagination-color);
}
.page-item-link:hover{
	color: var(--pagination-color-dark);
}
.page-item-link.disabled:hover{
	color: var(--pagination-color);
}
.page-link{
	color: var(--pagination-color-dark);
	font-weight: 600;
	background: #F6F6F6;
	border-radius: 50%;
}
.page-link:hover{
	color: var(--pagination-color-dark) !important;
	text-decoration: underline;
}
.page-link:focus{
	box-shadow: none;
}


/* SPINNER */
@-webkit-keyframes spinner-border {
	to {
	  transform: rotate(360deg);
	}
  }
  
  @keyframes spinner-border {
	to {
	  transform: rotate(360deg);
	}
  }
  .spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -0.125em;
	border: 0.25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: 0.75s linear infinite spinner-border;
			animation: 0.75s linear infinite spinner-border;
  }
  
  .spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: 0.2em;
  }

/* TABLE CUSTOM */
.table-custom {
	width: 100%;
	border-radius: 20px 20px 0px 0px;
}

.table-custom thead {
	/* background: transparent linear-gradient(269deg, var(--primary) 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box; */
	/* background: transparent linear-gradient(43deg, #FFFFFF 0%, var(--primary) 180%) 0% 0% no-repeat padding-box; */
	background: #00000080;
    background-attachment:fixed;
	border: none;
	border-radius: 13px 13px 0px 0px;
	color: #fff;
}
table.table.table-custom.br-none{
	border-radius: 3px !important;
} 
table.table.table-custom {
	border-collapse: collapse !important;
	border-radius: 13px !important;
	overflow: hidden !important;
	margin-top: 40px !important;
}
table.table.table-custom.mt-0 {
	margin-top: 0 !important;
}
.form-group label.mb-0, .form-check label.mb-0{
	margin-bottom: 0px !important;
}
table.br-none thead{
	border-radius: 0px 0px 0px 0px;
}


table.table-custom th,
table.table-custom thead tr,
table.table-custom thead tr th,
table.table-custom thead tr td {
	border: none !important;
}

table.table.table-custom tbody tr {
	background: #00000080;
	position: relative;
}

table.table.table-custom tbody tr td a {
	font-size: 1rem;
	text-decoration: none;
}

table.table.table-custom thead tr th:nth-child(1) {
	padding-left: 35px !important;
}

table.table.table-custom tbody tr td:nth-child(1) {
	padding-left: 35px !important;
	/* color: var(--primary); */
}
/*
table.table.table-custom tbody tr:hover {
	border-left: 2px solid var(--primary);
}
table.table.table-custom.table-hover-none tbody tr:hover {
	border-left: 0px solid var(--primary) !important;
}
*/

/* BUTTONS */
.actions-buttons .btn-block+.btn-block{
	margin-top: 0;
}
.actions-buttons a, .actions-buttons button, .actions-buttons input['type=submit']{
	font-size: .9rem;
}

/* FONTS */
.font-weight-600{
	font-weight: 600 !important;
}

/* GLASS */
.bg-input-glass{
	background-color: #ffffff80;
}

/* BREADCRUMBS */
.bg-transparent{
	background: transparent !important;
}

/* SWITCH */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  /* The slider */
  .slider-switch {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #21212199;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .slider-switch:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  input:checked + .slider-switch {
	background-color: var(--primary);
  }
  
  input:focus + .slider-switch {
	box-shadow: 0 0 1px var(--primary)3;
  }
  
  input:checked + .slider-switch:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
  }
.modal-lg {
	max-width: 1050px;
}
  /* Rounded sliders */
  .slider-switch.round {
	border-radius: 34px;
  }
  
  .slider-switch.round:before {
	border-radius: 50%;
  }

  @media (min-width: 768px){
	  div.dataTables_wrapper div.dataTables_filter input {
		  width: 50% !important;
		}
	}
	@media (max-width: 768px){
	div.dataTables_wrapper div.dataTables_filter input{
	  margin-left: 50px !important;
	  display: inline-block;
	  width: auto;
	}
	div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_filter label {
    	position: fixed;
		width: 60% !important;
		top: 25px;
		left: 93px;
	}
	div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate{
		height: 45px !important;
	}
}
.nav-search .input-group.active{
	border-radius: 13px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background: #000000d1;
}
.result-search.active{
	display: block;
}
.result-search{
	display: none;
	margin-top: 0px;
	border-bottom-left-radius: 13px;
	padding: 15px;
	background: #000000d1;
	border-bottom-right-radius: 13px;
}
.result-search button{
	background: #282828;
	border: none;
	color: #fff;
	width: 100%;
	font-size: .83rem;
	transition: .3s;
	cursor: pointer;
	padding: 10px;
	margin-bottom: 0px;
}
.result-search a:hover{
	text-decoration: none;
}
.result-search a p i, .result-search button i{
	margin-right: 15px;
	margin-left: 5px;
}
.result-search a p{
	font-size: .83rem;
	transition: .3s;
	cursor: pointer;
	padding: 10px;
	margin-bottom: 0px;
}
.result-search a p:hover{
	background: #282828;
}
table.table.table-custom tbody tr:hover {
	background: #000000db !important;
}
.bg-black{
	background:#000;
}
table.table.table-custom tbody tr:hover:after {
    content: '';
    width: 2px;
    height: 100%;
    background: var(--primary);
    border-left: 2px solid var(--primary);
    position: absolute;
    left: 0;
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

  /*alert styling*/
  .alert-success {
	border-color: #e6e6e6;
	border-left: 5px solid #00986a;
	background-color: #fff;
	color: #888;
  }
  
  .alert-info {
	border-color: #e6e6e6;
	border-left: 5px solid #00b3c8;
	background-color: #fff;
	color: #888;
  }
  
  .alert-warning {
	border-color: #e6e6e6;
	border-left: 5px solid #f9af2c;
	background-color: #fff;
	color: #888;
  }
  
  .alert-danger {
	border-color: #e6e6e6;
	border-left: 5px solid #c82630;
	background-color: #fff;
	color: #888;
  }
  
  /* @media (min-width: 768px) { */
	.alert {
	  border-radius: 6px;
	  display: table;
	  width: 100%;
	  padding-left: 78px;
	  position: relative;
	  padding-right: 60px;
	  border: 1px solid #e6e6e6;
	}
  
	.alert .close {
	  color: #888;
	  opacity: 1;
	  float: none;
	  position: absolute;
	  right: 18px;
	  top: 50% !important;
	  margin-top: -12px;
	  font-size: 25px;
	  background: transparent;
	}
  
	.alert .icon {
	  text-align: center;
	  width: 58px;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  left: 0;
	  border: 1px solid #bdbdbd;
	  padding-top: 15px;
	  border-radius: 6px 0 0 6px;
	}
  
	.alert .icon i {
	  font-size: 20px;
	  color: #fff;
	  left: 21px;
	  margin-top: -10px;
	  position: absolute;
	  top: 50%;
	}
  
	.alert .icon img {
	  font-size: 20px;
	  color: #fff;
	  left: 18px;
	  margin-top: -10px;
	  position: absolute;
	  top: 50%;
	}
	/*============ colors ========*/
	.alert.alert-success .icon,
	.alert.alert-success .icon:after {
	  border-color: none;
	  background: #00986a;
	}
  
	.alert.alert-info .icon,
	.alert.alert-info .icon:after {
	  border-color: none;
	  background: #00b3c8;
	}
  
	.alert.alert-warning .icon,
	.alert.alert-warning .icon:after {
	  border: none;
	  background: #f9af2c;
	}
  
	.alert.alert-danger .icon,
	.alert.alert-danger .icon:after {
	  border-color: none;
	  background: #c82630;
	}
  /* } */
  
.selectize-dropdown-content div{
	cursor: pointer;
}
.selectize-dropdown-content div:nth-child(even){
	border-top: #171717;
}
.selectize-dropdown-content div.active{
	background: #151515;
}

.selectize-input.full.focus input{
	background: #fff;
}
.selectize-input input, .selectize-input.full input, .selectize-input.invalid input{
	background: #111;
	border: none;
	color: #fff;
	width: 1px;
	padding: 0 !important;
}
#table_filter{
	height:auto !important;
	position: absolute;
    bottom: unset;
    right: 0px;
    width: 100%;
	top: -40px;
}
.form-control.buscardor-principal:focus{
	background-color: #111111a6;
	border-bottom-left-radius: 13px;
    border-top-left-radius: 13px;
}
.swal2-input{
	margin: 20px auto !important;
	width: 80% !important;
}
.bl-none{
	border-left: none !important;
}
/* PORCENTAJE CIRCLE */

.progress{
    width: 50px;
    height: 50px;
    line-height: 39px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
.progress .progress-value{
    width: 85%;
    height: 85%;
    border-radius: 50%;
    border: 2px solid #4e4e4e;
	font-size: 12px;
    line-height: 39px;
    text-align: center;
    position: absolute;
    top: 7.5%;
    left: 7.5%;
}
.progress.success::after{
    border-color: var(--success);
}
.progress.danger::after{
    border-color: var(--danger);
}
.progress.warning::after{
    border-color: var(--mcd);
}