/*custome by nurmatias
created date : 24 Agustus 2020*/

@import url("../css/337/bootstrap-3.3.7/css/bootstrap.css");
@import url("../css/337/bootstrap-3.3.7/css/non-responsive.css");
@import url("../css/337/css/style.css");
@import url("../fontawesome-free-5.14.0-web/css/all.css");
@import url("sidemenu.css");
@import url("checkbox.css");
@import url("../alert/sweetalert.css");
@import url("../scroll/jquery.mCustomScrollbar.min.css");
@import url("../datepicker/css/datepicker3.min.css");
.mnl > li {
	border-left: 1px solid #ddd;
}
.mnl > li:hover {
	background: #eee;
	color: #fff;
}
.bodyMenu {
	padding: 20px;
	background: #fff;
}
.menu {
	background: #fafafa;
	height: 100px;
	margin: 10px;
	text-align: center !important;
	border: 1px solid #ddd;
	cursor: pointer;
	border-radius: 10px;
}
.menu:hover {
	border: 1px solid #777;
	border-top: 4px solid #0095DA;
}
.menu-icon {
	font-size: 50px;
	padding-top: 2px;
}
.menu-icon > center >img {
	height: 50px;
	width: 50px;
}
.bodyMenu > div > div {
	padding: 0;
}
.menu-test {
	font-size: 12px;
	color: #777;
}
.menu-test:hover {
	color: #333;
}
#ctg_name {
	font-weight: normal
}
.staroke {
	color: #FFDB00;
}
.form-control {
	border-radius: 0;
}
.btn {
	border-radius: 0;
}
.padding_page_kanan {
	height: 50px;
}
 @media (min-width: 768px) {
.modal-xl {
	width: 90%;
	max-width: 1200px;
}
}
.online {
	color: #5CB85C
}
.ofline {
	color: #D9534F;
}
/*checkbox*/
.ckbox {
	position: relative;
}
.ckbox input[type="checkbox"] {
	opacity: 0;
}
.ckbox label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ckbox label:before {
	content: '';
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	border-radius: 2px;
	border: 1px solid #bbb;
	background-color: #fff;
}
.ckbox input[type="checkbox"]:checked + label:before {
	border-color: #2BBCDE;
	background-color: #0095DA;
}
.ckbox input[type="checkbox"]:checked + label:after {
	top: 3px;
	left: 3.5px;
	content: '\e013';
	color: #fff;
	font-size: 11px;
	font-family: 'Glyphicons Halflings';
	position: absolute;
}
 @keyframes placeHolderShimmer {
 0% {
 background-position: -468px 0
}
 100% {
 background-position: 468px 0
}
}
.linear-background {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background: none;
	background: linear-gradient(to right, #ffffff 8%, #dddddd 18%, #ffffff 33%);
	background-size: 1000px 104px;
	position: relative;
	overflow: hidden;
}
.loadingtext {
	background: #0095DA;
	font-weight: bold;
	color: #fff;
}
#btn-upload {
	background: #0095DA;
	color: #fff;
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
	border-radius: 0px;
	font-size: 14px;
}
#btn-upload:hover {
	background: #344B99;
}
#imghead {
	height: 40px;
	width: 40px;
	border-radius: 50px;
	border: 1px solid #ddd
}
#pageadr {
	font-size: 12px;
	font-style: italic;
}
.footer {
	background-color: #fff;
	position: fixed;
	bottom: -100px;
	width: 100%;
	display: block;
	transition: bottom 0.3s;
	padding: 10px;
	font-size: 12px;
	border-top: 2px solid #0095DA;
	font-weight: bold;
	color: #777;
}
.background-backdrop {
	background-color: #f1f1f1;
}
.cildnya li {
	padding-left: 20px;
}
.media, .media-body {
	overflow: visible
}
.btn_form:hover {
	background: #eee;
	color: #000;
	border: 1px solid #333;
}
.btn_form {
	background: #fafafa;
	color: #777;
}
.btn_btm {
	background: #fafafa;
	border: 1px solid #eee;
	padding: 10px;
	border-radius: 0;
	color: #333;
}
.captext {
	font-size: 10px;
}
.btn_btm:hover {
	background: #E43C5C;
	color: #fff;
}
.cildnya >li > a.active {
	font-weight: bold;
}
/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/* Tabs panel */
.tabbable-panel {
	padding: 0px;
}
/* Default mode */
.tabbable-line > .nav-tabs {
	border: none;
	margin: 0px;
}
.tabbable-line > .nav-tabs > li {
	margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
	border: 0;
	margin-right: 0;
	color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
	color: #23e9de;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
	border-bottom: 4px solid #0095DA;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
	border: 0;
	background: none !important;
	color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
	color: #23e9de;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
	margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
	border-bottom: 4px solid #0095DA;
	position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
	border: 0;
	color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
	color: #404040;
}
.tabbable-line > .tab-content {
	margin-top: -3px;
	background-color: #fff;
	border: 0;
	border-top: 1px solid #eee;
	padding: 5px 0;
}
.portlet .tabbable-line > .tab-content {
	padding-bottom: 0;
}
/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
	border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
	margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
	border-bottom: 0;
	border-top: 4px solid #0095DA;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
	margin-bottom: -2px;
	border-bottom: 0;
	border-top: 4px solid #0095DA;
}
.tabbable-line.tabs-below > .tab-content {
	margin-top: -10px;
	border-top: 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.row.equal-cols {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.row.equal-cols:before, .row.equal-cols:after {
	display: block;
}
 .row.equal-cols > [class*='col-'] {
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-direction: column;
 -ms-flex-direction: column;
 flex-direction: column;
}
 .row.equal-cols > [class*='col-'] > * {
 -webkit-flex: 1 1 auto;
 -ms-flex: 1 1 auto;
 flex: 1 1 auto;
}
.table-borderless > tbody > tr > td, .table-borderless > tbody > tr > th, .table-borderless > tfoot > tr > td, .table-borderless > tfoot > tr > th, .table-borderless > thead > tr > td, .table-borderless > thead > tr > th {
	border: none;
	padding: 2px 2px 2px 2px;
}
.mediantf {
	max-height: 90px;
}
.table-borderless2 > tbody > tr > td, .table-borderless2 > tbody > tr > th, .table-borderless2 > tfoot > tr > td, .table-borderless2 > tfoot > tr > th, .table-borderless2 > thead > tr > td, .table-borderless2 > thead > tr > th {
	padding: 2px 2px 2px 2px;
}
.btn-primary {
	color: #fff;
	background-color: #0095DA;
	border-color: #337AB7;
}
.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #7CB5EC;
	border-color: #0095DA;
}
.btn-primary:hover {
	color: #fff;
	background-color: #7CB5EC;
	border-color: #1976D2;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #7CB5EC;
	border-color: #1976D2;
}
.modal {
	overflow: auto !important;
}