﻿input, select, textarea {
    border-radius: 5px !important;
}

    select, input[type="radio"], input[type="checkbox"] {
        border-color: #cecece !important;
        border: 1px solid;
    }

        input[type='radio']:checked {
            accent-color: #0092a2;
        }

        input[type='checkbox']:checked {
            accent-color: #0092a2;
        }

    input[type='checkbox'] {
        width: 20px;
        height: 20px;
    }

/* dit moet precies toch niet? de default suks  */
.dnnLabel + span {
    margin-top: 0px;
    margin-bottom: 0px;
}

.dnnLabel {
    font-weight: bold !important;
}

.ui-datepicker{
    z-index: 99999999!important;
}

/* =============================================
            Bootstrap 5 grids en forms
   ============================================= */
span.form-control {
    border: none;
    padding-left: 0px;
}

.form-label {
    font-weight: bold;
}

select.form-control {
    padding-left: 2px;
}

.form-control {
    font-size: 0.9rem !important;
}

.form-select {
    font-size: 0.9rem !important;
}

.checkbox-list input[type='checkbox'] {
    margin-right: 0.5rem;
    vertical-align: middle;
}

.checkbox-list label {
    vertical-align: middle;
}

.checkbox-list{
    white-space:nowrap;
}

/* =============================================
            Navbar adjustments
   ============================================= */

.navbar input[type='image'].btn {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
}

.navbar input[type='submit'].btn .aspNetDisabled{
     width: inherit !important;
}

.navbar.Willow-Toolbar{
    padding: 0.5rem 0 0.5rem 0;
}

.navbar.Willow-Toolbar.sticky-top{
    position: sticky;
}
    /* =============================================
            fix:dropdownlist toont icoontje niet bij bootstrap 5
   ============================================= */
select.form-control {
    appearance: menulist;
}

/* =============================================
            Overgang einde jaar 
   ============================================= */
.overgangMessage {
    border-radius: 10px;
    clear: both;
    padding: 15px;
    margin: 0 0 20px 0;
    width: 60%;
    border: 1px inset #174e36;
    background-color: #4bb587;
    font-weight: bold;
    font-size: larger;
    color: white;
    text-shadow: black 1px 1px;
    text-align: left;
}

    .overgangMessage h1 {
        color: #13ff98;
    }

/* =============================================
       Express message in beheer client en uren  
   ============================================= */
.expressMessage {
    padding: 20px;
    margin: 20px;
    width: 365px;
    border: 1px solid #ff9797;
    background-color: #ffc6c6;
    font-weight: normal;
    color: #565656;
    text-shadow: none;
    text-align: center;
}

    .expressMessage h1 {
        color: #ff1a1a;
    }

    .expressMessage b {
        background-color: #F8C100;
        font-size: larger;
        padding: 3px;
    }

    .expressMessage em {
        font-size: smaller;
    }
/* =============================================
            shortcut knoppen clienten beheer
   ============================================= */
.cms_client_titel {
    display: block;
    width: fit-content;
    padding: 5px 50px;
    background-color: #fffffffc;
    border: inset 1px #afafaf8f;
    border-radius: 7px;
    margin-left: 15px;
}

.cms_button_shortcut {
    font-size: 0.8rem !important;
    margin: 4px;
    display: inline-flex;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    background-color: inherit;
    border: solid 1px #0092a2;
    color: #0092a2 !important;
    border-radius: 15%;
    text-decoration:none;
}

    .cms_button_shortcut.org {
        background-color: inherit;
        border: solid 1px #93a222;
        color: #93a222 !important;
    }

        .cms_button_shortcut.org:hover {
            background-color: #93a222;
            border: solid 1px #93a222;
            color: #FFF !important;
        }

    .cms_button_shortcut:hover {
        background-color: #0092a2;
        border: solid 1px #0092a2;
        color: #FFF !important;
    }

.groupclass {
    border: 1px solid #0092a2;
    padding: 20px;
}


/* =============================================
            BUTTON BAR 
   ============================================= */
/* Flexbox for vertical centering */
.buttonbar, .divKiesAndereGebruiker {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    /* Overrrule BS4 */
    .buttonbar label {
        margin-bottom: 0;
    }

.buttonbar {
    width: fit-content;
    clear: both;
    padding: 15px;
    background-color: #efeeec;
    border-radius: 3px;
    margin: 14px 0px !important;
    box-shadow: #a7a6a5 2px 2px 8px;
}

    .buttonbar.sticky {
        z-index: 1;
        position: sticky;
        top: 0;
    }

.buttonbar-underscroll {
    position: relative;
    z-index: 0;
}

.buttonbar .aspNetDisabled {
    width: auto !important;
    background-color: #cecece !important;
    color: white !important;
}

.buttonbar:hover {
    background-color: #d8d8d8;
}

div.buttonbar div {
    display: flex;
    align-items: center;
}

.buttonbar .dnnLabel {
    width: auto;
}

.buttonbar input {
    margin-right: 15px !important;
    min-width: 200px !important;
    border-radius: 5px;
    margin: 0.5em !important;
    padding: 10px;
}

    .buttonbar input:hover {
        background-color: #c1c1c1;
    }

    .buttonbar input[type="checkbox"] {
        min-width: 0px !important;
        padding: 2px;
        margin: 5px !important;
    }

    .buttonbar input[type="radio"] {
        min-width: 0px !important;
        padding: 2px;
        margin: 5px !important;
    }

    .buttonbar input[type="image"] {
        min-width: 0px !important;
        padding: 2px;
    }

        .buttonbar input[type="image"]:hover {
            background-color: #ffeb3b !important;
        }

        .buttonbar input[type="image"]:hover {
            padding: 2px;
        }

    .buttonbar input:first-child {
        margin-left: 15px !important;
    }

    .buttonbar input.red {
        border: solid 2px red;
    }

    .buttonbar input.yellow {
        border: solid 2px yellow;
    }

    .buttonbar input.green {
        border: solid 2px green;
    }

    .buttonbar input.orange {
        border: solid 2px orange;
    }

.buttonbar select {
    margin: 0.5em;
}

/* =============================================
            Willow tables
   ============================================= */

table.WillowTable th {
    background-color: #006780;
    color: #FFF;
}

table.WillowTable th a{
    color: #FFF;
    text-decoration: none;
}

    table.WillowTable th a:hover {
        color: #93a222;
    }

table.WillowTable td, table.WillowTable th {
    vertical-align: middle;
}

table.WillowTable tfoot {
    font-size: larger;
    font-weight: bold;
    color: #0092a2;
    background: inherit;
    border-top: 2px solid #0092a2;
}

    table.WillowTable tfoot td {
        font-size: larger;
    }

    table.WillowTable tfoot .links {
        text-align: right;
    }

tr.WillowTablefooter td {
    background-color: #FFF;
    padding: 10px 20px;
    border-color: #dee2e6;
    border-style: solid;
    border-width: 1px;
}

tr.WillowTablefooter a {
    display: inline-block;
    background: inherit;
    color: #0092a2 !important;
    padding: 2px 8px;
    text-decoration:none;
}

/* Ensure disabled images do not scale */
.custom-disabled img {
    width: auto;
    height: auto;
}

/* Ensure consistency for disabled form controls */
.form-control[disabled], .form-select[disabled] {
    background-color: #e9ecef;
    opacity: 1;
}

/* =============================================
            FIOLAGRID
   ============================================= */
/* containing div for tables*/
.div_fiolatable {
    overflow: auto;
    clear: both;
}

/* https://divtable.com/table-styler/  */
table.fiolagrid {
    border: 1px solid #0000004a;
    width: auto;
    text-align: left;
    border-collapse: collapse;
}

    table.fiolagrid td, table.fiolagrid th {
        border: 1px solid #CECECE;
        padding: 2px 6px;
        vertical-align: middle;
        color: #3e3e3e;
    }

    table.fiolagrid th {
        padding: 8px 6px;
        background-color: #94c01c;
    }
    /* table.fiolagrid tbody td {
        font-size: 13px;
    }*/

    table.fiolagrid tr:nth-child(even) {
        background-color: #f3f3f3;
    }

    table.fiolagrid tr:nth-child(odd) {
        background: #e2e2e2;
    }
    /* first td mostly contains action buttons, force them to stay on 1 line */
    table.fiolagrid tr td:first-child {
        white-space: nowrap;
    }

    table .fiolagrid thead {
        background: #1C6EA4;
        background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        border-bottom: 2px solid #444444;
    }

        table.fiolagrid thead th {
            font-weight: bold;
            color: #FFFFFF;
            border-left: 2px solid #D0E4F5;
        }

            table.fiolagrid thead th:first-child {
                border-left: none;
            }

    table.fiolagrid tfoot {
        font-size: larger;
        font-weight: bold;
        color: #FFFFFF;
        background: #D0E4F5;
        background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
        background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
        background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
        border-top: 2px solid #444444;
    }

        table.fiolagrid tfoot td {
            font-size: larger;
        }

        table.fiolagrid tfoot .links {
            text-align: right;
        }

            table.fiolagrid tfoot .links a {
                display: inline-block;
                background: #1C6EA4;
                color: #FFFFFF;
                padding: 2px 8px;
                border-radius: 5px;
            }

    table.fiolagrid a, table.fiolagrid a:visited, table.fiolagrid a:link, table.fiolagrid a:active {
        color: black;
        text-decoration: none;
    }

tr.fiolagridfooter td {
    background-color: #ffffff;
    border: 1px solid #e0f1b1;
    padding: 10px 20px;
}

/* =============================================
        buttons in het tablad MENU
   ============================================= */
.client_menu_but {
    display: block;
    float: left;
    width: 200px;
    margin: 10px !important;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #d6d6d6;
    background: #e9e9e9;
    padding: 10px;
}

    .client_menu_but:hover {
        background: #a1c01c;
        font-weight: bold;
        text-decoration: none;
    }

    .client_menu_but.org {
        background-color: #e0f1b1;
    }

        .client_menu_but.org:hover {
            background: #a1c01c;
            font-weight: bold;
            text-decoration: none;
        }

.client_menu_area {
    width: 70%;
}


/* =============================================
            the error control
   ============================================= */
.errortab {
    background-position: 5px 5px;
    background-repeat: no-repeat;
    background-image: url(/images/red-error.gif);
    border-style: solid;
    border-color: Red;
    border-width: 1px;
    vertical-align: top;
    text-align: left;
    white-space: normal;
    background-color: Transparent;
    border-collapse: collapse;
    height: 45px;
}

.errortab_warn {
    background-position: 5px 5px;
    background-repeat: no-repeat;
    background-image: url(/images/yellow-warning.gif);
    border-style: solid;
    border-color: Navy;
    border-width: 1px;
    vertical-align: top;
    text-align: left;
    white-space: normal;
    background-color: transparent;
    border-collapse: collapse;
    height: 45px;
}

.errortab_ok {
    background-position: 5px 5px;
    background-repeat: no-repeat;
    background-image: url(/images/green-ok.gif);
    border-style: solid;
    border-color: Green;
    border-width: 1px;
    vertical-align: top;
    text-align: left;
    white-space: normal;
    background-color: transparent;
    border-collapse: collapse;
    height: 45px;
}

.errortxt {
    font-family: tahoma;
    font-size: small;
    font-weight: bold;
    color: #FF0000;
    vertical-align: top;
}

.errortxt_warn {
    font-family: tahoma;
    font-size: small;
    font-weight: bold;
    color: Navy;
    vertical-align: top;
}

.errortxt_ok {
    font-family: tahoma;
    font-size: small;
    font-weight: bold;
    color: Green;
    vertical-align: top;
}

.label {
    font-size: 14px;
    font-weight: bold;
    color: #577FA5;
}

.input {
    border: 1px inset #577FA5;
    padding: 1px;
    width: 300px;
    min-width: 300px;
}

.inputshort {
    border: 1px inset #577FA5;
    padding: 1px;
}

.inputsmall {
    font-size: 14px;
    background-color: transparent;
    color: navy;
    border: 1px inset #C0C0C0;
    margin: 1px;
    width: 40px;
    text-align: right;
}


.modtitle {
    font-weight: bold !important;
    font-size: larger !important;
    /*color: rgb(139, 38, 45) !important;*/
    color: rgb(0, 154, 163) !important;
}

.dnnTooltip .dnnFormHelpContent, .dnnHelperTip .dnnFormHelpContent {
    width: 600px !important;
}

.navbar input[type="text"] {
    border: 1px solid #ced4da;
    margin: 0;
}

input[type="text"], select, textarea, input[type="email"], input[type="search"], input[type="password"] {
    padding: 4px;
    border: 1px inset lightgray;
    box-shadow: none;
    margin: 3px 0;
}
/* =============================================
            Uurregistratie tabel
   ============================================= */
.UurReg_Error {
    background-color: #ff1f1fb3 !important;
}

.UurReg_Monday {
    background-color: #eaeaea !important;
}

.UurReg_Tuesday {
    background-color: #dad9d9 !important;
}

.UurReg_Wednesday {
    background-color: #eaeaea !important;
}

.UurReg_Thursday {
    background-color: #dad9d9 !important;
}

.UurReg_Friday {
    background-color: #eaeaea !important;
}

.UurReg_Saturday {
    background-color: #dedbc0 !important;
}

.UurReg_Sunday {
    background-color: #dedbc0 !important;
}

.UurReg_Feestdag {
    background-color: #f3e77c !important;
}

/* =============================================
            BIT Checkbox
   ============================================= */

div.bitCheckbox {
    display: inline-block;
}

    div.bitCheckbox input[type="checkbox"] {
        visibility: hidden;
        display: none;
    }

    div.bitCheckbox span.aspNetDisabled input[type="checkbox"] {
        visibility: visible;
        display: inline;
    }

    div.bitCheckbox label {
        cursor: pointer;
    }

    /*div.bitCheckbox span.aspNetDisabled + label:before {
        background: #fff;
        border: 1px solid #333;
        border-radius: 3px;
        content: "\00a0";
        display: inline-block;
        font: 13px/1em sans-serif;
        height: 12px;
        margin: 0 .25em 0 0;
        padding: 0;
        vertical-align: middle;
        width: 13px;
    }*/

    div.bitCheckbox input[type="checkbox"] + label:before {
        background: #fff;
        border: 1px solid #333;
        border-radius: 3px;
        content: "\00a0";
        display: inline-block;
        font: 13px/1em sans-serif;
        height: 12px;
        margin: 0 .25em 0 0;
        padding: 0;
        vertical-align: middle;
        width: 13px;
    }

    div.bitCheckbox input[type="checkbox"]:checked + label:before {
        background: #0092a2;
        color: #fff;
        content: "\2713";
        text-align: center;
    }

    div.bitCheckbox input[type="checkbox"]:checked + label:after {
        font-weight: bold;
    }

    div.bitCheckbox input[type="checkbox"]:focus + label::before {
        outline: rgb(59, 153, 252) auto 5px;
    }

/* =============================================

=======
            Radiobuttonlist
   ============================================= */
.fiolaradiobuttonlist td {
    padding: 0px 20px 0 0 !important;
}
/* =============================================
            Select 2 adjustments
   ============================================= */

.select2-container--bootstrap-5 .select2-selection {
    font-size: inherit !important;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: inherit !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    font-size: inherit !important;
}

.select2-container--bootstrap-5 .select2-selection--single {
    /*    padding: .375rem 2.25rem .375rem .75rem;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;*/
    /*background-position: right .10rem center !important;*/
    background-size: 16px 12px !important;
}

span.select2 {
    width: 100% !important;
}

.form-floating span.select2-container--bootstrap-5 {
    z-index: 0 !important;
}

    .form-floating span.select2-container--bootstrap-5 .select2-selection--single {
        height: calc(3.5rem + 2px) !important;
        line-height: 1.25 !important;
        width: 15rem !important;
    }

nav .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 1.325rem !important;
    padding-bottom: .325rem !important;
    line-height: 1.25 !important;
    padding-left: 0px !important;
}

/* Jquery Tabs adjustments */

/*.ui-widget-content {
    border: none !important;
}

.ui-widget-header {
    border: none !important;
    background: #FFF !important;
}*/
