.maindiv{position: relative;}
.btnaddnew{ position:  absolute; right:71px; top:-24px; }
.iconzimdi{text-align: center; font-size: 28px;}
.zmdi-plus{/float: none;}
.modal-right{
    display: none;
    overflow: hidden;
    position: fixed;
    top: -31px;
    right: -17px;
    bottom: 0px;
    /* left: 0; */
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0; 
}
.modal-right .modal-body{min-height: 557px; padding-left: 0px}
.modal-right .modal-title { margin-left: 13px;}
.modal-right .modal-footer{padding-left: 0px}
.alertmessagebox{position: absolute; position: absolute;
    z-index: 1;
    right: 47px;
    top: 74px;}
.form-group .required-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
    padding: 0.5em 0.8em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0.325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    font-size: 75%;
}
  
.form-group .required-icon {
    background-color: transparent;
    position: absolute;
    top: 2.3em;
    right: 1.3em;
    z-index: 10;
    margin: 0em;
    width: 30px;
    height: 30px;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.form-group .required-icon:after {
    position: absolute;
    content: "";
    right: 1px;
    top: 1px;
    z-index: -1;
    width: 0em;
    height: 0em;
    border-top: 0em solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 0em solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.form-group .required-icon .text {
  color: #B80000;
  font-size: 20px;
  margin: 0px 0 0 12px;
}

.field-error label,
.field-error .help-block,
.field-error .form-control-feedback {
    color: #d40937;
}
.field-error .input-group-addon{
     background: #f2dede;
}

.field-success .control-label,
.field-success .help-block,
.field-success .form-control-feedback {
    color:green;
}
.pagination{ margin: -8px 0;}

.registermenu{margin-top: 90px;}

.wizard {
    margin: 20px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
    
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

/*.wizard li:after {
    content: " ";
    position: absolute;
    left: 11%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 11%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}*/

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.whitebg{background: #fff; overflow:hidden;}







.roomdetail{
    background:#f7f7f7;

}
.roomheader{
    background: #fff;
}
.nopadding{
    padding: 0px !important;
}
.noleft{
	padding-left: 0px;
}
.noright{
	padding-right: 0px;
}
.roomsmtopic{
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px; text-align: center;;
}
.increseFont{
        font-size: 41px;
}
.border-right{
    border-right: 2px solid #dedede;
}

.border-left{
    border-left: 2px solid #dedede;
}
.border-bottom{
    border-bottom:  2px solid #dedede;
}
.whaisinclude{
    min-height: 150px;
}
.guestlimit{
  min-height: 150px;  
}
.rooms{
    min-height: 150px;  
}
.roomprice{
    font-weight: bold;
    font-size: 24px;
}
.btndiv{
    margin-top:58px;
}
.limitrdroom{
    position: absolute;
}

 #slider12a .slider-selection, #slider12b .slider-selection, #slider12c .slider-selection, #slider12d .slider-selection, #slider12e .slider-selection {
    background: green;
}

.btnadaction {
    position: absolute;
    right: 74px;
    top: 2px !important;
}
.featureBox{border-bottom:1px solid #f1f0f0; padding-top:3%;}
.multiplier{
    margin-left: -18px;
    margin-right: 8px;
    margin-top: 9px; position:absolute;
	}
.guest_count{
	position:absolute;
    margin-left: 100%;
    margin-top: 8%;
	}
.guest_count .icon{ font-size:25px;color:#333;}
.nolabel{margin-top:3.5%;}

.cancellation-policy-explanation{
	    background-color: #f7f7f7;
    border: 1px solid hsla(0,0%,74%,.3);
	padding:2%;
}

.customdiv{

margin-left: 0px !important;
    margin-right: 0px !important;

}

.pbox p{
	display: block;
	margin: 0px;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-group p span{
	background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
	padding: 4px 8px;
	margin-right: 5px;
}
span.square-check{margin-right: 10px; float:left;}
.square-check .zmdi-check-square:before{
	color: #4CAF50;
	font-size: 22px;
}
/*
.book-table table{
border: 5px solid #4CAF50;
border-collapse:collapse;
}
.book-table td{
width: 65px;
height: 40px;
text-align: center;
border: 1px solid #e2e0e0;
font-size: 18px;
font-weight: bold;
}
.book-table th{
padding-bottom: 2px;
background:#4CAF50;
font-size: 20px;
text-align:center;
color: #fff;
}
.book-table .prev_sign a, .next_sign a{
color:white;
text-decoration: none;
}
.book-table tr.week_name{
font-size: 16px;
font-weight:400;
color: #000;
width: 10px;
background-color: #efe8e8;
}
.book-table .highlight{
background-color:#4CAF50;
color:white;
padding-top: 5px;
padding-bottom: 5px;
margin: 0px 2px;
}
.book-table button{
	background: transparent;
	border: none;
}*/

.panel-title > a:before {
    float: right !important;
	font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    content:"\f271";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
	font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    content:"\f276";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
} 
.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td{border-color: inherit;}

.imageshows {
    max-height: 400px;
    width: 100%;
    overflow: hidden;
}
.imageshows img{
	max-height: 340px;
	width: auto;
}

/* Tabs panel */
.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}

/* 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: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

.btn-sm .zmdi-plus{float: none;}
.btn-modal{
	box-shadow: none !important;
    background: transparent;
    padding: 3px;
}
.dashboard-modal{width: 80%;}
a.ticketid{font-size:15px;}
#calendarModal hr{margin: 10px 0;}
#calendarModal strong{width: 15%; display: inline-block;}
.navbar-brand{background: #004dd9;}

#listpromotion .card-block{
	background: #fafafa;
	text-align: center;
	min-height: 200px;
	padding: 20px 0px;
	transition: all .5s ease-in-out;
}
#listpromotion .card-block:hover{
	transform: scale(1.1);
}
#listpromotion i{
	font-size: 30px;
    color: #fff;
    padding: 15px 17px;
    border-radius: 50%;
}
#listpromotion a:hover{
	text-decoration: none;
}
#listpromotion a h4{
	color: #537bb4;
}
#listpromotion a p{
	font-size: 12px;
	color: #a2a0a0;
}
.icon-class i{
	font-size: 24px;
    background: #537bb4;
    padding: 10px 12px;
    border-radius: 50%;
    color: #FFF;
}
#AddPromotions label{
	font-size: 18px;
    color: #537bb4;
}
#AddPromotions small{
	color: #a2a0a0;
	font-size: 12px;
	display: block;
	margin-bottom: 10px;
}
#AddPromotions .form-control{
	border-radius: 5px;
}
#AddPromotions .form-group{
	margin-bottom: 25px;
}
#AddPromotions input#book_last_minute, #AddPromotions select#paid_night, #AddPromotions input#book_early{
	display: inline-block;
	width: 10%;
}
#AddPromotions .sdesc{
	color: #a2a0a0;
	font-size: 12px;
	display: inline-block;
}
#paid_night{
	padding:6px;
}
.promo-head{
	background: #e0e0e0;
	padding: 10px 0px;
	font-weight: bold;
	margin-bottom: 20px;
}
span.icon-class{
	margin-right: 10px;
}
.promotioninfo small{
	color: #a2a0a0;
}
.promo-dates{
	color: #828080;
	font-size: 13px;
}
#promotionShowBox .card-block{
	background: #fafafa;
	margin: 0 0 20px 0;
}

#statementTrans input{
	padding-left:25px;
}
.top-searchbtn{
	padding: 2px 16px;
}
.top-searchbtn i{
	font-size: 22px;
	padding-top: 4px;
}
.btn-view{
	font-size: 14px;
	font-weight: bold;
}

/*-----------promotion range slider-------------*/
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 7px;
    border-radius: 5px;   
    background: #e4e4e4;
    outline: none;
    /opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%; 
    background: #81c868;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #81c868;
    cursor: pointer;
}

span#demo{
	margin-top: 15px;
    display: inline-block;
    min-width: 10%;
}
span.servicetext{
	font-style: italic;
}
.bookingEngineModal{width: 50%;}
.bookingEnginePanel{margin-top: 3%;}

.alert-default-key .alert-default{background: #eae9e959;}

.top-id{color: #004dd9; font-weight: bold;}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .rotatingIcon {
    -webkit-animation: rotating 2s linear infinite !important;
    -moz-animation: rotating 2s linear infinite !important;
    -ms-animation: rotating 2s linear infinite !important;
    -o-animation: rotating 2s linear infinite !important;
    animation: rotating 2s linear infinite !important;
  }
  