
/*font face implementation*/
@font-face {
    font-family: 'SolaimanLipi';
    src: url('../../fonts/solaiman-lipi/SolaimanLipi.eot');
    src: url('../../fonts/solaiman-lipi/SolaimanLipi.eot') format('embedded-opentype'),
         url('../../fonts/solaiman-lipi/SolaimanLipi.woff2') format('woff2'),
         url('../../fonts/solaiman-lipi/SolaimanLipi.woff') format('woff'),
         url('../../fonts/solaiman-lipi/SolaimanLipi.ttf') format('truetype'),
         url('../../fonts/solaiman-lipi/SolaimanLipi.svg#SolaimanLipi') format('svg');
}

.reviews{width: 70px;text-align: center;}
.reviews i{color: #FA641E}
.reviews i.fa-star-o{color: #858686}
.skin-blue .main-header .navbar { background-color:  #FA641E;}
.img-content, .img-content:hover, .change_image_link{-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
    
.facility-main{max-height: 200px;
overflow-y: scroll;}
.facilities{}

.facilities label{width:100%;cursor:pointer}
.facilities p{margin:0px;padding:5px;border: 1px solid #DDD}
.facilities p span:first-child{margin-right:15px}
.facilities p span:last-child{}

.img-content{margin:0px;position: relative;min-height: 80px}
.change_image_link{display: block;position: absolute;top: 0px;background:rgba(0, 128, 128, 0.78);color: #FFF;bottom: 0px;left: 0px;right: 0;font-size: 24px;padding: 20px;opacity: 0;}
.img-content:hover .change_image_link{opacity: 1;}
.change_image_link span{color:aliceblue}
.loading_div{position:relative;position: absolute;left: 0px;right:0px;top:0px;bottom:0px; z-index: 999; background: rgba(128, 128, 128, 0.45);}
.loading_active{display:block}
.loading_dactive{display: none}
.innerloading_bar{color:black; width: 200px; height: 200px;position: absolute;left: 45%;top: 100px;}


/*This style for home booking system*/
.home_booking_section{background: #1771a5;padding:30px 0px}
.booking_elements{}
.booking_elements select, .booking_elements input[type=text]{background: inherit;width: 100%;color: #FFF;border: 2px solid rgba(255,255,255,0.2);padding: 13.5px 15px;height: 50px;}
.booking_elements select option{background-color:#FFF;color:#000}

.booking_elements ::-webkit-input-placeholder {color:    #FFF;}
.booking_elements :-moz-placeholder {color:    #FFF; opacity:  1;}
.booking_elements ::-moz-placeholder { color:    #FFF;  opacity:  1;}
.booking_elements :-ms-input-placeholder {  color:    #FFF;}



/*Now the CSS*/
* {margin: 0; padding: 0;}

.tree ul {
	padding-top: 20px; position: relative;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree li {
	float: left; text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 5px 0 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after{
	content: '';
	position: absolute; top: 0; right: 50%;
	border-top: 1px solid #ccc;
	width: 50%; height: 20px;
}
.tree li::after{
	right: auto; left: 50%;
	border-left: 1px solid #ccc;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
	border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 1px solid #ccc;
	width: 0; height: 20px;
}

.tree li a{
    border: 1px solid #00acd7;
    padding: 15px 25px;
    text-decoration: none;
    color: #FFF;
    font-family: arial, verdana, tahoma;
    font-size: 16px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    background: #00c0ef;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover+ul li a {
	background: #f39c12;
    color: #FFF;
    border: 1px solid #da8c10;
}
/*Connector styles on hover*/
.tree li a:hover+ul li::after, 
.tree li a:hover+ul li::before, 
.tree li a:hover+ul::before, 
.tree li a:hover+ul ul::before{
	border-color:  #94a0b4;
}

.tree_parent_image{max-width: 50px;
display: block;
overflow: hidden;
margin-left: auto;
margin-right: auto;}
.tree p{margin:0px}


.small-box h3{font-size: 26px}
/*Thats all. I hope you enjoyed it.
Thanks :)*/


.ui-sortable-helper{background:#63a4cb;color:white}
.ui-sortable-helper a{color:white}
.ui-sortable-helper p{color:white}
.ui-sortable-helper td{width:16.66666666666667%}





/*
====================================================================================================================
                                            THIKBOX STYLE GOES HERE
====================================================================================================================
*/

/*This style fo thik box*/
.thikBoxArea{width:100%;height:100%;position:fixed;top:0;left:0;right:0;bottom:0;background: #00000080;z-index: 999999;padding:20px;display:none}
.thikBoxArea .container{height:100%;margin:0 auto;background: #FFF;border: 2px solid #292727;overflow:hidden}
.thikBoxHeader{border-bottom:1px solid #DDD;margin-left:0px;margin-right:0px}
.CloseThikBox{float: right;}
.CloseThikBox span{margin: 8px 0px;}
.thikBoxLeftBar{border-right:1px solid #DDD;height:100px}
.setItemThikbox{float:right;margin: 8px 0px;}
.setItemThikbox span{margin: 0px;}
.thikBoxFooter{border-top:1px solid #DDD;margin-left:0px;margin-right:0px}
.customtimgbox-padding{padding:10px}
.thikboxImage{position:relative}

.thikboxImageActive img{padding: 10px;background: #28b6d5;position:relative}
.thikboxImageActive:before{width:50px;height:50px;content: " ";background: url(../img/selectimgbg.png);position:absolute;top: 0;right: 0;z-index: 2;}

.thikboxImage:hover{cursor:pointer}
.thikboxImage img{height:124px}
.custom-margin{margin:0px}
.thikBoxContent{overflow-y: scroll;max-height: 80%;}
.thik_box_file_upload{float:right}
.thik_box_file_upload .progress{display: inline-block;margin: 11px 0px;padding: 0px 0px;float: left;width: 500px;display:none;-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
body{-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.live-icon:before{background: #F80505;}
.text_box{width: 100%;padding: 5px;border: 1px solid #DDD;background: #FFF;margin-top: 5px;}




/*this style for single gallery*/
.single_gallery {
	position: relative;
	padding: 5px;
	border: 1px solid #DDD;
}
.single_gallery i {
	color: red;
	background: #DDD;
	padding: 5px;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
    cursor: pointer;
}
.single_gallery i:hover{color:#FFF;background:red}
.single_gallery img{}

.single_gallery_plus {
	position: relative;
	padding: 11px 5px;
	border: 1px solid #DDD;
	text-align: center;
	color: #979797;
    cursor: pointer;
}
.single_gallery_plus:hover{background:#DDD;color:#ff5656}
.single_gallery_plus i {
	font-size: 50px;
}
.single_gallery_plus p{}





/*custom style for admin*/
.small-box h3{white-space: normal;}
.sidebar-menu > li > a{font-size: 16px;}
.small-box h3{font-size: 20px}
.main-header .logo{font-family: 'SolaimanLipi',"Helvetica Neue",Helvetica,Arial,sans-serif;font-size: 28px;}
.wrapper{overflow-y: hidden;}

.small_table_padding.table > tbody > tr > td, .small_table_padding.table > tbody > tr > th, .small_table_padding.table > tfoot > tr > td, .small_table_padding.table > tfoot > tr > th, .small_table_padding.table > thead > tr > td, .small_table_padding.table > thead > tr > th{padding:2px 5px}

[v-cloak] > * { display:none }
[v-cloak]::before { content: "loading…" }
.green_bx_header{background: #00a65a;
color: #FFF;}
.green_bx_header .box_title{margin: 0px;
font-size: 20px;}
.no-padding{padding:0px}
.border-none{border:none}
.fix-input-group{
    overflow: hidden;
    display: block;
    margin-top: 15px;
}

.print_page_break{page-break-after: always;}

/*This  style for print page*/
@media print{
    .content-wrapper{
        margin:0px;
    }
    .small_table_padding.table > tbody > tr > td, .small_table_padding.table > tbody > tr > th, .small_table_padding.table > tfoot > tr > td, .small_table_padding.table > tfoot > tr > th, .small_table_padding.table > thead > tr > td, .small_table_padding.table > thead > tr > th{
        padding:2px;font-size:11px;
    }
    .small_table_padding.table > thead > tr > th{font-size: 12px}
    .printable{width:100%;padding:0px}
    .printable .box.box-success{border:none;}
    .main-header{height:0px}
    .container{padding:0px}
    a[href]:after {
        content: none !important;
         }
        @page {
        margin-top: 0;
        margin-bottom: 0;
        }
         body{
        padding-top: 72px;
        padding-bottom: 72px ;
        }
}

.black_table{
    background: #222d32;
    color: #FFF;
}
.black_table tr th{font-weight: normal;font-size: 17px}
.black_table tr td{font-weight: 600;font-size: 16px}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border: 2px solid #dbdbdb;
}
.table-bordered {
	border: 2px solid #dbdbdb;
}


#sms-counter {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#sms-counter li {
	float: right;
	color: #00a65a;
	margin-left: 10px;
	border: 1px solid #DDD;
	padding: 5px;
	margin-bottom: 5px;
}
.payment_method_select{max-width: 70px !important}


.hold-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.hold-menu li {
	display: inline-block;
	border: 1px solid #DDD;
	padding: 5px;
}
.hold-menu li a{
	display: inline-block;
}
.hold-menu li a:first-child {
	padding: 0px 5px;
}
.hold-menu li a:last-child {
	padding: 0px 5px;
	color: red;
	border: 1px solid red;
}
.hold-menu li a:last-child:hover{background: red;color:#FFF}