:root{
    --blue: #25a9e0;
    --gray: #58595b;
}

html body a{
    color: var(--blue);
}

.btn-info,.btn-info:hover{
    background-color: var(--blue)!important;
    border-color: var(--blue)!important;
}

img{
    max-width: 100%;
}

/*.header-navbar .navbar-header .navbar-brand .brand-logo{
    width: 240px;
}*/

.header-navbar .navbar-header .navbar-brand .brand-logo {
    /* width: 130px;
    margin-top: -16px;
    margin-left: 40px;

    filter: invert(80%);
    -webkit-filter: invert(80%);
    */
    width: 100%;
    margin-top: 0;
    margin-left: 15px;
    filter: invert(80%);
    -webkit-filter: invert(80%);
    max-width: 85%;
}

.btn-outline-info{
    border-color: var(--blue);
    color: var(--blue);
}

.btn-outline-info:hover{
    background-color: var(--blue);
    color: #fff;
}

.btn + .btn{
    margin-left: 10px;
}

#tabs{
    border-bottom: 1px solid rgba(40, 44, 42, 0.1);
}

#tabs .nav-item .nav-link{
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
}

.tab-content{
    padding: 15px 0;
}

table{
    width: 100%;
}

#notifications{
    position: fixed;
    right: 0;
    top: 70px;
    z-index: 1000;
}

#notifications .alert{
    display: inline-block;
}

#notifications .alert button{
    margin-left: 15px;
}

.file-upload{
    margin: 10px 0;
}

.amenity-icon{
    max-width: 50px;
}

.checkbox .amenity-icon{
    margin-left: 5px;
    max-width: 30px;
}

.content-body{
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

#pl_gallery{
    margin-bottom: 15px;
}

.gallery-image{
    max-width: 200px;
}

.gallery-image img{
    width: 100%;
    margin-bottom: 10px;
}

.login-alert{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

label{
    font-weight: bold;
}

.checkbox label, .radio label{
    font-weight: normal;
}

.gallery{
    height: 300px;
    border: 4px dashed var(--blue);
}

.table-element{
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.table-cell{
    display: table-cell;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.gallery .table-element{
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
}



.delete-image{
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 3;
    font-size: 20px;
}

.table td{
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

#datatable{
    max-width: 100%!important;
}

#notifications p{
    margin-bottom: 0;
}

#notifications .close{
    position: absolute;
    top: 10px;
    right: 10px;
}

#notifications .alert{
    padding-right: 30px;
}


.booking-card{
    box-shadow: 3px 3px 3px rgba(0,0,0,.3);
    border-radius: 0;
    padding: 13px;
    border: 2px solid transparent;
}

.booking-card:hover{
    border-color: var(--blue);
}

.half{
    float: left;
    width: 50%;
    padding: 0 7px;
}

.booking-card .card-img-top{
    display: block;
    width: 100%;
    max-width: 150px;
    margin: auto;
}

.booking-card .card-title{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
}

.booking-card .half{
    font-size: 12px;
}

.booking-card .half span{
    font-size: 16px;
    font-weight: bold;
}

.booking-card hr{
    clear: both;
}

.booking-card .card-text{
    clear: both;
    font-size: 14px;
}

.booking-card .card-text span{
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
}

.booking-card.cancelled{
    background-color: #ddd;
}

.booking-card .half input{
    display: none;
}

.booking-card .save-edit,.booking-card .cancel-edit,.booking-card .save-name-edit,.booking-card .cancel-name-edit{
    display: none;
}

.table td{
    padding: 4px 2px;
    font-size: 12px;
}

body.vertical-layout.vertical-menu.menu-expanded .content:not(.navbar-container){
    overflow: auto;
}

.select2-container{
    max-width: 100%;
}

.edit-booking-name{
    display: none;
}
