label.error {
    color: #FF0000;
    font-weight: 600;
}

span.required {
    color: red;
}


label.col-md-3 {
    width: 25%;
    margin-top: 1%;
}

input[type=checkbox] {
    position: relative;
    cursor: pointer;
}

input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border: 2px solid #555555;
    border-radius: 3px;
    background-color: white;
}

input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 6px;
}

input[type=checkbox] {
    margin: 4px 4px 0;
}

.mt-2 {
    margin-top: 20px !important;
}

tfoot {
    display: table-header-group;
}

.logo-mini {
    font-size: 16px !important;
}

/*--------  Bootstrap Modal Popup in Center of Screen --------------*/
/*---------------extra css------*/
.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/*----- Modal Popup -------*/

td.details-control {
    background: url('../resources/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../resources/details_close.png') no-repeat center center;
}

.box.box-primary {
    border-top-color: #3c8dbc;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: 80px;
}

.watermark-logo {
    /* background: url('../images/logo-hotel-preidlhof-naturns.png') no-repeat center;*/
    height: 650px; 
    background-color: #fff;
    opacity: .2;
   
}

.watermark-logo svg {
    width: 32%;
    height: 60%;
    align-content: center;
    margin: auto;
    display: block;
}

.watermark-logo .cls-1 {
    fill : #000;
}

.watermark-logo-img {
    background-color: #fff;
    opacity: .2;
    position: absolute;
    top: 50%;
    left: 50%;
}

.image {
    /* width: 100px; */
    position: relative;
}

.btn-delete {
    position: absolute;
    left: 100%;
    margin-left: -10px;
    margin-top: 2px;
    cursor: pointer;
}


.image.slider-img img {
    /* max-width: 150%; */
    margin: 10px;
    /* border-radius: 50%; */
    /* height: 85px; */
    /* width:100px; */
    margin-top: 0px;

    border: 1px solid #f39c12;
}


.image.slider-img i {
    position: absolute;
    right: 100%;
    margin-left: 0px;
    margin-top: -6px;
    cursor: pointer;
    background: #f39c12;
    padding: 4px;
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    height: 20px;
    width: 20px;
    text-align: center;
}

.input-group-btn {
    vertical-align: top;
}

.add-new-block {
    margin-top: 25px;
    border-bottom: 2px solid #ccc;
    padding: 10px;
}

.addchild {
    margin-top: 25px;
}

.my_tooltip {
    padding-top: 7px;
    font-size: 18px;
}

.switch_tooltip {
    padding-top: 7px;
    font-size: 18px;
}


.guestTractTableTitle{
    background: #e7e7df;
}
#copyModule .modal-body {
    min-height: 150px;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-right: 35px;
}

.pad-l-0 {
    padding-left: 0px;
}

.search_tooltip {
    display: inline-block;
}

.search_tooltip .tooltip {
    position: absolute;
    top: 20px !important;
}

#categoryerror span {

    background: #f5f5f5;
    padding: 5px 15px;
    margin: 7px 0px;
    border-radius: 5px;
    display: inline-table;
    border: 1px solid #ccc;
}

img.transpernt_bg {
    background-color: gray;
}

.space-btn {
    margin: 10px 0px;
}

.active-icon {
    background: green;
    padding: 10px;
    border-radius: 50%;
    color: white;
}

.de-active-icon {
    background: #343a40;
    padding: 10px;
    border-radius: 50%;
    color: white;
}

#copyModule .modal-body {
    min-height: 150px;
}

.my-custom-scrollbar {
    position: relative;
    height: 200px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

#copyModule .modal-body {
    min-height: 150px;
}

#datatableGuest_wrapper .glyphicon {
    display: none;
}
#freerooms_filter .glyphicon {
    display: none;
}

#freeroominterval_filter .glyphicon {
    display: none;
}
#bookingrules_filter .glyphicon {
    display: none;
}
#guestReport_filter .glyphicon {
    display: none;
}
.hide_span{
    display: none;
}
.tooltip {
    pointer-events: none !important;
}