@charset "utf-8";

table.dataTable,
table.borderless {
    width: 100% !important;
}

thead{
    visibility: hidden;
}

.with-header thead {
    visibility: visible;
}
.with-header thead th {
    padding: 0 2rem;
}
.dataTables_filter input {
    border: none;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before{
    top: 2.5rem;
    left: 1.6rem;
    color: #cc0000;
}

table.dataTable>tbody>tr.child:hover {
    background-color: #ffffff !important;
}
.borderless td, .borderless th {
    border: none!important;
}
.borderless.small td {
    padding: 0.5rem !important;
}
.td-free .rounded-circle .freecnt {
    padding: 0.3rem;
}

.alphabet span {
    background-color: #fff;
    padding: 0.5rem 2rem;
    border: solid 0.1rem #fff;
}
.alphabet span:hover {
    background-color: #cc0000;
    color: #fff;
    border: solid 0.1rem #cc0000;
}

/* This fixes the vertical aligning of the sorting icon. */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background-position: 100% 10px;
}
/*table.dataTable tr td.td-event{
    font-size: 2rem;
}*/
#sortableTable_filter {
    margin-bottom: -1.4rem;
}
ul {
    padding-inline-start: 2rem;
}
.webkit ul li {
    list-style: disc;
}
button.ui-multiselect {
    border: 1px solid #dedede;
}

#cstmBookingRow,
#cstmCancelRow {
 display: none;
}
.btn-modalbooking-deactivated {
    color: #ececec;
}
.salutation_container {
    font-size: 1.1rem;
    padding: 5px 10px 10px 0px !important;
    position: relative;
    margin-bottom: 11px;
    display: inline-block;
}
.salutation_container input[type="radio"]{
    font-size: 1.3rem;
    padding: 0 0 0 10px;
    margin-top: 0.5rem;
    text-transform: none;
    width: 100%;
    height: 40px;
    border: none;
    width: 4.0rem !important;
    height: 4.0rem;
    position: absolute;
    top: 3px;
    cursor: pointer;
    visibility: hidden;
}
.salutation_container .checkRadio {
    display: inline-block;
    position: absolute;
    box-sizing: border-box;
    vertical-align: baseline;
    content: " ";
    background-color: #fff;
    height: 2.4rem;
    width: 2.4rem;
    top: 2.2rem;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    border-radius: 50%;
}
input[type=checkbox]:checked ~ .checkCheckbx, input[type=radio]:checked ~ .checkRadio {
    content: "\eb23";
      border: 1px solid #cdcdcd;
}

input[type=checkbox]:checked ~ .checkCheckbx::before, input[type=radio]:checked ~ .checkRadio::before {
    font-family: 'Wuerthicons';
    font-size: 18px;
    content: "\eb23";
    color: #cc0000;
    left: 4px;
    top: 4px;
    position: absolute;
    
}

label.error {
    color: #F7A707;
}
input.errorMessage {
    border-color:#F7A707;
}
p.errorMessage {
    padding: 1rem 1.4rem;
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: bold;
    background-color: #F7A707;
}

@media screen and (max-width:728px) {
    
}

@media screen and (max-width:576px) {
    .dataTables_wrapper .dataTables_length, 
    .dataTables_wrapper .dataTables_filter,
    .dataTables_filter input {
        width: 100%;
    }
    .dataTables_length label,
    .dataTables_filter label {
        width: 100%;
    }
    #sortableTable_filter .icon-interface-search{
        right: 1.6rem;
    }
    table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child {
        padding-left: 3.5rem;
    }
}

@media screen and (max-width:478px) {
    
}