﻿@import"https://fonts.googleapis.com/css?family=Open+Sans";



.input__charcounter {
    align-items: center;
    border-radius: 290486px;
    display: inline-flex;
    font-size: .65rem;
    height: 2em;
    justify-content: center;
    line-height: 1.5;
    padding-left: .875em;
    padding-right: .875em;
    vertical-align: top;
    white-space: nowrap;
    position: absolute;
    margin-top: 3px;
}
.input__charcounter--web {
    background: #364467;
    color: #fff;
}

.ticontainer {
    display:inline-block;
}

.tiblock {
    align-items: center;
    display: flex;
    height: 17px;
    margin-left: 2px;
}

.ticontainer .tidot {
    background-color: #f5f5f5;
}


.tidot {
    -webkit-animation: mercuryTypingAnimation 1s infinite ease-in-out;
    border-radius: 2px;
    display: inline-block;
    height: 4px; 
    width: 4px;
    margin-right:2px;
}

.ui-tooltip-shadow  {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    box-shadow: 0 6px 20px 0 #a3a3a3 !important;
}

@-webkit-keyframes mercuryTypingAnimation {
    0% {
        -webkit-transform: translateY(0px)
    }

    28% {
        -webkit-transform: translateY(-2px)
    }

    44% {
        -webkit-transform: translateY(0px)
    }
}

.tidot:nth-child(1) {
    -webkit-animation-delay: 200ms;
}

.tidot:nth-child(2) {
    -webkit-animation-delay: 300ms;
}

.tidot:nth-child(3) {
    -webkit-animation-delay: 400ms;
}






.json_table div {
    padding: 8px;
    min-width: 80px;
}

#messages_preview {
    padding: 10px;
    flex: 1 480px;
    display: none;
}

.zoomed-container {
    overflow-x: hidden; /* Correctie tegen onnodige balken, doenwe ook verticaal */
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}


.statusButtons img {
    vertical-align: middle;
}

.statusButtons .svg-img {
    height: 18px;
    opacity: .7
}

.statusButtons-flex {
    display: flex;
    flex-direction: row;
}

    .statusButtons-flex .buttonStatus {
        flex: 1;
    }

.buttonStatus.download-upload {
    flex: .5;
}

.group-tab-title {
    font-size: 11px;
    margin-top: 6px;
    color: #fff;
    font-weight: normal;
}

.linked-article-content {
    padding: 15px !important;
}

.group-tab.ui-tabs-active:not(.Emailtab)::after {
    max-width: 98px !important;
    width: 98px !important;
    background-color: #fb9033 !important;
}


.group-tab .tabclass.selected {
    background-color: #fb9033 !important;
}

.group-tab .tabclass {
    display: block;
    line-height: 40px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
}

.group-tab {
    margin-right: 4px;
}


.prettyJson pre {
    outline: 1px solid #ccc;
    padding: 5px;
    margin: 5px;
}

.prettyJson .string {
    color: green;
}

.prettyJson .number {
    color: darkorange;
}

.prettyJson .boolean {
    color: blue;
}

.prettyJson .null {
    color: magenta;
}

.prettyJson .key {
    color: red;
}


/*highcharts */
svg .highcharts-credits {
    display: none;
}


.HeaderEditor p {
    color: #2b3235;
    font: 700 26px "Open Sans",Helvetica,Arial,sans-serif;
}

.fr-view p a, .fr-view div a {
    color: #a3c939;
    font-weight: bold
}

.explainer-content {
    display: none;
}

    .explainer-content.open {
        display: block;
        width: 90%;
        padding: 10px;
        background: #f9f9f9;
        margin-top: 20px;
        margin-bottom: 40px;
    }

.explainerLink:after {
    content: url("data:image/svg+xml; utf8, <svg viewBox='0 0 620 620' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' d='M479.31 357.216L303.999 256l175.31-101.215c5.74-3.314 7.706-10.653 4.392-16.392l-12-20.785c-3.314-5.74-10.653-7.706-16.392-4.392L280 214.431V12c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v202.431L56.69 113.215c-5.74-3.314-13.079-1.347-16.392 4.392l-12 20.785c-3.314 5.74-1.347 13.079 4.392 16.392L208 256 32.69 357.216c-5.74 3.314-7.706 10.653-4.392 16.392l12 20.784c3.314 5.739 10.653 7.706 16.392 4.392L232 297.569V500c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12V297.569l175.31 101.215c5.74 3.314 13.078 1.347 16.392-4.392l12-20.784c3.314-5.739 1.347-13.079-4.392-16.392z'></path></svg>");
    display: inline-block;
    width: 14px;
    margin-left: 4px;
}


.fr-popup {
    z-index: 9999;
}

.fr-dropdown-menu li {
    min-width: 260px;
}

.deletebox {
    min-width: 22px;
    height: 18px;
}

#suppliedSelectionBar {
    position: absolute;
    width: 100%;
    z-index: 9999999;
    width: 89%;
    margin-top: -6px;
}

#SelectionBar {
    background: #ff8d2a;
    padding: 12px;
    width: 100%;
    display: flex;
}

    #SelectionBar div {
        flex: 1;
        flex-direction: column;
        line-height: 1.2;
    }

    #SelectionBar path {
        fill: #fff;
    }


    #SelectionBar img {
        vertical-align: middle;
        height: 18px;
    }

.previewloader {
    position: absolute;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    z-index: 999;
    top: 0px;
    display: flex;
    align-items: center;
}

    .previewloader div {
        width: 100%;
    }

    .previewloader svg {
        margin-top: 0% !important;
        height: 58px !important;
    }

.dataserverIndicator {
    cursor: pointer;
    color: gray;
    font-size: 10px !important;
    font-weight: normal !IMPORTANT;
    margin-right: 10px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.profiler-results {
    display: none;
}

.fr-box .fr-counter {
    font-size: 10px !important;
}

.FlexBar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
}

    .FlexBar a {
        order: 0;
        align-self: auto;
        width: 100px;
    }

    .FlexBar .acivationlink {
        order: 0;
        flex: 1;
        align-self: auto;
        width: auto !important;
    }


.InArticleNotificationNarrow {
    width: auto !important;
    left: 62px !important;
}

.InArticleNotification {
    width: auto !important;
    left: 140px !important;
}

.InArticleNotificationNarrow #messageContainer {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 30px;
    padding-right: 30px;
}

.InArticleNotification #messageContainer {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 30px;
    padding-right: 30px;
}



.overflowMarker {
    display: block;
    height: 1px;
    margin: 0px;
    border: 0px;
    border-style: dotted;
    border-top: 2px dotted red;
    opacity: .6;
    z-index: -1;
    opacity: .2;
}

.fr-element {
    overflow-y: hidden !important;
}

.overflowMarker:after {
    content: ' ';
    background: red;
    width: 100%;
    height: 100%;
    background: red;
    z-index: -1;
    position: absolute;
}



.inarticle-related div {
    padding: 0px !important;
}

.inarticle-related {
    padding-left: 0px !important;
}

.inarticle-related-image {
    background-size: cover !important;
    width: 150px;
    height: 122px;
    float: left;
    background-size: cover;
    margin-right: 10px;
}


.relatedMessages {
    width: 333px !important;
    overflow: hidden;
    padding-top: 4px;
}

    .relatedMessages span {
        line-height: 1.6;
    }

.webeditor .previewtekstContainer {
    max-height: 100vh !important;
}

.fr-view iframe {
    position: relative !important; /* Geen absolute! */
}

.replaceRed {
    color: #fff !important;
    background: #e60505;
}

.wsc-badge__label-button {
    background-color: #eaeaea !important;
}

.fr-toolbar .fr-btn-grp {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.fr-dropdown-list li {
    position: relative;
}

    .fr-dropdown-list li a {
        padding-left: 10px;
        padding-right: 30px;
    }

.fr-box {
    margin-top: 0px !important;
}

.fr-view {
    padding-top: 0px !important;
}

.fr-shortcut {
    font-size: 12px;
    font-family: 'Times New Roman';
    position: absolute;
    right: 10px;
    top: 4px;
}

.artikelclass .hascontrols:hover {
    background: none !important;
}
.article-customproperties-grid {
    display: grid;
    grid-template-columns: 50% 50%;
}
    .article-customproperties-grid
    ol.numbered li {
        list-style: auto;
        display: list-item;
        margin-bottom:15px;
    }

    .article-customproperties-grid  ol {
        counter-reset: my-counter-name;
    }

.article-customproperties-grid  li {
    counter-increment: my-counter-name;
}

.article-customproperties-grid li::marker {
    content: counter(my-counter-name);
}

    .article-customproperties-grid .buttons {
        width: 100%;
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .article-customproperties-grid .second-toolbar {
        display: none;
    }
    .article-customproperties-grid
    .fr-box.fr-basic .fr-element {
        padding-bottom: 0px;
    }

.article-customproperties-grid .fr-box.fr-basic .fr-wrapper {
    padding: 10px;
}
    .article-customproperties-grid .fr-box.fr-basic p {
        margin-top:0px;
    }

.article-customproperties-grid .article-property {
    padding: 10px;
}

    .fr-box.fr-basic {
        margin: 40px;
    }

.article-customproperties .fr-box.fr-basic {
    margin: 0px;
}

.fr-box.fr-basic .fr-wrapper, .fr-toolbar, .second-toolbar {
    border: 0px !important;
}

        .second-toolbar svg, .second-toolbar a {
            display: none !important;
        }

.codox-container {
    display: none;
}

#undo-1, #redo-1, #getPDF-1 {
    display: none;
}

.fr-toolbar.fr-top {
    border: 0px solid #e6e6e6 !important;
    border-radius: 0px !important;
}

.fr-more-toolbar .pubble-button {
    margin-top: 10px !important;
    margin-left: 8px !important;
    margin-right: 4px !important;
}

.fr-view {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.fr-fullscreen-wrapper .fr-view {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.fr-toolbar {
    min-width: 462px;
    background: #fff !important; /*black bar browser bug*/
}

#contentsnelfuncties svg {
    color: #f1f1f1;
    max-width: 20px !important;
    margin-right: 6px;
    min-width: unset;
    display: inline-block !important
}

#contentsnelfuncties {
    margin-top: 12px !important;
}

.narrow a {
    display: block;
    width: 100%;
}

.ui-tooltip-pubble-light .articleList {
    max-height: 40vh !important;
}

.ui-tooltip-pubble-light .qtip-content {
    padding: 0px !important;
}

.ui-tooltip-pubble-light {
    border: 1px solid #d0cece
}

.articleOffline {
    border-left: 3px solid #ce0000 !important;
}

.articlePendingApproval {
    border-left: 3px solid #faa71d !important;
}

.stickyPlacement svg {
    height: 36px !important;
    vertical-align: middle;
    margin-right: 8px;
    float: left;
}

.HoofdnavigatieLink svg {
    height: 20px !important;
    margin-right: 4px;
    opacity: .8;
    vertical-align: middle;
    margin-bottom: 1px;
    color: #fff;
    width: 26px !IMPORTANT;
}

.narrow .HoofdnavigatieLink svg {
    width: auto !IMPORTANT;
    display: block;
    margin: 0 auto !important;
    margin-bottom: auto !important;
    margin-top: 18px !important;
}

.pubbleditor strong a {
    margin-bottom: 10px;
}

.ToolbarContainer {
    margin-top: 20px;
}

.sendin .deletehide {
    display: none;
}

.sendin:hover .deletehide {
    display: inline;
}

.sendin {
    height: 66px;
}

.fromPubble {
    border-left: 4px solid #a3c939 !important;
}

.ncAdPosition {
    position: relative;
    top: 6px;
    left: 12px;
}

.ncAdPositionLabel {
    display: none;
    position: absolute;
}

.withAdsBookedByPosition {
    position: absolute;
    z-index: 1100;
}

.adsBookedByPosition li.emptypos {
    margin-top: 91px !important;
    margin-bottom: 59px !important;
    padding-bottom: 57px !important
}

.withAdsBookedByPosition .ui-sortable-placeholder {
    height: 64px !important;
}

.withAdsBookedByPosition li {
    margin-bottom: 100px !important;
}

.closeGap .ncAdPosition {
    display: none !important;
}

.withAdsBookedByPosition li.closeGap {
    /*margin-bottom: 10px !important;*/
}

.adsBookedByPosition {
    position: absolute;
    z-index: 1200;
    margin-top: -12px !important;
    margin-left: -61px !important;
}

    .adsBookedByPosition .ui-sortable-placeholder {
        height: 66px !important;
    }

    .adsBookedByPosition li {
        margin-top: 94px !important;
        margin-bottom: 0px !important;
        margin-left: 85px !important;
        max-width: 520px;
    }

.insertIcon {
    float: left;
    width: 40px;
    position: absolute;
    top: -26px;
    left: -40px;
}

.badge {
    border-radius: 5%;
    padding: 2px;
    background: rgba(31, 143, 180, 0.1);
    border: 1px solid rgba(31, 143, 180, 0.15);
    font-size: 0.9em;
    font-weight: normal;
    text-align: center;
}

.createdfrompubble {
    border-left: 4px solid #a3c939 !important;
}

.unopened {
    border-left: 4px solid #ff8d2a !important;
}

    .unopened a {
        font-weight: bold !important;
    }

.cke_shared {
    width: 520px !important;
}

.bevOrderContent {
    z-index: 999999 !important;
}

#modalbg table, #modalbg td, #modalbg div {
    max-width: 100% !important;
}
/* fix breedte mail weergave http://localhost:8081/klant/details/144837 */
pre {
    white-space: pre-wrap !important
}

#modelbg pre {
    white-space: pre-wrap !important;
}

#sbTable tr.content td, #sbTable thead td {
    border: 1px solid rgba(0,0,0,0.1);
}

.DeleteLink a:link, .DeleteLink a > div {
    color: #535557
}

#ncaudiostream {
    margin-right: 10px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 12px;
    width: 260px;
}

.basedONWarning {
    color: #ee4444;
    background: #ffe5e5;
    min-width: 96%;
    padding: 5px;
    display: block;
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 14px;
}

.jsplumb-connector {
    z-index: -2;
}

.jsplumb-endpoint {
    z-index: -1;
}

.jsplumb-overlay {
    z-index: -2;
}

.sales .desktop {
    opacity: .7;
}

#ultabs .ui-tabs-active, .ui-tabs-tab, .ui-tabs-tab:focus, .ui-tabs-tab::selection, .ui-tabs-tab:target {
    outline: none !important;
}

#ultabs .tabclass div {
    text-overflow: ellipsis;
    overflow: hidden;
}

#ultabs .tabclass {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    width: 100px;
}

#ultabs .ui-tabs-tab {
    width: 128px;
    max-width: 128px;
    background: none !important; /* no white lines in article*/
}

#ultabs .ui-tabs-active:not(.Emailtab)::after {
    content: " ";
    display: block;
    position: absolute;
    width: 128.5px;
    height: 5px;
    background-color: #fff;
    bottom: -6px;
    left: -2px;
    opacity: 1;
    border-left: 2px solid #21282b;
    border-right: 2px solid #21282b;
    border-bottom: 1px solid #ffffff;
}

#ultabs .ui-tabs-active:not(.Emailtab):first-of-type::after {
    content: " ";
    display: block;
    position: absolute;
    width: 129px;
    height: 5px;
    background-color: #fff;
    bottom: -6px;
    left: -3px;
    opacity: 1;
    border-left: 3px solid #21282b;
    border-right: 2px solid #21282b;
    border-bottom: 2px solid #ffffff;
}

#mailFolderBox {
    background-color: #f0f0f0;
    padding: 5px;
    padding-bottom: 9px;
    margin-left: -5px;
    margin-right: -6px;
}

#mailFolders span {
    font-size: 10px;
    cursor: pointer;
    margin-right: 5px;
    display: block;
    margin-bottom: -5px;
    float: left;
    color: #565656
}

.selectedFolder {
    color: #000000 !important;
    font-weight: bold;
}

#messages_bar {
    border-right: 1px solid #eeeeee;
}

.sales .salesblock {
    font-size: 32px;
    color: #fff !important;
    margin-right: 10px;
}

.sales .mobile_div {
    font-size: 12px !important;
    opacity: 1;
}

    .sales .mobile_div img {
        vertical-align: middle;
        margin-top: -6px;
    }

.sales .dashlabel {
    text-transform: none !important;
    background: #faa224 !important;
}

.dashdata.sales {
    background: #fa9204 !important;
    margin-bottom: 6px !important;
    margin-right: 6px !important;
    width: 170px !important;
    height: 100px !important;
    box-shadow: 0 -1px 0 #c6c6c6 inset;
}

.dashdata.jawel {
    background: #ed218c !important;
    margin-bottom: 6px !important;
    margin-right: 6px !important;
    width: 83px !important;
    height: 100px !important;
    box-shadow: 0 -1px 0 #c6c6c6 inset;
}

.sales .label {
    color: #fff !important;
    text-align: center !important;
    font-size: 12px !important;
    margin: 0 auto;
    display: inherit;
    padding: 6px !important;
}

.dashdata.sales.admin {
    background: #88a7b4 !important;
}

.admin .dashlabel {
    background: #93b0bc !important;
}

.dashdata.sales.salesperson {
    background: #ed218c !important;
}

.salesperson .dashlabel {
    background: #f33699 !important;
}

.dashdata.sales.omnyo {
    background: #ff4d49 !important;
}

.omnyo .dashlabel {
    background: #ff605d !important;
}

.dashdata.sales.web {
    background: #44576b !important;
}

.web .dashlabel {
    background: #57697c !important;
}

.dashdata.sales .dashnumber {
    height: 56px !important;
}

.dashdata .dashlabel {
    height: 38px !important;
}

#notebar {
    margin-top: 20px;
}
/*
#todoAction a {
    color: #faf9f9;
}

#todoAction a:hover {
    color:#cbcbcb !important;
}
#todoAction {
    line-height: 1.4;
    background: #3c3c3c;
    width: 110%;
    margin-left: -14px;
    margin-bottom: -8px;
    padding: 10px;
    color: #ffffff;
}
    */
#todoNotes a {
    font-size: 12px;
}

#todoNotes {
    line-height: 1.4;
    width: 453px;
    float: right;
    margin-right: 20px;
    margin-bottom: 20px;
}

.contactNotes p {
    margin-bottom: 4px;
    font-size: 16px;
}

#pc0 .redsection:last-of-type {
    margin-bottom: 15px;
}

.sizeCheck {
    color: red;
    font-size: 120%;
}

.vlevel {
    /* waarom standaard verstoppen? Belangrijke info dat wel verstopt mag worden als het onzinnige info bevat
    display:none;*/
}

.multiple_preview_mode {
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
    border-right: 1px solid lightgray;
    padding-right: 10px;
}

.sizeCheck a {
    color: red;
    font-size: 14px !important;
}
.sizeCheck span {
    color:red;
    font-size: 12px !important;
}

.hidesection {
    display: none !important;
}

.sendInHeader {
    cursor: pointer;
    font-size: 12px;
    background: none;
    border: none;
    color: #5d5d5d;
    padding: 0px;
}

.sendin_selected {
    font-weight: bold;
    color: black;
}

.lightGraySelected {
    background-color: lightgrey;
}

.bgPremium {
    background: #DAA520 !important;
}

.ui-autocomplete .ui-menu-item {
    cursor: pointer;
    text-align: left;
}

.ui-widget-content a:hover {
    color: #000000 !important;
}

.pagination ul {
    clear: both;
    padding-top: 10px;
    padding-left: 10px;
}

    .pagination ul li {
        display: block;
        list-style-type: none;
        float: left;
        text-align: center;
        margin: 4px 4px 2px;
        padding: 0;
    }

        .pagination ul li a:hover {
            color: #F0A926;
        }

        .pagination ul li a {
            font-weight: 700 !important;
            color: #39c;
            display: block;
            border: none;
            border-radius: 0;
            height: 17px;
            line-height: 18px;
            width: auto;
        }

.ui-state-default2, .ui-widget-content .ui-state-default {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1eced), to(#d9e6e7));
    font-weight: bold;
    color: #2779aa;
    outline: none;
}

.ui-state-default2 {
    background: #dae6e6;
    background-image: none !important;
}

.adsInTheWrongPlace {
    font-size: 12px;
}

.requestDiv {
    line-height: 1.8 !important
}

.sendinSelected {
    background: #d6d6d6;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-button {
    background: #fff;
    height: 0px
}

::-webkit-scrollbar-track-piece {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background: #888
}

.hidediv:before {
    width: 100%;
    height: 100%;
    content: ' ';
    background: #fff;
    position: absolute;
    z-index: 999;
}

.UserSettingsLinks a {
    color: #242628 !important;
    vertical-align: top;
    font-family: "Open Sans", Arial !important;
    font-size: 14px;
    line-height: 1.6;
}

input {
    border: 1px solid #dfdfdf;
}

.suppliedTexts {
    text-align: left;
}

.panelborder .foundarticle i {
    font-size: 12px;
    display: none;
}

.foundarticle i {
    font-size: 12px;
}

.VerticalBar .suppliedTexts {
    max-height: 700px !important;
}

#siteHere .ui-multiselect {
    height: 100%;
}

#pubHere .ui-multiselect, #pubdatalists .ui-multiselect {
    width: 558px !important;
    height: 100%;
}
    /*/ Why not hele breedte dan */
    #pubHere .ui-multiselect div.selected, #pubHere .ui-multiselect div.available, #pubdatalists .ui-multiselect div.selected, #pubdatalists .ui-multiselect div.available {
        width: 278px !important;
    }

.panelborder h4 {
    color: #808080;
    font-size: 14px;
    font-weight: normal;
}

.datelabel {
    color: #fff;
    padding: 4px;
    float: left;
    max-width: 124px;
    font-size: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.pagination {
    display: inline-block !important;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            border: 1px solid #dddddd;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            background-color: #eeeeee;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        cursor: default;
        background-color: #4c4f51;
        border-color: #21282b;
    }

    .pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
        border-color: #dddddd;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager:before, .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-radius: 15px;
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
    }

.scrollInfoText {
    text-align: left;
    font-size: 12px !important;
    width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000 !important;
}

.zoomBox {
    font-size: 12px;
    text-align: left;
    padding-left: 5px;
}

.jquery-drag-to-select {
    text-align: left;
}

#pagenavpopup td {
    padding: 4px;
}

.timerUpdate, .timerUpdate2 {
    font-size: 10px;
}

.scroller_anchor {
}

#PaginaoverzichtRedactiepopupLink {
    position: fixed;
    height: auto;
    z-index: 999;
    right: 30px;
    bottom: 10px;
}

#PaginaoverzichtRedactiepopup {
    position: fixed;
    width: 300px;
    height: auto;
    background-color: #949494;
    z-index: 999;
    right: 30px;
    bottom: 10px;
    color: #000 !important;
}

#pagenavpopup {
    max-height: 460px;
    overflow-y: auto !important;
    overflow-x: hidden;
}

#editPanel {
    /*margin-left: 500px;*/
}

.pubbleditorFade {
}

    .pubbleditorFade:before {
        content: " ";
        position: absolute !important;
        width: 100%;
        height: 100%;
        background-color: #000;
        z-index: 999999;
        opacity: .5;
        margin-top: -10px;
    }

.editordiv .filedrag {
    height: auto !important;
    line-height: 2px !important;
}

input[type="file"] {
    border: 0px !important;
}
/*
.forSidebar {
    display:none !important;
}*/
.chatBox p {
    margin-top: 4px;
    margin-bottom: 0px;
}

.chatBox {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

#subjectHeader .stampedlabel {
    margin-bottom: 8px !important;
}

#subjectInfoEditor label {
    font-weight: bold;
}

#subjectDescription p {
    color: gray;
    margin-top: 0px;
}

.commentCount a {
    color: white !important;
}

.commentCount {
    font-size: 12px;
    border-radius: 6px;
    display: inline;
    font-weight: bold;
    width: auto;
    text-align: center;
    padding: 5px;
    background-color: red;
    line-Height: normal;
    color: White !important;
    margin-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.findUser {
    margin-top: 4px;
    margin-bottom: 0px;
    padding: 4px;
    cursor: pointer;
}

    .findUser:hover {
        background-color: #e1e9ef;
    }

.findBar {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 4px;
}

.multiple_emails-container .findBar {
    width: 92% !important;
    clear: both;
}

.takeover {
    line-height: 1;
}

.scrollwrapper1 {
    height: 20px;
    margin-bottom: 60px;
    display: none;
    overflow-y: hidden;
    overflow-x: scroll;
}

.bgNoise {
    background-color: #f8f8f8;
}

.bw .pageAdContContainer div, .bw .pageAdContContainer a {
    visibility: hidden;
}

.bw .disabler, .bw .pageactions {
    display: none !important;
}

.bw .pageAdContContainer {
    background-color: rgba(200,200,200,1) !important;
    border: 1px rgba(150,150,150,1) solid !important;
    width: 66px !important;
    height: 100px !important;
    min-height: 0 !important;
    min-width: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-left: 0px !important;
    margin-right: 4px !important;
    float: left !important;
}

    .bw .pageAdContContainer:not([title]) {
        display: none;
    }

    .bw .pageAdContContainer[katernsplit="True"] {
        margin-left: 8px !important;
    }

.katern .pages, .katern .props {
    margin-left: 12px;
}

.katern .props {
    padding-bottom: 9px;
}

.bw .pageAdContContainer.spread {
    width: 138px !important;
}

.katernpageselect, .katerncodeselect {
    background: #CCC;
    padding: 3px;
    margin-top: -1px;
    height: 26px;
}

#katernTool {
    display: none;
    overflow: visible;
}

.bw#katernTool {
    display: block;
    margin-top: 50px;
}

.bw #insideLayout {
    margin-left: 4px;
}

.katern {
    margin-top: 20px;
    margin-bottom: -30px;
    width: 1286px;
    height: 10px;
    border-bottom: 54px rgba(144,144,144,0.5) solid;
    float: left;
    margin-left: 4px;
    text-align: left;
}

    .katern .name {
        font-weight: bold;
    }

#katernenTool:not(.bw), #saveKaternen:not(.bw), #createKaternen:not(.bw), #deleteKaternen:not(.bw), #createKaternen.forcehide {
    display: none !important;
}

#createKaternen.bw {
    display: block;
}

#deleteKaternen.bw {
    display: none;
}

    #deleteKaternen.bw.forceshow {
        display: block !important;
    }

.pagnodiv {
    display: none;
}

.bw .pageAdContContainer div.pagnodiv {
    display: block;
    visibility: visible !important;
    padding: 10px;
    opacity: 0.4;
    font-size: 2em;
    font-weight: bold;
}

.katern.A {
    border-bottom: 54px rgba(233,64,144,0.5) solid;
}

.katern.B {
    border-bottom: 54px rgba(0,180,230,0.5) solid;
}

.katern.C {
    border-bottom: 54px rgba(160,200,40,0.5) solid;
}

.katern span:first-child {
    margin-left: 10px;
    display: inline-table;
    margin-top: -22px !important;
    padding-top: 12px;
}

.katern .part {
    margin-top: -45px;
}

#prospectDiv td {
    vertical-align: middle !important;
    line-height: 1.5 !important;
}

.katern > span, .katern > div > span {
    padding: 9px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: #d1d1d1;
    min-width: 115px !important;
    display: inline-block;
}

.pagepreview_bottom .pagepreview {
    display: block !important;
    overflow: hidden !Important;
}

#dpFiltering {
    max-width: 100%;
}

.extraLeft60 {
    margin-left: 60px !important;
}

#adsTrackerContainer .Knappetabel {
    width: 100%;
    margin-top: 0 !important;
    padding-left: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}

    #adsTrackerContainer .Knappetabel tr td:first-child {
        padding-left: 10px;
    }


#TrackEditionsContainer a {
    color: #114650;
    font-size: 11px
}

#TrackEditionsContainer .small {
    font-size: 10px !important;
}


.LastEditionChange {
    display: none;
    background: #00ace4;
    color: #efefef;
    padding: 10px;
    line-height: 1.4;
    font-size: 10px;
}

#PlankInhoud .LastEditionChange {
    margin-left: -10px;
}

#TrackEditionsContainer {
    background: #fff;
    margin-left: -10px;
}

#adsTrackerContainer {
    width: 95%;
    border: 1px rgba(140,140,140,0.7) solid;
    background-color: rgba(255,255,255,0.3);
    border-radius: 5px;
    margin-top: 40px;
}

#adsBetweenEditionsTracker {
    width: 100%;
}

.div1 {
    border: 1px rgba(55,55,55,0) solid;
    display: block;
}

#PlankMove .statusButtons div, #PlankMove .buttonStatus div {
    max-height: 25px;
    overflow: hidden;
    min-height: 0px !important;
}

#PlankMove .statusButtons, #PlankMove .buttonStatus {
    margin-top: -2px;
    min-height: 0px !important;
}

#messageContainer p {
    margin: 0px !important;
}

#messageContainer a {
    color: blue !important;
}

#missed .hideInMissed {
    display: none;
}

.targetPage .targetpagecross, .targetpagecross.force {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%, auto;
    z-index: 7;
}

.dateSelection {
    font-size: 10px;
    color: #535557;
    margin-left: 4px;
    line-height: 1.2;
    text-align: right;
}

.dateSelectionCurrent {
    font-size: 12px;
    color: #000;
}

.explainparagraph {
    color: #535557;
    font-size: 12px;
}

.legend {
    clear: both;
    margin-bottom: 40px;
}

    .legend ul {
        margin-left: 0px;
        padding-left: 0px;
        list-style-type: none;
    }

    .legend li {
        float: left;
        margin: 4px;
        margin-left: 10px;
        cursor: pointer;
        font-size: 42px;
        vertical-align: middle;
        overflow: hidden;
        max-width: 120px;
        max-height: 18px;
        min-width: 120px;
        white-space: nowrap;
    }

.selectedLegend {
    opacity: .4;
}

.highchartsLabel {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    cursor: pointer;
    color: #274b6d;
    vertical-align: top;
}

#notificationbar {
    position: fixed;
    top: auto;
    bottom: 0px;
    width: 100%;
    height: 0px;
    background-color: #0791bf;
    display: none;
    color: white;
    font: 700 16px "Open Sans",Helvetica,Arial,sans-serif;
    z-index: 99990;
}

.no_maxwidth {
    max-width: none !important;
}

#pubbledash .collapsable {
    overflow: hidden;
}

.pageobjeresult {
    margin-right: 10px;
    margin-top: 10px;
}

.identiShift .klantnaam {
    line-height: 1.4;
    display: block;
}

.MyQtip {
    max-width: 118px;
    width: 118px
}

.showcontrols .controls {
    display: inline !important;
}

.hidetemp {
    display: none !important;
}

.hidefilterformat {
    display: none !important;
}

.hidefiltercity {
    display: none !important;
}

#missed h4 {
    font-weight: normal !important;
    font-size: 13px;
}

#shufflercontainer {
    z-index: 109;
    /* background-color: #d7d7d7;*/
    max-height: 100% !important;
    overflow-x: hidden !important;
    height: 100%;
}

.box .h3, .box h3 {
    text-shadow: none !important;
    margin-bottom: 10px !important;
}

#subscriberList, #Topklanten, #upcomingEditions, #KomendeUitgaven, #ToDoUL {
    padding: 0px !important;
}

.collapsable .panelborder {
    margin-top: 10px !important;
}

#pubbledash .collapsable::before {
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0px;
    content: "";
    overflow: hidden;
    z-index: -1;
}

.userOnline {
    background-color: #2b3235 !important;
    padding: 4px !important;
    margin-right: 4px !important;
}

ul .Partial1, ul .Partial2, ul .Partial3, ul .Partial4, ul .Partial5, ul .Partial6, ul .Partial7, ul .Partial8 {
}

#foundPhotoWindow, #loaddp {
    background: #141718 !important;
    /*margin: -.4em;*/
    margin-left: 5px;
    width: 100%;
}

.photographer {
    text-decoration: underline;
}



.placeablephoto {
    float: left;
    margin-bottom: 4px;
    overflow: hidden;
    height: 173px !important;
}

.partialName img {
    vertical-align: middle;
}

.partialName {
    position: absolute;
    margin-top: -24px;
    margin-left: -6px !important;
    font-size: 10px !important;
    color: #000 !important;
    font-weight: bold;
}

.sortlijst li:last-child {
    margin-bottom: 20px !important;
}

.addMargin {
    margin-bottom: 25px !important;
    margin-top: 40px !important; /* dit moet hem uitlijnen met paginacijfer als pagina alleen partials bevat */
}

.UploadAddContainer input, .UploadAddContainer select {
    margin-bottom: 10px
}

#blauwvak checkbox {
    vertical-align: middle;
}

.musthide {
    display: none !important;
}

.lockedpage:before {
    z-index: 9999 !important;
}

.identiShift .placerequest {
    display: block;
    line-height: 1.2;
}

.placerequestAttention {
    color: #e10000 !important;
    font-size: 14px;
    line-height: initial !important;
    margin-top: 10px;
    display: block;
}

.uv-popover-content .menu {
    background-color: #fcfcfc;
    border-top: 1px solid #eaedef;
    text-align: left;
}

.uv-popover-content .pane-title, .h3, .h4, .h5, .h6 {
    color: #4b4d4f;
    font-weight: 600;
    font-size: 110%;
    line-height: 1.4;
    margin-bottoM: 8px;
}

.uv-popover-content {
    height: 414px !important;
}

.uv-popover-iframe-container {
    height: 328px !important;
}

.uv-popover-content .menu {
    color: #448dd6;
    border-top: 1px solid #eaedef;
    display: block;
    padding: 0.75em 1em;
    text-decoration: none;
    font-size: 13px;
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    src: url("//assets.uvcdn.com/pkg/open-sans/OpenSans-Regular-webfont-09eea0f94d400044622ab2e1a279f288.eot");
}

.uv-popover-content .button.primary {
    color: #fff;
    font-weight: 600;
    background-color: #448dd6;
    -moz-box-shadow: 0 -1px 0 rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.1) inset;
    box-shadow: 0 -1px 0 rgba(0,0,0,0.1) inset;
}

.uv-popover-content .button {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    -moz-box-sizing: border-box;
    cursor: pointer;
    font: inherit;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 110%;
    line-height: 1.5;
    position: relative;
    padding: 0.3em 1em;
    vertical-align: baseline;
    -moz-transition: all 100ms;
    -o-transition: all 100ms;
    -webkit-transition: all 100ms;
    transition: all 100ms;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #626568;
    background-color: #eaedef;
    -moz-box-shadow: 0 -1px 0 rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.1) inset;
    box-shadow: 0 -1px 0 rgba(0,0,0,0.1) inset;
}

.webAdText {
}

.smallVerkoopTab {
    height: 595px !important;
}

.buitenindeling .handleMove {
    display: none;
}

.buitenindeling .PlankPagina {
    position: relative;
    margin-top: 20px;
    cursor: pointer;
}

.buitenindeling .selectpage {
    top: -15px !important;
}

.ui-autocomplete {
    z-index: 999999999 !important;
}

.pointo input {
    vertical-align: top;
}

.externals label {
    text-align: left !important;
}

#debnotes p {
    padding-left: 0px !important;
    margin-left: 0px !important;
}

.lessImportant {
    opacity: .7;
}

#TPB {
    margin-top: 20px;
    display: block;
}

#GeselecteerdKrant {
    max-height: 212px !important;
    overflow-y: auto !important;
}

#TPB hr {
    width: 22%;
    display: block;
    float: right;
    margin-left: 71%;
}

#TPB .pDescr {
    text-align: left;
    float: left;
    display: block;
    width: 48%;
    overflow: hidden;
}

#TPB .pPrice {
    text-align: right;
    width: 48%;
    float: right;
    display: block;
}

.collapsedFieldset {
    height: 5px;
    overflow: hidden;
}

    .collapsedFieldset legend {
        cursor: pointer;
    }

fieldset.active {
    height: auto;
}

.approved {
    background-color: #2ddd20;
}

#klantFormContainer fieldset {
    margin-bottom: 10px;
}

.approved .dpArrow {
    opacity: .1 !important;
}

.otherEd img, .thisEd img {
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
    border: 1px solid #e2e2e2;
}

@-ms-viewport {
}

.pane-footer-byline, .instructions, .uv-icon, .powered-by {
    display: none !important;
}

.verticalline {
    border-bottom: 0px !important;
}

.ncOnlyStyle .slide li > a {
    display: block;
}

.matPreviewLink {
    float: left;
}

.imgWrap img {
    float: left;
}

.availableFoto {
    background: #e4e6e7;
    width: 100%;
    height: 185px;
    overflow: hidden
}

.test {
    background: #74f457;
}

.tabList {
    overflow-x: hidden;
}

.previewcontrols {
    z-index: 99999 !important;
}

.col-md-10 {
    margin-bottom: 10px;
}

#vullingtabelc td {
    border-bottom: 1px solid #eaeaea;
}

.ncOnlyStyle .ArtikelMinum {
    width: auto;
    margin: 6px;
    margin-top: 12px;
}

.catSep {
    height: 25px;
    clear: both;
}

.ncOnlyStyle .handlec {
    float: right;
}

.ncOnlyStyle .divpagina {
    margin-bottom: 0;
}

.ncOnlyStyle .sortlijst {
    background: none;
}

.ncOnlyStyle .timeline {
    margin-left: 12px;
    margin-right: 12px;
}

    .ncOnlyStyle .timeline .until {
        float: right;
    }

    .ncOnlyStyle .timeline span {
        font-weight: normal;
        font-size: 11px;
    }

.typeBlock, .prioBlock {
    float: right;
    border: 1px rgba(39,121,170,0.7);
    background: rgba(39,121,170,0.1);
    margin-right: 4px;
    margin-top: 4px;
    padding: 4px;
}

    .typeBlock.off {
        border-right: 3px solid red;
    }

    .typeBlock.on {
        border-right: 3px solid #00ff00;
    }

.PhotoBlock {
    float: right;
    margin-right: 4px;
    margin-top: 4px;
}

    .PhotoBlock span {
        font-size: 11px;
        font-weight: normal;
        margin-left: -10px;
        top: -5px;
        z-index: 2;
        position: relative;
    }

    .PhotoBlock img {
        z-index: 1;
        position: relative;
    }

.ic.PhotoBlock {
}

.ss.PhotoBlock {
    color: white;
}

.toggledTR {
    background-color: #d1f3ff !important;
}

.fc-week-number {
    font-size: 75%;
}

.advertisements-loadmore button {
    margin-bottom: 10px;
}

.advertisements-loadmore {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

#chooseExisting:not(td) {
    max-width: 500px;
    float: right;
    margin-right: 30px;
}

#chooseExisting table td {
    padding: 2px !important;
}

.ppadmini {
    opacity: .8;
}

#pdfDialog select {
    font-family: "Courier New", Courier, monospace
}

#Q {
    max-width: 700px;
}

.artikelclass {
    line-height: 1.3;
}

.waasje {
    opacity: .6;
}

#multipleEdtions_Controls {
    margin-left: 20px;
    display: inline-block;
    width: 180px;
    margin-top: 5px;
}

    #multipleEdtions_Controls a {
        font-size: 12px;
        font-weight: bold;
        clear: both;
        display: block;
        line-height: 16px;
        color: #535557;
    }

#atDialog select {
    width: 220px !important;
}

#atDialog {
    width: 440px;
}

.Agendatab {
    background: #98012e;
}

.Digikranttab {
    background: #98012e;
}

.dashdata {
    float: left;
    position: relative !important;
    margin-right: 20px;
    margin-bottom: 6px;
    height: auto !important;
    width: 110px !important;
    color: #f6f6f6 !important;
    overflow: hidden;
}

.dashnumber {
    padding: 10px;
    font-size: 110%;
    padding-bottom: 0px;
    font-weight: 300;
    text-align: right;
}

#NietIn .advShift {
    border-bottom: 1px solid gray;
}

.pnrplank {
    cursor: pointer;
    max-height: 50px;
    overflow: hidden;
    display: block;
}

.dashlabel span {
    padding: 2px;
    padding-bottom: 0px;
    opacity: .9;
}

.dashlabel {
    background-color: rgba(0,0,0,0.1);
    font-size: 68%;
    display: block;
    width: 100%;
    height: 18px;
    text-transform: uppercase;
}

.spinEffect {
    -webkit-animation: spin 0.5s linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.PlankPagina .downloadpdf {
    display: none;
}

.pnrplank:hover {
    border-radius: 4px;
    background: #ffef8f url(/images/ui-bg_highlight-soft_25_ffef8f_1x100.png) 50% top repeat-x !important;
    font-weight: normal;
    color: #2779aa;
    padding: 0px;
    /* font-size:12px;*/
}

.plankSelected {
    border-radius: 4px;
    background: #ffef8f url(/images/ui-bg_highlight-soft_25_ffef8f_1x100.png) 50% top repeat-x !important;
    font-weight: bold;
    color: #2779aa;
    padding: 3px;
    font-size: 12px;
}

#daywkbar .selected {
    background: #0c2236;
    color: #fff !important;
}

.kwman2 {
    color: #535557 !important;
    font-size: 11px;
}

    .kwman2:hover {
        background: #0a4e80;
        color: #fff !important;
        cursor: pointer;
    }

.image-annotate-canvas {
    max-width: 95vw !important;
}

#cboxLoadedContent {
    overflow: hidden !important;
    margin-top: 28px;
    margin-bottom: 0;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

.achtergrondkleur {
    background-color: #E0EFFF;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    border: 1px solid #f9dd34;
    background: #ffef8f url(/images/ui-bg_highlight-soft_25_ffef8f_1x100.png) 50% top repeat-x !important;
    font-weight: bold;
    color: #2779aa;
    outline: none;
}

.inddAdvertentieShift.ui-state-highlight {
    margin: -1px !important;
}

#colorbox #cboxClose {
    top: 0;
    right: 0;
}

.cke_combopanel {
    width: 300px !important;
    height: 300px !important;
    max-height: none !important;
}

.dropdownset {
    font-size: 14px !important;
}

.SigninMenu a {
    font-size: 14px !important;
    font-weight: normal;
}

.formulier fieldset {
    overflow-y: hidden;
}

div.dp-popup h2 {
    color: #fff !important;
    text-shadow: none !important;
}

body {
    line-height: 1.5em;
}

.resized {
    font-size: 10px;
}

.columnbl {
    background-image: url(images/baseline.png); /* Waarom plaatje inplaats van lijnen niet? */
    background-repeat: repeat;
}

.basecolabsolute {
    width: 100%;
    position: absolute;
}

#selectionMenu {
    background: #21282b;
    width: 174px;
    height: 20px;
    z-index: 999;
    position: fixed;
    padding: 10px;
    left: 160px;
    top: 212px;
    margin-left: -10px;
    padding-left: 20px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

#missed .advShift.ui-state-highlight {
    margin: 0px !important;
    margin-left: -8px !important;
}

#missed .advShift {
    width: 232px;
    margin-left: 0px;
}

.filterOption {
    width: 220px;
    cursor: pointer;
    padding: 4px;
    line-height: 2;
    background: #404649;
    color: #fff;
    margin-left: 1px;
}

.filterClose {
    display: none;
}

.inlinesparklinec {
    cursor: pointer;
}

.columnborder {
    margin: -1px !important;
    /* border-bottom:0px !important;*/
    border: 1px #8f8f8f solid; /*5f5f5f*/
}

.columnborder2 {
    margin: -1px !important;
    border: 1px #ebfcfc solid;
}
/* Fix voor line-height 1.6 span tags */
.cke_editable {
    line-height: normal;
}

#contactable {
    display: none;
}

#formfieldContainer td {
    padding: 5px;
}

#formField {
    width: 900px;
}

#Opdracht {
    background: #fcfcfc;
}

#opmaakcontainer {
    z-index: 2;
}

.boxname {
    max-width: 100px;
}

.controlcontainer:hover .controls {
    display: inline !important;
}

.pageAdCont:hover .controls {
    display: inline !important;
}

.pageAdCont .PageSalesPreview {
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
    border-color: #e2e2e2;
}

.pageAdContContainer:hover .controls {
    display: inline !important;
}

.pageAdContContainer .buttonStatus img {
    opacity: .8;
    background-size: 90%;
}

.pageAdContContainer .buttonStatus {
    min-height: 6px;
    height: 16px;
    opacity: .8;
    border-bottom: none;
    padding-top: 3px !important;
    padding-bottom: 2px !important;
}

.pageAdContContainer {
    padding-right: 15px;
    float: left;
    margin-top: 10px;
    margin-bottom: 24px;
    min-height: 544px; /*was 522, maar teylinger van buijze breekt dan */
    margin-right: 2px;
    margin-left: 2px;
}

.hideupdate {
    display: none !important;
}

.old91 {
    display: none !important;
}

#plogo {
    display: none;
}

#ladenscherm {
    background: #141718 !important;
}

.previewladen {
    z-index: 99;
}

.previewtekstContainer .pagepreview {
    overflow: auto;
    display: inline;
}

.qtip-content .graybutton {
    background: none !important;
    background-color: none !important;
}

@media (min-height: 750px) {
    #plogo {
        display: block;
    }
}




input, select {
    padding: 4px;
    min-height: 15px;
    vertical-align: middle;
}

.edropper {
    left: 480px !important;
    right: auto !important;
}

#ToDoUL .Stramientype {
    height: 20px !important;
}

.caWide, .caNarrow {
    float: left;
    position: relative;
}

.caWide {
    border-bottom: 1px solid #eeeeee;
    height: 20px;
    width: 100%;
}

    .caWide div {
        position: absolute;
    }

.caNaam {
    width: 265px;
    height: 18px;
    left: 20px;
    overflow: hidden !important;
    top: 0px;
}

.caFormaat {
    left: 290px;
    width: 210px;
    overflow: hidden;
    height: 18px;
    top: 0px;
}

.caPlaats {
    left: 710px;
    display: none;
    top: 0px;
}

.caFormaatB {
    left: 500px;
    top: 0px;
}

.caFormaatH {
    left: 530px;
    top: 0px;
}

.caOpmaker {
    left: 880px;
    top: 0px;
}

.caSoldBy {
    left: 780px;
    top: 0px;
}

    .caSoldBy .stampedlabel {
        background-color: #ed218c
    }

.caKop {
    left: 580px;
    width: 267px;
    top: 0px;
}

.stramienkeusCont {
    font-weight: normal !important;
    text-align: left !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #000;
    border: none !important;
    border-radius: 0 !important;
    cursor: default;
    height: auto !important;
    line-height: 1 !important;
    vertical-align: auto !important;
    width: auto !important;
    margin-left: 0 !important;
}

.StramienKeus {
    min-height: 240px;
}
/* BUTTONS PREVIEW */
.liveUser {
    width: 12px !important;
    height: 12px !important;
    border-radius: 12px !important;
    /* margin-top: 4px;*/
    background-color: #a3c939;
}

.ArtikelMinum {
    float: left;
    margin-top: 5px;
}

.plank_graycolor {
    color: #999999 !important;
}

.koppelingen .opmaakc {
    font-size: 10px;
    cursor: pointer;
    font-weight: normal;
}

.inddlink {
    vertical-align: middle;
    cursor: pointer;
}

.inddlinkclosed {
    vertical-align: bottom;
    display: none;
    cursor: pointer;
}

.artdoor {
    font-size: 10px;
    text-align: right;
    font-weight: normal;
}

.hasnopin {
    background-image: url(/Content/images/icons/hand.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.haspin {
    background-image: url(/Content/images/icons/nopin.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.artstatussen {
    margin-left: 5px;
    float: right;
    padding-right: 0px;
    vertical-align: middle;
}

.linkContainer img {
    vertical-align: middle !important;
}

.linkContainer {
    max-height: 360px;
    overflow: auto;
    margin-left: 15px;
    margin-top: 10px;
    line-height: 1.8;
}

#sampleArea {
    margin-top: 20px;
}

#vullingtabel .Knappetabel {
    min-width: 300px;
    margin-bottom: 30px;
}

.fullpage {
    position: relative;
    margin-bottom: 20px;
}

.ncOnlyStyle .slide {
    margin-bottom: 0px;
}

.containerdrop {
    float: left;
    /* position:relative;   z-index:99 !important;*/
    position: absolute;
}

.no_yscroll {
    overflow: hidden !important;
}

.irRegel {
    font-weight: bold;
    margin-left: 68px;
    margin-bottom: 24px;
}

.divpagina {
    float: left !important;
    margin-left: 80px !important;
    width: 570px;
}

    .divpagina .pagepreview {
        float: left;
    }

    .divpagina .filedrag {
        z-index: 999999;
        display: block;
    }

.advLi {
    border: 1px solid #cfebcf !important;
}

.ArtikelMinum.ArtikelMinumAdv {
    float: left;
}

.advstatuso {
    width: 150px;
    float: left;
    height: 50px;
}

.advstatusc {
    float: left;
    padding-top: 5px;
    margin-right: 5px;
}

.statusmenu {
    position: absolute;
    display: none;
}

.advmovepin {
    width: 25px;
    float: right;
}
/* BUTTONS PREVIEW */
.divpagina img {
    opacity: .9;
}

.intres, .startmart {
    max-width: 75%;
    min-width: 540px;
}

.edconts {
    background-color: #f8f8f8;
    width: 100%;
    padding-top: 10px;
    display: block;
    position: relative;
}

.smartres .ui-icon, .smartres .ui-widget-content .ui-icon {
    background-image: none !important;
}

.smartres .ui-resizable-e::after {
    content: '&nbsp;';
    width: 24px;
    height: 24px;
    position: absolute;
    background-image: url('/Content/Css/resize.svg') !important;
    background-repeat: no-repeat;
}

.validation-summary-valid {
    display: none;
}

.factuur .containerdrop a {
    color: #000 !important;
}

.factuur .signin_menu {
    margin-right: 5px !important;
    margin-top: 10px !important;
}

#Facturatieform .signin_menu {
    margin-top: 8px !important;
}

#panelCenter_2, #panelCenter_1, #panelCenter_3, .panelCenter_1, .panelCenter_2, .panelCenter_3, .panel-collapsed {
    display: none;
}

#loadingcont .spinner {
    max-width: 100% !important;
    width: 130px !important;
    height: 33px !important;
    margin-left: 0px !important;
    margin-bottom: 10px !important;
    margin-top: 0px !important;
}

    #loadingcont .spinner div {
        background: #fff;
        width: 1% !important;
    }

#stramienkiezer .filedrag {
    display: none;
    font-weight: normal !important;
    text-align: left !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #555;
    border: none !important;
    border-radius: 0 !important;
    cursor: default;
    height: auto !important;
    line-height: 1 !important;
    vertical-align: auto !important;
    width: auto !important;
    margin-left: 0 !important;
}

.searchbox {
    width: 182px;
}

#PlankInhoud {
    background-color: #eef0f0;
    position: absolute;
    left: 0;
    right: 0;
    min-height: 100%;
    top: 135px;
}

    #PlankInhoud.ncOnlyStyle {
        min-width: none;
    }

.ncOnlyStyle li {
    cursor: pointer;
}

.ui-dialog {
    /* pop-up should be over article preview 
          But may not be higher for the pop-up of the Warning popups
      */
    z-index: 9999 !important;
}

#righttop {
    position: fixed;
    right: 0;
    z-index: 200; /* was 105 */
}

#searchbaricons {
    float: right;
    height: auto;
    color: #fff;
    padding: 2px;
    background: #21282b;
    border-bottom-left-radius: 8px;
}

.phome {
    display: none !important;
}

.divpagina .kk {
    float: none;
}

.ArtikelMinum {
    width: 466px;
}

.ArtikelMinumAdv {
    width: 348px;
}

.page {
}

#btnExport {
    vertical-align: middle;
}

.homeshortcut {
    margin-right: 0 !important;
    width: auto !important;
    margin-left: 2px;
}

.InvoiceNumber {
    font-size: 10px;
    right: 0px;
    border-radius: 6px;
    position: absolute;
    top: 15px;
    width: auto;
    text-align: center;
    padding: 5px;
    background-color: #93b0bc;
    line-Height: normal;
    color: White;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 5px;
    color: #000;
}

.HoofdnavigatieLink div:not(.InvoiceNumber) {
    border-bottom: 1px solid #1f1f1f;
    opacity: .5;
    height: 1px !important; /* .5 valt toch weg */
    opacity: .5;
}

.HoofdnavigatieLink a {
    white-space: nowrap;
    text-decoration: none;
    color: #e1e1e1 !important;
    vertical-align: middle;
    font-family: "Open Sans", Arial !important;
    font-size: 12px;
    line-height: 42px;
}

.ncOnlyStyle #Rest, .ncOnlyStyle #Rest2, .ncOnlyStyle #signature {
    display: none;
}

.snelhelp {
    min-width: 58px;
    font-size: 9px !important;
    color: #e1e1e1 !important;
}

#contentsnelfuncties img, #contentsnelfuncties svg {
    opacity: 0.8;
}

.HoofdnavigatieLink img {
    opacity: 0.8;
    background-position: center;
    background-position-y: center;
    min-height: 32px;
    margin-left: -5px;
    width: 40px;
    vertical-align: middle;
}

.ui-widget-header {
    border: 0 !important;
    border-radius: 0 !important;
    background-color: #21282b !important;
    background-image: none !important;
}

.ui-panel .ui-widget-header {
    background-image: none !important;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border: 0 solid #aed0ea;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#f1f3f4),to(#EEE));
    /*  background-image:none !important;
       background-color:#eeeeee !important;*/
}

.searchbar-inner {
}

.tabList {
    background: #f8f8f8 !important;
    padding-top: 10px !important;
}

.ui-tabs .ui-tabs-panel {
    padding: 0px 0px;
}

#kruimel a {
    color: #8f9090;
}

#kruimel {
    color: #8f9090;
    font-size: 10px;
    z-index: 99999;
    float: none !important;
}

.Kruimel a {
    color: #8f9090;
}

.Kruimel {
    margin-left: 0px;
    color: #8f9090;
    font-size: 10px;
    z-index: 99999;
    float: none !important;
    margin-bottom: -4px;
}

#main {
    margin-top: 0;
    width: 100% !important;
}

h2 {
    margin-top: 10px;
}

.HoofdnavigatieLink {
    font: 90%/43px "Open Sans" !important;
    color: #fff;
    clear: both;
    margin-bottom: 5px;
    width: 100% !important;
    height: 36px !important;
    text-align: left !important;
    float: none;
}

.searchbox {
    padding: 4px;
    background: none;
    color: #fff !important;
    margin: 5px;
    border: 0;
    border-bottom: 2px solid #fff;
    border-radius: 0 !important;
}

#KrantInhoud {
    padding-right: 30px !important;
}

.plankbutton {
    left: 20px !important;
}

a {
    text-decoration: none !important;
}

#contentsnelfuncties a, #newlaymenu {
    font-family: "Open Sans",sans-serif;
    font-family: "Open Sans",sans-serif;
}

.ui-panel .ui-widget-header {
    border: 1px solid #0c3a6a !important;
    border-bottom: 0 !important;
    border: 0 !important;
    font-family: Arial !important;
}

.MonthPicker {
    background-color: #535557;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#535557),to(#37393a));
}

.ui-accordion .ui-accordion-header {
    border: none !important;
    background-color: #535557 !important;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#535557),to(#37393a)) !important;
}

h4 {
    font-size: 14px;
}

h3 {
    font-size: 18px;
}

.logonuserc {
    margin-left: -8px !important;
    float: none !important;
}

.ArtikelMinum span {
    font-size: 10px !important;
}

.ArtikelMinum a {
    font-size: 13px;
}

.fullpage {
    max-width: 985px;
}

#navt {
}

.advContentItem {
    left: -15px !important;
    right: auto !important;
}

@media (max-width: 860px) {


    .pagepreviewc {
        float: left !important;
        margin-bottom: 40px !important;
    }

    .leftBar {
        min-width: 280px !important;
    }

    #opmaakcontainer {
        width: 100% !important;
    }
}

@media (max-width: 980px) {



    .divpagina {
        margin-left: 0 !important;
        margin-bottom: 40px;
        width: 442px !important;
    }

    .ArtikelMinumAdv {
        width: 260px !important;
    }

    .ArtikelMinum {
        width: 355px;
    }
}

@media (min-width: 1150px) {

    .advContentItem {
        /*  left: 52px !important;*/
    }
}

@media (min-width: 1340px) {
    #webbuttonsc {
        max-width: 620px !important;
    }
}

@media (max-width: 1250px) {

    #Filters {
        margin-top: 0px !important;
        float: none !important;
        position: relative !important;
        width: 300px;
        right: auto;
    }
}

@media (max-width: 1281px) {






    .fullpage {
        max-width: 870px !important; /*  to account for spread widths */
        /* max-width: 988px !important;*/
    }
}

@media (max-width: 1150px) and (min-width: 860px) {

    .divpagina {
        width: 546px !important;
    }

    .liveC {
        left: -14px !important;
    }

    #KrantInhoud .pagepreview {
        max-width: 205px !important;
    }

        #KrantInhoud .pagepreview img {
            max-width: 205px !important;
        }

    .pagepreviewc {
        margin-right: 0 !important;
    }
}

@media (max-width: 1150px) {
    .hidefortablet {
        display: none;
    }

    .PaginaNummer {
        width: 75px;
    }

    #navt {
        margin-bottom: 25px;
    }

    .HoofdnavigatieLink img {
        min-height: 34px;
        min-height: 30px;
    }

    .HoofdnavigatieLink {
        font-size: 85%;
        line-height: 35px !important;
    }

    .divpagina {
        margin-left: 0 !important;
        margin-bottom: 40px;
    }

    .containerdrop {
        margin-top: -40px;
    }

    .ArtikelDropdown {
        max-width: none;
    }

    .irRegel {
        position: absolute;
        top: -40px;
    }
}

#plogo {
    cursor: pointer;
    bottom: 17px;
    position: absolute;
    z-index: -1;
}

#contentsnelfuncties {
    overflow: hidden;
    width: 140px;
}

#sfc_c {
    padding: 12px;
}

.newlaymenu::-webkit-scrollbar {
    width: 2px;
}

.newlaymenu {
    overflow-x: hidden;
    height: 100%;
    z-index: 99;
    background-color: #21282b;
    /*
        box-shadow: inset 0px 0px 30px #101213;
            */
    overflow-y: auto !important;
    width: 140px;
}
/*Voor tablets om in het linkermenu te kunnen scrollen*/
@media (max-height: 720px) {
    .newlaymenu {
        overflow-y: auto;
    }

    .no-touch .newlaymenu {
        overflow-y: hidden;
    }
}

#maincontent {
    -webkit-flex: 1;
    width: auto !important;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
}

#chatcontainer.selfbilling {
    -webkit-flex: 1 480px;
    width: 480px;
    max-width: 480px;
}

#chatcontainer {
    display: none;
    -webkit-flex: 1 280px;
    width: 280px;
    max-width: 280px;
    overflow: hidden;
    height: 100%;
}

.Activeer {
    width: 48px;
}

#chatWrapper {
    margin-top: 90px;
    padding: 10px;
}

    #chatWrapper .stampedlabel {
        float: left;
        margin-right: 5px;
        margin-bottom: 0px;
        margin-top: 5px;
    }

#messages_bar {
    -webkit-flex: 1 320px;
    width: 320px;
    max-width: 320px;
    overflow: hidden;
    height: 100%;
}

#chatcontents {
    width: 300px;
    max-width: 320px;
    overflow: hidden;
    height: 100%;
    text-align: left;
    position: fixed;
    background-color: #f5f5f5;
    box-shadow: inset 0px 0px 2px #cccccc;
    overflow-y: auto !important;
}

.selfbilling #chatcontents {
    width: 480px;
    max-width: 480px;
}

body {
    /* overflow-x: hidden;*/
    font-size: 14px;
    font-family: sans-serif;
}

#KrantenAccordion, #Topklanten {
    font-size: 12px;
}

#flexcontainer {
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
}

    #flexcontainer .box {
        margin-top: 20px;
    }

#pubbledash {
    width: 100% !important;
}

body, html {
    height: 100%;
}

.pagepreview {
    overflow: hidden;
}

#paperbut a {
    float: left;
    margin-left: 15px;
    opacity: .6;
}

#pagenav {
    display: none;
    position: fixed;
    padding: 0 !important;
    margin-left: -30px;
    top: 36px;
    right: 0;
}

.ArtikelDropdown {
    max-width: 28px;
}

.currentscroll {
}

#tilde {
    color: #555;
    text-decoration: none !important;
    font-size: 16px;
    margin-left: 5px;
    display: block;
    float: left;
    font-weight: 700;
    margin-top: 0;
}

#ContactList {
    overflow-x: hidden;
    height: 700px !important;
}

#pagenav .vak {
    text-decoration: none !important;
    width: 4px;
    height: auto;
    float: none;
    padding: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    font-size: 7px;
    z-index: 20;
}

.ui-autocomplete {
    z-index: 999999 !important;
    border-radius: 0px !important;
    border: 1px solid #8cc63f;
}

.ui-widget-content .ui-state-default {
    border: 0;
    background-color: #eee;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#f1f3f4),to(#EEE));
}

.box .ui-widget-content .ui-state-default {
    background-color: #eee;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#f1f3f4),to(#EEE));
}

.fullpage .ui-widget-content .ui-state-default {
    background: #f7f7f7 !important;
}

.ui-widget-content .ui-state-active {
    background-color: #fff !important;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#fff)) !important;
}

.PageSalesPreview {
    background: #fff;
}

.smalllow {
    font-size: 8px;
    color: #000;
}

#menubottom {
    line-height: 1;
    width: auto;
}

.vkpShift {
    float: right;
    font-size: 24px;
    margin-right: 32px;
    text-align: right;
}

.identiShift {
    max-width: 165px !important; /* 2-8-2016*/
    display: block;
    float: left;
    font-size: 12px;
    line-height: 1.8;
}

.previewDragShift {
    color: red;
}

.othercnt {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    display: block;
    border-radius: 6px;
    background: #fff;
}

.qtip {
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
}

.draggable {
}

a:visited {
    color: inherit;
}

.yellowDrag {
    background: #ffffe0 !important;
}

.column {
    opacity: .5;
}

    .column .stampedlabel {
        margin-bottom: 14px;
    }

.statusOPM img {
    margin: 10px;
    float: left;
    cursor: pointer;
}

.flipped {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.PlacerAdvertentiepagina {
    border-bottom: 1px solid gray;
    width: 271px;
}

.draggableShift {
    cursor: pointer;
}

.missedPreview {
    position: absolute;
    right: 0px;
    top: 0px;
}

.onPage {
    display: none !important;
}

.missedPreview img {
    opacity: .4;
    max-width: 85px;
}

.concerningline {
    line-height: 1 !important;
}

.advShift {
    background-color: #fbfbfb;
    padding: 4px;
    border: 1px solid gray;
    cursor: pointer;
    margin: 0;
    position: relative;
    border-bottom: 0px;
    overflow: hidden;
}

.shiftGray {
    background-color: #e9e7e7;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#f3f3f3),to(#e7e7e7));
}

}

#missed {
    margin-bottom: 25px;
}

.ui-state-groen, .ui-widget-content .ui-state-groen {
    border: 0 solid #aed0ea;
    background-color: #d9f5d9;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#e2fce2),to(#d9f5d9));
    color: #2779aa;
    outline: none;
}

    .ui-state-groen a, .ui-state-groen a:link, .ui-state-groen a:visited {
        color: #2779aa;
        text-decoration: none;
        outline: none;
    }

.ui-state-rood, .ui-widget-content .ui-state-groen {
    border: 0 solid #aed0ea;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#fbfce2),to(#f7f8d9));
    color: #2779aa;
    outline: none;
}

    .ui-state-rood a, .ui-state-rood a:link, .ui-state-rood a:visited {
        color: #2779aa;
        text-decoration: none;
        outline: none;
    }

.ui-state-grijs, .ui-widget-content .ui-state-grijs {
    border: 0 solid #aed0ea;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#e6e6e6),to(#c9c9c9));
    color: #333333;
    outline: none;
}

.ui-state-grijs a, .ui-state-grijs a:link, .ui-state-grijs a:visited {
    color: #555555;
    text-decoration: none;
    outline: none;
}

.ui-state-warning, .ui-widget-warning .ui-state-warning {
    background-color: red;
    border: 0 solid red;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#ff0000),to(#d80000));
    color: #fff !important;
    outline: none;
}

    .ui-state-warning a, .ui-state-warning a:link, .ui-state-warning a:visited {
        color: #fff !important;
        text-decoration: none;
        outline: none;
    }

.ui-state-pending, .ui-widget-pending .ui-state-pending {
    background-color: #daf5da;
    border: 0 solid red;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#daf5da),to(#e8fae8));
    color: #fff !important;
    outline: none;
}

    .ui-state-pending a, .ui-state-pending a:link, .ui-state-pending a:visited {
        color: #2779aa !important;
        text-decoration: none;
        outline: none;
    }

#creationPalet .editorADC {
    font-size: 0px;
}

.subpageheader .editorADC {
    font-size: 10px !important;
    background-color: #727272 !important;
    background-image: none !important;
    color: white;
    padding: 0px;
    line-height: 1;
}

.pageheader .editorADC {
    font-size: 10px !important;
    background-color: #287bad !important;
    background-image: none !important;
    color: white;
    padding: 0px;
    line-height: 1;
}

#creationPalet .controls {
    display: inline !important;
}

#creationPalet .buttoncontainer_Shuffle {
    margin-top: -18px !important;
}

.buttoncontainer_Shuffle {
    overflow: hidden;
    height: 28px;
}

.editorADC {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover !important; /* om alles te laten passen op 28-7-2016 */
    font-size: 10px;
    line-height: 1.2;
    font-weight: lighter;
}

.editorAD {
    cursor: all-scroll;
    font-family: arial;
    border: 1px solid gray;
    z-index: 2;
    color: #000;
}

.KlikStatus {
    display: block;
    position: relative;
}

.brmargin {
}

#footer {
    display: none;
}

.breker {
    height: 250px;
}

.dubbelMove {
    display: none;
}

.dnubbel {
    width: 456px;
    float: left;
    padding: 10px;
    margin-bottom: 10px;
    border: 2px transparent solid;
    margin-left: 25px; 
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 40px;
}

.dubbel {
    position: relative;
    margin-left: 25px;
    width: 446px;
    float: left;
    padding: 10px;
    border: 2px transparent solid;
    border-radius: 4px;
    max-height: 340px;
    /*  overflow:hidden;*/
    list-style: none;
    margin-bottom: 50px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 40px;
}

    .dubbel.nojquery:hover {
        -webkit-box-shadow: inset 0 10px 5px rgba(0,0,0,.4),hsla(0,0,100%,.1) 0 6px 0;
        box-shadow: inset 0 0 5px rgba(0,0,0,.4),hsla(0,0,100%,.1) 0 1px 0;
        border-radius: 4px;
        border: 2px solid rgba(0,0,0,.25);
        color: #fff;
        text-shadow: rgba(0,0,0,.796875) 0 -1px 0,hsla(0,0,100%,.296875) 0 0 10px;
    }

.boxshadow {
    -webkit-box-shadow: inset 0 10px 5px rgba(0,0,0,.4),hsla(0,0,100%,.1) 0 6px 0;
    box-shadow: inset 0 0 5px rgba(0,0,0,.4),hsla(0,0,100%,.1) 0 1px 0;
    border-radius: 4px;
    border: 2px solid rgba(0,0,0,.25) !important;
    color: #fff;
    text-shadow: rgba(0,0,0,.796875) 0 -1px 0,hsla(0,0,100%,.296875) 0 0 10px;
}

.dubbel:hover .dubbelMove {
    display: inline;
    cursor: pointer;
}

.PlankPagina {
    min-width: 210px;
    height: auto;
    float: left;
    border: 2px transparent solid;
}


.page-number {
    position: absolute;
    top: 24px;
    left: 6px;
    color: #000 !important;
    margin-top: 2px;
    display: block;
    font-size: 14px;
    text-align: center;
    min-height: 20px;
}

.page-number-odd {
    left: auto !important;
    right: 2px !important;
    top: auto !important;
    bottom: 16px !important;
}

.page-number .badge {
    width: 23px;
    white-space: normal;
    line-height: 1.8;
    overflow-wrap: break-word;
}

.page-number .badge {
    border-radius: 4px;
    padding: 6px;
    opacity: .4;
}

.badge-secondary {
    color: #fff;
    background-color: #95999c;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 90%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



/*outline: 1
px
 solid #eaeaea;
    box-shadow: 2px 2px 10px #cfcfcf;*/

@media (max-width: 480px),(min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) {
    .qtip {
        z-index: 999999999999999 !important;
    }

    .statusitem {
        min-width: 52px;
    }

    .newlaymenu {
        z-index: 1 !important;
    }

    #contentsnelfuncties {
        width: auto !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    body {
        overflow-x: hidden;
    }

    #opmaakcontainer {
        width: 100% !important;
    }


    .caWide, .formb, .formh {
        display: block !important;
    }

    .caNarrow {
        display: none !important;
    }

    .leftBar {
        width: 98% !important;
    }

    .naamKlant {
        width: 165px !important;
    }






    #logon {
        top: 0px !important;
        width: 100% !important;
        border-radius: 0px !important;
        padding: 0px !important;
    }

    #plogoLO {
        top: -94px !important;
        left: 10px !important;
    }


    #logon #logotop {
        margin: 10px;
        text-align: center;
    }


    .ui-multiselect .selected {
        width: 100% !important;
    }

    .available {
        width: 100% !important;
    }

    #pubHere .ui-multiselect .selected,
    #pubdatalists .ui-multiselect .selected {
        display: none !important;
    }


    .fc-event {
        height: 40px !important;
        min-height: 25px !important;
    }

    .ui-multiselect li {
        padding: 10px !important;
    }

    .formulier label {
        max-width: 80px;
        word-wrap: break-word;
    }



    .searchbox {
        width: 130px !important;
    }

    .ui-datepicker {
        width: 17em;
        padding: 0;
        z-index: 99999999999 !important;
    }

    div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
        width: 100% !important;
    }

    #sleutelwoordencontainer {
        display: none;
        float: none !important;
    }



    .alerts {
        cursor: pointer;
        margin-top: 14px !important;
        margin-left: 6% !important;
        float: left !important;
        width: 44px;
        margin-right: initial !important;
    }

    #bevestigmail input {
        width: 100% !important;
    }

    .breed {
    }

    .WarningAlive {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .ui-dialog {
        z-index: 9999999 !important;
        max-width: 100% !important;
    }

    .ToolbarContainer {
        display: none;
        height: 140px !important;
    }

    .StramienKeus .filedrag {
        display: block !important;
    }

    body {
        max-width: 100%;
    }

    html {
        max-width: 100%;
        overflow-x: hidden;
    }

    .kwman {
        width: 50px;
    }

    .yearman {
        width: 45px !important;
        top: 46px !important;
    }

    #exportSpinner {
        margin-left: 28% !important;
    }

    .month {
        max-width: 260px;
    }

    .treemapView {
        width: 320px !important;
    }

    .managementtabel {
        width: 100% !important;
    }

    #PeriodenBar {
        width: 100% !important;
        padding: 0 !important;
    }

    .MonthPicker {
        width: 100% !important;
        height: 32px !important;
    }

    .BigLeft {
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 10px !important;
    }

    #grafiekVergelijkTotaal {
        width: 100% !important;
    }

    #grafiekVerkoop {
        width: 100% !important;
    }

    #grafiekVergelijk {
        width: 100% !important;
    }

    #fotoPreviewMenu {
        width: 100% !important;
    }

    .artikelclass {
        padding-left: 0 !important;
        width: 100% !important;
        margin-left: 0 !important;
    }

    .titelinput {
        width: 90% !important;
        outline: 0px;
    }

    #artnamec {
        width: 100% !important;
    }

    .Remove {
        display: none;
    }

    .filedrag {
        display: none !important;
    }

    #sleutelwoorden {
        width: 99% !important;
    }



    #ContentMainContainer {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .artikelclass textarea {
        width: 100% !important;
    }

    input.fileselect {
        margin-top: 15px;
    }

    .prevarm {
        float: right !important;
    }

    .separm {
        width: 130px !important;
    }

    .plankbutton {
        display: none;
    }

    #KomendeUitgaven canvas {
        max-width: 90% !important;
    }

    .divpagina {
        max-width: 100%;
        margin-right: 0 !important;
    }

    #footer {
        width: 100% !important;
    }


    .controlRed {
    }

    .VerticalBar {
        width: 100% !important;
        margin-left: 0 !important;
    }

    table.formulier {
        width: 100% !important;
    }

    #KrantInhoud {
        margin-top: -20px !important;
        padding-right: 16px !important;
    }

    .ArtikelMinum {
        width: auto !important;
    }

    .advArtikelInfo {
        width: 114px !important;
        float: left !important;
        margin-top: 6px;
    }

    .ArtikelMinumAdv {
        width: auto !important;
    }

    #pagina0 {
        display: none !important;
    }

    .pagepreviewc .filedrag {
        display: block !important;
    }

    #KomendeUitgaven {
        width: 100% !important;
    }

    #pubbledash {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .hideformobile {
        display: none !important;
    }

    .showformobile {
        display: block !important;
    }

    #userbutton {
        margin-top: 8px !important;
        margin-left: 10% !important;
    }

    .vak div {
        display: none;
    }

    .phome {
        margin-bottom: 14px !important;
        padding-top: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        position: relative;
        width: 80%;
        display: block !important;
    }

    .HoofdnavigatieLink {
        margin-bottom: 14px !important;
        text-align: left !important;
    }

    #navt div {
        clear: both;
    }

    #navt span {
        clear: both;
        z-index: 999999 !important;
    }

    #navt a {
        padding: 20px;
    }

    #SnelmenuOverzicht {
        margin-top: 0 !important;
        margin-top: 5px;
    }

    #mobile-menuitems {
        float: left;
        width: 49%;
    }

    #mobile-shortcuts {
        float: left;
        width: 49%;
        padding-top: 10px;
    }

    #navt {
        margin-top: 36px !important;
        left: 0 !important;
        font-size: 14px;
        display: none;
        border-top: 1px solid #f1f1f1;
        z-index: 999999 !important;
        width: 100%;
        position: absolute;
        background-color: #21282b;
        width: 50% !IMPORTANT;
        height: 100vh;
    }

    #mobile-shortcuts {
        display: none;
        height: 100vh;
        margin-top: 36px !important;
        right: 0 !important;
        font-size: 14px;
        border-top: 1px solid #f1f1f1;
        z-index: 999999 !important;
        position: absolute;
        width: 100%;
        background-color: #21282b;
        width: 50% !IMPORTANT;
        color: #fff !important;
    }

        #mobile-shortcuts svg {
            max-width: 20px;
            margin: 10px;
            color: white;
            float: left;
            margin-top: 0px;
            margin-bottom: 20px;
        }

    .snelhelp {
        display: block;
        margin-left: 10px;
        font-size: 12px !important;
        float: left;
        color: #b7b7b7 !important;
    }

    .homeshortcut {
        clear: both;
    }

    #tabs {
        margin-left: -1px !important;
        border: 0px !important;
    }

    #flexcontainer {
        min-height: 100%;
        display: block !important;
        -webkit-flex-flow: row wrap;
        margin-top: 22px;
    }

    .coffee\.png {
        margin-top: -5px !important;
    }



    #searchbaricons .erts {
        margin-left: 0px !important;
    }

    #searchbaricons {
        margin-top: -7px;
        width: 80px;
        padding-right: 10px;
        padding-bottom: 9px;
    }

    #menubottom {
        margin-top: 0 !important;
        height: auto !important;
        width: 100% !important;
        margin-top: 40px;
    }

    #snelfunctiesline {
        display: none !important;
    }

    .newlaymenu {
        width: 100% !important;
        height: auto !important;
        z-index: 0 !important;
        top: 36px !important;
        padding: 0 !important;
    }

    #plogo {
        display: none;
    }



    .ontop {
        z-index: 0 !important;
    }

    #maincontent {
        z-index: 999;
        margin-top: 8px;
    }

    #contentsnelfuncties {
        height: 22px;
        overflow: hidden;
        float: none !important;
        margin: 0 !important;
        padding: 10px;
    }

    #PreviewTekst {
        display: none !important;
    }

    #menubottom img {
        margin-right: 18px !important;
    }

    #main {
        padding-top: 0;
        width: 100% !important;
        margin-top: 0 !important;
        /* background: url(/content/images/bgnoise.png);*/
        z-index: 999;
    }

    .boxname {
        max-width: 128px;
    }

    #righttop {
        width: 100%;
        z-index: 999999 !important;
        background: #21282b;
    }

    .newversion {
        display: none;
    }

    #mobilenav {
        display: block !important;
        margin: 12px;
        margin-bottom: 0;
        margin-top: 10px;
        cursor: pointer;
    }

    #ggs-switch {
        width: 24px;
    }

    .ggs-switchBar {
        background: #fff;
        height: 4px;
        margin-bottom: 3px;
        border-radius: 2px;
    }

    #Navigationblock {
        height: auto !important;
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0a4e80),color-stop(40%,#0a4e80),color-stop(100%,#054574)) !important;
        background: -webkit-linear-gradient(top,#0a4e80 0%,#0a4e80 40%,#054574 100%) !important;
        background: -o-linear-gradient(top,#0a4e80 0%,#0a4e80 40%,#054574 100%) !important;
        background: -ms-linear-gradient(top,#0a4e80 0%,#0a4e80 40%,#054574 100%) !important;
        background: linear-gradient(to bottom,#0a4e80 0%,#0a4e80 40%,#054574 100%) !important;
    }

    #homeshortcut img {
        float: none !important;
    }

    #searchc {
        margin: 0;
    }

    #menutop {
        border-bottom: 1px solid #fff;
        height: auto !important;
        background: -moz-linear-gradient(top,#123a60 0%,#213e59 40%,#284866 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#123a60),color-stop(40%,#213e59),color-stop(100%,#284866));
        background: -webkit-linear-gradient(top,#123a60 0%,#213e59 40%,#284866 100%);
        background: -o-linear-gradient(top,#123a60 0%,#213e59 40%,#284866 100%);
        background: -ms-linear-gradient(top,#123a60 0%,#213e59 40%,#284866 100%);
        background: linear-gradient(to bottom,#123a60 0%,#213e59 40%,#284866 100%);
        width: 100% !important;
        max-width: 100% !important;
        position: fixed;
        margin-top: -40px;
        z-index: 9999999;
    }

    .breaker {
        clear: both;
    }

    .page {
        width: 100% !important;
    }

    #mcontainer {
        padding-left: 0 !important;
        height: auto;
        max-width: 100%;
        padding: 0;
    }

    .profiler-results {
        display: none;
    }

    .previewcontrols {
        background: none;
        z-index: 9999 !important;
        display: block !important;
    }

    .liveC {
        left: 20px !important;
        position: absolute;
    }

    .pagepreviewc {
        float: left !important;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    #shadowbox_border {
        width: 100% !important;
        max-width: 100% !important;
    }

    .leftBar {
        width: 300px;
    }

    .rightBar {
        width: 60% !important;
    }


    .rightbBar h4 {
    }

    #shadowbox_border textarea {
        width: 99% !important;
    }

    #shadowbox_border input {
        max-width: 144px !important;
    }

    table.formulier input {
        width: auto !important;
    }

    #formfieldContainer .formulier input {
        width: 100% !important;
    }

    .cpDiv {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .tStr {
        display: none !important;
    }

    #tStr {
        display: none;
    }

    #ContentMainContainer h1 {
        margin-top: 0 !important;
    }

    .logonuserc {
        float: left;
        width: 95% !important;
    }

    .moblo {
        right: 0 !important;
        margin-top: 0 !important;
        color: #000 !important;
    }

    table.formulier td.labelcolumn {
        width: auto !important;
    }

    table label {
        width: auto !important;
    }

    .formulier input {
        width: auto !important;
    }

    .formulier table {
        max-width: 100% !important;
        width: 100% !important;
    }

    .ui-multiselect {
        width: 100% !important;
        border: none !important;
    }

    .ui-mulitselect .search {
        width: 100% !important;
    }

    .ui-multiselect div.available {
        border: 0 !important;
    }


    .overzicht {
        display: none;
    }

    .dmobile {
    }


    .normal {
        width: 100% !important;
        padding: 0 !important;
    }

    .formulier select {
        width: 100% !important;
        max-width: 100% !important;
    }

    .formulier {
        width: 100% !important;
        max-width: 100% !important;
    }

    #MediabureauID {
        width: 100% !important;
    }

    fieldset {
        padding: .5em !important;
    }

    .small-input {
        text-align: left !important;
        float: none !important;
        width: auto !important;
    }

    #usercontrol {
        float: none !important;
    }

    .witlink {
        color: #000 !important;
    }

    .ui-tooltip-content div {
        max-width: 100% !important;
    }

    .ui-tooltip {
        width: 100% !important;
    }

    .qtip {
        width: 100% !important;
    }

        .qtip div {
            max-width: 100% !important;
        }

    .homeshortcut {
        margin-right: 0px !important;
    }

    .placeablephoto {
        width: 100% !important;
    }

    .photof {
        width: 100% !important;
    }

    #Filters {
        float: none !important;
    }

    .TableWCControl {
        width: 100% !important;
    }

    .CampagnesTF {
        width: auto !important;
        float: none !important;
    }

    .KlantenTF {
        width: auto !important;
        float: none !important;
    }

    .hideformobile2 {
        display: none;
    }
}

@media screen {

    .ArtikelMinum a, .advContent a {
        font-weight: bold;
    }

    #addadvertentiedialog .editor-field {
        margin-bottom: 10px;
    }

    .showformobile {
        display: none;
    }



    .ui-multiselect .selected {
        /*width: 211px;*/
    }

    .disp {
        display: none !important;
    }

    .ui-state-default, .ui-widget-content .ui-state-default {
        border: 0 solid #aed0ea;
        font-weight: 700;
        color: #2779aa;
        outline: none;
        background: #eff6f6;
    }

    .ui-state-active, .ui-widget-content .ui-state-active {
        border: 0 solid;
        background: #fcfcfc !important;
        outline: none;
    }

    .qtip-dialogue .qtip-content {
        padding: 10px;
    }

    .qtip-dialogue .graybutton {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        text-shadow: none !important;
        float: left !important;
        color: #000;
    }

    .qtip-dialogue .fancybutton {
        float: right !important;
        margin-right: 0;
    }



    .ui-dialog .ui-dialog-buttonpane button {
        background-image: -moz-linear-gradient(100% 100% 90deg,#2779aa,#1b638e);
        background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#2779aa),to(#1b638e));
        text-decoration: none;
        display: inline-block;
        padding: 8px 12px;
        letter-spacing: 1px;
        color: #fff;
        cursor: pointer;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
        text-shadow: -1px -1px 0 rgba(0,0,0,.15);
        border: 0;
        /* padding: 0; fucked buttons in jquery po-ups */
        border: 0;
        margin-right: 0 !important;
        margin-left: 10px !important;
        font: 14px/1 Arial,sans-serif;
    }

    .alert {
        border-bottom: solid 1px #e9e9e9;
        min-height: 30px;
        vertical-align: middle;
        padding: 10px;
        padding-right: 0;
    }

    .ui-widget-content {
        /* border: 1px solid #DDD;*/
        padding: 0px;
    }

    #shadowbox_border #Opdracht {
        background: none !important;
    }

    .CampagnesTF {
        width: 660px;
        float: left;
    }

    .KlantenTF {
        width: 660px;
        float: left;
    }

    #Filters {
        float: right;
        width: 300px;
        right: 0;
    }

    .liveC {
        left: -14px;
        margin-top: 4px;
        position: absolute;
    }

    .logonuserc {
        font-size: 10px;
        float: left;
        width: 975px;
    }

    .phome {
        padding-top: 8px;
        margin-right: 14px;
        margin-left: 8px;
    }

    .hideformobile {
        display: inline;
    }

    .hideformobile2 {
        visibility: visible;
    }

    #searchc {
        float: right;
        padding-right: 5px;
        height: 36px;
    }

    #mcontainer {
        padding-left: 5px;
        height: 31px;
        float: left;
    }

    #WijzigingenPanel .panelborder div {
        border-radius: 5px;
    }

    .VerkoopTab {
        position: relative;
        padding-top: 20px;
        overflow-y: auto;
        height: 720px; /* minder hoog voor verticale uitlijning andere elementen*/
    }


    .haspicked {
        border: 1px solid #999;
        padding: 5px;
    }

    .naamKlant {
        height: 18px;
        width: 138px;
        margin-right: 10px;
        overflow: hidden;
    }

    .formh {
        position: absolute;
        left: 240px;
        width: 38px;
    }

    .edropper {
        height: 17px;
        position: absolute;
        right: 1px;
    }

    .formb {
        position: absolute;
        left: 210px;
        overflow-x: hidden;
        width: 25px;
    }

    .rightBar a:visited {
        color: #08376f !important;
    }

    .naamType span {
        color: gray;
        font-size: 10px;
    }

    .naamType {
        position: absolute;
        left: 22px;
    }

    .prioT {
        margin-left: 7px;
        max-width: 18px;
        max-height: 16px;
        position: absolute;
        top: 7px;
        left: -6px;
        z-index: 1000;
    }

    .haspicked:hover .deletenote {
        display: inline;
    }

    .toChoose {
        margin-top: 5px;
        margin-bottom: 5px;
        cursor: pointer;
    }

    #specialSpinner .spinner div {
        background: #fff;
    }

    .yearpicker span {
        margin: 5px;
    }

        .yearpicker span:hover {
            border-bottom: 1px solid #000;
        }

    .yearpicker .selected {
        border-bottom: 2px solid #000;
    }

    .treemapView a {
        color: #fff;
        text-decoration: none;
    }

    .vkl {
        width: 100%;
        position: absolute;
        height: 1px;
        display: block;
        bottom: 0;
        background: #ed218c;
    }

    .rdh {
        background: #518ebd;
        width: 100%;
        position: absolute;
        height: 1px;
        bottom: 0;
    }

    .rdl {
        width: 100%;
        position: absolute;
        height: 1px;
        display: block;
        bottom: 0;
        background: #a3c939;
    }

    .rdc {
        width: 100%;
        position: absolute;
        height: 1px;
        display: block;
        bottom: 0;
        background: #463693;
    }



    .fgl {
        width: 100%;
        position: absolute;
        height: 1px;
        display: block;
        bottom: 0;
        background: #e35b5a;
    }

    .opml {
        width: 100%;
        position: absolute;
        height: 1px;
        display: block;
        bottom: 0;
        background: #00ace4;
    }

    .fcl {
        width: 100%;
        position: absolute;
        height: 1px;
        display: block;
        bottom: 0;
        background: #93b0bc;
    }

    .rpl {
        width: 100%;
        position: absolute;
        height: 1px;
        display: block;
        bottom: 0;
        background: #faa71d;
    }

    .wbl {
        width: 100%;
        position: absolute;
        height: 1px;
        display: block;
        bottom: 0;
        background: #44576b;
    }

    .chatTime {
        /*float: right;*/
        padding: 10px;
        font-size: 10px;
        margin-right: 12px;
        color: gray;
    }

    .panelCenter_2 .ui-panel-title-text {
        display: block;
        width: 100%;
        height: 100%;
    }

    .previewtekstContainer {
        position: absolute;
        padding: 3px 3px 0 0;
        margin-top: 0;
        margin-left: 62%;
        overflow-x: auto;
        /*
            background: #f8f8f8;
                */
        background: #fff;
    }

    .pubbleditor {
        background: #fff !important;
    }

        .pubbleditor input[type='text'] {
            border: 0px;
            font-size: 18px;
            width: 86% !important;
        }

        .pubbleditor strong a, .pagepreview strong {
            font-size: 12px;
            margin-top: 12px;
            font-weight: normal;
            color: #8f9090;
            display: block;
        }

        .pubbleditor .hascontrols strong a {
            display: inline !important;
        }

        .pubbleditor .hascontrols .controlsinline {
            margin-left: 20px;
            cursor: pointer;
        }



    .pagepreview_bottom strong {
        font-size: 12px;
        margin-top: 12px;
        font-weight: normal;
        color: #8f9090;
    }



    .PreviewRefr {
        min-width: 100px;
        min-height: 50px;
        border: 1px solid #f6f6f6;
        /*cursor: pointer;
            padding: 4px;
            */
        margin-bottom: 0px;
        background: #fff;
        position: relative;
    }

        .PreviewRefr img {
            /*
                margin-right: 25px;
                    */
        }

    .maxpreview img {
        max-width: 100% !important;
    }


    .chatText {
        padding: 10px;
        /*float: left;*/
    }

    .chatMessage {
        width: 100%;
        border-bottom: #e8e8e8 1px solid;
    }

    .vkChooser {
        display: none;
        border: 1px gray solid;
        padding: 10px;
        margin: 5px;
        width: 342px;
    }

    .advContent {
        padding: 5px;
        font-size: 14px;
        background: #d9fdd9;
    }


    .advArtikelInfo img {
        margin-right: 4px;
    }

    .advArtikelInfo {
        float: right;
        font-size: 10px;
        text-align: right;
        width: 160px;
        font-weight: 400;
        margin-top: 6px;
    }

    .divpagina img {
        vertical-align: middle !important;
    }

    .ArtikelMinum a:not(.arthoverhide) {
        max-width: 370px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;
    }

    .advContentItem {
        float: right;
        padding-top: 5px;
        margin-right: 5px;
    }

    .afblijven {
        float: right !important;
    }

    .advKleur {
        width: 30px;
        float: right;
        padding-right: 0;
        vertical-align: middle;
    }

    .prevInddLijn {
        position: absolute;
        height: 100%;
        border: 0 solid #000;
        position: absolute;
        width: 100%;
        border: 0 solid #000;
    }

    .contact {
        cursor: pointer;
        padding: 8px;
        margin-bottom: 2px;
    }

    .FirstL {
        padding: 6px;
        color: #fff;
        width: 30px;
        margin: 5px;
        text-align: center;
        margin-top: 14px;
        font: 22px sans-serif;
        background: #21282b !important;
    }

    .FirstLSm {
        float: left;
        padding: 5px;
        font-size: 16px;
        width: 25px;
        margin: 1px;
    }

    .contact:hover {
        color: #fff;
        background: #2779aa !important;
    }

    . .opaque {
        opacity: .4;
    }

    .opaque:hover {
        opacity: 1;
    }

    .linkHover .showover {
        cursor: pointer;
        display: none;
    }

    .linkHover tr:hover .showover {
        cursor: pointer;
        display: block;
    }

    .linkHover tr:hover .hideover {
        display: none;
    }

    .options {
        margin-left: 10px;
    }

    .read {
        font-weight: 400 !important;
        color: #414141 !important;
    }

    #Checkboxes, .Checkboxes {
        padding-left: 12px;
    }

        #Checkboxes label {
            font-weight: 400;
            display: inline;
        }

        .Checkboxes label {
            font-weight: 400;
            display: inline;
        }

    .Scroll, .locked {
        cursor: pointer;
    }

    .pageAdCont {
        position: relative;
    }

    .activeTargetPage {
        outline: 10px solid #ed218c !important;
        z-index: 1;
    }

    .targetPage {
        outline: 2px solid #ed218c;
        z-index: 1;
    }

    .fromPage {
        outline: 4px solid #ed218c;
    }

    .highlighter {
        cursor: pointer;
        box-shadow: 0 0 15px 0px yellow;
    }

    .frompageinfo {
        display: none;
        background-color: rgba(237,33,140,0.7);
        z-index: 109;
        font-size: 21px;
        color: white;
        padding: 10px;
        position: absolute;
        left: 0;
        right: 0;
    }

    #shufflerContent, #insideLayout {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        -ms-perspective: 1000;
        perspective: 1000;
    }

    #zoomLevelTextContainer {
        float: left;
        margin-right: 10px;
        font-size: 12px;
        margin-bottom: 0px;
    }

    #zoomLevelText {
        margin-bottom: 5px;
    }

    #zoomLevelReset {
        cursor: pointer;
        text-decoration: underline !important;
    }

    .zoom-content {
        position: fixed;
        margin-top: -100px;
        z-index: 500;
        padding: 10px;
        background: rgba(230,230,230,0.95);
        border-radius: 5px;
        box-shadow: 0px 0px 57px rgb(17 17 17 / 15%);
    }

    .fromPage .frompageinfo {
        background: none !important;
    }

    .removeclick {
        display: none;
    }

    .pdfMeta {
        background: rgba(234,76,58,0.8);
        color: white;
        font-weight: bold;
        font-size: 10px;
        float: left;
        height: 18px;
        margin-top: 2px;
        padding: 10px;
    }

    .jsplumb-connected .removeclick {
        content: "x";
        color: #fff;
        position: absolute;
        top: 0px;
        right: 0px;
        background-color: #ed218c;
        z-index: 9;
        font-size: 21px;
        padding: 10px;
        display: block;
        cursor: pointer;
    }

    .highlight {
        background: none;
        /*    background: #ff0;*/
    }

    .searchbar {
        position: relative;
        border-bottom: 1px solid #CCC;
        width: 100%;
    }

    #menubottom img {
        margin-right: 6px;
    }

    .searchbar-inner {
        padding: 6px;
    }

    .controls {
        display: none;
        cursor: pointer;
        display: none;
    }

    .filedisplay:hover .controls {
        display: block;
    }

    .filedisplay {
        float: left;
        width: 60px;
        min-height: 105px;
        word-break: break-all;
        margin: 9px;
    }

    .formaatlistmat .filedisplay {
        overflow: hidden;
        height: 110px;
    }

    .leftBar {
        width: 300px;
        z-index: 10;
        position: absolute;
        height: 100%;
        border: 0px solid #000001;
        border-width: 1px 1px 0;
        border-color: #e2e2e2;
        padding: 5px 4px;
    }

    .GekozenType {
        color: gray;
        float: right;
    }

    .rowBar {
        color: #2779aa;
        width: 100%;
        font-weight: normal;
        font-size: 12px;
    }

    .rightBar {
        width: 74%;
        float: right;
    }

    .subtleLink {
        color: gray !important;
        text-decoration: none;
    }

        .subtleLink:hover {
            color: #000 !important;
            text-decoration: none;
        }

    .h3 {
        cursor: pointer;
        margin: 0;
        color: #08376f;
        text-shadow: #fff 1px 0 0;
        font: 400 14px Helvetica,Arial,sans-serif;
        margin-bottom: 10px;
    }

    .previewbutton {
        display: block;
        float: left;
        width: 30px;
        margin-top: 5px;
        height: 36px;
    }

    .h3gr {
        font-weight: 700;
        font-size: 16px;
    }

    .kwman {
        float: left;
        text-align: center;
        width: 100px;
        display: block;
    }

    .homeshortcut label {
        border-radius: 2px !important;
    }

    .roodButton {
        background-image: -webkit-gradient(linear,left top,left bottom,from(#ff4040),to(#ff0000)) !important;
        background-image: -webkit-linear-gradient(#ff4040,red) !important;
        background-image: -moz-linear-gradient(#ff4040,red) !important;
        background-image: -ms-linear-gradient(#ff4040,red) !important;
        background-image: -o-linear-gradient(#ff4040,red) !important;
        background-image: linear-gradient(#ff4040,red) !important;
        color: #fff !important;
        text-shadow: 0 1px 1px #000 !important;
    }

    .TopKlant a {
        color: #fff !important;
        display: block;
        padding: 5px;
        margin-bottom: 2px;
        color: #fff;
        text-decoration: none;
        background: #134274;
    }

        .TopKlant a:visited {
            color: #fff !important;
        }

    #pubbledash a {
        color: #114650;
    }

        #pubbledash a:visited {
            color: #114650
        }

    .chatText:hover .deletenote {
        display: inline;
    }

    .deletenote {
        display: none;
        color: red;
        cursor: pointer;
    }

    .buttonStatus {
        text-align: center;
        border: 1px solid #e0e0e0;
        font-weight: 700;
        color: #000;
        cursor: pointer;
        text-shadow: 0 1px 1px #000;
        text-shadow: 0 1px 1px #fff;
        font-weight: 400;
        font-size: 11px;
        min-height: 22px;
        max-height: 24px;
        background-image: linear-gradient(#f1f1f1,#f3f3f3);
        background-size: auto;
        background-repeat: repeat;
        background-position: 0 0;
        background-attachment: scroll;
        background-color: #d1d1d1;
    }

        .buttonStatus:hover {
            background-image: linear-gradient(#d4d4d4,#f3f3f3)
        }

        .buttonStatus:active {
            background-image: linear-gradient(#f1f1f1,#d1d1d1);
        }

    .buttonStatusYellow {
        background-image: linear-gradient(#e3e537,#e3e537);
    }

    .buttonStatusClicked {
        background-image: linear-gradient(#30ff00,#43e623);
    }

    .buttonStatusYellow:hover {
        background-image: linear-gradient(#e3e537,#e3e537);
    }

    .buttonStatusClicked:hover {
        background-image: linear-gradient(#46ee25,#43e623);
    }

    .paginastatus {
        -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
        -moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
        box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
        border-color: #e2e2e2;
        color: #454545;
        border-width: 1px 1px 0;
        font-weight: 700;
        background: #f1f1f1;
    }

    .ArtikelMinum .bijlagetekst {
        margin-top: -5px;
    }

    .copyh {
        vertical-align: top;
        margin-left: -3px;
        margin-right: 6px;
    }

    .arthoverhide {
        display: none;
    }

    .redLi:hover .arthoverhide {
        display: inline;
    }

    .advhidehover {
        display: none;
    }

    .advLi:hover .advhidehover {
        display: block;
    }

    .redLi {
        border: 1px solid #ddebf6 !important;
    }

    .vidLi {
        border: 1px solid #ddebf6 !important;
    }

    .artikelLink {
        display: none;
    }

    .pagepreview:focus .previewcontrols {
        display: block !important;
    }

    .no-touch .pagepreview:hover .previewcontrols {
        display: block !important;
    }

    .no-touch .boring:hover .previewcontrols {
        bottom: 0px !important;
        width: 205px !important;
        left: 0px !important;
        border-radius: 0px !important;
    }

    .PlankPagina:hover .previewcontrols, .PlankPagina:focus .previewcontrols {
        width: 105px !important;
        left: 28px !important;
    }

    .artikelclass .pagepreview:hover .previewcontrols {
        left: -5px !important;
        bottom: 0px !important;
    }

    .paginanummercont a {
        padding: 5px;
        margin-bottom: -1px;
        display: block;
        background: none;
    }

    .poverlay {
        cursor: pointer;
    }

        .poverlay:hover {
            -webkit-animation: pulse 4s infinite alternate;
            -webkit-animation-timing-function: ease-out;
            opacity: .6;
            background: #d1f6d1;
        }

    @-webkit-keyframes pulse {
        0% {
            background: #aed0ea;
        }

        50% {
            background: #7b8c9e;
        }

        100% {
            background: #c8c4df;
        }
    }

    .fc-event {
        cursor: pointer !important;
    }

    .selectedevent {
        border-radius: 0px !important;
        background: #000 !important;
        color: #000 !important;
        border: 3px solid #000 !important;
    }

    .selectedeventin {
        border: 1px solid #000 !important;
        border-radius: 4px;
        background: #ff3f0f !important;
    }

    .StramienKeus {
        padding: 5px;
    }

        .StramienKeus:hover {
            cursor: pointer;
            background: #d6d6d6;
        }

    .KeusSelected {
        color: #fff;
        background: #2779aa !important;
    }

    .ui-tabs .ui-tabs-nav li {
        margin-right: 2px;
    }

    .Stramientype {
        cursor: pointer;
        display: block;
        margin-bottom: 1px;
        padding-top: 3px;
        position: relative;
    }

    .phatcat {
        color: #000 !important;
    }

    #uvTab {
        display: none !important;
    }

    .cb-enable, .cb-disable, .cb-enable span, .cb-disable span {
        background: url(/content/images/switch.png) repeat-x;
        display: block;
        float: left;
    }

        .cb-enable span, .cb-disable span {
            line-height: 30px;
            display: block;
            font-weight: 700;
            background: no-repeat;
        }

        .cb-enable span {
            padding: 0 10px;
            background: left -90px;
        }

        .cb-disable span {
            padding: 0 10px;
            background: right -180px;
        }

        .cb-disable.selected {
            background: 0 -30px;
        }

            .cb-disable.selected span {
                color: #fff;
                background: right -210px;
            }

        .cb-enable.selected {
            background: 0 -60px;
        }

            .cb-enable.selected span {
                color: #fff;
                background: left -150px;
            }

    .switch label {
        cursor: pointer;
    }

    .switch input {
        display: none;
    }

    #Navigationblock {
        margin-top: 0;
        width: 100%;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        height: 82px;
        margin-bottom: 4px;
        background: url(/Content/images/layout/headertopbottom.gif);
    }

    #MenuHeader {
    }

    .lasttime {
        color: #696969;
        font-style: italic;
    }

    #searchTerm {
    }

    .keustab {
        padding: 10px 0;
        cursor: pointer;
    }

    .refresh {
        cursor: pointer;
        z-index: 9999999;
    }

    .stramien {
        cursor: pointer;
        z-index: 9999999;
        margin-left: 4px;
    }

    .zoomin {
        cursor: pointer;
        z-index: 9999999;
    }

    .pagepreviewc {
        float: right;
        position: relative;
    }

    .pagepreview {
        border: 1px solid #c8c8c8;
        min-height: 54px;
        position: relative;
    }

    .previewladen {
        display: none;
        position: absolute;
        top: 10px;
        padding: 1px;
    }

    .fullpage .previewcontrols {
        position: absolute;
        padding: 4px;
        width: 70px;
        margin-top: -12px;
        line-height: 1.1 !important;
        height: 295px;
        background: none;
        padding: 30px 100px 0 17px;
    }

    .previewcontrols {
        display: none;
        position: absolute;
        left: 65px;
        height: 30px;
        background: #fff;
        padding: 12px;
        border-radius: 6px;
    }

    .dropdownc {
        top: 28px;
        z-index: 9999;
        position: absolute;
        display: none;
        background: #225688;
        width: 160px;
        box-shadow: 2px 2px 2px #000;
        border-radius: 5px;
        color: #fff;
        padding: 10px;
        text-shadow: none;
        font: 400 11px/150% Arial;
    }

    .dropdowns {
        display: none;
        background: #225688;
        border-radius: 5px;
    }

    .hasdropdown {
        float: left;
    }

        .hasdropdown:hover .dropdownc {
            display: block;
        }

        .hasdropdown:hover .dropdown {
            display: block;
        }

    .WebvertentieList .controls {
        display: none;
    }

    .WebvertentieList:hover .controls {
        display: block;
    }

    #Keywords .controls {
        display: none;
    }

    #Keywords:hover .controls {
        display: block;
    }

    .generaltab {
        padding: 5px 4px;
    }

    .nounderline a {
        text-decoration: none !important;
    }

    .textunderline a {
        text-decoration: underline !important;
    }

    .Keyword {
        float: left;
        margin: 2px;
        background: #f1f5f8;
        width: auto;
        cursor: pointer;
        border-radius: 4px;
        font-size: 12px;
        padding: 2px;
    }

    .Keyword21 {
        background: #f3d8e7;
        width: auto;
        border-radius: 4px;
        font-size: 12px;
        padding: 2px;
    }

    .Keyword2 {
        background: #f1f5f8;
        width: auto;
        border-radius: 4px;
        font-size: 12px;
        padding: 2px;
    }

    .Keyword21 .haakje {
        color: #f3d8e7;
    }

    .Keyword2 .haakje {
        color: #f1f5f6;
    }

    .TableWCControl tr .control {
        display: none;
    }

    .TableWCControl tr:hover .control {
        display: block;
    }

    .hidecontent {
        display: none;
    }

    .droppablehover {
        opacity: .7 !important;
    }

        .droppablehover .MediaKoppelfoto {
            /*  border: 2px solid yellow;*/
        }

    .droppableborder {
        opacity: .4;
    }

    .XXX {
        position: relative;
    }

    #tabs {
        position: relative !important;
    }

    .switch {
        font-family: Arial,Sans-serif;
        color: #000;
    }

    .OpacityMO {
        opacity: .4;
    }

        .OpacityMO:hover {
            opacity: 1;
        }

    .CenterMO {
        text-align: center;
        line-height: 170px;
        vertical-align: middle;
    }

    .smalldatatable input {
        width: 50px;
    }

    .KleinData {
        min-height: 180px;
        float: left;
        width: 170px;
        margin: 10px;
        border: 1px solid #0c3a6a;
        background: #edf1f4;
        border-radius: 6px;
        padding: 10px;
        min-height: 174px;
        display: block;
    }

    .pointo {
        display: none;
    }

    .smalldatatable {
        width: 185px;
    }

    .KleinData .edit {
        margin-top: 12px;
        display: none;
        float: right;
    }

    .doToepassen .toggle {
        display: none;
    }

    .doToepassen:hover .toggle {
        display: block;
    }

    .KleinData:hover .edit {
        display: block;
    }

    .formulier label {
        text-align: right;
        font-weight: 700;
        font-weight: 400 !important;
    }

    .formulier .labelcolumn {
        text-align: right;
        font-weight: 400 !important;
    }

    .ArtikelExtended {
        display: none;
        position: absolute;
        z-index: 9999;
        width: 505px;
        margin-left: -6px;
        margin-top: -6px;
        border: 1px solid #aed0ea;
        background: #f2f6f9;
    }

    .tbox div, .tbox img {
        max-width: 98%; /* Fix voor sheize door hoge resolutie.. bedoeld voor previews */
    }

    .tbox {
        max-width: 100%;
        overflow: auto;
        position: absolute;
        display: none;
        padding: 14px 17px;
        z-index: 99999;
    }

    .tinner {
        max-height: 768px;
        overflow: hidden;
        overflow-y: auto;
        padding: 15px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: url(images/preload.gif) no-repeat 50% 50% #fff;
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
    }

    .tmask {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #000;
        z-index: 99998;
    }

    .tclose {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
        cursor: pointer;
        background: url(images/close.png) no-repeat;
    }

        .tclose:hover {
            background-position: 0 -30px;
        }

    .keywordstextarea {
        background: #fff;
        outline-style: none;
        outline-width: medium;
        width: 248px;
        padding: 5px;
        border: 1px solid #00aeef;
        margin-bottom: 10px;
        font: 1em arial;
    }

    .btnpubble {
        display: inline-block;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: 0 8px 0 #1a74a1,0 15px 20px rgba(0,0,0,.35);
        -moz-box-shadow: 0 8px 0 #1a74a1,0 15px 20px rgba(0,0,0,.35);
        box-shadow: 0 8px 0 #1a74a1,0 15px 20px rgba(0,0,0,.35);
        -webkit-transition: -webkit-box-shadow .2s ease-in-out;
        -moz-transition: -moz-box-shadow .2s ease-in-out;
        -o-transition: -o-box-shadow .2s ease-in-out;
        transition: box-shadow .2s ease-in-out;
    }

        .btnpubble span {
            display: inline-block;
            padding: 10px 20px;
            font-family: "cooper-black-std-1","cooper-black-std-2",Helvetica,Arial,sans-serif;
            line-height: 1;
            text-shadow: 0 -1px 1px rgba(19,65,88,.8);
            background: #3194c6;
            background: -webkit-gradient(linear,0% 0%,0% 100%,from(#3194c6),to(#5bacd6));
            background: -moz-linear-gradient(#3194c6,#5bacd6);
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            -webkit-box-shadow: inset 0 -1px 1px hsla(0,0,100%,.15);
            -moz-box-shadow: inset 0 -1px 1px hsla(0,0,100%,.15);
            box-shadow: inset 0 -1px 1px hsla(0,0,100%,.15);
            -webkit-transition: -webkit-transform .2s ease-in-out;
            -moz-transition: -moz-transform .2s ease-in-out;
            -o-transition: -o-transform .2s ease-in-out;
            transition: transform .2s ease-in-out;
        }

        .btnpubble:active {
            -webkit-box-shadow: 0 8px 0 #1a74a1,0 12px 10px rgba(0,0,0,.3);
            -moz-box-shadow: 0 8px 0 #1a74a1,0 12px 10px rgba(0,0,0,.3);
            box-shadow: 0 8px 0 #1a74a1,0 12px 10px rgba(0,0,0,.3);
        }

            .btnpubble:active span {
                -webkit-transform: translate(0,4px);
                -moz-transform: translate(0,4px);
                -o-transform: translate(0,4px);
                transform: translate(0,4px);
            }

    #HerinneringenTab {
        position: fixed;
        left: auto;
        bottom: 0;
        right: 20px;
        width: 240px;
        text-align: left;
    }

        #HerinneringenTab a {
            text-decoration: none;
        }

    .cke_contents iframe {
        overflow-y: hidden;
    }

    #Nrreminders {
        color: #fff;
        border-radius: 6px;
        position: absolute;
        right: 5px;
        padding: 3px;
        top: 3px;
        font-weight: 700;
    }

    .reminderfromOV {
        padding: 5px;
    }

        .reminderfromOV .controls {
            display: none;
        }

        .reminderfromOV:hover {
            background: #fff;
        }

            .reminderfromOV:hover .controls {
                display: block;
            }

    #PeriodenBar {
        width: 940px;
        padding: 10px;
        padding-top: 0;
        min-height: 160px !important;
    }

    #reminderHeader {
        cursor: hand;
        border-bottom: 2px solid #0c3a6a;
    }

    #remindersView {
        border: 1px solid #0c3a6a;
        width: 238px;
        display: none;
        border-top: 0;
        max-height: 500px;
        overflow-y: scroll;
        background: #fff;
    }

    .treemapCell {
        color: #fff;
    }

    .boxheader {
        color: #fff;
        font-weight: 700;
        padding: 5px;
    }

    .BigLeft {
        float: left;
        width: 620px;
        margin-bottom: 10px;
    }

    .VerticalBar {
        margin-bottom: 10px;
        float: left;
        width: 300px;
    }

    .ManKrantContent {
        padding: 10px !important;
    }

    .leftBar strong {
        font: 14px"Open Sans","Segoe UI Semilight","Segoe UI",Tahoma,"Microsoft Sans Serif",Verdana,sans-serif !important;
    }

    .LocatieTitel a:link, .LocatieTitel a:visited {
        color: #21282b;
        margin-right: 15px;
        font-size: 14px;
        line-height: 1.4
    }

    .LocatieTitelSelected a:link, .LocatieTitelSelected a:visited {
        color: #21282b;
        margin-right: 15px;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.4
    }


    #opmaakcontainer {
        overflow-y: hidden;
    }

    .panelborder {
        border: 1px solid #ededed;
        padding: 7px;
        border-radius: 5px;
    }

    .ui-dialog .ui-dialog-titlebar {
        text-align: left;
        padding: .5em 1em !important;
    }

    .ui-dialog-buttonpane {
        margin-top: 0 !important;
        padding: 0 !important;
    }

    .DialogAchtergrond {
        overflow: hidden !important;
        background: #f6f6f6;
        /*  background: url(images/ui-bg_highlight-hard_100_f2f5f7_1x100.png) repeat-x 50% top #f6f6f6;*/
    }

    .ui-widget-content {
        border-radius: 0;
    }

    .ui-accordion .ui-accordion-header {
        cursor: pointer;
        position: relative;
        margin-top: 1px;
        zoom: 1;
        border: 0px solid #0c3a6a !important;
        color: #fff !important;
    }

        .ui-accordion .ui-accordion-header a {
            color: #fff !important;
            display: block;
            font-size: 1em;
        }

    .ui-accordion .ui-accordion-li-fix {
        display: inline !important;
    }

    .ui-accordion .ui-accordion-header-active {
        border-bottom: 0 !important;
    }

    .ui-accordion .ui-accordion-header .ui-icon {
        position: absolute;
        left: -1px;
        top: 50%;
        margin-top: -8px !important;
    }

    .agendapunt .controls {
        display: none;
    }

    .stampedlabelg, .countContaining {
        padding: 3px;
        padding-top: 1px;
        padding-bottom: 1px;
        border-radius: 4px;
        background: #66a4ca;
        font-size: 12px;
        color: #fff !important;
        white-space: nowrap;
    }

    #missed .arrows {
        left: 5px;
        top: 4px !important;
        opacity: .9;
        filter: brightness(0) invert(1);
    }

    #stopperMissed .todoAdsCont .arrows, #PlacerRubriekspagina .todoAdsCont .arrows {
        left: -17px
    }

    #stopperMissed .advShift, #PlacerRubriekspagina .advShift {
        width: 230px !important;
        margin-left: -20px !important;
    }

    .countContaining {
        font-size: 10px;
        padding: 7px !important;
        border-radius: 100px;
        width: 19px;
        text-align: left;
        display: inline-block;
        padding-right: 0px !important;
        padding-left: 20px !important;
        background: #b0bec3 !important;
        margin-right: 6px;
        vertical-align: middle;
    }

    .stampedlabel {
        padding: 3px;
        padding-top: 1px;
        padding-bottom: 1px;
        border-radius: 4px;
        background: #faa71d;
        font-size: 12px;
        color: #fff !important;
        white-space: nowrap;
    }

    .agendapunt:hover .controls {
        display: block;
    }

    .agendapunt:hover {
        background: #e1e9ef;
    }

    .hascontrols .fadecontrols {
        opacity: .4;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .hideme {
        display: none;
    }

    .activeitem {
        display: block;
        background: #e1e9ef;
        opacity: 1;
    }

    #relatedBox {
        margin-top: 2px;
    }

    .internet #VanafMinuut, .internet #VanafUur {
        border: 1px solid #dfdfdf;
        height: 27px;
        vertical-align: top;
    }

    .internet #TillUur, .internet #TillMinuut {
        border: 1px solid #dfdfdf;
        height: 27px;
        vertical-align: top;
    }

    .hascontrols:hover .fadecontrols, .hascontrols:hover .stampedlabel {
        opacity: 1;
    }

    .hascontrols .controls {
        display: none;
    }

    .hascontrols .controlsinline {
        display: none;
    }

    .hascontrols:hover .controlsinline {
        display: inline;
    }

    .hascontrols:hover .controls {
        display: block;
    }

    .hascontrols:hover {
        background: #e1e9ef;
    }

    #panelCenter_2 .edit {
        display: none;
    }

    #panelCenter_2:hover .edit {
        display: inherit;
    }

    .HoverSpan img {
        display: none;
    }

    .WarningAlive {
        width: 465px;
        border-radius: 12px;
        background: url(/Content/images/bgnoise.png) #fafafa;
        padding: 0;
        margin-left: 245px;
        margin-top: 200px;
        background-color: transparent;
    }

    #locatieladen {
        margin-top: 6px;
    }

    .HoverSpan:hover img {
        display: inherit;
        margin: 6px 0 0 6px;
    }



    .ULfotoSelecteerMenu a {
        color: #fff;
        text-decoration: none;
    }

        .ULfotoSelecteerMenu a:visited {
            color: #fff;
            text-decoration: none;
        }

    .leftalign label {
        text-align: left !important;
    }

    .PlaatsBlokje {
        width: 8px;
        height: 8px;
        float: left;
        margin: 1px;
    }

    #dialog {
        /*  background: url(images/ui-bg_highlight-hard_100_f2f5f7_1x100.png) repeat-x 50% top #f6f6f6;*/ border-bottom-left-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
    }

    .Plaatsentab {
        background: #575757;
    }

    .Allestab {
        background: #ff4040;
    }

    .Kladtab {
        background: #ff8d2a;
    }

    .Kranttab {
        background: #00aeef;
    }

    .Radiotab {
        background: #f7bb38;
    }

    .Kabelkranttab {
        background: #2eafbb;
    }

    .Kabelkran2ttab {
        background: #2eafbb;
    }

    .Internettab {
        background: #364467;
    }

    .tabclass {
        min-height: 33px;
    }

    .tabcontentbar {
        background: url(/content/images/grad.png);
    }

    .titelinput {
        width: 90%;
    }

    .Mediafoto {
        padding: 5px;
    }

    .uitgavebox a:link {
        text-decoration: none;
    }

    .fotoarchieflnk {
        margin-left: 15px;
        margin-bottom: 5px;
    }

    .tabcontent {
        color: #252525;
        border-top: 0;
        background: url(/content/images/grad.png) #e3e7eb;
    }

    .tabcontenthover {
        color: #252525;
        border-top: 0;
        background: url(/content/images/grad.png) #d0d5d9;
    }

    .onlineoffline {
        width: 7px;
        height: 48px;
    }

    .tabcontent a:link {
        color: #252525;
    }

    .tabspan {
        color: #252525;
        font-size: 10px;
    }

    .tabcontent a:active {
        font-weight: 700;
        color: #252525;
    }

    .tabcontent a:visited {
        color: #252525;
    }

    .fotoinfo {
        margin-top: -5px;
        z-index: 9999;
        padding: 5px;
    }

    .selecteerbaarfoto:hover {
        display: block;
        z-index: 9999;
    }

    .selecteerbaarfoto {
        margin: 25px;
        width: 150px;
        float: left;
    }

        .selecteerbaarfoto:hover .fotoinfo {
            display: block;
            background: #ddd;
        }

    .UploadAddContainer {
        width: 260px;
        border: solid 1px #ededed;
        margin: 15px;
        float: left;
    }

    #UploadedContainer {
        position: relative;
        clear: both;
    }

    .fotoSelectiescherm {
        width: 150px;
    }

    #sfc {
        opacity: .9;
    }

    .ULfotoSelecteerMenu {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .ULfotoSelecteerMenu a:link {
        }

        .ULfotoSelecteerMenu li {
            padding-left: 10px;
            padding-top: 5px;
            padding-bottom: 5px;
            height: 20px;
            background: url(/content/images/menu20px.gif) repeat-x;
        }

    .loadingfotos {
        width: 100%;
        text-align: center;
        margin-top: 100px;
    }

    #fotoselectie {
        width: 620px;
        height: 600px;
        overflow-y: scroll;
        float: left;
        padding: 10px;
        text-align: left;
    }

    #fotohorizontaal {
        width: 100%;
        padding: 0;
    }

    #fotoSelecteerMenu {
        width: 190px;
        height: 620px;
        float: left;
        text-align: left;
        padding: 0;
    }

    #fotoPreviewMenu {
        width: 300px;
        min-height: 332px;
        float: left;
        text-align: left;
        padding: 0;
    }

    #fotopreviewrechts {
        width: 370px;
        float: left;
        padding: 10px;
        text-align: center;
        vertical-align: middle;
    }

    .TypeHB {
        background: #bfbfbf;
        border-radius: 6px;
        cursor: pointer;
    }

    .selectedTypeHB {
        background: #9cea14;
    }

    .Blauwmenu {
        color: #fff;
        background: #3972a2;
    }

    .RedactieArtikel {
        min-height: 430px;
    }

    .RedactieBak {
    }

    .minilink {
        width: 8px;
        height: 3px;
    }

    .vak {
        text-decoration: none;
        /**     width: 8px;       
            height: 3px;*/
        margin-bottom: 0;
        margin-right: 0;
        padding: 2px;
        float: left;
        text-align: center;
        display: block;
        vertical-align: middle;
        font-size: 12px;
        padding-bottom: 2px;
        padding-top: 2px;
    }

        .vak a:visited {
            text-decoration: none;
        }

        .vak a:link {
            text-decoration: none;
        }

    .UitklapLink a:visited {
        color: #2779aa;
        text-decoration: none;
    }

    .UitklapLink a:link {
        color: #2779aa;
        text-decoration: none;
    }

    body {
        /*background: url(/Content/images/bgnoise.png) #fafafa;*/
        background: #fcfcfc;
        /*  text-align: center;*/
        margin: 0;
    }

    #loadingReload {
        position: fixed !important;
    }

    .ui-dialog {
        line-height: 1 !important;
    }

    .printshow {
        display: none;
    }

    .whitelink a {
        color: #fff;
        text-decoration: none;
    }

        .whitelink a:visited {
            color: #fff;
            text-decoration: none;
        }

    .standaard a:link {
        color: #034af3;
        text-decoration: none;
    }

    .standaard a:visited {
        color: #505abc;
        text-decoration: none;
    }

    .standaard a:hover {
        color: #1d60ff;
        text-decoration: none;
    }

    .default a:link {
        color: #034af3;
        text-decoration: none;
    }

    .default a:visited {
        color: #505abc;
        text-decoration: none;
    }

    .default a:hover {
        color: #1d60ff;
        text-decoration: none;
    }

    .default a:active {
        color: #12eb87;
    }

    .containerdrop a:link {
        text-decoration: none;
    }

    .nodecoration a:link {
        text-decoration: none;
    }

    .NieuwsbakLink {
        color: #fff;
        font-size: 12px;
    }

    .NieuwsbakLink2 {
        color: #fff;
    }

    img {
        border: none 0;
    }

    p, ul {
        margin-bottom: 20px;
        line-height: 1.6em;
    }

    .Kop1 {
        color: #0e3a6d;
        font: 700 17px Lucida Sans;
    }

    .Knappetabel {
        margin-top: 10px;
    }

        .Knappetabel td, .Knappetabel th {
            padding: 6px;
            vertical-align: middle; /* waarom top? 2020-01-29 */
        }

        .Knappetabel th {
            height: 20px;
            margin-bottom: 5px;
        }

    .leeg th {
        color: #000;
        height: 20px;
        margin-bottom: 5px;
        background: #fff;
    }

    .divtd {
        display: block;
        height: 100%;
        vertical-align: middle;
        padding-top: 3px;
    }

    .hoverrij:hover {
        background: #ededed;
    }

    .Knappetabel a {
        color: #000;
        font-family: Helvetica,Sans-Serif;
    }

        .Knappetabel a:hover {
            color: #004082;
            font-family: Helvetica,Sans-Serif;
        }

    .labelcolumn label {
        min-width: 110px;
    }

    .labelcolumn span {
        font-weight: 400;
        color: gray;
    }

    .faq div {
        float: left;
        width: 260px;
        padding: 20px;
        padding-bottom: 0;
    }

    #hulp .uitleg img {
        margin: 20px;
        border: 1px solid #999;
    }

    #hulp .uitleg {
        margin-top: 5px;
        border-top: 1px solid #DDD;
        width: 100%;
        min-height: 2px;
    }

    .rijeven {
        background: #f0f3f6;
    }

    .rijoneven {
        /* background: #f9f9f9; */
    }

    .Knappetabel:not(.nohover) tr:hover {
        background: #ededed;
    }

    .Knappetabel .hover {
        background: #ededed !important;
    }

    #Districts tr:hover {
        background: inherit !important;
    }

    h1, h2, h3, h4, h5, h6 {
        color: #000;
        font: 1.5em Arial,Helvetica,sans-serif;
    }

    h1 {
        color: #2b3235;
        font: 700 26px "Open Sans",Helvetica,Arial,sans-serif;
    }

    h2 {
        color: #2b3235;
        text-shadow: #fff 1px 0 0;
        font: 700 26px "Open Sans",Helvetica,Arial,sans-serif;
    }

    .ui-widget-header {
        text-shadow: none;
        color: #fff !important;
    }

    h3 {
        margin: 0;
        color: #2b3235;
        text-shadow: #fff 1px 0 0;
        font: 700 16px Helvetica,Arial,sans-serif;
    }

    h4 {
        margin: 0;
        color: #2b3235;
        /*text-shadow: #fff 1px 0 0;*/
        font: 700 14px Helvetica,Arial,sans-serif;
    }

    h5, h6 {
        font-size: 1em;
    }

    .rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
        margin-top: 0;
    }

    .page {
        width: 960px;
        /*
            margin-left: auto;
            margin-right: auto;*/
        text-align: left;
        margin-top: 0;
    }

    .snelfunctieicon {
        text-decoration: none;
        float: left;
        border: 0;
        margin-right: 5px;
        display: block !important;
    }

    #menubottom {
        position: relative;
        height: 55px;
        vertical-align: middle;
        color: #44576b;
        font-size: 11px;
        border-bottom-left-radius: 12px 12px;
        border-bottom-right-radius: 12px 12px;
        background: repeat-x;
    }

    #broodkruimel a:link {
        color: #44576b;
        text-decoration: none;
    }

    #broodkruimel a:visited {
        color: #44576b;
        text-decoration: none;
    }

    #broodkruimel a:hover {
        color: #a5caee;
        text-decoration: none;
    }

    .homeshortcut {
        height: 100%;
        text-align: left;
        padding: 2px;
        margin-right: 15px;
    }

        .homeshortcut:hover {
        }

    .homepanell {
        float: left;
        width: 456px;
        margin: 0 15px 0 0;
    }

    .homepanelr {
        float: right;
        width: 456px;
        margin: 0;
    }

    #homepanelright {
        float: right;
    }

    #homepanelbottom {
        width: 100%;
        margin-bottom: 15px;
    }

    #header {
        position: relative;
        margin: 0;
        color: #000;
        padding: 0;
        width: 960px;
    }

    #main {
        margin-top: 10px;
        padding: 10px 0;
        width: 960px;
        margin-bottom: 0;
        _height: 1px;
        position: relative;
    }

    .ui-panel-title h3 {
        font-family: Arial !important;
    }

    #mainlightbox {
        padding: 0;
        margin-bottom: 0;
        _height: 1px;
        background: url(/content/images/background_contentpane.png);
    }

    .uitgavebox {
        margin: 5px;
        display: block;
        /*  border: 1px solid #ededed;
               .uitgavehover {
            border: 1px solid #d2d2d2;
        }


         */
        padding: 5px;
        line-height: 1;
    }

    #contentsnelfuncties div:first-child {
        padding-top: 2px !important;
    }

    #contentsnelfuncties {
        display: none;
        margin-top: 4px;
        float: left;
        padding-left: 10px;
        color: #fff;
        margin-left: 10px;
    }

    #footer {
        color: #999;
        text-align: right;
        line-height: normal;
        margin-bottom: 35px;
        margin-top: 20px;
        font-size: .9em;
        width: 960px;
        height: 30px;
    }

    #menutop {
        padding: 0;
        font-family: sans-serif,;
        text-shadow: #111 1px 1px 0;
        height: 31px;
        width: 960px;
        background: repeat-x;
    }

    #menutop, #loginlink {
        padding: 0;
        display: inline-block;
    }

    .HoofdnavigatieLink {
        margin-right: 0;
        float: left;
        width: 80px;
        text-align: center;
        display: block;
        position: relative;
        height: 21px;
        padding-top: 5px;
    }

    #menutop a, #loginlink a {
        font-family: "Segoe UI WPC","Segoe UI",Tahoma,"Microsoft Sans Serif",Verdana,sans-serif;
        margin: 0;
        color: #fff;
        font-weight: 400;
        text-decoration: none;
    }

    .remTitle {
        text-decoration: none;
        color: #000;
        width: 85%;
        display: block;
        font-size: 12px;
    }

    #alertcontainer .chatTime {
        clear: both;
        float: none !important;
        display: block;
    }

    #alertcontainer a {
        text-decoration: none !important;
    }

        #alertcontainer a:visited {
            text-decoration: none;
        }

    #menutop a:hover, #loginlink a:hover, #menucontainer a:focus, #loginlink a:focus {
        font-weight: 700;
    }

    .alerted {
        background: #f2f1f1;
    }

    .alerting {
        color: #fff;
        display: block !important;
        position: absolute;
        top: 0;
        padding: 5px;
        padding-top: 0;
        padding-bottom: 0;
        background: red;
        border-radius: 3px;
        left: 14px;
    }

    #alertcount {
        display: none;
    }

    .alerts {
        position: relative;
        width: 24px;
    }

    .ui-tooltip, .qtip {
        font-size: 14px;
        line-height: normal !important;
    }

    .higher-zindex {
        z-index: 99999;
    }

    #alertcontainer {
        padding: 4px;
        max-height: 400px;
        position: relative;
        overflow-y: auto;
    }

    #menutop.selected a, #loginlink.selected a {
        color: #fff;
        background: #fbfbfb;
    }

    fieldset {
        padding: 1em;
        border: 1px solid #CCC;
        margin-bottom: 10px;
    }

        fieldset p {
            margin: 2px 12px 10px 10px;
        }

        fieldset label {
            display: block;
        }

            fieldset label.inline {
                display: inline;
            }

    legend {
        font-size: 1.1em;
        padding: 2px 4px 8px;
    }

    .standaard input {
        width: 200px;
        border: 1px solid #CCC;
    }

    .breed {
        width: 95%;
        border: 1px solid #CCC;
    }

    #logon input[type=text], #logon input[type=password] {
        height: 24px;
        padding: 8px;
        font-size: 14px;
    }

    #logon fieldset {
        background: #fcfcfc;
        border-radius: 12px !important;
    }

    table {
        border: solid 0 #e8eef4;
        border-collapse: collapse;
    }

        table.formulier {
            border: none 0;
            min-width: 550px;
        }

            table.formulier td {
                padding: 5px;
                border: none 0;
                vertical-align: top;
                text-align: left;
            }

                table.formulier td.labelcolumn {
                    width: 200px;
                    border: none 0;
                    padding: 5px;
                    font-weight: 700;
                }

                table.formulier td.checkbox {
                    width: 30px;
                    border: none 0;
                    padding: px;
                }

            table.formulier input {
                width: 99%;
                max-width: 600px;
            }

            table.formulier textarea {
                width: 99%;
                max-width: 600px;
                height: 70px;
            }

            table.formulier input.small-input {
                width: 80px;
            }

            table.formulier .input-validation-error {
                border: 1px solid red;
                background: #fee;
            }

    .lijn {
        border-top: 1px dotted #ccc;
        border-top-width: 1px;
        border-top-style: dotted;
        border-top-color: #ccc;
        font-size: .1em;
        margin: 6px 0 8px;
        width: 100%;
        margin: 6px 0 8px;
    }

    .clear {
        clear: both;
    }

    .error {
        color: Red;
    }

    #menucontainer {
        width: 1000px;
    }

    div#title {
        display: block;
        float: left;
        text-align: left;
    }

    .ui-state-default {
        background-color: #eff6f6;
        background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#eff6f6),to(#ebf3f4));
    }

    .planIcons img {
        margin-right: 18px;
        vertical-align: top;
        margin-bottom: 10px;
    }

    .doTill {
        margin-bottom: 10px;
    }

    .artikelclass {
        color: #000;
        font-size: 12px;
    }

    .pubbleditor, .artikelclass, #Kl, .smartres {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }

        .pubbleditor input, #CurrAantalwoorden {
            padding-left: 40px !important;
        }

        .pubbleditor strong a, .artikelclass strong a {
            padding-left: 40px !important;
        }

    #logindisplay {
        float: right;
        text-align: right;
        width: 600px;
        font-size: 1.1em;
        display: block;
        margin-bottom: 10px;
    }

        #logindisplay a:link {
            color: #919191;
            text-decoration: underline;
        }

        #logindisplay a:visited {
            color: #919191;
            text-decoration: underline;
        }

        #logindisplay a:hover {
            color: #656565;
            text-decoration: none;
        }

    .field-validation-error {
        color: red;
    }

    .input-validation-error {
        border: 1px solid red;
        background: #fee;
    }

    .validation-summary-errors {
        font-weight: 700;
        color: red;
    }

    .factuur .facturatie-border {
        border: 0px;
    }

    .facturatie-border {
        border: solid 1px #CCC;
        padding: 5px;
        position: relative;
    }

    .facturatie-bordernobreak {
        border: solid 1px #CCC;
        padding: 5px;
        position: relative;
    }

        .facturatie-bordernobreak h3 {
            margin-top: 0;
        }

    .facturatie-info:not(.InvoiceBox) {
        float: right;
        border: solid 1px #CCC;
        padding: 2px;
        right: -1px;
        top: -1px;
        display: block;
        width: 196px;
        margin-right: -6px;
        margin-top: -6px;
        margin-left: 12px;
    }

    .facturatie-orderinfo {
        line-height: 1.4
    }

        .facturatie-orderinfo td {
            margin: 0 5px 5px;
            vertical-align: top;
        }

    .facturatie-border h3 {
        margin-top: 0;
    }

    .orderitems th {
        font-size: 10px;
    }

    .orderitems {
        width: 100%;
    }

        .orderitems td {
            padding-left: 5px;
            padding-right: 5px;
            vertical-align: top;
        }

        .orderitems thead {
            /*  border-bottom: solid 1px #CCC; */
        }

        .orderitems tr.totaal {
            margin-top: 5px;
        }

        .orderitems td.totaal {
            text-align: right;
        }

        .orderitems td.totaalprijs {
            border-top: double 3px #CCC;
        }

    #containerdrop {
        margin: 0 auto;
        position: relative;
    }

    #topnav {
        padding: 10px 0 12px;
        font-size: 11px;
        line-height: 23px;
        text-align: right;
    }

        #topnav a.signin {
            background: #88bbd4;
            padding: 4px 6px 6px;
            text-decoration: none;
            font-weight: 700;
            color: #fff;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            *background: transparent url(/content/images/signin-nav-bg-ie.png) no-repeat 0 0;
            *padding: 4px 12px 6px;
        }

            #topnav a.signin:hover {
                background: #59B;
                *background: transparent url(/content/images/signin-nav-bg-hover-ie.png) no-repeat 0 0;
                *padding: 4px 12px 6px;
            }

            #topnav a.signin, #topnav a.signin:hover {
                *background-position: 0 3px !important;
            }

    a.signin {
        position: relative;
        margin-left: 3px;
        position: relative;
        margin-left: 3px;
    }

        a.signin span {
            padding: 4px 16px 6px 0;
            padding: 4px 16px 6px 0;
            background: none !important;
            background-image: none !important;
            background-repeat: no-repeat;
            background-position: 100% 50%;
        }

    #topnav a.menu-open {
        background: #ddeef6 !important;
        color: #666 !important;
        outline: none;
    }

    a.signin.menu-open span {
        color: #789;
        background: url(/content/images/toggle_up_dark.png);
    }

    #signin_menu {
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        display: none;
        position: absolute;
        width: 220px;
        z-index: 100;
        border: 1px transparent;
        text-align: left;
        padding: 12px;
        top: 24.5px;
        right: 0;
        margin-top: 5px;
        margin-right: 0;
        *margin-right: -1px;
        color: #789;
        font-size: 11px;
        background: #ddeef6;
    }

        signin_menu input[type=text], #signin_menu input[type=password] {
            display: block;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border: 1px solid #ACE;
            font-size: 13px;
            margin: 0 0 5px;
            padding: 5px;
            width: 203px;
        }

    .fancybutton:hover {
        opacity: .9;
        background-color: #ddd;
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#196592),color-stop(100%,#135881));
        background-image: -webkit-linear-gradient(top,#196592,#135881);
        background-image: -moz-linear-gradient(top,#196592,#135881);
        background-image: -ms-linear-gradient(top,#196592,#135881);
        background-image: -o-linear-gradient(top,#196592,#135881);
        background-image: linear-gradient(top,#196592,#135881);
        border: 0 solid #bbb;
        border-bottom: 0 solid #999;
        cursor: pointer;
    }

    button::-moz-focus-inner {
        border: 0;
    }

    .pointer_button {
        cursor: pointer;
    }

    .fancybutton {
        font-size: 14px;
        letter-spacing: 1px;
        color: #fff;
        padding: 8px 6px;
        margin: 1px;
        font-weight: 400;
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2d86bb),color-stop(100%,#236e9b)) !important;
        background-image: -webkit-linear-gradient(top,#2d86bb,#236e9b) !important;
        background-image: -moz-linear-gradient(top,#2d86bb,#236e9b) !important;
        background-image: -ms-linear-gradient(top,#2d86bb,#236e9b) !important;
        background-image: -o-linear-gradient(top,#2d86bb,#236e9b) !important;
        background-image: linear-gradient(top,#2d86bb,#236e9b) !important;
        border: 0 solid #ccc;
        border-bottom: 0 solid #bbb;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        line-height: 1;
        text-align: center;
    }

        .fancybutton.disabled, .fancybutton.disabled:hover {
            opacity: .9;
            background: rgba(100,100,100,0.4) !important;
        }

        .fancybutton:active {
            border: 0 solid #aaa;
            border-bottom: 0 solid #888;
            -webkit-box-shadow: inset 0 0 5px 4px #135881,0 1px 0 0 #eee;
            -moz-box-shadow: inset 0 0 5px 4px #135881,0 1px 0 0 #eee;
            box-shadow: inset 0 0 5px 4px #135881,0 1px 0 0 #eee;
        }

    .fancyghostbutton {
        font-size: 14px;
        letter-spacing: 1px;
        color: #fff;
        padding: 8px 6px 5px 5px;
        margin: 1px;
        padding: 6px 6px 7px 6px;
        font-weight: 400;
        border: 1px solid #ccc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        line-height: 1;
        text-align: center;
    }

        .fancyghostbutton:hover {
            opacity: .9;
            background-color: #ddd;
            border: 0 solid #bbb;
            cursor: pointer;
        }

    .fromDate {
        background-color: #f9f6f6;
        color: #888585;
    }

    .toDate {
    }

    .to_from_date {
        border: 1px solid #dddddd;
        background: #ffffff;
        padding: 0.7em 0.4em;
    }

    .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
        border-top-right-radius: 2px;
    }

    .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
        border-top-left-radius: 2px;
    }

    #OpmaakToDo .ui-tabs .ui-tabs-nav li a {
        float: left;
        padding: .5em .9em;
        padding-bottom: .2em;
        text-decoration: none;
    }

    .fancybuttons {
        background-image: -moz-linear-gradient(100% 100% 90deg,#2779aa,#1b638e);
        background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#2779aa),to(#1b638e));
        text-decoration: none;
        display: inline-block;
        padding: 8px 12px;
        letter-spacing: 1px;
        color: #fff;
        cursor: pointer;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
        text-shadow: -1px -1px 0 rgba(0,0,0,.15);
        border: 0;
        font: 14px/1 Arial,sans-serif;
    }

        .fancybuttons::-moz-focus-inner {
            padding: 0;
            border: 0;
        }

        .fancybuttons:hover, #signin_submit:focus {
            cursor: pointer;
        }

        .fancybuttons:active {
            cursor: pointer;
        }

    #signin_menu p {
        margin: 0;
    }

    #signin_menu a {
        color: #6AC;
    }

    .tipsy-inner {
        padding: 10px 15px;
        padding: 8px 8px;
        max-width: 200px;
        font: 700 700 11px/1.5em "Lucida Grande",sans-serif;
        -moz-border-radius: 4px;
        -khtml-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: #fff;
        text-align: left;
        background: #000;
    }

    .tipsy {
        opacity: .8;
        filter: alpha(opacity=80);
        padding: 5px;
        background: no-repeat;
    }

    .tipsy-north {
        background: url(/content/images/tipsy-north.gif) top center;
    }

    .tipsy-south {
        background: url(/content/images/tipsy-south.gif) bottom center;
    }

    .tipsy-east {
        background: url(/content/images/tipsy-east.gif) right center;
    }

    .tipsy-west {
        background: url(/content/images/tipsy-west.gif) left center;
    }

    .ui-tooltip-content {
        padding: 0 !important;
    }

    .chPg {
        width: 100%;
        line-height: 20px;
        vertical-align: middle;
        text-align: center;
        border-bottom: 1px solid #afafaf;
        cursor: pointer;
        background: #EEE;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .chPg:hover {
            background: #cecece;
        }

    .selectedC {
        background: #ffdd3d;
    }

    .sortlijst {
        list-style-type: none;
        margin: 0;
        min-height: 25px;
        padding: 0;
        margin-right: 10px;
    }

        .sortlijst li {
            position: relative;
            margin: 0;
            width: 100%;
            padding: 2px 0 2px 5px;
        }

    .pinnedAd {
        background: url(/Content/images/icons/pin.png) center no-repeat;
    }

    .ui-widget-overlay {
        position: fixed !important;
        opacity: .5;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
    }

    .KlikStatus {
        display: block;
    }

    .statusitem {
        margin-top: 10px !important;
        cursor: pointer;
        display: block;
        margin-left: auto;
        margin-right: auto !important;
    }

    .statusitempp {
        margin-top: 10px !important;
        margin-top: 10px;
        cursor: pointer;
        margin: 4px;
        float: left;
    }

    .KlikStatus div {
        float: none !important;
    }

    .ui-state-highlight {
        /*  min-height: 25px;*/
    }

    .Aanwezig {
        margin-top: 3px;
        margin: 10px;
        float: right;
        width: 20px;
        height: 25px;
        opacity: .8;
        background: url(/Content/images/icons/svg/glasses.svg) no-repeat no-repeat;
    }

    .Nagekeken {
        margin-top: 1px;
        float: right;
        width: 25px;
        height: 25px;
        background: url(/Content/images/icons/nagekeken.png) no-repeat;
    }

    .Afwezig {
        margin-top: 5px;
        margin: 10px;
        margin-right: 12px;
        float: right;
        width: 16px;
        height: 25px;
        opacity: .8;
        background: url(/Content/images/icons/svg/new.svg) no-repeat no-repeat;
    }

    .klikMa .Afwezig2 {
        margin-top: 2px;
    }

    .Aanwezig2 {
        margin-top: 3px;
        float: right;
        width: 20px;
        height: 25px;
        opacity: .8;
        background: url(/Content/images/icons/svg/brush.svg) no-repeat no-repeat;
        margin: 10px
    }

    .Nagekeken2 {
        margin-top: 1px;
        float: right;
        width: 25px;
        height: 25px;
        background: url(/Content/images/icons/nagekeken.png) no-repeat;
    }

    .Afwezig2 {
        margin-top: 5px;
        margin: 10px;
        float: right;
        width: 20px;
        height: 25px;
        opacity: .8;
        background: url(/Content/images/icons/svg/new.svg) no-repeat no-repeat;
    }

    .Proef {
        float: right;
        width: 20px;
        height: 25px;
        opacity: .8;
        background: url(/Content/images/icons/svg/glasses.svg) no-repeat;
        margin: 10px;
    }

    .Opgemaakt {
        float: right;
        width: 20px;
        height: 25px;
        background: url(/Content/images/icons/svg/checkmark.svg) no-repeat;
        margin: 10px;
        color: #8cc63f;
    }

    .Locked {
        margin-top: 5px !important;
        float: right;
        width: 20px;
        height: 25px;
        margin: 10px;
        background: url(/Content/images/icons/svg/lock.svg) no-repeat;
    }

    .NietOpgemaakt {
        margin-top: 1px;
        float: right;
        width: 25px;
        height: 25px;
        background: url(/Content/images/icons/uncheck.png) no-repeat;
    }

    .CodeEend {
        margin-top: 1px;
        float: right;
        width: 25px;
        height: 25px;
        background: url(/Content/images/icons/duck.png) no-repeat !important;
    }

    .CodeRood {
        margin-top: 1px;
        float: right;
        width: 25px;
        height: 25px;
        background: url(/Content/images/icons/Prio_Red.png) no-repeat !important;
    }

    .CodeOranje {
        margin-top: 1px;
        float: right;
        width: 25px;
        height: 25px;
        background: url(/Content/images/icons/Prio_Orange.png) no-repeat !important;
    }

    .CodeGroen {
        margin-top: 1px;
        float: right;
        width: 25px;
        height: 25px;
        background: url(/Content/images/icons/Prio_Green.png) no-repeat !important;
    }

    .statusorder {
        cursor: pointer;
        margin-top: 10px;
    }

    ul.holder {
        margin: 0;
        border: 1px solid #999;
        overflow: hidden;
        height: auto !important;
        height: 1%;
        padding: 4px 5px 0;
    }

    :first-child + html ul.holder {
        padding-bottom: 2px;
    }

    * html ul.holder {
        padding-bottom: 2px;
    }

        ul.holder li {
            float: left;
            list-style-type: none;
            margin: 0 5px 4px 0;
            white-space: nowrap;
        }

            ul.holder li.bit-box, ul.holder li.bit-input input {
                font: 11px "Lucida Grande","Verdana";
            }

            ul.holder li.bit-box {
                -moz-border-radius: 6px;
                -webkit-border-radius: 6px;
                border-radius: 6px;
                border: 1px solid #cad8f3;
                background: #dee7f8;
                padding: 1px 5px 2px;
            }

            ul.holder li.bit-box-focus {
                border-color: #598bec;
                background: #598bec;
                color: #fff;
                border-color: #598bec;
                background: #598bec;
                color: #fff;
            }

            ul.holder li.bit-input input {
                width: auto;
                overflow: visible;
                margin: 0;
                border: 0;
                outline: 0;
                padding: 3px 0 2px;
            }

                ul.holder li.bit-input input.smallinput {
                    width: 20px;
                }

    #addfb {
        border: 1px solid #999;
        width: 550px;
        margin: 50px;
        padding: 20px 30px 10px;
    }

    form ol li {
        list-style-type: none;
    }

    form ol {
        font: 11px "Lucida Grande","Verdana";
        margin: 0;
        padding: 0;
    }

        form ol li.input-text {
            margin-bottom: 10px;
            list-style-type: none;
            padding-bottom: 10px;
        }

            form ol li.input-text label {
                font-weight: 700;
                cursor: pointer;
                display: block;
                font-size: 13px;
                margin-bottom: 10px;
            }

            form ol li.input-text input {
                width: 500px;
                padding: 5px 5px 6px;
                font: 11px "Lucida Grande","Verdana";
                border: 1px solid #999;
            }

    form ul {
        margin: 0 !important;
    }

    ul.holder li.bit-box, #apple-list ul.holder li.bit-box {
        padding-right: 15px;
        position: relative;
        z-index: 1000;
    }

    #apple-list ul.holder li.bit-input {
        margin: 0;
    }

        #apple-list ul.holder li.bit-input input.smallinput {
            width: 5px;
        }

    ul.holder li.bit-hover {
        background: #bbcef1;
        border: 1px solid #6d95e0;
    }

    ul.holder li.bit-box a.closebutton {
        position: absolute;
        right: 4px;
        top: 5px;
        display: block;
        width: 7px;
        height: 7px;
        font-size: 1px;
        background: url(close.gif);
    }

        ul.holder li.bit-box a.closebutton:hover {
            background: 7px;
        }

    ul.holder li.bit-box-focus a.closebutton, ul.holder li.bit-box-focus a.closebutton:hover {
        background: bottom;
    }

    .facebook-auto {
        z-index: 999;
        display: none;
        position: absolute;
        min-width: 260px;
        background: #eee;
    }

        .facebook-auto .default {
            padding: 5px 7px;
            border: 1px solid #ccc;
            border-width: 0 1px 1px;
            font: 11px "Lucida Grande","Verdana";
        }

        .facebook-auto ul {
            display: none;
            margin: 0;
            padding: 0;
            overflow: auto;
            position: absolute;
            z-index: 9999;
        }

            .facebook-auto ul li {
                padding: 5px 12px;
                z-index: 1000;
                cursor: pointer;
                margin: 0;
                list-style-type: none;
                border: 1px solid #ccc;
                border-width: 0 1px 1px;
                font: 11px "Lucida Grande","Verdana";
                background: #eee;
            }

                .facebook-auto ul li em {
                    font-weight: 700;
                    font-style: normal;
                    background: #ccc;
                }

                .facebook-auto ul li.auto-focus {
                    background: #4173cc;
                    color: #fff;
                }

                    .facebook-auto ul li.auto-focus em {
                        background: none;
                    }

    .deleted {
        color: #fff !important;
        background: #4173cc !important;
    }

    .hidden {
        display: none;
    }

    #demo ul.holder li.bit-input input {
        padding: 2px 0 1px;
        border: 1px solid #999;
    }

    .ie6fix {
        height: 1px;
        width: 1px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    DIV.ProgressBar {
        width: 100px;
        padding: 0;
        border: 1px solid #000;
        margin-right: 1em;
        height: .75em;
        margin-left: 1em;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        DIV.ProgressBar DIV {
            font-size: 1pt;
            height: 100%;
            float: left;
            background: Green;
        }

    SPAN.asyncUploader OBJECT {
        position: relative;
        top: 5px;
        left: 10px;
    }

    .clickadv {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 250px;
        white-space: nowrap;
        float: left;
        margin: 0;
    }

    #usercontrol {
        position: relative;
    }

    .PaginaNummer {
        text-shadow: #5d5d5d 1px 1px 1px;
    }

    .TopKlant a:hover {
        background: #ffd200;
        color: #000;
    }

    monthstop a {
        margin: 0;
        color: #0e3a6d;
        letter-spacing: -1px;
        text-shadow: #fff 1px 0 0;
        font: 700 13px Lucida Sans;
    }

    .MonthPicker {
        margin: 0;
        width: 600px;
        height: 16px;
        padding: 5px;
        font: bold 12px Arial;
        color: #ffe;
        background-color: #535557;
        background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#535557),to(#37393a));
        -moz-user-select: none;
        user-select: none;
    }

    #PlankContent, .pageAdCont {
        -moz-user-select: none;
        user-select: none;
    }

    .MonthPicker th {
        padding-left: 20px;
    }

    .MonthPicker td {
        padding: 0;
    }

    .MonthPicker a {
        text-decoration: none;
        color: #fff;
        font-weight: 400;
    }

        .MonthPicker a:hover {
            background: #1a3b59;
        }

            .MonthPicker a:hover span {
                background: #1a3b59;
            }

        .MonthPicker a.li {
            position: relative;
        }

    .MonthPicker ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .MonthPicker ul table {
            width: 100%;
            border-collapse: collapse;
        }

        .MonthPicker ul ul {
            position: absolute;
            visibility: hidden;
            top: 20px;
            z-index: 2;
            border: 0 solid #999;
        }

            .MonthPicker ul ul .selected {
                background: #0c2236;
                color: #fff;
            }

    .MonthPicker li {
        position: relative;
        width: 50px;
        float: left;
        text-align: center;
    }

        .MonthPicker li a {
            display: block;
        }

    .MonthPicker .li {
        background: #1a3b59;
    }

        .MonthPicker .li:hover ul {
            visibility: visible;
        }

        .MonthPicker .li:hover li a:hover {
            background: #0c2236;
            color: #ffe;
        }

    .MonthPicker span {
        display: inline-block;
        padding: 1px;
        text-align: center;
        cursor: pointer;
    }

    .MonthPicker .month span {
        width: 40px;
    }

    .MonthPicker .selected {
        background: #0c2236;
        color: #fff !important;
    }

    .MonthPicker li .selected {
        background: #1a3b59;
    }

    .MonthPicker .caption {
        padding-right: 10px;
    }

    .artikelintinfo {
        float: right;
        display: block;
        width: 40px;
        margin-right: 15px;
    }

    .artikeluit {
        border-bottom: 4px solid red !important;
    }

    .artikelint {
        padding: 3px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    div.moreinst {
        margin-bottom: 10px;
        padding: 10px;
        border: 1px solid;
        background: white;
    }

    .artikelint:hover .artikelmore {
        display: block;
    }

    .grijs {
        background: #f1f1f1;
    }

    .artikeleditinfo {
        width: 52px;
        float: right;
        margin-right: 10px;
    }

    .titlename {
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 170px;
        min-width: 170px;
        overflow: hidden !important;
        display: block;
    }

    .papercontainer {
        margin: 15px;
        margin-bottom: 0;
        float: left;
        min-height: 200px;
    }

    .eventitem:hover .controls {
        display: block;
    }

    .papercontainer:hover .controls {
        display: block;
    }

    .paper {
        height: 130px;
        position: relative;
        overflow: hidden;
        width: 194px;
        border: 1px solid #c8c8c8;
    }

    .paperArchive {
        min-height: 200px;
        position: relative;
        min-width: 200px;
        margin-right: 30px;
        border: 1px solid #c8c8c8;
    }

    .topnav {
        padding: 10px 0 12px;
        font-size: 11px;
        line-height: 23px;
        text-align: right;
    }

        .topnav a.signin {
            background: #88bbd4;
            padding: 4px 6px 6px;
            text-decoration: none;
            font-weight: 700;
            color: #fff;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            *background: transparent url(/content/images/signin-nav-bg-ie.png) no-repeat 0 0;
            *padding: 4px 12px 6px;
        }

            .topnav a.signin:hover {
                background: #59B;
                *background: transparent url(/content/images/signin-nav-bg-hover-ie.png) no-repeat 0 0;
                *padding: 4px 12px 6px;
            }

            .topnav a.signin, .topnav a.signin:hover {
                *background-position: 0 3px !important;
            }

        .topnav a.menu-open {
            background: #ddeef6 !important;
            color: #666 !important;
            outline: none;
        }

    a.signin .menu-open span {
        color: #789;
        background: url(/content/images/toggle_up_dark.png);
    }

    #snelfunctiesline {
        text-align: left;
    }

    .signin_menu {
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        display: none;
        position: absolute;
        width: 220px;
        z-index: 100;
        border: 1px transparent;
        text-align: left;
        padding: 12px;
        top: 24.5px;
        right: 0;
        margin-top: 5px;
        margin-right: 0;
        *margin-right: -1px;
        color: #789;
        font-size: 11px;
        background: #ddeef6;
    }

        .signin_menu p {
            margin: 0;
        }

        .signin_menu a {
            color: #6AC;
        }

    div.spinner div {
        width: 10%;
        height: 26%;
        background: #000;
        position: absolute;
        left: 44.5%;
        top: 37%;
        opacity: 0;
        -webkit-animation: fade 1s linear infinite;
        -webkit-border-radius: 50px;
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    }

        div.spinner div.bar1 {
            -webkit-transform: rotate(0) translate(0,-142%);
            -webkit-animation-delay: 0;
        }

        div.spinner div.bar2 {
            -webkit-transform: rotate(30deg) translate(0,-142%);
            -webkit-animation-delay: -.9167s;
        }

        div.spinner div.bar3 {
            -webkit-transform: rotate(60deg) translate(0,-142%);
            -webkit-animation-delay: -.833s;
        }

        div.spinner div.bar4 {
            -webkit-transform: rotate(90deg) translate(0,-142%);
            -webkit-animation-delay: -.75s;
        }

        div.spinner div.bar5 {
            -webkit-transform: rotate(120deg) translate(0,-142%);
            -webkit-animation-delay: -.667s;
        }

        div.spinner div.bar6 {
            -webkit-transform: rotate(150deg) translate(0,-142%);
            -webkit-animation-delay: -.5833s;
        }

        div.spinner div.bar7 {
            -webkit-transform: rotate(180deg) translate(0,-142%);
            -webkit-animation-delay: -.5s;
        }

        div.spinner div.bar8 {
            -webkit-transform: rotate(210deg) translate(0,-142%);
            -webkit-animation-delay: -.41667s;
        }

        div.spinner div.bar9 {
            -webkit-transform: rotate(240deg) translate(0,-142%);
            -webkit-animation-delay: -.333s;
        }

        div.spinner div.bar10 {
            -webkit-transform: rotate(270deg) translate(0,-142%);
            -webkit-animation-delay: -.25s;
        }

        div.spinner div.bar11 {
            -webkit-transform: rotate(300deg) translate(0,-142%);
            -webkit-animation-delay: -.1667s;
        }

        div.spinner div.bar12 {
            -webkit-transform: rotate(330deg) translate(0,-142%);
            -webkit-animation-delay: -.0833s;
        }

    @-webkit-keyframes fade {
        from {
            opacity: 1;
        }

        to {
            opacity: .25;
        }
    }

    .filedrag {
        display: none;
        font-weight: 700;
        padding: 1em 0;
        margin: 1em;
        color: #555;
        border: 1px dashed #fff;
        border-radius: 7px;
        cursor: default;
        height: 120px;
        line-height: 120px;
        vertical-align: middle;
        width: 150px;
        margin-left: 5px;
        margin-top: 0;
    }

    .filedraghover {
        color: red;
        border-color: red;
        border-style: solid;
        box-shadow: inset 0 3px 4px #888;
    }

    html.cke_skin_kama_container {
        overflow: auto !important;
        overflow-x: hidden;
    }

    .editorADC {
        background-color: #e9e7e7;
        background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#f3f3f3),to(#e7e7e7));
    }

    .uploadinfo {
    }

        .uploadinfo p {
            display: block;
            position: absolute;
            bottom: 0px;
            width: 260px;
            margin: 2px 0;
            border: 0px inset #446;
            border-radius: 5px;
            background: url(/content/images/progress.png) repeat-y 100% 0 #eee;
        }

        .uploadinfo .success {
            background: no-repeat #0c0;
        }

        .uploadinfo .failed {
            background: no-repeat #c00;
        }

    .dropfileupload {
        float: left;
    }

    .ui-multiselect ul {
        -moz-user-select: none;
    }

    .ui-multiselect li {
        margin: 0;
        padding: 5px;
        cursor: default;
        line-height: 20px;
        height: 20px;
        font-size: 11px;
        list-style: none;
    }

        .ui-multiselect li a {
            color: #999;
            text-decoration: none;
            padding: 0;
            display: block;
            cursor: pointer;
        }

        .ui-multiselect li.ui-draggable-dragging {
            padding-left: 10px;
        }

    .ui-multiselect div.selected {
        position: relative;
        padding: 0;
        margin: 0;
        border: 0;
        float: left;
        width: 207px !important;
    }

    .ui-multiselect ul.selected {
        position: relative;
        padding: 0;
        overflow: auto;
        overflow-x: hidden;
        background: #fff;
        margin: 0;
        list-style: none;
        border: 0;
        position: relative;
        width: 100%;
    }

        .ui-multiselect ul.selected li {
        }

    .ui-multiselect div.available {
        position: relative;
        padding: 0;
        margin: 0;
        border: 0;
        float: left;
        border-left: 1px solid;
        min-width: 214px; /*anderskabelkrant weird*/
    }

    .ui-multiselect ul.available {
        position: relative;
        padding: 0;
        overflow: auto;
        overflow-x: hidden;
        background: #fff;
        margin: 0;
        list-style: none;
        border: 0;
        width: 100%;
    }

        .ui-multiselect ul.available li {
            padding-left: 10px;
        }

    .ui-multiselect .ui-state-default {
        border: none;
        margin-bottom: 1px;
        position: relative;
    }

    .ui-multiselect .ui-state-hover {
        border: none;
    }

    .ui-multiselect .ui-widget-header {
        border: none;
        font-size: 11px;
        margin-bottom: 1px;
    }

    .ui-multiselect .add-all {
        float: right;
        padding: 7px;
    }

    .ui-multiselect .remove-all {
        float: right;
        padding: 7px;
    }

    .ui-multiselect .search {
        float: left;
        padding: 4px;
    }

    .ui-multiselect .count {
        float: left;
        padding: 7px;
    }

    .ui-multiselect li span.ui-icon-arrowthick-2-n-s {
        position: absolute;
        left: 2px;
    }

    .ui-multiselect li a.action {
        display: block;
        width: 100%;
    }

    .ui-multiselect li a.plusormin {
        position: absolute;
        right: 2px;
        top: 2px;
    }

    .ui-multiselect input.search {
        height: 16px;
        padding: 0;
        opacity: .5;
        margin: 0px;
        width: 122px;
        color: #000;
    }

    .kkphoto {
        margin-right: -53%;
        width: 53%;
    }

        .kkphoto div, .kkphoto img {
            width: 100%;
        }
    /*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
    #colorbox, #cboxOverlay, #cboxWrapper {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999999; /* overlay of previews in article editor must go below */
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0);
    }

    #cboxWrapper {
        max-width: none;
    }

    #cboxOverlay {
        position: fixed;
        width: 100%;
        height: 100%;
    }

    #cboxMiddleLeft, #cboxBottomLeft {
        clear: left;
    }

    #cboxContent {
        position: relative;
    }

    #cboxLoadedContent {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #cboxTitle {
        margin: 0;
    }

    #cboxLoadingOverlay, #cboxLoadingGraphic {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
        cursor: pointer;
    }

    .cboxPhoto {
        float: left;
        margin: auto;
        border: 0;
        display: block;
        max-width: none;
        -ms-interpolation-mode: bicubic;
    }

    .cboxIframe {
        width: 100%;
        height: 100%;
        display: block;
        border: 0;
        padding: 0;
        margin: 0;
    }

    #colorbox, #cboxContent, #cboxLoadedContent {
        box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
    }
    /* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
    #cboxOverlay {
        background: #000 repeat 0 0;
        opacity: 0.7;
        filter: alpha(opacity = 90);
    }

    #colorbox {
        outline: 0;
    }

    #cboxTopLeft {
        width: 21px;
        height: 21px;
        background: url(images/controls.png) no-repeat -101px 0;
    }

    #cboxTopRight {
        width: 21px;
        height: 21px;
        background: url(images/controls.png) no-repeat -130px 0;
    }

    #cboxBottomLeft {
        width: 21px;
        height: 21px;
        background: url(images/controls.png) no-repeat -101px -29px;
    }

    #cboxBottomRight {
        width: 21px;
        height: 21px;
        background: url(images/controls.png) no-repeat -130px -29px;
    }

    #cboxMiddleLeft {
        width: 21px;
        background: url(images/controls.png) left top repeat-y;
    }

    #cboxMiddleRight {
        width: 21px;
        background: url(images/controls.png) right top repeat-y;
    }

    #cboxTopCenter {
        height: 21px;
        background: url(images/border.png) 0 0 repeat-x;
    }

    #cboxBottomCenter {
        height: 21px;
        background: url(images/border.png) 0 -29px repeat-x;
    }

    #cboxContent {
        background: #fff;
        overflow: hidden;
    }

    .cboxIframe {
        background: #fff;
    }

    #cboxError {
        padding: 50px;
        border: 1px solid #ccc;
    }

    #cboxLoadedContent {
        margin-bottom: 28px;
    }

    #cboxTitle {
        position: absolute;
        bottom: 4px;
        left: 0;
        text-align: center;
        width: 100%;
        color: #949494;
    }

    #cboxCurrent {
        position: absolute;
        bottom: 4px;
        left: 58px;
        color: #949494;
    }

    #cboxLoadingOverlay {
        background: url(/content/images/loading_background.png) no-repeat center center;
    }

    #cboxLoadingGraphic {
        background: url(/content/images/loading.gif) no-repeat center center;
    }
    /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
    #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
        border: 0;
        padding: 0;
        margin: 0;
        overflow: visible;
        width: auto;
        background: none;
    }
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
            outline: 0;
        }

    #cboxSlideshow {
        position: absolute;
        bottom: 4px;
        right: 30px;
        color: #0092ef;
    }

    #cboxPrevious {
        left: 0;
        background: url(images/controls.png) no-repeat -75px 0;
        width: 25px;
        height: 25px;
        text-indent: -9999px;
    }

        #cboxPrevious:hover {
            background-position: -75px -25px;
        }

    #cboxNext {
        left: 27px;
        background: url(images/controls.png) no-repeat -50px 0;
        width: 25px;
        height: 25px;
        text-indent: -9999px;
    }

        #cboxNext:hover {
            background-position: -50px -25px;
        }

    #cboxClose {
        position: absolute;
        bottom: 0;
        right: 0;
        background: url(images/controls.png) no-repeat -25px 0;
        width: 25px;
        height: 25px;
        text-indent: -9999px;
    }

        #cboxClose:hover {
            background-position: -25px -25px;
        }
    /*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
    .cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
    }
}

.bijlagetekst {
    font-size: 10px !important;
    max-width: 240px;
    display: block;
    font-size: 9px;
    max-width: 462px;
    font-size: 10px !important;
}

@media (min-width: 1261px) {

    .webline {
        max-width: 500px !important;
    }
}

@media (min-width: 1281px) {



    .ArtikelMinum {
        width: 560px; /* 658 was beter maar toc niet */
    }

    .ArtikelMinumAdv {
        width: 410px; /* 555px */
    }

    .divpagina {
        width: 620px;
    }
}

.containerdrop {
    cursor: default !important;
}

.wpzwn {
    opacity: 0;
}

.previewcontrols {
    bottom: 0;
    padding: 0 !important;
    width: 205px !important;
    border-radius: 0;
    left: 0 !important;
    margin-top: 0 !important;
    background: rgba(256,256,256,.8) !important;
    height: auto !important;
    bottom: 0;
    padding: 0 !important;
    width: 205px !important;
    border-radius: 0 !important;
    left: 0 !important;
    margin-top: 0 !important;
    background-color: rgba(256,256,256,.8) !important;
}

#ContentMainContainer {
    padding-left: 20px;
    padding-right: 20px;
}

.factuur .containerdrop {
    color: #000 !important;
}

.HoofdnavigatieLink div:not(.InvoiceNumber) {
    width: 100%;
    margin-bottom: -5px;
}

#menubottom img {
    margin-right: 6px;
}

.enteredLocationDetails {
    font-size: 12px;
    line-height: 1.2;
}

@media (min-width: 480px) {
    .ui-multiselect .selected {
        /*width: 211px !important;*/
    }

    .available {
    }

    .ui-multiselect {
        width: 423px !important;
        border: solid 1px;
        font-size: .8em;
    }

    .noteIsApproved {
        background: #00ff00;
    }



    #contentsnelfuncties img {
        display: none;
        margin-left: 0;
        float: left;
        margin-top: 2px !important;
        min-width: 20px;
    }

    #contentsnelfuncties svg {
        display: none;
        margin-left: 0;
        float: left;
        margin-top: -2px !important;
        min-width: 20px;
    }
}

.snelhelp {
    color: #fff;
    float: left;
    display: block;
    margin-left: 0;
    vertical-align: top;
    clear: right;
    height: 38px;
    font-size: 100%;
    max-width: 98px;
}

.alerting {
    padding: 2px;
}

.previewcontrols div {
    float: left !important;
    clear: none !important;
    float: left !important;
    clear: none !important;
}

.previewcontrols span {
    margin-top: 0 !important;
    margin-left: 0 !important;
    float: left;
    width: 25px !important;
    padding: 10px !important;
    height: 18px !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    float: left !important;
    width: 24px !important;
    padding: 8px !important;
    height: 18px !important;
    margin-bottom: 0 !important;
}

.previewcontrols img {
}

.downloadbron {
    clear: both !important;
    clear: both !important;
}

#laatsteUpdate {
    left: 10px !important;
    font-size: 10px;
    z-index: 9999;
    bottom: 5px !important;
    font-size: 10px;
    bottom: 5px !important;
}

.PaginaNummer {
    display: block;
    cursor: pointer !important;
    line-height: 28px;
    padding: 0px 4px 0 2px;
}

.SigninMenu {
    cursor: default !important;
    border-bottom-left-radius: 4px 4px;
    border-bottom-right-radius: 4px 4px;
    border-top-right-radius: 4px 4px;
    width: 215px;
    z-index: 1000;
    border: 1px transparent;
    text-align: left;
    padding: 6px;
    top: 12px;
    margin-left: -4px;
    margin-right: 0;
    color: #fff;
    font-size: 12px;
}

.Toepassen {
    cursor: pointer !important;
}

.paginanummercont {
    padding: 4px 8px 4px 4px;
    padding-bottom: 0px;
    position: relative;
    color: #fff;
    font-weight: 700;
    border-radius: 2px;
    min-width: 28px;
}

a.menu-open {
    color: #666 !important;
    outline: none;
}

.ArtikelDropdown span {
}

.menu-open span {
    color: #789;
}

.draghover {
    border: #35a5e5 5px solid;
    box-shadow: 0 0 10px #51cbee;
    -webkit-box-shadow: 0 0 10px #51cbee;
    -moz-box-shadow: 0 0 10px #51cbee;
}

.containerdrop a:link { /*edited for invoice previews.. whiite is unreadable*/
    font-size: 11px;
    color: #fff;
}

.containerdrop a:visited {
    font-size: 11px;
    color: #fff;
}

.SigninMenu a {
    font-size: 11px;
    color: #383838;
}

    .SigninMenu a:link {
        font-size: 11px;
        color: #383838;
    }

    .SigninMenu a:visited {
        font-size: 12px;
        color: #383838;
    }

.dropdown dd, .dropdown ul {
    margin: 0;
    padding: 0;
}

.dropdown dd {
    position: relative;
    margin: 0;
}

.dropdown dl {
    margin: 0;
}

.dropdown a, .dropdown a:visited {
    color: #000;
    text-decoration: none;
    outline: none;
}

    .dropdown a:hover {
        color: #000;
    }

.dropdown dd ul {
    z-index: 9999;
    background: #a4d0f6;
    border-left: 1px solid #336da0;
    border-right: 1px solid #336da0;
    border-bottom: 1px solid #336da0;
    color: #fff;
    left: -1px;
    padding-top: 5px;
    position: absolute;
    top: -1px;
    width: auto;
    min-width: 155px;
    list-style: none;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li a {
    z-index: 9999;
    padding: 5px;
    display: block;
}

    .dropdown dd ul li a:hover {
        z-index: 9999;
        color: #fff;
        background: #336da0;
    }

.dropdown {
    font-weight: 400;
}

.xspan {
    cursor: pointer;
}

.showmoreRed {
    display: none;
}

.showmoreAdv {
    display: none;
}

#menutop {
    border-bottom-left-radius: 0 0;
    border-bottom-right-radius: 0 0;
}

.linksoverzicht {
}

.rechtsoverzicht {
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.irRegel {
    margin-left: 80px !important;
}

#contentsnelfuncties a {
    float: left !important;
    line-height: 1.2 !important;
    vertical-align: top;
    width: auto;
    background: #21282b;
    min-height: initial;
}

#contentsnelfuncties {
    margin-left: 0;
    padding-left: 0;
    min-width: initial;
    min-width: initial;
    margin-left: 0;
    padding-left: 0;
}

.DataTables_sort_wrapper span {
    margin-top: -8px !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
}

.DataTables_sort_wrapper {
    padding-right: 20px !important;
    position: relative !important;
}

#KrantInhoud .filedrag {
    display: none;
    font-weight: 400 !important;
    text-align: left !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #555;
    border: none !important;
    border-radius: 0 !important;
    cursor: default;
    height: auto !important;
    line-height: 1 !important;
    vertical-align: auto !important;
    width: auto !important;
    margin-left: 0 !important;
}

.ui-autocomplete .ui-menu-item {
    cursor: pointer;
}

.ui-menu .ui-menu-item a {
    margin: auto !important;
}

.ui-autocomplete-category {
    font-weight: 700;
}

#loadingReload {
    position: fixed !important;
}

    #loadingReload div.spinner div {
        width: 3%;
    }

.loadingReload div.spinner div {
    width: 3%;
}

#kruimel {
    margin-left: 10px;
}

.narrow #contentsnelfuncties {
    width: auto !important;
}

.narrow {
    width: 62px !important;
}

    .narrow .HoofdnavigatieLink div:not(.InvoiceNumber) {
        width: 100%;
        margin-bottom: -8px !important;
    }

    .narrow #plogo {
        transform: rotate(270deg);
        bottom: 15px;
        width: 34px;
        left: 10px;
    }

    .narrow .HoofdnavigatieLink {
        margin-left: 0px;
    }

        .narrow .HoofdnavigatieLink a {
            color: transparent !important;
        }

        .narrow .HoofdnavigatieLink img {
            opacity: 0.9;
        }

    .narrow .snelhelp {
        display: none !important;
    }

    .narrow #snelfunctiesline span {
        color: transparent !important;
        text-shadow: none !important;
    }

    .narrow .homeshortcut {
        max-width: 26px !important;
    }

        .narrow .homeshortcut span {
            display: none !important;
        }

        .narrow .homeshortcut img {
            float: none !important;
        }

    .narrow #contentsnelfuncties img, #contentsnelfuncties svg {
        max-width: 20px;
        margin-bottom: 15px !important;
    }

@media (max-width: 480px) {

    #flexcontainer {
        height: auto !important;
    }
}
/*Voor 1024.. altijd narrow!! Superlelelijk de code nog een keer*/
@media (min-width: 480px) and (max-width: 1100px) {


    #contentsnelfuncties {
        width: auto !important;
    }

    .newlaymenu, .laymenuplaceholder{
        width: 62px !important;
    } 

    .HoofdnavigatieLink div {
        width: 100%;
        margin-bottom: -8px !important;
    }


    #plogo {
        transform: rotate(270deg);
        bottom: 15px;
        width: 34px;
        left: 10px;
    }

    .HoofdnavigatieLink {
        margin-left: 0px;
    }

        .HoofdnavigatieLink a {
            color: transparent !important;
        }

        .HoofdnavigatieLink img {
            opacity: 0.9;
        }

    .snelhelp {
        display: none !important;
    }

    #snelfunctiesline span {
        color: transparent !important;
        text-shadow: none !important;
    }

    #contactInfo {
        max-width: 200px;
    }
    /* fucked mail up!
                     .homeshortcut {
                        max-width: 26px !important;
                    }

                         .homeshortcut span {
                            display: none !important;
                        }

                         .homeshortcut img {
                            float: none !important;
                        }
                         */
    #contentsnelfuncties img, #contentsnelfuncties svg {
        max-width: 20px;
        margin-bottom: 15px !important;
    }
}

.WkPrev {
    background-color: #d7d7d7;
}

    .WkPrev a {
        color: #0e3d58 !important;
        font-weight: bold;
    }

.ui-multiselect li a {
    font-weight: normal !important;
}

.wkprev .ui-state-hover {
    background: none !important;
}

.multiselect-rood {
    background-color: #ff0000;
    color: #fff;
}

.lightMS {
    opacity: .3;
    color: #fff;
}

.multiselect-rood a {
    background-color: #ff0000;
    color: #fff !important;
    font-weight: bold;
}

.graybutton {
    background-image: -moz-linear-gradient(100% 100% 90deg,#73b2d9,#66a4ca) !important;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#73b2d9),to(#66a4ca)) !important;
    font-weight: 400 !important;
}

    .graybutton span {
        text-transform: lowercase;
        font-size: 12px !important;
    }

.ui-dialog .ui-dialog-buttonpane .graybutton {
    background-image: -moz-linear-gradient(100% 100% 90deg,#73b2d9,#66a4ca) !important;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#73b2d9),to(#66a4ca)) !important;
    font-weight: 400 !important;
}

.previewcontrols {
    background-color: rgba(220,220,220,.9) !important;
    bottom: 0px;
    left: 0px !important;
}

.kkplayerv2 {
    background-color: #e5e5e5 !important;
    width: 100%;
}

.kkPhotoOptions {
    padding: 10px;
}

    .kkPhotoOptions input {
        width: 60%;
        min-width: 100px;
    }

    .kkPhotoOptions * {
        padding-right: 10px;
    }

.ArticleContainer {
    float: left;
}

.kkcontent {
    overflow: visible;
}

.kkphoto {
    float: right;
    padding: 0px;
    text-shadow: 0.05em 0.05em 0.1em rgba(0, 0, 0, 1);
    color: #fff;
    background-color: rgba(0,0,0,0.2);
}

.unsavedPage {
    border-top: 3px solid #43e623 !important;
    margin-top: -3px;
}

.ArticleContainer .kkbox {
    position: relative;
    width: 100%; /* desired width */
}

    .ArticleContainer .kkbox:before {
        content: "";
        display: block;
        padding-top: 100%; /* initial ratio of 1:1*/
        padding-top: 56.25%; /* initial ratio of 16:9*/
    }

.ArticleContainer .kkcontent {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@media (max-width: 480px),(min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) {

    .newlaymenu {
        z-index: 999 !important;
    }
}

.overset {
    color: red !important;
}

    .overset span {
        color: red !important;
    }

    .overset p {
        color: red !important;
    }

@media (min-width: 1200px) and (max-width: 1280px) {
    #ContentMainContainer {
        padding-left: 20px;
        padding-right: 0px !important;
    }
}
/*

    CARD TEST
*/
/*article*/ .card {
    position: relative;
    width: 120px;
    height: 40px;
    margin: 0 auto;
    perspective: 500px;
    perspective-origin: 50% 50%;
    transform-style: preserve-3d;
}
/*a*/ .card__link {
    display: block;
    position: relative;
    width: 120px;
    height: 40px;
    overflow: hidden;
    transform-origin: center center;
    transform-style: preserve-3d;
}
/*img*/ .card__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
/* styles for article lists */
.artikelstandaard {
    padding: 10px;
    float: left;
    background-color: #fff;
}

.artikelpunt__headline {
    font-weight: 500;
}
.artikelpuntv2 {
    clear: both;
    overflow: hidden; /*Stond op auto maar dan krijg je scrollbar*/
    margin-bottom: 2px;
    border-radius: 5px;
    line-height: 1.2;
    position: relative;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #fcfcfc;
    padding-bottom: 2px; /*lekker druk, want het kan*/
    padding-top: 0px;
    min-height: 70px;
}
.artikelpunt--future {
    background-color: #f1f1f1;
    margin-bottom: 0px;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #ebebeb;
}

.artikelpunttekst a {
    color: #38444d;
}

.artikelpuntv2 p {
    margin: 9px 0 0 2px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 40px; /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.small svg {
    margin-right: 2px;
}

.small {
    font-size: 11px;
}

.artikelpunttekst {
    width: 450px;
    float: left;
    height: 60px;
}

    .artikelpunttekst .article-subline {
        color: #929292;
        vertical-align: middle;
        font-size: 10px;
    }

.article-subline-choice {
    display: none;
    cursor: pointer;
}










@media (max-width: 860px) {
    .artikelpunttekst {
        width: 80%;
        float: left;
        min-height: 50px;
        height: auto;
    }

    .intres, .startmart {
        max-width: 100%;
        min-width: unset !important;
    }
}
/* styles for switch button in checkbox -- article lists*/
.switchRounded {
    vertical-align: middle;
    position: relative;
    display: inline-block;
    width: 46px;
    height: 22px;
}
    /* Hide default HTML checkbox */
    .switchRounded input {
        display: none;
    }
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #8cc63f;
}

input:focus + .slider {
    box-shadow: 0 0 1px #8cc63f;
}

input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 18px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.ui-state-default h3 {
    color: #08376f;
    font: 400 14px Helvetica,Arial,sans-serif !important;
    margin-bottom: 0px !important;
}

.ui-state-active h3 {
    font-weight: 700 !important;
}

#pubbledash .ui-widget-header {
    border: 0 !important;
    border-radius: 0 !important;
    /*
    background-color:#f3f3f3 !important;*/
    background-image: none !important;
    background-color: #fff !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

#pubbledash .ui-state-active h3 {
    font-weight: normal !important;
}

#pubbledash .ui-tabs .ui-tabs-nav {
    padding: 0px !important;
}

    #pubbledash .ui-tabs .ui-tabs-nav li.ui-tabs-active {
        position: relative;
        border-radius: 0px !important;
    }

#pubbledash .ui-tabs-active::after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #747474 !IMPORTANT;
    z-index: 99;
}

.inactivedtp .searchbar, .inactivedtp .tabList {
    display: none !important;
}

#pubbledash h3 {
    color: #000;
}

#pubbledash .box .ui-widget-content .ui-state-default {
    background-color: transparent !important
}

.box .ui-widget-content .ui-state-default {
    background-color: #eee;
    background-image: none;
}

.multiple_emails-container {
    padding: 0;
    margin: 0;
    margin-left: 37px;
    cursor: text;
    width: 92% !important;
}

.replyTxt .multiple_emails-container {
    margin-left: 0px !important;
}

.multiple_emails-container input {
    clear: both;
    width: 100%;
    border: 0;
    outline: none;
    margin-bottom: 3px;
    padding-left: 5px !important;
    box-sizing: border-box;
    margin-top: 4px;
}

.multiple_emails-container input {
    border: 0 !important;
    min-width: 100px;
    float: left;
}

    .multiple_emails-container input.multiple_emails-error {
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red !important;
        outline: thin auto red !important;
    }

.multiple_emails-container ul {
    list-style-type: none;
    padding-left: 0;
}

.multiple_emails-email {
    margin: 3px 5px 3px 5px;
    padding: 3px 5px 3px 5px;
    border: 0px #BBD8FB solid;
    border-radius: 3px;
    background: #fff6ed;
    min-width: 100px;
    float: left;
}

.multiple_emails-close {
    float: right;
    margin: 0 10px;
}
