@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap);
body {
	font-family: "Poppins", sans-serif;
	background: #f6f6f8;
	align-items: center;
	font-size: 15px;
	overflow-x: hidden;
}
.box-login {
	margin-top: 10%;
	border-radius: 10px;
	overflow: auto;
	min-height: 450px;
	position: relative;
	width: 100%;
	background: white;
}
.box-login .left {
	padding: 40px;
	width: 40%;
	float: left;
	position: relative;
	min-height: 450px;
}
.box-login .left .form{
	display: flex;
	align-items: center;
}
.box-login .left .form form{
	width:100%;
}
.box-login .right {
	width: 60%;
	min-height: 450px;
	float: left;
	background: url("../img/bg-depan.jpeg");
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	padding : 0px 40px;
	color : white;
	text-align: center;
	position: relative;
	z-index: 1;
}
.box-login .right .text{
	width: 100%;
}
.box-login .left p {
	color: white;
	position: relative;
	z-index: 2;
	letter-spacing: 1px;
	font-size: 30px;
	font-weight: bold;
}
.box-login .right::before {
	content: "";
	background: rgba(35,46,60,0.5);
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
}
.form-underline {
	display: block;
	position: relative;
}
.form-underline input {
	width: 100%;
	border: none;
	color: #777777;
	border-bottom: 1px solid #becbcd;
	font-size: 14px !important;
	padding: 10px 0px;
	transition: all.3s ease;
}
.form-underline input:focus {
	border-bottom: 1px solid #4099ff;
}
.form-underline span {
	position: absolute;
	right: 0;
	top: 25%;
}
.form-underline input::placeholder {
	opacity: 0.8;
}
.form-underline input:focus {
	outline: none;
}
.bg-light {
	background: #ebeeef !important;
}
.bg-primary {
	background-color: #00923f !important;
}
.copyright a{
	color : #8ab928;
}
.copyright {
	color: #83969c;
	font-size: 13px;
	letter-spacing: 1px;
	text-align: center;
}
.ls-1 {
	letter-spacing: 1px;
}
.table td, .table th{
	vertical-align: baseline;
}
.table-custom thead, .table-custom tfoot {
	background: #d5dce6;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #00923f;
}
.table-custom tbody tr td {
	font-weight: 300;
	border-top : none !important;
	padding-top : 1rem;
}
.table-custom{
    border-collapse: separate;
    border-spacing: 0 .7em;	
}
.table-custom tbody tr {
	padding-bottom : 20px;
}
.table-custom tbody tr{
	background : white;
}
.table-custom.td-grey tbody tr{
	background : rgba(156, 157, 183, 0.1);
}
.table-custom.td-grey tbody tr:hover{
	background : rgba(156, 157, 183, 0.2);
}
.table-custom tbody tr:hover{
	background : rgba(156, 157, 183, 0.1);
}

.solid-color,a {
	color: #00923f;
}
.select2-container--default{
	width : 100%  !important;
}
.select2-container--default
	.select2-results__option--highlighted[aria-selected] {
	background: #00923f;
}
.datepicker th.prev,
.datepicker th.next {
	background: #f8f9fc;
}
.btn{
	border-radius: 0px;
}
.btn-primary{
	background-color: #00923f !important;
	border-color: #00923f;
}
.btn-primary:hover {
	background: #007733 !important;
	border-color: #007733 !important;
}
.text-primary{
	color: #00923f;
}
label {
	font-weight: bold;
	letter-spacing: 0.5px;
	font-size: 15px;
	color: #333;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	color: #6e707e !important;
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
}
.select2-container--default .select2-selection--single {
	border: 1px solid #d1d3e2;
}
.select2-container .select2-selection--single {
	height: calc(1.5em + 0.75rem + 2px);
}
.form-control{
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
}
.form-control:focus {
	box-shadow: 0 0 0 0.1rem rgba(78, 115, 223, 0.25);
}
.dataTable.datatable {
	width: 100% !important;
}
.btn {
	font-size: 14px !important;
}
.btn-default {
	background: white !important;
	box-shadow: 0 0 0 0.1rem rgba(78, 115, 223, 0.15);
}
.dropdown-link button {
	padding: 3px 0.75rem;
	font-size: 14px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
#wrapper #content-wrapper{
	background: #f6f6f8;
}
.left-sidebar {
	width: 16.5%;
	position: relative;
}
.sidebar-toggled .left-sidebar {
	width: 7%;
	position: relative;
}
.sidebar-toggled #wrapper #content-wrapper {
	width: 93%;
}
.sidebar::-webkit-scrollbar-track
{
	box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color : #fbfbfd;
}

.sidebar::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.sidebar::-webkit-scrollbar-thumb
{
	background-color: #9c9db7;
}
.sidebar {
	height : 100%;
	overflow-y: auto !important;
	position: fixed;
	background: #232e3c;
	z-index: 100;
}
.sidebar-brand {
	-webkit-box-shadow: 0 2px 4px 0 rgba(156, 157, 183, 0.1) !important;
	box-shadow: 0 2px 4px 0 rgba(156, 157, 183, 0.1) !important;
	margin-bottom : 1.5rem;
	color : #00923f !important;
}
.sidebar-dark .nav-item .nav-link {
	width: 100%;
}
.sidebar .nav-item a,
.sidebar-dark .nav-item .nav-link i,.sidebar-dark .nav-item .nav-link[data-toggle=collapse]::after {
	color: #9c9db7 !important;
}
.sidebar .nav-item .collapse-inner .nav-link{
	background: transparent  !important;
	padding-left : 3.5rem;
}
.sidebar .nav-item .nav-link i {
	font-size: 15px !important;
	margin-right: 1rem;
}
.sidebar .nav-item .nav-link span{
	font-size: 15px !important;
	font-weight: 300;
}
.sidebar .nav-item{
	transition: all.5s ease;
	-webkit-transition: all.5s ease;
	-moz-transition: all.5s ease;
	-o-transition: all.5s ease;
}
.sidebar .nav-item .nav-link:hover, .nav-item.active .nav-link, .sidebar .nav-item .nav-link:focus{
	background : rgba(156, 157, 183, 0.1);
}
.sidebar .nav-item .nav-link:hover,
.nav-item.active .collapse-inner .nav-link:hover,
.sidebar .nav-item .nav-link:focus,
.nav-item.active .nav-link{
	color: #00923f !important;
}
.nav-item.active .collapse-inner .nav-link{
	color: #9c9db7 !important;
}
.nav-item.active .nav-link span{
	font-weight: 500;
}
.nav-item.active .collapse-inner .nav-link span{
	font-weight: 300;
}

.sidebar-heading {
	color: #fff !important;
	letter-spacing: 0.5px;
	font-weight: normal !important;
	margin-top: 20px;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
	background-color: transparent;
	color: #42a5f5 !important;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item span,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item span {
	font-size: 9px;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
	padding: 0.5rem 0rem !important;
	font-size: 14px;
	font-weight: 300;
}
.sidebar .nav-item .collapse {
	background : rgba(156, 157, 183, 0.04);
	margin: 0px !important;
	transition: all.2s ease;
	-webkit-transition: all.2s ease;
	-moz-transition: all.2s ease;
	-o-transition: all.2s ease;
}
.sidebar .nav-item .collapse, .sidebar .nav-item .collapsing {
    margin: 0px !important;
}
.shadow {
	-webkit-box-shadow: 0 2px 4px 0 rgba(156, 157, 183, 0.1) !important;
	box-shadow: 0 2px 4px 0 rgba(156, 157, 183, 0.1) !important;
}
#wrapper #content-wrapper {
	width: 83.5%;
}
.card {
	-webkit-box-shadow: 0 2px 4px 0 rgba(156, 157, 183, 0.1) !important;
	box-shadow: 0 2px 4px 0 rgba(156, 157, 183, 0.1) !important;
	border : none;
}
.card-header{
	background: none;
	color : #9c9db7;
	font-weight: 500;
}
.card-dashboard.has-notif{
	overflow: hidden;
}
.card-dashboard.has-notif,.card-dashboard.has-notif:hover{
	-webkit-box-shadow: 0px 4px 40px rgba(255, 193, 7, 0.25) !important; 
	box-shadow: 0px 4px 40px rgba(255, 193, 7, 0.25) !important;
}
.card-dashboard.has-notif::before{
	content :"\f0f3";
	font-size: 5em;
	position: absolute;
	color : #ffc107;
	opacity: .8;
	left : 0;
	top : 0;
	transform: translate(-25%,-25%);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;	
	
}
.sidebar .nav-item .nav-link span.badge{
	font-size : 12px !important;
	font-weight: bold;
	padding: .15em .5em;
}
.badge-yellow{
	background: #ffc107;
	color : white;
}
.card-dashboard {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border : none;
	transition: all.5s ease;
}
.card-dashboard:hover {
	-webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25) !important; 
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25) !important;
}
.sidebar-toggled .navbar.topbar {
	width: 93%;
}
.navbar.topbar {
	width: 83.5%;
	position: fixed;
	z-index: 100;
}
.common-container {
	margin-top: 100px;
}
.info-icon-page {
	margin-right: 5px;
	font-size: 20px;
	background: #42a5f5;
	color: white;
	padding: 10px 13px;
	border-radius: 5px;
	box-shadow: 0 2px 12px -3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 2px 12px -3px rgba(0, 0, 0, 0.5);
}
.info-text-page,
.info-text-page a {
	color: #37474f;
	font-size: 13px;
	letter-spacing: 0.3px;
	margin-right: 3px;
}
.info-text-page span {
	font-size: 10px;
}
.info-text-page a:hover {
	color: #42a5f5;
}
.color-white {
	color: white !important;
}
.color-green {
	color: #0f6848;
}
.color-blue {
	color: #42a5f5;
}
.color-primary {
	color: #00923f !important;
}
.color-primary {
	color: #373c6d;
}
a:hover {
	text-decoration: none;
}
.modal-header {
	background: #00923f;
	color: white;
}
.f-15 {
	font-size: 15px;
	letter-spacing: 0.5px;
}
.alert{
	border-radius: 0px;
	font-weight: 500;
}
.custom-alert{
	position: relative;
	overflow: hidden;
}
.custom-alert .sticky{
	position: absolute;
	top : 0;
	left : 0;
	transform: translate(-25%,-25%);
	font-size: 50px;
	opacity: .3;
}

.select2-container--default .select2-selection--single, .input-group>.input-group-prepend>.input-group-text{
	border-radius: 0px;
}
.select2-container--default:focus, .select2-container--default .selection:focus, .select2-container--default .selection .select2-selection:focus{
	outline: 0px;
	box-shadow: 0 0 0 0.1rem rgba(78, 115, 223, 0.25);
}
.loading {
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500000;
    display: none;
}
.loading.show {
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading .info p {
    text-align: center;
    font-weight: bold !important;
}
.loading img {
    width: 100px;
    border-radius: 100%;
}
.nav-tabs li a{
	border-radius: 0px !important;
	color : #858796;
}
.nav-tabs li a.active{
	color : #00923f !important;
}
.body-tab-content{
	border:1px solid #dddfeb;
	border-top:0px;
	padding-top : 1.5rem;	
	padding-bottom : 1.5rem;	
}
.tooltip-inner{
    color:#00923f;
	background: #e3e6f0;
    text-align:center;
    border: 1px solid #00923f;
}
.card-jadwal .card-header{
	cursor: pointer;
}
.card-jadwal .jadwal-clicked{
	background: #00923f;
	color : white ;
}
.page-link {
	color :#00923f;
}
.page-item.active .page-link {
	background: #00923f;
	color : white;
    border-color: #00923f;
}
.page-item:first-child .page-link,.page-item:last-child .page-link{
	border-radius :0px;
}
.highcharts-figure, .highcharts-data-table table {
	min-width: 320px; 
	max-width: 800px;
	margin: 1em auto;
}
  
.highcharts-data-table table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border: 1px solid #EBEBEB;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 500px;
}
.highcharts-data-table caption {
padding: 1em 0;
font-size: 1.2em;
color: #555;
}
.highcharts-data-table th {
	font-weight: 600;
padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
background: #f8f8f8;
}
.highcharts-data-table tr:hover {
background: #f1f7ff;
}
  
  input[type="number"] {
	  min-width: 50px;
  }

@media all and (max-width: 768px) {
	.box-login .left {
		width: 100%;
	}
	.box-login .right{
		display: none;
	}
	.sidebar .nav-item .nav-link i{
		font-size: 25px !important;
		margin-right: 0px !important;
	}
	.left-sidebar,
	.sidebar {
		width: 0% !important;
	}
	#wrapper #content-wrapper,
	.navbar.topbar {
		width: 100% !important;
	}
	.left-sidebar .navbar-nav {
		overflow: hidden !important;
	}

	.sidebar.toggled {
		width: 40% !important;
		overflow: inherit !important;
	}
}
@media all and (min-width: 768px) {
	.sidebar {
		width: 16.5% !important;
	}
}
