﻿/* OVERRIDES BOOTSTRAP BODY SETTINGS */
body {
    overflow-y: hidden !important;
    background-color: #f7f7f7;
    height: 100% !important;
}

/* CREATE A VERTICAL SCROLLBAR WITHIN THE FORM */
form {
    overflow-y: hidden !important;
    height: 100%;
}

/* MAIN ELEMENT IN PAGE WITH FIXED TOP AND BOTTOM TO ALLOW SCROLLING */
/* EVERY PAGE SHOULD HAVE ONLY ONE TABLE_DIV AT THE HIGHEST LEVEL */
.table_div {
    height: 900px;
    overflow-y: scroll !important;
}

.table_print {
    height: auto;
}

/* POSITION THE TITLE 10PX FROM THE LEFT */
.st_tablerow_title td {
    padding-left: 10px;
    border: none;
    vertical-align: middle !important;
}

/* STANDARD BACKGROUND COLOR OF BUTTON ROW */
.st_tablerow_button {
    background-color: #f7f7f7 !important;
    margin-left: 10px !important;
    border-bottom: none;
    border-top: none;
}

/* POSITION A 10PX PADDING TO THE RIGHT OF TD ELEMENT TO FORCE SOME SPACE BETWEEN THE LABEL AND INPUT */
.st_tablerow_upd td {
    padding-right: 10px !important;
}

td {
    font-size: 12px;
}

/* NAVIGATION BAR */

.navbar-onlinedbc-r {
    float: right;
}

#hoofdmenuDiv {
    background-image: linear-gradient(to bottom,#FAFAFA,#EAEAEA);
    border-bottom: 1px solid gray;
    height: 78px;
}

/* MAIN MENU */
.menu-item {
    display: inline-block;
    height: 77px;
    color: #004e85;
    background-image: linear-gradient(to bottom,#F3F3F3,#e2e2e2);
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #dddddd;
}

    .menu-item > .active > a {
        opacity: 0.8;
        background-color: #F28F00 !important; /*oranje*/
        color: #fff;
        padding-left: 5px;
        padding-right: 5px;
    }

    .menu-item.active > a {
        opacity: 0.8;
        background-color: #F28F00 !important; /*oranje*/
        color: #fff;
        padding-left: 5px;
        padding-right: 5px;
    }

    .menu-item > a.menuanchor {
        padding-left: 5px;
        padding-right: 5px;
    }

    .menu-item > a.dropdown-toggle {
        padding-left: 5px;
        padding-right: 5px;
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    opacity: 0.8;
    background-color: #F28F00; /*oranje*/
}

    /* MENU ITEM LINK */
    .menu-item > a {
        font-size: 20px;
        height: 80px;
        color: #004e85;
        margin-top: -4px;
    }

        /*  HOVER EFFECT OP MENUITEM: BACKGROUND TURNES ORANGE */
        .menu-item > a:hover {
            opacity: 0.8;
            background-color: #F28F00 !important;  /*oranje*/
            color: #fff;
        }

        /* BADGE IN MENUITEM */
        .menu-item > a > i > em {
            color: white;
            font-size: 13px;
            font-style: normal;
            min-width: 20px;
            border-radius: 30px;
            margin-top: -8px;
            margin-left: 15px;
            position: absolute;
        }

        /* TEXT OF THE MENUITEM */
        .menu-item > a > span {
            font-family: Verdana;
            font-size: 13px;
        }

            /* FORCE THE TEXT OF MENUITEM TO APPEAR ON A DIFFERENT ROW BELOW THE ICON */
            .menu-item > a > span:before {
                content: ' ';
                display: block;
            }

            /* FORCE A POSSIBLE CARET TO APPEAR BELOW THE TEXT */
            .menu-item > a > span:after {
                content: ' ';
                display: block;
            }

    /* SHOW THE DROPDOWN MENU ON HOVER */
    .menu-item:hover > .dropdown-menu {
        display: block;
    }

/*  SUBMENU */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 2px;
        margin-left: -1px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a > .fa-caret-right {
        margin-left: 10px;
    }

.dropdown-menu > li > a {
    font-size: 12px;
    color: #004e85;
}

.dropdown-menu:hover > li:hover > a {
    opacity: 0.8;
    font-size: 12px;
    background-color: #F28F00;  /*oranje*/
    color: #fff;
}

/* FOOTER */
.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
    border-top: 1px solid gray;
    text-align: left;
}

/* ONLINE-DBC CLASS FOR FOOTER, OVERRULES mm_table DEFINITION IN DEFAULT CSS */
.mm_table {
    display: block !important;
    background-color: #f7f7f7 !important;
    border-top: 1px solid darkgray !important;
    padding-top: 5px !important;
    bottom: 0 !important;
    height: 30px !important;
    left: 0 !important;
    position: absolute !important;
    width: 100% !important;
    font-size: 12px !important;
    z-index: 1;
}

.mm_table span {
    font-family: Verdana;
    font-size: 13px;
}

/* BUTTONS IN TITLE, OVERRULES DEFINITION IN DEFAULT CSS */
.st_tablecell_sel {
    display: inline-block !important;
    height: 22px !important;
    margin: 4px !important;
    padding-left: 3px !important;
    padding-right: 10px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    font-size: 12px !important;
    font-weight: normal !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: top !important;
    text-align: center !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    color: black !important;
    background-color: #F28F00 !important;  /*oranje*/
    border: 1px solid gray !important;
    border-radius: 3px !important;
    float: right !important;
}

.st_tablecell_sel1 {
    display: inline-block !important;
    height: 22px !important;
    margin: 4px !important;
    padding-left: 3px !important;
    padding-right: 10px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    font-size: 12px !important;
    font-weight: normal !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: top !important;
    text-align: center !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    color: black !important;
    background-color: lightgray !important;
    border: 1px solid gray !important;
    border-radius: 3px !important;
    float: right !important;
}

.st_tablecell_sel2 {
    display: inline-block !important;
    height: 22px !important;
    margin: 4px !important;
    padding-left: 3px !important;
    padding-right: 10px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    font-size: 12px !important;
    font-weight: normal !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    color: black !important;
    background-color: lightgray !important;
    border: 1px solid gray !important;
    border-radius: 3px !important;
    float: right !important;
}

.st_tablecell_hover {
    display: inline-block !important;
    height: 22px !important;
    margin: 4px !important;
    padding-left: 3px !important;
    padding-right: 10px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    font-size: 12px !important;
    font-weight: normal !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    color: black !important;
    background-color: grey !important;
    border: 1px solid gray !important;
    border-radius: 3px !important;
    float: right !important;
}

#berichtPanel > .st_table_select > tbody > .st_tablerow_title > .st_tablecell_sel1, #berichtPanel > .st_table_select > tbody > .st_tablerow_title > .st_tablecell_sel2, #berichtPanel > .st_table_select > tbody > .st_tablerow_title > .st_tablecell_hover, #berichtPanel > .st_table_select > tbody > .st_tablerow_title > .st_tablecell_sel {
    float: left !important;
}

#datumSelectPanel > .st_table_select > tbody > .st_tablerow_button > .st_tablecell_sel1, #datumSelectPanel > .st_table_select > tbody > .st_tablerow_button > .st_tablecell_sel2, #datumSelectPanel > .st_table_select > tbody > .st_tablerow_button > .st_tablecell_hover, #datumSelectPanel > .st_table_select > tbody > .st_tablerow_button > .st_tablecell_sel {
    float: left !important;
}

#patPanel > #selectPanel, #patPanel > #buttonPanel {
    width: 100%;
}

/*  ERROR MESSAGE: OVERRULES BOOTSTRAP SETTINGS */
.alert {
    width: 95%;
    text-align: left;
}

/* FONTAWESOME */
.fa {
    font-size: 16px !important;
    color: darkslategray;
    margin-left: 2px;
}

/* ONLINE-DBC CLASSES BASED ON ID's */
#patPanel {
    background-color: #f7f7f7 !important;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

#patVerzPanel {
    background-color: #f7f7f7 !important;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    border-top-color: #006699;
    width: 95%;
}

#DBCPanel, #JDBCPanel, #BGGZPanel, #JBGGZPanel, #OVZPanel, #EPZPanel, #PQPanel, #PQTrajectPanel, #JWPanel, #selectPatientPanel, #selectDBCPanel, #berichtPanel, #filterPanel, #patPanel, #buttonVerplaatsPanel {
    background-color: #f7f7f7 !important;
    margin-bottom: 10px;
    width: 95%;
}

#activiteitFilterPanel {
    background-color: #f7f7f7 !important;
    margin-bottom: 10px;
}

#updateZorgmailPanel > table > tbody > tr > td > input[type=text] {
    width: 380pt;
}

/*#buttonVerplaatsPanel {
    background-color: #f7f7f7 !important;
    margin-bottom: 10px;
}*/


/* BOOTSTRAP STYLED INPUT */
input[type=text], input[type=password], select {
    width: 280px;
    padding: 3px 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* BOOTSTRAP STYLED TEXTAREA */
textarea {
    background-color: white;
    margin-right: 0;
    font: inherit;
    color: inherit;
    overflow: auto;
}

/* BOOTSTRAP STYLED BUTTON (BTN IN BOOTSTRAP) */
.button {
    display: inline-block;
    padding: 4px 12px;
    margin-left: 3px !important;
    margin-top: 3px !important;
    margin-bottom: 3px !important;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: black;
    background-color: lightgray;
    border: 1px solid darkgray !important;
    border-radius: 4px;
}

/* ONLINE-DBC SPECIFIC */
.inline-bldock {
    display: block !important;
    text-align: right;
    width: 600px;
}

/* OVERIDES st_table IN DEFAULT CSS */
.st_table {
    background-color: #f7f7f7;
    border: none !important;
    vertical-align: top !important;
}

    /* ALWAYS POSITION TR AT TOP */
    .st_table tr {
        vertical-align: top !important;
    }

/* OVERRIDES KENDO DATEPICKER */
.k-datepicker {
    width: 280px;
    padding: 0;
}

/* CHANGE THE CURSOR TO POINTER BECAUSE ELEMENTS ARE NOTE SELECTABLE */
.st_table_select {
    cursor: pointer;
}

    /* POSITION THE FIRST TD ELEMENT 10PX FROM THE RIGHT TO MAKE SOME MORE SPACE */
    .st_table_select td:first-child {
        padding-left: 10px;
    }

    .st_table_select td {
        padding-right: 10px;
    }

    /* POSITION TD ELEMENTS 4PX FROM THE TOP FOR HORIZONTAL CENTERING */
    .st_table_select td {
        padding-top: 2px !important;
    }

    /* OVERRIDES DEFAULT CSS: NO BORDER ON TD ELEMENTS */
    .st_table_select tr td {
        border: none !important;
        border-width: 0px !important;
    }

    .st_table_select input[type=text] {
        width: 170px;
    }
    .st_table_select select {
        width: 170px;
    }

    .st_table_select .k-datepicker {
        width: 170px;
    }

/* CHANGE BACKGROUND TO DEFAULT */
.st_table_update {
    background-color: #f7f7f7;
}

/* DARK BLUE BACKGROUND ON TITLE, SET DEFAULT HEIGHT */
.st_tablerow_title {
    background-color: #004e85;
    height: 31px !important;
    width: 100%;
    cursor: auto !important;
    border-bottom: hidden;
    border-top: hidden;
}

.st_tablerow_sel {
    background-color: #F28F00; /*oranje*/
    height: 31px !important;
    width: 100%;
    cursor: auto !important;
    color: #4A3C8C;
    border-bottom: hidden;
    border-top: hidden;
}

.st_tablerow_sel1 {
    background-color: #f0f0f0;
    height: 31px !important;
    width: 100%;
    cursor: auto !important;
    border-bottom: hidden;
    border-top: hidden;
}

.st_tablerow_sel2 {
    background-color: #f9f9f9;
    height: 31px !important;
    width: 100%;
    cursor: auto !important;
    border-bottom: hidden;
    border-top: hidden;
}

.st_tablerow_hover {
    background-color: #F28F00; /*oranje*/
    height: 31px !important;
    width: 100%;
    cursor: pointer !important;
    border-bottom: hidden;
    border-top: hidden;
}

     /* POSITION TD ELEMENTS 10PX FROM THE RIGHT TO MAKE SOME MORE SPACE */
    .st_tablerow_title td {
        padding-left: 10px;
        border: none;
        vertical-align: middle !important;
    }

/* LIGHTGRAY BACKGROUND ON HEADER, SET DEFAULT HEIGHT */
.st_tablerow_header {
    background-color: lightgray !important;
    color: darkslategray !important;
    cursor: pointer !important;
    height: 31px !important;
    margin-top: 15px;
    border-bottom: hidden;
    border-top: hidden;
}

    /* OVERRIDES DEFAULT CSS*/
    .st_tablerow_header td {
        vertical-align: middle !important;
    }

        /* POSITION THE FIRST TD ELEMENT 10PX FROM THE RIGHT TO MAKE SOME MORE SPACE */
        .st_tablerow_header td:first-child {
            padding-left: 10px;
        }

        .st_tablerow_header td {
            padding-right: 10px;
        }

    /* CHANGE THE CURSOR TO POINTER BECAUSE ELEMENTS ARE NOTE SELECTABLE */
    .st_tablerow_header:hover {
        cursor: pointer !important;
        height: 31px !important;
        border: none !important;
        border-bottom: hidden;
        border-top: hidden;
    }

/* OVERRIDES DEFAULT CSS*/
.st_tablerow_button {
    background-color: #f7f7f7 !important;
    padding: 3px;
}

/* OVERRIDES DEFAULT CSS*/
.st_tablerow_upd {
    background-color: #f7f7f7 !important;
}

    /* OVERRIDES DEFAULT CSS*/
    .st_tablerow_upd td {
        background-color: #f7f7f7 !important;
        font-size: 12px !important;
        margin-right: 20px !important;
        color: darkslategray !important;
        vertical-align: middle !important;
    }

/* OVERRIDES DEFAULT CSS*/
.description {
    outline: none !important;
    border: 1px solid #f7f7f7 !important;
    background-color: #f7f7f7 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* OVERRIDES DEFAULT CSS*/
.description_red {
    outline: none !important;
    border: 0px !important;
    background-color: #f7f7f7 !important;
    color: red !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* OVERRIDES DEFAULT CSS*/
.readOnly {
    background-color: #f0f0f0 !important;
}

.requiredInput {
    background-color: lightyellow;
}

input[type=text].requiredInput {
    background-color: lightyellow;
}

input[type=password].requiredInput {
    background-color: lightyellow;
}

input[disabled].requiredInput {
    background-color: lightgrey;
}

input[disabled] {
    background-color: lightgrey;
}

img.logo {
    height: 30px;
}

.k-i-calendar {
    height: 25px;
}

.diagnoseas.diagnoseas {
    width: 100px;
}

a:hover {
    cursor: pointer;
}

    a:hover.fa {
        text-decoration: none;
    }

/*.k-header {
    background-color: #004e85;
}*/

/* BOOTSTRAP MODAL OVERRIDE OM AUTOMATISCH BREEDTE AAN TE PASSEN*/
.modal-dialog {
    position: relative;
    display: table;
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 300px;
}

#popupiframe {
    overflow-y: scroll;
}

.popup_div {
    height: 500px;
    height: 100vh !important;
    overflow-y: scroll !important;
}

#tblGebrGrBeh {
    width: 95%;
}

select::-ms-expand {
    border: none;
    background: #fff;
}

/* crazy batman newspaper spinny thing */
.rotate {
    transform: rotate(180deg);
    transition: all 0.5s;
}

    .rotate.in {
        transform: rotate(1800deg);
        transition: all 1.5s;
    }

#mededelingen td {
    font-family: Arial;
    font-size: 20px;
    color: #F28F00;
}

hr.menuline {
    margin-top: 5px;
    margin-bottom: 5px;
}

.nopad {
    padding-left: 0px;
    padding-right: 0px;
}

.toast {
    width: 400px;
    font-size: larger;
}

#toast-container > div {
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: alpha(opacity=90);
}