
/*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');
}


.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%}


/*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: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;
}

/*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:14px;
    }
    .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}

