/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

    .ui-menu .ui-menu {
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        cursor: pointer;
        /* support: IE10, see #8844 */
        list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    }

    .ui-menu .ui-menu-item-wrapper {
        position: relative;
        padding: 3px 1em 3px .4em;
    }

    .ui-menu .ui-menu-divider {
        margin: 5px 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-state-focus,
    .ui-menu .ui-state-active {
        margin: -1px;
    }

/* icon support */
.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item-wrapper {
        padding-left: 2em;
    }

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Support: IE <= 11 */
    overflow: visible;
}

    .ui-button,
    .ui-button:link,
    .ui-button:visited,
    .ui-button:hover,
    .ui-button:active {
        text-decoration: none;
    }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}

    .ui-controlgroup > .ui-controlgroup-item {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

        .ui-controlgroup > .ui-controlgroup-item:focus,
        .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
            z-index: 9999;
        }

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}

    .ui-controlgroup .ui-controlgroup-label span {
        font-size: 80%;
    }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: calc( 100% - 2.4em );
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-checkboxradio-disabled {
    pointer-events: none;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 45%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span,
        .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    /* with multiple calendars */
    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
            .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

/* Icons */
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 20px;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin-top: .5em;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-n {
        height: 2px;
        top: 0;
    }

    .ui-dialog .ui-resizable-e {
        width: 2px;
        right: 0;
    }

    .ui-dialog .ui-resizable-s {
        height: 2px;
        bottom: 0;
    }

    .ui-dialog .ui-resizable-w {
        width: 2px;
        left: 0;
    }

    .ui-dialog .ui-resizable-se,
    .ui-dialog .ui-resizable-sw,
    .ui-dialog .ui-resizable-ne,
    .ui-dialog .ui-resizable-nw {
        width: 7px;
        height: 7px;
    }

    .ui-dialog .ui-resizable-se {
        right: 0;
        bottom: 0;
    }

    .ui-dialog .ui-resizable-sw {
        left: 0;
        bottom: 0;
    }

    .ui-dialog .ui-resizable-ne {
        right: 0;
        top: 0;
    }

    .ui-dialog .ui-resizable-nw {
        left: 0;
        top: 0;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%;
    }

    .ui-progressbar .ui-progressbar-overlay {
        background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
        height: 100%;
        filter: alpha(opacity=25); /* support: IE8 */
        opacity: 0.25;
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

    .ui-selectmenu-menu .ui-menu {
        overflow: auto;
        overflow-x: hidden;
        padding-bottom: 1px;
    }

        .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
            font-size: 1em;
            font-weight: bold;
            line-height: 1.5;
            padding: 2px 0.4em;
            margin: 0.5em 0 0 0;
            height: auto;
            border: 0;
        }

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    /* support: IE8 - See #6727 */
    .ui-slider.ui-state-disabled .ui-slider-handle,
    .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-tabs {
    position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px .2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap;
        }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            float: left;
            padding: .5em 1em;
            text-decoration: none;
        }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            /*
            margin-bottom: -1px;
            padding-bottom: 1px;*/
        }

            .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
            .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
            .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
                cursor: text;
            }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    /* background: none;*/
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 1em;
    }

    .ui-widget.ui-widget-content {
        /* moet wel op 1 voor de teksteditors artikelform /readcatie/artikel */ 
        border: 1px solid #636363; 
    }

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

    .ui-widget-content a {
        color: #333333;
    }

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #d6d6d6;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #333333;
    }

    /* Interaction states
----------------------------------*/
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default,
    .ui-button,
    /* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
    html .ui-button.ui-state-disabled:hover,
    html .ui-button.ui-state-disabled:active {
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
        font-weight: normal;
        color: #454545;
    }

        .ui-state-default a,
        .ui-state-default a:link,
        .ui-state-default a:visited,
        a.ui-button,
        a:link.ui-button,
        a:visited.ui-button,
        .ui-button {
            color: #454545;
            text-decoration: none;
        }

            .ui-state-hover,
            .ui-widget-content .ui-state-hover,
            .ui-widget-header .ui-state-hover,
            .ui-state-focus,
            .ui-widget-content .ui-state-focus,
            .ui-widget-header .ui-state-focus,
            .ui-button:hover,
            .ui-button:focus {
                border: 1px solid #cccccc;
                background: #ededed;
                font-weight: normal;
                color: #2b2b2b;
            }

                .ui-state-hover a,
                .ui-state-hover a:hover,
                .ui-state-hover a:link,
                .ui-state-hover a:visited,
                .ui-state-focus a,
                .ui-state-focus a:hover,
                .ui-state-focus a:link,
                .ui-state-focus a:visited,
                a.ui-button:hover,
                a.ui-button:focus {
                    color: #2b2b2b;
                    text-decoration: none;
                }

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

    .ui-icon-background,
    .ui-state-active .ui-icon-background {
        border: #003eff;
        background-color: #ffffff;
    }

    .ui-state-active a,
    .ui-state-active a:link,
    .ui-state-active a:visited {
        color: #ffffff;
        text-decoration: none;
    }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

    .ui-state-error a,
    .ui-widget-content .ui-state-error a,
    .ui-widget-header .ui-state-error a {
        color: #5f3f3f;
    }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70); /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35); /* support: IE8 */
    background-image: none;
}

    .ui-state-disabled .ui-icon {
        filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
    }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("/content/images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

.article-search .ui-widget-header {
    line-height: 1.9;
    height: 36px;
    margin-bottom: 0px;

}

.article-search .search-menu {
    float: left;
    margin-left: 6px;

}

.article-search .search-menu .textinput {
    margin-left: 5px;
    width: 200px;
    height: 16px;
}

.article-search .search-menu select {
    margin-left: 5px;
    width: 150px;
    height: 26px;
}

.article-search .fancybutton {
    margin: 2px 1px 1px 1px;
}

.article-search .spacer {
    margin-left: 10px;
}

.article-search input[type="date"] {
    padding: 2px 4px;
}

.article-search .article-search-results {
    padding: 0px;
    background: #fcfcfc;
}

.article-search .loader-overlay {
    height: 200px;
    text-align: center;
    padding: 80px 0px 0px 0px;
    background: #fcfcfc;
}


.article-search-container {
    display:flex;
    flex-direction:row;
}
.article-search-results {
    max-width: 900px
 }
.article-search-stats {
    flex: 0 0 300px;
    padding:20px;
}


.image-gallery.from-article {
    min-height: 100px;
}


.article-search .article-search-results .result-container {
    margin-bottom: 10px;
    height: 100%;
    position: relative;
    width: 100%;
    float: left;
    display: inline-block;
}

.article-search .article-search-results .result-container .article-search-result {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
}

.article-search .article-search-results .result-container .result-count {
    color: #808080;
    margin-bottom: 10px;
}

.article-search .article-search-results .result-container .article-search-result .article-summary {
    flex-grow: 1;
}

.article-search .article-search-results .result-container .article-search-result .article-summary h3 {
    font-size: 20px;
}

.article-search .article-search-results .result-container .article-search-result .article-summary .article-date {
    font-size: 14px;
    color: #808080;
}

.article-search .article-search-results .result-container .article-search-result .article-summary .summary {
    font-size: 14px;
    margin-top:6px;
    color:#000000
}

.article-search .article-search-results .result-container .article-search-result .article-image {
    flex-grow: 0;
}

.article-search .article-search-results .result-container .article-search-result .article-image img {
    border: 1px solid #FFF;
    max-width: 222px;
    margin-left: 10px;
}

.article-search .article-search-results .result-pagination {
    margin: 20px 0;
    padding-left: 0px;
    width: 100%;
    text-align: center;
}

.article-search .article-search-results .result-pagination ul {
    padding-left: 0px;
    padding-top: 10px;
    clear: both;
}

.article-search .article-search-results .result-pagination ul li a {
    font-weight: 700 !important;
    display: block;
    border: none;
    border-radius: 0;
    height: 17px;
    line-height: 18px;
    width: auto;
    color: #3b3b3b;
    font-size: 12px;
}

.article-search .article-search-results .result-pagination ul li {
    display: inline-block;
    list-style-type: none;
    text-align: center;
    margin: 4px 4px 2px;
    padding: 0;
    color: #bbb;
    font-size: 12px;
}

.article-search .article-search-results .empty-results {
    color: #fff;
    margin: 10px;
    width: 100%;
    text-align: center;
}

.article-search .article-search-results ::-webkit-scrollbar-button {
    background: initial;
}

.article-search .article-search-results ::-webkit-scrollbar-track-piece {
    background: initial;
}

.medialink-images-viewcontainer {
    list-style: none !important;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: inline-block;
    min-width: 75%;
}

.hovering .medialink-images-container {
    height: 70vh
}

.medialink-container {
    background-color: #fff;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
}

.medialink-image .second-toolbar {
    display: none !important;
}

.medialink-image .fr-element  {
    min-height: 0px !important;
    padding: 0px !important;
}

.medialink-image .fr-box.fr-basic .fr-wrapper  {
    background: none !important;
}

    .medialink-image .fr-box.fr-basic .fr-wrapper p {
        font-size: 12px !important;
        margin-top: 0px;
        margin-bottom: 10px;
    }

.medialink-image .fr-box,
.image-metadata-container .fr-box{
    margin: 0px !important;
}


.medialink-container .filedrag {
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    margin: 0px !important;
}

.medialink-container .medialink-images-container {
    margin: 10px;
}

    .medialink-container .captionorcredit {
        font-size: 12px;
        cursor: pointer;
        display: block; 
        margin-top: 12px;
        margin-bottom: 8px;
        font-weight: normal;
        color: #8f9090;
        color: #8f9090
    }

.medialink-container .medialink-upload-container {
    float: right;
}

.medialink-container .medialink-control-container {
    float:right;
    margin-bottom:10px;
    margin-left:10px;
    margin-right: 10px;
}

.medialink-container .medialink-images-viewcontainer li {
    float: left;
    /*dat zou netter moeten zijn http://localhost:8081/redactie/artikel/797626#item-Krant721493 PG
    min-width: 80px;*/
    min-height: 80px;
}

.medialink-container .medialink-images-viewcontainer img {
    max-width: 80px;
    max-height: 80px;
    margin-right: 4px;
}

.medialink-container .medialink-images-viewcontainer li.no-results {
    font-size: 12px;
    color: #8f9090;
}

.medialink-container .medialink-images-viewcontainer img.image-warning {
    margin-right: 0px;
    vertical-align: middle;
}

.medialink-container .medialink-images-viewcontainer span.image-warning {
    font-size:10px;
    vertical-align:middle
}

.medialink-container .medialink-images-editcontainer {
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-right: 10px !important;
    -webkit-user-drag: none;
}

.medialink-container .medialink-images-editcontainer .medialink-image {
    float: left;
    margin: 1px;
    margin-bottom: 6px;
    padding: 4px;
    min-height: 160px; 
    border: 1px solid #fff;
    position: relative;
}

.medialink-container .medialink-images-editcontainer .medialink-image:hover .medialink-controls {
    display: inline;
}

    .medialink-container .medialink-images-editcontainer .medialink-image:hover, .medialink-image:hover textarea, .medialink-image:hover input {
        background: #f4f4f4;
    }
 

.medialink-container .medialink-images-editcontainer .medialink-image .medialink-controls {
    display: none;
    float: none;
    margin-top: 10px;
}

.medialink-container .medialink-images-editcontainer .medialink-image .medialink-controls div {
    cursor: pointer;
    margin-left: 5px;
    display: inline;
}

.medialink-container .medialink-images-editcontainer .medialink-image .medialink-controls input {
    width: auto;
}

.medialink-container .medialink-images-editcontainer .medialink-image.medialink-internet:first-child {
    border: 1px dashed #ccc;
    padding-bottom: 20px;
}


.medialink-container .medialink-images-editcontainer .medialink-image .main-image-label {
    position:absolute;
    bottom:0px;
    left: 5px;
    color: #ccc;
    font-weight: bold;
    font-size: 11px;
    display: none;
}

.medialink-container .medialink-images-editcontainer .medialink-image.medialink-internet:first-child .main-image-label {
    display: inline-block;
}
 
.captionpreview-inactive {
    display: none !important
}

.captionpreview-img, .creditpreview-img {
    border: 1px solid #f6f6f6;
    padding: 4px;
}

.medialink-images-container .FlexBar {
    margin-top: 12px;
}

.medialink-images-container .FlexBar a img,
.medialink-images-container .FlexBar a svg,
.medialink-images-container .FlexBar a input {
    vertical-align: middle;
    margin: 0px;
}

.medialink-images-container .FlexBar a img,
.medialink-images-container .FlexBar a svg
{
    margin-left: 2px;
}

.medialink-images-container .FlexBar a {
    flex: 1;
    color: #000;
    width: auto !important;
    padding: 5px;
    max-width: 46px;
    background: #f2f2f2;
    border: 1px solid #e9e9e9;
    text-align: center;
    cursor: pointer;
    opacity: .9
}

.chooseSwitch {
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
    position: absolute;
    cursor: pointer;
}


.medialink-images-editcontainer .previewloader {
    left: 0px !important;
    top: 0px !important;
    margin-left: -10px;
}

.medialink-container .medialink-images-editcontainer .medialink-image .medialink-image-item {
    line-height: 140px;
    text-align: center;
    position: relative;
}

.medialink-container .medialink-images-editcontainer .medialink-image.medialink-newspaper .medialink-image-image {
     display: block;
    background: #535557;
    min-height: 160px;
    display: block;
    background-color: #535557;
}

.medialink-container .medialink-images-editcontainer .medialink-image .medialink-image-image { 
    height: 240px; 
}

.medialink-container .medialink-images-editcontainer input {
    width: 100%;
    margin: 3px 2px;
    border: 0px;
    padding: 0px;
    padding-top: 4px;
}
     
.medialink-container .medialink-images-editcontainer textarea {
    width: 100%;
    border: 0px;
    margin: 3px 2px;
    padding: 0px;
    padding-top: 4px;
    resize: none;
    line-height: 1.4;
}


.medialink-container .medialink-images-editcontainer .medialink-image {
    min-height: 440px !important
}

.medialink-container .medialink-images-editcontainer .medialink-image.medialink-width-limited {
    min-height: unset !important;
    max-width: 600px !important;
}

.medialink-container .medialink-images-editcontainer .medialink-image.medialink-width-limited .medialink-image-image {
    height: auto !important;
}

.Emailtab .container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.email-iframe {
    width: 100%;
    height: 100%;
    border: none;
    overflow: hidden;
    min-height:200px;
}

#groupTab {
    margin-bottom: -14px;
    border: 1px solid #636363;
    background: #21282b;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#editImageDialog {
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    text-align: left;
}

    #editImageDialog .edit-image-footer {
        width: 100%;
        border-top: 1px solid #ededed;
        padding-right: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

        #editImageDialog .edit-image-footer .image-used-before {
            max-width: 500px;
            float: left;
            padding-left: 10px;
            max-height: 200px;
            overflow-y: auto;
        }

        #editImageDialog .edit-image-footer .status-bar {
            width: 100%;
            height: 30px;
            overflow: hidden;
        }

        #editImageDialog .edit-image-footer .button-bar {
            width: 100%;
            height: 40px;
            margin-right: 10px;
            text-align: right;
        }

        #editImageDialog .edit-image-footer .textbutton {
            display: inline-block;
            margin-left: 10px;
        }

        #editImageDialog .edit-image-footer .button-bar div {
            display: inline-block;
        }

    #editImageDialog .container {
        width: 100%;
        margin: 0px;
        text-align: left;
        max-height: 60vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

    #editImageDialog .edit-image-container {
        margin: 0px;
        border-radius: 5px;
        padding: 0px;
        display: inline-block;
        width: 100%;
        position: relative;
        min-height: 360px;
    }

        #editImageDialog .edit-image-container .image-metadata {
            left: 528px;
            position: absolute;
            top: 0px;
            width: 200px;
        }

        #editImageDialog .edit-image-container .image-container {
            width: 520px;
            margin: 0px;
            padding: 0px;
            border: 0px;
            position: relative;
            text-align: center;
        }


        #editImageDialog .edit-image-container img.main-image {
            margin: 0px;
            padding: 0px;
            border: 0px;
            max-height: 100%;
            width: auto;
            /* vertical alignment */
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
        }



        #editImageDialog .edit-image-container .image-container .image-loader {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: #111;
            opacity: 0.5;
            text-align: center;
            vertical-align: middle;
            line-height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            #editImageDialog .edit-image-container .image-container .image-loader img {
                display: inline-block;
                vertical-align: middle;
            }

        #editImageDialog .edit-image-container img.rotate-image {
            cursor: pointer;
            margin-right: 5px;
            width: 12px;
            margin-bottom: 5px;
            position: absolute;
            left: -32px;
            top: 0px;
            background: white;
            padding: 6px;
        }

        #editImageDialog .edit-image-container input {
            width: 180px;
            margin-bottom: 10px;
            margin-top: 4px;
        }

        #editImageDialog .edit-image-container textarea {
            width: 180px;
            margin-bottom: 10px;
            margin-top: 4px;
        }

        #editImageDialog .edit-image-container select {
            width: 190px;
            margin-bottom: 10px;
            margin-top: 4px;
        }

    #editImageDialog .edit-image-container .image-container {
        min-height: 40vh;
    }
    #editImageDialog .wide .edit-image-container .image-container {
        width: 1024px; 
    }

    #editImageDialog .wide .edit-image-container .image-metadata {
        left: 1036px;
    }

    #editImageDialog .wide .edit-image-container img.main-image {
    }

    #editImageDialog .wide .edit-image-container input {
        width: 220px;
    }

    #editImageDialog .wide .edit-image-container textarea {
        width: 220px;
        height: 100px
    }

    #editImageDialog .wide .edit-image-container select {
        width: 230px;
    }

    #editImageDialog .image-navbuttons {
        color: #000;
        margin-top: 10px !important;
        margin-left: -10px;
    }

        #editImageDialog .image-navbuttons span {
            margin: 10px;
            font-size: 24px;
            cursor: pointer;
        }

    #editImageDialog .edit-image-container .delete-image {
        width: 100%;
        display: block;
        height: 25px;
        color: #ececec;
        margin-top: -2px;
    }

        #editImageDialog .edit-image-container .delete-image img {
            display: none;
            float: right;
            margin-right: 5px;
        }

        #editImageDialog .edit-image-container .delete-image a:hover > div {
            background-color: red;
        }

        #editImageDialog .edit-image-container .delete-image a > div {
            color: #535557;
            font-size: 12px;
        }



@media (max-width: 860px) {

    .ui-dialog {
        max-width: 100% !important;
    }

    .image-container {
        max-width: 100% !important;
        height: auto !important;
    }

    #editImageDialog .container {
        max-height: none !important;
    }

    #editImageDialog .edit-image-container .image-metadata {
        position: relative !important;
    }
}

#fileUploader {
    margin-bottom: 35px;
}

#fileUploader .file-dropzone {
    display: none;
    font-weight: 700;
    padding: 1em 0;
    margin: 1em;
    color: #555;
    border: 1px dashed #fff;
    border-radius: 7px;
    cursor: default;
    height: 120px;
    line-height: 120px;
    vertical-align: middle;
    width: 150px;
    margin-left: 5px;
    margin-top: 0;
}

.file-dropzone.file-hover {
    color: red;
    border-color: red;
    border-style: solid;
    box-shadow: inset 0 3px 4px #888;
}

#fileUploader  input.file-chooser {
    margin-top: 15px;
}

.iage-library h2 {
    margin-bottom: 0px;
}
.image-gallery-textwrap-message {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    background: #2c83b7;
    color: white;
}

.image-group h4 {
    color: #fff;
    font-size: 12px;
    margin: 10px; 
}

.image-library a.close-gallery {
    color: dimgray;
}

.image-library .ui-widget-header {
    line-height: 1.9;
    height: 36px;
    margin-bottom: 0px;
}

.image-library .search-menu {
    float: left;
    margin-left: 6px;
}

.image-library .search-menu .textinput {
    margin-left: 5px;
    width: 200px;
    height: 16px;
}

.image-library .search-menu select {
    margin-left: 5px;
    width: 150px;
    height: 26px;
}

.image-library .search-menu label {
    vertical-align: middle;
    margin-right: 30px;
}

.image-library .link-menu {
    margin-top: 6px;
    margin-right: 5px;
    float: right;
    font-size: 12px;
}

.image-library .fancybutton {
    margin: 2px 1px 1px 1px;
}

.image-library .image-gallery {
    padding: 0px;
    background: #141718;
}

.image-library .loader-overlay {
    height: 200px;
    text-align: center;
    padding: 80px 0px 0px 0px;
    background: #141718;
}

.image-gallery.from-article {
    min-height: 100px;
}


.image-library .image-gallery .image-container {
    margin-bottom: 10px;
    height: 100%;
    position: relative;
    width: 100%;
    float: left;
    display: inline-block;
}

.image-library .image-gallery .image-container.with-facets {
    width: 72%;
}

.image-library .image-gallery .image-container .placeable-image {
    overflow: hidden;
    line-height: 100%;
    float: left;
}

.image-library .image-gallery .image-container .placeable-image img {
-webkit-user-drag: none;
}

.image-library .image-gallery .image-stats {
    margin-right: 20px;
    float: right;
    max-width: 290px;
    width: 20%;
    padding: 10px;
    background-color: none !important;
    display: inline-block;
}

.image-library .image-gallery .image-stats .stats-header {
    color: #fff;
    font-size: 12px;
}

.image-library-nextprevious {
    padding: 10px;
}
.image-library-nextprevious svg {
    width: 30px;
}

.image-library-selected {
    font-size: 180% !important;
    vertical-align: middle;
}


.image-library .image-gallery .image-stats .stats-header a {
    font-weight: 700;
    padding: 6px 0 0 6px;
    color: #fff;
    font-size: 12px;
}

.image-library .image-gallery .image-stats .facet-list {
    line-height: 1.6;
    margin-bottom: 50px;
}

.image-library .image-gallery .image-stats .facet-list a {
    color: #fff;
}

.image-library .image-gallery .image-stats .facet-list a span {
    color: #808080
}

.image-library .image-gallery .result-pagination {
    margin: 20px 0;
    padding-left: 0px;
    width: 100%;
    text-align: center;
}

    .image-library .image-gallery .result-pagination ul {
        padding-left: 0px;
        padding-top: 10px;
        clear: both;
        margin-top: 0px;
        margin-bottom: 0px;
    }

.image-library .image-gallery .result-pagination ul li a {
    font-weight: 700 !important;
    display: block;
    border: none;
    border-radius: 0;
    height: 17px;
    line-height: 18px;
    width: auto;

    color: #9b9b9b;
    font-size: 12px;
}

.image-library .image-gallery .result-pagination ul li {
    display: inline-block;
    list-style-type: none;
    text-align: center;
    margin: 4px 4px 2px;
    padding: 0;

    color: #fff;
    font-size: 12px;
}

.pagination ul li a {
    font-weight: 700 !important;
    color: #39c;
    display: block;
    border: none;
    border-radius: 0;
    height: 17px;
    line-height: 18px;
    width: auto;
}

.image-library .image-gallery .placeable-image {
    cursor: default;
}

.image-library.from-article .image-gallery .placeable-image {
    cursor: pointer;
}

.image-library .image-gallery .empty-results {
    color: #fff;
    margin: 10px;
    width: 100%;
    text-align: center;
}

.placeable-image {
    float: left;
    margin-bottom: 4px;
    overflow: hidden;
    height: 173px !important;
}

.placeable-image {
    position: relative;
}

.placeable-image.external {
    margin-right: 2px;
}


.placeable-image .image-link {
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 0px;
    width: 34px;
    height: 34px;
}

.placeable-image .image-link .broken-link {
    vertical-align: middle;
    cursor: pointer;
    height: 14px;
}

.placeable-image .image-link .complete-link {
    vertical-align: bottom;
    cursor: pointer;
    height: 14px;
}

.placeable-image .multi-link-image-container {
    position: absolute;
    width: 10px;
    height: 34px;
    right: 15px;
    top: 0px;
}

.placeable-image:hover .image-caption {
    max-height: 220px;
}

.image-library .image-caption img {
    vertical-align: middle;
    margin-right: 6px;
    margin-top: 2px;
}

.image-library .image-caption {
    transition: max-height 0.8s;
    position: absolute;
    background: #e7e7e7;
    left: 0;
    bottom: 0;
    max-height: 0px;
    width: 98%;
    filter: alpha(opacity=80);
    opacity: .8;
    line-height: 1.4;
    font-size: 10px;
    color: #000;
    font-style: normal;
    overflow: hidden;
}

.image-library .image-caption info {
    display: block;
}
.image-library .image-caption info.image-keywords {
    max-height: 16px;
    overflow: hidden;
}

.image-library .image-caption info.caption {
    max-height: 64px;
    overflow: hidden;
    font-size:12px;
    padding:2px;
}

    .image-library .image-caption info.credit {
        max-height: 16px;
        overflow: hidden;
        padding: 2px;
    }

.image-library .image-caption a {
    font-weight: 700;
    padding: 6px 0 0 6px;
    color: #fff;
}

    .image-library .image-caption .caption-links {
        position: relative;
        bottom: 0px;
        float: right;
        padding: 2px 4px 2px 4px;
    }

#imageDialog .article-row {
    float: left;
    margin-left: 8px;
    padding: 2px;
    margin-top: -4px;
    max-width: 670px;
}

#imageDialog .article-row a {
    text-decoration: none;
}

#imageDialog #usedIn.external {
    padding: 10px;
    line-height: 1.4;
    max-width: 640px;
}

.image-library ::-webkit-scrollbar-button {
    background: initial;
}

.image-library ::-webkit-scrollbar-track-piece {
    background: initial;
}

.image-library .highcharts-background {
    fill: none !important;
}
.previewword {
    z-index: 9997 !important;
    transition: opacity .5s ease-out;
    opacity: 1;
    font-size: 120%; /* bigger is only more clear */
    position: absolute;
    color: rgba(0, 0, 0, 0.00);
    cursor: text;
}

.selectedText {
    background: #a3c939;
    opacity: .4;
}

.previewword:hover {
    opacity: .4;
    color: rgba(0, 0, 0, 0.01);
}

.PreviewRefr {
    overflow: hidden;
}

.preview-deactivated {
    /* must make the words unselectable */
    z-index: 9998 !important;
    width: 100%;
    height: 100%;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    overflow: hidden;
}

    .preview-deactivated .message {
    }



    .preview-deactivated .preview-message {
        top: 35%;
        left: 0;
        right: 0;
        max-width: 100%;
        position: absolute;
        margin: 0 auto;
        width: 175px;
        height: auto;
        text-align: center;
        color: #fff;
        background: rgba(0, 0, 0, 0.70);
        padding: 20px;
        border-radius: 6px;
    }

        .preview-deactivated .preview-message.preview-message-small {
            padding: 10px;
        }

.preview-message-small svg {
    padding: 10px;
    margin-top: 2px;
    background: rgba(0, 0, 0, 0.70);
    border-radius: 8px;
}
.preview-message-small {
    top: -2px !important;
    width: 100% !important;
    height: 100% !IMPORTANT;
    background: rgba(0, 0, 0, 0.05) !important
}

@media screen and (max-width: 1000px) {
    .Toondatum {
        width: 82px !important;
    }

    .tilldate {
        width: 82px !important;
    }

    .EnteredLocationDetails {
        width: 200px;
        float: left;
    }

    .EnteredLocationMap {
        width: 200px;
        float: left;
    }

    .locLabel {
        width: 100px;
    }
}

input {
    min-height: 17px;
    margin-bottom: 5px;
}
.articleKeywords .stampedlabel {
    cursor: pointer;
    padding: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 2.2;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 4px;
}

@media (min-width: 480px) {
    .ui-multiselect {
        width: 250px !important;
        border: 1px solid grey !important;
        margin: 2px 0 2px 0;
        font-size: .8em;
        background-color: #FFF !important;
        overflow: hidden;
        height: 36px;
        line-height: 1.2;
    }
}


.special_container {
    background: #eeeeee;
    border: 1px solid #cccccc;
    padding: 5px 10px;
    padding: 10px;
}

.fr-wrapper q {
    float: left;
    font-size: 120%;
    font-weight: bold;
    margin-left: -60px;
    margin-top: 0px;
    margin: 30px;
    position: relative;
    width: 220px;
}
#linkImageDialog {
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    text-align: left;
}

#linkImageDialog .image-used-before {
    padding: 10px;
    width: 360px;
    display: inline-block;
    max-height:80px;
    overflow-y:auto;
}

#linkImageDialog .image-preview-container {
    width: 300px;
    min-height: 302px;
    float: left;
    text-align: center;
    padding: 5px;
    color: #fff;
    background: #3972a2;
    display: inline-block;
}

#linkImageDialog .image-preview-container .image-preview-header {
    margin: 5px;
}

#linkImageDialog .image-preview-container .image-cropper {
    width: 300px;
    min-height: 173px;
}

#linkImageDialog .image-preview-container .image-cropper-menu {
    width: 300px;
    margin: 10px;
    text-align: center;
}

    #linkImageDialog .single-use-message {
 
        padding: 10px;
        background-color: #ffab00;
        border-top: 1px solid #dddddd;
        clear: both;
        color: black;
        line-height: 1.4;
        padding: 5px;
        color: #fff;
        width: 370px;
        display: inline-block;
    }


#linkImageDialog .image-preview-container .image-cropper-menu img {
    cursor: pointer;
}

#linkImageDialog .image-metadata-container {
    text-align: left;
    width: 370px;
    padding: 10px;
    display: inline-block;
}

    #linkImageDialog .image-metadata-container input,
    #linkImageDialog .image-metadata-container textarea {
        width: 100%;
    }
     
    #linkImageDialog .image-metadata-container textarea {
        min-height:84px;
    }

#linkImageDialog .image-metadata-container select {
    width: 100%;
}

 
.image-metadata-container .second-toolbar {
    display: none !important;
}
 
.image-metadata-container .fr-element {
    min-height: 0px !important;
    padding: 0px !important;
}
 
.image-metadata-container .fr-box.fr-basic .fr-wrapper {
    background: none !important;
}

.image-metadata-container .fr-box.fr-basic .fr-wrapper p {
    font-size: 14px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.image-metadata-container .fr-box.fr-basic {
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    margin-top: 10px !important;
    padding-left: 10px;
    padding-right: 10px;
}
#kkeditor2, #kkeditor3 {
    display: none;
    margin-top: 15px;
}

button.emoji {
    background: none;
    border: none;
    width: 25px;
    height: 40px;
    vertical-align: middle;
    display: inline-block;
}

.experiment-results {
    margin: 0 auto;
    margin-top: 20px;
    width: 400px;
    text-align: left;
}

.experiment-trial-result {
    margin-bottom: 20px;
}

.experiment-result-action {
    margin-top: 60px;
}

.experiment-container .resultbar {
    background: #2b2b2b;
    min-height: 20px;
    padding: 4px;
    padding-left: 8px;
    margin-top: 10px;
    color: #f6f4f5;
    font-size: 10px !important;
    white-space: nowrap;
}

.experiment-in-progress {
    display: none;
    margin-top: 20px;
}

.experiment-loader-parent {
    width: 100%;
    text-align: center;
}

.experiment-loader svg {
    width: 60px !important;
    margin-top: 0px !important;
}

.experiment-loader {
}

.experiment-form button.emoji svg {
    vertical-align: top;
}

.experiment-form:not(.visible) {
    display: none;
}

.non-experiment-div.invisible {
    display: none;
}

#experiment-removeheadline {
    font-size: 12px;
    margin-left: 10px;
}

.experiment-container {
    width: 100%;
    background: #f6f4f5;
    padding: 20px;
    font-size: 14px;
    width: 732px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.experiment-experiments {
    margin-top: 20px;
    margin-bottom: 20px;
}

.experiment-container h4 {
    display: inline-block;
    margin-left: 10px;
}

.experiment-experiments label {
    font-size: 12px;
}

.experiment-experiments li {
    margin-bottom: 30px;
    margin-top: 10px;
}

.experiment-experiments input {
    width: 90%;
    padding: 9px;
    font-size: 14px;
}

.experiment-experiments button span {
    vertical-align: middle;
}

.experiment-experiments button:not(.emoji) {
    background: #b1e26f;
    border: 0px;
    font-size: 12px;
    padding: 10px;
    cursor: pointer;
    margin-left: 40px;
}

    .experiment-experiments button:not(.emoji) svg {
        height: 16px;
        vertical-align: middle;
        width: auto !important;
    }

.experiment-container svg {
    width: 20px;
    vertical-align: middle;
}

button.emoji svg {
    width: auto !important;
}

.experiment-parameters button:not(.emoji) {
    margin-left: 10px;
}

.experiment-parameters {
    margin-top: 40px;
    float: right;
}

    .experiment-parameters .Knappetabel td {
        font-size: 12px !important;
    }

.publish-website-selection
 {
    margin-bottom:20px;
}

#ad_webSiteID {
    width: 100% !important;
}

.postonline-placement-delete {
    cursor: pointer !important;
    color: red;
    display: none;
    margin-left: 20px;
    font-size: 14px;
    vertical-align: middle;
}

.publish-website-selection:hover .postonline-placement-delete {
    display:inline;
}
.component-selector
.component {
    text-align: center;
    float: left;
    width: 88%;
    /* height: 28px; */
    padding: 10px;
    /* vertical-align: middle; */
    /* display: flex; */
    align-items: center;
    margin: 2px;
    border: 1px solid #333333;
    background: #deedf7;
    border-radius: 4px;
    /* font-family: Arial; */
    border: 1px solid #d2dce2;
    cursor: pointer;
    /* transition: all .2s ease-in-out; */
    font-size: 14px;
}

.fr-view .pubble-custom-tag
{
    padding-bottom: 8px
}

.fr-view .pubble-custom-tag,
.fr-view .pubble-custom-tag div {
    background: #d0f3ff;
    padding-top: 10px;
}

.fr-view .pubble-custom-tag h5 {
    font-weight: bold;
    font-size: 120%;
    margin: 10px;
}
 
.fr-view .pubble-custom-tag:before,
.pubble-custom-tag p:before,
.pubble-custom-tag div:before,
.pubble-custom-tag blockquote:before,
.pubble-custom-tag a:before,
.pubble-custom-tag span:before,
.pubble-custom-tag br:before,
.pubble-custom-tag iframe:before,
.pubble-custom-tag h2:before {
    width: 20px;
    font-size: 12px;
    color: #737373;
    padding: 10px;
    padding-left: 0px;
}

.pubble-custom-tag br {
    content: 'BR';
    display: block;
    color: black;
    margin-bottom: 1px !important;
    border-bottom: 1px dotted #878a8e;
}

.pubble-custom-tag a:before {
    content: 'Link ' attr(class) !important;
}

.pubble-custom-tag span:not(.replaceRed):before {
    content: attr(class);
}

.pubble-custom-tag p:before {
    content: '¶ ' attr(class);
}


.pubble-custom-tag span {
    margin-left: 4px;
}


.pubble-custom-tag iframe:before {
    content: 'Embed ' attr(class);
}


.pubble-custom-tag:before {
    content: 'Component ' attr(data-pubblecomponent-name) ' ' !important;
    font-size: 14px !important;
    font-style: italic;
    padding:20px;
}

.pubble-custom-tag div:before {
    content: '' attr(class) !important;
}

.pubble-custom-tag blockquote:before {
    content: 'Quote' !important;
}

.pubble-custom-tag h2:before {
    content: 'Header ' attr(class) !important;
}



.pubble-custom-tag,
.pubble-custom-tag p,
.pubble-custom-tag div,
.pubble-custom-tag blockquote,
.pubble-custom-tag a,
.pubble-custom-tag span,
.pubble-custom-tag iframe,
.pubble-custom-tag h2 {
    border: 1px dotted #b1b3b6;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.pubble-custom-tag a,
.pubble-custom-tag span {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: 4px;
}

    .pubble-custom-tag:after,
    .pubble-custom-tag div:after {
        content: "" !important;
    }
.showblocks .fr-view p:before,
.showblocks .fr-view div:before,
.showblocks .fr-view blockquote:before,
.showblocks .fr-view a:before,
.showblocks .fr-view span:before,
.showblocks .fr-view br:before,
.showblocks .fr-view iframe:before,
.showblocks .fr-view h2:before {
    width: 20px;
    font-size: 12px;
    color: #737373;
    padding: 10px;
    padding-left: 0px;
}

.showblocks .fr-view br {
    content: 'BR';
    display: block;
    color: black;
    margin-bottom: 1px !important;
    border-bottom: 1px dotted #878a8e;
}

.showblocks .fr-view a:before {
    content: 'LINK ' attr(class);
}

.showblocks .fr-view span:not(.replaceRed):before {
    content: attr(class);
}

.showblocks .fr-view p:before {
    content: '¶ ' attr(class);
}


.showblocks .fr-view span {
    margin-left: 4px;
}


.showblocks .fr-view iframe:before {
    content: 'EMBED ' attr(class);
}

.showblocks .fr-view div:before {
    content: 'EMBED ' attr(class);
}

.showblocks .fr-view blockquote:before {
    content: 'QUOTE ' attr(class);
}

.showblocks .fr-view h2:before {
    content: 'HEADER ' attr(class);
}

.showblocks .fr-view p, 
.showblocks .fr-view div, 
.showblocks .fr-view blockquote, 
.showblocks .fr-view a, 
.showblocks .fr-view span, 
.showblocks .fr-view iframe, 
.showblocks .fr-view h2 {
    border: 1px dotted #878a8e;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.showblocks .fr-view a, 
.showblocks .fr-view span {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: 4px;
}



.fr-view div:not(.explainer-content):after, .fr-view iframe:after {
    content: " ";
    font-style: italic;
}

.fr-view div div:after, .fr-view iframe iframe:after {
    content: ""; /* nested divs moeten niet steeds bekijk embed tonen*/
}

.fr-view div, .fr-view iframe {
    background: #d4f29b;
    padding: 16px;
    padding-top: 0px;
}
@import"https://fonts.googleapis.com/css?family=Open+Sans";



.input__charcounter {
    align-items: center;
    border-radius: 290486px;
    display: inline-flex;
    font-size: .65rem;
    height: 2em;
    justify-content: center;
    line-height: 1.5;
    padding-left: .875em;
    padding-right: .875em;
    vertical-align: top;
    white-space: nowrap;
    position: absolute;
    margin-top: 3px;
}
.input__charcounter--web {
    background: #364467;
    color: #fff;
}

.ticontainer {
    display:inline-block;
}

.tiblock {
    align-items: center;
    display: flex;
    height: 17px;
    margin-left: 2px;
}

.ticontainer .tidot {
    background-color: #f5f5f5;
}


.tidot {
    -webkit-animation: mercuryTypingAnimation 1s infinite ease-in-out;
    border-radius: 2px;
    display: inline-block;
    height: 4px; 
    width: 4px;
    margin-right:2px;
}

.ui-tooltip-shadow  {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    box-shadow: 0 6px 20px 0 #a3a3a3 !important;
}

@-webkit-keyframes mercuryTypingAnimation {
    0% {
        -webkit-transform: translateY(0px)
    }

    28% {
        -webkit-transform: translateY(-2px)
    }

    44% {
        -webkit-transform: translateY(0px)
    }
}

.tidot:nth-child(1) {
    -webkit-animation-delay: 200ms;
}

.tidot:nth-child(2) {
    -webkit-animation-delay: 300ms;
}

.tidot:nth-child(3) {
    -webkit-animation-delay: 400ms;
}






.json_table div {
    padding: 8px;
    min-width: 80px;
}

#messages_preview {
    padding: 10px;
    flex: 1 480px;
    display: none;
}

.zoomed-container {
    overflow-x: hidden; /* Correctie tegen onnodige balken, doenwe ook verticaal */
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}


.statusButtons img {
    vertical-align: middle;
}

.statusButtons .svg-img {
    height: 18px;
    opacity: .7
}

.statusButtons-flex {
    display: flex;
    flex-direction: row;
}

    .statusButtons-flex .buttonStatus {
        flex: 1;
    }

.buttonStatus.download-upload {
    flex: .5;
}

.group-tab-title {
    font-size: 11px;
    margin-top: 6px;
    color: #fff;
    font-weight: normal;
}

.linked-article-content {
    padding: 15px !important;
}

.group-tab.ui-tabs-active:not(.Emailtab)::after {
    max-width: 98px !important;
    width: 98px !important;
    background-color: #fb9033 !important;
}


.group-tab .tabclass.selected {
    background-color: #fb9033 !important;
}

.group-tab .tabclass {
    display: block;
    line-height: 40px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
}

.group-tab {
    margin-right: 4px;
}


.prettyJson pre {
    outline: 1px solid #ccc;
    padding: 5px;
    margin: 5px;
}

.prettyJson .string {
    color: green;
}

.prettyJson .number {
    color: darkorange;
}

.prettyJson .boolean {
    color: blue;
}

.prettyJson .null {
    color: magenta;
}

.prettyJson .key {
    color: red;
}


/*highcharts */
svg .highcharts-credits {
    display: none;
}


.HeaderEditor p {
    color: #2b3235;
    font: 700 26px "Open Sans",Helvetica,Arial,sans-serif;
}

.fr-view p a, .fr-view div a {
    color: #a3c939;
    font-weight: bold
}

.explainer-content {
    display: none;
}

    .explainer-content.open {
        display: block;
        width: 90%;
        padding: 10px;
        background: #f9f9f9;
        margin-top: 20px;
        margin-bottom: 40px;
    }

.explainerLink:after {
    content: url("data:image/svg+xml; utf8, <svg viewBox='0 0 620 620' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' d='M479.31 357.216L303.999 256l175.31-101.215c5.74-3.314 7.706-10.653 4.392-16.392l-12-20.785c-3.314-5.74-10.653-7.706-16.392-4.392L280 214.431V12c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v202.431L56.69 113.215c-5.74-3.314-13.079-1.347-16.392 4.392l-12 20.785c-3.314 5.74-1.347 13.079 4.392 16.392L208 256 32.69 357.216c-5.74 3.314-7.706 10.653-4.392 16.392l12 20.784c3.314 5.739 10.653 7.706 16.392 4.392L232 297.569V500c0 6.627 5.373 12 12 12h24c6.627 0 12-5.373 12-12V297.569l175.31 101.215c5.74 3.314 13.078 1.347 16.392-4.392l12-20.784c3.314-5.739 1.347-13.079-4.392-16.392z'></path></svg>");
    display: inline-block;
    width: 14px;
    margin-left: 4px;
}


.fr-popup {
    z-index: 9999;
}

.fr-dropdown-menu li {
    min-width: 260px;
}

.deletebox {
    min-width: 22px;
    height: 18px;
}

#suppliedSelectionBar {
    position: absolute;
    width: 100%;
    z-index: 9999999;
    width: 89%;
    margin-top: -6px;
}

#SelectionBar {
    background: #ff8d2a;
    padding: 12px;
    width: 100%;
    display: flex;
}

    #SelectionBar div {
        flex: 1;
        flex-direction: column;
        line-height: 1.2;
    }

    #SelectionBar path {
        fill: #fff;
    }


    #SelectionBar img {
        vertical-align: middle;
        height: 18px;
    }

.previewloader {
    position: absolute;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    z-index: 999;
    top: 0px;
    display: flex;
    align-items: center;
}

    .previewloader div {
        width: 100%;
    }

    .previewloader svg {
        margin-top: 0% !important;
        height: 58px !important;
    }

.dataserverIndicator {
    cursor: pointer;
    color: gray;
    font-size: 10px !important;
    font-weight: normal !IMPORTANT;
    margin-right: 10px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.profiler-results {
    display: none;
}

.fr-box .fr-counter {
    font-size: 10px !important;
}

.FlexBar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
}

    .FlexBar a {
        order: 0;
        align-self: auto;
        width: 100px;
    }

    .FlexBar .acivationlink {
        order: 0;
        flex: 1;
        align-self: auto;
        width: auto !important;
    }


.InArticleNotificationNarrow {
    width: auto !important;
    left: 62px !important;
}

.InArticleNotification {
    width: auto !important;
    left: 140px !important;
}

.InArticleNotificationNarrow #messageContainer {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 30px;
    padding-right: 30px;
}

.InArticleNotification #messageContainer {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 30px;
    padding-right: 30px;
}



.overflowMarker {
    display: block;
    height: 1px;
    margin: 0px;
    border: 0px;
    border-style: dotted;
    border-top: 2px dotted red;
    opacity: .6;
    z-index: -1;
    opacity: .2;
}

.fr-element {
    overflow-y: hidden !important;
}

.overflowMarker:after {
    content: ' ';
    background: red;
    width: 100%;
    height: 100%;
    background: red;
    z-index: -1;
    position: absolute;
}



.inarticle-related div {
    padding: 0px !important;
}

.inarticle-related {
    padding-left: 0px !important;
}

.inarticle-related-image {
    background-size: cover !important;
    width: 150px;
    height: 122px;
    float: left;
    background-size: cover;
    margin-right: 10px;
}


.relatedMessages {
    width: 333px !important;
    overflow: hidden;
    padding-top: 4px;
}

    .relatedMessages span {
        line-height: 1.6;
    }

.webeditor .previewtekstContainer {
    max-height: 100vh !important;
}

.fr-view iframe {
    position: relative !important; /* Geen absolute! */
}

.replaceRed {
    color: #fff !important;
    background: #e60505;
}

.wsc-badge__label-button {
    background-color: #eaeaea !important;
}

.fr-toolbar .fr-btn-grp {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.fr-dropdown-list li {
    position: relative;
}

    .fr-dropdown-list li a {
        padding-left: 10px;
        padding-right: 30px;
    }

.fr-box {
    margin-top: 0px !important;
}

.fr-view {
    padding-top: 0px !important;
}

.fr-shortcut {
    font-size: 12px;
    font-family: 'Times New Roman';
    position: absolute;
    right: 10px;
    top: 4px;
}

.artikelclass .hascontrols:hover {
    background: none !important;
}
.article-customproperties-grid {
    display: grid;
    grid-template-columns: 50% 50%;
}
    .article-customproperties-grid
    ol.numbered li {
        list-style: auto;
        display: list-item;
        margin-bottom:15px;
    }

    .article-customproperties-grid  ol {
        counter-reset: my-counter-name;
    }

.article-customproperties-grid  li {
    counter-increment: my-counter-name;
}

.article-customproperties-grid li::marker {
    content: counter(my-counter-name);
}

    .article-customproperties-grid .buttons {
        width: 100%;
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .article-customproperties-grid .second-toolbar {
        display: none;
    }
    .article-customproperties-grid
    .fr-box.fr-basic .fr-element {
        padding-bottom: 0px;
    }

.article-customproperties-grid .fr-box.fr-basic .fr-wrapper {
    padding: 10px;
}
    .article-customproperties-grid .fr-box.fr-basic p {
        margin-top:0px;
    }

.article-customproperties-grid .article-property {
    padding: 10px;
}

    .fr-box.fr-basic {
        margin: 40px;
    }

.article-customproperties .fr-box.fr-basic {
    margin: 0px;
}

.fr-box.fr-basic .fr-wrapper, .fr-toolbar, .second-toolbar {
    border: 0px !important;
}

        .second-toolbar svg, .second-toolbar a {
            display: none !important;
        }

.codox-container {
    display: none;
}

#undo-1, #redo-1, #getPDF-1 {
    display: none;
}

.fr-toolbar.fr-top {
    border: 0px solid #e6e6e6 !important;
    border-radius: 0px !important;
}

.fr-more-toolbar .pubble-button {
    margin-top: 10px !important;
    margin-left: 8px !important;
    margin-right: 4px !important;
}

.fr-view {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.fr-fullscreen-wrapper .fr-view {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.fr-toolbar {
    min-width: 462px;
    background: #fff !important; /*black bar browser bug*/
}

#contentsnelfuncties svg {
    color: #f1f1f1;
    max-width: 20px !important;
    margin-right: 6px;
    min-width: unset;
    display: inline-block !important
}

#contentsnelfuncties {
    margin-top: 12px !important;
}

.narrow a {
    display: block;
    width: 100%;
}

.ui-tooltip-pubble-light .articleList {
    max-height: 40vh !important;
}

.ui-tooltip-pubble-light .qtip-content {
    padding: 0px !important;
}

.ui-tooltip-pubble-light {
    border: 1px solid #d0cece
}

.articleOffline {
    border-left: 3px solid #ce0000 !important;
}

.articlePendingApproval {
    border-left: 3px solid #faa71d !important;
}

.stickyPlacement svg {
    height: 36px !important;
    vertical-align: middle;
    margin-right: 8px;
    float: left;
}

.HoofdnavigatieLink svg {
    height: 20px !important;
    margin-right: 4px;
    opacity: .8;
    vertical-align: middle;
    margin-bottom: 1px;
    color: #fff;
    width: 26px !IMPORTANT;
}

.narrow .HoofdnavigatieLink svg {
    width: auto !IMPORTANT;
    display: block;
    margin: 0 auto !important;
    margin-bottom: auto !important;
    margin-top: 18px !important;
}

.pubbleditor strong a {
    margin-bottom: 10px;
}

.ToolbarContainer {
    margin-top: 20px;
}

.sendin .deletehide {
    display: none;
}

.sendin:hover .deletehide {
    display: inline;
}

.sendin {
    height: 66px;
}

.fromPubble {
    border-left: 4px solid #a3c939 !important;
}

.ncAdPosition {
    position: relative;
    top: 6px;
    left: 12px;
}

.ncAdPositionLabel {
    display: none;
    position: absolute;
}

.withAdsBookedByPosition {
    position: absolute;
    z-index: 1100;
}

.adsBookedByPosition li.emptypos {
    margin-top: 91px !important;
    margin-bottom: 59px !important;
    padding-bottom: 57px !important
}

.withAdsBookedByPosition .ui-sortable-placeholder {
    height: 64px !important;
}

.withAdsBookedByPosition li {
    margin-bottom: 100px !important;
}

.closeGap .ncAdPosition {
    display: none !important;
}

.withAdsBookedByPosition li.closeGap {
    /*margin-bottom: 10px !important;*/
}

.adsBookedByPosition {
    position: absolute;
    z-index: 1200;
    margin-top: -12px !important;
    margin-left: -61px !important;
}

    .adsBookedByPosition .ui-sortable-placeholder {
        height: 66px !important;
    }

    .adsBookedByPosition li {
        margin-top: 94px !important;
        margin-bottom: 0px !important;
        margin-left: 85px !important;
        max-width: 520px;
    }

.insertIcon {
    float: left;
    width: 40px;
    position: absolute;
    top: -26px;
    left: -40px;
}

.badge {
    border-radius: 5%;
    padding: 2px;
    background: rgba(31, 143, 180, 0.1);
    border: 1px solid rgba(31, 143, 180, 0.15);
    font-size: 0.9em;
    font-weight: normal;
    text-align: center;
}

.createdfrompubble {
    border-left: 4px solid #a3c939 !important;
}

.unopened {
    border-left: 4px solid #ff8d2a !important;
}

    .unopened a {
        font-weight: bold !important;
    }

.cke_shared {
    width: 520px !important;
}

.bevOrderContent {
    z-index: 999999 !important;
}

#modalbg table, #modalbg td, #modalbg div {
    max-width: 100% !important;
}
/* fix breedte mail weergave http://localhost:8081/klant/details/144837 */
pre {
    white-space: pre-wrap !important
}

#modelbg pre {
    white-space: pre-wrap !important;
}

#sbTable tr.content td, #sbTable thead td {
    border: 1px solid rgba(0,0,0,0.1);
}

.DeleteLink a:link, .DeleteLink a > div {
    color: #535557
}

#ncaudiostream {
    margin-right: 10px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 12px;
    width: 260px;
}

.basedONWarning {
    color: #ee4444;
    background: #ffe5e5;
    min-width: 96%;
    padding: 5px;
    display: block;
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 14px;
}

.jsplumb-connector {
    z-index: -2;
}

.jsplumb-endpoint {
    z-index: -1;
}

.jsplumb-overlay {
    z-index: -2;
}

.sales .desktop {
    opacity: .7;
}

#ultabs .ui-tabs-active, .ui-tabs-tab, .ui-tabs-tab:focus, .ui-tabs-tab::selection, .ui-tabs-tab:target {
    outline: none !important;
}

#ultabs .tabclass div {
    text-overflow: ellipsis;
    overflow: hidden;
}

#ultabs .tabclass {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    width: 100px;
}

#ultabs .ui-tabs-tab {
    width: 128px;
    max-width: 128px;
    background: none !important; /* no white lines in article*/
}

#ultabs .ui-tabs-active:not(.Emailtab)::after {
    content: " ";
    display: block;
    position: absolute;
    width: 128.5px;
    height: 5px;
    background-color: #fff;
    bottom: -6px;
    left: -2px;
    opacity: 1;
    border-left: 2px solid #21282b;
    border-right: 2px solid #21282b;
    border-bottom: 1px solid #ffffff;
}

#ultabs .ui-tabs-active:not(.Emailtab):first-of-type::after {
    content: " ";
    display: block;
    position: absolute;
    width: 129px;
    height: 5px;
    background-color: #fff;
    bottom: -6px;
    left: -3px;
    opacity: 1;
    border-left: 3px solid #21282b;
    border-right: 2px solid #21282b;
    border-bottom: 2px solid #ffffff;
}

#mailFolderBox {
    background-color: #f0f0f0;
    padding: 5px;
    padding-bottom: 9px;
    margin-left: -5px;
    margin-right: -6px;
}

#mailFolders span {
    font-size: 10px;
    cursor: pointer;
    margin-right: 5px;
    display: block;
    margin-bottom: -5px;
    float: left;
    color: #565656
}

.selectedFolder {
    color: #000000 !important;
    font-weight: bold;
}

#messages_bar {
    border-right: 1px solid #eeeeee;
}

.sales .salesblock {
    font-size: 32px;
    color: #fff !important;
    margin-right: 10px;
}

.sales .mobile_div {
    font-size: 12px !important;
    opacity: 1;
}

    .sales .mobile_div img {
        vertical-align: middle;
        margin-top: -6px;
    }

.sales .dashlabel {
    text-transform: none !important;
    background: #faa224 !important;
}

.dashdata.sales {
    background: #fa9204 !important;
    margin-bottom: 6px !important;
    margin-right: 6px !important;
    width: 170px !important;
    height: 100px !important;
    box-shadow: 0 -1px 0 #c6c6c6 inset;
}

.dashdata.jawel {
    background: #ed218c !important;
    margin-bottom: 6px !important;
    margin-right: 6px !important;
    width: 83px !important;
    height: 100px !important;
    box-shadow: 0 -1px 0 #c6c6c6 inset;
}

.sales .label {
    color: #fff !important;
    text-align: center !important;
    font-size: 12px !important;
    margin: 0 auto;
    display: inherit;
    padding: 6px !important;
}

.dashdata.sales.admin {
    background: #88a7b4 !important;
}

.admin .dashlabel {
    background: #93b0bc !important;
}

.dashdata.sales.salesperson {
    background: #ed218c !important;
}

.salesperson .dashlabel {
    background: #f33699 !important;
}

.dashdata.sales.omnyo {
    background: #ff4d49 !important;
}

.omnyo .dashlabel {
    background: #ff605d !important;
}

.dashdata.sales.web {
    background: #44576b !important;
}

.web .dashlabel {
    background: #57697c !important;
}

.dashdata.sales .dashnumber {
    height: 56px !important;
}

.dashdata .dashlabel {
    height: 38px !important;
}

#notebar {
    margin-top: 20px;
}
/*
#todoAction a {
    color: #faf9f9;
}

#todoAction a:hover {
    color:#cbcbcb !important;
}
#todoAction {
    line-height: 1.4;
    background: #3c3c3c;
    width: 110%;
    margin-left: -14px;
    margin-bottom: -8px;
    padding: 10px;
    color: #ffffff;
}
    */
#todoNotes a {
    font-size: 12px;
}

#todoNotes {
    line-height: 1.4;
    width: 453px;
    float: right;
    margin-right: 20px;
    margin-bottom: 20px;
}

.contactNotes p {
    margin-bottom: 4px;
    font-size: 16px;
}

#pc0 .redsection:last-of-type {
    margin-bottom: 15px;
}

.sizeCheck {
    color: red;
    font-size: 120%;
}

.vlevel {
    /* waarom standaard verstoppen? Belangrijke info dat wel verstopt mag worden als het onzinnige info bevat
    display:none;*/
}

.multiple_preview_mode {
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
    border-right: 1px solid lightgray;
    padding-right: 10px;
}

.sizeCheck a {
    color: red;
    font-size: 14px !important;
}
.sizeCheck span {
    color:red;
    font-size: 12px !important;
}

.hidesection {
    display: none !important;
}

.sendInHeader {
    cursor: pointer;
    font-size: 12px;
    background: none;
    border: none;
    color: #5d5d5d;
    padding: 0px;
}

.sendin_selected {
    font-weight: bold;
    color: black;
}

.lightGraySelected {
    background-color: lightgrey;
}

.bgPremium {
    background: #DAA520 !important;
}

.ui-autocomplete .ui-menu-item {
    cursor: pointer;
    text-align: left;
}

.ui-widget-content a:hover {
    color: #000000 !important;
}

.pagination ul {
    clear: both;
    padding-top: 10px;
    padding-left: 10px;
}

    .pagination ul li {
        display: block;
        list-style-type: none;
        float: left;
        text-align: center;
        margin: 4px 4px 2px;
        padding: 0;
    }

        .pagination ul li a:hover {
            color: #F0A926;
        }

        .pagination ul li a {
            font-weight: 700 !important;
            color: #39c;
            display: block;
            border: none;
            border-radius: 0;
            height: 17px;
            line-height: 18px;
            width: auto;
        }

.ui-state-default2, .ui-widget-content .ui-state-default {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1eced), to(#d9e6e7));
    font-weight: bold;
    color: #2779aa;
    outline: none;
}

.ui-state-default2 {
    background: #dae6e6;
    background-image: none !important;
}

.adsInTheWrongPlace {
    font-size: 12px;
}

.requestDiv {
    line-height: 1.8 !important
}

.sendinSelected {
    background: #d6d6d6;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-button {
    background: #fff;
    height: 0px
}

::-webkit-scrollbar-track-piece {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background: #888
}

.hidediv:before {
    width: 100%;
    height: 100%;
    content: ' ';
    background: #fff;
    position: absolute;
    z-index: 999;
}

.UserSettingsLinks a {
    color: #242628 !important;
    vertical-align: top;
    font-family: "Open Sans", Arial !important;
    font-size: 14px;
    line-height: 1.6;
}

input {
    border: 1px solid #dfdfdf;
}

.suppliedTexts {
    text-align: left;
}

.panelborder .foundarticle i {
    font-size: 12px;
    display: none;
}

.foundarticle i {
    font-size: 12px;
}

.VerticalBar .suppliedTexts {
    max-height: 700px !important;
}

#siteHere .ui-multiselect {
    height: 100%;
}

#pubHere .ui-multiselect, #pubdatalists .ui-multiselect {
    width: 558px !important;
    height: 100%;
}
    /*/ Why not hele breedte dan */
    #pubHere .ui-multiselect div.selected, #pubHere .ui-multiselect div.available, #pubdatalists .ui-multiselect div.selected, #pubdatalists .ui-multiselect div.available {
        width: 278px !important;
    }

.panelborder h4 {
    color: #808080;
    font-size: 14px;
    font-weight: normal;
}

.datelabel {
    color: #fff;
    padding: 4px;
    float: left;
    max-width: 124px;
    font-size: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.pagination {
    display: inline-block !important;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            border: 1px solid #dddddd;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            background-color: #eeeeee;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        cursor: default;
        background-color: #4c4f51;
        border-color: #21282b;
    }

    .pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
        border-color: #dddddd;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager:before, .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-radius: 15px;
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
    }

.scrollInfoText {
    text-align: left;
    font-size: 12px !important;
    width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000 !important;
}

.zoomBox {
    font-size: 12px;
    text-align: left;
    padding-left: 5px;
}

.jquery-drag-to-select {
    text-align: left;
}

#pagenavpopup td {
    padding: 4px;
}

.timerUpdate, .timerUpdate2 {
    font-size: 10px;
}

.scroller_anchor {
}

#PaginaoverzichtRedactiepopupLink {
    position: fixed;
    height: auto;
    z-index: 999;
    right: 30px;
    bottom: 10px;
}

#PaginaoverzichtRedactiepopup {
    position: fixed;
    width: 300px;
    height: auto;
    background-color: #949494;
    z-index: 999;
    right: 30px;
    bottom: 10px;
    color: #000 !important;
}

#pagenavpopup {
    max-height: 460px;
    overflow-y: auto !important;
    overflow-x: hidden;
}

#editPanel {
    /*margin-left: 500px;*/
}

.pubbleditorFade {
}

    .pubbleditorFade:before {
        content: " ";
        position: absolute !important;
        width: 100%;
        height: 100%;
        background-color: #000;
        z-index: 999999;
        opacity: .5;
        margin-top: -10px;
    }

.editordiv .filedrag {
    height: auto !important;
    line-height: 2px !important;
}

input[type="file"] {
    border: 0px !important;
}
/*
.forSidebar {
    display:none !important;
}*/
.chatBox p {
    margin-top: 4px;
    margin-bottom: 0px;
}

.chatBox {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

#subjectHeader .stampedlabel {
    margin-bottom: 8px !important;
}

#subjectInfoEditor label {
    font-weight: bold;
}

#subjectDescription p {
    color: gray;
    margin-top: 0px;
}

.commentCount a {
    color: white !important;
}

.commentCount {
    font-size: 12px;
    border-radius: 6px;
    display: inline;
    font-weight: bold;
    width: auto;
    text-align: center;
    padding: 5px;
    background-color: red;
    line-Height: normal;
    color: White !important;
    margin-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.findUser {
    margin-top: 4px;
    margin-bottom: 0px;
    padding: 4px;
    cursor: pointer;
}

    .findUser:hover {
        background-color: #e1e9ef;
    }

.findBar {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 4px;
}

.multiple_emails-container .findBar {
    width: 92% !important;
    clear: both;
}

.takeover {
    line-height: 1;
}

.scrollwrapper1 {
    height: 20px;
    margin-bottom: 60px;
    display: none;
    overflow-y: hidden;
    overflow-x: scroll;
}

.bgNoise {
    background-color: #f8f8f8;
}

.bw .pageAdContContainer div, .bw .pageAdContContainer a {
    visibility: hidden;
}

.bw .disabler, .bw .pageactions {
    display: none !important;
}

.bw .pageAdContContainer {
    background-color: rgba(200,200,200,1) !important;
    border: 1px rgba(150,150,150,1) solid !important;
    width: 66px !important;
    height: 100px !important;
    min-height: 0 !important;
    min-width: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-left: 0px !important;
    margin-right: 4px !important;
    float: left !important;
}

    .bw .pageAdContContainer:not([title]) {
        display: none;
    }

    .bw .pageAdContContainer[katernsplit="True"] {
        margin-left: 8px !important;
    }

.katern .pages, .katern .props {
    margin-left: 12px;
}

.katern .props {
    padding-bottom: 9px;
}

.bw .pageAdContContainer.spread {
    width: 138px !important;
}

.katernpageselect, .katerncodeselect {
    background: #CCC;
    padding: 3px;
    margin-top: -1px;
    height: 26px;
}

#katernTool {
    display: none;
    overflow: visible;
}

.bw#katernTool {
    display: block;
    margin-top: 50px;
}

.bw #insideLayout {
    margin-left: 4px;
}

.katern {
    margin-top: 20px;
    margin-bottom: -30px;
    width: 1286px;
    height: 10px;
    border-bottom: 54px rgba(144,144,144,0.5) solid;
    float: left;
    margin-left: 4px;
    text-align: left;
}

    .katern .name {
        font-weight: bold;
    }

#katernenTool:not(.bw), #saveKaternen:not(.bw), #createKaternen:not(.bw), #deleteKaternen:not(.bw), #createKaternen.forcehide {
    display: none !important;
}

#createKaternen.bw {
    display: block;
}

#deleteKaternen.bw {
    display: none;
}

    #deleteKaternen.bw.forceshow {
        display: block !important;
    }

.pagnodiv {
    display: none;
}

.bw .pageAdContContainer div.pagnodiv {
    display: block;
    visibility: visible !important;
    padding: 10px;
    opacity: 0.4;
    font-size: 2em;
    font-weight: bold;
}

.katern.A {
    border-bottom: 54px rgba(233,64,144,0.5) solid;
}

.katern.B {
    border-bottom: 54px rgba(0,180,230,0.5) solid;
}

.katern.C {
    border-bottom: 54px rgba(160,200,40,0.5) solid;
}

.katern span:first-child {
    margin-left: 10px;
    display: inline-table;
    margin-top: -22px !important;
    padding-top: 12px;
}

.katern .part {
    margin-top: -45px;
}

#prospectDiv td {
    vertical-align: middle !important;
    line-height: 1.5 !important;
}

.katern > span, .katern > div > span {
    padding: 9px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: #d1d1d1;
    min-width: 115px !important;
    display: inline-block;
}

.pagepreview_bottom .pagepreview {
    display: block !important;
    overflow: hidden !Important;
}

#dpFiltering {
    max-width: 100%;
}

.extraLeft60 {
    margin-left: 60px !important;
}

#adsTrackerContainer .Knappetabel {
    width: 100%;
    margin-top: 0 !important;
    padding-left: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}

    #adsTrackerContainer .Knappetabel tr td:first-child {
        padding-left: 10px;
    }


#TrackEditionsContainer a {
    color: #114650;
    font-size: 11px
}

#TrackEditionsContainer .small {
    font-size: 10px !important;
}


.LastEditionChange {
    display: none;
    background: #00ace4;
    color: #efefef;
    padding: 10px;
    line-height: 1.4;
    font-size: 10px;
}

#PlankInhoud .LastEditionChange {
    margin-left: -10px;
}

#TrackEditionsContainer {
    background: #fff;
    margin-left: -10px;
}

#adsTrackerContainer {
    width: 95%;
    border: 1px rgba(140,140,140,0.7) solid;
    background-color: rgba(255,255,255,0.3);
    border-radius: 5px;
    margin-top: 40px;
}

#adsBetweenEditionsTracker {
    width: 100%;
}

.div1 {
    border: 1px rgba(55,55,55,0) solid;
    display: block;
}

#PlankMove .statusButtons div, #PlankMove .buttonStatus div {
    max-height: 25px;
    overflow: hidden;
    min-height: 0px !important;
}

#PlankMove .statusButtons, #PlankMove .buttonStatus {
    margin-top: -2px;
    min-height: 0px !important;
}

#messageContainer p {
    margin: 0px !important;
}

#messageContainer a {
    color: blue !important;
}

#missed .hideInMissed {
    display: none;
}

.targetPage .targetpagecross, .targetpagecross.force {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%, auto;
    z-index: 7;
}

.dateSelection {
    font-size: 10px;
    color: #535557;
    margin-left: 4px;
    line-height: 1.2;
    text-align: right;
}

.dateSelectionCurrent {
    font-size: 12px;
    color: #000;
}

.explainparagraph {
    color: #535557;
    font-size: 12px;
}

.legend {
    clear: both;
    margin-bottom: 40px;
}

    .legend ul {
        margin-left: 0px;
        padding-left: 0px;
        list-style-type: none;
    }

    .legend li {
        float: left;
        margin: 4px;
        margin-left: 10px;
        cursor: pointer;
        font-size: 42px;
        vertical-align: middle;
        overflow: hidden;
        max-width: 120px;
        max-height: 18px;
        min-width: 120px;
        white-space: nowrap;
    }

.selectedLegend {
    opacity: .4;
}

.highchartsLabel {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    cursor: pointer;
    color: #274b6d;
    vertical-align: top;
}

#notificationbar {
    position: fixed;
    top: auto;
    bottom: 0px;
    width: 100%;
    height: 0px;
    background-color: #0791bf;
    display: none;
    color: white;
    font: 700 16px "Open Sans",Helvetica,Arial,sans-serif;
    z-index: 99990;
}

.no_maxwidth {
    max-width: none !important;
}

#pubbledash .collapsable {
    overflow: hidden;
}

.pageobjeresult {
    margin-right: 10px;
    margin-top: 10px;
}

.identiShift .klantnaam {
    line-height: 1.4;
    display: block;
}

.MyQtip {
    max-width: 118px;
    width: 118px
}

.showcontrols .controls {
    display: inline !important;
}

.hidetemp {
    display: none !important;
}

.hidefilterformat {
    display: none !important;
}

.hidefiltercity {
    display: none !important;
}

#missed h4 {
    font-weight: normal !important;
    font-size: 13px;
}

#shufflercontainer {
    z-index: 109;
    /* background-color: #d7d7d7;*/
    max-height: 100% !important;
    overflow-x: hidden !important;
    height: 100%;
}

.box .h3, .box h3 {
    text-shadow: none !important;
    margin-bottom: 10px !important;
}

#subscriberList, #Topklanten, #upcomingEditions, #KomendeUitgaven, #ToDoUL {
    padding: 0px !important;
}

.collapsable .panelborder {
    margin-top: 10px !important;
}

#pubbledash .collapsable::before {
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0px;
    content: "";
    overflow: hidden;
    z-index: -1;
}

.userOnline {
    background-color: #2b3235 !important;
    padding: 4px !important;
    margin-right: 4px !important;
}

ul .Partial1, ul .Partial2, ul .Partial3, ul .Partial4, ul .Partial5, ul .Partial6, ul .Partial7, ul .Partial8 {
}

#foundPhotoWindow, #loaddp {
    background: #141718 !important;
    /*margin: -.4em;*/
    margin-left: 5px;
    width: 100%;
}

.photographer {
    text-decoration: underline;
}



.placeablephoto {
    float: left;
    margin-bottom: 4px;
    overflow: hidden;
    height: 173px !important;
}

.partialName img {
    vertical-align: middle;
}

.partialName {
    position: absolute;
    margin-top: -24px;
    margin-left: -6px !important;
    font-size: 10px !important;
    color: #000 !important;
    font-weight: bold;
}

.sortlijst li:last-child {
    margin-bottom: 20px !important;
}

.addMargin {
    margin-bottom: 25px !important;
    margin-top: 40px !important; /* dit moet hem uitlijnen met paginacijfer als pagina alleen partials bevat */
}

.UploadAddContainer input, .UploadAddContainer select {
    margin-bottom: 10px
}

#blauwvak checkbox {
    vertical-align: middle;
}

.musthide {
    display: none !important;
}

.lockedpage:before {
    z-index: 9999 !important;
}

.identiShift .placerequest {
    display: block;
    line-height: 1.2;
}

.placerequestAttention {
    color: #e10000 !important;
    font-size: 14px;
    line-height: initial !important;
    margin-top: 10px;
    display: block;
}

.uv-popover-content .menu {
    background-color: #fcfcfc;
    border-top: 1px solid #eaedef;
    text-align: left;
}

.uv-popover-content .pane-title, .h3, .h4, .h5, .h6 {
    color: #4b4d4f;
    font-weight: 600;
    font-size: 110%;
    line-height: 1.4;
    margin-bottoM: 8px;
}

.uv-popover-content {
    height: 414px !important;
}

.uv-popover-iframe-container {
    height: 328px !important;
}

.uv-popover-content .menu {
    color: #448dd6;
    border-top: 1px solid #eaedef;
    display: block;
    padding: 0.75em 1em;
    text-decoration: none;
    font-size: 13px;
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    src: url("//assets.uvcdn.com/pkg/open-sans/OpenSans-Regular-webfont-09eea0f94d400044622ab2e1a279f288.eot");
}

.uv-popover-content .button.primary {
    color: #fff;
    font-weight: 600;
    background-color: #448dd6;
    -moz-box-shadow: 0 -1px 0 rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.1) inset;
    box-shadow: 0 -1px 0 rgba(0,0,0,0.1) inset;
}

.uv-popover-content .button {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    -moz-box-sizing: border-box;
    cursor: pointer;
    font: inherit;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 110%;
    line-height: 1.5;
    position: relative;
    padding: 0.3em 1em;
    vertical-align: baseline;
    -moz-transition: all 100ms;
    -o-transition: all 100ms;
    -webkit-transition: all 100ms;
    transition: all 100ms;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #626568;
    background-color: #eaedef;
    -moz-box-shadow: 0 -1px 0 rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.1) inset;
    box-shadow: 0 -1px 0 rgba(0,0,0,0.1) inset;
}

.webAdText {
}

.smallVerkoopTab {
    height: 595px !important;
}

.buitenindeling .handleMove {
    display: none;
}

.buitenindeling .PlankPagina {
    position: relative;
    margin-top: 20px;
    cursor: pointer;
}

.buitenindeling .selectpage {
    top: -15px !important;
}

.ui-autocomplete {
    z-index: 999999999 !important;
}

.pointo input {
    vertical-align: top;
}

.externals label {
    text-align: left !important;
}

#debnotes p {
    padding-left: 0px !important;
    margin-left: 0px !important;
}

.lessImportant {
    opacity: .7;
}

#TPB {
    margin-top: 20px;
    display: block;
}

#GeselecteerdKrant {
    max-height: 212px !important;
    overflow-y: auto !important;
}

#TPB hr {
    width: 22%;
    display: block;
    float: right;
    margin-left: 71%;
}

#TPB .pDescr {
    text-align: left;
    float: left;
    display: block;
    width: 48%;
    overflow: hidden;
}

#TPB .pPrice {
    text-align: right;
    width: 48%;
    float: right;
    display: block;
}

.collapsedFieldset {
    height: 5px;
    overflow: hidden;
}

    .collapsedFieldset legend {
        cursor: pointer;
    }

fieldset.active {
    height: auto;
}

.approved {
    background-color: #2ddd20;
}

#klantFormContainer fieldset {
    margin-bottom: 10px;
}

.approved .dpArrow {
    opacity: .1 !important;
}

.otherEd img, .thisEd img {
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
    border: 1px solid #e2e2e2;
}

@-ms-viewport {
}

.pane-footer-byline, .instructions, .uv-icon, .powered-by {
    display: none !important;
}

.verticalline {
    border-bottom: 0px !important;
}

.ncOnlyStyle .slide li > a {
    display: block;
}

.matPreviewLink {
    float: left;
}

.imgWrap img {
    float: left;
}

.availableFoto {
    background: #e4e6e7;
    width: 100%;
    height: 185px;
    overflow: hidden
}

.test {
    background: #74f457;
}

.tabList {
    overflow-x: hidden;
}

.previewcontrols {
    z-index: 99999 !important;
}

.col-md-10 {
    margin-bottom: 10px;
}

#vullingtabelc td {
    border-bottom: 1px solid #eaeaea;
}

.ncOnlyStyle .ArtikelMinum {
    width: auto;
    margin: 6px;
    margin-top: 12px;
}

.catSep {
    height: 25px;
    clear: both;
}

.ncOnlyStyle .handlec {
    float: right;
}

.ncOnlyStyle .divpagina {
    margin-bottom: 0;
}

.ncOnlyStyle .sortlijst {
    background: none;
}

.ncOnlyStyle .timeline {
    margin-left: 12px;
    margin-right: 12px;
}

    .ncOnlyStyle .timeline .until {
        float: right;
    }

    .ncOnlyStyle .timeline span {
        font-weight: normal;
        font-size: 11px;
    }

.typeBlock, .prioBlock {
    float: right;
    border: 1px rgba(39,121,170,0.7);
    background: rgba(39,121,170,0.1);
    margin-right: 4px;
    margin-top: 4px;
    padding: 4px;
}

    .typeBlock.off {
        border-right: 3px solid red;
    }

    .typeBlock.on {
        border-right: 3px solid #00ff00;
    }

.PhotoBlock {
    float: right;
    margin-right: 4px;
    margin-top: 4px;
}

    .PhotoBlock span {
        font-size: 11px;
        font-weight: normal;
        margin-left: -10px;
        top: -5px;
        z-index: 2;
        position: relative;
    }

    .PhotoBlock img {
        z-index: 1;
        position: relative;
    }

.ic.PhotoBlock {
}

.ss.PhotoBlock {
    color: white;
}

.toggledTR {
    background-color: #d1f3ff !important;
}

.fc-week-number {
    font-size: 75%;
}

.advertisements-loadmore button {
    margin-bottom: 10px;
}

.advertisements-loadmore {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

#chooseExisting:not(td) {
    max-width: 500px;
    float: right;
    margin-right: 30px;
}

#chooseExisting table td {
    padding: 2px !important;
}

.ppadmini {
    opacity: .8;
}

#pdfDialog select {
    font-family: "Courier New", Courier, monospace
}

#Q {
    max-width: 700px;
}

.artikelclass {
    line-height: 1.3;
}

.waasje {
    opacity: .6;
}

#multipleEdtions_Controls {
    margin-left: 20px;
    display: inline-block;
    width: 180px;
    margin-top: 5px;
}

    #multipleEdtions_Controls a {
        font-size: 12px;
        font-weight: bold;
        clear: both;
        display: block;
        line-height: 16px;
        color: #535557;
    }

#atDialog select {
    width: 220px !important;
}

#atDialog {
    width: 440px;
}

.Agendatab {
    background: #98012e;
}

.Digikranttab {
    background: #98012e;
}

.dashdata {
    float: left;
    position: relative !important;
    margin-right: 20px;
    margin-bottom: 6px;
    height: auto !important;
    width: 110px !important;
    color: #f6f6f6 !important;
    overflow: hidden;
}

.dashnumber {
    padding: 10px;
    font-size: 110%;
    padding-bottom: 0px;
    font-weight: 300;
    text-align: right;
}

#NietIn .advShift {
    border-bottom: 1px solid gray;
}

.pnrplank {
    cursor: pointer;
    max-height: 50px;
    overflow: hidden;
    display: block;
}

.dashlabel span {
    padding: 2px;
    padding-bottom: 0px;
    opacity: .9;
}

.dashlabel {
    background-color: rgba(0,0,0,0.1);
    font-size: 68%;
    display: block;
    width: 100%;
    height: 18px;
    text-transform: uppercase;
}

.spinEffect {
    -webkit-animation: spin 0.5s linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.PlankPagina .downloadpdf {
    display: none;
}

.pnrplank:hover {
    border-radius: 4px;
    background: #ffef8f url(/images/ui-bg_highlight-soft_25_ffef8f_1x100.png) 50% top repeat-x !important;
    font-weight: normal;
    color: #2779aa;
    padding: 0px;
    /* font-size:12px;*/
}

.plankSelected {
    border-radius: 4px;
    background: #ffef8f url(/images/ui-bg_highlight-soft_25_ffef8f_1x100.png) 50% top repeat-x !important;
    font-weight: bold;
    color: #2779aa;
    padding: 3px;
    font-size: 12px;
}

#daywkbar .selected {
    background: #0c2236;
    color: #fff !important;
}

.kwman2 {
    color: #535557 !important;
    font-size: 11px;
}

    .kwman2:hover {
        background: #0a4e80;
        color: #fff !important;
        cursor: pointer;
    }

.image-annotate-canvas {
    max-width: 95vw !important;
}

#cboxLoadedContent {
    overflow: hidden !important;
    margin-top: 28px;
    margin-bottom: 0;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

.achtergrondkleur {
    background-color: #E0EFFF;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    border: 1px solid #f9dd34;
    background: #ffef8f url(/images/ui-bg_highlight-soft_25_ffef8f_1x100.png) 50% top repeat-x !important;
    font-weight: bold;
    color: #2779aa;
    outline: none;
}

.inddAdvertentieShift.ui-state-highlight {
    margin: -1px !important;
}

#colorbox #cboxClose {
    top: 0;
    right: 0;
}

.cke_combopanel {
    width: 300px !important;
    height: 300px !important;
    max-height: none !important;
}

.dropdownset {
    font-size: 14px !important;
}

.SigninMenu a {
    font-size: 14px !important;
    font-weight: normal;
}

.formulier fieldset {
    overflow-y: hidden;
}

div.dp-popup h2 {
    color: #fff !important;
    text-shadow: none !important;
}

body {
    line-height: 1.5em;
}

.resized {
    font-size: 10px;
}

.columnbl {
    background-image: url(images/baseline.png); /* Waarom plaatje inplaats van lijnen niet? */
    background-repeat: repeat;
}

.basecolabsolute {
    width: 100%;
    position: absolute;
}

#selectionMenu {
    background: #21282b;
    width: 174px;
    height: 20px;
    z-index: 999;
    position: fixed;
    padding: 10px;
    left: 160px;
    top: 212px;
    margin-left: -10px;
    padding-left: 20px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

#missed .advShift.ui-state-highlight {
    margin: 0px !important;
    margin-left: -8px !important;
}

#missed .advShift {
    width: 232px;
    margin-left: 0px;
}

.filterOption {
    width: 220px;
    cursor: pointer;
    padding: 4px;
    line-height: 2;
    background: #404649;
    color: #fff;
    margin-left: 1px;
}

.filterClose {
    display: none;
}

.inlinesparklinec {
    cursor: pointer;
}

.columnborder {
    margin: -1px !important;
    /* border-bottom:0px !important;*/
    border: 1px #8f8f8f solid; /*5f5f5f*/
}

.columnborder2 {
    margin: -1px !important;
    border: 1px #ebfcfc solid;
}
/* Fix voor line-height 1.6 span tags */
.cke_editable {
    line-height: normal;
}

#contactable {
    display: none;
}

#formfieldContainer td {
    padding: 5px;
}

#formField {
    width: 900px;
}

#Opdracht {
    background: #fcfcfc;
}

#opmaakcontainer {
    z-index: 2;
}

.boxname {
    max-width: 100px;
}

.controlcontainer:hover .controls {
    display: inline !important;
}

.pageAdCont:hover .controls {
    display: inline !important;
}

.pageAdCont .PageSalesPreview {
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
    border-color: #e2e2e2;
}

.pageAdContContainer:hover .controls {
    display: inline !important;
}

.pageAdContContainer .buttonStatus img {
    opacity: .8;
    background-size: 90%;
}

.pageAdContContainer .buttonStatus {
    min-height: 6px;
    height: 16px;
    opacity: .8;
    border-bottom: none;
    padding-top: 3px !important;
    padding-bottom: 2px !important;
}

.pageAdContContainer {
    padding-right: 15px;
    float: left;
    margin-top: 10px;
    margin-bottom: 24px;
    min-height: 544px; /*was 522, maar teylinger van buijze breekt dan */
    margin-right: 2px;
    margin-left: 2px;
}

.hideupdate {
    display: none !important;
}

.old91 {
    display: none !important;
}

#plogo {
    display: none;
}

#ladenscherm {
    background: #141718 !important;
}

.previewladen {
    z-index: 99;
}

.previewtekstContainer .pagepreview {
    overflow: auto;
    display: inline;
}

.qtip-content .graybutton {
    background: none !important;
    background-color: none !important;
}

@media (min-height: 750px) {
    #plogo {
        display: block;
    }
}




input, select {
    padding: 4px;
    min-height: 15px;
    vertical-align: middle;
}

.edropper {
    left: 480px !important;
    right: auto !important;
}

#ToDoUL .Stramientype {
    height: 20px !important;
}

.caWide, .caNarrow {
    float: left;
    position: relative;
}

.caWide {
    border-bottom: 1px solid #eeeeee;
    height: 20px;
    width: 100%;
}

    .caWide div {
        position: absolute;
    }

.caNaam {
    width: 265px;
    height: 18px;
    left: 20px;
    overflow: hidden !important;
    top: 0px;
}

.caFormaat {
    left: 290px;
    width: 210px;
    overflow: hidden;
    height: 18px;
    top: 0px;
}

.caPlaats {
    left: 710px;
    display: none;
    top: 0px;
}

.caFormaatB {
    left: 500px;
    top: 0px;
}

.caFormaatH {
    left: 530px;
    top: 0px;
}

.caOpmaker {
    left: 880px;
    top: 0px;
}

.caSoldBy {
    left: 780px;
    top: 0px;
}

    .caSoldBy .stampedlabel {
        background-color: #ed218c
    }

.caKop {
    left: 580px;
    width: 267px;
    top: 0px;
}

.stramienkeusCont {
    font-weight: normal !important;
    text-align: left !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #000;
    border: none !important;
    border-radius: 0 !important;
    cursor: default;
    height: auto !important;
    line-height: 1 !important;
    vertical-align: auto !important;
    width: auto !important;
    margin-left: 0 !important;
}

.StramienKeus {
    min-height: 240px;
}
/* BUTTONS PREVIEW */
.liveUser {
    width: 12px !important;
    height: 12px !important;
    border-radius: 12px !important;
    /* margin-top: 4px;*/
    background-color: #a3c939;
}

.ArtikelMinum {
    float: left;
    margin-top: 5px;
}

.plank_graycolor {
    color: #999999 !important;
}

.koppelingen .opmaakc {
    font-size: 10px;
    cursor: pointer;
    font-weight: normal;
}

.inddlink {
    vertical-align: middle;
    cursor: pointer;
}

.inddlinkclosed {
    vertical-align: bottom;
    display: none;
    cursor: pointer;
}

.artdoor {
    font-size: 10px;
    text-align: right;
    font-weight: normal;
}

.hasnopin {
    background-image: url(/Content/images/icons/hand.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.haspin {
    background-image: url(/Content/images/icons/nopin.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.artstatussen {
    margin-left: 5px;
    float: right;
    padding-right: 0px;
    vertical-align: middle;
}

.linkContainer img {
    vertical-align: middle !important;
}

.linkContainer {
    max-height: 360px;
    overflow: auto;
    margin-left: 15px;
    margin-top: 10px;
    line-height: 1.8;
}

#sampleArea {
    margin-top: 20px;
}

#vullingtabel .Knappetabel {
    min-width: 300px;
    margin-bottom: 30px;
}

.fullpage {
    position: relative;
    margin-bottom: 20px;
}

.ncOnlyStyle .slide {
    margin-bottom: 0px;
}

.containerdrop {
    float: left;
    /* position:relative;   z-index:99 !important;*/
    position: absolute;
}

.no_yscroll {
    overflow: hidden !important;
}

.irRegel {
    font-weight: bold;
    margin-left: 68px;
    margin-bottom: 24px;
}

.divpagina {
    float: left !important;
    margin-left: 80px !important;
    width: 570px;
}

    .divpagina .pagepreview {
        float: left;
    }

    .divpagina .filedrag {
        z-index: 999999;
        display: block;
    }

.advLi {
    border: 1px solid #cfebcf !important;
}

.ArtikelMinum.ArtikelMinumAdv {
    float: left;
}

.advstatuso {
    width: 150px;
    float: left;
    height: 50px;
}

.advstatusc {
    float: left;
    padding-top: 5px;
    margin-right: 5px;
}

.statusmenu {
    position: absolute;
    display: none;
}

.advmovepin {
    width: 25px;
    float: right;
}
/* BUTTONS PREVIEW */
.divpagina img {
    opacity: .9;
}

.intres, .startmart {
    max-width: 75%;
    min-width: 540px;
}

.edconts {
    background-color: #f8f8f8;
    width: 100%;
    padding-top: 10px;
    display: block;
    position: relative;
}

.smartres .ui-icon, .smartres .ui-widget-content .ui-icon {
    background-image: none !important;
}

.smartres .ui-resizable-e::after {
    content: '&nbsp;';
    width: 24px;
    height: 24px;
    position: absolute;
    background-image: url('/Content/Css/resize.svg') !important;
    background-repeat: no-repeat;
}

.validation-summary-valid {
    display: none;
}

.factuur .containerdrop a {
    color: #000 !important;
}

.factuur .signin_menu {
    margin-right: 5px !important;
    margin-top: 10px !important;
}

#Facturatieform .signin_menu {
    margin-top: 8px !important;
}

#panelCenter_2, #panelCenter_1, #panelCenter_3, .panelCenter_1, .panelCenter_2, .panelCenter_3, .panel-collapsed {
    display: none;
}

#loadingcont .spinner {
    max-width: 100% !important;
    width: 130px !important;
    height: 33px !important;
    margin-left: 0px !important;
    margin-bottom: 10px !important;
    margin-top: 0px !important;
}

    #loadingcont .spinner div {
        background: #fff;
        width: 1% !important;
    }

#stramienkiezer .filedrag {
    display: none;
    font-weight: normal !important;
    text-align: left !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #555;
    border: none !important;
    border-radius: 0 !important;
    cursor: default;
    height: auto !important;
    line-height: 1 !important;
    vertical-align: auto !important;
    width: auto !important;
    margin-left: 0 !important;
}

.searchbox {
    width: 182px;
}

#PlankInhoud {
    background-color: #eef0f0;
    position: absolute;
    left: 0;
    right: 0;
    min-height: 100%;
    top: 135px;
}

    #PlankInhoud.ncOnlyStyle {
        min-width: none;
    }

.ncOnlyStyle li {
    cursor: pointer;
}

.ui-dialog {
    /* pop-up should be over article preview 
          But may not be higher for the pop-up of the Warning popups
      */
    z-index: 9999 !important;
}

#righttop {
    position: fixed;
    right: 0;
    z-index: 200; /* was 105 */
}

#searchbaricons {
    float: right;
    height: auto;
    color: #fff;
    padding: 2px;
    background: #21282b;
    border-bottom-left-radius: 8px;
}

.phome {
    display: none !important;
}

.divpagina .kk {
    float: none;
}

.ArtikelMinum {
    width: 466px;
}

.ArtikelMinumAdv {
    width: 348px;
}

.page {
}

#btnExport {
    vertical-align: middle;
}

.homeshortcut {
    margin-right: 0 !important;
    width: auto !important;
    margin-left: 2px;
}

.InvoiceNumber {
    font-size: 10px;
    right: 0px;
    border-radius: 6px;
    position: absolute;
    top: 15px;
    width: auto;
    text-align: center;
    padding: 5px;
    background-color: #93b0bc;
    line-Height: normal;
    color: White;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 5px;
    color: #000;
}

.HoofdnavigatieLink div:not(.InvoiceNumber) {
    border-bottom: 1px solid #1f1f1f;
    opacity: .5;
    height: 1px !important; /* .5 valt toch weg */
    opacity: .5;
}

.HoofdnavigatieLink a {
    white-space: nowrap;
    text-decoration: none;
    color: #e1e1e1 !important;
    vertical-align: middle;
    font-family: "Open Sans", Arial !important;
    font-size: 12px;
    line-height: 42px;
}

.ncOnlyStyle #Rest, .ncOnlyStyle #Rest2, .ncOnlyStyle #signature {
    display: none;
}

.snelhelp {
    min-width: 58px;
    font-size: 9px !important;
    color: #e1e1e1 !important;
}

#contentsnelfuncties img, #contentsnelfuncties svg {
    opacity: 0.8;
}

.HoofdnavigatieLink img {
    opacity: 0.8;
    background-position: center;
    background-position-y: center;
    min-height: 32px;
    margin-left: -5px;
    width: 40px;
    vertical-align: middle;
}

.ui-widget-header {
    border: 0 !important;
    border-radius: 0 !important;
    background-color: #21282b !important;
    background-image: none !important;
}

.ui-panel .ui-widget-header {
    background-image: none !important;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border: 0 solid #aed0ea;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#f1f3f4),to(#EEE));
    /*  background-image:none !important;
       background-color:#eeeeee !important;*/
}

.searchbar-inner {
}

.tabList {
    background: #f8f8f8 !important;
    padding-top: 10px !important;
}

.ui-tabs .ui-tabs-panel {
    padding: 0px 0px;
}

#kruimel a {
    color: #8f9090;
}

#kruimel {
    color: #8f9090;
    font-size: 10px;
    z-index: 99999;
    float: none !important;
}

.Kruimel a {
    color: #8f9090;
}

.Kruimel {
    margin-left: 0px;
    color: #8f9090;
    font-size: 10px;
    z-index: 99999;
    float: none !important;
    margin-bottom: -4px;
}

#main {
    margin-top: 0;
    width: 100% !important;
}

h2 {
    margin-top: 10px;
}

.HoofdnavigatieLink {
    font: 90%/43px "Open Sans" !important;
    color: #fff;
    clear: both;
    margin-bottom: 5px;
    width: 100% !important;
    height: 36px !important;
    text-align: left !important;
    float: none;
}

.searchbox {
    padding: 4px;
    background: none;
    color: #fff !important;
    margin: 5px;
    border: 0;
    border-bottom: 2px solid #fff;
    border-radius: 0 !important;
}

#KrantInhoud {
    padding-right: 30px !important;
}

.plankbutton {
    left: 20px !important;
}

a {
    text-decoration: none !important;
}

#contentsnelfuncties a, #newlaymenu {
    font-family: "Open Sans",sans-serif;
    font-family: "Open Sans",sans-serif;
}

.ui-panel .ui-widget-header {
    border: 1px solid #0c3a6a !important;
    border-bottom: 0 !important;
    border: 0 !important;
    font-family: Arial !important;
}

.MonthPicker {
    background-color: #535557;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#535557),to(#37393a));
}

.ui-accordion .ui-accordion-header {
    border: none !important;
    background-color: #535557 !important;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#535557),to(#37393a)) !important;
}

h4 {
    font-size: 14px;
}

h3 {
    font-size: 18px;
}

.logonuserc {
    margin-left: -8px !important;
    float: none !important;
}

.ArtikelMinum span {
    font-size: 10px !important;
}

.ArtikelMinum a {
    font-size: 13px;
}

.fullpage {
    max-width: 985px;
}

#navt {
}

.advContentItem {
    left: -15px !important;
    right: auto !important;
}

@media (max-width: 860px) {


    .pagepreviewc {
        float: left !important;
        margin-bottom: 40px !important;
    }

    .leftBar {
        min-width: 280px !important;
    }

    #opmaakcontainer {
        width: 100% !important;
    }
}

@media (max-width: 980px) {



    .divpagina {
        margin-left: 0 !important;
        margin-bottom: 40px;
        width: 442px !important;
    }

    .ArtikelMinumAdv {
        width: 260px !important;
    }

    .ArtikelMinum {
        width: 355px;
    }
}

@media (min-width: 1150px) {

    .advContentItem {
        /*  left: 52px !important;*/
    }
}

@media (min-width: 1340px) {
    #webbuttonsc {
        max-width: 620px !important;
    }
}

@media (max-width: 1250px) {

    #Filters {
        margin-top: 0px !important;
        float: none !important;
        position: relative !important;
        width: 300px;
        right: auto;
    }
}

@media (max-width: 1281px) {






    .fullpage {
        max-width: 870px !important; /*  to account for spread widths */
        /* max-width: 988px !important;*/
    }
}

@media (max-width: 1150px) and (min-width: 860px) {

    .divpagina {
        width: 546px !important;
    }

    .liveC {
        left: -14px !important;
    }

    #KrantInhoud .pagepreview {
        max-width: 205px !important;
    }

        #KrantInhoud .pagepreview img {
            max-width: 205px !important;
        }

    .pagepreviewc {
        margin-right: 0 !important;
    }
}

@media (max-width: 1150px) {
    .hidefortablet {
        display: none;
    }

    .PaginaNummer {
        width: 75px;
    }

    #navt {
        margin-bottom: 25px;
    }

    .HoofdnavigatieLink img {
        min-height: 34px;
        min-height: 30px;
    }

    .HoofdnavigatieLink {
        font-size: 85%;
        line-height: 35px !important;
    }

    .divpagina {
        margin-left: 0 !important;
        margin-bottom: 40px;
    }

    .containerdrop {
        margin-top: -40px;
    }

    .ArtikelDropdown {
        max-width: none;
    }

    .irRegel {
        position: absolute;
        top: -40px;
    }
}

#plogo {
    cursor: pointer;
    bottom: 17px;
    position: absolute;
    z-index: -1;
}

#contentsnelfuncties {
    overflow: hidden;
    width: 140px;
}

#sfc_c {
    padding: 12px;
}

.newlaymenu::-webkit-scrollbar {
    width: 2px;
}

.newlaymenu {
    overflow-x: hidden;
    height: 100%;
    z-index: 99;
    background-color: #21282b;
    /*
        box-shadow: inset 0px 0px 30px #101213;
            */
    overflow-y: auto !important;
    width: 140px;
}
/*Voor tablets om in het linkermenu te kunnen scrollen*/
@media (max-height: 720px) {
    .newlaymenu {
        overflow-y: auto;
    }

    .no-touch .newlaymenu {
        overflow-y: hidden;
    }
}

#maincontent {
    -webkit-flex: 1;
    width: auto !important;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
}

#chatcontainer.selfbilling {
    -webkit-flex: 1 480px;
    width: 480px;
    max-width: 480px;
}

#chatcontainer {
    display: none;
    -webkit-flex: 1 280px;
    width: 280px;
    max-width: 280px;
    overflow: hidden;
    height: 100%;
}

.Activeer {
    width: 48px;
}

#chatWrapper {
    margin-top: 90px;
    padding: 10px;
}

    #chatWrapper .stampedlabel {
        float: left;
        margin-right: 5px;
        margin-bottom: 0px;
        margin-top: 5px;
    }

#messages_bar {
    -webkit-flex: 1 320px;
    width: 320px;
    max-width: 320px;
    overflow: hidden;
    height: 100%;
}

#chatcontents {
    width: 300px;
    max-width: 320px;
    overflow: hidden;
    height: 100%;
    text-align: left;
    position: fixed;
    background-color: #f5f5f5;
    box-shadow: inset 0px 0px 2px #cccccc;
    overflow-y: auto !important;
}

.selfbilling #chatcontents {
    width: 480px;
    max-width: 480px;
}

body {
    /* overflow-x: hidden;*/
    font-size: 14px;
    font-family: sans-serif;
}

#KrantenAccordion, #Topklanten {
    font-size: 12px;
}

#flexcontainer {
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
}

    #flexcontainer .box {
        margin-top: 20px;
    }

#pubbledash {
    width: 100% !important;
}

body, html {
    height: 100%;
}

.pagepreview {
    overflow: hidden;
}

#paperbut a {
    float: left;
    margin-left: 15px;
    opacity: .6;
}

#pagenav {
    display: none;
    position: fixed;
    padding: 0 !important;
    margin-left: -30px;
    top: 36px;
    right: 0;
}

.ArtikelDropdown {
    max-width: 28px;
}

.currentscroll {
}

#tilde {
    color: #555;
    text-decoration: none !important;
    font-size: 16px;
    margin-left: 5px;
    display: block;
    float: left;
    font-weight: 700;
    margin-top: 0;
}

#ContactList {
    overflow-x: hidden;
    height: 700px !important;
}

#pagenav .vak {
    text-decoration: none !important;
    width: 4px;
    height: auto;
    float: none;
    padding: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    font-size: 7px;
    z-index: 20;
}

.ui-autocomplete {
    z-index: 999999 !important;
    border-radius: 0px !important;
    border: 1px solid #8cc63f;
}

.ui-widget-content .ui-state-default {
    border: 0;
    background-color: #eee;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#f1f3f4),to(#EEE));
}

.box .ui-widget-content .ui-state-default {
    background-color: #eee;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#f1f3f4),to(#EEE));
}

.fullpage .ui-widget-content .ui-state-default {
    background: #f7f7f7 !important;
}

.ui-widget-content .ui-state-active {
    background-color: #fff !important;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#fff)) !important;
}

.PageSalesPreview {
    background: #fff;
}

.smalllow {
    font-size: 8px;
    color: #000;
}

#menubottom {
    line-height: 1;
    width: auto;
}

.vkpShift {
    float: right;
    font-size: 24px;
    margin-right: 32px;
    text-align: right;
}

.identiShift {
    max-width: 165px !important; /* 2-8-2016*/
    display: block;
    float: left;
    font-size: 12px;
    line-height: 1.8;
}

.previewDragShift {
    color: red;
}

.othercnt {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    display: block;
    border-radius: 6px;
    background: #fff;
}

.qtip {
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
}

.draggable {
}

a:visited {
    color: inherit;
}

.yellowDrag {
    background: #ffffe0 !important;
}

.column {
    opacity: .5;
}

    .column .stampedlabel {
        margin-bottom: 14px;
    }

.statusOPM img {
    margin: 10px;
    float: left;
    cursor: pointer;
}

.flipped {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.PlacerAdvertentiepagina {
    border-bottom: 1px solid gray;
    width: 271px;
}

.draggableShift {
    cursor: pointer;
}

.missedPreview {
    position: absolute;
    right: 0px;
    top: 0px;
}

.onPage {
    display: none !important;
}

.missedPreview img {
    opacity: .4;
    max-width: 85px;
}

.concerningline {
    line-height: 1 !important;
}

.advShift {
    background-color: #fbfbfb;
    padding: 4px;
    border: 1px solid gray;
    cursor: pointer;
    margin: 0;
    position: relative;
    border-bottom: 0px;
    overflow: hidden;
}

.shiftGray {
    background-color: #e9e7e7;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#f3f3f3),to(#e7e7e7));
}

}

#missed {
    margin-bottom: 25px;
}

.ui-state-groen, .ui-widget-content .ui-state-groen {
    border: 0 solid #aed0ea;
    background-color: #d9f5d9;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#e2fce2),to(#d9f5d9));
    color: #2779aa;
    outline: none;
}

    .ui-state-groen a, .ui-state-groen a:link, .ui-state-groen a:visited {
        color: #2779aa;
        text-decoration: none;
        outline: none;
    }

.ui-state-rood, .ui-widget-content .ui-state-groen {
    border: 0 solid #aed0ea;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#fbfce2),to(#f7f8d9));
    color: #2779aa;
    outline: none;
}

    .ui-state-rood a, .ui-state-rood a:link, .ui-state-rood a:visited {
        color: #2779aa;
        text-decoration: none;
        outline: none;
    }

.ui-state-grijs, .ui-widget-content .ui-state-grijs {
    border: 0 solid #aed0ea;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#e6e6e6),to(#c9c9c9));
    color: #333333;
    outline: none;
}

.ui-state-grijs a, .ui-state-grijs a:link, .ui-state-grijs a:visited {
    color: #555555;
    text-decoration: none;
    outline: none;
}

.ui-state-warning, .ui-widget-warning .ui-state-warning {
    background-color: red;
    border: 0 solid red;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#ff0000),to(#d80000));
    color: #fff !important;
    outline: none;
}

    .ui-state-warning a, .ui-state-warning a:link, .ui-state-warning a:visited {
        color: #fff !important;
        text-decoration: none;
        outline: none;
    }

.ui-state-pending, .ui-widget-pending .ui-state-pending {
    background-color: #daf5da;
    border: 0 solid red;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#daf5da),to(#e8fae8));
    color: #fff !important;
    outline: none;
}

    .ui-state-pending a, .ui-state-pending a:link, .ui-state-pending a:visited {
        color: #2779aa !important;
        text-decoration: none;
        outline: none;
    }

#creationPalet .editorADC {
    font-size: 0px;
}

.subpageheader .editorADC {
    font-size: 10px !important;
    background-color: #727272 !important;
    background-image: none !important;
    color: white;
    padding: 0px;
    line-height: 1;
}

.pageheader .editorADC {
    font-size: 10px !important;
    background-color: #287bad !important;
    background-image: none !important;
    color: white;
    padding: 0px;
    line-height: 1;
}

#creationPalet .controls {
    display: inline !important;
}

#creationPalet .buttoncontainer_Shuffle {
    margin-top: -18px !important;
}

.buttoncontainer_Shuffle {
    overflow: hidden;
    height: 28px;
}

.editorADC {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover !important; /* om alles te laten passen op 28-7-2016 */
    font-size: 10px;
    line-height: 1.2;
    font-weight: lighter;
}

.editorAD {
    cursor: all-scroll;
    font-family: arial;
    border: 1px solid gray;
    z-index: 2;
    color: #000;
}

.KlikStatus {
    display: block;
    position: relative;
}

.brmargin {
}

#footer {
    display: none;
}

.breker {
    height: 250px;
}

.dubbelMove {
    display: none;
}

.dnubbel {
    width: 456px;
    float: left;
    padding: 10px;
    margin-bottom: 10px;
    border: 2px transparent solid;
    margin-left: 25px; 
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 40px;
}

.dubbel {
    position: relative;
    margin-left: 25px;
    width: 446px;
    float: left;
    padding: 10px;
    border: 2px transparent solid;
    border-radius: 4px;
    max-height: 340px;
    /*  overflow:hidden;*/
    list-style: none;
    margin-bottom: 50px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 40px;
}

    .dubbel.nojquery:hover {
        -webkit-box-shadow: inset 0 10px 5px rgba(0,0,0,.4),hsla(0,0,100%,.1) 0 6px 0;
        box-shadow: inset 0 0 5px rgba(0,0,0,.4),hsla(0,0,100%,.1) 0 1px 0;
        border-radius: 4px;
        border: 2px solid rgba(0,0,0,.25);
        color: #fff;
        text-shadow: rgba(0,0,0,.796875) 0 -1px 0,hsla(0,0,100%,.296875) 0 0 10px;
    }

.boxshadow {
    -webkit-box-shadow: inset 0 10px 5px rgba(0,0,0,.4),hsla(0,0,100%,.1) 0 6px 0;
    box-shadow: inset 0 0 5px rgba(0,0,0,.4),hsla(0,0,100%,.1) 0 1px 0;
    border-radius: 4px;
    border: 2px solid rgba(0,0,0,.25) !important;
    color: #fff;
    text-shadow: rgba(0,0,0,.796875) 0 -1px 0,hsla(0,0,100%,.296875) 0 0 10px;
}

.dubbel:hover .dubbelMove {
    display: inline;
    cursor: pointer;
}

.PlankPagina {
    min-width: 210px;
    height: auto;
    float: left;
    border: 2px transparent solid;
}


.page-number {
    position: absolute;
    top: 24px;
    left: 6px;
    color: #000 !important;
    margin-top: 2px;
    display: block;
    font-size: 14px;
    text-align: center;
    min-height: 20px;
}

.page-number-odd {
    left: auto !important;
    right: 2px !important;
    top: auto !important;
    bottom: 16px !important;
}

.page-number .badge {
    width: 23px;
    white-space: normal;
    line-height: 1.8;
    overflow-wrap: break-word;
}

.page-number .badge {
    border-radius: 4px;
    padding: 6px;
    opacity: .4;
}

.badge-secondary {
    color: #fff;
    background-color: #95999c;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 90%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



/*outline: 1
px
 solid #eaeaea;
    box-shadow: 2px 2px 10px #cfcfcf;*/

@media (max-width: 480px),(min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) {
    .qtip {
        z-index: 999999999999999 !important;
    }

    .statusitem {
        min-width: 52px;
    }

    .newlaymenu {
        z-index: 1 !important;
    }

    #contentsnelfuncties {
        width: auto !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    body {
        overflow-x: hidden;
    }

    #opmaakcontainer {
        width: 100% !important;
    }


    .caWide, .formb, .formh {
        display: block !important;
    }

    .caNarrow {
        display: none !important;
    }

    .leftBar {
        width: 98% !important;
    }

    .naamKlant {
        width: 165px !important;
    }






    #logon {
        top: 0px !important;
        width: 100% !important;
        border-radius: 0px !important;
        padding: 0px !important;
    }

    #plogoLO {
        top: -94px !important;
        left: 10px !important;
    }


    #logon #logotop {
        margin: 10px;
        text-align: center;
    }


    .ui-multiselect .selected {
        width: 100% !important;
    }

    .available {
        width: 100% !important;
    }

    #pubHere .ui-multiselect .selected,
    #pubdatalists .ui-multiselect .selected {
        display: none !important;
    }


    .fc-event {
        height: 40px !important;
        min-height: 25px !important;
    }

    .ui-multiselect li {
        padding: 10px !important;
    }

    .formulier label {
        max-width: 80px;
        word-wrap: break-word;
    }



    .searchbox {
        width: 130px !important;
    }

    .ui-datepicker {
        width: 17em;
        padding: 0;
        z-index: 99999999999 !important;
    }

    div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
        width: 100% !important;
    }

    #sleutelwoordencontainer {
        display: none;
        float: none !important;
    }



    .alerts {
        cursor: pointer;
        margin-top: 14px !important;
        margin-left: 6% !important;
        float: left !important;
        width: 44px;
        margin-right: initial !important;
    }

    #bevestigmail input {
        width: 100% !important;
    }

    .breed {
    }

    .WarningAlive {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .ui-dialog {
        z-index: 9999999 !important;
        max-width: 100% !important;
    }

    .ToolbarContainer {
        display: none;
        height: 140px !important;
    }

    .StramienKeus .filedrag {
        display: block !important;
    }

    body {
        max-width: 100%;
    }

    html {
        max-width: 100%;
        overflow-x: hidden;
    }

    .kwman {
        width: 50px;
    }

    .yearman {
        width: 45px !important;
        top: 46px !important;
    }

    #exportSpinner {
        margin-left: 28% !important;
    }

    .month {
        max-width: 260px;
    }

    .treemapView {
        width: 320px !important;
    }

    .managementtabel {
        width: 100% !important;
    }

    #PeriodenBar {
        width: 100% !important;
        padding: 0 !important;
    }

    .MonthPicker {
        width: 100% !important;
        height: 32px !important;
    }

    .BigLeft {
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 10px !important;
    }

    #grafiekVergelijkTotaal {
        width: 100% !important;
    }

    #grafiekVerkoop {
        width: 100% !important;
    }

    #grafiekVergelijk {
        width: 100% !important;
    }

    #fotoPreviewMenu {
        width: 100% !important;
    }

    .artikelclass {
        padding-left: 0 !important;
        width: 100% !important;
        margin-left: 0 !important;
    }

    .titelinput {
        width: 90% !important;
        outline: 0px;
    }

    #artnamec {
        width: 100% !important;
    }

    .Remove {
        display: none;
    }

    .filedrag {
        display: none !important;
    }

    #sleutelwoorden {
        width: 99% !important;
    }



    #ContentMainContainer {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .artikelclass textarea {
        width: 100% !important;
    }

    input.fileselect {
        margin-top: 15px;
    }

    .prevarm {
        float: right !important;
    }

    .separm {
        width: 130px !important;
    }

    .plankbutton {
        display: none;
    }

    #KomendeUitgaven canvas {
        max-width: 90% !important;
    }

    .divpagina {
        max-width: 100%;
        margin-right: 0 !important;
    }

    #footer {
        width: 100% !important;
    }


    .controlRed {
    }

    .VerticalBar {
        width: 100% !important;
        margin-left: 0 !important;
    }

    table.formulier {
        width: 100% !important;
    }

    #KrantInhoud {
        margin-top: -20px !important;
        padding-right: 16px !important;
    }

    .ArtikelMinum {
        width: auto !important;
    }

    .advArtikelInfo {
        width: 114px !important;
        float: left !important;
        margin-top: 6px;
    }

    .ArtikelMinumAdv {
        width: auto !important;
    }

    #pagina0 {
        display: none !important;
    }

    .pagepreviewc .filedrag {
        display: block !important;
    }

    #KomendeUitgaven {
        width: 100% !important;
    }

    #pubbledash {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .hideformobile {
        display: none !important;
    }

    .showformobile {
        display: block !important;
    }

    #userbutton {
        margin-top: 8px !important;
        margin-left: 10% !important;
    }

    .vak div {
        display: none;
    }

    .phome {
        margin-bottom: 14px !important;
        padding-top: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        position: relative;
        width: 80%;
        display: block !important;
    }

    .HoofdnavigatieLink {
        margin-bottom: 14px !important;
        text-align: left !important;
    }

    #navt div {
        clear: both;
    }

    #navt span {
        clear: both;
        z-index: 999999 !important;
    }

    #navt a {
        padding: 20px;
    }

    #SnelmenuOverzicht {
        margin-top: 0 !important;
        margin-top: 5px;
    }

    #mobile-menuitems {
        float: left;
        width: 49%;
    }

    #mobile-shortcuts {
        float: left;
        width: 49%;
        padding-top: 10px;
    }

    #navt {
        margin-top: 36px !important;
        left: 0 !important;
        font-size: 14px;
        display: none;
        border-top: 1px solid #f1f1f1;
        z-index: 999999 !important;
        width: 100%;
        position: absolute;
        background-color: #21282b;
        width: 50% !IMPORTANT;
        height: 100vh;
    }

    #mobile-shortcuts {
        display: none;
        height: 100vh;
        margin-top: 36px !important;
        right: 0 !important;
        font-size: 14px;
        border-top: 1px solid #f1f1f1;
        z-index: 999999 !important;
        position: absolute;
        width: 100%;
        background-color: #21282b;
        width: 50% !IMPORTANT;
        color: #fff !important;
    }

        #mobile-shortcuts svg {
            max-width: 20px;
            margin: 10px;
            color: white;
            float: left;
            margin-top: 0px;
            margin-bottom: 20px;
        }

    .snelhelp {
        display: block;
        margin-left: 10px;
        font-size: 12px !important;
        float: left;
        color: #b7b7b7 !important;
    }

    .homeshortcut {
        clear: both;
    }

    #tabs {
        margin-left: -1px !important;
        border: 0px !important;
    }

    #flexcontainer {
        min-height: 100%;
        display: block !important;
        -webkit-flex-flow: row wrap;
        margin-top: 22px;
    }

    .coffee\.png {
        margin-top: -5px !important;
    }



    #searchbaricons .erts {
        margin-left: 0px !important;
    }

    #searchbaricons {
        margin-top: -7px;
        width: 80px;
        padding-right: 10px;
        padding-bottom: 9px;
    }

    #menubottom {
        margin-top: 0 !important;
        height: auto !important;
        width: 100% !important;
        margin-top: 40px;
    }

    #snelfunctiesline {
        display: none !important;
    }

    .newlaymenu {
        width: 100% !important;
        height: auto !important;
        z-index: 0 !important;
        top: 36px !important;
        padding: 0 !important;
    }

    #plogo {
        display: none;
    }



    .ontop {
        z-index: 0 !important;
    }

    #maincontent {
        z-index: 999;
        margin-top: 8px;
    }

    #contentsnelfuncties {
        height: 22px;
        overflow: hidden;
        float: none !important;
        margin: 0 !important;
        padding: 10px;
    }

    #PreviewTekst {
        display: none !important;
    }

    #menubottom img {
        margin-right: 18px !important;
    }

    #main {
        padding-top: 0;
        width: 100% !important;
        margin-top: 0 !important;
        /* background: url(/content/images/bgnoise.png);*/
        z-index: 999;
    }

    .boxname {
        max-width: 128px;
    }

    #righttop {
        width: 100%;
        z-index: 999999 !important;
        background: #21282b;
    }

    .newversion {
        display: none;
    }

    #mobilenav {
        display: block !important;
        margin: 12px;
        margin-bottom: 0;
        margin-top: 10px;
        cursor: pointer;
    }

    #ggs-switch {
        width: 24px;
    }

    .ggs-switchBar {
        background: #fff;
        height: 4px;
        margin-bottom: 3px;
        border-radius: 2px;
    }

    #Navigationblock {
        height: auto !important;
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0a4e80),color-stop(40%,#0a4e80),color-stop(100%,#054574)) !important;
        background: -webkit-linear-gradient(top,#0a4e80 0%,#0a4e80 40%,#054574 100%) !important;
        background: -o-linear-gradient(top,#0a4e80 0%,#0a4e80 40%,#054574 100%) !important;
        background: -ms-linear-gradient(top,#0a4e80 0%,#0a4e80 40%,#054574 100%) !important;
        background: linear-gradient(to bottom,#0a4e80 0%,#0a4e80 40%,#054574 100%) !important;
    }

    #homeshortcut img {
        float: none !important;
    }

    #searchc {
        margin: 0;
    }

    #menutop {
        border-bottom: 1px solid #fff;
        height: auto !important;
        background: -moz-linear-gradient(top,#123a60 0%,#213e59 40%,#284866 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#123a60),color-stop(40%,#213e59),color-stop(100%,#284866));
        background: -webkit-linear-gradient(top,#123a60 0%,#213e59 40%,#284866 100%);
        background: -o-linear-gradient(top,#123a60 0%,#213e59 40%,#284866 100%);
        background: -ms-linear-gradient(top,#123a60 0%,#213e59 40%,#284866 100%);
        background: linear-gradient(to bottom,#123a60 0%,#213e59 40%,#284866 100%);
        width: 100% !important;
        max-width: 100% !important;
        position: fixed;
        margin-top: -40px;
        z-index: 9999999;
    }

    .breaker {
        clear: both;
    }

    .page {
        width: 100% !important;
    }

    #mcontainer {
        padding-left: 0 !important;
        height: auto;
        max-width: 100%;
        padding: 0;
    }

    .profiler-results {
        display: none;
    }

    .previewcontrols {
        background: none;
        z-index: 9999 !important;
        display: block !important;
    }

    .liveC {
        left: 20px !important;
        position: absolute;
    }

    .pagepreviewc {
        float: left !important;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    #shadowbox_border {
        width: 100% !important;
        max-width: 100% !important;
    }

    .leftBar {
        width: 300px;
    }

    .rightBar {
        width: 60% !important;
    }


    .rightbBar h4 {
    }

    #shadowbox_border textarea {
        width: 99% !important;
    }

    #shadowbox_border input {
        max-width: 144px !important;
    }

    table.formulier input {
        width: auto !important;
    }

    #formfieldContainer .formulier input {
        width: 100% !important;
    }

    .cpDiv {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .tStr {
        display: none !important;
    }

    #tStr {
        display: none;
    }

    #ContentMainContainer h1 {
        margin-top: 0 !important;
    }

    .logonuserc {
        float: left;
        width: 95% !important;
    }

    .moblo {
        right: 0 !important;
        margin-top: 0 !important;
        color: #000 !important;
    }

    table.formulier td.labelcolumn {
        width: auto !important;
    }

    table label {
        width: auto !important;
    }

    .formulier input {
        width: auto !important;
    }

    .formulier table {
        max-width: 100% !important;
        width: 100% !important;
    }

    .ui-multiselect {
        width: 100% !important;
        border: none !important;
    }

    .ui-mulitselect .search {
        width: 100% !important;
    }

    .ui-multiselect div.available {
        border: 0 !important;
    }


    .overzicht {
        display: none;
    }

    .dmobile {
    }


    .normal {
        width: 100% !important;
        padding: 0 !important;
    }

    .formulier select {
        width: 100% !important;
        max-width: 100% !important;
    }

    .formulier {
        width: 100% !important;
        max-width: 100% !important;
    }

    #MediabureauID {
        width: 100% !important;
    }

    fieldset {
        padding: .5em !important;
    }

    .small-input {
        text-align: left !important;
        float: none !important;
        width: auto !important;
    }

    #usercontrol {
        float: none !important;
    }

    .witlink {
        color: #000 !important;
    }

    .ui-tooltip-content div {
        max-width: 100% !important;
    }

    .ui-tooltip {
        width: 100% !important;
    }

    .qtip {
        width: 100% !important;
    }

        .qtip div {
            max-width: 100% !important;
        }

    .homeshortcut {
        margin-right: 0px !important;
    }

    .placeablephoto {
        width: 100% !important;
    }

    .photof {
        width: 100% !important;
    }

    #Filters {
        float: none !important;
    }

    .TableWCControl {
        width: 100% !important;
    }

    .CampagnesTF {
        width: auto !important;
        float: none !important;
    }

    .KlantenTF {
        width: auto !important;
        float: none !important;
    }

    .hideformobile2 {
        display: none;
    }
}

@media screen {

    .ArtikelMinum a, .advContent a {
        font-weight: bold;
    }

    #addadvertentiedialog .editor-field {
        margin-bottom: 10px;
    }

    .showformobile {
        display: none;
    }



    .ui-multiselect .selected {
        /*width: 211px;*/
    }

    .disp {
        display: none !important;
    }

    .ui-state-default, .ui-widget-content .ui-state-default {
        border: 0 solid #aed0ea;
        font-weight: 700;
        color: #2779aa;
        outline: none;
        background: #eff6f6;
    }

    .ui-state-active, .ui-widget-content .ui-state-active {
        border: 0 solid;
        background: #fcfcfc !important;
        outline: none;
    }

    .qtip-dialogue .qtip-content {
        padding: 10px;
    }

    .qtip-dialogue .graybutton {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        text-shadow: none !important;
        float: left !important;
        color: #000;
    }

    .qtip-dialogue .fancybutton {
        float: right !important;
        margin-right: 0;
    }



    .ui-dialog .ui-dialog-buttonpane button {
        background-image: -moz-linear-gradient(100% 100% 90deg,#2779aa,#1b638e);
        background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#2779aa),to(#1b638e));
        text-decoration: none;
        display: inline-block;
        padding: 8px 12px;
        letter-spacing: 1px;
        color: #fff;
        cursor: pointer;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
        text-shadow: -1px -1px 0 rgba(0,0,0,.15);
        border: 0;
        /* padding: 0; fucked buttons in jquery po-ups */
        border: 0;
        margin-right: 0 !important;
        margin-left: 10px !important;
        font: 14px/1 Arial,sans-serif;
    }

    .alert {
        border-bottom: solid 1px #e9e9e9;
        min-height: 30px;
        vertical-align: middle;
        padding: 10px;
        padding-right: 0;
    }

    .ui-widget-content {
        /* border: 1px solid #DDD;*/
        padding: 0px;
    }

    #shadowbox_border #Opdracht {
        background: none !important;
    }

    .CampagnesTF {
        width: 660px;
        float: left;
    }

    .KlantenTF {
        width: 660px;
        float: left;
    }

    #Filters {
        float: right;
        width: 300px;
        right: 0;
    }

    .liveC {
        left: -14px;
        margin-top: 4px;
        position: absolute;
    }

    .logonuserc {
        font-size: 10px;
        float: left;
        width: 975px;
    }

    .phome {
        padding-top: 8px;
        margin-right: 14px;
        margin-left: 8px;
    }

    .hideformobile {
        display: inline;
    }

    .hideformobile2 {
        visibility: visible;
    }

    #searchc {
        float: right;
        padding-right: 5px;
        height: 36px;
    }

    #mcontainer {
        padding-left: 5px;
        height: 31px;
        float: left;
    }

    #WijzigingenPanel .panelborder div {
        border-radius: 5px;
    }

    .VerkoopTab {
        position: relative;
        padding-top: 20px;
        overflow-y: auto;
        height: 720px; /* minder hoog voor verticale uitlijning andere elementen*/
    }


    .haspicked {
        border: 1px solid #999;
        padding: 5px;
    }

    .naamKlant {
        height: 18px;
        width: 138px;
        margin-right: 10px;
        overflow: hidden;
    }

    .formh {
        position: absolute;
        left: 240px;
        width: 38px;
    }

    .edropper {
        height: 17px;
        position: absolute;
        right: 1px;
    }

    .formb {
        position: absolute;
        left: 210px;
        overflow-x: hidden;
        width: 25px;
    }

    .rightBar a:visited {
        color: #08376f !important;
    }

    .naamType span {
        color: gray;
        font-size: 10px;
    }

    .naamType {
        position: absolute;
        left: 22px;
    }

    .prioT {
        margin-left: 7px;
        max-width: 18px;
        max-height: 16px;
        position: absolute;
        top: 7px;
        left: -6px;
        z-index: 1000;
    }

    .haspicked:hover .deletenote {
        display: inline;
    }

    .toChoose {
        margin-top: 5px;
        margin-bottom: 5px;
        cursor: pointer;
    }

    #specialSpinner .spinner div {
        background: #fff;
    }

    .yearpicker span {
        margin: 5px;
    }

        .yearpicker span:hover {
            border-bottom: 1px solid #000;
        }

    .yearpicker .selected {
        border-bottom: 2px solid #000;
    }

    .treemapView a {
        color: #fff;
        text-decoration: none;
    }

    .vkl {
        width: 100%;
        position: absolute;
        height: 1px;
        display: block;
        bottom: 0;
        background: #ed218c;
    }

    .rdh {
        background: #518ebd;
        width: 100%;
        position: absolute;
        height: 1px;
        bottom: 0;
    }

    .rdl {
        width: 100%;
        position: absolute;
        height: 1px;
        display: block;
        bottom: 0;
        background: #a3c939;
    }

    .rdc {
        width: 100%;
        position: absolute;
        height: 1px;
        display: block;
        bottom: 0;
        background: #463693;
    }



    .fgl {
        width: 100%;
        position: absolute;
        height: 1px;
        display: block;
        bottom: 0;
        background: #e35b5a;
    }

    .opml {
        width: 100%;
        position: absolute;
        height: 1px;
        display: block;
        bottom: 0;
        background: #00ace4;
    }

    .fcl {
        width: 100%;
        position: absolute;
        height: 1px;
        display: block;
        bottom: 0;
        background: #93b0bc;
    }

    .rpl {
        width: 100%;
        position: absolute;
        height: 1px;
        display: block;
        bottom: 0;
        background: #faa71d;
    }

    .wbl {
        width: 100%;
        position: absolute;
        height: 1px;
        display: block;
        bottom: 0;
        background: #44576b;
    }

    .chatTime {
        /*float: right;*/
        padding: 10px;
        font-size: 10px;
        margin-right: 12px;
        color: gray;
    }

    .panelCenter_2 .ui-panel-title-text {
        display: block;
        width: 100%;
        height: 100%;
    }

    .previewtekstContainer {
        position: absolute;
        padding: 3px 3px 0 0;
        margin-top: 0;
        margin-left: 62%;
        overflow-x: auto;
        /*
            background: #f8f8f8;
                */
        background: #fff;
    }

    .pubbleditor {
        background: #fff !important;
    }

        .pubbleditor input[type='text'] {
            border: 0px;
            font-size: 18px;
            width: 86% !important;
        }

        .pubbleditor strong a, .pagepreview strong {
            font-size: 12px;
            margin-top: 12px;
            font-weight: normal;
            color: #8f9090;
            display: block;
        }

        .pubbleditor .hascontrols strong a {
            display: inline !important;
        }

        .pubbleditor .hascontrols .controlsinline {
            margin-left: 20px;
            cursor: pointer;
        }



    .pagepreview_bottom strong {
        font-size: 12px;
        margin-top: 12px;
        font-weight: normal;
        color: #8f9090;
    }



    .PreviewRefr {
        min-width: 100px;
        min-height: 50px;
        border: 1px solid #f6f6f6;
        /*cursor: pointer;
            padding: 4px;
            */
        margin-bottom: 0px;
        background: #fff;
        position: relative;
    }

        .PreviewRefr img {
            /*
                margin-right: 25px;
                    */
        }

    .maxpreview img {
        max-width: 100% !important;
    }


    .chatText {
        padding: 10px;
        /*float: left;*/
    }

    .chatMessage {
        width: 100%;
        border-bottom: #e8e8e8 1px solid;
    }

    .vkChooser {
        display: none;
        border: 1px gray solid;
        padding: 10px;
        margin: 5px;
        width: 342px;
    }

    .advContent {
        padding: 5px;
        font-size: 14px;
        background: #d9fdd9;
    }


    .advArtikelInfo img {
        margin-right: 4px;
    }

    .advArtikelInfo {
        float: right;
        font-size: 10px;
        text-align: right;
        width: 160px;
        font-weight: 400;
        margin-top: 6px;
    }

    .divpagina img {
        vertical-align: middle !important;
    }

    .ArtikelMinum a:not(.arthoverhide) {
        max-width: 370px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;
    }

    .advContentItem {
        float: right;
        padding-top: 5px;
        margin-right: 5px;
    }

    .afblijven {
        float: right !important;
    }

    .advKleur {
        width: 30px;
        float: right;
        padding-right: 0;
        vertical-align: middle;
    }

    .prevInddLijn {
        position: absolute;
        height: 100%;
        border: 0 solid #000;
        position: absolute;
        width: 100%;
        border: 0 solid #000;
    }

    .contact {
        cursor: pointer;
        padding: 8px;
        margin-bottom: 2px;
    }

    .FirstL {
        padding: 6px;
        color: #fff;
        width: 30px;
        margin: 5px;
        text-align: center;
        margin-top: 14px;
        font: 22px sans-serif;
        background: #21282b !important;
    }

    .FirstLSm {
        float: left;
        padding: 5px;
        font-size: 16px;
        width: 25px;
        margin: 1px;
    }

    .contact:hover {
        color: #fff;
        background: #2779aa !important;
    }

    . .opaque {
        opacity: .4;
    }

    .opaque:hover {
        opacity: 1;
    }

    .linkHover .showover {
        cursor: pointer;
        display: none;
    }

    .linkHover tr:hover .showover {
        cursor: pointer;
        display: block;
    }

    .linkHover tr:hover .hideover {
        display: none;
    }

    .options {
        margin-left: 10px;
    }

    .read {
        font-weight: 400 !important;
        color: #414141 !important;
    }

    #Checkboxes, .Checkboxes {
        padding-left: 12px;
    }

        #Checkboxes label {
            font-weight: 400;
            display: inline;
        }

        .Checkboxes label {
            font-weight: 400;
            display: inline;
        }

    .Scroll, .locked {
        cursor: pointer;
    }

    .pageAdCont {
        position: relative;
    }

    .activeTargetPage {
        outline: 10px solid #ed218c !important;
        z-index: 1;
    }

    .targetPage {
        outline: 2px solid #ed218c;
        z-index: 1;
    }

    .fromPage {
        outline: 4px solid #ed218c;
    }

    .highlighter {
        cursor: pointer;
        box-shadow: 0 0 15px 0px yellow;
    }

    .frompageinfo {
        display: none;
        background-color: rgba(237,33,140,0.7);
        z-index: 109;
        font-size: 21px;
        color: white;
        padding: 10px;
        position: absolute;
        left: 0;
        right: 0;
    }

    #shufflerContent, #insideLayout {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        -ms-perspective: 1000;
        perspective: 1000;
    }

    #zoomLevelTextContainer {
        float: left;
        margin-right: 10px;
        font-size: 12px;
        margin-bottom: 0px;
    }

    #zoomLevelText {
        margin-bottom: 5px;
    }

    #zoomLevelReset {
        cursor: pointer;
        text-decoration: underline !important;
    }

    .zoom-content {
        position: fixed;
        margin-top: -100px;
        z-index: 500;
        padding: 10px;
        background: rgba(230,230,230,0.95);
        border-radius: 5px;
        box-shadow: 0px 0px 57px rgb(17 17 17 / 15%);
    }

    .fromPage .frompageinfo {
        background: none !important;
    }

    .removeclick {
        display: none;
    }

    .pdfMeta {
        background: rgba(234,76,58,0.8);
        color: white;
        font-weight: bold;
        font-size: 10px;
        float: left;
        height: 18px;
        margin-top: 2px;
        padding: 10px;
    }

    .jsplumb-connected .removeclick {
        content: "x";
        color: #fff;
        position: absolute;
        top: 0px;
        right: 0px;
        background-color: #ed218c;
        z-index: 9;
        font-size: 21px;
        padding: 10px;
        display: block;
        cursor: pointer;
    }

    .highlight {
        background: none;
        /*    background: #ff0;*/
    }

    .searchbar {
        position: relative;
        border-bottom: 1px solid #CCC;
        width: 100%;
    }

    #menubottom img {
        margin-right: 6px;
    }

    .searchbar-inner {
        padding: 6px;
    }

    .controls {
        display: none;
        cursor: pointer;
        display: none;
    }

    .filedisplay:hover .controls {
        display: block;
    }

    .filedisplay {
        float: left;
        width: 60px;
        min-height: 105px;
        word-break: break-all;
        margin: 9px;
    }

    .formaatlistmat .filedisplay {
        overflow: hidden;
        height: 110px;
    }

    .leftBar {
        width: 300px;
        z-index: 10;
        position: absolute;
        height: 100%;
        border: 0px solid #000001;
        border-width: 1px 1px 0;
        border-color: #e2e2e2;
        padding: 5px 4px;
    }

    .GekozenType {
        color: gray;
        float: right;
    }

    .rowBar {
        color: #2779aa;
        width: 100%;
        font-weight: normal;
        font-size: 12px;
    }

    .rightBar {
        width: 74%;
        float: right;
    }

    .subtleLink {
        color: gray !important;
        text-decoration: none;
    }

        .subtleLink:hover {
            color: #000 !important;
            text-decoration: none;
        }

    .h3 {
        cursor: pointer;
        margin: 0;
        color: #08376f;
        text-shadow: #fff 1px 0 0;
        font: 400 14px Helvetica,Arial,sans-serif;
        margin-bottom: 10px;
    }

    .previewbutton {
        display: block;
        float: left;
        width: 30px;
        margin-top: 5px;
        height: 36px;
    }

    .h3gr {
        font-weight: 700;
        font-size: 16px;
    }

    .kwman {
        float: left;
        text-align: center;
        width: 100px;
        display: block;
    }

    .homeshortcut label {
        border-radius: 2px !important;
    }

    .roodButton {
        background-image: -webkit-gradient(linear,left top,left bottom,from(#ff4040),to(#ff0000)) !important;
        background-image: -webkit-linear-gradient(#ff4040,red) !important;
        background-image: -moz-linear-gradient(#ff4040,red) !important;
        background-image: -ms-linear-gradient(#ff4040,red) !important;
        background-image: -o-linear-gradient(#ff4040,red) !important;
        background-image: linear-gradient(#ff4040,red) !important;
        color: #fff !important;
        text-shadow: 0 1px 1px #000 !important;
    }

    .TopKlant a {
        color: #fff !important;
        display: block;
        padding: 5px;
        margin-bottom: 2px;
        color: #fff;
        text-decoration: none;
        background: #134274;
    }

        .TopKlant a:visited {
            color: #fff !important;
        }

    #pubbledash a {
        color: #114650;
    }

        #pubbledash a:visited {
            color: #114650
        }

    .chatText:hover .deletenote {
        display: inline;
    }

    .deletenote {
        display: none;
        color: red;
        cursor: pointer;
    }

    .buttonStatus {
        text-align: center;
        border: 1px solid #e0e0e0;
        font-weight: 700;
        color: #000;
        cursor: pointer;
        text-shadow: 0 1px 1px #000;
        text-shadow: 0 1px 1px #fff;
        font-weight: 400;
        font-size: 11px;
        min-height: 22px;
        max-height: 24px;
        background-image: linear-gradient(#f1f1f1,#f3f3f3);
        background-size: auto;
        background-repeat: repeat;
        background-position: 0 0;
        background-attachment: scroll;
        background-color: #d1d1d1;
    }

        .buttonStatus:hover {
            background-image: linear-gradient(#d4d4d4,#f3f3f3)
        }

        .buttonStatus:active {
            background-image: linear-gradient(#f1f1f1,#d1d1d1);
        }

    .buttonStatusYellow {
        background-image: linear-gradient(#e3e537,#e3e537);
    }

    .buttonStatusClicked {
        background-image: linear-gradient(#30ff00,#43e623);
    }

    .buttonStatusYellow:hover {
        background-image: linear-gradient(#e3e537,#e3e537);
    }

    .buttonStatusClicked:hover {
        background-image: linear-gradient(#46ee25,#43e623);
    }

    .paginastatus {
        -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
        -moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
        box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
        border-color: #e2e2e2;
        color: #454545;
        border-width: 1px 1px 0;
        font-weight: 700;
        background: #f1f1f1;
    }

    .ArtikelMinum .bijlagetekst {
        margin-top: -5px;
    }

    .copyh {
        vertical-align: top;
        margin-left: -3px;
        margin-right: 6px;
    }

    .arthoverhide {
        display: none;
    }

    .redLi:hover .arthoverhide {
        display: inline;
    }

    .advhidehover {
        display: none;
    }

    .advLi:hover .advhidehover {
        display: block;
    }

    .redLi {
        border: 1px solid #ddebf6 !important;
    }

    .vidLi {
        border: 1px solid #ddebf6 !important;
    }

    .artikelLink {
        display: none;
    }

    .pagepreview:focus .previewcontrols {
        display: block !important;
    }

    .no-touch .pagepreview:hover .previewcontrols {
        display: block !important;
    }

    .no-touch .boring:hover .previewcontrols {
        bottom: 0px !important;
        width: 205px !important;
        left: 0px !important;
        border-radius: 0px !important;
    }

    .PlankPagina:hover .previewcontrols, .PlankPagina:focus .previewcontrols {
        width: 105px !important;
        left: 28px !important;
    }

    .artikelclass .pagepreview:hover .previewcontrols {
        left: -5px !important;
        bottom: 0px !important;
    }

    .paginanummercont a {
        padding: 5px;
        margin-bottom: -1px;
        display: block;
        background: none;
    }

    .poverlay {
        cursor: pointer;
    }

        .poverlay:hover {
            -webkit-animation: pulse 4s infinite alternate;
            -webkit-animation-timing-function: ease-out;
            opacity: .6;
            background: #d1f6d1;
        }

    @-webkit-keyframes pulse {
        0% {
            background: #aed0ea;
        }

        50% {
            background: #7b8c9e;
        }

        100% {
            background: #c8c4df;
        }
    }

    .fc-event {
        cursor: pointer !important;
    }

    .selectedevent {
        border-radius: 0px !important;
        background: #000 !important;
        color: #000 !important;
        border: 3px solid #000 !important;
    }

    .selectedeventin {
        border: 1px solid #000 !important;
        border-radius: 4px;
        background: #ff3f0f !important;
    }

    .StramienKeus {
        padding: 5px;
    }

        .StramienKeus:hover {
            cursor: pointer;
            background: #d6d6d6;
        }

    .KeusSelected {
        color: #fff;
        background: #2779aa !important;
    }

    .ui-tabs .ui-tabs-nav li {
        margin-right: 2px;
    }

    .Stramientype {
        cursor: pointer;
        display: block;
        margin-bottom: 1px;
        padding-top: 3px;
        position: relative;
    }

    .phatcat {
        color: #000 !important;
    }

    #uvTab {
        display: none !important;
    }

    .cb-enable, .cb-disable, .cb-enable span, .cb-disable span {
        background: url(/content/images/switch.png) repeat-x;
        display: block;
        float: left;
    }

        .cb-enable span, .cb-disable span {
            line-height: 30px;
            display: block;
            font-weight: 700;
            background: no-repeat;
        }

        .cb-enable span {
            padding: 0 10px;
            background: left -90px;
        }

        .cb-disable span {
            padding: 0 10px;
            background: right -180px;
        }

        .cb-disable.selected {
            background: 0 -30px;
        }

            .cb-disable.selected span {
                color: #fff;
                background: right -210px;
            }

        .cb-enable.selected {
            background: 0 -60px;
        }

            .cb-enable.selected span {
                color: #fff;
                background: left -150px;
            }

    .switch label {
        cursor: pointer;
    }

    .switch input {
        display: none;
    }

    #Navigationblock {
        margin-top: 0;
        width: 100%;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        height: 82px;
        margin-bottom: 4px;
        background: url(/Content/images/layout/headertopbottom.gif);
    }

    #MenuHeader {
    }

    .lasttime {
        color: #696969;
        font-style: italic;
    }

    #searchTerm {
    }

    .keustab {
        padding: 10px 0;
        cursor: pointer;
    }

    .refresh {
        cursor: pointer;
        z-index: 9999999;
    }

    .stramien {
        cursor: pointer;
        z-index: 9999999;
        margin-left: 4px;
    }

    .zoomin {
        cursor: pointer;
        z-index: 9999999;
    }

    .pagepreviewc {
        float: right;
        position: relative;
    }

    .pagepreview {
        border: 1px solid #c8c8c8;
        min-height: 54px;
        position: relative;
    }

    .previewladen {
        display: none;
        position: absolute;
        top: 10px;
        padding: 1px;
    }

    .fullpage .previewcontrols {
        position: absolute;
        padding: 4px;
        width: 70px;
        margin-top: -12px;
        line-height: 1.1 !important;
        height: 295px;
        background: none;
        padding: 30px 100px 0 17px;
    }

    .previewcontrols {
        display: none;
        position: absolute;
        left: 65px;
        height: 30px;
        background: #fff;
        padding: 12px;
        border-radius: 6px;
    }

    .dropdownc {
        top: 28px;
        z-index: 9999;
        position: absolute;
        display: none;
        background: #225688;
        width: 160px;
        box-shadow: 2px 2px 2px #000;
        border-radius: 5px;
        color: #fff;
        padding: 10px;
        text-shadow: none;
        font: 400 11px/150% Arial;
    }

    .dropdowns {
        display: none;
        background: #225688;
        border-radius: 5px;
    }

    .hasdropdown {
        float: left;
    }

        .hasdropdown:hover .dropdownc {
            display: block;
        }

        .hasdropdown:hover .dropdown {
            display: block;
        }

    .WebvertentieList .controls {
        display: none;
    }

    .WebvertentieList:hover .controls {
        display: block;
    }

    #Keywords .controls {
        display: none;
    }

    #Keywords:hover .controls {
        display: block;
    }

    .generaltab {
        padding: 5px 4px;
    }

    .nounderline a {
        text-decoration: none !important;
    }

    .textunderline a {
        text-decoration: underline !important;
    }

    .Keyword {
        float: left;
        margin: 2px;
        background: #f1f5f8;
        width: auto;
        cursor: pointer;
        border-radius: 4px;
        font-size: 12px;
        padding: 2px;
    }

    .Keyword21 {
        background: #f3d8e7;
        width: auto;
        border-radius: 4px;
        font-size: 12px;
        padding: 2px;
    }

    .Keyword2 {
        background: #f1f5f8;
        width: auto;
        border-radius: 4px;
        font-size: 12px;
        padding: 2px;
    }

    .Keyword21 .haakje {
        color: #f3d8e7;
    }

    .Keyword2 .haakje {
        color: #f1f5f6;
    }

    .TableWCControl tr .control {
        display: none;
    }

    .TableWCControl tr:hover .control {
        display: block;
    }

    .hidecontent {
        display: none;
    }

    .droppablehover {
        opacity: .7 !important;
    }

        .droppablehover .MediaKoppelfoto {
            /*  border: 2px solid yellow;*/
        }

    .droppableborder {
        opacity: .4;
    }

    .XXX {
        position: relative;
    }

    #tabs {
        position: relative !important;
    }

    .switch {
        font-family: Arial,Sans-serif;
        color: #000;
    }

    .OpacityMO {
        opacity: .4;
    }

        .OpacityMO:hover {
            opacity: 1;
        }

    .CenterMO {
        text-align: center;
        line-height: 170px;
        vertical-align: middle;
    }

    .smalldatatable input {
        width: 50px;
    }

    .KleinData {
        min-height: 180px;
        float: left;
        width: 170px;
        margin: 10px;
        border: 1px solid #0c3a6a;
        background: #edf1f4;
        border-radius: 6px;
        padding: 10px;
        min-height: 174px;
        display: block;
    }

    .pointo {
        display: none;
    }

    .smalldatatable {
        width: 185px;
    }

    .KleinData .edit {
        margin-top: 12px;
        display: none;
        float: right;
    }

    .doToepassen .toggle {
        display: none;
    }

    .doToepassen:hover .toggle {
        display: block;
    }

    .KleinData:hover .edit {
        display: block;
    }

    .formulier label {
        text-align: right;
        font-weight: 700;
        font-weight: 400 !important;
    }

    .formulier .labelcolumn {
        text-align: right;
        font-weight: 400 !important;
    }

    .ArtikelExtended {
        display: none;
        position: absolute;
        z-index: 9999;
        width: 505px;
        margin-left: -6px;
        margin-top: -6px;
        border: 1px solid #aed0ea;
        background: #f2f6f9;
    }

    .tbox div, .tbox img {
        max-width: 98%; /* Fix voor sheize door hoge resolutie.. bedoeld voor previews */
    }

    .tbox {
        max-width: 100%;
        overflow: auto;
        position: absolute;
        display: none;
        padding: 14px 17px;
        z-index: 99999;
    }

    .tinner {
        max-height: 768px;
        overflow: hidden;
        overflow-y: auto;
        padding: 15px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: url(images/preload.gif) no-repeat 50% 50% #fff;
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
    }

    .tmask {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #000;
        z-index: 99998;
    }

    .tclose {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
        cursor: pointer;
        background: url(images/close.png) no-repeat;
    }

        .tclose:hover {
            background-position: 0 -30px;
        }

    .keywordstextarea {
        background: #fff;
        outline-style: none;
        outline-width: medium;
        width: 248px;
        padding: 5px;
        border: 1px solid #00aeef;
        margin-bottom: 10px;
        font: 1em arial;
    }

    .btnpubble {
        display: inline-block;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: 0 8px 0 #1a74a1,0 15px 20px rgba(0,0,0,.35);
        -moz-box-shadow: 0 8px 0 #1a74a1,0 15px 20px rgba(0,0,0,.35);
        box-shadow: 0 8px 0 #1a74a1,0 15px 20px rgba(0,0,0,.35);
        -webkit-transition: -webkit-box-shadow .2s ease-in-out;
        -moz-transition: -moz-box-shadow .2s ease-in-out;
        -o-transition: -o-box-shadow .2s ease-in-out;
        transition: box-shadow .2s ease-in-out;
    }

        .btnpubble span {
            display: inline-block;
            padding: 10px 20px;
            font-family: "cooper-black-std-1","cooper-black-std-2",Helvetica,Arial,sans-serif;
            line-height: 1;
            text-shadow: 0 -1px 1px rgba(19,65,88,.8);
            background: #3194c6;
            background: -webkit-gradient(linear,0% 0%,0% 100%,from(#3194c6),to(#5bacd6));
            background: -moz-linear-gradient(#3194c6,#5bacd6);
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            -webkit-box-shadow: inset 0 -1px 1px hsla(0,0,100%,.15);
            -moz-box-shadow: inset 0 -1px 1px hsla(0,0,100%,.15);
            box-shadow: inset 0 -1px 1px hsla(0,0,100%,.15);
            -webkit-transition: -webkit-transform .2s ease-in-out;
            -moz-transition: -moz-transform .2s ease-in-out;
            -o-transition: -o-transform .2s ease-in-out;
            transition: transform .2s ease-in-out;
        }

        .btnpubble:active {
            -webkit-box-shadow: 0 8px 0 #1a74a1,0 12px 10px rgba(0,0,0,.3);
            -moz-box-shadow: 0 8px 0 #1a74a1,0 12px 10px rgba(0,0,0,.3);
            box-shadow: 0 8px 0 #1a74a1,0 12px 10px rgba(0,0,0,.3);
        }

            .btnpubble:active span {
                -webkit-transform: translate(0,4px);
                -moz-transform: translate(0,4px);
                -o-transform: translate(0,4px);
                transform: translate(0,4px);
            }

    #HerinneringenTab {
        position: fixed;
        left: auto;
        bottom: 0;
        right: 20px;
        width: 240px;
        text-align: left;
    }

        #HerinneringenTab a {
            text-decoration: none;
        }

    .cke_contents iframe {
        overflow-y: hidden;
    }

    #Nrreminders {
        color: #fff;
        border-radius: 6px;
        position: absolute;
        right: 5px;
        padding: 3px;
        top: 3px;
        font-weight: 700;
    }

    .reminderfromOV {
        padding: 5px;
    }

        .reminderfromOV .controls {
            display: none;
        }

        .reminderfromOV:hover {
            background: #fff;
        }

            .reminderfromOV:hover .controls {
                display: block;
            }

    #PeriodenBar {
        width: 940px;
        padding: 10px;
        padding-top: 0;
        min-height: 160px !important;
    }

    #reminderHeader {
        cursor: hand;
        border-bottom: 2px solid #0c3a6a;
    }

    #remindersView {
        border: 1px solid #0c3a6a;
        width: 238px;
        display: none;
        border-top: 0;
        max-height: 500px;
        overflow-y: scroll;
        background: #fff;
    }

    .treemapCell {
        color: #fff;
    }

    .boxheader {
        color: #fff;
        font-weight: 700;
        padding: 5px;
    }

    .BigLeft {
        float: left;
        width: 620px;
        margin-bottom: 10px;
    }

    .VerticalBar {
        margin-bottom: 10px;
        float: left;
        width: 300px;
    }

    .ManKrantContent {
        padding: 10px !important;
    }

    .leftBar strong {
        font: 14px"Open Sans","Segoe UI Semilight","Segoe UI",Tahoma,"Microsoft Sans Serif",Verdana,sans-serif !important;
    }

    .LocatieTitel a:link, .LocatieTitel a:visited {
        color: #21282b;
        margin-right: 15px;
        font-size: 14px;
        line-height: 1.4
    }

    .LocatieTitelSelected a:link, .LocatieTitelSelected a:visited {
        color: #21282b;
        margin-right: 15px;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.4
    }


    #opmaakcontainer {
        overflow-y: hidden;
    }

    .panelborder {
        border: 1px solid #ededed;
        padding: 7px;
        border-radius: 5px;
    }

    .ui-dialog .ui-dialog-titlebar {
        text-align: left;
        padding: .5em 1em !important;
    }

    .ui-dialog-buttonpane {
        margin-top: 0 !important;
        padding: 0 !important;
    }

    .DialogAchtergrond {
        overflow: hidden !important;
        background: #f6f6f6;
        /*  background: url(images/ui-bg_highlight-hard_100_f2f5f7_1x100.png) repeat-x 50% top #f6f6f6;*/
    }

    .ui-widget-content {
        border-radius: 0;
    }

    .ui-accordion .ui-accordion-header {
        cursor: pointer;
        position: relative;
        margin-top: 1px;
        zoom: 1;
        border: 0px solid #0c3a6a !important;
        color: #fff !important;
    }

        .ui-accordion .ui-accordion-header a {
            color: #fff !important;
            display: block;
            font-size: 1em;
        }

    .ui-accordion .ui-accordion-li-fix {
        display: inline !important;
    }

    .ui-accordion .ui-accordion-header-active {
        border-bottom: 0 !important;
    }

    .ui-accordion .ui-accordion-header .ui-icon {
        position: absolute;
        left: -1px;
        top: 50%;
        margin-top: -8px !important;
    }

    .agendapunt .controls {
        display: none;
    }

    .stampedlabelg, .countContaining {
        padding: 3px;
        padding-top: 1px;
        padding-bottom: 1px;
        border-radius: 4px;
        background: #66a4ca;
        font-size: 12px;
        color: #fff !important;
        white-space: nowrap;
    }

    #missed .arrows {
        left: 5px;
        top: 4px !important;
        opacity: .9;
        filter: brightness(0) invert(1);
    }

    #stopperMissed .todoAdsCont .arrows, #PlacerRubriekspagina .todoAdsCont .arrows {
        left: -17px
    }

    #stopperMissed .advShift, #PlacerRubriekspagina .advShift {
        width: 230px !important;
        margin-left: -20px !important;
    }

    .countContaining {
        font-size: 10px;
        padding: 7px !important;
        border-radius: 100px;
        width: 19px;
        text-align: left;
        display: inline-block;
        padding-right: 0px !important;
        padding-left: 20px !important;
        background: #b0bec3 !important;
        margin-right: 6px;
        vertical-align: middle;
    }

    .stampedlabel {
        padding: 3px;
        padding-top: 1px;
        padding-bottom: 1px;
        border-radius: 4px;
        background: #faa71d;
        font-size: 12px;
        color: #fff !important;
        white-space: nowrap;
    }

    .agendapunt:hover .controls {
        display: block;
    }

    .agendapunt:hover {
        background: #e1e9ef;
    }

    .hascontrols .fadecontrols {
        opacity: .4;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .hideme {
        display: none;
    }

    .activeitem {
        display: block;
        background: #e1e9ef;
        opacity: 1;
    }

    #relatedBox {
        margin-top: 2px;
    }

    .internet #VanafMinuut, .internet #VanafUur {
        border: 1px solid #dfdfdf;
        height: 27px;
        vertical-align: top;
    }

    .internet #TillUur, .internet #TillMinuut {
        border: 1px solid #dfdfdf;
        height: 27px;
        vertical-align: top;
    }

    .hascontrols:hover .fadecontrols, .hascontrols:hover .stampedlabel {
        opacity: 1;
    }

    .hascontrols .controls {
        display: none;
    }

    .hascontrols .controlsinline {
        display: none;
    }

    .hascontrols:hover .controlsinline {
        display: inline;
    }

    .hascontrols:hover .controls {
        display: block;
    }

    .hascontrols:hover {
        background: #e1e9ef;
    }

    #panelCenter_2 .edit {
        display: none;
    }

    #panelCenter_2:hover .edit {
        display: inherit;
    }

    .HoverSpan img {
        display: none;
    }

    .WarningAlive {
        width: 465px;
        border-radius: 12px;
        background: url(/Content/images/bgnoise.png) #fafafa;
        padding: 0;
        margin-left: 245px;
        margin-top: 200px;
        background-color: transparent;
    }

    #locatieladen {
        margin-top: 6px;
    }

    .HoverSpan:hover img {
        display: inherit;
        margin: 6px 0 0 6px;
    }



    .ULfotoSelecteerMenu a {
        color: #fff;
        text-decoration: none;
    }

        .ULfotoSelecteerMenu a:visited {
            color: #fff;
            text-decoration: none;
        }

    .leftalign label {
        text-align: left !important;
    }

    .PlaatsBlokje {
        width: 8px;
        height: 8px;
        float: left;
        margin: 1px;
    }

    #dialog {
        /*  background: url(images/ui-bg_highlight-hard_100_f2f5f7_1x100.png) repeat-x 50% top #f6f6f6;*/ border-bottom-left-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
    }

    .Plaatsentab {
        background: #575757;
    }

    .Allestab {
        background: #ff4040;
    }

    .Kladtab {
        background: #ff8d2a;
    }

    .Kranttab {
        background: #00aeef;
    }

    .Radiotab {
        background: #f7bb38;
    }

    .Kabelkranttab {
        background: #2eafbb;
    }

    .Kabelkran2ttab {
        background: #2eafbb;
    }

    .Internettab {
        background: #364467;
    }

    .tabclass {
        min-height: 33px;
    }

    .tabcontentbar {
        background: url(/content/images/grad.png);
    }

    .titelinput {
        width: 90%;
    }

    .Mediafoto {
        padding: 5px;
    }

    .uitgavebox a:link {
        text-decoration: none;
    }

    .fotoarchieflnk {
        margin-left: 15px;
        margin-bottom: 5px;
    }

    .tabcontent {
        color: #252525;
        border-top: 0;
        background: url(/content/images/grad.png) #e3e7eb;
    }

    .tabcontenthover {
        color: #252525;
        border-top: 0;
        background: url(/content/images/grad.png) #d0d5d9;
    }

    .onlineoffline {
        width: 7px;
        height: 48px;
    }

    .tabcontent a:link {
        color: #252525;
    }

    .tabspan {
        color: #252525;
        font-size: 10px;
    }

    .tabcontent a:active {
        font-weight: 700;
        color: #252525;
    }

    .tabcontent a:visited {
        color: #252525;
    }

    .fotoinfo {
        margin-top: -5px;
        z-index: 9999;
        padding: 5px;
    }

    .selecteerbaarfoto:hover {
        display: block;
        z-index: 9999;
    }

    .selecteerbaarfoto {
        margin: 25px;
        width: 150px;
        float: left;
    }

        .selecteerbaarfoto:hover .fotoinfo {
            display: block;
            background: #ddd;
        }

    .UploadAddContainer {
        width: 260px;
        border: solid 1px #ededed;
        margin: 15px;
        float: left;
    }

    #UploadedContainer {
        position: relative;
        clear: both;
    }

    .fotoSelectiescherm {
        width: 150px;
    }

    #sfc {
        opacity: .9;
    }

    .ULfotoSelecteerMenu {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .ULfotoSelecteerMenu a:link {
        }

        .ULfotoSelecteerMenu li {
            padding-left: 10px;
            padding-top: 5px;
            padding-bottom: 5px;
            height: 20px;
            background: url(/content/images/menu20px.gif) repeat-x;
        }

    .loadingfotos {
        width: 100%;
        text-align: center;
        margin-top: 100px;
    }

    #fotoselectie {
        width: 620px;
        height: 600px;
        overflow-y: scroll;
        float: left;
        padding: 10px;
        text-align: left;
    }

    #fotohorizontaal {
        width: 100%;
        padding: 0;
    }

    #fotoSelecteerMenu {
        width: 190px;
        height: 620px;
        float: left;
        text-align: left;
        padding: 0;
    }

    #fotoPreviewMenu {
        width: 300px;
        min-height: 332px;
        float: left;
        text-align: left;
        padding: 0;
    }

    #fotopreviewrechts {
        width: 370px;
        float: left;
        padding: 10px;
        text-align: center;
        vertical-align: middle;
    }

    .TypeHB {
        background: #bfbfbf;
        border-radius: 6px;
        cursor: pointer;
    }

    .selectedTypeHB {
        background: #9cea14;
    }

    .Blauwmenu {
        color: #fff;
        background: #3972a2;
    }

    .RedactieArtikel {
        min-height: 430px;
    }

    .RedactieBak {
    }

    .minilink {
        width: 8px;
        height: 3px;
    }

    .vak {
        text-decoration: none;
        /**     width: 8px;       
            height: 3px;*/
        margin-bottom: 0;
        margin-right: 0;
        padding: 2px;
        float: left;
        text-align: center;
        display: block;
        vertical-align: middle;
        font-size: 12px;
        padding-bottom: 2px;
        padding-top: 2px;
    }

        .vak a:visited {
            text-decoration: none;
        }

        .vak a:link {
            text-decoration: none;
        }

    .UitklapLink a:visited {
        color: #2779aa;
        text-decoration: none;
    }

    .UitklapLink a:link {
        color: #2779aa;
        text-decoration: none;
    }

    body {
        /*background: url(/Content/images/bgnoise.png) #fafafa;*/
        background: #fcfcfc;
        /*  text-align: center;*/
        margin: 0;
    }

    #loadingReload {
        position: fixed !important;
    }

    .ui-dialog {
        line-height: 1 !important;
    }

    .printshow {
        display: none;
    }

    .whitelink a {
        color: #fff;
        text-decoration: none;
    }

        .whitelink a:visited {
            color: #fff;
            text-decoration: none;
        }

    .standaard a:link {
        color: #034af3;
        text-decoration: none;
    }

    .standaard a:visited {
        color: #505abc;
        text-decoration: none;
    }

    .standaard a:hover {
        color: #1d60ff;
        text-decoration: none;
    }

    .default a:link {
        color: #034af3;
        text-decoration: none;
    }

    .default a:visited {
        color: #505abc;
        text-decoration: none;
    }

    .default a:hover {
        color: #1d60ff;
        text-decoration: none;
    }

    .default a:active {
        color: #12eb87;
    }

    .containerdrop a:link {
        text-decoration: none;
    }

    .nodecoration a:link {
        text-decoration: none;
    }

    .NieuwsbakLink {
        color: #fff;
        font-size: 12px;
    }

    .NieuwsbakLink2 {
        color: #fff;
    }

    img {
        border: none 0;
    }

    p, ul {
        margin-bottom: 20px;
        line-height: 1.6em;
    }

    .Kop1 {
        color: #0e3a6d;
        font: 700 17px Lucida Sans;
    }

    .Knappetabel {
        margin-top: 10px;
    }

        .Knappetabel td, .Knappetabel th {
            padding: 6px;
            vertical-align: middle; /* waarom top? 2020-01-29 */
        }

        .Knappetabel th {
            height: 20px;
            margin-bottom: 5px;
        }

    .leeg th {
        color: #000;
        height: 20px;
        margin-bottom: 5px;
        background: #fff;
    }

    .divtd {
        display: block;
        height: 100%;
        vertical-align: middle;
        padding-top: 3px;
    }

    .hoverrij:hover {
        background: #ededed;
    }

    .Knappetabel a {
        color: #000;
        font-family: Helvetica,Sans-Serif;
    }

        .Knappetabel a:hover {
            color: #004082;
            font-family: Helvetica,Sans-Serif;
        }

    .labelcolumn label {
        min-width: 110px;
    }

    .labelcolumn span {
        font-weight: 400;
        color: gray;
    }

    .faq div {
        float: left;
        width: 260px;
        padding: 20px;
        padding-bottom: 0;
    }

    #hulp .uitleg img {
        margin: 20px;
        border: 1px solid #999;
    }

    #hulp .uitleg {
        margin-top: 5px;
        border-top: 1px solid #DDD;
        width: 100%;
        min-height: 2px;
    }

    .rijeven {
        background: #f0f3f6;
    }

    .rijoneven {
        /* background: #f9f9f9; */
    }

    .Knappetabel:not(.nohover) tr:hover {
        background: #ededed;
    }

    .Knappetabel .hover {
        background: #ededed !important;
    }

    #Districts tr:hover {
        background: inherit !important;
    }

    h1, h2, h3, h4, h5, h6 {
        color: #000;
        font: 1.5em Arial,Helvetica,sans-serif;
    }

    h1 {
        color: #2b3235;
        font: 700 26px "Open Sans",Helvetica,Arial,sans-serif;
    }

    h2 {
        color: #2b3235;
        text-shadow: #fff 1px 0 0;
        font: 700 26px "Open Sans",Helvetica,Arial,sans-serif;
    }

    .ui-widget-header {
        text-shadow: none;
        color: #fff !important;
    }

    h3 {
        margin: 0;
        color: #2b3235;
        text-shadow: #fff 1px 0 0;
        font: 700 16px Helvetica,Arial,sans-serif;
    }

    h4 {
        margin: 0;
        color: #2b3235;
        /*text-shadow: #fff 1px 0 0;*/
        font: 700 14px Helvetica,Arial,sans-serif;
    }

    h5, h6 {
        font-size: 1em;
    }

    .rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
        margin-top: 0;
    }

    .page {
        width: 960px;
        /*
            margin-left: auto;
            margin-right: auto;*/
        text-align: left;
        margin-top: 0;
    }

    .snelfunctieicon {
        text-decoration: none;
        float: left;
        border: 0;
        margin-right: 5px;
        display: block !important;
    }

    #menubottom {
        position: relative;
        height: 55px;
        vertical-align: middle;
        color: #44576b;
        font-size: 11px;
        border-bottom-left-radius: 12px 12px;
        border-bottom-right-radius: 12px 12px;
        background: repeat-x;
    }

    #broodkruimel a:link {
        color: #44576b;
        text-decoration: none;
    }

    #broodkruimel a:visited {
        color: #44576b;
        text-decoration: none;
    }

    #broodkruimel a:hover {
        color: #a5caee;
        text-decoration: none;
    }

    .homeshortcut {
        height: 100%;
        text-align: left;
        padding: 2px;
        margin-right: 15px;
    }

        .homeshortcut:hover {
        }

    .homepanell {
        float: left;
        width: 456px;
        margin: 0 15px 0 0;
    }

    .homepanelr {
        float: right;
        width: 456px;
        margin: 0;
    }

    #homepanelright {
        float: right;
    }

    #homepanelbottom {
        width: 100%;
        margin-bottom: 15px;
    }

    #header {
        position: relative;
        margin: 0;
        color: #000;
        padding: 0;
        width: 960px;
    }

    #main {
        margin-top: 10px;
        padding: 10px 0;
        width: 960px;
        margin-bottom: 0;
        _height: 1px;
        position: relative;
    }

    .ui-panel-title h3 {
        font-family: Arial !important;
    }

    #mainlightbox {
        padding: 0;
        margin-bottom: 0;
        _height: 1px;
        background: url(/content/images/background_contentpane.png);
    }

    .uitgavebox {
        margin: 5px;
        display: block;
        /*  border: 1px solid #ededed;
               .uitgavehover {
            border: 1px solid #d2d2d2;
        }


         */
        padding: 5px;
        line-height: 1;
    }

    #contentsnelfuncties div:first-child {
        padding-top: 2px !important;
    }

    #contentsnelfuncties {
        display: none;
        margin-top: 4px;
        float: left;
        padding-left: 10px;
        color: #fff;
        margin-left: 10px;
    }

    #footer {
        color: #999;
        text-align: right;
        line-height: normal;
        margin-bottom: 35px;
        margin-top: 20px;
        font-size: .9em;
        width: 960px;
        height: 30px;
    }

    #menutop {
        padding: 0;
        font-family: sans-serif,;
        text-shadow: #111 1px 1px 0;
        height: 31px;
        width: 960px;
        background: repeat-x;
    }

    #menutop, #loginlink {
        padding: 0;
        display: inline-block;
    }

    .HoofdnavigatieLink {
        margin-right: 0;
        float: left;
        width: 80px;
        text-align: center;
        display: block;
        position: relative;
        height: 21px;
        padding-top: 5px;
    }

    #menutop a, #loginlink a {
        font-family: "Segoe UI WPC","Segoe UI",Tahoma,"Microsoft Sans Serif",Verdana,sans-serif;
        margin: 0;
        color: #fff;
        font-weight: 400;
        text-decoration: none;
    }

    .remTitle {
        text-decoration: none;
        color: #000;
        width: 85%;
        display: block;
        font-size: 12px;
    }

    #alertcontainer .chatTime {
        clear: both;
        float: none !important;
        display: block;
    }

    #alertcontainer a {
        text-decoration: none !important;
    }

        #alertcontainer a:visited {
            text-decoration: none;
        }

    #menutop a:hover, #loginlink a:hover, #menucontainer a:focus, #loginlink a:focus {
        font-weight: 700;
    }

    .alerted {
        background: #f2f1f1;
    }

    .alerting {
        color: #fff;
        display: block !important;
        position: absolute;
        top: 0;
        padding: 5px;
        padding-top: 0;
        padding-bottom: 0;
        background: red;
        border-radius: 3px;
        left: 14px;
    }

    #alertcount {
        display: none;
    }

    .alerts {
        position: relative;
        width: 24px;
    }

    .ui-tooltip, .qtip {
        font-size: 14px;
        line-height: normal !important;
    }

    .higher-zindex {
        z-index: 99999;
    }

    #alertcontainer {
        padding: 4px;
        max-height: 400px;
        position: relative;
        overflow-y: auto;
    }

    #menutop.selected a, #loginlink.selected a {
        color: #fff;
        background: #fbfbfb;
    }

    fieldset {
        padding: 1em;
        border: 1px solid #CCC;
        margin-bottom: 10px;
    }

        fieldset p {
            margin: 2px 12px 10px 10px;
        }

        fieldset label {
            display: block;
        }

            fieldset label.inline {
                display: inline;
            }

    legend {
        font-size: 1.1em;
        padding: 2px 4px 8px;
    }

    .standaard input {
        width: 200px;
        border: 1px solid #CCC;
    }

    .breed {
        width: 95%;
        border: 1px solid #CCC;
    }

    #logon input[type=text], #logon input[type=password] {
        height: 24px;
        padding: 8px;
        font-size: 14px;
    }

    #logon fieldset {
        background: #fcfcfc;
        border-radius: 12px !important;
    }

    table {
        border: solid 0 #e8eef4;
        border-collapse: collapse;
    }

        table.formulier {
            border: none 0;
            min-width: 550px;
        }

            table.formulier td {
                padding: 5px;
                border: none 0;
                vertical-align: top;
                text-align: left;
            }

                table.formulier td.labelcolumn {
                    width: 200px;
                    border: none 0;
                    padding: 5px;
                    font-weight: 700;
                }

                table.formulier td.checkbox {
                    width: 30px;
                    border: none 0;
                    padding: px;
                }

            table.formulier input {
                width: 99%;
                max-width: 600px;
            }

            table.formulier textarea {
                width: 99%;
                max-width: 600px;
                height: 70px;
            }

            table.formulier input.small-input {
                width: 80px;
            }

            table.formulier .input-validation-error {
                border: 1px solid red;
                background: #fee;
            }

    .lijn {
        border-top: 1px dotted #ccc;
        border-top-width: 1px;
        border-top-style: dotted;
        border-top-color: #ccc;
        font-size: .1em;
        margin: 6px 0 8px;
        width: 100%;
        margin: 6px 0 8px;
    }

    .clear {
        clear: both;
    }

    .error {
        color: Red;
    }

    #menucontainer {
        width: 1000px;
    }

    div#title {
        display: block;
        float: left;
        text-align: left;
    }

    .ui-state-default {
        background-color: #eff6f6;
        background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#eff6f6),to(#ebf3f4));
    }

    .planIcons img {
        margin-right: 18px;
        vertical-align: top;
        margin-bottom: 10px;
    }

    .doTill {
        margin-bottom: 10px;
    }

    .artikelclass {
        color: #000;
        font-size: 12px;
    }

    .pubbleditor, .artikelclass, #Kl, .smartres {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }

        .pubbleditor input, #CurrAantalwoorden {
            padding-left: 40px !important;
        }

        .pubbleditor strong a, .artikelclass strong a {
            padding-left: 40px !important;
        }

    #logindisplay {
        float: right;
        text-align: right;
        width: 600px;
        font-size: 1.1em;
        display: block;
        margin-bottom: 10px;
    }

        #logindisplay a:link {
            color: #919191;
            text-decoration: underline;
        }

        #logindisplay a:visited {
            color: #919191;
            text-decoration: underline;
        }

        #logindisplay a:hover {
            color: #656565;
            text-decoration: none;
        }

    .field-validation-error {
        color: red;
    }

    .input-validation-error {
        border: 1px solid red;
        background: #fee;
    }

    .validation-summary-errors {
        font-weight: 700;
        color: red;
    }

    .factuur .facturatie-border {
        border: 0px;
    }

    .facturatie-border {
        border: solid 1px #CCC;
        padding: 5px;
        position: relative;
    }

    .facturatie-bordernobreak {
        border: solid 1px #CCC;
        padding: 5px;
        position: relative;
    }

        .facturatie-bordernobreak h3 {
            margin-top: 0;
        }

    .facturatie-info:not(.InvoiceBox) {
        float: right;
        border: solid 1px #CCC;
        padding: 2px;
        right: -1px;
        top: -1px;
        display: block;
        width: 196px;
        margin-right: -6px;
        margin-top: -6px;
        margin-left: 12px;
    }

    .facturatie-orderinfo {
        line-height: 1.4
    }

        .facturatie-orderinfo td {
            margin: 0 5px 5px;
            vertical-align: top;
        }

    .facturatie-border h3 {
        margin-top: 0;
    }

    .orderitems th {
        font-size: 10px;
    }

    .orderitems {
        width: 100%;
    }

        .orderitems td {
            padding-left: 5px;
            padding-right: 5px;
            vertical-align: top;
        }

        .orderitems thead {
            /*  border-bottom: solid 1px #CCC; */
        }

        .orderitems tr.totaal {
            margin-top: 5px;
        }

        .orderitems td.totaal {
            text-align: right;
        }

        .orderitems td.totaalprijs {
            border-top: double 3px #CCC;
        }

    #containerdrop {
        margin: 0 auto;
        position: relative;
    }

    #topnav {
        padding: 10px 0 12px;
        font-size: 11px;
        line-height: 23px;
        text-align: right;
    }

        #topnav a.signin {
            background: #88bbd4;
            padding: 4px 6px 6px;
            text-decoration: none;
            font-weight: 700;
            color: #fff;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            *background: transparent url(/content/images/signin-nav-bg-ie.png) no-repeat 0 0;
            *padding: 4px 12px 6px;
        }

            #topnav a.signin:hover {
                background: #59B;
                *background: transparent url(/content/images/signin-nav-bg-hover-ie.png) no-repeat 0 0;
                *padding: 4px 12px 6px;
            }

            #topnav a.signin, #topnav a.signin:hover {
                *background-position: 0 3px !important;
            }

    a.signin {
        position: relative;
        margin-left: 3px;
        position: relative;
        margin-left: 3px;
    }

        a.signin span {
            padding: 4px 16px 6px 0;
            padding: 4px 16px 6px 0;
            background: none !important;
            background-image: none !important;
            background-repeat: no-repeat;
            background-position: 100% 50%;
        }

    #topnav a.menu-open {
        background: #ddeef6 !important;
        color: #666 !important;
        outline: none;
    }

    a.signin.menu-open span {
        color: #789;
        background: url(/content/images/toggle_up_dark.png);
    }

    #signin_menu {
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        display: none;
        position: absolute;
        width: 220px;
        z-index: 100;
        border: 1px transparent;
        text-align: left;
        padding: 12px;
        top: 24.5px;
        right: 0;
        margin-top: 5px;
        margin-right: 0;
        *margin-right: -1px;
        color: #789;
        font-size: 11px;
        background: #ddeef6;
    }

        signin_menu input[type=text], #signin_menu input[type=password] {
            display: block;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border: 1px solid #ACE;
            font-size: 13px;
            margin: 0 0 5px;
            padding: 5px;
            width: 203px;
        }

    .fancybutton:hover {
        opacity: .9;
        background-color: #ddd;
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#196592),color-stop(100%,#135881));
        background-image: -webkit-linear-gradient(top,#196592,#135881);
        background-image: -moz-linear-gradient(top,#196592,#135881);
        background-image: -ms-linear-gradient(top,#196592,#135881);
        background-image: -o-linear-gradient(top,#196592,#135881);
        background-image: linear-gradient(top,#196592,#135881);
        border: 0 solid #bbb;
        border-bottom: 0 solid #999;
        cursor: pointer;
    }

    button::-moz-focus-inner {
        border: 0;
    }

    .pointer_button {
        cursor: pointer;
    }

    .fancybutton {
        font-size: 14px;
        letter-spacing: 1px;
        color: #fff;
        padding: 8px 6px;
        margin: 1px;
        font-weight: 400;
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2d86bb),color-stop(100%,#236e9b)) !important;
        background-image: -webkit-linear-gradient(top,#2d86bb,#236e9b) !important;
        background-image: -moz-linear-gradient(top,#2d86bb,#236e9b) !important;
        background-image: -ms-linear-gradient(top,#2d86bb,#236e9b) !important;
        background-image: -o-linear-gradient(top,#2d86bb,#236e9b) !important;
        background-image: linear-gradient(top,#2d86bb,#236e9b) !important;
        border: 0 solid #ccc;
        border-bottom: 0 solid #bbb;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        line-height: 1;
        text-align: center;
    }

        .fancybutton.disabled, .fancybutton.disabled:hover {
            opacity: .9;
            background: rgba(100,100,100,0.4) !important;
        }

        .fancybutton:active {
            border: 0 solid #aaa;
            border-bottom: 0 solid #888;
            -webkit-box-shadow: inset 0 0 5px 4px #135881,0 1px 0 0 #eee;
            -moz-box-shadow: inset 0 0 5px 4px #135881,0 1px 0 0 #eee;
            box-shadow: inset 0 0 5px 4px #135881,0 1px 0 0 #eee;
        }

    .fancyghostbutton {
        font-size: 14px;
        letter-spacing: 1px;
        color: #fff;
        padding: 8px 6px 5px 5px;
        margin: 1px;
        padding: 6px 6px 7px 6px;
        font-weight: 400;
        border: 1px solid #ccc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        line-height: 1;
        text-align: center;
    }

        .fancyghostbutton:hover {
            opacity: .9;
            background-color: #ddd;
            border: 0 solid #bbb;
            cursor: pointer;
        }

    .fromDate {
        background-color: #f9f6f6;
        color: #888585;
    }

    .toDate {
    }

    .to_from_date {
        border: 1px solid #dddddd;
        background: #ffffff;
        padding: 0.7em 0.4em;
    }

    .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
        border-top-right-radius: 2px;
    }

    .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
        border-top-left-radius: 2px;
    }

    #OpmaakToDo .ui-tabs .ui-tabs-nav li a {
        float: left;
        padding: .5em .9em;
        padding-bottom: .2em;
        text-decoration: none;
    }

    .fancybuttons {
        background-image: -moz-linear-gradient(100% 100% 90deg,#2779aa,#1b638e);
        background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#2779aa),to(#1b638e));
        text-decoration: none;
        display: inline-block;
        padding: 8px 12px;
        letter-spacing: 1px;
        color: #fff;
        cursor: pointer;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
        text-shadow: -1px -1px 0 rgba(0,0,0,.15);
        border: 0;
        font: 14px/1 Arial,sans-serif;
    }

        .fancybuttons::-moz-focus-inner {
            padding: 0;
            border: 0;
        }

        .fancybuttons:hover, #signin_submit:focus {
            cursor: pointer;
        }

        .fancybuttons:active {
            cursor: pointer;
        }

    #signin_menu p {
        margin: 0;
    }

    #signin_menu a {
        color: #6AC;
    }

    .tipsy-inner {
        padding: 10px 15px;
        padding: 8px 8px;
        max-width: 200px;
        font: 700 700 11px/1.5em "Lucida Grande",sans-serif;
        -moz-border-radius: 4px;
        -khtml-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: #fff;
        text-align: left;
        background: #000;
    }

    .tipsy {
        opacity: .8;
        filter: alpha(opacity=80);
        padding: 5px;
        background: no-repeat;
    }

    .tipsy-north {
        background: url(/content/images/tipsy-north.gif) top center;
    }

    .tipsy-south {
        background: url(/content/images/tipsy-south.gif) bottom center;
    }

    .tipsy-east {
        background: url(/content/images/tipsy-east.gif) right center;
    }

    .tipsy-west {
        background: url(/content/images/tipsy-west.gif) left center;
    }

    .ui-tooltip-content {
        padding: 0 !important;
    }

    .chPg {
        width: 100%;
        line-height: 20px;
        vertical-align: middle;
        text-align: center;
        border-bottom: 1px solid #afafaf;
        cursor: pointer;
        background: #EEE;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .chPg:hover {
            background: #cecece;
        }

    .selectedC {
        background: #ffdd3d;
    }

    .sortlijst {
        list-style-type: none;
        margin: 0;
        min-height: 25px;
        padding: 0;
        margin-right: 10px;
    }

        .sortlijst li {
            position: relative;
            margin: 0;
            width: 100%;
            padding: 2px 0 2px 5px;
        }

    .pinnedAd {
        background: url(/Content/images/icons/pin.png) center no-repeat;
    }

    .ui-widget-overlay {
        position: fixed !important;
        opacity: .5;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
    }

    .KlikStatus {
        display: block;
    }

    .statusitem {
        margin-top: 10px !important;
        cursor: pointer;
        display: block;
        margin-left: auto;
        margin-right: auto !important;
    }

    .statusitempp {
        margin-top: 10px !important;
        margin-top: 10px;
        cursor: pointer;
        margin: 4px;
        float: left;
    }

    .KlikStatus div {
        float: none !important;
    }

    .ui-state-highlight {
        /*  min-height: 25px;*/
    }

    .Aanwezig {
        margin-top: 3px;
        margin: 10px;
        float: right;
        width: 20px;
        height: 25px;
        opacity: .8;
        background: url(/Content/images/icons/svg/glasses.svg) no-repeat no-repeat;
    }

    .Nagekeken {
        margin-top: 1px;
        float: right;
        width: 25px;
        height: 25px;
        background: url(/Content/images/icons/nagekeken.png) no-repeat;
    }

    .Afwezig {
        margin-top: 5px;
        margin: 10px;
        margin-right: 12px;
        float: right;
        width: 16px;
        height: 25px;
        opacity: .8;
        background: url(/Content/images/icons/svg/new.svg) no-repeat no-repeat;
    }

    .klikMa .Afwezig2 {
        margin-top: 2px;
    }

    .Aanwezig2 {
        margin-top: 3px;
        float: right;
        width: 20px;
        height: 25px;
        opacity: .8;
        background: url(/Content/images/icons/svg/brush.svg) no-repeat no-repeat;
        margin: 10px
    }

    .Nagekeken2 {
        margin-top: 1px;
        float: right;
        width: 25px;
        height: 25px;
        background: url(/Content/images/icons/nagekeken.png) no-repeat;
    }

    .Afwezig2 {
        margin-top: 5px;
        margin: 10px;
        float: right;
        width: 20px;
        height: 25px;
        opacity: .8;
        background: url(/Content/images/icons/svg/new.svg) no-repeat no-repeat;
    }

    .Proef {
        float: right;
        width: 20px;
        height: 25px;
        opacity: .8;
        background: url(/Content/images/icons/svg/glasses.svg) no-repeat;
        margin: 10px;
    }

    .Opgemaakt {
        float: right;
        width: 20px;
        height: 25px;
        background: url(/Content/images/icons/svg/checkmark.svg) no-repeat;
        margin: 10px;
        color: #8cc63f;
    }

    .Locked {
        margin-top: 5px !important;
        float: right;
        width: 20px;
        height: 25px;
        margin: 10px;
        background: url(/Content/images/icons/svg/lock.svg) no-repeat;
    }

    .NietOpgemaakt {
        margin-top: 1px;
        float: right;
        width: 25px;
        height: 25px;
        background: url(/Content/images/icons/uncheck.png) no-repeat;
    }

    .CodeEend {
        margin-top: 1px;
        float: right;
        width: 25px;
        height: 25px;
        background: url(/Content/images/icons/duck.png) no-repeat !important;
    }

    .CodeRood {
        margin-top: 1px;
        float: right;
        width: 25px;
        height: 25px;
        background: url(/Content/images/icons/Prio_Red.png) no-repeat !important;
    }

    .CodeOranje {
        margin-top: 1px;
        float: right;
        width: 25px;
        height: 25px;
        background: url(/Content/images/icons/Prio_Orange.png) no-repeat !important;
    }

    .CodeGroen {
        margin-top: 1px;
        float: right;
        width: 25px;
        height: 25px;
        background: url(/Content/images/icons/Prio_Green.png) no-repeat !important;
    }

    .statusorder {
        cursor: pointer;
        margin-top: 10px;
    }

    ul.holder {
        margin: 0;
        border: 1px solid #999;
        overflow: hidden;
        height: auto !important;
        height: 1%;
        padding: 4px 5px 0;
    }

    :first-child + html ul.holder {
        padding-bottom: 2px;
    }

    * html ul.holder {
        padding-bottom: 2px;
    }

        ul.holder li {
            float: left;
            list-style-type: none;
            margin: 0 5px 4px 0;
            white-space: nowrap;
        }

            ul.holder li.bit-box, ul.holder li.bit-input input {
                font: 11px "Lucida Grande","Verdana";
            }

            ul.holder li.bit-box {
                -moz-border-radius: 6px;
                -webkit-border-radius: 6px;
                border-radius: 6px;
                border: 1px solid #cad8f3;
                background: #dee7f8;
                padding: 1px 5px 2px;
            }

            ul.holder li.bit-box-focus {
                border-color: #598bec;
                background: #598bec;
                color: #fff;
                border-color: #598bec;
                background: #598bec;
                color: #fff;
            }

            ul.holder li.bit-input input {
                width: auto;
                overflow: visible;
                margin: 0;
                border: 0;
                outline: 0;
                padding: 3px 0 2px;
            }

                ul.holder li.bit-input input.smallinput {
                    width: 20px;
                }

    #addfb {
        border: 1px solid #999;
        width: 550px;
        margin: 50px;
        padding: 20px 30px 10px;
    }

    form ol li {
        list-style-type: none;
    }

    form ol {
        font: 11px "Lucida Grande","Verdana";
        margin: 0;
        padding: 0;
    }

        form ol li.input-text {
            margin-bottom: 10px;
            list-style-type: none;
            padding-bottom: 10px;
        }

            form ol li.input-text label {
                font-weight: 700;
                cursor: pointer;
                display: block;
                font-size: 13px;
                margin-bottom: 10px;
            }

            form ol li.input-text input {
                width: 500px;
                padding: 5px 5px 6px;
                font: 11px "Lucida Grande","Verdana";
                border: 1px solid #999;
            }

    form ul {
        margin: 0 !important;
    }

    ul.holder li.bit-box, #apple-list ul.holder li.bit-box {
        padding-right: 15px;
        position: relative;
        z-index: 1000;
    }

    #apple-list ul.holder li.bit-input {
        margin: 0;
    }

        #apple-list ul.holder li.bit-input input.smallinput {
            width: 5px;
        }

    ul.holder li.bit-hover {
        background: #bbcef1;
        border: 1px solid #6d95e0;
    }

    ul.holder li.bit-box a.closebutton {
        position: absolute;
        right: 4px;
        top: 5px;
        display: block;
        width: 7px;
        height: 7px;
        font-size: 1px;
        background: url(close.gif);
    }

        ul.holder li.bit-box a.closebutton:hover {
            background: 7px;
        }

    ul.holder li.bit-box-focus a.closebutton, ul.holder li.bit-box-focus a.closebutton:hover {
        background: bottom;
    }

    .facebook-auto {
        z-index: 999;
        display: none;
        position: absolute;
        min-width: 260px;
        background: #eee;
    }

        .facebook-auto .default {
            padding: 5px 7px;
            border: 1px solid #ccc;
            border-width: 0 1px 1px;
            font: 11px "Lucida Grande","Verdana";
        }

        .facebook-auto ul {
            display: none;
            margin: 0;
            padding: 0;
            overflow: auto;
            position: absolute;
            z-index: 9999;
        }

            .facebook-auto ul li {
                padding: 5px 12px;
                z-index: 1000;
                cursor: pointer;
                margin: 0;
                list-style-type: none;
                border: 1px solid #ccc;
                border-width: 0 1px 1px;
                font: 11px "Lucida Grande","Verdana";
                background: #eee;
            }

                .facebook-auto ul li em {
                    font-weight: 700;
                    font-style: normal;
                    background: #ccc;
                }

                .facebook-auto ul li.auto-focus {
                    background: #4173cc;
                    color: #fff;
                }

                    .facebook-auto ul li.auto-focus em {
                        background: none;
                    }

    .deleted {
        color: #fff !important;
        background: #4173cc !important;
    }

    .hidden {
        display: none;
    }

    #demo ul.holder li.bit-input input {
        padding: 2px 0 1px;
        border: 1px solid #999;
    }

    .ie6fix {
        height: 1px;
        width: 1px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    DIV.ProgressBar {
        width: 100px;
        padding: 0;
        border: 1px solid #000;
        margin-right: 1em;
        height: .75em;
        margin-left: 1em;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        DIV.ProgressBar DIV {
            font-size: 1pt;
            height: 100%;
            float: left;
            background: Green;
        }

    SPAN.asyncUploader OBJECT {
        position: relative;
        top: 5px;
        left: 10px;
    }

    .clickadv {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 250px;
        white-space: nowrap;
        float: left;
        margin: 0;
    }

    #usercontrol {
        position: relative;
    }

    .PaginaNummer {
        text-shadow: #5d5d5d 1px 1px 1px;
    }

    .TopKlant a:hover {
        background: #ffd200;
        color: #000;
    }

    monthstop a {
        margin: 0;
        color: #0e3a6d;
        letter-spacing: -1px;
        text-shadow: #fff 1px 0 0;
        font: 700 13px Lucida Sans;
    }

    .MonthPicker {
        margin: 0;
        width: 600px;
        height: 16px;
        padding: 5px;
        font: bold 12px Arial;
        color: #ffe;
        background-color: #535557;
        background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#535557),to(#37393a));
        -moz-user-select: none;
        user-select: none;
    }

    #PlankContent, .pageAdCont {
        -moz-user-select: none;
        user-select: none;
    }

    .MonthPicker th {
        padding-left: 20px;
    }

    .MonthPicker td {
        padding: 0;
    }

    .MonthPicker a {
        text-decoration: none;
        color: #fff;
        font-weight: 400;
    }

        .MonthPicker a:hover {
            background: #1a3b59;
        }

            .MonthPicker a:hover span {
                background: #1a3b59;
            }

        .MonthPicker a.li {
            position: relative;
        }

    .MonthPicker ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .MonthPicker ul table {
            width: 100%;
            border-collapse: collapse;
        }

        .MonthPicker ul ul {
            position: absolute;
            visibility: hidden;
            top: 20px;
            z-index: 2;
            border: 0 solid #999;
        }

            .MonthPicker ul ul .selected {
                background: #0c2236;
                color: #fff;
            }

    .MonthPicker li {
        position: relative;
        width: 50px;
        float: left;
        text-align: center;
    }

        .MonthPicker li a {
            display: block;
        }

    .MonthPicker .li {
        background: #1a3b59;
    }

        .MonthPicker .li:hover ul {
            visibility: visible;
        }

        .MonthPicker .li:hover li a:hover {
            background: #0c2236;
            color: #ffe;
        }

    .MonthPicker span {
        display: inline-block;
        padding: 1px;
        text-align: center;
        cursor: pointer;
    }

    .MonthPicker .month span {
        width: 40px;
    }

    .MonthPicker .selected {
        background: #0c2236;
        color: #fff !important;
    }

    .MonthPicker li .selected {
        background: #1a3b59;
    }

    .MonthPicker .caption {
        padding-right: 10px;
    }

    .artikelintinfo {
        float: right;
        display: block;
        width: 40px;
        margin-right: 15px;
    }

    .artikeluit {
        border-bottom: 4px solid red !important;
    }

    .artikelint {
        padding: 3px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    div.moreinst {
        margin-bottom: 10px;
        padding: 10px;
        border: 1px solid;
        background: white;
    }

    .artikelint:hover .artikelmore {
        display: block;
    }

    .grijs {
        background: #f1f1f1;
    }

    .artikeleditinfo {
        width: 52px;
        float: right;
        margin-right: 10px;
    }

    .titlename {
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 170px;
        min-width: 170px;
        overflow: hidden !important;
        display: block;
    }

    .papercontainer {
        margin: 15px;
        margin-bottom: 0;
        float: left;
        min-height: 200px;
    }

    .eventitem:hover .controls {
        display: block;
    }

    .papercontainer:hover .controls {
        display: block;
    }

    .paper {
        height: 130px;
        position: relative;
        overflow: hidden;
        width: 194px;
        border: 1px solid #c8c8c8;
    }

    .paperArchive {
        min-height: 200px;
        position: relative;
        min-width: 200px;
        margin-right: 30px;
        border: 1px solid #c8c8c8;
    }

    .topnav {
        padding: 10px 0 12px;
        font-size: 11px;
        line-height: 23px;
        text-align: right;
    }

        .topnav a.signin {
            background: #88bbd4;
            padding: 4px 6px 6px;
            text-decoration: none;
            font-weight: 700;
            color: #fff;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            *background: transparent url(/content/images/signin-nav-bg-ie.png) no-repeat 0 0;
            *padding: 4px 12px 6px;
        }

            .topnav a.signin:hover {
                background: #59B;
                *background: transparent url(/content/images/signin-nav-bg-hover-ie.png) no-repeat 0 0;
                *padding: 4px 12px 6px;
            }

            .topnav a.signin, .topnav a.signin:hover {
                *background-position: 0 3px !important;
            }

        .topnav a.menu-open {
            background: #ddeef6 !important;
            color: #666 !important;
            outline: none;
        }

    a.signin .menu-open span {
        color: #789;
        background: url(/content/images/toggle_up_dark.png);
    }

    #snelfunctiesline {
        text-align: left;
    }

    .signin_menu {
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        display: none;
        position: absolute;
        width: 220px;
        z-index: 100;
        border: 1px transparent;
        text-align: left;
        padding: 12px;
        top: 24.5px;
        right: 0;
        margin-top: 5px;
        margin-right: 0;
        *margin-right: -1px;
        color: #789;
        font-size: 11px;
        background: #ddeef6;
    }

        .signin_menu p {
            margin: 0;
        }

        .signin_menu a {
            color: #6AC;
        }

    div.spinner div {
        width: 10%;
        height: 26%;
        background: #000;
        position: absolute;
        left: 44.5%;
        top: 37%;
        opacity: 0;
        -webkit-animation: fade 1s linear infinite;
        -webkit-border-radius: 50px;
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    }

        div.spinner div.bar1 {
            -webkit-transform: rotate(0) translate(0,-142%);
            -webkit-animation-delay: 0;
        }

        div.spinner div.bar2 {
            -webkit-transform: rotate(30deg) translate(0,-142%);
            -webkit-animation-delay: -.9167s;
        }

        div.spinner div.bar3 {
            -webkit-transform: rotate(60deg) translate(0,-142%);
            -webkit-animation-delay: -.833s;
        }

        div.spinner div.bar4 {
            -webkit-transform: rotate(90deg) translate(0,-142%);
            -webkit-animation-delay: -.75s;
        }

        div.spinner div.bar5 {
            -webkit-transform: rotate(120deg) translate(0,-142%);
            -webkit-animation-delay: -.667s;
        }

        div.spinner div.bar6 {
            -webkit-transform: rotate(150deg) translate(0,-142%);
            -webkit-animation-delay: -.5833s;
        }

        div.spinner div.bar7 {
            -webkit-transform: rotate(180deg) translate(0,-142%);
            -webkit-animation-delay: -.5s;
        }

        div.spinner div.bar8 {
            -webkit-transform: rotate(210deg) translate(0,-142%);
            -webkit-animation-delay: -.41667s;
        }

        div.spinner div.bar9 {
            -webkit-transform: rotate(240deg) translate(0,-142%);
            -webkit-animation-delay: -.333s;
        }

        div.spinner div.bar10 {
            -webkit-transform: rotate(270deg) translate(0,-142%);
            -webkit-animation-delay: -.25s;
        }

        div.spinner div.bar11 {
            -webkit-transform: rotate(300deg) translate(0,-142%);
            -webkit-animation-delay: -.1667s;
        }

        div.spinner div.bar12 {
            -webkit-transform: rotate(330deg) translate(0,-142%);
            -webkit-animation-delay: -.0833s;
        }

    @-webkit-keyframes fade {
        from {
            opacity: 1;
        }

        to {
            opacity: .25;
        }
    }

    .filedrag {
        display: none;
        font-weight: 700;
        padding: 1em 0;
        margin: 1em;
        color: #555;
        border: 1px dashed #fff;
        border-radius: 7px;
        cursor: default;
        height: 120px;
        line-height: 120px;
        vertical-align: middle;
        width: 150px;
        margin-left: 5px;
        margin-top: 0;
    }

    .filedraghover {
        color: red;
        border-color: red;
        border-style: solid;
        box-shadow: inset 0 3px 4px #888;
    }

    html.cke_skin_kama_container {
        overflow: auto !important;
        overflow-x: hidden;
    }

    .editorADC {
        background-color: #e9e7e7;
        background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#f3f3f3),to(#e7e7e7));
    }

    .uploadinfo {
    }

        .uploadinfo p {
            display: block;
            position: absolute;
            bottom: 0px;
            width: 260px;
            margin: 2px 0;
            border: 0px inset #446;
            border-radius: 5px;
            background: url(/content/images/progress.png) repeat-y 100% 0 #eee;
        }

        .uploadinfo .success {
            background: no-repeat #0c0;
        }

        .uploadinfo .failed {
            background: no-repeat #c00;
        }

    .dropfileupload {
        float: left;
    }

    .ui-multiselect ul {
        -moz-user-select: none;
    }

    .ui-multiselect li {
        margin: 0;
        padding: 5px;
        cursor: default;
        line-height: 20px;
        height: 20px;
        font-size: 11px;
        list-style: none;
    }

        .ui-multiselect li a {
            color: #999;
            text-decoration: none;
            padding: 0;
            display: block;
            cursor: pointer;
        }

        .ui-multiselect li.ui-draggable-dragging {
            padding-left: 10px;
        }

    .ui-multiselect div.selected {
        position: relative;
        padding: 0;
        margin: 0;
        border: 0;
        float: left;
        width: 207px !important;
    }

    .ui-multiselect ul.selected {
        position: relative;
        padding: 0;
        overflow: auto;
        overflow-x: hidden;
        background: #fff;
        margin: 0;
        list-style: none;
        border: 0;
        position: relative;
        width: 100%;
    }

        .ui-multiselect ul.selected li {
        }

    .ui-multiselect div.available {
        position: relative;
        padding: 0;
        margin: 0;
        border: 0;
        float: left;
        border-left: 1px solid;
        min-width: 214px; /*anderskabelkrant weird*/
    }

    .ui-multiselect ul.available {
        position: relative;
        padding: 0;
        overflow: auto;
        overflow-x: hidden;
        background: #fff;
        margin: 0;
        list-style: none;
        border: 0;
        width: 100%;
    }

        .ui-multiselect ul.available li {
            padding-left: 10px;
        }

    .ui-multiselect .ui-state-default {
        border: none;
        margin-bottom: 1px;
        position: relative;
    }

    .ui-multiselect .ui-state-hover {
        border: none;
    }

    .ui-multiselect .ui-widget-header {
        border: none;
        font-size: 11px;
        margin-bottom: 1px;
    }

    .ui-multiselect .add-all {
        float: right;
        padding: 7px;
    }

    .ui-multiselect .remove-all {
        float: right;
        padding: 7px;
    }

    .ui-multiselect .search {
        float: left;
        padding: 4px;
    }

    .ui-multiselect .count {
        float: left;
        padding: 7px;
    }

    .ui-multiselect li span.ui-icon-arrowthick-2-n-s {
        position: absolute;
        left: 2px;
    }

    .ui-multiselect li a.action {
        display: block;
        width: 100%;
    }

    .ui-multiselect li a.plusormin {
        position: absolute;
        right: 2px;
        top: 2px;
    }

    .ui-multiselect input.search {
        height: 16px;
        padding: 0;
        opacity: .5;
        margin: 0px;
        width: 122px;
        color: #000;
    }

    .kkphoto {
        margin-right: -53%;
        width: 53%;
    }

        .kkphoto div, .kkphoto img {
            width: 100%;
        }
    /*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
    #colorbox, #cboxOverlay, #cboxWrapper {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999999; /* overlay of previews in article editor must go below */
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0);
    }

    #cboxWrapper {
        max-width: none;
    }

    #cboxOverlay {
        position: fixed;
        width: 100%;
        height: 100%;
    }

    #cboxMiddleLeft, #cboxBottomLeft {
        clear: left;
    }

    #cboxContent {
        position: relative;
    }

    #cboxLoadedContent {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #cboxTitle {
        margin: 0;
    }

    #cboxLoadingOverlay, #cboxLoadingGraphic {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
        cursor: pointer;
    }

    .cboxPhoto {
        float: left;
        margin: auto;
        border: 0;
        display: block;
        max-width: none;
        -ms-interpolation-mode: bicubic;
    }

    .cboxIframe {
        width: 100%;
        height: 100%;
        display: block;
        border: 0;
        padding: 0;
        margin: 0;
    }

    #colorbox, #cboxContent, #cboxLoadedContent {
        box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
    }
    /* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
    #cboxOverlay {
        background: #000 repeat 0 0;
        opacity: 0.7;
        filter: alpha(opacity = 90);
    }

    #colorbox {
        outline: 0;
    }

    #cboxTopLeft {
        width: 21px;
        height: 21px;
        background: url(images/controls.png) no-repeat -101px 0;
    }

    #cboxTopRight {
        width: 21px;
        height: 21px;
        background: url(images/controls.png) no-repeat -130px 0;
    }

    #cboxBottomLeft {
        width: 21px;
        height: 21px;
        background: url(images/controls.png) no-repeat -101px -29px;
    }

    #cboxBottomRight {
        width: 21px;
        height: 21px;
        background: url(images/controls.png) no-repeat -130px -29px;
    }

    #cboxMiddleLeft {
        width: 21px;
        background: url(images/controls.png) left top repeat-y;
    }

    #cboxMiddleRight {
        width: 21px;
        background: url(images/controls.png) right top repeat-y;
    }

    #cboxTopCenter {
        height: 21px;
        background: url(images/border.png) 0 0 repeat-x;
    }

    #cboxBottomCenter {
        height: 21px;
        background: url(images/border.png) 0 -29px repeat-x;
    }

    #cboxContent {
        background: #fff;
        overflow: hidden;
    }

    .cboxIframe {
        background: #fff;
    }

    #cboxError {
        padding: 50px;
        border: 1px solid #ccc;
    }

    #cboxLoadedContent {
        margin-bottom: 28px;
    }

    #cboxTitle {
        position: absolute;
        bottom: 4px;
        left: 0;
        text-align: center;
        width: 100%;
        color: #949494;
    }

    #cboxCurrent {
        position: absolute;
        bottom: 4px;
        left: 58px;
        color: #949494;
    }

    #cboxLoadingOverlay {
        background: url(/content/images/loading_background.png) no-repeat center center;
    }

    #cboxLoadingGraphic {
        background: url(/content/images/loading.gif) no-repeat center center;
    }
    /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
    #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
        border: 0;
        padding: 0;
        margin: 0;
        overflow: visible;
        width: auto;
        background: none;
    }
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
            outline: 0;
        }

    #cboxSlideshow {
        position: absolute;
        bottom: 4px;
        right: 30px;
        color: #0092ef;
    }

    #cboxPrevious {
        left: 0;
        background: url(images/controls.png) no-repeat -75px 0;
        width: 25px;
        height: 25px;
        text-indent: -9999px;
    }

        #cboxPrevious:hover {
            background-position: -75px -25px;
        }

    #cboxNext {
        left: 27px;
        background: url(images/controls.png) no-repeat -50px 0;
        width: 25px;
        height: 25px;
        text-indent: -9999px;
    }

        #cboxNext:hover {
            background-position: -50px -25px;
        }

    #cboxClose {
        position: absolute;
        bottom: 0;
        right: 0;
        background: url(images/controls.png) no-repeat -25px 0;
        width: 25px;
        height: 25px;
        text-indent: -9999px;
    }

        #cboxClose:hover {
            background-position: -25px -25px;
        }
    /*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
    .cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
    }
}

.bijlagetekst {
    font-size: 10px !important;
    max-width: 240px;
    display: block;
    font-size: 9px;
    max-width: 462px;
    font-size: 10px !important;
}

@media (min-width: 1261px) {

    .webline {
        max-width: 500px !important;
    }
}

@media (min-width: 1281px) {



    .ArtikelMinum {
        width: 560px; /* 658 was beter maar toc niet */
    }

    .ArtikelMinumAdv {
        width: 410px; /* 555px */
    }

    .divpagina {
        width: 620px;
    }
}

.containerdrop {
    cursor: default !important;
}

.wpzwn {
    opacity: 0;
}

.previewcontrols {
    bottom: 0;
    padding: 0 !important;
    width: 205px !important;
    border-radius: 0;
    left: 0 !important;
    margin-top: 0 !important;
    background: rgba(256,256,256,.8) !important;
    height: auto !important;
    bottom: 0;
    padding: 0 !important;
    width: 205px !important;
    border-radius: 0 !important;
    left: 0 !important;
    margin-top: 0 !important;
    background-color: rgba(256,256,256,.8) !important;
}

#ContentMainContainer {
    padding-left: 20px;
    padding-right: 20px;
}

.factuur .containerdrop {
    color: #000 !important;
}

.HoofdnavigatieLink div:not(.InvoiceNumber) {
    width: 100%;
    margin-bottom: -5px;
}

#menubottom img {
    margin-right: 6px;
}

.enteredLocationDetails {
    font-size: 12px;
    line-height: 1.2;
}

@media (min-width: 480px) {
    .ui-multiselect .selected {
        /*width: 211px !important;*/
    }

    .available {
    }

    .ui-multiselect {
        width: 423px !important;
        border: solid 1px;
        font-size: .8em;
    }

    .noteIsApproved {
        background: #00ff00;
    }



    #contentsnelfuncties img {
        display: none;
        margin-left: 0;
        float: left;
        margin-top: 2px !important;
        min-width: 20px;
    }

    #contentsnelfuncties svg {
        display: none;
        margin-left: 0;
        float: left;
        margin-top: -2px !important;
        min-width: 20px;
    }
}

.snelhelp {
    color: #fff;
    float: left;
    display: block;
    margin-left: 0;
    vertical-align: top;
    clear: right;
    height: 38px;
    font-size: 100%;
    max-width: 98px;
}

.alerting {
    padding: 2px;
}

.previewcontrols div {
    float: left !important;
    clear: none !important;
    float: left !important;
    clear: none !important;
}

.previewcontrols span {
    margin-top: 0 !important;
    margin-left: 0 !important;
    float: left;
    width: 25px !important;
    padding: 10px !important;
    height: 18px !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    float: left !important;
    width: 24px !important;
    padding: 8px !important;
    height: 18px !important;
    margin-bottom: 0 !important;
}

.previewcontrols img {
}

.downloadbron {
    clear: both !important;
    clear: both !important;
}

#laatsteUpdate {
    left: 10px !important;
    font-size: 10px;
    z-index: 9999;
    bottom: 5px !important;
    font-size: 10px;
    bottom: 5px !important;
}

.PaginaNummer {
    display: block;
    cursor: pointer !important;
    line-height: 28px;
    padding: 0px 4px 0 2px;
}

.SigninMenu {
    cursor: default !important;
    border-bottom-left-radius: 4px 4px;
    border-bottom-right-radius: 4px 4px;
    border-top-right-radius: 4px 4px;
    width: 215px;
    z-index: 1000;
    border: 1px transparent;
    text-align: left;
    padding: 6px;
    top: 12px;
    margin-left: -4px;
    margin-right: 0;
    color: #fff;
    font-size: 12px;
}

.Toepassen {
    cursor: pointer !important;
}

.paginanummercont {
    padding: 4px 8px 4px 4px;
    padding-bottom: 0px;
    position: relative;
    color: #fff;
    font-weight: 700;
    border-radius: 2px;
    min-width: 28px;
}

a.menu-open {
    color: #666 !important;
    outline: none;
}

.ArtikelDropdown span {
}

.menu-open span {
    color: #789;
}

.draghover {
    border: #35a5e5 5px solid;
    box-shadow: 0 0 10px #51cbee;
    -webkit-box-shadow: 0 0 10px #51cbee;
    -moz-box-shadow: 0 0 10px #51cbee;
}

.containerdrop a:link { /*edited for invoice previews.. whiite is unreadable*/
    font-size: 11px;
    color: #fff;
}

.containerdrop a:visited {
    font-size: 11px;
    color: #fff;
}

.SigninMenu a {
    font-size: 11px;
    color: #383838;
}

    .SigninMenu a:link {
        font-size: 11px;
        color: #383838;
    }

    .SigninMenu a:visited {
        font-size: 12px;
        color: #383838;
    }

.dropdown dd, .dropdown ul {
    margin: 0;
    padding: 0;
}

.dropdown dd {
    position: relative;
    margin: 0;
}

.dropdown dl {
    margin: 0;
}

.dropdown a, .dropdown a:visited {
    color: #000;
    text-decoration: none;
    outline: none;
}

    .dropdown a:hover {
        color: #000;
    }

.dropdown dd ul {
    z-index: 9999;
    background: #a4d0f6;
    border-left: 1px solid #336da0;
    border-right: 1px solid #336da0;
    border-bottom: 1px solid #336da0;
    color: #fff;
    left: -1px;
    padding-top: 5px;
    position: absolute;
    top: -1px;
    width: auto;
    min-width: 155px;
    list-style: none;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li a {
    z-index: 9999;
    padding: 5px;
    display: block;
}

    .dropdown dd ul li a:hover {
        z-index: 9999;
        color: #fff;
        background: #336da0;
    }

.dropdown {
    font-weight: 400;
}

.xspan {
    cursor: pointer;
}

.showmoreRed {
    display: none;
}

.showmoreAdv {
    display: none;
}

#menutop {
    border-bottom-left-radius: 0 0;
    border-bottom-right-radius: 0 0;
}

.linksoverzicht {
}

.rechtsoverzicht {
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.irRegel {
    margin-left: 80px !important;
}

#contentsnelfuncties a {
    float: left !important;
    line-height: 1.2 !important;
    vertical-align: top;
    width: auto;
    background: #21282b;
    min-height: initial;
}

#contentsnelfuncties {
    margin-left: 0;
    padding-left: 0;
    min-width: initial;
    min-width: initial;
    margin-left: 0;
    padding-left: 0;
}

.DataTables_sort_wrapper span {
    margin-top: -8px !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
}

.DataTables_sort_wrapper {
    padding-right: 20px !important;
    position: relative !important;
}

#KrantInhoud .filedrag {
    display: none;
    font-weight: 400 !important;
    text-align: left !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #555;
    border: none !important;
    border-radius: 0 !important;
    cursor: default;
    height: auto !important;
    line-height: 1 !important;
    vertical-align: auto !important;
    width: auto !important;
    margin-left: 0 !important;
}

.ui-autocomplete .ui-menu-item {
    cursor: pointer;
}

.ui-menu .ui-menu-item a {
    margin: auto !important;
}

.ui-autocomplete-category {
    font-weight: 700;
}

#loadingReload {
    position: fixed !important;
}

    #loadingReload div.spinner div {
        width: 3%;
    }

.loadingReload div.spinner div {
    width: 3%;
}

#kruimel {
    margin-left: 10px;
}

.narrow #contentsnelfuncties {
    width: auto !important;
}

.narrow {
    width: 62px !important;
}

    .narrow .HoofdnavigatieLink div:not(.InvoiceNumber) {
        width: 100%;
        margin-bottom: -8px !important;
    }

    .narrow #plogo {
        transform: rotate(270deg);
        bottom: 15px;
        width: 34px;
        left: 10px;
    }

    .narrow .HoofdnavigatieLink {
        margin-left: 0px;
    }

        .narrow .HoofdnavigatieLink a {
            color: transparent !important;
        }

        .narrow .HoofdnavigatieLink img {
            opacity: 0.9;
        }

    .narrow .snelhelp {
        display: none !important;
    }

    .narrow #snelfunctiesline span {
        color: transparent !important;
        text-shadow: none !important;
    }

    .narrow .homeshortcut {
        max-width: 26px !important;
    }

        .narrow .homeshortcut span {
            display: none !important;
        }

        .narrow .homeshortcut img {
            float: none !important;
        }

    .narrow #contentsnelfuncties img, #contentsnelfuncties svg {
        max-width: 20px;
        margin-bottom: 15px !important;
    }

@media (max-width: 480px) {

    #flexcontainer {
        height: auto !important;
    }
}
/*Voor 1024.. altijd narrow!! Superlelelijk de code nog een keer*/
@media (min-width: 480px) and (max-width: 1100px) {


    #contentsnelfuncties {
        width: auto !important;
    }

    .newlaymenu, .laymenuplaceholder{
        width: 62px !important;
    } 

    .HoofdnavigatieLink div {
        width: 100%;
        margin-bottom: -8px !important;
    }


    #plogo {
        transform: rotate(270deg);
        bottom: 15px;
        width: 34px;
        left: 10px;
    }

    .HoofdnavigatieLink {
        margin-left: 0px;
    }

        .HoofdnavigatieLink a {
            color: transparent !important;
        }

        .HoofdnavigatieLink img {
            opacity: 0.9;
        }

    .snelhelp {
        display: none !important;
    }

    #snelfunctiesline span {
        color: transparent !important;
        text-shadow: none !important;
    }

    #contactInfo {
        max-width: 200px;
    }
    /* fucked mail up!
                     .homeshortcut {
                        max-width: 26px !important;
                    }

                         .homeshortcut span {
                            display: none !important;
                        }

                         .homeshortcut img {
                            float: none !important;
                        }
                         */
    #contentsnelfuncties img, #contentsnelfuncties svg {
        max-width: 20px;
        margin-bottom: 15px !important;
    }
}

.WkPrev {
    background-color: #d7d7d7;
}

    .WkPrev a {
        color: #0e3d58 !important;
        font-weight: bold;
    }

.ui-multiselect li a {
    font-weight: normal !important;
}

.wkprev .ui-state-hover {
    background: none !important;
}

.multiselect-rood {
    background-color: #ff0000;
    color: #fff;
}

.lightMS {
    opacity: .3;
    color: #fff;
}

.multiselect-rood a {
    background-color: #ff0000;
    color: #fff !important;
    font-weight: bold;
}

.graybutton {
    background-image: -moz-linear-gradient(100% 100% 90deg,#73b2d9,#66a4ca) !important;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#73b2d9),to(#66a4ca)) !important;
    font-weight: 400 !important;
}

    .graybutton span {
        text-transform: lowercase;
        font-size: 12px !important;
    }

.ui-dialog .ui-dialog-buttonpane .graybutton {
    background-image: -moz-linear-gradient(100% 100% 90deg,#73b2d9,#66a4ca) !important;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#73b2d9),to(#66a4ca)) !important;
    font-weight: 400 !important;
}

.previewcontrols {
    background-color: rgba(220,220,220,.9) !important;
    bottom: 0px;
    left: 0px !important;
}

.kkplayerv2 {
    background-color: #e5e5e5 !important;
    width: 100%;
}

.kkPhotoOptions {
    padding: 10px;
}

    .kkPhotoOptions input {
        width: 60%;
        min-width: 100px;
    }

    .kkPhotoOptions * {
        padding-right: 10px;
    }

.ArticleContainer {
    float: left;
}

.kkcontent {
    overflow: visible;
}

.kkphoto {
    float: right;
    padding: 0px;
    text-shadow: 0.05em 0.05em 0.1em rgba(0, 0, 0, 1);
    color: #fff;
    background-color: rgba(0,0,0,0.2);
}

.unsavedPage {
    border-top: 3px solid #43e623 !important;
    margin-top: -3px;
}

.ArticleContainer .kkbox {
    position: relative;
    width: 100%; /* desired width */
}

    .ArticleContainer .kkbox:before {
        content: "";
        display: block;
        padding-top: 100%; /* initial ratio of 1:1*/
        padding-top: 56.25%; /* initial ratio of 16:9*/
    }

.ArticleContainer .kkcontent {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@media (max-width: 480px),(min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) {

    .newlaymenu {
        z-index: 999 !important;
    }
}

.overset {
    color: red !important;
}

    .overset span {
        color: red !important;
    }

    .overset p {
        color: red !important;
    }

@media (min-width: 1200px) and (max-width: 1280px) {
    #ContentMainContainer {
        padding-left: 20px;
        padding-right: 0px !important;
    }
}
/*

    CARD TEST
*/
/*article*/ .card {
    position: relative;
    width: 120px;
    height: 40px;
    margin: 0 auto;
    perspective: 500px;
    perspective-origin: 50% 50%;
    transform-style: preserve-3d;
}
/*a*/ .card__link {
    display: block;
    position: relative;
    width: 120px;
    height: 40px;
    overflow: hidden;
    transform-origin: center center;
    transform-style: preserve-3d;
}
/*img*/ .card__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
/* styles for article lists */
.artikelstandaard {
    padding: 10px;
    float: left;
    background-color: #fff;
}

.artikelpunt__headline {
    font-weight: 500;
}
.artikelpuntv2 {
    clear: both;
    overflow: hidden; /*Stond op auto maar dan krijg je scrollbar*/
    margin-bottom: 2px;
    border-radius: 5px;
    line-height: 1.2;
    position: relative;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #fcfcfc;
    padding-bottom: 2px; /*lekker druk, want het kan*/
    padding-top: 0px;
    min-height: 70px;
}
.artikelpunt--future {
    background-color: #f1f1f1;
    margin-bottom: 0px;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #ebebeb;
}

.artikelpunttekst a {
    color: #38444d;
}

.artikelpuntv2 p {
    margin: 9px 0 0 2px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 40px; /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.small svg {
    margin-right: 2px;
}

.small {
    font-size: 11px;
}

.artikelpunttekst {
    width: 450px;
    float: left;
    height: 60px;
}

    .artikelpunttekst .article-subline {
        color: #929292;
        vertical-align: middle;
        font-size: 10px;
    }

.article-subline-choice {
    display: none;
    cursor: pointer;
}










@media (max-width: 860px) {
    .artikelpunttekst {
        width: 80%;
        float: left;
        min-height: 50px;
        height: auto;
    }

    .intres, .startmart {
        max-width: 100%;
        min-width: unset !important;
    }
}
/* styles for switch button in checkbox -- article lists*/
.switchRounded {
    vertical-align: middle;
    position: relative;
    display: inline-block;
    width: 46px;
    height: 22px;
}
    /* Hide default HTML checkbox */
    .switchRounded input {
        display: none;
    }
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #8cc63f;
}

input:focus + .slider {
    box-shadow: 0 0 1px #8cc63f;
}

input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 18px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.ui-state-default h3 {
    color: #08376f;
    font: 400 14px Helvetica,Arial,sans-serif !important;
    margin-bottom: 0px !important;
}

.ui-state-active h3 {
    font-weight: 700 !important;
}

#pubbledash .ui-widget-header {
    border: 0 !important;
    border-radius: 0 !important;
    /*
    background-color:#f3f3f3 !important;*/
    background-image: none !important;
    background-color: #fff !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

#pubbledash .ui-state-active h3 {
    font-weight: normal !important;
}

#pubbledash .ui-tabs .ui-tabs-nav {
    padding: 0px !important;
}

    #pubbledash .ui-tabs .ui-tabs-nav li.ui-tabs-active {
        position: relative;
        border-radius: 0px !important;
    }

#pubbledash .ui-tabs-active::after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #747474 !IMPORTANT;
    z-index: 99;
}

.inactivedtp .searchbar, .inactivedtp .tabList {
    display: none !important;
}

#pubbledash h3 {
    color: #000;
}

#pubbledash .box .ui-widget-content .ui-state-default {
    background-color: transparent !important
}

.box .ui-widget-content .ui-state-default {
    background-color: #eee;
    background-image: none;
}

.multiple_emails-container {
    padding: 0;
    margin: 0;
    margin-left: 37px;
    cursor: text;
    width: 92% !important;
}

.replyTxt .multiple_emails-container {
    margin-left: 0px !important;
}

.multiple_emails-container input {
    clear: both;
    width: 100%;
    border: 0;
    outline: none;
    margin-bottom: 3px;
    padding-left: 5px !important;
    box-sizing: border-box;
    margin-top: 4px;
}

.multiple_emails-container input {
    border: 0 !important;
    min-width: 100px;
    float: left;
}

    .multiple_emails-container input.multiple_emails-error {
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red !important;
        outline: thin auto red !important;
    }

.multiple_emails-container ul {
    list-style-type: none;
    padding-left: 0;
}

.multiple_emails-email {
    margin: 3px 5px 3px 5px;
    padding: 3px 5px 3px 5px;
    border: 0px #BBD8FB solid;
    border-radius: 3px;
    background: #fff6ed;
    min-width: 100px;
    float: left;
}

.multiple_emails-close {
    float: right;
    margin: 0 10px;
}


.ico { background: url(/Content/images/pubbleico.png) no-repeat top left; display:inline-block; }
.ico-1day{ background-position: 0 0; width: 24px; height: 24px; } 
.ico-ArtikelOpslaan{ background-position: 0 -49px; width: 35px; height: 28px; } 
.ico-ArtikelType{ background-position: 0 -102px; width: 35px; height: 28px; } 
.ico-Geen_Kleur{ background-position: 0 -155px; width: 32px; height: 32px; } 
.ico-Geen_Kleur{ background-position: 0 -212px; width: 25px; height: 25px; } 
.ico-Kleur{ background-position: 0 -262px; width: 32px; height: 32px; } 
.ico-Kleur{ background-position: 0 -319px; width: 25px; height: 25px; } 
.ico-Metfoto{ background-position: 0 -369px; width: 16px; height: 16px; } 
.ico-NaarKk{ background-position: 0 -410px; width: 32px; height: 32px; } 
.ico-Prullenbak{ background-position: 0 -467px; width: 25px; height: 25px; } 
.ico-add{ background-position: 0 -517px; width: 16px; height: 16px; } 
.ico-add_advertentie{ background-position: 0 -558px; width: 31px; height: 22px; } 
.ico-add_advertentieformaat{ background-position: 0 -605px; width: 33px; height: 22px; } 
.ico-add_contact{ background-position: 0 -652px; width: 35px; height: 28px; } 
.ico-add_contactmoment{ background-position: 0 -705px; width: 35px; height: 28px; } 
.ico-add_factuuradres{ background-position: 0 -758px; width: 34px; height: 22px; } 
.ico-add_gebruiker{ background-position: 0 -805px; width: 28px; height: 22px; } 
.ico-add_icon{ background-position: 0 -852px; width: 16px; height: 16px; } 
.ico-add_meerdereuitgaves{ background-position: 0 -893px; width: 28px; height: 22px; } 
.ico-add_order{ background-position: 0 -940px; width: 31px; height: 22px; } 
.ico-add_photo{ background-position: 0 -993px; width: 35px; height: 28px; } 
.ico-add_product{ background-position: 0 -1040px; width: 28px; height: 22px; } 
.ico-add_publicatie{ background-position: 0 -1087px; width: 28px; height: 22px; } 
.ico-add_uitgave{ background-position: 0 -1134px; width: 33px; height: 22px; } 
.ico-add_user{ background-position: 0 -1181px; width: 35px; height: 28px; } 
.ico-add_userold{ background-position: 0 -1234px; width: 24px; height: 24px; } 
.ico-addkkp{ background-position: 0 -1283px; width: 32px; height: 32px; } 
.ico-adverteerders{ background-position: 0 -1340px; width: 28px; height: 28px; } 
.ico-adverteertnsm{ background-position: 0 -1393px; width: 17px; height: 20px; } 
.ico-adverteertsm{ background-position: 0 -1438px; width: 17px; height: 20px; } 
.ico-advertentie{ background-position: 0 -1483px; width: 26px; height: 22px; } 
.ico-appointment{ background-position: 0 -1530px; width: 35px; height: 28px; } 
.ico-arrow_left{ background-position: 0 -1583px; width: 11px; height: 23px; } 
.ico-artikel{ background-position: 0 -1631px; width: 35px; height: 28px; } 
.ico-bel{ background-position: 0 -1684px; width: 26px; height: 26px; } 
.ico-button_cancel{ background-position: 0 -1735px; width: 16px; height: 16px; } 
.ico-button_ok{ background-position: 0 -1776px; width: 16px; height: 16px; } 
.ico-check{ background-position: 0 -1817px; width: 25px; height: 25px; } 
.ico-chrome{ background-position: 0 -1867px; width: 128px; height: 128px; } 
.ico-cycle{ background-position: -153px 0; width: 33px; height: 22px; } 
.ico-delete{ background-position: -153px -47px; width: 16px; height: 16px; } 
.ico-deletewhite{ background-position: -153px -88px; width: 13px; height: 13px; } 
.ico-delkkp{ background-position: -153px -126px; width: 32px; height: 32px; } 
.ico-down{ background-position: -153px -183px; width: 10px; height: 10px; } 
.ico-edit{ background-position: -153px -218px; width: 16px; height: 16px; } 
.ico-edit_snelfunctie{ background-position: -153px -259px; width: 26px; height: 22px; } 
.ico-euro{ background-position: -153px -306px; width: 15px; height: 15px; } 
.ico-factureer_gefactureerd{ background-position: -153px -346px; width: 32px; height: 22px; } 
.ico-financieel{ background-position: -153px -393px; width: 33px; height: 22px; } 
.ico-fire{ background-position: -153px -440px; width: 17px; height: 20px; } 
.ico-fotoarchief{ background-position: -153px -485px; width: 35px; height: 28px; } 
.ico-hand{ background-position: -153px -538px; width: 16px; height: 16px; } 
.ico-heart{ background-position: -153px -579px; width: 9px; height: 9px; } 
.ico-info{ background-position: -153px -613px; width: 32px; height: 32px; } 
.ico-internet{ background-position: -153px -670px; width: 35px; height: 28px; } 
.ico-mail{ background-position: -153px -723px; width: 16px; height: 16px; } 
.ico-management_dag{ background-position: -153px -764px; width: 28px; height: 22px; } 
.ico-management_maand{ background-position: -153px -811px; width: 28px; height: 22px; } 
.ico-management_week{ background-position: -153px -858px; width: 28px; height: 22px; } 
.ico-materiaal_aanwezig-Copy{ background-position: -153px -905px; width: 23px; height: 25px; } 
.ico-materiaal_aanwezig{ background-position: -153px -955px; width: 23px; height: 25px; } 
.ico-materiaal_afwezig{ background-position: -153px -1005px; width: 23px; height: 25px; } 
.ico-myklant{ background-position: -153px -1055px; width: 16px; height: 17px; } 
.ico-nieuwszoek{ background-position: -153px -1097px; width: 32px; height: 32px; } 
.ico-opgemaakt{ background-position: -153px -1154px; width: 20px; height: 20px; } 
.ico-orders{ background-position: -153px -1199px; width: 35px; height: 22px; } 
.ico-pen{ background-position: -153px -1246px; width: 25px; height: 25px; } 
.ico-percent{ background-position: -153px -1296px; width: 15px; height: 15px; } 
.ico-preview{ background-position: -153px -1336px; width: 32px; height: 32px; } 
.ico-print{ background-position: -153px -1393px; width: 26px; height: 22px; } 
.ico-producten{ background-position: -153px -1440px; width: 35px; height: 22px; } 
.ico-red-Copy{ background-position: -153px -1487px; width: 16px; height: 16px; } 
.ico-red{ background-position: -153px -1528px; width: 19px; height: 19px; } 
.ico-resize{ background-position: -153px -1572px; width: 16px; height: 16px; } 
.ico-safari{ background-position: -153px -1613px; width: 128px; height: 128px; } 
.ico-search{ background-position: -153px -1766px; width: 16px; height: 16px; } 
.ico-sleeping{ background-position: -153px -1807px; width: 17px; height: 20px; } 
.ico-smile{ background-position: -153px -1852px; width: 18px; height: 20px; } 
.ico-tags{ background-position: -153px -1897px; width: 35px; height: 28px; } 
.ico-template{ background-position: -153px -1950px; width: 35px; height: 28px; } 
.ico-uncheck{ background-position: -306px 0; width: 25px; height: 25px; } 
.ico-up{ background-position: -306px -50px; width: 10px; height: 10px; } 
.ico-waarschuwing{ background-position: -306px -85px; width: 32px; height: 32px; } 
.ico-weather{ background-position: -306px -142px; width: 35px; height: 28px; } 
.ico-zoeken{ background-position: -306px -195px; width: 22px; height: 22px; } 

#Klanten td a {
    color: #181818;
}

#Klanten td {
    line-height: 1.4;
}

.paging_full_numbers .ui-button {
    font-size: 12px;
}
.dataTables_wrapper a {
    color: #181818;
    margin-right: 5px;
}
.dataTables_processing {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 250px;
    margin-left: -125px;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 11px;
    padding: 2px 0;
    background-image: none !important;
}

tr.odd:hover {
    background-color: #f4f3f3;
}
tr.even:hover {
    background-color: #f4f3f3 !important;
}

tr.odd {
    background-color: white;
}

tr.even {
    background-color: #f9f9f9 !important
}

div.dataTables_wrapper .ui-widget-header {
    font-weight: normal;
    font-size: 12px;
}

#Klanten .timeago,
#Klanten .Adres {
    font-size: 10px !important;
}
table.dataTable.no-footer {
    border-bottom: 0px solid #111 !important;
}

.timeagoc {
    line-height: 1;
    margin-top: 5px;
}

.custName {
    margin-top: 5px;
    margin-bottom: 5px;
}
.DataTables_sort_wrapper {
    font-size: 12px;
    color: #141414;
}
.r6o-editor {
    top: 0;
    left: 0;
    margin-left: -19px
}

.a9s-annotationlayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

    .a9s-annotationlayer.no-cursor, .a9s-annotationlayer.no-cursor * {
        cursor: none !important
    }

.a9s-crosshair line {
    stroke-width: 1px;
    stroke: #00000080;
    pointer-events: none;
    vector-effect: non-scaling-stroke;
    shape-rendering: crispEdges
}

.a9s-selection-mask {
    stroke: none;
    fill: transparent;
    pointer-events: none
}

.a9s-annotation rect, .a9s-annotation circle, .a9s-annotation ellipse, .a9s-annotation path, .a9s-annotation polygon, .a9s-selection rect, .a9s-selection circle, .a9s-selection ellipse, .a9s-selection path, .a9s-selection polygon {
    fill: transparent;
    cursor: pointer;
    vector-effect: non-scaling-stroke
}

.a9s-annotation .a9s-inner, .a9s-selection .a9s-inner {
    stroke: #fff;
    stroke-width: 1px;
    fill: transparent
}

    .a9s-annotation .a9s-inner:hover, .a9s-selection .a9s-inner:hover {
        stroke: #fff000
    }

.a9s-annotation .a9s-outer, .a9s-selection .a9s-outer {
    stroke: #000000b3;
    stroke-width: 3px;
    fill: none
}

.a9s-annotation .a9s-formatter-el, .a9s-selection .a9s-formatter-el {
    overflow: visible
}

.a9s-annotation.a9s-point .a9s-inner {
    display: none
}

.a9s-annotation.a9s-point .a9s-outer {
    stroke: #5a5a5a;
    stroke-width: 1.5px;
    fill: #ffffff80
}

    .a9s-annotation.a9s-point .a9s-outer:hover {
        fill: #fff000
    }

.a9s-annotation.selected .a9s-inner, .a9s-selection .a9s-inner {
    stroke: #fff000
}

.a9s-annotation.editable .a9s-inner {
    stroke: #fff000;
    cursor: move !important
}

    .a9s-annotation.editable .a9s-inner:hover {
        fill: #fff0001a
    }

.a9s-handle {
    cursor: move
}

    .a9s-handle .a9s-handle-inner {
        stroke: #fff000;
        fill: #000
    }

    .a9s-handle .a9s-handle-outer {
        stroke: #000;
        fill: #fff
    }

    .a9s-handle:hover .a9s-handle-inner {
        fill: #fff000
    }

.r6o-btn {
    background-color: #4483c4;
    border: 1px solid #4483c4;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    outline: none;
    text-decoration: none;
    white-space: nowrap;
    padding: 6px 18px;
    min-width: 70px;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

    .r6o-btn * {
        vertical-align: middle;
        cursor: pointer
    }

    .r6o-btn .r6o-icon {
        margin-right: 4px
    }

    .r6o-btn:disabled {
        border-color: #a3c2e2 !important;
        background-color: #a3c2e2 !important
    }

    .r6o-btn:hover {
        background-color: #4f92d7;
        border-color: #4f92d7
    }

    .r6o-btn.outline {
        border: 1px solid #4483c4;
        color: #4483c4;
        background-color: transparent;
        text-shadow: none
    }

.r6o-autocomplete {
    display: inline;
    position: relative
}

    .r6o-autocomplete div[role=combobox] {
        display: inline
    }

    .r6o-autocomplete input {
        outline: none;
        border: none;
        width: 80px;
        height: 100%;
        line-height: 14px;
        white-space: pre;
        box-sizing: border-box;
        background-color: transparent;
        font-size: 14px;
        color: #3f3f3f
    }

    .r6o-autocomplete ul {
        position: absolute;
        margin: 0;
        padding: 0;
        list-style-type: none;
        background-color: #fff;
        border-radius: 3px;
        border: 1px solid #d6d7d9;
        box-sizing: border-box;
        box-shadow: 0 0 20px #00000040
    }

        .r6o-autocomplete ul:empty {
            display: none
        }

    .r6o-autocomplete li {
        box-sizing: border-box;
        padding: 2px 12px;
        width: 100%;
        cursor: pointer
    }

.r6o-editable-text {
    max-height: 120px;
    overflow: auto;
    outline: none;
    min-height: 2em;
    font-size: 14px;
    font-family: Lato,sans-serif
}

    .r6o-editable-text:empty:not(:focus):before {
        content: attr(data-placeholder);
        color: #c2c2c2
    }

.r6o-widget.comment {
    font-size: 14px;
    min-height: 3em;
    background-color: #fff;
    position: relative
}

    .r6o-widget.comment .r6o-editable-text, .r6o-widget.comment .r6o-readonly-comment {
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
        outline: none;
        border: none;
        background-color: transparent;
        resize: none
    }

    .r6o-widget.comment .r6o-readonly-comment {
        white-space: pre-line
    }

    .r6o-widget.comment .r6o-editable-text::-webkit-input-placeholder {
        color: #c2c2c2
    }

    .r6o-widget.comment .r6o-editable-text::-moz-placeholder {
        color: #c2c2c2
    }

    .r6o-widget.comment .r6o-editable-text:-moz-placeholder {
        color: #c2c2c2
    }

    .r6o-widget.comment .r6o-editable-text:-ms-input-placeholder {
        color: #c2c2c2
    }

    .r6o-widget.comment .r6o-lastmodified {
        border: 1px solid #e5e5e5;
        display: inline-block;
        border-radius: 2px;
        margin: 0 10px 8px;
        padding: 4px 5px;
        line-height: 100%;
        font-size: 12px
    }

        .r6o-widget.comment .r6o-lastmodified .r6o-lastmodified-at {
            color: #757575;
            padding-left: 3px
        }

    .r6o-widget.comment .r6o-arrow-down {
        position: absolute;
        height: 20px;
        width: 20px;
        top: 9px;
        right: 9px;
        line-height: 22px;
        background-color: #fff;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        border: 1px solid #e5e5e5;
        cursor: pointer;
        -webkit-border-radius: 1px;
        -khtml-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px
    }

        .r6o-widget.comment .r6o-arrow-down.r6o-menu-open {
            border-color: #4483c4
        }

    .r6o-widget.comment .r6o-comment-dropdown-menu {
        position: absolute;
        top: 32px;
        right: 8px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        list-style-type: none;
        margin: 0;
        padding: 5px 0;
        z-index: 9999;
        -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
        -moz-box-shadow: 0 2px 4px rgba(0,0,0,.2);
        box-shadow: 0 2px 4px #0003
    }

        .r6o-widget.comment .r6o-comment-dropdown-menu li {
            padding: 0 15px;
            cursor: pointer
        }

            .r6o-widget.comment .r6o-comment-dropdown-menu li:hover {
                background-color: #ecf0f1
            }

    .r6o-widget.comment .r6o-purposedropdown {
        position: relative;
        z-index: 2
    }

    .r6o-widget.comment.editable {
        background-color: #ecf0f1
    }

.r6o-widget.r6o-tag:empty {
    display: none
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .r6o-widget.tag .r6o-taglist li {
        height: 27px
    }

        .r6o-widget.tag .r6o-taglist li .r6o-delete-wrapper .r6o-delete {
            position: relative;
            top: -4px
        }
}

.r6o-widget.r6o-tag {
    background-color: #ecf0f1;
    border-bottom: 1px solid #e5e5e5;
    padding: 1px 3px;
    display: flex
}

    .r6o-widget.r6o-tag ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        z-index: 1
    }

        .r6o-widget.r6o-tag ul.r6o-taglist {
            flex: 0;
            white-space: nowrap
        }

            .r6o-widget.r6o-tag ul.r6o-taglist li {
                display: inline-block;
                margin: 1px 1px 1px 0;
                padding: 0;
                vertical-align: middle;
                overflow: hidden;
                font-size: 12px;
                background-color: #fff;
                border: 1px solid #d6d7d9;
                cursor: pointer;
                position: relative;
                line-height: 180%;
                -webkit-touch-callout: none;
                -webkit-user-select: none;
                -khtml-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                -webkit-border-radius: 2px;
                -khtml-border-radius: 2px;
                -moz-border-radius: 2px;
                border-radius: 2px;
                -webkit-box-shadow: 0 0 4px rgba(0,0,0,.1);
                -moz-box-shadow: 0 0 4px rgba(0,0,0,.1);
                box-shadow: 0 0 4px #0000001a
            }

                .r6o-widget.r6o-tag ul.r6o-taglist li .r6o-label {
                    padding: 2px 8px;
                    display: inline-block
                }

                .r6o-widget.r6o-tag ul.r6o-taglist li .r6o-delete-wrapper {
                    display: inline-block;
                    padding: 2px 0;
                    color: #fff;
                    width: 0;
                    height: 100%;
                    background-color: #4483c4;
                    -webkit-border-top-right-radius: 2px;
                    -webkit-border-bottom-right-radius: 2px;
                    -khtml-border-radius-topright: 2px;
                    -khtml-border-radius-bottomright: 2px;
                    -moz-border-radius-topright: 2px;
                    -moz-border-radius-bottomright: 2px;
                    border-top-right-radius: 2px;
                    border-bottom-right-radius: 2px
                }

                    .r6o-widget.r6o-tag ul.r6o-taglist li .r6o-delete-wrapper .r6o-delete {
                        padding: 2px 6px
                    }

                    .r6o-widget.r6o-tag ul.r6o-taglist li .r6o-delete-wrapper svg {
                        vertical-align: text-top
                    }

                .r6o-widget.r6o-tag ul.r6o-taglist li .r6o-delete-enter-active {
                    width: 24px;
                    transition: width .2s
                }

                .r6o-widget.r6o-tag ul.r6o-taglist li .r6o-delete-enter-done, .r6o-widget.r6o-tag ul.r6o-taglist li .r6o-delete-exit {
                    width: 24px
                }

                .r6o-widget.r6o-tag ul.r6o-taglist li .r6o-delete-exit-active {
                    width: 0;
                    transition: width .2s
                }

    .r6o-widget.r6o-tag .r6o-autocomplete {
        flex: 1;
        position: relative
    }

        .r6o-widget.r6o-tag .r6o-autocomplete li {
            font-size: 14px
        }

    .r6o-widget.r6o-tag input {
        width: 100%;
        padding: 0 3px;
        min-width: 80px;
        outline: none;
        border: none;
        line-height: 170%;
        background-color: transparent;
        color: #3f3f3f
    }

        .r6o-widget.r6o-tag input::-webkit-input-placeholder {
            color: #c2c2c2
        }

        .r6o-widget.r6o-tag input::-moz-placeholder {
            color: #c2c2c2
        }

        .r6o-widget.r6o-tag input:-moz-placeholder {
            color: #c2c2c2
        }

        .r6o-widget.r6o-tag input:-ms-input-placeholder {
            color: #c2c2c2
        }

.r6o-editor {
    position: absolute;
    z-index: 99999;
    width: 400px;
    color: #3f3f3f;
    opacity: 0;
    font-family: Lato,sans-serif;
    font-size: 17px;
    line-height: 27px;
    -webkit-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

    .r6o-editor .r6o-arrow {
        position: absolute;
        overflow: hidden;
        top: -12px;
        left: 12px;
        width: 28px;
        height: 12px;
        display: none
    }

        .r6o-editor .r6o-arrow:after {
            content: "";
            position: absolute;
            top: 5px;
            left: 5px;
            width: 18px;
            height: 18px;
            background-color: #fff;
            -webkit-backface-visibility: hidden;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg)
        }

    .r6o-editor .r6o-editor-inner {
        background-color: #fff;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 2px 2px 42px rgba(0,0,0,.4);
        -moz-box-shadow: 2px 2px 42px rgba(0,0,0,.4);
        box-shadow: 2px 2px 42px #0006
    }

        .r6o-editor .r6o-editor-inner .r6o-widget:first-child {
            -webkit-border-top-left-radius: 2px;
            -webkit-border-top-right-radius: 2px;
            -khtml-border-radius-topleft: 2px;
            -khtml-border-radius-topright: 2px;
            -moz-border-radius-topleft: 2px;
            -moz-border-radius-topright: 2px;
            border-top-left-radius: 2px;
            border-top-right-radius: 2px
        }

        .r6o-editor .r6o-editor-inner .r6o-widget {
            border-bottom: 1px solid #e5e5e5
        }

    .r6o-editor .r6o-footer {
        position: relative;
        text-align: right;
        padding: 8px 0
    }

        .r6o-editor .r6o-footer .r6o-btn {
            margin-right: 8px
        }

            .r6o-editor .r6o-footer .r6o-btn.delete-annotation {
                position: absolute;
                top: 7px;
                left: 7px;
                background-color: transparent;
                border: none;
                color: #4483c4;
                width: 32px;
                height: 32px;
                min-width: 0;
                border-radius: 100%;
                padding: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                -webkit-transition: all .1s ease-in;
                -moz-transition: all .1s ease-in;
                -o-transition: all .1s ease-in;
                transition: all .1s ease-in
            }

                .r6o-editor .r6o-footer .r6o-btn.delete-annotation:hover {
                    color: #fff;
                    background-color: #ef352c
                }

@media (max-width: 640px) {
    .r6o-editor {
        width: 260px
    }
}

.r6o-editor.r6o-arrow-top .r6o-arrow {
    display: block
}

.r6o-editor.r6o-arrow-right {
    margin-left: 8px
}

    .r6o-editor.r6o-arrow-right .r6o-arrow {
        left: auto;
        right: 12px
    }

.r6o-editor.r6o-arrow-bottom .r6o-arrow {
    display: block;
    top: auto;
    bottom: -12px
}

    .r6o-editor.r6o-arrow-bottom .r6o-arrow:after {
        top: -11px;
        box-shadow: none
    }

.r6o-editor.pushed .r6o-arrow, .r6o-editor.dragged .r6o-arrow {
    display: none
}

.r6o-editor .r6o-draggable {
    cursor: move
}

.r6o-purposedropdown {
    width: 150px;
    display: inline-block
}

.r6o-noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}


.r6o-widget:nth-child(2) {
    display: none
}

.autoComplete_wrapper {
    position: relative;
    display: inline-block;
    width: 370px;
}

#autoComplete {
    height: 3rem;
    width: 370px;
    margin: 0;
    padding: 0 2rem 0 3.2rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 1rem;
    text-overflow: ellipsis;
    color: rgba(255, 122, 122, 0.3);
    outline: none;
    border-radius: 10rem;
    border: 0;
    border: 0.05rem solid rgba(255, 122, 122, 0.5);
    background-image: url(./images/search.svg);
    background-size: 1.4rem;
    background-position: left 1.05rem top 0.8rem;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-color: #fff;
    transition: all 0.4s ease;
    -webkit-transition: all -webkit-transform 0.4s ease;
}

    #autoComplete::placeholder {
        color: rgba(255, 122, 122, 0.5);
        transition: all 0.3s ease;
        -webkit-transition: all -webkit-transform 0.3s ease;
    }

    #autoComplete:hover::placeholder {
        color: rgba(255, 122, 122, 0.6);
        transition: all 0.3s ease;
        -webkit-transition: all -webkit-transform 0.3s ease;
    }

    #autoComplete:focus::placeholder {
        padding: 0.1rem 0.6rem;
        font-size: 0.95rem;
        color: rgba(255, 122, 122, 0.4);
    }

    #autoComplete:focus::selection {
        background-color: rgba(255, 122, 122, 0.15);
    }

    #autoComplete::selection {
        background-color: rgba(255, 122, 122, 0.15);
    }

    #autoComplete:hover {
        color: rgba(255, 122, 122, 0.8);
        transition: all 0.3s ease;
        -webkit-transition: all -webkit-transform 0.3s ease;
    }

    #autoComplete:focus {
        color: rgba(255, 122, 122, 1);
        border: 0.06rem solid rgba(255, 122, 122, 0.8);
    }

#autoComplete_list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0;
    margin-top: 0.5rem;
    border-radius: 0.6rem;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
    border: 1px solid rgba(33, 33, 33, 0.07);
    z-index: 1000;
    outline: none;
}

.autoComplete_result {
    margin: 0.3rem;
    padding: 0.3rem 0.5rem;
    list-style: none;
    text-align: left;
    font-size: 1rem;
    color: #212121;
    transition: all 0.1s ease-in-out;
    border-radius: 0.35rem;
    background-color: rgba(255, 255, 255, 1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s ease;
}

    .autoComplete_result::selection {
        color: rgba(#ffffff, 0);
        background-color: rgba(#ffffff, 0);
    }

    .autoComplete_result:hover {
        cursor: pointer;
        background-color: rgba(255, 122, 122, 0.15);
    }

.autoComplete_highlighted {
    color: rgba(255, 122, 122, 1);
    font-weight: bold;
}

    .autoComplete_highlighted::selection {
        color: rgba(#ffffff, 0);
        background-color: rgba(#ffffff, 0);
    }

.autoComplete_selected {
    cursor: pointer;
    background-color: rgba(255, 122, 122, 0.15);
}

@media only screen and (max-width: 600px) {
    .autoComplete_wrapper {
        width: 320px;
    }

    #autoComplete {
        width: 18rem;
        background-size: 1.6rem;
        background-position: left 1.1rem top 0.75rem;
    }

    #autoComplete_list {
        margin: 10px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #autoComplete {
        border-width: 1px;
    }
}

@-moz-document url-prefix() {
    #autoComplete {
        background-size: 1.2rem;
        background-origin: border-box;
        border-width: 1px;
        background-position: left 1.1rem top 0.8rem;
    }
}

  
 
/* General button style (reset) 
    https://tympanus.net/Development/CreativeButtons/
*/
.btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 10px 10px;
    display: inline-block;
    margin: 0px;
    text-transform: none;
     outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

    font-size:14px; 
}

    .btn:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    /* Pseudo elements for icons */
    .btn:before,
    .icon-heart:after,
    .icon-star:after,
    .icon-plus:after,
    .icon-file:before {
         speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: relative;
        -webkit-font-smoothing: antialiased;
    }

.icon-envelope:before {
    content: "\e000";
}

.icon-cart:before {
    content: "\e007";
}

.icon-cart-2:before {
    content: "\e008";
}

.icon-heart:before {
    content: "\e009";
}

/* Filled heart */
.icon-heart:after,
.icon-heart-2:before {
    content: "\e00a";
}

.icon-star:before {
    content: "\e00b";
}

/* Filled star */
.icon-star:after,
.icon-star-2:before {
    content: "\e00c";
}

.icon-arrow-right:before {
    content: "\e00d";
}

.icon-arrow-left:before {
    content: "\e003";
}

.icon-truck:before {
    content: "\e00e";
}

.icon-remove:before {
    content: "\e00f";
}

.icon-cog:before {
    content: "\e010";
}

.icon-plus:before,
.icon-plus:after {
    content: "\e011";
}

.icon-minus:before {
    content: "\e012";
}

.bh-icon-smiley:before {
    content: "\e001";
}

.bh-icon-sad:before {
    content: "\e002";
}

.icon-file:before {
    content: "\e004";
}

.icon-remove-2:before {
    content: "\e005";
}

/* Button 1 */
.btn-1 {
    border: 3px solid #fff;
    color: #fff;
}

/* Button 1a */
.btn-1a:hover,
.btn-1a:active {
    color: #0e83cd;
    background: #fff;
}

/* Button 1b */
.btn-1b:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #fff;
}

.btn-1b:hover,
.btn-1b:active {
    color: #0e83cd;
}

    .btn-1b:hover:after,
    .btn-1b:active:after {
        height: 100%;
    }

/* Button 1c */
.btn-1c:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
}

.btn-1c:hover,
.btn-1c:active {
    color: #0e83cd;
}

    .btn-1c:hover:after,
    .btn-1c:active:after {
        width: 100%;
    }

/* Button 1d */
.btn-1d {
    overflow: hidden;
}

    .btn-1d:after {
        width: 0;
        height: 103%;
        top: 50%;
        left: 50%;
        background: #fff;
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    .btn-1d:hover,
    .btn-1d:active {
        color: #0e83cd;
    }

        .btn-1d:hover:after {
            width: 90%;
            opacity: 1;
        }

        .btn-1d:active:after {
            width: 101%;
            opacity: 1;
        }

/* Button 1e */
.btn-1e {
    overflow: hidden;
}

    .btn-1e:after {
        width: 100%;
        height: 0;
        top: 50%;
        left: 50%;
        background: #fff;
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
    }

    .btn-1e:hover,
    .btn-1e:active {
        color: #0e83cd;
    }

        .btn-1e:hover:after {
            height: 260%;
            opacity: 1;
        }

        .btn-1e:active:after {
            height: 400%;
            opacity: 1;
        }

/* Button 1f */
.btn-1f {
    overflow: hidden;
}

    .btn-1f:after {
        width: 101%;
        height: 0;
        top: 50%;
        left: 50%;
        background: #fff;
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    .btn-1f:hover,
    .btn-1f:active {
        color: #0e83cd;
    }

        .btn-1f:hover:after {
            height: 75%;
            opacity: 1;
        }

        .btn-1f:active:after {
            height: 130%;
            opacity: 1;
        }

/* Button 2 */
.btn-2 {
    background: #1b90bd;
    color: #fff;
    box-shadow: 0 3px #00729e;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

/* Button 2a */
.btn-2a {
    border-radius: 5px;
}

    .btn-2a:hover {
        box-shadow: 0 2px #00729e;
        top: 1px;
    }

    .btn-2a:active {
        box-shadow: 0 1px #00729e;
        top: 2px;
    }

/* Button 2b */
.btn-2b {
    border-radius: 0 0 5px 5px;
}

    .btn-2b:hover {
        box-shadow: 0 8px #ab3c3c;
        top: -2px;
    }

    .btn-2b:active {
        box-shadow: 0 0 #ab3c3c;
        top: 6px;
    }

/* Button 2c */
.btn-2c {
    border-radius: 5px;
}

    .btn-2c:hover {
        box-shadow: 0 4px #ab3c3c;
        top: 2px;
    }

    .btn-2c:active {
        box-shadow: 0 0 #ab3c3c;
        top: 6px;
    }

/* Button 2d */
.btn-2d {
    border-radius: 5px;
}

    .btn-2d:hover {
        box-shadow: 0 8px #ab3c3c;
        top: -2px;
    }

    .btn-2d:active {
        box-shadow: 0 0 #ab3c3c;
        top: 6px;
    }

/* Button 2e */
.btn-2e {
    border-radius: 5px;
    box-shadow: -6px 0 #ab3c3c;
}

    .btn-2e:hover {
        box-shadow: -4px 0 #ab3c3c;
        left: -2px;
    }

    .btn-2e:active {
        box-shadow: 0 0 #ab3c3c;
        left: -6px;
    }

/* Button 2f */
.btn-2f {
    border-radius: 5px;
    box-shadow: 6px 0 #ab3c3c;
}

    .btn-2f:hover {
        box-shadow: 4px 0 #ab3c3c;
        left: 2px;
    }

    .btn-2f:active {
        box-shadow: 0 0 #ab3c3c;
        left: 6px;
    }

/* Button 2g */
.btn-2g {
    border-radius: 40px;
}

    .btn-2g:hover {
        box-shadow: 0 4px #ab3c3c;
        top: 2px;
    }

    .btn-2g:active {
        box-shadow: 0 0 #ab3c3c;
        top: 6px;
    }

/* Button 2h */
.btn-2h {
    border-radius: 20px;
}

    .btn-2h:hover {
        box-shadow: 0 4px #ab3c3c;
        top: 2px;
    }

    .btn-2h:active {
        box-shadow: 0 0 #ab3c3c;
        top: 6px;
    }

/* Button 2i */
.btn-2i {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    padding: 0;
}

    .btn-2i:hover {
        box-shadow: 0 4px #ab3c3c;
        top: 2px;
    }

    .btn-2i:active {
        box-shadow: 0 0 #ab3c3c;
        top: 6px;
    }

/* Button 2j */
.btn-2j {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    padding: 0;
}

    .btn-2j:hover {
        box-shadow: 0 8px #ab3c3c;
        top: -2px;
    }

    .btn-2j:active {
        box-shadow: 0 0 #ab3c3c;
        top: 6px;
    }

/* Button 3 */
.btn-3 {
    background: #fcad26;
    color: #fff;
}

    .btn-3:hover {
        background: #f29e0d;
    }

    .btn-3:active {
        background: #f58500;
        top: 2px;
    }

    .btn-3:before {
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        line-height: 3;
        font-size: 140%;
        width: 60px;
    }

/* Button 3a */
.btn-3a {
    padding: 25px 60px 25px 120px;
}

    .btn-3a:before {
        background: rgba(0,0,0,0.05);
    }

/* Button 3b */
.btn-3b {
    padding: 25px 60px 25px 120px;
    border-radius: 10px;
}

    .btn-3b:before {
        border-right: 2px solid rgba(255,255,255,0.5);
    }

/* Button 3c */
.btn-3c {
    padding: 80px 20px 20px 20px;
    border-radius: 10px;
    box-shadow: 0 3px #da9622;
}

    .btn-3c:active {
        box-shadow: 0 3px #dc7801;
    }

    .btn-3c:before {
        height: 60px;
        width: 100%;
        line-height: 60px;
        background: #fff;
        color: #f29e0d;
        border-radius: 10px 10px 0 0;
    }

    .btn-3c:active:before {
        color: #f58500;
    }

/* Button 3d */
.btn-3d {
    padding: 25px 60px 25px 120px;
    border-radius: 10px;
}

    .btn-3d:before {
        background: #fff;
        color: #fcad26;
        z-index: 2;
        border-radius: 10px 0 0 10px;
    }

    .btn-3d:after {
        width: 20px;
        height: 20px;
        background: #fff;
        z-index: 1;
        left: 55px;
        top: 50%;
        margin: -10px 0 0 -10px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .btn-3d:active:before {
        color: #f58500;
    }

    .btn-3d:active {
        top: 0;
    }

        .btn-3d:active:after {
            left: 60px;
        }

/* Button 3e */
.btn-3e {
    padding: 25px 120px 25px 60px;
    overflow: hidden;
}

    .btn-3e:before {
        left: auto;
        right: 10px;
        z-index: 2;
    }

    .btn-3e:after {
        width: 30%;
        height: 200%;
        background: rgba(255,255,255,0.1);
        z-index: 1;
        right: 0;
        top: 0;
        margin: -5px 0 0 -5px;
        -webkit-transform-origin: 0 0;
        -webkit-transform: rotate(-20deg);
        -moz-transform-origin: 0 0;
        -moz-transform: rotate(-20deg);
        -ms-transform-origin: 0 0;
        -ms-transform: rotate(-20deg);
        transform-origin: 0 0;
        transform: rotate(-20deg);
    }

    .btn-3e:hover:after {
        width: 40%;
    }

/* Button 4 */
.btn-4 {
    border-radius: 50px;
    border: 3px solid #fff;
    color: #fff;
    overflow: hidden;
}

    .btn-4:active {
        border-color: #17954c;
        color: #17954c;
    }

    .btn-4:hover {
        background: #24b662;
    }

    .btn-4:before {
        position: absolute;
        height: 100%;
        font-size: 125%;
        line-height: 3.5;
        color: #fff;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .btn-4:active:before {
        color: #17954c;
    }

/* Button 4a */
.btn-4a:before {
    left: 130%;
    top: 0;
}

.btn-4a:hover:before {
    left: 80%;
}

/* Button 4b */
.btn-4b:before {
    left: -50%;
    top: 0;
}

.btn-4b:hover:before {
    left: 10%;
}

/* Button 4c */
.btn-4c:before {
    left: 70%;
    opacity: 0;
    top: 0;
}

.btn-4c:hover:before {
    left: 80%;
    opacity: 1;
}

/* Button 4d */
.btn-4d:before {
    left: 30%;
    opacity: 0;
    top: 0;
}

.btn-4d:hover:before {
    left: 10%;
    opacity: 1;
}

/* Button 5 */
.btn-5 {
    background: #823aa0;
    color: #fff;
    height: 70px;
    min-width: 260px;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .btn-5:active {
        background: #9053a9;
        top: 2px;
    }

    .btn-5 span {
        display: inline-block;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s;
        -webkit-backface-visibility: hidden;
        -moz-transition: all 0.3s;
        -moz-backface-visibility: hidden;
        transition: all 0.3s;
        backface-visibility: hidden;
    }

    .btn-5:before {
        position: absolute;
        height: 100%;
        width: 100%;
        line-height: 2.5;
        font-size: 180%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .btn-5:active:before {
        color: #703b87;
    }

/* Button 5a */
.btn-5a:hover span {
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%);
}

.btn-5a:before {
    left: 0;
    top: -100%;
}

.btn-5a:hover:before {
    top: 0;
}

/* Button 5b */
.btn-5b:hover span {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
}

.btn-5b:before {
    left: -100%;
    top: 0;
}

.btn-5b:hover:before {
    left: 0;
}

/* Button 6 */
.btn-6 {
    color: #fff;
    background: #226fbe;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

    .btn-6:active {
        top: 2px;
    }

/* Button 6a */
.btn-6a {
    border: 4px solid #226fbe;
}

    .btn-6a:hover {
        background: transparent;
        color: #226fbe;
    }

/* Button 6b */
.btn-6b {
    border: 4px solid #226fbe;
    border-radius: 15px;
}

    .btn-6b:hover {
        background: transparent;
        color: #226fbe;
    }

/* Button 6c */
.btn-6c {
    border: 4px solid #226fbe;
    border-radius: 60px;
}

    .btn-6c:hover {
        background: transparent;
        color: #226fbe;
    }

/* Button 6d */
.btn-6d {
    border: 2px dashed #226fbe;
}

    .btn-6d:hover {
        background: transparent;
        color: #226fbe;
    }

/* Button 6e */
.btn-6e {
    border: 2px dashed #226fbe;
    border-radius: 15px;
}

    .btn-6e:hover {
        background: transparent;
        color: #226fbe;
    }

/* Button 6f */
.btn-6f {
    border: 2px dashed #226fbe;
    border-radius: 60px;
}

    .btn-6f:hover {
        background: transparent;
        color: #226fbe;
    }

/* Button 6g */
.btn-6g {
    border: 2px dotted #226fbe;
}

    .btn-6g:hover {
        background: transparent;
        color: #226fbe;
    }

/* Button 6h */
.btn-6h {
    border: 2px dotted #226fbe;
    border-radius: 15px;
}

    .btn-6h:hover {
        background: transparent;
        color: #226fbe;
    }

/* Button 6i */
.btn-6i {
    border: 2px dotted #226fbe;
    border-radius: 60px;
}

    .btn-6i:hover {
        background: transparent;
        color: #226fbe;
    }

/* Button 6j */
.btn-6j {
    border: 4px double #226fbe;
}

    .btn-6j:hover {
        background: transparent;
        color: #226fbe;
    }

/* Button 6k */
.btn-6k {
    border: 4px double #226fbe;
    border-radius: 15px;
}

    .btn-6k:hover {
        background: transparent;
        color: #226fbe;
    }

/* Button 6l */
.btn-6l {
    border: 4px double #226fbe;
    border-radius: 60px;
}

    .btn-6l:hover {
        background: transparent;
        color: #226fbe;
    }

/* Button 7 */
.btn-7 {
    background: #17aa56;
    color: #fff;
    border-radius: 7px;
    box-shadow: 0 5px #119e4d;
    padding: 25px 60px 25px 90px;
}

/* Button 7a */
.btn-7a {
    overflow: hidden;
}

    .btn-7a:before {
        position: absolute;
        left: 0;
        width: 40%;
        font-size: 160%;
        line-height: 0.8;
        color: #0a833d;
    }

    .btn-7a.btn-activated {
        -webkit-animation: fadeOutText 0.5s;
        -moz-animation: fadeOutText 0.5s;
        animation: fadeOutText 0.5s;
    }

        .btn-7a.btn-activated:before {
            -webkit-animation: moveToRight 0.5s;
            -moz-animation: moveToRight 0.5s;
            animation: moveToRight 0.5s;
        }

@-webkit-keyframes fadeOutText {
    0% {
        color: transparent;
    }

    80% {
        color: transparent;
    }

    100% {
        color: #fff;
    }
}

@-moz-keyframes fadeOutText {
    0% {
        color: transparent;
    }

    80% {
        color: transparent;
    }

    100% {
        color: #fff;
    }
}

@keyframes fadeOutText {
    0% {
        color: transparent;
    }

    80% {
        color: transparent;
    }

    100% {
        color: #fff;
    }
}

@-webkit-keyframes moveToRight {
    80% {
        -webkit-transform: translateX(250%);
    }

    81% {
        opacity: 1;
        -webkit-transform: translateX(250%);
    }

    82% {
        opacity: 0;
        -webkit-transform: translateX(250%);
    }

    83% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
    }

    84% {
        opacity: 1;
        -webkit-transform: translateX(-50%);
    }

    100% {
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes moveToRight {
    80% {
        -moz-transform: translateX(250%);
    }

    81% {
        opacity: 1;
        -moz-transform: translateX(250%);
    }

    82% {
        opacity: 0;
        -moz-transform: translateX(250%);
    }

    83% {
        opacity: 0;
        -moz-transform: translateX(-50%);
    }

    84% {
        opacity: 1;
        -moz-transform: translateX(-50%);
    }

    100% {
        -moz-transform: translateX(0%);
    }
}

@keyframes moveToRight {
    80% {
        transform: translateX(250%);
    }

    81% {
        opacity: 1;
        transform: translateX(250%);
    }

    82% {
        opacity: 0;
        transform: translateX(250%);
    }

    83% {
        opacity: 0;
        transform: translateX(-50%);
    }

    84% {
        opacity: 1;
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0%);
    }
}

/* Button 7b */
.btn-7b {
    overflow: hidden;
}

    .btn-7b:before {
        position: absolute;
        left: 0;
        width: 40%;
        font-size: 160%;
        line-height: 0.8;
        color: #0a833d;
    }

    .btn-7b.btn-activated:before {
        -webkit-animation: scaleUp 0.5s;
        -moz-animation: scaleUp 0.5s;
        animation: scaleUp 0.5s;
    }

@-webkit-keyframes scaleUp {
    80% {
        opacity: 0;
        -webkit-transform: scale(2);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
    }
}

@-moz-keyframes scaleUp {
    80% {
        opacity: 0;
        -moz-transform: scale(2);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(2);
    }
}

@keyframes scaleUp {
    80% {
        opacity: 0;
        transform: scale(2);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

/* Icon only style */
.btn-icon-only {
    font-size: 0;
    padding: 25px 30px;
}

    .btn-icon-only:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 26px;
        line-height: 54px;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }

/* Button 7c */
.btn-7c {
    overflow: hidden;
}

    .btn-7c:before {
        color: #fff;
        z-index: 1;
    }

    .btn-7c:after {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 0;
        width: 0;
        background: #0a833d;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }

    .btn-7c.btn-activated:after {
        -webkit-animation: fillToRight 0.7s forwards;
        -moz-animation: fillToRight 0.7s forwards;
        animation: fillToRight 0.7s forwards;
    }

@-webkit-keyframes fillToRight {
    to {
        width: 100%;
    }
}

@-moz-keyframes fillToRight {
    to {
        width: 100%;
    }
}

@keyframes fillToRight {
    to {
        width: 100%;
    }
}

/* Button 7d */
.btn-7d {
    overflow: hidden;
}

    .btn-7d:before {
        color: #fff;
        z-index: 1;
    }

    .btn-7d:after {
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 100%;
        z-index: 0;
        background: #21bb63;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }

    .btn-7d.btn-activated:after {
        -webkit-animation: emptyBottom 0.7s forwards;
        -moz-animation: emptyBottom 0.7s forwards;
        animation: emptyBottom 0.7s forwards;
    }

@-webkit-keyframes emptyBottom {
    to {
        height: 100%;
    }
}

@-moz-keyframes emptyBottom {
    to {
        height: 100%;
    }
}

@keyframes emptyBottom {
    to {
        height: 100%;
    }
}

/* Button 7e */
.btn-7e:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 26px;
    line-height: 54px;
    color: #ea515e;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.btn-7e.btn-activated:after {
    -webkit-animation: scaleFade 0.5s forwards;
    -moz-animation: scaleFade 0.5s forwards;
    animation: scaleFade 0.5s forwards;
}

@-webkit-keyframes scaleFade {
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
    }
}

@-moz-keyframes scaleFade {
    50% {
        opacity: 1;
        -moz-transform: scale(1);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
    }
}

@keyframes scaleFade {
    50% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

/* Button 7f */
.btn-7f:before {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.btn-7f:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 26px;
    line-height: 54px;
    color: #ffe44d;
    visibility: hidden;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffe44d;
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -ms-transform: scale(4);
    transform: scale(4);
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.btn-7f.btn-activated:after {
    visibility: visible;
    -webkit-animation: dropDown 0.3s forwards;
    -moz-animation: dropDown 0.3s forwards;
    animation: dropDown 0.3s forwards;
}

@-webkit-keyframes dropDown {
    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes dropDown {
    to {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@keyframes dropDown {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Button 7g */
.btn-7g:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 26px;
    line-height: 54px;
    color: #0a833d;
    visibility: hidden;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.btn-7g.btn-activated:after {
    visibility: visible;
    -webkit-animation: dropDownFade 0.5s forwards;
    -moz-animation: dropDownFade 0.5s forwards;
    animation: dropDownFade 0.5s forwards;
}

@-webkit-keyframes dropDownFade {
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes dropDownFade {
    50% {
        opacity: 1;
        -moz-transform: scale(1);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes dropDownFade {
    50% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

/* Button 7h */

.btn-7h span {
    display: inline-block;
    width: 100%;
}

.btn-7h:before {
    position: absolute;
    left: 0;
    width: 40%;
    font-size: 160%;
    line-height: 0.8;
    color: #0a833d;
}

/* Success and error */

.btn-success,
.btn-error {
    color: transparent;
}

    .btn-success:after,
    .btn-error:after {
        z-index: 1;
        color: #fff;
        left: 40%;
    }

    .btn-success:before {
        content: "\e001";
    }

    .btn-success:after {
        content: "Success!";
        -webkit-animation: moveUp 0.5s;
        -moz-animation: moveUp 0.5s;
        animation: moveUp 0.5s;
    }

@-webkit-keyframes moveUp {
    0% {
        -webkit-transform: translateY(50%);
        opacity: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes moveUp {
    0% {
        -moz-transform: translateY(50%);
        opacity: 0;
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@keyframes moveUp {
    0% {
        transform: translateY(50%);
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn-error {
    -webkit-animation: shake 0.5s;
    -moz-animation: shake 0.5s;
    animation: shake 0.5s;
}

/* From Dan Eden's animate.css: http://daneden.me/animate/ */
@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
    }
}

@-moz-keyframes shake {
    0%, 100% {
        -moz-transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -moz-transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -moz-transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        transform: translateX(10px);
    }
}

.btn-error:before {
    content: "\e002";
}

.btn-error:after {
    content: "Error!";
    -webkit-animation: scaleFromUp 0.5s;
    -moz-animation: scaleFromUp 0.5s;
    animation: scaleFromUp 0.5s;
}

@-webkit-keyframes scaleFromUp {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes scaleFromUp {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@keyframes scaleFromUp {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Special trash effect */
.trash-effect {
    position: relative;
    max-width: 320px;
    margin: 60px auto 0;
}

    .trash-effect .icon-file {
        font-size: 30px;
        position: absolute;
        width: 50px;
        height: 50px;
        left: 50%;
        top: 50%;
        margin: -45px 0 0 -25px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        -webkit-transform: translateX(90px) translateY(20px) scale(1);
        -moz-transform: translateX(90px) translateY(20px) scale(1);
        -ms-transform: translateX(90px) translateY(20px) scale(1);
        transform: translateX(90px) translateY(20px) scale(1);
    }

        .trash-effect .icon-file:nth-child(2) {
            -webkit-transform: translateX(140px) translateY(-10px) scale(1);
            -moz-transform: translateX(140px) translateY(-10px) scale(1);
            -ms-transform: translateX(140px) translateY(-10px) scale(1);
            transform: translateX(140px) translateY(-10px) scale(1);
            -webkit-transition-delay: 0.1s;
            -moz-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }

        .trash-effect .icon-file:nth-child(3) {
            -webkit-transform: translateX(140px) translateY(50px) scale(1);
            -moz-transform: translateX(140px) translateY(50px) scale(1);
            -ms-transform: translateX(140px) translateY(50px) scale(1);
            transform: translateX(140px) translateY(50px) scale(1);
            -webkit-transition-delay: 0.2s;
            -moz-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }

    .trash-effect.trash-effect-active .icon-file {
        -webkit-transform: translateX(-100px) translateY(-10px) scale(0);
        -moz-transform: translateX(-100px) translateY(-10px) scale(0);
        -ms-transform: translateX(-100px) translateY(-10px) scale(0);
        transform: translateX(-100px) translateY(-10px) scale(0);
    }

/* Button 7i */
.btn-7i {
    box-shadow: none;
    border-radius: 0 0 7px 7px;
    padding: 27px 33px;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
}

    .btn-7i:before {
        line-height: 45px;
    }

    .btn-7i:after {
        height: 11px; /* should be 10px but in Chrome Version 34.0.1847.131 there's a gap because of the transform of the button */
        width: 100%;
        background: #17aa56;
        border-radius: 7px 7px 0 0;
        left: 0;
        top: -10px;
        z-index: 1;
        -webkit-transform-origin: 0 100%;
        -moz-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }

.trash-effect-active .btn-7i:after {
    -webkit-animation: openTrash 0.5s;
    -moz-animation: openTrash 0.5s;
    animation: openTrash 0.5s;
}

@-webkit-keyframes openTrash {
    50% {
        -webkit-transform: rotate(-35deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes openTrash {
    50% {
        -moz-transform: rotate(-35deg);
    }

    100% {
        -moz-transform: rotate(0deg);
    }
}

@keyframes openTrash {
    50% {
        transform: rotate(-35deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* Button 8 */
.perspective {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    perspective: 800px;
    display: inline-block;
}

.btn-8 {
    display: block;
    background: #5cbcf6;
    outline: 1px solid transparent; /* FF jagged edges fix */
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .btn-8:active {
        background: #55b7f3;
    }

/* Button 8a */
.btn-8a:after {
    width: 100%;
    height: 42%; /* should be 40% but there's a gap in Chrome Version 34.0.1847.131 */
    left: 0;
    top: -40%;
    background: #49a7df;
    -webkit-transform-origin: 0% 100%;
    -webkit-transform: rotateX(90deg);
    -moz-transform-origin: 0% 100%;
    -moz-transform: rotateX(90deg);
    transform-origin: 0% 100%;
    transform: rotateX(90deg);
}

.btn-8a:hover {
    -webkit-transform: rotateX(-15deg);
    -moz-transform: rotateX(-15deg);
    -ms-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
}

/* Button 8b */
.btn-8b:after {
    width: 100%;
    height: 40%;
    left: 0;
    top: 100%;
    background: #49a7df;
    -webkit-transform-origin: 0% 0%;
    -webkit-transform: rotateX(-90deg);
    -moz-transform-origin: 0% 0%;
    -moz-transform: rotateX(-90deg);
    -ms-transform-origin: 0% 0%;
    -ms-transform: rotateX(-90deg);
    transform-origin: 0% 0%;
    transform: rotateX(-90deg);
}

.btn-8b:hover {
    -webkit-transform: rotateX(15deg);
    -moz-transform: rotateX(15deg);
    -ms-transform: rotateX(15deg);
    transform: rotateX(15deg);
}

/* Button 8c */
.btn-8c:after {
    width: 21%;
    height: 100%;
    left: -20%;
    top: 0;
    background: #49a7df;
    -webkit-transform-origin: 100% 0%;
    -webkit-transform: rotateY(-90deg);
    -moz-transform-origin: 100% 0%;
    -moz-transform: rotateY(-90deg);
    -ms-transform-origin: 100% 0%;
    -ms-transform: rotateY(-90deg);
    transform-origin: 100% 0%;
    transform: rotateY(-90deg);
}

.btn-8c:hover {
    -webkit-transform: rotateY(15deg);
    -moz-transform: rotateY(15deg);
    -ms-transform: rotateY(15deg);
    transform: rotateY(15deg);
}

/* Button 8d */
.btn-8d:after {
    width: 20%;
    height: 100%;
    left: 100%;
    top: 0;
    background: #49a7df;
    -webkit-transform-origin: 0% 0%;
    -webkit-transform: rotateY(90deg);
    -moz-transform-origin: 0% 0%;
    -moz-transform: rotateY(90deg);
    -ms-transform-origin: 0% 0%;
    -ms-transform: rotateY(90deg);
    transform-origin: 0% 0%;
    transform: rotateY(90deg);
}

.btn-8d:hover {
    -webkit-transform: rotateY(-15deg);
    -moz-transform: rotateY(-15deg);
    -ms-transform: rotateY(-15deg);
    transform: rotateY(-15deg);
}

/* Button 8e */
.btn-8e {
    -webkit-transform: rotateX(-15deg);
    -moz-transform: rotateX(-15deg);
    -ms-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
}

    .btn-8e:after {
        width: 100%;
        height: 42%; /* should be 40% but there's a gap in Chrome Version 34.0.1847.131 */
        left: 0;
        top: -40%;
        background: #49a7df;
        -webkit-transform-origin: 0% 100%;
        -webkit-transform: rotateX(90deg);
        -moz-transform-origin: 0% 100%;
        -moz-transform: rotateX(90deg);
        -ms-transform-origin: 0% 100%;
        -ms-transform: rotateX(90deg);
        transform-origin: 0% 100%;
        transform: rotateX(90deg);
    }

    .btn-8e:active {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

/* Button 8f */
.btn-8f {
    -webkit-transform: rotateX(15deg);
    -moz-transform: rotateX(15deg);
    -ms-transform: rotateX(15deg);
    transform: rotateX(15deg);
}

    .btn-8f:after {
        width: 100%;
        height: 40%;
        left: 0;
        top: 100%;
        background: #49a7df;
        -webkit-transform-origin: 0% 0%;
        -webkit-transform: rotateX(-90deg);
        -moz-transform-origin: 0% 0%;
        -moz-transform: rotateX(-90deg);
        -ms-transform-origin: 0% 0%;
        -ms-transform: rotateX(-90deg);
        transform-origin: 0% 0%;
        transform: rotateX(-90deg);
    }

    .btn-8f:active {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

/* Button 8g */
.btn-8g {
    background: #fff;
    color: #999;
}

    .btn-8g:active {
        background: #fff;
    }

    .btn-8g:after,
    .btn-8g:before {
        text-transform: uppercase;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        line-height: 70px;
    }

    .btn-8g:after {
        top: -98%; /* should be -100% but there's a gap in Chrome Version 34.0.1847.131 */
        background: #7aca7c;
        color: #358337;
        content: 'It worked!';
        -webkit-transform-origin: 0% 100%;
        -webkit-transform: rotateX(90deg);
        -moz-transform-origin: 0% 100%;
        -moz-transform: rotateX(90deg);
        -ms-transform-origin: 0% 100%;
        -ms-transform: rotateX(90deg);
        transform-origin: 0% 100%;
        transform: rotateX(90deg);
    }

    .btn-8g:before {
        top: 100%;
        background: #e96a6a;
        color: #a33a3a;
        content: 'Error!';
        font-weight: 700;
        font-family: 'Lato', Calibri, Arial, sans-serif;
        -webkit-transform-origin: 0% 0%;
        -webkit-transform: rotateX(-90deg);
        -moz-transform-origin: 0% 0%;
        -moz-transform: rotateX(-90deg);
        -ms-transform-origin: 0% 0%;
        -ms-transform: rotateX(-90deg);
        transform-origin: 0% 0%;
        transform: rotateX(-90deg);
    }

    .btn-8g.btn-success3d {
        background: #aaa;
        -webkit-transform-origin: 50% 100%;
        -webkit-transform: rotateX(-90deg) translateY(100%);
        -moz-transform-origin: 50% 100%;
        -moz-transform: rotateX(-90deg) translateY(100%);
        -ms-transform-origin: 50% 100%;
        -ms-transform: rotateX(-90deg) translateY(100%);
        transform-origin: 50% 100%;
        transform: rotateX(-90deg) translateY(100%);
    }

    .btn-8g.btn-error3d {
        background: #aaa;
        -webkit-transform-origin: 50% 0%;
        -webkit-transform: rotateX(90deg) translateY(-100%);
        -moz-transform-origin: 50% 0%;
        -moz-transform: rotateX(90deg) translateY(-100%);
        -ms-transform-origin: 50% 0%;
        -ms-transform: rotateX(90deg) translateY(-100%);
        transform-origin: 50% 0%;
        transform: rotateX(90deg) translateY(-100%);
    }
/* theodin.co.uk -Designed and developed by Philip Beel All Rights Reserved*/

/* 
------------------------------------------------------------------------------------------------------Genetic--------------*/

/* Reset */


#contactable {
 	color:#FFFFFF; 
	cursor:pointer;
	height:102px;
	right:0;
	margin-right:-5px; 
	*margin-right:-5px; 
	overflow:hidden;
	position:fixed;
	*position:absolute;
	text-indent:-100000px;
	top:102px;
	*margin-top:10px;
	width:39px;
	z-index:100000;
}

#contactForm {
	background-color:#21282b;
	color:#FFFFFF;
	height:490px;
	right:0;
	margin-right:-400px;
	*margin-right:-434px;
	margin-top:-160px;
	overflow:hidden;
	text-align:left;
	padding-left:30px;
	position:fixed;
	top:200px;
	width:360px;
	*width:394px;
	z-index:99;
}

.ContactFormLabel 
{
	font-family:Lucida Sans, Verdana;
	font-size: 15px;
	font-weight:bold;    
}
form#contactForm input, textarea {
	background:#FFFFFF none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:325px;
	padding:5px;
	border:1px solid #dfdfdf;
	font-family: Arial;
	font-size: 14px;
	margin-bottom:10px;
}

form#contactForm .contactSubmit {
	background: #ffd200 none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:325px;
	padding:5px;
	border:3px solid #ffd200;
	outline-color:-moz-use-text-color;
	font-family: georgia;
	font-size: 14px;
	cursor:pointer;
	color:#000;
	text-transform:uppercase;
	font-weight:bolder;
	font-family:Helvetica;
	margin-top:10px;
}

form#contactForm p {
	width:325px; 
}

form#contactForm .disclaimer {
	*margin-right:20px;
}

#contactForm .red {
	color:	#F5410F;
}

#overlay {
	background-color:#666666;
	display:none;
	height:100%;
	right:0;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:0;
} 
.error { background-color: #EDBE9C; }

#name.error { background-color: #EDBE9C; } 
#email.error { background-color: #EDBE9C; }
#comment.error { background-color: #EDBE9C; }

+form#contactForm label{
	*margin-right:20px;
}

form#rightoptions #loading {
	background: url(images/witloading.gif) no-repeat;
	width:55px;
	height:55px;
	margin: 100px auto;
	display:none;
}

#callback {
	font-family: georgia;
	font-size:1.1em;
	color: #FFF;
	width:325px;
	margin: 100px auto;	
	display:none;
}


.holder {
	margin:0 auto;
	*margin-right:20px;
	padding-top:20px;	
}	
	
.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em;
z-index: 9999;
}



    .daterangepicker:before, .daterangepicker:after {
        position: absolute;
        display: inline-block;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    .daterangepicker:before {
        top: -7px;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-bottom: 7px solid #ccc;
    }

    .daterangepicker:after {
        top: -6px;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
    }

    .daterangepicker.opensleft:before {
        right: 9px;
    }

    .daterangepicker.opensleft:after {
        right: 10px;
    }

    .daterangepicker.openscenter:before {
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .daterangepicker.openscenter:after {
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .daterangepicker.opensright:before {
        left: 9px;
    }

    .daterangepicker.opensright:after {
        left: 10px;
    }

    .daterangepicker.drop-up {
        margin-top: -7px;
    }

        .daterangepicker.drop-up:before {
            top: initial;
            bottom: -7px;
            border-bottom: initial;
            border-top: 7px solid #ccc;
        }

        .daterangepicker.drop-up:after {
            top: initial;
            bottom: -6px;
            border-bottom: initial;
            border-top: 6px solid #fff;
        }

    .daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
        float: none;
    }

    .daterangepicker.single .drp-selected {
        display: none;
    }

    .daterangepicker.show-calendar .drp-calendar {
        display: block;
    }

    .daterangepicker.show-calendar .drp-buttons {
        display: block;
    }

    .daterangepicker.auto-apply .drp-buttons {
        display: none;
    }

    .daterangepicker .drp-calendar {
        display: none;
        max-width: 270px;
    }

        .daterangepicker .drp-calendar.left {
            padding: 8px 0 8px 8px;
        }

        .daterangepicker .drp-calendar.right {
            padding: 8px;
        }

        .daterangepicker .drp-calendar.single .calendar-table {
            border: none;
        }

    .daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
        color: #fff;
        border: solid black;
        border-width: 0 2px 2px 0;
        border-radius: 0;
        display: inline-block;
        padding: 3px;
    }

    .daterangepicker .calendar-table .next span {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .daterangepicker .calendar-table .prev span {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }

    .daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
        white-space: nowrap;
        text-align: center;
        vertical-align: middle;
        min-width: 32px;
        width: 32px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        border-radius: 4px;
        border: 1px solid transparent;
        white-space: nowrap;
        cursor: pointer;
    }

    .daterangepicker .calendar-table {
        border: 1px solid #fff;
        border-radius: 4px;
        background-color: #fff;
    }

        .daterangepicker .calendar-table table {
            width: 100%;
            margin: 0;
            border-spacing: 0;
            border-collapse: collapse;
        }

    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
        background-color: #eee;
        border-color: transparent;
        color: inherit;
    }

    .daterangepicker td.week, .daterangepicker th.week {
        font-size: 80%;
        color: #ccc;
    }

    .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
        background-color: #fff;
        border-color: transparent;
        color: #999;
    }

    .daterangepicker td.in-range {
        background-color: #ebf4f8;
        border-color: transparent;
        color: #000;
        border-radius: 0;
    }

    .daterangepicker td.start-date {
        border-radius: 4px 0 0 4px;
    }

    .daterangepicker td.end-date {
        border-radius: 0 4px 4px 0;
    }

    .daterangepicker td.start-date.end-date {
        border-radius: 4px;
    }

    .daterangepicker td.active, .daterangepicker td.active:hover {
        background-color: #357ebd;
        border-color: transparent;
        color: #fff;
    }

    .daterangepicker th.month {
        width: auto;
    }

    .daterangepicker td.disabled, .daterangepicker option.disabled {
        color: #999;
        cursor: not-allowed;
        text-decoration: line-through;
    }

    .daterangepicker select.monthselect, .daterangepicker select.yearselect {
        font-size: 12px;
        padding: 1px;
        height: auto;
        margin: 0;
        cursor: default;
    }

    .daterangepicker select.monthselect {
        margin-right: 2%;
        width: 56%;
    }

    .daterangepicker select.yearselect {
        width: 40%;
    }

    .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
        width: 50px;
        margin: 0 auto;
        background: #eee;
        border: 1px solid #eee;
        padding: 2px;
        outline: 0;
        font-size: 12px;
    }

    .daterangepicker .calendar-time {
        text-align: center;
        margin: 4px auto 0 auto;
        line-height: 30px;
        position: relative;
    }

        .daterangepicker .calendar-time select.disabled {
            color: #ccc;
            cursor: not-allowed;
        }

    .daterangepicker .drp-buttons {
        clear: both;
        text-align: right;
        padding: 8px;
        border-top: 1px solid #ddd;
        display: none;
        line-height: 12px;
        vertical-align: middle;
    }

    .daterangepicker .drp-selected {
        display: inline-block;
        font-size: 12px;
        padding-right: 8px;
    }

    .daterangepicker .drp-buttons .btn {
        margin-left: 8px;
        font-size: 12px;
        font-weight: bold;
        padding: 4px 8px;
    }

    .daterangepicker.show-ranges.single.rtl .drp-calendar.left {
        border-right: 1px solid #ddd;
    }

    .daterangepicker.show-ranges.single.ltr .drp-calendar.left {
        border-left: 1px solid #ddd;
    }

    .daterangepicker.show-ranges.rtl .drp-calendar.right {
        border-right: 1px solid #ddd;
    }

    .daterangepicker.show-ranges.ltr .drp-calendar.left {
        border-left: 1px solid #ddd;
    }

    .daterangepicker .ranges {
        float: none;
        text-align: left;
        margin: 0;
    }

    .daterangepicker.show-calendar .ranges {
        margin-top: 8px;
    }

    .daterangepicker .ranges ul {
        list-style: none;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    .daterangepicker .ranges li {
        font-size: 12px;
        padding: 8px 12px;
        cursor: pointer;
    }

        .daterangepicker .ranges li:hover {
            background-color: #eee;
        }

        .daterangepicker .ranges li.active {
            background-color: #08c;
            color: #fff;
        }

/*  Larger Screen Styling */
@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
    }

        .daterangepicker .ranges ul {
            width: 140px;
        }

        .daterangepicker.single .ranges ul {
            width: 100%;
        }

        .daterangepicker.single .drp-calendar.left {
            clear: none;
        }

        .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
            float: left;
        }

    .daterangepicker {
        direction: ltr;
        text-align: left;
    }

        .daterangepicker .drp-calendar.left {
            clear: left;
            margin-right: 0;
        }

            .daterangepicker .drp-calendar.left .calendar-table {
                border-right: none;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

        .daterangepicker .drp-calendar.right {
            margin-left: 0;
        }

            .daterangepicker .drp-calendar.right .calendar-table {
                border-left: none;
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

        .daterangepicker .drp-calendar.left .calendar-table {
            padding-right: 8px;
        }

        .daterangepicker .ranges, .daterangepicker .drp-calendar {
            float: left;
        }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
    }

    .daterangepicker .ranges {
        float: left;
    }

    .daterangepicker.rtl .ranges {
        float: right;
    }

    .daterangepicker .drp-calendar.left {
        clear: none !important;
    }
}



table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 1px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
.dp-popup td {
    padding: 8px !important;
}


table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px; 
	line-height: 1.2em;

    
display: block;
min-width: 60%;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 6px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
div.jquery-drag-to-select {
	background: #def;

	display: none;

	opacity: .3;
	filter: alpha(opacity=30);
	z-index: 10;

	border: 1px solid #369;
}

div.jquery-drag-to-select.active {
	display: block;
}

div.jGrowl {
	z-index: 			999;
	color: 				#fff !important;
	font-size: 			12px;
}
.jGrowl-notification {
    color:#fff !important;
}

.jGrowl-notification a{
    color:#fff !important;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
div.jGrowl {
	position:			absolute;
}

body > div.jGrowl {
	position:			fixed;
}

div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {

    border: 0px !important;
	background: 		#0a4e80 !important;
	opacity: 				.95;
	-ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; 
	filter: 				progid:DXImageTransform.Microsoft.Alpha(Opacity=95); 
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				1em;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
	margin: 				10px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
	font-weight: 			bold;
	font-size:				.85em;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
	z-index:				99;
	float: 					right;
	font-weight: 			bold;
	font-size: 				1em;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				.9em;
	font-weight: 			bold;
	text-align: 			center;
}

/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {
		display: 			none;
	}
}
.ui-multiselect { padding:2px 0 2px 4px; text-align:left }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.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; text-align:right; padding-right:0 }
.ui-multiselect a {
    text-shadow: none !important;
}

.ui-multiselect-filter input {
    width:98%;
    margin-bottom:0px
}
.ui-multiselect-filter {
    display: inline
}
.ui-multiselect-menu .ui-widget-header span {
    display: none;
}
 .ui-multiselect-menu .ui-widget-header {
    /* display:none; */
}
.ui-multiselect-menu { display:none;  position:absolute; z-index:10000; text-align: left }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; 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;
background: #fff !important; }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align: left;  font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { text-align: left;display:block; padding:3px; margin:0px 0; text-decoration:none }

.ui-multiselect-menu input {
min-width: 25px !important;
}


/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }

/* surrounding tag container */
.tag-editor {
    list-style-type: none; padding: 0 6px 0 0; margin: 0; overflow: hidden; border: 1px solid #eee; cursor: text;
    font: normal 12px sans-serif; color: #555; background: #fff; line-height: 20px;
}

/* core styles usually need no change */
.tag-editor li { display: block; float: left; overflow: hidden; margin: 3px 0; }
.tag-editor div { float: left; padding: 0 5px; }
.tag-editor .placeholder { padding: 0 8px; color: #bbb; }
.tag-editor .tag-editor-spacer { padding: 0; width: 8px; overflow: hidden; color: transparent; background: none; }
.tag-editor input {
    vertical-align: inherit; border: 0; outline: none; padding: 0; margin: 0; cursor: text;
    font-family: inherit; font-weight: inherit; font-size: inherit; font-style: inherit;
    box-shadow: none; background: none; color: #444;
}
/* hide original input field or textarea visually to allow tab navigation */
.tag-editor-hidden-src { position: absolute !important; left: -99999px; }
/* hide IE10 "clear field" X */
.tag-editor ::-ms-clear { display: none; }

/* tag style */
.tag-editor .tag-editor-tag {
    padding-left: 5px; color: #46799b; background: #e0eaf1; white-space: nowrap;
    overflow: hidden; cursor: pointer; border-radius: 2px 0 0 2px;
}

/* delete icon */
.tag-editor .tag-editor-delete { background: #e0eaf1; cursor: pointer; border-radius: 0 2px 2px 0; padding-left: 4px; padding-right: 5px; }
.tag-editor .tag-editor-delete i { line-height: 18px; display: inline-block; }
.tag-editor .tag-editor-delete i:before { font-size: 16px; color: #8ba7ba; content: "×"; font-style: normal; }
.tag-editor .tag-editor-delete:hover i:before { color: #d65454; }
.tag-editor .tag-editor-tag.active+.tag-editor-delete, .tag-editor .tag-editor-tag.active+.tag-editor-delete i { visibility: hidden; cursor: text; }

.tag-editor .tag-editor-tag.active { background: none !important; }

/* jQuery UI autocomplete - code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css */
.ui-autocomplete { position: absolute; top: 0; left: 0; cursor: default; font-size: 14px; }
.ui-front { z-index: 9999; }
.ui-menu { list-style: none; padding: 1px; margin: 0; display: block; outline: none; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.4; min-height: 0; /* support: IE7 */ }
.ui-widget-content { border: 1px solid #bbb; background: #fff; color: #555; }
.ui-widget-content a { color: #46799b; }
.ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { background: #e0eaf1; }
.ui-helper-hidden-accessible { display: none; }

.minicolors {
	position: relative;
	display: inline-block;
	z-index: 1;
}

.minicolors-focus {
	z-index: 2;
}

.minicolors.minicolors-theme-default .minicolors-input {
    margin: 0px;
	border: solid 1px #CCC;
	font: 14px sans-serif;
	width: 65px;
	height: 16px;
	border-radius: 0;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .04);
	padding: 2px;
	margin-right: -1px;
}

.minicolors-theme-default.minicolors .minicolors-input {
	vertical-align: middle;
	outline: none;
}

.minicolors-theme-default.minicolors-swatch-left .minicolors-input {
    margin-left: -1px;
    margin-right: auto;
}

.minicolors-theme-default.minicolors-focus .minicolors-input,
.minicolors-theme-default.minicolors-focus .minicolors-swatch {
	border-color: #999;
}

.minicolors-hidden {
	position: absolute;
	left: -9999em;
}

.minicolors-swatch {
	position: relative;
	width: 20px;
	height: 20px;
	text-align: left;
	background: url(jquery.minicolors.png) -80px 0;
	border: solid 1px #CCC;
	vertical-align: middle;
	display: inline-block;
}

.minicolors-swatch SPAN {
	position: absolute;
	width: 100%;
	height: 100%;
	background: none;
	box-shadow: inset 0 9px 0 rgba(255, 255, 255, .1);
	display: inline-block;
}

/* Panel */
.minicolors-panel {
	position: absolute;
	top: 26px;
	left: 0;
	width: 173px;
	height: 152px;
	background: white;
	border: solid 1px #CCC;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	display: none;
}

.minicolors-position-top .minicolors-panel {
	top: -156px;
}

.minicolors-position-left .minicolors-panel {
	left: -83px;
}

.minicolors-position-left.minicolors-with-opacity .minicolors-panel {
	left: -104px;
}

.minicolors-with-opacity .minicolors-panel {
	width: 194px;
}

.minicolors .minicolors-grid {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 150px;
	height: 150px;
	background: url(jquery.minicolors.png) -120px 0;
	cursor: crosshair;
}

.minicolors .minicolors-grid-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: none;
}

.minicolors-slider-saturation .minicolors-grid {
	background-position: -420px 0;
}

.minicolors-slider-saturation .minicolors-grid-inner {
	background: url(jquery.minicolors.png) -270px 0;
}

.minicolors-slider-brightness .minicolors-grid {
	background-position: -570px 0;
}

.minicolors-slider-brightness .minicolors-grid-inner {
	background: black;
}

.minicolors-slider-wheel .minicolors-grid {
	background-position: -720px 0;
}

.minicolors-slider,
.minicolors-opacity-slider {
	position: absolute;
	top: 1px;
	left: 152px;
	width: 20px;
	height: 150px;
	background: white url(jquery.minicolors.png) 0 0;
	cursor: crosshair;
}

.minicolors-slider-saturation .minicolors-slider {
	background-position: -60px 0;
}

.minicolors-slider-brightness .minicolors-slider {
	background-position: -20px 0;
}

.minicolors-slider-wheel .minicolors-slider {
	background-position: -20px 0;
}

.minicolors-opacity-slider {
	left: 173px;
	background-position: -40px 0;
	display: none;
}

.minicolors-with-opacity .minicolors-opacity-slider {
	display: block;
}

/* Pickers */
.minicolors-grid .minicolors-picker {
	position: absolute;
	top: 70px;
	left: 70px;
	width: 10px;
	height: 10px;
	border: solid 1px black;
	border-radius: 10px;
	margin-top: -6px;
	margin-left: -6px;
	background: none;
}

.minicolors-grid .minicolors-picker SPAN {
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	border: solid 2px white;
}

.minicolors-picker {
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 2px;
	background: white;
	border: solid 1px black;
	margin-top: -2px;
}

/* Inline controls */
.minicolors-inline .minicolors-input,
.minicolors-inline .minicolors-swatch {
	display: none;
}

.minicolors-inline .minicolors-panel {
	position: relative;
	top: auto;
	left: auto;
	display: inline-block;
}


/*
 * Bootstrap Theme (theme: 'bootstrap')
 *
 */
 
/* Input styles */
.minicolors-theme-bootstrap .minicolors-input {
	padding: 4px 6px;
	padding-left: 30px;
	background-color: white;
	border: 1px solid #CCC;
	border-radius: 3px;
	color: #555;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
	height: 19px;
	margin: 0px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* When the input has focus */
.minicolors-theme-bootstrap.minicolors-focus .minicolors-input {
	border-color: #6fb8f1;
	box-shadow: 0 0 10px #6fb8f1;
	outline: none;
}

/* Swatch styles */
.minicolors-theme-bootstrap .minicolors-swatch {
	position: absolute;
	left: 4px;
	top: 4px;
	z-index: 2;
}

/* Handle swatch position (left = default / right) */
.minicolors-theme-bootstrap.minicolors-swatch-position-right .minicolors-input {
	padding-left: 6px;
	padding-right: 30px;
}

.minicolors-theme-bootstrap.minicolors-swatch-position-right .minicolors-swatch {
	left: auto;
	right: 4px;
}

/* Panel styles */
.minicolors-theme-bootstrap .minicolors-panel {
	top: 28px;
	z-index: 3;
}

/* Handle panel positions (top / left) */
.minicolors-theme-bootstrap.minicolors-position-top .minicolors-panel {
	top: -154px;
}

.minicolors-theme-bootstrap.minicolors-position-left .minicolors-panel {
	left: -63px;
}

/* Don't forget to adjust the left position in case the opacity slider is visible! */
.minicolors-theme-bootstrap.minicolors-position-left.minicolors-with-opacity .minicolors-panel {
	left: -84px;
}
/*
 * qTip2 - Pretty powerful tooltips - v3.0.3
 * http://qtip2.com
 *
 * Copyright (c) 2016 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Wed May 11 2016 10:31 GMT+0100+0100
 * Plugins: tips modal viewport svg imagemap ie6
 * Styles: core basic css3
 */
.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    
    min-width: 50px;  
    direction: ltr;
    box-shadow: none;
    padding: 0;
}

.qtip-content {
    position: relative;
     overflow: hidden;
    text-align: left;
    word-wrap: break-word;
}

.qtip-titlebar {
    position: relative;
    padding: 5px 35px 5px 10px;
    overflow: hidden;
    border-width: 0 0 1px;
    font-weight: bold;
}

    .qtip-titlebar + .qtip-content {
        border-top-width: 0 !important;
    }

/* Default close button class */
.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 11; /* Overlap .qtip-tip */
    cursor: pointer;
    outline: medium none;
    border: 1px solid transparent;
}

.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px;
}

* html .qtip-titlebar .qtip-close {
    top: 16px;
}
/* IE fix */

.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr;
}

.qtip-icon, .qtip-icon .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

    .qtip-icon .ui-icon {
        width: 18px;
        height: 14px;
        line-height: 14px;
        text-align: center;
        text-indent: 0;
        font: normal bold 10px/13px Tahoma,sans-serif;
        color: inherit;
        background: transparent none no-repeat -100em -100em;
    }

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus {
}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover {
}

/* Default tooltip style */
.qtip-default {
     background-color: #fff;
    color: #555;
}

    .qtip-default .qtip-titlebar {
        background-color: #ececec;
    }

    .qtip-default .qtip-icon {
        border-color: #CCC;
        background: #F1F1F1;
        color: #777;
    }

    .qtip-default .qtip-titlebar .qtip-close {
        border-color: #AAA;
        color: #111;
    }


/*! Light tooltip style */
.qtip-light {
    background-color: white;
    border-color: #E2E2E2;
    color: #454545;
}

    .qtip-light .qtip-titlebar {
        background-color: #f1f1f1;
    }


/*! Dark tooltip style */
.qtip-dark {
    background-color: #505050;
    border-color: #303030;
    color: #f3f3f3;
}

    .qtip-dark .qtip-titlebar {
        background-color: #404040;
    }

    .qtip-dark .qtip-icon {
        border-color: #444;
    }

    .qtip-dark .qtip-titlebar .ui-state-hover {
        border-color: #303030;
    }


/*! Cream tooltip style */
.qtip-cream {
    background-color: #FBF7AA;
    border-color: #F9E98E;
    color: #A27D35;
}

    .qtip-cream .qtip-titlebar {
        background-color: #F0DE7D;
    }

    .qtip-cream .qtip-close .qtip-icon {
        background-position: -82px 0;
    }


/*! Red tooltip style */
.qtip-red {
    background-color: #F78B83;
    border-color: #D95252;
    color: #912323;
}

    .qtip-red .qtip-titlebar {
        background-color: #F06D65;
    }

    .qtip-red .qtip-close .qtip-icon {
        background-position: -102px 0;
    }

    .qtip-red .qtip-icon {
        border-color: #D95252;
    }

    .qtip-red .qtip-titlebar .ui-state-hover {
        border-color: #D95252;
    }


/*! Green tooltip style */
.qtip-green {
    background-color: #CAED9E;
    border-color: #90D93F;
    color: #3F6219;
}

    .qtip-green .qtip-titlebar {
        background-color: #B0DE78;
    }

    .qtip-green .qtip-close .qtip-icon {
        background-position: -42px 0;
    }


/*! Blue tooltip style */
.qtip-blue {
    background-color: #E5F6FE;
    border-color: #ADD9ED;
    color: #5E99BD;
}

    .qtip-blue .qtip-titlebar {
        background-color: #D0E9F5;
    }

    .qtip-blue .qtip-close .qtip-icon {
        background-position: -2px 0;
    }


.qtip-shadow {
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .qtip-rounded .qtip-titlebar {
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

/* Youtube tooltip style */
.qtip-youtube {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 3px #333;
    -moz-box-shadow: 0 0 3px #333;
    box-shadow: 0 0 3px #333;
    color: white;
    border: 0 solid transparent;
    background: #4A4A4A;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
    background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
    background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
    background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
    background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

    .qtip-youtube .qtip-titlebar {
        background-color: #4A4A4A;
        background-color: rgba(0,0,0,0);
    }

    .qtip-youtube .qtip-content {
        padding: .75em;
        font: 12px arial,sans-serif;
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
    }

    .qtip-youtube .qtip-icon {
        border-color: #222;
    }

    .qtip-youtube .qtip-titlebar .ui-state-hover {
        border-color: #303030;
    }


/* jQuery TOOLS Tooltip style */
.qtip-jtools {
    background: #232323;
    background: rgba(0, 0, 0, 0.7);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
    background-image: -moz-linear-gradient(top, #717171, #232323);
    background-image: -webkit-linear-gradient(top, #717171, #232323);
    background-image: -ms-linear-gradient(top, #717171, #232323);
    background-image: -o-linear-gradient(top, #717171, #232323);
    border: 2px solid #ddd;
    border: 2px solid rgba(241,241,241,1);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 12px #333;
    -moz-box-shadow: 0 0 12px #333;
    box-shadow: 0 0 12px #333;
}

    /* IE Specific */
    .qtip-jtools .qtip-titlebar {
        background-color: transparent;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
    }

    .qtip-jtools .qtip-content {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
    }

    .qtip-jtools .qtip-titlebar,
    .qtip-jtools .qtip-content {
        background: transparent;
        color: white;
        border: 0 dashed transparent;
    }

    .qtip-jtools .qtip-icon {
        border-color: #555;
    }

    .qtip-jtools .qtip-titlebar .ui-state-hover {
        border-color: #333;
    }


/* Cluetip style */
.qtip-cluetip {
    -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
    background-color: #D9D9C2;
    color: #111;
    border: 0 dashed transparent;
}

    .qtip-cluetip .qtip-titlebar {
        background-color: #87876A;
        color: white;
        border: 0 dashed transparent;
    }

    .qtip-cluetip .qtip-icon {
        border-color: #808064;
    }

    .qtip-cluetip .qtip-titlebar .ui-state-hover {
        border-color: #696952;
        color: #696952;
    }


/* Tipsy style */
.qtip-tipsy {
    background: black;
    background: rgba(0, 0, 0, .87);
    color: white;
    border: 0 solid transparent;
    font-size: 11px;
    font-family: 'Lucida Grande', sans-serif;
    font-weight: bold;
    line-height: 16px;
    text-shadow: 0 1px black;
}

    .qtip-tipsy .qtip-titlebar {
        padding: 6px 35px 0 10px;
        background-color: transparent;
    }

    .qtip-tipsy .qtip-content {
        padding: 6px 10px;
    }

    .qtip-tipsy .qtip-icon {
        border-color: #222;
        text-shadow: none;
    }

    .qtip-tipsy .qtip-titlebar .ui-state-hover {
        border-color: #303030;
    }


/* Tipped style */
.qtip-tipped {
    border: 3px solid #959FA9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #F9F9F9;
    color: #454545;
    font-weight: normal;
    font-family: serif;
}

    .qtip-tipped .qtip-titlebar {
        border-bottom-width: 0;
        color: white;
        background: #3A79B8;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
        background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
        background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
        background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
        background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
    }

    .qtip-tipped .qtip-icon {
        border: 2px solid #285589;
        background: #285589;
    }

        .qtip-tipped .qtip-icon .ui-icon {
            background-color: #FBFBFB;
            color: #555;
        }


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap {
    /** Taken from Bootstrap body */
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    /** Taken from Bootstrap .popover */
    padding: 1px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

    .qtip-bootstrap .qtip-titlebar {
        /** Taken from Bootstrap .popover-title */
        padding: 8px 14px;
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 18px;
        background-color: #f7f7f7;
        border-bottom: 1px solid #ebebeb;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

        .qtip-bootstrap .qtip-titlebar .qtip-close {
            /**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
            right: 11px;
            top: 45%;
            border-style: none;
        }

    .qtip-bootstrap .qtip-content {
        /** Taken from Bootstrap .popover-content */
        padding: 9px 14px;
    }

    .qtip-bootstrap .qtip-icon {
        /**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
        background: transparent;
    }

        .qtip-bootstrap .qtip-icon .ui-icon {
            /**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
            width: auto;
            height: auto;
            /* Taken from Bootstrap .close */
            float: right;
            font-size: 20px;
            font-weight: bold;
            line-height: 18px;
            color: #000000;
            text-shadow: 0 1px 0 #ffffff;
            opacity: 0.2;
            filter: alpha(opacity=20);
        }

            .qtip-bootstrap .qtip-icon .ui-icon:hover {
                /* Taken from Bootstrap .close:hover */
                color: #000000;
                text-decoration: none;
                cursor: pointer;
                opacity: 0.4;
                filter: alpha(opacity=40);
            }


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
    filter: none;
    -ms-filter: none;
}


.qtip .qtip-tip {
    margin: 0 auto;
    overflow: hidden;
    z-index: 10;
}

/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus, .qtip .qtip-tip {
    visibility: hidden;
}

    .qtip .qtip-tip,
    .qtip .qtip-tip .qtip-vml,
    .qtip .qtip-tip canvas {
        position: absolute;
        color: #123456;
        background: transparent;
        border: 0 dashed transparent;
    }

        .qtip .qtip-tip canvas {
            top: 0;
            left: 0;
        }

        .qtip .qtip-tip .qtip-vml {
            behavior: url(#default#VML);
            display: inline-block;
            visibility: visible;
        }


#qtip-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    /* Applied to modals with show.modal.blur set to true */
    #qtip-overlay.blurs {
        cursor: pointer;
    }

    /* Change opacity of overlay here */
    #qtip-overlay div {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    }


.qtipmodal-ie6fix {
    position: absolute !important;
}

.select2-results__option {
    text-align:left !important;
}
.select2-results__group {
    cursor: pointer !important;
}

.select2-results__options--nested .select2-results__option {
    display: none;
} 

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative
        }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap
        }

    .select2-container .select2-search--inline {
        float: left
    }

        .select2-container .select2-search--inline .select2-search__field {
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none
            }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

    .select2-results__option[aria-selected] {
        cursor: pointer
    }

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

    .select2-search--dropdown.select2-search--hide {
        display: none
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none
        }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-right: 10px
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
        background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
        background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555
        }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: "Voor"; }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: "Na"; }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }

/* Panel
----------------------------------*/
.ui-panel {text-align:left;z-index:1;}
.ui-panel-header {margin:0;padding:2px;width:100%;}
.ui-panel-header .ui-icon {border:0;float:left;margin-top:0.2em;}
.ui-panel-title {margin:0.3em 0;}
.ui-panel-title-text {margin-left:0.3em;}
.ui-panel-title-text,.ui-panel .ui-icon {cursor:pointer;}
.ui-panel-rightbox {float:right;}
.ui-panel-rightbox .ui-icon {margin-right:0.1em;}
.ui-panel-controls {float:left;margin:0.2em 0.7em 0 0;}
.ui-panel-content {padding:0;width:100%;border-top:0;}
.ui-panel-content-text {padding:0.7em 0.4em; font-size:12px;}
.ui-panel-clps-pnl {float:left;padding:0.1em 0.25em 0.3em;position:relative;top:-0.1em;}
.ui-panel-vtitle {overflow:hidden;position:relative;white-space:nowrap;}
.ui-panel-vtext {display:block;}
.ui-panel-vtext-ie {bottom:1.5em;filter:flipv() fliph();left:0.2em;position:absolute;writing-mode:tb-rl;}
