html {
  height: 100%;
  overflow-x: hidden;
}
body{
  position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}
a {
  color: #8fca4f;
  text-decoration: none;
}
.header{
  box-shadow: 0px 2px 15px 10px #f3f3f3;
}
.header ul.navbar-right li a{
  color: #464646;
  font-size: 13px;
  text-transform: uppercase;
  padding: 20px 15px;
}
.home.header ul.navbar-right li a{
  padding:10px 15px;
  font-size: 14px;
  margin: 0px 15px 0px 0px;
}
.home.header ul.navbar-right{
  padding:30px 0px;
}
.home.header ul.navbar-right li:hover{
    background-color: transparent;
}
.home.header ul.navbar-right li:hover a{
  color: #7cb6ce;
}
.home.header ul.navbar-right li.nav-btn.plan a{
  background-color: #2c92bd;
    border-radius: 3px;
    color: #fff;
    width: 130px;
    text-align: center;
}
.home.header ul.navbar-right li.nav-btn.login a{
  background-color: #464646;
    color: #fff;
    border-radius: 3px;
    width: 130px;
    text-align: center;
}
.header ul.navbar-right li{
  transition: 0.3s all ease-in-out;
}
.header ul.navbar-right li:hover{
  background-color: #9bc6d8;
}
.header ul.navbar-right li:hover a{
  color: #fff;
}
.header ul.navbar-right li a:hover{
  background-color: transparent;
}
.header .navbar{
  box-shadow: 0px 2px 15px 10px #e2e2e2;
  border-radius: 0px;
  min-height: 55px;
  margin-bottom: 10px;
}
.home.header .navbar{
  min-height: 100px;
}
.header .navbar .navbar-brand{
  height: 55px;
  padding: 12px 0px;
}
.breadcrum{
  background-color: #f3f3f3;
  padding: 5px 0px;
}
.breadcrum .list-left{
  display: inline-block;
}
.breadcrum .list-left ul li{
  padding: 0px;
}
.breadcrum .list-left ul li a{
  color: #b0b0b0;
  font-size: 12px;
  font-family: 'Fira Sans Condensed', sans-serif;
  text-transform: uppercase;
}
.breadcrum .list-left ul li:after{
  font-family: "FontAwesome";
   content: "\f105";
   margin: 0px 10px;
    color: #b0b0b0;
}
.breadcrum .list-right{
  float: right;
  display: inline-block;
}
.breadcrum .list-right ul li{
  padding: 0;
}
.breadcrum .list-right ul li a{
  text-transform: uppercase;
  color: #999999;
  font-size: 13px;
  transition: 0.2s all ease-in-out;
}
.breadcrum .list-right ul li a:hover,
.breadcrum .list-right ul li a:active,
.breadcrum .list-left ul li a:hover,
.breadcrum .list-left ul li a:active{
  color: #5e9eb9;
  text-decoration: none;
}
.breadcrum .list-right ul li:after{
   content: "|";
   margin: 0px 10px;
   color: #b0b0b0;
}
.breadcrum .list-left ul li:last-child:after, .breadcrum .list-right ul li:last-child:after{
  content: none;
}
.custom-steps, .search_room, .search_room_detail, .background_section, .licenses_section {
  padding: 0px 0px 30px 0px;
}
.wizard {
    margin: 0px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin-bottom: 0;
        border-bottom: none;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    border: 1px dashed #ddd;
      position: absolute;
      width: 50%;
      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: #29abe2;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
  width: 130px;
  height: auto;
  display: inline-block;
  border-radius: 100px;
  background: #fff;
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0px;
  text-align: center;
  font-size: 16px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;

}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
}

.wizard .nav-tabs > li {
    width: 20%;
}


.wizard .nav-tabs > li a {
    border: none;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}


.tabs-left.sideways {
  border-bottom: none;
  padding-top: 2px;
/*  border-right: 1px solid #29abe2;
  height: 450px;*/
}
.tabs-left.sideways>li {
  float: none;
  margin-bottom: 2px;
  margin-right: -1px;
  width: 100%;
}
.tabs-left.sideways>li.active>a, .tabs-left.sideways>li.active>a:hover, .tabs-left.sideways>li.active>a:focus {
  background: #fff;
    border-color: #29abe2;
    margin-right: -1px;
    border: 1px solid #29abe2;
    border-right: none;
    color: #29abe2;
}
.tabs-left.sideways>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
  border: 1px solid #ddd;
  background: #f1f1f1;
  border-right: none;
  color: #000;
}





/*label.btn span {
  font-size: 1.5em ;
}*/

label input[type="radio"] ~ i.fa.fa-circle-o{
    color: #c8c8c8;
    display: inline;
    margin-right:10px;
    font-size: 20px;
}
label input[type="radio"] ~ i.fa.fa-dot-circle-o{
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-circle-o{
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o{
    color: #4fa6ca;    display: inline;
    margin-right:10px;
    font-size: 20px;
}
label:hover input[type="radio"] ~ i.fa {
color: #4fa6ca;
}

label input[type="checkbox"] ~ i.fa.fa-square-o{
    color: #c8c8c8;
    display: inline;
    margin-right: 10px;
    font-size: 20px;
}
label input[type="checkbox"] ~ i.fa.fa-check-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o{
    color: #4fa6ca;
    display: inline;
    margin-right: 10px;
    font-size: 20px;
}
label:hover input[type="checkbox"] ~ i.fa {
color: #4fa6ca;;
}

div[data-toggle="buttons"] label.active{
    color: #4fa6ca;;
}

div[data-toggle="buttons"] label {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 2em;
text-align: left;
white-space: nowrap;
vertical-align: top;
cursor: pointer;
background-color: none;
border: 0px solid
#c8c8c8;
border-radius: 3px;
color: #c8c8c8;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

div[data-toggle="buttons"] label:hover {
color: #7AA3CC;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
-webkit-box-shadow: none;
box-shadow: none;
}
.tab-content .form-group .btn-group label{
  width: auto;
  padding-left: 0px;
  margin-right:40px;
}
.tab-content .form-group .btn-group label.focus, .tab-content .form-group .btn-group:focus{
  outline: none;
}
.tab-content .form-group .btn-group label span{
  font-size: 13px;
  color: #999999;
  vertical-align: top;
}
#dLabel {
   width: 100%;
  height: 36px;
  border-radius: 3px;
  background-color: #fff;
  border: solid 1px #d7d7d7;
  text-align: left;
  padding: 5.5px 15px;
  color: #c7c7c7;
  letter-spacing: 0.7px;
  font-size: 13px;
}
#dLabel.dropdown-select.half {
   width: 40%;
}
.form-group  span.half-span{
  margin:0px 20px 0 0;
}
.form-group .dropdown{
  width: 100%;
  display: inline;
}
.caret {
    float: right;
    margin-top: 9px;
    display: block;
  }
.dropdown-menu {
  width: 100%;
  font-size: 13px;
  padding: 0;
  margin: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dropdown button:hover, .dropdown button:focus {
  border: none;
  outline: 0;
}
.dropdown.open button#dLabel {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  border: solid 1px #d7d7d7;
   border-bottom: none;
}

.dropdown.open ul {
   box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  border: solid 1px #d7d7d7;
  border-top: none;
  height: 200px;
  overflow-y: scroll;
}

.dropdown-menu li {
     line-height: 1.5;
  letter-spacing: 0.7px;
  color: #999999;
    font-size: 13px;
  cursor: pointer;
  padding: 7.5px 15px;
  border-top: solid 1px #f5f5f5;
}
.dropdown-menu li:hover {
  background-color: #ccc;
}
.tab-content .form-group .btn-group, .tab-content .form-group .btn-group-vertical{
  vertical-align: text-top;
}
.dropdown.color-scheme-picker .btn.btn-default{
  text-align: left;
  height: 36px;
}
.color-scheme-picker .selected-color-scheme {
    display: inline-block;
    width: 95%;
    margin-right: 2%;
}
.color-scheme-picker .color-scheme-panel {
    width: 100%;
}
.color-scheme-picker .color-scheme-panel .color-block { display: inline-block;}
.nextBtn{
  background-color: #4fa6ca;
  border-color: #4fa6ca;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px;
  padding: 12px 20px;
  letter-spacing: 1px;
  transition: 0.3s all ease-in-out;
}
.nextBtn:hover,.nextBtn:focus{
  background: #fff;
  color: #4fa6ca;
  border-color: #4fa6ca;
}
.form-group .filepond--drop-label.filepond--drop-label label {
  display: block;
  margin: 0;
  padding: 0.5em;
  color: #464646;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.form-group .filepond--drop-label.filepond--drop-label label span.filepond--label-action{
  font-family: 'Montserrat', sans-serif;
}
.form-group .filepond--root{
  width: 170px;
}
.form-group .filepond--drop-label i{
  margin-right: 5px;
}

.list-inline {
    /*margin-left: -155px !important;*/
    margin-top: 10px !important;
}

.login-button {
 margin-left : -155px !important;
 list-style : none !important;
  padding-left: 0;
}
.theme-logo {
    display: block;
    margin: 25px;
    position: relative;
}
.delete-theme {
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
    background: #000;
}
.color-theme {
  position: relative;
  padding: 10px;

}
.color-theme:hover .delete-theme, .theme-logo:hover .delete-theme {
  display: block;
}
.delete-theme .fa {
  color: #fff;
}
@media only screen and (max-width: 1130px){
  .login-button {
 margin-left : -105px !important;
 list-style : none !important;
  padding-left: 0;
}
    .sign-up-button {
    margin-left: -110px !important;
    padding-left: 0;
    list-style: none;
    margin-top : 15px !important;
}
}
.sign-up-button {
    margin-left: -120px !important;
    padding-left: 0;
    list-style: none;
    margin-top : 15px !important;
}

.home-banner{
  background-image: url(../images/getty_517610514_353435.jpg);
  background-size: 100% 100%;
  height: 715px;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
 /* margin-bottom: 100px;*/
}
.home-banner{
  /*background-color: #f7f7f7;*/
}
.home-main {
  padding: 50px 0px 50px 60px;
}
.home-main-title{
 /* padding:100px;*/
}
.home-main-title h3{
  color: #7cb6ce;
  font-size: 36px;
  font-weight: 600;
  margin: 0px 0px 20px 0px;
}
.home-main-subtitle p{
  color: #464646;
  font-size: 18px;
  font-family: 'Fira Sans Condensed', sans-serif;
  margin-bottom:20px;
}
.home-main-btn a {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #e04772;
  font-size: 15px;
  font-weight: 300;
  padding: 10px;
  border-radius: 25px;
  width: 170px;
  display: block;
  text-align: center;
  border: 1px solid #e04772;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
.home-main-btn a:hover, .home-main-btn a:focus{
  background-color: transparent;
  color: #464646;
}
.register-link{
  margin-bottom: 150px;
}
.register-link a{
  color: #59acb4;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  margin: 70px 0 0;
  display: block;
}
.register-link a span{
  margin-left: 10px;
}
.features{
  background-color: #464646;
  height: 350px;
}
.features-items{
  margin-top:-50px;
}
.features-items:hover, .features-items:focus h6 a{
  text-decoration: none;
}
.features-item-text h6{
  text-align: center;
}
.features-item-text h6 a{
  color:#59acb4;
  font-family: 'Lato', sans-serif;
  font-size:16px;
  text-align: center;
  transition: 0.3s all ease-in-out;
}
.features-item-text h6 a:hover, .features-item-text h6 a:focus{
  color: #464646;
  text-decoration: none;
}
.features-item{
  background-color: #fff;
  box-shadow: 0px -5px 15px -5px #e8e8e8;
  padding: 20px 25px;
  height: 200px;
}
.features-item .features-item-icon{
  margin-bottom: 10px;
}
.features-item .features-item-icon img{
  margin: 0 auto;
  width: 80%;
}
.features .row.upper{
  margin-top: -50px;
  margin-bottom: 50px;
}
.row.lower .features-item {
    box-shadow: 0px 5px 15px -5px #e8e8e8;
}
.feature-details{
  padding: 60px 0px 50px 50px;
}
.feature-details h5{
  font-size:24px;
  margin:0px 0px 20px 0px;
  color: #7cb6ce;
}
.feature-details p{
  color: #c4c4c4;
  font-size: 14px;
  line-height: 22px;
  margin:0px 0px 30px 0px;
  font-family: 'Fira Sans Condensed', sans-serif;
}
.feature-details a, a.purchase-btn{
  text-transform: uppercase;
    color: #464646;
    background-color: #faf687;
    font-size: 15px;
    font-weight: 300;
    padding: 20px;
    border-radius: 5px;
    width: 250px;
    display: block;
    text-align: center;
    border: 1px solid #faf687;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
}
.feature-details a:hover,
.feature-details a:focus,
a.purchase-btn:hover,
a.purchase-btn:focus{
  color: #faf687;
  background-color: transparent;
}
.features .modal .modal-header, .price-section .modal .modal-header, .search_room_detail .modal .modal-header,.background_section .modal-header {
  border-bottom: 0px;
  padding: 0px;
}
.features .modal .modal-header button.close, .price-section .modal .modal-header button.close, .search_room_detail .modal .modal-header button.close, .background_section .modal-header button.close {
    width: 40px;
      border-radius: 40px;
      height: 40px;
      border: 3px solid #a2a3a5;
      color: #a2a3a5;
      opacity: 1;
      line-height: 36px;
      font-size: 32px;
      margin:15px;
}
.features .modal .modal-header button.close:focus{
  outline: none;
}
.features .modal .modal-footer, .search_room_detail .modal .modal-footer, .background_section .modal-footer {
  border-top: 0px;
}
.features .modal .modal-footer .btn, .search_room_detail .modal .modal-footer .btn, .background_section .modal-footer .btn {
  display: none;
}
.features .modal .modal-details h2{
  color: #7cb6ce;
  font-size: 36px;
  margin:0px 0px 40px 0px;
  font-weight: 500;
}
.features .modal .modal-img img{
  margin:0 auto;
}
.features .modal .modal-details ul, .search_room_detail .modal .modal-details ul {
  padding-left: 0px;
}
.features .modal .modal-details ul li {
  font-size: 18px;
    font-family: 'Fira Sans Condensed', sans-serif;
    color: #464646;
    list-style: none;
    margin-bottom: 20px;
    display: flex;
}
.features .modal .modal-details ul li:before, .search_room_detail .modal-details ul li:before{
  content: url(../images/check.png);
  margin-right: 10px;
}
.features .modal .modal-body{
  padding: 30px 100px 60px 100px;
}
.video{
  background-color: #f7f7f7;
  padding: 170px 0px 120px 0px;
  text-align: center;
}
.video iframe{
  width: 90%;
  height: 500px;
  margin-bottom: 40px;
}
.video p{
  font-size: 18px;
  text-align: center;
  font-family: 'Fira Sans Condensed', sans-serif;
  color: #464646;
  width: 75%;
  margin:0 auto;
  line-height: 26px;
  margin-top: 40px;
}
.review{
  background: linear-gradient(to right, #ffffff 35%, #7177c1 25%);
  padding: 100px 0px 70px 0px;
}
.review-item{
  background-color: #ffffff;
  padding: 30px;
  padding: 30px 40px;
  height: 280px;
}
.review-name{
  margin-top: 10px;
}
.review-name h6{
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  margin:0px;
  font-weight: 600;
    line-height: 22px;
}
.review-name h6 a{
  color:#464646;
  transition: 0.3s all ease-in-out;
}
.review-name h6 a:hover, .review-name h6 a:focus{
  text-decoration: none;
  color: #7cb6ce;
}
.review-name p{
  color: #8d8d8d;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}
.review-detail p{
  font-family: 'Fira Sans Condensed', sans-serif;
  color: #818181;
  font-size: 15px;
  margin-bottom: 0px;
    line-height: 26px;
}
.review-upper{
  display: inline-flex;
  margin-bottom: 20px;
}
.review-upper .review-img, .review-upper .review-name{
  display: inline-block;
}
.review-upper .review-img{
  margin-right: 15px;
}
.review-upper .review-img img{
  width: 55px;
  height: 55px;
  border-radius: 55px;
}
.review-item:first-child{
  box-shadow: -2px 1px 15px 5px #00000012;
}
.review-left h3{
  font-size: 32px;
  color: #7cb6ce;
  font-weight: 600;
  margin:0px;
}
.review-left h3 span{
  font-weight: 500;
}
.review-left{
  padding: 110px 0px 110px 170px;
}
.footer{
  background-color: #2b2b2b;
  padding: 20px;
  width: 100%;
}
.footer .footer-left{
  display: inline-block;
}
.footer .footer-right{
  float: right;
  display: inline-block;
}
.footer .footer-right ul{
  padding: 24px 0px;
    margin-bottom: 0;
}
.footer .footer-right ul li{
  padding-left:10px;
  padding-right: 10px;
}
.footer .footer-right ul li a{
  color: #ababab;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
.footer .footer-right ul li:last-child a{
  color: #6c6c6c;
    text-transform: capitalize;
}
.footer ul li a:hover, .footer ul li a:focus{
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.price-section{
  background-color: #6db6bc;
  padding:100px 0px;
}
.price-section .price-details h4{
    color: #2a6064;
    font-size: 24px;
    margin-top: 0px;
      font-weight: 600;
      margin-bottom: 30px;
}
.price-section .price-details{
  display: inline-block;
}
.price-section .price-details p{
  font-size: 18px;
  color: #767070;
  font-weight: 600;
  font-family: 'Fira Sans Condensed', sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.price-section .price-details p span{
  font-weight: 300;
  margin-left: 10px;
}
.price-section .price-details a{
  color: #caf9fd;
  font-size: 14px;
  transition: 0.3s all ease-in-out;
}
.price-section .price-details a:hover, .price-section .price-details a:focus{
  text-decoration: none;
  color: #4b8488;
}
.price-section .price-info p{
    font-family: 'Fira Sans Condensed', sans-serif;
    color: #4b8488;
    font-style: italic;
    font-weight: 400;
      display: inline-block;
      letter-spacing: 0.3px;
}
.price-section .price-info{
  padding: 60px 0px 0px 0px;
}
.price-section .price-details a i{
  padding-left: 5px;
  font-size: 16px;
}
.price-section-left .price-section-img{
  display: inline-block;
    margin-right: 30px;
    float: left;
}
.price-section-left .price-details{
  display: inline-block;
  padding-top: 40px;
}
.price-section-right{
  background-color: #2a6064;
  padding: 30px;
  border-radius: 6px;
}
.price-section-right-title{
  margin-bottom: 40px;
}
.price-section-right .price-section-right-title h5{
  margin:0;
  font-size: 21px;
  color: #faf687;
  text-align: center;
  font-weight: 300;
}
.price-section-right .irs-with-grid .irs-grid{
    display: none;
}
.price-section-right .irs--flat .irs-bar{
  display: none;
}
.price-section-right .price-range p{
  font-family: 'Fira Sans Condensed', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.price-section-right .price-range p span{
  font-weight: 300;
}
.price-range{
  display: inline-block;
    width: 100%;
    margin-bottom: 30px;

}
.price-range-wrapper{
  margin-bottom: 30px;
}
.price-range p{
    display: inline-block;
}
.price-range p:last-child{
  display: inline-block;
    text-align: right;
    float: right;
}
.price-range p input[type="text"]{
  width: 20%;
    border-radius: 5px;
    height: 30px;
    color: #2a6064;
    padding: 10px;
    text-align: right;
   background-color: #f1f1f1;
}
.table>thead>tr>th {
  color: #7cb6ce;
  font-size: 16px;
}
/* .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px;
  color: #7cb6ce;
} */
/* .table>tbody>tr>td:first-child {
  color: #000;
} */

/*  10-12-2019 */

.search_room h3, .search_room_detail h3, .background_section h3, .config_group h3, .licenses_section h3, .heading_class h3 {
  font-size: 16px;
  color: #29abe2;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
}
.heading_class p{
  margin-top: 10px;
}
.heading_class {
  padding: 0 0 25px;
}
.datepicker-dropdown.dropdown-menu {
  width: auto !important;
}
.form-group a {
  text-decoration: underline;
  color: #000;
}
.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
}
.room-category {
  text-align: center;
  padding-bottom: 10px;
}
.room-category:hover, .room-category:focus {
  border: 1px solid #ddd;
  background: #f7f7f7;
}
.room-image {
  width: 90%;
  margin: 10px auto;
  border: 1px solid #ddd;
}
.search_room_detail .nextBtn  {
  display: none;
  margin: 10px auto;
  background: #48be9e;
  border-color: #48be9e;
  padding: 7px 10px;
  font-size: 12px;
}
.search_room_detail .view_detail {
  display: none;
}
.invite-form .nextBtn {
  margin: 0;
  font-size: 14px;
  padding: 7px 20px;
}
.invite-form .processBtn {
  margin: 15px 0;
}
.attendees {
  margin-top: 50px;
  display: none;
}
.room-category .nextBtn:hover, .room-category .nextBtn:focus {
  background: #fff;
  color: #48be9e;
}
.room-category a, .background_section a, .config_group a {
  color: #7cb6ce;
}
.search_room_detail .form-search.md-form input[type="text"]:not(.browser-default) {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: transparent;
  color: #c7c7c7;
  border: none;
  height: 20px;
  font-size: 12px;
  border-radius: 0;
  padding: 0;
  margin: 0 -10px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  margin-bottom: 0px;
}
.search_room_detail form.form-search {
  border-bottom: 1px solid #c7c7c7;
  padding: 10px 0;
  margin: 0 10px 15px;
}
.search_room_detail .form-search .input-group.date .input-group-addon {
  cursor: pointer;
  display: none;
}
.search_room_detail .form-search #dLabel {
  height: 24px;
  border: none;
  padding: 0 7px;
}
.search_room_detail .form-search #dLabel.dropdown-select.half {
  width: 40%;
}
.search_room_detail .form-search .form-group.time-slot {
  margin-left: -20px;
    width: 30%;
}
.search_room_detail .form-search .form-group.time-slot #dLabel.dropdown-select.half.start {
  margin-left: -50px;
}
.search_room_detail .form-search .form-group {
  margin: 0 5px;
}
.search_room_detail .form-search .md-form input[type="text"]::placeholder {
  color: #c7c7c7;
}

.search_room_detail .form-search.md-form input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #c7c7c7;
}

.search_room_detail .form-search.md-form input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
 color: #c7c7c7;
}

.search_room_detail .modal .modal-details h2, .background_section .heading_class h2{
  color: #7cb6ce;
  font-size: 25px;
  margin:0px 0px 0px 0px;
  font-weight: 500;
}
.search_room_detail .modal-details, .background_section .modal-details {
  text-align: left;
}
.search_room_detail .modal .modal-details ul li {
  font-size: 16px;
  font-family: 'Fira Sans Condensed', sans-serif;
  color: #464646;
  list-style: none;
  margin-bottom: 10px;
  display: flex;
}
.search_room_detail .modal .modal-details ul {
  margin-bottom: 20px;
}
.search_room_detail .modal-details h4 {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 16px;
  display: inline-block;
}

/* 11-12-2019 */

.search_room_detail .tab-content img {
  border: 1px solid #ddd;
  margin: 15px;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
  margin: 0 10px;
}
.owl-carousel .owl-item img {
  width: 90px !important;
  height: 90px;
  border: 1px solid #ddd;
  margin: 10px auto;
}
.owl-theme .owl-nav [class*='owl-'] {
  font-size: 50px !important;
  font-weight: 200 !important;
  color: #ddd !important;
  position: absolute;
  margin: 5px;
  top: 0px;
  }
.owl-carousel .owl-nav button.owl-next{
  right: -15px;
}
.owl-carousel .owl-nav button.owl-prev{
  left: -15px;
}
.search_room_detail .modal-details, .background_section .modal-details {
  text-align: left;
  margin: 35px 10px 0;
}
.search_room_detail .nav-tabs>li {
  width: 15%;
  margin: 0 10px;
}
.search_room_detail .nav-tabs>li.active>a, .search_room_detail .nav-tabs>li.active>a:focus, .search_room_detail .nav-tabs>li.active>a:hover {
  border: none;
}
.search_room_detail .nav-tabs>li.active .room-category {
  border: 1px solid #ddd;
    background: #f7f7f7;
}
/* .search_room_detail .nav-tabs>li.active .room-category, */ .search_room_detail .nav-tabs {
    border-bottom: none;
    position: relative;
    bottom: -2px;
}
.search_room_detail {
  padding-bottom: 0;
}
.background_section {
  display: none;
  background: #f7f7f7;
  border-top: 1px solid #ddd;
}
.search_room_detail .nav-tabs>li.active .background_section {
  display: block;
}
.room-category:hover .nextBtn, .room-category:hover .view_detail {
  display: block;
}
.search_room_detail .nav-tabs>li.active .room-category .nextBtn, .search_room_detail .nav-tabs>li.active .room-category .view_detail {
  display: block;
}
.background_section a, .config_group a {
  position: relative;
  top: 10px;
}
#invitation_modal .modal-body {
  position: relative;
  padding: 40px;
}
.prev-step {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px;
  padding: 12px 20px;
  letter-spacing: 1px;
  transition: 0.3s all ease-in-out;
}
.form-control {
  margin-bottom: 10px;
}
.btn-warning.nextBtn {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning.nextBtn:hover, .btn-warning.nextBtn:focus {
    background: #fff;
    color: #eea236;
}
.login_detail {
  border: 1px solid #000;
  padding: 50px 25px;
  background-color: #fff;
  box-shadow: 0px -5px 15px -5px #2b2b2b;
  margin-top: 5%;
  width: 50%;
  margin: 5% auto;
}
.login_detail h3 {
  text-align: center;
  margin: 10px 0 35px;
}
.login_detail .form-control{
  height: 45px;
}
.login_detail .radio {
  display: inline-block;
  border: 1px solid #ccc;
}
.by_clendar .form-group {
  display: inline-block;
  padding: 0 10px;
}
.by_clendar .nextBtn {
  padding: 8px 20px;
}
#calendar {
  width: 320px;
  font-family: 'Lato', sans-serif;
  float: left;
  margin: 40px 10px;
}
#calendar_weekdays div{
  display:inline-block;
  vertical-align:top;
}
#calendar_content, #calendar_weekdays, #calendar_header{
  position: relative;
  width: 320px;
  overflow: hidden;
  float: left;
  z-index: 10;
}
#calendar_weekdays div, #calendar_content div{
  width:40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  background-color: #FFFFFF;
  color: #787878;
}
#calendar_content{
  -webkit-border-radius: 0px 0px 12px 12px;
  -moz-border-radius: 0px 0px 12px 12px;
  border-radius: 0px 0px 12px 12px;
}
#calendar_content div{
  float: left;
}
#calendar_content div:hover{
  background-color: #F8F8F8;
}
#calendar_content div.blank{
  background-color: #E8E8E8;
}
#calendar_header, #calendar_content div.today{
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
#calendar_content div.today{
  color: #FFFFFF;
}
#calendar_header{
  width: 100%;
  height: 37px;
  text-align: center;
  background-color: #FF6860;
  padding: 18px 0;
  -webkit-border-radius: 12px 12px 0px 0px;
  -moz-border-radius: 12px 12px 0px 0px;
  border-radius: 12px 12px 0px 0px;
}
#calendar_header h1{
  font-size: 1.5em;
  color: #FFFFFF;
  margin-top: 5px;
  text-align: center;
}
i[class^=fa fa-chevron]{
  color: #FFFFFF;
  float: left;
  width:15%;
  border-radius: 50%;
  height: 50px;
}
i.fa.fa-chevron-left {
  position: absolute;
  left: 10%;
  top: 3%;
  color: #fff;
  font-size: 20px;
}
i.fa.fa-chevron-right {
  position: absolute;
  right: 10%;
  top: 3%;
  color: #fff;
  font-size: 20px;
}
.module_b ul {
  list-style: none;
  display: inline-block;
  padding-inline-start: 0;
}
.module_b ul li {
  display: inline-block;
  width: 25%;
}
.module_b label {
  display: block;
}
.Price-model .tab-pane {
  padding-top: 85px;
}
.room-config {
  padding-bottom: 10px;
}

.configure_module .login_detail {
  width: 85%;
}
.time-picker {
  position: relative;
  width: 35%;
  display: inline-block;
}
.colorpicker.colorpicker-with-alpha {
  min-width: unset;
  width: auto;
}
a.add-color {
  padding: 10px;
  float: left;
  cursor: pointer;
}
a.delete-color {
  float: right;
  padding: 10px;
  cursor: pointer;
}

.pr-0 {
  padding-right: 0;
}
.border {
  border-left: 1px solid #29abe2;
  padding: 0 25px;
}
.filepond--panel-root {
  background-color: #8a8a8a !important;
}
.form-group .filepond--drop-label.filepond--drop-label label {
  color: #ffffff !important;
  font-size: 14px !important;
}

.nav-item .delete {
  position: absolute;
  z-index: 1;
  top: 4px;
  right: 10px;
  background: none;
  box-shadow: none;
}

.krajee-default.file-preview-frame .kv-file-content {
  width: 160px !important;
  height: 100px !important;
}
.krajee-default .file-footer-caption {
  padding-top: 7px !important;
  margin-bottom: 15px !important;
}
.file-preview {
  padding: 10px !important;
}
.file-preview .fileinput-remove {
  top: 7px !important;
  right: 7px !important;
}
@media (max-width:1199px) {
  .search_room_detail .form-search .form-group.time-slot #dLabel.dropdown-select.half.start {
    margin-left: -25px;
  }
  .search_room_detail .form-search #dLabel {
    padding: 0 10px;
  }
  .search_room_detail form.form-search {
    padding: 20px 0;
  }
  .home-main {
    padding: 100px 90px 60px 40px;
  }
}
@media screen and (min-width:768px) and (max-width:991px){
  .tab-content .form-group .btn-group label{
    margin-right: 2px;
  }
  .custom-steps form{
    margin:50px 0px;
  }
  .home.header ul.navbar-right li a {
    text-align: center;
  }
  .features .row.upper {
    margin-top: -30px;
    margin-bottom: 30px;
  }
  .modal-dialog {
    width: 100%;
  }
  .features-item {
    padding: 30px 10px;
    height: 190px;
  }
  .features-item-text h6 a {
    font-size: 14px;
  }
  .feature-details {
    padding: 20px 0px 20px 20px;
  }
  .feature-details a, a.purchase-btn {
    width: 100%;
  }
  .home-banner {
    width: 100%;
    margin-bottom: 50px;
    background-size: cover;
  }
  /* .home-main-btn a {
    margin: 0 auto;
  } */
  .home-main {
    padding: 70px 0px 60px 15px;
  }
  .register-link {
    margin-left: 30px;
    margin-bottom: 95px;
  }
  .register-link a {
    margin: 0;
  }
  .video, .review {
    padding: 100px 0px;
  }
  .review-left {
    padding: 30px;
    text-align: center;
  }
  .review-left br{
    display: none;
  }
  .review-item {
    margin: 20px 15px;
    height: 250px;
  }
  .navbar-right {
    margin-right: -40px;
  }
  .home.header ul.navbar-right li a {
    padding: 10px 10px;
    margin: 0px 5px 0px 0px;
  }
  .features-item .features-item-icon img {
    width: 100%;
  }
  .connecting-line {
    width: 70%;
  }
  .wizard .nav-tabs > li {
    width: 30%;
  }
  .tabs-left.sideways>li {
    width: 100%;
  }
  .search_room_detail .form-search .form-group.time-slot #dLabel.dropdown-select.half.start {
    margin-left: -65px;
  }
  .search_room_detail .form-search #dLabel.dropdown-select.half {
    width: 25%;
  }
  .search_room_detail .form-search .form-group.time-slot {
    margin-left: 3px;
    width: 100%;
  }
  .form-inline .form-group {
    display: block;
    margin-bottom: 10px;
  }
  .search_room_detail .form-search.md-form input[type="text"]:not(.browser-default){
    margin: 0 8px;
  }

}

@media (max-width: 767px){
    .header .navbar{
        min-height: 65px;
  }
  .header .navbar-toggle{
    background-color: #eaeaea;
    margin:30px 15px 15px 0px;
  }
  .header .navbar-toggle span.icon-bar{
      background-color: #999999;
  }
  .header .navbar .navbar-brand{
    padding: 15px 10px;
  }
  #dLabel.dropdown-select.half{
    width: 100%;
  }
  .nextBtn{
    width: 180px;
      font-size: 10px;
  }
  .breadcrum .list-right, .breadcrum .list-left{
    float: left;
  }
  .custom-steps form{
    margin:50px 0px;
  }
  .home.header ul.navbar-right li a {
    text-align: center;
  }
  .home.header ul.navbar-right li.nav-btn.plan a, .home.header ul.navbar-right li.nav-btn.login a {
    margin: 10px auto;
  }
  .feature-details a, a.purchase-btn {
    margin: 0 auto;
    width: 100%;
  }
  .home-main {
    padding: 100px 0px 60px 0px;
  }
  .register-link {
    margin-bottom: 50px;
  }
  .register-link a {
    margin: 50px 0 0;
  }
  .home-banner {
    width: 100%;
    height: 761px;
    background-image: url(../images/roomsell_sm.png);
  }
  .features {
    height: auto;
    padding: 50px 0 0;
  }
  .features .row.upper {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .features-item {
    margin: 10px 0;
    padding: 10px 30px;
  }
  .feature-details {
    padding: 50px 10px;
    text-align: center;
  }
  .video, .review {
    padding: 50px 0px;
  }
  .review-left {
    padding: 20px;
    text-align: center;
  }
  .review-left br{
    display: none;
  }
  .review-item {
    margin: 10px 0;
  }
  .footer {
    padding: 30px 0;
  }
  .footer .footer-right ul {
    padding-bottom: 0;
  }
  .footer .footer-left {
    display: block;
    text-align: center;
  }
  .footer .footer-right {
    float: none;
    text-align: center;
    display: block;
  }
  .price-section-left .price-section-img {
    display: block;
    margin-right: 0;
    float: none;
  }
  .price-section-left .price-section-img img {
    margin: 0 auto;
  }
  .price-section-left .price-details {
    text-align: center;
    width: 100%;
  }
  .features-item .features-item-icon img {
    width: 25%;
  }
  .search_room_detail .form-search .form-group.time-slot #dLabel.dropdown-select.half.start {
    margin-left: -65px;
  }
  .search_room_detail .form-search #dLabel.dropdown-select.half {
    width: 25%;
  }
  .search_room_detail .form-search .form-group.time-slot {
    margin-left: 3px;
    width: 100%;
  }
  .form-inline .form-group {
    display: block;
    margin-bottom: 10px;
  }
  .search_room_detail .form-search.md-form input[type="text"]:not(.browser-default){
    margin: 0 8px;
  }

}

/* @media screen and (min-width: 768px){
  .modal-dialog {
    width: 1000px;
    margin: 30px auto;
    height: 540px;
  }
} */
@media (max-width : 600px){
  .features-item .features-item-icon img {
    width: 30%;
  }
  .search_room_detail .form-search #dLabel.dropdown-select.half {
    width: 40%;
  }
  .search_room_detail .form-search .form-group.time-slot #dLabel.dropdown-select.half.start {
    margin-left: -40px;
  }
  .home-main {
    padding: 40px 0px 60px 0px;
  }
}
@media (max-width: 480px) {
  .features-item .features-item-icon img {
    width: 40%;
  }
  .home-main {
    padding: 30px 0px 60px 0px;
  }
  .home-main-subtitle p {
    margin-bottom: 25px;
  }
}

@media (min-width: 320px) and (max-width: 766px) {
  .footer {
    position: relative;
  }
}
/******v_css(28/12/19)***/
.v-list-inline {
    margin-top: 10px;
    margin-left: 0px;
}
.list-inline>li{margin-bottom: 10px;}
.v-tabs-left.sideways {height: 450px;}
.v-custom-steps, .custom-steps, .search_room, .search_room_detail, .background_section, .licenses_section {padding-top: 45px;margin-bottom: 45px;}
.v-breadcrum ul li a {color: #333;
font-size: 15px;}
.breadcrum .list-left ul li a,.breadcrum .list-right ul li a{color: #333 !important;font-size: 15px;}
div[data-toggle="buttons"] label,.dropdown-menu li, #dLabel,.tab-content .form-group .btn-group label span{color: #333;}
::-webkit-input-placeholder { /* Edge */
  color: #333 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333 !important;
}

::placeholder {
  color: #333 !important;
}

/* 31-1-2020 */
.select2-container--default .select2-selection--single, .select2-container--default .select2-search--dropdown .select2-search__field {
      width: 100%;
      height: 34px !important;
      padding: 2px 5px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #555;
      background-image: none;
      border: 1px solid #ccc !important;
      -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
      box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
      -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;
      margin-bottom: 10px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: 3px;
  }
  /******(31/1/2020)***/
.iti__flag {background-image: url("../images/flags.png") !important;}
.iti {
  display: block !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("../images/flags@2x.png") !important;}
}
.iti--allow-dropdown input[type=tel] {
  margin-bottom: 10px !important;
}

/* 02-03-2020 */
td.fc-day {

background:#FFF !important;
font-family: 'Roboto', sans-serif;

}
td.fc-today {
  background:#FFF !important;
  position: relative;


}

.fc-first th{
  font-family: 'Roboto', sans-serif;
    background:rgb(36, 11, 48, 0.5) !important;
  color:#FFF;
  font-size:14px !important;
  font-weight:500 !important;

}
.fc-event-inner {
  font-family: 'Roboto', sans-serif;
    background: #4fa6ca!important;
    color: #FFF!important;
    font-size: 12px!important;
    font-weight: 500!important;
    padding: 5px 0px!important;
}

.fc {
  direction: ltr;
  text-align: left;
}
  
.fc table {
  border-collapse: collapse;
  border-spacing: 0;
}
  
html .fc,
.fc table {
  font-size: 1em;
  font-family: "Helvetica Neue",Helvetica;

}
  
.fc td,
.fc th {
  padding: 0;
  vertical-align: top;
}

.fc-header td {
  white-space: nowrap;
  padding: 15px 10px 0px;
}

.fc-header-left {
  width: 25%;
  text-align: left;
}
  
.fc-header-center {
  text-align: center;
  }
  
.fc-header-right {
  width: 25%;
  text-align: right;
  }
  
.fc-header-title {
  display: inline-block;
  vertical-align: top;
  margin-top: -5px;
}
  
.fc-header-title h2 {
  margin-top: 0;
  white-space: nowrap;
  font-size: 32px;
    font-weight: 100;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}
  span.fc-button {
    font-family: 'Roboto', sans-serif;
    border-color: rgb(36, 11, 48, 0.5);
  color: rgb(36, 11, 48, 0.5);
}
.fc-state-down, .fc-state-active {
    background-color: rgb(36, 11, 48, 0.5) !important;
  color: #FFF !important;
}
.fc .fc-header-space {
  padding-left: 10px;
}
  
.fc-header .fc-button {
  margin-bottom: 1em;
  vertical-align: top;
}

.fc-header .fc-button {
  margin-right: -1px;
}
  
.fc-header .fc-corner-right,.fc-header .ui-corner-right {
  margin-right: 0;
}
  
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
  z-index: 2;
}
  
.fc-header .fc-state-down {
  z-index: 3;
}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
  z-index: 4;
}
  
.fc-content {
  clear: both;
  zoom: 1;
}
  
.fc-view {
  width: 100%;
  overflow: hidden;
}

.fc-widget-content {
  border: 1px solid #e5e5e5;
}
.fc-widget-header{
    border-bottom: 1px solid #EEE; 
}

.fc-state-highlight > div > div.fc-day-number{
    background-color: #ff3b30;
    color: #FFFFFF;
    border-radius: 50%;
    margin: 4px;
}
  
.fc-cell-overlay {
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
}

.fc-button {
  position: relative;
  display: inline-block;
  padding: 0 .6em;
  overflow: hidden;
  height: 1.9em;
  line-height: 1.9em;
  white-space: nowrap;
  cursor: pointer;
}
  
.fc-state-default {
  border: 1px solid;
}

.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.fc-text-arrow {
  margin: 0 .4em;
  font-size: 2em;
  line-height: 23px;
  vertical-align: baseline;
}

.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow { 
  font-weight: bold;
}
  
.fc-button .fc-icon-wrap {
  position: relative;
  float: left;
  top: 50%;
}
  
.fc-button .ui-icon {
  position: relative;
  float: left;
  margin-top: -50%;
  
  *margin-top: 0;
  *top: -50%;
}


.fc-state-default {
  border-color: #ff3b30;
  color: #ff3b30; 
}
.fc-button-month.fc-state-default, .fc-button-agendaWeek.fc-state-default, .fc-button-agendaDay.fc-state-default{
    min-width: 67px;
  text-align: center;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #64e8fe;
  }

.fc-state-hover {
  color: #ff3b30;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
  }

.fc-state-down,
.fc-state-active {
  background-color: #ff3b30;
  background-image: none;
  outline: 0;
  color: #FFFFFF;
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  background-color: #64e8fe;
  filter: alpha(opacity=65);
  box-shadow: none;
  border:1px solid #64e8fe;
  color: #ff3b30;
}
.fc-event-container > * {
  z-index: 8;
}

.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
  z-index: 9;
}
   
.fc-event {
  border: 1px solid #FFF;
  background-color: #FFF;
  color: #919191;
  font-size: 12px;
  cursor: default;
}
.fc-event.chill{
    background-color: #f3dcf8;
}
.fc-event.info{
    background-color: #c6ebfe;
}
.fc-event.important{
    background-color: #FFBEBE;
}
.fc-event.success{
    background-color: #BEFFBF;
}
.fc-event:hover{
    opacity: 0.7;
}
a.fc-event {
  text-decoration: none;
}
  
a.fc-event,
.fc-event-draggable {
  cursor: pointer;
}
  
.fc-rtl .fc-event {
  text-align: right;
}

.fc-event-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: 15px;
}
  
.fc-event-time,
.fc-event-title {
  padding: 0 1px;
}
  
.fc .ui-resizable-handle {
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  font-size: 300%;
  line-height: 50%;
}

.fc-event-hori {
  border-width: 1px 0;
  margin-bottom: 1px;
}

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
  border-left-width: 1px;
}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
  border-right-width: 1px;
}
  
.fc-event-hori .ui-resizable-e {
  top: 0           !important;
  right: -3px      !important;
  width: 7px       !important;
  height: 100%     !important;
  cursor: e-resize;
}
  
.fc-event-hori .ui-resizable-w {
  top: 0           !important;
  left: -3px       !important;
  width: 7px       !important;
  height: 100%     !important;
  cursor: w-resize;
}
  
.fc-event-hori .ui-resizable-handle {
  _padding-bottom: 14px;
}

table.fc-border-separate {
  border-collapse: separate;
}
  
.fc-border-separate th,
.fc-border-separate td {
  border-width: 1px 0 0 1px;
}
  
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
  border-right-width: 1px;
}

.fc-border-separate .fc-week .fc-first{
    border-left: 0;
}
.fc-border-separate .fc-week .fc-last{
    border-right: 0;
}
.fc-border-separate tr.fc-last th{
    border-bottom-width: 1px;
    border-color: #cdcdcd;
    font-size: 16px;
    font-weight: 300;
  line-height: 30px;
}
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
  border-top-width: 0;
}

.fc-grid th {
  text-align: center;
}

.fc .fc-week-number {
  width: 22px;
  text-align: center;
}

.fc .fc-week-number div {
  padding: 0 2px;
}
  
.fc-grid .fc-day-number {
  float: right;
  padding: 0 2px;
}
  
.fc-grid .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
  
.fc-grid .fc-day-content {
  clear: both;
  padding: 2px 2px 1px;
}
  
.fc-grid .fc-event-time {
  font-weight: bold;
}
  
.fc-rtl .fc-grid .fc-day-number {
  float: left;
}
  
.fc-rtl .fc-grid .fc-event-time {
  float: right;
}

.fc-agenda table {
  border-collapse: separate;
}
  
.fc-agenda-days th {
  text-align: center;
}
  
.fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  font-weight: normal;
}

.fc-agenda .fc-week-number {
  font-weight: bold;
}

.fc-agenda .fc-day-content {
  padding: 2px 2px 1px;
}
  
.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px;
}
  
.fc-agenda-days .fc-col0 {
  border-left-width: 0;
}
  
.fc-agenda-allday th {
  border-width: 0 1px;
}
  
.fc-agenda-allday .fc-day-content {
  min-height: 34px;
  _height: 34px;
}
    
.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden;
}
  
.fc-widget-header .fc-agenda-divider-inner {
  background: #eee;
}
  
.fc-agenda-slots th {
  border-width: 1px 1px 0;
}
  
.fc-agenda-slots td {
  border-width: 1px 0 0;
  background: none;
}
  
.fc-agenda-slots td div {
  height: 20px;
}
  
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0;
}
  
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
  *border-top-style: solid;
}
 
.fc-event-vert {
  border-width: 0 1px;
}

.fc-event-vert.fc-event-start {
  border-top-width: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.fc-event-vert.fc-event-end {
  border-bottom-width: 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
  
.fc-event-vert .fc-event-time {
  white-space: nowrap;
  font-size: 10px;
}

.fc-event-vert .fc-event-inner {
  position: relative;
  z-index: 2;
}
  
.fc-event-vert .fc-event-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
}
  
.fc .ui-draggable-dragging .fc-event-bg,.fc-select-helper .fc-event-bg {
  display: none\9;
}
  
.fc-event-vert .ui-resizable-s {
  bottom: 0        !important; 
  width: 100%      !important;
  height: 8px      !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px  !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
  
.fc-agenda .ui-resizable-resizing {
  _overflow: hidden;
}
  
thead tr.fc-first{
    background-color: #f7f7f7;
}
table.fc-header{
    background-color: #FFFFFF;
    border-radius: 6px 6px 0 0;
}

.fc-week .fc-day > div .fc-day-number{
    font-size: 15px;
    margin: 2px;
    min-width: 19px;
    padding: 6px;
    text-align: center;
       width: 30px;
    height: 30px;
}
.fc-sun, .fc-sat{
    color: #b8b8b8;
}

.fc-week .fc-day:hover .fc-day-number{
    background-color: #B8B8B8;
    border-radius: 50%;
    color: #FFFFFF;
    transition: background-color 0.2s;
}
.fc-week .fc-day.fc-state-highlight:hover .fc-day-number{
    background-color:  #ff3b30;
}
.fc-button-today{
    border: 1px solid rgba(255,255,255,.0);
}
.fc-view-agendaDay thead tr.fc-first .fc-widget-header{
    text-align: right;
    padding-right: 10px;
}
 
.fc-event {
  background: #fff !important;
  color: #000 !important;
}

.fc-event-bg {
  display: none !important;
}
  
.fc-event .ui-resizable-handle {
  display: none !important;
}
  
  

.bootstrap-timepicker-widget.dropdown-menu.open {
    width: unset;
}
.bootstrap-timepicker input[type="text"] {
  color: #000 !important;
  /* width: 65px !important; */
}


.search_room_detail .tab-content img {
    border: none !important;
    margin: 0 !important;
}
.modal-img .img-tab {
  border: 1px solid #ddd;
    width: 500px;
    height: auto;
    padding: 15px;
    position: relative;
}
.modal-img .img-tab img {
    width: 100%;
}

/* .member-delete {
    position: absolute;
    right: -145px;
    bottom: 145px;
} */
.member-delete i {
    color: #000;
}

.loader{
  text-align: center !important;
    padding-top: 60px !important;
    margin-bottom: 10px !important;
}
.sweet-overlay{
  background-color: rgba(0, 0, 0, 0.90) !important;
}
.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover {
    color: #b90000 !important;
}