﻿
body {
    background-color: #ffffff;
    margin: 0;
    padding: 0 0 30px 0;
    font-family: Lucida Sans Unicode, Verdana, Arial, Sans-Serif;
    font-size: 11px;
    color: #094686;
    margin-left: auto;
    margin-right: auto;
}


#mainTopBar {
    background-color: #2EC6A8;
    color: #FFF;
    width: 100%;
    height: 75px;
}

    #mainTopBar .left {
        padding-left: 30px;
        float: left;
    }

        #mainTopBar .left.shipment-info {
            padding-top: 20px;
            padding-left: 40px;
            min-height:50px;
            vertical-align:middle;
        }

#mainTopBar .middle {
    margin: 0 auto;
    padding-top: 20px;
}

        #mainTopBar .middle div {
            padding-left: 50%;
            text-align: left;
        }

    #mainTopBar .right {
        float: right;
        padding: 20px 30px 0 0;
    }

        #mainTopBar .right a {
            color: #FFF;
            text-decoration: none;
        }

            #mainTopBar .right a:hover {
                color: #FFF;
                text-decoration: underline;
            }

.TestEnvironment {
    background-color: #c50202 !important;
}

.tblShipmentDates {
    width: 450px;
    text-align: left;
    padding-bottom: 10px;
}

#publicHolidayAttentionBar {
    background-color: #094686;
    color: #FFF;
    width: 100%;
    height: 60px;
    padding: 10px;
    text-align: center;
    font-size: larger;
}
    #publicHolidayAttentionBar .complete {
        color:lightgreen;
    }
    #publicHolidayAttentionBar .incomplete {
        color:red;
    }

#mainMenuBar {
    padding-left: 20px;
}

    #mainMenuBar .menuDiv {
        display: inline-block;
        padding: 10px 10px 10px 10px;
    }


    #mainMenuBar a.menuDiv {
        text-decoration: none;
        color: #094686;
    }

        #mainMenuBar a.menuDiv:hover {
            text-decoration: underline;
            color: #094686;
        }

    #mainMenuBar .errorDiv {
        float: left;
        margin: 5px 0 0 80px;
        padding: 5px 20px 5px 30px;
        color: Red;
        background-image: url('../imgs/sign_warning.png');
        background-repeat: no-repeat;
    }

    #mainMenuBar a {
        font-size: 12px !important;
        padding: 15px 15px !important;
    }

        #mainMenuBar a:hover {
            background: #e3eff1;
            text-decoration: none !important;
        }

.main {
    background-color: #e3eff1;
    padding: 20px 10px 10px 10px;
}

.loginForm {
    margin-top: 24px;
    margin-left: 28px;
}

    .loginForm td {
        font-size: 11px !important;
        color: #094686 !important;
    }

#content {
    background-color: white;
    padding: 10px 20px 40px 20px;
}

    #content .left {
        float: left;
        width: 50%;
        min-width: 400px;
        padding-top: 10px;
    }

#intakeform-module span {
    display: inline-block;
    width: 128px;
}

.importresult {
    padding: 8px;
    display: block;
    margin: 8px 0;
}

    .importresult.success {
        background-color: #40b582;
        color: #ffffff;
    }

    .importresult.error {
        background-color: #de5858;
        color: #ffffff;
    }

.beheermodule {
    float: left;
    padding: 16px;
}

    .beheermodule.small {
        width: 25%;
    }

    .beheermodule.big {
        width: 60%;
    }

.clear {
    clear: both;
}

.action {
    color: #2EC6A8;
    text-decoration: none;
    margin-right: 20px;
}

    .action:hover {
        text-decoration: underline;
        color: #2EC6A8;
    }


h3 {
    font-size: 14px;
    color: #094686;
    font-weight: bold;
}


.center {
    text-align: center;
}

.popup_layout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
}

.btnNormal, .btnLarge,
.btnAction, .btnIsseen,
.btnMoChangeIsseen {
    background-color: #094686;
    border: none;
    padding: 5px;
    width: 150px;
    color: #FFF;
    font-size: 11px;
    border-radius: 3px;
}

    .btnNormal:hover,
    .btnAction:hover,
    .btnMoChangeIsseen:hover,
    .btnLarge {
        cursor: pointer;
    }

.btnAction {
    background-color: #2EC6A8;
}

    .btnAction.disabled {
        background-color: #C5C5C5;
        color: #F5F5F5;
    }

.btnIsseen {
    border: 1px solid #2EC6A8;
    background-color: #FFF;
    color: #2EC6A8;
    margin-left: 30px;
}

.btnIsseen.btnGray {
    border: 1px solid #737373;
    background-color: #FFF;
    color: #737373;
    margin-left: 30px;
}

.no_margin_top{
    margin-top: 0;
}

.btnClose {
    position: absolute;
    top: 27px;
    right: 30px;
    background-color: transparent;
    color: #2EC6A8;
    border: none;
    z-index: 1;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.btnMoChangeIsseen {
    border: 1px solid #2EC6A8;
    background-color: #FFF;
    color: #2EC6A8;
}

.btnSmall {
    width: 80px;
    height: 20px;
    padding: 2px;
}

.btnMedium {
    width: 120px;
    height: 30px;
    padding: 2px;
}

.btnLarge {
    width: 210px;
    height: 20px;
    padding: 2px;
}

.btnXLarge {
    width: 210px;
    height: 46px;
    padding: 8px;
    font-size: 20px;
    margin-top: 20px;
    margin-right: 60px;
}

    .btnXLarge.smallFont {
        font-size: initial;
    }

.outofspace {
    position: relative;
    left: -1000px;
}

.dvExport {
    margin-bottom: 12px;
    margin-top: -30px;
    text-align: right;
}

.dvSnelvinken {
    float: right;
    margin-top: -60px;
}

.filter {
    border: 1px dashed #094686;
    padding: 10px;
    width: 550px;
    height: 50px;
}

.pnlFilter {
    float: left;
    margin-bottom: 5px;
}

.pnlQ {
    padding-top: 25px;
}

.btnShow {
    margin-left: -180px;
    margin-top: 46px;
}


/* RadGrid Custom Styling */
.rgMasterTable {
    width: 100% !important;
    table-layout: fixed !important;
}

    .rgMasterTable small {
        width: 50%;
    }

    .rgMasterTable td {
        color: #094686 !important;
    }

.rgHeader {
    background: none !important;
    background-color: #094686 !important;
    color: #fff !important;
    border-color: #094686 !important;
}

    .rgHeader a {
        color: #fff !important;
        text-decoration: underline !important;
    }

    /* CSS arrow up */
    .rgHeader .rgSortAsc {
        background-image: none !important;
        width: 0 !important;
        height: 0 !important;
        border-left: 5px solid transparent !important;
        border-right: 5px solid transparent !important;
        border-bottom: 5px solid #fff !important;
    }

    /* CSS arrow down */
    .rgHeader .rgSortDesc {
        background-image: none !important;
        width: 0 !important;
        height: 0 !important;
        border-left: 5px solid transparent !important;
        border-right: 5px solid transparent !important;
        border-top: 5px solid #fff !important;
    }

.rgFilterRow td {
    background-color: #fff !important;
    padding-bottom: 4px !important;
}

.rgFilterRow .cmbFilter td {
    padding-bottom: 0px !important;
    border-bottom: none !important;
}


.rgPager {
    background: none !important;
    background-color: #fff !important;
}

.rgInfoPart {
    color: #094686 !important;
}

.rgMasterTable :first-child.rgMultiHeaderRow .rgHeader {
    font-weight: bold !important;
}

.rgRow .rgExpandCol {
    background-color: #fff !important;
    border-bottom: none !important;
}

.rgMasterTable .rgAltRow .rgExpandCol {
    background-color: #f2f2f2 !important;
    border-bottom: none !important;
}

.rgStatus {
    border-right-color: #7b7b7b !important;
}

.rgFilterBox {
    border-color: #7b7b7b !important;
}

.rgRow td,
.rgAltRow td,
.rgMasterTable .rgAltRow .rgExpandCol,
.rgMasterTable .rgRow .rgExpandCol {
    border-bottom: 1px solid #f2f2f2 !important;
    border-top: 1px solid #f2f2f2 !important;
}


.rgRow.radGridRow:hover, .rgAltRow.radGridRow:hover {
    cursor: pointer !important;
    background-color: #f2f7f9 !important;
}

.rgSelectedRow td {
    background-color: #dcdcdc !important;
}

table tr {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.rgNoRecords td {
    height: 150px;
    text-align: center !important;
    font-weight: bold;
}

.gridHighlight {
    background-color: #2EC6A8;
}

/* End RadGrid Custom Styling */

/* Grid Filter*/

div .grid-filter-box {
    border-bottom: none;
    padding: 0px 10px;
    position: relative;
}

    div .grid-filter-box .border {
        border: solid 1px #828282;
        float: left;
        margin-bottom: 20px;
        margin-left: -10px;
        padding: 10px;
        background: #e3eff1;
    }

    div .grid-filter-box h4 {
        margin: 4px;
    }

    div .grid-filter-box #mutatie-box {
        padding-bottom: 8px;
    }

        div .grid-filter-box #mutatie-box label {
            padding-right: 40px;
        }

.grid-filter-box .snelvinken {
    float: right;
    margin-top: -15px;
    margin-right: -10px;
    margin-bottom: 40px;
}

.grid-filter-box div.export, div.export {
    margin-bottom: 0px;
    margin-top: 33px;
    text-align: right;
    position: absolute;
    right: 0px;
    bottom: 5px;
}

div.export {
    margin-top: 0px;
    float: right;
    position: relative;
}

/* End Grid Filter*/

/* Klantgegevens */

.dvCrumble {
    float: left;
}

.dvHdrRight {
    float: right;
    margin-top: -20px;
    margin-bottom: -18px;
}


.ruler {
    height: 1px;
    width: 100%;
    background-color: #e3eff1;
    position: relative;
    z-index: 1;
    top: 57px;
}

.dvtabs {
    position: relative;
    z-index: 2;
    margin-top: 30px;
}

.tab,
.firstTab,
.secondTab,
.thirdTab,
.fourthTab {
    background-position: 10px;
    background-color: #094686;
    width: 160px;
    padding: 4px 0 2px 0;
    height: 20px;
    text-decoration: none;
    color: #FFF;
    margin-right: 6px;
    border-bottom: solid 1px #094686;
}

.tab-selected,
.firstTabSelected,
.secondTabSelected,
.thirdTabSelected,
.fourthTabSelected {
    background-color: #FFF;
    width: 150px;
    padding: 4px 0 2px 0;
    height: 20px;
    text-decoration: none;
    color: #094686;
    border-left: solid 1px #e3eff1;
    border-top: solid 1px #e3eff1;
    border-right: solid 1px #e3eff1;
    border-bottom: none;
}


.tblCustomerData {
    padding-bottom: 10px;
}


    .tblCustomerData td {
        width: 260px;
    }

.tblCustomerDataEdit {
    padding-bottom: 10px;
}

    .tblCustomerDataEdit td {
        height: 35px;
        width: 260px;
    }

        .tblCustomerDataEdit td:first-child {
            vertical-align: top;
            padding-top: 10px;
            height: 25px;
        }

.ToKlant {
    padding-left: 10px;
    position: relative;
    top: 3px;
}

.btnLO {
    position: relative;
    top: -10px;
    right: 30px;
    float: right;
}


#tblCusTypes {
    text-align: left;
}


.prescriptionPanel {
    margin-top: -20px;
}

.prescriptionInput {
    width: 150px;
}

.prescriptionInputDate {
    width: 180px !important;
}


#dvStatus,
#dvCustomerdetails {
    margin: 10px 0 10px 0;
    width: 95%;
    padding: 10px 10px 20px 20px;
    background-color: #e3eff1;
}


#dvGrid,
#dvOrderdata {
    padding: 20px 10px 10px 0;
}


#dvOrderdetails {
    float: left;
}

#dvCustomerdetails {
    float: left;
    background: #e3eff1;
}


.detailsLftClmn {
    float: left;
    background: #fff;
    border: 1px solid #d5d4d4;
}

.detailsLftClmnStep1 {
    float: left;
}

.detailsLftClmn,
.detailsLftClmnStep1,
#dvOrderdetails {
    width: 65%;
    margin-right: 30px;
}

.detailsRghtClmn,
#dvCustomerdetails {
    width: 29%;
    line-height: 20px;
}

.dvInfoTicket {
    padding: 10px 0px 6px 10px;
    width: 23%;
    float: left;
}

    .dvInfoTicket .RadPicker {
        width: 110px !important;
        margin-top: -5px;
    }

#accountHeader {
    margin-left: 32px;
}


#tblAccountdetails {
    text-align: left;
}

    #tblAccountdetails tr {
        height: 34px;
    }

    #tblAccountdetails th {
        text-align: left;
    }

    #tblAccountdetails td {
        width: 240px;
    }

.Forms {
    margin: 30px 0px;
}

    .Forms table tr {
        height: 34px;
    }

    .Forms table th {
        padding-right: 48px;
        text-align: left;
        width: 100px;
    }

    .Forms td {
        width: 240px;
    }

    .Forms .divBtns {
        margin-top: 30px;
    }

    .Forms .txtMedium {
        width: 200px;
    }

    .Forms .txtLarge {
        width: 300px;
    }

    .Forms .ddlMedium {
        width: 203px;
    }

    .Forms .ddlLarge {
        width: 303px;
    }

    .Forms .ddlSmall {
        width: 100px;
    }

.ddlMedium2 {
    width: 123px !important;
}

.divBtns {
    margin-top: 12px;
}

.right {
    float: right;
}


#dvUploadBtns {
    padding: 10px 0 30px 0;
}


.topPadded {
    padding-top: 100px;
}

.disabled {
    color: #80adbd;
}


.log {
    background-color: #e3eff1;
    font-family: 'Courier New';
    font-size: 12px;
    color: #408ca8;
}


.divLogChangeML table td {
    vertical-align: top;
    max-width: 300px;
    min-width: 300px;
}


/***RadWindow***/
.rwTitlebar,
.rwTopLeft,
.rwTopRight,
.rwTopResize {
    background-color: #094686 !important;
}

.LogMLTable ul {
    float: none !important;
}


/***End RadWindow***/

/***Radupload***/

.dvUpload {
    padding: 10px 10px 10px 10px;
}

    .dvUpload #DropZone {
        border: 1px dashed #094686;
        font-weight: bold;
        height: 80px;
        width: 500px;
        text-align: center;
        vertical-align: middle;
    }

    .dvUpload.import {
        background-color: #e3eff1;
        width: 660px;
        padding: 20px;
    }

        .dvUpload.import .container {
            margin: 0 auto;
            width: 500px;
            line-height: 80px;
        }

.radAsyncUpload {
    margin-left: 8px;
    width: 300px !important;
}


/* Error radUpload */
.ruError .ruErrorMessage {
    color: #ef0000;
    text-transform: lowercase;
    padding-bottom: 0;
}

/** Validation error */

.ruError {
    padding: 5px 5px 5px 20px;
    border: 1px solid #ef0000;
    background: #f9e8e8;
}

    .ruError .ruFileWrap {
        height: auto;
        overflow: visible !important;
        display: block;
    }

    .ruError .ruUploadProgress {
        margin-left: -18px;
        display: block;
    }

    .ruError .ruUploadFailure {
        background-position: 2px 80%;
    }

    .ruError .ruErrorMessage {
        display: block;
        text-transform: lowercase;
    }
/***End Radupload***/

/* Validation*/
.ValError {
    margin: 20px 10px 10px 5px;
    padding: 12px 20px 5px 42px;
    min-width: 180px;
    max-width: 350px;
    border: solid 1px Red;
    color: Red;
    background-image: url('../imgs/sign_warning.png');
    background-repeat: no-repeat;
    background-position-x: 8px;
    background-position-y: 8px;
}

.ErrorText {
    color: red;
}

.Hidden {
    display: none;
}

.ValSuccess {
    margin: 20px 10px 10px 5px;
    padding: 12px 20px 15px 46px;
    min-width: 180px;
    max-width: 350px;
    border: solid 1px Green;
    color: #094686;
    background-image: url('../imgs/info.png');
    background-repeat: no-repeat;
    background-position-x: 8px;
    background-position-y: 8px;
}
/* end Validation*/


.dvInfo {
    margin-bottom: 30px;
}

.inlineheader {
    display: inline;
    padding-left: 2px;
    padding-right: 10px;
}

.OrderTab {
    padding-top: 14px;
    width: 100%;
}


/* Einde Klantgegevens */


#tblOrderdetails {
    width: 100%;
}

    #tblOrderdetails th {
        vertical-align: top;
        text-align: left;
        font-weight: normal;
        width: 300px;
    }

    #tblOrderdetails .orderDetails {
        display: none;
    }

.inline-select {
    display: inline !important;
}

.tijdvak {
    padding-left: 20px;
}

.tijdvak,
.afleverdatum {
    font-size: 12px;
    font-weight: bold;
}

.Left {
    float: left;
    padding-left: 5px;
}


.formrule {
    display: inline-block;
    margin-bottom: 4px;
    width: 110px;
    text-align: left;
}

.Dwnld {
    width: 290px;
    text-align: left;
}

.rwCloseButton {
    display: block;
    width: 17px;
    height: 17px;
    background: url('../imgs/wizardclose.png') no-repeat center !important;
    position: absolute;
    right: 0px;
    background-color: #094686 !important;
    border: none !important;
}

.RadWindow_Metro table.rwTitlebarControls em {
    text-transform: none !important;
}

.RadWindow_Metro .rwControlButtons a {
    background-color: #094686 !important;
    border: none !important;
}

.rwWindowContent {
    padding-top: 10px;
}

.dvUpload input, .dvUpload select {
    margin-bottom: 20px !important;
}

.ruInputs {
    margin-left: -8px !important;
    margin-bottom: 20px !important;
}


.wizardstepcontent.stap.stap2 button {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 174px;
}

.wizardstepcontent.stap.stap2 .btnAction {
    margin-left: 0px;
}

.tblWizard .wizarddelete {
    top: 4px;
    left: 41px;
}

input[type=checkbox], input[type=radio] {
    vertical-align: -3px;
}


.rwWindowContent div:first-child {
    height: auto !important;
}


.wizardEersteLevering {
    width: 83px;
}

/* Popup */
.white_contentOrderCancel {
    display: none;
    position: absolute;
    top: 8%;
    left: 30%;
    width: 450px;
    min-width: 450px;
    height: 300px;
    z-index: 1004;
    overflow: auto;
}

.white_contentLegenda {
    display: none;
    position: absolute;
    top: 8%;
    left: 25%;
    width: 650px;
    min-width: 450px;
    height: 350px;
    z-index: 1004;
    overflow: auto;
}

    .white_contentLegenda.large {
        top: 8%;
        left: 10%;
        width: 80%;
        height: 80vh;
        min-height: 650px;
        z-index: 1004;
        overflow: auto;
        background: white;
    }

    .white_contentLegenda.bezorgmelding {
        height: 50vh;
    }

    .white_contentLegenda.large img {
        width: 100%;
    }

.white_contentNoCustomer {
    display: none;
    position: absolute;
    top: 50%;
    left: 25%;
    width: 650px;
    min-width: 450px;
    height: 350px;
    z-index: 1004;
    overflow: auto;
}

.white_contentDeleteUser {
    display: none;
    position: absolute;
    top: 8%;
    left: 30%;
    width: 450px;
    min-width: 450px;
    height: 300px;
    z-index: 1004;
    overflow: auto;
}

.white_contentDeleteFamily {
    display: none;
    /*centre the pop-up in the middle of any screen*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1004;
    overflow: auto;
}

.white_contentAnnuleerIntake {
    display: none;
    position: absolute;
    top: 8%;
    left: 30%;
    width: 450px;
    min-width: 450px;
    height: 300px;
    z-index: 1004;
    overflow: auto;
}

.white_contentResetIntake {
    display: none;
    width: 450px;
    min-width: 450px;
    height: 300px;
    /*centre the pop-up in the middle of any screen*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1004;
    overflow: auto;
}

.text-align-center {
    text-align: center !important;
}

.full-table-width {
    width: 100%;
}

.reset-intake-status-button {
    margin-left: 0px !important;
}

.white_contentIntakeZorgverlener {
    display: none;
    position: absolute;
    top: 8%;
    left: 30%;
    width: 450px;
    min-width: 450px;
    height: 500px;
    z-index: 1004;
    overflow: auto;
}

.white_contentIntake {
    display: none;
    position: absolute;
    top: 30%;
    left: 30%;
    width: 450px;
    min-width: 450px;
    height: 400px;
    z-index: 1004;
    overflow: auto;
}

.popup {
    position: relative;
    background-color: #fff;
    padding: 30px;
}

.popupclose {
    display: block;
    width: 17px;
    height: 17px;
    background: #094686 url('../imgs/wizardclose.png') no-repeat center;
    position: absolute;
    top: 30px;
    right: 30px;
}

.popup .spacer {
    height: 20px;
}

.inactivateKlant {
   height:80%;
   width:85%;
}

/* Lightbox */
.black_overlayPopup {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.3;
    opacity: .30;
    filter: alpha(opacity=30);
}



/* Legenda*/
.popup td {
    vertical-align: top;
}

    .popup td.left {
        text-align: left;
    }

    .popup td.right {
        text-align: right;
    }

.lgOrange, .lgMint, .lgBlue, .lgGrey {
    width: 40px;
    height: 30px;
    background-color: #ffcc00;
}

.lgMint {
    background-color: #adebeb;
}

.lgBlue {
    background-color: #239090;
}

.lgGrey {
    color: #CCCCCC;
    background-color: white;
    margin-left: 3px;
}

.dvBtnLO {
    padding: 10px;
    width: 350px;
    text-align: right;
}

.dvBtnLO2nd {
    padding: 10px;
    width: 350px;
    text-align: right;
    margin-top: -10px;
}


.mutation {
    font-style: italic;
}

.rgMasterTable tr.disabledText td {
    color: #CCCCCC !important;
    cursor: pointer;
}

.rgMasterTable tr.needActionText td {
    color: Red !important;
    cursor: pointer;
}

.TijdelijkBlokkerenOrderTekst {
    margin-left: 30px;
    color: red;
}


.chkUpdateFutureOrders {
    vertical-align: top !important;
}

    .chkUpdateFutureOrders + label {
        width: 550px;
        display: inline-block;
    }

.white_geenOrderItems {
    display: block;
    position: absolute;
    top: 8%;
    left: 30%;
    width: 450px;
    min-width: 450px;
    height: 300px;
    z-index: 1004;
    overflow: auto;
}

.black_geenOrderItems {
    display: block;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.3;
    opacity: .30;
    filter: alpha(opacity=30);
}

.white_NietThuis {
    display: none;
    position: absolute;
    top: 8%;
    left: 30%;
    width: 450px;
    min-width: 450px;
    height: 230px;
    z-index: 1004;
    overflow: auto;
}

.white_InactivateKlant {
    display: none;
    position: absolute;
    top: 8%;
    left: 30%;
    width: 700px;
    height: 300px;
    z-index: 1004;
    overflow: auto;
}

.white_ChooseAddress {
    display: none;
    position: absolute;
    top: 8%;
    left: 30%;
    width: 450px;
    min-width: 450px;
    z-index: 1004;
    overflow: auto;
}

.white_locked {
    display: block;
    position: absolute;
    top: 8%;
    left: 30%;
    width: 450px;
    min-width: 450px;
    height: 300px;
    z-index: 1004;
    overflow: auto;
}

.black_locked {
    display: block;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.3;
    opacity: .30;
    filter: alpha(opacity=30);
}


.DashboardMain {
    width: 100%;
    min-width: 850px;
}

    .DashboardMain .DashboardLeft {
        float: left;
        width: 360px;
    }

    .DashboardMain .DashboardLeftCenter {
        float: left;
        width: 460px;
    }

    .DashboardMain .DashboardCenter {
        float: left;
        width: 460px;
    }

    .DashboardMain .DashboardRight {
        float: left;
        width: 350px;
    }

.DashboardMutaties {
    margin-top: -10px;
}

    .DashboardMutaties td:nth-child(2) {
        width: 230px;
    }

    .DashboardMutaties td:nth-child(3) {
        width: 75px;
        text-align: right;
    }

    .DashboardMutaties .NieuweOrderDB {
        width: 20px;
        height: 15px;
        background-color: #ffcc00;
    }

    .DashboardMutaties .GewijzigdeOrderDB {
        width: 20px;
        height: 15px;
        background-color: #adebeb;
    }

    .DashboardMutaties .NieuweLosseOrderDB {
        width: 20px;
        height: 15px;
        background-color: #239090;
    }

.DashboardGestopt {
    margin-left: -3px;
}




.DashboardGeblokkeerd {
    margin-top: -10px;
}

    .DashboardGeblokkeerd td {
        width: 220px;
    }

        .DashboardGeblokkeerd td:nth-child(2) {
            width: 75px;
            text-align: right;
        }

.DashboardActief, .DashboardGestopt {
    margin-top: -10px;
    margin-left: -3px;
}

    .DashboardActief td, .DashboardGestopt td {
        width: 223px;
    }

        .DashboardActief td:nth-child(2), .DashboardGestopt td:nth-child(2) {
            width: 75px;
            text-align: right;
        }

    .DashboardActief a, .DashboardActief a:hover, .DashboardGestopt a, .DashboardGestopt a:hover {
        text-decoration: none;
        color: #094686;
    }


.DashboardTotaal {
    margin-bottom: 25px;
}

.DashboardTable, .DashboardTotaal {
    margin-top: -10px;
}

    .DashboardTable td, .DashboardTotaal td {
        width: 220px;
    }

    .DashboardTotaal td {
        padding-top: 10px;
    }

        .DashboardTable td:nth-child(2), .DashboardTotaal td:nth-child(2) {
            width: 75px;
            text-align: right;
        }

    .DashboardTable tr:nth-child(odd) {
        background-color: #e3eff1;
    }

    .DashboardTable a, .DashboardTable a:hover {
        text-decoration: none;
        color: #094686;
    }

.DashboardAIS th {
    text-align: left;
    padding: 0px;
    border-spacing: 0px;
}

.DashboardAIS td {
    width: 170px;
}

.DashboardAIS .LaatsteKolom {
    text-align: right;
    width: 52px !important;
}

.DashboardOLL {
    padding: 0px;
    border-spacing: 0px;
    margin-bottom: 5px;
}

    .DashboardOLL th {
        text-align: left;
        padding: 0px;
        border-spacing: 0px;
    }

    .DashboardOLL td {
        width: 148px;
    }

    .DashboardOLL .LaatsteKolom {
        text-align: right;
        width: 36px !important;
    }

.subheader {
    font-style: italic;
    display: block;
    margin-top: -18px;
}

.DashboardLosseLeveringen td {
    width: 250px;
}

    .DashboardLosseLeveringen td:nth-child(2) {
        width: 75px;
        text-align: right;
    }

.spacer {
    height: 20px;
}

.spacer-width {
    width: 20px;
}

.outline {
    border: 0px solid #a6a6a6;
    margin: 0px;
}

.outlineStep1 {
    border: 1px solid #a6a6a6;
    margin: 10px 10px 10px 0px;
}

.divspace {
    padding: 10px 15px 15px 15px;
}

#dvSelectklant .inputSrch {
    margin-top: 10px;
}

#dvSelectklant input[type="button"] {
    margin-top: 10px;
}

#dvSetTicket .message {
    padding-top: 80px;
}

hr {
    display: block;
    position: relative;
    padding: 0;
    margin: 20px auto;
    height: 0;
    width: 100%;
    clear: both;
    border: none;
    border-top: 1px solid #d2d1d1;
}

.titlebar {
    background-color: #094686;
    height: 5%;
    color: #ffffff;
    padding: 5px 15px 1px 15px;
}

.reaction {
    border-bottom: 1px solid #d5d4d4;
    background: #ffffff;
}

    .reaction h3 {
        font-family: Arial, Verdana;
        line-height: 10px;
        font-size: 16px;
    }

    .reaction .titlebar {
        background-color: #2EC6A8;
        font-size: 16px;
        font-family: Arial, Verdana;
        font-weight: normal;
        padding-bottom: 5px;
    }

    .reaction h1 {
        font-family: Arial, Verdana;
        line-height: 0px;
    }

    .reaction textarea {
        border: 1px solid #e9e8e8;
        font-family: Arial, Verdana;
        color: #6c6c6c;
        margin-top: 20px;
        width: 71%;
        min-height: 70px;
    }

    .reaction select {
        border: 1px solid #aaa9a9;
    }

    .reaction .div-left {
        width: 70%;
        float: left;
    }

    .reaction .div-right {
        width: 25%;
        float: right;
        border-left: 1px solid #a6a6a6;
        padding-left: 20px;
    }


.topticket {
    padding: 10px;
}


.reactiemdd {
    width: 70%;
    background: #ffffff;
    margin: 20px 20px 20px 30px;
    padding-bottom: 20px;
    height: auto;
    border: 1px solid #e9e8e8;
    display: inline-block;
    position: relative;
}

    .reactiemdd::after {
        background-color: #fff;
        border-left: 1px solid #e9e8e8;
        border-bottom: 1px solid #e9e8e8;
        content: "\00a0";
        display: block;
        height: 16px;
        position: absolute;
        top: 60px;
        left: -8px;
        transform: rotate( 29deg ) skew( -35deg );
        -moz-transform: rotate( 29deg ) skew( -35deg );
        -ms-transform: rotate( 29deg ) skew( -35deg );
        -o-transform: rotate( 29deg ) skew( -35deg );
        -webkit-transform: rotate( 29deg ) skew( -35deg );
        width: 15px;
    }



    .reactiemdd .titlebar {
        background: #048fc2;
        font-size: 16px;
        font-family: Arial, Verdana;
        font-weight: normal;
        padding-bottom: 5px;
    }

    .reactiemdd h1 {
        font-family: Arial, Verdana;
        line-height: 0px;
    }

    .reactiemdd .div-left {
        width: 100%;
    }

    .reactiemdd textarea {
        border: 1px solid #cacaca;
        font-family: Arial, Verdana;
        color: #6c6c6c;
        margin-top: 20px;
        width: 90%;
        min-height: 50px;
    }

    .reactiemdd select {
        border: 1px solid #aaa9a9;
    }

    .reactiemdd .div-left p {
        border-left: 1px solid #a6a6a6;
        padding-left: 15px;
        line-height: 20px;
    }




.reactieadd {
    width: 70%;
    background: #ffffff;
    margin: 20px 30px 20px 20px;
    padding-bottom: 20px;
    height: auto;
    position: relative;
    float: right;
    border: 1px solid #e9e8e8;
}

    .reactieadd::after {
        background-color: #fff;
        border-top: 1px solid #e9e8e8;
        border-right: 1px solid #e9e8e8;
        content: "\00a0";
        display: block;
        height: 16px;
        position: absolute;
        top: 60px;
        right: -10px;
        transform: rotate( 29deg ) skew( -35deg );
        -moz-transform: rotate( 29deg ) skew( -35deg );
        -ms-transform: rotate( 29deg ) skew( -35deg );
        -o-transform: rotate( 29deg ) skew( -35deg );
        -webkit-transform: rotate( 29deg ) skew( -35deg );
        width: 15px;
    }


    .reactieadd .titlebar {
        background: #094686;
        font-size: 16px;
        font-family: Arial, Verdana;
        font-weight: normal;
        padding-bottom: 5px;
    }

    .reactieadd h1 {
        font-family: Arial, Verdana;
        line-height: 0px;
    }


    .reactieadd textarea {
        border: 1px solid #cacaca;
        font-family: Arial, Verdana;
        color: #6c6c6c;
        margin-top: 20px;
        width: 90%;
        min-height: 50px;
    }

    .reactieadd select {
        border: 1px solid #aaa9a9;
    }



.outline_temp {
    border: 0px solid #000;
    margin: 10px 10px 10px 0px;
    padding-bottom: 5px;
    background: #f5f5f5;
    width: 65%;
    margin-top: 40px;
}




.reactieadd .div-left {
    width: 90%;
    float: right;
    text-align: right;
}

    .reactieadd .div-left p {
        float: right;
        border-right: 1px solid #a6a6a6;
        padding-right: 15px;
    }



.detailsRghtClmn h3 {
    border-bottom: 1px solid #99b6bb;
    line-height: 35px;
}


.afgehandeld {
    background: rgb(227, 239, 241);
    border-bottom: 1px solid #d5d4d4;
}

    .afgehandeld h1 {
        font-size: 18px;
    }






.mr-15 {
    margin-right: 15px;
    margin-bottom: 5px;
}

#dvSetTicket.div.left {
    width: 50%;
    float: left;
}

#dvSetTicket.div.right {
    width: 36%;
    float: right;
    border-left: 1px solid #a6a6a6;
    padding-left: 20px;
}

.statusinfo {
    color: #095a7e;
}

.formwidth {
    width: 300px;
}

.table-vragen {
    border-collapse: collapse;
    border-spacing: 0;
    width: 400px;
}

.tablelink {
    color: #094686;
}

.table-vragen-top {
    background: #094686;
    color: #ffffff;
    text-align: left;
    height: 10px;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.table-vragen td {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 7px 20px;
    border: 1px solid #f2f2f2;
    overflow: hidden;
    word-break: normal;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.table-vragen th {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 7px 20px;
    border-style: solid;
    border-width: 0px;
    overflow: hidden;
    word-break: normal;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.table-vragen .table-row {
    vertical-align: top;
}

.mRadGridLeveringenPerWeek .rgRow:hover,
.mRadGridLeveringenPerWeek .rgAltRow:hover,
.mRadGridOLL .rgRow:hover,
.mRadGridOLL .rgAltRow:hover {
    background: none !important;
    cursor: auto !important;
}


.rgRow:hover,
.mRadGridLeveringenPerWeek .rgAltRow:hover,
.mRadGridOLL .rgRow:hover,
.mRadGridOLL .rgAltRow:hover {
    background: none !important;
    cursor: auto !important;
}

.mRadGridLeveringenPerWeek .rgMultiHeaderRow .rgHeader {
    text-align: right;
    vertical-align: bottom;
}


.hiddeniframe {
    display: none;
}

.popup_datetime {
    max-width: 5px;
}

.KlantdetailLeft {
    width: 48% !important;
}

    .KlantdetailLeft .txtLarge {
        width: 280px;
    }

.KlantdetailRight {
    min-width: 620px !important;
}

#content .left.KlantdetailRight {
    float: right;
}

#acc-content {
    display: none;
}

    #acc-content.visible {
        display: block;
    }

.filter-box {
    float: left;
    margin-left: -10px;
    margin-bottom: 10px;
}

    .filter-box input[type="radio"]:first-of-type {
        margin-left: 0px;
    }

.gear {
    float: left;
    margin-left: 75px;
    margin-top: -50px;
    margin-bottom: 10px;
}

    .gear img {
        width: 25px;
    }

.row {
    width: 100%;
    box-sizing: border-box;
}

    .row:after {
        content: "";
        display: table;
        clear: both;
    }

.col-12 {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    float: left;
}

.col-3 {
    float: left;
    padding: 10px;
    box-sizing: border-box;
    width: 25%;
}

.col-4 {
    width: 33%;
}

.bg-white {
    padding: 20px;
    background: #fff;
    min-height: 570px;
}

    .bg-white.bg-short {
        min-height: 160px;
    }

    .bg-white .DashboardMutaties {
        margin-bottom: 20px;
    }

    .bg-white .bg-white-header {
        background: #094686;
        margin-lefT: -20px;
        margin-top: -20px;
        margin-right: -20px;
        padding: 10px;
        margin-bottom: 15px;
    }

        .bg-white .bg-white-header h3,
        .bg-white .bg-white-header label,
        .bg-white .bg-white-header h1 {
            margin-top: 0px;
            color: white;
            margin: 0px;
        }

    .bg-white table {
        width: 100%;
    }

.gb-white #DashboardRight,
.col-3 .gb-white #DashboardCenter,
.col-3 .gb-white #DashboardLeftCenter,
.col-3 .gb-white #DashboardLeft {
    width: 100%;
}

.inline-title h3 {
    display: inline;
}

.inline-title label {
    display: inline;
}

.blue-top-border {
    border-top: 20px solid #e3eff1;
}

.middle p {
    margin-bottom: 0px;
    margin-top: 0px;
    width: 350px;
}

    .middle p span {
        float: right;
    }

.blue-bg {
    background: #e3eff1;
    padding: 0px 10px;
}

.dark-blue-bg {
    background: #094686;
    padding: 10px;
}



.full-table {
    width: 100%;
}

.ddmenu {
    position: relative;
}

    .ddmenu ul {
        list-style-type: none;
        padding-left: 0px;
        margin-top: 5px;
        font-size: 14px;
    }

    .ddmenu .right {
        position: absolute;
        right: 0px;
        top: 15px;
    }

    .ddmenu input {
        position: absolute;
        left: -20px;
        top: 0px;
    }

    .ddmenu a {
        font-size: 14px;
        text-decoration: none;
        color: #094686;
    }

    .ddmenu ul li {
        position: relative;
        padding-left: 0px;
        padding-right: 10px;
    }

        .ddmenu ul li img {
            position: absolute;
            left: 0px;
            top: 3px;
        }

    .ddmenu.show ul li {
        display: block;
    }

    .ddmenu ul li.active {
        display: block;
        font-weight: bold;
    }

.row {
    width: 100%;
}

.col-6 {
    width: 50%;
    float: left;
}

.btnHeader {
    float: right;
    border: none;
    background: #e3eff1;
    color: #094686;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 11px;
    margin-left: 5px;
}

    .btnHeader:hover {
        cursor: pointer;
        background: #bfd6da;
    }

.btnHeaderIntakeStatus {
    float: right;
    border: none;
}

.delrule svg:last-of-type {
    display: none;
}

.delrule:hover svg:last-of-type {
    display: inline;
}

.delrule:hover svg:first-of-type {
    display: none;
}

.delruleFamily svg:last-of-type {
    display: none;
}

.delruleFamily:hover svg:last-of-type {
    display: inline;
}

.delruleFamily:hover svg:first-of-type {
    display: none;
}

.popup_shipment_lbl {
    display: none;
    position: relative;
    top: 8%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    min-width: 450px;
    height: auto;
    z-index: 1004;
    overflow: auto;
}

    .popup_shipment_lbl.show {
        display: block;
    }

    .popup_shipment_lbl h2 {
        margin-top: 0px;
    }

    .popup_shipment_lbl .RadGrid_Default {
        margin-bottom: 15px;
    }

.popup_info {
    display: none;
    position: relative;
    top: 8%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    min-width: 450px;
    height: auto;
    z-index: 1004;
    overflow: auto;
    height: 80vh;
    min-height: 650px;
}

    .popup_info.show {
        display: block;
    }

    .popup_info h2 {
        margin-top: 0px;
    }

    .popup_info .RadGrid_Default {
        margin-bottom: 15px;
    }


#fadelightboxShipment {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
    z-index: 9;
}

    #fadelightboxShipment.show {
        display: block;
    }

#fadelightboxInfo {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
    z-index: 9;
}

    #fadelightboxInfo.show {
        display: block;
    }

.popup_resetKlant_lbl {
    display: none;
    position: relative;
    top: 8%;
    width: 35%;
    margin-left: auto;
    margin-right: auto;
    min-width: 450px;
    height: auto;
    z-index: 1004;
    overflow: auto;
}

    .popup_resetKlant_lbl.show {
        display: block;
    }

    .popup_resetKlant_lbl h2 {
        margin-top: 0px;
    }

    .popup_resetKlant_lbl .RadGrid_Default {
        margin-bottom: 15px;
    }

#fadelightboxResetKlant {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
    z-index: 9;
}

    #fadelightboxResetKlant.show {
        display: block;
    }

.popup_IntakeMail_lbl {
    display: none;
    position: relative;
    top: 8%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    min-width: 450px;
    height: auto;
    z-index: 1004;
    overflow: auto;
}

    .popup_IntakeMail_lbl.show {
        display: block;
    }

    .popup_IntakeMail_lbl h2 {
        margin-top: 0px;
    }

    .popup_IntakeMail_lbl .RadGrid_Default {
        margin-bottom: 15px;
    }

.fadelightboxIntakeMail {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
    z-index: 9;
}

    .fadelightboxIntakeMail.show {
        display: block;
    }

.sendIntakeMail {
    margin-bottom: -30px;
}

.close-pop.abso-right {
    position: absolute;
    right: 30px;
    top: 30px;
    background: #094686;
    color: white;
    border: 0px;
    padding: 5px 10px;
    border-radius: 1px;
}

#dvInfoSFTP {
    display: none;
    float: right;
    width: 200px;
    box-shadow: 2px 2px 4px 0px #807d7d;
    margin: 0px 0px 0px 10px;
    padding: 5px;
}


/* ----------------------- */


.popup_intake_lbl {
    display: none;
    position: relative;
    top: 8%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    min-width: 450px;
    height: auto;
    z-index: 1004;
    overflow: auto;
}

    .popup_intake_lbl.show {
        display: block;
    }

    .popup_intake_lbl h2 {
        margin-top: 0px;
    }

    .popup_intake_lbl .RadGrid_Default {
        margin-bottom: 15px;
    }


/*If these end up being the same, consolidate*/

#fadelightboxInvitation {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
    z-index: 9;
}

    #fadelightboxInvitation.show {
        display: block;
    }

#fadelightboxInvitationReminder {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
    z-index: 9;
}

    #fadelightboxInvitationReminder.show {
        display: block;
    }

#fadelightboxAppointmentReminder {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
    z-index: 9;
}

    #fadelightboxAppointmentReminder.show {
        display: block;
    }


#dvReasonDeclined {
    display: none;
}

.intake-notitie {
    width: 500px;
}

[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

    /* Hide the tooltip content by default */
    [data-tooltip]:before,
    [data-tooltip]:after {
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        pointer-events: none;
    }

    /* Position tooltip above the element */
    [data-tooltip]:before {
        position: absolute;
        bottom: 150%;
        left: 50%;
        margin-bottom: 5px;
        margin-left: -80px;
        padding: 7px;
        width: 160px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #e3eff1;
        background-color: hsl(189, 33%, 92%);
        color: #094686;
        content: attr(data-tooltip);
        text-align: center;
        font-size: 14px;
        line-height: 1.2;
    }

    /* Triangle hack to make tooltip look like a speech bubble */
    [data-tooltip]:after {
        position: absolute;
        bottom: 150%;
        left: 50%;
        margin-left: -5px;
        width: 0;
        border-top: 5px solid #e3eff1;
        border-top: 5px solid hsl(189, 33%, 92%);
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: " ";
        font-size: 0;
        line-height: 0;
    }

    /* Show tooltip content on hover */
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

.checkbox label {
    margin-left: 5px;
}

.buttonNietThuisMinus {
    margin-bottom: -7px;
}

.buttonNietThuisPlus {
    margin-bottom: -7px;
    margin-left: 1px;
}

.headerVersion {
    margin-top: -15px;
    margin-left: 2px;
    float: left;
}

.familyTable th {
    text-align: left;
    width: 40%;
}

    .familyTable th:last-child {
        width: 20%;
    }

.familyTable td {
    text-align: left;
    width: 40%;
}

    .familyTable td:last-child {
        width: 20%;
    }

.familyTable-noresult {
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.familyColliTable th:first-child {
    text-align: left;
    table-layout: fixed;
    width: 300px;
}

.familyColliTable th:nth-child(2) {
    text-align: left;
    table-layout: fixed;
    width: 200px;
}

.familyColliTable th:last-child {
    text-align: left;
    table-layout: fixed;
    width: 200px;
}

.familyColliTable td:first-child {
    text-align: left;
    table-layout: fixed;
    width: 300px;
}

.familyColliTable td:nth-child(2) {
    text-align: left;
    table-layout: fixed;
    width: 200px;
}

.familyColliTable td:last-child {
    text-align: left;
    table-layout: fixed;
    width: 200px;
}

.familyColliTableSpan {
    padding: 5px;
    width: 100%;
    margin-left: -5px;
    margin-right: -10px;
    display: inline-block;
    border-bottom: 1px solid #f2f2f2;
}

.addresCell {
    height: 125px;
    padding-top: 20px;
}

.addresCell td {
    width: 150px;
}

.btnInfo {
    margin-top: 15px;
    margin-left: 8px;
}

.publicHolidayLink {
    color: #ffffff;
}