

/* Master pages   
----------------------------------------------------------*/

.site {
}

.liquid {
}

.header {
    color: #fff;
    
}

.logo {
    height: 100%;
}

.header .top {
    background-color: #0a3f65;
}

.header .top a {
    border: none;
    color: #fff;
}

    .header .top a:link {
        border: none;
        color: #fff;
    }

    .header .top a:visited {
        border: none;
        color: #fff;
    }

    .header .top a:hover {
        border: none;
        color: #fff;
    }

    .header .top a:active {
        border: none;
        color: #fff;
    }

.header .login a {
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    height: 30px;
    text-decoration: underline;
    color: #ebebeb;
}

.site .header .menu, .sitelarge .header .menu {
    background-image: url("Images/bg-menu.png");
    background-repeat: repeat-x;
    background-color:white;
}

.liquid .header .menu {
    background-image: url("Images/bg-menu-small.png");
    background-repeat: repeat-x;
    background-color: white;
}


.header .menu a {
    color: #222020;
}

    .header .menu a:hover {
        color: #003B64;
        text-decoration: none;
    }

.content .body a {
    color: #222020;
}

    .content .body a:hover {
        color: #003B64;
        text-decoration: none;
    }

    .content .body a.disabled:hover {
        color: inherit;
    }

.content .bodycenter a {
    color: #222020;
    text-decoration: none;
}

    .content .bodycenter a:hover {
        color: #003B64;
    }

.site .footer .bottom, .sitelarge .footer .bottom {
    border-top: solid 1px #e5e5e5;
    background: #fff;
}


.liquid .footer .bottom {
    border-top: solid 1px #e5e5e5;
    background: #fff;
}

.messageBlock {
    border: 2px dotted;
    border-color: #F06730;
    padding: 5px;
    margin-top: 10px;
}

.greyMessageBox {
    width: 140px;
    height: 100%;
    border: 1px dotted silver;
    padding: 8px;
    color: darkgrey;
}

.dxeBase_Ntd {
    font-size: 14px !important;
}

.dxeButtonEdit_Ntd {
    font-size: 14px !important;
}

/* Memo */

.dxeMemoEditArea_Ntd {
    font-size: 14px !important;
}

/* List item */

.dxeListBox_Ntd {
    font-size: 14px !important;
}

/* Panel */

.dxpnlControl_Ntd {
    font-size: 14px !important;
}

/* Textbox */

.dxeTextBox_Ntd {
    font-size: 14px !important;
}

/* Button */

.orange .dxb {
    background-image: url("Images/bg-widgetbutton.png") !important;
    background-repeat: repeat-x;
    border: 0px !important;
}

.orange {
    border-color: #eee !important;
}

.buttonRoute .dxb {
    background-image: url("Images/bg-btn-route.png") !important;
    background-repeat: repeat-x;
    border-bottom-width: 3px !important;
    border-bottom-style: solid !important;
    height: 20px !important;
}

.newINRLow .dxb {
    border-bottom-color: blue !important;
}
span.newINRLow {
    color: blue;
}

.route.newINRLow {
    border-color: blue;
}

.newINRNormal .dxb {
    border-bottom: 3px solid darkblue !important;
}
span.newINRNormal {
    color: darkblue;
}
.route.newINRNormal {
    border-color: darkblue;
}

.newINRHigh .dxb {
    border-bottom: 3px solid indigo !important;
}
span.newINRHigh {
    color: indigo;
}
.route.newINRHigh {
    border-color: indigo;
}

.newINRExtraHigh .dxb {
    border-bottom: 3px solid #DA70D6 !important;
}
span.newINRExtraHigh {
    color: #DA70D6;
}
.route.newINRExtraHigh {
    border-color: #DA70D6;
}

.newINRPark .dxb {
    border-bottom: 3px solid deepskyblue !important;
}
span.newINRPark {
    color: deepskyblue;
}
.route.newINRPark {
    border-color: deepskyblue;
}

.newINRDoctor .dxb {
    border-bottom: 3px solid brown !important;
}
span.newINRDoctor {
    color: brown;
}
.route.newINRDoctor {
    border-color: brown;
}

.buttonHotPink .dxb {
    background-image: url("Images/bg-btn-route.png") !important;
    background-repeat: repeat-x;
    border-bottom: 3px solid HotPink !important;
    height: 20px !important;
}

.buttonMouseGray .dxb {
    background-image: url("Images/bg-btn-route.png") !important;
    background-repeat: repeat-x;
    border-bottom: 3px solid Gray !important;
    height: 20px !important;
}

.buttonPurple .dxb {
    background-image: url("Images/bg-btn-route.png") !important;
    background-repeat: repeat-x;
    border-bottom: 3px solid Purple !important;
    height: 20px !important;
}

.buttonLightBlue .dxb {
    background-image: url("Images/bg-btn-route.png") !important;
    background-repeat: repeat-x;
    border-bottom: 3px solid LightBlue !important;
    height: 20px !important;
}

.buttonStrawBerry .dxb {
    background-image: url("Images/bg-btn-route.png") !important;
    background-repeat: repeat-x;
    border-bottom: 3px solid #ff0080 !important;
    height: 20px !important;
}

.buttonLime .dxb {
    background-image: url("Images/bg-btn-route.png") !important;
    background-repeat: repeat-x;
    border-bottom: 3px solid Lime !important;
    height: 20px !important;
}

.buttonViolet .dxb {
    background-image: url("Images/bg-btn-route.png") !important;
    background-repeat: repeat-x;
    border-bottom: 3px solid blueviolet !important;
    height: 20px !important;
}

.buttonSalmon .dxb {
    background-image: url("Images/bg-btn-route.png") !important;
    background-repeat: repeat-x;
    border-bottom: 3px solid Salmon !important;
    height: 20px !important;
}

.buttonRoute,
.buttonHotPink, .buttonMouseGray, .buttonPurple,
.buttonLightBlue, .buttonStrawBerry, .buttonLime, .buttonViolet, .buttonSalmon {
    border-color: #2E5672 !important;
    color: #000 !important;
}

.orangeBorder {
    border-width: 3px !important;
    border-color: #F06730 !important;
}

.buttonRoute.dxbButtonHover_Ntd .dxb,
.buttonHotPink.dxbButtonHover_Ntd .dxb, .buttonMouseGray.dxbButtonHover_Ntd .dxb, .buttonPurple.dxbButtonHover_Ntd .dxb,
.buttonLightBlue.dxbButtonHover_Ntd .dxb, .buttonStrawBerry.dxbButtonHover_Ntd .dxb, .buttonLime.dxbButtonHover_Ntd .dxb, .buttonViolet.dxbButtonHover_Ntd .dxb, .buttonSalmon.dxbButtonHover_Ntd .dxb {
    background-image: url("Images/bg-btn-route-hover.png") !important;
    background-color: #fff !important;
}

.dxb {
    background-image: url("Images/bg-btn.png");
    background-repeat: repeat-x;
    border: 0px !important;
    font-weight: bold;
    padding: 2px 10px 2px !important;
    height: 24px;
}

.dxbButtonHover_Ntd .dxb {
    background-image: none;
}

.dxbButton_Ntd {
    color: White;
    border-color: #2E5672;
    background: none !important;
    padding: 0px;
}

.dxbButtonHover_Ntd {
    background-color: #386E93 !important;
}

/* Menu */

.menu .dxm-main {
    margin-top: 2px !important;
    background-color: #003B64 !important;
    border-color: #2E5672 !important;
    border-width: 1px !important;
    border-style: solid !important;
    height: 29px;
}

.menu .dxm-item {
    background-color: #003B64 !important;
}

.menu .dxm-spacing {
    background: #2E5672 !important;
    width: 1px !important;
    min-width: 1px !important;
}

.menu .dxm-popup {
    background-color: #003B64 !important;
    border-color: #2E5672 !important;
    border-width: 1px !important;
    border-style: solid !important;
}

.menu .dxm-hovered {
    background-color: #386E93 !important;
    border-color: #386E93 !important;
}

.menu .dxm-content {
    color: #fff !important;
}

/* Navigation bar */

.coloredNavBar .dxnb-ghtext {
    color: White;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    cursor: pointer;
}

.coloredNavBar .dxnb-header {
    background-image: url("Images/bg-navbar.png");
    background-repeat: repeat-x;
    height: 20px !important;
    padding: 4px 7px 4px 15px !important;
    margin-bottom: 5px;
}

.coloredNavBar .dxnb-headerCollapsed {
    background-image: url("Images/bg-navbar.png");
    background-repeat: repeat-x;
    height: 20px !important;
    padding: 4px 7px 4px 15px !important;
}

.coloredNavBar .dxnb-gr {
    background: #fff !important;
}

.coloredNavBar .dxnb-btn {
    margin-top: 2px !important;
}

.coloredNavBar .dxnb-content {
    border: 0px !important;
    padding: 0px !important;
}

.coloredNavBar .dxnb-item {
    font-size: 14px;
}

.coloredNavBar .dxnb-itemHover {
    border-color: #fff !important;
    background: #fff !important;
}

.coloredNavBar .dxnb-itemSelected {
    border-color: #fff !important;
    background: #fff !important;
}

    .coloredNavBar .dxnb-itemSelected a {
        color: #F06730 !important;
    }

.coloredNavBar .dxnb-itemHover a {
    color: #F06730 !important;
}

.coloredNavBar .dx-vam {
    white-space: normal !important;
}

.coloredNavBar .dxnb-link {
    padding-left: 15px !important;
}

ul.coloredNavBar {
    padding: 0px;
    margin-bottom: 5px;
}

.body .dxnbLite_Ntd {
    padding: 0px;
    margin-top: 10px;
}

/* Hyperlink 
----------------------------------------------------------*/

.content .dxeHyperlink_Ntd {
    font-size: 14px !important;
}

.highlightmenu .dxeHyperlink_Ntd {
    font-size: 12px !important;
}

/* Tabcontrol 
----------------------------------------------------------*/

.dxtcLite_Ntd {
    font-size: 14px !important;
}


/* GRIDVIEW   
----------------------------------------------------------*/

.dxgvControl_Ntd, .dxgvDisabled_Ntd {
    font-size: 14px !important;
}


.dxgvCommandColumnItem_Ntd {
    margin-left: 5px !important;
}

/* HEADINGS   
----------------------------------------------------------*/

h1 {
    font-size: 21px;
    color: #F06730;
    margin-bottom: 12px;
    margin-top: 0px;
}

h2 {
    font-size: 15px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 15px;
    color: #F06730;
}

h5 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 18px;
}

h6 {
    font-size: 8px;
}

/* FAQ  */

.faqCell {
    background-color: #F06730;
    font-weight: 600;
}


/* ucScore */
.scoreMessageBlock {
    border: 2px dotted;
    border-color: #F06730;
    padding: 12px;
}

/* EPD page */

.widget {
    width: 246px;
    float: left;
    -webkit-box-shadow: 3px 3px 5px #ddd;
    box-shadow: 3px 3px 5px #ddd;
    margin-bottom: 5px;
}

    .widget .top {
        background-image: url("Images/bg-navbar.png");
        background-repeat: repeat-x;
        border-top: 0px;
        border-bottom: 0px;
        border-left: 1px;
        border-right: 1px;
        border-color: silver;
        border-style: solid;
        border-radius: 5px 5px 0px 0px;
        padding: 8px;
    }

    .widget .main {
        height: 140px;
        border-top: 0px;
        border-bottom: 0px;
        border-left: 1px;
        border-right: 1px;
        border-color: silver;
        border-style: solid;
        padding: 8px;
    }

    .widget .foot {
        border-top: 0px;
        border-bottom: 2px;
        border-bottom-color: #003B64;
        border-left: 1px;
        border-left-color: silver;
        border-right: 1px;
        border-right-color: silver;
        border-style: solid;
        border-radius: 0px 0px 5px 5px;
        clear: both;
        overflow: hidden;
        padding: 8px;
    }

    .widget h1 {
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        vertical-align: middle;
        margin: 0px;
        padding: 0px;
        color: #fff;
    }

    .widget p {
        margin-top: 5px !important;
        font-size: 14px;
    }

    .widget a {
        background: url("Images/bg-widgetbutton.png") left bottom repeat-x;
        border: 1px;
        border-color: transparent;
        border-radius: 3px;
        padding: 8px;
        cursor: pointer;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        color: #fff !important;
        float: right;
        display: block;
        clear: both;
        overflow: hidden;
    }

        .widget a:hover {
            position: relative;
            color: #ffffff;
            text-decoration: none;
        }

    .widget .zorgkaart {
        background: url("Images/zkn-logo.png") no-repeat;
        background-position: 20px 55px;
    }

.dosageRotate {
    position: relative;
    top: 4px;
    cursor: pointer;
}

/* MD */

.mdCheckBoxList {
    line-height: 24px;
    font-size: 14px;
    vertical-align: middle;
}

    .mdCheckBoxList img {
        margin-bottom: -19px;
        padding-right: 5px;
    }

    .mdCheckBoxList label {
        height: 50px;
        padding-left: 5px;
        padding-top: 20px;
        display: inline-block;
    }



/* Highlight menu */

.hlOrange, .hlBlack {
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}

.hlOrange {
    color: #f06730;
}

.hlBlack {
    color: black;
}

.hlHeader {
    font-weight: 600;
}

.hlHeaderExchanges {
    max-height: 150px;
    overflow-y: auto;
}

/* Exchanges */

.exMessageHeaderPrio {
    color: red;
    width: 16px;
    height: 16px;
    font-weight: 600;
}

.exMessageHeaderMsg {
    width: 30px;
    height: 16px;
    vertical-align: top;
}

.exMessageHeaderMsgImg {
    vertical-align: text-top;
}

.exMessageHeaderTxt {
    vertical-align: top;
}