/* Add here all your CSS customizations */
/*HOW TO USE SELECTORS:  https://www.w3schools.com/cssref/css_selectors.asp */


/*RSA 2018-07 ActionLabel&Filter - Action badge*/
.actionLabel {
    font-size: 0.75rem;
}

/*RSA 2018-07 ActionLabel&Filter - Action badge*/
.actionLabelInGrid {
    position: absolute;
    right: 25px;
    top: 40px;
}

/*TVDA 2-3-2022 ActionLabel&Filter - Action badge for productpage*/
.actionLabelInProductGrid {
    position: absolute;
    right: 10px;
    top: 10px;
}

.mail-replied {
    color: #BBB;
    right: 120px;
    line-height: 50px;
    z-index: 0;
}

/*RSA 2019-06: OVERRULE BOOTSTRAP.CSS. Commented are the original bootstrap values (START)*/
.btn-default {
    color: #555555;
}


.panel {
    margin-bottom: 20px;
    /*background-color: #fff;*/
    background-color: #48AADA; /*<RSA 2019-06> Not yet spotted, probably overruled by subclasses*/
    /*border: 1px solid transparent;*/
    border-color: #48AADA; /*<RSA 2019-06>*/
    /*border: None*/ /*<RSA 2019-06-20>*/
    /*border-radius: 4px;*/
    border-radius: 6px; /*<RSA 2019-06>*/
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

    .panel a:hover { /*<RSA 2019-06> ADDED to control hover colors in panels*/
        background-color: #C8E5F4;
        color: #FFFFFF;
    }

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #FFFFFF;
}

.card-title {
    color: #FFFFFF;
}

.body-sign > .panel {
    border-color: none;
}

.center-sign > .panel { /*Heading login panel*/
    border-color: none;
    /*background-color: #337ab7;*/
    background-color: #ECF6FB; /*<RSA 2019-06>*/
}

.panel > panel-sign {
    border-color: none;
}

.panel > .panel-heading { /*heading of all panels, like search panel and main apps panels*/
    /*color: #000000;*/
    color: #555555; /*<RSA 2019-06>*/
    /*background-color: #FFFFFF;*/
    background-color: #48AADA; /*<RSA 2019-06>*/
    /*border-color: #FFFFFF;*/
    border-color: #48AADA; /*<RSA 2019-06>*/
}

.card > .card-header { /*heading of all panels, like search panel and main apps panels*/
    /*color: #000000;*/
    color: #555555; /*<RSA 2019-06>*/
    /*background-color: #FFFFFF;*/
    background-color: #48AADA; /*<RSA 2019-06>*/
    /*border-color: #FFFFFF;*/
    border-color: #48AADA; /*<RSA 2019-06>*/
}

    .panel > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #ccdcff;
    }

    .panel > .panel-heading .badge {
        color: white;
        background-color: #3c763d;
    }

.panel > .panel-footer + .panel-collapse > .panel-body { /*unclear where it is applied*/
    /*border-bottom-color: #337ab7;*/
    border-bottom-color: #48AADA; /*<RSA 2019-06>*/
}

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary { /* unclear where it is applied*/
    /*border-color: #337ab7;*/
    border-color: #48AADA; /*<RSA 2019-06>*/
}

    .panel-primary > .panel-heading { /* unclear where it is applied*/
        color: #fff;
        /*background-color: #337ab7;*/
        background-color: #48AADA; /*<RSA 2019-06>*/
        /*border-color: #337ab7;*/
        border-color: #48AADA; /*<RSA 2019-06>*/
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body { /* unclear where it is applied*/
            /*border-top-color: #337ab7;*/
            border-top-color: #48AADA; /*<RSA 2019-06>*/
        }

        .panel-primary > .panel-heading .badge { /* unclear where it is applied*/
            /*color: #337ab7;*/
            color: #48AADA; /*<RSA 2019-06> inverted*/
            /*background-color: #fff;*/
            background-color: #555555; /*<RSA 2019-06> inverted*/
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body { /* unclear where it is applied*/
        /*border-bottom-color: #337ab7;*/
        border-bottom-color: #48AADA; /*<RSA 2019-06>*/
    }

.panel-success {
    /*border-color: #d6e9c6;*/
    border-color: #dff0d8; /*<RSA 2019-06>*/
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        /*border-color: #d6e9c6;*/
        border-color: #dff0d8; /*<RSA 2019-06>*/
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
            /*border-top-color: #dff0d8;*/ /*<RSA 2019-06>*/
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        /*border-bottom-color: #d6e9c6;*/
        border-bottom-color: #dff0d8; /*<RSA 2019-06>*/
    }

.panel-info {
    /*border-color: #bce8f1;*/
    border-color: #d9edf7; /*<RSA 2019-06>*/
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        /*border-color: #bce8f1;*/
        border-color: #d9edf7; /*<RSA 2019-06>*/
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            /*border-top-color: #bce8f1;*/
            border-top-color: #d9edf7; /*<RSA 2019-06>*/
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        /*border-bottom-color: #bce8f1;*/
        border-bottom-color: #d9edf7; /*<RSA 2019-06>*/
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        /*border-color: #faebcc;*/
        border-color: #fcf8e3; /*<RSA 2019-06>*/
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            /*border-top-color: #faebcc;*/
            border-top-color: #fcf8e3; /*<RSA 2019-06>*/
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        /*border-bottom-color: #faebcc;*/
        border-bottom-color: #fcf8e3; /*<RSA 2019-06>*/
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        /*border-color: #ebccd1;*/
        border-color: #f2dede; /*<RSA 2019-06>*/
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            /*border-top-color: #ebccd1;*/
            border-top-color: #f2dede; /*<RSA 2019-06>*/
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        /*border-bottom-color: #ebccd1;*/
        border-bottom-color: #f2dede; /*<RSA 2019-06>*/
    }

/*RSA 2019-06: OVERRULE BOOTSTRAP.CSS. Commented are the original bootstrap values (STOP)*/


/*RSA 2019-06: OVERRULE THEME.CSS. Commented are the original theme values (START)*/
html,
body { /*Body of the Browser?*/
    /*background: #ecedf0;*/
    background: #ECF6FB; /*<RSA 2019-06>*/
    width: 100%; /*RSA: width of the available space for content. Keep at 100%*/
}

html {
    /*font-size: 10px;*/
    /*font-size: 16px; /*<RSA 2019-06> i.e. font-size menu tiles, menu-tabs, content text,  e-mail menu, e-mail subject line but not mail text*/*/
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}

body {
    /*color: #777;*/
    color: #555555; /*<RSA 2019-06>*/
    font-family: "Open Sans", Arial, sans-serif;
    /*line-height: 22px;*/
    line-height:22px;
    margin: 0;
    /*font-size: 13px;*/
    font-size: 12px; /*<RSA 2019-06> some text in login screen, agenda, hamburger menu icon and size of the cart icon in the upper right corner*/
}

a {
    color: #CCC; /*<RSA 2019-06> Seems to be overruled in childs*/
}

    a:hover, a:focus {
        color: #d9d9d9; /*<RSA 2019-06> Seems to be overruled in childs*/
    }

    a:active {
        color: #bfbfbf; /*<RSA 2019-06> Seems to be overruled in childs*/
    }

.panel {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

html .panel-primary .panel-heading {
    background: #CCC;
}

html .panel-primary .panel-subtitle {
    opacity: 0.8;
    color: #FFF;
}

html .panel-primary .panel-title {
    color: #FFF;
}

html .panel-primary .panel-actions a {
    background-color: transparent !important;
    color: #FFF;
}

html .panel-success .panel-heading {
    /*background: #47a447;*/
    background: #dff0d8; /*<RSA 2019-06>*/
}

html .panel-success .panel-subtitle {
    opacity: 0.8;
    /*color: #FFF;*/
    color: #3c763d; /*<RSA 2019-06>*/
}

html .panel-success .panel-title {
    /*color: #FFF;*/
    color: #3c763d; /*<RSA 2019-06>*/
}

html .panel-success .panel-actions a {
    background-color: transparent !important;
    /*color: #FFF;*/
    color: #3c763d; /*<RSA 2019-06>*/
}

html .panel-warning .panel-heading {
    background: #ed9c28;
    /*background: #fcf8e3;*/ /*<RSA 2019-06> Sets the background color for the "Callback panel" in Service Portal*/
}

html .panel-warning .panel-subtitle {
    opacity: 0.8;
    /*color: #FFF;*/
    color: #8a6d3b; /*<RSA 2019-06 Sets the color for the "Callback panel" in Service Portal>*/
}

html .panel-warning .panel-title {
    color: #FFF;
    /*color: #8a6d3b;*/ /*<RSA 2019-06>*/
}

html .panel-warning .panel-actions a {
    background-color: transparent !important;
    /*color: #FFF;*/
    color: #8a6d3b; /*<RSA 2019-06>*/
}

html .panel-danger .panel-heading {
    /*background: #d2322d;*/
    background: #f2dede; /*<RSA 2019-06>*/
}

html .panel-danger .panel-subtitle {
    opacity: 0.8;
    /*color: #FFF;*/
    color: #a94442; /*<RSA 2019-06>*/
}

html .panel-danger .panel-title {
    /*color: #FFF;*/
    color: #a94442; /*<RSA 2019-06>*/
}

html .panel-danger .panel-actions a {
    background-color: transparent !important;
    /*color: #FFF;*/
    color: #a94442; /*<RSA 2019-06>*/
}

html .panel-info .panel-heading {
    /*background: #5bc0de;
    background: #d9edf7; /*<RSA 2019-06>*/
    /*border-color: #bce8f1; /*ADDED*/
    border-color: #d9edf7; /*<RSA 2019-06>*/
}

html .panel-info .panel-subtitle {
    opacity: 0.8;
    /*color: #FFF;*/
    color: #31708f; /*<RSA 2019-06>*/
}

html .panel-info .panel-title {
    /*color: #FFF;*/
    color: #31708f; /*<RSA 2019-06>*/
}

html .panel-info .panel-actions a {
    background-color: transparent !important;
    /*color: #FFF;*/
    color: #31708f; /*<RSA 2019-06>*/
}

/*RSA 2019-06-18: HORIZONTAL TABS IN TOP*/
.nav-tabs li a { /*tabs out of focus*/
    background: #F4F4F4;
    border-bottom: none;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    /*border-top: 3px solid #DDD;*/
    border-top: 3px solid #C8E5F4; /*<RSA 2019-06>*/
    /*color: #555;*/
    color: #555555; /*<RSA 2019-06>*/
}

    .nav-tabs li a:hover { /*<RSA 2019-06> copy of tabs out of focus, here hovered*/
        /*background: #F4F4F4;*/
        background: #C8E5F4;
        border-bottom: none;
        border-left: 1px solid #EEE;
        border-right: 1px solid #EEE;
        /*border-top: 3px solid #DDD;*/
        border-top: 3px solid #C8E5F4;
        /*color: #555;*/
        color: #FFFFFF;
        border-bottom-color: transparent;
        /*border-top: 3px solid #555;*/
        border-top: 3px solid #C8E5F4;
        box-shadow: none;
    }

.nav-tabs li.active a,
.nav-tabs li.active a:focus { /*tabs with focus*/
    /*background: #FFF;*/
    background: #FFFFFF; /*<RSA 2019-06>*/
    background: #FFF;
    border-left-color: #EEE;
    border-right-color: #EEE;
    /*border-top: 3px solid #555;*/
    border-top: 3px solid #48AADA; /*<RSA 2019-06>*/
    /*color: #555;*/
    color: #0088CC; /*<RSA 2019-06>*/
}

    .nav-tabs li.active a:hover { /*tabs active and hovered*/
        /*background: #FFF;*/
        background: #C8E5F4; /*<RSA 2019-06>*/
        border-left-color: #EEE;
        border-right-color: #EEE;
        /*border-top: 3px solid #555;*/
        border-top: 3px solid #48AADA; /*<RSA 2019-06>*/
        /*color: #555;*/
        color: #FFFFFF; /*<RSA 2019-06>*/
    }


/*RSA 2019-06: New Bootstrap colors for panels - OVERRULE THEME.CSS. Commented are the original theme values (STOP)*/



/*RSA REMAINDER WAS ALREADY ALREADY PRESENT IN THIS FILE (theme-custom.css*/


/* For Firefox */
input[type='number'] {
    -moz-appearance: textfield;
}

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.panel-title {
    display: inline;
}

.input-group .input-group-addon i.fa-asterisk {
    font-size: 10px;
    color: #a94442;
}

@media only screen and (max-width: 767px) {
    .subklant {
        margin-top: 10px;
    }

    .subklant .btn-subklant {
        margin-left: 40px;
        width: 110px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-break: break-all;
        word-wrap: break-word;
    }
}

.collapsable.table-striped th:first-child {
    width: 20px;
}

.loading-overlay {
    visibility: visible;
    opacity: .8;
    display: block;
    z-index: 2000;
    position: fixed;
}

    .loading-overlay .bounce-loader .bounce1, .loading-overlay .bounce-loader .bounce2, .loading-overlay .bounce-loader .bounce3 {
        background: #0088CC;
    }

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.wdt-loading-screen {
    background-color: #ECF6FB; /*<RSA 2019-06> ADDED*/
    color: #555555; /*<RSA 2019-06> ADDED*/
}

.login .body-sign .panel-body {
    padding: 0;
    background-color: #FFFFFF; /*<RSA 2019-06> ADDED*/
    color: #555555; /*<RSA 2019-06> ADDED*/
}

.login .body-sign {
    max-width: 800px;
}

    .login .body-sign .panel-body > .row {
        width: 100%;
        margin: 0;
    }

.login #logo {
    margin-top: 15px;
    width: 224px;
    height: 224px;
    /*background-color: #fff;*/
    background-color: #FFFFFF; /*<RSA 2019-06>*/
    background-size: 180px auto;
    background-repeat: no-repeat;
    background-position: center;
}

.login .flags {
    list-style: none;
}

    .login .flags li {
        display: inline;
        float: left;
        padding: 2px 6px;
        border-radius: 2px;
        margin-left: 5px;
    }

    .login .flags .active {
        background: #0088CC;
    }

    .login .flags li:hover {
        background: #fff;
    }

.login .form {
    padding-top: 15px;
}

.login .info {
    border-right: 1px solid #dadada;
    position: relative;
    background: #0088CC;
    color: #fff;
    margin: -1px 0 0 0;
    border-radius: 0 0 0 5px;
}

    .login .info a {
        color: #fff;
        text-decoration: underline;
    }

    .login .info address {
        text-align: center;
        margin-top: 15px;
    }

        .login .info address.float {
            position: absolute;
            bottom: 0;
            right: 15px;
            text-align: right;
        }

        .login .info address a {
            width: 100%;
            display: block;
        }

.dashboard .panel .badge {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #d2322d;
    font-size: 13px;
    min-width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 20px;
    text-align: center;
    padding: 10px;
}

.dashboard .card .badge {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #d2322d;
    font-size: 13px;
    min-width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 20px;
    text-align: center;
    padding: 10px;
}

.catalogus .tabs-vertical .nav-tabs .filters {
    background: #f4f4f4;
    width: 100%;
    border-radius: 5px 0 0 5px;
    display: block;
}

    .catalogus .tabs-vertical .nav-tabs .filters h4 {
        margin: -5px 15px 15px;
    }

    .catalogus .tabs-vertical .nav-tabs .filters .control-label {
        display: block;
        color: #000;
        z-index: 100;
    }

/* Nav Tabs left */
.catalogus .tabs-vertical .nav-tabs ul li a {
    border-radius: 5px 0;
}

.catalogus .tabs-vertical .nav-tabs ul {
    padding: 0;
}

    .catalogus .tabs-vertical .nav-tabs ul > li {
        display: block;
    }

        .catalogus .tabs-vertical .nav-tabs ul > li a {
            border-radius: 0;
            display: block;
            padding-top: 10px;
            width: 100%;
        }

            .tabs-vertical .nav-tabs ul > li a, .tabs-vertical .nav-tabs ul > li a:hover, .catalogus .tabs-vertical .nav-tabs ul > li a:focus {
                border-bottom: none;
                border-top: none;
            }

        .catalogus .tabs-vertical .nav-tabs ul > li.active a,
        .catalogus .tabs-vertical .nav-tabs ul > li.active a:hover, .catalogus .tabs-vertical .nav-tabs ul > li.active:focus {
            border-top: none;
        }

.bottom-bestel {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #282d36;
    border-radius: 7px 7px 0 0;
    bottom: 0px;
    color: #FFF;
    display: block;
    height: 9px;
    opacity: .75;
    padding: 5px 10px 25px;
    position: fixed;
    right: 60px;
    text-align: center;
    text-decoration: none !important;
    min-width: 39px;
    z-index: 1040;
    cursor: pointer;
}

/* Vertical tabs in catalog - Left Side */
.catalogus .tabs-left .tab-content {
    border-radius: 0 5px 5px 5px;
    border-left: none;
}

.catalogus .tabs-left .nav-tabs ul > li {
    margin-right: -3px;
}

    .catalogus .tabs-left .nav-tabs ul > li:first-child a {
        border-radius: 5px 0 0 0; /*<RSA 2019-06> ADDED*/
    }

    .catalogus .tabs-left .nav-tabs ul > li:last-child a {
        border-radius: 0 0 0 5px; /*<RSA 2019-06> ADDED*/
    }

    .catalogus .tabs-left .nav-tabs ul > li a { /*<RSA 2019-06> Regular menu tabs*/
        border-right: 1px solid #eee;
        /*border-left: 3px solid #ddd;*/
        border-left: 3px solid #C8E5F4; /*<RSA 2019-06>*/
        margin-right: 1px;
        margin-left: -3px;
        line-height: 1.42857;
        padding: 10px 15px;
    }

        .catalogus .tabs-left .nav-tabs ul > li a:hover { /*marker for unselected and hovered left panel menu item*/
            /*border-left-color: #555;*/
            border-left-color: #C8E5F4; /*<RSA 2019-06>*/
            text-decoration: none;
            background-color: #C8E5F4; /*<RSA 2019-06> ADDED*/
            color: #FFFFFF; /*<RSA 2019-06> ADDED*/
        }

        .catalogus .tabs-left .nav-tabs ul > li a:focus {
            text-decoration: none;
        }

    .catalogus .tabs-left .nav-tabs ul > li.active a { /*Left panel menu highest level*/
        /*background: #eee;*/
        background: #48AADA; /*<RSA 2019-06>*/
        color: #555555; /*<RSA 2019-06>*/
        /*border-right-color: #eee;*/
        border-right-color: #FFFFFF; /*<RSA 2019-06>*/
        border-radius: 5px 5px 0 0; /*<RSA 2019-06> ADDED*/
    }

.catalogus .tabs-left .nav-tabs ul.sub > li.active a {
    border-right-color: #fff;
}

.catalogus .tabs-left .nav-tabs ul > li.active a,
.catalogus .tabs-left .nav-tabs ul > li.active a:hover,
.catalogus .tabs-left .nav-tabs ul > li.active a:focus {
    /*border-left: 3px solid #555;*/
    border-left: 3px solid #48AADA; /*<RSA 2019-06>*/
}

    .catalogus .tabs-left .nav-tabs ul > li.active a:hover {
        background-color: #C8E5F4; /*<RSA 2019-06> ADDED*/
        color: #FFFFFF; /*<RSA 2019-06> ADDED*/
    }

.catalogus .tabs-vertical .nav-tabs ul > li .sub {
    margin-right: 3px;
}

    .catalogus .tabs-vertical .nav-tabs ul > li .sub li a { /*Left panel menu level contained in selected main level*/
        background: #f4f4f4;
        color: #555555;
        /*border-left: 3px solid #ddd;*/
        border-left: 3px solid #48AADA; /*<RSA 2019-06>*/
        border-radius: 0;
        padding-left: 40px;
        /*border-right: 1px solid #eee;*/
    }

.catalogus .tabs-left .nav-tabs ul > li .sub li:first-child a {
    border-radius: 0 0 0 0; /*<RSA 2019-06> ADDED*/
}

.catalogus .tabs-left .nav-tabs ul > li .sub li:last-child a {
    border-radius: 0 0 5px 5px; /*<RSA 2019-06> ADDED*/
    border-bottom: 3px solid #48AADA; /*<RSA 2019-06>*/
}

.catalogus .tabs-vertical .nav-tabs ul > li .sub li.active a { /*Left panel menu selected subject*/
    /*border-left: 3px solid #555;*/
    border-left: 3px solid #48AADA; /*<RSA 2019-06>*/
    /*background-color: #fff;*/
    background-color: #FFFFFF;
    color: #0088CC; /*<RSA 2019-06> ADDED*/
}

    .catalogus .tabs-vertical .nav-tabs ul > li .sub li.active a:hover { /*<RSA 2019-06> ADDED Left panel menu selected subject and hovered (RSA: copied from previous*/
        background-color: #C8E5F4;
        color: #FFFFFF;
    }

/* End tabs*/

.catalogus .nav-tabs ul > li a .badge {
    background: #d2322d;
    float: right;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
    width: 24px;
    padding: 0 1px 0 0;
    margin: -3px;
}

.catalogus .product .thumbnail {
    padding: 0;
    position: relative;
    float: left;
    padding: 0 0 50px;
    width: 100%;
    height: 140px;
    border-radius: 5px;
}

.catalogus .product a.thumbnail:hover, .catalogus .product a.thumbnail:focus, .catalogus .product a.thumbnail.active { /*Thumbnails in catalog hovered/focus*/
    /*border-color: #ddd;*/
    border-color: #48AADA; /*<RSA 2019-06>*/
}

.catalogus .product .thumb-preview {
    width: 100%;
    height: 100px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}

/*TVDA 18-3-22 Class for showing full client logo in webportal*/
.catalogus .product .thumb-preview-client {
    background-size: contain;
}

.catalogus .product .mg-title { /*bottom of the thumbnails for tabs/defs/ etc.*/
    font-size: 14px !important;
    /*background: #555;*/
    background: #48AADA; /*<RSA 2019-06>*/
    line-height: 30px;
    display: block;
    position: absolute;
    left: -1px;
    bottom: -10px;
    padding: 5px 0 5px 15px;
    width: calc(100% + 2px);
    border-radius: 0 0 5px 5px;
    color: #fff;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
}

.catalogus .productlist {
    position: relative;
    overflow: visible;
}

    .catalogus .productlist section.panel .panel-body {
        background: #0088CC;
        color: #fff;
        position: relative;
        padding-right: 150px;
        min-height: 70px;
    }

        .catalogus .productlist section.panel .panel-body .blokimg {
            width: 100px;
            height: 100px;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-size: cover;
            position: absolute;
            right: 16px;
            top: -48px;
            border: 2px solid #dadada;
        }

.catalogus .productlist {
    margin: 0 0 15px;
}

    .catalogus .productlist table {
        width: 100%;
    }

        .catalogus .productlist table th:first-of-type {
            width: 80px;
        }

        .catalogus .productlist table td {
            line-height: 30px;
        }

            .catalogus .productlist table td img.thumb {
                max-height: 28px;
                border: 1px solid #dadada;
                border-radius: 2px;
            }

            .catalogus .productlist table td .productimage {
                position: relative;
                max-width: 50px;
            }

                .catalogus .productlist table td .productimage:hover {
                    cursor: zoom-in;
                }

                    .catalogus .productlist table td .productimage:hover .zoom {
                        display: block;
                        border: 2px solid #dadada;
                        border-radius: 5px;
                    }

            .catalogus .productlist table td .zoom {
                display: none;
                position: absolute;
                top: -165px;
                left: 80px;
                z-index: 10;
            }

                .catalogus .productlist table td .zoom:after {
                    content: '';
                    width: 0;
                    height: 0;
                    border-top: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                    border-right: 10px solid #dadada;
                    position: absolute;
                    top: 170px;
                    left: -10px;
                }

                .catalogus .productlist table td .zoom img {
                    max-width: 300px;
                    max-height: 300px;
                    border-radius: 5px;
                }

        .catalogus .productlist table th .btn, .catalogus .productlist table tfoot .btn {
            float: right;
        }

        .catalogus .productlist table .stocktd {
            width: 130px;
        }

        .catalogus .productlist table .spinnertd {
            width: 150px;
        }

        .catalogus .productlist table span.stock {
            margin: 0 10px 0 0;
            padding: 3px 3px 3px 5px;
        }

            .catalogus .productlist table span.stock .fa {
                margin: 0 2px 0 0;
            }

            .catalogus .productlist table span.stock .far {
                margin: 0 2px 0 0;
            }

            .catalogus .productlist table span.stock .fa:last-child {
                margin: 0;
            }

            .catalogus .productlist table span.stock .far:last-child {
                margin: 0;
            }

.catalogus .productgrid .product {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    border-radius: 5px;
}

    .catalogus .productgrid .product .thumbnail {
        border: none;
        padding: 0;
        width: 100%;
        height: 200px;
        border-radius: 5px;
        margin: 0;
        float: none;
        padding: 0;
    }

.catalogus .productgrid .thumb-preview {
    border-radius: 5px 5px 0 0;
    height: 100%;
}


.catalogus .productgrid .product .product-info {
    padding: 5px;
    margin: 0;
    background: #eee;
}

    .catalogus .productgrid .product .product-info .price {
        left: 25px;
        top: 14px;
        font-size: 0.9rem;
    }


    .catalogus .productgrid .product .product-info h5 {
        font-size: 13px;
        height: 18px;
        line-height: 18px;
        overflow: hidden;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-break: break-all;
        word-wrap: break-word;
        font-weight: bold;
    }

    .catalogus .productgrid .product .product-info .rule {
        font-size: 13px;
        height: 28px;
        line-height: 28px;
        overflow: hidden;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-break: break-all;
        word-wrap: break-word;
        display: block;
        border-bottom: 1px solid #ddd;
        margin: 0 0 5px;
    }

    .catalogus .productgrid .product .product-info .stock-info {
        position: absolute;
        top: 10px;
        right: 25px;
    }

        .catalogus .productgrid .product .product-info .stock-info .label {
            margin-bottom: 5px;
            padding: 4px;
            border-radius: 5px;
            color: #fff;
            font-size: 9px;
        }

            .catalogus .productgrid span.stock .fa {
                margin: 0 2px 0 0;
            }

            .catalogus .productgrid span.stock .far {
                margin: 0 2px 0 0;
            }

            .catalogus .productgrid span.stock .fa:last-child {
                margin: 0;
            }

            .catalogus .productgrid span.stock .far:last-child {
                margin: 0;
            }

/* RSA: underneath already disables in original. What does it do?*/
/*.catalogus .productgrid {
    margin: 15px 0 0;
    padding: 15px 0;
   
}



        .catalogus .productgrid .thumb-preview:hover, .catalogus .productgrid .thumb-preview:focus {
            text-decoration: none!important;
        }

   

    .catalogus .productgrid .product-info {
        padding: 10px;
    }

     .catalogus .productgrid .product-info h5 {
        text-decoration: none;
        color: #ddd;
    }

    .catalogus .productgrid .thumb-preview {
        border-radius: 5px 5px 0 0;
    }*/

.klanten .pagination {
    margin: 0 0 10px 15px;
}

.klanten .pagination-btn {
    padding: 11px 12px 11px 12px;
}

.klanten .widget-twitter-profile h3 {
    /*font-size: 1.8rem;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    margin: 0 15px 0 0 !important;
}

.klanten .widget-twitter-profile .profile-picture img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: 5px solid #fff;
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.klanten .widget-twitter-profile .profile-quote {
    background: #eee;
    color: #777;
    padding: 15px 15px 0 15px;
    text-align: right;
    border-left: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
}

    .klanten .widget-twitter-profile .profile-quote address {
        min-height: 75px;
    }

.klanten .widget-twitter-profile .quote-footer {
    border-top-color: #dadada;
}

    .klanten .widget-twitter-profile .quote-footer a.btn {
        color: #333;
        width: 40px;
    }

.klanten .nomargin {
    margin: 0;
}

.editklant.search-content {
    margin: -40px -40px 40px;
}

    .editklant.search-content .search-control-wrapper {
        padding: 20px 40px;
    }

@media only screen and (max-width: 767px) {
    .editklant.search-content {
        margin: -20px -20px 20px;
    }

        .editklant.search-content .search-control-wrapper {
            padding: 20px;
        }
}

.editklant .thumb-info .type {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 40px;
}

.editklant .bootstrap-tagsinput {
    border: none;
    box-shadow: none;
}

    .editklant .bootstrap-tagsinput .tag [data-role="remove"] {
        display: none;
    }

    .editklant .bootstrap-tagsinput input {
        display: none;
    }

.invoice {
    padding: 0;
}

.invoie .invoice-items #cell-qty {
    width: 250px;
}

.invoice .invoice-items tbody td {
    line-height: 30px;
}

.invoice .invoice-items .alert {
    padding: 0 5px;
}

/*.invoice .aantal {
    width: 60px;
    float: right;
}*/

.invoice .btn.add {
    width: 115px;
}

.invoice #cell-id {
    width: 150px;
}

.invoice #cell-total {
    width: 100px;
}

.invoice #cell-qty {
    width: 215px;
}

.invoice #cell-price {
    width: 100px;
}

.invoice .datepicker .disabled {
    color: #ccc !important;
}

    .invoice .datepicker .disabled:hover {
        background: none;
    }

.invoice .datepicker.datepicker-primary table tbody tr td.day.disabled:hover {
    background: none;
}

.invoice .datepicker.datepicker-primary table tbody tr td.day.highlighted:hover {
    background: #d9edf7;
}


.invoice .panel.address.active {
    border: none;
}

    .invoice .panel.address.active .panel-body {
        background: #0088CC;
    }

.invoice .panel.address address {
    margin: 0;
}

.invoice .panel.address.active address {
    color: #fff;
}

.invoice .logo {
    max-height: 100px;
}

.editproduct.search-content {
    margin: -40px -40px 40px;
}

    .editproduct.search-content .search-control-wrapper {
        padding: 20px 40px;
    }

@media only screen and (max-width: 767px) {
    .editproduct.search-content {
        margin: -20px -20px 20px;
    }

        .editproduct.search-content .search-control-wrapper {
            padding: 20px;
        }
}

.editproduct .label {
    margin: 0 10px 0 0;
}

.editproduct .img-responsive, .thumbnail > img, .thumbnail a > img {
    padding-bottom: 75px;
}

.editproduct .thumb-info-title {
    bottom: 0;
}

.macros .startbtn {
    width: 50px;
}

#treeBasic {
    display: none;
}

/* Custom header for page */
.custom-page-header.search-content {
    margin: -40px -40px 40px;
}

    .custom-page-header.search-content .search-control-wrapper {
        padding: 20px 40px;
    }

@media only screen and (max-width: 767px) {
    .custom-page-header.search-content {
        margin: -20px -20px 20px;
    }

        .custom-page-header.search-content .search-control-wrapper {
            padding: 20px;
        }
}

.mailbox .mail-partial {
    font-weight: normal;
    /*color: #bababa;*/ /*<RSA 2019-0> COLOR NOW CONTROLLED BY TRADIUM*/
}

@media only screen and (max-width: 1199px) {
    .mailbox .search {
        margin: 20px 0;
    }
}

.mailbox .filters {
    padding: 8px;
}

    .mailbox .filters span {
        margin: 0 5px 0 0;
        float: left;
        padding: 5px;
    }

        .mailbox .filters span a {
            color: #fff;
            background: #0088CC;
            margin: 0 -5px 0 5px;
            padding: 3px 6px;
            border-radius: 0 .25em .25em 0;
        }

.mailbox .check {
    font-size: 20px;
}

.mailbox .mailbox-email-list li a i.fa {
    color: #555;
}

.mailbox .modal .mailactions .col-sm-3 a {
    width: 100%;
    min-height: 130px;
    background: #eee;
    display: block;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    color: #000;
    border: 1px solid #dadada;
    padding: 0 10px;
}

.mailbox .modal .mailactions .col-sm-3.soon a:before {
    content: attr(data-text);
    display: block;
    background: #d2322d;
    color: #fff;
    position: absolute;
    top: calc(50% - 20px);
    left: 10px;
    line-height: 30px;
    -ms-transform: rotate(-12deg); /* IE 9 */
    -webkit-transform: rotate(-12deg); /* Chrome, Safari, Opera */
    transform: rotate(-12deg);
    overflow: hidden;
    width: calc(100% - 20px);
    text-align: center;
    opacity: .9;
}

.mailbox .modal .mailactions .col-sm-3.soon a:after {
    content: '';
    width: calc(100% - 30px);
    min-height: 130px;
    display: block;
    border-radius: 5px;
    outline: 10px solid #fff;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 15px;
}

.mailbox .modal .mailactions .col-sm-3 a i.fa {
    text-align: center;
    font-size: 60px;
    color: #000;
    width: 100%;
    margin: 10px 0;
}

.mailbox .mailbox-email-list .col-sender p {
    max-width: 210px;
    left: 65px;
}

.mailbox .mailbox-email-list .col-mail .mail-icon {
    color: #BBB;
    line-height: 40px
}

.mailbox .mailbox-email-list li.unread {
    height: 75px !important;
}

#mailbox-folder-id {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.mailbox-email-container {
    position: relative;
    flex-grow: 1;
}

@media only screen and (min-width: 768px) {
    html.fixed .mailbox .mailbox-email-list {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        overflow: hidden;
        top: 0;
    }
}

.attachments {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    width: 100%;
    border-top: 1px dotted #dadada;
}

    .attachments li {
        display: inline-block;
        width: 180px;
        height: 120px;
        position: relative;
        border: 1px solid #dadada;
        background-size: 180px;
        background-repeat: no-repeat;
        background-color: #dadada;
        margin: 0 10px 0 0;
    }

        .attachments li .btn {
            display: none;
            width: 40px;
        }

        .attachments li:hover div {
            transition: height 0.5s ease;
            height: 118px;
            line-height: 18px;
            text-overflow: initial;
            white-space: initial;
            padding-top: 12px;
        }

            .attachments li:hover div .extra {
                display: block;
            }

        .attachments li:hover .btn {
            display: block;
            position: absolute;
            bottom: 10px;
            left: 45px;
            z-index: 10;
        }

        .attachments li.threebuttons:hover .btn {
            left: 20px;
        }

        .attachments li:hover .btn.view {
            left: 90px;
        }

        .attachments li.threebuttons:hover .btn.view {
            left: 69px;
        }

        .attachments li.threebuttons:hover .btn.delete {
            left: initial;
            right: 20px;
        }

        .attachments li div {
            font-weight: bold;
            line-height: 30px;
            position: absolute;
            bottom: 0;
            background: #fff;
            width: 178px;
            padding: 5px 5px 5px 24px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            word-break: break-all;
            word-wrap: break-word;
        }

            .attachments li div .extra {
                display: none;
            }

            .attachments li div i {
                top: 12px;
                left: 5px;
                position: absolute;
            }

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    opacity: .5;
}

.service .nav-tabs .badge {
    position: absolute;
    top: -8px;
    z-index: 10;
    right: 10px;
    color: #31708f;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
}

/* Productie */
.production-color {
    display: block;
    background-color: #fff;
    display: inline-block;
    max-width: 100%;
    height: auto;
    width: 100%;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 10px;
}

    .production-color span {
        display: block;
        width: 100%;
        height: 100px;
        border: 1px solid #ddd;
    }

.btn-production {
    font-weight: bold;
}

    .btn-production i.fa {
        font-size: 75px;
        clear: both;
        display: block;
    }

.btn-production-right {
    max-width: 200px;
    right: 12px;
    top: 20px;
    position: absolute;
}

.production-relative {
    position: relative;
}


.production.panel-body {
    display: block;
}

.signature-pad {
    border: 1px solid #dadada;
    border-radius: 10px;
    width: 100%;
    height: 40%;
    min-height: 150px;
}

    .signature-pad:after {
        content: '';
        height: 1px;
        background: #000;
        width: 80%;
        position: relative;
        bottom: 30px;
        display: block;
        left: 10%;
    }

    .signature-pad canvas {
        border-radius: 10px;
        display: block; /* To remove the scrollbars */
        margin: 0 auto;
        width: 100%;
    }

.carousel .panel-heading {
    width: 120px !important;
}

.numpad .col-4, .numpad .np {
    padding: 2px;
}

.numpad .btn {
    width: 100%;
    line-height: 50px;
    font-size: 24px;
}

.numpad input {
    text-align: center;
    font-size: 24px;
    line-height: 48px;
    height: 48px;
}

.tablebig th {
    font-size: 14px;
}

.tablebig td {
    font-size: 14px;
}

.grondstof .col-md-3 i {
    font-size: 55px;
    display: block;
    width: 100%;
    text-align: center;
}

.grondstof .col-md-3 span {
    text-align: center;
    display: block;
    width: 100%;
}

.grondstof .col-md-9 {
    position: relative;
}

    .grondstof .col-md-9 > span {
        border-bottom: 1px solid #fff;
        padding: 0 0 5px;
        margin: 0 0 5px;
    }

    .grondstof .col-md-9 span {
        display: block;
        width: 100%;
    }

    .grondstof .col-md-9 .btn {
        position: absolute;
        right: 15px;
        bottom: 0;
    }

.prod .ui-pnotify .ui-pnotify-title {
    font-size: 26px;
}

.prod .ui-pnotify .ui-pnotify-text {
    font-size: 20px;
}

.fc-sat:not(.fc-widget-header) {
    background-color: rgba(0,0,0,.3);
}

.fc-sun:not(.fc-widget-header) {
    background-color: rgba(0,0,0,.35);
}

.fc-today {
    background: #FCF8E0 !important;
}

.donut-legend > span {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 10px;
    font-size: 13px;
}

.donut-legend > span:last-child {
    margin-right: 0;
}

.donut-legend > span > i {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 7px;
    margin-top: -3px;
    vertical-align: middle;
    border-radius: 1px;
}

.chart svg {
    width: 100% !important;
}

.dropdown-jaargangen {
    max-height: 25vh;
    overflow-y: auto;
}

.proplist span {
    padding-left: 5px;
}

.widget-twitter-profile {
    background-repeat: no-repeat;
    background-image: url("/assets/images/patterns/bg_header_tech no blue.svg");
    background-color: lightblue !important;
    color: #000;
    border: 1px solid lightgray;
}

.widget-twitter-profile .profile-info .profile-account .account {
    color: #000;
}

.tabs-modern .nav .nav-link {
    border-bottom: 2px solid #f5f5f5;
    padding: 0.7rem 1.4rem;
}

.tabs-modern .nav .nav-link.active {
    border-radius: 0;
}

.tabs .nav-tabs li.active .nav-link {
    border-radius: 5px 5px 0 0;
}

.fc-event.fc-event-default {
    color: #777 !important;
}

.jarenDiv {
    flex-wrap: nowrap;
    overflow-x: auto;
}

.dropdown-menu .dropdown-menu {
    top: -.5rem !important;
}

html.fixed.has-top-menu .inner-menu-toggle,
html.fixed.has-top-menu .inner-menu {
    left: 0px;
}

/* Content With Menu + Layout Fixed + Sidebar Left Collapsed */
@media only screen and (min-width: 768px) {
    html.fixed.has-top-menu.sidebar-left-collapsed .inner-menu,
    html.fixed.has-top-menu.sidebar-left-collapsed .inner-menu-toggle,
    html.fixed.has-top-menu.sidebar-left-collapsed .inner-toolbar {
        left: 0px;
    }

    html.fixed.has-top-menu.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle,
    html.fixed.has-top-menu.sidebar-left-collapsed.inner-menu-opened .inner-toolbar {
        left: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1365px) {
    html.fixed.has-top-menu .inner-menu,
    html.scroll.has-top-menu .inner-menu,
    html.boxed.has-top-menu .inner-menu {
        display: none;
    }

    html.fixed.has-top-menu .inner-menu-toggle,
    html.scroll.has-top-menu .inner-menu-toggle,
    html.boxed.has-top-menu .inner-menu-toggle {
        display: block;
    }

    html.fixed.has-top-menu .inner-body,
    html.scroll.has-top-menu .inner-body,
    html.boxed.has-top-menu .inner-body {
        margin-left: 0;
    }

    html.fixed.has-top-menu .content-with-menu-has-toolbar .inner-toolbar,
    html.scroll.has-top-menu .content-with-menu-has-toolbar .inner-toolbar,
    html.boxed.has-top-menu .content-with-menu-has-toolbar .inner-toolbar {
        padding-left: 140px;
    }

    html.fixed.has-top-menu.inner-menu-opened .inner-menu,
    html.scroll.has-top-menu.inner-menu-opened .inner-menu,
    html.boxed.has-top-menu.inner-menu-opened .inner-menu {
        display: block;
    }

    html.fixed.has-top-menu.inner-menu-opened .inner-menu-toggle,
    html.scroll.has-top-menu.inner-menu-opened .inner-menu-toggle,
    html.boxed.has-top-menu.inner-menu-opened .inner-menu-toggle {
        display: none;
    }

    html.fixed.has-top-menu.inner-menu-opened .inner-body,
    html.scroll.has-top-menu.inner-menu-opened .inner-body,
    html.boxed.has-top-menu.inner-menu-opened .inner-body {
        margin-right: -300px;
    }

    html.fixed.has-top-menu.inner-menu-opened .content-with-menu-has-toolbar .inner-toolbar,
    html.scroll.has-top-menu.inner-menu-opened .content-with-menu-has-toolbar .inner-toolbar,
    html.boxed.has-top-menu.inner-menu-opened .content-with-menu-has-toolbar .inner-toolbar {
        padding-left: 0;
        left: 300px;
    }

    html.fixed.has-top-menu.inner-menu-opened .inner-body {
        margin-left: 300px;
    }

    html.scroll.has-top-menu .content-with-menu:before,
    html.boxed.has-top-menu .content-with-menu:before {
        display: none;
    }

    html.scroll.has-top-menu.inner-menu-opened:before,
    html.boxed.has-top-menu.inner-menu-opened:before {
        display: block;
    }
}
/* Resolution gt 1366 - Show Inner Menu */
@media only screen and (min-width: 1366px) {
    html.fixed.has-top-menu .inner-menu,
    html.scroll.has-top-menu .inner-menu,
    html.boxed.has-top-menu .inner-menu {
        display: block;
    }

    html.fixed.has-top-menu .inner-menu-toggle,
    html.fixed.has-top-menu .inner-menu-toggle-inside,
    html.scroll.has-top-menu .inner-menu-toggle,
    html.scroll.has-top-menu .inner-menu-toggle-inside,
    html.boxed.has-top-menu .inner-menu-toggle,
    html.boxed.has-top-menu .inner-menu-toggle-inside {
        display: none;
    }

    html.fixed.has-top-menu .inner-body,
    html.scroll.has-top-menu .inner-body,
    html.boxed.has-top-menu .inner-body {
        margin-right: 0;
    }

    html.fixed.has-top-menu .content-with-menu-has-toolbar .inner-toolbar,
    html.scroll.has-top-menu .content-with-menu-has-toolbar .inner-toolbar,
    html.boxed.has-top-menu .content-with-menu-has-toolbar .inner-toolbar {
        padding-left: 0;
    }

    html.fixed.has-top-menu.inner-menu-opened .inner-body {
        margin-left: 0px;
    }

    html.fixed.has-top-menu .content-with-menu .inner-toolbar,
    html.fixed.has-top-menu.inner-menu-opened .content-with-menu .inner-toolbar {
        left: 300px;
    }

    html.fixed.has-top-menu .inner-menu-toggle,
    html.fixed.has-top-menu .inner-menu,
    html.fixed.has-top-menu.inner-menu-opened .inner-menu-toggle,
    html.fixed.has-top-menu.inner-menu-opened .inner-menu {
        left: 0px;
    }

    html.fixed.has-top-menu.sidebar-left-collapsed .content-with-menu .inner-toolbar,
    html.fixed.has-top-menu.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .content-with-menu .inner-toolbar,
    html.fixed.has-top-menu.sidebar-left-collapsed.inner-menu-opened .content-with-menu .inner-toolbar {
        left: 0px;
    }

    html.fixed.has-top-menu.sidebar-left-collapsed .inner-menu-toggle,
    html.fixed.has-top-menu.sidebar-left-collapsed .inner-menu,
    html.fixed.has-top-menu.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu-toggle,
    html.fixed.has-top-menu.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu,
    html.fixed.has-top-menu.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle,
    html.fixed.has-top-menu.sidebar-left-collapsed.inner-menu-opened .inner-menu {
        left: 0px;
    }

    html.fixed.has-top-menu.sidebar-left-collapsed.sidebar-right-opened .content-with-menu .inner-toolbar {
        left: 0px;
    }

    html.fixed.has-top-menu.sidebar-left-collapsed.sidebar-right-opened .inner-menu,
    html.fixed.has-top-menu.sidebar-left-collapsed.sidebar-right-opened .inner-menu-toggle {
        left: -300px;
    }
}

@media only screen and (min-width: 768px) {
    html.fixed.has-top-menu .inner-toolbar {
        left: 0px;
        right: 0;
        margin: 0;
        padding: 0;
        position: fixed;
        top: 114px;
        z-index: 1001;
    }
}

.inner-mailbar > ul > li > a {
    display: inline-block;
    padding: 0;
    color: #abb4be;
}

.inner-mailbar > ul > li > a:hover, .inner-mailbar > ul > li > a:focus {
    color: #fff;
    text-decoration: none;
}

.inner-mailbar > ul > li.right {
    float: right;
    padding-right: 10px;
}

.inner-mailbar > ul > li i.fa, .inner-mailbar > ul > li .fab, .inner-mailbar > ul > li .fal, .inner-mailbar > ul > li .far, .inner-mailbar > ul > li .fas {
    font-size: 14px;
}

.inner-mailbar > ul > li > .btn {
    margin-top: -9px;
}

.inner-mailbar .nav-pills {
    margin-top: -8px;
}

.inner-mailbar .nav-pills > li {
    margin-right: 1px;
}

.inner-mailbar .nav-pills > li > label {
    margin-bottom: 0;
    margin-right: 12px;
    margin-top: 8px;
}

.inner-mailbar .nav-pills a {
    color: #abb4be;
    padding-top: 8px;
    padding-bottom: 8px;
}

.inner-mailbar .nav-pills a:hover {
    background: #171717;
    color: #FFF;
}

.inner-mailbar .nav-pills .active a {
    color: #FFF;
}

/* Sign Screens - Wrappers */
.body-sign-service {
    display: table;
    height: 100vh;
    margin: 0 auto;
    max-width: 1500px;
    padding: 0 15px;
    width: 100%;
}

.body-sign-service .center-sign {
    display: table-cell;
    padding-top: 20px;
    vertical-align: middle;
}

.body-sign-service .card-sign {
    background: transparent;
}

.body-sign-service .card-sign .card-title-sign .title {
    background-color: #CCC;
    border-radius: 5px 5px 0 0;
    color: #FFF;
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 13px 17px;
    vertical-align: bottom;
}

.body-sign-service .card-sign .card-body {
    background: #FFF;
    border-top: 5px solid #CCC;
    border-radius: 5px 0 5px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 33px 33px 15px;
}

/* Sign Screens - Elements */
.body-sign-service .checkbox-custom {
    margin-top: 8px;
}

.body-sign-service .line-thru {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    position: relative;
}

.body-sign-service .line-thru span {
    color: #CCC;
    position: relative;
    z-index: 3;
}

.body-sign-service .line-thru:before {
    background-color: #FFF;
    content: '';
    height: 10px;
    left: 50%;
    position: absolute;
    margin: -5px 0 0 -20px;
    top: 50%;
    width: 40px;
    z-index: 2;
}

.body-sign-service .line-thru:after {
    border-bottom: 1px solid #DADADA;
    content: '';
    display: block;
    left: 10%;
    position: absolute;
    top: 47%;
    width: 81%;
    z-index: 1;
}

.sidebar-service {
    max-width: 300px;
}

.mail-actions {
    right: 15px;
    position: absolute;
    top: 15px;
}

#movemap-menu {
    max-height: 400px;
    overflow-y: auto;
}/* Base */
a,
.btn-link {
	color: #0088CC;
}

a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus {
	color:  #0088CC;
}

a:active,
.btn-link:active {
	color:  #0088CC;
}
/* Sidebar Left */
.sidebar-left .sidebar-header .sidebar-toggle:hover i {
	color: #0088CC;
}

@media only screen and (min-width: 768px) {
	html.sidebar-left-collapsed.scroll .sidebar-left .nav-main li.nav-active a:hover,
	html.sidebar-left-collapsed.boxed .sidebar-left .nav-main li.nav-active a:hover {
		color: #0088CC;
	}

	html.sidebar-left-collapsed.scroll .sidebar-left .nav-main > li:hover > a span.label,
	html.sidebar-left-collapsed.boxed .sidebar-left .nav-main > li:hover > a span.label {
		background-color: #0088CC;
	}
}
/* Layout Boxed - small than min-width */
@media only screen and (max-width: 1199px) {
	html.boxed .header {
		border-top-color: #0088CC;
	}
}
/* Layout Boxed - larger or equal min width */
@media only screen and (min-width: 1200px) {
	html.boxed .header {
		border-top-color: #0088CC;
	}

	html.boxed .sidebar-right {
		border-top-color: #0088CC;
		min-height: 0;
	}
}
/* Userbox - Open */
.userbox.open .dropdown-menu a:hover {
	background: #0088CC;
}
/* Mailbox */
.mailbox .mailbox-mail-list li.active {
	background: #0088CC;
}

.mailbox .mailbox-mail .mailbox-close-mail {
	color: #0088CC;
}

.mailbox .mailbox-mail .mailbox-close-mail:hover {
	color: #0099e6;
}

.mailbox .mailbox-mail .panel .panel-heading .panel-actions a:hover {
	color: #0088CC;
}
/* Media Gallery */
.media-gallery ul.mg-tags > li a:hover {
	background-color: #0088CC;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-zoom {
	background-color: #0088CC;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar {
	background-color: #0088CC;
}

.media-gallery .mg-files .thumbnail.thumbnail-selected {
	box-shadow: 0 0 8px -1px #0088CC;
}
/* Sign Screens - Wrappers */
.body-sign .panel-sign .panel-title-sign .title {
	background-color: #0088CC;
}

.body-sign .card-sign .card-title-sign .title {
    background-color: #0088CC;
}

.body-sign-service .card-sign .card-title-sign .title {
    background-color: #0088CC;
}

.body-sign .panel-sign .panel-body {
	border-top-color: #0088CC;
}

.body-sign .card-sign .card-body {
    border-top-color: #0088CC;
}

.body-sign-service .card-sign .card-body {
    border-top-color: #0088CC;
}
/* Lock Screen */
.body-locked .current-user .user-image {
	border-color: #0088CC;
}
/* Blockquote */
blockquote.primary {
	border-color: #0088CC;
}
/* Nav Pills */
.nav-pills-primary > li a:hover,
.nav-pills-primary > li a:focus {
	color: #0088CC;
	background-color: #cceeff;
}

.nav-pills-primary > li.active > a,
.nav-pills-primary > li.active > a:hover,
.nav-pills-primary > li.active > a:active,
.nav-pills-primary > li.active > a:focus {
	background-color: #0088CC;
}
/* Dropdown Menu */
.dropdown-menu	> .active	> a,
.dropdown-menu	> .active	> a:hover,
.dropdown-menu	> .active	> a:focus {
	background-color: #0088CC;
}

.open > .dropdown-toggle.btn-primary {
	background: #0088CC;
	border-color: #0077b3;
}

body .btn-primary.dropdown-toggle {
	border-left-color: #00a3f5;
}
/* Select 2 */
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
	background-color: #0088CC;
}

.select2-container--bootstrap .select2-dropdown {
	border-color: #33bbff;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
	border-color: #33bbff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 136, 204, 0.6);
}
/* Buttons */
body .btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0088CC;
	border-color: #0088CC;
}

body .btn-primary:hover {
	border-color:  #007AB8 !important;
	background-color:  #007AB8;
}

body .btn-primary:active,
body .btn-primary:focus {
	border-color: #007AB8 !important;
	background-color: #007AB8;
}

body .btn-primary[disabled] {
	border-color: #33bbff !important;
	background-color: #33bbff;
}

body .btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #47a447;
	border-color: #47a447;
}

body .btn-success:hover {
	border-color: #51b451 !important;
	background-color: #51b451;
}

body .btn-success:active,
body .btn-success:focus {
	border-color: #3f923f !important;
	background-color: #3f923f;
}

body .btn-success[disabled] {
	border-color: #86cb86 !important;
	background-color: #86cb86;
}

body .btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ed9c28;
	border-color: #ed9c28;
}

body .btn-warning:hover {
	border-color: #efa740 !important;
	background-color: #efa740;
}

body .btn-warning:active,
body .btn-warning:focus {
	border-color: #e89113 !important;
	background-color: #e89113;
}

body .btn-warning[disabled] {
	border-color: #f5c786 !important;
	background-color: #f5c786;
}

body .btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #d2322d;
	border-color: #d2322d;
}

body .btn-danger:hover {
	border-color: #d64742 !important;
	background-color: #d64742;
}

body .btn-danger:active,
body .btn-danger:focus {
	border-color: #bd2d29 !important;
	background-color: #bd2d29;
}

body .btn-danger[disabled] {
	border-color: #e48481 !important;
	background-color: #e48481;
}

body .btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bc0de;
	border-color: #5bc0de;
}

body .btn-info:hover {
	border-color: #70c8e2 !important;
	background-color: #70c8e2;
}

body .btn-info:active,
body .btn-info:focus {
	border-color: #46b8da !important;
	background-color: #46b8da;
}

body .btn-info[disabled] {
	border-color: #b0e1ef !important;
	background-color: #b0e1ef;
}

body .btn-dark {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #171717;
	border-color: #171717;
}

body .btn-dark:hover {
	border-color: #242424 !important;
	background-color: #242424;
}

body .btn-dark:active,
body .btn-dark:focus {
	border-color: #0a0a0a !important;
	background-color: #0a0a0a;
}

body .btn-dark[disabled] {
	border-color: #4a4a4a !important;
	background-color: #4a4a4a;
}
/* Switch*/
.switch.switch-primary .ios-switch .on-background {
	background: #0088CC;
}
/* Label */
.label-primary {
	background: #0088CC;
}
.label-success {
    background: #47a447;
}
.label-warning {
    background: #ed9c28;
}
.label-danger {
    background: #d2322d;
}
/* Text Primary */
.text-primary {
	color: #0088CC !important;
}
/* BG Primary */
.bg-primary {
	background: #0088CC;
}
/* Alternative Font Style */
.alternative-font {
	color: #0088CC;
}
/* Hightlight */
.highlight {
	background-color: #0088CC;
}
/* Drop Caps */
p.drop-caps.colored:first-child:first-letter {
	color: #0088CC;
}

p.drop-caps.colored.secondary:first-child:first-letter {
	background-color: #0088CC;
}
/* Well */
.well.primary {
	background: #0088CC;
	border-color: #006699;
}
/* Form */
.form-control:focus {
	border-color:#0088CC;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 136, 204, .3);
}
/* Header */
.header .toggle-sidebar-left {
	background: #0088CC;
}
/* Page Header */
.page-header h2 {
	border-bottom-color: #0088CC;
}

.page-header .sidebar-right-toggle:hover {
	color: #0088CC;
}
/* Navigation */
ul.nav-main > li.nav-active > a {
	box-shadow: 2px 0 0 #0088CC inset;
}

ul.nav-main > li.nav-active > i {
	color: #0088CC;
}

ul.nav-main li .nav-children li.nav-active > a {
	color: #0088CC;
}

html.sidebar-light:not(.dark) ul.nav-main > li.nav-active > a {
	color: #0088CC;
}
/* Nano Scroller Plugin */
html.no-overflowscrolling .nano > .nano-pane > .nano-slider {
	background: #0088CC;
}
/* Nav Pills */
.nav-pills > .active a,
.nav-pills > .active a:hover,
.nav-pills > .active a:focus {
	background-color: #0088CC;
}
/* Pagination */
.pagination > li a {
	color: #0088CC;
}

.pagination > li a:hover,
.pagination > li a:focus {
	color: #0099e6;
}

.pagination > li.active a,
.pagination > li.active span,
.pagination > li.active a:hover,
.pagination > li.active span:hover,
.pagination > li.active a:focus,
.pagination > li.active span:focus {
	background-color: #0088CC;
	border-color: #0088CC;
}

.pagination > li.active a {
	background-color: #0088CC;
}

html .pagination > li.active a,
html.dark .pagination > li.active a,
html .pagination > li.active span,
html.dark .pagination > li.active span,
html .pagination > li.active a:hover,
html.dark .pagination > li.active a:hover,
html .pagination > li.active span:hover,
html.dark .pagination > li.active span:hover,
html .pagination > li.active a:focus,
html.dark .pagination > li.active a:focus,
html .pagination > li.active span:focus,
html.dark .pagination > li.active span:focus {
	background-color: #0088CC;
	border-color: #0088CC;
}

html .pagination > li.active a,
html.dark .pagination > li.active a {
	background-color: #0088CC;
}
/* Fullcalendar */
.fc .fc-toolbar h2:before {
	color: #0088CC;
}

.fc .fc-toolbar .fc-button.fc-state-active {
	background-color: #0088CC;
}

.fc-event {
	background: #0088CC;
	border-color: #0088CC;
}

.fc-event.fc-event-primary {
	background: #0088CC;
	border-color: #0088CC;
}
/* Maps */
.jqvmap-zoomin,
.jqvmap-zoomout {
	background: #0088CC;
}
/* Timeline */
.timeline .tm-items > li .tm-datetime .tm-datetime-time {
	color: #0088CC;
}

.timeline .tm-items > li .tm-icon {
	border-color: #0088CC;
	color: #0088CC;
}

.timeline.timeline-simple .tm-body .tm-items > li:before {
	background: #0088CC;
	box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #0088CC;
}

html.dark .timeline.timeline-simple .tm-body .tm-items > li:before {
	background: #0088CC;
	box-shadow: 0 0 0 3px #2e353e, 0 0 0 6px #0088CC;
}
/* Princing Table */
.pricing-table h3 span {
	color: #0088CC;
}

.pricing-table .most-popular h3 {
	background-color: #0088CC !important;
	color: #ffffff !important;
}
/* Data Tables Loading */
.dataTables_processing {
	background-color: #0088CC;
}
/* Accordion */
.panel-group .panel-accordion .panel-heading a {
	color: #0088CC;
}
/* Alerts */
.alert-primary {
	background-color: #0088CC;
	border-color: #007ebd;
}

.alert-primary .alert-link {
	color: #004466;
}
/* Nestable */
.dd-handle:hover {
	color: #0088CC !important;
}

.dd-placeholder {
	background: #e6f7ff;
	border-color: #0088CC;
}
/* Panels */
.panel-highlight .panel-heading {
	background-color: #0088CC;
	border-color: #0088CC;
}

.panel-highlight .panel-body {
	background-color: #0088CC;
}

html .panel-primary .panel-heading {
	background: #0088CC;
	border-color: #0088CC;
}

.panel-heading.bg-primary {
	background: #0088CC;
}

.panel-body.bg-primary {
	background: #0088CC;
}

.panel-featured-primary {
	border-color: #0088CC;
}

.panel-featured-primary .panel-title {
	color: #0088CC;
}

.panel-heading-icon.bg-primary {
	background: #0088CC;
}

.panel-group .panel-accordion-primary .panel-heading .panel-title a {
	background: #0088CC;
}
/* Progress Bar */
.progress-bar {
	background-color: #0088CC;
}

.progress .progress-bar-primary {
	background-color: #0088CC;
}
/* Toggle */
.toggle label {
	border-left-color: #0088CC;
	color: #0088CC;
}

.toggle.active > label {
	background: #0088CC !important;
	border-color: #0088CC;
}
/* Treeview */
.jstree-default .jstree-hovered {
	background-color: #e6f7ff !important;
}

.jstree-default .jstree-clicked {
	background-color: #b3e5ff !important;
}

.jstree-default .colored {
	color: #0088CC !important;
}

.jstree-default .colored .jstree-icon {
	color: #0088CC !important;
}

.jstree-default .colored-icon .jstree-icon {
	color: #0088CC !important;
}
/* Widgets */
.sidebar-widget.widget-tasks ul li:before {
	border-color: #0088CC;
}

.widget-twitter-profile {
	background-color: #0088CC;
}

.widget-twitter-profile .profile-quote {
	background-color: #0096e0;
}

.widget-twitter-profile .profile-quote .quote-footer {
	border-top-color: rgba(0, 136, 204, 0.7);
}

.widget-profile-info .profile-info .profile-footer {
	border-top-color: rgba(0, 170, 255, 0.7);
}
/* Thumb Info */
.thumb-info .thumb-info-type {
	background-color: #0088CC;
}
/* Social Icons */
.social-icons-list a {
	background: #0088CC;
}
/* Notifications */
.notifications .notification-menu .notification-title {
	background: #0088CC;
}

.notifications .notification-menu .notification-title .label-default {
	background-color:  #00527A;
}

.notifications .notification-menu:before,
.notifications .notification-icon:before {
	border-bottom-color: #0088CC;
}

.ui-pnotify .notification-primary {
	background: rgba(0, 136, 204, 0.95);
}

.ui-pnotify.stack-bar-top .notification-primary,
.ui-pnotify.stack-bar-bottom .notification-primary {
	background: #0088CC;
}

.ui-pnotify.notification-primary .notification,
.ui-pnotify.notification-primary .notification-primary {
	background: rgba(0, 136, 204, 0.95);
}

.ui-pnotify.notification-primary.stack-bar-top .notification,
.ui-pnotify.notification-primary.stack-bar-bottom .notification,
.ui-pnotify.notification-primary.stack-bar-top .notification-primary,
.ui-pnotify.notification-primary.stack-bar-bottom .notification-primary {
	background: #0088CC;
}
/* Modal */
.modal-block-primary .fa {
	color: #0088CC;
}

.modal-block-primary.modal-header-color .panel-heading {
	background-color: #0088CC;
}

.modal-block-primary.modal-full-color .panel {
	background-color: #00a3f5;
}

.modal-block-primary.modal-full-color .panel-heading {
	background-color: #0088CC;
}

.modal-block-primary.modal-full-color .panel-footer {
	background-color: #00a3f5;
}
/* Modal Icon */
.modal-block-primary .modal-icon .fa {
	color: #0088CC;
}
/* Tabs */
html body .tabs-primary .nav-tabs li a,
html.dark body .tabs-primary .nav-tabs li a,
html body .tabs-primary .nav-tabs.nav-justified li a,
html.dark body .tabs-primary .nav-tabs.nav-justified li a,
html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
	color: #0088CC;
}

html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
	border-top-color: #0088CC;
}

html body .tabs-primary .nav-tabs li.active a,
html.dark body .tabs-primary .nav-tabs li.active a,
html body .tabs-primary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a,
html body .tabs-primary .nav-tabs li.active a:hover,
html.dark body .tabs-primary .nav-tabs li.active a:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary .nav-tabs li.active a:focus,
html.dark body .tabs-primary .nav-tabs li.active a:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:focus {
	border-top-color: #0088CC;
	color: #0088CC;
}

html body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
	border-bottom-color: #0088CC;
}

html body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
	border-top-color: #FFF;
	border-bottom-color: #0088CC;
}

html body .tabs-primary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li a:hover {
	border-left-color: #0088CC;
}

html body .tabs-primary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:focus {
	border-left-color: #0088CC;
}

html body .tabs-primary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li a:hover {
	border-right-color: #0088CC;
}

html body .tabs-primary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:focus {
	border-right-color: #0088CC;
}
/* Simple List */
ul.simple-bullet-list li:before {
	border-color: #0088CC;
}
/* Simple Card List */
.simple-card-list li.primary {
	background: #0088CC;
}
/* Search Results */
.search-content .search-toolbar .nav-pills li.active a {
	color: #0088CC;
	border-bottom-color: #0088CC;
}

.search-results-list .result-thumb .fa {
	background: #0088CC;
}
/* Scrollable */
.scrollable.colored-slider .scrollable-slider {
	background: #0088CC;
}

html.dark .search-content .search-toolbar .nav-pills li.active a,
html.dark .search-content .search-toolbar .nav-pills li.active a:hover,
html.dark .search-content .search-toolbar .nav-pills li.active a:focus {
	color: #0088CC;
	border-bottom-color: #0088CC;
}
/* Time Picker */
.bootstrap-timepicker-widget table td a:hover {
	background-color: #0088CC;
}
/* Loading Progress */
#nprogress .bar {
	background: #0088CC;
}

#nprogress .peg {
	box-shadow: 0 0 10px 1px #0088CC, 0 0 5px #0088CC;
}
/* Zoom */
.img-thumbnail .zoom {
	background: #0088CC;
}
/* Owl Carousel */
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #0074ad;
}

.owl-theme .owl-nav [class*="owl-"] {
	background: #0088CC;
}

.owl-theme .owl-nav [class*="owl-"]:focus,
.owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: #009ceb;
}
/* Chartist */
.ct-chart .tooltip {
	background: #0088CC;
}

.ct-chart .tooltip:after {
	border-top-color: #0088CC;
}

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice.ct-donut {
	stroke: #0088CC;
}

.ct-chart .ct-series.ct-series-a .ct-area,
.ct-chart .ct-series.ct-series-a .ct-slice:not(.ct-donut) {
	fill: #0088CC;
}

.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice.ct-donut {
	stroke: #005580;
}

.ct-chart .ct-series.ct-series-b .ct-area,
.ct-chart .ct-series.ct-series-b .ct-slice:not(.ct-donut) {
	fill: #005580;
}

.ct-chart .ct-series.ct-series-i .ct-bar,
.ct-chart .ct-series.ct-series-i .ct-line,
.ct-chart .ct-series.ct-series-i .ct-point,
.ct-chart .ct-series.ct-series-i .ct-slice.ct-donut {
	stroke: #005580;
}

.ct-chart .ct-series.ct-series-i .ct-area,
.ct-chart .ct-series.ct-series-i .ct-slice:not(.ct-donut) {
	fill: #005580;
}

.ct-chart .ct-series.ct-series-j .ct-bar,
.ct-chart .ct-series.ct-series-j .ct-line,
.ct-chart .ct-series.ct-series-j .ct-point,
.ct-chart .ct-series.ct-series-j .ct-slice.ct-donut {
	stroke: #1ab2ff;
}

.ct-chart .ct-series.ct-series-j .ct-area,
.ct-chart .ct-series.ct-series-j .ct-slice:not(.ct-donut) {
	fill: #1ab2ff;
}

.ct-chart .ct-series.ct-series-n .ct-bar,
.ct-chart .ct-series.ct-series-n .ct-line,
.ct-chart .ct-series.ct-series-n .ct-point,
.ct-chart .ct-series.ct-series-n .ct-slice.ct-donut {
	stroke: #00111a;
}

.ct-chart .ct-series.ct-series-n .ct-area,
.ct-chart .ct-series.ct-series-n .ct-slice:not(.ct-donut) {
	fill: #00111a;
}

.ct-chart .ct-series.ct-series-o .ct-bar,
.ct-chart .ct-series.ct-series-o .ct-line,
.ct-chart .ct-series.ct-series-o .ct-point,
.ct-chart .ct-series.ct-series-o .ct-slice.ct-donut {
	stroke: #80d4ff;
}

.ct-chart .ct-series.ct-series-o .ct-area,
.ct-chart .ct-series.ct-series-o .ct-slice:not(.ct-donut) {
	fill: #80d4ff;
}
/* Checkboxes */
html.dark .checkbox-primary label:before,
.checkbox-primary label:before {
	background: #0088CC;
	border-color: #0077b3;
}

html.dark .checkbox-text-primary input[type="checkbox"]:checked + label:after,
.checkbox-text-primary input[type="checkbox"]:checked + label:after {
	color: #0088CC;
}
/* Radios */
html.dark .radio-primary input[type="radio"]:checked + label:after,
.radio-primary input[type="radio"]:checked + label:after {
	background: #0088CC;
	-webkit-box-shadow: 0px 0px 1px #0088CC;
	box-shadow: 0px 0px 1px #0088CC;
}
/* Switch */
.switch.switch-primary .ios-switch .on-background {
	background: #0088CC;
}
/* Progress Bar */
.progress-bar {
	background-color: #0088CC;
}

.progress .progress-bar-primary {
	background-color: #0088CC;
}
/* Slider */
.slider-primary .ui-slider-range,
.slider-primary .ui-slider-handle {
	background: #0088CC;
}

.slider-gradient.slider-primary .ui-slider-range,
.slider-gradient.slider-primary .ui-slider-handle {
	background-image: -webkit-linear-gradient(left, #00aaff 0, #0088CC 50%, #006699 100%);
	background-image: linear-gradient(left, #00aaff 0, #0088CC 50%, #006699 100%);
}

.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-handle {
	background-image: -webkit-linear-gradient(to right, #00aaff 0, #0088CC 50%, #006699 100%);
	background-image: linear-gradient(to right, #00aaff 0, #0088CC 50%, #006699 100%);
}
/* DatePicker */
.datepicker table {
	width: 100%;
}

.datepicker table thead tr th.prev:hover,
.datepicker table thead tr th.next:hover {
	background: #0088CC;
}

.datepicker table thead tr:first-child th:hover {
	background: #0088CC;
}

.datepicker table tr td span:hover {
	background: #0088CC;
}

.datepicker table tr td.day:hover {
	background: #0088CC;
}

.datepicker table tfoot tr th:hover {
	background: #0088CC;
}
/* DatePicker: Dark */
html.dark .datepicker.datepicker-primary table thead tr th.prev:hover,
.datepicker.datepicker-dark table thead tr th.prev:hover,
html.dark .datepicker.datepicker-primary table thead tr th.next:hover,
.datepicker.datepicker-dark table thead tr th.next:hover {
	background: #0088CC;
}

html.dark .datepicker.datepicker-primary table tbody tr td.day:hover,
.datepicker.datepicker-dark table tbody tr td.day:hover {
	background: #0088CC;
}

html.dark .datepicker.datepicker-primary table tbody tr td.day.active,
.datepicker.datepicker-dark table tbody tr td.day.active {
	background: #0088CC;
}
/* DatePicker: Primary */
.datepicker.datepicker-primary table thead tr:first-child {
	background-color: #0088CC;
}

.datepicker.datepicker-primary table thead tr:first-child th:hover {
	background-color: #006699;
}

.datepicker.datepicker-primary table thead tr:last-child {
	background-color: #0099e6;
}

.datepicker.datepicker-primary table thead tr:last-child th:hover {
	background-color: #0088CC;
}

.datepicker.datepicker-primary table tbody tr td.day:hover {
	background: #0088CC;
}

.datepicker.datepicker-primary table tbody tr td.day.active {
	background: #0088CC;
}
/* Select 2 */
.select2-container-multi .select2-choices .select2-search-choice {
	background: #0088CC;
}
/* Wizard */
.wizard-steps > li.active .badge {
	background-color: #0088CC;
}

.wizard-steps > li.active a,
.wizard-steps > li.active a:hover,
.wizard-steps > li.active a:focus {
	border-top-color: #0088CC;
}

.wizard-tabs ul > li.active .badge {
	background-color: #0088CC;
}

html .wizard-progress .steps-progress .progress-indicator,
html.dark .wizard-progress .steps-progress .progress-indicator {
	background: #0088CC;
}

html .wizard-progress .wizard-steps li.completed a span,
html.dark .wizard-progress .wizard-steps li.completed a span {
	border-color: #0088CC;
	background: #0088CC;
}

html .wizard-progress .wizard-steps li.active a span,
html.dark .wizard-progress .wizard-steps li.active a span {
	color: #0088CC;
	border-color: #0088CC;
}
/* Tables */
.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
	background-color: #0088CC !important;
}
/* Data Tables Loading */
.dataTables_processing {
	background-color: #0088CC;
}
/* Liquid Meter */
.liquid-meter-wrapper .liquid-meter-selector a.active {
	color: #0088CC;
}
