/****************************************************************************
*CustomCSS																	*
*Wtritten by Mr HEry														*
*This is CSS is use only for custom item and cannot be use by other element.*
*****************************************************************************/

@media(max-width: 990px){
	.hidden-sm{
		display: none !important;
	}
}


.btn{
	text-transform: none;
}
.daterangepicker td.booked {
    background: #C390D4;
    color: #fff;
    text-decoration: none;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
	color: white;
	background-color: #a71313;
}
a{
	color: #2d9ee6;
}

.nav-link:hover {
  	color: #F7941E !important;
}
/*@media screen and (max-width: 780px){
	.carousel-control-prev-icon{
		font-size: 200px;
		margin-left: 130%;
	}
	.carousel-control-next-icon{
		font-size: 200px;
		margin-right: 130%;
	}
}*/

.btn2 {
  	background-color: firebrick; 
  	font-family: trebuchet ms;
  	color: white !important;
}

.btn2:hover {
	background-color: #43a787; 
  	color: white !important;
}
.btnview1{
  	background-color: #f02424; 
  	font-family: trebuchet ms;
  	color: white !important;
}

.btnview1:hover {
	background-color: #F7941E; 
  	color: white !important;
}
.btnbook {
  	background-color: firebrick ; 
  	font-family: trebuchet ms;
  	color: white !important;
}

.btnbook:hover {
	background-color: #F7941E; 
  	color: white !important;
}
.btn12 {
  	background-color: #3e3838; 
  	color: white !important;
}

.btn12:hover {
	background-color: firebrick; 
  	color: white !important;
}
.btn13 {
  	background-color: rgba(0,0,0,0.7); 
  	color: white !important;
}

.btn13:hover {
	background-color: firebrick; 
  	color: white !important;
}
.btn1 {
  	background-color: #3C2415; 
  	font-family: trebuchet ms;
  	color: white !important;
  	border-radius: 8px;
}

.btn1:hover {
	background-color: #43a787; 
  	color: white !important;
}
.btn3 {
  	background-color: firebrick; 
  	font-family: trebuchet ms;
  	color: white !important;
}
.btn3:hover {
	background-color: #43a787; 
  	color: white !important;
}
.btn4 {
  	background-color: firebrick; 
  	font-family: trebuchet ms;
  	color: white !important;
}
.btn4:hover {
	background-color: #F7941E; 
  	color: white !important;
}
.btn5 {
  	background-color: firebrick; 
  	font-family: trebuchet ms;
  	color: white !important;
}
.btn5:hover {
	background-color: #43a787; 
  	color: white !important;
}
.btn6 {
  	background-color: black; 
  	font-family: trebuchet ms;
  	color: white !important;
}
.btn6:hover {
	background-color: #F7941E; 
  	color: white !important;
}
.btn7 {
  	background-color: firebrick; 
  	font-family: trebuchet ms;
  	color: white !important;
}
.btn7:hover {
	background-color: #43a787; 
  	color: white !important;
}

.btn17 {
  	background-color: rgba(255,255,255,0.6); 
  	font-family: trebuchet ms;
  	color: black !important;
  	font-size: 15px;
}
.btn17:hover {
	background-color: #D4AF37; 
  	color: white !important;
}
.btn8 {
  	background-color: #33b5e5 ; 
  	font-family: trebuchet ms;
  	color: white !important;
}
.btn8:hover {
	background-color: #43a787; 
  	color: white !important;
}
.btn-outline1 {
	border: 2px solid black !important;
  	background-color: white ; 
  	font-family: trebuchet ms;
  	color: black !important;
}
.btn-outline1:hover {
	border: 2px solid #F7941E !important;
	background-color: #F7941E; 
  	color: black !important;
}
/*.carousel-control-prev-icon1{
	font-size: 200px; margin-left: 130%; color: #1d1818;
}
.carousel-control-next-icon1{
	font-size: 200px; margin-right: 130%; color: #1d1818;
}


@media(max-width: 760px){
	.carousel-control-prev{
		top: 466px;
	}
	.carousel-control-next{
		top: 466px;
	}
}*/
.MultiCarousel { float: left; overflow: hidden; padding: 0px; width: 100%; position:relative; }
.MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
.MultiCarousel .MultiCarousel-inner .item { float: left;}
.MultiCarousel .MultiCarousel-inner .item > div { text-align: center; margin-top:10px; background:#f1f1f1; color:#666;}
/*.MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:40%; top:calc(50% - 20px); }*/
.MultiCarousel .leftLst { position:absolute; }
.MultiCarousel .rightLst { position:absolute;}
.MultiCarousel .leftLst { 
	margin-top:10px;
    left:0px; 
	cursor:pointer;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0.5) 40%, rgba(180,180,180,0) 100%, rgba(255,255,255,0) 100%); 
	height: 95%;
	width:10%;	
}
 
.MultiCarousel .rightLst { 
	margin-top:10px;
	right:0px; 
	cursor:pointer;
	background: rgb(0,0,0);
	background: linear-gradient(-90deg, rgba(0,0,0,0.5) 40%, rgba(180,180,180,0) 100%, rgba(255,255,255,0) 100%); 
	height: 95%;
	width:10%;
}
.MultiCarousel .leftLst:hover{
 	background: linear-gradient(90deg, rgba(0,0,0,0.7) 40%, rgba(180,180,180,0) 100%, rgba(255,255,255,0) 100%);
}
.MultiCarousel .rightLst:hover { 
	background: linear-gradient(-90deg, rgba(0,0,0,0.7) 40%, rgba(180,180,180,0) 100%, rgba(255,255,255,0) 100%);
}
    
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; display: none; }	

.h-pt-5{
	padding-top: 5px;
}

.mb-20{
	margin-bottom: 20px;
}

.result-box{
	position: absolute;
	max-height: 200px;
	background-color: rgba(0, 0, 0, 0.8);
	color: black; 
	z-index: 10;
	padding: 10px;
	overflow: auto;
	right: 15px;
	left: 5px;
	width: 410px;
}

.result-box-tour{
	max-height: 200px;
	background: black;
	color: white; 
	z-index: 10; 
	width: 45%;
	padding: 10px;
	overflow-y: scroll;
	margin: 0 auto;
}

.result-box-car1{
	position: absolute;
	max-height: 200px;
	background: black;
	color: white; 
	z-index: 10; 
	width: 90%;
	padding: 10px;
	overflow-y: scroll;
}

.result-box-item{
	color: #d9d9d9 !important;
	cursor: pointer;
}

.result-box-item:hover{
	color: white !important;
}

.input-addon-0{
	background: transparent; 
	border-color: transparent; 
	margin: 0; 
	padding-right: 0;
}


.input-search-basic{
	padding-left: 10px;
	padding-top: 0;
	padding-bottom: 0;
}

.c-gold{
	color: gold;
}

.tab-a{
	color: white;
}

.tab-a:hover{
	color: white;
}

.no-border-hover:hover{
	border: transparent !important;
}

.focus-white:focus{
	color: white;
}

.placeholder-white::placeholder{
	color: white;
}

.tabs-cyan{
	background-color: #00bcd4 !important;
}
.classic-tabs .nav {

    white-space: nowrap;
    overflow-x: auto;
    position: relative;
    -webkit-border-radius: .3rem .3rem 0 0;
    border-radius: .3rem .3rem 0 0;

}
.nav {

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;

}

.classic-tabs .nav li a {

    display: block;
    padding: 20px 24px;
    font-size: 13px;
    text-transform: uppercase;
    color: rgba(255,255,255,.7);
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;

}
.classic-tabs .nav li a.active {

    border-bottom: 3px solid;
        border-bottom-color: currentcolor;
    color: #fff;

}

.classic-tabs .nav.tabs-cyan li a.active {

    border-color: #ffeb3b;

}
.classic-tabs .nav li:first-child {


}
.nav li {

    list-style: none;

}
.tab-content {

    padding: 1rem;
        padding-top: 1rem;
    padding-top: 2rem;

}

.disabled{
	cursor: not-allowed !important;
}

.color-white{
	color: white !important;
}

.md-form-white .prefix.active {
    color: white !important;
}

.border-white{
	border-color: white !important;
}

.box-shadow-white{
	box-shadow: 0 1px 0 0 #ffffff !important;
}

.h-box{
	background-color: #fff; 
	padding: 10px;
	margin-bottom: 20px;
	border-left: 5px solid grey;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.h-box-danger{
	border-left: 5px solid tomato !important;
}

.h-box-warning{
	border-left: 5px solid orange !important;
}

.h-box-success{
	border-left: 5px solid #00cc99 !important;
}

.h-box-info{
	border-left: 5px solid #4da6ff !important;
}

.h-box-title{
	color: black;
	font-weight: 500;
}

.fs-sm{
	font-size: 10pt;
}

.fs-xs{
	font-size: 8pt;
}

.fs-md{
	font-size: 12pt;
}

.fs-lg{
	font-size: 18pt;
}

.fs-xl{
	font-size: 24pt;
}

.h-card-box{
	position: relative; 
	overflow: hidden; 
	height: 100px;
	background-color: grey;
	margin-bottom: 20px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	border-bottom: 5px solid #606060;
}

.h-card-box-danger{
	background-color: tomato !important;
}

.h-card-box-success{
	background-color: #00cc99 !important;
}

.h-card-box-warning{
	background-color: orange !important;
}

.h-card-box-info{
	background-color: #4da6ff !important;
}

.h-card-box-icon{
	color: white; 
	font-size: 100px; 
	position: absolute; 
	top: 50%; left: 10%; 
	transform: translate(0, -50%); 
	opacity: 0.7;
}

.h-card-box-content{
	background-color: rgba(255, 255, 255, 0.5); 
	position: absolute; 
	padding: 10px; 
	top: 50%; 
	transform: translate(0, -50%); 
	right: 10%;
	text-align: right;
}

.h-card{
	background-color: white;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	margin-bottom: 20px;
}

.h-card-header{
	padding: 10px;
}

.h-card-body{
	padding: 10px;
}

.h-card-footer{
	padding: 10px;
}

.h-label-box{
	position: relative;
}

.h-label{
	background-color: grey; 
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	position: absolute; 
	right: 0%; 
	top: -2%; 
	text-align: center; 
	color: white; 
	padding: 5px; 
	z-index: 1010;
	font-size: 10pt;
}

.h-label-danger{
	background-color: tomato !important;
}

.h-label-warning{
	background-color: orange !important;
}

.h-label-success{
	background-color: #00cc99 !important;
}

.h-labe-info{
	background-color: #4da6ff !important;
}

.h-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    z-index: 1020;

}


/****chong type below ******************************************/
.gradient{
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.7) 40%, rgba(255,255,255,0) 100%, rgba(255,255,255,0) 100%); 
}

.heart:hover{
	color: red;
	cursor: pointer;
}

.huhu {
    position: absolute;
    top: 10%;
    right: 0;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

.blue-gradient{
	background: linear-gradient(40deg,#45cafc,#303f9f) !important;
}

.aqua-gradient{
	background: linear-gradient(40deg,#2096ff,#05ffa3) !important;
}

.purple-gradient{
	background: linear-gradient(40deg,#ff6ec4,#7873f5) !important;
}

.peach-gradient{
	background: linear-gradient(40deg,#ffd86f,#fc6262) !important;
}

.lightblue-gradient{
	background-color: linear-gradient(45deg, #0288d1 0%, #26c6da 100%) !important;
}
.chartContainer{
	height : 580px;
	weight : 880px;
}

.background-round {
	background-color: rgba(0, 0, 0, 0.18);
	padding: 15px;
	height: 60px;
	width: 60px;
	text-align: center;
	border-radius: 50%;
}

.c-btn {
	color: #4285f4 !important;
}

.c-btn:hover{
	color: #7da3e0 !important;
}

.c-btn-danger{
	color: #ff3547 !important;
}

.c-btn-danger:hover{
	color: #ff808a !important;
}

.c-btn-success{
	color: #00c851 !important;
}

.c-btn-info{
	color: #17a2b8 !important;
}

.c-btn-secondary{
	color: #6c757d !important;
}

.c-btn-warning{
	color: #f79633 !important;
}

.size-box{
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 0 0 60px;
	height: 70px;
	width: 80px;
	color: #fff;
	text-align: center;
	font-size: 32px;
}


.dashCard{
	min-height: 150px;
	position: relative;
	
}

.chartContainer{
	height : 580px;
	width : 880px;
}

.testimonial-card .card-up {
 
 height:120px;
 -webkit-border-top-left-radius:.25rem;
 border-top-left-radius:.25rem;
 -webkit-border-top-right-radius:.25rem;
 border-top-right-radius:.25rem;
 background-size: cover;

}
.testimonial-card .avatar {
 -webkit-border-radius:50%;
 /*! border-radius:50%; */width:120px;
 margin-top:-60px;
 overflow:hidden;
 border:5px solid #fff
}
.testimonial-card .avatar img {
 width:100%
}
.testimonial-card .card-body {
 text-align:center
}

.full{
	background-size: 100% 100%;
}

.dropdown-menu{
	z-index: 10001;
	
}

.border-line{
	border: 1px solid #ced4da; 
	border-radius: 25px;
}

.bold{
	font-weight: bold
}

.none_ul{
	padding: 0px; 
	list-style-type: none;
}

.round-card{
	border-radius: 25px 25px;
}

a.hover_link:hover{
	text-decoration: underline;
}

.sticky{
	position: fixed;
	top: 0;
	width: 100%;
}
/****** Style Star Rating Widget *****/

.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 


/******* end of style rating ********************************************************************************************************/

.myImg{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pointer{
	cursor: pointer;
}

/******input group css*****************************************************************************************************************************************************************************************/
.input-group-addon {
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
        border-right-color: rgb(206, 212, 218);
        border-right-style: solid;
        border-right-width: 1px;
    border-radius: 0.25rem;
}

.input-group-addon, .input-group-btn {
    white-space: nowrap;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .dropdown-toggle, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child) {
    border-right: 0;
}

/**** end of input group css **********************************************************************************************************************************************************************************/

.style_card_danger{
	display: block;
	width: 68%;
	padding: 6px 5px;
	margin: 5px auto 0;
	border: 2px solid #e12d2d;
	-webkit-transform: rotate(-8deg);
	transform: rotate(-8deg);
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
	color: #e12d2d;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

#backdrop {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 30;
}

.tt1{
	background: rgba(1,1,1,0.5);
}

.sticky-top-5{
	top: 0%;
}

/*****-- Datepicker --***********************************************************************************************************************************************/

.daterangepicker td.turnoverin,
.daterangepicker td.turnoverout,
.daterangepicker td.booked {
    color: #fff;
    text-decoration: none;
}
.daterangepicker td.turnoverin {
    background: linear-gradient(to right bottom, #fff 25%, #C390D4 26%);
}
.daterangepicker td.turnoverout {
    background: linear-gradient(to left top, #fff 25%, #C390D4 26%);
}
.daterangepicker td.booked {
    background: #C390D4;
}

.legend {
    line-height: 2.2em;
}
span.bookedlegend {
    background: #C390D4;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: -2px;
    border-radius: 50%;
    vertical-align: middle;
}

span.unabled {
    background: #bbc0c4;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: -2px;
    border-radius: 50%;
    vertical-align: middle;
}

/****-- end of datepicker --***********************************************************************************************************************************************************************************/

.date_display_line{
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	    border-bottom-color: currentcolor;
	    border-bottom-style: none;
	    border-bottom-width: medium;
	border-bottom: 1px solid #ced4da;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background-color: transparent;
	margin-left: 40px !important;
	width: 80%;
}

body{
	background-color: #f2f2f2;
}

.alert_word{
	color: red;
	font-size: 14px;
}

.select{
	display: none;
	z-index: 1;
	position: absolute;
	background-color: #f2f2f2; 
	opacity: 0.9;
}
.select2{
	display: none;
	z-index: 1;
	position: absolute;
	background-color: #f2f2f2; 
	opacity: 0.9;
}
/***--progress bar --******************************************************************************************************************************************************************************************/

.cs-select{
	border: 1px solid #d6d6d6;
	cursor: pointer;
}

.cs-select:hover{
	background-color: #00a669;
	color: white;
}

.cs-select.active{
	color: white;
	background-color: #00cf83;
}






