/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(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 '-'
(19,17): run-time error CSS1039: Token not allowed after unary operator: '-base-font-color'
(42,21): run-time error CSS1039: Token not allowed after unary operator: '-link-hover-color'
(133,17): run-time error CSS1039: Token not allowed after unary operator: '-link-color'
(137,21): run-time error CSS1039: Token not allowed after unary operator: '-link-hover-color'
(141,19): run-time error CSS1046: Expect comma, found '170'
(141,26): run-time error CSS1046: Expect comma, found ')'
(159,22): run-time error CSS1039: Token not allowed after unary operator: '-menu-bg-color'
(166,17): run-time error CSS1039: Token not allowed after unary operator: '-menu-color'
(172,21): run-time error CSS1039: Token not allowed after unary operator: '-menu-color-hover'
(176,17): run-time error CSS1039: Token not allowed after unary operator: '-menu-color-highlight'
(195,17): run-time error CSS1039: Token not allowed after unary operator: '-menu-color'
(196,22): run-time error CSS1039: Token not allowed after unary operator: '-menu-color-hover'
(198,17): run-time error CSS1039: Token not allowed after unary operator: '-ct-leftbar-width'
(257,28): run-time error CSS1039: Token not allowed after unary operator: '-header-bg-color'
(258,17): run-time error CSS1039: Token not allowed after unary operator: '-header-color'
(262,21): run-time error CSS1039: Token not allowed after unary operator: '-header-color'
(271,21): run-time error CSS1039: Token not allowed after unary operator: '-header-color'
(283,17): run-time error CSS1039: Token not allowed after unary operator: '-header-color'
(1036,29): run-time error CSS1039: Token not allowed after unary operator: '-header-bg-color'
(1048,32): run-time error CSS1039: Token not allowed after unary operator: '-header-bg-color'
(1049,21): run-time error CSS1039: Token not allowed after unary operator: '-header-color'
(1053,25): run-time error CSS1039: Token not allowed after unary operator: '-header-color'
(1068,17): run-time error CSS1039: Token not allowed after unary operator: '-base-font-color'
(1434,28): run-time error CSS1039: Token not allowed after unary operator: '-db-bg-color'
(1435,17): run-time error CSS1039: Token not allowed after unary operator: '-db-color'
(1439,21): run-time error CSS1039: Token not allowed after unary operator: '-db-color'
(1444,28): run-time error CSS1039: Token not allowed after unary operator: '-db-bg-color'
(1445,17): run-time error CSS1039: Token not allowed after unary operator: '-db-color'
(1450,21): run-time error CSS1039: Token not allowed after unary operator: '-db-color'
(1734,17): run-time error CSS1039: Token not allowed after unary operator: '-link-color'
(1747,17): run-time error CSS1039: Token not allowed after unary operator: '-link-hover-color'
(2003,17): run-time error CSS1039: Token not allowed after unary operator: '-base-font-color'
(2440,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2441,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
:root {
    --header-bg-color: #38acec;
    --header-color: #feffff;
    --menu-bg-color: #bcc6cc;
    --menu-color: #feffff;
    --menu-color-highlight: rgb(0 200 250);
    --menu-color-hover: Red;
    --base-font-color: #1c1e28;
    --db-bg-color: rgb(24 170 180);
    --db-color: rgb(24 170 180);
    --link-color: rgb(0 0 255);
    --link-hover-color: rgb(74 74 74);
}

body {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: var(--base-font-color);
    overflow-x: hidden;
    overflow-y: auto !important;
}

    body.modal-open {
        overflow-y: hidden !important;
    }

ul > li {
    list-style-type: none;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: unset;
}

a {
    /*color: black;*/
    cursor: pointer;
}

    a:hover {
        color: var(--link-hover-color);
        text-decoration: none;
    }


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    /*width: 100%;*/
    padding-right: 12px;
    padding-left: 12px;
}

.logo .logo-lg img {
    height: 50px;
}

.nav-user {
    /*padding-left: 75px !important;*/
}

    .nav-user .account-user-avatar {
        top: calc(19px / 2);
    }

        .nav-user .account-user-avatar img {
            height: 50px;
            width: 50px;
        }



.simplebar-scrollbar {
    width: 10px;
}

.dropdown-menu {
    z-index: 1100;
    max-height: calc(100vh - 100px);
    overflow: auto;
}

    .dropdown-menu > li {
        position: relative;
        -webkit-user-select: none; /* Chrome/Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE10+ */
        /* Rules below not implemented in browsers yet */
        -o-user-select: none;
        user-select: none;
        cursor: pointer;
    }

    .dropdown-menu .sub-menu {
        left: 100%;
        overflow: auto;
        position: absolute;
        top: 0;
        display: none;
        margin-top: -1px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left-color: #fff;
        box-shadow: none;
        max-height: 200px;
    }

.right-caret:after, .left-caret:after {
    content: "";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
    margin-left: 5px;
}

.right-caret:after {
    border-left: 5px solid black;
    right: 6px;
    top: 8px;
    position: absolute;
}

.left-caret:after {
    border-right: 5px solid black;
    right: 6px;
    top: 8px;
    position: absolute;
}

#quickAccess a {
    color: var(--link-color) !important;
}

    #quickAccess a:hover {
        color: var(--link-hover-color) !important;
    }

#quickAccess .column p {
    color: rgb(24 170 180);
}

.quickTask .dropdown-menu {
    right: -150px !important;
}

/*.mdi-help-circle-outline {
    font-size: 29px !important;
}*/

.profile-dropdown i {
    margin-top: -3px;
    font-size: 17px;
}

.leftside-menu,
.leftside-menu .logo {
    background: var(--menu-bg-color) !important;
}

.side-nav .side-nav-link,
.side-nav .side-nav-forth-level li a,
.side-nav .side-nav-second-level li a,
.side-nav .side-nav-third-level li a {
    color: var(--menu-color);
}

    .side-nav .side-nav-forth-level li a:hover,
    .side-nav .side-nav-second-level li a:hover,
    .side-nav .side-nav-third-level li a:hover {
        color: var(--menu-color-hover);
    }

.side-nav .menuitem-active > a {
    color: var(--menu-color-highlight) !important;
}

.side-nav .side-nav-item > a:hover {
    /*color: var(--menu-color-hover) !important;*/
}

/*.side-nav-link {
    padding-bottom: 8px !important;
    padding-top: 8px !important;
}

.side-nav-item {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}*/

html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item:hover .side-nav-link {
    position: relative;
    color: var(--menu-color);
    background: var(--menu-color-hover) !important;
    /*var(--ct-menu-condensed-link-bg);*/
    width: var(--ct-leftbar-width);
}

.CustomValidatorCalloutStyle, .ajax__validatorcallout_popup_table {
    display: none;
}

.right-bar {
    width: 400px;
    right: -410px;
}

.rb-large .right-bar {
    width: 800px;
}

.right-bar > .rightbar-title, .right-bar > .rightbar-title a {
    color: #6c757d;
    background-color: #dddfe2;
    border-color: #dddfe2;
}

.right-bar .rightbar-title {
    font-size: 1.35rem;
    padding: 22px 26px;
}

    .right-bar .rightbar-title > a {
        margin-top: -7px;
    }

@media (max-width: 767.98px) {
    .right-bar {
        width: 100vw;
        right: -100vw;
    }

    .rb-large .right-bar {
        width: 100vw;
    }
}

/*.rightbar-title {
    background: var(--menu-bg-color) !important;
    color: var(--menu-color) !important;
}*/

.footer {
    left: 0px;
}

.navbar-custom {
    height: 70px;
    left: 0px;
    padding-left: 0px;
    z-index: 2100;
}

.navbar-custom, .nav-user {
    background-color: var(--header-bg-color) !important;
    color: var(--header-color) !important;
}

    .navbar-custom .topbar-menu .nav-link, .button-toggle-menu {
        color: var(--header-color) !important;
    }

    .nav-user .account-user-name {
        font-weight: 600;
    }

    .navbar-custom .MarketPlace span {
        font-weight: bold;
        color: var(--header-color) !important;
        padding-left: 5px;
    }

.drop-user-name hr {
    margin-top: 5px;
    margin-bottom: 0px;
}

.breadcrumb-item,
.breadcrumb-item a,
.breadcrumb-item .active {
    color: var(--header-color) !important;
    font-size: 14px;
}

.breadcrumb.d-block {
    padding: 0px;
    /*margin: 0px;*/
}

/*SideBar Start*/

.content-page {
    /*margin-left: 0;*/
    padding: 10px;
    display: none;
}

.leftside-menu {
    -webkit-box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
    box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
    display: none;
    z-index: 10 !important;
}

.sidebar-enable .content-page {
    margin-left: 260px;
    /*padding: 75px 10px 10px;*/
}

.sidebar-enable .leftside-menu {
    display: block;
}

.sidebar-enable .navbar-custom, .sidebar-enable .footer {
    left: 260px;
    /*margin-left: 0px;*/
}

body[data-leftbar-compact-mode=condensed] .button-menu-mobile {
    display: none !important;
}

body[data-leftbar-compact-mode=condensed] .leftside-menu {
    display: block !important;
}

.button-menu-mobile {
    padding: 1px 15px;
}

/*SideBar End*/


.rightbar-content #liTaskResult .notify-item .notify-icon {
    height: 25px;
    width: auto;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    float: left;
    margin-right: 10px;
    background-color: orangered !important;
    color: white;
}

.rightbar-content #liTaskResult .notify-details {
    white-space: normal;
    margin-top: 3px;
}

.rightbar-content #liTaskResult {
    max-height: calc(100vh - 70px);
    overflow: auto;
}

.fixNotification .rightbar-content #liTaskResult {
    max-height: calc(100vh - 105px);
}

.divAlertProgress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    background-color: #eee;
    z-index: 9999;
    cursor: not-allowed;
    bottom: 0;
    vertical-align: middle;
}

    .divAlertProgress > div {
        margin: auto;
        width: 60px;
        padding: 40vh 0;
    }

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.dboard-list {
    padding-left: 0px;
    list-style-type: none;
}

.quickTask {
}

    .quickTask .dropdown-lg.column1,
    .quickTask .dropdown-lg.column2,
    .quickTask .dropdown-lg.column3,
    .quickTask .dropdown-lg.column4,
    .quickTask .dropdown-lg.column5,
    .quickTask .dropdown-lg.column6 {
        width: calc(100% - 30px) !important;
    }

@media only screen and (min-width: 600px) {
    .quickTask .dropdown-lg.column1 {
        width: 250px !important;
    }

    .quickTask .dropdown-lg.column2 {
        width: 450px !important;
    }

    .quickTask .dropdown-lg.column3 {
        width: 650px !important;
    }

    .quickTask .dropdown-lg.column4 {
        width: 850px !important;
    }

    .quickTask .dropdown-lg.column5 {
        width: 1050px !important;
    }

    .quickTask .dropdown-lg.column6 {
        width: 1250px !important;
    }
}

.quickTask .column {
    width: 200px;
    float: left;
    padding-right: 20px;
}

    .quickTask .column p {
        border-top: 1px solid lightgray;
        margin-bottom: 0px;
    }

        .quickTask .column p:first-of-type {
            border-top: none !important;
        }

    .quickTask .column ul {
        padding-left: 0px;
        margin-bottom: 15px;
    }

        .quickTask .column ul li {
            list-style-type: none;
            float: none;
            min-height: 27px;
        }

.breadcrumb {
    padding-top: 27px;
}

.breadcrumb-item {
    display: inline !important;
}

.card-title {
    display: inline;
}

.card-header {
    padding: .75rem 1.5rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #eef2f7;
}

/*.card-header a, .card-header button {
        color: var(--menu-color) !important;
    }*/

@media (max-width: 767.98px) {
    #dragAndDrop .card:first-of-type {
        margin-top: 0px !important;
    }
}

#drag-list-left, #drag-list-right {
    min-height: 500px;
}

.bg-dragula .card-header {
    cursor: move;
}

.dragula-nodrag .card-header {
    cursor: auto !important;
}

.nav {
    width: 100%;
}

.nav-tabs li {
    display: inline;
    outline-style: none;
    border-left: 1px solid #ecec9a;
}

    .nav-tabs li a {
        background-color: lightyellow;
        border-top: 1px solid #e9e9e9;
        border-left: 1px solid #e9e9e9;
        border-right: 1px solid #e9e9e9;
        color: #1c1e28;
        outline-style: none;
    }

        .nav-tabs li.active a, .nav-tabs li a:hover {
            background-color: #fff;
            border-top: 1px solid #e9e9e9;
            border-left: 1px solid #e9e9e9;
            border-right: 1px solid #e9e9e9;
            color: #1c1e28;
            outline-style: none;
        }

.nav-tabs {
    border-top: none;
    margin-bottom: -1px !important;
}

.tab-content {
    /*display: block;*/
    padding: 15px 0px 0px 0px;
    border: 1px solid #eef2f7;
    border: 1px solid #eef2f7;
    border: 1px solid #eef2f7;
    border: 1px solid #eef2f7;
    /*border-right: 1px solid #eef2f7;*/
    background-clip: border-box;
    border-radius: .25rem;
    margin-bottom: 0px;
    width: 100%;
}

.tab-pane {
    width: 100%;
    margin: 0;
    padding-bottom: 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    clear: both;
}

    .tab-pane > div:first-child {
        width: 100%;
    }

.tab-content > .active {
    display: flex;
}

.tab-pane:after {
    display: block;
    clear: both;
    content: "";
}

.nav.nav-child {
}

    .nav.nav-child.nav-tabs .nav-link {
        font-size: 15px;
    }
/*.nav.nav-child.nav-tabs .nav-link.active {
        font-size: 15px;
    }*/


/*.table .thead-dark th {
        border-color: var(--menu-bg-color) !important;
        background-color: var(--menu-bg-color) !important;
        color: var(--menu-color) !important;
    }*/
/*REPORT PARAMETERS CSS*/
.tbl-actions-group-rpt {
    background-color: #dddfe2;
    padding: 0.35em 0.35em 0.35em 0.75em;
    width: 100%;
}

.toggleLinkRpt a {
    color: steelblue;
    line-height: 30px;
    transition-duration: 0.75s;
}

.toggleLinkRpt span {
    margin-right: 0.5em;
    position: relative;
    top: 2px;
}

.toggleLinkRpt a:hover {
    color: #1c1e28;
}

.toggleBoxRpt {
    background-color: #f1f3fa;
    border: 1px solid #e9e9e9;
    padding: 1em 0 1em 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    clear: both;
}

    .toggleBoxRpt .input-group {
        margin-bottom: 1em;
    }

    .toggleBoxRpt label {
        margin-bottom: 0.3em;
    }

.tbl-actions-group-rpt #TopActionSection {
    margin-top: 3px;
}

.rptDataBox {
    margin-top: 0.5em;
}


.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        width: 10px;
        height: 10px;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: #6c757d;
        cursor: inherit;
        display: inline;
    }

/*.date.datepicker {
    padding: 0px !important;
}*/



/*.date input.dateonly {
    min-width: 90px;
    padding: 0px 7px;
}

.date input.datetimepicker {
    min-width: 85px;
}*/

#reportGroups .tab-pane.active {
    display: flex;
    flex-wrap: wrap;
}

#reportGroups .tab-pane > div {
    width: 50%;
}

@media (max-width: 767.98px) {
    #reportGroups .col-md-6 {
        padding-left: 0px;
        padding-right: 0px;
    }
}


.mdi-star, .mdi-star-outline {
    color: orange;
}

#ulQuickHelp .mdi-circle {
    margin-right: 5px;
}

.pager > div {
    width: 33%;
    display: inline-table;
    text-align: center;
}

.carousel-item {
    background-color: #fdfdfd;
}

.carousel .mdi-chevron-left, .carousel .mdi-chevron-right {
    font-size: larger;
}

.carousel-control-next, .carousel-control-prev {
    color: lightgray;
    font-size: x-large;
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        color: darkgray;
    }

.ui-autocomplete {
    z-index: 10000 !important;
}

/*input[data-type='date'] {
    width: 100% !important;
}*/

.date > div.input-group-append {
    width: calc(100% - 44px);
}

.date .input-group-text {
    padding: 0.45rem 0.7rem !important;
    height: calc(2.25rem + 2px);
}

.input-group .twitter-typeahead {
    width: 1% !important;
    flex: 1 1 auto;
}

    .input-group .twitter-typeahead input {
        width: 100% !important;
    }

/*.EmpDropDown div.input-group-append {
    width: calc(100% - 45px);
}*/

.twitter-typeahead .typeahead-header {
    margin: 1px 0px 2px 1px;
    padding: 2px 2px 6px 10px;
}

.tt-suggestion {
    padding: 3px 42px;
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 576px) {
    .form-inline .custom-select, .form-inline .input-group {
        width: auto;
    }
}

@media (min-width: 576px) {
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}

.form-inline > div {
    margin-right: 5px;
}


/*.eazeForm {
    -webkit-box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
    box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
    margin-bottom: 24px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eef2f7;
    border-radius: .25rem;
    padding-bottom: 15px;
}*/

.eazeForm {
    -webkit-box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
    box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eef2f7;
    border-radius: .25rem;
    margin: 0;
    padding-top: .75rem;
    padding-bottom: .75rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    clear: both;
    width: 100%;
}

.eazePage {
    width: 100%;
    border-radius: .25rem;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    clear: both;
}

.modal > .eazePage {
    flex-wrap: initial;
    flex-direction: column;
}

.modal-body {
    padding-left: 0px;
    padding-right: 0px;
}


element.style {
}

.modal-body {
    padding-left: 0px;
    padding-right: 0px;
}

.modal-footer {
    justify-content: unset;
    display: flow-root;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-right .modal-body {
    padding: 1rem 0px 0px 0px;
    /*padding-left: 0px;
    padding-right: 0px;
    padding-top: 1rem;
    padding-bottom: 0px;*/
    margin-bottom: 5rem;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: initial;
    flex: initial;
}

.modal-right .modal-footer {
    /*justify-content: unset;
    display: flow-root;*/
    justify-content: unset;
    display: flow-root;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.col-form-label, label {
    margin-bottom: 0rem;
    line-height: 2;
    font-weight: bold;
}

@media (max-width: 767.98px) {
    .col-form-label {
        display: initial !important;
    }
}

.col-form-label-right {
    margin-bottom: 0rem;
    line-height: 2;
    font-weight: bold;
    float: right;
    margin-right: 5px;
}

@media (max-width: 767.98px) {
    .col-form-label-right {
        float: unset;
    }
}

.col-form-text {
    margin-bottom: 0rem;
    line-height: 2;
    font-weight: normal;
}

.spinner-border.spinner-border-sm {
    color: red;
}

#fixedNotification {
    display: none;
    padding: 1px 2em 0 0;
    color: red;
    background-color: #f6cf87;
    width: 100%;
    height: 35px;
    position: fixed;
    text-align: center;
    font-weight: bold;
    top: 0;
    left: 0;
    z-index: 100;
}

@media (min-width: 767.98px) {
    .wrapper.fixNotification,
    .fixNotification .logo,
    .fixNotification .leftside-menu,
    .fixNotification .navbar-custom,
    .fixNotification .right-bar {
        top: 35px !important;
    }

    .fixNotification .content-page {
        padding-top: 45px;
    }
}

/*.radioList {
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
}

    .radioList li {
        display: inline-flex;
    }

        .radioList li span input, .radioList li span label {
            display: inline-flex;
        }

        .radioList li span label {
            margin-right: 10px;
            margin-left: 5px;
        }
    */
input[type="checkbox"], input[type="radio"] {
    line-height: normal;
    margin: 0 0 0 0;
}

.checkList.checkListInline input,
.checkList.checkListInline label,
.radioList.radioListInline input,
.radioList.radioListInline label {
    display: inline-flex;
    vertical-align: middle;
    line-height: normal;
    margin: 0;
    margin-right: 10px;
}

.checkListInline > span {
    vertical-align: middle;
    height: auto;
}

.form-group {
    margin-bottom: .5rem;
}

/*.col-md-3, .col-md-4, .col-md-6 {
    display: inline-grid;
}*/

.ew-hide {
    display: none !important;
}

.ew-show {
    display: unset !important;
}

/*@media (min-width: 767.98px) {
    .ew-show {
        display: inline-flex !important;
    }
}*/

.modal-header {
    background-color: rgb(228, 253, 248);
}

.card.closable {
    margin: .75rem;
    border: .5px solid var(--header-bg-color);
    width: calc(100% - 1.50rem) !important;
}

    .card.closable > .card-body {
        padding: 10px 0px;
        display: flex;
        flex-wrap: wrap;
    }

    .card.closable > .card-header {
        min-height: 50px;
        background-color: var(--header-bg-color) !important;
        color: var(--header-color) !important;
    }

        .card.closable > .card-header .close, .card.closable > .card-header a {
            color: var(--header-color) !important;
        }

.card-body:after {
    display: block;
    clear: both;
    content: "";
}

.form-group:empty {
    display: none;
}

.note-codable {
    background-color: white !important;
    color: var(--base-font-color) !important;
}

.modal-right {
    width: 400px;
}

    .modal-right.modal-dialog-scrollable {
        height: 100vh;
        max-height: 100vh;
    }

        .modal-right.modal-dialog-scrollable .modal-content {
            height: 100vh;
            max-height: 100vh;
        }

    .modal-right.fixNotification {
        margin-top: 35px;
        height: calc(100vh - 35px);
    }

.grid-stack-item-content {
    overflow: visible !important;
}

@media (max-width: 767.98px) {
    .modal-right {
        width: 100vw;
    }

        .modal-right.fixNotification {
            margin-top: 35px;
            height: 100vh;
        }
}

/*.grid-stack-item[gs-h="4"] {
    top: 0px !important;
    min-height: 400px !important;
    height: 400px !important;
}

.grid-stack-item[gs-h="8"] {
    top: 0px !important;
    min-height: 800px !important;
    height: 800px !important;
}*/

.col-form-label-left {
    text-align: left !important;
}


.sectionInline .col-form-label {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0.65em;
    padding-right: 10px;
    text-align: right;
    vertical-align: top;
    width: 150px;
    padding-top: 0;
    padding-bottom: 0;
}

.sectionInline .form-group {
    margin-bottom: 5px;
}

.sectionInline .form-control {
    display: inline-block;
}

.sectionInline .col-form-text {
    display: inline-block;
    margin-bottom: 0.65em;
    padding-right: 10px;
    vertical-align: top;
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 767.98px) {
    .sectionInline .col-form-label {
        text-align: left;
    }
}

.form-inline .col-form-label {
    padding-right: 10px;
}

.form-inline > .form-control {
    margin-right: 10px;
}

.PageMessage {
    width: 100%;
    text-align: center;
}

.footer {
    border: none;
    display: none;
}

.twitter-typeahead {
    width: 100%;
}

.radioList-flow {
    display: flow !important;
}

.radioList {
    display: flex;
}

    .radioList input[type="radio"] {
        margin-top: 0px;
        vertical-align: middle;
    }

    .radioList label {
        margin-left: 10px;
        margin-right: 10px;
        font-weight: 200;
        vertical-align: middle;
        display: inline;
    }

    .radioList label {
        display: initial !important;
    }

    .radioList td {
        border: none;
        vertical-align: middle;
        padding-bottom: 0px;
        text-align: left;
    }

.radioListInline {
    /*margin-left: 10px;*/
    display: inline !important;
}


.checkList {
    display: table;
}

    .checkList input[type="checkbox"] {
        margin-top: 0px;
        vertical-align: middle;
    }

    .checkList label {
        margin-left: 10px;
        margin-right: 10px;
        font-weight: 200;
        vertical-align: middle;
        display: inline;
    }

    .checkList td {
        border: none;
        padding: 7px;
        padding-bottom: 0px;
        text-align: left;
    }

.checkListInline {
    /*margin-left: 10px;*/
    display: inline !important;
}

    .checkListInline label {
        margin-left: 10px;
        margin-right: 10px;
        font-weight: 200;
    }


.datepicker {
    z-index: 2300 !important;
    overflow: visible;
}

hr {
    width: 100%;
}

.datepicker .custom-select {
    padding: 0.45rem 0.9rem .45rem 0.9rem;
}

.modal-content {
    border: outset;
}

.link {
    color: #2b3af0 !important;
}

    .link:hover {
        color: black !important;
    }


.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

.chosen-container-multi .chosen-choices {
    border: 1px solid #dee2e6 !important;
}

    .chosen-container-multi .chosen-choices li.search-choice {
        height: 30px !important;
        font-size: .9rem !important;
        padding: 7px 20px 3px 5px !important;
    }

        .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
            top: 8px !important;
        }

.autoFit {
    flex: 1 1 auto;
}

.PageMessage {
    /*border: 1px solid #e5c365;*/
    padding: 10px;
    text-align: center;
    margin: 5px 10px 5px 10px;
    text-align: center;
    clear: both;
}

.mdi.mdi-arrow-up-bold, .mdi.mdi-arrow-down-bold {
    font-size: 16px;
}

.table .mdi.mdi-download, .table .mdi.mdi-close, .table .mdi.mdi-plus {
    font-size: 18px;
}

@media (min-width: 576px) {
    .modal-dialog {
        min-width: 500px;
    }
}

#liTasks .noti-icon-badge {
    color: orange;
    background-color: orange;
}

#liNewRelease .noti-icon-badge {
    color: orange;
    background-color: orange;
}

.clear-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.glyphicon-set, .glyphicon:before {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-up::before {
    content: "\F0143";
}

.glyphicon-chevron-down::before {
    content: "\F0140";
}

.tt-input:disabled {
    background-color: #e9ecef !important;
}

.twitter-typeahead {
    max-height: 38px;
}

.card.collapseible {
    border: .5px solid lightgray;
    /*width: calc(100% - 1.50rem) !important;*/
}

    .card.collapseible > .card-body {
        border-top: .5px solid lightgray;
    }

    .card.collapseible > .card-header {
        min-height: 50px;
        background-color: lightgray;
        /*color: var(--header-color) !important;*/
    }

/*.card.closable {
    margin: .75rem;
    border: .5px solid var(--header-bg-color);
    width: calc(100% - 1.50rem) !important;
}*/
.chosen-choices {
    min-height: 38px !important;
    padding: 3px !important;
    vertical-align: middle !important;
}

    .chosen-choices > .search-choice {
        margin: 0px 3px !important;
    }

    .chosen-choices > .search-field {
        padding-top: 2px !important;
    }

.validatorCalloutHighlight {
    /*background-color: #ffe8ba;*/
    border: solid 1px red !important;
}

input[type='text'][data-type='decimal'], input[type='text'][data-type='integer'], input[type='text'][data-type='integerpositive'] {
    text-align: right;
}

.chosen-drop {
    overflow: visible;
}

.modal {
    z-index: 1100;
}

.col-form-label a:not(.btn) {
    color: #2b3af0 !important;
}

.col-form-label a:hover {
    color: black !important;
}

.popover {
    z-index: 1200;
}

.card.card-chart .dropdown-toggle::after {
    /*color: var(--db-color);*/
    content: initial;
}

.card.card-chart .card-header {
    background-color: var(--db-bg-color);
    color: var(--db-color);
}

    .card.card-chart .card-header .mdi {
        color: var(--db-color) !important;
    }

.bg-dragula > #drag-list-left .card .card-header,
.bg-dragula > #drag-list-right .card .card-header {
    background-color: var(--db-bg-color);
    color: var(--db-color);
}

    .bg-dragula > #drag-list-left .card .card-header .mdi,
    .bg-dragula > #drag-list-right .card .card-header .mdi {
        color: var(--db-color) !important;
    }

#BA_Marketplace .card-header, #BA_Polls .card-header {
    background-color: rgb(161, 23, 78) !important;
    color: #ffffff !important;
}

.popover {
    max-width: 215px;
}


#cookiePolicy {
    width: 100%;
    z-index: 10000;
    position: fixed;
    bottom: 0;
    background-color: wheat;
    padding: .75rem;
    display: none;
}

    #cookiePolicy h3 {
        border-bottom: 1px solid;
        margin-top: 0px;
        padding-bottom: 10px;
    }

    #cookiePolicy .btn-primary {
        color: white;
    }

    #cookiePolicy .cookiePolicyMessage {
        font-size: 15px;
    }

@media (max-width: 767.98px) {
    .btn {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 5px;
    }
}

/*@media (-webkit-min-device-pixel-ratio: 0) {
    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url("https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-chevron-down-16.png") !important;
        background-position: right 5px center;
        background-repeat: no-repeat;
        padding-left: 8px !important;
        padding-right: 25px !important;
    }
}*/

/*https://fabriceleven.com/design/clever-way-to-change-the-drop-down-selector-arrow-icon/*/
select {
    /* styling */
    background-color: white;
    border: thin solid blue;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding-left: 8px !important;
    padding-right: 25px !important;
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}


    /* arrows */

    select.form-control {
        background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
        background-position: calc(100% - 10px) calc(1em + 2px), calc(100% - 5px) calc(1em + 2px), 100% 0;
        background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
        background-repeat: no-repeat;
    }

    /*select.form-control:focus {
            background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, gray, gray);
            background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
            background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
            background-repeat: no-repeat;
            border-color: grey;
            outline: 0;
        }*/

    select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000;
    }


/*
    TO BE DONE LATER
    .table .dropdown-menu.show {
    position: relative !important;
    transform: translate3d(-16px, 0px, 0px) !important;
}*/

.btn.btn-icon {
    padding-top: 0px;
    padding-bottom: 0px;
}

    .btn.btn-icon > i {
        font-size: 30px;
    }


#panelQuickSearchContent hr {
    margin-bottom: 0px !important;
}


#panelQuickSearchGrid .card.closable,
#panelQuickSearchContent .card.closable {
    margin: 0px 0px .75rem 0px;
    width: 100% !important;
}

.alert {
    z-index: 2000 !important;
}

    .alert[data-notify="container"] {
        z-index: 10000 !important;
    }


.alert-onpage {
    z-index: 1 !important;
}

a.dlSearch {
    width: calc(100% - 85px);
    display: inline-flex;
}

button.dlSearch {
    width: 70px;
    font-size: 15px;
    font-weight: normal;
    margin-right: 10px;
    margin-top: 8px;
    float: right;
}

.sidebar-hide .leftside-menu, .sidebar-hide .button-menu-mobile {
    display: none !important;
}

.sidebar-hide .content-page, .sidebar-hide .navbar-custom {
    margin-left: 0px !important;
    left: 0 !important;
}

.box-border > .formLabel {
    min-width: 100px;
    display: inline-block;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 22px;
    margin-bottom: 7px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .switch .slider:before {
            position: absolute;
            content: "";
            height: 15px;
            width: 15px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

    .switch input:checked + .slider {
        background-color: #2196F3;
    }

    .switch input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
    }

    .switch input:checked + .slider:before {
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    /* Rounded sliders */
    .switch .slider.round {
        border-radius: 34px;
    }

        .switch .slider.round:before {
            border-radius: 50%;
        }

.customradiobutton, .customcheckboxlist {
    /*border: 1px solid lightgray;
            padding: 5px 5px 0px 5px;*/
    /*letter-spacing: 5px;*/
}

.rad {
    margin-bottom: 5px;
    margin-left: 10px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

    .rad.btn-info {
        background-color: #2196F3;
    }

.box-border {
    border: 1px solid lightgray;
    padding: 5px 5px 0px 5px;
    margin-bottom: 10px;
}

.card-chart .card-header .command {
    display: none;
}

input:disabled + label {
    opacity: 1;
}

.dropdown.notification-list.quickTask .dropdown-menu {
    transform: translate3d(20px, 5px, 0px) !important;
}

#online, #offline {
    z-index: 9000 !important;
    position: fixed !important;
    transform: translate(-50%, 25%);
    top: 0;
    left: 50%;
    display: none;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .375rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: var(--link-color);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item > p {
        margin-bottom: .5rem;
        white-space: normal;
    }

a.dropdown-item:hover {
    color: var(--link-hover-color) !important;
}

.profileImage {
    width: 74px;
    height: 74px;
    border: 5px solid lightgray;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
}

.infoNote {
    background-color: #ffefbb;
    border: 1px solid #e5c365;
    padding: 10px;
    text-align: justify;
    font-size: 13px;
    margin-top: -5px;
}

.zohochatdiv {
    cursor: pointer;
    border-radius: 50%;
    height: 65px;
    width: 65px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    background-color: #0066cc;
    z-index: 5000;
    text-align: center;
    opacity: 1;
    color: red;
}

    .zohochatdiv:hover {
        box-shadow: 1px 1px 8px -1px;
    }

    .zohochatdiv .content {
        padding-top: 20px;
        color: white;
    }


.dropdown-menu.show {
    z-index: 2300 !important;
}

@media (min-width: 992px) {
    .modal-lg {
        min-width: 800px !important;
    }
}

.right-bar {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 24px 0 rgba(49, 58, 70, 0.1), 0 1px 0 0 rgba(49, 58, 70, 0.08);
    box-shadow: 0 0 24px 0 rgba(49, 58, 70, 0.1), 0 1px 0 0 rgba(49, 58, 70, 0.08);
    display: block;
    position: fixed;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    width: 400px;
    z-index: 9999;
    float: right !important;
    right: -410px;
    top: 0;
    bottom: 0;
    padding-bottom: 80px;
}

    .right-bar .rightbar-title {
        background-color: #313a46;
        padding: 27px 25px;
        color: #ffffff;
    }

    .right-bar .right-bar-toggle {
        background-color: #444e5a;
        height: 24px;
        width: 24px;
        line-height: 22px;
        color: #ffffff;
        text-align: center;
        border-radius: 50%;
        margin-top: -4px;
    }

.rightbar-overlay {
    background-color: #37404a;
    opacity: 0.1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 9998;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.right-bar-enabled .right-bar {
    right: 0;
}

.right-bar-enabled .rightbar-overlay {
    display: block;
}

@media (max-width: 767.98px) {
    .right-bar {
        overflow: auto;
    }
}

.right-bar .rightbar-title {
    font-size: 1.35rem;
    padding: 22px 26px;
}

.right-bar > .rightbar-title, .right-bar > .rightbar-title a {
    color: #6c757d;
    background-color: #dddfe2;
    border-color: #dddfe2;
}

.form-control {
    height: calc(2.25rem + 2px);
}

.notification-list .topbar-dropdown-menu .notify-item {
    padding: 7px 20px;
}

.sr-only {
    display: none;
}

.card, .card-title, .card-text {
    color: black !important; /*var(--ct-body-color) !important;*/
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: black !important;
    /* var(--ct-nav-tabs-link-active-color);*/
}

/*b, strong {
    font-weight: 700;
}*/

.nav-tabs > li > a, .nav-pills > li > a {
    font-weight: 600;
}


textarea {
    min-height: 60px !important;
}

.btn .fa {
    display: none;
}

/*.datepicker-switch {
    text-align: center;
}

.datepicker > div {*/
/*height: 240px;*/
/*width: 210px
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
}

.datepicker .table-condensed {
    width: 100%;
}*/

.bootstrap-timepicker-widget {
    overflow: visible;
    height: 120px;
}

.page-quick-link {
    /*position: relative;
    top: -62px;
    left: 8px;*/
    float: right;
}

#pagequickLinks {
    position: absolute;
    right: 32px;
    top: 20px;
    z-index: 10;
}

@media (min-width: 767.98px) {
    .fixNotification #pagequickLinks {
        top: 60px !important;
    }
}

#panelQuickHelpContent {
    max-height: calc(100vh - 225px);
    display: flex;
    flex-direction: column;
}

.cd-panel-articles {
    /*max-height: calc(100vh - 382px);*/
    flex: 1;
    overflow-y: auto; /* Adds vertical scroll */
}

.videoLinks, .bottomLinkBar {
    padding-top: 15px;
}

.progress.height30 {
    height: 30px;
}
/*.modal-dialog .EmpDropDown .input-group-btn {
    margin-left: calc(100% - 50px) !important;
}

.modal-dialog .EmpDropDown .twitter-typeahead {
    position: fixed !important;
    width: 50% !important;
}*/

.table {
    /*border-left: .5px solid #ededed;
    border-right: .5px solid #ededed;*/
    border-bottom: .5px solid #ededed;
    color: var(--base-font-color) !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
    /*display: table;*/
    /*border-left: 1px solid #dddfe2;
    border-right: 1px solid #dddfe2;*/
    border-bottom: 1px solid #dddfe2;
}

    .table > thead, .table > tbody, .table > tfoot {
        border-left: 1px solid #dddfe2;
        border-right: 1px solid #dddfe2;
    }

    .table th {
        /*background-color: var(--menu-bg-color);*/
        white-space: nowrap;
        /*text-align: center;*/
        width: 0px;
    }

    .table .thead-dark th {
        color: #464c51;
        background-color: #dddfe2;
        border-color: #dddfe2;
        vertical-align: top;
        /*width: 100%;*/
    }


    .table th input, .table th select {
        border-radius: 0px;
        margin-top: 1px;
        border-top: none;
        border-bottom: none;
        padding: 5px;
    }

    /*.table td select {
        width: auto;
    }*/

    .table td input {
        width: 100%;
    }

    .table .thead-dark.filter > th > span {
        height: 38px;
        display: block;
        /*color: #eef2f7;*/
        background-color: #eef2f7 !important;
        min-width: 100%;
        padding: 10px;
        margin: 0px;
        margin-top: 1px;
    }

    .table .thead-dark.filter > th > p {
        border-top: 1px solid #e9e9e9;
        padding: 7.5px 2px 7.5px 5px;
        margin-bottom: 0px;
        margin-top: 1px;
        border-right: 1px solid #dddfe2;
    }

    .table thead th > b {
        color: gray;
        margin-left: -2px;
        margin-right: 9px;
        cursor: pointer;
    }

    .table thead th > span {
        overflow: hidden;
        display: inline-flex;
        /*max-width: calc(100% - 20px);*/
    }

    .table thead th > p > b {
        color: gray;
        float: left;
        margin-left: 5px;
    }

    .table .RowStyle td, .table th {
        padding: .5em .5em;
        white-space: nowrap;
        vertical-align: top;
        overflow: hidden;
        border-left: 1px solid #dddfe2;
    }

    .table .filter th {
        padding: 0em 0em;
        white-space: nowrap;
        vertical-align: top;
        overflow: hidden;
    }

    .table .PagerStyle > td {
        padding: 0px;
    }

.PagerStyle table td {
    padding: .4rem;
    vertical-align: middle;
}


.FooterRowStyle td {
    padding: 5px;
}

.eazeTable {
    background-color: white;
    border: 1px solid lightgray;
    table-layout: fixed;
}

    .table .EmptyRowStyle td, .eazeTable .EmptyRowStyle td {
        font-weight: 700;
        padding: 0.5em;
        text-align: center;
        width: 2000px;
    }

.table .PagerStyle select {
    width: 60px;
    height: 28px;
    display: inline;
    float: none;
    margin-left: 5px;
    padding: 3px 3px;
}

.table .PagerStyle tbody td:not(:first-child) {
    padding: 0px;
    vertical-align: middle;
    text-align: center;
    width: 40px;
}

.table .PagerStyle > td {
    height: 50px;
    vertical-align: middle;
    border-top: 1px solid #eef2f7;
}

    .table .PagerStyle > td > table td {
        border: none !important;
    }

/*.PagerStyle td tbody span:not(:first-child) {
    min-width: 25px;
    min-height: 25px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 4px;
    margin-left: -19px;
}*/

/*.PagerStyle td tbody a.active {
    background-color: #727cf5;
    min-width: 25px;
    min-height: 25px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding-top: 2px;
}*/

.PagerStyle td tbody a, .PagerStyle td tbody td:not(.pager-td) span {
    border-radius: 50%;
    padding-left: 10px;
    padding-right: 11px;
    padding-top: 6px;
    padding-bottom: 7px;
}

.PagerStyle td tbody td:not(.pager-td) span {
    background-color: #727cf5;
    color: #fff;
}

.PagerStyle td tbody a:hover {
    background-color: #dee2e6;
    /*min-width: 25px;
    min-height: 25px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 4px;
    margin-left: -19px;*/
}

.eazeCalendar {
    background-color: white;
    border: 1px solid lightgray;
    table-layout: fixed;
    /*width: 100%;*/
}

    /* if '>' will be remove calendar will not work properly*/
    .eazeCalendar > tbody > tr > td,
    .eazeCalendar > tbody > tr > th {
        padding-top: 3px;
        /*height: 30px;*/
        /*vertical-align: middle;*/
        height: 30px;
        text-align: center;
        vertical-align: top;
        white-space: nowrap;
        overflow: hidden;
    }

    .eazeCalendar > tbody > tr > td,
    .eazeCalendar > tbody > tr > th {
        border-left: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
    }

    .eazeCalendar > tbody > tr > td {
        background-color: white;
    }

    .eazeCalendar table {
        border: none;
    }

        .eazeCalendar table > tbody > tr > td,
        .eazeCalendar table > tbody > tr > th {
            border-left: none;
            border-bottom: 1px solid #e9e9e9;
        }


.table .btn-group {
    display: none;
}

.HeaderCheckBox .btn-group {
    /*padding-left: 15px;
    padding-right: 15px;*/
    margin-top: 2px;
    margin-bottom: 2px;
}

    .HeaderCheckBox .btn-group > .btn {
        height: 35px;
        padding: 8px;
    }

    .HeaderCheckBox .btn-group input[type=checkbox] {
        height: 15px !important;
        width: 15px !important;
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

.table .btn.btn-success, .table .btn.btn-info, .table .btn.btn-danger {
    padding: .1rem .4rem;
}

.btn-group li > a {
    display: block;
    width: 100%;
    padding: .15rem 1rem;
    clear: both;
    font-weight: 400;
    color: #6c757d;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
}

    .btn-group li > a:hover {
        background-color: #eef2f7;
    }



/*.table .btn-sm {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: 1;
    border-radius: .2rem;
}*/


.table caption {
    display: block;
    font-weight: bold;
    /*text-transform: uppercase;*/
    font-size: inherit;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #0C090A;
}

.table .CheckBoxColumn {
    overflow: inherit !important;
    text-align: center !important;
}

.table .RowStyle input[type="checkbox"], .table .FooterRowStyle input[type="checkbox"] {
    height: 15px;
}

.table .thead-dark th input[type="checkbox"] {
    height: 14px;
    width: calc(100% - 2px);
    margin-top: 13px;
    margin-bottom: 10px;
}

.table .HeaderCheckBox {
    position: relative;
    display: inline;
    /*border-top: 1px solid #e9e9e9;*/
    /* padding: 10px 2px 10px 2px; */
    /*padding: 7.5px 2px 7.5px 2px;*/
}

    .table .HeaderCheckBox .btn-group {
        display: inline-block;
    }

    .table .HeaderCheckBox .dropdown-menu {
        min-width: 100px;
    }

        .table .HeaderCheckBox .dropdown-menu > li > a {
            text-align: left;
        }


table .date {
    min-width: 150px;
    width: 100%;
    display: inline-flex;
    flex-wrap: inherit;
}

    table .date.datetime {
        width: 225px;
    }

/*.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #f1f3fa;
}*/

.table-striped .RowStyle:nth-of-type(2n+1) {
    background-color: white;
}

.table-striped .RowStyle:nth-of-type(2n) {
    background-color: rgb(241, 243, 250);
}

.GridView.table-striped .RowStyle:nth-of-type(2n) {
    background-color: white;
}

.GridView.table-striped .RowStyle:nth-of-type(2n+1) {
    background-color: rgb(241, 243, 250);
}

.PagerStyle tr {
    background-color: transparent !important;
}

.table .PagerStyle td table {
    float: right;
}

.table td .form-control {
    padding-left: 5px !important;
}

.table td.wrap {
    white-space: normal !important;
    /*white-space:pre-wrap !important;*/
}

.table .RowStyle .btn-group .btn {
    padding: 0rem .8rem !important;
}

.table-responsive {
    display: block;
    overflow-x: auto;
    overflow-y: auto;
}

/*.table .dropdown-menu-end {
    position: fixed !important;
    top: auto !important;
    left: auto !important;
}*/


.leftTable {
    width: auto !important;
}

.rightTable, .leftTable {
    float: left;
}

    .rightTable .HeaderStyleWithFilter th {
        height: 31px !important;
    }

.stickyColumn {
    /*color: red;*/
    background-color: #dddfe2;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    border-right: 1px solid #dddfe2;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --ct-table-color-type: none;
    --ct-table-bg-type: none;
}

.table > :not(caption) > * > * {
    color: inherit !important;
    /*background-color: inherit !important;*/
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f1f3fa;
}

/*.table-responsive .dropdown-menu {
    position: static !important;
    will-change: transform;
}*/


/* Hide drag icon by default */
.drag-handle {
    display: inline-block;
    cursor: move;
}

/* Show drag icon on row hover */
/*tr:hover .drag-handle {
    display: inline-block;
}*/

/* Optional: Make the handle more visible */
.drag-handle {
    padding: 0 10px;
    font-size: 20px;
    color: #333;
}

.table td .btn-group {
    position: static !important;
}

/*.table td .chosen-container {*/
    /*position: static !important;*/
    /*height: 35px;*/
/*}

    .table td .chosen-container .chosen-drop {*/
        /*top: 0px;*/
        /*position: fixed !important;*/ /* Fixes the dropdown outside the table flow */
    /*}*/

.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* Chosen v1.6.2 | (c) 2011-2016 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .chosen-container * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .chosen-container .chosen-drop {
        position: absolute;
        top: 100%;
        left: -9999px;
        z-index: 1010;
        width: 100%;
        border: 1px solid #aaa;
        border-top: 0;
        background: #fff;
        box-shadow: 0 4px 5px rgba(0,0,0,.15);
    }

    .chosen-container.chosen-with-drop .chosen-drop {
        left: 0;
    }

    .chosen-container a {
        cursor: pointer;
    }

    .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
        margin-right: 4px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: 400;
        color: #999;
    }

        .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
            content: ":";
            padding-left: 2px;
            vertical-align: top;
        }

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 31px;
    border: 1px solid #aaa;
    border-radius: 4px;
    background-color: #fff;
    /*background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: -moz-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: -o-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background-clip: padding-box;*/
    box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    margin-top: 5px;
    /*text-overflow: ellipsis;*/
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../css/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px;
}

    .chosen-container-single .chosen-single abbr:hover {
        background-position: -42px -10px;
    }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

    .chosen-container-single .chosen-single div b {
        display: block;
        width: 100%;
        height: 100%;
        background: url(../css/chosen-sprite.png) no-repeat 0 2px;
    }

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

    .chosen-container-single .chosen-search input[type=text] {
        margin: 1px 0;
        padding: 4px 20px 4px 5px;
        width: 100%;
        height: auto;
        outline: 0;
        border: 1px solid #aaa;
        background: #fff url(../css/chosen-sprite.png) no-repeat 100% -20px;
        background: url(../css/chosen-sprite.png) no-repeat 100% -20px;
        font-size: 1em;
        font-family: sans-serif;
        line-height: normal;
        border-radius: 0;
    }

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

    .chosen-container .chosen-results li {
        display: none;
        margin: 0;
        padding: 5px 6px;
        list-style: none;
        line-height: 15px;
        word-wrap: break-word;
        -webkit-touch-callout: none;
    }

        .chosen-container .chosen-results li.active-result {
            display: list-item;
            cursor: pointer;
        }

        .chosen-container .chosen-results li.disabled-result {
            display: list-item;
            color: #ccc;
            cursor: default;
        }

        .chosen-container .chosen-results li.highlighted {
            background-color: #3875d7;
            /*background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));
            background-image: -webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);
            background-image: -moz-linear-gradient(#3875d7 20%,#2a62bc 90%);
            background-image: -o-linear-gradient(#3875d7 20%,#2a62bc 90%);
            background-image: linear-gradient(#3875d7 20%,#2a62bc 90%);*/
            color: #fff;
        }

        .chosen-container .chosen-results li.no-results {
            color: #777;
            display: list-item;
            background: #f4f4f4;
        }

        .chosen-container .chosen-results li.group-result {
            display: list-item;
            font-weight: 700;
            cursor: default;
        }

        .chosen-container .chosen-results li.group-option {
            padding-left: 15px;
        }

        .chosen-container .chosen-results li em {
            font-style: normal;
            text-decoration: underline;
        }

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));
    background-image: -webkit-linear-gradient(#eee 1%,#fff 15%);
    background-image: -moz-linear-gradient(#eee 1%,#fff 15%);
    background-image: -o-linear-gradient(#eee 1%,#fff 15%);
    background-image: linear-gradient(#eee 1%,#fff 15%);
    cursor: text;
}

    .chosen-container-multi .chosen-choices li {
        float: left;
        list-style: none;
    }

        .chosen-container-multi .chosen-choices li.search-field {
            margin: 0;
            padding: 0;
            white-space: nowrap;
        }

            .chosen-container-multi .chosen-choices li.search-field input[type=text] {
                margin: 1px 0;
                padding: 0;
                height: 25px;
                outline: 0;
                border: 0 !important;
                background: transparent !important;
                box-shadow: none;
                color: #999;
                font-size: 100%;
                font-family: sans-serif;
                line-height: normal;
                border-radius: 0;
            }

        .chosen-container-multi .chosen-choices li.search-choice {
            position: relative;
            margin: 3px 5px 3px 0;
            padding: 3px 20px 3px 5px;
            border: 1px solid #aaa;
            max-width: 100%;
            border-radius: 3px;
            background-color: #eee;
            background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
            background-image: -webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: -moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: -o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-size: 100% 19px;
            background-repeat: repeat-x;
            background-clip: padding-box;
            box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
            color: #333;
            line-height: 13px;
            cursor: default;
        }

            .chosen-container-multi .chosen-choices li.search-choice span {
                word-wrap: break-word;
            }

            .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
                position: absolute;
                top: 4px;
                right: 3px;
                display: block;
                width: 12px;
                height: 12px;
                background: url(../css/chosen-sprite.png) -42px 1px no-repeat;
                font-size: 1px;
            }

                .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
                    background-position: -42px -10px;
                }

        .chosen-container-multi .chosen-choices li.search-choice-disabled {
            padding-right: 5px;
            border: 1px solid #ccc;
            background-color: #e4e4e4;
            background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
            background-image: -webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: -moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: -o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            color: #666;
        }

        .chosen-container-multi .chosen-choices li.search-choice-focus {
            background: #d4d4d4;
        }

            .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
                background-position: -42px -10px;
            }

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));
    background-image: -webkit-linear-gradient(#eee 20%,#fff 80%);
    background-image: -moz-linear-gradient(#eee 20%,#fff 80%);
    background-image: -o-linear-gradient(#eee 20%,#fff 80%);
    background-image: linear-gradient(#eee 20%,#fff 80%);
    box-shadow: 0 1px 0 #fff inset;
}

    .chosen-container-active.chosen-with-drop .chosen-single div {
        border-left: 0;
        background: transparent;
    }

        .chosen-container-active.chosen-with-drop .chosen-single div b {
            background-position: -18px 2px;
        }

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

    .chosen-container-active .chosen-choices li.search-field input[type=text] {
        color: #222 !important;
    }

.chosen-disabled {
    opacity: .5 !important;
    cursor: default;
}

    .chosen-disabled .chosen-single {
        cursor: default;
    }

    .chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default;
    }

.chosen-rtl {
    text-align: right;
}

    .chosen-rtl .chosen-single {
        overflow: visible;
        padding: 0 8px 0 0;
    }

        .chosen-rtl .chosen-single span {
            margin-right: 0;
            margin-left: 26px;
            direction: rtl;
        }

    .chosen-rtl .chosen-single-with-deselect span {
        margin-left: 38px;
    }

    .chosen-rtl .chosen-single div {
        right: auto;
        left: 3px;
    }

    .chosen-rtl .chosen-single abbr {
        right: auto;
        left: 26px;
    }

    .chosen-rtl .chosen-choices li {
        float: right;
    }

        .chosen-rtl .chosen-choices li.search-field input[type=text] {
            direction: rtl;
        }

        .chosen-rtl .chosen-choices li.search-choice {
            margin: 3px 5px 3px 0;
            padding: 3px 5px 3px 19px;
        }

            .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
                right: auto;
                left: 4px;
            }

    .chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
        left: 9999px;
    }

    .chosen-rtl.chosen-container-single .chosen-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0;
    }

    .chosen-rtl .chosen-results li.group-option {
        padding-right: 15px;
        padding-left: 0;
    }

    .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: 0;
    }

    .chosen-rtl .chosen-search input[type=text] {
        padding: 4px 5px 4px 20px;
        background: #fff url(../css/chosen-sprite.png) no-repeat -30px -20px;
        background: url(../css/chosen-sprite.png) no-repeat -30px -20px;
        direction: rtl;
    }

    .chosen-rtl.chosen-container-single .chosen-single div b {
        background-position: 6px 2px;
    }

    .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
        background-position: -12px 2px;
    }

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx) {
    .chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
        background-image: url(../css/chosen-sprite@2x.png) !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}

