/*html, body{*/
/*    height: 100%;*/
/*}*/

body {
    background-image: url("/assets/admin-img/bg-36a84caa.jpg") !important;
    color: #fff !important;
    position: relative;
    font-size: 14px !important;
}

#header {
    display: none;
}

nav.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

#navbarSupportedContent {
    position: fixed;
    right: 0;
}

.bg-color, .bg-color:hover {
    background-color: #caaf76 !important;
    background-image: none !important;
}
.no-shadow {
    text-shadow: none;
}

header img{
    width: 180px;
    height: auto !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#wrapper{
    height: 100%;
}

#container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#container img{
    max-width: 400px;
}

#ctr{
    margin-top: calc(7% + 40px);
    display: flex;
    justify-content: flex-end;
    /*float:  right;*/
    margin-right: 10%;
}

#ctr img{
    max-width: 230px;
    margin-bottom: 15px;
}

.login{
    min-width: 340px;
}

.login-form{
    max-width: 340px !important;
    display: flex;
    flex-direction: column;
    margin-right: 15%;
    padding: 20px;
    background-color: rgba(255,255,255,0.3);
}

.login-text{
    position: absolute;
    bottom: 10px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
}

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

.form-block .inputField input {
    margin-bottom: 3px;
}

.remember-me label {
    padding-right: 4px;
}

.btn {
    margin-bottom: 0.25rem;
}

.btn-primary{
    background-color: #caaf76;
    border: 1px solid #caaf76;
}

.btn-primary.active {
    background-color: #bd9b2d !important;
    border: 1px solid #ffffff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background-color: #caaf76 !important;
    border: 1px solid #caaf76;
    outline: none !important;
}

.error_list{
    display: none;
}

.remember{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 0.25rem;
}
.remember input[type="checkbox"] {
    align-self: center;
    width: unset !important;
}
.remember label {
    align-self: center;
    margin: 0;
}


@media(max-width: 768px){
#ctr{
   display: flex;
   justify-content: center !important;
   margin-right: 0%;
}
}

@media(max-width: 564px){

    #container img{
        max-width: 300px !important;
    }
}

@media(max-height: 564px){
    html, body{
        height: auto !important;
    }

    #ctr{
        display: flex;
        justify-content: center !important;
        margin-right: 0%;
        padding:50px;
    }

    .login-text{
        bottom: 0;
    }


}

@media(max-width: 320px){
    .login-form{
        max-width: 300px !important;
    }


.login{
    min-width: 300px;
}
}

.remember-me{
    float: left;
}
.remember-me .inputcheck{
    margin-left: 10px;
}


.side-menu {
    position: fixed;
    top: 51px;
    left: 225px;
    width: 225px;
    margin-left: -225px !important;
    border: none;
    border-radius: 0;
    overflow-y: auto;
    background-color: #f8f8f8;
    bottom: 0;
    overflow-x: hidden;
    margin-bottom: 0px;
    padding-left: 5px;
    scrollbar-width: thin;
}

.side-menu .panel_contents {
    height: 100%;
    background-color: #f8f8f8;
}

.side-menu .menu_sidebar a {
    width: 100%;
    padding-left: 10px;
}

.side-menu h3 {
    display: none;
    visibility: hidden;
}

.side-menu a {
    width: 220px;
    background-color: #f8f8f8;
    color: #222 !important;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    position: relative;
    display: block;
    text-decoration: none
}

.side-menu a:hover, .dropdown_menu_list li a:hover {
    outline: none;
    background-color: #caaf76 !important;
}

.index-div {
    background-color: rgba(248, 248, 248, 0.2);
    padding: 15px;
    border-radius: 10px;
    margin-right: 15px;
}

.side-menu .panel_contents {
    padding: 0px;
}

.title_bar, .table_tools {
    display: none !important;
}

#dashboard {
    width: calc(100% - 225px);
    float: right;
}

.index_table {
    width: 100%;
    max-width: 100%;
    --bs-table-bg: transparent !important;
    border-spacing: 0;
    border-collapse: collapse;
    --bs-table-color: #fff !important;
    table-layout : fixed;
}

.index_table thead th {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    background: none !important;
    color: #fff;
    border: 0;
    border-bottom: solid 2px #ddd !important;
    vertical-align: top;
    box-shadow: none;
}

.index_table thead th:last-child {
    border: 0;
    border-bottom: solid 2px #ddd !important;
}

.index_table thead th, .index_table thead th a {
    color: #caaf76 !important;
    text-shadow: none;
}

.index_table .col-actions {
    width: 150px;
}

.index_table a {
    text-decoration: none;
    color: #fff;
}

.index_table .col {
    padding-left: 20px;
}

.index_table .col:first-child {
    padding-left: 5px;
}

.index_table .col-id {
    width: 50px;
}

table tr td {
    vertical-align: top;
}

table tr.even td {
    background-color: transparent !important;
}

.bg-standard {
    background-color: rgba(248,248,248,0.2);
    padding: 15px;
    border-radius: 10px;
}

.index_as_table {
    background-color: rgba(248,248,248,0.2) !important;
    padding: 15px !important;
    border-radius: 10px !important;
    margin-bottom: 40px !important;
}

#filters_sidebar_section {
    background-color: transparent;
    border:  none !important;
    box-shadow: none;
    margin-top: 50px;
}

#filters_sidebar_section h3 {
    background-color: transparent;
    background-image: none;
    text-shadow: none;
    border:  none;
    box-shadow: none;
    font-size: xx-large;
    color:  #fff;
    margin-left: 3px;
}

#filters_sidebar_section .panel_contents label {
    color: #fff;
}

#search_status_sidebar_section {
    display: none;
}

#filters_sidebar_section .panel_contents input {
    width: 100%;
    margin-left: 0px;
    border-radius: 4px;
}

#filters_sidebar_section .panel_contents .buttons {
    display: flex;
    flex-direction: row-reverse;
}

#filters_sidebar_section .panel_contents .buttons input, #filters_sidebar_section .panel_contents .buttons a {
    background-color: #caaf76 !important;
    background-image: none;
    color: #000;
    border: #caaf76;
    box-shadow: none;
    text-shadow: none;
    border-radius: 4px;
    text-align: center;
}

#filters_sidebar_section .panel_contents .buttons input {
    margin-right: 0px;
    width: 50%;
}

.custom_actions li, .base_actions li {
    background-color: #caaf76;
    border: #caaf76;
    padding: 2px 4px;
    margin-bottom: 4px;
    border-radius: 4px;
    text-align:  center;
}

.custom_actions a, .base_actions a {
    color: #000;
}

li.delete {
    background-color: #d9534f;
    border-color: #d43f3a;
}

li.delete:hover {
    background-color: #c9302c;
    border-color: #ac2925;
}
li.delete:hover a {
    color: #fff;
}

.panel {
    background-color: transparent !important;
    background-image: none !important;
    text-shadow: none !important;
    border:  none !important;
    box-shadow: none !important;
}

.form {
    background-color: rgba(248,248,248,0.2) !important;
    padding: 15px !important;
    border-radius: 10px !important;
    margin-bottom: 40px !important;
    max-width: 700px;
    margin-top: 50px;
}

.form legend {
    display:  none;
}

.form ol li {
    display: flex;
    flex-direction: column;
}

.form li input {
    width: 100%;
    max-width: 500px;
}

.form label {
    color: #fff;
    white-space: nowrap;
}

a.dropdown_menu_button {
    padding-left: 0px !important;
}

#main-content {
    margin-left: 15rem;
    margin-top: 4rem;
}

.content-with-filter {
    width: 80%;
}

#gms-filter {
    width: 15%;
    position: fixed;
    top: 120px;
    right: 10px;
}

#smo-debugger-form, #gob-hotel-form {
    width: 25rem;
}

#smo-id, #gob-hotel-name, #custom-host {
    width: 100%;
}

.btn.btn-success {
    text-shadow: none;
    background-image: none;
}

.dropdown-menu.show {
  left: -75px;
}

.btn.btn-primary {
    background-image: none !important;
    text-shadow: none;
}

ul.my-actions li {
    float: left;
    margin-right: 10px;
    margin-bottom: 4px;
}

ul.my-actions {
 list-style: none;
}

ul.index-actions li {
    float: left;
    margin-right: 10px;
    margin-bottom: 4px;
}

.btn-primary, .btn-success {
    background-color: #caaf76 !important;
    border: 1px solid #caaf76 !important;
    color: #000 !important;
    text-decoration: none !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.btn-success:hover, .btn-success:focus, .btn-success:active{
    background-color: #caaf76 !important;
    border: 1px solid #caaf76 !important;
    outline: none !important;
}

.btn-danger{
    text-decoration: none !important;
    color: #fff !important;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.download_links {
    margin-left: 230px;
}

.action.input_action input{
    background-color: #caaf76 !important;
    background-image: none !important;
    border: 1px solid #caaf76;
    color: #000 !important;
    text-decoration: none !important;
    width: auto;
    margin-left: 0px;
    border-radius: 4px;
    font-weight: normal !important;
}

.form ul {
    display: flex;
    flex-direction: row;
    margin-inline: 15px;
}

.form ul li {
    margin-right: 10px;
}

.index_table .col img{
    max-width: 300px;
    width: 150px !important;
}

.payment_table th, .booking_table th {
    width: 20%;
}

.payment_table td, .payment_table th {
    border: 1px solid #fff;
    padding: 15px;
    word-wrap: break-word;
}

.resource_id_link {
    color: #caaf76 !important;
}

.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list {
    border: none;
    box-shadow: none;
}

.dropdown_menu_list{
    background-color: #f8f8f8;
}

.dropdown_menu .dropdown_menu_nipple {
    display: none;
}

.dropdown_menu .dropdown_menu_list_wrapper {
    position: initial;
    padding: 2px;
    box-shadow: none;
    border: none;
    background-image: none;
    background-color: white;
    border-radius: initial;
}

.dropdown_menu .dropdown_menu_button {
    border-radius: initial;
    font-weight: normal;
    background-color: #f8f8f8;
    background-image: none;
    box-shadow: none;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
}

.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a {
    font-weight: normal;
    padding: 15px;
    text-align: initial;
}

h3 {
    color: white;
}

fieldset.inputs.has_many_fields {
    background: none !important;
    box-shadow: none !important;
}

fieldset.well.inputs.has_many_fields {
    background-color: #7a7a7a !important;
    max-width: 500px;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

fieldset.trans.inputs.has_many_fields {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.booking_table {
    border-top: 2px solid;
}

.sortable-choice {
    display: flex;
}

.sortable-choice ul{
    display: flex;
    flex-direction: column;
    color: black;
    width: 300px;
    padding: 0;
    margin: 0;
    background: #f7f7f7;
    margin-right: 10px;
    min-height: 50px;
    max-height: 300px;
    overflow: auto;
    border-radius: 5px;
}
.sortable-choice ul li{
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 5px 20px;
    list-style: none;
    background: #eee;
}
.clear{
    clear: both;
}

#active_admin_content{
    margin-top: 50px;
}

.flashes {
    position: absolute;
    top: 50px;
    left: 250px;
}

form.hotelhotel_booking_option .inputs {
    background-color: transparent;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.hotel_booking_option_inline_form li:first-child {
    padding: 0;
    float: left;
    width: 70%;
}

.hotel_booking_option_inline_form li:last-child {
    padding: 5px 0 0 10px;
    float: left;
}

.booking_option_multilang_opt li {
    padding: 0 !important;
    width: auto !important;
    clear: both !important;
}

.formtastic.hotelhotel_booking_option input, .formtastic.hotelhotel_booking_option select {
    width: 80%;
}

form fieldset > ol > li.boolean label {
    width: 5% !important;
    padding-left: 0 !important;
}

.show-image-info {
    padding: 0.3em;
    position: absolute;
    right: 0;
    bottom: 15px;
}

div.image-info-pop-up {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 200px;
    padding: 10px;
    background: #caaf76;
    color: #000000;
    border: 1px solid #1a1a1a;
    font-size: 90%;
    z-index: 10000;
}

div.image-info-pop-up p {
    font-weight: bold;
    white-space: break-spaces;
}

.a-check, .a-uncheck {
    color: #caaf76 !important;
}

div.check-boxes {
    display: inline-block;
}

#staff-image {
    width: 20vw;
    margin-left: 20px;
}

.menu-entry .dropdown_menu i.bi-caret-down-fill{
    font-size: 12px;
}

.menu-entry a.active {
    background-color: #caaf76;
}

.pagy-bootstrap .pagination a.page-link {
    background-color: #f8f8f8;
    border: 1px solid #FFFFFF;
    color: #000;
}

.pagy-bootstrap .pagination .page-item.active a.page-link,
.pagy-bootstrap .pagination .page-item a.page-link:hover {
    background-color: #caaf76;
}

.cke_notifications_area {
    display:none;
}

