﻿@font-face {
    font-family: 'toolbarOpenSans';
    src: url('../fonts/open_sans/OpenSans.woff2') format('woff2'), url('../fonts/open_sans/OpenSans.woff') format('woff'), url('../fonts/open_sans/OpenSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

.toolbar_header-master *, .toolbar_modal-dialog *, .CT_timeoutDialog * {
    font-family: 'toolbarOpenSans';
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix {
    clear: both;
}

.toolbar_header-master {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 04px 15px;
    background: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #f6f6f6;
}

.toolbar_header-master-proxy {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 04px 15px;
    background: #fff;
    box-sizing: border-box;
    background: #83FF83;
    border-bottom: 1px solid #f6f6f6;
}

.toolbar_header-right {
    float: right;
}

.toolbar_header-logo {
    float: left;
}

.toolbar_logo-img {
    float: left;
    height: 25px;
    margin: 7px 9px 10px 3px;
}

.toolbar_header-right-ul {
    margin: 0px;
    padding: 0px;
}

    .toolbar_header-right-ul li.toolbar_header-right-ul_base {
        list-style-type: none;
        float: left;
        margin: 02px 0 0 10px;
        padding: 0px;
        position: relative;
    }

.Customer_support-img {
    width: 20px;
    margin-top: 10px;
}

.Toolbar_help-img {
    width: 18px;
    margin-top: 10px;
    height: 22px;
}

.Notification-img {
    width: 18px;
    margin-top: 13px;
    height: 18px;
}

.toolbar_header-Notification-count {
    color: #fff;
    background: #c14347;
    border-radius: 105% !important;
    position: absolute;
    top: 5px;
    font-size: 9px;
    right: -4px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 13px;
}

.toolbar_profile-img {
    width: 28px;
    border-radius: 100% !important;
    margin-top: 5px;
    float: left;
    margin-right: 5px;
}

.toolbar_profile-name {
    color: #0e1271;
    float: left;
    font-size: 14px;
    line-height: 38px;
    padding-right: 05px;
    position: relative;
    cursor: pointer;
}

    .toolbar_profile-name:after {
        width: 0;
        height: 0;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        margin: 16px 0 0 10px;
        float: right;
    }

.toolbar_profile-dropdown {
    position: absolute;
    top: 120%;
    min-width: 160px;
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    right: 0;
    z-index: 10001;
    display: none;
}

.toolbar_profile-dropdown_list {
    list-style-type: none;
}

    .toolbar_profile-dropdown_list a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
        text-decoration: none;
    }
    .toolbar_profile-dropdown_list .k-grid .k-grid-pager a {
        padding: 0;
    }

    .toolbar_profile-dropdown_list .k-pager-sm .k-pager-numbers, .toolbar_profile-dropdown_list .k-pager-sm .k-pager-sizes {
        display: block;
    }


    .toolbar_profile-dropdown_list a:hover, .toolbar_profile-dropdown_list a:focus {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5;
    }

.toolbar_profile-dropdown:after, .toolbar_profile-dropdown:before {
    border: 10px solid transparent;
    position: absolute;
    content: '';
    right: 20px;
    bottom: 100%;
}

.toolbar_profile-dropdown:before {
    border-bottom-color: #ccc;
    border-width: 9px;
    margin-right: -1px;
}

.toolbar_profile-dropdown:after {
    border-bottom-color: #fff;
    border-width: 8px;
}

.toolbar_profile-dropdown-open .toolbar_profile-dropdown {
    display: block;
}

.toolbar_modal-dialog:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    content: "";
}

.toolbar_modal-dialog {
    width: 96%;
    margin: 0 auto;
    padding: 0px;
    z-index: 1050;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 05%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.1s, opacity 0.3s ease;
    transition: visibility 0s linear 0.1s, opacity 0.3s ease;
}

    .toolbar_modal-dialog.open {
        visibility: visible;
        opacity: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

.toolbar_modal-dialog-content {
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
    background: #fff;
    position: relative;
    z-index: 1060;
    height: 90vh;
}

.toolbar_modal-dialog-header {
    background: #0e1271;
    padding: 0.25rem 15px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

    .toolbar_modal-dialog-header h5 {
        color: #FFFFFF;
        font-size: 14px;
        font-weight: bold;
        float: left;
        line-height: 28px;
        margin: 0px;
    }

.toolbar_modal-dialog-cancel {
    width: auto;
    height: auto;
    color: #fff;
    opacity: 1.0;
    padding: 0px;
    margin: 3px 0 0 0;
    font-size: 19px;
    background: none;
    border: none;
    float: right;
    outline: none;
    cursor: pointer;
    box-shadow: none;
}

.toolbar_modal-dialog-body {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 15px;
    box-sizing: border-box;
    max-height: 85vh;
    overflow-y: auto;
}

.toolbar_myProfile_container {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
}

.toolbar_myProfile_left_section {
    width: 30%;
    float: left;
    padding: 0px 20px;
    margin: 0px;
    text-align: center;
    box-sizing: border-box;
}

.toolbar_myProfile_userImg {
    width: 160px;
    height: 150px;
}

.toolbar_myProfileDisplayName {
    font-size: 12px;
    color: #333333;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.toolbar_myProfileLocation {
    color: #222222;
    margin-bottom: 0.25rem !important;
    font-size: 14px;
    line-height: 24px;
}

.toolbar_myProfileUserEmail {
    width: 100%;
    max-width: 95%;
    word-wrap: break-word;
    color: #222222;
    font-size: 14px;
}

.toolbar_myProfile_right_section {
    width: 70%;
    float: left;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.toolbar_myProfile-formSection {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
}

.toolbar_myProfile_formGroup {
    width: 50%;
    float: left;
    margin: 0px;
    margin-bottom: 1rem;
    padding: 0 10px;
    box-sizing: border-box;
}

.toolbar_myProfile_formLabel {
    font-size: 14px;
    margin: 0px;
    color: #333;
    float: left;
    width: 100%;
    line-height: 24px;
}

    .toolbar_myProfile_formLabel sup {
        color: red;
    }

.toolbar_myProfile_formInput {
    font-size: 14px;
    padding: 0.25rem 0.5rem;
    height: 32px;
    width: 100%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    box-sizing: border-box;
    outline: none;
    float: left;
}

    .toolbar_myProfile_formInput:read-only {
        background-color: #e9ecef;
    }

.toolbarmodaldialogmyProfile {
    max-width: 1140px;
}

    .toolbarmodaldialogmyProfile .toolbar_modal-dialog-content {
        height: auto;
    }

.toolbar_modal-dialog-footer {
    padding: 15px;
    width: 100%;
    margin: 0px;
    box-sizing: border-box;
    float: left;
    border-top: 1px solid #dee2e6;
}

.toolbarBtnBrand {
    color: #fff;
    background-color: #0e1271;
    font-size: 14px;
    border-radius: 0;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border: none;
    cursor: pointer;
    outline: none;
}

.toolbarBtnDefult {
    color: #666;
    background-color: #e1e5ec;
    font-size: 14px;
    border-radius: 0;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    -webkit-box-shadow: none;
    text-shadow: none;
    border: none;
    cursor: pointer;
    outline: none;
}

.tooBar_pullRight {
    float: right;
}

.tooBar_pullLeft {
    float: left;
}

.tooBar_textRight {
    text-align: right;
}

.tooBar_mr_10 {
    margin-right: 10px;
}

.toolbar_common_Tabs {
    border-bottom: 1px solid #dee2e6;
    width: calc(100% + 30px);
    float: left;
    margin: -15px 0px 0px -15px;
    padding: 0px;
    background: #f4f4f4;
}

    .toolbar_common_Tabs li {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        float: left;
    }

.toolbar_common_tabsClick {
    color: #222;
    border: 1px solid transparent;
    font-size: 14px;
    padding: 8px 1rem;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    float: left;
}

    .toolbar_common_tabsClick.active {
        border-bottom: 2px solid #0e1271;
    }

    .toolbar_common_tabsClick:hover {
        text-decoration: none;
    }

.toolbar_common_Tabs_Content {
    float: left;
    width: 100%;
    padding: 15px 0px;
    margin: 0px;
}

.toolbar_common_tabPane {
    display: none;
    padding: 0px;
    margin: 0px;
}

    .toolbar_common_tabPane.active {
        display: block;
    }

.toolbarmodaldialoguserPreferences {
    max-width: 1000px;
}

    .toolbarmodaldialoguserPreferences .toolbar_modal-dialog-content {
        height: auto;
    }

.toolbar_custom_radio {
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    margin-right: 15px;
    float: left;
}

    .toolbar_custom_radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .toolbar_custom_radio .checkmark {
        position: absolute;
        top: 02px;
        left: 0;
        height: 16.5px;
        width: 16.5px;
        background-color: #eee;
        border-radius: 100% !important;
        border: none;
    }

    .toolbar_custom_radio:hover input ~ .checkmark {
        background-color: #ccc;
    }

    .toolbar_custom_radio input:checked ~ .checkmark {
        background-color: #0E1271;
    }

    .toolbar_custom_radio .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .toolbar_custom_radio input:checked ~ .checkmark:after {
        display: block;
    }

    .toolbar_custom_radio .checkmark:after {
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background: white;
        margin: auto;
        right: 0px;
        left: 0px;
        top: 0px;
        bottom: 0px;
        box-sizing: border-box;
    }

.toolbar_common_label {
    float: left;
    width: 100%;
    max-width: 200px;
    font-size: 14px;
    margin: 0px;
    color: #333;
}

.toolbar_common_radio {
    float: left;
}

.toolbar_common_form_group {
    float: left;
    width: 100%;
    margin: 0px 0 15px;
    padding: 0px;
}

.toolbar_common_select {
    width: 100%;
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    max-width: 285px;
    font-size: 13px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

    .toolbar_common_select option:first-child {
        color: black;
    }

.toolbar_common_switchToggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 70px;
    max-width: 70px;
    height: 30px;
    background: #fff;
    display: block;
    border-radius: 100px;
    font-size: 14px;
    margin: 0px;
    color: #333;
    position: relative;
}

.toolbar_common_switchbtn label {
    border: none;
    border-radius: 34px !important;
    background: #ccc;
}

.toolbar_common_switchToggle input:checked + label, .toolbar_common_switchToggle input:checked + input + label {
    background: #fff;
}

.toolbar_common_switchToggle input:checked + label, .toolbar_common_switchToggle input:checked + input + label {
    background: #0e1271;
}

    .toolbar_common_switchToggle input:checked + label:before, .toolbar_common_switchToggle input:checked + input + label:before {
        content: 'ON';
        position: absolute;
        top: 5px;
        left: 10px;
        width: 26px;
        height: 26px;
        border-radius: 90px;
        transition: 0.3s;
        text-indent: 0;
        color: #fff;
    }

    .toolbar_common_switchToggle input:checked + label:after, .toolbar_common_switchToggle input:checked + input + label:after {
        content: '';
        position: absolute;
        top: 2px;
        width: 26px;
        height: 26px;
        background: #fff;
        border-radius: 90px;
        transition: 0.3s;
        left: calc(100% - 2px);
        transform: translateX(-100%);
    }

.toolbar_common_switchToggle input + label:before, .toolbar_common_switchToggle input + input + label:before {
    content: 'OFF';
    position: absolute;
    top: 5px;
    left: 34px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.toolbar_common_switchToggle label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.toolbar_common_custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.toolbar_common_switchToggle label {
    border: none;
    border-radius: 34px !important;
    background: #ccc;
}

.toolbar_common_switchToggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
    display: none !important;
}

.toolbar_common_switchToggle {
    float: left;
    margin: 5px 0 0 0;
}

.toolbar_common_label_margin_t10 {
    margin-top: 10px;
}

.toolbar_custom_radio.UnitofMeasurement {
    min-width: 105px;
}

.toolbar_myProfile-formSection li:nth-child(odd) {
    clear: left;
}

.toolbar_myProfile-formSection li:nth-child(even) {
    clear: right;
}

.toolbar_myProfile_error {
    border-color: #fdefba;
    background-color: #fdefba;
    color: #816704;
    padding: 5px 8px 7px 8px;
    display: inline-block;
    border-width: 1px;
    position: static;
    font-size: 13px;
    float: left;
}

.toolbar_myProfile_alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e;
}
.toolbar_modal-dialog-body iframe {
    min-height: 81vh;
}

.toobar_common_appName {
    float: left;
    font-size: 18px;
    text-decoration: none;
    color: #0e1271;
    margin: 9px 0 0 9px;
    font-family: arial;
    font-weight: bold;
    border-left: 1px solid #ccc;
    padding: 1px 0 0 14px;
}

    .toobar_common_appName:hover {
        text-decoration: none;
    }

.toolbar_common_Notification_dropdownwrapper {
    width: 500px;
    position: fixed;
    z-index: 5000;
    background: #fff;
    border: 1px solid #0e1271;
    bottom: auto;
    height: 302px;
    top: 56px;
    right: calc(20px);
    display: none;
}

.toolbar_common_dropdown_open .toolbar_common_Notification_dropdownwrapper {
    display: block;
}

.toobar_common-notification-slider {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 600px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
}

    .toobar_common-notification-slider .strip {
        position: relative;
    }

    .toobar_common-notification-slider .strip, .toobar_common-notification-slider .slide {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .toobar_common-notification-slider .strip, .toobar_common-notification-slider .slide, .toobar_common-notification-slider > button {
        -webkit-perspective: 1000;
        -webkit-backface-visibility: hidden;
    }

    .toobar_common-notification-slider .slide {
        position: absolute;
        display: block;
        text-align: left;
        outline: none;
        padding: 20px 0px 50px 0px;
        box-sizing: border-box
    }

        .toobar_common-notification-slider .slide.sticky {
            display: block;
        }

    .toobar_common-notification-slider > button {
        position: absolute;
        z-index: 1;
        top: 40%;
        left: 0;
        padding: 0;
        margin: 0;
        background: none;
        border: 0;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 0px;
        font-family: monospace;
        font-size: 18px;
        line-height: 0;
        margin: 0px;
        text-align: center;
        color: #fff;
        box-shadow: none;
    }

    .toobar_common-notification-slider button.next {
        left: auto;
        right: 0;
    }

    .toobar_common-notification-slider .markers {
        text-align: right;
    }

    .toobar_common-notification-slider ul, .toobar_common-notification-slider li {
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .toobar_common-notification-slider li {
        float: left;
    }

        .toobar_common-notification-slider li + li {
            margin-left: 10px;
        }

.advanced .toobar_common-notification-slider ul {
    display: inline-block;
}

.toobar_common-notification-slider .slide {
    background: #CFCFCF;
}

    .toobar_common-notification-slider .slide:nth-child(even) {
        background: #DFDFDF;
    }

    .toobar_common-notification-slider .slide p {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 40px;
        margin-top: -20px;
        font-weight: bold;
        font-size: 2em;
        line-height: 40px;
    }

.advanced .toobar_common-notification-slider > button {
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 36px;
    margin-top: -40px;
    padding-right: 10px;
    padding-left: 7px;
}

.toobar_common-notification-slider > button::-moz-focus-inner {
    margin: -1px;
    padding: 0;
}

.toobar_common-notification-slider > button b {
    display: block;
    width: 23px;
    height: 36px;
    background: transparent url(../img/arrow.png) no-repeat 0 -36px;
    background: rgba(0, 0, 0, 0) url(../img/arrow.svg) no-repeat 0 -36px;
    background-size: 23px 72px;
    text-indent: -10000px;
}

.toobar_common-notification-slider button.next {
    padding-right: 7px;
    padding-left: 10px;
}

    .toobar_common-notification-slider button.next b {
        left: 10px;
    }

    .toobar_common-notification-slider button.next b {
        background-position: 0 0;
    }

.toobar_common-notification-slider .markers {
    height: 15px;
    padding: 15px 10px;
    text-align: center;
    font-size: 0.8em;
}

.toobar_common-notification-slider.disabled > button {
    display: none;
}

.toobar_common-notification-slider .markers button {
    display: inline-block;
    *display: block;
    *float: left;
    padding: 0;
    width: 10px;
    height: 10px;
    background: #575757;
    border-radius: 5px;
    text-indent: -10000px;
    opacity: 0.3;
}

    .toobar_common-notification-slider .markers button + button {
        margin-left: 10px;
    }

    .toobar_common-notification-slider .markers button.sticky {
        background-color: #3172dd;
        opacity: 0.75;
    }

.toobar_common-notification-slider.touch .markers button {
    width: 16px;
    height: 03px;
    border-radius: 8px;
}

    .toobar_common-notification-slider.touch .markers button + button {
        margin-left: 10px;
    }

.Notification .toolbar_group-check .toolbar_custom-control {
    display: inline;
    float: left;
}

.Notification .Notif-title {
    float: left;
    font-size: 16px;
    line-height: 17px;
}

.Notification .toolbar_group-check {
    float: right;
    margin: -1px 0 0 0;
}

.Notification .Notif-head .clear-fix {
    clear: both;
}

.Notification {
    width: 100%;
}

    .Notification .Notif-head {
        padding: 10px;
        background-color: #0e1271;
        color: #fff;
        font-weight: 600;
        width: 100%;
        box-sizing: border-box;
    }

    .Notification .markers {
        position: absolute;
        display: block;
        width: auto;
        bottom: 05px;
        left: 0px;
        right: 0px;
    }

        .Notification .markers button {
            border-radius: 2px;
            width: 17px;
            height: 4px;
        }

    .Notification .view-all {
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: #0e1271;
        z-index: 1;
    }

        .Notification .view-all button {
            color: #0e1271;
            font-size: 14px;
            outline: 0;
            background: none;
            border: none;
            font-size: 12px;
            box-shadow: none;
            cursor: pointer;
        }

    .Notification .markers button.sticky {
        background-color: #0e1271;
        opacity: 1;
        outline: 0;
    }

    .Notification .toobar_common-notification-slider {
        height: 255px;
    }

        .Notification .toobar_common-notification-slider .slide:nth-child(even) {
            background: #fff;
        }

        .Notification .toobar_common-notification-slider .slide {
            background: #fff;
        }

        .Notification .toobar_common-notification-slider > button b {
            text-align: center;
        }

        .Notification .toobar_common-notification-slider > button b {
            display: block;
            width: initial;
            height: initial;
            background-size: initial;
            text-indent: initial;
            text-align: center;
        }

        .Notification .toobar_common-notification-slider button.previous {
            background: #ccc;
            outline: 0;
        }

        .Notification .toobar_common-notification-slider button.next {
            background: #ccc;
            outline: 0;
        }

        .Notification .toobar_common-notification-slider .slide p {
            position: absolute;
            top: 0px;
            left: 0px;
            margin-top: 91px;
            right: 0px;
        }

.Notif-head .toolbar_group-check .toolbarcustom-checkbox .custom-control-input {
    float: left;
    margin: 05px;
    position: relative;
    opacity: 1;
}

.Notif-head .toolbar_group-check .toolbarcustom-checkbox .custom-control-label {
    float: left;
    margin: 0px 0 0 05px;
    color: #fff;
}

.Notif-head .custom-control-label::before {
    display: none;
}

.Notif-head .custom-control-label::after {
    display: none;
}

.Notif-head .custom-control-inputss {
    float: left;
    margin: 5px 0px 0 15px;
}

#toolbarNotification:after {
    position: absolute;
    top: 40px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0e1271;
    border-left: 10px solid transparent;
    border-bottom-color: #0e1271;
    content: '';
    left: 0;
    right: 0px;
    margin: 0 auto;
    display: none;
}

.toolbar_common_dropdown_open #toolbarNotification:after {
    display: block;
}

.CT_notificationInneritem {
    width: 100%;
    float: left;
    margin: 0px 0 14px 0;
    padding: 0px 40px;
    box-sizing: border-box;
    font-size: 14px;
}

.CT_alertType {
    float: left;
    width: 20px;
    margin: 02px 07px 0 0;
}

.CT_alertTypeimg {
    max-width: 15px;
    margin: 0;
    float: left;
}

.CT_alertTypename {
    float: left;
}

.CT_alertSubject {
    color: #222;
    width: 290px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    margin: 0 5px;
}

.CT_notificationInneritem.unread * {
    font-weight: bold;
}

.CT_overlay {
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1005000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    height: 100vh;
}

    .CT_overlay .loading {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
    }

    .CT_overlay .loading-bar {
        display: inline-block;
        width: 6px;
        height: 36px;
        z-index: -1;
        border-radius: 4px;
        animation: CTloading 1s ease-in-out infinite;
    }

        .CT_overlay .loading-bar:nth-child(1) {
            background-color: #0e1271;
            animation-delay: 0.32s;
        }

        .CT_overlay .loading-bar:nth-child(2) {
            background-color: #FFCC00;
            animation-delay: 0.16s;
        }

        .CT_overlay .loading-bar:nth-child(3) {
            background-color: #0e1271;
            animation-delay: 0.16s;
        }

        .CT_overlay .loading-bar:nth-child(4) {
            background-color: #FFCC00;
            animation-delay: 0.27s;
        }

.CT_overlay {
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1005000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    height: 100vh;
}

    .CT_overlay .openloader .overlay {
        display: block !important;
    }

    .CT_overlay .closeLoader .overlay {
        display: none !important;
    }

@-webkit-keyframes CTloading {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes CTloading {
    0%, 80%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.CT_timeoutDialog {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100vh;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    display: none;
    z-index: 100002;
}

.CT_timeoutDialog-wrapper {
    outline: 0px;
    height: auto;
    width: 350px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: max-content;
}

.CT_timeoutDialog-container {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    padding: 15px;
    background: #eeeeee url(../images/timeout-icon.png) no-repeat 15px 25px;
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.CT_timeoutDialog-title {
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 0 0 15px 0;
    margin-left: 80px;
}

.CT_timeoutDialog-body {
    margin-left: 80px;
    font-size: 16px;
    line-height: 24px;
    color: #222;
}

.CT_timeoutDialog-qustion {
    margin: 5px 0;
}

.CT_timeoutDialog-fbutton {
    color: #FFF;
    background-color: #0f5895;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#377bb2), to(#0f5895));
    background-image: -moz-linear-gradient(top, #377bb2, #0f5895);
    background-image: -ms-linear-gradient(top, #377bb2, #0f5895);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #377bb2), color-stop(100%, #0f5895));
    background-image: -webkit-linear-gradient(top, #377bb2, #0f5895);
    background-image: -o-linear-gradient(top, #377bb2, #0f5895);
    background-image: linear-gradient(top, #377bb2, #0f5895);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#377bb2', endColorstr='#0f5895', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-shadow: none;
    margin: 5px 10px 5px 0;
}

    .CT_timeoutDialog-fbutton.no {
        background-color: #e6e6e6;
        background-repeat: repeat-x;
        background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
        background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
        background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: linear-gradient(top, #ffffff, #e6e6e6);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
        color: #000000;
    }

.CT_timeoutDialog-footer {
    margin-top: 15px;
}

.toolbar_notification-detailDialog {
    width: 96%;
    max-width: 1140px;
}

    .toolbar_notification-detailDialog .toolbar_modal-dialog-content {
        height: auto;
    }

.toolbar_notificationdetailtext_right {
    text-align: right;
}

.toolbar_common-inputView {
    font-weight: 600;
    border: none;
    outline: none;
    font-size: 14px;
    padding: 0 0 0 30px;
    box-sizing: border-box;
    width: calc(100% - 200px);
}

.toolbar_common-contenteditable {
    height: 250px;
    overflow: auto;
    border: 1px solid #ccc;
    line-height: 28px;
    width: calc(100% - 240px);
    box-sizing: border-box;
    padding: 10px;
    float: left;
    margin: 0 0 0 30px;
    overflow-y: auto;
    font-weight: normal;
}

.toolbar_notification-detailDialog .toolbar_common_form_group {
    margin: 0px 0 25px;
}

#commonNavBar {
    min-height: 52px;
}

.toolbarBtn-left {
    float: left;
}

#CT_AdvanceNoticeList .k-grouping-header {
    background-color: #3f51b5;
    color: #f7f7f7;
}

.toolbar_notification-detailDialog .toolbar_modal-dialog-body .k-pager-wrap .k-pager-input {
    display: inline-block;
}

button {
    outline: none !important;
}

#CT_notificationContent { /*transform:translateX(0) !important;*/
}

.toolbar_contactus-dropdown {
    min-width: 700px;
    max-width: 700px;
    margin: 0px;
    padding: 0px;
}

    .toolbar_contactus-dropdown .toolbar_common_Tabs {
        margin: 0px;
        width: 100%;
        background: none;
        border: none;
        display: flex;
        padding: 15px;
        box-sizing: border-box;
    }

        .toolbar_contactus-dropdown .toolbar_common_Tabs li {
            flex: 1;
            margin: 0 15px 0 0;
        }

            .toolbar_contactus-dropdown .toolbar_common_Tabs li:last-child {
                margin-right: 0px;
            }

            .toolbar_contactus-dropdown .toolbar_common_Tabs li a {
                border: 1px solid #d2d2d2;
                border-radius: 3px;
                background: #f8f8f8;
                text-align: center;
                width: 100%;
                box-sizing: border-box;
                font-size: 16px;
                color: #717171;
                padding: 10px 0px 0 0;
                min-height: 120px;
            }

                .toolbar_contactus-dropdown .toolbar_common_Tabs li a.active, .toolbar_contactus-dropdown .toolbar_common_Tabs li a:hover {
                    background: #e6e6f0;
                    color: #0e1271;
                }

.callbreak {
    float: left;
    width: 100%;
    font-size: 10px;
    color: #333;
    line-height: 20px;
}

.CT_Contactustab-img {
    display: block;
    padding: 0px;
    margin: 15px auto;
    max-width: 33px;
}

.toolbar_contactus-dropdown .toolbar_common_Tabs li a .CT_Contactustab-img.default {
    display: block;
}

.toolbar_contactus-dropdown .toolbar_common_Tabs li a .CT_Contactustab-img.active {
    display: none;
}

.toolbar_contactus-dropdown .toolbar_common_Tabs li a.active .CT_Contactustab-img.active, .toolbar_contactus-dropdown .toolbar_common_Tabs li a:hover .CT_Contactustab-img.active {
    display: block;
}

.toolbar_contactus-dropdown .toolbar_common_Tabs li a.active .CT_Contactustab-img.default, .toolbar_contactus-dropdown .toolbar_common_Tabs li a:hover .CT_Contactustab-img.default {
    display: none;
}

.toolbar_contactus-dropdown .toolbar_common_Tabs_Content {
    padding: 0px 15px;
    box-sizing: border-box;
}

    .toolbar_contactus-dropdown .toolbar_common_Tabs_Content .toolbar_common_tabPane {
        padding-bottom: 15px;
    }

.contactus_form-group {
    margin-bottom: 10px;
}

    .contactus_form-group lable {
        float: left;
        width: 100%;
        font-size: 14px;
        margin: 0 0 10px 0;
        color: #333;
    }

    .contactus_form-group select {
        width: 100%;
        height: calc(1.5em + 0.5rem + 2px);
        padding: 0.25rem 0.5rem;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        font-size: 13px;
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
        box-sizing: border-box;
    }

    .contactus_form-group input {
        width: 100%;
        height: calc(1.5em + 0.5rem + 2px);
        padding: 0.25rem 0.5rem;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        font-size: 13px;
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
        box-sizing: border-box;
    }

    .contactus_form-group textarea {
        width: 100%;
        background-color: #fff;
        padding: 0.25rem 0.5rem;
        font-size: 13px;
        border: 1px solid #ced4da;
        box-sizing: border-box;
        float: left;
    }

.toolbar_contactus-dropdown .toolbar_modal-dialog-footer {
    padding: 15px 0px;
    border-top: none;
}

.toolbar_contactus-dropdown {
    right: -20px;
}

.contactus_form-group lable sup {
    color: red;
}

.employee-details {
    display: block !important;
    border: 1px solid #ccc !important;
}

    .employee-details ul {
        list-style: none;
        font-style: italic;
        margin: 15px;
        padding: 0;
    }

        .employee-details ul li {
            margin: 0;
            line-height: 1.7em;
            white-space: normal !important;
        }

    .employee-details label {
        display: inline-block;
        width: 100px;
        padding-right: 10px;
        text-align: left;
        font-style: normal;
        font-weight: bold;
    }

.CT_heading-contactus {
    background: #0e1271;
    padding: 9px 15px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    position: relative;
}

.toolbar_contactus-dropdown:after {
    border-bottom-color: #0e1271;
}

.myticketh3 {
    padding-bottom: 5px;
    color: #0e1271 !important;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    padding-right: 5px;
}

    .myticketh3:after, .myticketh3:before {
        display: block;
        position: absolute;
        left: 0;
        content: "";
        bottom: 0;
    }

    .myticketh3:before {
        width: 100%;
        height: 2px;
        background: #fc0;
    }

    .myticketh3:after {
        width: 40%;
        height: 2px;
        background: #0e1271;
    }


.KT_error-msg {
    border-color: #fdefba;
    color: #816704;
    padding: 9px 17px 9px 40px;
    position: static;
    display: inline-block;
    background: url(../images/KT_info_icon.png) no-repeat #fdefba 12px center;
    background-size: 16px;
}

.KT_success-message {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0;
}

/*.k-grid td, .k-grid th {
    white-space: nowrap;
}*/

#myticketContainer .k-pager-wrap.k-pager-sm .k-pager-numbers-wrap .k-dropdown {
    display: none !important;
}

#myticketContainer .k-pager-wrap.k-pager-sm .k-pager-info {
    display: block !important;
}

#myticketContainer .k-pager-wrap.k-pager-sm .k-pager-numbers {
    display: block !important;
}

.neW_support-close {
    position: absolute;
    right: 0px;
    color: #ffffff !important;
    font-size: 20px;
    top: -1px;
    z-index: 1000;
}

    .neW_support-close:hover {
        background: none !important;
    }

.employee-details ul li {
    white-space: normal;
}

.toolbar_header-master * .k-icon {
    font-family: WebComponentsIcons;
}

.toolbar_header-master .k-pager-wrap.k-grid-pager .k-pager-numbers-wrap .k-dropdown {
    border: 1px solid #ccc;
    max-width: 60px;
}
/*Added css*/

/*Tabs*/
.External-nav-tabs .External-nav-link {
    color: #fff !important;
    background-color: #0E1271;
    padding: .5rem 1rem;
    border: 1px solid transparent;
    border-radius: 0;
    display: block !important;
    text-decoration: none !important;
    cursor: pointer;
}

.External-nav-tabs li {
    list-style: none;
}

.External-nav-tabs .External-nav-link.active {
    border-bottom: inherit;
}

.External-nav-tabs .External-nav-item.show .External-nav-link, .External-nav-tabs .External-nav-link.active {
    color: #495057 !important;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border-top: 4px solid #fcd567;
}

.External-nav-tabs .External-nav-item {
    margin-bottom: -1px;
    border-right: 1px solid #fff;
    color: #fff;
    padding: 0px;
    font-size: 14px;
}

.External-nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.External-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.External-tab-content {
    border: 1px solid #eee;
    padding: 10px;
    border-top: 0px;
}

    .External-tab-content > .active.show {
        display: block;
    }

    .External-tab-content > .External-tab-pane {
        display: none;
    }

    .External-tab-content .fade:not(.show) {
        opacity: 0;
    }

.GroupList_text-center {
    text-align: center !important;
}

.GroupList_text-left {
    text-align: left !important;
}

.GroupList_text-center .k-link {
    text-align: center !important;
}

.GroupListing .k-grid-content {
    min-height: 38px;
}

.AddGrp_OrganizationTree .k-treeview .k-in.k-state-hover label {
    color: #fff !important;
}

.AddGrp_OrganizationTree .k-treeview {
    max-height: 250px !Important;
    overflow: auto !important;
}

.GroupListing.k-grid .k-grid-header .k-header .k-link, .GroupListing.k-grid .k-grid-header .k-link, .GroupListing.k-grid .k-grid-header .k-link:link {
    color: #0e1271 !important;
    font-family: 'toolbarOpenSans';
    font-weight: 600;
    font-size: 13px !important;
}
/*Action btn*/
.userPrefrenceGroup_action-menu.btn {
    font-size: 14px;
    border-radius: 0;
}

    .userPrefrenceGroup_action-menu.btn.blue:not(.btn-outline) {
        color: #fff;
        background-color: #0e1271;
        border-color: #0e1271;
    }

    .userPrefrenceGroup_action-menu.btn:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.userPrefrenceGroup_action-menu.btn-circle {
    border-radius: 50% !important;
}

.btn.userPrefrenceGroup_action-menu {
    border-radius: 50%;
    color: #fff !important;
    padding: 5px 9px;
}

/*Modal heigt customization*/
.toolbarmodaldialoguserPreferences .toolbar_modal-dialog-body {
    max-height: 80vh;
}

.GrpCntxtMenu_hide-block {
    display: none;
}

.UserPrefernce_GrpHeading {
    color: #666;
    margin-bottom: 10px;
    font-size: 20px;
}

.GroupListing .fa-ellipsis-h {
    font-family: 'FontAwesome';
}

.GroupListing .k-grid-header {
    padding-right: 0 !important
}

.UserPreference_AddGroupBtn {
    clear: both;
    min-height: 70px;
}

.userPrefrence_gridEmail {
    text-decoration: underline !important;
    color: #5a36e7 !important;
}

.userPreference_GrpTabHeading {
    margin-top: 5px;
}

.EditGrp_createdBy, .EditGrp_modifiedBy {
    font-size: 12px;
}

.UserPreference_AddGroupBtn .toolbar_myProfile_formGroup {
    width: 30%;
    margin-bottom: 0;
    padding-left: 3px;
}

#CT_AddGroupBtn {
    margin-top: 20px;
}

.UserPreference_AddGroupBtn.ViewGrp {
    display: flex;
    min-height: 0;
    margin-bottom: 10px;
}

.AddGrp-customcheck-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    float: left;
    margin-top: 28px;
    margin-left: 10px;
}

.AddGrp-custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.AddGrp-custom-control-checklabel {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    padding-top: 3px;
    font-size: 13px;
}

.AddGrp-custom-checkbox .AddGrp-custom-control-checklabel::before {
    border-radius: 0px;
}

.AddGrp-custom-control-checklabel::before, .AddGrp-custom-file-label, .AddGrp-custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.AddGrp-custom-control-checklabel::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.AddGrp-custom-control-checklabel::after {
    position: absolute;
    top: 4px;
    left: -20px;
    display: block;
    width: 15px;
    height: 15px;
    content: "\2713";
    transform: rotate( 17deg );
    background: no-repeat 50%/50% 50%;
    color: #fff;
}

#CT_GroupName {
    height: 30px;
}

.AddGrp-custom-control-input:not(:disabled):active ~ .AddGrp-custom-control-checklabel::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
    border-radius: 0px;
}

.AddGrp-custom-control-input:checked ~ .AddGrp-custom-control-checklabel::before {
    color: #fff;
    border-color: #0e1271;
    background-color: #0e1271;
    border-radius: 0px;
}

.UserPreference_AddGroupBtn label {
    font-size: 13px;
    font-weight: 600;
}

.External-nav-tabs .External-nav-link.ViewGrp_hide-block {
    display: none !important;
}

.ViewGrp_txtvalue {
    font-size: 13px;
}

/*Oranization tree*/
.imgClass img {
    width: 14px;
    margin-top: 2px;
}

.imgClass {
    width: 27px;
    height: 25px;
    line-height: 21px;
    text-align: center;
    background: #f66;
    float: left;
    margin-right: 10px;
    margin-top: -2px;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
}

.red_bg {
    background: #b44532;
}

.liblue_bg {
    background: #779ecb;
}

.blue_bg {
    background: #0e1271;
}

.pink_bg {
    background: #e27589;
}

.green_bg {
    background: #1fb36f;
}

.subdealer_bg {
    background: #00b0a1
}

.AddGrp_kendo_tree .k-dropdowntree .k-dropdown-wrap.k-state-hover, .AddGrp_kendo_tree .k-dropdowntree .k-dropdown-wrap:hover, .AddGrp_kendo_tree .k-dropdowntree .k-dropdown-wrap {
    border-color: #ced4da;
    color: #656565;
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    height: 30px;
}

.AddGrp_kendo_tree .k-dropdowntree {
    width: 335px;
}

.AddGrp_OrganizationTree .k-treeview .k-i-collapse, .AddGrp_OrganizationTree .k-treeview .k-i-expand {
    border: 1px solid #999;
    background-color: #fff !important;
    width: 20px !important;
    height: 20px !important;
    margin: -1px 5px 0 0px !important;
    line-height: 15px !important;
    border-radius: 0 !important;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    display: inline-block;
}

.AddGrp_OrganizationTree .k-group .k-i-collapse::before {
    content: "\f068" !important;
    font-size: 12px;
    font-family: 'FontAwesome';
    top: 0px;
    left: 0px;
}

.AddGrp_OrganizationTree label {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    font-weight: normal !important;
    font-family: 'toolbarOpenSans' !important;
}

.AddGrp_OrganizationTree .k-treeview .k-state-focused {
    padding: 5px;
}

.AddGrp_OrganizationTree .k-group .k-i-expand::before {
    content: "\f067" !important;
    font-size: 12px;
    font-family: 'FontAwesome';
    top: 0px;
    left: 0px;
}

.k-animation-container > .AddGrp_OrganizationTree.k-popup {
    box-shadow: none;
    background-color: #fff;
}

.AddGrp_OrganizationTree .k-treeview .k-in {
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

    .AddGrp_OrganizationTree .k-treeview .k-in .k-sprite {
        margin-right: -20px !important;
    }

    .AddGrp_OrganizationTree .k-treeview .k-in.k-state-hover, AddGrp_OrganizationTree .k-treeview.k-treeview .k-in:hover, .AddGrp_OrganizationTree .k-treeview .k-in.k-state-selected {
        color: #fff !important;
        background-color: #0e1271 !important;
        padding: 5px;
    }

#roletypeddl-list .k-list-optionlabel.k-state-hover.k-state-selected, #roletypeddl-list .k-list-optionlabel:hover.k-state-selected, #roletypeddl-list .k-list-optionlabel.k-state-selected {
    color: #fff;
    background-color: #0e1271;
}

#roletypeddl-list .k-list .k-item.k-state-selected, #roletypeddl-list .k-list-optionlabel.k-state-selected {
    color: #fff !important;
    background-color: #0e1271 !important;
}

#roletypeddl_listbox {
    min-width: 400px !important;
}

#roletypeddl-list {
    min-width: 250px !important;
}

#CT_userPreferences.toolbarmodaldialoguserPreferences {
    max-width: 1200px;
}

.toolbar_userPreference_alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.GroupListing .fa-ellipsis-h {
    font-family: 'FontAwesome';
}

.GroupListing .k-grid-header {
    padding-right: 0 !important
}

.GroupListing label {
    color: #0e1271;
    font-weight: 600;
    font-size: 13px;
    font-family: toolbarOpenSans;
}

.GroupListing .fa-pencil:before {
    content: "\f040";
    font-family: 'FontAwesome';
}

.GroupListing .k-grid td {
    padding: 7px 12px !Important;
}

.External-nav-tabs .External-nav-link.active:hover {
    color: #495057;
    background-color: #fff;
}

.AddGrp_OrganizationTree .k-treeview .k-in.k-state-selected label {
    color: #fff;
}

.AddGrp_OrganizationTree .k-treeview .k-item {
    padding-top: 0;
    margin: 8px 0;
}

.GroupListing label {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    font-family: 'toolbarOpenSans' !important;
    color: #0e1271;
}

.GroupListing.k-grid .k-grid-header .k-header .k-link, .GroupListing.k-grid .k-grid-header .k-link, .GroupListing.k-grid .k-grid-header .k-link:link {
    color: #0e1271 !important;
    font-family: 'toolbarOpenSans';
    font-weight: 600;
    font-size: 13px !important;
}

#context-menu-GroupList .k-item a {
    color: #656565;
}

#context-menu-GroupList .k-item.k-state-hover a {
    color: #fff;
    background-color: #0e1271;
}

#OrgTreeDropdown .k-state-hover .k-icon k-i-close {
    top: 50%;
}

​​​​
.External-nav-tabs .External-nav-link {
    text-decoration: none !important;
}

.External-nav-item a:not([href]):not([tabindex]) {
    color: #fff;
}

#idbtn_toolbar_Yes.toolbarBtnBrand {
    color: #fff !important;
    background-color: #0e1271 !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    padding: 0.375rem 0.75rem !important;
    line-height: 1.5 !important;
    border: none !important;
    cursor: pointer !important;
    outline: none !important;
}

#idbtn_toolbar_No.toolbarBtnDefult {
    color: #666 !important;
    background-color: #e1e5ec !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    padding: 0.375rem 0.75rem !important;
    line-height: 1.5 !important;
    -webkit-box-shadow: none !important;
    text-shadow: none !important;
    border: none !important;
    cursor: pointer !important;
    outline: none !important;
}

.AddGrp_OrganizationTree .k-treeview .k-in.k-state-hover.addDisabledclass {
    background-color: #fff !important;
}

.k-icon, .k-tool-icon {
    font: 16px/1 WebComponentsIcons !important;
}

.k-grid .k-alt {
    background-color: #f9f9f9;
}

.k-grid {
    font-size: 14px;
}

.k-dropdown .k-state-default {
    border-color: rgba(0,0,0,.08);
    color: #656565;
    background-color: #f6f6f6;
    background-image: linear-gradient(#f6f6f6,#f1f1f1);
    box-shadow: none;
}

.k-list > .k-state-selected.k-item.k-state-focused {
    color: #fff;
    background-color: #0e1271;
}

.k-dropdown-wrap.k-state-hover {
    box-shadow: none;
    border-color: rgba(0,0,0,.08);
    color: #656565;
    background-color: #f6f6f6;
    background-image: linear-gradient(#f6f6f6,#f1f1f1);
}

.k-dropdown, .k-dropdowntree{
    font-size: 14px;
}

.k-sprite {
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    background-repeat: no-repeat;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    -ms-high-contrast-adjust: none;
}

.k-list-filter {
    display: block;
    position: relative;
    padding: 5px;
    min-height: calc(20px + 1.42857143em);
    box-sizing: border-box;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}


    .k-list-filter > .k-textbox {
        width: 100% !important;
        background-color: #fff;
        border-color: rgba(0,0,0,.08);
        color: #656565;
        background-clip: padding-box;
        padding: 4px 8px;
        width: 12.4em;
        height: calc(1.42857143em + 10px);
    }

    .k-list-filter > .k-icon {
        right: 16px;
    }

.k-list-container.k-popup {
    background-color: #f9f9f9;
}

.k-header .k-icon:before {
    color: #0e1271;
}

.k-filter-menu.k-popup .k-filter-menu-container.userPrefrence_GroupFilter {
    width: 213px;
    padding: 0.5em 1em;
}

.k-filter-menu.k-popup, .k-grid-filter-popup.k-popup {
    font-family: 'toolbarOpenSans';
    background-color: #f9f9f9;
    padding: 0;
}

form.k-filter-menu .userPrefrence_GroupFilter .k-textbox, form.k-filter-menu .k-widget {
    margin: 0.5em 0;
}

form.k-filter-menu .k-textbox {
    background-color: #fff;
}

.k-filter-menu > div > div.userPreference_GroupActionBtn:last-child {
    border-color: rgba(0,0,0,0.08);
    border-width: 1px 0 0;
    border-style: solid;
    margin: 1em -1em -0.7em;
    gap: 0;
}

.k-filter-menu .k-action-buttons.userPreference_GroupActionBtn {
    padding: 0;
}

    .k-filter-menu .k-action-buttons.userPreference_GroupActionBtn .k-button{
        margin: 0;
        padding: 7px 10px;
        width: 50%;
    }

        .k-filter-menu .k-action-buttons.userPreference_GroupActionBtn .k-button:first-child{
            border: 0;
        }

        .k-filter-menu .k-action-buttons.userPreference_GroupActionBtn .k-button+.k-button{
            border-color: inherit;
            border-width: 0;
            border-left-width: 1px;
        }

.k-edit-form-container .userPreference_GroupActionBtn .k-primary {
    color: #0E1271;
}

.k-filter-menu.k-popup .userPreference_GroupActionBtn .k-primary {
    background-color: #0e1271;
    color: #fff;
}

.k-filter-menu .k-action-buttons.userPreference_GroupActionBtn .k-button:hover {
    border-color: rgba(0,0,0,.15);
    color: #656565;
    background-color: #ededed;
}

.k-filter-menu .k-action-buttons.userPreference_GroupActionBtn .k-primary:hover {
    background-color: #0E1271;
    color: #fff;
}

table.dataTable {
    width: 100% !important;
}

.dataTables_wrapper .dataTables_length {
    margin-bottom: 10px;
}

table.dataTable tr td.dt-control:before {
    line-height: 1.10em;
}

.nestedDataTable {
    padding-left: 50px;
    border: 1px solid #ccc;
}

table.nestedDataTable tbody td {
    border: 0;
    padding: 5px 10px;
}

    table.nestedDataTable tbody td:first-child {
        width: 130px;
        font-weight: bold;
        padding-bottom: 5px;
    }

table.dataTable td.dt-control:before {
    border: none;
    box-shadow: none;
    line-height: 1em;
    content: "+";
    padding: 2px;
    line-height: 11px;
    margin-top: 0;
    font-size: 18px;
    background-color: #0e1271;
}

table.dataTable tr.dt-hasChild td.dt-control:before {
    background-color: #0e1271;
    content: "\005e";
    transform: rotate(180deg);
    font-size: 20px;
}

table.dataTable td.dt-control:before {
    content: "\005E";
    line-height: 27px !important;
    font-size: 20px;
}

table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after {
    font-size: 21px;
    right: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #0e1271;
    color: #fff !important;
    padding: 3px 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 3px 10px;
}

.dataTables_wrapper .dataTables_filter input {
    padding-left: 25px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgaWQ9InN2ZzQ0ODUiICAgdmlld0JveD0iMCAwIDIxLjk5OTk5OSAyMS45OTk5OTkiICAgaGVpZ2h0PSIyMiIgICB3aWR0aD0iMjIiPiAgPGRlZnMgICAgIGlkPSJkZWZzNDQ4NyIgLz4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQ5MCI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDMwLjM2MjIpIiAgICAgaWQ9ImxheWVyMSI+ICAgIDxnICAgICAgIHN0eWxlPSJvcGFjaXR5OjAuNSIgICAgICAgaWQ9ImcxNyIgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjAuNCw4NjYuMjQxMzQpIj4gICAgICA8cGF0aCAgICAgICAgIGlkPSJwYXRoMTkiICAgICAgICAgZD0ibSAtNTAuNSwxNzkuMSBjIC0yLjcsMCAtNC45LC0yLjIgLTQuOSwtNC45IDAsLTIuNyAyLjIsLTQuOSA0LjksLTQuOSAyLjcsMCA0LjksMi4yIDQuOSw0LjkgMCwyLjcgLTIuMiw0LjkgLTQuOSw0LjkgeiBtIDAsLTguOCBjIC0yLjIsMCAtMy45LDEuNyAtMy45LDMuOSAwLDIuMiAxLjcsMy45IDMuOSwzLjkgMi4yLDAgMy45LC0xLjcgMy45LC0zLjkgMCwtMi4yIC0xLjcsLTMuOSAtMy45LC0zLjkgeiIgICAgICAgICBjbGFzcz0ic3Q0IiAvPiAgICAgIDxyZWN0ICAgICAgICAgaWQ9InJlY3QyMSIgICAgICAgICBoZWlnaHQ9IjUiICAgICAgICAgd2lkdGg9IjAuODk5OTk5OTgiICAgICAgICAgY2xhc3M9InN0NCIgICAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjY5NjQsLTAuNzE3NiwwLjcxNzYsMC42OTY0LC0xNDIuMzkzOCwyMS41MDE1KSIgICAgICAgICB5PSIxNzYuNjAwMDEiICAgICAgICAgeD0iLTQ2LjIwMDAwMSIgLz4gICAgPC9nPiAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 1px 3px !important;
    background-size: 23px;
}

.fa-eye:before, .fa-trash:before {
    font-family: 'FontAwesome';
}

#AddGroup-grid_wrapper button.AddMemberBtn {
    color: #fff;
    background-color: #0e1271;
    font-size: 14px;
    border-radius: 0;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
}

.dropdown-tree button {
    width: 180px;
    text-align: left;
}

.dropdown-tree .caret {
    float: right;
    margin-top: 8px;
}

.dropdown-tree.open > .dropdown-menu {
    width: 180px;
}

.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 {
    background-color: #fff;
}

.fa-caret-down:before {
    content: "\f147";
}

.fa-caret-right:before {
    content: "\f196";
}

.toolbar_myProfile_formGroup .select2-container {
    width: 368px !important;
    height: 36px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    width: 100%;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #000 transparent transparent transparent;
    }

.GroupListing tr td:last-child span {
    margin: 0 4px;
}

    .GroupListing tr td:last-child span em, #AddGroup-grid tr td:last-child em {
        color: #0e1271;
        font-size: 20px;
        cursor: pointer;
    }

.dataTables_wrapper .bottom {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.dataTables_paginate.paging_simple_numbers {
    position: relative;
}

.dataTables_wrapper .dataTables_info {
    float: right;
    padding-top: 5px;
    clear: none;
    color: #838383;
}

.dataTables_paginate .paginate_button i {
    font-family: 'FontAwesome';
    color: #8C8C8C;
    font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:not(.disabled):hover i {
    color: #fff;
}

table.dataTable thead th {
    color: #0E1271;
    font-weight: 600;
    font-size: 14px;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #E3E3E3;
}

table.dataTable td, table.dataTable th {
    border: 1px solid #dddddd;
}

table.dataTable td {
    border-bottom: 0;
    border-top: 0;
    font-size: 14px;
}

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after {
    opacity: 0.6;
    color: #8C8C8C;
}

table.dataTable tbody tr.even td {
    background-color: #F9F9F9;
}

#AddGroup-grid_wrapper button.AddMemberBtn {
    position: absolute;
    right: 0;
    top: -50px
}

/*Kendo Dropdown treeview css code*/

.dropdown-tree button {
    width: 300px;
    text-align: left;
}

.dropdown-tree .caret {
    float: right;
    margin-top: 8px;
}

.dropdown-tree.show > .dropdown-menu {
    width: 300px;
    max-height: 250px !Important;
    overflow: auto !important;
}

.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 {
    background-color: #fff;
}

.fa-caret-down:before {
    content: "\f147";
}

.fa-caret-right:before {
    content: "\f196";
}

.dropdown-tree .dropdown-toggle::after {
    float: right;
    margin-top: 7px;
}

.dropdown-tree .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    height: 30px;
    font-size: 14px;
    line-height: 15px;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.dropdown-tree .dropdown-menu i {
    font-family: 'FontAwesome';
    font-size: 17px;
}

.dropdown-tree > ul ul li {
    padding-left: 20px;
}

.dropdown-tree a {
    font-size: 14px;
    padding: 3px 20px 3px 25px;
}

.dropdown-tree .arrow {
    margin-left: -20px;
}

.select2-search--dropdown .select2-search__field {
    padding: 2px;
}

.select2-results__option, .select2-container--default .select2-results__option[role=group] {
    padding: 3px 6px;
    font-size: 14px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgaWQ9InN2ZzQ0ODUiICAgdmlld0JveD0iMCAwIDIxLjk5OTk5OSAyMS45OTk5OTkiICAgaGVpZ2h0PSIyMiIgICB3aWR0aD0iMjIiPiAgPGRlZnMgICAgIGlkPSJkZWZzNDQ4NyIgLz4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQ5MCI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDMwLjM2MjIpIiAgICAgaWQ9ImxheWVyMSI+ICAgIDxnICAgICAgIHN0eWxlPSJvcGFjaXR5OjAuNSIgICAgICAgaWQ9ImcxNyIgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjAuNCw4NjYuMjQxMzQpIj4gICAgICA8cGF0aCAgICAgICAgIGlkPSJwYXRoMTkiICAgICAgICAgZD0ibSAtNTAuNSwxNzkuMSBjIC0yLjcsMCAtNC45LC0yLjIgLTQuOSwtNC45IDAsLTIuNyAyLjIsLTQuOSA0LjksLTQuOSAyLjcsMCA0LjksMi4yIDQuOSw0LjkgMCwyLjcgLTIuMiw0LjkgLTQuOSw0LjkgeiBtIDAsLTguOCBjIC0yLjIsMCAtMy45LDEuNyAtMy45LDMuOSAwLDIuMiAxLjcsMy45IDMuOSwzLjkgMi4yLDAgMy45LC0xLjcgMy45LC0zLjkgMCwtMi4yIC0xLjcsLTMuOSAtMy45LC0zLjkgeiIgICAgICAgICBjbGFzcz0ic3Q0IiAvPiAgICAgIDxyZWN0ICAgICAgICAgaWQ9InJlY3QyMSIgICAgICAgICBoZWlnaHQ9IjUiICAgICAgICAgd2lkdGg9IjAuODk5OTk5OTgiICAgICAgICAgY2xhc3M9InN0NCIgICAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjY5NjQsLTAuNzE3NiwwLjcxNzYsMC42OTY0LC0xNDIuMzkzOCwyMS41MDE1KSIgICAgICAgICB5PSIxNzYuNjAwMDEiICAgICAgICAgeD0iLTQ2LjIwMDAwMSIgLz4gICAgPC9nPiAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 23px;
    outline: none;
}

/*Combo treeview styles*/

.comboTreeWrapper {
    position: relative;
    text-align: left !important;
}

.comboTreeInputWrapper {
    position: relative;
}

.comboTreeArrowBtn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 0px;
    box-sizing: border-box;
    //border: 1px solid #e1e1e1;
    border-radius: 0 5px 5px 0;
    background: #e1e1e1;
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

    .comboTreeArrowBtn:hover {
        background: #e8e8e8;
    }

    .comboTreeArrowBtn:active {
        background: #ddd;
    }

.comboTreeInputBox:focus + .comboTreeArrowBtn {
    color: #555;
    border-top: 1px solid #418EFF;
    //border-right: 1px solid #418EFF;
    border-bottom: 1px solid #418EFF;
}

.comboTreeArrowBtnImg {
    font-size: 1.25rem;
}

.comboTreeDropDownContainer {
    display: none;
    background: #fff;
    border: 1px solid #e1e1e1;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    z-index: 999;
    max-height: 250px;
    overflow-y: auto;
}

    .comboTreeDropDownContainer ul {
        padding: 0px;
        margin-top: 5px;
    }

    .comboTreeDropDownContainer li {
        list-style-type: none;
        padding-left: 15px;
    }

        .comboTreeDropDownContainer li .selectable {
            cursor: pointer;
        }

        .comboTreeDropDownContainer li .not-selectable {
            cursor: not-allowed;
        }


        /*.comboTreeDropDownContainer li:hover {
            background-color: #efefef;
        }

            .comboTreeDropDownContainer li:hover ul {
                background-color: #fff
            }*/

        .comboTreeDropDownContainer li span.comboTreeItemTitle.comboTreeItemHover {
            background-color: #0e1271;
            color: #fff;
            border-radius: 2px;
        }

span.comboTreeItemTitle {
    display: inline-block;
    padding: 3px 8px;
    margin-left: 10px;
}

.comboTreeDropDownContainer label {
    cursor: pointer;
    width: 100%;
    display: block;
    font-weight: normal;
}

.comboTreeDropDownContainer .comboTreeItemTitle input {
    position: relative;
    top: 2px;
    margin: 0px 4px 0px 0px;
}

.comboTreeParentPlus {
    position: relative;
    left: -12px;
    top: 2px;
    width: 4px;
    float: left;
    cursor: pointer;
}


.comboTreeInputBox {
    padding: 3px 8px;
    border: 1px solid #CED4DB;
    width: 100%;
    box-sizing: border-box;
    padding-right: 24px;
    font-size: 14px;
    height: 30px;
}

    .comboTreeInputBox:focus {
        border: 1px solid #418EFF;
        outline-width: 0;
    }


.multiplesFilter {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #e1e1e1;
}

span.mdi.mdi-chevron-down-circle-outline::before {
    font-family: 'FontAwesome';
    content: "\f147";
    position: absolute;
    top: 0px;
    left: 2px;
    font-size: 18px;
}

span.mdi.mdi-chevron-right-circle-outline::before {
    font-family: 'FontAwesome';
    content: "\f196";
    position: absolute;
    top: 0px;
    left: 2px;
    font-size: 15px;
}

#userPreference_tab2data .dataTables_wrapper .dataTables_filter {
    position: absolute;
    top: -50px;
    right: 120px;
}

    #userPreference_tab2data .dataTables_wrapper .dataTables_filter input {
        width: 180px;
        border: 1px solid #E3E3E3;
        font-size: 14px;
        outline: none;
        background-position: 2px 4px !important;
    }

#userPreference_tab2data .table-responsive {
    overflow: inherit;
}

.dataTables_wrapper .dataTables_filter input {
    margin-bottom: 10px;
    border: 1px solid #E3E3E3;
    font-size: 14px;
    outline: none;
    background-position: 2px 4px !important;
    border-radius: 0;
}

#GroupListing-grid.GroupListing tr td span {
    float: left;
}

#select2-omzr-results .select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

[aria-multiselectable="true"] .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 13px;
    width: 13px;
    border: 2px solid #e9e9e9;
    background-color: #fff;
    margin-right: 5px;
    vertical-align: middle;
    top: -2px;
}

[aria-multiselectable="true"] .select2-results__option[aria-selected=true]:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #2070CF;
    border: 0;
    display: inline-block;
    padding-left: 2px;
    font-size: 10px;
}

.select2-container--default [aria-multiselectable="true"] .select2-results__option[aria-selected=true] {
    background-color: #140a9a;
    color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ebebeb;
    color: #444;
    border-color: #ebebeb;
}

.toolbar_myProfile_JobType .select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}

.toolbar_myProfile_JobType .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.toolbar_myProfile_JobType .select2-container--default.select2-container--focus .select2-selection--multiple, .toolbar_myProfile_JobType .select2-container--default .select2-selection--multiple {
    border-color: #f77750;
    border-width: 1px !important;
    font-size: 14px;
    padding: 3px 0 5px 5px;
    height: 36px;
    width: 100%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    box-sizing: border-box;
    outline: none;
    float: left;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 0;
}

.toolbar_myProfile_JobType .select2-container--default .select2-selection--multiple {
    border-width: 2px;
    height: 36px;
}

.toolbar_myProfile_JobType .select2-container--open .select2-dropdown--below {
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.toolbar_myProfile_JobType .select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}
/* select with icons badges single*/
.toolbar_myProfile_JobType .select-icon .select2-selection__placeholder .badge {
    display: none;
}

.toolbar_myProfile_JobType .select-icon .placeholder {
    /*  display: none; */
}

.toolbar_myProfile_JobType .select-icon .select2-results__option:before,
.toolbar_myProfile_JobType .select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
    /* content: "" !important; */
}

.toolbar_myProfile_JobType .select-icon .select2-search--dropdown {
    display: none;
}

.toolbar_myProfile_JobType .select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 0;
}

.toolbar_myProfile_JobType .select2-container--default .select2-selection--multiple .select2-selection__clear {
    position: absolute !important;
    top: 0;
    right: 5px;
    float: none;
    margin-right: 0;
    font-size: 17px;
    margin-top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
    margin-top: 0;
    font-size: 14px;
    float: left;
    clear: none;
    border-radius: 2px;
    border-color: #f5f5f5;
    color: #444;
    background-color: #f5f5f5;
    background-position: 50% 50%;
    font-weight: 500;
    margin-bottom: 7px;
    margin-right: 7px;
    padding: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0;
    position: relative;
    top: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    float: right;
    font-size: 19px;
    color: #000;
    height: 10px;
    position: relative;
    top: -3px;
    margin-left: 4px;
}

.topTreeItemDisable {
    pointer-events: none;
}

.select2-results__group {
    cursor: pointer !important;
}

.select2-container--default .select2-results__group {
    display: inline;
    padding-left: 0;
    text-transform: capitalize;
    font-weight: normal;
}

.select2-selection__choice.abc {
    display: none;
}

.select2-search.select2-search--inline {
    display: none;
}

table.dataTable th, table.dataTable td{
    border-right: 0;
}

table.dataTable th:last-child, table.dataTable td:last-child{
    border-right: 1px solid #ddd;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #d4d4d4;
    border-radius: 0;
}

.dataTables_paginate .paginate_button.disabled i {
    color: #949494;
    opacity: 0.4;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #ddd;
}

span.comboTreeItemTitle.topTreeItemDisable {
    padding-left: 5px;
}

.bootstrap-dialog .modal-content {
    border: 0;
}

.bootstrap-dialog .modal-header {
    background-color: #0e1271;
}

.modal .bootstrap-dialog-header{
    color: #fff;
}


/*Media Queries*/

@media (min-width:991px) and (max-width:1024px) {
    .AddGrp_kendo_tree .k-dropdowntree {
        width: 264px;
    }
}

@media only screen and (max-width:1024px) {
    .dataTables_wrapper .top {
        height: 35px;
        margin-bottom: 10px;
    }

    #AddGroup-grid_wrapper button.AddMemberBtn, #userPreference_tab2data .dataTables_wrapper .dataTables_filter {
        top: 0;
    }

    .toolbar_myProfile_formGroup .select2-container {
        width: 100% !important;
    }
}

@media only screen and (max-width:800px) {
    .toolbar_contactus-dropdown {
        min-width: 550px;
        margin: 0px;
        padding: 0px;
        right: -700%;
    }

    .AddGrp_kendo_tree .k-dropdowntree {
        width: 185px;
    }

    .toolbar_contactus-dropdown:after, .toolbar_contactus-dropdown:before {
        right: 140px;
    }

    #userPreference_tab2data .table-responsive {
        overflow-x: auto;
    }
}

@media only screen and (max-width:700px) {
    .toolbar_header-right {
        width: 100%;
    }

    .toolbar_header-right-ul {
        text-align: center;
    }

        .toolbar_header-right-ul li.toolbar_header-right-ul_base {
            display: inline-block;
            float: none;
        }

            .toolbar_header-right-ul li.toolbar_header-right-ul_base a {
                float: left;
                width: calc(100% - 130px);
            }

    .toolbar_header-master {
        text-align: center;
    }

    .toolbar_header-logo {
        float: none;
        display: inline-block;
        line-height: 40px;
    }

    .toolbar_logo-img {
        float: none;
        margin: 0px 10px -4px 0px;
    }

    .toobar_common_appName {
        float: none;
        display: inline-block;
        margin: 0px;
        border-left: none;
    }

    .toolbar_myProfile_left_section {
        width: 100%;
    }

    .toolbar_myProfile_right_section {
        width: 100%;
    }

    .toolbar_myProfile_formGroup {
        width: 100%;
    }

    .toolbar_modal-dialog-body {
        max-height: 80vh;
    }

    .toolbar_common_radio {
        float: left;
        width: 100%;
    }

    .toolbar_common_Notification_dropdownwrapper {
        width: 96%;
        position: fixed;
        top: 96px;
        right: 2%;
    }

    .toolbar_common_tabPane .toolbar_common_form_group .toolbar_common_label {
        margin-bottom: 15px;
    }

    .toolbar_common_label {
        margin-bottom: 6px;
    }

    .toolbar_common_tabsClick {
        padding: 7px;
    }

    .toolbar_contactus-dropdown {
        min-width: 400px;
        right: auto;
        left: -460%;
    }

        .toolbar_contactus-dropdown .toolbar_common_Tabs li a {
            width: 100%;
            font-size: 14px;
        }

        .toolbar_contactus-dropdown:after, .toolbar_contactus-dropdown:before {
            right: 73%;
        }

        .toolbar_contactus-dropdown .toolbar_common_Tabs {
            display: block;
        }

            .toolbar_contactus-dropdown .toolbar_common_Tabs li:nth-child(3) {
                margin-right: 0px;
            }

            .toolbar_contactus-dropdown .toolbar_common_Tabs li {
                flex: none;
                margin: 0 15px 15px 0;
                width: 30.33333333%;
            }

                .toolbar_contactus-dropdown .toolbar_common_Tabs li a {
                    min-height: 100px;
                }

    .CT_Contactustab-img {
        margin: 5px auto;
    }

    #userPreference_tab2data .dataTables_wrapper .dataTables_filter {
        margin-top: 0;
    }

    .AddGrp-customcheck-control {
        margin-top: 0;
    }

    .dataTables_wrapper .dataTables_length {
        width: 420px;
    }

    .dataTables_paginate.paging_simple_numbers, .dataTables_wrapper .dataTables_info {
        display: none;
    }

    .toolbar_modal-dialog-footer {
        margin-top: 40px;
    }

    .toolbar_myProfile_container {
        max-height: 600px;
        overflow: hidden;
        overflow-y: auto;
    }
}

@media only screen and (max-width:500px) {
    .toobar_common_appName {
        font-size: 13px;
    }
}

@media only screen and (max-width:400px) {
    .UserPreference_AddGroupBtn {
        min-height: 175px;
    }

        .UserPreference_AddGroupBtn.ViewGrp {
            display: inline-block;
            min-height: 0;
            margin-bottom: 10px;
        }

    .toolbarBtn-left {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    .UserPreference_AddGroupBtn .toolbar_myProfile_formGroup {
        width: 100%;
        margin-bottom: 10px;
    }

    .AddGrp_kendo_tree .k-dropdowntree {
        width: 288px;
    }

    .toolbar_contactus-dropdown .toolbar_common_Tabs li {
        margin: 0 15px 15px 0;
        flex: none;
        float: left;
        width: 46%;
    }

    .GroupListing .k-pager-sizes {
        float: left !important;
        display: none !important;
    }

    .toolbar_contactus-dropdown .toolbar_common_Tabs li:nth-child(even) {
        margin-right: 0px;
    }

    .toolbar_contactus-dropdown .toolbar_common_Tabs {
        display: block;
    }

    .toolbar_contactus-dropdown {
        min-width: 280px;
        right: auto;
        left: -100%;
        box-sizing: border-box;
    }

        .toolbar_contactus-dropdown:after, .toolbar_contactus-dropdown:before {
            right: 87%;
            left: auto;
        }

        .toolbar_contactus-dropdown .toolbar_common_Tabs li:nth-child(3) {
            margin-right: 15px;
        }
}
