.img-staff-login img{
  height: 150px;
}
.img-staff-login{
  text-align: center;
}
.staff-login button{
  
}

#box-loading {
  background-color: #000;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  position: fixed;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 1000;
}
#img-loading {
  position: fixed;
  top: 45%;
  left: 49%;
  z-index: 5;
}
.n-detail-data{
  padding: 3em;
  margin: 0;
}
.room-box table input[type=text].red,
.datepicker.red {
  border: 1px solid #df0000;
}

.bengine-content .no-padding{
  padding: 0;
}


/* Property Details  */
.bengine-content.n-content{
	background: none;
}

.n-detail-data .btn-save.right {
  padding: 5px 25px 5px 25px;
  margin-top: 15px;
  margin-right: 2px;
  font-weight: bold;
  border: 1px solid #a7a9ac;
  color: #6d6e71;
  box-shadow: inset 0px -5px 20px 0px #d1d1d1;
}

.n-detail-data .form-group.row {
  margin-bottom: 30px;
}

.h-detail .form-group.row:nth-child(1) {
  height: 280px;
}

.detail1{
  border: dashed 2px #003a60;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 15px;
  height: 100%;
}

.detail1 input{
  margin-bottom: 5px;
}

.detail2{
  background-color: #c5d0db;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 15px;
  font-size: 12px;
  width: 54.5%;
  height: 100%;
}

.detail2 label{
  margin: 9px;
  height: 20px;
}

.detail2 input{
  margin-bottom: 4.5px;
  width: 25%;
}

.bengine-content .form-control[disabled]{
  cursor: default;
}

.description{
  width:100%;
  height:160px;
  margin:10px 0;
  padding:10px;
  max-width: 100%;
}

.hotel-description {
  padding: 10px 20px;
  background-color: #d1d3d4;
}

.rmt-description {
  padding: 10px 20px;
  background-color: #d1d3d4;
  margin-bottom: 30px;
}

.h-plc label{
  height: 34px;
  padding-top: 10px;
}

.h-plc input[type=text]{
  width: 10%;
}

.pat-plc span{
  margin-right: 10px;
}

.h-plc select{
  width: 8%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/*  Date Range Selection  */
.n-change-room{
  padding: 1.5em;
}

.form-horizontal strong {
  color: #337ab7;
}

.n-change-room .datepicker {
  cursor: pointer;
  background-image: url(../../N/img/icon-datepicker.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 100%;
  width: 85%;
  background-color: #e5e5e5;
}

.minus {
  display: none;
}
.new-row .minus {
  display: inline;
}
.new-row .plus {
  display: none;
}
.new-row:last-child .plus {
  display: inline-block;
}
.bt-box {
  padding: 35px 0;
}
.bt-control-box {
  margin: 15px 0;
}
.bt-control-box .btn{
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.9em;
}
.extra_adult{
  width: 10%;
}
.bt-des{
  font-size: 1.2em;
}
.bt-des strong{
  color: #003a60;
}
.room-box table input[type=text] {
  width: 80px;
  height: 23px;
  background-color: #e5e5e5;
  padding-left: 6px;
  border: 1px solid #acacac;
  border-radius: 4px;
}

.room-box table select {
  width: 75px;
  height: 23px;
  background-color: #e5e5e5;
  border: 1px solid #acacac;
  border-radius: 4px;
}

/*  Calendar Update  */
.n-calendar .room_type{
  width: 245px;
  height: 50px;
  border: 1px solid #a7a9ac;
  background-color: #e5e5e5;
  border-radius: 5px;
}

.n-calendar{
  padding: 1.5em;
  padding-left: 55px;
  background-color: #f1f2f2;
}

.n-calendar .datepicker{
  cursor: pointer;
  background-image: url(../../N/img/icon-datepicker.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 5%;
  background-color: #e5e5e5;
  padding: 0 0 0 40px;
  width: 175px;
  height: 50px;
  border: 1px solid #a7a9ac;
}

.n-calendar button[name=go] {
  height: 50px;
  font-size: 20px;
  margin-left: 5px;
  background: #003a60;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {display:none;}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #003a60;
}
input:focus + .slider {
  box-shadow: 0 0 1px #003a60;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

.n-calendar-data {
  margin-top: 0px;
  padding: 1.5em;
  padding-left: 55px;
  background-color: #f1f2f2;
}

.img_chack img{
  height: auto;
  width: 20px;
}

.img_chack label{
  font-size: 12px;
  color: #004987;
  margin: 0px 15px 0px 5px;
}

.n-search-date label:nth-child(3) {
  margin-left: 160px;
}

.n-search-date label:nth-child(4) {
  margin-left: 95px;
}

.n-search-date .form-inline input:nth-child(2) {
  margin-left: 5px;
}

.calendar-updata {
  margin-top: 35px;
}

.table-hover .tbody .tr:hover > .td {
  background-color: #c5d0db;
}

/*.calendar-updata .table .tbody .tr .td label:nth-child(1){
  writing-mode: vertical-lr;
  display: inline-block;
}*/

.calendar-updata input{
  border-radius: 0px;
  background-color: #e5e5e5;
  border: 1px solid #a7a9ac;
}

.calendar-updata .table{
  border: 1px  #a7a9ac;
  border-bottom-style: solid;
  border-top-style: solid;
  border-left-style: solid;
}

.calendar-updata .table .thead .tr .th{
  border: 1px #a7a9ac;
  border-bottom-style: solid;
  border-right-style: solid;
}

.calendar-updata .table .thead .tr .td{
  border: 1px #a7a9ac;
  border-right-style: solid;
  height: 55px;
  padding-top: 16px;
}

.calendar-updata .table .tbody .tr .td{
  border: 1px #a7a9ac;
  border-right-style: solid;
  border-top-style: solid;
  height: 50px;
}

.calendar-updata .table .thead .tr .td.extra{
  padding: 0px;
}

.calendar-updata .extra .col-sm-12.col-md-6.td{
  padding: 3px;
  height: 27px;
  border-top-style: solid;
}

.calendar-updata .extra .col-sm-12.col-md-6.td:nth-child(3){
  border-right-style: none;
}

.calendar-updata .extra .col-sm-12.col-md-12.td{
  border: 1px #a7a9ac;
  height: 28px;
  padding-top: 3.5px;
}

.calendar-updata .table .tbody .tr .td:nth-child(1){
  border: 1px #a7a9ac;
  border-right-style: solid;
  border-top-style: solid;
  height: 50px;
}

.calendar-updata .table{
  display: table;
  width: 100%;
}

.calendar-updata .tr{
  display: table-row;
}

.calendar-updata .th{
  padding: 8px;
  line-height: 1.42857143;
  display: table-cell;
  font-weight: bold;
  vertical-align: middle;
}

.calendar-updata .td{
  padding: 8px;
  line-height: 1.42857143;
  display: table-cell;
  vertical-align: middle;
}

.calendar-updata .thead,
.calendar-updata .tbody{
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

.calendar-updata .th{
  background-color: #95dbb0;
}

.n-calendar-data button[name=update] {
  height: 50px;
  color: #004987;
  font-size: 16px;
  border: 0px;
  border-radius: 10px;
  background: #ffde17;
  box-shadow: inset 0px -4px 0px 0px #bfa711;
  float: right;
}

.calendar-updata label.name_rmt {
  font-size: 18px;
}

/* Facilities & Services */

.n-facilities{
  padding: 1.5em;
  color: #003a60;
  background-color: #f1f2f2;
}

.n-facilities h4{
  margin-left: 22px;
}

.n-facilities label:nth-child(1){
  font-size: 17px;
  font-weight: bold;
}

.n-facilities .form-group label{
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}

.n-facilities .n-div{
  border: 1px dotted #a7a9ac;
  margin: 0 -12px 30px 12px;
  padding: 10px 25px 25px 25px;
}

.n-facilities select {
  border: 1px solid #194e91;
  background-color: #f1f2f2;
  color: #003a60;
  width: 80%;
}

.n-facilities .n-meals .meals-head{
  background-image: url(../../N/img/flag.png);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: 0%;
  padding: 1px 1px 1px 35px;
  background-color: #f2e5b2;
  margin-left: 15px;
}

.n-facilities .meals-head p{
  font-size: 14px;
  margin-top: 10px;
}

.n-facilities .n-meals .form-group label:nth-child(1){
  margin: 20px 0px 20px 15px;
}

.n-facilities .n-meals select{
  border: 1px solid #194e91;
  background-color: #f1f2f2;
  color: #003a60;
  width: 45%;
  margin: 0 0 0 20px;
  border-radius: 5px;
}

.n-facilities .n-meals input[type=checkbox]{
  width: 18px;
  height: 18px;
  margin: -5px 5px 0px 0px;
  padding: 0px;
}

.n-facilities .n-meals .input-group{
  margin: 20px 0 0px 0px;
}

.n-facilities .n-meals .input-group input[type=text]{
  height: 40px;
  background-color: #f1f2f2;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  width: 70%;
  border: 1px solid #d1d3d4;
}

.n-facilities .n-meals .input-group span{
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #003a60;
  background-color: #d1d3d4;
  border: 1px solid #d1d3d4;
}

.n-facilities .n-meals .input-group p{
  color: #b5b5b5;
  font-size: 30px;
  font-weight: bold;
  margin: -3px 0px 0px 10px;
  padding: 0px;
}

.n-facilities .n-meals .form-group .form-inline label{
  font-size: 18px;
}

.n-facilities .n-meals .n-radio{
  border: 1px solid #d1d3d4;
  padding: 0px 8px 3px 15px;
  margin-right: 15px;
}

.n-facilities .n-meals .n-radio input[type=radio]{
  width: 18px;
  height: 18px;
  margin: -5px 10px 0px 0px;
}

.n-facilities .n-languages select{
  margin: 20px 10px 20px 0px;
  width: 65%;
}

.n-facilities .n-languages i{
  font-size: 18px;
}

.n-remove{
  display: none;
}

.language.n-hidden{
  display: none;
}

.new-languages .n-remove{
  display: inline;
}

.n-facilities .new-languages {
  margin: -20px 0 0 0;
}

.n-facilities .add-language .new-languages:nth-child(2) {
  margin: 0 0 0 0;
}

.new-languages:nth-child(2) .n-remove{
  display: none;
}

.n-facilities .n-checkbox input[type=checkbox]{
  margin: 18px 10px 0 0px;
  width: 17px;
  height: 17px;
}

.n-facilities .n-checkbox p{
  display: inline;
}

.n-facilities .n-btn-save {
  text-align: center;
  background-color: #c9dce3;
}

.n-facilities .n-save-facilities .n-div{
  border: none;
}

.n-facilities .n-btn-save input[type=button]{
  background-color: #003a60;
  color: #fff;
  width: 20%;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0 10px 0;
  margin-top: 10px;
}

.rate-menu .sub-menu>li>a:hover {
  color:#c5d0db;
}

a.btn_cone_benefits {
  margin-left: 10px;
  font-size: 16px;
  cursor: pointer;
}

a.btn_del_benefits {
  margin-left: 10px;
  font-size: 16px;
  cursor: pointer;
  color: #df0000;
}

.checkbox input[type=text]{
  width: 250px;
}

.addi-item .addi_textarea{
  height: 150px;
}





/*display none*/

.col-md-6.detail2{
  display: none;
}
.h_description{
  display: none;
}
.col-md-5.exception_text{
  display: none;
}
.form-group.row.hide_exception {
  display: none;
}

/*display none*/