﻿.dashboardHeader {
    width: 100%;
    height: 20px;
    margin: 5px 0;
}
.dashboardHeader_bottom {
    display: none;
}

@media(max-width: 880px) {
    .dashboardHeader {
        display: none;
    }
    .dashboardHeader_bottom {
        display: block !important;  
        bottom: 0;
        position: relative;
    }
}

.dashboardEditHeader {
    position: absolute;
    right: 25px;
    top: -2px;
    z-index: 1;
}

#catalog {
    display: none;
    position: absolute;
    right: 5px;
    top: 0px;
    width: 240px;
    z-index: 1000;
}

#catalog_list {
    vertical-align: middle;
    width: 200px;
    padding: 2px;
}

.catalog_item {
    vertical-align: middle;
    height: 20px;
    padding-top: 4px;
    padding-left: 4px;
    background-color: White;
    border-bottom: solid 1px #ccc;
    overflow: hidden;
    color: #444444;
}

.part_areaheader {
    color: #000;
    font-weight: normal;
    height: 18px;
    border-bottom: solid 1px #ddd !important;
    background-position: bottom;
}

.catalog_item a:link, .catalog_item a:visited {
    text-decoration: none;
    color: #444444;
}

.catalog_item:hover {
    cursor: pointer;
    color: Black;
}

/************** Dashlets Popup ********************/

.tab-container ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    border-right: 1px solid #DBDBDB;
}

.tab-container ul li {
    display: block;
    padding: 5px 5px 5px 10px;
    text-decoration: none;
    font-weight: 500;
}

.tab-container ul li.active {
    text-decoration: none;
    background-color: #969696;
    color: #FFFFFF;
}

.tab-container ul li:hover {
    text-decoration: none;
    background-color: #969696;
    color: #FFFFFF;
}

.dashletsContainer {
    position: relative;
    display: inline-block;
    margin-left: 10px;
}

.dashletsContainer > div {
    display: none;
    top: 0;
    left: 0;
}
.selectDashletItem {
    line-height: 25px;
    height: 30px;
    display: flex;
    justify-content: space-between;
}
.selectDashletItem .item_toggle {
    cursor: pointer;
}

.selectDashletItem .item_toggle > i {
    font-size: 24px;
    color: rgb(195, 207, 221);
}

.selectDashletItem .item_toggle[selected] > i {
    color: rgb(133, 201, 19);
}

.dashletsContainer > div.active {
    display: block;
}

.tab-container {
    display: flex;
}   

/***********************************************************/

.webpartLoading {
    width: 100%;
    text-align: center;
    height: 20px; /*background-image: url( '../img/webpart_loading.gif' ); 	background-repeat: no-repeat; 	background-position: center center;*/
    background-color: #CCCCCC;
}

.part_footer:hover {
    cursor: pointer;
    font-weight: bold;
}

.part_footer, .part_footer_noclick {
    margin-top: 0px;
    font-size: 10px;
    vertical-align: bottom;
    height: 18px;
    margin-bottom: 0px;
    cursor: pointer;
    text-align: right;
    font-weight: 600;
    color: #3095d8;
    font-size: 12px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans serif;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 4px;
}

.part_footer_noclick {
    background-image: none;
    border:none;
    cursor:auto;
}

.part_header {
    font-size: 12px;
    font-weight: 600;
    vertical-align: bottom;
    height: 22px;
    margin-bottom: 0px;
    color: #254057;
    padding-bottom: 5px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans serif;
}


.dashletContentShadow {
    background-color: #ffffff;
    font-family: "Source Sans Pro", Helvetica, Arial, sans serif;
    min-height: 32px;
    box-shadow: 0 1px 4px 0 rgba(129,147,169,.5);
    padding: 5px 11px;
}

.dashlet_handle {
    cursor: move;
}

.webpart_icon_cell:hover {
    cursor: pointer;
}

.panel_area {
    padding: 10px;
    border-top: 1px solid #E4E4E4;
}

    .panel_area:hover {
        cursor: pointer;
        background-color: #f8f8f8;
    }

.panel_area_read {
    padding: 10px;
    border-top: 1px solid #E4E4E4;
}

.pointed_img {
    cursor: pointer;
}

#dashboard_catalog_bottom,
#dashboard_catalog {
    background-image: url(../img/stack.png);
    background-repeat: no-repeat;
    background-position: right center;
    height: 20px;
    line-height: 20px;
    padding-right: 20px;
    display: block;
    top: 0;
    float: right;
    right: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #8193a9;
}

@media(max-width : 880px ) {
    #dashboard_catalog {
        bottom: 0;
        top: unset;
    }
}

#dashboard_catalog:hover {
    cursor: pointer;
}

#dashboard_loader {
    height: 20px;
    line-height: 20px;
    padding-right: 20px;
    display: block;
    top: 0px;
    float: right;
    right: 20px;
}

.dashletAddStickyItem {
    background-image: url( '../img/icons_application/add_small.png' );
    background-repeat: no-repeat;
    background-position: left center;
    height: 12px;
    width: 12px;
    margin-right: 3px;
    margin-top: 3px;
    float: right;
    display: block;
}

.dashletAddItem {
    background-image: url( '../img/icons_application/add_small.png' );
    background-repeat: no-repeat;
    background-position: left center;
    height: 12px;
    width: 12px;
    float: right;
    display: block;
}

    .dashletAddItem:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.dashletContent {
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.dashboardStartAreaGroup {
    font-size: 10px;
    padding-left: 40px;
    display: block;
    width: 225px;
    height: 20px;
    margin-left: 6px;
}

    .dashboardStartAreaGroup:hover {
        background-color: #ccc;
        cursor: pointer;
    }

    .dashboardStartAreaGroup a:hover {
        color: #000;
    }

.dashboardStartAreaGroupCategory {
    font-size: 12px;
    font-weight: bold;
    display: block;
    width: 270px;
    height: 20px;
    margin-bottom: 3px;
    margin-top: 5px;
    margin-left: 6px;
}

.divLevelMapBoxOuter {
    border-bottom: solid 1px #ccc;
    min-height: 20px;
    margin-left: 10px;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 20px;
    overflow-x: auto;
}

.divTabMapBoxOuter {
    padding-top: 25px;
    min-height: 20px;
}


.levelMapBox {
    margin-left: 6px;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 20px;
}

.levelMapBoxWorkflow {
    width: 99%;
    margin-left: 0px;
    margin-top: 10px;
    padding-left: 0px;
}

    .levelMapBoxWorkflow .button_meer {
        color: #3478C4;
    }
    .levelMapBoxWorkflow .workflowsetup_actiongroup td {
        border-color: #007ACA !important;
    }

    .levelMapTitle {
        padding-left: 0px;
        font-size: 14px;
        font-weight: 600;
        color: #254057;
        font-family: "Source Sans Pro", Helvetica, Arial, sans serif;
        text-transform: uppercase;
    }

.levelMapItemList a:link, .levelMapItemList a:visited {
    text-decoration: none;
    color: #8193a9;
}

.levelMapItemList a:hover {
    color: #3095d8;
}

.levelMapContainer {
    margin-left: 0px;
    float: left;
    width: 280px;
    height: 260px;
}

.levelMapContainerAreaGroupNode {
    margin-left: 0px;
    float: left;
    max-width: 500px;
    min-width: 230px;
    min-height: 350px;
}


    .levelMapContainerAreaGroupNode > div {
        float: left;
        padding-right: 10px;
        color: #8193a9;
    }

.levelMapContainer > div {
    float: left;
    padding-right: 10px;
}

.levelMapContainer .levelMapTitleHeader {
    max-width: 200px;
}

ul.levelMapItemList {
    font-size: 12px;
    line-height: 15px;
    padding: 0px;
    margin-top: 6px;
    margin-left: 0px;
}

    ul.levelMapItemList li {
        list-style-type: none;
        margin-bottom: 6px;
        color: #8193a9;
        font-family: "Source Sans Pro", Helvetica, Arial, sans serif;
    }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.dashboardControlContent {
    max-width: 1140px;
    left: 0;
    right: 0;
    margin: auto;
}

.clearfix {
    /*display: inline-block;*/
}
/* for IE/Mac */

.divListMapBoxOuter {
    width: 200px;
    display: table-cell;
    padding-left: 0px;
}

.levelListMapContainer {
    margin-top: 15px;
    float: left;
    border-top: 1px solid #DCDCDC;
    margin-bottom: 15px;
    max-width: 200px;
}

.levelListMapTitle {
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    margin-bottom: 10px;
}

    .levelListMapTitle img {
        padding-right: 10px;
        float: left;
    }

.levelListMapItemList a:link, .levelListMapItemList a:visited {
    text-decoration: none;
    color: #8193a9;
    display: block;
    font-size: 12px;
}

.levelListMapItemList h3 a:link, .levelListMapItemList h3 a:visited {
    color: #254057;
}

.levelListMapItemList a:hover {
    text-decoration: underline;
}

.levelMapButtonWorkflowFooter {
    display: flex;
    justify-content: center;
    border-top: 1px solid #007ACA;
}

.levelMapButtonWorkflow {
    cursor: pointer;
    height: 24px;
}

    .levelMapButtonWorkflow .material-icons {
        position: absolute;
        left: calc(50% - 8px);
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

.levelMapButtonRelative {
    display: block;
    height: 20px;
    width: 20px;
    left: 10px;
    top: 0px;
    background-image: url( '../img/icons_application/up.png' );
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.buttonsdashlet {
    display: none;
    top: 12px;
    right: 12px;
    position: absolute;
}

.fixed_part_header {
    font-size: 14px;
    height: 30px;
    vertical-align: bottom;
    height: 22px;
    margin-bottom: 0;
    color: #254057;
    padding-bottom: 5px;
    font-weight: bold;
}

.fixeddashboardArea {
    margin-top: 0;
    padding: 0px;
    margin-left: 2px;
    width: 99%;
    float: left;
    padding: 0px 12px;
}

    .fixeddashboardArea li {
        display: none;
        margin-right: 7px;
        list-style-type: none;
        margin-top: 0px;
        margin-bottom: 15px;
        color: #555;
    }

.fixed_part_footer:hover {
    cursor: pointer;
    font-weight: bold;
}

.fixed_part_footer, .fixed_part_footer_noclick {
    margin-top: 0px;
    font-size: 10px;
    vertical-align: bottom;
    height: 18px;
    margin-bottom: 0px;
    cursor: pointer;
    text-align: right;
    font-weight: 600;
    color: #3095d8;
    font-size: 12px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans serif;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 4px;
}

.fixed_panel_area {
    padding: 5px;
    border-top:1px solid #dcdcdc;
   
}

    .fixed_panel_area:hover {
        cursor: pointer;
        background-color: #F0F0F0;
    }

.fixed_panel_area_read {
    border-top: 1px solid #dcdcdc;
    padding: 5px;
}

.fixed_part_more {
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    background-position: left bottom;
    background-repeat: repeat-x;
    padding-left: 4px;
    padding-right: 4px;
}


.nWarning {
    background: -moz-linear-gradient(center top, #FFEDBC 0%, #FBE5A8 100%) repeat scroll 0 0 transparent;
    border: 1px solid #F2D083;
    box-shadow: 0 1px 2px #FFF0C7 inset, 0 1px 1px #DFDFDF;
    color: #826200;
}

.nNote {
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    margin: 32px 0 0;
    top: 0;
}

.panel {
    padding-left: 15px;
}

    .panel p {
        padding: 4px 0;
        margin: 0;
    }


#accordionMenu li {
    padding-bottom: 15px;
    border-bottom: solid 1px #DCDCDC;
}

.phAreasUPWrapper {
    background-color: #e5ecf4;
    display: table-cell;
    vertical-align: top;
}

.phAreasUPWrapper .areaBlockContentNoAction {
    overflow: unset;
}

.wrapper2col {
    width: 100%;
}

.open {
    visibility: visible;
    display: block !important;
}

.workflowState_table tr {
    height: 30px;
}

#popupwindow_LoonstrokenPopup_box {
    background-color: White;
}

#imgViewMap {
    cursor: pointer;
}

.quickLinks {
    padding-right: 10px;
    border-right: 1px solid #D9D9D9;
}

    .quickLinks ul {
        margin: 0;
        padding: 0;
    }

    .quickLinks img {
        float: none !important;
    }

.headerSubProfile {
    display: block;
    float: left;
    height: 60px;
    padding-right: 5px;
    padding-top: 0px;
}

.listTagsWrapper {
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    height: 64px;
}

    .listTagsWrapper > div {
        float: left;
        margin-right: 10px;
        padding: 5px;
    }

.kopnu_wrapper {
    float: left;
    margin-right: 5px;
    height: 30px;
    line-height: 30px;
}

.kopnu_wrapper a:visited, .kopnu_wrapper a:link {
    display: inline-block;
    text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
    color: #FAFAFA;
}

table.tblActionName img {
    margin-left: 4px;
}

.editDashboard {
    float: right;
}

    .editDashboard:hover {
        cursor: pointer;
    }

.selectDashletItem > div {
    display: inline-block;
}

.iButton {
    float: right;
    display: none;
    width: 44px;
    height: 27px;
    background: url(../img/iButton.png) no-repeat;
    margin-top: 11px;
}

#snelinvoer-container {
    min-height: 460px;
}

.whead .on_off {
    padding: 9px 9px 7px 9px;
    float: right;
}

    .whead .on_off .ibutton-container {
        float: right;
    }

    .whead .on_off [class^="icon-"], .whead .on_off [class*=" icon-"] {
        margin-top: 3px;
        display: block;
        float: left;
    }

.ibutton-label-off span {
    background: url(../img/no.png) no-repeat;
    width: 8px;
    height: 9px;
    position: relative;
    left: -4px;
    display: block;
    float: right;
    padding-top: 0;
    margin-top: 5px;
    padding-right: 7px;
    text-indent: -9999px;
}

.ibutton-label-on span {
    background: url(../img/yes.png) no-repeat;
    width: 11px;
    left: -1px;
    position: relative;
    height: 11px;
    display: block;
    float: right;
    padding-top: 0px;
    margin-top: 3px;
    padding-right: 7px;
}

.ibutton-label-off {
    color: #fff;
    background-position: 100% 0;
    text-shadow: 0 1px #808080;
    text-align: right;
    right: 0;
    width: 95%;
}

.ibutton-container {
    height: 21px;
}

.ibutton-label-on {
    color: #fff;
    text-shadow: 0 1px #808080;
    left: 0;
    z-index: 1;
    background-position: 0 -52px;
}

.ibutton-label-off {
    background-position: 100% -52px;
}

.ibutton-label-on, .on_off .ibutton-label-off {
    height: 21px;
}

.ibutton-handle {
    height: 20px;
    background-position: 0 -73px;
}

.ibutton-handle-right {
    background: transparent url(../img/ibutton-slider-default.png) no-repeat scroll 100% -73px;
}

.ibutton-handle-middle {
    background: transparent url(../img/ibutton-slider-default.png) no-repeat scroll 50% -73px;
}

.ibutton-padding-left, .on_off .ibutton-padding-right {
    position: absolute;
    top: 0;
    z-index: 2;
    background: transparent url(../img/ibutton-slider-default.png) no-repeat scroll 0 -52px;
    width: 3px;
    height: 20px;
}

.ibutton-padding-right {
    background-position: 100% -52px;
}

.ibutton-container {
    position: relative;
    height: 26px;
    cursor: pointer;
    overflow: hidden;
    max-width: 400px;
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -moz-user-focus: ignore;
    -moz-user-input: disabled;
    width: 89px;
}

    .ibutton-container input {
        position: absolute;
        top: 0;
        left: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0.0;
        opacity: 0.0;
        -moz-user-input: enabled !important;
    }

.ibutton-handle {
    display: block;
    height: 25px;
    cursor: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    background: transparent url(../img/ibutton-slider-default.png) no-repeat scroll 0 -26px;
    z-index: 3;
    padding-left: 3px;
    width: 33px;
}

.ibutton-handle-right {
    height: 100%;
    width: 100%;
    padding-right: 3px;
    background: transparent url(../img/ibutton-slider-default.png) no-repeat scroll 100% -26px;
    z-index: 3;
}

.ibutton-handle-middle {
    height: 100%;
    width: 100%;
    background: transparent url(../img/ibutton-slider-default.png) no-repeat scroll 50% -26px;
    z-index: 3;
}

div.ibutton-label-on, div.ibutton-label-off {
    white-space: nowrap;
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: inherit;
    display: block;
    height: 26px;
    position: absolute;
    width: auto;
    top: 0;
    padding-top: 4px;
    overflow: hidden;
    text-align: center;
    background: transparent url(../img/ibutton-slider-default.png) no-repeat scroll 0 0;
}

div.ibutton-label-on {
    color: #fff;
    text-shadow: 0 1px #808080;
    left: 0;
    z-index: 1;
}

    div.ibutton-label-on span {
        padding-left: 0px;
    }

div.ibutton-label-off {
    color: #fff;
    background-position: 100% 0;
    text-shadow: 0 1px #808080;
    text-align: right;
    right: 0;
    width: 95%;
}

    div.ibutton-label-off span label {
        padding-right: 10px;
        margin-left: -2px;
    }

.ibutton-padding-left {
    left: 0;
}

.ibutton-padding-right {
    right: 0;
}

.ibutton-disabled {
    cursor: not-allowed !important;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.chzn-container {
    font-family: Arial;
    position: relative;
    display: inline-block;
    zoom: 1;
    width: 100%;
}

.noSearch .chzn-search, .searchDrop .selector, .noSearch .selector {
    display: none;
}

.noSearch .chzn-results {
    margin: 0 !important;
    padding: 2px !important;
}

.chzn-container > .chzn-drop {
    background: #fff;
    border: 1px solid #d5d5d5;
    border-top: 0;
    position: fixed;
    width: fit-content;
    top: 29px;
    margin-top: 1px;
    left: 0;
    z-index: 998;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.chzn-container-single .chzn-single {
    border: 1px solid #d8d8d8;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    color: #111111;
    text-shadow: 0 1px #f5f5f5;
    height: 27px;
    line-height: 27px;
    padding: 0 0 0 10px;
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f1f1f1));
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
    background: linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f1f1f1',GradientType=0 );
    border: 1px solid #d2d2d2;
    box-sizing: content-box;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee;
    -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee;
    -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee;
}

    .chzn-container-single .chzn-single span {
        display: block;
        font-size: 11px;
        padding-right: 30px;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        background: url(../img/selectArrow.png) no-repeat 100%;
    }

    .chzn-container-single .chzn-single abbr {
        display: block;
        position: absolute;
        right: 26px;
        top: 6px;
        width: 12px;
        height: 13px;
        font-size: 1px;
    }

    .chzn-container-single .chzn-single div {
        position: absolute;
        right: -1px;
        top: -1px;
        display: block;
        height: 27px;
        width: 27px;
    }

        .chzn-container-single .chzn-single div b {
            display: block;
            width: 27px;
            height: 28px;
        }

.chzn-container-single .chzn-search {
    padding: 3px 4px;
    position: relative;
    margin: 0;
    white-space: nowrap;
    z-index: 1010;
}

    .chzn-container-single .chzn-search input {
        height: 24px;
        margin: 1px 0;
        padding: 4px 20px 4px 5px;
        outline: 0;
        border: 1px solid #aaa;
        font-family: sans-serif;
        font-size: 11px;
        background: url(../img/searchSmall.png) no-repeat 98% !important;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        max-width: 100%;
        min-width: 100%;
    }

.chzn-container-single-nosearch .chzn-search input {
    position: absolute;
    left: -9000px;
}

.chzn-container-multi .chzn-choices {
    border: 1px solid #ddd;
    margin: 0;
    cursor: text;
    overflow: hidden;
    height: auto !important;
    height: 1%;
    position: relative;
    font-size: 12px;
    padding: 4px;
    background: white;
    color: #656565;
}

    .chzn-container-multi .chzn-choices li {
        float: left;
        list-style: none;
    }

    .chzn-container-multi .chzn-choices .search-field {
        white-space: nowrap;
        margin: 0;
        padding: 0;
    }

        .chzn-container-multi .chzn-choices .search-field input {
            color: #666;
            background: transparent !important;
            border: 0 !important;
            font-family: sans-serif;
            font-size: 12px !important;
            padding: 11px 4px 10px 4px !important;
            margin: 0;
            outline: 0;
            box-shadow: none !important;
        }

        .chzn-container-multi .chzn-choices .search-field .default {
            color: #999;
        }

    .chzn-container-multi .chzn-choices .search-choice {
        position: relative;
        line-height: 16px;
        font-size: 11px;
        border: 1px solid #A5D24A;
        display: block;
        float: left;
        padding: 5px 24px 5px 8px;
        background: #CDE69C;
        color: #638421;
        margin: 4px;
    }

    .chzn-container-multi .chzn-choices .search-choice-focus {
        background: #d4d4d4;
    }

    .chzn-container-multi .chzn-choices .search-choice .search-choice-close {
        display: block;
        position: absolute;
        right: 6px;
        top: 8px;
        width: 10px;
        height: 10px;
        font-size: 1px;
        background: url(../img/closeSelection.png) 50% no-repeat;
    }

    .chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
        background-position: right -11px;
    }

.chzn-container .chzn-results {
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.chzn-container-multi .chzn-results {
    padding: 0;
    margin: 0;
}

.chzn-container .chzn-results li {
    display: none;
    line-height: 14px;
    padding: 5px 6px;
    margin: 0;
    list-style: none;
    font-size: 11px;
}

.chzn-container .chzn-results .active-result {
    cursor: pointer;
    display: list-item;
}

.chzn-container .chzn-results .highlighted {
    background-color: #3875d7;
    color: #fff;
}

.chzn-container .chzn-results li em {
    background: #feffde;
    font-style: normal;
}

.chzn-container .chzn-results .highlighted em {
    background: transparent;
}

.chzn-container .chzn-results .no-results {
    background: #f4f4f4;
    display: list-item;
}

.chzn-container .chzn-results .group-result {
    cursor: default;
    color: #2e74a6;
    font-weight: bold;
    font-size: 10px;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
}

.chzn-container .chzn-results .group-option {
    padding-left: 15px;
}

.chzn-container-multi .chzn-drop .result-selected {
    display: none;
}

.chzn-container .chzn-results-scroll {
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px; /* This should be dynamic with js */
    z-index: 1;
}

    .chzn-container .chzn-results-scroll span {
        display: inline-block;
        height: 17px;
        text-indent: -5000px;
        width: 9px;
    }

.chzn-container .chzn-results-scroll-down {
    bottom: 0;
}

.chzn-container-active .chzn-single-with-drop div {
    background: transparent;
    border-left: none;
}

.chzn-container-active .chzn-choices {
    border: 1px solid #d5d5d5;
}

    .chzn-container-active .chzn-choices .search-field input {
        color: #111 !important;
    }

.chzn-disabled {
    cursor: default;
    opacity: 0.5 !important;
}

    .chzn-disabled .chzn-single {
        cursor: default;
    }

    .chzn-disabled .chzn-choices .search-choice .search-choice-close {
        cursor: default;
    }

.chzn-single:hover {
    text-decoration: none !important;
}

/* === Middle navigation buttons === */

.middleNavR li, .middleNavR li a {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.middleNavR li {
    width: 40px;
    height: 40px;
}

    .middleNavR li a {
        top: 6px;
        left: 6px;
        width: 40px;
        height: 40px;
    }

.middleNavS li, .middleNavS li a {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.middleNavS li {
    width: 84px;
    height: 84px;
    box-shadow: inset 0 1px 1px #ccc, 0 1px 1px #fcfcfc, 0 0 1px 1px #f5f5f5;
    -webkit-box-shadow: inset 0 1px 1px #ccc, 0 1px 1px #fcfcfc, 0 0 1px 1px #f5f5f5;
    -moz-box-shadow: inset 0 1px 1px #ccc, 0 1px 1px #fcfcfc, 0 0 1px 1px #f5f5f5;
}

    .middleNavS li a {
        top: 8px;
        left: 8px;
        width: 66px;
        height: 66px;
        box-shadow: 0 1px 1px #b5b5b5, 0px 1px 0 #fff inset;
        -webkit-box-shadow: 0 1px 1px #b5b5b5, 0px 1px 0 #fff inset;
        -moz-box-shadow: 0 2px 3px #b5b5b5, 0px 1px 0 #fff inset;
    }

.middleNavA li, .middleNavA li a {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.middleNavA li {
    box-shadow: none;
}

    .middleNavA li a {
        box-shadow: none;
    }

.middleNavR {
    text-align: center;
    margin: 0;
}

    .middleNavR li {
        margin: -5px 3px -7px 10px;
        position: relative;
        display: inline-block;
        text-align: center;
    }

        .middleNavR li a {
            position: absolute;
        }

            .middleNavR li a > img, .middleNavS li a > img {
                padding-top: 6px;
            }


.middleNavS {
    text-align: center;
    margin: 30px 0 0 0;
}

    .middleNavS li {
        margin: 5px 3px -7px 10px;
        position: relative;
        display: inline-block;
        text-align: center;
        border: 1px solid #dfdfdf;
        background: #eee;
    }

        .middleNavS li a {
            position: absolute;
            background: #F0F0F0;
            background: -moz-linear-gradient(top, #F0F0F0 0%, #e8e8e8 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F0F0F0 ), color-stop(100%,#e8e8e8));
            background: -webkit-linear-gradient(top, #F0F0F0 0%,#e8e8e8 100%);
            background: -o-linear-gradient(top, #F0F0F0 0%,#e8e8e8 100%);
            background: -ms-linear-gradient(top, #F0F0F0 0%,#e8e8e8 100%);
            background: linear-gradient(top, #F0F0F0 0%,#e8e8e8 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F0F0 ', endColorstr='#e8e8e8',GradientType=0 );
            border: 1px solid #DFDFDF;
            transition: all 0.1s ease-in-out;
            -moz-transition: all 0.1s ease-in-out;
            -webkit-transition: all 0.1s ease-in-out;
        }


.middleNavA {
    text-align: center;
    margin: 30px 0 0 0;
}

    .middleNavA li {
        margin: 5px 10px 0 10px;
        position: relative;
        display: inline-block;
        text-align: center;
    }

        .middleNavA li a {
            background: #F0F0F0;
            background: -moz-linear-gradient(top, #F0F0F0 0%, #efefef 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F0F0F0 ), color-stop(100%,#efefef));
            background: -webkit-linear-gradient(top, #F0F0F0 0%,#efefef 100%);
            background: -o-linear-gradient(top, #F0F0F0 0%,#efefef 100%);
            background: -ms-linear-gradient(top, #F0F0F0 0%,#efefef 100%);
            background: linear-gradient(top, #F0F0F0 0%,#efefef 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F0F0 ', endColorstr='#efefef',GradientType=0 );
            border: 1px solid #d5d5d5;
            box-shadow: 0 0 0 1px #fcfcfc inset, 0 1px 1px #d5d5d5;
            -webkit-box-shadow: 0 0 0 1px #fcfcfc inset, 0 1px 1px #d5d5d5;
            -moz-box-shadow: 0 0 0 1px #fcfcfc inset, 0 1px 1px #d5d5d5;
            padding: 10px 16px 2px 16px;
            display: block;
            font-weight: bold;
            white-space: nowrap;
            color: #626262;
        }

            .middleNavA li a:hover {
                background: #F0F0F0;
                background: -moz-linear-gradient(top, #F0F0F0 0%, #f2f2f2 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F0F0F0 ), color-stop(100%,#e6ef2f));
                background: -webkit-linear-gradient(top, #F0F0F0 0%,#f2f2f2 100%);
                background: -o-linear-gradient(top, #F0F0F0 0%,#f2f2f2 100%);
                background: -ms-linear-gradient(top, #F0F0F0 0%,#f2f2f2 100%);
                background: linear-gradient(top, #F0F0F0 0%,#f2f2f2 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F0F0 ', endColorstr='#f2f2f2',GradientType=0 );
            }

            .middleNavA li a:active {
                box-shadow: none;
                background: #f4f4f4;
                background: -moz-linear-gradient(top, #f4f4f4 0%, #F0F0F0 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#F0F0F0 ));
                background: -webkit-linear-gradient(top, #f4f4f4 0%,#F0F0F0 100%);
                background: -o-linear-gradient(top, #f4f4f4 0%,#F0F0F0 100%);
                background: -ms-linear-gradient(top, #f4f4f4 0%,#F0F0F0 100%);
                background: linear-gradient(top, #f4f4f4 0%,#F0F0F0 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#F0F0F0 ',GradientType=0 );
            }

            .middleNavA li a > span {
                display: block;
                padding-top: 4px;
                font-weight: bold;
            }

            .middleNavA li a > .iconb {
                font-size: 32px;
                color: #808080;
            }


.middleFree {
    text-align: center;
    margin: 30px 0 0px 0;
}

    .middleFree li {
        margin: 5px 10px 0 10px;
        position: relative;
        display: inline-block;
        text-align: center;
    }

        .middleFree li a {
            padding: 10px 16px 2px 16px;
            display: block;
            font-weight: bold;
            white-space: nowrap;
            color: #f5f5f5;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            box-shadow: 0 1px 1px #d5d5d5;
        }

            .middleFree li a span {
                display: block;
                text-shadow: 0 1px 1px #707070;
            }

            .middleFree li a > .iconb {
                font-size: 32px;
                padding: 3px 0;
            }

        .middleFree li > strong {
            position: absolute;
            top: -6px;
            right: -6px;
            font-size: 11px;
            color: #f5f5f5;
            padding: 3px 5px;
            display: block;
            line-height: 12px;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            text-shadow: 0 1px #606060;
            background: url(../images/backgrounds/sidebar.jpg);
        }


[class*="middleNav"] li strong {
    position: absolute;
    top: -4px;
    right: -13px;
    font-size: 11px;
    color: #fff;
    padding: 2px 5px;
    display: block;
    line-height: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-shadow: 0 -1px #848484;
    background-color: #438FC1;
}


.middleNavR li:hover {
    cursor: pointer;
}



.nNote {
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
}

#sidebar .nNote {
    margin: 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
    box-shadow: 0 1px 1px #f5f5f5;
    -webkit-box-shadow: 0 1px 1px #f5f5f5;
    -moz-box-shadow: 0 1px 1px #f5f5f5;
}

.nNote p {
    padding: 10px 25px 10px 25px;
    margin: 0px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
}

.nMessage p {
    font-size: 11px;
}

.nWarning {
    border: 1px solid #f2d083;
    color: #826200;
    border-top: 0;
    background: #ffedbc;
    background: -moz-linear-gradient(top, #ffedbc 0%, #fbe5a8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffedbc), color-stop(100%,#fbe5a8));
    background: -webkit-linear-gradient(top, #ffedbc 0%,#fbe5a8 100%);
    background: -o-linear-gradient(top, #ffedbc 0%,#fbe5a8 100%);
    background: -ms-linear-gradient(top, #ffedbc 0%,#fbe5a8 100%);
    background: linear-gradient(top, #ffedbc 0%,#fbe5a8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedbc', endColorstr='#fbe5a8',GradientType=0 );
}

.nSuccess {
    border: 1px solid #c1d779;
    color: #4f7307;
    border-top: 0;
    background: #d6efa1;
    background: -moz-linear-gradient(top, #d6efa1 0%, #d0e69d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6efa1), color-stop(100%,#d0e69d));
    background: -webkit-linear-gradient(top, #d6efa1 0%,#d0e69d 100%);
    background: -o-linear-gradient(top, #d6efa1 0%,#d0e69d 100%);
    background: -ms-linear-gradient(top, #d6efa1 0%,#d0e69d 100%);
    background: linear-gradient(top, #d6efa1 0%,#d0e69d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6efa1', endColorstr='#d0e69d',GradientType=0 );
}

.nFailure {
    border: 1px solid #999999;
    color: #7d2a1c;
    border-top: 0;
    background: #f0b5a1;
    background: -moz-linear-gradient(top, #f0b5a1 0%, #de9d8a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0b5a1), color-stop(100%,#de9d8a));
    background: -webkit-linear-gradient(top, #f0b5a1 0%,#de9d8a 100%);
    background: -o-linear-gradient(top, #f0b5a1 0%,#de9d8a 100%);
    background: -ms-linear-gradient(top, #f0b5a1 0%,#de9d8a 100%);
    background: linear-gradient(top, #f0b5a1 0%,#de9d8a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b5a1', endColorstr='#de9d8a',GradientType=0 );
}

    .nFailure > p {
        text-shadow: 0 1px 0 #DDD;
    }

.nInformation {
    border: 1px solid #bcd9f3;
    color: #4579aa;
    border-top: 0;
    background: #deedf9;
    background: -moz-linear-gradient(top, #deedf9 0%, #cde5f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deedf9), color-stop(100%,#cde5f7));
    background: -webkit-linear-gradient(top, #deedf9 0%,#cde5f7 100%);
    background: -o-linear-gradient(top, #deedf9 0%,#cde5f7 100%);
    background: -ms-linear-gradient(top, #deedf9 0%,#cde5f7 100%);
    background: linear-gradient(top, #deedf9 0%,#cde5f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deedf9', endColorstr='#cde5f7',GradientType=0 );
}

.nError {
    border: 1px solid #c1d779;
    color: #f00000;
    border-top: 0;
    background: #d6efa1;
    background: -moz-linear-gradient(top, #d6efa1 0%, #d0e69d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6efa1), color-stop(100%,#d0e69d));
    background: -webkit-linear-gradient(top, #d6efa1 0%,#d0e69d 100%);
    background: -o-linear-gradient(top, #d6efa1 0%,#d0e69d 100%);
    background: -ms-linear-gradient(top, #d6efa1 0%,#d0e69d 100%);
    background: linear-gradient(top, #d6efa1 0%,#d0e69d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6efa1', endColorstr='#d0e69d',GradientType=0 );
}


#promotional_title {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.promotionalicon {
    margin-bottom: 4px;
}

.cardPromotionalContainer {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
    align-items: stretch;
}

@media (max-width : 1600px) {
    .dashboardControlContent {
        max-width: 960px;
    }
}

@media (max-width:1280px) {
    .dashboardControlContent {
        max-width: 900px;
    }

    .cardPromotionalContainer {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width : 992px) {
    .dashboardControlContent {
        max-width: 720px;
    }

    .cardPromotionalContainer {
        display: flex !important;
        flex-direction: column;
    }
}

@media (max-width : 768px) {

    .dashboardControlContent {
        max-width: 500px;
    }
}