.preloader{width:100%;height:100%;top:0;position:fixed;z-index:9999;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;
}

.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;
}

.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;
}

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

.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;
}

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

.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;
}

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;
}

.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;
}

.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;
	}
  }