html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: Arial, Helvetica, Sans-Serif;
    height: 100%;
    width: 100%;
    line-height: 1;
}

.ui-stripe-me tbody tr:not(.ui-state-highlight):not(.ui-state-error):not(.ui-state-ok):not(.ui-state-ok-important):not(.groupingtotals):nth-child(even) td,
.ui-stripe-me tbody tr:not(.ui-state-highlight):not(.ui-state-error):not(.ui-state-ok):not(.ui-state-ok-important):not(.groupingtotals):nth-child(even) th {
    background-color: #efefef;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong, b {
    font-weight: bold !important;
}

em, i {
    font-style: italic;
}

.alignRight {
    text-align: right;
}

.alignCenter {
    text-align: center;
}

.alignLeft {
    text-align: left;
}

/*Datepicker scroll bug*/
#ui-datepicker-div {
    display: none;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

acronym {
    text-decoration: underline;
}

/*Main CSS*/
html {
    height: 100%;
    overflow-y: scroll;
    width: 100%;
}

.width100percent {
    width: 100% !important;
}

.height100percent {
    height: 100% !important;
}
/*Logo*/
.erplogo {
    -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.4);
    display: block;
    float: left;
    height: 50px;
    margin-left: -10px;
    margin-right: 15px;
    margin-top: -25px;
}

.mobile-arrow-replacement {
    display: none;
}

.erpbg {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.menuclear {
    clear: both;
    height: 20px;
}

.topfix-verticalcenter {
    height: 35%;
}

.login {
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #fff;
    border-radius: 6px;
    color: #2e421d;
    display: block;
    font-family: 'Open Sans', Verdana, sans-serif;
    font-weight: 100;
    margin: 0 auto 0 auto;
    position: relative;
    width: 700px;
}

::-webkit-input-placeholder {
    color: #c0c0c0;
    font-family: 'Open Sans', Verdana, sans-serif;
    font-size: 1.0em;
}

:-moz-placeholder { /* older Firefox*/
    color: #c0c0c0;
    font-family: 'Open Sans', Verdana, sans-serif;
    font-size: 1.0em;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #c0c0c0;
    font-family: 'Open Sans', Verdana, sans-serif;
    font-size: 1.0em;
}

:-ms-input-placeholder {
    color: #c0c0c0;
    font-family: 'Open Sans', Verdana, sans-serif;
    font-size: 1.0em;
}

.logo {
    height: 8em;
}

    .logo .lang {
        color: #c0c0c0;
        float: right;
        margin: 0;
        padding: 15px;
        width: auto;
    }

        .logo .lang li {
            border-right: 1px solid #c0c0c0;
            float: left;
            padding: 0 10px;
        }

            .logo .lang li:last-child {
                border-right: none;
            }

            .logo .lang li a {
                color: #c0c0c0;
                text-decoration: none;
            }

                .logo .lang li a.selected {
                    color: #7fd8cf;
                }

.form {
    margin: 0 auto;
}

.authform {
    margin: 0 auto;
    padding-bottom: 35px;
}

.info {
    color: #c0c0c0;
    padding-left: 3%;
    padding-right: 3%;
    width: 94%;
}

.loginrij {
    padding-left: 3%;
    padding-right: 3%;
    width: 94%;
}

.bottom {
    margin-bottom: 2%;
    margin-top: 15px;
}

.capslock {
    -ms-box-shadow: 10px 10px 5px #888888;
    -webkit-box-shadow: 10px 10px 5px #888888;
    background-color: #fff8ef;
    border: 1px solid #000;
    box-shadow: 10px 10px 5px #888888;
    color: #c0c0c0;
    left: 0;
    margin: 0 auto;
    padding: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 25%;
}

.loginrij .inputs {
    float: left;
    height: 100%;
    padding-right: 3%;
    width: 42%;
}

    .loginrij .inputs .fields {
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        -webkit-border-radius: 6px;
        border: 2px solid #e5e5e5;
        border-radius: 6px;
        float: left;
        height: 3em;
        width: 100%;
    }

        .loginrij .inputs .fields .icon {
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            border-right: 2px solid #e5e5e5;
            float: left;
            height: 2em;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            width: 12%;
        }

            .loginrij .inputs .fields .icon .logo-img {
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
                left: 50%;
                position: relative;
                top: 50%;
                transform: translate(-50%, -50%);
                width: 180%;
            }

                .loginrij .inputs .fields .icon .logo-img path {
                    fill: #7fd8cf;
                }

        .loginrij .inputs .fields .inputwrapper {
            float: left;
            height: 100%;
            width: 86%;
        }

            .loginrij .inputs .fields .inputwrapper input {
                background: #fff;
                border: 0 none;
                color: #c0c0c0;
                font-size: 2.2em;
                height: 90%;
                width: 100%;
            }

                .loginrij .inputs .fields .inputwrapper input:focus {
                    outline: 0;
                }

                .loginrij .inputs .fields .inputwrapper input:-webkit-autofill {
                    -webkit-box-shadow: 0 0 0px 1000px white inset;
                    -webkit-text-fill-color: #c0c0c0 !important;
                }

                .loginrij .inputs .fields .inputwrapper input.text {
                    color: #c0c0c0;
                    font-size: 1em;
                    font-size: 1.1em;
                    line-height: 2.7em;
                    text-indent: 3%;
                }

.loginrij .button {
    cursor: pointer;
    float: left;
    height: 3.2em;
    width: 10%;
}

.loginrij .text {
    color: #c0c0c0;
    display: table;
    font-size: 0.9em;
    height: 100%;
    width: 100%;
}

    .loginrij .text .row {
        display: table-row;
    }

    .loginrij .text span {
        display: table-cell;
    }

    .loginrij .text .bottom {
        vertical-align: bottom;
    }

    .loginrij .text a {
        color: #7fd8cf !important;
        position: relative;
        z-index: 999;
    }

.info h1 {
    color: #7fd8cf;
    display: block;
    font-size: 1.2em;
    padding: 0 0 2% 0;
    width: 100%;
}

.info p {
    display: block;
    font-size: 0.9em;
    line-height: 130%;
    padding: 0 0 3% 0;
    width: 100%;
}

.loginrij .loginbutton {
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #7fd8cf;
    border: 0 none;
    border-radius: 6px;
    color: #fff;
    fill: #fff;
    height: 100%;
    overflow: hidden;
}

    .loginrij .loginbutton .logo-img {
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        left: 50%;
        position: relative;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

        .loginrij .loginbutton .logo-img path {
            fill: #fff;
        }

.errormessage {
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #fff;
    border: 3px solid #edf4f5;
    border-radius: 6px;
    color: #e75141;
    display: table;
    font-weight: bold;
    margin-bottom: 3%;
    margin-top: 3%;
    padding: 1% 0;
    position: relative;
    table-layout: fixed;
    width: 99%;
}

    .errormessage .errortext {
        border-left: 2px solid #ee9191;
        display: table-cell;
        padding: 2%;
        width: 100%;
    }

        .errormessage .errortext .errorsubtext a,
        .errormessage .errortext .errorsubtext {
            font-weight: normal;
            margin-top: 0.7em;
        }

            .errormessage .errortext .errorsubtext a {
                color: #e75141;
            }

    .errormessage .errorsign {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        width: 12%;
    }

        .errormessage .errorsign .errorsignwrapper {
            height: 90%;
        }


        .errormessage .errorsign .logo-img {
            display: block;
            margin: 0 auto;
        }

            .errormessage .errorsign .logo-img path {
                fill: #e75141;
            }

.infomessage {
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #fff;
    border: 3px solid #edf4f5;
    border-radius: 6px;
    color: #fcc027;
    display: table;
    font-weight: bold;
    margin-bottom: 3%;
    margin-top: 3%;
    padding: 1% 0;
    position: relative;
    table-layout: fixed;
}

    .infomessage .infotext {
        border-left: 2px solid #fcc027;
        display: table-cell;
        height: 0.7em;
        padding: 2%;
        width: 100%;
    }

        .infomessage .infotext .infosubtext a,
        .infomessage .infotext .infosubtext {
            font-weight: normal;
            height: 0.7em;
            margin-top: 0.7em;
        }

            .infomessage .infotext .infosubtext a {
                color: #fcc027;
            }

    .infomessage .infosign {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        width: 12%;
    }

        .infomessage .infosign .infosignwrapper {
            height: 90%;
        }

        .infomessage .infosign .logo-img {
            display: block;
            margin: 0 auto;
        }

            .infomessage .infosign .logo-img path {
                fill: #fcc027;
            }

.generic-tabs .ui-tabs-panel {
    padding: 0.5em 0.7em !important;
}

/*This topfix makes sure webkit doesn't fail at collapsed margin with the body and first elemen on the page*/

.topfix {
    clear: both;
    height: 1px;
    margin-top: -1px;
    width: 100%;
}

#shim {
    float: left;
    height: 50%;
    margin-top: -75px;
    visibility: hidden;
    width: 100%;
}

.clear {
    clear: both;
    display: block;
}

#footer div {
    padding: 10px;
}
/*Main menu*/
.menu a {
    border-left: none !important;
    border-right: none !important;
    display: block;
    font-size: 0.7em;
    line-height: 2.3em;
    padding: 0 1em 0 0;
    text-align: right;
    text-decoration: none !important;
}

    .menu a:hover, #current {
        color: #fff;
    }

.groep {
    border: none !important;
    margin-top: 10px;
}

.groep-titel {
    border: none !important;
    cursor: default;
    font-size: 0.7em;
    font-weight: bold;
    padding: 0.7em 0 0.7em 1em;
}

/*containers*/
.wrapper {
    margin: 0 auto;
    min-width: 230px;
    width: 97%;
}

.wrapper-left {
    float: left;
    margin-right: 1%;
    position: relative;
    width: 10%;
}

.menucollapsed .wrapper-left {
    width: 0;
}

    .menucollapsed .wrapper-left .menu {
        display: none;
    }

.wrapper-right {
    float: right;
    width: 89%;
    z-index: 5;
}

.menucollapsed .wrapper-right {
    width: 100%;
}

.horizontal-container {
    background-color: #e7e7e7;
    margin-top: 10px;
    width: 100%;
}

.container-title {
    background: url('pictures/layout-container-title_bg.gif') repeat-x;
    min-height: 50px;
}

    .container-title h2 a {
        color: #ccc;
    }

.collapsable {
    cursor: pointer;
}

.container-title h2 {
    display: block;
    float: left;
    font-family: 'Open Sans', Verdana, sans-serif;
    font-size: 1.4em;
    height: 1.4em;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container-navigation {
    display: block;
    float: right;
    padding: 14px 0.5%;
    text-align: right;
}

.notification-area-holder {
    position: fixed;
    width: 66%;
    z-index: 2999;
    left: 17%;
}

.notification-area-item {
    padding: 0.7em;
    color: #a91d1d !important;
}

.notification-area-item {
    padding: 0.7em;
}

.ui-widget-content.container-tabs {
    border: 0 !important;
}

.container-navigation input, .container-navigation select {
    display: inline-block;
    height: 21px;
    padding-left: 5px;
}

.container-navigation select {
    height: 25px;
}

.container-content {
    font-size: 1.1em;
    padding: 0;
    position: relative;
}

#usermenu {
    cursor: pointer;
    font-size: 0.74em;
}

.arrow {
    color: #d1d1d1;
}

h1 {
    display: block;
    float: left;
    font-size: 1.0em;
    font-weight: bold;
    margin-top: 1em;
    padding-left: 1em;
}

.container-title h1 {
    padding-left: 22px;
}

h2 {
    display: block;
    font-size: 1.2em;
    margin-top: 13px;
    padding-left: 0.8em;
}

.editor-block {
    display: inline-block;
    padding-left: 2%;
    vertical-align: bottom;
    width: 100%;
}

.editor-small-block {
    display: inline-block;
    padding-left: 2%;
    vertical-align: top;
    width: 47.7%;
}

    .editor-block .editor-label,
    .editor-small-block .editor-label {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .editor-small-block .editor-field {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

.editor-group .editor-label.checkboxlabel,
.editor-group-content .editor-label.checkboxlabel {
    float: left;
    height: 20px;
    margin-left: 0;
    margin-top: 15px;
    padding-top: 3px;
    width: auto;
}

.manual-gift.edit-field.checkboxinput,
.editor-group .editor-field.checkboxinput,
.editor-group-content .editor-field.checkboxinput {
    float: left;
    height: 20px;
    margin-left: 0;
    margin-top: 15px;
    padding-right: 3px;
    width: auto;
}

.manual-gift-label.checkboxlabel,
.manual-gift.edit-field.checkboxinput{
    margin-top: 27px !important;
}

.editor-group-content-nostyling .editor-small-block {
    padding-left: 0 !important;
}

.editor-small-block .savebutton {
    margin-top: 1.25em;
}

.ui-editor-field-radioalign {
    padding-left: 30px;
    padding-top: 5px;
}

.editor-label {
    color: #333;
    margin-bottom: 2px;
    margin-left: 2%;
    margin-right: 2%;
    padding-top: 10px;
}
.editor-wrapper:hover .history-link {
    visibility: visible;
}

.editor-label .history-link {
    margin-left: 20px;
    font-size: 11px;
    visibility: hidden;
    position: relative;
}
.editor-label .history-link:before {
    content: "\F1DA";
    font-family: FontAwesome;
    left: -12px;
    position: absolute;
    top: 3px;
}

.editor-group-title:hover .history-link {
    visibility: visible;
}

.editor-group-title .jqbutton.history-link {
    margin-left: 20px;
    font-size: 11px !important;
    position: relative;
}
.editor-group-title .jqbutton.history-link > .ui-button-text{
    padding-left: 20px !important;
}
    .editor-group-title .history-link:before {
        content: "\F1DA";
        font-family: FontAwesome;
        left: 6px;
        position: absolute;
        top: -2px;
    }
table td:hover .history-link {
    visibility: visible;
}

table td .history-link {
    margin-left: 20px;
    font-size: 11px;
    visibility: hidden;
    position: relative;
}
    table td .history-link:before {
        content: "\F1DA";
        font-family: FontAwesome;
        left: -12px;
        position: absolute;
        top: 3px;
    }

.entity-history-button .ui-button-text {
    padding-left: 20px !important;
}

.entity-history-button .ui-button-text:before {
    content: "\F1DA";
    font-family: FontAwesome;
    left: 6px;
    position: absolute;
    top: 5px;
}

.entity-history-added {
    background-color: #e8f8e8;
}

.entity-history-deleted {
    background-color: #f8e8e8;
}

.editor-label *:first-letter {
    text-transform: uppercase;
}

.editor-module {
    clear: both;
}

.editor-masonry {
    padding-bottom: 1em;
}

.editor-group {
    margin-bottom: 0.3em;
    padding: 0;
}

.editor-masonry .editor-group {
    margin-right: 0;
}

.editor-group.w-31 {
    width: 33%;
}

.editor-group.w-32 {
    width: 66%;
}

.editor-group.w-33 {
    width: 100%;
}

.editor-group.w-41 {
    width: 25%;
}

.editor-group.w-42 {
    width: 50%;
}

.editor-group.w-43 {
    width: 75%;
}

.editor-group.w-44 {
    width: 100%;
}


.ui-inset-shadow {
    box-shadow: inset 0 2px 53px 0 rgba(0, 0, 0, 0.05);
}

.ui-outset-shadow {
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.editor-module-paddedform .editor-group {
    padding: 10px;
}

.editor-field div.ui-state-error {
    position: absolute;
    z-index: 2;
}

.geocodebutton {
    margin-top: 0.8em;
}

.editor-group-title {
    background: url("pictures/layout-container-title_bg.gif") repeat-x scroll 0 -1px transparent;
    border-image: none;
    color: #555555;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 0.3em;
    padding: 0.8em;
}

.editor-group-content {
    background: #EFEFEF;
    margin-bottom: 0.6em;
}

.editor-group-content > .editor-field,
.editor-wrapper > .editor-field {
    margin-left: 2%;
}

.editor-group-content-padding {
    padding-bottom: 8px;
    padding-left: 2%;
    padding-right: 2%;
}

.editor-field {
    width: 95%;
}

    .editor-field input, .editor-field textarea, .editor-field select {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .editor-field input:not([type=radio]), .editor-field textarea, .editor-field select {
            width: 100%;
        }

.editor-group-content-nostyling {
    background: none !important;
    border-left: none !important;
    padding: 0 !important;
}

    .editor-group-content-nostyling .editor-label, .editor-group-content-nostyling .editor-field {
        margin-left: 0;
        margin-right: 0;
    }

.fulltable input, .fulltable select, .fillout input {
    -moz-box-sizing: border-box; /* ff2 */
    -ms-box-sizing: border-box; /* ie8 */
    -webkit-box-sizing: border-box; /* safari3 */
    box-sizing: border-box; /* css3 rec */
    display: block;
    min-width: 100%;
}

.table-actions {
    width: 135px;
}

.table-actions-1 {
    width: 90px;
}

.table-actions-asicon {
    width: 50px;
}

.intableedit-cancel, .inline-edit-submit, .inline-edit-change {
    width: 65px !important;
}

.actions {
    padding: 4px 0 4px 4px;
}

.actions-floatright {
    padding-top: 10px;
    text-align: right;
}

.fulltable a {
    color: #2C2E32;
    cursor: pointer;
    text-decoration: underline;
}

.fulltable li {
    margin-top: 3px;
}

.verticalth {
    color: #333;
    text-align: left;
    vertical-align: middle;
}

.notification-area {
    border-style: solid;
    border-width: 1px;
    display: none;
    margin: 5px 0px;
    padding: 10px;
}

.notification-area2 {
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    border-style: solid;
    border-width: 1px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    left: 0;
    padding: 1.2em;
    position: fixed;
    text-align: center;
    top: -80px;
    width: 100%;
    z-index: 999;
}

.notification-area-error {
    background-color: #ffe1eb;
    border-color: #ff81ab;
}

.notification-area-success {
    background-color: #d5fdca;
    border-color: #d5fdca;
}

.notification-area-icon {
    display: block;
    float: left;
    height: 24px;
    margin-right: 0.3em;
    margin-top: -0.3em;
    width: 24px;
}

.notification-area-icon-night {
    background-image: url('pictures/night.png');
}

.inline-edit-ok td, .inline-edit-ok th {
    background-color: #d5fdca;
}

.notification-area-neutral {
    background-color: #feffcf;
    border-color: #feff9c;
}

.editor-module table {
    background-color: #fff;
}

.editor-module-half {
    clear: none !important;
    float: left;
    margin-right: 2%;
    width: 48%;
}

.editor-module th {
    font-weight: bold;
    padding: 5px;
}

    .editor-module th:first-child {
        border-left: 1px solid #e4e4e4;
    }

    .editor-module th:last-child {
        border-right: 1px solid #e4e4e4;
    }

.editor-module td {
    border: 1px dotted #e4e4e4;
    padding: 5px;
    vertical-align: top;
}

.editor-module-content {
    display: none;
}

.handle {
    background: url(pictures/handle.png) no-repeat;
    display: block;
    float: right;
    height: 40px;
    margin-right: 5px;
    margin-top: 6px;
    width: 40px;
}

.handle-open {
    background: url('pictures/handle_open.png') no-repeat;
}

/*Dropdownmenu*/
.dropdownmenu {
    color: #777;
    float: right;
    line-height: normal;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    position: relative;
    text-align: right;
}

    .dropdownmenu:hover {
        background: url(pictures/reminderwraphover.png);
        color: #2E421D;
    }

    .dropdownmenu > a {
        display: inline-block;
        min-height: 20px;
        padding: 10px 3px 6px 3px;
    }

.dropdownmenu-open {
    background-color: #eee;
    color: #333;
}

.dropdownmenu ul {
    background-color: #eee;
    border: 1px solid #2C2E32;
    display: none;
    position: absolute;
    right: 0;
    top: 48px;
    z-index: 9999;
}

.dropdownmenu-open ul {
    display: block;
}

.dropdownmenu ul a {
    background-color: #eee;
    clear: both;
    color: #2c2e32;
    display: block;
    font-size: 0.7em;
    line-height: 20px;
    margin-bottom: 0;
    min-width: 9em;
    padding: 0.3em 0.6em;
    text-decoration: none;
}

.actualvalue {
    display: none;
}

.actualvalue-nomodify-input {
    display: none !important;
}

.dropdownmenu ul a:hover {
    background-color: #ddd;
    color: #2C2E32;
}

.editor-checkbox {
    background-color: #eee;
    border: 1px solid #888;
    float: left;
    margin: 3px;
    padding: 3px 5px;
}

.editor-group-box {
    padding: 3px 5px;
}

.editor-label-inline {
    float: left;
}

.editor-field-inlineinput {
    width: 100%;
}

.editor-field-inline {
    float: left;
}

.table-oneicon {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 22px;
}

.settings {
    background: url('pictures/settings.png') no-repeat;
    cursor: pointer;
    display: block;
    height: 20px;
    width: 20px;
}

.preset-settings {
    background: url('pictures/settings.png') no-repeat;
    padding: 0 10px 0 5px;
    text-decoration: none;
}

.generic-icon {
    cursor: pointer;
    display: block;
    height: 20px;
    margin: 0 auto;
    width: 20px;
}

.pdficon-status {
    background: url('pictures/status_on.png') no-repeat;
}

.telephone-status {
    background: url('pictures/telephone.png') no-repeat;
}

.questionmark-status {
    background: url('pictures/questionmark.png') no-repeat;
}

.selection-status {
    background: url('pictures/selection.png') no-repeat;
}

.status-status {
    background: url('pictures/status_on.png') no-repeat;
}

.icon-website {
    background: url('pictures/www.png') no-repeat;
}

.inputicon {
    position: absolute;
    right: 5%;
}

.status-status-off {
    background: url('pictures/status_off.png') no-repeat;
}

.status-status-disabled {
    background: url('pictures/status_disabled.png') no-repeat;
    cursor: default !important;
}

.message-status {
    background: url('pictures/message_on.png') no-repeat;
}

.message-status-off {
    background: url('pictures/message_off.png') no-repeat;
}

.flag-status {
    background: url('pictures/flag_red.png') no-repeat;
}

.flag-status-off {
    background: url('pictures/flag_grey.png') no-repeat;
}

.download-icon {
    background: url('pictures/green-down-arrow.png') no-repeat;
}

.warning-icon {
    background: url('pictures/warning.png') no-repeat;
}

.internet-status {
    background: url('pictures/download.png') no-repeat;
}

.internet-status-off {
    background: url('pictures/download_off.png') no-repeat;
}

.truck-status {
    background: url('pictures/truck.png') no-repeat;
}

.truck-status-off {
    background: url('pictures/truck_off.png') no-repeat;
}

.question-answer-icon {
    background: url('pictures/ic_question_answer_24px.svg') no-repeat;
}

.assignment-turned-in-icon {
    background: url('pictures/ic_assignment_turned_in_24px.svg') no-repeat;
}

.assignment-icon {
    background: url('pictures/ic_assignment_24px.svg') no-repeat;
}

.closed-icon {
    background: url('pictures/ic_lock_24px.svg') no-repeat;
}

.onhold-icon {
    background: url('pictures/ic_pause_circle_outline_24px.svg') no-repeat;
}

.inprogress-icon {
    background: url('pictures/ic_play_circle_outline_24px.svg') no-repeat;
}

.info-outline-icon {
    background: url('pictures/ic_info_outline_24px.svg') no-repeat;
}

.reply-icon {
    background: url('pictures/ic_reply_24px.svg') no-repeat;
}

    .reply-icon.outgoing {
        transform: scale(-1, 1) !important;
    }

.reply-all-icon {
    background: url('pictures/ic_reply_all_24px.svg') no-repeat;
}

.error-icon {
    background: url('pictures/ic_error_24px.svg') no-repeat;
}

.done-icon {
    background: url('pictures/ic_done_24px.svg') no-repeat;
}

.statuslights-status {
    background: url('pictures/icon-n-lamps.png') left center;
    cursor: help !important;
}

.permissions-status {
    background: url('pictures/icon-n-permissionlevels.png') left center;
    cursor: help !important;
}

.companycommerce-status {
    background: url('pictures/icon-n-CompanyCommercelevels.png') left center;
    cursor: help !important;
}

.incognito {
    background: url('pictures/incognito.png') no-repeat;
}

.loggedin-container {
    float: right;
}

    .loggedin-container .unimpersonate {
        padding-right: 5px;
        position: relative;
        top: 15px;
    }

.comm-nstate-Pos1,
.directions-nstate-Pos1,
.statuslights-nstate-Pos1,
.permissionlevel-nstat-Pos0,
.companycommercelevel-nstat-Pos0 {
    background-position: 0 !important;
}

.comm-nstate-Pos2,
.directions-nstate-Pos2,
.statuslights-nstate-Pos2,
.permissionlevel-nstat-Pos1,
.companycommercelevel-nstat-Pos1 {
    background-position: -20px !important;
}

.comm-nstate-Pos3,
.directions-nstate-Pos3,
.statuslights-nstate-Pos3,
.permissionlevel-nstat-Pos2,
.companycommercelevel-nstat-Pos2 {
    background-position: -40px !important;
}

.comm-nstate-Pos4,
.directions-nstate-Pos4,
.statuslights-nstate-Pos4,
.permissionlevel-nstat-Pos3,
.companycommercelevel-nstat-Pos3 {
    background-position: -60px !important;
}

.comm-nstate-Pos5,
.directions-nstate-Pos5,
.statuslights-nstate-Pos5,
.permissionlevel-nstat-Pos4,
.companycommercelevel-nstat-Pos4 {
    background-position: -80px !important;
}

.comm-nstate-Pos6,
.directions-nstate-Pos6,
.statuslights-nstate-Pos6 {
    background-position: -100px !important;
}

.comm-nstate-Pos7,
.directions-nstate-Pos7,
.statuslights-nstate-Pos7 {
    background-position: -120px !important;
}

.comm-nstate-Pos8,
.directions-nstate-Pos8,
.statuslights-nstate-Pos8 {
    background-position: -140px !important;
}

.comm-nstate-Pos9,
.directions-nstate-Pos9,
.statuslights-nstate-Pos9 {
    background-position: -160px !important;
}

.comm-nstate-Pos10,
.directions-nstate-Pos10,
.statuslights-nstate-Pos10 {
    background-position: -180px !important;
}

.directions-status {
    background: url('pictures/icon-n-directions.png') left center;
    cursor: help !important;
}

.comm-status {
    background: url('pictures/icon-n-comm.png') left center;
    cursor: help !important;
}

.enkelhistoriek-status {
    background: url('pictures/enkelhistoriek_off.png') no-repeat;
}

.enkelhistoriek-status-off {
    background: url('pictures/enkelhistoriek_on.png') no-repeat;
}

.goedgekeurd-status {
    background: url('pictures/goedgekeurd_on.png') no-repeat;
}

.goedgekeurd-status-off, .approve-icon {
    background: url('pictures/goedgekeurd_off.png') no-repeat;
}

.undo-icon {
    background: url('pictures/ic_undo_20px.svg') no-repeat;
}

.goedgekeurdinverse-status {
    background: url('pictures/goedgekeurdinverse_on.png') no-repeat;
}

.goedgekeurdinverse-status-off {
    background: url('pictures/goedgekeurdinverse_off.png') no-repeat;
}

.website-status {
    background: url('pictures/status_home_on.gif') no-repeat;
}

.website-status-off {
    background: url('pictures/status_home_off.gif') no-repeat;
}


.arrowdown-icon {
    background: url('pictures/arrowdown.png') no-repeat;
}

.arrowup-icon {
    background: url('pictures/arrowup.png') no-repeat;
}

.arrowleft-icon {
    background: url('pictures/arrowleft.png') no-repeat;
}

.arrowright-icon {
    background: url('pictures/arrowright.png') no-repeat;
}

.pencil-icon {
    background: url('pictures/pencil.png') no-repeat;
}

.reload-icon {
    background: url('pictures/reload.png') no-repeat;
}

.signature-status {
    background: url('pictures/signature-icon-red.png') no-repeat;
}

.gift-status {
    background: url('pictures/gift-icon.png') no-repeat;
}

.gift-status-off {
    background: url('pictures/gift-icon-off.png') no-repeat;
}

.signature-status-off {
    background: none;
}

.export-outlook-status {
    background: url('pictures/outlook2007icon.png') no-repeat;
}

.opendetailsajax {
    cursor: pointer;
}

    .opendetailsajax:hover {
        text-decoration: underline;
    }

.configuratie-tabs {
    width: 500px;
}

/*Reminders*/
.reminders {
    display: block;
}

    .reminders li {
        background-color: white;
        display: block;
        margin-bottom: 7px;
        padding: 7px;
    }

.reminder-from, .reminder-to {
    color: #2E421D;
    font-weight: bold;
}

.reminder-arrow {
    color: #ccc;
}

.reminder-message {
    display: block;
    line-height: 12px;
    padding-top: 7px;
    width: 100%;
}

.ui-dialog .editor-group {
    background-color: White;
}

.subtable-wrapper th {
    background-color: #fff4e6;
}

.subtable-wrapper td {
    background-color: #fff8ef;
}

.search {
    background: url('pictures/search-icon.gif') no-repeat right !important;
    display: inline-block;
}

.search-searching {
    background: url('pictures/ajax-loader-4.gif') no-repeat right !important;
}

.searchhl {
    background-color: #fffcde;
}

.search-nested-refreshable {
    float: left;
    height: 2.1em;
    margin-right: 2%;
    padding-left: 2%;
    width: 117px;
}


.previousnextfilter {
    float: right;
}

    .previousnextfilter label {
        color: #888;
        font-size: 0.7em;
        height: 26px;
        line-height: 26px;
        padding-right: 10px;
        vertical-align: top;
    }

/*Orderby*/

.orderby {
    cursor: pointer;
}

.orderby-fieldname {
    cursor: pointer;
}

.orderedby-this {
    background: url('pictures/sort_asc.png') left no-repeat;
    padding-left: 20px;
}

.orderby-desc {
    background-image: url('pictures/sort_desc.png');
}

.orderable-hidden {
    display: none;
}

/*Pageing*/

.currentpage {
    font-weight: bold;
}

.paging td {
    background-color: #DDD;
}

.overlay-maps-trigger {
    cursor: pointer;
}

.routebeschrijving {
    color: #34517E !important;
}

.infowindowhtml {
    height: 80px;
    width: 200px;
}

.relative {
    position: relative;
}

.map_canvas_adres {
    height: 260px;
    margin-top: 10px;
    width: 100%;
}

.map_canvas_adres_multi {
    height: 700px;
    width: 100%;
}

.map_canvas_overlay {
    background-color: transparent;
    height: 700px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.map_canvas_full {
    height: 300px;
    width: 928px;
}

.maplocatie_goedkeuren, .saveform {
    cursor: pointer;
    text-decoration: underline;
}

.minithumb-column {
    width: 60px;
}

/*Abovetableedit*/
.above-table-edit {
    padding: 5px;
}

    .above-table-edit .editor-field {
        padding-right: 5px;
    }

        .above-table-edit .editor-field select {
            max-width: 130px;
        }

.clear-formrow {
    height: 4px;
}

.minitable {
    display: block;
    list-style: none;
    margin: 0 0 10px 0 !important;
    width: 100%;
}

.minitable-title {
    display: inline-block;
    width: 68%;
}

.minitable-row {
    display: inline-block;
    text-align: right;
    width: 30%;
}

.minitable-cell {
    display: inline-block;
    margin-left: 1%;
    width: 30%;
}

    .minitable-cell input, .minitable-cell textarea {
        width: 95%;
    }

.minitable li {
    background-color: #fff;
    border: 1px solid #abadb3;
    display: block;
    float: left;
    margin: 0.5% 0 0 1%;
    padding: 4px;
    width: 31%;
}

.qtip-ajax {
    text-decoration: none !important;
}

.deletion-warning-important {
    color: #FF0000;
}

.filePopup {
    margin-bottom: 20px;
    margin-top: 20px;
}

.container-file {
    height: 20px;
}

.file-settings:hover {
    text-decoration: underline;
}

.container-foto {
    border: 2px solid #fff;
    box-shadow: 2px 1px 5px 1px #C3C3C3;
    float: right;
    margin: -30px 5px 5px 0;
    position: relative;
    width: 42px;
}

    .container-foto img {
        width: 40px;
    }

.foto-settings {
    background: url('pictures/foto-settings.png') no-repeat;
    bottom: 0;
    cursor: pointer;
    display: block;
    height: 14px;
    position: absolute;
    right: 0;
    visibility: hidden;
    width: 23px;
    z-index: 5;
}

    .foto-settings:hover {
        background: url('pictures/foto-settings_hover.png') no-repeat;
    }

.foto-settings-change {
    margin-left: 30px;
}

#configuratietabs label {
    cursor: pointer;
}

.left {
    float: left;
}

.right {
    float: right;
}

.fieldisok {
    background-color: #dbffde !important;
}

.fieldneedsattention {
    background-color: #ffdecc !important;
}

.periodpicker {
    display: inline-block;
}

.dropdownfilter {
    display: inline-block;
    width: 180px;
}

.dropdownfilterlabel {
    color: #777;
    font-size: 0.7em;
    font-weight: bold;
}

.periodpicker .datepicker {
    width: 70px;
}

/*Worksheets*/
.worksheet-wrapper {
    border-collapse: collapse;
    margin-top: 10px;
    width: 100%;
    position: relative !important;
}

.worksheet {
    margin-bottom: 10px;
    max-width: inherit !important;
    width: 100%;
}



    .worksheet td {
        font-size: 0.9em;
    }

.worksheet-fixed-header input:not(.ui-iconfilter-switcher), .worksheet-fixed-header select {
    background: inherit;
    border: none;
    margin: 0;
    outline: none;
}

.worksheet-fixed-header textarea {
    background: none;
    border: 0;
    height: 16px;
    outline: 0;
    overflow: hidden;
    resize: none;
    width: 100%;
}

.treecontainer .editable,
.worksheet-fixed-header .editable {
    background-color: white;
    cursor: pointer;
}

    .worksheet-fixed-header .editable input, .worksheet .editable textarea {
        cursor: pointer;
    }

.worksheet-fixed-header.mode-HtmlPopup {
    overflow-x: scroll;
}

.worksheet-body.autoscroll-body.mode-HtmlPopup {
    overflow-x: unset !important;
    }

textarea.showfullTextarea {
    cursor: pointer;
}

.worksheet-fixed-header textarea.showfullTextareaopen {
    background: none;
    border: 0;
    height: 150px !important;
    outline: 0;
    overflow-y: scroll !important;
    resize: none;
    width: 100%;
}

.currentCell {
    background-color: #feffcf;
    border: 1px dotted black;
    cursor: text;
}

.currentCell input {
    background-color: #feffcf;
    cursor: text;
}

.currentCell textarea {
    background-color: #feffcf;
    cursor: text;
    height: 150px;
    overflow-y: scroll;
    width: 100%;
}

.currentCell select {
    background-color: #feffcf;
    cursor: text;
}

.worksheet-fixed-header th, .worksheet td {
    white-space: nowrap;
}

.worksheet-header-filters th, .worksheet-header-filters td {
    border-bottom: none;
}

.worksheet-fixed-header th {
    text-align: left;
    text-transform: uppercase;
    line-height: 1.3em;
}

    .worksheet-fixed-header th.alignRight {
        text-align: right;
    }

.worksheet-hidden {
    display: none;
}

.icon {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
}

.change-icon {
    background-image: url('pictures/change.png');
}

.delete-icon {
    background-image: url('pictures/delete.png');
}

.plus-icon {
    background-image: url('pictures/plus.png');
}

.migrate-icon {
    background-image: url('pictures/ic_merge_type_18px.svg');
}

.move-icon {
    background-image: url('pictures/arrow.png');
}

.sdd-icon {
    background-image: url('pictures/zone_money.png');
}

.money-icon {
    background-image: url('pictures/betaald_on.png');
}

.print-icon {
    background-image: url('pictures/print.png');
}

.duplicate-icon {
    background-image: url('pictures/duplicate.png');
}

.mail-icon {
    background-image: url('pictures/ic_mail_20px.svg');
}

.hide-icon {
    background-image: url('pictures/enkelhistoriek_on.png');
}

.show-icon {
    background-image: url('pictures/enkelhistoriek_off.png');
}

.dynamiccoloured {
    border-left: 10px solid #000;
}

.value-editable {
    color: Blue;
    cursor: pointer;
    text-decoration: underline;
}

    .value-editable input {
        color: Black !important;
        text-decoration: none !important;
    }

.ui-tabs .ui-state-default a {
    font-size: 0.85em;
}

/*mini-menu*/
.mini-menu {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 200;
}

.mini-menu-collapsed {
    height: 70px;
}

    .mini-menu-collapsed .groep {
        left: 0;
        margin: 0;
        position: absolute;
        top: 0;
    }

    .mini-menu-collapsed .groep-titel {
        display: none;
    }

        .mini-menu-collapsed .groep-titel.groep-child-current {
            display: block;
            float: left;
        }

.mini-menu .menuitem a {
    min-width: 120px;
}

.mini-menu-collapsed .menuitem a {
    display: none;
    height: 33px;
    line-height: 33px;
}

.mini-menu .groep:first-child {
    margin: 0;
}

.mini-menu-collapsed #current {
    display: block !important;
}

.horizontal-container-marginless {
    margin: 0;
}

    .horizontal-container-marginless .container-title-hoog {
        height: 33px;
        line-height: 33px;
    }

.scrolly {
    overflow-y: scroll;
}

.horizontal-container-marginless .dropdownmenu {
    margin-top: 0;
}

    .horizontal-container-marginless .dropdownmenu > a {
        padding-top: 6px;
    }

.reminder-icon {
    background: url('pictures/reminders.png') no-repeat left bottom;
    height: 22px;
    margin-right: 5px;
    margin-top: 8px;
    text-align: right;
    width: 19px;
}

.reminder.read {
    opacity: 0.6;
}

.reminder-icon-on {
    background: url('pictures/hasreminders.png') no-repeat left bottom;
}

.messageCountValue {
    -webkit-box-shadow: 0 1px 0 rgba(0, 39, 121, .77);
    background-color: #D83722;
    border: solid 1px #D83722;
    border-bottom: solid 1px #C0311E;
    border-top: solid 1px #E23923;
    color: white;
    font-size: 0.5em;
    font-weight: bold;
    padding: 0 1px;
}

.reminderwrap {
    cursor: pointer;
    float: right;
    margin: 0;
    padding: 5px;
    padding-bottom: 15px;
    padding-left: 12px;
    position: relative;
    top: 0;
}

.reminder-in-dropdown {
    background-color: #fff !important;
    border-bottom: 1px solid #eee;
    display: block;
    padding: 0 !important;
    width: 314px !important;
}

    .reminder-in-dropdown:hover {
        background-color: #ddd !important;
    }

    .reminder-in-dropdown .foto {
        float: left;
        padding: 8px;
    }

.reminder-text {
    float: left;
    width: 234px;
}

/*Multicomplete*/
.multicomplete-container {
    clear: both;
    width: 100%;
    display: table;
}

td .multicomplete-container{
    white-space: normal !important;
}

    .multicomplete-container .ui-state-error-text {
        display: none !important;
    }

.multicomplete-cell {
    display: table-cell;
}

.multicomplete-input {
    border: none !important;
    outline: none;
    display: table-cell;
}

.multicomplete-item {
    display: table-row;
}

    .multicomplete-item.full {
        display: block;
        border-left: none !important;
        border-right: none !important;
        border-top: none !important;
    }

.multicomplete-removeitem, .ui-contextual-create {
    display: table-cell;
    vertical-align: middle;
    border-top: none !important;
    border-left: none !important;
    border-bottom: none !important;
    width: 16px;
    cursor: pointer;
}

    .ui-contextual-create.disabled {
        cursor: default;
    }

.multicomplete-label {
    display: table-cell;
    padding: 0.3em 2%;
    width: 100%;
}

.multicomplete-label.full {
    display: block;
}

.filter-button {
    display: inline-block !important;
}

.worksheet-body .multicomplete-label {
    padding-top: 0.3em;
}

.editor-field input:not([type='submit']):not([disabled='disabled']),
.editor-field select:not([disabled='disabled']),
.editor-field textarea:not([disabled='disabled']) {
    background: #FFFFFF;
    border: 1px solid #AAAAAA;
    color: #222222;
}

.editor-field input[disabled='disabled']:not([type='submit']),
.editor-field select[disabled='disabled'],
.editor-field textarea[disabled='disabled'] {
    background: #F5F5F5 !important;
}

.editor-field input[readonly='readonly']:not([type='submit']),
.editor-field select[readonly='readonly'],
.editor-field textarea[readonly='readonly'] {
    background: #F5F5F5 !important;
}

.editor-field .multicomplete-input.ui-state-error {
    background: #fdd9d9;
    border: 1px solid #f00;
    color: #f00;
}

.ui-state-error.required {
    border: 1px solid #f00 !important;
}

.editor-field input[type='submit'] {
    width: 20%;
}

.editor-field input[type='checkbox'] {
    width: 13px !important;
}

.editor-field textarea {
    height: 150px;
    width: 98%;
}

.editor-small-block .editor-field textarea {
    width: 100%;
}

.filterby {
    background-color: White !important;
}

    .filterby input {
        background-color: transparent;
        border: none;
        min-height: 100%;
        width: 100%;
    }

    .filterby select {
        background: transparent;
        border: none;
        height: 100%;
        width: 100%;
    }

.container-tabs {
    background: transparent !important;
}

.event-progress-percentage {
    float: left;
    margin-right: 10px;
    width: 200px;
}

.generic-container-isfullscreen {
    left: 0;
    margin: 0;
    min-height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.ui-state-error {
    border: 1px solid red !important;
}

.validation-success-ondernemingsnummer {
    border: 1px solid #00FF00;
}

.sub-tooltip {
    display: none;
}

.fc table {
    background: none repeat scroll 0 0 transparent !important;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        height: 25px;
        margin-bottom: -25px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 65px;
    }

.ui-timepicker-div td {
    font-size: 0.7em;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
    }

        .ui-timepicker-rtl dl dd {
            margin: 0 65px 10px 10px;
        }
/*fixed header worksheets*/
.worksheet-status-bar {
    font-weight: normal !important;
    opacity: 0.7;
}

    .worksheet-status-bar .container {
        margin: 3px;
    }

    .worksheet-status-bar .status {
        -o-text-overflow: ellipsis !important;
        float: left;
        margin-left: 0.5%;
        text-align: left;
        text-overflow: ellipsis !important;
        width: 42.44444%;
    }

    .worksheet-status-bar .loading {
        float: left;
        margin-left: 2%;
        margin-right: 2%;
        text-align: center;
        width: 9%;
    }

    .worksheet-status-bar .resultaten {
        float: left;
        text-align: right;
        width: 42.55555%;
    }

.worksheet-status-hidden {
    display: none;
}

.worksheet-fixed-header {
    margin: 0 !important;
    min-width: 100% !important;
    position: relative !important;
}

    .worksheet-fixed-header table.worksheet-head {
        position: relative !important;
    }

    .worksheet-fixed-header table {
        border-collapse: collapse !important;
        border-spacing: 0 !important;
        empty-cells: show !important;
        table-layout: fixed !important;
        width: 100% !important;
    }

    .worksheet-fixed-header tr th, .worksheet-fixed-header tr td {
        -o-text-overflow: ellipsis !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

        .worksheet-fixed-header tr th.filterby, .worksheet-fixed-header tr td.filterby {
            -o-text-overflow: clip !important;
            text-overflow: clip !important;
        }

    .worksheet-fixed-header .worksheet-body {
        min-width: 100% !important;
        overflow-x: auto !important;
    }

    .worksheet-fixed-header .headtable {
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }


.smallerfont {
    font-size: 70%;
}

.faded {
    opacity: 0.7;
}

.editor-group-content h4 {
    font-size: 1.2em;
    padding: 10px 2%;
}

.editor-group-content p {
    padding: 10px 2%;
}

.editor-group-content ul {
    line-height: 150%;
    list-style: disc;
    list-style-position: outside;
    margin: 10px 30px;
}

    .editor-group-content ul.jstree-container-ul, .editor-group-content ul.jstree-children {
        line-height: inherit !important;
        margin: 0 !important;
    }

    .editor-group-content ul.do-not-style-as-list-forced {
        line-height: 100%;
        list-style: none;
        margin: inherit;
    }

.groupingtitle td.worksheet-actions-header {
    border-bottom: none;
    border-top: none;
}

.groupingtitle pre {
    display: inline-block;
}

/*worksheet grouping*/
.groupingtotals0 th {
    background-color: #717171 !important;
}

.groupingtotals1 th {
    background-color: #a4a4a4 !important;
}

.groupingtotals2 th {
    background-color: #b7b7b7 !important;
}

.grouping-widget {
    line-height: 140%;
}

    .grouping-widget .multicomplete-item, .grouping-widget .multicomplete-input {
        text-transform: capitalize;
    }

.grouping-widget-qtip-container {
    display: none;
}

.previewcontainer .fulltable th, .previewcontainer .fulltable td {
    padding: 3px;
    border: 1px solid #ccc;
}

.ui-state-ok {
    background: #D5FDCA;
    border: 1px solid #75c75e;
    color: #15360b;
}

.ui-state-ok-important {
    background: #D5FDCA !important;
    border: 1px solid #75c75e !important;
    color: #15360b !important;
}

.ui-state-dark-greyed-out{
    background-color: #b2b1b1;
}

.ui-state-light-greyed-out{
    background-color: #DFE6ED;
}

.editor-group .notification-area {
    line-height: 1.3em;
    margin: 0;
}

.notification-area .ui-icon {
    float: left;
    margin-right: 5px;
}

.ui-notification-area-message {
    display: inline-block;
    max-width: 80%;
}

.ui-notification-area-close {
    float: right;
    height: 1.9em;
    margin-top: -0.3em;
}

.bubblingG {
    height: 100px;
    margin: auto;
    text-align: center;
    width: 500px;
}

    .bubblingG span {
        -moz-animation: bubblingG 0.8s infinite alternate;
        -moz-border-radius: 100px;
        -ms-animation: bubblingG 0.8s infinite alternate;
        -ms-border-radius: 100px;
        -o-animation: bubblingG 0.8s infinite alternate;
        -o-border-radius: 100px;
        -webkit-animation: bubblingG 0.8s infinite alternate;
        -webkit-border-radius: 100px;
        animation: bubblingG 0.8s infinite alternate;
        background: #787878;
        border-radius: 100px;
        display: inline-block;
        height: 10px;
        margin: 50px auto;
        vertical-align: middle;
        width: 10px;
    }

#bubblingG_1 {
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#bubblingG_2 {
    -moz-animation-delay: 0.24s;
    -ms-animation-delay: 0.24s;
    -o-animation-delay: 0.24s;
    -webkit-animation-delay: 0.24s;
    animation-delay: 0.24s;
}

#bubblingG_3 {
    -moz-animation-delay: 0.48s;
    -ms-animation-delay: 0.48s;
    -o-animation-delay: 0.48s;
    -webkit-animation-delay: 0.48s;
    animation-delay: 0.48s;
}

#bubblingG_4 {
    -moz-animation-delay: 0.68s;
    -ms-animation-delay: 0.68s;
    -o-animation-delay: 0.68s;
    -webkit-animation-delay: 0.68s;
    animation-delay: 0.68s;
}

#bubblingG_5 {
    -moz-animation-delay: 0.88s;
    -ms-animation-delay: 0.88s;
    -o-animation-delay: 0.88s;
    -webkit-animation-delay: 0.88s;
    animation-delay: 0.88s;
}

@-moz-keyframes bubblingG {
    0% {
        -moz-transform: translateY(0);
        background-color: #787878;
        height: 10px;
        width: 10px;
    }

    100% {
        -moz-transform: translateY(-42px);
        background-color: #F7F7F7;
        height: 30px;
        width: 30px;
    }
}

@-webkit-keyframes bubblingG {
    0% {
        -webkit-transform: translateY(0);
        background-color: #787878;
        height: 10px;
        width: 10px;
    }

    100% {
        -webkit-transform: translateY(-42px);
        background-color: #F7F7F7;
        height: 30px;
        width: 30px;
    }
}

@-ms-keyframes bubblingG {
    0% {
        -ms-transform: translateY(0);
        background-color: #787878;
        height: 10px;
        width: 10px;
    }

    100% {
        -ms-transform: translateY(-42px);
        background-color: #F7F7F7;
        height: 30px;
        width: 30px;
    }
}

@-o-keyframes bubblingG {
    0% {
        -o-transform: translateY(0);
        background-color: #787878;
        height: 10px;
        width: 10px;
    }

    100% {
        -o-transform: translateY(-42px);
        background-color: #F7F7F7;
        height: 30px;
        width: 30px;
    }
}

@keyframes bubblingG {
    0% {
        background-color: #787878;
        height: 10px;
        transform: translateY(0);
        width: 10px;
    }

    100% {
        background-color: #F7F7F7;
        height: 30px;
        transform: translateY(-42px);
        width: 30px;
    }
}

.fadingBarsGid {
    height: 12px;
    position: relative;
    width: 99px;
}

.fadingBarsG {
    -moz-animation-direction: linear;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: bounce_fadingBarsG;
    -moz-transform: scale(.3);
    -ms-animation-direction: linear;
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-name: bounce_fadingBarsG;
    -ms-transform: scale(.3);
    -o-animation-direction: linear;
    -o-animation-duration: 1s;
    -o-animation-iteration-count: infinite;
    -o-animation-name: bounce_fadingBarsG;
    -o-transform: scale(.3);
    -webkit-animation-direction: linear;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: bounce_fadingBarsG;
    -webkit-transform: scale(.3);
    animation-direction: linear;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: bounce_fadingBarsG;
    background-color: #FFFFFF;
    height: 12px;
    position: absolute;
    top: 0;
    transform: scale(.3);
    width: 12px;
}

.fadingBarsG_1 {
    -moz-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    left: 0;
}

.fadingBarsG_2 {
    -moz-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    left: 12px;
}

.fadingBarsG_3 {
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    left: 25px;
}

.fadingBarsG_4 {
    -moz-animation-delay: 0.7s;
    -ms-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    left: 37px;
}

.fadingBarsG_5 {
    -moz-animation-delay: 0.8s;
    -ms-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    left: 50px;
}

.fadingBarsG_6 {
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    left: 62px;
}

.fadingBarsG_7 {
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    left: 74px;
}

.fadingBarsG_8 {
    -moz-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    left: 87px;
}

@-moz-keyframes bounce_fadingBarsG {
    0% {
        -moz-transform: scale(1);
        background-color: #FFFFFF;
    }

    100% {
        -moz-transform: scale(.3);
        background-color: #212121;
    }
}

@-webkit-keyframes bounce_fadingBarsG {
    0% {
        -webkit-transform: scale(1);
        background-color: #FFFFFF;
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: #212121;
    }
}

@-ms-keyframes bounce_fadingBarsG {
    0% {
        -ms-transform: scale(1);
        background-color: #FFFFFF;
    }

    100% {
        -ms-transform: scale(.3);
        background-color: #212121;
    }
}

@-o-keyframes bounce_fadingBarsG {
    0% {
        -o-transform: scale(1);
        background-color: #FFFFFF;
    }

    100% {
        -o-transform: scale(.3);
        background-color: #212121;
    }
}

@keyframes bounce_fadingBarsG {
    0% {
        background-color: #FFFFFF;
        transform: scale(1);
    }

    100% {
        background-color: #212121;
        transform: scale(.3);
    }
}

.widget-width-switcher {
    display: block;
    float: right;
}

.ui-iconfilter-switcher {
    background-color: #fff !important;
    border: none;
    margin: 0 auto;
    padding: 0;
}

.hidefilters .worksheet-header-filters {
    display: none;
}

.worksheet-wrapper.nested-refreshable {
    border: 0;
    margin-top: 0;
}

.advancedselectiontool {
    font-size: 0.7em;
}

    .advancedselectiontool ul {
        margin: 5px 4px;
    }

    .advancedselectiontool li {
        background: #fff;
        display: block;
        font-size: 120%;
    }

        .advancedselectiontool li ul li {
            background: #d5fdca;
        }

            .advancedselectiontool li ul li ul li {
                background: #feffcf;
            }

.advancedfilterby input, .advancedfilterby select {
    display: inline-block;
}

.advancedselectiontool .ui-accordion .ui-accordion-content {
    margin: 0;
    padding: 0;
}

.editor-group-actions {
    display: inline-block;
    text-align: right;
}

.actions input.ui-button {
    line-height: 16px;
    margin-top: 0 !important;
    vertical-align: top;
}

.mapstatus {
    display: inline-block;
    margin-right: 40px;
}

.editor-group-title .ui-button {
    float: right;
    font-size: 80%;
    margin-top: -6px;
}

.google-maps-icon {
    background: url('images/googlemaps.png') no-repeat;
    display: inline-block;
    height: 24px;
    margin: -5px 5px -4px -11px;
    vertical-align: middle;
    width: 25px;
}

.mystaticinfowindow {
    background-color: white;
    border: 2px solid #2e97be;
    box-shadow: 2px 1px 5px 1px #C3C3C3;
    color: black;
    display: none;
    line-height: 130%;
    margin-right: -125px;
    padding: 10px;
    position: absolute;
    right: 50%;
    top: 1%;
    width: 250px;
    z-index: 999;
}

/*Let's clean up that ajax error*/
.ajaxerror {
    color: black;
    font-family: "Verdana";
    font-size: .7em;
    font-weight: normal;
}

    .ajaxerror p {
        color: black;
        font-family: "Verdana";
        font-weight: normal;
        margin-top: -5px;
    }

    .ajaxerror b {
        color: black;
        font-family: "Verdana";
        font-weight: bold;
        margin-top: -5px;
    }

    .ajaxerror H1 {
        color: red;
        float: none;
        font-family: "Verdana";
        font-size: 18pt;
        font-weight: normal;
        padding-left: 0;
    }

    .ajaxerror H2 {
        color: maroon;
        float: none;
        font-family: "Verdana";
        font-size: 14pt;
        font-weight: normal;
        padding-bottom: 1em;
        padding-left: 0;
    }

    .ajaxerror pre {
        font-family: "Consolas", "Lucida Console", Monospace;
        font-size: 11pt;
        line-height: 14pt;
        margin: 0;
        padding: 0.5em;
        white-space: pre-wrap;
    }

    .ajaxerror .marker {
        color: black;
        font-weight: bold;
        text-decoration: none;
    }

    .ajaxerror .version {
        color: gray;
    }

    .ajaxerror .error {
        margin-bottom: 10px;
    }

    .ajaxerror .expandable {
        color: navy;
        cursor: hand;
        font-weight: bold;
        text-decoration: underline;
    }

.editor-group-content.fixed-height-200 {
    height: 200px;
}

.editor-group-content.scrolly {
    overflow-y: scroll;
}

.editor-group-collapsed .editor-group-content {
    display: none !important;
}


.editor-group-12col .editor-small-block {
    padding-left: 1%;
    /*standaard */
    width: 7.4%;
}

.editor-group-12col .editor-small-block.cols2 {
    width: 15.8%;
}

.phone-widget .editor-small-block.cols3,
.editor-group-12col .editor-small-block.cols3 {
    width: 23.6%;
}

.editor-group-12col .editor-small-block.cols4 {
    width: 31.9%;
}

.editor-group-12col .editor-small-block.cols5 {
    width: 41%;
}

.editor-group-12col .editor-small-block.cols6 {
    width: 48.5%;
}

.phone-widget .editor-small-block.cols8,
    .editor-group-12col .editor-small-block.cols8 {
        width: 66.2%;
    }

.phone-widget .editor-small-block.cols9,
.editor-group-12col .editor-small-block.cols9 {
    width: 74%;
}

.editor-group-12col .editor-small-block.cols10 {
    width: 83%;
}

.editor-group-12col .editor-small-block.cols12 {
    width: 99.8%;
}

.phone-widget .editor-small-block.cols9 {
    width: 68%;
    padding-left: .5%;
}

.phone-widget .editor-small-block.cols4 {
    width: 28%;
    padding-left: .5%;
}

.worksheetgroupactions {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 1em !important;
}

    .worksheetgroupactions li {
        display: block;
        list-style: none;
        margin: 0 !important;
    }

        .worksheetgroupactions li a {
            display: inline-block;
        }

    .worksheetgroupactions > li > ul {
        display: none;
        margin: 0 !important;
    }


    .worksheetgroupactions > li:hover > ul {
        display: block;
    }

        .worksheetgroupactions > li:hover > ul li {
            background-color: #eeeeee;
            display: inline-block;
        }

            .worksheetgroupactions > li:hover > ul li a {
                border: 1px solid #ccc;
                margin: 0.1em;
                padding: 0.5em;
                text-decoration: none;
            }

                .worksheetgroupactions > li:hover > ul li a:hover {
                    background-color: #C3C3C3;
                }

.worksheetgroupactions-label {
    color: #787878;
    display: inline-block;
    text-decoration: none;
}

.worksheetgroupactions .ui-icon {
    display: inline-block;
    margin-right: 0.3em;
    opacity: 0.6;
}

.ui-multiselect {
    padding: 2px 0 2px 4px;
    text-align: left;
    width: 100% !important;
}

    .ui-multiselect span.ui-icon {
        float: right;
    }

.ui-multiselect-single .ui-multiselect-checkboxes input {
    left: -9999px;
    position: absolute !important;
    top: auto !important;
}

.ui-multiselect-single .ui-multiselect-checkboxes label {
    padding: 5px !important;
}

.ui-multiselect-header {
    margin-bottom: 3px;
    padding: 3px 0 3px 4px;
}

    .ui-multiselect-header ul {
        font-size: 0.9em;
    }

        .ui-multiselect-header ul li {
            float: left;
            padding: 0 10px 0 0;
        }

    .ui-multiselect-header a {
        text-decoration: none;
    }

        .ui-multiselect-header a:hover {
            text-decoration: underline;
        }

    .ui-multiselect-header span.ui-icon {
        float: left;
    }

    .ui-multiselect-header li.ui-multiselect-close {
        float: right;
        padding-right: 0;
        text-align: right;
    }

.ui-multiselect-menu {
    display: none;
    padding: 3px;
    position: absolute;
    text-align: left;
    z-index: 10000;
}

.ui-multiselect-checkboxes {
    overflow-y: scroll;
    position: relative /* fixes bug in IE6/7 */;
}

    .ui-multiselect-checkboxes label {
        border: 1px solid transparent;
        cursor: default;
        display: block;
        padding: 3px 1px;
    }

        .ui-multiselect-checkboxes label input {
            position: relative;
            top: 1px;
        }

    .ui-multiselect-checkboxes li {
        clear: both;
        font-size: 0.9em;
        padding-right: 3px;
    }

        .ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
            border-bottom: 1px solid;
            font-weight: bold;
            text-align: center;
        }

            .ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
                display: block;
                margin: 1px 0;
                padding: 3px;
                text-decoration: none;
            }

.ui-multiselect-hasfilter ul {
    position: relative;
    top: 2px;
}

.ui-multiselect-filter {
    float: left;
    font-size: 11px;
    margin-right: 10px;
}

    .ui-multiselect-filter input {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        border: 1px solid #292929;
        font-size: 10px;
        height: 15px;
        margin-left: 5px;
        padding: 2px;
        width: 100px;
    }

.dd.ddcommon.borderRadiusTp,
.dd.ddcommon.borderRadiusBtm,
.dd.ddcommon.borderRadius {
    width: 100% !important;
}

.add-info-status {
    background: url('images/edit.png') no-repeat;
    display: inline-block;
}

/*Medialibrary*/
.mediagallery-wrapper {
    height: 500px;
}

.medialibrary-file {
    float: left;
    height: 150px;
    margin: 10px 0.5em;
}

    .medialibrary-file a {
        display: block;
    }

.thumbnail {
    height: 108px;
    width: 108px;
}

.placeholderthumb {
    background: url('images/big/default.png') no-repeat;
    background-size: cover;
}

.placeholderthumb-pdf {
    background: url('images/big/pdf.png') no-repeat;
}

.placeholderthumb-directory {
    background: url('images/big/map.png') no-repeat;
}

.placeholderthumb-easybrandingdocument {
    background: url('images/big/easybrandingdocument.png') no-repeat;
}

.placeholderthumb-word {
    background: url('images/big/doc.png') no-repeat;
}

.placeholderthumb-excel {
    background: url('images/big/xls.png') no-repeat;
}

.placeholderthumb-document {
    background: url('images/big/default.png') no-repeat;
}

.medialibrary-file-info {
    -o-text-overflow: ellipsis !important;
    height: 36px;
    line-height: 130%;
    overflow: hidden;
    padding: 3px 0;
    text-align: center;
    text-overflow: ellipsis !important;
    width: 108px;
    word-break: break-all;
}

.orderbycontrol .orderby {
    display: inline-block;
}
/*End MediaLibrary*/
/*TagInputs*/

div.tagsinput {
    background: #FFF;
    border: 1px solid #CCC;
    overflow-y: auto;
    padding: 5px;
    width: 300px;
}

    div.tagsinput span.tag {
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        background: #cde69c;
        border: 1px solid #a5d24a;
        color: #638421;
        display: block;
        float: left;
        font-family: helvetica;
        font-size: 13px;
        margin-bottom: 5px;
        margin-right: 5px;
        padding: 5px;
        text-decoration: none;
    }

        div.tagsinput span.tag a {
            color: #82ad2b;
            font-size: 11px;
            font-weight: bold;
            text-decoration: none;
        }

    div.tagsinput input {
        background: transparent;
        border: 1px solid transparent;
        color: #000;
        font-family: helvetica;
        font-size: 13px;
        margin: 0;
        margin-bottom: 5px;
        margin-right: 5px;
        outline: 0;
        padding: 5px;
        width: 80px;
    }

    div.tagsinput div {
        display: block;
        float: left;
    }

.tags_clear {
    clear: both;
    height: 0;
    width: 100%;
}

.not_valid {
    background: #FBD8DB !important;
    color: #90111A !important;
}

/*End TagInput*/
.DropdownListAction {
    float: right;
    font-size: 13px;
}

    .DropdownListAction select {
        height: 25px;
    }

    .DropdownListAction label {
        font-size: 11px;
    }

.worksheet-row-hover-highlight td:first-child {
    border-left: 1px solid #cecece;
}

.worksheet-row-hover-highlight td:last-child {
    border-right: 1px solid #cecece;
}

.worksheet-row-hover-highlight td {
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
}


.worksheet-row-clicked-highlight td:first-child {
    border-left: 1px solid #C3C3C3;
}

.worksheet-row-clicked-highlight td:last-child {
    border-right: 1px solid #C3C3C3;
}

.worksheet-row-clicked-highlight td {
    border-bottom: 1px solid #C3C3C3;
    border-top: 1px solid #C3C3C3;
}

.collapse-menu-handle {
    color: #ccc;
    cursor: pointer;
    display: block;
    opacity: 0.4;
    position: relative;
    text-decoration: none;
}

.csstriangle-topleft {
    border-color: #b9b9b9 transparent transparent transparent;
    border-style: solid;
    border-width: 22px 22px 0 0;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 800;
}

.collapse-menu-handle:hover {
    opacity: 1;
}

.collapsedmenu .csstriangle-topleft {
    border-color: #696969 transparent transparent transparent;
}

.collapsedmenu .wrapper-left {
    display: none;
}

.collapsedmenu .wrapper-right {
    width: 100%;
}

.worksheet-resizehandles {
    height: 0;
}

.worksheet-resizehandles-firstcell {
    border: 0 !important;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.worksheet-fixed-header tr td.worksheet-resizehandle-cell {
    border-bottom: 0 !important;
    border-top: 0 !important;
    height: 0;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    position: relative;
    z-index: 20;
}

.worksheet-resizehandle {
    background: url('pictures/resizearrow_10.png');
    bottom: -4px;
    cursor: col-resize;
    height: 8px;
    position: absolute;
    right: -9px;
    width: 8px;
    z-index: 25;
}

.worksheet-resizehandle-cell-fromsettings .worksheet-resizehandle {
    background: url('pictures/resizearrow_10_hover2.png');
}

.worksheet-resizehandle:hover {
    background: url('pictures/resizearrow_10_hover.png');
}

.firefoxneedsthisstupidfix {
    margin: 0;
    padding: 0;
    position: relative;
}

.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
    vertical-align: top;
}

.fht-table {
    border-collapse: collapse;
    border-spacing: 0;
}

.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
    overflow: hidden;
    position: relative;
}

    .fht-table-wrapper .fht-fixed-body .fht-tbody,
    .fht-table-wrapper .fht-tbody {
        overflow: auto;
    }

    .fht-table-wrapper .fht-table .fht-cell {
        height: 1px;
        overflow: hidden;
    }

    .fht-table-wrapper .fht-fixed-column,
    .fht-table-wrapper .fht-fixed-body {
        left: 0;
        position: absolute;
        top: 0;
    }

    .fht-table-wrapper .fht-fixed-column {
        z-index: 1;
    }

.fht-table .ui-state-default, .fht-table .ui-widget-content .ui-state-default {
    background-image: none !important;
}


.table-header-rotated td {
    width: 40px;
}

.table-header-rotated th.rotate-45 {
    font-weight: normal;
    max-width: 40px;
    overflow: hidden;
    width: 40px;
}

    .table-header-rotated th.rotate-45 > div {
        height: 150px;
        overflow: hidden;
        text-align: left;
        vertical-align: bottom;
        width: 40px;
    }

    .table-header-rotated th.rotate-45 .rotated {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        display: block;
        margin-left: -54px;
        margin-top: 65px;
        overflow: hidden;
        transform: rotate(-90deg);
        white-space: nowrap;
        width: 150px;
    }

.matrixtable td {
    font-size: 0.9em;
    white-space: nowrap;
}

.firstcolumn {
    text-align: right;
    vertical-align: middle !important;
}

.fht-table .firstcolumn {
    height: 20px;
}

.commercemoduleparent {
    font-size: 1.1em;
    cursor: pointer;
}

.fixedtablelegend {
    clear: both;
    margin-bottom: 10px;
    text-align: left;
}

    .fixedtablelegend .legendtext {
        padding-left: 25px;
        padding-top: 5px;
    }

.fht-table .ui-widget-header,
.matrixtable .ui-widget-header {
    font-weight: normal;
}


.matrixtable .ui-datachange {
    background-color: #C3FCA2;
}

a.matrixcollapse {
    font-size: 11px !important;
}

.fixedcenter {
    align-content: center;
    height: 67px;
    left: 50%;
    margin-left: -33.5px;
    margin-top: -33.5px;
    position: absolute;
    top: 50%;
    width: 67px;
}

.ui-loadingscreen {
    height: 100%;
    width: 100%;
}

.loadingscreenbigloader {
    background: url('images/ajax-loader-bigcircle.gif') no-repeat top center;
    height: 66px;
    width: 66px;
}

.jstree-customicon {
    background: url('pictures/icon-n-jstree.png') left center !important;
    cursor: help !important;
}

.jstree-customicon-directory {
    background-position: 0 !important;
}

.jstree-customicon-pdf {
    background-position: -24px !important;
}

.jstree-customicon-document,
.jstree-customicon-webimage {
    background-position: -48px !important;
}

.jstree-customicon-excel {
    background-position: -72px !important;
}

.jstree-customicon-rar {
    background-position: -96px !important;
}

.jstree-customicon-word {
    background-position: -120px !important;
}

.medialibrary-content {
    position: relative;
}


.mediagallery .selectedfile {
    background-color: #A0C5E8;
}

.mediagallery .thumbnail {
    padding: 3px;
}

.permissiongroupitem {
    clear: both;
}

    .permissiongroupitem input {
        float: left;
    }

.permissiongrouptext .legendtext {
    padding-top: 5px;
}

.required {
    border-color: #757575;
}

.collapse-menu-handle.collapse-menu-handle-mobile {
    display: none;
}

.ajaxrefreshable-refresh {
    cursor: pointer;
}

.currently-refreshing {
    opacity: 0.4;
}

.fulltable input.selectmultiple {
    display: inline-block;
    height: 19px;
    min-width: 0;
}

.tt-dropdown-menu,
.gist {
    text-align: left;
}

.typeahead,
.tt-query,
.tt-hint {
    border: 2px solid #ccc;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    outline: none;
    padding: 8px 12px;
    width: 480px;
}

.typeahead {
    background-color: #fff;
    width: 405px;
}

    .typeahead:focus {
        border: 2px solid #0097cf;
    }

    .typeahead.empty {
        border: 2px solid red;
    }

.tt-query {
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
    width: 430px;
}

.tt-dropdown-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 12px;
    padding: 8px 0;
    width: 422px;
}

.tt-suggestion {
    font-size: 18px;
    line-height: 24px;
    padding: 3px 20px;
}

    .tt-suggestion.tt-cursor {
        background-color: #0097cf;
        color: #fff;
    }

    .tt-suggestion p {
        margin: 0;
    }

.gist {
    font-size: 14px;
}

.addressbox {
    background-color: #a3edc4;
    font-size: 1.2em;
    height: 1.6em;
    margin: 1%;
}


#module-wijzigen-campaign-wijzigen .jqbutton {
    font-weight: normal;
    margin-left: 0.3em;
}


.callcenterinfotable {
    background: #EFEFEF;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .callcenterinfotable td,
    .callcenterinfotable tr {
        background: #EFEFEF;
    }

    .callcenterinfotable .listheader,
    .callcenterinfotable .listtext {
        font-style: normal;
        padding-top: 10px;
    }

.callcenterinfotable .listtext .editor-small-block {
    padding-left: 0;
}

.callcenterinfotable .listtext.listtext-important, .callcenterinfotable .listtext.listtext-important a {
    background-color: #FFFF9D;
    font-weight: bold;
}

.callcenterinfotable .value-editable input,
.callcenterinfotable .phone-widget,
.callcenterinfotable .value-editable-dropdown {
    width: 100%;
}

.FeedbackBasicFixedData .callcenteradditionalvaluescontainer {
    margin-left: -1px !important;
    margin-top: 1.3em !important;
}

.FeedbackBasicViewContainer {
    padding-bottom: 0.8em;
}

#module-aanmaken-campaigntarget-aanmaken .editor-group-title {
    padding-left: 0.3em !important;
}

.callcenteradditionalvaluescontainer table {
    background: #EFEFEF;
}

.callscreenchoicesscreen .callscreenchoicesscreen .fixedcenter {
    width: 320px;
}

.callscreenchoicesscreen .breaktimecontainer {
    float: left;
    margin-bottom: 20px;
}

    .callscreenchoicesscreen .breaktimecontainer a,
    .callscreenchoicesscreen .nextcallcontainer a,
    .callscreenchoicesscreen .stopcallcontainer a {
        height: 50px;
        width: 150px;
    }

.callscreenchoicesscreen .nextcallcontainer {
    margin-bottom: 20px;
}

.callscreenheader {
    background-color: #005C76;
    color: #FFFFFF;
    font-size: 18px !important;
    font-weight: bold !important;
    height: 35px;
    line-height: 32px;
    margin-left: 0 !important;
    min-height: 32px;
    width: 100% !important;
}

    .callscreendata .editor-group .editor-group .editor-group-title.editor-group-forced-title,
    .callscreenheader span {
        padding-left: 6px !important;
    }

.callscreencontainer .value-editable {
    text-decoration: none;
}

.callscreencontainer .editor-label .title {
    font-weight: bold;
}

.callscreenagentcontainer {
    border: 1px solid #c3c3c3;
    font-size: 2em;
    width: 100%;
}

    .callscreenagentcontainer .callscreenagentdata {
        height: 3em;
        padding: 0.4em 0 0.2em 0;
    }

    .callscreenagentcontainer .agentimage {
        background: url('pictures/defaultperson-50.jpg');
        background-position: center;
        background-repeat: no-repeat;
        float: left;
        height: 50px;
        margin: 0.4em 5% 0.4em 5%;
        width: 50px;
    }

    .callscreenagentcontainer .agentinfo {
        height: 100%;
        margin-top: 0.8em;
        white-space: nowrap;
    }

.ui-color-red {
    color: red;
}

.ui-state-fadeout {
    color: #929292 !important;
    opacity: 0.7;
}

.genericchangesavebutton {
    height: 30px;
}

#rapporten-boekhouding .container-navigation .dropdownfilterlabel {
    float: left;
    font-size: 10pt;
    font-weight: normal;
    padding: 6px 7px 0 0;
}

#rapporten-boekhouding .container-navigation #AdvancedSelectionToolPresets {
    float: left;
    width: 250px;
}

#rapporten-boekhouding .container-navigation .preset-settings {
    float: left;
    height: 20px;
    margin: 3px 0 0 3px;
    padding-right: 15px;
    width: 20px;
}

.savepreset.hide {
    display: none;
}

form[name=save_preset_settings] .editor-field {
    padding: 6px;
}

    form[name=save_preset_settings] .editor-field.text {
        padding-left: 10px;
    }

    form[name=save_preset_settings] .editor-field input[type=text] {
        padding: 3px;
    }

.ui-auto-scroll-horizontal {
    overflow-x: auto;
}

.ui-auto-scroll-vertical {
    overflow-y: auto;
}

.worksheet-dialog .ui-dialog-title {
    color: #0047f4;
    font-weight: bold;
    font-size: 1.4em;
    margin-top: 1em !important;
    margin-bottom: 0px !important;
}

/*Viewmode widget*/
.editor-group .viewmode-widget .editor-group .editor-group-content, .viewmode-dialog .editor-group .editor-group-content {
    min-height: initial;
}

.editor-group .viewmode-widget .editor-group {
    margin-top: 0;
    padding-left: 1%;
}

.ui-extra-widgets-container {
    background-color: #CCC;
    box-shadow: inset 0 10px 15px -12px rgba(0, 0, 0, 0.75);
    margin-bottom: -0.7em;
    margin-left: -0.6%;
    margin-right: -0.6%;
    padding: 0.5em 0.5% 0 0.5%;
}

    .ui-extra-widgets-container .ui-extra-widgets-container {
        padding-bottom: 0;
    }

.miller-wrapper {
    height: 129px;
    left: 0;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    top: 20px;
    white-space: nowrap;
    width: 100%;
}

    .miller-wrapper ul {
        -ms-box-shadow: #aaa 4px 0 8px 0;
        -webkit-box-shadow: #aaa 4px 0 8px 0;
        background: #fcfcfc;
        border-right: solid 1px #ddd;
        box-shadow: #aaa 4px 0 8px 0;
        display: inline-block;
        height: 100%;
        margin: 0;
        overflow: auto;
        padding: 0;
        width: 200px;
    }

        .miller-wrapper ul li {
            border: solid 1px #fff;
            cursor: pointer;
            height: 25px;
            line-height: 25px;
            list-style-type: none;
            padding-left: 0.5em;
            padding-right: 0.5em;
        }

            .miller-wrapper ul li.parent {
                background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAANBAMAAACEMClyAAAAGFBMVEX///8uLi4zMzNGRkZZWVlwcHDx8fHz8/OgDcTPAAAAAXRSTlMAQObYZgAAAEJJREFUeF5lyLsJACAMRVGbYK1OEHECC1ew9TeAI2T/r2ICIr7mXY6665MfTJLwTqjhRxELiw10ovr8AmzgDZLQfAuIlAbJ0kLuUwAAAABJRU5ErkJggg==') /*pictures/chevron-black.png*/;
                background-position: 100% 50%;
                background-repeat: no-repeat;
            }

            .miller-wrapper ul li.parentselected {
                background: #08c;
                background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAANBAMAAACEMClyAAAAKlBMVEX///8AAAD///8AAACAgIBmZmb////8/Pz29vbw8PD////5+fn8/Pz///9bUz65AAAADXRSTlMAAg8QHiOfoKWpz9TiH0VszwAAAE9JREFUeF5Fy8EJwCAQBMCDg5CnJdhEHvnZgm0EBPsRP/aQMtKAYXsR3DO5zy7Dnvx3eeaGxrKjk7QuOj96kG39hlkSbmcQ+W4gWggiB2EAWCQTNYy5y4AAAAAASUVORK5CYII=') /*pictures/chevron-white.png*/;
                background-position: 100% 50%;
                background-repeat: no-repeat;
                color: #fff;
            }

            .miller-wrapper ul li.selected {
                background: #08c;
                color: #fff;
            }

.propertiestree, .childtree, .headtype, .maintype {
    float: left;
    vertical-align: top;
}

.propertiestree, .childtree, .headtype {
    background-color: #fff;
    border: 1px solid #c3c3c3;
    border-bottom: 1px solid #d7d7d7 !important;
    border-right: 1px solid #d7d7d7 !important;
    height: 32em;
    overflow-x: hidden;
    overflow-y: auto;
}

.maintype {
    position: relative;
    vertical-align: top;
    width: 100%;
}

.typechangeview h1 {
    margin-bottom: 10px;
    width: 100%;
}

.propoverview,
.typeoverview {
    float: left;
    vertical-align: top;
    width: 50%;
}

.propoverview {
    flex-grow: 1;
}

    .propoverview table,
    .typeoverview table {
        width: 100%;
    }

.propertiestree li,
.maintype li,
.childtree li,
.headtype li {
    list-style-type: none;
}

.maintype ul {
    float: left;
    margin: 10px;
}

.maintype .gotoeditmodebutton {
    position: absolute;
    right: 0.5%;
    top: 4%;
}

.maintype h1 {
    display: flex;
    float: left;
}

.maintype li {
    display: inline;
}

.treecontainer {
    display: flex;
}

.headtype {
    width: 21%;
}

.childtree {
    width: 56%;
}

.propertiestree {
    flex-grow: 1;
}

.headtype ul {
    display: inline-block;
    margin: 0;
    overflow: auto;
    padding: 0;
    width: 100%;
}

    .headtype ul li {
        cursor: pointer;
        height: 25px;
        line-height: 25px;
        list-style-type: none;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

        .headtype ul li input[type="radio"] {
            margin-left: -15px;
            visibility: collapse;
        }

        .headtype ul li label {
            cursor: pointer;
        }

        .headtype ul li.selected {
            background: #08c;
            color: #fff;
        }

.typechangeview .ui-widget-header {
    height: 30px;
}

    .typechangeview .ui-widget-header h1 {
        color: #fff;
    }

.buttoncontainer {
    margin: 10px;
}

.savebutton.highlight {
    -ms-box-shadow: 0 0 15px 5px rgba(0, 92, 18, 0.38);
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 92, 18, 0.38);
    box-shadow: 0 0 15px 5px rgba(0, 92, 18, 0.38);
}

.accounttype .clear {
    margin-bottom: 5px;
}

.non-editable .edit,
.non-editable .removefield,
.save,
.savenew,
.reset,
li .field,
.non-editable li.parentnewtype {
    display: none;
}

.treecontainer li a {
    margin-left: 2px;
}

/*bootstrap stubs*/
.panel-body {
    padding: 1% 1em;
}
/*end bootstrap stubs*/

.ui-searchresults-wrapper {
    margin-bottom: 2em;
    margin-top: 2em;
    min-height: 10em;
}

.panel-body .editor-field, .panel-body .editor-label {
    margin-left: 0;
}

.panel-body .editor-group-title {
    padding: 0 !important;
}

.container-nav {
    list-style: none;
}

    .container-nav li {
        display: inline-block;
        font-size: 0.8em;
        list-style: none;
    }

    .container-nav a {
        background-color: #efefef;
        border-bottom: 1px solid #d8d8d8;
        border-left: 1px solid #d8d8d8;
        border-right: 1px solid #d8d8d8;
        border-top: 1px solid #d8d8d8;
        color: #222222;
        color: rgb(105, 106, 107);
        display: block;
        font-family: 'Open Sans', Verdana, sans-serif;
        line-height: 1em;
        padding: 0.5em 1em;
        text-decoration: none;
    }

    .container-nav .active a {
        background-color: inherit;
        border: none;
        color: #fff;
        font-weight: bold;
    }

.active.ui-widget-header {
    border: 1px solid #005C76;
}

.ui-tabs {
    padding: 0 !important;
}

.ui-tabs-anchor:first-letter {
    text-transform: uppercase;
}

.entitybase-info {
    color: #777;
    font-style: italic;
    padding: 1em 2%;
}

.smallboxpadleft {
    padding-left: 2.1em;
}

.MarkAsInvalidContainerDiv .MarkAsInvalidButtons, .NextCallContainerDiv .NextCallButtons {
    text-align: center;
}

    .MarkAsInvalidContainerDiv .MarkAsInvalidButtons a, .NextCallContainerDiv .NextCallButtons a {
        width: 90%;
        margin-bottom: 1em;
    }

.editor-label:first-letter {
    text-transform: uppercase;
}

.delivery-info {
    padding: 1em 2%;
}

.icon-disabled {
    -ms-opacity: 0.3;
    opacity: 0.3;
}

.fa-center {
    position: relative;
    left: 2px;
    height: auto !important;
    text-decoration: none !important;
    bottom: 6px;
    margin: 0 2px;
}

.fa-fixed-small-top {
    top: 0.5px;
    overflow: hidden;
}

#module-welkom-translations tr.groupingtitle0, #module-beheer-translations tr.groupingtitle0 {
    display: none !important;
}

#module-welkom-translations tr.groupingtitle1, #module-beheer-translations tr.groupingtitle1 {
    display: none !important;
}

#module-welkom-translations tr.groupingtotals0, #module-beheer-translations tr.groupingtotals0 {
    display: none !important;
}

#module-welkom-translations tr.groupingtotals1, #module-beheer-translations tr.groupingtotals1 {
    color: #A4A4A4 !important;
}

#module-welkom-translations tr.groupingtotals1 th, #module-beheer-translations tr.groupingtotals1 th{
    color: #A4A4A4 !important;
}

.phone-widget-prefix label {
    overflow: hidden;
    white-space: nowrap;
}

.donorpreferencewidget-clientfilterblock {
    padding-left: 0.5em;
}

donorpreferencewidget-title h2 {
    font-size: 1.4em !important;
    font-weight: bold !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

donorpreferencewidget-title h3 {
    font-size: 1.2em !important;
    font-weight: bold !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} 

.donorpreferencewidget-title-table-left {
    width: 70%;
}

.donorpreferencewidget-title-table-right {
    width: 30%;
}

.donorpreferencewidget-checkbox {
    float: left;
}

.sepa-direct-debit-history .sepa-direct-debit-original h4{
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
}

.sepa-direct-debit-history .sepa-direct-debit-original table {
    min-width: 40%;
    margin: 1rem auto 0;
    border: 1px solid #e4e4e4;
}

.sepa-direct-debit-history .sepa-direct-debit-original table td {
    border: 1px solid #e4e4e4;
}

.sepa-direct-debit-history .sepa-direct-debit-original table td.title {
    width: 30%;
}

.sepa-direct-debit-history .sepa-direct-debit-changes{
    border: 1px solid black; overflow: hidden; width: 98%; padding: .7rem; margin: 1rem;
}

.sepa-direct-debit-history .sepa-direct-debit-changes .change-request-info{
    float: left; width: 20%; border: none; font-weight: 600;
}

.sepa-direct-debit-history .sepa-direct-debit-changes .change-request-info td{
    border: none;
}

.sepa-direct-debit-history .sepa-direct-debit-changes .change-request-details{
    float: left;
    width: 50%;
}

.sepa-direct-debit-history .sepa-direct-debit-changes .change-request-details td{
   border: 1px solid #e6e6e6;
    width: 32%;
}

.sepa-direct-debit-history .sepa-direct-debit-changes .change-request-details td.space{
    width: 2%;
    border: none;
    text-align: center;
}

.sepa-direct-debit-history .sepa-direct-debit-changes .change-request-details td.original-value{
    background-color: #F7F9FA;
}

.sepa-direct-debit-history .sepa-direct-debit-changes .change-request-details td.new-value{
    background-color: #8DD7CF;
}