:root {
    --dark-gray: #333333;
    --dark-blue: #213364;
    --gray: #6f6f6f;
    --light-bg: #c7ccd8;
}
table {
    font-size: inherit;
}
.font-weight-semibold {
    font-weight: 500 !important;
    color: #333;
}

.bg-dark {
    background: var(--dark-blue);
}

/*! * AdminLTE v2.3.3 * Author: Almsaeed Studio * Website: Almsaeed Studio <http://almsaeedstudio.com> * License: Open source - MIT * Please visit http://opensource.org/licenses/MIT for more information !*/
.no_padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.mt-20 {
    margin-top: 20px;
}

.ml-15 {
    margin-left: 15px;
}

.p15 {
    padding-left: 15px;
    padding-right: 15px;
}
.rounded-0 {
    border-radius: 0!important;
}
.table-data-padding tr>td {
    padding-bottom: 12px;
}

.no-border {
    border-bottom-color: none;
}

.panel-no-radius {
    border-radius: 0px !important;
}

.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ddd;
    left: 31px;
    margin: 0;
    border-radius: 2px
}

.timeline>li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table
}

.timeline>li:after {
    clear: both
}

.timeline>li>.timeline-item {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-top: 0;
    background: #fff;
    color: #444;
    margin-left: 60px;
    margin-right: 15px;
    padding: 0;
    position: relative
}

.timeline>li>.timeline-item>.time {
    color: #999;
    float: right;
    padding: 10px;
    font-size: 12px
}

.timeline>li>.timeline-item>.timeline-header {
    margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    font-size: 16px;
    line-height: 1.1
}

.timeline>li>.timeline-item>.timeline-header>a {
    font-weight: 600
}

.timeline>li>.timeline-item>.timeline-body,
.timeline>li>.timeline-item>.timeline-footer {
    padding: 10px
}

.timeline>li>.fa,
.timeline>li>.glyphicon,
.timeline>li>.ion {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #666;
    background: #d2d6de;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0
}

.timeline>.time-label>span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px
}

.timeline-inverse>li>.timeline-item {
    background: #f0f0f0;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none
}

.timeline-inverse>li>.timeline-item>.timeline-header {
    border-bottom-color: #ddd
}

.bg-blue {
    background-color: #03A9F4 !important;
    border-color: #03A9F4 !important;
    color: #fff;
}

/* .error-message{
    border: 1px solid red !important;
} */
.modal {
    background: rgba(0, 0, 0, 0.3)
}

.modal-tutorial {
    background: rgba(0, 0, 0, 0.9)
}

.modal-content {
    border-radius: 0;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    border: 0
}

.footer .copyright,
.footer .terms_conditions,
.footer .privacy_policy {
    padding-right: 25px;
}

.footer .copyright a,
.footer .terms_conditions a,
.footer .privacy_policy a,
.footer .copyright a:hover,
.footer .terms_conditions a:hover,
.footer .privacy_policy a:hover {
    color: #1e88e5;
}

.dashboard_subscription_box .text-size-mini {
    font-size: 10px;
}

.dashboard_subscription_box h2 {
    font-size: 20px;
}

.dashboard_subscription_box p {
    font-size: 12px;
}

.dont_show_me_wrapper span.dont_show_me_section {
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.dont_show_me_wrapper.onboard-text input[type="checkbox"] {
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
    margin-right: 5px;
}

.thumb.content-group {
    overflow: hidden;
    height: 330px;
}

.notification_detail {
    color: #000000;
    -webkit-font-smoothing: antialiased;
}



.modal-header {
    border-bottom-color: #f4f4f4
}

.modal-footer {
    border-top-color: #f4f4f4
}

/* .modal-primary .modal-header,.modal-primary .modal-footer{
      border-color:#307095
  }
  .modal-warning .modal-header,.modal-warning .modal-footer{
      border-color:#c87f0a
  }
  .modal-info .modal-header,.modal-info .modal-footer{
      border-color:#0097bc
  }
  .modal-success .modal-header,.modal-success .modal-footer{
      border-color:#00733e
  }
  .modal-danger .modal-header,.modal-danger .modal-footer{
      border-color:#c23321
  }
  .bg-red-active, .modal-danger .modal-header, .modal-danger .modal-footer {
      background-color: #d33724 !important;
  }
  .bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
      background-color: #dd4b39 !important;
  }
  .bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .label-danger, .label-info, .label-warning, .label-primary, .label-success, .modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer, .modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer, .modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer, .modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer, .modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer {
      color: #fff !important;
  }*/
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-header .close {
    position: absolute;
    right: 20px;
    top: 35% !important;
    margin-top: 0;
}

.close {
    /* float: right; */
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    /* filter: alpha(opacity=20);
      opacity: .2; */
}

.remove_chapter {
    font-size: 16px;
    font-weight: bold;
    line-height: 0;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    float: right;
}

.remove_chapter_for_training {
    font-size: 16px;
    font-weight: bold;
    line-height: 0;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    float: right;
}

.remove_course {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    margin-left: 2rem;
}

button.close {
    cursor: pointer;
}

.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
    background-color: #357ca5 !important;
}

.modal-primary .modal-header,
.modal-primary .modal-footer {
    border-color: #307095;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.kv-zoom-actions {
    margin-top: -16px;
}
.file-upload-indicator {
    display: none;
}
.file-actions {
    border-top: 0px solid;
}

.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
    background-color: #3c8dbc !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    /* font-weight: bold; */
    /*width: 100%;*/
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #fff;
    min-width: 38px;
    height: 34px;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

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

.modal-header .close {
    margin-top: -2px;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
    background-color: #008d4c !important;
}

.bg-green,
.callout.callout-success,
.label-success,
.modal-success .modal-body {
    background-color: #00a65a !important;
}

/*

  */
button.permission-button {
    background: no-repeat;
    border: none;
    padding: 8px 15px;
    /*margin-left: 10px;*/
}

.permission-button>i {
    margin-right: 12px;
    margin-top: 2px;
    top: 0;
}

.permission-button>a {
    padding: 8px 15px;
    outline: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5384616;
    color: #333333;
    white-space: nowrap;
}


button.delete-permission-button {
    background: no-repeat;
    border: none;
    padding: 8px 15px;
}

.delete-permission-button>i {
    margin-right: 12px;
    margin-top: 2px;
    top: 0;
}

button.dlt-button {
    background: no-repeat;
    border: none;
    padding: 8px 15px;
    /*margin-left: 10px;*/
}

.dlt-button>i {
    margin-right: 12px;
    margin-top: 2px;
    top: 0;
}

.dlt-button>a {
    padding: 8px 15px;
    outline: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5384616;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu>li,
.dropdown-menu>li a {
    font-weight: 500 !important;
    text-transform: none !important;
}

.dropdown-menu>li:hover,
.dropdown-menu>li:focus {
    text-decoration: none;
    color: #333333;
    background-color: #f5f5f5;
}

.w100 {
    width: 100%;
    display: inline-block;
}

/* .select2-selection--multiple .select2-selection__rendered {
      height: 30px !important;
  } */
.problem-detail {
    margin-right: -10px;
    margin-left: -10px;
}


/* .datatable-header > div:first-child, .datatable-footer > div:first-child {
      margin-left: 10px;
  } */
/* .dataTables_length {
      margin: 0px 10px 20px 20px !important;
  } */
.inspection-gallery {
    color: #fff !important;
}

.opera .panel-heading {
    padding: 15px 0px !important;
}

.opera .panel-body {
    padding: 5px !important;
}

.button-top {
    margin-top: 28px;
}

/* .post .user-block {
      margin-bottom: 15px;
  } */
.user-block img {
    width: 40px;
    height: 40px;
    float: left;
}

.img-bordered-sm {
    border: 2px solid #d2d6de;
    padding: 2px;
}

.img-circle {
    border-radius: 50%;
}

.user-block .username {
    font-size: 16px;
    /* font-weight: 600; */
}

.user-block .username,
.user-block .description,
.user-block .comment {
    display: block;
    margin-left: 50px;
}

.user-block .description {
    color: #999;
    font-size: 13px;
}

.pull-left.button-submit {
    margin-left: 15px;
}

.lightBoxGallery {
    text-align: center;
}

.role-form-select .select2-container--disabled .select2-selection--multiple:not([class*=bg-]) {
    background-color: transparent !important;
    color: transparent !important;
}

.role-form-select .select2-selection--multiple:not([class*=bg-]):not([class*=border-]) {
    border-color: transparent !important;
}

/* .error-message {
      border: 1px solid red;
  } */
/* .page-header-default {
      background-color: transparent !important;
  } */
.help-block-error {
    color: #D84315 !important;
    font-size: 12px;
    margin-top: 7px;
    margin-bottom: 7px;
    display: block;

}

/*.bootstrap-duallistbox-container .info-container .info {
      display: none !important;
  }*/

.intl-tel-input {
    width: 100%;
}

/* .navigation li>a>.fa {
      width: 20px !important;
  } */
a.arrow>i {
    color: black;
}

@media (min-width: 769px) {
    .sidebar-separate {
        width: 220px;
    }

    .has-detached-right .sidebar-separate {
        width: 260px;
    }
}

@media (min-width: 769px) {
    .has-detached-left .container-detached {
        float: right;
        margin-left: -230px;
        width: 100%;
    }
}

@media (min-width: 769px) {
    .has-detached-left .content-detached {
        margin-left: 240px;
    }
}

/* .switchery {
      background-color: red !important;
  } */

.intl-tel-input .selected-flag {
    height: 35px !important;
}

.clear_padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.content_panel {
    padding: 0 20px 20px 20px;
}

.p10 {
    padding-top: 10px !important;
}

.switch_position {
    position: absolute;
    top: 0;
    right: 0;
}

table.no-footer tr>th:last-child:before,
table.no-footer tr>th:last-child:after {
    display: none;
}

.table-hover>tbody>tr {
    cursor: pointer;
}

table tr>td>a {
    color: #464646;
}

/* table tr>td>a:hover{
      color: #464646;
  } */

.nav-dropdwon .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
    border-color: #37474f !important;
}

/*
  .nav-dropdwon  .select2-selection--single:not([class*=bg-]) {
      background-color: #37474f !important;
      color: #fff !important;
  }*/

/*.nav-dropdwon .select2-selection--single .select2-selection__placeholder {
      color: #fff !important ;
  }*/
th.avatar:before,
th.avatar:after {
    display: none !important;
}

.content-group-sm {
    margin-bottom: 0px !important;
}

.gallery-thumb-item {
    position: absolute;
    top: -15px;
    font-size: 18px;
    color: #fff;
    right: 3px;
    background: #F14A2E;
    border-radius: 50px;
    padding: 6px 8.5px 0;
    box-shadow: 0 0px 14px #fcc6c6;
    width: 30px;
    height: 30px;
}

/*input.filter.form-control {
      display: none !important;
  }*/
.box1.col-md-6 {
    margin-bottom: 20px;
}

i.icon-checkmark-circle {
    position: relative;
    left: 35px;
    top: -18px;
    font-size: 25px !important;
}

/*datatable issue*/
/*.select2-container--open .select2-dropdown--below {
      min-width: 200px !important;
  }*/
.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}

/* The controlsy */
.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 50px;
}

.carousel-control.right {
    right: -12px;
}

/* The indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}

/* The colour of the indicators */
.carousel-indicators li {
    background: #cecece;
}

.carousel-indicators .active {
    background: #428bca;
}

.slider_item {
    padding: 15px;
}

.slider_item a {
    margin-bottom: 10px;
}

.slider_item a img {
    opacity: 0.5;
}

.slider_item>.theme-title {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
}

.slider_item.active {
    position: relative;
}

.slider_item.active::after {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 99;
    content: '\f058';
    font-family: fontAwesome;
    color: #4CAF50 !important;
    font-size: 24px;
    background: #fff;
    line-height: 0.8;
    border-radius: 50%;
}

.slider_item.active>a>img {
    opacity: 1;
}

.selected {
    border: solid 1px red;
    box-shadow: 0px 12px 22px 1px #333;
}

#datatable .selected {
    box-shadow: none;
}


td.details-control {
    background: url('https://cdn.rawgit.com/DataTables/DataTables/6c7ada53ebc228ea9bc28b1b216e793b1825d188/examples/resources/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('https://cdn.rawgit.com/DataTables/DataTables/6c7ada53ebc228ea9bc28b1b216e793b1825d188/examples/resources/details_close.png') no-repeat center center;
}

table.user-table tbody tr {
    background: transparent !important;
}

table.user-table tbody tr:hover {
    background: transparent !important;
}

table.user-table tbody td {
    border-bottom: 1px solid #ddd !important;
}

/* table.dataTable tbody td {
      padding: 8px 10px !important;
  } */
table.dataTable.hover tbody .odd:hover,
table.dataTable.display tbody .odd:hover {
    background-color: rgb(246, 246, 246) !important;
}

table.dataTable.hover tbody .even:hover,
table.dataTable.display tbody .even:hover {
    background-color: rgb(246, 246, 246) !important;
}

/* .daterangepicker.opensleft {
      float: left !important;
  }
  .daterangepicker .calendars {
      float: none !important;
  }
  .daterangepicker .ranges, .daterangepicker .calendar {
      float: none !important;
  }
  .calendar {
      float: left !important;
  } */

.daterangepicker .calendar.left {
    float: left !important;
}

.daterangepicker .calendar.right {
    float: left !important;
}

/*.datatable-scroll-wrap {
      overflow: inherit !important;
  }
  #DataTables_Table_0 .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
      bottom:auto !important;
      top:100% !important;
  }*/

.open>.menu-single-line {
    display: flex;
}

.preview-top {
    height: 20px;
}

.preview-top .nav * {
    padding: 0 !important;
}

.sidebar-preview {
    display: inline-block;
}

/* table.datatable-button-html5-tab tbody td{
      padding: 12px 22px !important;
  } */

/* table.small_padding tbody td{
      padding: 10px 5px !important;
  } */

.fab-menu-btn.btn-float {
    padding: 20px !important;
}

a.fab-menu-btn.btn.bg-slate.btn-float.btn-rounded.btn-icon {
    padding: 20px !important;
    margin-top: -2px;
}

.wspace span {
    white-space: normal;
}

.daterangepicker.opensleft .ranges,
.daterangepicker.opensright .ranges,
.daterangepicker.opensleft .calendar,
.daterangepicker.opensright .calendar,
.daterangepicker.opensleft .calendars,
.daterangepicker.opensright .calendars {
    float: left;
}

.property-title {
    padding: 25px 0;
}

.property-title h2 {
    font-size: 26px;
    font-weight: 300;
}

.property-list .panel-body {
    padding: 17px;
}

.property-list li {
    box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
}

.property-list li:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

.logbook_summary {
    margin-left: 70px;
}

.error-room .select-sm.select2-selection--single {
    height: 36px;
}

@media(max-width: 1279px) {
    .logbook_summary {
        margin-left: 0px;
    }

    .timeline {
        height: auto !important;
    }
}

@media(max-width: 768px) {

    .dataTables_info,
    .dataTables_paginate,
    .dataTables_filter,
    .DTTT_container,
    .ColVis {
        float: left !important;
    }

    .dataTables_length {
        float: right !important;
    }

    .panel .visible-elements {
        padding-top: 20px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .dataTables_info,
    .dataTables_paginate,
    .dataTables_filter,
    .DTTT_container,
    .ColVis {
        float: none !important;
    }

    .dataTables_length {
        float: none !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 413px) {
    .file-caption-name {
        width: 190px !important;
    }
}

@media screen and (min-width:568px) and (max-width:767px) {
    .select-sm.select2-selection--single {
        width: 311px;
    }
}

@media screen and (max-width:767px) {
    .cronjob-mainTitle {
      display: inline-block !important;
    }
}

@media screen and (max-width: 769px) {
    .form-group.nav-dropdwon .form-control-feedback {
    top: 11px;
    left: 20px;
    }
}

/* @media screen and (min-width:414px) and (max-width:567px){
      .select-sm.select2-selection--single {
          width:261px;
      }
  }
  @media screen and (min-width:375px) and (max-width:413px){
      .select-sm.select2-selection--single {
          width:221px;
      }
  } */
/* @media screen and (min-width:320px) and (max-width:374px) {
    .select-sm.select2-selection--single {
        width: 161px;
    }

    .dataTables_filter>label:after {
        margin-top: 6px !important;
        right: 32px !important;
        transform: translateY(50%);
    }
} */

/* li.dropup .dropdown-menu{
      position: absolute !important;
      top: 50%;
      bottom: auto;
  } */

/*.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{
      bottom:auto;
  }
  .datatable-scroll-wrap {
      overflow-x:inherit !important;
  }*/
button#remove0 {
    display: none !important;
}

.padding-20 {
    margin-bottom: 10px;
}

.stylish-input-group .input-group-addon {
    background: white !important;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
}

.glyphicon {
    font-size: 13px !important;
    top: 2px !important;
    /* color: #ddd !important; */
}

.category_tags_selected_remove i.icon-cross3 {
    position: absolute;
    top: 5px;
    right: 6px;
}

tr.solution-tag {
    cursor: pointer;
}

.filer-plan {
    padding-bottom: 10px
}

table.table.table-striped {
    margin-bottom: 15px;
}

.switch_position_guest {
    position: absolute;
    top: 25px;
    right: 50px;
}

#example .timepicker-hour,
#example .timepicker-minute {
    text-align: center;
    display: block;
}

.navbar-brand>img {
    margin-top: -8px !important;
    height: 35px !important;
}

.more-opetion {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.admin_log_bok_manager_log_bok_summary_page .more-opetion {
    margin-bottom: 0;
}


.more-opetion .panel-heading {
    padding: 5px 10px;
    border-color: transparent;
}

.more-opetion .heading-elements{
    height: 10px !important;
    margin-top: -16px !important;
}

.more-footer {
    border-top: 0;
    margin-left: 5px;
    margin-right: 5px;
    background-color: transparent !important;
}

.date-picker-body {
    padding: 0px 20px;

}

.panel-sidebar {
    height: 428px;
    overflow-y: scroll;
}

.panel-sidebar-content {
    height: 600px;
    overflow-y: scroll;
}

.dml-chart-data {
    font-size: 18px;
}

.input-width {
    width: 100% !important;
}

#example .table-condensed {
    margin: 0 auto;
}

/* #example .glyphicon-time:before {
    color: #26A69A;
}

#example .glyphicon-time:hover:before,
#example .glyphicon-calendar:hover:before {
    color: #26A69A;
} */

.btn-custom {
    background: transparent;
    border: 1px solid #ccc;
    color: #999;
}

/**guest sms**/
.guest_details .media-list-linked .media-link {
    padding: 10px 20px !important;
}

.guest_details .media-left,
.media-right1,
.media-body {
    vertical-align: bottom;
}

.font-12 {
    font-size: 12px !important;
}

.guest_details .media-body h6 {
    font-size: 15px;
}

.guest_details .media-left i {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    min-width: 1em;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    -webkit-font-smoothing: antialiased;
}

.guest_details .media-left,
.guest_details .media>.pull-left {
    padding-right: 10px;
}

.guest_details .media-left .btn-group-xs>.btn,
.guest_details .media-left .btn-xs {
    width: 34px;
    height: 34px;
    padding: 7px;
}

.guest_details .media-list-bordered>li {
    border-top: none !important;
    border-bottom: 1px solid #eeeeee !important;
}

@media (min-width: 320px) {
    .nav-pills>li+li>a {
        margin-top: 0;
        margin-left: 0px !important;
        padding: 8px 6px 6px 6px;
        /* width: 60px; */
    }
}

.nav-pills li {
    border: 1px solid #ddd !important;
}

.nav-pills>li>a {
    border-radius: 0 !important;
    padding: 8px 10px 6px 10px !important;
}

.error-message {
    color: rgba(255, 0, 0, 0.8);
    font-weight: 500;
}

.error-message .select2-selection,
.error-message textarea,
.error-message .form-control,
.error-message .input-group-addon {
    border: 1px solid rgba(255, 0, 0, 0.5) !important;
}

.status-btn .btn+.btn,
.status-btn .btn+.status-btn,
.status-btn .status-btn+.btn,
.status-btn .status-btn+.status-btn {
    margin-left: 0 !important;
}


/* .select2-selection--multiple .select2-selection__choice .positionnot-match {
      background:rgba(255,0,0,0.7) !important;
  }

  .select2-selection--multiple .select2-selection__choice .positionmatch {
      background:#92CD00!important;
  } */

li.select2-selection__choice.positionnot-match {
    background-color: #ff0000;
}

li.select2-selection__choice.positionmatch {
    background-color: #00ff00;
}

/**Logbook scorecard**/
.table-statistic th {
    padding: 10px 5px !important;
    font-weight: bold;
}


.table-statistic-grm th {
    padding: 10px 5px !important;
}

.dataTable thead .sorting::before,
.dataTable thead .sorting::after {
    color: #ffffff;
    right: 5px;
}

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


.logbook_entry ul {
    padding-left: 0;
}

.logbook_entry ul li {
    list-style: none;
    width: auto;
}

.logbook_entry i {
    /* padding-right: 7px; */
    font-size: 15px;
}

/* lightbox css start here */
/* .demonstrations {
      float: left; clear: both; width: 100%; margin-bottom: 18px;
  } */
.demonstrations a {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 0 5px 0 0;
    cursor: pointer;
    position: relative;
    padding: 2px;
    border: 1px solid #ccc;
    vertical-align: top;
}

.solution_demostrat a {
    display: inline-block;
    cursor: pointer;
    width: 19%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

@media only screen and (min-width:1400px) {
    .solution_demostrat a {
        width: 19%;
    }
}

.solution_demostrat a img {
    float: left;
    width: 100%;
    /* height: 140px !important; */
}

.demonstrations a img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.demonstrations .rightmost {
    margin-right: 0;
}

.gallery-thumb-more-images {
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    z-index: 4;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    /*top: 50%;
      transform: translateY(-50%);*/
    vertical-align: middle;
}

.gallery-thumb-more-images span {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 100%;
    text-align: center;
    left: 0;
}

/*.gallery-thumb-more-images:before {
      content: '+';
      display: block;
      color: #fff;
      text-align: center;
      font-size: 14px;
      line-height: normal;
  }*/
/*.gallery-thumb-more-images-text {
      font-size: 14px;
      font-weight: 400;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%);
      width: 100%;
  }*/

.fab-menu {
    margin-left: 15px !important;
}

/* .heading-elements span {
      padding: 5px;
      background: #f5f5f5;
  } */

ul.filter-card li {
    list-style: none;
    padding: 0px;
    display: inline-block;
}
.poststay_summary_filter ul.filter-card li {
    width: 100%;
}
.detail-summery i {
    /* padding-right: 7px; */
    font-size: 15px;
}


/* .select2-dropdown li {
      white-space: pre-line;
  } */

img.book_nation {
    padding-right: 3px;
}

.guest_request_container {
    min-height: 655px;
}

/*Guest Request*/
.guest-requests {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    margin: 0;
}

.guest-requests .media-left {
    text-align: center;
}

.request_status {
    width: 35px;
    height: 35px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    padding-top: 7px;
}

.new-request {
    background-color: #2bb80b;
}

.delayed-request {
    background-color: #d8be0e;
}

.resolved-request {
    background-color: #13a8ed;
}

.cancelled-request {
    background-color: #d8be0e;
}

.guest-requests .media-left h5 {
    font-size: 13px;
    margin: 5px 0;
    color: #1e88e5;
    font-weight: 600;
    width: 100%;
    display: inline-block;
}

.guest-requests .media-left h4 {
    font-size: 13px;
    margin: 0;
    color: #19191a;
    width: 100%;
    display: inline-block;
}

.guest-requests .media-body {
    vertical-align: top;
}

.guest-requests .media-body p {
    max-height: 40px;
    word-break: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
}

.guest-requests .request-time {
    font-size: 12px;
    color: #676565;
    vertical-align: bottom;
}

.room-select .select2-container {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table;
    table-layout: fixed;
}

.thumbnail {
    background-color: #d2d6de !important;
    /* border: none !important; */
}

.has-detached-right .thumbnail {
    background-color: #ffffff !important;
    /* border: none !important; */
}

.sidebar-separate .thumbnail {
    background-color: #fff !important;
}

.clear-padding {
    padding-left: 0;
    padding-right: 0;
}


.navigation-alt li a>I {
    width: 20px !important;
    text-align: left !important;
}

.select2-search {
    width: 100% !important;
    display: inline-block !important;
}

.select2-search__field {
    width: 100% !important;
    display: inline-block !important;
    margin-left: 0 !important;
    /*padding-left: 7px !important;*/
}


.echarts-tooltip .zr-element {
    font-size: 11px !important;
}

.video-container {
    height: 120px !important;
    width: 150px;
    margin: 0 5px 0 0;
    display: inline-block;
    padding: 0;
}

.video-container iframe {
    width: 150px;
    height: 120px;
    display: inline-block;
}

.textArea {
    height: 215px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #d2d6de;
    background-color: #eee;
    opacity: 1;
    min-height: 215px;
}


.cus_padding>tbody>tr>td {
    padding: 12px 10px;
}

.overflow-visible {
    overflow: visible;
}

/*Light Box*/
.lightboxcontainer {
    width: 100%;
    text-align: left;
}

.lightboxleft {
    width: 40%;
    float: left;
}

.lightboxright {
    width: 60%;
    float: left;
}

.lightboxright iframe {
    min-height: 390px;
}

.divtext {
    margin: 36px;
}

@media (max-width:768px) {
    .overflow-visible {
        overflow: auto !important;
    }
}

@media (max-width: 800px) {
    .lightboxleft {
        width: 100%;
    }

    .lightboxright {
        width: 100%;
    }

    .divtext {
        margin: 12px;
    }
}

.mr-25 {
    margin-right: 25px;
}

/* .icons-list>li{
        background: #fff;
    } */


.btn-danger {
    background-color: #e84033 !important;
    color: #fff !important;
}

.btn-success {
    background-color: #48a64c !important;
    color: #fff !important;
}

.btn-info {
    background-color: #00b2c9 !important;
    color: #fff !important;
}


/*.filter-block{
         width: auto;
         display: inline-block;
         margin: 0 auto;
     }*/

.filter-block h6 {
    width: auto;
    display: inline-block;
    float: left;
    margin: 7px 10px 0 0;
}

.filter-block ul {
    display: inline-block;
}


.select2-search--dropdown:after {
    display: none;
}

.select_wrap {
    word-wrap: break-word !important;
    text-overflow: ellipse !important;
    white-space: nowrap !important;
    overflow: hidden;
}


.select2-container .select_wrap.select2-selection--single .select2-selection__rendered {
    word-wrap: break-word;
    text-overflow: ellipse;
    overflow: hidden;
    white-space: normal !important;
    width: 100%;
    line-height: 1.8;
}

/* .pills-blue>a{
     background-color:#2196f3;
     color:#fff;
   } */

.panel_close {
    background: #f44336;
    padding-top: 2px;
    color: #fff;
    border-radius: 84px;
    width: 18px;
    height: 18px;
    text-align: center;
    cursor: pointer;
}

.grm_panel_close{
    background: #f44336;
    color: #fff !important;
    border-radius: 84px;
    text-align: center;
    cursor: pointer;
    float: right;
    padding: 1px 4px;
    line-height: normal;
    font-size: 14px;
    margin-top: 4px;
}

/* .heading-btn{
       margin-bottom: 30px;
   } */

@media only screen and (min-width:1200px) {
    .clear_padding_lg {
        padding-left: 0;
        padding-right: 0;
    }

    .nav-pills>li>a {
        padding: 8px 6px 6px 6px !important;
    }
}

.fixed_img {
    /* max-height: 165px;
       min-height: 165px; */
    overflow: hidden;
    width: 100%;
}

/* .fixed_img img{
       width: 100%;
       max-height: 165px;
       min-height: 165px;
   } */

.mb20 {
    margin-bottom: 20px;
}

.in-block {
    display: inline-block;
}

.mb0 {
    margin-bottom: 0;
    padding: 5px;
}

.add-hotel-gallery-btn center {
    margin: 28px 0;
}

.username>a {
    color: #166dba;
    text-decoration: none;
    font-weight: initial;
}

.search_btn {
    margin-top: 10px;
    padding: 5px 15px;
    float: right;
    border: 0;
    border-radius: 3px;
}

.custom-red {
    background-color: #e84033 !important;
    color: #fff !important;
}

.img-view {
    width: 24%;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    display: inline-block;
}

.footer-solution {
    padding: 5px 25px;
    border-top: 1px solid #ddd;
}

.footer-solution p>a {
    color: #166dba;
    text-decoration: none;
    font-weight: initial;
}

.footer-solution p {
    margin-top: 10px;
    font-style: italic;
    font-size: 11px;
}

ul.sidebar_tags li {
    width: auto;
    display: inline-block;
    margin: 0 5px 5px 0;
}

ul.sidebar_tags li a {
    background-color: #455a64;
    color: #fff;
    display: inline-block;
    width: auto;
    padding: 5px 10px;
    border-radius: 3px;
    /* margin-bottom: 5px; */
    transition: 0.3s;
}

ul.sidebar_tags .close_icon {
    margin-left: 5px;
    font-size: 14px;
    opacity: 0.7;
}

.dashboard_gallery img {
    width: 23%;
    margin: 3px 3px 0 0;
}

.lv_caption {
    font-size: 15px !important;
}

.filter_tag.active a {
    background-color: #42a5f5;
    padding: 7px 12px;
}

.tag_collabrate.active a {
    background-color: #42a5f5;
    padding: 7px 12px;
}

.acolor {
    color: #166dba;
    text-decoration: none;
}

.kv-file-upload {
    color: #fff !important;
    visibility: hidden !important;
}

.not-code-dropdown .intl-tel-input,
.not-code-dropdown .selected-flag {
    display: none !important;
    visibility: hidden !important;
}

.not-found p {
    color: #5E5E5E;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-top: 20px;
    margin-left: 50px;
}

.not-found {
    margin-top: 150px;
}

.caption textarea {
    width: 100%;
    resize: none;
    border-color: #d2d6de;
    padding: 7px 10px;
    border-radius: 3px;
}

.ptb5 {
    padding: 5px 0px !important;
}

.bdr-btm {
    margin-bottom: 10px;
    position: relative;
}


.bdr-btm:after {
    position: absolute;
    content: "";
    width: 90%;
    height: 1px;
    background: #d2d6de;
    bottom: 0;
    left: 5%;
}

tr.is_reported {
    background-color: #FFFF66 !important;
}

#gallery_id_filter {
    display: none !important;
}

.error-report {
    border: 1px solid rgba(255, 0, 0, 0.5) !important;
}

.report_background {
    background-color: #fff3e0 !important;
}




/*.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid red;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }

  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }*/

/*Loder*/
/*.loading {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0,0,0,.5);
      z-index: 123456;
  }
  .loading-wheel {
      width: 20px;
      height: 20px;
      margin-top: -40px;
      margin-left: -40px;

      position: absolute;
      top: 50%;
      left: 50%;

      border-width: 30px;
      border-radius: 50%;
      -webkit-animation: spin 1s linear infinite;
  }
  .style-2 .loading-wheel {
      border-style: double;
      border-color: #ccc transparent;
  }
  @-webkit-keyframes spin {
      0% {
          -webkit-transform: rotate(0);
      }
      100% {
          -webkit-transform: rotate(-360deg);
      }
  }*/
/*loder ebd*/

/*new loader*/

.loading {
    position: fixed;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
}

/*.loading{
      display: none;
      text-align: center;
  }*/
#loader {
    /*position: absolute;*/
    /*z-index: 1;*/
    margin: -60px 0 0 -60px;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 1;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

/*new loader end*/

ul.post_ul {
    display: flex;
    list-style-type: none;
    padding: 0;
}

.post_ul li>a {
    padding: 5px;
}

.daterangepicker {
    z-index: 99999 !important;
}


.solution_report {
    margin-top: 15px !important;
}

.custom-ul>li>a {
    position: relative;
    display: block;
    padding: 9px 15px;
    color: #888 !important;
    border: 1px solid transparent !important;
}

.custom-ul>li.active>a,
.custom-ul>li.active>a:hover,
.custom-ul>li.active>a:focus {
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-top: 2px solid #2196F3 !important;
    border-bottom: 2px solid #fff !important;
    cursor: default !important;
    margin-bottom: -1px;
    color: #333 !important;
}

.custom-ul {
    border-bottom: 1px solid #ddd !important;
    margin-bottom: 20px !important;
    padding-left: 0 !important;
    list-style: none !important;
}

.custom-ul>li {
    display: inline-block !important;
}

.custom-dropdown {
    left: 0px !important;
}

.custom-border-top {
    border-top-color: #37474F;
}

.scorecard-filter {
    padding: 0px 15px;
}

.scorecard-filter p {
    width: auto;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.scorecard-filter ul {
    padding: -1;
}

.clear_padding_sm {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width:1200px) {
    .scorecard-filter p {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .clear_padding_sm {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.solutiongallery_image {
    width: 25px;
    margin-right: 10px;
}

.module_perm li {
    display: inline-block;
    padding: 0 15px 0 15px;
    margin: 0 5px 10px 5px;
    background: red;
    border-radius: 3.2px;
    color: #fff;
}

ul.module_perm {
    list-style-type: none;
}

/*.equal{
      background: green !important;
  }
  .not-equal{
      background: orange !important;
  }
  .notset{
      background: red !important;
  }*/
.module_permission {
    border: 1px solid #666;
    width: auto;
    margin: 5px;
    display: inline-block;
}

.module_permission h4 {
    color: #fff;
    font-size: 15px;
    text-align: center;
    background-color: #556e7d;
    padding: 3px 10px;
    margin: 0;
}

.module_permission ul {
    list-style: none;
    padding-left: 0;
    margin: 5px 0;
    text-align: center;
}

.module_permission ul li {
    display: inline-block;
    color: #333;
    font-size: 10px;
    padding: 0px 5px;
    margin: 0 auto;
    text-align: center;
}

.module_permission ul li h5 {
    font-size: 12px;
    margin: 0;
}

.module_permission ul li i {
    font-size: 10px;
}

.module_permission ul li i.green {
    color: green;
}

.module_permission ul li i.red {
    color: red;
}

/*.rotate-image img {
      transform-origin: top left;
      -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
  }
  .rotate-image img.rotate90 {
      transform: rotate(90deg) translateY(-100%);
      -webkit-transform: rotate(90deg) translateY(-100%);
      -ms-transform: rotate(90deg) translateY(-100%);
  }
  .rotate-image img.rotate180 {
      transform: rotate(180deg) translate(-100%,-100%);
      -webkit-transform: rotate(180deg) translate(-100%,-100%);
      -ms-transform: rotate(180deg) translateX(-100%,-100%);
  }
  .rotate-image img.rotate270 {
      transform: rotate(270deg) translateX(-100%);
      -webkit-transform: rotate(270deg) translateX(-100%);
      -ms-transform: rotate(270deg) translateX(-100%);
  }*/

.add_more_plan {
    text-align: center;
    padding-top: 10px;
}

.add_more_plan1 {
    text-align: center;
    padding: 1px;
}

a.add_more_atag i {
    font-size: 20px;
    color: #394851;
}

.add_more_atag {
    display: inline-block;
}

a.remove_plan i {
    font-size: 20px;
    color: #394851;
}

.btn_plan_promocode {
    margin-right: 15px;
}

/*PROPERTY DETAIL*/
/*General CSS*/
:root {
    --dark-gray: #999999;
    --light-gray: #bbc1cc;
    --gray: #5d687a;
    --light-bg: #f6f4f6;
}

select:focus,
option:focus,
select::-moz-focus-inner,
option::-moz-focus-inner {
    outline: 0 !important;
}

/*.pl-10{
      padding-left:10px;
  }*/

.pl-10 {
    padding-left: 10px !important;
}

.pl-20 {
    padding-left: 20px;
}

.pl-50 {
    padding-left: 50px;
}

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

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

.bg-gray {
    background-color: #f5f5f5;
}

.clear_padding {
    padding-left: 0;
    padding-right: 0;
}

ul {
    margin-bottom: 0;
}

/*.row{
      margin-left: -15px;
      margin-right:-15px;
  }*/
.border-top {
    border-top: 1px solid var(--light-gray);
}

/*General CSS Closed*/

/*Order Table*/
.order h3 {
    margin-top: 30px 0 10px 0;
    font-size: 17px;
    color: #1f242e;
    display: inline-block;
    font-weight: normal;
}

.order-table {
    border: 1px solid var(--dark-gray);
}

.order-table ul {
    margin: 0;
}

.order-table ul li {
    border-bottom: 1px solid var(--dark-gray);
    padding: 15px;
}

.order-table .append_addons_li li {
    border-bottom: 1px solid var(--dark-gray) !important;
    padding: 15px !important;
}

.order-table ul li:last-child {
    border-bottom: none;
}

.order-table ul li img {
    width: 60px;
}

.order-table h3 {
    margin: 0;
}

.order-table h3 select {
    font-size: 16px;
    color: var(--dark-gray);
}

.order-table h3 a {
    color: var(--light-gray);
    margin: 0 10px 0 5px;
}

.order-table p {
    font-size: 13px;
    margin: 0 0 0 0;
    color: var(--dark-gray);
}

.order-table h4 {
    font-size: 20px;
    color: var(--gray);
    margin: 0 auto;
    min-width: 100px;
}

.middle-line {
    text-decoration: line-through;
}

.order-table h6 {
    font-size: 15px;
    color: limegreen;
    margin: 0 auto;
    min-width: 140px;
}

/*.order-table h6 {
      font-size: 14px;
      color: limegreen;
      margin: 0px 60px 10px 0px;
      min-width: 140px;
      position: relative;
  }*/

.order-table h6 input[type="text"] {
    width: 50px;
}

.order-table h5 {
    font-size: 16px;
    color: var(--gray);
    margin: 0 auto;
    min-width: 150px;
}

/*.order-table h5 {
      font-size: 16px;
      color: var(--gray);
      margin: 0 45px 5px;
      min-width: 150px;
  }*/

.order-table h4 a,
.order-table h5 a {
    color: var(--light-gray);
    margin-left: 10px;
    font-size: 20px;
}

.media {
    /* margin: 0; */
    position: relative;
    overflow: visible;
}

/*.order-table .media-body span{
      font-size: 16px;
      color:var(--dark-gray)  ;
  }*/

.side-border {
    width: 50px;
    float: left;
    height: 100%;
    position: absolute;
}

.side-border:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -15px;
    border-left: 1px dashed var(--dark-gray);
    width: 1px;
    height: calc(100% + 30px);
}

.side-border:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-top: 1px dashed var(--dark-gray);
    width: 50%;
    height: 1px;
}

.add_button {
    width: auto;
    display: inline-block;
    padding: 5px 20px;
    font-size: 16px;
    color: #fff;
    text-decoration: none !important;
    outline: 0 !important;
    border-radius: 3px;
    margin-top: 15px;
    transition: 0.4s;
    background-image: -moz-linear-gradient(-90deg, rgb(42, 176, 236) 0%, rgb(13, 143, 201) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(42, 176, 236) 0%, rgb(13, 143, 201) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(42, 176, 236) 0%, rgb(13, 143, 201) 100%);
}

.add_button:hover,
.add_button:focus {
    color: #fff;
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.2);
}

/*Order Table Closed*/

/*Customer information*/
.field_box {
    border: 1px solid var(--dark-gray);
    padding: 0 15px;
}

.title {
    background: #3a4852;
    padding: 10px 15px;
    margin: 0 0 20px 0;
}

.title h3 {
    margin: 0;
    color: #fff;
}

.field_box ul li {
    font-size: 16px;
    color: var(--gray);
    margin: 5px 0;
    line-height: 2.2;
    display: inline-block;
    width: 100%;
}

.field_box ul li input {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: var(--gray);
    margin: 0;
    padding: 5px;
    border: 1px solid var(--gray);
    line-height: normal;
}

.field_box ul li select {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: var(--gray);
    margin: 0;
    padding: 5px;
    border: 1px solid var(--gray);
    line-height: normal;
    color: var(--dark-gray);
}

.field_box ul li select:focus,
.field_box ul li input:focus {
    border-color: #03a9f4;
}

/*Payment Method CSS*/
.payment_method {
    background: var(--light-bg);
    padding: 10px;
    margin-bottom: 10px;
}

.payment_method p {
    margin: 0;
}

.payment_method img {
    width: 100%;
}

.payment_method h6 {
    margin: 5px 0;
}

.payment_method a {
    width: auto;
    display: inline-block;
    padding: 5px 20px;
    font-size: 16px;
    color: #fff !important;
    text-decoration: none !important;
    outline: 0 !important;
    border-radius: 3px;
    margin-top: 15px;
    transition: 0.4s;
    background-image: -moz-linear-gradient(-90deg, rgb(42, 176, 236) 0%, rgb(13, 143, 201) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(42, 176, 236) 0%, rgb(13, 143, 201) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(42, 176, 236) 0%, rgb(13, 143, 201) 100%);
}

.payment_method [type="radio"]:checked,
.payment_method [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.payment_method [type="radio"]:checked+label,
.payment_method [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: var(--dark-gray);
    font-size: 20px;
}

.payment_method [type="radio"]:checked+label:before,
.payment_method [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid var(--dark-gray);
    border-radius: 100%;
    background: #fff;
}

.payment_method [type="radio"]:checked+label:after,
.payment_method [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--dark-gray);
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.payment_method [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.payment_method [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*Submit Button CSS*/
.submit_btn {
    border-radius: 3px;
    background-image: -moz-linear-gradient(-90deg, rgb(20, 200, 37) 0%, rgb(8, 153, 22) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(20, 200, 37) 0%, rgb(8, 153, 22) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(20, 200, 37) 0%, rgb(8, 153, 22) 100%);
    width: auto;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-decoration: none !important;
    transition: 0.4s;
    border: none;
}

.submit_btn:hover,
.submit_btn:focus {
    color: #fff;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.additional_note {
    display: inline-block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    resize: none;
    border: 1px solid #000;
    font-size: 13px;
    height: 100px;
    overflow-y: auto;
    background-color: #eee;
}

textarea.additional_note {
    background-color: #fff;
}

.additional_note h6 {
    font-size: 15px;
    margin: 0;
    font-weight: 600;
}

.additional_note p {
    font-size: 13px;
    margin: 0 0 10px 0;
}

table.compact tbody td {
    padding: 6px;
}

.property_disable .select2-selection__choice {
    background: coral !important;
}

.custom-pills>li {
    display: inline-block;
}

.custom-pills>li>a {
    padding: 4px 10px !important;
    color: #333;
    background: #ddd;
    border-radius: 50px;
}

.custom-pills>li.pills_pending.active>a {
    color: #fff;
    background: #00bcd4;
}

.custom-pills>li.pills_enable.active>a {
    color: #fff;
    background: #00a65a;
}

.custom-pills>li.pills_disable.active>a {
    color: #fff;
    background: #f44336;
}

.custom-pills>li.pills_warning.active>a {
    color: #fff;
    background: #ff5722;
}

.custom-pills>li.pills_slate.active>a {
    color: #fff;
    background: #607d8b;
}

.order-table .media-left,
.order-table .media-right,
.order-table .media-body {
    vertical-align: top;
}

.order-table h6 input[type="text"] {
    display: inline-block;
    border: 1px solid #ddd;
    padding-left: 5px;
    padding-right: 5px;
    color: #333;
}

.clr_green {
    color: limegreen !important;
    font-size: 14px !important;
}

.modal-body {
    display: block;
}

.modal-body .order-table ul li {
    cursor: pointer;
}

.bg_shadow {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
}

/* #example_filter {
    display: none !important;
} */

.label_email {
    height: 40px;
    line-height: 35px;
    font-size: 14px;
}

.plan-title-img {
    vertical-align: middle;
}

.plan_img {
    width: 64px;
    height: 64px;
    text-align: center;
    vertical-align: middle;
    /*background: #fff;
      border: 2px solid #fff;*/
    border-radius: 5px;
    margin: 0 auto -48px auto;
}

.plan_img img {
    margin: 0 auto;
    width: 60px;
}

.pricing-table .panel-heading {
    background: #ddd;
}

.pricing-table .panel-body {
    margin-top: 20px;
}

ul.price-months {
    padding-left: 0;
    list-style: none;
}

ul.price-months li {
    display: inline-block;
    border-bottom: 0 !important;
    padding: 0;
}

ul.price-months h1 {
    margin: 0;
    font-size: 38px !important;
}

.plan-dropdown .select2-container {
    margin-bottom: 15px;
}

.expired_plan {
    font-size: 60px;
    color: #ccc;
}

/*Payment Method CSS*/
.payment_method {
    background: var(--light-bg);
    padding: 10px 20px;
    margin-bottom: 10px;

}

.payment_method p {
    margin: 0;
}

.payment_method img {
    width: 100%;

}

.payment_method [type="radio"]:checked,
.payment_method [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.payment_method [type="radio"]:checked+label,
.payment_method [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: var(--dark-gray);
    font-size: 20px;
}

.payment_method [type="radio"]:checked+label:before,
.payment_method [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid var(--dark-gray);
    border-radius: 100%;
    background: #fff;
}

.payment_method [type="radio"]:checked+label:after,
.payment_method [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--dark-gray);
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.payment_method [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.payment_method [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.payment_method ul li {
    margin-bottom: 10px;
}

.payment_method input {
    display: inline-block;
    font-size: 16px;
    color: var(--gray);
    margin: 0;
    padding: 5px;
    border: 1px solid var(--gray);
    line-height: normal;
}

.thank-you span i {
    color: #0fad00;
    font-size: 90px;
}

.py-3 {
    padding: 30px 0;
}


.py-2 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.mid_border {
    width: 100%;
    display: inline-block;
    height: 1px;
    border-bottom: 1px dashed #ccc;
    margin: 20px 0 10px 0;
}



.reminder_box {
    border: 1px solid #ccc;
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.reminder_box p {
    margin: 0;
}

.error_display {
    display: none !important;
}


.promocode {
    display: inline-block;
    font-size: 16px;
    color: var(--gray);
    margin: 0;
    padding: 8px 5px;
    border: 1px solid var(--gray);
    line-height: normal;
}

.promo_result.promo_expired {
    /*width: 100%;*/
    display: none;
    text-align: right;
    color: red;
    font-size: 14px;
    /*margin-top: 10px;*/
}

.promo_result.promo_success {
    /*width: 100%;*/
    display: none;
    text-align: right;
    color: green;
    font-size: 14px;
    /*margin-top: 10px;*/
}

.promo_result.promo_enter {
    /*width: 100%;*/
    display: none;
    text-align: right;
    color: red;
    font-size: 14px;
    /*margin-top: 10px;*/
}

.system-setting .select2-selection__rendered {
    padding-left: 36px !important;
}

.select-plan-wrapper .select2-selection__rendered {
    padding-left: 36px !important;
}

.property-layout .select2-selection__rendered {
    padding-left: 36px !important;
}

.userLayout .select2-selection__rendered {
    padding-left: 36px !important;
}

.system-setting .nav-dropdown .select2-selection__rendered {
    padding-left: 0px !important;
}

.system-setting .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding-left: 0px !important;
}

.addons-main .select2-selection__rendered,
.plan-main .select2-selection__rendered {
    padding-left: 36px !important;
}

#select2-country_id-container {
    padding-left: 10px !important;
}
.system-setting #select2-country_id-container {
    padding-left: 36px !important;
}

#select2-profile_country_id-container{
    padding-left: 36px !important;
}


#select2-country_name_id-container {
    padding-left: 35px !important;
}

#select2-select-theme-container {
    padding-left: 36px !important;
}


#select2-hotelchain-container {
    padding-left: 36px !important;
}

#select2-hotelbrand-container {
    padding-left: 36px !important;
}

#select2-currency_id-container {
    padding-left: 36px !important;
}

#select2-timezone_id-container {
    padding-left: 36px !important;
}

/*.no-icon .select2-selection__rendered{
      padding-left: 10px !important;
  }*/


/*.select2-selection--single .select2-selection__rendered, .select2-search__field{
      padding-left:31px !important;
  }*/

/*.select2-selection--single .select2-selection__rendered{
      padding-left:31px;
  }*/
.select-sm.select2-selection--single {
    font-size: inherit;
    line-height: inherit;
}

.property_logo {
    max-width: 260px;
    width: auto;
}

img.property_logo {
    max-width: 220px
}

.property_name h6 {
    font-size: 15px !important;
    font-family: Roboto-Regular, sans-serif;
}

.user-activity-timeline {
    width: 100%;
    display: inline-block;
}

.timeline-icon {
    text-align: center;
}

.timeline-icon span {
    margin-top: 10px;
    display: inline-block;
}

/* Notification Toggle Switch CSS */
.notification-switch h4 {
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.notification-switch span {
    font-size: 13px;
    color: #ccc;
}

/* .notification-switch .switchery {
      background-color: transparent !important;
  } */
/*Notifiction margin botton on main-nav-bar*/
.notification-buttom-margin {
    margin-bottom: 15px;
}

.chain_background {
    padding: 8px 10px;
}

.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: 8px 10px;
}

.table.compact>tbody>tr>td,
.table.compact>tfoot>tr>td,
.table.compact>thead>tr>td {
    padding: 0px 10px;
}

.dailyactivity_table>tbody>tr>td,
.dailyactivity_table>tbody>tr>th,
.dailyactivity_table>tfoot>tr>td,
.dailyactivity_table>tfoot>tr>th,
.dailyactivity_table>thead>tr>td,
.dailyactivity_table>thead>tr>th {
    padding: 6px 10px;
}

.bpn_logo_gallery_solution,
.hotel_logo_gallery_solution {
    padding: 0px 20px 10px 20px;
}

.bpn_logo_gallery_solution img,
.hotel_logo_gallery_solution img {
    max-height: 50px;
    max-width: 100%;
}

.filter-body {
    width: 100%;
    display: inline-block;
    padding: 15px 15px 5px 15px;
}

/* Custom Radio Button Start*/
.radiotextsty {
    color: #333;
    font-size: 13px;
    position: relative;
    top: -3px;
}

.customradio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.customradio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #1e88e5;
}

/* On mouse-over, add a grey background color */
.customradio:hover input~.checkmark {
    background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked~.checkmark {
    background-color: white;
    border: 1px solid #1e88e5;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1e88e5;
}

/* Custom Radio Button End*/

.select_size {
    width: 200px;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: inline-block;
}

.ab td {
    vertical-align: top;
}

.pl-36>span:first-child {
    padding-left: 36px !important;
}

.pl-36>.select2-selection__rendered {
    width: 180px !important;
    text-overflow: ellipsis;
}

.hotel_detail {
    display: inline-block;
    width: 100%;
}

.hotel_detail h3 {
    display: inline-block;
    width: auto;
    margin: 0 0 0 10px;
}

.hotel_detail h2 {
    margin: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.mt-20 {
    margin-top: 20px;
}

.download_document {
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    color: #2e2e2e;
}

.download_document i {
    font-size: 50px;
    color: red;
}

.thumb-slide .caption {
    bottom: 0;
    border-radius: 50%;
    opacity: 0;
}

.thumb-slide:hover .caption {
    opacity: 1;
}

.p-15 {
    padding: 15px;
}

.avtar_upload {
    position: relative;
    width: 100%;
    display: inline-block;
    background: #607d8b;
    color: #fff;
    padding: 6px 10px;
    font-size: 16px;
    overflow: hidden;
    text-align: center;
}

.avtar_upload input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.online_font {
    font-size: 13px !important;
}

/*.btn:focus{
      transform: scale(1.1);
  }*/
.record_small {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
}

.panel-group-control.panel-group-control-right .panel-title>a {
    padding-right: 0px;
}

.panel-title .subtitle {
    font-size: 10px;
    margin-bottom: 0px;
}

.panel-group-control.panel-group-control-right .panel-title>a:nth-child(2) {
    color: #0000EE;
}

.panel-group-control.panel-group-control-right .panel-title>a:nth-child(2):before {
    display: none;
}

.my-2 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.mb-20 {
    margin-bottom: 20px;
}

.tab-content>.sub_tab-pane.avtive,
.tab-content>.active {
    display: block !important;
}

.tab-content>.sub_tab-pane {
    display: none;
}


.email-insert {
    width: 100%;
}

/*Subscription Details*/
.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.subscription_box {
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}

.subscription_box h3 {
    background-color: #1972F5;
    padding: 5px 10px;
    width: 100%;
    display: inline-block;
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.plan_image {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.plan_image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    margin: 0 auto;
}

.subscription_box ul li {
    text-align: left;
    margin: 5px 0;
    font-size: 13px;
}

.subscription_box ul li a i {
    font-size: 80px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}

.subscription_box ul li a {
    font-size: 13px;
    display: inline-block;
    margin: 0 auto;
}

.text-center {
    text-align: center !important;
}

/*.key_figures {
      border-right: 3px solid #00bcd4;
  }
  .key_figures.no-border {
      border-right: 0px !important;
  }*/

.key_figures p {
    font-size: 12px;
}

.green {
    color: #1ABB9C;
}

.red {
    color: #E74C3C;
}

.extra-height .btn-float {
    padding: 24px !important;
}

/*changelog*/

.border-left-info {
    border-left-width: 3px;
}

.online_user_section .media-right {
    vertical-align: middle;
}

.clear-padding-desktop {
    padding-left: 0px;
    padding-right: 0px;

}

.all_notification {
    display: inline-block;
}

.notification_desc {
    color: #333;
}

.custom_alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    /*display: inline-block;*/
}

.custom_alert .close {
    margin-left: 10px;
}

.promo_success {
    display: none;
}

.promo_expired {
    display: none;
}

.promo_enter {
    display: none;
}

.promo_remove {
    display: none;
}

.cancle_promo {
    color: red;
    cursor: pointer;
    display: none;
}

.cancle_promo:hover {
    color: red;
}

.remove_code {
    border: transparent;
    background-color: transparent;
}

.btn-setup-style button div p {
    margin-bottom: 0px;
    font-size: 15px;
}

.btn-setup-style button div .icon-arrow-right14 {
    height: 43px;
    line-height: 43px
}

.btn-setup-style button {
    white-space: normal;
}

.cancle_sub {
    float: right;
}

#week label {
    padding-right: 15px;
}

.response-red.active {
    background-color: red !important;
}
.response-green.active {
    background-color: green !important;
}
.response-orange.active {
    background-color: orange !important;
}
.response-red.active i, 
.response-green.active i,
.response-orange.active i,
.response-red.active p, 
.response-green.active p,
.response-orange.active p {
    color: #fff;
}
#details_modal .btn.review {
    padding: 10px 0px;
    min-width: 80px;
}
.review p {
    margin-bottom: 0;
}

.cus-icon-select .select2-selection--single .select2-selection__rendered {
    left: 25px;
    position: absolute;
}

.response_btn .btn {
    background-color: transparent;
}

.courtesycall_model {
    margin: auto;
    width: 50%;
    padding: 10px;
}

/* .courtesy.table>tbody>tr>td,
.courtesy.table>tbody>tr>th,
.courtesy.table>tfoot>tr>td,
.courtesy.table>tfoot>tr>th,
.courtesy.table>thead>tr>td,
.courtesy.table>thead>tr>th {
    padding: 7px 10px;
} */

.courtesy .media-left .badge {
    position: absolute;
    /* top: 10px; */
    right: 10px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    background-color: #cc9025;
    color: #fff;
    padding: 0;
}

.courtesy ul.media-list .media-left a {
    width: 34px;
    vertical-align: text-top;
    height: 34px;
    font-size: 18px;
    position: relative;
}

/* .courtesy .media-left,
.courtesy .media>.pull-left {
    padding-right: 10px;
} */

.courtesy_tooltip {
    padding-left: 10px;
}

.courtesy_tooltip .popover {
    width: 270px !important;
}

.courtesy_user .popover {
    width: 150px !important;
}

.courtesy td p {
    margin-bottom: 0;
}

.type-date-filters {
    padding: 20px 20px 0 20px;
}

/* Daily Report CSS */
.brand_logo {
    padding-top: 10px;
    padding-bottom: 10px;
}

.daily-activity-report .table-striped>tbody>tr:nth-of-type(2n+1),
.daily-activity-report td.active {
    background-color: #e0e0e0 !important;
}

.daily-activity-report .table.table.table-striped {
    margin: 0;
}

.daily-activity-report td,
.daily-activity-report th {
    padding: 6px 10px;
}

.daily-activity-report thead,
.daily-activity-report h3 {
    background: #ffca28;
}

/*.bg-light {
    background: #ffca2860 !important;
}*/


.daily-activity-report th,
.daily-activity-report td strong {
    font-weight: bold;
    font-size: 15px;
}

.daily-activity-report h3 {
    font-size: 18px;
    margin: 0;
    padding: 6px 0;
    border-bottom: 1px solid #ddd;
}

/* .layout-fixed {
    table-layout: fixed;
} */

/* FEEDBACK FORM CSS */
.bg-color {
    background-color: #9d8958;
}

.feedback_form {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url('../images/bg-design.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.feedback_form .select2-selection--single {
    border-radius: 22px;
    border-width: 0px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .15);
}

.hotel-logo img {
    margin-top: 40px;
    margin-bottom: 40px;
}

.hotel-logo h2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 32px;
    color: #fff;
    margin: 0 0 80px 0;
    -webkit-font-smoothing: antialiased;
}

.hotel-detail {
    padding: 0 20px;
}

.hotel_image {
    margin-top: -80px;
    border-radius: 30px;
    overflow: hidden;
    border: 5px solid #fff;
    margin-bottom: 30px;
}

.hotel-detail h3 {
    color: #8e731b;
    font-size: 23px;
    margin: 0 0 20px 0;
}

.hotel-detail p {
    color: #6d6d6d;
    margin: 0 0 15px 0;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

.hotel-detail .panel {
    /* padding: 40px 20px 20px; */
    padding-top: 20px;
    border-radius: 30px;
    margin-bottom: 40px;
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.2);
}

.hotel-detail .panel button {
    background-color: #8e731b;
    width: 98px;
    /* margin: 0 20px; */
    color: #fff;
    padding: 10px;
}

.hotel-detail .control-label {
    padding: 0 10px !important;
}

.hotel-detail .input-rounded {
    border-radius: 100px;
}

.hotel-detail .panel textarea {
    resize: none;
    border-radius: 30px;
}

.hotel-detail .panel a {
    color: #8e731b;
}

.hotel-footer {
    padding: 80px 0 20px 0;
    margin-top: -110px;
}

.hotel-footer p {
    color: #fff;
    margin: 0 0 15px 0;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

.buttonload {
    cursor: wait;
    /* background-color: #4CAF50; Green background */
    /* border: none; Remove borders */
    /* color: white; White text */
    /* padding: 12px 16px; Some padding */
    /* font-size: 16px Set a font size */
}

.hotel-brand .file-caption-name {
    display: inline-block;
    overflow: hidden;
    /* word-break: break-all; */
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 125px;
}

.cus-select2-box .select2-selection--multiple .select2-selection__rendered {
    white-space: normal;
}

#download_qr {
    margin-bottom: 25px;
}

.generate {
    /* padding: 2px 6px; */
    width: 100%;
}

/* FEEDBACK FORM CUSTOM ENTRIES */
.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.custom_entries .nav-item.active a,
.custom_entries .nav-item.active a:focus,
.custom_entries .nav-item.active a:hover {
    border: 0;
    background: #ffca28;
}

.custom_entries .nav-item {
    background: #e0e0e0;
}

.custom_entries h3 {
    background: #ffca28;
    font-size: 18px;
    margin: 0;
    padding: 6px 0;
    border-bottom: 1px solid #ddd;
}

.custom_entries thead {
    background: #ffca28;
}

.custom_entries button {
    margin-right: 10px;
}

.custom_entries .tab-next {
    margin-right: 10px;
}

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

.div_tooltip {
    white-space: nowrap;
}

.user_status {
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    margin-bottom: 10px;
    right: 20px;
    /* top : 5px; */
}

.user_status_list {
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: relative;
    margin-bottom: 10px;
    right: 11px;
}

.fileUpload .file-caption-name {
    width: 170px;
}
.file-caption-name {
    /* width: 220px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.disabledhtml {
    pointer-events: none;
    opacity: 0.8;
}

.go_spin {
    display: none;
}

table#datatable tbody tr:nth-child(even):hover td {
    background-color: #f8f8f8 !important;
}

table#datatable tbody tr:nth-child(odd):hover td {
    background-color: #f8f8f8 !important;
}

.icons-list .dropup,
.icons-list .dropdown {
    position: static !important;
}

.icons-list .dropup .dropdown-menu,
.icons-list .dropdown .dropdown-menu {
    top: auto;
    bottom: auto;
    height: auto;

}

.popover {
    width: 350px !important;
    max-width: none !important;
    word-wrap: break-word !important;
}

.popover-content {
    word-wrap: break-word !important;
}

.label-orange {
    background-color: orange !important;
}

.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.list-feed>li {
    padding-bottom: 12px;
}

.guest_details .btn-icon.btn-xs,
.guest_details .input-group-xs>.input-group-btn>.btn.btn-icon {
    width: 34px;
    height: 34px;
    padding: 5px !important;
}

.guest_details .media-left,
.guest_details .media>.pull-left {
    padding-right: 10px !important;
}

.summary_status .select2.select2-container .select2-selection__rendered {
    padding-right: 11px;
    padding-left: 34px;
}

.summary_status .form-control-feedback {
    left: 0;
}

.radio-position {
    position: absolute;
    top: 20px;
    right: 20px;
}

.label-warning_noresponse {
    background-color: #f0ad4e;
}

.myteam {
    margin-bottom: 10px;
    padding: 10px;
}

.legend_text li {
    display: inline-block;
    margin: 10px 10px 10px 10px;
}

.post_options.nav-pills li a {
    padding: 10px 15px !important;
}

.post_options.nav-pills li {
    border-radius: 3px;
    margin-right: 10px;
    display: inline-block;
    width: auto;
}

.nav.navbar-nav.navbar-right .select2-selection--single:not([class*=bg-]) {
    padding-left: 20px;
}

.nav.navbar-nav.navbar-right .select2-selection__rendered {
    padding-left: 20px !important;
}

.users-filter .select2-selection__rendered {
    padding-left: 36px !important;
}

.disabled-select {
    background-color: #d5d5d5;
    opacity: 0.5;
    border-radius: 3px;
    cursor: not-allowed;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

select[readonly].select2-hidden-accessible+.select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible+.select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible+.select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible+.select2-container .select2-selection__clear {
    display: none;
}

/*.select2-selection--single .select2-selection__rendered{
    padding-left:36px;
  }*/

#select2-chain_id-container {
    padding-left: 10px;
}

#select2-brand_id-container {
    padding-left: 10px;
}

#select2-manualtitle-container {
    padding-left: 36px;
}

#select2-mbr_type2-container {
    padding-left: 36px;
}

#select2-mbr_level2-container {
    padding-left: 36px;
}

/* #select2-department_id-container {
    padding-left: 10px;
} */

.lang_img.dropdown-menu>li a {
    display: flex;
    align-items: center;
}

.word_break {
    word-break: break-word;
}

.bg-bpn-primary {
    background-color: #2196f3;
    border-color: #2196f3;
    color: #fff;

}

.w-auto {
    width: auto !important;
}

.grm_file_input .file-caption-name {
    width: auto !important;
}

.grm_file_input .file-drop-zone {
    min-height: 235px !important;
}

.table.small-padding tr td {
    padding: 6px 10px;
}

.w-100 {
    width: 100%;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.notification_date_below_icon {
    margin-top: 8px;
    display: block;
    text-align: center;
    font-size: 0.8em;
}

.custom_hide {
    display: none;
}


.tr_disabled {
    pointer-events: none;
}

/*.onboard-modal .slick-track {
    background-color: #cccccc;
}*/

.onboard-modal .slick-track .slick-slide .onboard-slide {
    padding-bottom: 40px;
    /* background-color: #cccccc; */
}

.onboard-modal .slick-track .slick-slide .onboard-slide {
    padding: 0;
}

.onboard-modal .slick-track .slick-slide#slick-slide00 .onboard-slide {
    padding: 0;
    margin-bottom: 0;
    display: block !important;

}

/* .onboard-modal .slick-track .slick-slide#slick-slide00 .onboard-slide .row.d-flex {
    height: 504px;
} */

/*.onboard-modal .slick-track .slick-slide .onboard-slide .d-flex {
    background-color: #cccccc;
}*/
.onboard-modal .modal-dialog .slick-next,
.onboard-modal .modal-dialog .slick-prev,
.onboard-modal .modal-dialog .slick-dots {
    bottom: -34px;
    z-index: 999999;
}

.onboard-modal .slick-next.slick-disabled,
.onboard-modal .slick-prev.slick-disabled {
    display: none !important;
}

.onboard-modal .modal-dialog .close_modal {
    bottom: 10px;
    z-index: 999999;
    right: 25px;
    position: absolute;
    font-size: inherit;
    color: inherit;
    opacity: inherit;
    text-shadow: none;
    font-weight: normal;
    line-height: normal;
    display: none;
    border: 1px solid;
    padding: 6px 15px;
}

.onboard-modal .modal-dialog .close_modal_tutorial {
    bottom: 10px;
    z-index: 999999;
    right: 25px;
    position: absolute;
    font-size: inherit;
    color: inherit;
    opacity: inherit;
    text-shadow: none;
    font-weight: normal;
    line-height: normal;
    display: none;
    border: 1px solid;
    padding: 6px 15px;
}
/* .onboard-modal .modal-dialog .close_modal:before {
    content: "\e986";
    right: -20px;
} */

.onboard-modal .modal-dialog .slick-next {
    right: 40px;
}

.onboard-modal .modal-dialog .slick-prev {
    left: 40px;
}

.height-505 {
    min-height: 505px
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.slide_logo {
    text-align: left;
    padding: 5px 0;
    /* border-bottom: 1px solid; */
}

.slide_logo img {
    max-width: 130px;
    margin: 0 15px;
}

.onboard-modal .slick-track .slick-slide#slick-slide00 .onboard-slide .onboard-title {
    padding-top: 40px;
}

.onboard-modal .slick-track .slick-slide#slick-slide00 .onboard-slide .onboard-text {
    margin-bottom: 20px;
}

.footer_part {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    background-color: #cccccc;
    z-index: 999999;
    height: 50px;
    /* border-top: 1px solid; */
}

.parent .chunk {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    /* border-bottom: 1px solid black; */
}

.w50 {
    width: 50%;
    float: left;
}

.w50.external_guest {
    float: right;
}

.w50.external_guest .checkbox {
    margin-left: 10px;
}

.fa.fs16 {
    font-size: 16px;
}

#myCarousel img {
    max-width: 100%;
}

@media (max-width:767px) {
    .parent .chunk {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .hotel-detail .panel button {
      width: 49%;
      margin: 0;
  }
}

@media (min-width:768px) {
    .first_slide_right_content {
        padding-left: 15px;
        padding-right: 10px;
    }
}

@media (max-width:1599px) {

    .addalignbtn,
    .btn-hskp-device {
        margin-top: 2px;
        margin-bottom: 2px;

    }
}

.modal-backdrop {
    background-color: #fbfbfb00;
}

@media only screen and (min-width:1025px) and (max-width:1500px) {

    #exterior_filter,
    #exterior_filter>label,
    #exterior_filter input {
        width: 100%;
    }

    .hotel_locations #exterior_filter>label:after {
        top: auto;
        bottom: 11px;
    }
}

@media only screen and (max-width:420px) {
    #exterior_filter input {
        width: 100%;
    }

    .hotel_locations #exterior_filter>label:after {
        top: auto;
        bottom: 11px;
    }
}

@media only screen and (min-width:1025px) and (max-width:1500px) {

    #back_of_house_filter,
    #back_of_house_filter>label,
    #back_of_house_filter input {
        width: 100%;
    }

    .hotel_locations #back_of_house_filter>label:after {
        top: auto;
        bottom: 11px;
    }
}

@media only screen and (max-width:420px) {
    #back_of_house_filter input {
        width: 100%;
    }

    .hotel_locations #back_of_house_filter>label:after {
        top: auto;
        bottom: 11px;
    }
}

@media only screen and (min-width:1025px) and (max-width:1500px) {

    #front_of_house_filter,
    #front_of_house_filter>label,
    #front_of_house_filter input {
        width: 100%;
    }

    .hotel_locations #front_of_house_filter>label:after {
        top: auto;
        bottom: 11px;
    }
}

@media only screen and (max-width:420px) {
    #front_of_house_filter input {
        width: 100%;
    }

    .hotel_locations #front_of_house_filter>label:after {
        top: auto;
        bottom: 11px;
    }
}

/* .has-detached-left.pace-done.sidebar-xs ul.custom-filter-cards {
    width: 65%;
} */

ul.custom-filter-cards {
    width: 100%;
}

pre[class*=language-]>code[data-language]:before {
    display: none;
}

/* .file-uploader-custom .file-caption-name{
    width: auto;
}
.file-uploader-custom .input-group{
    width:100%;
    display: inline-block;
}
.file-uploader-custom .form-control, .file-uploader-custom .input-group-btn{
    width: auto;
    display: inline-block;
} */
@media (min-width:768px) {
    .modal-content {
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125)
    }

    .dashboard_subscription_box {
        border-right: 3px solid #00bcd4;
        margin-bottom: 20px;
        min-height: 85px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .dashboard_subscription_box:nth-child(even) {
        border-right: 0px solid #00bcd4;
    }
}

@media (min-width:992px) {
    .dashboard_subscription_box {
        border-right: 3px solid #00bcd4;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .dashboard_subscription_box:nth-child(3n+0) {
        border-right: 0px solid #00bcd4;
    }
}

@media (min-width:1200px) {
    .dashboard_subscription_box:nth-child(6n+0) {
        border-right: 0px solid #00bcd4;
    }
}

@media (max-width:767px) {
    .page-header-default {
        margin-bottom: 15px;
    }

    .content {
        padding: 0 15px 70px 15px;
    }

    .footer .terms_conditions {
        display: inline-block;
    }

    .panel-heading,
    .panel-body {
        padding: 15px;
    }

    .panel-flat>.panel-heading {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .breadcrumb-line ol.breadcrumb {
        margin-right: 0px;
    }

    .breadcrumb-elements-toggle {
        display: none;
    }

    .adminDashboard_page ol.breadcrumb {
        float: left;
    }

    .page-header .page-header-content .page-title {
        padding: 10px 36px 10px 0;
    }

    .poststay_widget .nav-tabs {
        border: 0px solid transparent;
        padding: 0px;
    }

    .poststay_widget .nav-tabs:before {
        display: none;
    }

    .poststay_widget .tab-content {
        padding: 20px;
    }

    .admin_log_bok_manager_logbook_create_page .nav-pills>li {
        float: left;
    }

    .admin_log_bok_manager_log_bok_summary_page .date-picker-body1 {
        padding: 10px;
    }

    .admin_log_bok_manager_log_bok_summary_page .dml_filte {
        margin: 10px 0;
    }

    .admin_log_bok_manager_log_bok_summary_page .lbl_data_filter {
        margin-bottom: 10px;
        display: block;
    }

    .dashboard_subscription_box {
        border-right: 3px solid #00bcd4;
        margin-bottom: 20px;
        min-height: 75px;
    }

    .dashboard_subscription_box:nth-child(even) {
        border-right: 0px solid #00bcd4;
    }

    .ranges {
        position: initial !important;
    }

    .hotel-detail>.panel button {
        width: 100px !important;
        margin: 5px 15px !important;
    }

    .notification_detail {
        clear: both;
        padding-top: 10px;
    }

    .notification_date_below_icon {
        width: 200px;
        margin-left: 5px;
        display: initial;
    }

    .notification_date_below_icon br {
        display: none;
    }
}

.staff_guest_details .panel-title>a {
    width: 100%;
    display: inline-block;
}

.staff_guest_details .panel-title>a:before {
    content: '\e9c5';
}

.staff_guest_details .panel-title>a.collapsed:before {
    content: '\e9c6';
}

@media(min-width:768px) {
    .newreq {
        margin-bottom: 10px;
    }
}


.selectdrop .input-width {
    width: 100%;
    /* display: inline-block; */
}

.selectdrop .input-group-addon {
    width: 36px;
    height: 36px;
    margin: 0;
    /* float: left; */
    padding-top: 10px
}

.selectdrop .select2-container {
    width: calc(100% - 37px) !important;
    float: left;
}

.selectdrop .select-sm.select2-selection--single {
    height: 36px;
    padding: 8px 0;
    width: 100%;
}

.panel-body.panel-no-radius {
    overflow: visible;
}


ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 21px;
    height: auto;
}

ul.timeline:before {
    content: ' ';
    background: #455a64;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
}

ul.timeline>li {
    margin: 20px 0;
    padding-left: 25px;
}

ul.timeline>li a {
    font-size: 13px;
    font-weight: 500;
    color: #455a64;
}

ul.timeline>li:before {
    content: ' ';
    background: #455a64;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    left: 0px;
    top: 0;
    width: 18px;
    height: 18px;
}

ul.timeline>li .media {
    margin: 10px 0 0 0px;
}

ul.timeline>li .media-left {
    padding-right: 10px;
    text-align: center;
}

ul.timeline>li .media-body {
    vertical-align: middle;
}

ul.timeline>li .media-body h4 {
    font-size: 13px;
    font-weight: 600;
    color: #455a64;
}

ul.timeline>li .media-body p {
    font-size: 13px;
    color: #a2a2a2;
    margin: 2px;
}

ul.timeline>li .media-left i {
    color: #455a64;
}

ul.timeline>li .media-left p {
    margin-bottom: 0;
    font-size: 14px;
    color: #455a64;
}

.zoom-image i {
    position: relative;
    margin: 0 5px;
    top: auto;
    left: 0;
}

.training_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}

/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type: none;
    padding: 0;

    -moz-user-select: none;
    -webkit-user-select: none;
}

.rating-stars ul>li.star {
    display: inline-block;

}

/* Idle State of the stars */
.rating-stars ul>li.star>i.fa {
    font-size: 2.5em;
    /* Change the size of the stars */
    color: #ccc;
    /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul>li.star.hover>i.fa {
    color: #FFCC36;
}

/* Selected state of the stars */
.rating-stars ul>li.star.like>i.fa {
    color: #FF912C;
    border: transparent !important;
    box-shadow: none !important;
}

.bg-custome-primary {

    background-color: #2196f3;
    border-color: #2196f3;
    color: #fff;
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    text-align: center !important;
}

.media-body.valign-middle {
    vertical-align: middle;
}

.daterangepicker select.yearselect {
    width: auto !important;

}

/* .floor-manage .table-responsive {
    overflow-x: inherit !important;
} */

.floor-tooltip .tooltip.top {
    min-width: 90px;
}

#icon-logo {
    /* width: 100%; */
    width: auto;
    height: auto;
}

.id_not .popover {
    width: auto !important;
    max-width: none !important;
    word-wrap: break-word !important;
    min-width: 120px;
    text-align: center;
}

.logbook_data_filter .form-group label {
    display: block;
}

.logbook_data_filter button {
    width: 100%;
    text-align: left;
}

/* .dml_filte .form-group span{
visibility: hidden;
} */

span.lbl_data_filter {
    margin-top: 7px;
    display: block;
}

.lightview-box {
    position: relative;
    display: inline-block;
}

.lightview-box .thumbnail {
    border: 0;
    box-shadow: none;
    margin-bottom: 10px;
    background-color: transparent !important;
}

/*.radio .choice,
.radio-inline .choice {
    top: -3px !important;
}*/

.popover {
    width: auto !important;
}

.form-group .form-group:last-child {
    margin-bottom: 20px;
}


/*#reportrange {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }
  a.btn.bg-slate.heading-btn.save {
    border-bottom: 0;
  }
  .res-alignment li.select2-selection__choice {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }
  .res-alignment .select2-containeselect2-container--focus .select2-selection--multiple {
    width: 100%;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .res-alignment .select2-containeselect2-container--focus .select2-selection--multiple {
      width: calc(100% - 52px) !important;
    }
  }*/


  .more-opetion1 .heading-elements{
    height: 10px !important;
    margin-top: -16px !important;
  }
  .more-opetion1 .panel-heading {
    padding: 6px 10px;
    border-color: transparent;
 }


.box {
    /* width: 340px; */
    width: 100%;
    height: 300px;
    position: relative;
    border: 1px solid #BBB;
    background: #EEE;
    /* margin: 20px; */
    display: inline-block;
}

.bestseller:before {
    content: "";
    z-index: -1;
    overflow: hidden;
    transform: rotate(-130deg);
    width: 120px;
    display: block;
    background: #3191de;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 33px;
    right: -15px;
    clip-path: polygon(120px 20px, 90px -10px, 30px -10px, 0px 20px, 10px 30px, 110px 30px);
    height: 20px;
    width: 120px;

}

.bestseller:after {
    content: "featured";
    z-index: 1;
    overflow: hidden;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(50deg);
    width: 120px;
    display: block;
    background: #42A5F5;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 20px;
    right: -30px;
    clip-path: polygon(120px 20px, 90px -10px, 30px -10px, 0px 20px, 10px 30px, 110px 30px)
}

#master_property_locations .dt-buttons{
    margin: 0px;
}

#master_property_locations .select2-selection__rendered{
    padding-left: 20px !important;
}

#master_property_locations .dataTables_length{
    margin: 0px 0px 20px 0px;
}

#master_property_locations .dataTables_filter input{
    width: 180px;
}

.collateral-samples {
	position: absolute;
	left: 20px;
	top: 18px;
}
.collateral-samples .datatable-header {
	text-align: right;
}

@media only screen and (min-width:768px){
    .d_flex{
        display: flex;
    }
}
.h-auto{
    height: auto !important;
}

.h-100{
    height: 100%;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover .summary_filter_pill{
    color: #fff;
    background-color: #607d8b;
}

.role_select option{
    font-weight: normal !important;
}
.bootstrap-duallistbox-container .info {
    font-weight: normal !important;
}

/* NEW SLIDER CODE */
.onboard-title{
    padding:10px 15px;
    background: rgba(255, 255, 255, 0.3);
    margin:10px 0;
}

@media only screen and (min-width:768px){
    .slide_header{
        background: rgb(206, 193, 145);
        padding: 1.5rem 0;
        position: absolute;
        width:100%;
        top:0;
        left: 0;
    }
    .slide_header h2{
        color: #fff;
        margin: 0;
    }
    .slider_pattern_bg{
        background: url('../images/background.png') no-repeat;
        background-size: cover;
    }
    .slide_img{
        position: relative;
        /* top: 50%;
        transform: translateY(-50%); */
    }
    .onboard-text ul li{
        margin-bottom: 10px;
    }
    .slick-slide{
        height: auto !important;
    }
    .slick-track, .slick-initialized .slick-slide{
        /* display: flex !important; */
    }
    .onboard-slide{
        height: 100%;
        display: block !important;
    }
    .d-flex {
        display: flex;
        height: 100%;
    }
    .h-100{
        height:100%;
    }
    .px-0{
        padding-left: 0;
        padding-right: 0;
    }
    .align-items-center{
        align-items: center;
    }
    .mt-65{
        margin-top:65px;
    }
    .modal-dialog.modal-centered{
        top: calc(50% - 25px) !important;
    }
}
/* NEW SLIDER CODE ENDS */

.device_name {
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    /* position: absolute; */
}

@media (min-width: 465px) {
.add_addition_guest{
    float: right;
}
}
.transparent-bg{

    background: transparent;
    padding: 0;
}


/*--------chnage plan-----------------*/
.plan-details.modal {
  text-align: center;
  padding: 0!important;
}
.plan-details.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.plan-details .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.plan-details .modal-content {
  border-radius: 0;
}
.plan-details h4.modal-title {
  font-size: 28px;
  font-weight: 400;
  padding-left: 15px;
  color: #fff;
}
.plan-details .modal-header {
  color: #fff;
  background-color: #37474f;
}
.plan-details .modal-header .close {
  color: #fff;
  opacity: 0.8;
  position: relative;
  top: 10px !important;
}
.plan-details .modal-footer {
  border-top: 0;
  padding: 20px;
}
.plan-details .modal-footer .btn {
  color: #fff;
  border-radius: 0;
  font-weight: 400;
  background-color: #22958a;
}
.plan-details ul {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}
.plan-details ul li {
  display: inline-block;
  vertical-align: top;
}
.plan-details h4 {
    color: #2F2F2F;
    font-weight: 400;
    font-size: 18px;
    margin-top: 2px;
}
.plan-details h2 {
  color: #37474F;
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 25px 0px;
}
.plan-details img {
  width: 32px;
  height: auto;
}
/*--------chnage plan-----------------*/
.courtesy_setting{
    margin: 0px 0px 20px 0px;
    background: white;
}

.qr_check{
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
}
.guest-in .nav-stacked>li+li>a.qr_accordion:after {
    content: '\e9c5';
    position: relative;
    left: 3px;
    top: 3px;
    font-family: icomoon;
    display: inline-block;
    font-size: 16px;
    width: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: none;
}

.traing_caption span{
    top: 0px;
    margin-top: 0px;
    border-radius: 3px;
}

.cus-date span {
    margin-top: 2px;
    display: block;
  }

.assign_room.navbar-nav>li>a{
    padding-top: 8px;
    padding-bottom: 8px;
}
.assign_room.navbar-nav>li>a.dropdown-toggle{
    color: #333;
}
.assign_room.nav>li>a:hover{
    background-color:transparent !important;
}

.room-panel .panel-heading{
    padding: 5px 20px;
}

.card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.unassignedRooms, .unassignedRooms h6{
    color: #333;
    font-size: 14px;
    margin-bottom: 3px;
}

.unassignedRooms a{
    color: #333;
}
.unassignedRooms label{
    margin: 0 10px;
}
.unassigned-card > .card:last-child{
    border-bottom: 0 !important;
}
.unassigned-card .card .card-body{
    padding: 0 0 10px 0;
}
.room-buttons{
    display: inline-block;
    width: 117px;
    /* width: 106px; */
    /* margin: 0 6px 5px 0;
    padding: 5px 8px; */

    padding: 3px;
    margin: 3px 2px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.room-buttons .media, .room-buttons .media .media-body{
    width: auto;
}
.room-buttons p{
    margin-bottom: 0;
    font-size: 13px;
    line-height: 21px;
}
.room-buttons p small{
    font-size: 12px;
    display: inline-block;
}

.pms_status{
    font-size: 10px !important;
    float:right;
}

.cancel-room{
    position:relative;
    /* background: #666;
    border-radius: 3px; */
    /*width:20px;
    height:22px;*/
    width:14px;
    height:14px;
    padding: 0 !important;
}

.cancel-room i{
    position: absolute;
    font-size: 14px;
    color: #000;
    top: 0px;
    /*left:4px;*/
    left: 0px;
}

.edit-routin small{
    text-decoration-line: underline;
}

/* .cancel-room:hover{
    background: #333;
} */

.assigned-card{
    padding: 8px 8px 0 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 71px;
}

.unassigned-card-panel{
    padding: 8px 8px 0 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: auto;
}

.incident_text p span{
    font-family: Roboto-Regular, sans-serif !important;
    font-size: 13px !important;
}

#createform .content{
    border: 1px solid #ddd;
    margin-bottom: 20px;
    margin-top: 10px;
}

#AnyTime--cleaning_time{
    z-index: 999999;
}
#AnyTime--inspection_time{
    z-index: 999999;
}


/*-------------------------*/
.cus-steps h4 {
        margin: 0 0 20px 0;
      }
      .cus-steps .wizard > .content > .body {
        padding: 35px 20px;
      }
      .cus-steps .wizard > .actions {
        padding: 20px;
      }
      .cus-steps .item-section ul {
        list-style: none;
        padding-left: 0;
        margin: 0 0 0px 0;
        text-align: right;
      }
      .cus-steps .item-section ul li {
        padding-right: 10px;
        display: inline-block;
      }
      .cus-steps .item-section ul li:last-child {
        padding-right: 0;
      }
      .cus-steps ul.media-list li {
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
      }
      .cus-steps ul.media-list li > ul.dropdown-menu.dropdown-menu-right li {
        padding-bottom: 0;
        border-bottom: none;
      }
      .cus-steps ul.media-list li:last-child {
        padding-bottom: 0;
       border-bottom: none;
      }
      .cus-steps ul.media-list li:first-child {
        padding-top: 0;
      }
      .cus-steps ul.media-list li > ul.media-list {
        /* border-bottom: 1px solid #ccc; */
        padding: 10px 0 0 50px;
      }
      .cus-steps ul.media-list li > ul.media-list li {
        padding-bottom: 10px;
        /*padding-top: 10px;*/
        border-bottom: 1px solid #ccc;
      }
      .cus-steps ul.media-list li > ul.media-list li.media {
        margin-top: 5px;
      }
      .cus-steps ul.media-list li > ul.media-list li:last-child {
        padding-bottom: 0;
        border-bottom: none;
        /* padding-top: 15px; */
      }
      .cus-steps .datatable-basic td {
        padding: 0;
      }
      .cus-steps ul.media-list .media-left img {
        width: 19px;
        height: 20px;
        top: 4px;
        position: relative;
      }
      .btn-item-section {
        border: none;
        border-radius: 4px;
        background-color: #eee;
        color: #666;
        padding: 7px 12px;
        margin-top: 15px;
        display: inline-block;
      }
      .btn-item-section:hover {
        color: #666;
      }
      .btn-item-section.in-list {
        display: block;
        margin-top: 4px;
        width: 78px;
        height: auto;
        text-align: center;
      }
      .btn-item-section-active {
        border-radius: 4px;
        background-color: #455A64;
        color: #fff;
        padding: 7px 12px;
        margin-top: 15px;
        display: inline-block;
        border: none;
      }
      .btn-item-section-active:hover {
        color: #fff;
      }
      .add-item-box {
        border-radius: 4px;
        border: 1px solid #ccc;
        padding: 15px;
        margin: 15px 0;
      }
/*--------------------*/

button#grm:focus{
    background:#2196f3;
    color: #fff;
}



/*---------------------------*/
ul#list {
    padding: 0px;
}
ul#list li {
    cursor: pointer;
}

/* body.dragging, body.dragging * {
    cursor: move !important;
} */
.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

.placeholder{
    border: 5px solid transparent;
    border-left-color: red;
    margin-top: -5px;
    left: -5px;
    border-right: none;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}

.qr_accordion{
    color: #000;
}

.nav-stacked>li>a:focus, .nav-stacked>li>a:hover
{
    background-color: transparent !important;
}

.min-w-950{
    min-width:950px
}

.has-feedback label~.form-control-feedback.labelintwoline {
    top: 45px;
}

.unassign_room.droppable {
    height: auto;
    min-height: 30px;
}


.assigned-card.droppable {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: auto;
    min-height: 71px;
}

.cronjob-mainTitle {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.cronjob-mainTitle .radio .choice, .cronjob-mainTitle .radio-inline .choice {
    top: 0px !important;
}

.attendant-card{
    border: 1px solid #ccc;
    display: inline-block;
    width: 100%;
}
.attendent_time{
    background: rgb(82, 82, 74);
    color: white;
    padding: 5px 0;
}

.attendent_time h6{
    margin: 0.5rem 0;
    font-size: 15px;
    /* font-weight: bold; */
}

.room-buttons .media-right{
    padding-left: 10px;
}

.ml-2 {
    margin-left: 10px;
}

/*.panel.panel-flat.custom-border-top h6 {
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
}*/

.cus-steps ul.dropdown-menu.dropdown-menu-right li {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    border-bottom: transparent !important;
  }

.surveyForm {
  padding: 0 0 20px 0 !important;
}
.surveyQueAns {
  padding: 0 10px;
}
.surveyForm .mainTitle {
  border-bottom: 1px solid #ccc;
  padding: 10px 20px;
}
.surveyForm .question {
  color: #6d6d6d;
  font-size: 19px;
  margin-bottom: 0;
}
.surveyForm textarea {
  width: 100%;
  border-radius: 6px !important;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-color: #bbb;
}
.surveyForm .rb {
  padding: 6px 0;
}
.surveyForm .rb-tab {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  /* width: 10%; */
}
.surveyForm .rb-tab:last-child {
  margin-right: 0;
}
.surveyForm .rb-txt {
  /* position: absolute; */
  /* left: 9px; */
  /* transform: translate(-50%, -50%); */
  /* top: -20px; */

  font-size: 14px;
  color: #8e731b;
  text-align: center;
  width: 18px;
  display: inline-block;
}
/* .surveyForm .rb-spot {
  position: absolute;
} */
.rb-checkbox {
  width: 18px;
  height: 18px;
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-bottom: 0;
}
.rb-checkbox input {
  opacity: 0;
  width: 100%;
}
.checksign {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid #8e731b;
  border-radius: 50%;
}
.checksign:after {
  content: "";
  position: absolute;
  display: none;
}
.rb-checkbox input:checked ~ .checksign:after {
  display: block;
}
.rb-checkbox .checksign:after {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #8e731b;
}
.poor-great-txt {
    color: #999;
    font-size: 14px;
    position: relative;
    top: -3px;
}

.feedback-survey .nav>li>a {
  padding: 9px !important;
}
/*.feedback-survey .btn.view_question {
  margin-top: -12px;
  background: transparent;
  border: 0;
  color: #000;
  padding: 0 10px 0 0;
}*/
/*.feedback-survey .btn.view_question:hover, .feedback-survey .btn.view_question:focus {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}*/
/* .feedback-survey .panel-body.collapse.in {
  padding: 9px;
} */
#removeRow i {
  margin-top: 14px;
}
.sidebar-xs #removeRow i {
  margin-top: 34px;
}

.outside-guest {
  position: absolute;
  top: -3px;
  right: 15px;
  color: red;
}
.outside-guest input {
  top: 2px;
  position: relative;
}
.outside-guest .checkbox {
    margin-top: 2px !important;
    margin-bottom: 0 !important;
}
.outside-guest .checkbox .checker, .outside-guest .checkbox-inline .checker {
    right: 0;
    left: auto;
}
.outside-guest .checkbox label {
   padding-left: 0 !important;
   padding-right: 28px !important;
}

.device-txt .select2-selection {
    overflow: hidden;
}
.device-txt .select2-selection__rendered {
    white-space: normal !important;
    word-break: break-all !important;
}

.tokenfield .token-input {
    width: 300px !important;
}
/* .txtEmail .token-input {
    min-width: 100% !important;
} */


.GRA-table {
    table-layout: fixed;
}
.panel>.dataTables_wrapper .GRA-table>tbody>tr>td:first-child, .panel>.dataTables_wrapper .GRA-table>tbody>tr>th:first-child, .panel>.dataTables_wrapper .GRA-table>tfoot>tr>td:first-child, .panel>.dataTables_wrapper .GRA-table>tfoot>tr>th:first-child, .panel>.dataTables_wrapper .GRA-table>thead>tr>td:first-child, .panel>.dataTables_wrapper .GRA-table>thead>tr>th:first-child {
    width: 20%;
}
.panel>.dataTables_wrapper .GRA-table>tbody>tr>td:last-child, .panel>.dataTables_wrapper .GRA-table>tbody>tr>th:last-child, .panel>.dataTables_wrapper .GRA-table>tfoot>tr>td:last-child, .panel>.dataTables_wrapper .GRA-table>tfoot>tr>th:last-child, .panel>.dataTables_wrapper .GRA-table>thead>tr>td:last-child, .panel>.dataTables_wrapper .GRA-table>thead>tr>th:last-child {
    width: 8%;
    text-align: center;
}
.GRA-table>tbody>tr {
height: 60px;
}

.post-scorecard>thead>tr>th, .post-scorecard>tbody>tr>td {
    font-size: 13px ;
}

.multiselect-container {
    max-height: 280px;
    overflow-y: auto;
    width: 100%;
}

.hide-show-cross {
    display: none;
}

.draggable .tooltip {
    width:180px;
    font-size: 12px;
}

.draggable .tooltip-inner {
    text-align: left;
}


.level1_device_update .tooltip {
    width:130px;
}

.level2_device_update .tooltip {
    width:130px;
}

.level3_device_update .tooltip {
    width:130px;
}

.floor-manage .table-responsive {
    overflow-x: unset;
}

/* .h6.panel-title, h6.panel-title {
    font-size: 15px;
} */
.popover-content {
    padding: 9px 15px;
}

.panel-unassigned-room{
    /*max-height: 100vh;*/
    max-height: 150vh;
    overflow-y: auto;
}

.heading-sticky{
    position: sticky;
    top: 0;
    z-index: 99;
}

/* .datatable-footer.checklist-footer{
    border-top: none !important;
} */

.checklist_datatable {
    border-bottom: 1px solid #ddd;
}

.cleaning_scorecard_table {
    border: 1px solid #ddd;
}
.cleaning_scorecard_table > thead >tr >th {
    text-align: center;
}

.cleaning_scorecard_table > tbody >tr >td {
    text-align: center;
    padding: 6px 10px;
}

.cleaning_scorecard_table1 > thead >tr >th {
    text-align: center;
}

.cleaning_scorecard_table1 > tbody >tr >td {
    /* text-align: center; */
    padding: 6px 10px;
}

/* chart height reduse */
.chart-height-reduse{
    height: 280px;
    width: 100%;
}

.floor_level1_datatable > tbody > tr > td {
    padding: 6px 10px !important;
}

.floor_level1_datatable > tbody > tr > td:nth-child(3),.floor_level1_datatable > tbody > tr > td:nth-child(4),.floor_level1_datatable > tbody > tr > td:nth-child(5) {
    text-align: center;
}

.floor_level2_datatable > tbody > tr > td {
    padding: 5px 10px !important;
}

.floor_level3_datatable > tbody > tr > td {
    padding: 5px 10px !important;
}

#level1_datatable_wrapper .datatable-header{
    padding : 0 0 0 0 !important;
}

#level2_datatable_wrapper .datatable-header{
    padding : 0 0 0 0 !important;
}

#level3_datatable_wrapper .datatable-header{
    padding : 0 0 0 0 !important;
}

.grm-history-icon {
    width: 55px;
    text-align: center;
    display: inline-block;
}

.export-file {
    position: relative;
    overflow: hidden;
}

.export-file::before {
    content: "\ea13";
    font-family: icomoon!important;
    top: 2px;
    right: 3px;
    position: absolute;
    color: white;
    z-index: 1;
}

.export-file::after {
    content: '';
    position: absolute;
    width: 55px;
    height: 55px;
    background: lightpink;
    top: -27px;
    right: -27px;
    transform: rotate(45deg);
}

input[type="checkbox"]:focus {
    outline: blue solid 2px;
}

.section_supervisor_only, .section_checkbox, .item_checkbox {
    width: 18px;
    height:18px;
}

#tickerDatatable_wrapper {
    /*overflow-y: auto;*/
    height: calc(100% - 54px);
}

@media (min-width: 768px) {
  .dataTables_scrollBody{
    overflow: visible !important;
  }
}

@media print {
   .noPrint {
      display: none;
   }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=time].form-control {
     line-height:20px  !important;
    }
}

.tickertable>thead>tr>th  {
    line-height: 1px;
    padding: 15px;
}
.tickertable>tbody>tr>td{
    padding: 5px !important;
}
.door-svg {
    width: 32px;
    height: auto;
}
#tickerDatatable_wrapper .datatable-header{
    padding: 0 0 0 0;
}

.floor_buttons {
    padding: 5px 10px !important;
    font-size: 10px !important;
}

#level1_datatable>tbody>tr>td {
    padding: 2px 10px !important;
}

#level2_datatable>tbody>tr>td {
    padding: 2px 10px !important;
}


.GRM-panel ul.pull-left {
  padding-left: 0;
}
.GRM-panel ul.filter-card1 {
  margin-bottom: 6px;
}
.GRM-panel ul.filter-card1>li {
  display: inline-block !important;
}
/*@media (min-width: 769px) {
    .modal-dialog {
        width: 650px;
    }
}*/
@media(max-width: 374px) {
  .GRM-panel {
    padding-left: 0;
    padding-right: 0;
  }
  .input-group button i.icon-calendar22.position-left {
    display: none;
  }
}
@media(max-width: 413px) {
  .input-group button span {
    font-size: 12px;
  }
}


.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 7px !important;
}
/* .select-sm.select2-selection--single .select2-selection__rendered {
  padding-left: 16px !important;
} */


.laundry_datatable
{
    table-layout: fixed;
}

.training_course.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.02);
}

table.table.training_course.table-striped {
    margin-bottom: 0;
}

.training_course.table-striped>thead>tr>th {
   font-weight: 600;
}

.training_course.table-striped>tbody>tr>td>a {
    color: #2196f3;
    text-decoration: none;
    background-color: transparent;
}

.edit-comment {
    color: #2196f3;
    text-decoration: none;
    background-color: transparent;
}

.learning_list_img{
    width: 100%  !important;
    height: 300px !important;
    object-fit: cover  !important;
}

.reset_button {
    margin-top: 10px;
    text-align: center;
    /* display: block; */
}
.m-multiselect {
    box-sizing: border-box;
    display: inline-block;
    height: auto;
    overflow: visible;
    z-index: 999;
}

.multiselect.m-multiselect .multiselect__tags {
    border: none;
    padding: 0;
    min-height: auto;
}
.multiselect.m-multiselect .multiselect__tags, .multiselect, .multiselect__input, .multiselect__single {
    font-size: 13px !important;
}
.multiselect__tag, .multiselect__option--highlight, .multiselect__tag-icon:focus, .multiselect__tag-icon:hover, .multiselect__option--highlight:after {
    background-color: #2196F3 !important;
}
.multiselect__clear:after, .multiselect__clear:before {
    height: 12px !important;
    top: 15px !important;
}
.multiselect.m-multiselect .multiselect__tags .multiselect__tag{
    margin-top: 3px;
    margin-bottom: 3px;
}
.multiselect.m-multiselect .multiselect__single,
.m-multiselect .multiselect__placeholder {
    margin-bottom: 0;
}
.multiselect__clear {
    position: absolute;
    right: 10px;
    top:0;
    height: 20px;
    width: 20px;
    display: block;
    cursor: pointer;
    z-index: 2;
}
.checklist-item .input-group {
    width: 100%;
}
.multiselect__select {
    display: none !important;
}

.multiselect__clear:after,
.multiselect__clear:before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 16px;
    background: #aaa;
    top: 12px;
    right: 4px;
}

.multiselect__clear:before {
    transform: rotate(45deg);
}

.multiselect__clear:after {
    transform: rotate(-45deg);
}

.WeekEndS span.select2.select2-container.select2-container--default {
  width: 75% !important;
}

.scorce-badge {
    font-size: 12px !important;
}
#app .fc-popover-header .fc-icon-x:after {
    display: none;
}
.info_output .nav-tabs {
    margin-bottom: 0px;
}

.preview_email_template {
    zoom: 0.9;
    height: 920px;
    overflow-y: scroll;
}
tr[class^="pmm_row_"] td .media-left .item .icon-box {
  min-width: 36px;
  max-width: 36px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  font-size: 20px;
  border-radius: 400px;
  margin-right: 16px;
}
tr[class^="pmm_row_"] td .media-left .item .icon-box:before {
  display: none;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* width: 50%; */
}

#qr_generator_datatable>tbody>tr>td {
    padding: 0px 10px !important;
}

.font-italic {
    font-style: italic !important;
}

.mt-40 {
    margin-top: 40px;
}
.copy {
    position: absolute;
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 2;
    background-color: #fff;
    padding: 7px 10px;
}
.copy:hover {
    background-color: #f1f1f1;
}

.link_prop_table .form-group {
    margin-bottom: 0px;
}

.smtp-poststay .remove-row i {
    margin-top: 12px;
}

@media (min-width: 769px){
    #modal_mini .modal-dialog {
        width: 800  !important;
    }
}

.narrow .select2-container
{
    width: 70% !important;
}

.no-hover {
    pointer-events: none;  /* Disables click */
    cursor: not-allowed;   /* Changes cursor to 'not allowed' */
    color: #a0a0a0 !important;         /* Grey out the text */
    text-decoration: none;  /* Remove underline */
}

/* Remove hover effect specifically for the links with .no-hover class */
.no-hover:hover {
    color: #a0a0a0 !important;  /* Ensure color stays grey on hover */
    text-decoration: none !important;  /* Ensure no underline on hover */
    cursor: not-allowed !important;   /* Keep the not-allowed cursor */
}
/* Capitalize all panel titles */
.panel-title {
    text-transform: capitalize;
}

@media (max-width: 768px) {
    /* Force scrolling on all potential table containers */
    .datatable-scroll, 
    .dataTables_scrollBody, 
    .datatable-scroll-wrap,
    .panel, 
    .panel-flat, 
    .panel-default, 
    .panel-white,
    .table-responsive {
        overflow-x: auto !important;
        display: block !important;
        width: 100% !important;
        -webkit-overflow-scrolling: touch !important;
        position: relative !important;
    }
    
    /* Ensure the table itself doesn't shrink to points that break layout, forcing parent to scroll */
    .table.courtesy, 
    .table.dataTable {
        min-width: 600px !important;
        width: 100% !important;
    }
    
    /* Global layout safety - prevent the whole page from being pushed out */
    .content-wrapper, .content, .page-content {
        overflow-x: hidden !important;
        display: block !important;
        width: 100% !important;
    }
    
    /* Fix for some specific template containers that might have padding/margins pushing things out */
    .container-detached, .content-detached {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        float: none !important;
        width: 100% !important;
    }
}
