@import url("https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i");

body.login_page {
  margin-bottom: 60px;
}

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  overflow-x: hidden;
  background-color: #f1f1f1;
  font-size: 13px;
  margin-bottom: 60px;
}

html {
  position: relative;
  min-height: 100%;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #46aefb;
}

img {
  max-width: 100%;
  outline: 0;
  border: 0;
}

/*Color*/

.bg-brown {
  background-color: #574a41;
}

.bg-red {
  background-color: #da4453;
}

.bg-green {
  background-color: #37bc9b;
}

.bg-dark_blue {
  background-color: #47585f;
}

.color-brown {
  color: #574a41;
}

.color-red {
  color: #da4453;
}

.color-green {
  color: #37bc9b;
}

.color-dark_blue {
  color: #47585f;
}

.success-action {
  color: #23a62f;
}

/*Navigation*/

.navbar-brand {
  padding: 0;
}

#bs-nav {
  background-color: #2f313e;
}

.nav>li>a {
  color: #fff;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #515466;
}

.navbar-custom {
  border: none;
  border-radius: 0;
  background-color: #fff;
  width: 100%;
  font-size: 12px;
  margin-bottom: 0px;
}

.navbar-custom .navbar-header .navbar-brand {
  margin: 5px 0 0 auto;
}

.navbar-custom .navbar-header .navbar-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #1b3244;
  border-color: #337ab7;
}

.top-search-part .nav>li>a {
  color: #555;
}

.top-search-part .nav>li>a:hover,
.top-search-part .nav>li>a:focus {
  background: #f5f5f5;
  color: #000;
}

.navbar-toggle {
  background: #2777b6;
}

.navbar-toggle .icon-bar {
  background: #fff;
}

/*LOGIN PAGE*/

.login_page .navbar-custom {
  border-bottom: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  box-shadow: none;
}

.login_page .navbar-header {
  float: none;
  background: none;
  border: none;
  box-shadow: none;
}

.login_page .navbar-custom .navbar-brand {
  float: left;
  padding: 0;
  margin: 5px 0;
  display: inline-block;
}

.login_page .navbar-custom .navbar-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.logout.text-right {
  float: right;
  font-size: 16px;
  color: #222;
  padding: 19px;
}

body.login_page {
  color: #c1c3c6;
}

.form-signin {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px rgba(0, 0, 0, 0.2) solid;
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 3px;
  display: inline-block;
  margin: 0px;
  width: 550px;
}

.form-signin-heading {
  font-size: 30px;
  margin: 0 0 30px;
  color: #222;
  font-family: "Arimo", sans-serif;
  font-weight: 600;
}

.forgot-password {
  font-size: 12px;
  color: #222;
}

.login-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 22px 0;
}

.loginbtn {
  text-transform: uppercase;
  font-size: 16px;
  background: #000;
  border: none;
}

.copyright {
  font-size: 12px;
  color: #222;
}

.login-formouter {
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

/* 2fa style */
.wrapper2fa {
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #333;
  padding: 15px 0;
}

.content2fa {
  background-color: rgba(255, 255, 255, 0.95);
  width: 400px;
  max-width: calc(100% - 30px);
  border-radius: 5px;
  border: 1px solid #2777b6;
  padding: 24px 24px 0;
  overflow: hidden;
}

.content2fa form {
  margin-bottom: 24px;
}

.content2fa .form-control {
  text-align: center;
}

.content2fa ._icon {
  width: 60px;
  margin: 0 auto 18px;
  display: block;
}

.content2fa ._sub_text {
  font-size: 14px;
  font-weight: 700;
}

.content2fa ._text {
  font-size: 14px;
}

.content2fa ._small {
  font-size: 12px;
}

.content2fa .text-light {
  color: #666;
}

.content2fa ._footer {
  margin: 15px -24px 0;
  padding: 15px 24px;
  background-color: #f1f1f1;
}

.content2fa p:last-child {
  margin-bottom: 0;
}

/*Search Page*/

.content-header {
  box-shadow: 0px 4px 4px -2px #666 inset;
  padding-top: 30px;
}

.input-search-btn {
  position: absolute;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  display: block;
  z-index: 9;
  vertical-align: middle;
  right: 0;
  top: 3px;
}

.nav .search_field {
  width: 100%;
}

.navbar-left {
  width: 72%;
}

.custom-search-input {
  margin-left: 30px;
  margin-top: 8px;
  padding: 0;
}

.custom-search-input button {
  border: 0;
  background: none;
  padding: 2px 5px;
  margin-top: 2px;
  position: relative;
  left: -28px;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #aaa;
}

.sub_panelbody {
  background-color: #fff;
  padding: 20px;
}

.scheduler-border legend {
  background: #fff;
  padding: 0 10px;
  display: inline-block;
  width: auto;
  margin: 0;
  border: 0;
}

fieldset.scheduler-border {
  margin: 0;
  background: #fff;
  padding: 0 10px 10px;
  border: 1px solid #ccc;
}

.sub_panelbody .search_field {
  overflow: hidden;
  width: 100%;
  margin: 25px 0;
}

.basicSearch {
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
}

.advancedSearch {
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  background-color: #7a942e;
  margin-left: 10px;
}

.inactive_icon {
  color: #f00;
}

.delete_icon {
  color: #a61f1f;
}

.action_icons {
  font-size: 16px;
  text-decoration: none;
  margin-right: 3px;
  padding: 3px;
}

.table thead>tr>th {
  background-color: #515466;
  color: #fff;
  font-family: "Arimo", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.search_field .text-right {
  text-align: left;
}

.serach-add_panelbody {
  padding: 20px 20px 0px 20px;
}

.advance-search_field label {
  font-weight: normal;
}

.advance-search_field {
  padding: 30px 0 10px;
}

.clr-btn {
  margin-left: 8px;
}

/*Dashboard Page*/

.top-result-part {
  padding: 30px 0 10px;
}

.top_tiles {
  overflow: hidden;
}

.tile_box {
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 25px 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
}

.tile {
  color: #ffffff;
}

.tile_box .tile_header {
  float: left;
  text-align: center;
}

.tile .tile_header {
  /*box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);*/
  margin: -20px 15px 0;
  border-radius: 3px;
  padding: 15px;
}

.tile_box .tile_header .count {
  font-size: 3.2em;
  line-height: 56px;
  width: 90px;
  height: 56px;
  font-weight: 900;
}

.count {
  font-size: 26em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  font-family: "Roboto", sans-serif;
}

.tile_box .tile-content {
  text-align: right;
  padding-top: 10px;
}

.tile .tile-content {
  padding: 15px 20px;
}

.tile-content .title {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
}

.tile .tile-footer {
  margin: 0 20px 10px;
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
  color: #878a8a;
  overflow: hidden;
}

.tile-view {
  line-height: 22px;
  font-size: 1em;
  font-weight: bold;
  float: right;
  color: #333;
}

table.jambo_table {
  border: 1px solid #dddddd;
  margin: 0;
}

.dataTables_info {
  margin: 10px 0 0;
}

table .amenities_img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

/*Add Hotel page*/

.add-hotel_field {
  padding: 40px;
}

.add-hotel_field .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  max-width: 100%;
}

.add-hotel_field label {
  font-weight: normal;
  font-family: "Arimo", sans-serif;
  font-size: 15px;
  color: #222;
}

.add-hotel_field .custom-search-input {
  margin: 0;
}

.add-hotel_field .input-search-btn {
  right: 7px;
}

.search_field .form-control,
.add-hotel_field .custom-search-input .form-control {
  padding-right: 20px;
}

.upload-btn-part {
  margin-top: 10px;
}

.upload-part input[type="file"] {
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 5px;
}

.hotel-logo {
  border: 1px solid #ccc;
  padding: 5px;
}

.add-hotel_field .form-group sub {
  font-size: 10px;
}

/*Add USer*/

.preview-btn {
  margin-left: 8px;
}

.switch {
  position: relative;
  display: block;
  width: 50px;
  height: 25px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.slider {
  background-color: #2196f3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

.permission-table tr td:last-child {
  border-left: 1px solid #ddd;
}

.switching-box label {
  margin-bottom: 0;
}

.switching-box._published {
  margin-left: 10px;
}

/*Manage Hotels*/

.sub_left-panel-body {
  padding: 20px 0px 20px 20px;
}

.side-panel-list ul {
  margin: 0;
  padding: 0;
}

.side-panel-list ul li {
  list-style: none;
  display: block;
  background: #f0f0f0;
  margin-bottom: 1px;
}

.side-panel-list ul li a {
  padding: 10px 15px;
  background: #222;
  display: block;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  color: #fff;
  border-radius: 3px;
}

.side-panel-list ul li a:hover {
  box-shadow: 5px 0px 0px #2777b6 inset;
  background: #fff;
  color: #222;
}

.side-panel-list ul li.active a {
  box-shadow: 5px 0px 0px #2777b6 inset;
  background: #fff;
  color: #222;
}

.no-domain-block {
  text-align: center;
}

.no-data-found-block {
  padding: 15px;
  text-align: center;
  border: 3px solid #ccefef;
  color: #333;
  font-size: 30px;
  margin-bottom: 10px;
}

.multiselect-box {
  width: 100%;
  min-height: 235px;
  border: 0;
}

.multiselect-box option {
  padding: 5px;
  font-size: 15px;
  margin-bottom: 1px;
}

.btn-part-select {
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  align-items: center;
  min-height: 250px;
}

.btn-part-select a {
  margin: 0 2px;
}

/*Amenities*/

.flip-item-part {
  padding-bottom: 20px;
}

.side-panel-list.navbar-collapse {
  padding: 0;
}

.add-amenities.panel {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
}

.add-amenities .scheduler-border {
  padding-bottom: 20px;
}

/*Rooms*/

.room-hotel_field {
  padding: 20px 5px 10px;
}

.room-pic {
  border: 1px solid #ccc;
}

.room-hotel_field>div.row {
  margin: 10px 0 0;
  background-color: #fff;
  padding: 15px 0;
  cursor: move;
  border: 1px solid #ddd;
}

.room-hotel_field>div.row:last-child {
  margin-bottom: 10px;
}

.room-edit-del {
  position: absolute;
  right: 10px;
  top: -5px;
  display: flex;
  align-items: center;
}

.room-edit-del a {
  font-size: 17px;
  line-height: 1;
  padding: 0;
  margin: 0 0 0 10px;
}

.room-hotel_field h3 {
  margin: 0 0 12px;
  padding-right: 100px;
}

.room-hotel_field h3,
.room-hotel_field h3 a {
  color: #444;
}

.room-hotel_field ._text p:last-child {
  margin-bottom: 0;
}

.more-img {
  margin: 10px 0 0;
  padding: 5px 15px;
  background: #666;
  color: #fff;
  display: inline-block;
}

.more-img:hover {
  color: #fff;
}

/*Dining*/

.check-outer {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  padding-left: 0px;
}

.time-outer-table-list {
  padding: 10px;
  background: #eee;
}

.time-span span {
  margin-left: 5px;
}

/*Rating*/

.rating-hotel_field {
  padding: 20px;
}

.r-user-name-part {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}

.rating-box-part {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}

.post-date-part {
  display: inline-block;
  margin-bottom: 10px;
}

.approval-status-show {
  color: #ff0011;
}

.rating-div {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.rating-div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

/* Room Edit page thumb */

.room-image-thumb img {
  width: 100%;
  max-height: 180px;
}

/*Header Notification */

.notify-counter {
  position: absolute;
  color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  padding: 0 2px;
  text-align: center;
  right: 0px;
  top: 5px;
}

.bgc-red {
  background: #ff0000;
}

.top-search-part .nav>li.notifications {
  padding: 14px 0px 0px;
}

.top-search-part .nav>li.notifications>a {
  padding: 0px 8px 1px;
  font-size: 15px;
  background: none;
}

.notifications .dropdown-menu {
  min-width: 350px;
}

.top-notificbdB {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0625) !important;
  padding: 10px;
}

.notification-ul {
  position: relative !important;
  overflow: hidden !important;
  overflow-anchor: none;
}

.notification-ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0625);
}

.notification-ul li:last-child {
  border-bottom: 0;
}

.notific-listitem {
  padding: 10px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex !important;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
}

.notifications .dropdown-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.bdrs-50p {
  border-radius: 50% !important;
}

.w-3r {
  width: 50px;
}

.notific-pic-persion {
  margin-right: 15px;
  border-radius: 50%;
  display: block;
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.detail-noific-persion {
  color: #444;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
  height: auto;
}

.fw-500 {
  font-weight: 500;
}

.c-grey-600 {
  font-weight: 600;
}

.required:after {
  content: "*";
  color: red;
  padding-left: 5px;
}

.kv-file-upload {
  display: none !important;
}

.tab-content {
  margin-top: 15px;
}

.nav-tabs>li>a {
  color: #222222;
}

.nav-tabs>li>a:hover {
  color: #ffffff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #222222;
}

.panel-title a.collapsed:after {
  content: "\f055";
  font-family: "FontAwesome";
}

.panel-title a:after {
  content: "\f056";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 9px;
}

.panel-title>a {
  display: block;
  position: relative;
  padding: 10px 20px 10px 10px;
}

.panel-default>.panel-heading {
  padding: 0;
}

.store-h-pic {
  max-height: 100px;
  background: #eee;
  min-height: 100px;
  position: relative;
  overflow: hidden;
  margin: 5px 0 0px;
  border: 2px #666 solid;
}

.store-h-pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.del-pic {
  position: absolute;
  right: 9px;
  top: -5px;
  background: #ff0000;
  color: #fff;
  border-radius: 50%;
  padding: 1px 5px;
}

.banr-upload-pic-title {
  color: #337ab7;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  text-align: center;
}

.img-upload-bnr .form-control,
.file-thumbnail-footer .form-control {
  margin-bottom: 10px;
}

/*---------------Color Palatte---------*/

.color-choose-radio input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  cursor: pointer;
}

.blue-pallete label {
  background: #2980b9;
}

.green-pallete label {
  background: #27ae60;
}

.yellow-pallete label {
  background: #ffa403;
}

.red-pallete label {
  background: #be2616;
}

.gray-pallete label {
  background: #b8b5b8;
}

.orange-pallete label {
  background: #d35400;
}

.purple-pallete label {
  background: #6e2f88;
}

.golden-pallete label {
  background: #ab936b;
}

.lblue-pallete label {
  background: #5eacdf;
}

.lgolden-pallete label {
  background: rgba(166, 134, 82, 0.65);
}

.lblack-pallete label {
  background: #000000;
}

.color-pallete {
  overflow: hidden;
}

.color-choose-radio label {
  height: 25px;
  width: 100%;
  border: 2px solid #999;
  margin: 0;
  display: block;
  cursor: pointer;
}

.color-choose-radio {
  width: 25%;
  float: left;
  padding: 5px;
  position: relative;
}

.color-choose-radio input:checked+label {
  border: 2px solid #000;
}

.delete_header_background_color {
  top: 7px;
  font-size: 13px;
}

.save_bttn {
  padding-top: 10px;
}

.menu_manage {
  border: 1px #ddd solid;
  padding: 10px;
}

.menu_manage ul {
  margin: 0;
  padding: 15px 0 0;
}

.menu_manage ul li {
  list-style: none;
  padding: 0;
  font-size: 14px;
  color: #222;
}

.menu_drag .dd-item {
  position: relative;
}

.menu_drag .dd-item a {
  position: absolute;
  top: 5px;
  right: 5px;
}

.menu_drag .dd-item a.edit_icon {
  right: 25px;
}

/*Style Write 28-05-2018*/

.breadcrumb {
  background: #fff;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
}

#PreviewPicture {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px #ddd solid;
  overflow: hidden;
  padding: 15px 10px 10px;
}

.upload-part {
  padding-top: 25px;
}

.upload-part input[type="file"] {
  height: 36px;
  border-radius: 0;
}

.sub_panelbody .panel-default>.panel-heading {
  background: #fff;
}

.room-hotel_field h3 {
  font-family: "Arimo", sans-serif;
  font-size: 22px;
  line-height: 1.4;
  color: #222;
  font-weight: 600;
}

.room-hotel_field h3 a {
  color: #222;
}

.hours-table {
  border: 1px #ddd solid;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.room-pic {
  border: 5px #fff solid;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.jambo_table li {
  list-style: none;
}

.table-striped>tbody>tr:nth-of-type(2n + 1) {
  background: #d7d9e5;
}

table.dataTable {
  border-collapse: collapse;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: border-box !important;
  margin-bottom: 15px !important;
}

.pagination {
  display: inline-block;
}

.dataTables_wrapper .dataTables_paginate a {
  color: black !important;
  float: left !important;
  padding: 8px 16px !important;
  text-decoration: none !important;
  transition: background-color 0.3s;
  border: 1px solid #ddd !important;
}

.dataTables_wrapper .dataTables_paginate a.active {
  background-color: #4caf50;
  color: white;
  border: 1px solid #4caf50;
}

.dataTables_wrapper .dataTables_paginaten a:hover:not(.active) {
  background-color: #ddd;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #ddd;
}

table.dataTable tbody th,
table.dataTable tbody td {
  font-size: 14px !important;
  font-family: "Arimo", sans-serif;
}

.menu_manage ul#menu-page-list {
  margin-bottom: 15px;
}

.menu_manage ul li {
  padding: 0 0 3px;
}

.dataTables_info {
  background: #000;
  color: #fff !important;
  padding: 5px 20px !important;
  border-radius: 3px;
}

.login_page {
  background: url(login_bkg.jpg) no-repeat center;
  width: 100%;
}

.file-preview .fileinput-remove {
  display: none;
}

.file-preview {
  width: auto;
  display: inline-block;
}

.btn-primary {
  background: #333;
  border-color: #000;
}

.menu_manage .btn-sm,
.btn-group-sm>.btn {
  padding: 5px;
  min-width: 49%;
  margin-bottom: 3px;
}

.multiple-img .input-group {
  width: 74%;
  float: left;
}

.choose-media {
  margin-top: 10px;
}

.choose-media a {
  color: #fff;
}

.mg-top {
  margin-top: 10px;
}

div.file-input~div.choose-media {
  margin-top: 0;
  margin-left: 10px;
}

/*END*/

/*16-11-2018*/

.password-pattern {
  margin: 0;
  padding: 5px 0 5px 15px;
}

.password-pattern li {
  list-style: disclosure-closed;
}

.password-pattern li.success {
  color: #090;
}

.password-pattern li.error {
  color: #f00;
}

/*Ends*/

.otp_container {
  max-width: 600px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  border: 1px #666 solid;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

.otp_container h1 {
  font-size: 30px;
  color: #222;
  margin: 0;
  padding: 0 0 15px;
}

.otp_container p.otp_text {
  font-size: 16px;
  color: #666;
  margin: 0;
  padding: 0 0 15px;
  font-weight: 300;
}

.otp_container p.otp_text1 {
  font-size: 16px;
  color: #666;
  margin: 0;
  padding: 0 0 15px;
  font-weight: 600;
}

.otp_bttn {
  background: #111;
  padding: 15px 60px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  border: none;
  text-transform: uppercase;
}

.otp_container .form-group {
  max-width: 320px;
  width: 100%;
  margin: 0 auto 15px;
}

.otp_container .form-group input {
  border: none;
  border-bottom: 1px #222 solid;
  padding: 0;
  font-size: 16px;
  text-align: center;
}

/* 25-01-2018 */

.template-choose div [class*="col-"] {
  min-height: 250px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.template-choose div [class*="col-"] input {
  margin-right: 5px;
}

.template-choose div [class*="col-"] label {
  margin-top: 10px;
}

.template-choose div [class*="col-"] label img {
  max-height: 200px;
  width: 100%;
  border: 1px #666 solid;
  box-shadow: none;
  border-radius: 0;
}

#PreviewPicture {
  position: relative;
  padding: 10px;
}

#PreviewPicture img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
}

.file-preview {
  border-radius: 25px;
  margin: 5px 0 15px;
}

.banr-upload-pic-title span {
  height: 28px;
  display: block;
  background: #666;
  font-size: 14px;
  padding: 5px;
  color: #fff;
}

/* End */

/*------10-05-2019-------*/

.email_list {
  padding: 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  background: #eee;
  padding: 10px;
}

.email_list li {
  list-style: none;
}

/*------14-05-2019-------*/

#page_label_body form {
  background: #eee;
  padding: 15px;
  margin: 0 0 25px;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#page_label_body form h3 {
  margin: 0 0 15px;
  width: 100%;
  font-size: 20px;
  padding: 0 0 5px;
  text-transform: capitalize;
  box-shadow: 0px 1px 2px -2px #222;
}

#page_label_body form .language_row,
.language_table_row {
  width: 50%;
  margin: 0 0 8px;
}

#page_label_body form .language_row label,
#page_label_body form .language_table span {
  width: 150px;
  display: inline-block;
}

#page_label_body form .submit {
  padding: 4px 25px;
  background: #222;
  color: #fff;
  border: 0;
  font-size: 16px;
}

/* #selected_page {
  margin: 0 0 20px;
  width: 200px;
  height: 28px;
  border: 1px solid #ccc;
} */

#page_label_body form .language_table {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#create_country_form .store-h-pic {
  min-height: 100px;
  /* background: #666; */
}

#create_country_form .img-upload-bnr {
  margin: 0 0 15px;
}

#menu-1 .room-image-thumb {
  display: flex;
  flex-wrap: wrap;
}

#menu-1 .room-image-thumb .col-md-3 {
  margin: 0 0 10px;
}

/*------------15-05-19-----------*/

.admin_banner .col-md-3 {
  min-height: 160px;
}

/*------------22-05-19-----------*/

.loader-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  display: none;
  z-index: 99999;
}

.loader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery-inner {
  position: relative;
  height: 100px;
  margin-bottom: 15px;
}

.gallery-inner img {
  height: 100%;
  width: 100%;
}

/*********************custom checkbox***************************/

.customContainer {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 15px;
  left: 5px;
}

/* Hide the browser's default checkbox */

.customContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */

.customContainer:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.customContainer input:checked~.checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.customContainer input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.customContainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/**********************custom radio****************************/

.customContainer2 {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */

.customContainer2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */

.radiomark {
  position: absolute;
  top: 15px;
  left: 5px;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */

.customContainer2:hover input~.radiomark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.customContainer2 input:checked~.radiomark {
  background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.radiomark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */

.customContainer2 input:checked~.radiomark:after {
  display: block;
}

/* Style the indicator (dot/circle) */

.customContainer2 .radiomark:after {
  top: 7px;
  left: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
}

.printBtn {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  background: #0f6935;
  padding: 10px 30px;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  float: right;
  margin-right: 17px;
}

.printBtn:hover,
.printBtn:focus {
  color: #fff;
}

.remove_field {
  margin-left: 5px;
}

.remove_field i {
  margin-right: 5px;
}

.blogBtn {
  margin-bottom: 10px;
  position: absolute;
  right: 0;
  top: -53px;
}

.stratBtn {
  margin-top: 20px;
  position: relative;
  margin-right: 49px;
}

.stratBtnTwo {
  margin-top: 20px;
  position: relative;
  margin-right: 66px;
}

.posAbs .blogBtn {
  top: -72px;
}

.withCurrentDate .dateWrap .currntDate {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.withCurrentDate .dateWrap input {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
}

.withCurrentDate .dateWrap .currntDays {
  display: inline-block;
  vertical-align: middle;
}

.withCurrentDate .dateExm {
  display: block;
  margin-top: 10px;
}

.helpModal p {
  width: 48%;
  display: inline-block;
}

.helpModal p span {
  color: #2777b6;
  font-weight: 500;
  display: block;
  font-size: 14px;
}

.helpModal .modal-header h2 {
  font-size: 18px;
  font-weight: 600;
  float: left;
  margin: 0;
}

.menu_drag .dd {
  width: 100%;
}

#image-list li {
  width: 25%;
  padding: 0 5px;
  margin: 0 0 15px;
  display: flex;
}

#image-list li label {
  margin-left: 4px;
  height: 60px;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  display: flex;
  background-color: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

#image-list li label:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

#image-list li label .img {
  border: none;
  border-radius: 0;
  padding: 0;
  width: 74px;
  height: calc(100% - 10px);
  background-color: transparent;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

#image-list li label .img:hover {
  box-shadow: none;
}

#image-list li input[type="checkbox"] {
  margin-top: 0;
}

#image-list {
  padding: 0 10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
  #image-list li {
    width: 33.33%;
  }
}

@media only screen and (max-width: 480px) {
  #image-list li {
    width: 50%;
  }
}

.d-block {
  display: block;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 5px;
}

.hotel_map_input #PreviewPicture {
  width: 100%;
  height: 150px;
  padding: 0;
  border-radius: 0;
  border: none;
  margin-top: 10px;
}

.hotel_map_input #PreviewPicture img {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right top;
}

.hotel_map_input .upload-part {
  padding: 0;
}

.mt-3 {
  margin-top: 15px;
}

.mt-4 {
  margin-top: 30px;
}

.mb-4 {
  margin-bottom: 30px;
}

/* 21-07-2020 */
.card {
  padding: 15px;
  background-color: #e8e8e8;
  border-radius: 4px;
  margin-bottom: 30px;
}

.card:last-child {
  margin-bottom: 0;
}

.card-heading {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 15px;
}

.layout_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  list-style-type: none;
  padding: 0;
}

.layout_list li {
  width: 12.5%;
  padding: 0 5px;
  margin-bottom: 10px;
  position: relative;
}

.layout_list li input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.layout_list li div {
  width: 100%;
  height: 60px;
  background-color: #068eef;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
  transition: all 0.25s ease-in-out;
}

.layout_list li div img,
.layout_list li div svg {
  fill: #fff;
  width: 30px;
  height: 30px;
  filter: invert(1);
}

.layout_list li input[type="radio"]:checked+div,
.layout_list li:hover div {
  opacity: 1;
}

.layout_list li span {
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  display: block;
  margin-top: 4px;
}

.layout_list._sm li {
  width: 10%;
}

.layout_list._sm._color li {
  width: 20%;
}

.layout_list._sm li div {
  height: 40px;
}

.layout_list._sm._color li div,
.layout_list._sm._gradient li div {
  height: 30px;
  border: 1px solid #333;
}

.layout_list._sm li div img,
.layout_list._sm li div svg {
  width: 20px;
  height: 20px;
}

.custom_color_btn {
  font-size: 14px;
  margin-bottom: 5px;
}

._tab_content {
  display: none;
}

.tab_content.show {
  display: block;
}

.gradient_angle_slider_val {
  border: none;
  background: transparent;
  width: 30px;
  margin-left: auto;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}

.range_limits {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  max-width: 280px;
}

input[type="range"] {
  max-width: 280px;
}

._popup_trigger {
  width: 280px;
  height: 200px;
  display: block;
}

._popup_trigger img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
  color: #fff;
  padding: 30px;
  z-index: 99;
}

._popup_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

._popup_header h3 {
  margin: 0;
}

._popup_body {
  display: flex;
  flex-wrap: wrap;
  place-content: flex-start;
  height: calc(100% - 43px);
  overflow-y: auto;
}

._popup_body img {
  width: calc(20% - calc(15px * 4) / 5);
  height: 140px;
  object-fit: cover;
  margin: 0 15px 15px 0;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}

._popup_body img:nth-child(5n) {
  margin-right: 0;
}

._popup_body img:hover {
  opacity: 0.5;
}

.section_options ._each a.full_img {
  width: 100%;
  padding: 0;
  position: relative;
}

.section_options ._each a.full_img:after,
.section_options ._each a.full_img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.05;
  transition: all 0.15s ease-in-out;
}

.section_options ._each a.full_img:hover:after {
  opacity: 0.25;
}

.section_options ._each a.full_img:before {
  background: url("../images/icons/svg/picture.svg") no-repeat center center / 40px auto;
  z-index: 5;
}

.section_options ._each a.full_img:hover:before {
  opacity: 1;
}

.section_options ._each a.full_img img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.img_actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 10px 0 0;
}

.sortable_child .ui-sortable-handle {
  cursor: move;
}

.sortable_child .ui-sortable-handle * {
  pointer-events: none;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block !important;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-end {
  align-items: flex-end;
}

.flex-column {
  flex-direction: column;
}

.w-100 {
  width: 100%;
}

#floorimagediv {
  display: inline-block;
  position: relative;
}

#floorimagediv .del_floor_image {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  background-color: #fff;
  font-size: 16px !important;
  border-radius: 50%;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

#floorimagediv .del_floor_image i {
  font-size: 16px !important;
  cursor: pointer;
}

#floorimagediv .del_floor_image:hover {
  background-color: #ccc;
}

.search_bar {
  background-color: #f2f2f2;
  padding: 15px;
  margin-bottom: 15px;
}

.search_bar div[class*="col-"] {
  padding: 5px;
}

.search_bar .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -5px;
}

.search_bar label {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-weight: 400;
  color: #111;
  margin: 0;
}

.search_bar .hasDatepicker {
  background: #fff url("../../img/icons/calendar-dark.svg") no-repeat right 10px center / 16px auto;
}

@media only screen and (max-width: 767px) {
  .search_bar {
    margin: -20px -20px 15px;
  }
}

.hotel_name {
  position: absolute;
  top: 120px;
  font-size: 20px;
  text-align: right;
  right: 0;
  padding: 0 15px;
}

.bar_ {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bread_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  padding: 10px 15px 10px 0;
}

.bread_bar .breadcrumb {
  margin-bottom: 0;
}

.btn_group {
  display: flex;
  align-items: center;
}

.btn_group .btn {
  white-space: nowrap;
}

.btn_group .btn:not(:last-child) {
  margin-right: 10px;
}

@media only screen and (max-width:575px) {
  .bread_bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn_group {
    padding-left: 15px;
  }
}

.alert {
  font-size: 18px;
}

.loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  z-index: 1056;
  background-color: rgba(0, 0, 0, 0.8);
}

.loader svg {
  width: 120px;
  height: 120px;
}

.show_icon {
  display: flex;
  align-items: center;
}

.show_icon select {
  max-width: 150px;
}

.show_icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin: 10px;
}


.content.p-3.banner_caption_bg {
    padding: 30px 70px !important;
    width: max-content !important;
    margin: 0 auto !important;
}

.banner-caption.bottom_left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}