body{background: #fff;}
a:focus{outline:0;}

.sidebar{position:absolute;}
.breadcrumbs {
	margin: -8px -20px 15px;
}

.widget-toolbar .btn-xs{font-size: 12px !important; padding: 0 7px !important;}
.widget-toolbar .btn .fa{margin-right:5px}
.page-header{text-transform:capitalize;}
.nav-tabs{height:35px;}

/* form */
.form-horizontal .form-group:before, .form-horizontal .form-group:after{display:inline-block}
form label{text-transform:capitalize}
label.inline{margin-right:10px}
.pointer{cursor:pointer !important;}
.form-input-bottom .btn{margin-right:5px;}
.form-input-bottom .btn .fa{margin-right:5px;}
.hide-hr hr{border: 0 none;margin: -10px 0 0;}

.form-horizontal .control-label{width:24%}
.form-horizontal .controls{display:inline-block;padding:0 15px;width:75%}
.form-horizontal .lbl{margin-bottom: -7px !important;}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {display: inline-block;}
.tab-content .form-actions{margin:0}

.form-actions-inner .form-actions{margin:30px -12px -12px;padding:12px}

.top-right{
	display: inline-block;
	float: right;
	min-width: 100px;
	position: relative;
	z-index: 100;
}
.top-right form{margin:0;padding: 0}
.prev-color{margin:0 -2px;}

.input-order{width:70px !important}
.input-order input[type="text"]{width:50px !important;text-align:center;}
.ace-file-input .ace-file-container.selected{right:24px;}
.ace-file-input .remove{right:0;}
.ace-settings-container{top:54px !important;}

/* table */
.data-table{border:none !important;}
.data-table .widget-header{
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.widget-box .table-bordered{border:none !important;}
.widget-box th:first-child,.widget-box td:first-child{border-left:none !important}
.widget-box th:last-child,.widget-box td:last-child{border-right:none !important}
.widget-box .dataTables_wrapper{border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;}
.widget-box .dataTables_wrapper .row{height:53px;}
.widget-box .dataTables_wrapper .row:first-child,
.widget-box .dataTables_wrapper .row:last-child{}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td{border-bottom-width:1px}
.table-bottom .btn{margin-right:5px;}
.table-bottom .btn .fa{margin-right:5px;}
.dataTable > thead > tr > th[class*="sort"]:first-child:after{display:none !important}
.dataTable > thead > tr > th[class*="sort"]{background-image:none;}
.display-box{display:inline-block;width:55px}
.display-box .chosen-container-single .chosen-single{height:28px;line-height:28px;border-color:#ddd}
.chosen-single div b:before{top:0}
.hide-search .chosen-search{display:none}
.chosen-container-active.chosen-with-drop .chosen-single {border-color: #4492c9;}
table.dataTable{clear:none}

.chosen-container-active.chosen-with-drop .chosen-single {border-color: #f59942;}
.chosen-container-single .chosen-drop { border-color: #f59942;}
.chosen-single.chosen-single-with-drop, .chosen-container-active .chosen-single {
  border-color: #f59942;
}

.table-search input[type="text"] {
	padding-left: 10px;
	padding-right: 30px;
	font-size: 13px;
	width: 100px;
	
   transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}
.table-search input[type="text"]:focus {	width: 180px;}
.table-search .nav-search-icon {
	color: #ccc !important;
	font-size: 14px !important;
	line-height: 27px !important;
	position: absolute;
	right: 10px;
	top:1px;
}
.dataTables_length select{max-width:100% !important;width:auto !important;}
table td .chosen-container{width: 100% !important}

/* pagination */
.table-bottom .pagination {margin: 0 !important;display:block}
.pagination ul {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 0;
	list-style: none;
}
.pagination ul > li {display: inline;}
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
	background-color: #fff;
	color: #999;
	cursor: default;
}
.pagination-small ul > li > a, .pagination-small ul > li > span {
	font-size: 11.9px;
	padding: 2px 10px;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
	border-left-width: 1px;
}
.pagination ul > li > a, .pagination ul > li > span {
	background-color: #fff;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	float: left;
	line-height: 20px;
	padding: 4px 12px;
	text-decoration: none;
}
.pagination ul > li.active > a, .pagination ul > li.active > a:hover {
	background-color: #6faed9;
	border-color: #6faed9;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.pagination ul > li > a:hover, .pager > li > a:hover { background-color: #eaeff2;}
.pagination-sm{margin:0}

/* file upload */
.upload-file{
	border: 1px solid #ddd;
	height: 140px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding: 4px;
	overflow: hidden;
	
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.upload-file .preview{
	background: #fafafa;
	display: block;
	height: 100%;
}
.upload-file .preview div{
	height: 100%;
	text-align: center;
}
.upload-file img{
	height: 100%;
	border: none;
}
.upload-file span.bg-transparent{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}
.upload-file-input{
	position: absolute;
	top: -25px;
	right: 4px;
	z-index: 100;
	
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
.upload-file:hover .upload-file-input{
	top: 4px;
	
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.upload-file:hover  span.bg-transparent{background: rgba(255, 255, 255, 0.5);}
.upload-file-input a,
.upload-file-input .button{
	border: 1px solid rgba(0,0,0,0.15);
	float: right;
	height: 22px;
	line-height: 22px;
	width: 22px;
	color: #fff;
	margin-left: 2px;
}
.upload-file-input a.delFile{background: #B22222;}
.upload-file-input a.restoreFile{background: #6B8E23;}
.upload-file-input .button{
	background: #4682B4;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	
	box-shadow: 0 0 0 transparent;
	
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.upload-file-input a.delFile:hover{background: #a31f1f;}
.upload-file-input a.restoreFile:hover{background: #638320;}
.upload-file-input .button:hover{background: #4077a4;}
.upload-file-input button{
	border: 1px solid transparent;
	height: 20px;
	line-height: 20px;
	width: 100%;
	color: #fff;
	background: none;
	padding: 0;
	margin: 0;
	display: block;
}
.upload-file-input input[type=file]{ cursor: pointer; }
.upload-file-input [class^="icon-"], [class*=" icon-"]{margin:0!important;}

.successUpload, .errorUpload{
	padding:4px;
	margin:0 0 5px 0;
}
.successUpload{color:#666600;}
.errorUpload{
	background: #F2DEDE;
	border: 1px solid #EED3D7;
	color: #B94A48;
	font-size: 12px;
	margin: 10px 0 0;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.progress-upload{margin:0;}

/* templates */
.templates ul{margin:0;padding:0;list-style:none;}
.templates li{
	border: 1px solid #ddd;
	margin: 5px 5px 20px;
	padding: 10px;
}
.templates .image-holder{border: 1px solid #ddd;}
.templates img{width: 100%;}
.templates .meta-info{
	height: 34px;
	line-height: 34px;
	margin-top: 10px;
}
.templates .meta-name{	
	float: left;
	text-transform: uppercase;
	font-size: 16px;
}
.templates .meta-action{
	float: right;
}
.rounded-green{
	background: #27ae60;
	color: #fff;
	height: 26px;
	line-height: 26px;
	width: 26px;
	text-align: center;
	display: block;
	
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

/* tree */
.tree{padding:0 !important;overflow:visible;}
.tree ul{list-style:none;margin:10px 0 0 17px;padding:0;}
.tree ul.parent{
	position:relative;
}

.tree ul.parent:before{
	content:"";
	position:absolute;
	border-left:1px dotted #67B2DD;
	width:1px;
	height:100%;
	left:-15px;
	top:-10px;
}
.tree:before{border:none !important;}
.tree li{
	position:relative;
	margin:5px 0;
}
.tree li:before{
	content:"";
	position:absolute;
	border-top:1px dotted #67B2DD;
	width:15px;
	height:1px;
	left:-15px;
	top:11px;
}
.tree li.parent ul{
	margin-left:21px;
}
.tree li.parent ul:before{
	border-left: 1px dotted #67B2DD;
	content: "";
	height: 100%;
	left: 6px;
	position: absolute;
	top: -10px;
	width: 1px;
}
.tree li.parent:before{
	border-top:none;
}
.tree .ace-icon {cursor:pointer;}
.tree i,.tree span{margin-right:7px;}
.tree span i{
	background: #8BAEBF;
	display: block;
	height: 7px;
	margin: 2px;
	width: 7px;
	
	border-radius: 1px;
}
.tree a{color:#4D6878;text-transform:capitalize;}
.tree .nochild{
	background-color: #fff;
	border: 1px solid #8baebf;
	box-sizing: content-box;
	display: inline-block;
	font-style: normal;
	height: 11px;
	line-height: 10px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 11px;
	z-index: 2;
}
.tree span.main-parent{
	float:left;
	margin-right:7px;
}
.tree span.main-parent i{
	background:none;
	color:#8BAEBF;
}

/* Lang */
.nav.nav-tabs.nav-lang{margin:0 0 30px !important;}
.nav.nav-tabs.nav-lang .flag-icon{margin-right: 5px;}
.flags-container{ width:408px;height:160px;overflow:auto;}
.btn-transparent{background:none !important;border:none !important;margin:0;padding:0;}
.btn-transparent [class*=" icon-"], .btn-transparent [class^="icon-"]{margin:0 !important;padding:0 !important;}

/* Breadcrumb */
.breadcrumb{text-transform:capitalize}

/**
* Nestable
*/
.dd { position: relative; display: block; margin: 0; padding: 0; list-style: none; font-size: 13px; line-height: 20px; }

.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }

.dd-item,
.dd-empty,
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height: 20px; }

.dd-list.small .dd-item,
.dd-list.small .dd-placeholder{float: left;margin: 5px 1%;width: 30%;}

.dd-handle { display: block; cursor: move; height: 34px; line-height: 34px; margin: 5px 0; padding: 0 10px; color: #666; text-decoration: none; border: 1px solid #ccc; text-transform:capitalize; text-shadow: 1px 1px #fff; font-family: 'trebuchet ms';font-weight:bold;
background: #fafafa;
background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
background:         linear-gradient(top, #fafafa 0%, #eee 100%);
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
		border-radius: 3px;
}
.dd-handle:hover { color: #2ea8e5; background: #fff; }

.dd-item > button { display: block; position: relative; cursor: pointer; float: left; margin: 0; top:0;width: 25px; height: 34px;padding: 0; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; background: transparent; font-size: 12px; line-height: 1; text-align: center; font-weight: bold; }
.dd-item > button:before { content: '+'; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
.dd-item > button[data-action="collapse"]:before { content: '-'; }

.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f2fbff; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty { background: #fff;}
.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
-webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
		box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}

/**
* Nestable Extras
*/

.nestable-lists { display: block; clear: both; padding: 30px 0; width: 100%; border: 0; border-top: 2px solid #ddd; border-bottom: 2px solid #ddd; }

#nestable-menu { padding: 0; margin: 20px 0; }

#nestable-output,
#data-menu-output { width: 100%; height: 7em; font-size: 0.75em; line-height: 1.333333em; font-family: Consolas, monospace; padding: 5px; box-sizing: border-box; -moz-box-sizing: border-box; }

@media only screen and (min-width: 700px) { 

.dd { width: 100%; max-width: 100%;}
.dd + .dd { margin-left: 2%; }

}

.dd-hover > .dd-handle { background: #2ea8e5 !important; }

/**
* Nestable Draggable Handles
*/

.dd3-content { display: block; height: 30px; margin: 5px 0; padding: 5px 10px 5px 40px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
background: #fafafa;
background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
background:         linear-gradient(top, #fafafa 0%, #eee 100%);
-webkit-border-radius: 3px;
		border-radius: 3px;
box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd3-content:hover { color: #2ea8e5; background: #fff; }

.dd-dragel > .dd3-item > .dd3-content { margin: 0; }

.dd3-item > button { margin-left: 30px; }

.dd3-handle { position: absolute; margin: 0; left: 0; top: 0; cursor: pointer; width: 30px; text-indent: 100%; white-space: nowrap; overflow: hidden;
border: 1px solid #aaa;
background: #ddd;
background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
background:    -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
background:         linear-gradient(top, #ddd 0%, #bbb 100%);
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.dd3-handle:before { content: '='; display: block; position: absolute; left: 0; top: 3px; width: 100%; text-align: center; text-indent: 0; color: #fff; font-size: 20px; font-weight: normal; }
.dd3-handle:hover { background: #ddd; }
.btn-select{cursor:pointer}
.btn-handle a{
	color: #999;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	width: 20px;
	text-align: center;
	cursor: pointer;
	text-align: center;
}
.btn-handle a:hover{color: #333;}
.btn-handle a.btn-handle-edit:hover{color: #629B58;}
.btn-handle a.btn-handle-trash:hover{color: #B74635;}

.dd-tmeline{
	display: none;
	border: 1px solid #ddd;
	background: #fefefe;
	font-size: 12px;
	padding: 10px;
	
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		    border-radius: 3px;
}

.dd-tmeline a.button {
	background: none repeat scroll 0 0 #eee;
	border: 1px solid #ddd;
	box-shadow: 0 39px 10px -30px rgba(255, 255, 255, 0.5) inset;
	color: #333;
	font-size: 11px;
	margin-left: 5px;
	padding: 1px 10px;
	text-shadow: 1px 1px 0 #fff;
	cursor: pointer;
	text-decoration: none;

	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
		    border-radius: 10px;
}
.dd-tmeline a.button:hover { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;}
.dd-progress{display: none;}
.dd-tmeline form{margin:0}
.dd-tmeline, 
.dd-tmeline label,
.dd-tmeline input,
.dd-tmeline span{
	font-size: 12px;
}
.dd-tmeline hr{
	margin: 0 0 10px;
}
.sidget-form-footer{
	background: #fafafa;
	border-top: 1px solid #eee;
	margin: 20px -10px -10px;
	padding: 10px;
	
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.close-option {padding: 3px 0; cursor:pointer}

#available-widget .btn-handle,#available-widget .dd-tmeline{display: none !important;}
.total-data{margin-left:10px;}
#widget-top .btn-handle,#widget-left .btn-handle,#widget-bottom .btn-handle,#widget-right .btn-handle,#widget-middle .btn-handle {display: block !important;}
.nav .dropdown-menu{float:none;border:0;box-shadow:0 0 0;}
.nav .dropdown-menu li a:hover, 
.nav .dropdown-menu li a:focus, 
.nav .dropdown-menu li a:active, 
.nav .dropdown-menu li.active a, 
.nav .dropdown-menu li.active a:hover, 
.nav .dropdown-menu .dropdown-submenu:hover > a, 
.nav .nav-tabs .dropdown-menu li > a:focus{background: none;}

.navbar .dropdown-menu {box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);}

/* fa icon */
.fa-icon-wrapper .modal{display:block;opacity:1}
.icon-container{height:250px;}
.fa-icon{
	border: 1px solid #ddd;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-bottom: 3px;
	margin-right: 3px;
	text-align: center;
	width: 30px;
	color: #585858;
	font-size:16px;
}
.fa-icon:hover{color:#266CAD}

.icon-right{margin-left:5px;}
.icon-left{margin-right:5px;}

#iconpage{margin-right:5px}

.image-holder-small{width:60px}
.image-holder-small img{width:100%;}


/* admin skin*/
.admin-skin a{
	background: #eee;
	width: 100px;
	height: 100px;
	display: inline-block;
	margin-right: 5px;
	text-indent:-9999px;
}
.admin-skin a.skin1{background:#438EB9;}
.admin-skin a.skin2{background:#222A2D;}
.admin-skin a.skin3{background:#C6487E;}
.admin-skin a.skin4{background:#D0D0D0;}

/* Top nav */
/* #sidebar .nav-list > li.active > a:after{border:none;} */
.nav.nav-list{text-transform:capitalize}

/* video */
.video-holder{width:190px;position:relative;}
.video-holder a:after{
	color: #fff;
	content: "\f144";
	font-family: FontAwesome;
	font-size: 36px;
	left: 50%;
	line-height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
	cursor: pointer;
	
	opacity: 0.7;
}
.video-holder a{display:block;}
.video-holder a:before{
	content: '';
}
.video-holder img{width:100%;}

/* Album gallery*/
.album-list figure{
	border: 1px solid #eee;
	width: 100%;
	display: block;
	padding: 5px;
	margin-bottom: 20px;
}
.album-list figure .image-holder{
	width: 100%;
	display: block;
	min-height: 180px;
	background: #eee;
}
.album-list figure .info{
	margin: 5px 0;
}

/* google map */
.input-map{}
#map-canvas,.map-content{
	width:100%;
	height:450px;
}
#map-canvas img,.input-map img{max-width:unset;}

/*

#sidebar{}

.no-skin .nav-list > li .submenu {
	background-color: #ffffff;
	border: 1px solid #ccc;
	position: absolute;
	z-index: 100;
	
	box-shadow:2px 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.no-skin .nav-list li.hover > .submenu {
  border-color: #cccccc;
  box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.1);
}

#sidebar .nav-list > li > .submenu:before {
	border: none;
}
#sidebar .nav-list > li .submenu > li > a{border:none;padding:7px 0 9px 25px;}
#sidebar .nav-list > li  .submenu > li:before{border: none;}
#sidebar .nav-list li.active > a:after{border:none;}
#sidebar .nav-list > li .submenu > li.active:not(.open) > a{background:none;color:#616161;}
#sidebar .nav-list > li .submenu > li.active:not(.open) > a:hover{background-color: #f1f5f9;color: #4b88b7;}
#sidebar .nav-list > li .submenu > li a > .menu-icon{left:8px}
#sidebar .nav-list > li .submenu > li.active > a > .menu-icon{display:none;}
#sidebar .nav-list > li .submenu > li:hover > a > .menu-icon{display:inline-block;color:#4b88b7;}
#sidebar .nav-list > li .submenu {
	left: 1px;
	margin-left: -2px;
	margin-top: auto;
	top: 100%;
	width: 190px;
	z-index: 1026;
}
*/
.dl-table dt,.dl-table dd{
	display: inline-block
}
.dl-table dt{min-width:150px;}


/*---------------------------------------------------
Hotel application
----------------------------------------------------*/
.fc-content-skeleton{display:none;}
.fc th{
	font-weight: 400;
	color: #607d8b;
	font-size: 14px;
	padding: 3px 0;
}
.fc td{
	position: relative;
	vertical-align: bottom;
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* IE/Edge */
	user-select: none;           /* non-prefixed version, currently  not supported by any browser */
}
.fc-day:hover{
	background: #e0f7fa;
}
.fc-day.disabled:hover{
	background: rgba(0,0,0,0.0);
}
.fc-today{background:#ff9800 !important}
.fc-today .price,
.fc-today .price b,
.fc-today .price-title {
	color: #fff !important;
}
.fc-basic-view .fc-week-number, .fc-basic-view .fc-day-number {
	background: #eee !important;
	padding: 3px 10px !important;
	position: relative;
}
.fc-other-month{opacity: 0.3}

/*
.fc-basic-view .fc-week-number:after, .fc-basic-view .fc-day-number:after {
	content: 'xxx';
	position: absolute;
	top: -1px;
	right: -1px;
	background: #ddd;
	padding: 5px;
}
*/

.fc td span.price{
	display: block;
	padding: 0 0 28px;
	text-align: center;
	color: #212121;
}
.fc td span.price b{
	color: #212121;
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
}
.fc td span.price-type{
	background: #eeeeee;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	color: #424242;
	width: 22px;
	height: 22px;
	line-height: 22px;
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	text-align: center;
	font-size: 11px;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.2);
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.fc td span.price-type.highseason,
.fc td span.price-type.weekend{color: #fff;text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);}
.fc td span.price-type.highseason{background: #ef6c00;border-color: #e65100;}
.fc td span.price-type.weekend{background: #448aff;border-color: #2979ff;}
.fc-basic-view .fc-body .fc-row{min-height: inherit}
.fc-row .fc-bg{ z-index: 4 }
.fc-row .fc-content-skeleton{z-index: 1}
.fc-unthemed .fc-today {background: rgba(0,0,0,0);}

.sas-selecting, .fc-unthemed .fc-today.sas-selecting { background: rgba(33,150,243,0.1); }
.sas-selected, .fc-unthemed .fc-today.sas-selected { background: rgba(33,150,243,0.2); }


#modal-price .modal-title{
	text-transform: uppercase;
}

/* placeholder error */
.has-error ::-webkit-input-placeholder { color:#f2a696!important; }
.has-error ::-moz-placeholder { color:#f2a696!important; }
.has-error :-ms-input-placeholder { color:#f2a696!important; }
.has-error input:-moz-placeholder { color:#f2a696!important; }

/* choosen select */
.choosen-lg .chosen-container > .chosen-single, .choosen-lg [class*="chosen-container"] > .chosen-single{
	font-size: 18px;
	height: 46px;
	line-height: 1.33;
	padding: 10px 16px;
	background: #fff;
}
.choosen-lg .chosen-container .chosen-results li {
	font-size: 18px;
	padding: 10px 12px;
}
.modal-header{background:#438EB9;color:#FFFFFF;}
.modal-header h4{font-weight:bold}
.modal-header button{color:#FFFFFF;opacity:1;}
.modal-header .close {
    font-size: 26px;
}
.control-label {font-weight:bold}
.label-room {font-size:16px;line-height:35px;}
.fc td span.price-title {
    bottom: 5px;
    display: block;
    left: 0px;
    position: absolute;
    width: 100%;
	font-size:11px;
	text-transform:capitalize;
	text-align:center;
	color: #757575;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background-color: #87B87F;
    border-color: #629B58;
    color: #fff;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #fff;
  background-color: #629B58;
  border-color: #629B58;
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}

.hari_7 td{background-color:#ACE9B3!important}
.hari_10 td{background-color:#ACDDE9!important}
.hari_20 td{background-color:#EA8173!important}

.keterangan {margin:0px;padding:0px 0;margin-bottom:55px}
.keterangan li{line-height:15px;padding:3px 0;float:left;margin-right:10px;list-style:none}
.kotak {width:15px;height:15px;margin:-3px 2px}

.bx-checin{background:#EA8173}
.bx-reservation{background:#ACDDE9}
.bx-unconfirm-reservation{background:#ACE9B3}

.circular-menus {
  width: 650px!important;
  height: 650px!important;
  margin: 0 auto!important;
  position: relative!important;
}

.circles {
  width: 650px!important;
  height: 650px!important;
  opacity: 0!important;
  margin-top:-50px;
  margin-left:-100px;
  -webkit-transform: scale(0)!important;
  -moz-transform: scale(0)!important;
  transform: scale(0)!important;

  -webkit-transition: all 0.4s ease-out!important;
  -moz-transition: all 0.4s ease-out!important;
  transition: all 0.4s ease-out!important;
}

.openwae.circles {
  opacity: 1!important;

  -webkit-transform: scale(1)!important;
  -moz-transform: scale(1)!important;
  transform: scale(1)!important;
}

.circles a {
  text-decoration: none!important;
  color: white!important;
  display: block!important;
  height: 40px!important;
  width: 40px!important;
  line-height: 40px!important;
  margin-left: -20px!important;
  margin-top: -20px!important;
  position: absolute!important;
  text-align: center!important;

}

.circles a:hover {
  color: #eef!important;
}

.menu-button {
  position: absolute!important;
  top: calc(50% - 30px)!important;
  left: calc(50% - 30px)!important;
  text-decoration: none!important;
  text-align: center!important;
  color: #444!important;
  border-radius: 50%!important;
  display: block!important;
  height: 40px!important;
  width: 40px!important;
  line-height: 40px!important;
  padding: 10px!important;
  background: #dde!important;
}

.menu-button:hover {
  background-color: #eef!important;
}

@keyframes fadeIn { 
	  from { opacity: 0; } 
	}	
.animated-warning {

	text-align: center;
	animation: fadeIn 1s infinite alternate;

}
.animated-warning a{color: #E59729;}