/* Minification failed. Returning unminified contents.
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(43,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(44,22): run-time error CSS1039: Token not allowed after unary operator: '-color-brand-600'
(48,33): run-time error CSS1039: Token not allowed after unary operator: '-color-brand-600'
(72,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(77,33): run-time error CSS1039: Token not allowed after unary operator: '-color-brand-50'
(124,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(129,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(212,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family-brand'
(213,23): run-time error CSS1039: Token not allowed after unary operator: '-font-weight-600'
(397,28): run-time error CSS1039: Token not allowed after unary operator: '-white'
(1628,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1629,33): run-time error CSS1039: Token not allowed after unary operator: '-color-brand-600'
(2152,47): run-time error CSS1046: Expect comma, found '0'
(2152,51): run-time error CSS1046: Expect comma, found '/'
(2153,39): run-time error CSS1046: Expect comma, found '0'
(2153,43): run-time error CSS1046: Expect comma, found '/'
(2437,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2499,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2867,22): run-time error CSS1039: Token not allowed after unary operator: '-color-brand-600'
 */

/***********************
    Enreach - Bootstrap overrides
************************/

:root {
    --violet: #7a18f8;
    --lavender: #ac96ff;
    --indigo: #39006c;
    --light-purple: #F0E5FA;
    --mid-purple: #D8C3EC;
    --purple: #58099D;
}


html {
    overflow: hidden;
    font-size: 16px;
    background-color: white;
}

a {
    color: #404040;
}

.indigo-text {
    color: #39006c;
}

.indigo-bg {
    background-color: #39006c;
}

.ivory-bg {
    background-color: ivory !important;
}

.seagreen-bg {
    background-color: seagreen;
}

.lavender-text {
    --color: #ac96ff;
    color: rgba(var(--color-brand-600))
}

.purple-bg {
    background-color: rgba(var(--color-brand-600));
}

.white-smoke {
    color: lightgray;
}

.whitesmoke-bg {
    background-color: whitesmoke;
}

.violet {
    color: #7a18f8;
}

.violet-bg {
    background-color: #7a18f8;
}

gray {
    color: gray;
}

.lavender {
    --color: #E6E6FA;
    color: #ac96ff;
}

.lavender-bg {
    background-color: rgba(var(--color-brand-50))
}

.purplepink-bg {
    background-color: #F0E5FA;
}

.orange {
    color: orange;
}

.orange-bg {
    background-color: orange;
}


.green {
    color: #66bd66;
}

.salmon {
    color: salmon;
}

.salmon-bg {
    background-color: salmon;
}

.home-color {
    color: #ac96ff;
}

.cloud-color {
    color: #ac96ff;
}


.case-color {
    color: lavender;
}


.login-title {
    color: #ac96ff;
}

.btn {
    --color: #39006c;
    border-radius: 7px;
}

.btn-primary {
    --box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.25);
    background-color: rgba(88, 9, 157);
    border-radius: 7px;
    color: white;
    border-color: #2f0058;
}

    .btn-primary:hover {
        background-color: #7a17f8;
        border-color: #6f07f4;
    }

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #7a17f8;
        border-color: #7a17f8;
    }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #7a17f8;
        border-color: #7a17f8;
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: #7a17f8;
            border-color: #7a17f8;
        }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #7a17f8;
        border-color: #7a17f8;
    }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline: none;
    outline-offset: unset;
}

.btn-default {
    color: #39006c;
    background-color: #fff;
    border-color: #ac96ff;
}

    .btn-default:hover, .btn-default.focus, .btn-default:focus {
        color: #fff;
        background-color: #7a17f8;
        border-color: #7a17f8;
    }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        color: #39006c;
        background-color: #fff;
        border-color: #ac96ff;
    }

        .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
            color: #fff;
            background-color: #7a17f8;
            border-color: #7a17f8;
        }

    .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #7a17f8;
        border-color: #7a17f8;
    }


body {
    background-color: #f6f6f6;
    color: #39006c;
    font-family: "Open Sans", "Maax", Verdana, Helvetica, Sans-Serif;
    overflow: hidden;
}

h1, h2, h3, h4 {
    font-family: var(--font-family-brand), "Maax", Verdana;
    font-weight: var(--font-weight-600);
    color: #39006c;
}

.subject-name {
    font-family: "Open Sans", "Maax", Verdana, Helvetica, Sans-Serif;
    font-size: 16px;
}

label {
    font-family: "Open Sans", "Maax", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: normal;
    color: #606060;
}

th {
    font-family: "Open Sans", "Maax", Verdana, Helvetica, Sans-Serif;
}


.sidebar {
    max-width: 250px;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fefcfe;
}

.sidebar-text {
    color: indigo;
}

.sidebar-content {
}

.sidebar-bottom {
    margin-top: auto;
}

.page-content-area {
    padding-left: 20px;
    padding-right: 30px;
}

.page-content-area-sso {
    padding-left: 20px;
    padding-right: 20px;
}

.main {
    height: 100vh;
    overflow: auto;
    padding-top: 8px;
    padding-bottom: 60px;
    float: left;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
    background-color: #f6f6f6;
    box-shadow: inset 8px 0px 8px rgba(0, 0, 0, 0.03);
    padding-left: 30px;
}

.main-sso {
    height: 100vh;
    overflow: auto;
    padding-top: 8px;
    padding-bottom: 60px;
    float: left;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
    padding-right: 30px;
    padding-left: 0px;
    background-color: #f6f6f6;
}

.theme-bg {
    background-color: #FBFAFF;
}

.customer-navi {
    font-weight: normal;
}

.customer-list-name {
    font-weight: normal;
}

.form-group {
    margin-bottom: 8px;
}


.navbar {
    margin-bottom: 0px;
    background-color: #39006c;
}

    .navbar .divider-vertical {
        height: 50px;
        margin: 0 9px;
        border-right: 1px solid #e5e5e5;
        border-left: 1px solid #f2f2f2;
    }

.navbar-inverse .divider-vertical {
    border-right-color: #ac96ff;
    border-left-color: #39006c;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #39006c;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

@media (max-width: 767px) {
    .navbar-collapse .nav > .divider-vertical {
        display: none;
    }
}

.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

/*
.navbar-nav > li > a {padding-top:7px !important; padding-bottom:7px !important;}
.navbar {min-height:36px !important}
.navbar-brand { height:30px; font-size:16px; padding-top: 8px; padding-bottom:6px; min-width: 100px;}
*/

.rounded {
    border-radius: 7px;
}

.vbottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}

.form-control-static {
    border-radius: 0px;
    padding-left: 16px;
    background-color: white;
    border: 1px solid #f0f0f0;
    border-top: 0px;
    border-radius: 6px;
}


.white {
    color: white;
}

.white-bg {
    background-color: white !important;
}

.white-text {
    color: white;
}

.form-bg {
    background-color: #FBFAFF;
    border: 1px solid #f0f0ff;
}

.form-bg-white {
    background-color: var(--white);
}


.black {
    color: black;
}

.darkgray {
    color: #909090;
}


.form-control-label {
    padding-top: 6px;
    border-bottom: 1px solid #f0f0f0;
    font-weight: normal;
    color: #606060;
}

.form-input-label {
    padding-top: 6px;
    font-weight: normal;
    color: #606060;
}

.control-label {
    padding-top: 6px;
    border-bottom: 1px solid #f0f0f0;
    font-weight: normal;
    color: #606060;
}

.form-label {
    padding-top: 6px;
    border-bottom: 1px solid #eeeeee;
    font-weight: normal;
    color: #909090;
}

.qm-form-label {
    padding-top: 6px;
    font-size: 12px;
    margin-left: 12px;
    border-bottom: 1px solid #f0f0f0;
    font-weight: normal;
    color: #909090;
}


.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.active-tab-pending {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-radius: 4px;
    background-color: #eb9316;
    color: white;
}

.pending-service-order {
    border-left: 3px dotted #fadcb1;
    padding-left: 30px;
    border-radius: 4px;
}

/*
.tab-pending {
}
    */


.nav-tabs {
    margin-bottom: 0;
}

label {
    font-size: 14px;
    color: #aeb2b9;
}

table.form {
    border-collapse: separate;
    padding: 4px;
}

table.form-edit {
    border-collapse: separate;
}

    table.form-edit td {
        padding-right: 30px;
    }

.form-edit .label {
    width: 100%;
    background-color: black;
}


table.hot-row tr td {
    background-color: #edf2e0;
}

td.hot-row {
    background-color: #edf2e0;
}

tr.hot-row td {
    background-color: #edf2e0;
}


td.form-label {
    padding-right: 20px;
    font-weight: bold;
    vertical-align: top;
}

td.form-field {
    width: 60%;
}


.half {
    width: 50%;
}

input.input-number {
    width: 80px;
    color: black;
}

input.input-short {
    width: 80px;
    color: black;
}

.rule-table {
    width: 100%;
    margin-bottom: 14px;
    font-size: 14px;
}

.rule-label {
    width: 200px;
    color: #29588b;
    border-bottom: 0px solid #e5e5e5;
}

.rule-name {
    padding: 8px;
    color: #6576a0;
    font-size: 14px;
    background-color: #eee;
}

.rule-type {
    float: left;
    width: 120px;
    color: #808080;
}

.element-label {
    float: left;
    width: 200px;
    color: #29588b;
    border-bottom: 0px solid #e5e5e5;
}


.price-field {
    float: left;
    width: 200px;
    padding: 2px;
}

.price-info {
    float: left;
    margin-left: 12px;
    border-left: 1px dotted #29588b;
    border-top: 1px dotted gray;
    padding-left: 10px;
    padding-bottom: 10px;
    color: #a9a6a6;
}

.price-edit {
    float: left;
    width: 200px;
    padding: 2px;
}

.rule-value {
    color: #5b5b5b;
    padding: 2px;
}

.price-value {
    background-color: #dfeeff;
    color: #29588b;
    display: inline-block;
    border: 0px dotted #808080;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    position: relative;
}

.price-default-value {
    background-color: #e5e5e5;
    color: #84878a;
    display: inline-block;
    border: 0px dotted #808080;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    position: relative;
}


.override {
    background-color: #5bb14b;
    color: white;
}



.price-missing {
    border: 1px solid red;
    background-color: white;
    width: 80px;
    color: red;
    display: inline-block;
    padding: 2px;
    margin: 2px;
    position: relative;
    top: -4px;
    text-align: center;
}

div.break {
    clear: both;
}

div.exceeding-policy {
    clear: both;
    border-left: 0px dotted #29588b;
    border-top: 1px dotted #29588b;
    padding: 0px;
    padding-right: 0px;
}

.input-label {
    width: 200px;
    display: inline-block;
    background-color: white;
}

div.multi-component-list {
    float: left;
    padding-left: 0px;
    padding-top: 5px;
    border-top: 1px dotted gray;
}

.event-filters {
    font-family: Consolas, 'Courier New';
}



/* Flash messages */
.alert-message {
    background-color: #ffffff;
    border-left-color: #428bca;
}


    .alert-message.success {
        background-color: white;
        border-left-color: #70A0A9;
        color: #70A0A9;
    }

    .alert-message.information {
        background-color: white;
        border-left-color: #5bc0de;
        color: black;
    }

    .alert-message.warning {
        background-color: white;
        border-left-color: #FFAD87;
        color: #e89929;
    }

    .alert-message.error {
        background-color: white;
        border-left-color: #FA877F;
        color: #FA877F;
    }

.field-validation-error {
    color: #d9534f;
}

.w100px {
    width: 100px;
}

.w200px {
    width: 200px;
}

.input-sm {
    margin: 2px;
}

.hint {
    color: #acb3b9;
    font-size: 12px;
}

.hint14 {
    color: #b0b0b0;
    font-size: 12px;
}

.setting-label {
    padding-top: 8px;
    padding-bottom: 2px;
    color: #909090;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid #e9eef2;
}

.setting-value {
    padding: 4px;
    border: 1px solid #eff3d9;
    display: inline-block;
    margin: 1px;
    margin-right: 10px;
}

.product-label {
    color: #6598cf;
    font-weight: bold;
}

.selected-product {
    border-top: 1px solid #e8edf2;
    background-color: #f6f8fa;
    padding: 6px;
}

.wide {
    width: 100%;
}

.hour {
    text-align: right;
    width: 30px;
    border-width: 1px;
    border-color: #eeeeee;
    padding: 2px;
    display: inline-block;
}

.minute {
    text-align: left;
    border-collapse: collapse;
    border-width: 0px;
    width: 30px;
    border-width: 1px;
    border-color: #eeeeee;
    padding: 2px;
    margin: 2px;
    display: inline-block;
}

.on-action {
    display: inline-block;
    color: white;
    padding-left: 8px;
    padding-right: 8px;
}

    .on-action.on-create {
        background-color: #96ba8f;
    }

    .on-action.on-update {
        background-color: #5b5b5b;
    }

    .on-action.on-delete {
        background-color: #e96c6c;
    }

    .on-action.on-service-change {
        background-color: #826f9d;
    }

.action-type {
    color: #838383;
}

.wizard-section {
    width: 120px;
    vertical-align: top;
    font-size: 20px;
    color: #a9a9a9;
}


.bubble {
    background-color: #7cbbff;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
    color: #fefefe;
}

    .bubble::before {
        background-color: #7cbbff;
        content: "\00a0";
        display: block;
        height: 16px;
        position: absolute;
        top: 11px;
        transform: rotate( 29deg ) skew( -35deg );
        -moz-transform: rotate( 29deg ) skew( -35deg );
        -ms-transform: rotate( 29deg ) skew( -35deg );
        -o-transform: rotate( 29deg ) skew( -35deg );
        -webkit-transform: rotate( 29deg ) skew( -35deg );
        width: 20px;
    }

.me {
    float: left;
    margin: 0px;
}

    .me::before {
        box-shadow: -2px 2px 2px 0 rgba( 178, 178, 178, .4 );
        left: -9px;
    }

.up {
    float: left;
    margin: 15px 45px 5px 20px;
}

    .up::before {
        box-shadow: -2px -4px -4px 0 rgba( 178, 178, 178, .4 );
        top: -8px;
    }

/* Callouts */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-default {
    border-left-color: #777;
}

    .bs-callout-default h4 {
        color: #777;
    }

.bs-callout-primary {
    border-left-color: #428bca;
}

    .bs-callout-primary h4 {
        color: #428bca;
    }

.bs-callout-success {
    border-left-color: #70A0A9;
}

    .bs-callout-success h4 {
        color: #70A0A9;
    }

.bs-callout-danger {
    border-left-color: #FA877F;
}

    .bs-callout-danger h4 {
        color: #FA877F;
    }

.bs-callout-warning {
    border-left-color: #70A0A9;
}

    .bs-callout-warning h4 {
        color: #70A0A9;
    }

.bs-callout-info {
    border-left-color: #5bc0de;
}

    .bs-callout-info h4 {
        color: #5bc0de;
    }


.panel.no-border {
    border: none;
    box-shadow: none;
}

    .panel.no-border > .panel-heading {
        border: 1px solid #dddddd;
        border-radius: 0;
    }

.label-draft {
    background-color: #ceced8;
}

.label-pending {
    background-color: #f0ad4e;
}

.label-pending-termination {
    background-color: #a073b9;
}

pre.description {
    font-family: "Maax", Verdana, Helvetica, Sans-Serif;
}

.vtop {
    vertical-align: top;
}

.wrap {
    white-space: pre-wrap;
}

.pre-no-wrap {
    white-space: pre;
    font-family: 'Consolas', 'Courier New';
}

.wrap-fixed {
    white-space: pre-wrap;
    font-family: 'Consolas', 'Courier New';
}

.benelink-sm {
    font-size: 12px;
}

.benelink {
    font-size: 16px;
}

.align-right {
    text-align: right;
}

.size8 {
    font-size: 10px;
}

.size10 {
    font-size: 10px;
}

.size12 {
    font-size: 12px;
}

.size14 {
    font-size: 14px;
}

.size16 {
    font-size: 16px;
}

.size18 {
    font-size: 18px;
}

.size20 {
    font-size: 20px;
}

.size24 {
    font-size: 24px;
}

.sidebar-section-label {
    font-size: 16px;
}

.hover {
    background: #fff;
}

    .hover:hover {
        background: #f5f5f5;
    }

.selected-column {
    background-color: #f6f2e5;
    color: black;
}

.deselected-column {
    color: #808080;
}

.borderless td, .borderless th {
    border: none;
}

.task-banner-gray {
    padding: 8px;
    background-color: #808080;
    color: white;
    display: inline-block;
    width: 100%;
    font-size: 12px;
}

.task-banner-lightgray {
    padding: 8px;
    background-color: #ddd;
    color: black;
    display: inline-block;
    width: 100%;
    font-size: 12px;
}

/*
.task-ACTIVATION {
    background-color: #5cb85c;
    color: white;
    display:inline-block;
}

.task-SERVICE_CHANGE {
    background-color: #5cb85c;
    color: white;
    display:inline-block;
}
*/

.state-DRAFT {
    background-color: #5b5b5b;
    color: white;
    display: inline-block;
}

.state-ACTIVE {
    background-color: #66bd66;
    color: white;
    display: inline-block;
}

.state-PENDING {
    background-color: #f0ad4e;
    color: white;
    display: inline-block;
}

.state-PENDING_ACTIVATION {
    background-color: #f0ad4e;
    color: white;
    display: inline-block;
}

.state-IN_PROGRESS {
    background-color: #d9d8e0;
    color: white;
    display: inline-block;
}

.state-IN_HANDLING {
    background-color: #d6ccff;
    color: white;
    display: inline-block;
    padding: 4px;
}

.state-IN_PROVISIONING {
    background-color: #efba6f;
    color: white;
    display: inline-block;
    padding: 4px;
}

.state-PENDING_TERMINATION {
    background-color: #a073b9;
    color: white;
    display: inline-block;
    padding: 4px;
}

.state-PENDING_PARKING {
    background-color: #a073b9;
    color: white;
    display: inline-block;
    padding: 4px;
}

.state-PORTING_OUT {
    background-color: mediumvioletred;
    color: white;
    display: inline-block;
    padding: 4px;
}

.state-TERMINATED {
    background-color: #808080;
    color: white;
    display: inline-block;
}

.state-COMPLETED {
    background-color: #c1e5ba;
    color: white;
    display: inline-block;
}

.state-ABORTED {
    background-color: #ffd448;
    color: #d9534f;
    display: inline-block;
}

.state-REMOVED {
    background-color: salmon;
    color: white;
    display: inline-block;
}

.state-CLOSED {
    background-color: #e5e5e5;
    color: white;
    display: inline-block;
}

.dimmed {
    color: #bbb;
}

.matched {
    background-color: #d9f6db;
}

.unmatched {
    background-color: white;
    color: #939393;
}

.modified {
    background-color: #eec9c8;
}

.form-control-label.required:after {
    content: "*";
    color: mediumpurple;
}

label.required:after {
    content: " *";
    color: mediumpurple;
}


.diff {
    display: block;
    unicode-bidi: embed;
    font-family: Consolas, monospace;
    white-space: pre;
    font-size: 12px
}

.diff-inserted {
    color: green;
    background-color: #e4fbe4;
}

    .diff-inserted:before {
        content: "+";
    }

.diff-deleted {
    color: red;
    background-color: #f1e9e9;
}

    .diff-deleted:before {
        content: "-";
    }

.diff-default {
    color: #454545;
}

.friendly-time-now {
    background-color: #4bdd4b;
}

.friendly-time-minutes {
    background-color: #79cf79;
}

.friendly-time-nearhours {
    background-color: #64b564;
}

.friendly-time-hours {
    background-color: #9fe19f;
    color: #415a41;
}

.friendly-time-yesterday {
    background-color: #c4f1c4;
    color: #507850;
}

.friendly-time-days {
    background-color: #b0d1c2;
    color: white;
}

.friendly-time-week {
    background-color: #c9d4cf;
    color: #808080;
}

.friendly-time-month {
    background-color: #f0f0f0;
    color: #a0a0a0;
}

.friendly-time-year {
    background-color: #f0f0f0;
    color: #a0a0a0;
}

.friendly-time-old {
    background-color: #ddd;
    color: #808080;
}

table.pad8 td {
    padding: 8px;
    vertical-align: top;
}

/*
.filter {
}
*/

.filter-label {
    padding-top: 4px;
    font-size: 10px;
    color: #29588b;
    display: block;
}

.filter-input {
    border: 1px solid #ddd;
}

.custom {
    color: #428bca;
    font-weight: bold;
}

.default {
    color: #B2B2B2;
    font-weight: normal;
}

.w100 {
    width: 100px;
}

.w150 {
    width: 100px;
}

.w200 {
    width: 200px;
}

.w300 {
    width: 300px;
}

.w400 {
    width: 400px;
}

.invoice-label {
    font-weight: bold;
    font-family: "Maax", "Maax", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    color: #3c3c3c;
}

.invoice-main-label {
    font-size: 24px;
}

.credit-label {
    color: #9233cb !important;
    padding: 2px;
}

    .credit-label td {
        color: #9233cb !important;
        padding: 2px;
    }

.invoice-total {
    background-color: #f3f2f3;
    color: black;
    padding: 10px;
}

.refund-total {
    background-color: #e5e5e5;
    color: black;
    padding: 10px;
}

.invoice-total td {
    padding: 4px;
    color: black;
}

.refund-total td {
    padding: 4px;
    color: darkred;
}

.positive {
    color: #9233cb;
}

.negative {
    color: green;
}

.version-info {
    color: lightgray;
    text-align:left;
    font-size: 12px;
    height: 40px;
    padding: 10px 20px 40px 20px;
    width: 100%;
    opacity: 100;
}

.campaign {
    background-color: #fff987;
}

.w50 {
    width: 50px;
}

.w100 {
    width: 100px;
}

.w150 {
    width: 150px;
}

.w200 {
    width: 200px;
}

.bdr-user {
    font-size: 12px;
}

.bdr-product {
    width: 350px;
    font-size: 11px;
    font-weight: bold;
    clear: both;
    float: left;
    color: #6b6b6b;
    padding-left: 2px;
}

.bdr-span-start {
    width: 75px;
    font-size: 11px;
    float: left;
}

.bdr-span-end {
    width: 75px;
    font-size: 11px;
    float: left;
}

.bdr-span-total {
    width: 75px;
    font-size: 11px;
    font-weight: bold;
    float: left;
}

.bdr-phone {
    color: #29588b;
}


.bdr-rule {
    width: 250px;
    font-size: 11px;
    padding-left: 20px;
    color: #b0aeae;
    clear: both;
    float: left;
}

.bdr-ruletotal {
    width: 50px;
    font-size: 11px;
    float: left;
}

.bdr-user {
    width: 300px;
    font-size: 14px;
    font-weight: bold;
    padding: 4px;
    float: left;
}

.bdr-email {
    width: 200px;
    font-size: 11px;
    padding: 4px;
    padding-left: 20px;
    clear: both;
    float: left;
}

.bdr-utitle {
    width: 100px;
    font-size: 11px;
    padding-left: 20px;
    clear: both;
    float: left;
    color: #808080;
}

.bdr-user-name-excluded {
    text-decoration: line-through;
    color: #d9534f;
}

.bdr-user-excluded {
    margin-top: 6px;
    width: 100px;
    font-size: 12px;
    border-radius: 6px;
    padding: 4px;
    padding-left: 20px;
    background-color: #d9534f;
    color: white !important;
    clear: both;
    float: left;
    color: #808080;
}

.bdr-udata {
    width: 200px;
    font-size: 11px;
    float: left;
    color: #29588b;
}

.bdr-utotal {
    width: 100px;
    font-size: 14px;
    font-weight: bold;
    float: left;
}

.bdr-ucontrol {
    font-size: 12px;
    padding-left: 5px;
    cursor: pointer;
}

.bdr-user-basket-count {
    font-size: 18px;
    font-weight: bold;
    float: left;
    background-color: #428bca;
    color: white;
}

.bdr-span-row {
    display: table-row;
    padding: 1px 0px;
}

input[type=checkbox].bdr-user-checkbox {
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    color: #ddd;
    outline: 1px solid #ddd;
    padding: 10px;
}

.bdr-selected-user {
    background-color: #428bca !important;
    color: black;
}

.bdr-user-basket-text {
    font-size: 15px;
}

.circle {
    display: inline-block;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    margin: 0px;
    vertical-align: central;
}

.circle-small {
    display: inline-block;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    margin: 0px;
    vertical-align: central;
}

.circle-top-3 {
    position: relative;
    top: 3px;
}

.dot20 {
    display: inline-block;
    background-color: gray;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    margin: 0;
}


.circle-red {
    background-color: salmon;
}

.circle-salmon {
    background-color: salmon;
}

.circle-green {
    background-color: lightgreen;
}

.circle-seagreen {
    background-color: mediumseagreen;
}

.circle-gray {
    background-color: darkgray;
}

.circle-lightgray {
    background-color: #f0f0f0;
}

.circle-lavender {
    --background-color: #ac96ff;
    background-color: rgba(var(--color-brand-600))
}

.circle-orange {
    background-color: orange;
}


.circle-yellow {
    background-color: lightyellow;
}


table.dataTable tbody td {
    vertical-align: top;
}


.user-list-user-container {
    width: 320px;
    float: left;
    font-size: 12px;
}

.user-list-user-icon {
    color: #ac96ff;
    position: relative;
}

.user-list-wrapper {
    display: flex;
    align-items: center;
    vertical-align: top;
}

    .user-list-wrapper span {
        margin-left: 4px;
    }

    .user-list-wrapper .user-list-label {
        margin-left: 2px;
        padding-top: 2px;
    }

    .user-list-wrapper .user-list-icon {
        margin-left: 2px;
        padding-top: 0px;
    }


.user-list-name {
    color: #39006c;
    font-size: 14px;
    padding: 4px;
    font-weight: bold;
    font-family: 'Open Sans'
}

.user-list-email {
    color: #cccccc;
    font-size: 12px;
    position: relative;
    top: -10px;
    left: 25px;
}

.user-list-state-labels {
    font-size: 12px;
    clear: both;
    padding-left: 20px;
    margin-top: 4px;
}


.user-list-service-container {
    clear: both;
    float: left;
    border-radius: 4px;
    padding-right: 4px;
}

.user-list-service {
    font-size: 12px;
    float: left;
    width: 300px;
    padding: 4px;
}

.user-list-service-CURRENT {
    padding-top: 4px;
    padding-left: 4px;
    margin-top: 4px;
    padding: 4px;
}

.user-list-service-PENDING {
    background-color: #f9f9f9;
    padding-top: 4px;
    padding-left: 0px;
    margin-top: 4px;
    border: 1px solid #f0f0f0;
    border-left: 4px solid #ffd190;
}

.user-list-service-icon {
    color: #bebebe;
}

.user-list-service-name {
    color: #4a4a4a;
    padding: 2px;
}

.user-list-phones-container {
    float: left;
}

.user-list-phone {
    clear: both;
    float: left;
    width: 300px;
    font-size: 12px;
    padding: 4px;
    border-top: 0px dashed #ddd;
    margin-top: 2px;
}


.user-list-phone-icon {
    color: #bebebe;
    padding: 2px;
}

.user-list-phone-role {
    font-size: 12px;
}

.user-list-phone-number {
    padding-top: 4px;
    border-top: 0px dashed #ddd;
    float: left;
    font-size: 14px;
}

.user-note {
    font-size: 12px;
    color: black;
    background-color: lightyellow;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid yellow;
}

.deleteRow {
    background-color: #fac3c1;
    color: red;
}

.excl-rule {
    color: #d9534f;
    text-decoration: line-through;
}

.ajax-selected-user {
    color: #5cb85c;
}

.ajax-unselected-user {
    color: #e5e5e5;
}

.consent-title {
    font-size: 16px;
    padding: 6px;
    font-weight: bold;
    color: #808080;
}

.consent-description {
    font-size: 12px;
    padding: 6px;
    color: #808080;
}

.consent-approval-text {
    font-size: 12px;
    padding: 6px;
    color: black;
    text-align: right;
    padding-right: 20px;
}

.portal-data {
    color: #428bca;
}

.rule-row-warning {
    background-color: #f3a7a7;
}

.traffic-group-version {
    background-color: #ffec80;
    display: inline-block;
    padding: 4px;
    border-radius: 6px;
    padding-left: 12px;
    padding-right: 12px;
}

.traffic-pricelist-version {
    background-color: #d1ebfc;
    display: inline-block;
    padding: 4px;
    border-radius: 6px;
    padding-left: 12px;
    padding-right: 12px;
}

.xrm-task-completed {
    display: none;
}

.msi-rate-label {
    font-size: 12px;
    color: #808080;
    padding: 4px;
    display: inline-block;
    width: 120px;
    white-space: nowrap;
}

.msi-rate-number {
    font-size: 14px;
    color: #29588b;
    padding: 4px;
    margin-bottom: 8px;
    display: inline-block;
    width: 150px;
}

.msi-rate-edit {
    font-size: 14px;
    color: black;
    display: inline-block;
    width: 100px;
}

.msi-rate-edit-number-type {
    font-size: 14px;
    color: black;
    display: inline-block;
    width: 140px;
    padding: 1px;
}

.msi-rate-description {
    font-size: 14px;
    color: black;
    display: inline-block;
    padding-left: 4px;
    padding-bottom: 4px;
    width: 100%;
}

.msi-number-edit {
    font-size: 14px;
    color: black;
    display: inline-block;
    width: 140px;
}

.msi-scheme-radio {
    padding-left: 8px;
    font-size: 12px;
    display: inline-block;
}

.msi-scheme-label {
    padding-left: 8px;
    font-size: 14px;
    display: inline-block;
    color: #29588b;
    white-space: nowrap;
}

.msi-term-scheme-radio {
    padding-left: 8px;
    font-size: 12px;
    display: inline-block;
}

.msi-rate-col {
    width: 100px;
    float: left;
}


.invoice-button {
    width: 120px;
}

/* Number porting states */

[class*="np-state"] {
    font-size: 12px;
}

.np-state-NEW {
    background-color: #eee;
    color: darkorange;
}

.np-state-TR {
    background-color: white;
    color: green;
    border: 1px solid lightgreen;
}

.np-state-TC {
    background-color: lightgreen;
    color: white;
}

.np-state-TNP {
    background-color: orangered;
    color: white;
}

.np-state-TRC {
    background-color: lightsalmon;
    color: white;
}

.np-state-AST {
    background-color: darkseagreen;
    color: white;
}

.np-state-SS {
    background-color: white;
    color: darkseagreen;
    border: 1px double darkseagreen;
}

.np-state-TO {
    background-color: mediumpurple;
    color: white;
}

.np-state-NT {
    background-color: white;
    color: rebeccapurple;
}


.np-order-info {
    font-size: 14px;
    background-color: white;
    color: slategray;
    font-weight: normal;
}

.np-task {
    background-color: white;
    color: black;
    border: 0px double darksalmon;
}


.np-request-state-LOCAL-DRAFT {
    background-color: gray;
    color: white;
}


.np-request-state-LOCAL-OPEN {
    background-color: darkseagreen;
    color: white;
}

.np-request-state-LOCAL-CLOSED {
    background-color: gray;
    color: white;
}

.np-request-state-LOCAL-ARCHIVED {
    background-color: lightgray;
    color: black;
}



.np-request-state-REMOTE-DRAFT {
    background-color: gray;
    color: white;
}


.np-request-state-REMOTE-OPEN {
    background-color: mediumpurple;
    color: white;
}

.np-request-state-REMOTE-CLOSED {
    background-color: gray;
    color: white;
}

.np-request-state-REMOTE-ARCHIVED {
    background-color: gray;
    color: black;
}


.npo-filter-enabled {
    color: darkorange;
    font-size: 14px;
}

.npo-filter-disabled {
    color: lightgray;
    font-size: 14px;
}

.rbb-indicator {
    vertical-align: middle;
}

.rbb-indicator-smaller {
    font-size: 0.5em;
    vertical-align: middle;
}

.rbb-indicator-fast-user {
    font-size: 8px;
    vertical-align: middle;
}

.d-flex-center {
    display: flex;
    align-items: center;
}

.d-inline-flex-center {
    display: inline-flex;
    align-items: center;
}

.bdr-grouped-data-container {
    display: grid;
    grid-template-columns: 350px 225px 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas:
        "grid-col-prod grid-col-span"
        "grid-col-rule grid-col-span";
}

.grid-col-prod {
    grid-area: grid-col-prod;
    height: fit-content;
}

.grid-col-span {
    grid-area: grid-col-span;
    height: fit-content;
}

.grid-col-rule {
    grid-area: grid-col-rule;
    height: fit-content;
}

.grid-spacer-content {
    content: '';
    padding-bottom: 0.4375em;
}

.grid-spacer-no-content {
    content: '';
    padding-bottom: 0.5em;
}

.product-based-product {
    float: left !important;
}

.product-based-product-span {
    float: left !important;
}

@media (max-width: 1414px) {
    .bdr-grouped-data-container {
        grid-template-columns: 100% 1fr;
        grid-template-rows: auto 1fr;
        grid-template-areas:
            "grid-col-prod"
            "grid-col-span"
            "grid-col-rule";
    }

    .grid-spacer-content {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1621px) {
    .product-based-product {
        clear: left;
    }
}


.form-input {
    display: inline;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



.auth-radio {
    width: 100px;
    display: inline-block;
}

.radio-toolbar {
    margin: 0px;
}

    .radio-toolbar input[type="radio"] {
        opacity: 0;
        position: fixed;
        width: 0;
    }

    .radio-toolbar label {
        display: inline-block;
        background-color: #f9f9f9;
        padding: 4px 8px;
        border-radius: 4px;
        width: 100px;
        text-align: center;
        text-decoration: none;
        font-weight: normal;
        border: 2px solid white;
        color: #404040;
    }

        .radio-toolbar label:hover {
            background-color: #ac96ff40;
        }

    .radio-toolbar input[type="radio"]:focus + label {
        border: 2px solid #30c030;
    }

    .radio-toolbar input[type="radio"]:checked + label {
        background-color: #ac96ff20;
        border-color: #ac96ff75;
    }

.radio-toolbar-filter input[type="radio"]:checked + label {
    background-color: #ac96ff;
    border-color: #39006c30;
    color: white;
}



.cb-container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .cb-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.cb-checkmark {
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #e9e9e9;
}

/* On mouse-over, add a grey background color */
.cb-container:hover input ~ .cb-checkmark {
    background-color: lightgray;
}

/* When the checkbox is checked, add a blue background */
.cb-container input:checked ~ .cb-checkmark {
    background-color: #ac96ff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.cb-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cb-container input:checked ~ .cb-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.cb-container .cb-checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.text-info {
    font-weight: normal;
    color: #39006c;
}


.user-service-state {
    display: inline-block;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    margin: 2px;
    padding: 5px;
}

.user-service-state-text {
    font-size: 14px;
    color: #808080;
}


.user-phone-state {
    display: inline-block;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    margin: 2px;
    padding: 5px;
}

.user-phone-state-text {
    font-size: 14px;
    color: #808080;
}

.state-indicator {
    background-color: lightgray;
}

.state-indicator-DRAFT {
    background-color: #5b5b5b;
}

.state-indicator-ACTIVE {
    background-color: #66bd66;
}

.state-indicator-PENDING {
    background-color: #f0ad4e;
}

.state-indicator-PENDING_ACTIVATION {
    background-color: #f0ad4e;
}

.state-indicator-IN_PROGRESS {
    background-color: #5bc0de;
}

.state-indicator-IN_HANDLING {
    background-color: #428bca;
}

.state-indicator-IN_PROVISIONING {
    background-color: #f0ad4e;
}

.state-indicator-PENDING_TERMINATION {
    background-color: #a073b9;
}

.state-indicator-PENDING_PARKING {
    background-color: #a073b9;
}

.state-indicator-PORTING_OUT {
    background-color: mediumvioletred;
}

.state-indicator-TERMINATED {
    background-color: #808080;
}

.state-indicator-COMPLETED {
    background-color: #5cb85c;
}

.state-indicator-ABORTED {
    background-color: #ffd448;
}

.state-indicator-REMOVED {
    background-color: red;
}

.state-indicator-REPLACED {
    background-color: orange;
}

.state-indicator-CLOSED {
    background-color: #ddd;
}


.lightgray-bg {
    background-color: #d0d0d9;
}

.lightgray-text {
    color: #c0c0c9;
}

.form-title {
    font-size: 12px;
    padding-bottom: 2px;
    padding-top: 12px;
    padding-left: 3px;
    display: inline-block;
    color: #9090b0;
}

.table {
    cursor: default;
}

.no-pointer {
    cursor: default;
}

.left-margin {
    padding-left: 35px;
}

.row-margin {
    padding-left: 10px;
}

.qm-back-title {
    display: inline-block;
    padding: 4px;
    padding-left: 16px;
    font-size: 16px;
}

.oneclick {
}

.qm-ref-count-label {
    cursor: default;
}

.qm-box-form {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    background-color: #FEFEFE;
    padding: 1.5rem;
}

.qm-box {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
    --border-top: 1px solid #f5f5ff;
    border-radius: 8px;
    background-color: #FCFCFC;
    padding: 4px;
    margin: 4px;
}

    .qm-box.qm-box-table {
        padding: 10px 10px 30px 10px;
    }

    .qm-box.qm-box-datatable {
        background-color: white;
        padding: 0px;
    }

    .qm-box .dataTables_filter {
        display: inline-block;
        float: left;
        top: 20px;
        left: 20px;
    }

        .qm-box .dataTables_filter label {
            font-family: 'Roboto', sans-serif;
        }

        .qm-box .dataTables_filter input {
            font-family: 'Roboto', sans-serif;
            color: black;
            padding: 4px;
            height: 25px;
        }

    .qm-box.qm-box-datatable th {
        padding: 8px;
        color: indigo;
        font-weight: normal;
        font-size: 12px;
        cursor:default;
    }

    .qm-box.qm-box-white {
        background-color: white;
    }


    .qm-box.qm-box-table table.dataTable.no-footer {
        border-bottom: 0px;
    }

    .qm-box.qm-box-table table.dataTable thead th, table.dataTable thead td {
        padding: 10px 10px;
        border-top: 1px solid #ddf;
        border-bottom: 1px solid #ddf;
        font-family: 'Roboto Condensed', Verdana, sans-serif;
        font-size: 14px;
        color: #606090;
        border-left: 1px solid lavender;
    }

    .qm-box.qm-box-table table.dataTable tbody td {
        --border-left: 1px solid #f0f0f0;
        padding: 20px 10px;
    }


.dataTables_info {
    font-size: 12px;
    color: #333;
    position: absolute;
    bottom: -25px;
    right: 10px;
}

table.dataTable.no-footer {
    border-bottom: 0px solid #111;
}


.padding-4 {
    padding: 4px;
}

.padding-8 {
    padding: 8px;
}

.padding-16 {
    padding: 16px;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: .5em;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    margin-bottom: 8px;
}

.qm-heading {
    /* font-family: 'Roboto Condensed', 'Maax', Verdana, Helvetica, Sans-Serif; */
}

.roboto {
    font-family: 'Roboto Condensed', 'Maax', Verdana, Helvetica, Sans-Serif;
}


.qm-switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 18px;
}

    .qm-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.qm-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: lightgray;
    -webkit-transition: .1s;
    transition: .1s;
}

    .qm-slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .1s;
        transition: .1s;
    }

input:checked + .qm-slider {
    background-color: mediumseagreen;
}

input:focus + .qm-slider {
    box-shadow: 0 0 1px mediumseagreen;
}

input:checked + .qm-slider:before {
    -webkit-transform: translateX(11px);
    -ms-transform: translateX(11px);
    transform: translateX(11px);
}

.qm-slider.qm-round {
    border-radius: 34px;
}

    .qm-slider.qm-round:before {
        border-radius: 50%;
    }


.icon-text-wrapper {
    display: flex;
    align-items: center;
    vertical-align: top;
}

    .icon-text-wrapper span {
        margin-left: 8px;
        margin-top: 2px;
        white-space: normal;
    }

    .icon-text-wrapper sub-text {
        margin-left: 0px;
        margin-top: 2px;
        white-space: normal;
    }


.up-5 {
    position: relative;
    top: -5px;
}


.up-3 {
    position: relative;
    top: -3px;
}

.down-2 {
    position: relative;
    top: 2px;
}

.down-3 {
    position: relative;
    top: 3px;
}

.down-5 {
    position: relative;
    top: 5px;
}

.down-10 {
    position: relative;
    top: 10px;
}


.vbox {
    border-radius: 7px;
    padding: 0px;
}

    .vbox .vbox-table {
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
        background-color: white;
        padding-top: 4px;
        padding-bottom: 4px;
        border-radius: 7px;
        border: 1px solid #ddd;
        cursor:pointer;
    }

    .vbox .dataTables_filter {
        display: inline-block;
        float: left;
    }

        .vbox .dataTables_filter cl-icon {
            position: relative;
            top: 6px;
            left: 0px;
            color: #ac96ff;
        }

        .vbox .dataTables_filter label {
            font-family: Open Sans, 'Roboto', sans-serif;
            position: relative;
            top: 2px;
            left: 10px;
            font-size: 14px;
        }

        .vbox .dataTables_filter input {
            font-family: 'Open Sans', 'Roboto', sans-serif;
            color: black;
            padding: 4px;
            height: 30px;
        }

    .vbox .vbox-table th {
        padding: 8px;
        color: indigo;
        font-weight: normal;
        font-size: 12px;
        padding: 10px 10px;
        border-top: 1px solid #ddf;
        border-bottom: 1px solid #ac96ff;
        font-family: 'Roboto Condensed', Verdana, sans-serif;
        font-size: 12px;
        color: black;
        border-left: 1px solid lavender;
        text-transform: uppercase;
        letter-spacing: 1px;
        cursor:default;
    }

    .vbox .vbox-table td {
        color: black;
        cursor:pointer;
    }

    .vbox .vbox-table th {
        cursor: default;
    }


.vbox.vbox-white {
    background-color: white;
}


.vbox .vbox-table table.dataTable.no-footer {
    border-bottom: 0px;
}


.vbox .vbox-table td {
    padding: 12px 12px;
    font-weight: normal;
}

.vbox .vbox-table tbody tr:hover {
    background-color: #f9f5ff;
}

.vbox .vbox-table.no-hover tbody tr:hover {
    background-color: white;
}

.vbox-margin {
    padding-left: 12px;
    padding-right: 12px;
}

.vbox-menu {
    height: 18px;
    position: relative;
    top: 3px;
}


#vbox-wrapper {
    padding-left: 250px;
    transition: all 0.4s ease 0s;
}

#vbox-sidebar-wrapper {
    margin-left: -250px;
    left: 250px;
    width: 250px;
    background: #CCCCCC;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.4s ease 0s;
}

#vbox-page-content-wrapper {
    width: 100%;
    overflow: auto;
}

.vbox-sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
@media (max-width:767px) {
    #vbox-wrapper {
        padding-left: 0;
    }

    #vbox-sidebar-wrapper {
        left: 0;
    }

    #vbox-wrapper.active {
        position: relative;
        left: 250px;
    }

        #vbox-wrapper.active #vbox-sidebar-wrapper {
            left: 250px;
            width: 250px;
            transition: all 0.4s ease 0s;
        }
}
    */

.vbox-form-display {
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: lavender;
    border-color: #ddd;
}

.bar-title {
    color: #c0c0c9;
}

    .bar-title::before {
        content: " | ";
        color: #c0c0c9;
        font-size: 28px;
    }

.vbox-bread > cl-icon {
    position: relative;
    top: 7px;
}

.vbox-bread a {
    color: #58099D;
    font-weight: 600;
}


.qm-silo-name {
    font-weight: normal;
    font-size: 12px;
    background-color: #f5f5f5;
    color: #999;
}

.qm-silo-name-label {
    font-weight: normal;
    font-size: 16px;
    background-color: white;
    color: indigo;
    border: 1px solid indigo;
}

.vbox-warning-panel {
    border-left: 8px solid orange;
}

.first-cell {
    color: rgba(var(--color-brand-600))
}

.move-up-3 {
    position: relative;
    top: -3px;
}

.qm-read-only-title {
    position:relative;
    top: -3px;
    font-family: "Open Sans";
    font-size:12px;

}

.qm-read-only-title > .label-warning {
    background-color: salmon;
}

.plog-ACTIVATE {
    border-left: 7px solid lightgreen;
    color: white;
}

.plog-UPDATE {
    border-left: 7px solid lightblue;
    color: white;
}

.plog-TERMINATE {
    border-left: 7px solid salmon;
    color: white;
}

.qm-target-icon {
    color: #d0d0d5;
}

.qm-system-icon {
    color: lightgray;
}

.qm-target-label {
    font-weight: bold;
}

ul.dropdown-menu {
    border-radius: 7px !important;
}

.no-select {
    user-select: none; 
}

