/*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 #1976D2;
}
.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: #1976D2;
}
.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: #1976D2;
	font-weight: bold;
	color: #fff;
}
#btn-upload {
	background: #D9534F;
	color: #fff;
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
	border-radius: 5px;
	font-size: 14px;
}
#btn-upload:hover {
	background: #A31919;
}
#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 #1976D2;
	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: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
	border-bottom: 4px solid #fbcdcf;
}
.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: #a6a6a6;
}
.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 #f3565d;
	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 #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
	margin-bottom: -2px;
	border-bottom: 0;
	border-top: 4px solid #f3565d;
}
.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;
}
.list-group-item {
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	padding: 4px;
}
.full {
	width: 100%;
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.footer {
	background: #FFF;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-top: 4px solid #5CB85C;
}
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}
.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #54697E;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #7F8C8D;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}
.footer a {
	color: #78828D
}
.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
	background: #FFFFFF;
	display: inline-block;
	float: left;
	height: 30px;
	clear: both;
	width: 100%;
}
.newsletter-box .btn {
	border: medium none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	height: 40px;
	padding: 0;
	width: 100%;
	color: #fff;
}
.newsletter-box {
	overflow: hidden;
}
.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
	background: none repeat scroll 0 0 #B5B5B5;
	border: 2px solid #B5B5B5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.social li a {
	color: #EDEFF1;
}
.social li:hover {
	border: 2px solid #2c3e50;
	background: #2c3e50;
}
.social li a i {
	font-size: 16px;
	margin: 0 0 0 5px;
	color: #EDEFF1 !important;
}
.footer-bottom {
	background: #E3E3E3;
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}
.payments {
	font-size: 1.5em;
}
#header {
	background: #fff;
}
#subheader {
	background: #fafafa;
	padding: 3px;
	border-bottom: 1px solid #ddd;
}
.btn-menus{
	background:none; border:0; font-size:20px; color:#a29b9b;
}
.btn-booking{
	background:none; border:0; font-size:16px; color:#a29b9b;
}
.keywordheader{
	border-radius:15px 0px 0px 15px; border:2px solid #5CB85C;
}
#headercontact > li{
list-style:none;  margin:0; border-right:1px solid #ddd;
}
#subheader2{
	font-size:12px; color:#777;
}
#boxslider{
	 padding:5px; border-radius:15px;
}

#imgslider{
	border-radius:10px;
}
