.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; height:100vh}
.modal-right .modal-title { margin-left: 13px;}
.modal-right .modal-footer{padding-left: 0px ; position: absolute; bottom: 5%; width: 100%;}
.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;
}
.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:2.5%;}

.cancellation-policy-explanation{
	    background-color: #f7f7f7;
    border: 1px solid hsla(0,0%,74%,.3);
	padding:2%;
}
.tagoption{position: absolute; top:3px; left:18px;}
.room_detals{background:#efefef;padding:5px;}

.form-control-feedback .zmdi .zmdi-close-circle{line-height:33px !important;}
.form-control-feedback .zmdi .zmdi-check-circle{line-height:33px !important;}



@-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;
}
.iconsize{font-size:20px;}

.overlyLoading{
	position: fixed; /* Sit on top of the page content */

    width: 43%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    bottom: 0;
    background-color: rgba(13, 11, 11, 0.74); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
	}
	

.overlayLoading {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(228, 227, 227, 0.42);
    z-index: 2;
    cursor: pointer;
}

.textOverly{
    position: absolute;
    top: 50%;
    left: 50%;
	text-align:center;
    color: black;
	font-size:3em;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

