/*css Global*/
.navbar-nav > li > a {
	margin-top: 10px;
}

.dropdown_profile .dropdown-menu ul.menu .menu-info {
	top: 0px;
}

.dropdown_profile .dropdown-menu ul.menu .icon-circle {
	width: 30px;
	height: 30px;
}

.dropdown_profile .dropdown-menu ul.menu .icon-circle i {
	font-size: 16px;
    line-height: 30px;
}

.sidebar {
	background-color: #3f51b5;
	color: white;

	overflow: overlay;
	top: 50px;
	height: 100vh;
}

.sidebar .menu {
	overflow: hidden !important;
}

.sidebar .menu .list li a,
.sidebar .menu .list li a span {
	color: rgba(220,220,220,1);
}

.sidebar .menu .list li.header {
	padding: 0px;
}

.sidebar .menu .list li a:hover,
.sidebar .menu .list li a span:hover {
	color: white;
}

.sidebar .menu .list li.header a {
	color: white;
}

.sidebar .menu .list li.header a {
	padding-top: 14px !important;
	padding-left: 20px;
}

.ls-closed .bars:after,
.ls-closed .bars:before {
	top: 10px;
}

/*Akhir css Global*/
@media print {
	.col-print-1 {width:8.33333333%;  float:left;}
	.col-print-2 {width:16.66666667%; float:left;}
	.col-print-3 {width:25%; float:left;}
	.col-print-4 {width:33.33333333%; float:left;}
	.col-print-5 {width:42.66666667%; float:left;}
	.col-print-6 {width:50%; float:left;}
	.col-print-7 {width:58.33333333%; float:left;}
	.col-print-8 {width:66.66666667%; float:left;}
	.col-print-9 {width:75%; float:left;}
	.col-print-10{width:83.33333333%; float:left;}
	.col-print-11{width:91.66666667%; float:left;}
	.col-print-12{width:100%; float:left;}
}

@media only screen and (min-width: 768px) {

	.sidebar {
		top: 0px !important;
	}
	
	.sidebar .menu {
		overflow-y: auto;
	}

	.custom_bars i {
		color: rgba(255,255,255,1);
		margin-top: 12px;
		margin-right: 10px;
	}

	section.content {
		margin: 70px 10px 0 315px;
	}

	.sub-section {
		background-color: rgba(255, 255, 255, 1);
		min-height: calc(100vh - 120px);
		padding: 10px;
		margin-bottom: 30px;
	}

	.ls-closed .navbar {
		left: 0px;
		width: 100%;
	}

	.navbar {
		left: 300px;
		width: calc(100% - 300px);
	}

	.navbar-header {
		height: 50px;
		padding-top: 0px;
	}

	.ls-closed .bars:after, .ls-closed .bars:before {
		top: 8px;
	}

	.overlay-open .navbar {
		left: 300px;
	}

	.sidebar .menu .list a {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

	.sidebar .legal {
		position: relative;
	}

	.sidebar .menu {
		height: auto;
	}

	.sidebar .user-info .info-container .user-helper-dropdown {
		bottom: -0px;
	}

	.list .divider {
		height: 1px;
		margin: 5px 0;
		overflow: hidden;
		background-color: #e5e5e5;
	}

	.dashboard-stat-list {
		margin-top: 0px;
	}

	.mk_blink {
		animation: blink-animation 1s steps(5, start) infinite;
		-webkit-animation: blink-animation 1s steps(5, start) infinite;
	}

	@keyframes blink-animation {
		to {
			visibility: hidden;
		}
	}
	@-webkit-keyframes blink-animation {
		to {
			visibility: hidden;
		}
	}

	.ls-closed section.content {
		margin-left: 10px;
	}

	.container-fluid {
		padding-right: 5px;
		padding-left: 5px;
	}


	.dataTables_wrapper .dt-buttons {
		margin-bottom: 20px;
	}


	.dataTables_length {
		margin-bottom: 10px;
	}

	#DataTables_Table_0_length {
		display: inline-block;
		width: 50%;
	}

	#DataTables_Table_0_filter {
		display: inline-block;
		width: 50%;
	}

	.btn-circle-sm {
		border: none;
		outline: none !important;
		overflow: hidden;
		width: 30px;
		height: 30px;
		-webkit-border-radius: 50% !important;
		-moz-border-radius: 50% !important;
		-ms-border-radius: 50% !important;
		border-radius: 50% !important;
	}

	.btn-circle-sm i {
		font-size: 18px !important;
		position: relative !important;
		left: -5px !important;
		top: 0px !important;
	}

	.flip-horizontal {
		-webkit-transform: scaleX(-1);
		-moz-transform: scaleX(-1);
		-o-transform: scaleX(-1);
		transform: scaleX(-1);
	}
}






@media only screen and (max-width: 767px) {
	@media (orientation:portrait) {
	}
	@media (orientation:landscape) {
	}

	.custom_bars {
		display: none;
	}

	.sidebar .menu .list .ml-menu li a {
		padding-left: 55px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.sidebar .legal {
		position: relative;
	}

	.sidebar .menu {
		height: auto;
	}

	section.content {
		margin: 80px 10px 0 315px;
	}

	.ls-closed section.content {
		margin-left: 10px;
	}

	.container-fluid {
		padding-right: 5px;
		padding-left: 5px;
	}

	.dataTables_wrapper .dt-buttons {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.list .divider {
		height: 1px;
		margin: 5px 0;
		overflow: hidden;
		background-color: #e5e5e5;
	}

	.dashboard-stat-list {
		margin-top: 0px;
	}

	.mk_blink {
		animation: blink-animation 1s steps(5, start) infinite;
		-webkit-animation: blink-animation 1s steps(5, start) infinite;
	}

	@keyframes blink-animation {
		to {
			visibility: hidden;
		}
	}
	@-webkit-keyframes blink-animation {
		to {
			visibility: hidden;
		}
	}

	#DataTables_Table_0_length {
		display: inline-block;
		width: 50%;
	}

	#DataTables_Table_0_filter {
		display: inline-block;
		width: 50%;
	}

	.btn-circle-sm {
		border: none;
		outline: none !important;
		overflow: hidden;
		width: 30px;
		height: 30px;
		-webkit-border-radius: 50% !important;
		-moz-border-radius: 50% !important;
		-ms-border-radius: 50% !important;
		border-radius: 50% !important;
	}

	.btn-circle-sm i {
		font-size: 18px !important;
		position: relative !important;
		left: -5px !important;
		top: 0px !important;
	}

	.flip-horizontal {
		-webkit-transform: scaleX(-1);
		-moz-transform: scaleX(-1);
		-o-transform: scaleX(-1);
		transform: scaleX(-1);
	}
}