.preloader{width:100%;height:100%;top:0;position:fixed;z-index:14;background:#fff}.lds-ripple{display:inline-block;width: 101px;height: 90px;position:absolute;top:calc(50% - 3.5px);left:calc(40% - 1.5px);}.lds-ripple .lds-pos{position:absolute;border:2px solid #2962FF;opacity:1;border-radius:50%;animation:lds-ripple 1s cubic-bezier(0,.1,.5,1) infinite;}.lds-ripple .lds-pos:nth-child(2){animation-delay:-.5s}@keyframes lds-ripple{0%{top:28px;left:28px;width:0;height:0;opacity:0}5%{top:28px;left:28px;width:0;height:0;opacity:1}100%{top:-1px;left:-1px;width:58px;height:58px;opacity:0}}
.preloader2{width:100%;height:100%;position:fixed;z-index:9999;background:#fff}
.menu-title{
	margin-top: -52px;
    margin-left: 163px;
	position: absolute;
}
.topbar{
	z-index: 99 !important;
}
.btn-tab{
	border: none;
    /*background: transparent;*/
    color: black;
    border-bottom: solid 1.5px;
    border-radius: 0px;
}
.btn-tab:hover{
	background: gainsboro;
	color: black;
}
.nav-tab{
	display: block;
    padding: .5rem 1rem;
	color: black
}
.nav-tab:hover{
	background-color: #ffffff;
	border-radius: 10px 10px 0px 0px;
}
.nav-tab.active{
	color: #ffffff;
    background-color: #6085e6;
    border-color: #dee2e6 #dee2e6 #fff;
	border-radius: 10px 10px 0px 0px;
}
.mod-form{
	/*z-index: 99999;*/
	margin-top:20px;
}
.mod-form .modal-header{
	background: linear-gradient(to right,#8971ea,#7f72ea,#7574ea,#6a75e9,#5f76e8);
    padding: 0px 4px;
}
.mod-form .modal-header .modal-title{
	color: #fff;
    padding: 10px 10px;
}
.mod-form .modal-header .close{
	padding: 12px 10px !important;
	margin : 0px;
}
.mod-form .modal-header .close:hover{
	color: #fff;
}

.form-control.no-border{
	border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-shadow: inherit;
}

.txfilter{
	min-width: 180px;
}
.spside{
	float:right;
}
.teside{
	float: right;
    margin-top: -29px;
    margin-right: 15px;
    /* z-index: 99999 !important; */
    position: relative;
}
.teside:hover{
	background: linear-gradient(to right,#8971ea,#7f72ea,#7574ea,#6a75e9,#5f76e8);
    padding: 1px 5px 1px 4px;
    border-radius: 3px;
	color: #fff !important;
}

.select2-container--default{
	width:100% !important;
}

.pointer{
	cursor:pointer  !important;
}

.pb-35{
	padding-bottom:35px;
}

.teside.active {
	color: #fff !important;
}
.teside.aclick {
	background: #fa9516 !important;
    padding: 1px 5px 1px 4px;
    border-radius: 3px;
	color: #fff !important;
}

.teside.active:hover{
	background: #fa9516 !important;
    padding: 1px 5px 1px 4px;
    border-radius: 3px;
    color: #fff;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.float-right{
	float : right !important;
}

.table-prof td, .table-prof th {
    padding: 0.65rem 0.1rem !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.custom-control-label::after {
	top:0rem;
	left: -1.5rem;
}

.custom-control-input-danger:checked~.custom-control-label::before {
    border-color: #dc3545;
    background-color: #dc3545;
	margin-left: 15px;
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
	margin-left: 15px;
}

.btn-left{
	border-radius : 15px 0px 0px 15px !important;
}
.btn-right{
	border-radius : 0px 15px 15px 0px !important;
}
.btn-pil{
	border-radius : 15px 15px 15px 15px !important;
}
.btn-circle{
	border-radius : 50% !important;
}
.tblup td, .tblup th {
  padding: 0.15rem !important;
  vertical-align: top;
}


.btn-inline{
	margin-top:21px;
}

.disdiv {
    pointer-events: none;
    opacity: 0.4;
}

.custom-control-label::before {
	top:0 !important;
}

.xcard-form{
	/*height: 600px;*/
}

.xcard-body{
	/*max-height: 590px !important;
	overflow-y: auto !important;*/
}

.form-control.cekbox{
	width: 7% !important;
    height: 20px !important;
}

.tr-edit{
	background: #fcff58 !important;
}
textarea.form-control {
    height: auto !important;
}

.hiden{
	display: none !important;
}


.table-striped2 tbody tr:nth-child(odd) {
  background-color: #f8f3c2;
}

.table-striped3 tbody tr:nth-child(odd) {
  background-color: #daebff;
}

.table-striped4 tbody tr:nth-child(even) {
  background-color: #ebecec;
}
.table-striped4 thead tr {
  background-color: #b9b9b9;
}
.table thead th{
	border-left:none;
	/*border-right:none;*/
	border-right-color: #fff;
}

.form-control, .form-control.sm {
	height : calc(2.05rem) !important;
}

.btn-close:hover{
	color: red;
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  z-index: 999;
    background: #bfbfb5;
    padding: 4px;
}

.txinput[readonly], .txinput[disabled]{
	background-color : #fff !important;	
}

.error {
	border-color: red !important;
}

.user-block-2 img {
    float: left;
    height: 64px;
    width: 64px;
}

.select2:required + span .select2-selection.select2-selection--single.errorsel{
	border-color: red !important;
}

.autoselect:required + span .select2-selection.select2-selection--single.errorsel{
	border-color: red !important;
}

.nav-link.navtab.active {
	background: blanchedalmond;
    color: #000 !important;
    border: 4px;
    border-radius: 39px;
    padding-bottom: 5px;
    font-weight: 500;
}

@media print {
    .no-print { display: none; }
    .printable, #printDiv {
        display: block;
        font-size: 8pt;
		position: absolute;
    left: 0;
    top: 0;
    }
	#printDiv h2{
		font-size:10pt;
	}
	
	.nobd-left{
		border-left:hidden !important;
	}
	.nobd-right{
		border-right:hidden !important;
	}.nobd-top{
		border-top:hidden !important;
	}.nobd-botom{
		border-bottom:hidden !important;
	}
	.nobd{
		border : 0;
	}
	
  }
  
.mask-date{
	visibility: collapse !important;
	z-index: 0 !important;
	margin-top:-30px !important;
}
  
td ol, td ul{
	padding-left: 10px;
}  

.info-box-number {
	font-size: 14pt;
}

.inline-flex{
	display: inline-flex ;
}

.cblue{
	/*color : #007bff !important;*/
	font-weight: 10 !important;
}

.bg-gray, .bg-gray>a {
    color: #fff!important;
}

.bg-gray {
    background-color: #8392a1!important;
}


.toast-top-right{
	margin-top:40px;
}

/* For Webkit-based browsers (Chrome, Edge, Safari) */
::-webkit-scrollbar {
    width: 3px; /* Slim width */
    height: 8px; /* Slim height for horizontal scrollbars */
}

::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background of the scrollbar track */
}

::-webkit-scrollbar-thumb {
    background: #cbc6c6; /* Color of the scrollbar handle */
    border-radius: 5px; /* Round corners for the handle */
}

::-webkit-scrollbar-thumb:hover {
    background: #555; /* Darker color when hovering */
}

.flex-col{
	flex-direction: column;
}
.flex-center{
	align-items: center;
}

.img-thumb{
	height: 120px !important;
    width: 120px !important;
}

ml-0{
	margin-left:0px !important;
}
@media only screen and (min-width: 100px) and (max-width: 1330px) {
	.min1366 {
		display:none;
	}
	.max1366 {
		display:block !important;
	}
}

@media only screen and (min-width: 100px) and (max-width: 610px) {
	.min-50 {
		width: 50% !important;
	}
	
}

.img-border-red{
	border: 2px solid red !important;
}
/* cekbpx switch */
.switch {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 20px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 20px;
  right: 0;
  bottom: 0;
  width: 40px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}