/* ###### 3.6 Forms ###### */
#legendContainer td{
	vertical-align:top;
}

#legendContainer .legendLabel{
	padding-right:10px;
}

#legendContainer .legendColorBox{
	padding-top:5px;
	padding-right:5px;
}

.form-group {
    margin-bottom: 0.5rem;
}

.form-control, .dataTables_filter input {
  height: 30px;
  border-radius: 5px;
  }
.form-control:focus, .dataTables_filter input:focus {
    border-color: #969dab;
    box-shadow: none; }

.custom-file,
.custom-file-input,
.custom-file-label {
  height: 30px; }

.custom-file-label, .custom-file-label::after {
  line-height: 1.8;
  border-radius: 0; }

.custom-file-label::after {
  height: auto; }

.form-label {
  display: block;
  margin-bottom: 5px;
  color: #494c57; 
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-color: #ced4da;
    border-radius: 3px;
    height: 35px;
    outline: none;
    border-radius: 5px;
	font-size: 0.8125rem;
}
.form-control, .dataTables_filter input {
    display: block;
    width: 100%;
    height: calc(1.96875rem + 2px);
	padding: 0px 5px !important;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #494c57;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 20px;
    height: 35px;
    line-height: calc(1.96875rem + 2px);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #494c57;
    line-height: calc(1.96875rem + 2px)-0.1rem;
    padding-left: 5px;
    height: 100%;
    display: flex;
    align-items: center;
}
.btn, .sp-container button {
    border-width: 0;
    line-height: 1.538;
    padding: 3px 20px;
    border-radius: 5px;
    transition: none;
    min-height: 32px;
    font-weight: bold;
    font-size: medium;
}


.nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 3px !important;
}
.nav-tabs .nav-link {
    background-color: rgba(255, 255, 255, 0.3);
    border-width: 0;
    border-radius: 0;
    padding: 7px 15px;
    line-height: 1.428;
    color: #494c57;
}
.card{
	border-radius: 5px;
}
.card,.card-header,.card-body{
	background-color: #fff !important;
}


.flotchart-pie1 {
    width: 130px;
    height: 130px;
	position: relative;
}

figure{margin:0;transform:translate(-50%,-50%) rotate(0deg) scale(1.4,1.4);position:absolute;left:50%;top:50%;border-radius:150px;box-sizing:border-box;animation:rotation 20s infinite linear;}

figure div:after{content:"";width:20px;height:20px;border:1px solid #fff;box-sizing:border-box;position:absolute;left:20px;top:20px;animation:shuffle 2s infinite;}

figure div:nth-child(1){transform:rotate(0deg)}
figure div:nth-child(1):after{animation-delay:-0.5s;}
figure div:nth-child(2){transform:rotate(45deg)}
figure div:nth-child(2):after{animation-delay:-1s;}
figure div:nth-child(3){transform:rotate(90deg)}
figure div:nth-child(3):after{animation-delay:-1.5s;}
figure div:nth-child(4){transform:rotate(135deg)}
figure div:nth-child(4):after{animation-delay:-2s;}
figure div:nth-child(5){transform:rotate(180deg)}
figure div:nth-child(5):after{animation-delay:-2.5s;}
figure div:nth-child(6){transform:rotate(225deg)}
figure div:nth-child(6):after{animation-delay:-3s;}
figure div:nth-child(7){transform:rotate(270deg)}
figure div:nth-child(7):after{animation-delay:-3.5s;}
figure div:nth-child(8){transform:rotate(315deg)}
figure div:nth-child(8):after{animation-delay:-4;}

@keyframes rotation{
  100%{transform:translate(-50%,-50%) rotate(-360deg) scale(1.4,1.4);}
}
@keyframes shuffle{
  50%{transform:scale(0.4,0.4) rotate(-90deg);border-radius:50%;}
}

.img-container {
  position: relative;
}


.img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: #333;
}

.img-container:hover .img-overlay {
  opacity: 0.7;
}

.img-icon {
  color: white;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.img-icon:hover {
  color: #eee;
}

/* #00923f */

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  }
a:hover {
    color: #0056b3;
    text-decoration: none; 
}

@media (min-width: 768px){
	body,.az-sidebar-body .nav-link,.az-sidebar-body .nav-sub-link,.table thead th, .table thead td{
		font-size:100% !important;
	}
}



.az-body-dashboard-nine {
    background-color: #3bb0012e;
}

.az-content-dashboard-nine .az-content-header {
    background-color: #3bb0012e;
}

.az-content-title,.az-content-dashboard-nine .az-content-title {
	font-size:35px !important;
}

.table {
	margin-bottom:0 !important;
}

.table th, .table td {
    vertical-align: middle;
}

.table td.label{
	background:#00923f;
	color:#fff;
	text-align:left;
	width:1%;
	white-space:nowrap;
}

.table td label{
	margin-bottom:0 !important;
}

.table-bordered-0 td{
	border: 0 !important;
}

.table thead th {
    vertical-align: middle !important;
    color: #fff;
    background-color: #00923f;
    padding: 0 15px 0px 15px;
}

.table thead th .btn-icon {
    margin: px 0;
}

.table-striped tbody tr:nth-of-type(2n+2) {
    background-color: #00923f0d;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #fff;
}

.table-hover tbody tr:hover,.distribusi-kelas tbody tr td:hover{
  background-color: #00923f54;
  color:#000;  
}

.table .tform{
	background-color: #00923f54 !important;
	color:#000 !important;
}

.page-link {
    background-color: #fff;
}

.pagination-primary .page-item.active .page-link {
    background-color: #00923f;
}

.az-header-menu-icon span,.az-header-menu-icon span::before, .az-header-menu-icon span::after{
    background-color: #fff;
}

.az-header-center .form-control, .az-header-center .dataTables_filter input, .dataTables_filter .az-header-center input {
    border-color: #00923f;
    background-color: #fcfcfc;
}

.az-header-message > a, .az-header-notification > a {
	color:#fff;
}

.btn-warning{
	color:#fff !important;
	background-color:#fd7e14 !important;
	border-color:#fd7e14 !important;
}

.btn-az-primary {
    background-color: #00923f;
}

.bg-primary,.btn-primary{
	background-color: #00923f !important;
}
.text-primary{
	color:  #00923f !important;
}
.border-primary{
	border-color:#00923f !important;
}

.border-primary-input{
	border-color: #00923f30 !important;
}

.btn-outline-primary {
    border-color: #00923f;
    color: #00923f;
}

.az-sidebar-indigo-dark {
    background-color: #333;
}

.az-sidebar-indigo-dark .az-sidebar-body .nav-item.active::before {
    background-color: #00923f;
}

.az-header-dashboard-nine {
    background-color: #00923f;
}

.nav-tabs li {
	  margin-right:4px;
}

.az-logo span {
    color: #00923f;
}

.form-control {
    border:2px solid #00923f30 !important;
}

.nav-tabs .nav-link {
    background-color: #4CAF50;
    color: #fff;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    background-color: #fff;
    color: #000; 
}

.nav-tabs .nav-link.active {
    background-color: #fff;
}

.content-box {
    padding: 1.25rem;
	background-color: #f8f9fa;
	box-shadow: 0 0 10px rgba(33, 34, 41, 0.1);
}

.content-bg{
	background-color: #f8f9fa;
}
.content-p{
	padding: 1.25rem;
}

.content-shadow{
	box-shadow: 0 0 10px rgba(33, 34, 41, 0.1);
}
.content-shadow-0{
	box-shadow: 0 !important;
}

.shadow-0{
	box-shadow: 0 !important;
}

#Dtable{
	border:0;
	margin-bottom: 15px !important;
}

#Dtable th{
	background:none;
	color:#000;
}

#Dtable tbody{
	background:#fff;
}

#Dtable tbody tr:first-child td{
	border-top:0px solid #000;
}

#Dtable tbody tr:last-child td{
	border-bottom:1px solid #000;
}

#Dtable td, #Dtable th{
	text-align:left;
	padding:0.5rem;
}

#Dtable thead th, #Dtable thead td {
    padding: 0.5rem;
	padding-right:16px;
    border-bottom: 1px solid #000 !important;
    position: relative;
	cursor:pointer;
}

#Dtable .btn-icon{
	height:auto;
}


#Dtable .btn-icon i {
    font-size: 19px;
}

/* NDtable */

#NDtable{
	border:0;
	margin-bottom: 15px !important;
}

#NDtable th{
	background:none;
	color:#000;
}

#NDtable tbody{
	background:#fff;
}

#NDtable tbody tr:first-child td{
	border-top:0px solid #000;
}

#NDtable tbody tr:last-child td{
	border-bottom:1px solid #000;
}

#NDtable td, #NDtable th{
	text-align:left;
	padding:0.5rem;
}

#NDtable thead th, #NDtable thead td {
    padding: 0.5rem;
	padding-right:16px;
    border-bottom: 1px solid #000 !important;
    position: relative;
	cursor:pointer;
}

#NDtable .btn-icon{
	height:auto;
}


#NDtable .btn-icon i {
    font-size: 19px;
}

/* FDtable */

#FDtable{
	border:0;
	margin-bottom: 15px !important;
}

#FDtable th{
	background:none;
	color:#000;
}

#FDtable tbody{
	background:#fff;
}

#FDtable tbody tr:first-child td{
	border-top:1px solid #000;
}

#FDtable tbody tr:last-child td{
	border-bottom:1px solid #000;
}

#FDtable td, #FDtable th{
	text-align:left;
	padding:0.5rem;
}

#FDtable thead th, #FDtable thead td {
    padding: 0.5rem;
	padding-right:16px;
    border-bottom: 1px solid #000 !important;
    position: relative;
	cursor:pointer;
}

#FDtable .btn-icon{
	height:auto;
}


#FDtable .btn-icon i {
    font-size: 19px;
}

/* JDtable */

#JDtable{
	border:0;
	margin-bottom: 15px !important;
}

#JDtable th{
	background:none;
	color:#000;
}

#JDtable tbody{
	background:#fff;
}

#JDtable tbody tr:first-child td{
	border-top:1px solid #000;
}

#JDtable tbody tr:last-child td{
	border-bottom:1px solid #000;
}

#JDtable td, #JDtable th{
	text-align:left;
	padding:0.5rem;
}

#JDtable thead th, #JDtable thead td {
    padding: 0.5rem;
	padding-right:16px;
    border-bottom: 1px solid #000 !important;
    position: relative;
	cursor:pointer;
}

#JDtable .btn-icon{
	height:auto;
}


#JDtable .btn-icon i {
    font-size: 19px;
}
/* */

#Dtable .tform td,#NDtable .tform td,#FDtable .tform td,#JDtable .tform td {
	border-bottom:1px solid #000;
}

.dataTables_filter {
	float:none !important;
	padding-bottom:0 !important;
}

.dataTables_filter label{
	display:block;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:focus {
    background-color: transparent;
    color: #969dab !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding-top: 0; 
    padding-bottom: 0; 
    background-color: transparent; 
    border-color: transparent;
    border-radius: 0;
    line-height: 1.481;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 9px;
    left: 4px;
    height: 14px;
    width: 14px;
    display: inline-block;
    margin-right: 1rem;
    position: static;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #31b131;
}

table td{text-align:left;}

table .l{
	text-align:left;
}
table .c{
	text-align:center !important;
}
table .r{
	text-align:right !important;
}
table .t{
	vertical-align:top;
}
table .b{
	vertical-align:bottom;
}
table .fb{
	font-weight:bold;
}
table .b0{border:0 !important; background:#fff !important;}
table .br{border-right:0 !important;}
table .bl{border-left:0 !important;}
table .bt{border-top:0 !important;}
table .bb{border-bottom:0 !important;}
table .fit{ width:1%; white-space:nowrap;}
table .nowrap{white-space:nowrap;}
table .pp{width:20px;} table .pppp{width:40px;}
table .w50{width:50px;}
table .w100{width:100px;}
table .w150{width:150px;}
table .w200{width:200px;}
table .p100{width:100px;}


@media (min-width: 992px){
	.az-column-signup-left {
		background-color: #3bb0012e;
	}
	
}

@media (max-width: 992px){
	.m--20{
		margin:-20px;
		box-shadow:none !important;
	}
	.mx-20{
		margin: 0 -20px;
	}
	
	.nav-tabs {
	  white-space: nowrap;
	  display:block!important;
	  flex-wrap: nowrap;
	  max-width: 100%;
	  overflow-x: scroll;
	  overflow-y: hidden;
	  -webkit-overflow-scrolling: touch
	}

	.nav-tabs li {
	  display: inline-block;
	  margin-right:0px;
	}
	
	.table th:first-child,.table td:first-child { 
		padding-left:20px !important;
	}
	.table th:last-child,.table td:last-child { 
		padding-right:20px !important;
	}
	#Dtable .btn-icon i,#NDtable .btn-icon i,#FDtable .btn-icon i {
		font-size: 13px;
	}
}


.select2-container--default .select2-selection--single {
    border: 2px solid #b1deb5 !important;
}

.tform .select2-container--default .select2-selection--single {
   border: 2px solid #8ecea9 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #9E9E9E;
}

:required{
 
}

/* The switch - the box around the slider */
.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 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  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(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

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

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