/*!
 * Bootstrap v3.0.0
 
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/*@import url('font-awesome.css');
@import url('fontawesome-all.min.css');*/

:root {
    --blue: #0F5CF5;
    --white: #ffffff;
    --black: #000000;
    --input-text-border: 1px solid #C1C5C8;
    --nolink: none;
    --unset: unset;
    --smallfont: smaller;
    --inlineflex: inline-flex;
    --flexend: flex-end;
    --width100: 100%;
    --padding2rem: 3rem;
    --padding1rem: 1rem;
    --labelcolor: #6E757C;
    --errorcolor: #E01E40;
    --langcolor: #656D7F;
    --inputtextcolor: #2A3742;
    --nodisplay: none;
    --blockdisplay: block;
    --p20: 20px;
    --minvh55: 55vh;
    --blue-focus: #0849C9;
    --blue-hover: #407DF7;
    --blue-hover-secondary: #E5F8FF;
    --disabled: #DCDEE0;
    --disabled-text: #697077;
    --bg-success: #00875A;
    --bg-warning: #FFC400;
    --bg-danger: #DE350B;
    --bg-info: #D3E1FD;
    --active-blue: #EBF2FE;
}

.blue-btn {
    background-color: var(--blue);
    border-color: var(--blue);
}

.blue-font {
    color: var(--blue);
}

.label-color {
    color: var(--labelcolor) !important;
}

.small-font {
    font-size: var(--smallfont);
}

.lang-label {
    color: var(--langcolor) !important;
}

.text-color {
    color: var(--inputtextcolor) !important;
}

.t-font {
    font-family: 'proximanova-regular';
    font-style: normal;
    font-weight: 400;
}

.fs-l {
    font-size: 16px;
    line-height: 24px;
}

.fs-s {
    font-size: 14px;
    line-height: 40px;
}

.fs-h {
    font-size: 30px;
    line-height: 36px;
}

.fs16 {
    font-size: 16px !important;
}

.header-text {
    color: #000;
    text-align: center;
    font-family: proximanova-regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.f-black {
    color: var(--black);
}

.p-font {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
}

.width-35 {
    width: 35%;
}

.error-border {
    border-color: var(--errorcolor) !important;
}

.padleft-20 {
    padding-left: var(--p20) !important;
}

.padright-20 {
    padding-right: var(--p20) !important
}

.form-control {
    border: var(--input-text-border);
}

.custom-border {
    border: var(--input-text-border)
}

.error-color {
    color: var(--errorcolor) !important;
}

.no-text-link {
    text-decoration: var(--nolink);
}

.min-vh-55 {
    min-height: var(--minvh55);
}

.width-100 {
    width: var(--width100) !important;
}

.rounded-3 {
    border-radius: 8px !important;
}

.f-rounded-3 {
    border-radius: 8px;
}

.round-2 {
    border-radius: 4px !important;
}

.round-1 {
    border-radius: 2px !important;
}

.shadow {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25) !important;
}

.f-shadow {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

.p2-lr {
    padding-left: var(--padding2rem) !important;
    padding-right: var(--padding2rem) !important;
}

.p2-tb {
    padding-top: var(--padding2rem) !important;
    padding-bottom: var(--padding2rem) !important;
}

.p1-lr {
    padding-left: var(--padding1rem) !important;
    padding-right: var(--padding1rem) !important;
}

.p1-tb {
    padding-top: var(--padding1rem) !important;
    padding-bottom: var(--padding1rem) !important;
}

#footerBox {
    border-top-left-radius: var(--unset) !important;
    border-top-right-radius: var(--unset) !important;
}

.display-block {
    display: var(--blockdisplay) !important;
}

.display-flex {
    display: flex !important;
}

.v-align-mid {
    vertical-align: middle;
}

.m-0 {
    margin: 0 auto !important;
}

.inline-flex {
    display: var(--inlineflex);
}

.flex-end {
    justify-content: var(--flexend);
}

.btn-primary-blue {
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    border: 1px solid var(--blue);
    background: var(--blue);
    color: var(--white);
}

.btn-outer-blue {
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    border: 1px solid var(--blue);
    background: var(--white);
    color: var(--blue);
}

.center-align {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pabsolute {
    position: absolute;
}
/* new section copied from login */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}

html {
    font-family: 'Open Sans',sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

/*a:focus {
    outline: thin dotted;
}*/

/*a:active, a:hover {
    outline: 0;
}*/

h1 {
    margin: .67em 0;
    font-size: 2em;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

mark {
    color: #000;
    background: #ff0;
}

code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

button, input, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

input[type="checkbox"], input[type="radio"] {
    padding: 0;
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media print {
    * {
        color: black !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    /*a, a:visited {
        text-decoration: underline;
    }*/

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm .5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .table td, .table th {
        background-color: white !important;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: black !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #dddddd !important;
    }
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: proximanova-regular;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

    button, input, select[multiple], textarea {
        background-image: none;
    }

/*a {
    color: #428bca;
    text-decoration: none;
}*/

/* a:hover, a:focus {
        color: #2a6496;
        text-decoration: underline;
    }*/

/*a:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }*/

img {
    padding-top: 10px;
    /* vertical-align: middle;*/
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}

p {
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-muted {
    color: #999;
}

.text-primary {
    color: #428bca;
}

.text-warning {
    color: #c09853;
}

.text-danger {
    color: #b94a48;
}

.text-success {
    color: #468847;
}

.text-info {
    color: #3a87ad;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: proximanova-regular; /*CHCM-2556*/
    font-weight: 500;
    line-height: 1.1;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
        font-weight: normal;
        line-height: 1;
        color: #999;
    }

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

h1 small, .h1 small {
    font-size: 24px;
}

h2 small, .h2 small {
    font-size: 18px;
}

h3 small, .h3 small, h4 small, .h4 small {
    font-size: 14px;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul, ol ul, ul ol, ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

dl {
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.428571429;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

        .dl-horizontal dd:before, .dl-horizontal dd:after {
            display: table;
            content: " ";
        }

        .dl-horizontal dd:after {
            clear: both;
        }

        .dl-horizontal dd:before, .dl-horizontal dd:after {
            display: table;
            content: " ";
        }

        .dl-horizontal dd:after {
            clear: both;
        }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}

    blockquote p {
        font-size: 17.5px;
        font-weight: 300;
        line-height: 1.25;
    }

        blockquote p:last-child {
            margin-bottom: 0;
        }

    blockquote small {
        display: block;
        line-height: 1.428571429;
        color: #999;
    }

        blockquote small:before {
            content: '\2014 \00A0';
        }

    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
    }

        blockquote.pull-right p, blockquote.pull-right small {
            text-align: right;
        }

            blockquote.pull-right small:before {
                content: '';
            }

            blockquote.pull-right small:after {
                content: '\00A0 \2014';
            }

    q:before, q:after, blockquote:before, blockquote:after {
        content: "";
    }

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}

code, pre {
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre.prettyprint {
        margin-bottom: 20px;
    }

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

    .container:before, .container:after {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }

    .container:before, .container:after {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }

.row {
    margin-right: -15px;
    margin-left: -15px;
}

    .row:before, .row:after {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }

    .row:before, .row:after {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }

    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .side-col, .row > .checkbox, .row > .radio, .content-box-side-col, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .main-col, .content-box-main-col, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .side-col, .col-lg-4, .side-col.side-navigation, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        position: relative;
        min-height: 1px;
        /*padding-right: 15px;
        padding-left: 15px;*/
    }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
    float: left;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-12 {
    width: 100%;
}

@media (min-width: 768px) {
    .container {
        max-width: 99%;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .side-col, .row > .checkbox, .row > .radio, .content-box-side-col, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .main-col, .content-box-main-col, .col-sm-9, .col-sm-10, .col-sm-11 {
        float: left;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4, .side-col, .row > .checkbox, .row > .radio, .content-box-side-col {
        width: 33.33333333333333%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-8, .main-col, .content-box-main-col {
        width: 66.66666666666666%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-push-1 {
        left: 8.333333333333332%;
    }

    .col-sm-push-2 {
        left: 16.666666666666664%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333333333333%;
    }

    .col-sm-push-5 {
        left: 41.66666666666667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.333333333333336%;
    }

    .col-sm-push-8 {
        left: 66.66666666666666%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333333333334%;
    }

    .col-sm-push-11 {
        left: 91.66666666666666%;
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }

    .col-md-1, .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-10, .col-md-11 {
        float: left;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.333333333333332%;
    }

    .col-md-push-2 {
        left: 16.666666666666664%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333333333333%;
    }

    .col-md-push-5 {
        left: 41.66666666666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.333333333333336%;
    }

    .col-md-push-8 {
        left: 66.66666666666666%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333333333334%;
    }

    .col-md-push-11 {
        left: 91.66666666666666%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.333333333333332%;
    }

    .col-md-pull-2 {
        right: 16.666666666666664%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333333333333%;
    }

    .col-md-pull-5 {
        right: 41.66666666666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.333333333333336%;
    }

    .col-md-pull-8 {
        right: 66.66666666666666%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333333333334%;
    }

    .col-md-pull-11 {
        right: 91.66666666666666%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

@media (min-width: 1200px) {
    .container {
        /*max-width: 1170px;*/
        max-width: 100%; /*CHCM-3557*/
        padding-left: 4%;
    }

    .class-addexport {
        margin-left: 43.5% !important; /*CHCM-3708*/
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .side-col, .col-lg-4, .side-col.side-navigation, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
        float: left;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-3, .side-col {
        width: 25%;
    }

        .col-lg-4, .side-col.side-navigation {
            width: 33.33333333333333%;
        }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.333333333333332%;
    }

    .col-lg-push-2 {
        left: 16.666666666666664%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333333333333%;
    }

    .col-lg-push-5 {
        left: 41.66666666666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.333333333333336%;
    }

    .col-lg-push-8 {
        left: 66.66666666666666%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333333333334%;
    }

    .col-lg-push-11 {
        left: 91.66666666666666%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }

    .col-lg-offset-0, .side-col.side-navigation {
        margin-left: 0;
    }

    .col-lg-offset-1, .side-col {
        margin-left: 8.333333333333332%;
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

/*Added on Jan 2020*/

@media (min-width: 1400px) {
    .container {
        max-width: 1370px;
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .side-col, .col-lg-4, .side-col.side-navigation, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
        float: left;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-3, .side-col {
        width: 25%;
    }

        .col-lg-4, .side-col.side-navigation {
            width: 33.33333333333333%;
        }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.333333333333332%;
    }

    .col-lg-push-2 {
        left: 16.666666666666664%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333333333333%;
    }

    .col-lg-push-5 {
        left: 41.66666666666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.333333333333336%;
    }

    .col-lg-push-8 {
        left: 66.66666666666666%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333333333334%;
    }

    .col-lg-push-11 {
        left: 91.66666666666666%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }

    .col-lg-offset-0, .side-col.side-navigation {
        margin-left: 0;
    }

    .col-lg-offset-1, .side-col {
        margin-left: 8.333333333333332%;
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

/*Added on Jan 2020*/

@media (min-width: 1500px) {
    .container {
        /*max-width: 1470px;*/
        max-width: -webkit-fill-available;
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .side-col, .col-lg-4, .side-col.side-navigation, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
        float: left;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-3, .side-col {
        width: 25%;
    }

        .col-lg-4, .side-col.side-navigation {
            width: 33.33333333333333%;
        }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.333333333333332%;
    }

    .col-lg-push-2 {
        left: 16.666666666666664%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333333333333%;
    }

    .col-lg-push-5 {
        left: 41.66666666666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.333333333333336%;
    }

    .col-lg-push-8 {
        left: 66.66666666666666%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333333333334%;
    }

    .col-lg-push-11 {
        left: 91.66666666666666%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }

    .col-lg-offset-0, .side-col.side-navigation {
        margin-left: 0;
    }

    .col-lg-offset-1, .side-col {
        margin-left: 8.333333333333332%;
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

    .table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table caption + thead tr:first-child th, .table colgroup + thead tr:first-child th, .table thead:first-child tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child td {
        border-top: 0;
    }

    .table tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed thead > tr > th, .table-condensed tbody > tr > th, .table-condensed tfoot > tr > th, .table-condensed thead > tr > td, .table-condensed tbody > tr > td, .table-condensed tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    display: table-column;
    float: none;
}

table td[class*="col-"], table th[class*="col-"] {
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
    background-color: #d0e9c6;
    border-color: #c9e2b3;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
    border-color: #eed3d7;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
    background-color: #ebcccc;
    border-color: #e6c1c7;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
    border-color: #fbeed5;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
    background-color: #faf2cc;
    border-color: #f8e5be;
}

@media (max-width: 768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
            background-color: #fff;
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > thead > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > thead > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

select[multiple], select[size] {
    height: auto;
}

select optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}

.form-control:-moz-placeholder, .chosen-container a.chosen-single:-moz-placeholder, .chosen-container.chosen-container-multi .chosen-choices:-moz-placeholder, #timesheets-table-wrapper input:-moz-placeholder {
    color: #999;
}

.form-control::-moz-placeholder, .chosen-container a.chosen-single::-moz-placeholder, .chosen-container.chosen-container-multi .chosen-choices::-moz-placeholder, #timesheets-table-wrapper input::-moz-placeholder {
    color: #999;
}

.form-control:-ms-input-placeholder, .chosen-container a.chosen-single:-ms-input-placeholder, .chosen-container.chosen-container-multi .chosen-choices:-ms-input-placeholder, #timesheets-table-wrapper input:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder, .chosen-container a.chosen-single::-webkit-input-placeholder, .chosen-container.chosen-container-multi .chosen-choices::-webkit-input-placeholder, #timesheets-table-wrapper input::-webkit-input-placeholder {
    color: #999;
}

/*.form-control,  Webpunch tab textarea non editable issue  */
.form-control, .chosen-container a.chosen-single, .chosen-container.chosen-container-multi .chosen-choices, #timesheets-table-wrapper input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    /*line-height: 0;*/
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
    /* CHCM-7088 fix */
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control:focus, .chosen-container a.chosen-single:focus, .chosen-container.chosen-container-multi .chosen-choices:focus, #timesheets-table-wrapper input:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control[disabled], .chosen-container a[disabled].chosen-single, .chosen-container.chosen-container-multi [disabled].chosen-choices, #timesheets-table-wrapper input[disabled], .form-control[readonly], .chosen-container a[readonly].chosen-single, .chosen-container.chosen-container-multi [readonly].chosen-choices, #timesheets-table-wrapper input[readonly], fieldset[disabled] .form-control, fieldset[disabled] .chosen-container a.chosen-single, .chosen-container fieldset[disabled] a.chosen-single, fieldset[disabled] .chosen-container.chosen-container-multi .chosen-choices, .chosen-container.chosen-container-multi fieldset[disabled] .chosen-choices, fieldset[disabled] #timesheets-table-wrapper input, #timesheets-table-wrapper fieldset[disabled] input {
        cursor: not-allowed;
        background-color: #eee;
    }

textarea.form-control, .chosen-container.chosen-container-multi textarea.chosen-choices {
    height: auto;
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

    .radio label, .checkbox label {
        display: inline;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        float: left;
        margin-left: -20px;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
        cursor: not-allowed;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm {
    height: auto;
}

.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 45px;
    line-height: 45px;
}

textarea.input-lg {
    height: auto;
}

.has-warning .help-block, .has-warning .control-label {
    color: #c09853;
}

.has-warning .form-control, .has-warning .chosen-container a.chosen-single, .chosen-container .has-warning a.chosen-single, .has-warning .chosen-container.chosen-container-multi .chosen-choices, .chosen-container.chosen-container-multi .has-warning .chosen-choices, .has-warning #timesheets-table-wrapper input, #timesheets-table-wrapper .has-warning input {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus, .has-warning .chosen-container a.chosen-single:focus, .chosen-container .has-warning a.chosen-single:focus, .has-warning .chosen-container.chosen-container-multi .chosen-choices:focus, .chosen-container.chosen-container-multi .has-warning .chosen-choices:focus, .has-warning #timesheets-table-wrapper input:focus, #timesheets-table-wrapper .has-warning input:focus {
        border-color: #a47e3c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    }

.has-warning .input-group-addon {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853;
}

.has-error .help-block, .has-error .control-label {
    color: #b94a48;
}

.has-error .form-control, .has-error .chosen-container a.chosen-single, .chosen-container .has-error a.chosen-single, .has-error .chosen-container.chosen-container-multi .chosen-choices, .chosen-container.chosen-container-multi .has-error .chosen-choices, .has-error #timesheets-table-wrapper input, #timesheets-table-wrapper .has-error input {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus, .has-error .chosen-container a.chosen-single:focus, .chosen-container .has-error a.chosen-single:focus, .has-error .chosen-container.chosen-container-multi .chosen-choices:focus, .chosen-container.chosen-container-multi .has-error .chosen-choices:focus, .has-error #timesheets-table-wrapper input:focus, #timesheets-table-wrapper .has-error input:focus {
        border-color: #953b39;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    }

.has-error .input-group-addon {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

.has-success .help-block, .has-success .control-label {
    color: #468847;
}

.has-success .form-control, .has-success .chosen-container a.chosen-single, .chosen-container .has-success a.chosen-single, .has-success .chosen-container.chosen-container-multi .chosen-choices, .chosen-container.chosen-container-multi .has-success .chosen-choices, .has-success #timesheets-table-wrapper input, #timesheets-table-wrapper .has-success input {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus, .has-success .chosen-container a.chosen-single:focus, .chosen-container .has-success a.chosen-single:focus, .has-success .chosen-container.chosen-container-multi .chosen-choices:focus, .chosen-container.chosen-container-multi .has-success .chosen-choices:focus, .has-success #timesheets-table-wrapper input:focus, #timesheets-table-wrapper .has-success input:focus {
        border-color: #356635;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    }

.has-success .input-group-addon {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
}

.form-control-static {
    padding-top: 7px;
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control, .form-inline .chosen-container a.chosen-single, .chosen-container .form-inline a.chosen-single, .form-inline .chosen-container.chosen-container-multi .chosen-choices, .chosen-container.chosen-container-multi .form-inline .chosen-choices, .form-inline #timesheets-table-wrapper input, #timesheets-table-wrapper .form-inline input {
        display: inline-block;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

        .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
            float: none;
            margin-left: 0;
        }
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        display: table;
        content: " ";
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        display: table;
        content: " ";
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
        background-color: #fff;
        border-color: #ccc;
    }

.btn-primary, .daterangepicker .applyBtn {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .btn-primary:hover, .daterangepicker .applyBtn:hover, .btn-primary:focus, .daterangepicker .applyBtn:focus, .btn-primary:active, .daterangepicker .applyBtn:active, .btn-primary.active, .daterangepicker .active.applyBtn, .open .dropdown-toggle.btn-primary, .open .daterangepicker .dropdown-toggle.applyBtn, .daterangepicker .open .dropdown-toggle.applyBtn {
        color: #fff;
        background-color: #3276b1;
        border-color: #285e8e;
    }

    .btn-primary:active, .daterangepicker .applyBtn:active, .btn-primary.active, .daterangepicker .active.applyBtn, .open .dropdown-toggle.btn-primary, .open .daterangepicker .dropdown-toggle.applyBtn, .daterangepicker .open .dropdown-toggle.applyBtn {
        background-image: none;
    }

    .btn-primary.disabled, .daterangepicker .disabled.applyBtn, .btn-primary[disabled], .daterangepicker [disabled].applyBtn, fieldset[disabled] .btn-primary, fieldset[disabled] .daterangepicker .applyBtn, .daterangepicker fieldset[disabled] .applyBtn, .btn-primary.disabled:hover, .daterangepicker .disabled.applyBtn:hover, .btn-primary[disabled]:hover, .daterangepicker [disabled].applyBtn:hover, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .daterangepicker .applyBtn:hover, .daterangepicker fieldset[disabled] .applyBtn:hover, .btn-primary.disabled:focus, .daterangepicker .disabled.applyBtn:focus, .btn-primary[disabled]:focus, .daterangepicker [disabled].applyBtn:focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .daterangepicker .applyBtn:focus, .daterangepicker fieldset[disabled] .applyBtn:focus, .btn-primary.disabled:active, .daterangepicker .disabled.applyBtn:active, .btn-primary[disabled]:active, .daterangepicker [disabled].applyBtn:active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .daterangepicker .applyBtn:active, .daterangepicker fieldset[disabled] .applyBtn:active, .btn-primary.disabled.active, .daterangepicker .disabled.active.applyBtn, .btn-primary[disabled].active, .daterangepicker [disabled].active.applyBtn, fieldset[disabled] .btn-primary.active, fieldset[disabled] .daterangepicker .active.applyBtn, .daterangepicker fieldset[disabled] .active.applyBtn {
        background-color: #428bca;
        border-color: #357ebd;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ed9c28;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #d2322d;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #47a447;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #39b3d7;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

.btn-link {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #2a6496;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
                color: #999;
                text-decoration: none;
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-xs {
    padding: 5px 10px;
    font-size: 9px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


.btn-xs {
    padding: 1px 5px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}

/*@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg");
}*/

@font-face {
    font-family: 'proximanova-regular';
    src: url('../fonts/proximanova_regular_macroman/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-briefcase:before {
    content: "\1f4bc";
}

.glyphicon-calendar:before {
    content: "\1f4c5";
}

.glyphicon-pushpin:before {
    content: "\1f4cc";
}

.glyphicon-paperclip:before {
    content: "\1f4ce";
}

.glyphicon-camera:before {
    content: "\1f4f7";
}

.glyphicon-lock:before {
    content: "\1f512";
}

.glyphicon-bell:before {
    content: "\1f514";
}

.glyphicon-bookmark:before {
    content: "\1f516";
}

.glyphicon-fire:before {
    content: "\1f525";
}

.glyphicon-wrench:before {
    content: "\1f527";
}


#btnLoginShortName {
    background-color: #236DF6;
    color: white;
}

#btnLoginShortNameTop {
    background-color: var(--active-blue);
    color: var(--blue);
}

.fa-circle-question {
    font-size: 20px;
}

.btnLogout {
    width: 100%;
    height: 100%;
    /* text-align: center; */
    background-color: white;
    border: 1px solid #236df6;
    color: #236df6 !important;
    border-radius: 4px;
    font-family: proximanova-regular;
    padding: 8%;
    text-align: center;
    line-height: 0px !important;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
    content: "";
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    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);
    background-clip: padding-box;
}



    .dropdown-menu > span {
        font-size: 14px;
        font-weight: normal;
    }

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu li {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: 0% 4%;
        /* gap: 8px; */
        /* height: 40px; */
        background: #ffffff;
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #fff;
            text-decoration: none;
            background-color: #428bca;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #428bca;
        outline: 0;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #999;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        /*left: auto;*/
    }
}

.btn-default .caret {
    border-top-color: #333;
}

.btn-primary .caret, .daterangepicker .applyBtn .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
    border-top-color: #fff;
}

.dropup .btn-default .caret {
    border-bottom-color: #333;
}

.dropup .btn-primary .caret, .dropup .daterangepicker .applyBtn .caret, .daterangepicker .dropup .applyBtn .caret, .dropup .btn-success .caret, .dropup .btn-warning .caret, .dropup .btn-danger .caret, .dropup .btn-info .caret {
    border-bottom-color: #fff;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
            z-index: 2;
        }

        .btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
            outline: 0;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " ";
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " ";
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn-group {
    float: left;
}

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group-xs > .btn {
    padding: 5px 10px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
        display: table;
        content: " ";
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
        display: table;
        content: " ";
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    border-collapse: separate;
    table-layout: fixed;
}

    .btn-group-justified .btn {
        display: table-cell;
        float: none;
        width: 1%;
    }

[data-bs-toggle="buttons"] > .btn > input[type="radio"], [data-bs-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group.col {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .input-group .form-control, .input-group .chosen-container a.chosen-single, .chosen-container .input-group a.chosen-single, .input-group .chosen-container.chosen-container-multi .chosen-choices, .chosen-container.chosen-container-multi .input-group .chosen-choices, .input-group #timesheets-table-wrapper input, #timesheets-table-wrapper .input-group input {
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control, .chosen-container .input-group-lg > a.chosen-single, .chosen-container.chosen-container-multi .input-group-lg > .chosen-choices, #timesheets-table-wrapper .input-group-lg > input, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control, .chosen-container select.input-group-lg > a.chosen-single, .chosen-container.chosen-container-multi select.input-group-lg > .chosen-choices, #timesheets-table-wrapper select.input-group-lg > input, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 45px;
    line-height: 45px;
}

textarea.input-group-lg > .form-control, .chosen-container textarea.input-group-lg > a.chosen-single, .chosen-container.chosen-container-multi textarea.input-group-lg > .chosen-choices, #timesheets-table-wrapper textarea.input-group-lg > input, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .chosen-container .input-group-sm > a.chosen-single, .chosen-container.chosen-container-multi .input-group-sm > .chosen-choices, #timesheets-table-wrapper .input-group-sm > input, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control, .chosen-container select.input-group-sm > a.chosen-single, .chosen-container.chosen-container-multi select.input-group-sm > .chosen-choices, #timesheets-table-wrapper select.input-group-sm > input, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control, .chosen-container textarea.input-group-sm > a.chosen-single, .chosen-container.chosen-container-multi textarea.input-group-sm > .chosen-choices, #timesheets-table-wrapper textarea.input-group-sm > input, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control, .input-group .chosen-container a.chosen-single, .chosen-container .input-group a.chosen-single, .input-group .chosen-container.chosen-container-multi .chosen-choices, .chosen-container.chosen-container-multi .input-group .chosen-choices, .input-group #timesheets-table-wrapper input, #timesheets-table-wrapper .input-group input {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child), .input-group .chosen-container a.chosen-single:not(:first-child):not(:last-child), .chosen-container .input-group a.chosen-single:not(:first-child):not(:last-child), .input-group .chosen-container.chosen-container-multi .chosen-choices:not(:first-child):not(:last-child), .chosen-container.chosen-container-multi .input-group .chosen-choices:not(:first-child):not(:last-child), .input-group #timesheets-table-wrapper input:not(:first-child):not(:last-child), #timesheets-table-wrapper .input-group input:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group .chosen-container a.chosen-single:first-child, .chosen-container .input-group a.chosen-single:first-child, .input-group .chosen-container.chosen-container-multi .chosen-choices:first-child, .chosen-container.chosen-container-multi .input-group .chosen-choices:first-child, .input-group #timesheets-table-wrapper input:first-child, #timesheets-table-wrapper .input-group input:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group .chosen-container a.chosen-single:last-child, .chosen-container .input-group a.chosen-single:last-child, .input-group .chosen-container.chosen-container-multi .chosen-choices:last-child, .chosen-container.chosen-container-multi .input-group .chosen-choices:last-child, .input-group #timesheets-table-wrapper input:last-child, #timesheets-table-wrapper .input-group input:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -4px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:active {
            z-index: 2;
        }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav:before, .nav:after {
        display: table;
        content: " ";
    }

    .nav:after {
        clear: both;
    }

    .nav:before, .nav:after {
        display: table;
        content: " ";
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

           /* .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }*/

        .nav > li.disabled > a {
            color: #999;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #999;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #f0f2f7;
        border-color: #428bca;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.428571429;
            /*border: 1px solid transparent;*/
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                /*border-color: #eee #eee #ddd;*/
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #fff;
            border-bottom-color: var(--blue);
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
            }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-bottom: 1px solid #ddd;
}

.nav-tabs.nav-justified > .active > a {
    border-bottom-color: #fff;
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 5px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #428bca;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            text-align: center;
        }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-bottom: 1px solid #ddd;
    }

    .nav-tabs-justified > .active > a {
        border-bottom-color: #fff;
    }

.tabbable:before, .tabbable:after {
    display: table;
    content: " ";
}

.tabbable:after {
    clear: both;
}

.tabbable:before, .tabbable:after {
    display: table;
    content: " ";
}

.tabbable:after {
    clear: both;
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: none;
}

.tab-content > .active, .pill-content > .active {
    display: block;
}

.nav .caret {
    border-top-color: #428bca;
    border-bottom-color: #428bca;
}

.nav a:hover .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    /* margin-bottom: 20px;*/
    border: 1px solid transparent;
}

    .navbar:before, .navbar:after {
        display: table;
        content: " ";
    }

    .navbar:after {
        clear: both;
    }

    .navbar:before, .navbar:after {
        display: table;
        content: " ";
    }

    .navbar:after {
        clear: both;
    }

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before, .navbar-header:after {
    display: table;
    content: " ";
}

.navbar-header:after {
    clear: both;
}

.navbar-header:before, .navbar-header:after {
    display: table;
    content: " ";
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:before, .navbar-collapse:after {
        display: table;
        content: " ";
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse:before, .navbar-collapse:after {
        display: table;
        content: " ";
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

        .navbar-collapse .navbar-nav.navbar-left:first-child {
            margin-left: -15px;
        }

        .navbar-collapse .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }

        .navbar-collapse .navbar-text:last-child {
            margin-right: 0;
        }
}

.container > .navbar-header, .container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header, .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    z-index: 1030;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
}

.navbar-brand {
    /*float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;*/

    float: right;
    padding: 25px 15px;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #646d82;
    text-transform: uppercase;
    white-space: nowrap;
}


    /*Added by Pankaj Chaudhary*/
    .navbar-brand > span {
        position: relative;
        top: -7px;
        /* color:rgb(223,235,240);
  text-shadow:0px -1px 0px rgb(0,34,96) lokesh*/
    }

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0px 0px;
        /*	font-size: 20px;
	float:right;*/
    }

        .navbar-right > li > a {
            position: relative;
            display: block;
            font-size: 15px;
            font-weight: normal;
            color: #008aad;
            line-height: 50px;
            white-space: nowrap;
            padding: 0 7px;
            border: solid 0px #e5e5e5;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: baseline;
            align-items: baseline;
            line-height: 50px;
            display: inline-block;
        }



            .navbar-right > li > a > i {
                background: #f0f2f7;
                color: #008aad;
            }

            .navbar-right > li > a > i {
                background: #f0f2f7;
                color: #008aad;
            }

            .navbar-right > li > a:hover,
            .navbar-right > li > a:focus {
                background: #f0f2f7;
                color: #06afd7;
            }

        /*.navbar-main .navbar-nav > .active > a,
.navbar-main .navbar-nav > .open > a {
  margin-bottom: -2px;
  padding-bottom: 12px;
  background-color: #005DBC;
  border-radius: 0;
} lokesh */

        .navbar-right > .active > a,
        .navbar-right > .open > a {
            background: #f0f2f7;
            color: #008aad;
            var(--primary-primary, #0F5CF5);
        }

        /*.navbar-main .navbar-nav > .open > .dropdown-toggle {
  background-color: #005DBC;
  background-image: none;
} lokesh */

        .navbar-right > .open > .dropdown-toggle {
            background: #f0f2f7;
            color: #008aad;
        }

    .SideNavdropdown .dropdown-toggle::after {
        display: inline-block;
        /* margin-left: .255em;
        vertical-align: .255em; */
        /* content: "\f078"; */
        content: "\f107";
        font-family: blueforce;
        float: right;
        color: var(--primary-primary, #0F5CF5);
        font-weight: normal;
        font-size: 18px;
        position: relative;
        top: 4px;
    }

    .webpunch-leftmenu-secondary .sub-nav-item {
        padding: 8px 5px !important;
    }

    .SideNavdropdown .dropdown-menu li {
        height: auto;
    }

    .SideNavdropdown .dropdown-toggle.show::after {
        content: "\f106";
    }

    .SideNavdropdown .dropdown-toggle.show {
        color: #0F5CF5;
        background-color: #ffffff;
    }
    /*.SideNavdropdown .dropdown-toggle.show {
        background-color:#fff;
      padding-left:5px;
    }*/
    .SideNavdropdown .dropdown {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .SideNavdropdown .nav-item {
        padding: 8px 0px;
    }

    .SideNavdropdown .dropdown-menu {
        min-width: auto;
        width: 100%;
        border: 0;
        position: relative;
        margin-bottom: 20px;
    }

    .SideNavdropdown .nav-link {
        font-family: 'proximanova-regular';
        font-weight: 600;
        color: #2A3742;
        text-decoration: none;
    }

    .SideNavdropdown .dropdown-menu li {
        padding: 6px 6px 6px 16px;
    }

    .webpunch-leftmenu-secondary {
        width: 340px !important;
    }

        .webpunch-leftmenu-secondary .sub-nav-item {
            padding: 8px 16px;
        }

    /* Drop down */
    /*.navbar-main .navbar-nav .dropdown-menu {
  min-width: 115px;
  margin: 2px 0 0 0;
  padding: 1px 0;
  font-size: 13px;
  list-style: none;
  background-color: #005DBC;
  border: 0;
  border-radius: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  
  
}lokesh */
    ` {
        min-width: 250px;
        margin: 2px 0 0 0;
        padding: 1px 0;
        font-size: 13px;
        list-style: none;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
        border: solid 1px #e5e5e5;
        background-color: #ffffff;
        border-radius: 1px;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-weight: normal;
        background: white;
        color: #646d82;
    }

    .navbar-right .dropdown-menu .divider {
        background: #008aad;
    }

    .navbar-right .dropdown-menu > li > a {
        /*color: #646d82;*/
        line-height: inherit;
        display: block;
        font-size: 13px;
        position: relative;
        margin: 2px 2px;
        padding: 5px 5px;
        line-height: inherit;
    }

        .navbar-right .dropdown-menu > li > a:hover,
        .navbar-right .dropdown-menu > li > a:focus {
            color: #ffffff;
            background: #008aad;
        }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control, .navbar-form .chosen-container a.chosen-single, .chosen-container .navbar-form a.chosen-single, .navbar-form .chosen-container.chosen-container-multi .chosen-choices, .chosen-container.chosen-container-multi .navbar-form .chosen-choices, .navbar-form #timesheets-table-wrapper input, #timesheets-table-wrapper .navbar-form input {
        display: inline-block;
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

        .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
            float: none;
            margin-left: 0;
        }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.rightmenu .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-top: 18%;
    margin-left: auto;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-text {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        margin-right: 15px;
        margin-left: 15px;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #ccc;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e6e6e6;
    }

    .navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
        border-top-color: #333;
        border-bottom-color: #333;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

        .navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
            border-top-color: #555;
            border-bottom-color: #555;
        }

    .navbar-default .navbar-nav > .dropdown > a .caret {
        border-top-color: #777;
        border-bottom-color: #777;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #999;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #999;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #999;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

    .navbar-inverse .navbar-nav > .dropdown > a .caret {
        border-top-color: #999;
        border-bottom-color: #999;
    }

    .navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #999;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }

    .breadcrumb > .active {
        color: #999;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            background-color: #eee;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }

    .pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #999;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager:before, .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager:before, .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #999;
        cursor: not-allowed;
        background-color: #fff;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label[href]:hover, .label[href]:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

    .label:empty {
        display: none;
    }

.label-default {
    background-color: #999;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #808080;
    }

.label-primary {
    background-color: #428bca;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #3071a9;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.btn .badge {
    position: relative;
    top: -1px;
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eee;
}

    .jumbotron h1 {
        line-height: 1;
        color: inherit;
    }

    .jumbotron p {
        line-height: 1.4;
    }

.container .jumbotron {
    border-radius: 6px;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: inline-block;
    display: block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .thumbnail > img {
        display: block;
        height: auto;
        max-width: 100%;
    }

a.thumbnail:hover, a.thumbnail:focus {
    border-color: #428bca;
}

.thumbnail > img {
    margin-right: auto;
    margin-left: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable {
    padding-right: 35px;
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #356635;
    }

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #2d6987;
    }

.alert-warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5;
}

    .alert-warning hr {
        border-top-color: #f8e5be;
    }

    .alert-warning .alert-link {
        color: #a47e3c;
    }

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

    .alert-danger hr {
        border-top-color: #e6c1c7;
    }

    .alert-danger .alert-link {
        color: #953b39;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    /*background-color: #f0ad4e;*/
    background-color: #eb0615;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

    .media, .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
        }

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .list-group-item > .badge {
        float: right;
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px;
        }

a.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover, a.list-group-item:focus {
        text-decoration: none;
        background-color: #f5f5f5;
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
        color: #e1edf7;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

    .panel-body:before, .panel-body:after {
        display: table;
        content: " ";
    }

    .panel-body:after {
        clear: both;
    }

    .panel-body:before, .panel-body:after {
        display: table;
        content: " ";
    }

    .panel-body:after {
        clear: both;
    }

.panel > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
    }

        .panel > .list-group .list-group-item:first-child {
            border-top-right-radius: 0;
            border-top-left-radius: 0;
        }

        .panel > .list-group .list-group-item:last-child {
            border-bottom: 0;
        }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table {
    margin-bottom: 0;
}

.panel > .panel-body + .table {
    border-top: 1px solid #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
}

    .panel-group .panel + .panel {
        margin-top: 5px;
    }

.panel-group .panel-heading {
    border-bottom: 0;
}

    .panel-group .panel-heading + .panel-collapse .panel-body {
        border-top: 1px solid #ddd;
    }

.panel-group .panel-footer {
    border-top: 0;
}

    .panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom: 1px solid #ddd;
    }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ddd;
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #428bca;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #428bca;
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #428bca;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #468847;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #d6e9c6;
        }

    .panel-success > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-warning {
    border-color: #fbeed5;
}

    .panel-warning > .panel-heading {
        color: #c09853;
        background-color: #fcf8e3;
        border-color: #fbeed5;
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #fbeed5;
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #fbeed5;
    }

.panel-danger {
    border-color: #eed3d7;
}

    .panel-danger > .panel-heading {
        color: #b94a48;
        background-color: #f2dede;
        border-color: #eed3d7;
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #eed3d7;
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #eed3d7;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #3a87ad;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #bce8f1;
        }

    .panel-info > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #bce8f1;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

    body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
        margin-right: 15px;
    }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-dialog {
    z-index: 1050;
    width: auto;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}
/* CHCM-6669 */
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: rgba(0, 24, 64, 0.2);
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50);
    }

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:before, .modal-footer:after {
        display: table;
        content: " ";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer:before, .modal-footer:after {
        display: table;
        content: " ";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

@media screen and (min-width: 768px) {
    .modal-dialog {
        right: auto;
        left: auto;
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

    .tooltip.in {
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000;
    border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #000;
    border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #000;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    /*max-width: 276px;*/
    padding: 15px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

    .popover .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

    .popover.top .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        border-top-color: #fff;
        border-bottom-width: 0;
        content: " ";
    }

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

    .popover.right .arrow:after {
        bottom: -10px;
        left: 1px;
        border-right-color: #fff;
        border-left-width: 0;
        content: " ";
    }

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
}

    .popover.bottom .arrow:after {
        top: 1px;
        margin-left: -10px;
        border-bottom-color: #fff;
        border-top-width: 0;
        content: " ";
    }

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
}

    .popover.left .arrow:after {
        right: 1px;
        bottom: -10px;
        border-left-color: #fff;
        border-right-width: 0;
        content: " ";
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            display: block;
            height: auto;
            max-width: 100%;
            line-height: 1;
        }

    .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
        display: block;
    }

    .carousel-inner > .active {
        left: 0;
    }

    .carousel-inner > .next, .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-inner > .next {
        left: 100%;
    }

    .carousel-inner > .prev {
        left: -100%;
    }

        .carousel-inner > .next.left, .carousel-inner > .prev.right {
            left: 0;
        }

    .carousel-inner > .active.left {
        left: -100%;
    }

    .carousel-inner > .active.right {
        left: 100%;
    }

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: .5;
    filter: alpha(opacity=50);
}

    .carousel-control.left {
        background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
        background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
        background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
    }

    .carousel-control:hover, .carousel-control:focus {
        color: #fff;
        text-decoration: none;
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

@media screen and (max-width: 400px) {
    @-ms-viewport {
        width: 320px;
    }
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.visible-xs {
    display: none !important;
}

tr.visible-xs {
    display: none !important;
}

th.visible-xs, td.visible-xs {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-xs.visible-sm {
        display: block !important;
    }

    tr.visible-xs.visible-sm {
        display: table-row !important;
    }

    th.visible-xs.visible-sm, td.visible-xs.visible-sm {
        display: table-cell !important;
    }

    .img-pos {
        top: -3px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-xs.visible-md {
        display: block !important;
    }

    tr.visible-xs.visible-md {
        display: table-row !important;
    }

    th.visible-xs.visible-md, td.visible-xs.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-xs.visible-lg {
        display: block !important;
    }

    tr.visible-xs.visible-lg {
        display: table-row !important;
    }

    th.visible-xs.visible-lg, td.visible-xs.visible-lg {
        display: table-cell !important;
    }
}
/*Added on Jan 2020*/
@media (min-width: 1400px) {
    .visible-xs.visible-lg {
        display: block !important;
    }

    tr.visible-xs.visible-lg {
        display: table-row !important;
    }

    th.visible-xs.visible-lg, td.visible-xs.visible-lg {
        display: table-cell !important;
    }
}
/*Added on Jan 2020*/
@media (min-width: 1500px) {
    .visible-xs.visible-lg {
        display: block !important;
    }

    tr.visible-xs.visible-lg {
        display: table-row !important;
    }

    th.visible-xs.visible-lg, td.visible-xs.visible-lg {
        display: table-cell !important;
    }
}

.visible-sm {
    display: none !important;
}

tr.visible-sm {
    display: none !important;
}

th.visible-sm, td.visible-sm {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-sm.visible-xs {
        display: block !important;
    }

    tr.visible-sm.visible-xs {
        display: table-row !important;
    }

    th.visible-sm.visible-xs, td.visible-sm.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-sm.visible-md {
        display: block !important;
    }

    tr.visible-sm.visible-md {
        display: table-row !important;
    }

    th.visible-sm.visible-md, td.visible-sm.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-sm.visible-lg {
        display: block !important;
    }

    tr.visible-sm.visible-lg {
        display: table-row !important;
    }

    th.visible-sm.visible-lg, td.visible-sm.visible-lg {
        display: table-cell !important;
    }
}
/*Added on Jan 2020*/
@media (min-width: 1400px) {
    .visible-sm.visible-lg {
        display: block !important;
    }

    tr.visible-sm.visible-lg {
        display: table-row !important;
    }

    th.visible-sm.visible-lg, td.visible-sm.visible-lg {
        display: table-cell !important;
    }
}
/*Added on Jan 2020*/
@media (min-width: 1500px) {
    .visible-sm.visible-lg {
        display: block !important;
    }

    tr.visible-sm.visible-lg {
        display: table-row !important;
    }

    th.visible-sm.visible-lg, td.visible-sm.visible-lg {
        display: table-cell !important;
    }
}

.visible-md {
    display: none !important;
}

tr.visible-md {
    display: none !important;
}

th.visible-md, td.visible-md {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-md.visible-xs {
        display: block !important;
    }

    tr.visible-md.visible-xs {
        display: table-row !important;
    }

    th.visible-md.visible-xs, td.visible-md.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-md.visible-sm {
        display: block !important;
    }

    tr.visible-md.visible-sm {
        display: table-row !important;
    }

    th.visible-md.visible-sm, td.visible-md.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-md.visible-lg {
        display: block !important;
    }

    tr.visible-md.visible-lg {
        display: table-row !important;
    }

    th.visible-md.visible-lg, td.visible-md.visible-lg {
        display: table-cell !important;
    }
}
/*Added on Jan 2020*/
@media (min-width: 1400px) {
    .visible-md.visible-lg {
        display: block !important;
    }

    tr.visible-md.visible-lg {
        display: table-row !important;
    }

    th.visible-md.visible-lg, td.visible-md.visible-lg {
        display: table-cell !important;
    }
}
/*Added on Jan 2020*/
@media (min-width: 1500px) {
    .visible-md.visible-lg {
        display: block !important;
    }

    tr.visible-md.visible-lg {
        display: table-row !important;
    }

    th.visible-md.visible-lg, td.visible-md.visible-lg {
        display: table-cell !important;
    }
}

.visible-lg {
    display: none !important;
}

tr.visible-lg {
    display: none !important;
}

th.visible-lg, td.visible-lg {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-lg.visible-xs {
        display: block !important;
    }

    tr.visible-lg.visible-xs {
        display: table-row !important;
    }

    th.visible-lg.visible-xs, td.visible-lg.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-lg.visible-sm {
        display: block !important;
    }

    tr.visible-lg.visible-sm {
        display: table-row !important;
    }

    th.visible-lg.visible-sm, td.visible-lg.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-lg.visible-md {
        display: block !important;
    }

    tr.visible-lg.visible-md {
        display: table-row !important;
    }

    th.visible-lg.visible-md, td.visible-lg.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}
/*Added on Jan2020*/
@media (min-width: 1400px) {
    .visible-lg {
        display: block !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}
/*Added on Jan2020*/
@media (min-width: 1500px) {
    .visible-lg {
        display: block !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

.hidden-xs {
    display: block !important;
}

tr.hidden-xs {
    display: table-row !important;
}

th.hidden-xs, td.hidden-xs {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    tr.hidden-xs {
        display: none !important;
    }

    th.hidden-xs, td.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-xs.hidden-sm {
        display: none !important;
    }

    tr.hidden-xs.hidden-sm {
        display: none !important;
    }

    th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-xs.hidden-md {
        display: none !important;
    }

    tr.hidden-xs.hidden-md {
        display: none !important;
    }

    th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xs.hidden-lg {
        display: none !important;
    }

    tr.hidden-xs.hidden-lg {
        display: none !important;
    }

    th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg {
        display: none !important;
    }
}
/*Added on Jan 2020*/
@media (min-width: 1400px) {
    .hidden-xs.hidden-lg {
        display: none !important;
    }

    tr.hidden-xs.hidden-lg {
        display: none !important;
    }

    th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg {
        display: none !important;
    }
}
/*Added on Jan 2020*/
@media (min-width: 1500px) {
    .hidden-xs.hidden-lg {
        display: none !important;
    }

    tr.hidden-xs.hidden-lg {
        display: none !important;
    }

    th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg {
        display: none !important;
    }
}

.hidden-sm {
    display: block !important;
}

tr.hidden-sm {
    display: table-row !important;
}

th.hidden-sm, td.hidden-sm {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-sm.hidden-xs {
        display: none !important;
    }

    tr.hidden-sm.hidden-xs {
        display: none !important;
    }

    th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }

    tr.hidden-sm {
        display: none !important;
    }

    th.hidden-sm, td.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-sm.hidden-md {
        display: none !important;
    }

    tr.hidden-sm.hidden-md {
        display: none !important;
    }

    th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-sm.hidden-lg {
        display: none !important;
    }

    tr.hidden-sm.hidden-lg {
        display: none !important;
    }

    th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg {
        display: none !important;
    }
}
/*Added on Jan2020*/
@media (min-width: 1400px) {
    .hidden-sm.hidden-lg {
        display: none !important;
    }

    tr.hidden-sm.hidden-lg {
        display: none !important;
    }

    th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg {
        display: none !important;
    }
}
/*Added on Jan2020*/
@media (min-width: 1500px) {
    .hidden-sm.hidden-lg {
        display: none !important;
    }

    tr.hidden-sm.hidden-lg {
        display: none !important;
    }

    th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg {
        display: none !important;
    }
}

.hidden-md {
    display: block !important;
}

tr.hidden-md {
    display: table-row !important;
}

th.hidden-md, td.hidden-md {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-md.hidden-xs {
        display: none !important;
    }

    tr.hidden-md.hidden-xs {
        display: none !important;
    }

    th.hidden-md.hidden-xs, td.hidden-md.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md.hidden-sm {
        display: none !important;
    }

    tr.hidden-md.hidden-sm {
        display: none !important;
    }

    th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }

    tr.hidden-md {
        display: none !important;
    }

    th.hidden-md, td.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-md.hidden-lg {
        display: none !important;
    }

    tr.hidden-md.hidden-lg {
        display: none !important;
    }

    th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {
        display: none !important;
    }
}
/*Added on Jan2020*/
@media (min-width: 1400px) {
    .hidden-md.hidden-lg {
        display: none !important;
    }

    tr.hidden-md.hidden-lg {
        display: none !important;
    }

    th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {
        display: none !important;
    }
}
/*Added on Jan2020*/
@media (min-width: 1500px) {
    .hidden-md.hidden-lg {
        display: none !important;
    }

    tr.hidden-md.hidden-lg {
        display: none !important;
    }

    th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {
        display: none !important;
    }
}

.hidden-lg {
    display: block !important;
}

tr.hidden-lg {
    display: table-row !important;
}

th.hidden-lg, td.hidden-lg {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-lg.hidden-xs {
        display: none !important;
    }

    tr.hidden-lg.hidden-xs {
        display: none !important;
    }

    th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-lg.hidden-sm {
        display: none !important;
    }

    tr.hidden-lg.hidden-sm {
        display: none !important;
    }

    th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg.hidden-md {
        display: none !important;
    }

    tr.hidden-lg.hidden-md {
        display: none !important;
    }

    th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }

    tr.hidden-lg {
        display: none !important;
    }

    th.hidden-lg, td.hidden-lg {
        display: none !important;
    }
}
/*Added on Jan 2020*/
@media (min-width: 1400px) {
    .hidden-lg {
        display: none !important;
    }

    tr.hidden-lg {
        display: none !important;
    }

    th.hidden-lg, td.hidden-lg {
        display: none !important;
    }
}
/*Added on Jan 2020*/
@media (min-width: 1500px) {
    .hidden-lg {
        display: none !important;
    }

    tr.hidden-lg {
        display: none !important;
    }

    th.hidden-lg, td.hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

tr.visible-print {
    display: none !important;
}

th.visible-print, td.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }

    .hidden-print {
        display: none !important;
    }

    tr.hidden-print {
        display: none !important;
    }

    th.hidden-print, td.hidden-print {
        display: none !important;
    }
}
/* iCheck plugin Minimal skin, blue
----------------------------------- */
.icheckbox-minimal-blue,
.iradio-minimal-blue {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url("../img/blue.png") no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox-minimal-blue {
    background-position: 0 0;
}

    .icheckbox-minimal-blue.hover {
        background-position: -20px 0;
    }

    .icheckbox-minimal-blue.checked {
        background-position: -40px 0;
    }

    .icheckbox-minimal-blue.disabled {
        background-position: -60px 0;
        cursor: default;
    }

    .icheckbox-minimal-blue.checked.disabled {
        background-position: -80px 0;
    }

.iradio-minimal-blue {
    background-position: -100px 0;
}

    .iradio-minimal-blue.hover {
        background-position: -120px 0;
    }

    .iradio-minimal-blue.checked {
        background-position: -140px 0;
    }

    .iradio-minimal-blue.disabled {
        background-position: -160px 0;
        cursor: default;
    }

    .iradio-minimal-blue.checked.disabled {
        background-position: -180px 0;
    }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox-minimal-blue,
    .iradio-minimal-blue {
        background-image: url("../img/blue@2x.png");
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}
/*!
 * Stylesheet for the Date Range Picker, for use with Bootstrap 3.x
 *
 * Copyright 2013 Dan Grossman ( http://www.dangrossman.info )
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Built for http://www.improvely.com
 */
.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3000;
}

.daterangepicker.opensleft .ranges, .daterangepicker.opensleft .calendar {
    float: left;
    margin: 4px;
}

.daterangepicker.opensright .ranges, .daterangepicker.opensright .calendar {
    float: right;
    margin: 4px;
}

.daterangepicker .ranges {
    width: 160px;
    text-align: left;
}

    .daterangepicker .ranges .range_inputs > div {
        float: left;
    }

        .daterangepicker .ranges .range_inputs > div:nth-child(2) {
            padding-left: 11px;
        }

.daterangepicker .calendar {
    display: none;
    max-width: 270px;
}

    .daterangepicker .calendar th, .daterangepicker .calendar td {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        white-space: nowrap;
        text-align: center;
        min-width: 32px;
    }

.daterangepicker .ranges label {
    color: #333;
    display: block;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-bottom: 2px;
    text-shadow: #fff 1px 1px 0px;
    text-transform: uppercase;
    width: 74px;
}

.daterangepicker .ranges input {
    font-size: 11px;
}

.daterangepicker .ranges .input-mini {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    display: block;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0 0 10px 0;
    padding: 0 6px;
    width: 74px;
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.daterangepicker .ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

    .daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
        background: #08c;
        border: 1px solid #08c;
        color: #fff;
    }

.daterangepicker .calendar-date {
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
    background: #fff;
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 8px auto 0 auto;
    line-height: 30px;
}

.daterangepicker {
    position: absolute;
    background: #fff;
    top: 100px;
    left: 20px;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .daterangepicker.opensleft:before {
        position: absolute;
        top: -7px;
        right: 9px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    .daterangepicker.opensleft:after {
        position: absolute;
        top: -6px;
        right: 10px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        content: '';
    }

    .daterangepicker.opensright:before {
        position: absolute;
        top: -7px;
        left: 9px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    .daterangepicker.opensright:after {
        position: absolute;
        top: -6px;
        left: 10px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        content: '';
    }

    .daterangepicker table {
        width: 100%;
        margin: 0;
    }

    .daterangepicker td, .daterangepicker th {
        text-align: center;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        white-space: nowrap;
    }

        .daterangepicker td.off {
            color: #999;
        }

        .daterangepicker td.disabled {
            color: #999;
        }

        .daterangepicker td.available:hover, .daterangepicker th.available:hover {
            background: #eee;
        }

        .daterangepicker td.in-range {
            background: #ebf4f8;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

        .daterangepicker td.active, .daterangepicker td.active:hover {
            background-color: #357ebd;
            border-color: #3071a9;
            color: #fff;
        }

        .daterangepicker td.week, .daterangepicker th.week {
            font-size: 80%;
            color: #ccc;
        }

    .daterangepicker select.monthselect, .daterangepicker select.yearselect {
        font-size: 12px;
        padding: 1px;
        height: auto;
        margin: 0;
        cursor: default;
    }

    .daterangepicker select.monthselect {
        margin-right: 2%;
        width: 56%;
    }

    .daterangepicker select.yearselect {
        width: 40%;
    }

    .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.ampmselect {
        width: 50px;
        margin-bottom: 0;
    }

/* @group Base */
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .chosen-container .chosen-drop {
        position: absolute;
        top: 100%;
        left: -9999px;
        z-index: 1010;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        border: 1px solid #aaa;
        border-top: 0;
        background: #fff;
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    }

    .chosen-container.chosen-with-drop .chosen-drop {
        left: 0;
    }

    .chosen-container a {
        cursor: pointer;
    }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 23px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, white), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 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;
    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("../img/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("../img/chosen-sprite.png") no-repeat 0px 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"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 1px 0;
        padding: 4px 20px 4px 5px;
        width: 100%;
        height: auto;
        outline: 0;
        border: 1px solid #aaa;
        background: white url("../img/chosen-sprite.png") no-repeat 100% -20px;
        background: url("../img/chosen-sprite.png") no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
        background: url("../img/chosen-sprite.png") no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, white 15%);
        background: url("../img/chosen-sprite.png") no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, white 15%);
        background: url("../img/chosen-sprite.png") no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, white 15%);
        background: url("../img/chosen-sprite.png") no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
        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;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
    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;
    }

        .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 {
            display: list-item;
            background: #f4f4f4;
        }

        .chosen-container .chosen-results li.group-result {
            display: list-item;
            font-weight: bold;
            cursor: default;
        }

        .chosen-container .chosen-results li.group-option {
            padding-left: 15px;
        }

        .chosen-container .chosen-results li em {
            font-style: normal;
            text-decoration: underline;
        }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
    background-image: -webkit-linear-gradient(#eeeeee 1%, white 15%);
    background-image: -moz-linear-gradient(#eeeeee 1%, white 15%);
    background-image: -o-linear-gradient(#eeeeee 1%, white 15%);
    background-image: linear-gradient(#eeeeee 1%, #ffffff 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: 5px;
                height: 15px;
                outline: 0;
                border: 0 !important;
                background: transparent !important;
                box-shadow: none;
                color: #666;
                font-size: 100%;
                font-family: sans-serif;
                line-height: normal;
                border-radius: 0;
            }

            .chosen-container-multi .chosen-choices li.search-field .default {
                color: #999;
            }

        .chosen-container-multi .chosen-choices li.search-choice {
            position: relative;
            margin: 3px 0 3px 5px;
            padding: 3px 20px 3px 5px;
            border: 1px solid #aaa;
            border-radius: 3px;
            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%, #eeeeee));
            background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-clip: padding-box;
            box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            color: #333;
            line-height: 13px;
            cursor: default;
        }

            .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("../img/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%, #eeeeee));
            background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 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;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 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%, #eeeeee), color-stop(80%, white));
    background-image: -webkit-linear-gradient(#eeeeee 20%, white 80%);
    background-image: -moz-linear-gradient(#eeeeee 20%, white 80%);
    background-image: -o-linear-gradient(#eeeeee 20%, white 80%);
    background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
    box-shadow: 0 1px 0 #fff inset;
}

    .chosen-container-active.chosen-with-drop .chosen-single div {
        border-left: none;
        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, 0.3);
}

    .chosen-container-active .chosen-choices li.search-field input[type="text"] {
        color: #111 !important;
    }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

    .chosen-disabled .chosen-single {
        cursor: default;
    }

    .chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default;
    }

/* @end */
/* @group Right to Left */
.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: none;
    }

    .chosen-rtl .chosen-search input[type="text"] {
        padding: 4px 5px 4px 20px;
        background: white url("../img/chosen-sprite.png") no-repeat -30px -20px;
        background: url("../img/chosen-sprite.png") no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
        background: url("../img/chosen-sprite.png") no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, white 15%);
        background: url("../img/chosen-sprite.png") no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, white 15%);
        background: url("../img/chosen-sprite.png") no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, white 15%);
        background: url("../img/chosen-sprite.png") no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
        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;
    }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
    .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("../img/chosen-sprite@2x.png") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}
/* @end */
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}

    .datepicker:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: -7px;
        left: 6px;
    }

    .datepicker:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        position: absolute;
        top: -6px;
        left: 7px;
    }

    .datepicker > div {
        display: none;
    }

    .datepicker table {
        width: 100%;
        margin: 0;
    }

    .datepicker td,
    .datepicker th {
        text-align: center;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .datepicker td.day:hover {
            background: #eeeeee;
            cursor: pointer;
        }

        .datepicker td.day.disabled {
            color: #eeeeee;
        }

        .datepicker td.old,
        .datepicker td.new {
            color: #999999;
        }

        .datepicker td.active,
        .datepicker td.active:hover {
            color: #ffffff;
            background-color: #006dcc;
            background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
            background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
            background-image: -o-linear-gradient(top, #0088cc, #0044cc);
            background-image: linear-gradient(to bottom, #0088cc, #0044cc);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
            border-color: #0044cc #0044cc #002a80;
            border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
            *background-color: #0044cc;
            /* Darken IE7 buttons by default so they stand out more given they won't have borders */
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        }

            .datepicker td.active:hover,
            .datepicker td.active:hover:hover,
            .datepicker td.active:focus,
            .datepicker td.active:hover:focus,
            .datepicker td.active:active,
            .datepicker td.active:hover:active,
            .datepicker td.active.active,
            .datepicker td.active:hover.active,
            .datepicker td.active.disabled,
            .datepicker td.active:hover.disabled,
            .datepicker td.active[disabled],
            .datepicker td.active:hover[disabled] {
                color: #ffffff;
                background-color: #0044cc;
                *background-color: #003bb3;
            }

                .datepicker td.active:active,
                .datepicker td.active:hover:active,
                .datepicker td.active.active,
                .datepicker td.active:hover.active {
                    background-color: #0D6EFD !important; /* CHCM-6925*/
                    background-image: none !important; /* CHCM-6925*/
                }

        .datepicker td span {
            display: block;
            width: 47px;
            height: 54px;
            line-height: 54px;
            float: left;
            margin: 2px;
            cursor: pointer;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

            .datepicker td span:hover {
                background: #eeeeee;
            }

            .datepicker td span.active {
                color: #ffffff;
                background-color: #006dcc;
                background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
                background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
                background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
                background-image: -o-linear-gradient(top, #0088cc, #0044cc);
                background-image: linear-gradient(to bottom, #0088cc, #0044cc);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
                border-color: #0044cc #0044cc #002a80;
                border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
                *background-color: #0044cc;
                /* Darken IE7 buttons by default so they stand out more given they won't have borders */
                filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            }

                .datepicker td span.active:hover,
                .datepicker td span.active:focus,
                .datepicker td span.active:active,
                .datepicker td span.active.active,
                .datepicker td span.active.disabled,
                .datepicker td span.active[disabled] {
                    color: #ffffff;
                    background-color: #0044cc;
                    *background-color: #003bb3;
                }

                .datepicker td span.active:active,
                .datepicker td span.active.active {
                    background-color: #003399 \9;
                }

            .datepicker td span.old {
                color: #999999;
            }

        .datepicker th.switch {
            width: 145px;
        }

        .datepicker th.next,
        .datepicker th.prev {
            font-size: 21px;
        }

    .datepicker thead tr:first-child th {
        cursor: pointer;
    }

        .datepicker thead tr:first-child th:hover {
            background: #eeeeee;
        }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
    position: relative;
}

    .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
        left: auto;
        right: 0;
    }

        .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
            left: auto;
            right: 12px;
        }

        .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
            left: auto;
            right: 13px;
        }

    .bootstrap-timepicker .add-on {
        cursor: pointer;
    }

        .bootstrap-timepicker .add-on i {
            display: inline-block;
            width: 16px;
            height: 16px;
        }

.bootstrap-timepicker-widget.dropdown-menu {
    padding: 2px 3px 2px 2px;
}

    .bootstrap-timepicker-widget.dropdown-menu.open {
        display: inline-block;
    }

    .bootstrap-timepicker-widget.dropdown-menu:before {
        border-bottom: 7px solid rgba(0, 0, 0, 0.2);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: "";
        display: inline-block;
        left: 9px;
        position: absolute;
        top: -7px;
    }

    .bootstrap-timepicker-widget.dropdown-menu:after {
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: "";
        display: inline-block;
        left: 10px;
        position: absolute;
        top: -6px;
    }

.bootstrap-timepicker-widget.timepicker-orient-left:before {
    left: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-left:after {
    left: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:before {
    right: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:after {
    right: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:before {
    top: -7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:after {
    top: -6px;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}

.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input {
    border-radius: 4px;
}

.bootstrap-timepicker-widget table {
    width: 100%;
    margin: 0;
}

    .bootstrap-timepicker-widget table td {
        text-align: center;
        height: 30px;
        margin: 0;
        padding: 2px;
    }

        .bootstrap-timepicker-widget table td:not(.separator) {
            min-width: 30px;
        }

        .bootstrap-timepicker-widget table td span {
            width: 100%;
        }

        .bootstrap-timepicker-widget table td a {
            border: 1px transparent solid;
            width: 100%;
            display: inline-block;
            margin: 0;
            padding: 8px 0;
            outline: 0;
            color: #333;
        }

            .bootstrap-timepicker-widget table td a:hover {
                text-decoration: none;
                background-color: #eee;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                border-color: #ddd;
            }

            .bootstrap-timepicker-widget table td a i {
                margin-top: 2px;
                font-size: 18px;
            }

        .bootstrap-timepicker-widget table td input {
            width: 25px;
            margin: 0;
            text-align: center;
        }

.bootstrap-timepicker-widget .modal-content {
    padding: 4px;
}

@media (min-width: 767px) {
    .bootstrap-timepicker-widget.modal {
        width: 200px;
        margin-left: -100px;
    }
}

@media (max-width: 767px) {
    .bootstrap-timepicker {
        width: 100%;
    }

        .bootstrap-timepicker .dropdown-menu {
            width: 100%;
        }
}
/*
 * Table
 */
/*table.dataTable {
    margin: 0 auto;
    clear: both;
    width: 100%;
}

    table.dataTable thead th {
        padding: 4px;
        border-top: 1px solid #DADADA;
        border-right: 1px solid #D0D0D0;
        border-left: 1px solid #D0D0D0;
        border-bottom: 1px solid #D0D0D0;
        background-color: #F2F2F2;
        color: #595959;
        font-size: 12px;
        font-weight: bold;
        line-height: 15px;*/
/*text-transform: uppercase;*/
/*vertical-align: middle;
        cursor: pointer;
        *cursor: hand;
    }

    table.dataTable tfoot th {
        padding: 3px 18px 3px 10px;
        border-top: 1px solid black;
        font-weight: bold;
    }

    table.dataTable td {
        padding: 2px;
        border: 1px solid #D0D0D0;
    }*/

/* common class for table th and table td*/
table.dataTable thead th {
    color: var(--text-text-color, #2A3742);
    font-family: proximanova-regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    width: 100%;
    /*align-items: flex-start;*/
    /*border-bottom: 1px solid var(--color-gray-30, #DCDEE0);*/
    background-color: white;
    padding: 10px;
    border-top: 1px solid var(--border-border, #DCDEE0);
    border-right: 0px solid var(--border-border, #DCDEE0) !important;  /*CHCM-4565*/
    border-bottom: 2px solid var(--border-border, #DCDEE0);
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

table.dataTable td {
    height: 56px;
    padding: 8px 10px;
    align-items: center;
    gap: 22px;
    flex-shrink: 0;
    border-top: 1px solid var(--border-border, #C1C5C8);
    border-bottom: 1px solid var(--border-border, #C1C5C8);
    /*border-bottom: 1px solid var(--color-gray-30, #DCDEE0);*/
    color: var(--text-text-color, #2A3742);
    font-family: proximanova-regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    background: var(--color-white, #FFF);
}

/* common class for Custom Table Grid*/
.customtablegrid {
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--color-gray-60, #2A3742);
    font-family: 'proximanova-regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* table.dataTable td.center,
        table.dataTable td.dataTables_empty {
            text-align: center;
        }*/

/*table.dataTable tr.odd {
        background-color: #E2E4FF;
    }*/

/*table.dataTable tr.even {
        background-color: white;
        
    }*/

/*table.dataTable tr.odd td.sorting_1 {
        background-color: #D3D6FF;
    }*/

/*table.dataTable tr.odd td.sorting_2 {
        background-color: #DADCFF;
    }*/

/*table.dataTable tr.odd td.sorting_3 {
        background-color: #E0E2FF;
    }*/

/*table.dataTable tr.even td.sorting_1 {
        background-color: #EAEBFF;
    }*/

/*table.dataTable tr.even td.sorting_2 {
        background-color: #F2F3FF;
    }*/

/*table.dataTable tr.even td.sorting_3 {
        background-color: #F9F9FF;
    }*/

/*
 * Table wrapper
 */
/*.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
}*/

/*
 * Page length menu
 */
/*.dataTables_length {
    float: left;
}*/

/*
 * Filter
 */
/*.dataTables_filter {
    float: right;
    text-align: right;
}*/

/*
 * Table information
 */
/*.dataTables_info {
    clear: both;
    float: left;
}*/

/*
 * Pagination
 */
/*.dataTables_paginate {
    float: right;
    text-align: right;
}*/

/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
    height: 19px;
    float: left;
    cursor: pointer;
    *cursor: hand;
    color: #111 !important;
}

    .paginate_disabled_previous:hover,
    .paginate_enabled_previous:hover,
    .paginate_disabled_next:hover,
    .paginate_enabled_next:hover {
        text-decoration: none !important;
    }

    .paginate_disabled_previous:active,
    .paginate_enabled_previous:active,
    .paginate_disabled_next:active,
    .paginate_enabled_next:active {
        outline: none;
    }

.paginate_disabled_previous,
.paginate_disabled_next {
    color: #666 !important;
}

.paginate_disabled_previous,
.paginate_enabled_previous {
    padding-left: 23px;
}

.paginate_disabled_next,
.paginate_enabled_next {
    padding-right: 23px;
    margin-left: 10px;
}

.paginate_enabled_previous {
    background: url("../images/back_enabled.png") no-repeat top left;
}

    .paginate_enabled_previous:hover {
        background: url("../images/back_enabled_hover.png") no-repeat top left;
    }

.paginate_disabled_previous {
    background: url("../images/back_disabled.png") no-repeat top left;
}

.paginate_enabled_next {
    background: url("../images/forward_enabled.png") no-repeat top right;
}

    .paginate_enabled_next:hover {
        background: url("../images/forward_enabled_hover.png") no-repeat top right;
    }

.paginate_disabled_next {
    background: url("../images/forward_disabled.png") no-repeat top right;
}

/* Full number pagination */
.paging_full_numbers {
    height: 22px;
    line-height: 22px;
}

    .paging_full_numbers a:active {
        outline: none;
    }

    .paging_full_numbers a:hover {
        text-decoration: none;
    }

    .paging_full_numbers a.paginate_button,
    .paging_full_numbers a.paginate_active {
        border: 1px solid #aaa;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 2px 5px;
        margin: 0 3px;
        cursor: pointer;
        *cursor: hand;
        color: #333 !important;
    }

    .paging_full_numbers a.paginate_button {
        background-color: #ddd;
    }

        .paging_full_numbers a.paginate_button:hover {
            background-color: #ccc;
            text-decoration: none !important;
        }

    .paging_full_numbers a.paginate_active {
        background-color: #99B3FF;
    }

/*
 * Processing indicator
 */
.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 55px;
   /* margin-left: -125px;*/
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #0F5CF5; /*Common CSS for processing color CHCM-4438*/
   /* font-size: 14px;*/
    background-color: white;
    font-weight: bold;
    font-size: 16px;
    z-index: 10000;
    transform: translate(-50%, -50%);
}

/* Datatable Sorting */
.sorting {
    background: url("../img/sort_both.png") no-repeat center right;
}

.sorting_asc {
    background: url("../img/sort_asc.png") no-repeat center right;
}

.sorting_desc {
    background: url("../img/sort_desc.png") no-repeat center right;
}

.sorting_asc_disabled {
    background: url("../img/sort_asc_disabled.png") no-repeat center right;
}

.sorting_desc_disabled {
    background: url("../img/sort_desc_disabled.png") no-repeat center right;
}


/* Sorting CHCM-4365 */
/*table.dataTable thead th {
    position: relative;
    background-image: none !important;
}

    table.dataTable thead th.sorting:after,
    table.dataTable thead th.sorting_asc:after,
    table.dataTable thead th.sorting_desc:after {
        position: absolute;
        top: 12px;
        right: 8px;
        display: block;
        font-family: FontAwesome;
    }

    table.dataTable thead th.sorting:after {
        content: "\f0dc";
        color: #ddd;
        font-size: 0.8em;
        padding-top: 0.12em;
    }

    table.dataTable thead th.sorting_asc:after {
        content: "\f0de";
        color: #0F5CF5;
    }

    table.dataTable thead th.sorting_desc:after {
        content: "\f0dd";
        color: #0F5CF5;
    }*/

/*End sorting CHCM-4365*/

/*table.dataTable thead th:active,
table.dataTable thead td:active {
    outline: none;
}*/

/*
 * Scrolling
 */
/*.dataTables_scroll {
    clear: both;
}*/

/*.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}*/

/*!
* jquery.fixedHeaderTable. The jQuery fixedHeaderTable plugin
*
* Copyright (c) 2011 Mark Malek
* http://fixedheadertable.com
*
* Licensed under MIT
* http://www.opensource.org/licenses/mit-license.php
* 
* http://docs.jquery.com/Plugins/Authoring
* jQuery authoring guidelines
*
* Launch  : October 2009
* Version : 1.3
* Released: May 9th, 2011
*
* 
* all CSS sizing (width,height) is done in pixels (px)
*/
/* @group Reset */
.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
    /* position */
    /* size */
    /* text */
}

.fht-table {
    /* appearance */
}

/* @end */
/* @group Content */
.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
    /* appearance */
    overflow: hidden;
    /* position */
    position: relative;
}

    .fht-table-wrapper .fht-fixed-body .fht-tbody,
    .fht-table-wrapper .fht-tbody {
        /* appearance */
        overflow: auto;
    }

    .fht-table-wrapper .fht-table .fht-cell {
        /* appearance */
        overflow: hidden;
        /* size */
        height: 1px;
    }

    .fht-table-wrapper .fht-fixed-column,
    .fht-table-wrapper .fht-fixed-body {
        /* position */
        top: 0;
        left: 0;
        position: absolute;
    }

    .fht-table-wrapper .fht-fixed-column {
        /* position */
        z-index: 1;
    }

/* @end */
/*  ------------------------------------------------------------------------------------------------
compass reference
------------------------------------------------------------------------------------------------  */
/*
@include border-radius(5px);
overflow: hidden; 
@include background-clip(padding-box);

@include clearfix;
@include single-box-shadow(rgba(0, 0, 0, 0.5), 0, 2px, 3px, 0px);
@include background-image(linear-gradient(#ffe7e7, #ffdada));
@include transition-duration(0.3s);
rgba(#102030, 0.5);
@include box-sizing(content-box);
@media only screen and (max-width: $mobile_breakpoint) {

<img src="http://placehold.it/647x463" alt="">
*/
/* icons.css */
@font-face {
    font-family: /*'FontAwesome'*/ 'blueforce';
    src: url('../Scripts/Dashboard/bower_components/font-awesome/fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../Scripts/Dashboard/bower_components/font-awesome/fonts/fontawesome-webfont.ttf') format('truetype');
    , url('../Scripts/Dashboard/bower_components/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), url('../Scripts/Dashboard/bower_components/font-awesome/fonts/fontawesome-webfont.svg') format('svg'),url('../Scripts/Dashboard/bower_components/font-awesome/fonts/FontAwesome.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"] {
    font-family: 'blueforce';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon {
    font-family: 'blueforce';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-cog:before {
    content: "\e600";
}

.icon-question-sign:before {
    content: "\e601";
}

.icon-warning-sign:before, .field-rules > li.error .icon:before, .field-rules > li.error body .slick-sort-indicator:before, body .field-rules > li.error .slick-sort-indicator:before {
    content: "\e602";
}

.icon-calendar:before {
    content: "\e603";
}

.icon-search:before {
    content: "\e604";
}

.icon-map-marker:before {
    content: "\e605";
}

.icon-envelope-alt:before {
    content: "\e606";
}

.icon-caret-down:before, .icon-chevron-down:before, body .slick-sort-indicator-desc:before {
    content: "\e607";
}

.icon-caret-up:before, .icon-chevron-up:before, body .slick-sort-indicator-asc:before {
    content: "\e608";
}

.icon-caret-left:before {
    content: "\e609";
}

.icon-caret-right:before {
    content: "\e60a";
}

.icon-remove:before {
    content: "\e60b";
}

.icon-info-sign:before {
    content: "\e60c";
}

.icon-book:before {
    content: "\e60d";
}

.icon-phone:before {
    content: "\e60e";
}

.icon-comments:before {
    content: "\e60f";
}

.icon-list-ul:before {
    content: "\e610";
}

.icon-list-ol:before {
    content: "\e611";
}

.icon-reorder:before {
    content: "\e612";
}

.icon-edit:before {
    content: "\e613";
}

.icon-ok:before, .field-rules > li.success .icon:before, .field-rules > li.success body .slick-sort-indicator:before, body .field-rules > li.success .slick-sort-indicator:before {
    content: "\e614";
}


.icon-th:before {
    content: "\e615";
}

.icon-table:before {
    content: "\e616";
}

.icon-th-large:before {
    content: "\e617";
}

.icon-repeat:before {
    content: "\e618";
}

.icon-file-alt:before {
    content: "\e619";
}

.icon-plus-sign:before {
    content: "\e61a";
}

/* File: bootstrap-custom.css */
/* Imported to shell.css */
/* Pull styles from bootstrap/bootstrap.css to customize */
/* Grid
-------------------------------------------------- */
.row-tight {
    margin-right: -5px;
    margin-left: -5px;
}

    .row-tight .col-xs-1, .row-tight .col-xs-2, .row-tight .col-xs-3, .row-tight .col-xs-4, .row-tight .col-xs-5, .row-tight .col-xs-6, .row-tight .col-xs-7, .row-tight .col-xs-8, .row-tight .col-xs-9, .row-tight .col-xs-10, .row-tight .col-xs-11, .row-tight .col-xs-12, .row-tight .col-sm-1, .row-tight .col-sm-2, .row-tight .col-sm-3, .row-tight .col-sm-4, .row-tight .side-col, .row-tight .row > .checkbox, .row-tight .row > .radio, .row-tight .content-box-side-col, .row-tight .col-sm-5, .row-tight .col-sm-6, .row-tight .col-sm-7, .row-tight .col-sm-8, .row-tight .main-col, .row-tight .content-box-main-col, .row-tight .col-sm-9, .row-tight .col-sm-10, .row-tight .col-sm-11, .row-tight .col-sm-12, .row-tight .col-md-1, .row-tight .col-md-2, .row-tight .col-md-3, .row-tight .col-md-4, .row-tight .col-md-5, .row-tight .col-md-6, .row-tight .col-md-7, .row-tight .col-md-8, .row-tight .col-md-9, .row-tight .col-md-10, .row-tight .col-md-11, .row-tight .col-md-12, .row-tight .col-lg-1, .row-tight .col-lg-2, .row-tight .col-lg-3, .row-tight .side-col, .row-tight .col-lg-4, .row-tight .side-col.side-navigation, .row-tight .col-lg-5, .row-tight .col-lg-6, .row-tight .col-lg-7, .row-tight .col-lg-8, .row-tight .col-lg-9, .row-tight .col-lg-10, .row-tight .col-lg-11, .row-tight .col-lg-12 {
        padding-right: 5px;
        padding-left: 5px;
    }

.col-has-border {
    padding-right: 14px;
    border-right: 1px dotted #ABC2C7;
}

/* Forms
-------------------------------------------------- */
.form-control, .chosen-container a.chosen-single, .chosen-container.chosen-container-multi .chosen-choices, #timesheets-table-wrapper input {
    height: 28px;
    padding: 8px 6px;
}

    .form-control.sm, .chosen-container a.sm.chosen-single, .chosen-container.chosen-container-multi .sm.chosen-choices, #timesheets-table-wrapper input.sm {
        height: 25px;
    }

.form-search {
    position: relative;
}

    .form-search .form-group {
        position: relative;
        margin-bottom: 0;
    }

    .form-search .form-control, .form-search .chosen-container a.chosen-single, .chosen-container .form-search a.chosen-single, .form-search .chosen-container.chosen-container-multi .chosen-choices, .chosen-container.chosen-container-multi .form-search .chosen-choices, .form-search #timesheets-table-wrapper input, #timesheets-table-wrapper .form-search input {
        padding-right: 40px;
    }

    .form-search .btn-search {
        position: absolute;
        top: -1px;
        right: 0;
        padding: 8px 12px;
        border-color: transparent;
        background-color: transparent;
        color: #B5C0CC;
        font-size: 14px;
        border: none;
    }
    .form-search .btn-search:active {
        border: none;
        background-color: initial;
        color: #B5C0CC;
    }
/*Added for modifying the size of textbox*/
.formcustom {
    height: 27px;
    padding: 6px 4px;
    font-size: 12px;
}

.filterCriteriaTextbox /*Added for Search Filter Criteria*/ {
    height: 32px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #2A3742;
}


/*Added for modifying the size of buttons*/
/*Can be overrided on the page*/
.btncustom {
    height: 27px;
    line-height: 10px;
}

/* Tables
-------------------------------------------------- */
/* Table */
.table {
    margin-bottom: 0;
    border-top: 0px solid #DADADA;
}

    .table thead > tr > th,
    .table thead:first-child tr:first-child th {
        border-top: 1px solid #D0D0D0;
        border-bottom: 2px solid #D0D0D0;
        background-color: #F2F2F2;
        color: #595959;
        font-size: 11px;
        /*text-transform: uppercase;*/ /*CHCM-5530*/
        vertical-align: middle;
        height: 34px;
        line-height: 15px;
        padding: 8px;
    }

        .table thead > tr > th.empty,
        .table thead:first-child tr:first-child th.empty {
            background-color: transparent;
            border: 0;
        }

    .table tbody > tr > th {
        background-color: transparent;
        border: 0;
        font-weight: normal;
    }

    .table tbody > tr > td {
        padding: 12px 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border: none;
        border-top: 1px solid #ddd;
    }

.table {
    border-bottom: 1px solid #D0D0D0;
}

    .table tbody > tr.summary > th,
    .table tbody > tr.summary > td {
        font-weight: bold;
    }

    .table tbody > tr > .status-open {
        background-color: #FFDCDB;
    }

    .table tbody > tr > .disabled {
        background-color: #E5E5E5;
    }

/* Table striped */
.table-striped {
    border-bottom: 1px solid #D0D0D0;
}

    .table-striped > tbody > tr:nth-child(odd) > td,
    .table-striped > tbody > tr:nth-child(odd) > th {
        background-color: #FFFFFF;
    }

    .table-striped > tbody > tr:nth-child(even) > td,
    .table-striped > tbody > tr:nth-child(even) > th {
        background-color: #F3F8FA;
    }

/* Labels
-------------------------------------------------- */
/* Override base .label styles */
/*.label {
  display: inline-block;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #595959;
  font-size: 13px;
  font-weight: normal;
  line-height: 19px;
}

.label-default {
  background-color: #FFF;
  color: #FF7F00;
}*/

/* Pagination
-------------------------------------------------- */
.pagination {
    margin: 10px 0 20px 0;
}

    .pagination > li > a,
    .pagination > li > span {
        border: 1px solid #CCCCCC;
    }

    .pagination > li:first-child > a,
    .pagination > li:first-child > span,
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
        padding-left: 6px;
        padding-right: 6px;
    }

    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        background-color: #F5F5F5;
    }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        color: #999999;
        background-color: #F5F5F5;
        border-color: #CCCCCC;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #D9D9D9;
        border-color: #CCCCCC;
    }

/* Buttons
-------------------------------------------------- */
/* Override base .btn styles */
.btn {
    padding: 8px 22px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    border: 1px solid transparent;
    border-radius: 20px;
    letter-spacing: 0.05em;
    text-decoration: none;
    white-space: nowrap;
}

    .btn:active,
    .btn.active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

/* Override .btn-default styles */
.btn-default {
    color: #5B5B5B;
    background-color: #F6F6F6;
    background-image: linear-gradient(top, #f6f6f6 0%, #e9e9e9 100%);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f6f6), to(#e9e9e9));
    background-image: -webkit-linear-gradient(top, #f6f6f6, #e9e9e9);
    background-image: -moz-linear-gradient(top, #f6f6f6, #e9e9e9);
    background-image: -ms-linear-gradient(top, #f6f6f6, #e9e9e9);
    background-image: -o-linear-gradient(top, #f6f6f6, #e9e9e9);
    border-color: #A3A3A3;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        background-color: #F6F6F6;
        background-image: linear-gradient(top, #f6f6f6 0%, #cdcdcd 100%);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f6f6), to(#cdcdcd));
        background-image: -webkit-linear-gradient(top, #f6f6f6, #cdcdcd);
        background-image: -moz-linear-gradient(top, #f6f6f6, #cdcdcd);
        background-image: -ms-linear-gradient(top, #f6f6f6, #cdcdcd);
        background-image: -o-linear-gradient(top, #f6f6f6, #cdcdcd);
        border-color: #A3A3A3;
    }

    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        background-color: #DBDBDB;
        background-image: linear-gradient(top, #dbdbdb 0%, #cfcfcf 100%);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dbdbdb), to(#cfcfcf));
        background-image: -webkit-linear-gradient(top, #dbdbdb, #cfcfcf);
        background-image: -moz-linear-gradient(top, #dbdbdb, #cfcfcf);
        background-image: -ms-linear-gradient(top, #dbdbdb, #cfcfcf);
        background-image: -o-linear-gradient(top, #dbdbdb, #cfcfcf);
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        border-color: #A3A3A3;
        opacity: 0.5;
        filter: alpha(opacity=50);
        /* For IE8 and earlier */
    }

/* Override .btn-primary styles */
.btn-primary, .daterangepicker .applyBtn {
    color: #ffffff;
    background-color: #7FC86E;
    background-image: linear-gradient(to bottom, #7fc86e 0%, #54b62c 30%, #399717 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fc86e), color-stop(30%, #54b62c), color-stop(100%, #399717));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #7fc86e 0%, #54b62c 30%, #399717 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: -moz-linear-gradient(top, #7fc86e 0%, #54b62c 30%, #399717 100%);
    /* FF3.6+ */
    background-image: -ms-linear-gradient(top, #7fc86e 0%, #54b62c 30%, #399717 100%);
    /* IE10+ */
    background-image: -o-linear-gradient(top, #7fc86e 0%, #54b62c 30%, #399717 100%);
    /* Opera 11.10+ */
    border-color: #0F5600;
    text-shadow: 0 -1px 0 #266F19;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-primary:hover, .daterangepicker .applyBtn:hover,
    .btn-primary:focus,
    .daterangepicker .applyBtn:focus,
    .btn-primary:active,
    .daterangepicker .applyBtn:active,
    .btn-primary.active,
    .daterangepicker .active.applyBtn,
    .open .dropdown-toggle.btn-primary,
    .open .daterangepicker .dropdown-toggle.applyBtn,
    .daterangepicker .open .dropdown-toggle.applyBtn {
        color: #ffffff;
        background-color: #9FDD8D;
        background-image: linear-gradient(to bottom, #9fdd8d 0%, #54b62c 30%, #2b850e 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9fdd8d), color-stop(30%, #54b62c), color-stop(100%, #2b850e));
        background-image: -webkit-linear-gradient(top, #9fdd8d 0%, #54b62c 30%, #2b850e 100%);
        background-image: -moz-linear-gradient(top, #9fdd8d 0%, #54b62c 30%, #2b850e 100%);
        background-image: -ms-linear-gradient(top, #9fdd8d 0%, #54b62c 30%, #2b850e 100%);
        background-image: -o-linear-gradient(top, #9fdd8d 0%, #54b62c 30%, #2b850e 100%);
        border-color: #0F5600;
    }

    .btn-primary.disabled, .daterangepicker .disabled.applyBtn,
    .btn-primary[disabled],
    .daterangepicker [disabled].applyBtn,
    fieldset[disabled] .btn-primary,
    fieldset[disabled] .daterangepicker .applyBtn,
    .daterangepicker fieldset[disabled] .applyBtn,
    .btn-primary.disabled:hover,
    .daterangepicker .disabled.applyBtn:hover,
    .btn-primary[disabled]:hover,
    .daterangepicker [disabled].applyBtn:hover,
    fieldset[disabled] .btn-primary:hover,
    fieldset[disabled] .daterangepicker .applyBtn:hover,
    .daterangepicker fieldset[disabled] .applyBtn:hover,
    .btn-primary.disabled:focus,
    .daterangepicker .disabled.applyBtn:focus,
    .btn-primary[disabled]:focus,
    .daterangepicker [disabled].applyBtn:focus,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .daterangepicker .applyBtn:focus,
    .daterangepicker fieldset[disabled] .applyBtn:focus,
    .btn-primary.disabled:active,
    .daterangepicker .disabled.applyBtn:active,
    .btn-primary[disabled]:active,
    .daterangepicker [disabled].applyBtn:active,
    fieldset[disabled] .btn-primary:active,
    fieldset[disabled] .daterangepicker .applyBtn:active,
    .daterangepicker fieldset[disabled] .applyBtn:active,
    .btn-primary.disabled.active,
    .daterangepicker .disabled.active.applyBtn,
    .btn-primary[disabled].active,
    .daterangepicker [disabled].active.applyBtn,
    fieldset[disabled] .btn-primary.active,
    fieldset[disabled] .daterangepicker .active.applyBtn,
    .daterangepicker fieldset[disabled] .active.applyBtn {
        border-color: #0F5600;
        opacity: 0.5;
        filter: alpha(opacity=50);
        /* For IE8 and earlier */
    }

/* Override .btn-action styles */
.btn-action {
    color: #ffffff;
    background-color: #FA446F;
    background-image: linear-gradient(to bottom, #fa446f 0%, #e43143 30%, #cb1537 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa446f), color-stop(30%, #e43143), color-stop(100%, #cb1537));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #fa446f 0%, #e43143 30%, #cb1537 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: -moz-linear-gradient(top, #fa446f 0%, #e43143 30%, #cb1537 100%);
    /* FF3.6+ */
    background-image: -ms-linear-gradient(top, #fa446f 0%, #e43143 30%, #cb1537 100%);
    /* IE10+ */
    background-image: -o-linear-gradient(top, #fa446f 0%, #e43143 30%, #cb1537 100%);
    /* Opera 11.10+ */
    border-color: #920F00;
    text-shadow: 0 -1px 0 #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-action:hover,
    .btn-action:focus,
    .btn-action:active,
    .btn-action.active,
    .open .dropdown-toggle.btn-action {
        color: #ffffff;
        background-color: #FF5D85;
        background-image: linear-gradient(to bottom, #ff5d85 0%, #ed3b3e 30%, #b30923 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5d85), color-stop(30%, #ed3b3e), color-stop(100%, #b30923));
        background-image: -webkit-linear-gradient(top, #ff5d85 0%, #ed3b3e 30%, #b30923 100%);
        background-image: -moz-linear-gradient(top, #ff5d85 0%, #ed3b3e 30%, #b30923 100%);
        background-image: -ms-linear-gradient(top, #ff5d85 0%, #ed3b3e 30%, #b30923 100%);
        background-image: -o-linear-gradient(top, #ff5d85 0%, #ed3b3e 30%, #b30923 100%);
        border-color: #920F00;
    }

    .btn-action.disabled,
    .btn-action[disabled],
    fieldset[disabled] .btn-action,
    .btn-action.disabled:hover,
    .btn-action[disabled]:hover,
    fieldset[disabled] .btn-action:hover,
    .btn-action.disabled:focus,
    .btn-action[disabled]:focus,
    fieldset[disabled] .btn-action:focus,
    .btn-action.disabled:active,
    .btn-action[disabled]:active,
    fieldset[disabled] .btn-action:active,
    .btn-action.disabled.active,
    .btn-action[disabled].active,
    fieldset[disabled] .btn-action.active {
        border-color: #920F00;
        opacity: 0.5;
        filter: alpha(opacity=50);
        /* For IE8 and earlier */
    }

/* Override .btn-link styles */
.btn-link {
    padding: 8px 22px;
    color: #0084BF;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    border: 1px solid transparent;
    border-radius: 20px;
    letter-spacing: 0;
    text-decoration: none;
    white-space: normal;
}

    .btn-link:hover,
    .btn-link:focus,
    .btn-link:active,
    .btn-link.active {
        color: #00618C;
        text-decoration: none;
    }

    .btn-link .icon, .btn-link body .slick-sort-indicator, body .btn-link .slick-sort-indicator {
        color: #C0D9E0;
    }

    .btn-link:hover .icon, .btn-link:hover body .slick-sort-indicator, body .btn-link:hover .slick-sort-indicator {
        color: #AAC1C7;
    }

/* Override .btn-footer styles */
.btn-footer,
.btn-footer:hover,
.btn-footer:active {
    color: #E0EEFF;
    text-shadow: 0 -1px 0 #002151;
    background-color: #008aad;
    border: 2px solid transparent;
    border-color: #002D69;
}

/* Apply the custom-colored gradients */
.btn-footer {
    background-repeat: repeat-x;
    background-color: #008aad;
    background-image: linear-gradient(top, #008aad 0%, #00428c 100%);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008aad), to(#00428c));
    background-image: -webkit-linear-gradient(top, #008aad, #00428c);
    background-image: -moz-linear-gradient(top, #008aad, #00428c);
    background-image: -ms-linear-gradient(top, #008aad, #00428c);
    background-image: -o-linear-gradient(top, #008aad, #00428c);
}

    /* Set the active state */
    .btn-footer:active,
    .btn-footer.active {
        background-color: #00428C;
    }

/* Override .btn-note styles */
.btn-note,
.btn-note:hover,
.btn-note:active {
    color: #595959;
    text-shadow: none;
    background-color: #F4FDC2;
    border: 1px solid transparent;
    border-color: #B9DF1A;
}

    /* Apply the custom-colored gradients */
    /* Override icon style */
    .btn-note .icon, .btn-note body .slick-sort-indicator, body .btn-note .slick-sort-indicator {
        color: #86AF00;
        font-size: 16px;
    }

/*/* Set the active state */
/* Resize buttons */

.btn-xs {
    padding: 2px 10px 2px 10px;
    font-size: 9px;
    line-height: 20px;
    border-radius: 14px;
}

/* Set the active state */
/* Resize buttons */
.btn-sm {
    padding: 4px 12px 4px 12px;
    font-size: 13px;
    line-height: 20px;
    border-radius: 14px;
}

/* Button groups */
.btn-group > .btn {
    border-radius: 7px;
}

    .btn-group > .btn > .icon, body .btn-group > .btn > .slick-sort-indicator {
        font-size: 16px;
    }

/* Dropdown menus
-------------------------------------------------- */
.dropdown-toggle {
    border-color: #B8B8B8;
    border-radius: 7px;
}

.dropdown-menu {
    min-width: 115px;
    margin: 1px 0 0 0;
    padding: 1px 0;
    font-size: 13px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #D0D0D0;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .dropdown-menu > li > a {
        margin: 2px 0;
        padding: 3px 10px;
        color: #595959;
        line-height: inherit;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            color: #595959;
            background-color: #E5F1F7;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #008AAD;
    }

    .dropdown-menu .divider {
        margin: 2px 0;
        background-color: #D0D0D0;
    }

/* Breadcrumbs
-------------------------------------------------- */
.breadcrumb {
    padding: 10px 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    line-height: 18px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #1379A5;
            content: '\b7\a0';
        }

    .breadcrumb > .active {
        color: #1379A5;
        font-weight: bold;
    }

/* Alerts
-------------------------------------------------- */
.alert {
    margin-bottom: 30px;
    padding: 10px 35px 10px 15px;
    color: #545454;
}

    .alert .alert-link {
        color: #1379A6;
        font-weight: normal;
    }

.alert-success {
    background-color: #EAFEEF;
    border-color: #89CA95;
}

.alert-info {
    background-color: #EBFAFF;
    border-color: #89D1F0;
}

.alert-warning {
    background-color: #FFEFE6;
    border-color: #FFAC65;
}

.alert-danger {
    background-color: #FFF5F5;
    border-color: #FF827F;
}

    .alert-danger .icon, .alert-danger body .slick-sort-indicator, body .alert-danger .slick-sort-indicator {
        color: #DE1519;
    }

.alert .btn {
    float: right;
    position: relative;
    top: -2px;
    right: -20px;
    line-height: 1;
}

/* Tooltips
-------------------------------------------------- */
/* Popover
-------------------------------------------------- */
.popover-content {
    padding: 20px;
}

/* Progress
-------------------------------------------------- */
.progress {
    display: block;
    height: 15px;
    margin-top: 2px;
    margin-bottom: 15px;
    background-color: #EBEBEB;
    border-radius: 5px;
    min-width: 25px;
    -webkit-box-shadow: inset 0 1px 2px #d9d9d9;
    box-shadow: inset 0 1px 2px #d9d9d9;
}

.progress-sm {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    height: 9px;
    border-radius: 3px;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    background-color: #00A335;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 -1px 2px #007912;
    box-shadow: inset 0 -1px 2px #007912;
}

.progress-sm .progress-bar {
    border-radius: 3px;
}

.progress-bar-success {
    background-color: #00A335;
    -webkit-box-shadow: inset 0 -1px 2px #007912;
    box-shadow: inset 0 -1px 2px #007912;
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-bar-warning {
    /*background-color: #F07800;*/
    background-color: #eb0615;
    -webkit-box-shadow: inset 0 -1px 2px #e94d00;
    box-shadow: inset 0 -1px 2px #e94d00;
}

.progress-bar-danger {
    background: #E72705;
    -webkit-box-shadow: inset 0 -1px 2px #ca1b00;
    box-shadow: inset 0 -1px 2px #ca1b00;
}

/* Tabs
-------------------------------------------------- */
/* Default tabs */
.nav-tabs {
    /*padding-left: 12px;*/
    border-bottom: 1px solid #DBE8EF;
}

    .nav-tabs > li {
        font-size: 14px;
    }

        .nav-tabs > li > a {
            border-radius: 2px 2px 0 0;
        }

            .nav-tabs > li > a:hover {
                /*border-color: #eeeeee #eeeeee #dddddd;*/
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #5B5B5B;
            /*background-color: #F2F8FA;*/
            /*border: 1px solid #DBE8EF;*/
            border-bottom-color: var(--blue);
        }

/*.nav-link.active {*/
    /*font-weight: 500;
                font-weight: bold*/
    /*color: var(--text-text-color, #2A3742);
    text-align: center;
    font-family: proximanova-regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}*/
/*CHCM-3708*/
/*.nav-link {
    color: var(--text-text-color, #2A3742);
    text-align: center;
    font-family: proximanova-regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}*/
/* Modal
-------------------------------------------------- */
.modal-content {
    border: 1px solid #585858;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.modal-header {
    min-height: 16.428571429px;
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: 1px;
        color: var(--Gray500, #6E757C); /*CHCM-3579-Global CSS Changes*/
        font-size: 24px;
        opacity: 1;
        font-weight: 400;
        line-height: 24px;
        width: 15px;
        height: 24px;
    }


.modal-title {
    margin: 0;
    line-height: 1.428571429;
    color: #595959;
    font-size: 20px;
}

    .modal-title span {
        /* font-weight: normal;*/
    }

.modal-body {
    position: relative;
    padding: 20px 30px;
    border-bottom: 1px solid #D4D4D4;
}

.modal-footer {
    padding: 10px 15px;
    margin-top: 0;
    text-align: right;
    border-top: 1px solid #ffffff;
    background-color: #f5f5f5;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

/* File: shell.css */
/* Body */
body {
    background-color: #ffffff;
}

body {
    color: #2A3742; /*CHCM-3579*/
    font-family: proximanova-regular;
    font-size: 13px;
    line-height: 19px;
    /* 1.461538462; */
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
}

h1, .heading-1 {
    font-size: 32px;
    font-weight: bold;
    color: #1F5AA0;
    /* margin-bottom: 1em;*/
    line-height: 38px;
}

h2, .heading-2 {
    font-size: 20px;
    font-weight: bold;
    color: #5A5A5A;
    /* margin-bottom: 1em;*/
    line-height: 30px;
}

h3, .heading-3, label.large {
    font-size: 18px;
    font-weight: normal;
    color: #747474;
    margin-bottom: 1em;
}

h4, .heading-4 {
    font-size: 13px;
    font-weight: bold;
    color: #5A5A5A;
    margin-bottom: 15px;
}

h2.alt {
    color: #1f599f;
}

h1 span, h2 span, h3 span {
    font-weight: normal;
}

strong {
    font-weight: bold;
}

.lead {
    font-size: 20px;
    font-weight: lighter;
    line-height: 28px;
    color: #747474;
}

.bump {
    font-size: 16px;
}

.small, small {
    font-size: 12px;
    line-height: 18px;
    color: #747474;
}

.align-center {
    text-align: center;
}

/*Hyperlink/Anchor Tag Class */

a {
    color: #0F5CF5; /*#2A3742;*/
    text-decoration: none;
}

    a:hover {
        color: #407DF7; /*#00618C;*/
        text-decoration: none;
    }

    a:focus {
        color: #0849C9; /*#00618C;*/
        text-decoration: none;
    }

    a .icon, a body .slick-sort-indicator, body a .slick-sort-indicator {
        color: rgb(186,210,245);
    }

    a:hover .icon, a:hover body .slick-sort-indicator, body a:hover .slick-sort-indicator {
        color: #AAC1C7;
    }

    a.link {
        color: #CC3F00;
    }

        a.link:hover {
            color: #992F00;
        }

/*End Region Anchor Tag */

label {
    font-size: 13px;
    font-weight: normal;
    color: #5A5A5A;
}

input {
    font-size: 13px;
    color: #5A5A5A;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 2px solid #d6e1e6;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Icons */
.icon, body .slick-sort-indicator {
    position: relative;
    display: inline-block;
    min-width: 14px;
    font-size: inherit;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}

span.icon-bubble {
    color: #69C998;
}

/* Header */
header {
    /* margin-bottom: 0;
  background-repeat: repeat-x;
  background-color: #005298;
  background-image: linear-gradient(top, #005298 0%, #004284 100%);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#005298), to(#004284));
  background-image: -webkit-linear-gradient(top, #005298, #004284);
  background-image: -moz-linear-gradient(top, #005298, #004284);
  background-image: -ms-linear-gradient(top, #005298, #004284);
  background-image: -o-linear-gradient(top, #005298, #004284);*/
}

    header.placeholder {
        /*  background-color: #E9EBEC;
  background-image: none;
  border-bottom: 1px solid #CCCCCC;
  height: 136px;*/
    }

/* Nav default */
/*.nav > li > a:hover {
    background: #f0f2f7;
}*/

/* Navbar default */
.navbar {
    /*  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  min-height: 20px;
  font-size: 13px;*/
    padding: 0;
    border: 0;
    border-radius: 0;
    min-height: 50px;
    font-size: 12px;
}

/* Utility navbar */
.navbar-utility {
    /* position: relative;
  z-index: 1003;
  background: url(../img/bg-header-wide-straight.png) 50% 100% no-repeat;
  min-height: 55px;
  margin-bottom: -15px;*/

    position: relative;
    z-index: 1003;
    /*  background: url(../img/bg-header-wide-straight.png) 50% 100% no-repeat; lokesh*/
    min-height: 53px;
    margin-bottom: 0px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.navbar-header {
    /* padding-top: 10px;*/
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-brand, .navbar > .container .navbar-brand {
    margin-left: 0;
    padding: 0;
}

.navbar-brand, .navbar > .img .navbar-brand {
    display: block;
    width: 111px;
    height: 10px;
    margin-right: 40px;
}

.navbar-text {
    /*margin: 8px 0 0 25px;
  padding: 0 0 0 30px;
  background: url(../img/bg-pipe.png) 0 50% repeat-y;
  color: #DFEBF0;
  font-size: 16px;
  line-height: 20px;
  text-shadow: 0 -1px 0 #002260;*/
    margin: 8px 0 0 25px;
    padding: 0 0 0 30px;
    text-shadow: 0 -1px 0 #002260;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #646d82;
    text-transform: uppercase;
    white-space: nowrap;
}

.navbar-utility .navbar-nav {
    /* padding-top: 3px;*/
}

    .navbar-utility .navbar-nav > li {
        margin-left: 10px;
    }

        .navbar-utility .navbar-nav > li > a {
            padding: 10px 10px;
            color: #008aad;
            font-size: 18px;
            line-height: 1;
            height: 40px;
        }

            .navbar-utility .navbar-nav > li > a:focus {
                background: none;
            }

            .navbar-utility .navbar-nav > li > a:hover,
            .navbar-utility .navbar-nav > .nav-highlight > a:hover .icon,
            .navbar-utility .navbar-nav > .nav-highlight > a:hover body .slick-sort-indicator,
            body .navbar-utility .navbar-nav > .nav-highlight > a:hover .slick-sort-indicator,
            .navbar-utility .navbar-nav > .nav-alerts > a:hover .icon,
            .navbar-utility .navbar-nav > .nav-alerts > a:hover body .slick-sort-indicator,
            body .navbar-utility .navbar-nav > .nav-alerts > a:hover .slick-sort-indicator {
                background: #f0f2f7;
                color: #06afd7;
            }

            /* Counts */
            .navbar-utility .navbar-nav > li > a span.count {
                color: #646d82;
                font-size: 2px;
                text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
            }

    /* Highlight */
    .navbar-utility .navbar-nav > .nav-highlight > a,
    .navbar-utility .navbar-nav > .nav-highlight > a .icon,
    .navbar-utility .navbar-nav > .nav-highlight > a body .slick-sort-indicator,
    body .navbar-utility .navbar-nav > .nav-highlight > a .slick-sort-indicator {
        color: #63AFFF;
    }

    /* Alerts */
    .navbar-utility .navbar-nav > .nav-alerts > a .icon, .navbar-utility .navbar-nav > .nav-alerts > a body .slick-sort-indicator, body .navbar-utility .navbar-nav > .nav-alerts > a .slick-sort-indicator {
        top: 1px;
        font-size: 17px;
    }

    /* Has alerts */
    .navbar-utility .navbar-nav > .has-alerts > a .icon, .navbar-utility .navbar-nav > .has-alerts > a body .slick-sort-indicator, body .navbar-utility .navbar-nav > .has-alerts > a .slick-sort-indicator {
        color: #ED0000;
    }

    /* Alerts popover overrides */
    .navbar-utility .navbar-nav > .nav-alerts .popover {
        left: -300px !important;
        width: 420px;
        max-width: 420px;
    }

    .navbar-utility .navbar-nav > .nav-alerts .bottom .arrow {
        left: 320px;
    }

    .navbar-utility .navbar-nav > .nav-alerts .popover-content {
        padding: 0;
    }

.navbar-nav > .nav-alerts .popover {
    left: -300px !important;
    width: 420px;
    max-width: 420px;
}

.navbar-nav > .nav-alerts .bottom .arrow {
    left: 320px;
}

.navbar-nav > .nav-alerts .popover-content {
    padding: 0;
}

/* Alerts popover display */
.alerts-popover {
    display: none;
}

.alerts-popover-header {
    padding: 15px 15px 10px 15px;
    background-color: #F5F5F5;
    text-align: right;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    /*width:400px*/
}

    .alerts-popover-header h3 {
        float: left;
        display: inline;
        margin-right: 10px;
        color: #595959;
        font-weight: bold;
    }

    .alerts-popover-header a {
        margin-left: 15px;
    }

.alerts-popover {
    width: 500px;
}

.alerts-popover-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.alerts-popover-body li {
    position: relative;
    padding: 10px 15px;
    border-top: 1px solid #D0D0D0;
}

    .alerts-popover-body li:hover {
        background-color: #E5F1F7;
    }

    .alerts-popover-body li a {
        position: absolute;
        top: 8px;
        right: 8px;
        color: #999999;
        font-size: 16px;
    }

/* Button */
/*.navbar-utility .navbar-nav .btn-user {
  min-width: 115px;
  margin-top: 2px;
  padding: 4px 12px;
  color: #DFEBF0;
  font-size: 13px;
  line-height: 19px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 7px;
  -webkit-box-shadow: none;
  box-shadow: none;
}*/

.navbar-utility .navbar-nav .btn-user {
    /* min-width: 115px; */
    margin-top: 5px;
    margin-bottom: 8px;
    padding: 9px 12px;
    /* color: #646D82; */
    line-height: 23px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.43;
    background-color: transparent;
    border-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
}

    .navbar-utility .navbar-nav .btn-user .caret {
        /* margin-left: 5px;
  border-top: 5px solid #508BCE;*/
    }

    .navbar-utility .navbar-nav .btn-user:hover,
    .navbar-utility .navbar-nav .btn-user:focus {
        /* color: #DFEBF0;
  border-color: #00296F;
  background-repeat: repeat-x;
  background-color: #005195;
  background-image: linear-gradient(top, #005195 0%, #004688 100%);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#005195), to(#004688));
  background-image: -webkit-linear-gradient(top, #005195, #004688);
  background-image: -moz-linear-gradient(top, #005195, #004688);
  background-image: -ms-linear-gradient(top, #005195, #004688);
  background-image: -o-linear-gradient(top, #005195, #004688);*/

        color: #3CB7D8;
        background-color: #F0F2F7;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: baseline;
        align-items: baseline;
        line-height: 40px;
        display: inline-block;
        padding: 0 12px;
        margin-top: 5px;
        margin-bottom: 8px;
        padding: 9px 12px;
        /* color: #646D82; */
        line-height: 23px;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 16px;
    }

.navbar-utility .navbar-nav .btn:active,
.navbar-utility .navbar-nav .btn.active {
    /* something */
    background-color: #F0F2F7;
}

.navbar-utility .navbar-nav > .open > .btn-user {
    /*  border-color: #00266A;
  background-color: #004B8E;
  background-image: none;
  -webkit-box-shadow: 0 1px 0 #567ba2, inset 0 2px 3px rgba(0, 32, 101, 0.7);
  box-shadow: 0 1px 0 #567ba2, inset 0 2px 3px rgba(0, 32, 101, 0.7);*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    line-height: 40px;
    display: inline-block;
    padding: 0 12px;
    color: #3CB7D8;
    background-color: #F0F2F7;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 8px;
    padding: 9px 12px;
    /* color: #646D82; */
    line-height: 23px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    border-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

/* Drop down */
.navbar-utility .navbar-nav .dropdown-menu {
    min-width: 115px;
    margin: 2px 0 0 0;
    border: 1px solid #D0D0D0;
    border-radius: 3px;
}

    .navbar-utility .navbar-nav .dropdown-menu .divider {
        margin: 2px 0;
        background-color: #D0D0D0;
    }

    .navbar-utility .navbar-nav .dropdown-menu > li > a {
        margin: 2px 0;
        padding: 3px 10px;
        color: #595959;
        line-height: inherit;
    }

        .navbar-utility .navbar-nav .dropdown-menu > li > a:hover,
        .navbar-utility .navbar-nav .dropdown-menu > li > a:focus {
            color: #595959;
            background-color: #E5F1F7;
        }

/* Main navbar with search */
.navbar-main {
    /*  position: relative;
  z-index: 1002;
  border-bottom: 2px solid #002E69;*/

    position: relative;
    z-index: 1002;
    border-bottom: solid 1px #e9e9e9;
    align-items: center;
    background-color: white;
}

    .navbar-main .navbar-nav {
        font-size: 14px;
        font-weight: bold;
    }

        .navbar-main .navbar-nav > li {
            margin-right: 2px;
        }
            /*
.navbar-main .navbar-nav > li > a {
  padding: 30px 15px 10px 15px;
  color: #E0EBF0;
  text-shadow: 0 -1px 0 #002260;  Modified By Pankaj
  color:rgb(223,235,240);text-shadow:0px -1px 0px rgb(0,34,96);
  font-weight:bold ;
}
*/




            .navbar-main .navbar-nav > li > a {
                /*position: relative;
        display: block;
        font-size: 16px;*/
                font-weight: normal;
                color: #646d82;
                /*line-height: 50px;
        white-space: nowrap;*/
                padding: 0px 7px 0px 0px;
                /*border: solid 0px #e5e5e5;
        background-color: #ffffff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: baseline;
        align-items: baseline;*/
                line-height: 50px;
                display: inline-block;
            }

/*.navbar-main .navbar-nav > li > a> i {
 color:rgb(223,235,240);
 text-shadow:0px -1px 0px rgb(0,34,96);
}*/

navbar-main .navbar-nav > li > a > i {
    background: #f0f2f7;
    color: #008aad;
}



/*.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:focus {
  background-repeat: repeat-x;
  background-color: #005BB3;
  background-image: linear-gradient(top, #005bb3 0%, #004ca0 100%);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#005bb3), to(#004ca0));
  background-image: -webkit-linear-gradient(top, #005bb3, #004ca0);
  background-image: -moz-linear-gradient(top, #005bb3, #004ca0);
  background-image: -ms-linear-gradient(top, #005bb3, #004ca0);
  background-image: -o-linear-gradient(top, #005bb3, #004ca0);
}*/


.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:focus {
    background: #f0f2f7;
    color: #008aad;
    padding: 0px 7px 0px 0px;
}



/*.navbar-main .navbar-nav > .active > a,
.navbar-main .navbar-nav > .open > a {
  margin-bottom: -2px;
  padding-bottom: 12px;
  background-color: #005DBC;
  border-radius: 0;
}*/


.navbar-main .navbar-nav > .active > a,
.navbar-main .navbar-nav > .open > a {
    background: #f0f2f7;
    color: #008aad;
}

.navbar-main .navbar-nav > .open > .dropdown-toggle {
    /*  background-color: #005DBC;
  background-image: none;*/

    background: #f0f2f7;
    color: #008aad;
    var(--primary-primary, #0F5CF5);
}

    .navbar-main .navbar-nav > .open > .dropdown-toggle.active {
        /*  background-color: #005DBC;
  background-image: none;*/

        background: #f0f2f7;
        color: var(--primary-primary, #0F5CF5);
    }

/* Drop down */
.navbar-main .navbar-nav .dropdown-menu {
    /*  min-width: 115px;
  margin: 2px 0 0 0;
  padding: 1px 0;
  font-size: 13px;
  list-style: none;
  background-color: #005DBC;
  border: 0;
  border-radius: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;*/

    min-width: 130px;
    margin: 2px 0 0 0;
    padding: 1px 0;
    font-size: 13px;
    list-style: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    border: solid 1px #e5e5e5;
    background-color: #ffffff;
    border-radius: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    background: white;
    color: #646d82;
}

    .navbar-main .navbar-nav .dropdown-menu .divider {
        /* margin: 2px 0;*/
        background-color: #008aad;
    }

    .navbar-main .navbar-nav .dropdown-menu > li > a {
        /* margin: 2px 0;
  padding: 3px 10px;
  color: #DFEBF0;
  line-height: inherit;
        // color:#646d82;*/
        line-height: inherit;
        display: block;
        font-size: 13px;
        position: relative;
        margin: 2px 2px;
        padding: 5px 5px;
        line-height: inherit;
    }

        .navbar-main .navbar-nav .dropdown-menu > li > a:hover,
        .navbar-main .navbar-nav .dropdown-menu > li > a:focus {
            color: #ffffff;
            background: #008aad;
        }

/* Form */
.navbar-main .navbar-form {
    margin: 20px 10px 0 0;
    padding: 0;
    position: relative;
}

    .navbar-main .navbar-form .input-group {
        width: 270px;
    }

    .navbar-main .navbar-form .btn {
        padding: 4px 0;
        border: 1px solid #003A75;
        border-right: 0;
        background-color: #0061AF;
        width: 70px;
        color: #fff;
        font-size: inherit;
        font-weight: normal;
        line-height: 20px;
        -webkit-box-shadow: inset 0 0 1px #004B8C;
        box-shadow: inset 0 0 1px #004B8C;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .navbar-main .navbar-form .caret {
        margin-left: 5px;
        border-top: 5px solid #DFEBF0;
    }

.navbar-form .dropdown-menu {
    right: auto;
    left: 0;
}

.navbar-main .navbar-form .form-control, .navbar-main .navbar-form .chosen-container a.chosen-single, .chosen-container .navbar-main .navbar-form a.chosen-single, .navbar-main .navbar-form .chosen-container.chosen-container-multi .chosen-choices, .chosen-container.chosen-container-multi .navbar-main .navbar-form .chosen-choices, .navbar-main .navbar-form #timesheets-table-wrapper input, #timesheets-table-wrapper .navbar-main .navbar-form input {
    padding: 6px 8px;
    border: 1px solid #003A75;
    width: 200px;
    height: 30px;
    color: #306666;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    -webkit-box-shadow: inset 0 1px 0 #AFC2D6;
    /* box-shadow: inset 0 1px 0 #AFC2D6;*/
}

.navbar-main .navbar-form .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 10px;
    width: auto;
    border: 0;
    font-size: 16px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .navbar-main .navbar-form .btn-search .icon, .navbar-main .navbar-form .btn-search body .slick-sort-indicator, body .navbar-main .navbar-form .btn-search .slick-sort-indicator {
        color: #B5C0CC;
    }

    .navbar-main .navbar-form .btn-search:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

/* Sub navbar */
.navbar-sub {
    position: relative;
    z-index: 1001;
    border-bottom: 1px solid #CCCCCC;
    background-color: #E9EBEC;
}

    .navbar-sub .navbar-nav {
        margin: 0 0 -1px 15px;
    }

        .navbar-sub .navbar-nav > li {
            margin-right: 22px;
        }

            .navbar-sub .navbar-nav > li > a {
                padding: 0;
                color: #5C5C5C;
                line-height: 34px;
            }

                .navbar-sub .navbar-nav > li > a:hover,
                .navbar-sub .navbar-nav > li > a:focus {
                    background: none;
                    color: #333;
                }

        .navbar-sub .navbar-nav > .active > a,
        .navbar-sub .navbar-nav > .active > a:hover {
            margin-top: -1px;
            padding-bottom: 1px;
            background: url(../img/bg-navbar-active.png) 50% 100% no-repeat;
            color: #2060AB;
            font-weight: bold;
        }

/* Main */
#main {
    transition: margin-left .5s;
    /*padding: 16px;*/
    padding-top: 100px;
    padding-bottom: 80px;
    background-color: white;
    min-height: 400px;
    overflow-y: auto;
    height: 100vh;
}

.page-header {
    margin: 0 0 30px 0;
    padding-bottom: 18px;
    border-bottom: 2px solid #EBEBEB;
}

.container > .page-header {
    margin: 0 0 30px 0;
    padding-bottom: 18px;
    border-bottom: 2px solid #fff;
}

.container > fieldset > .page-header {
    margin: 0 0 30px 0;
    padding-bottom: 18px;
    border-bottom: 2px solid #fff;
}

.page-header h1 {
    margin: 0;
}

    .page-header h1 + p {
        margin-top: 10px;
    }

.page-header ul {
    float: right;
    margin: 8px 0;
    padding: 0;
    list-style: none;
}

.page-header li a .icon, .page-header li a body .slick-sort-indicator, body .page-header li a .slick-sort-indicator {
    margin-top: -1px;
    font-size: 18px;
}

/* Footer */
footer {
    background: #f0f2f7;
    color: #2a2b2b;
}


.siteFooter {
    padding: 15px 0;
    background: #f0f2f7;
}

.siteFooter__inner {
    font-size: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .siteFooter__inner > * + * {
        margin-left: 52px;
    }

.siteFooter__divider {
    font-size: 14px;
}



footer h2 {
    margin: 15px 0 15px 0;
    padding: 0;
    color: #70B0DB;
    font-weight: normal;
}

footer img {
    display: block;
    margin-bottom: 30px;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer li {
    float: left;
    margin-bottom: 15px;
    width: 50%;
}

footer .has-pipe {
    background: url(../img/bg-pipe.png) 100% 0 repeat-y;
}

footer .icon, footer body .slick-sort-indicator, body footer .slick-sort-indicator {
    width: 20px;
    color: #646d82;
    font-size: 16px;
}

footer .version {
    color: #646d82;
}

    footer .version strong {
        color: #646d82;
    }

footer.placeholder {
    width: 100%;
    margin-left: 0;
}

/* Layout */
img {
    max-width: 100%;
    height: auto;
}

    img.sidepanel-img {
        display: block;
        margin: 0 auto 20px;
    }

.prose {
    color: #595959;
    font-size: 13px;
    line-height: 19px;
}

    .prose p + p, .prose p + ul, .prose p + ol, .prose p + blockquote, .prose ul + p, .prose ul + ul, .prose ul + ol, .prose ul + blockquote, .prose ol + p, .prose ol + ul, .prose ol + ol, .prose ol + blockquote, .prose blockquote + p, .prose blockquote + ul, .prose blockquote + ol, .prose blockquote + blockquote {
        margin-top: 20px;
    }

@media (max-width: 991px) {
    .drop20-on-tablet {
        margin-top: 20px;
    }

    .pull-left-on-tablet {
        float: left !important;
    }

    .sm-push-down-20 {
        margin-bottom: 20px;
    }
}
/* components.css */
/* Tables */
.scrollable-table {
    height: 500px;
}

/* Panels */
.panel-heading {
    padding-left: 20px;
}

    .panel-heading h2 {
        margin: 0;
    }

.panel-body {
    padding-left: 20px;
}

/* Panel info */
.panel-info {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .panel-info > .panel-heading {
        color: #3a87ad;
        background-color: #F3F8FA;
        border-color: #DBE7ED;
    }

/* Panel configure */
.panel-configure {
    border-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .panel-configure > .panel-heading {
        background-color: #F5F5F5;
        border-color: #DEDEDE;
        border-radius: 0;
    }

        .panel-configure > .panel-heading h2 {
            float: left;
        }

        .panel-configure > .panel-heading .btn-group {
            float: right;
        }

    .panel-configure > .panel-body {
        min-height: 100px;
    }

    .panel-configure > .panel-footer {
        background-color: #F5F5F5;
        border-color: #DEDEDE;
    }

/* Page buttons */
.page-buttons {
    margin-bottom: 20px;
}

    .page-buttons .btn {
        margin-right: 8px;
    }

    .page-buttons .btn-group .btn {
        margin-right: 0;
    }

    .page-buttons .btn-primary, .page-buttons .daterangepicker .applyBtn, .daterangepicker .page-buttons .applyBtn {
        margin-right: 15px;
    }

/* Punch statuses */
.punch-status-02 {
    color: #DE1419;
}

.punch-status-03 {
    background-color: #FFDEBE;
}

/* Status */
td .progress {
    width: 100%;
    min-width: 60px;
    max-width: 100px;
}

/*  Figure */
.figure img {
    display: block;
    margin: 0 auto;
}

/*  Filters */
.filters-container {
    margin: 0 0 30px 0;
    padding: 20px 32px;
    border-top: 1px solid #D9E8EE;
    border-bottom: 2px solid #D6E1E6;
    /*background-color: #F2F8FA;*/
}

/*  Tabs */
.tab-content {
    margin: 64px 0 30px 0;
}
    /*
.tab-content .tab-pane .tab-pane-box {
  margin: 0 0 30px 0;
  padding: 30px 32px 20px 32px;
  border-bottom: 2px solid #D6E1E6;
  background-color: #F2F8FA;
}

.tab-content .tab-pane .tab-pane-box-inner {
  margin-bottom: 10px;
  padding: 30px;
  border: 1px solid #DBE8EF;
  background-color: #fff;
}

.tab-content .tab-pane .tab-pane-box-inner h2 {
  margin: 0 0 30px 0;
  padding-bottom: 18px;
  border-bottom: 2px solid #EBEBEB;
}
    
*/
    .tab-content .tab-pane .tab-pane-box {
        margin: 0 0 30px 0;
        padding: 10px 12px 10px 12px;
        /*border-bottom: 2px solid #D6E1E6;
        background-color: #F2F8FA;*/
    }

    .tab-content .tab-pane .tab-pane-box-inner {
        margin-bottom: 10px;
        padding: 10px;
        border: 1px solid #DBE8EF;
        background-color: #fff;
    }

        .tab-content .tab-pane .tab-pane-box-inner h2 {
            margin: 0 0 10px 0;
            padding-bottom: 18px;
            border-bottom: 2px solid #EBEBEB;
        }

/* Content box */
.content-box {
    /* margin: 0 0 30px 0;
    padding: 20px 32px;
    border-top: 1px solid #D9E8EE;
    border-bottom: 2px solid #D6E1E6;
    background-color: #F2F8FA;*/
    margin: 0 0 30px 0;
    /*border-top: 1px solid #DCDEE0;*/
    margin-bottom: 8px;
}

.search-filters {
    *zoom: 1;
}

    .search-filters:before, .search-filters:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .search-filters:after {
        clear: both;
    }

    .search-filters ul {
        margin: 0 40px 0 0;
        padding: 20px 0 0 0;
        list-style: none;
        float: left;
        *zoom: 1;
    }

        .search-filters ul:before, .search-filters ul:after {
            content: " ";
            /* 1 */
            display: table;
            /* 2 */
        }

        .search-filters ul:after {
            clear: both;
        }

        .search-filters ul li {
            float: left;
            margin-right: 10px;
            line-height: 25px;
        }

            .search-filters ul li a {
                display: inline-block;
                padding: 0 4px;
            }

        .search-filters ul .active a {
            background-color: #CCE5EB;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
        }

/* Forms */
.form-buttons {
    padding: 10px 0;
    text-align: right;
}

/* Widgets */
.widget {
    position: relative;
    display: block;
    margin: 0 0 30px 0;
    padding: 20px;
    border: 1px solid #D6D6D6;
    background-color: #FAFAFA;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 #E5E5E5;
    box-shadow: 0 1px 0 #E5E5E5;
}

    .widget .img-responsive {
        display: block;
        margin: 0 auto;
    }

    .widget .widget-settings {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #5A5A5A;
        font-size: 20px;
    }

        .widget .widget-settings .icon, .widget .widget-settings body .slick-sort-indicator, body .widget .widget-settings .slick-sort-indicator {
            color: #5A5A5A;
        }

        .widget .widget-settings:hover .icon, .widget .widget-settings:hover body .slick-sort-indicator, body .widget .widget-settings:hover .slick-sort-indicator {
            color: #AAC1C7;
        }

.widget-padding {
    padding: 5px 15px;
}

/* Widgets loading */
.widget-loading {
    padding: 100px;
    text-align: center;
}

    .widget-loading img {
        margin-bottom: 30px;
    }

    .widget-loading .lead {
        max-width: 100%;
    }

/* Widgets contact */
.widget.stripped {
    border: 0;
    padding: 0;
    background: none;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
}

.widget-contact {
    border-color: #F0F0F0;
}

    .widget-contact h3 {
        font-size: 18px;
        font-weight: normal;
    }

    .widget-contact ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .widget-contact li {
        margin: 10px 0 15px 0;
    }

        .widget-contact li:first-child {
            margin-top: 0;
        }

    .widget-contact .icon, .widget-contact body .slick-sort-indicator, body .widget-contact .slick-sort-indicator {
        margin-right: 5px;
        color: #ADC2C7;
        font-size: 16px;
    }

/* Widget timesheets */
.widget-ts-grid {
    position: relative;
    display: block;
    margin: 0;
    padding: 20px 20px 0 20px;
    width: 250px;
    border: 1px solid #D1D1D1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

    .widget-ts-grid h4 {
        margin: 0 0 15px 0;
        color: #1379A5;
    }

    .widget-ts-grid p {
        margin: 0 0 5px 0;
    }

    .widget-ts-grid a {
        display: block;
        margin: 15px -20px 0 -20px;
        padding: 4px 0;
        border-top: 1px solid #D4D4D4;
        background-color: #F5F5F5;
        text-align: center;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-box-shadow: inset 0 1px 0 #ffffff;
        box-shadow: inset 0 1px 0 #ffffff;
    }

/* Widget timesheets */
.widget-ts {
    position: relative;
    display: block;
    margin: 0;
    padding: 20px 20px 10px 20px;
    border: 1px solid #D6D6D6;
    background-color: #FAFAFA;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 #E5E5E5;
    box-shadow: 0 1px 0 #E5E5E5;
}

    .widget-ts h3 {
        color: #1379A5;
        font-size: 15px;
        font-weight: bold;
    }

    .widget-ts p {
        color: #595959;
    }

    .widget-ts .widget-status {
        position: absolute;
        bottom: 20px;
        right: -1px;
        padding: 10px;
        line-height: 1;
        text-align: center;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

        .widget-ts .widget-status strong {
            display: block;
            font-size: 28px;
            line-height: 1;
        }

    /* Hover */
    .widget-ts:hover {
        -webkit-box-shadow: 0 0 3px #D6D6D6;
        box-shadow: 0 0 3px #D6D6D6;
    }

/* Ready */
.widget-ts-ready {
    background-color: #FFFFFF;
}

/* Approved */
.widget-ts-approved .widget-status {
    padding: 15px;
    border: 1px solid #C9E5D0;
    background-color: #DEFEE6;
    color: #00A335;
    font-size: 30px;
    line-height: 1;
}

    .widget-ts-approved .widget-status .icon, .widget-ts-approved .widget-status body .slick-sort-indicator, body .widget-ts-approved .widget-status .slick-sort-indicator {
        color: #00A335;
    }

/* Has errors */
.widget-ts-has-errors .widget-status {
    border: 1px solid #FFCBCB;
    background-color: #FFF0F0;
    color: #DE1319;
}

/* Popovers */
.popover-ts-grid h4 {
    margin: 0 0 15px 0;
    color: #1379A5;
}

.popover-ts-grid p {
    margin: 0 0 5px 0;
}

.popover-ts-grid a {
    display: block;
    margin: 15px -20px -20px -20px;
    padding: 4px 0;
    border-top: 1px solid #D4D4D4;
    background-color: #F5F5F5;
    text-align: center;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

/* ------------------------
Circular Pagination "steps" 
------------------------ */
.steps-pagination ol {
    *zoom: 1;
    list-style: none;
    margin-bottom: 30px;
}

    .steps-pagination ol:before, .steps-pagination ol:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .steps-pagination ol:after {
        clear: both;
    }

    .steps-pagination ol li {
        float: left;
    }

        .steps-pagination ol li + li {
            padding-left: 42px;
        }

        .steps-pagination ol li a {
            color: #595959;
            font-weight: 500;
            font-size: 16px;
            line-height: 31px;
        }

            .steps-pagination ol li a.active {
                font-weight: 700;
            }

                .steps-pagination ol li a.active span {
                    color: #fff;
                    background: #1f599f;
                }

            .steps-pagination ol li a.complete span {
                background: #48a923;
                color: #fff;
                line-height: 33px;
            }

            .steps-pagination ol li a span {
                margin: 0;
                padding: 0;
                background-color: #DAF1FA;
                width: 32px;
                height: 32px;
                color: #1F599F;
                font-size: 20px;
                font-weight: bold;
                line-height: 30px;
                text-align: center;
                -webkit-border-radius: 16px;
                -moz-border-radius: 16px;
                border-radius: 16px;
                display: inline-block;
                margin: 0 5px 0 0;
                vertical-align: top;
            }

/* ------------------------
Page Header
------------------------ */
.page-header {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid #ebebeb;
}

.container > .page-header {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid #fff;
}

.container > fieldset > .page-header {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid #fff;
}

.lead, .fieldset-info {
    max-width: 650px;
}

h2, .heading-2 {
    /*margin-bottom: 20px;*/
}

    h2 + .lead, .heading-2 + .lead {
        margin-top: -12px;
        margin-bottom: 20px;
    }

    h2 + .fieldset-info, .heading-2 + .fieldset-info {
        margin-top: -12px;
        margin-bottom: 20px;
    }

/* ------------------------
** Form
------------------------ */
label.large {
    margin-bottom: 0;
    padding-bottom: 12px;
}

fieldset + fieldset {
    margin-top: 30px;
    border-top: 2px solid #d6e1e6;
    padding-top: 30px;
}

.fieldset-info {
    color: #595959;
    font-size: 13px;
    line-height: 19px;
}

.form-buttons {
    padding: 20px 0 0;
    border-top: 2px solid #ebebeb;
    margin-top: 30px;
}

    .form-buttons .previous-step {
        float: left;
        border-left: 0;
        padding-left: 0;
    }

.checkbox, .radio {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
}

    .checkbox.stacked, .radio.stacked {
        float: none;
        margin: 0;
        padding: 0;
        line-height: 18px;
    }

        .checkbox.stacked + .checkbox, .checkbox.stacked + .radio, .radio.stacked + .checkbox, .radio.stacked + .radio {
            margin-top: 10px;
        }

    .checkbox input, .checkbox .iradio-minimal-blue, .checkbox .icheckbox-minimal-blue, .radio input, .radio .iradio-minimal-blue, .radio .icheckbox-minimal-blue {
        float: left;
        line-height: 18px;
        vertical-align: top;
        text-align: left;
    }

    .checkbox .iradio-minimal-blue, .checkbox .icheckbox-minimal-blue, .radio .iradio-minimal-blue, .radio .icheckbox-minimal-blue {
        margin-left: -28px !important;
    }

    .checkbox input, .radio input {
        margin: 1px 5px 0 -28px !important;
    }

    .checkbox label, .radio label {
        vertical-align: top;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        margin-bottom: 0;
        padding-left: 28px;
        vertical-align: middle;
        line-height: 18px;
    }

        .checkbox label strong, .radio label strong {
            display: block;
        }

.form-control, .chosen-container a.chosen-single, .chosen-container.chosen-container-multi .chosen-choices, #timesheets-table-wrapper input {
    background: #FCFCFC;
}

.input-row {
    margin-bottom: 30px;
}

.vertical-layout-form.small .form-group {
    width: 212px;
}

    .vertical-layout-form.small .form-group + .form-group {
        margin-top: 20px;
    }

.vertical-layout-form .checkbox, .vertical-layout-form .radio {
    margin-top: 0;
    margin-bottom: 0;
}

.vertical-layout-form .form-group {
    margin-bottom: 0;
}

    .vertical-layout-form .form-group + .form-group {
        margin-top: 28px;
    }

    .vertical-layout-form .form-group.remember-me + .form-group {
        margin-top: 20px;
    }

.has-error .form-control, .has-error .chosen-container a.chosen-single, .chosen-container .has-error a.chosen-single, .has-error .chosen-container.chosen-container-multi .chosen-choices, .chosen-container.chosen-container-multi .has-error .chosen-choices, .has-error #timesheets-table-wrapper input, #timesheets-table-wrapper .has-error input {
    border-color: #ff7d80;
    -webkit-box-shadow: rgba(255, 125, 128, 0.5) 0 1px 1px inset;
    -moz-box-shadow: rgba(255, 125, 128, 0.5) 0 1px 1px inset;
    box-shadow: rgba(255, 125, 128, 0.5) 0 1px 1px inset;
}

.has-error .form-error {
    display: block;
}

.form-error {
    display: none;
    color: #de1319;
    padding: 10px 10px 0;
}

    .form-error .icon, .form-error body .slick-sort-indicator, body .form-error .slick-sort-indicator {
        font-size: 17px;
        margin-right: 8px;
    }

.iradio-minimal-blue {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

body .iradio-minimal-blue,
body .icheckbox-minimal-blue {
    background-color: #fff;
}

.iradio-minimal-blue.checked,
.icheckbox-minimal-blue.checked {
    background-color: #E8FDFF;
}

.input-with-btns.weekpicker-wrapper .btn {
    width: 32px;
}

.input-with-btns.weekpicker-wrapper .input-wrapper {
    margin: 0 32px;
}

.input-with-btns.weekpicker-wrapper .btn, .input-with-btns.weekpicker-wrapper input {
    border-color: #B8B8B8;
}

.input-with-btns.one-btn {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    white-space: nowrap;
    font-size: 0;
}

    .input-with-btns.one-btn .btn {
        padding-right: 10px;
        padding-left: 10px;
        float: none;
    }

    .input-with-btns.one-btn.right-btn .input-wrapper {
        vertical-align: top;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 90px;
    }

        .input-with-btns.one-btn.right-btn .input-wrapper input {
            float: none;
            -webkit-border-radius: 8px 0 0 8px;
            -moz-border-radius: 8px 0 0 8px;
            -ms-border-radius: 8px 0 0 8px;
            -o-border-radius: 8px 0 0 8px;
            border-radius: 8px 0 0 8px;
        }

.input-with-btns .btn {
    padding-right: 0;
    padding-left: 0;
}

    .input-with-btns .btn .icon, .input-with-btns .btn body .slick-sort-indicator, body .input-with-btns .btn .slick-sort-indicator {
        color: #A1A1A1;
    }

    .input-with-btns .btn.left {
        float: left;
        -webkit-border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -ms-border-radius: 8px 0 0 8px;
        -o-border-radius: 8px 0 0 8px;
        border-radius: 8px 0 0 8px;
        border-right: 0;
    }

    .input-with-btns .btn.right {
        float: right;
        -webkit-border-radius: 0 8px 8px 0;
        -moz-border-radius: 0 8px 8px 0;
        -ms-border-radius: 0 8px 8px 0;
        -o-border-radius: 0 8px 8px 0;
        border-radius: 0 8px 8px 0;
        border-left: 0;
    }

.input-with-btns input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.input-with-icon {
    position: relative;
}

    .input-with-icon input {
        padding-left: 36px;
    }

    .input-with-icon .icon, .input-with-icon body .slick-sort-indicator, body .input-with-icon .slick-sort-indicator {
        position: absolute;
        top: 10px;
        left: 12px;
        color: #3089B1;
        font-size: 18px;
    }

.chosen-container a.chosen-single div {
    height: 21px;
    top: 50%;
    margin-top: -11px;
}

.chosen-container.chosen-container-multi {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    .chosen-container.chosen-container-multi .chosen-choices {
        padding: 4px 5px 5px;
        min-height: 38px;
    }

        .chosen-container.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
            padding: 0;
            margin: 0;
        }

            .chosen-container.chosen-container-multi .chosen-choices li.search-field input[type="text"].default {
                line-height: 28px;
                margin-left: 3px;
                height: 27px;
            }

.daterangepicker .applyBtn {
    float: right;
}

.daterangepicker .cancelBtn {
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    font-weight: normal;
    color: #0084BF;
    float: left;
    line-height: 38px;
}

    .daterangepicker .cancelBtn:hover {
        color: #00618C;
        text-decoration: none;
    }

.datepicker.dropdown-menu {
    z-index: 9999;
}

.bootstrap-timepicker-widget table td a {
    padding: 0;
}

/* ------------------------
** Modals
------------------------ */
.modal-dialog .modal-content {
    border: none;
}

.modal-dialog p, .modal-dialog .alert {
    margin-bottom: 20px;
}

.modal-body {
    padding-bottom: 30px;
}

.close {
    font-weight: normal;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 90 ")";
    filter: alpha(opacity=90);
    zoom: 1;
}

/* ------------------------
Alerts
------------------------ */
.alert .alert-link.pull-right {
    float: right;
    margin-right: -21px;
}

.alert-danger .icon, .alert-danger body .slick-sort-indicator, body .alert-danger .slick-sort-indicator {
    font-size: 17px;
    margin-right: 8px;
}

.alert-info {
    border-color: #F1CA00;
    background: #FFFDE0;
}

/* ------------------------
Slickgrid
------------------------ */
body .ui-state-default.slick-header-column, body .slick-cell {
    border-right: 0 !important;
    border-left: 0 !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
}

body .ui-state-default.slick-header-column {
    font-weight: bold;
    border-top: 1px solid #D0D0D0;
    border-bottom: 2px solid #D0D0D0;
    background-color: #F2F2F2;
    color: #595959;
    font-size: 11px;
    text-transform: uppercase;
    vertical-align: middle;
    height: 34px;
    line-height: 15px;
    padding: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
}

body .slick-cell {
    padding-top: 5px;
    padding-bottom: 5px;
}

body .slick-header-column-sorted .slick-column-name {
    margin-left: 12px;
    position: relative;
}

body .slickgrid-wrapper {
    height: 300px;
    width: 100%;
}

body .slick-sort-indicator {
    font-family: 'blueforce';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 0;
    margin-top: 0;
    float: none;
    position: absolute;
    top: 10px;
    left: 5px;
    background: none;
}

body .slick-sort-indicator {
    display: none;
}

body .slick-sort-indicator-asc {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

body .slick-sort-indicator-desc {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/* ------------------------
Datatables
------------------------ */
#timesheets-table-wrapper {
    margin-bottom: 10px;
    border-bottom: 1px solid #D0D0D0;
}

    #timesheets-table-wrapper input {
        min-height: 30px !important;
    }

.DTFC_RightBodyWrapper td {
    position: relative;
}

a.edit-table-row-fields {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    background: #069EE4;
    text-align: center;
}

    a.edit-table-row-fields .icon, a.edit-table-row-fields body .slick-sort-indicator, body a.edit-table-row-fields .slick-sort-indicator {
        color: #fff;
        font-size: 20px;
        margin-top: 18px;
        margin-right: -2px;
    }
    /*CHCM-6878*/
/*table.dataTable tr.odd {
    background: none;
}*/

    table.dataTable tr.even td.sorting_1, table.dataTable tr.odd td.sorting_1 {
        background: none;
    }

table.dataTable td.class-for-first-column {
    border-left: 0;
    border-right: 1px solid #D0D0D0;
}

table.dataTable thead th.edit-cell,
table.dataTable td.edit-cell {
    width: 46px;
    background: #069EE4;
}

/* Datatable add row */
.timesheet-add-row {
    padding: 15px 20px;
    border-top: 1px solid #D9E8EE;
    border-bottom: 2px solid #D6E1E6;
    background-color: #F2F8FA;
    *zoom: 1;
}

    .timesheet-add-row:before, .timesheet-add-row:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .timesheet-add-row:after {
        clear: both;
    }

    .timesheet-add-row .icon, .timesheet-add-row body .slick-sort-indicator, body .timesheet-add-row .slick-sort-indicator {
        float: left;
        margin-top: 1px;
        margin-right: 7px;
        font-size: 16px;
    }

/* Datatable popovers */
.popover-datatable,
.popover-compare {
    margin: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

    .popover-datatable .popover-content,
    .popover-compare .popover-content {
        padding: 15px 20px;
    }

        .popover-datatable .popover-content .popover-content-title,
        .popover-compare .popover-content .popover-content-title {
            margin-bottom: 10px;
            font-size: 16px;
            font-weight: bold;
        }

        .popover-datatable .popover-content .row-time p,
        .popover-compare .popover-content .row-time p {
            line-height: 21px;
        }

        .popover-datatable .popover-content .late,
        .popover-compare .popover-content .late {
            color: #DD3E00;
        }

    .popover-datatable .col-sm-6:first-child,
    .popover-compare .col-sm-6:first-child {
        border-right: 1px solid #D0D0D0;
    }

    .popover-datatable .col-sm-6:last-child .popover-content,
    .popover-compare .col-sm-6:last-child .popover-content {
        padding-left: 5px;
    }

.popover-compare {
    max-width: 560px;
}

    .popover-compare .popover-footer {
        padding: 5px;
        background-color: #F5F5F5;
        text-align: center;
    }

    .popover-datatable.top,
    .popover-compare.top {
        margin: 0;
    }

    .popover-datatable.in,
    .popover-compare.in {
        display: block;
        position: relative;
    }

.side-navigation > ul {
    margin-bottom: 20px;
}

    .side-navigation > ul > li:first-child a {
        border-top: 0;
    }

    .side-navigation > ul > li:last-child a {
        border-bottom: 0;
    }

    .side-navigation > ul > li > a {
        border: 1px solid #D0D0D0;
        border-width: 1px 0;
        position: relative;
        z-index: 1;
        margin: -1px 0 0;
        display: block;
        font-weight: 300;
        font-size: 16px;
        line-height: 20px;
        padding: 13px 20px;
    }

        .side-navigation > ul > li > a:hover {
            background: #F3F8FA;
            border-color: #DCE7EE;
            z-index: 2;
        }

    .side-navigation > ul > .active > a {
        background: #F3F8FA;
        border-color: #DCE7EE;
        z-index: 2;
        color: #595959;
        font-weight: 400;
    }

.form-header {
    padding-bottom: 9px;
    margin-bottom: 25px;
    border-bottom: 3px solid #CDD6DC;
}

/* File: dashboard.css */
/* Dashboard alerts */
.dashboard-alerts {
    margin-bottom: 40px;
}

    .dashboard-alerts .alert {
        margin: 0;
        padding: 15px 25px;
        border-bottom: 1px solid #D0D0D0;
        border-radius: 0;
    }

    .dashboard-alerts .close {
        position: relative;
        top: 6px;
        right: -10px;
        color: #A1A1A1;
        opacity: 1;
        filter: alpha(opacity=100);
    }

        .dashboard-alerts .close:hover,
        .dashboard-alerts .close:focus {
            opacity: .75;
            filter: alpha(opacity=75);
        }

.dashboard-alerts-header {
    margin: 0;
    padding: 15px 20px;
    border-bottom: 1px solid #DEDEDE;
    background-color: #F5F5F5;
}

    .dashboard-alerts-header h2 {
        float: left;
        margin: 0;
        line-height: 1;
    }

        .dashboard-alerts-header h2 .icon, .dashboard-alerts-header h2 body .slick-sort-indicator, body .dashboard-alerts-header h2 .slick-sort-indicator {
            top: -1px;
            margin-right: 5px;
            color: #DE1519;
            font-size: 16px;
        }

    .dashboard-alerts-header ul {
        float: right;
        margin: 1px 0 0 0;
        padding: 0;
        list-style: none;
    }

    .dashboard-alerts-header li {
        float: left;
        margin-left: 15px;
        padding-left: 15px;
        border-left: 1px dotted #ABC2C7;
        line-height: 19px;
    }

        .dashboard-alerts-header li:first-child {
            border-left: 0;
        }

/* Dashboard recaps */
.dashboard-recaps {
    margin-bottom: 50px;
}

/* At a glance */
.at-a-glance {
    margin: 0 0 40px 0;
    padding: 20px 0 10px 0;
    border-bottom: 2px solid #D6E1E6;
}

    .at-a-glance .pagination {
        margin-bottom: 0;
    }

.at-a-glance-controls {
    margin-bottom: 30px;
}

    .at-a-glance-controls .form-inline {
        margin-top: 4px;
    }

    .at-a-glance-controls .radio {
        margin-right: 20px;
    }

/* Grid */
.timesheets-grid {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0px solid #D0D0D0;
}

    .timesheets-grid li {
        float: left;
        display: block;
        margin: 0 0 0 0;
        width: 5%;
        height: 50px;
        border-bottom: 1px solid #E3E3E3;
        border-right: 1px solid #E3E3E3;
        font-size: 16px;
        line-height: 50px;
        text-align: center;
    }

        .timesheets-grid li:nth-child(1), .timesheets-grid li:nth-child(2), .timesheets-grid li:nth-child(3), .timesheets-grid li:nth-child(4), .timesheets-grid li:nth-child(5),
        .timesheets-grid li:nth-child(6), .timesheets-grid li:nth-child(7), .timesheets-grid li:nth-child(8), .timesheets-grid li:nth-child(9), .timesheets-grid li:nth-child(10),
        .timesheets-grid li:nth-child(11), .timesheets-grid li:nth-child(12), .timesheets-grid li:nth-child(13), .timesheets-grid li:nth-child(14), .timesheets-grid li:nth-child(15),
        .timesheets-grid li:nth-child(16), .timesheets-grid li:nth-child(17), .timesheets-grid li:nth-child(18), .timesheets-grid li:nth-child(19), .timesheets-grid li:nth-child(20) {
            border-top: 1px solid #E3E3E3;
        }

        .timesheets-grid li:nth-child(1),
        .timesheets-grid li:nth-child(21),
        .timesheets-grid li:nth-child(41) {
            border-left: 1px solid #E3E3E3;
        }

    .timesheets-grid a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .timesheets-grid .icon, .timesheets-grid body .slick-sort-indicator, body .timesheets-grid .slick-sort-indicator {
        margin: 0;
        vertical-align: baseline;
    }

    /* Hover */
    .timesheets-grid a:hover {
        background-color: #F7F7F7;
        -webkit-box-shadow: inset 0 0 3px #D6D6D6;
        box-shadow: inset 0 0 3px #D6D6D6;
    }

    /* Approved */
    .timesheets-grid li.approved {
        background-color: #DEFEE6;
    }

        .timesheets-grid li.approved a,
        .timesheets-grid li.approved a .icon,
        .timesheets-grid li.approved a body .slick-sort-indicator,
        body .timesheets-grid li.approved a .slick-sort-indicator {
            color: #00A739;
        }

    /* Has Errors */
    .timesheets-grid li.has-error {
        background-color: #FFF0F0;
    }

        .timesheets-grid li.has-error a,
        .timesheets-grid li.has-error a .icon,
        .timesheets-grid li.has-error a body .slick-sort-indicator,
        body .timesheets-grid li.has-error a .slick-sort-indicator {
            color: #DE1519;
        }

.period-status h2 {
    font-size: 16px;
    line-height: 17px;
    color: #595959;
    font-weight: bold;
}

    .period-status h2 span {
        font-weight: normal;
    }

.period-status h3 {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    color: #595959;
}

.period-status p {
    font-size: 13px;
    line-height: 16px;
}

.period-status .weekpicker-wrapper {
    margin: 5px 0 20px;
}

.export-timesheets {
    float: right;
}

    .export-timesheets .icon, .export-timesheets body .slick-sort-indicator, body .export-timesheets .slick-sort-indicator {
        color: #ADC2C7;
        margin: -1px 6px 0 0;
        font-size: 18px;
    }

/* File: help.css */
/* Page header */
h1 {
    color: #5A5A5A;
}

.page-header h1 {
    color: #2A3742; /*CHCM-3579*/
}

/* Help search */
.help-search {
    margin-top: 20px;
    padding: 30px 50px 40px 50px;
}

    .help-search h2 {
        margin-bottom: 10px;
    }

    .help-search p {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 20px;
    }

/* Help categories */
.help-categories {
    margin: 50px 0;
}

    .help-categories h2 {
        margin-bottom: 10px;
    }

    .help-categories p {
        margin-bottom: 30px;
        color: #727272;
        font-size: 18px;
        font-weight: 300;
        line-height: 28px;
    }

/* Lists */
.link-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .link-list li {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 20px;
    }

        .link-list li .icon, .link-list li body .slick-sort-indicator, body .link-list li .slick-sort-indicator {
            float: left;
            margin: 2px 10px 10px 0;
            color: #ADC2C7;
            font-size: 28px;
        }

        .link-list li a {
            font-size: 16px;
            line-height: 28px;
        }

.simple-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .simple-list li {
        margin-bottom: 10px;
    }

.steps {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

    .steps li {
        position: relative;
        margin: 0 60px 30px 60px;
        padding: 0 0 30px 0;
        border-bottom: 2px solid #D7E1E6;
    }

        .steps li span.count {
            position: absolute;
            top: 0;
            left: -60px;
            margin: 0;
            padding: 0;
            background-color: #DAF1FA;
            width: 32px;
            height: 32px;
            color: #1F599F;
            font-size: 20px;
            font-weight: bold;
            line-height: 30px;
            text-align: center;
            -webkit-border-radius: 16px;
            -moz-border-radius: 16px;
            border-radius: 16px;
            display: inline-block;
        }

        .steps li p {
            margin: 0 0 15px 0;
        }

        .steps li:last-child {
            padding-bottom: 0;
            border-bottom: 0;
        }

/* Help item */
.help-item {
    margin: 0 0 25px 0;
}

    .help-item h2 {
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: 500;
    }

    .help-item p {
        font-size: 14px;
        line-height: 20px;
    }

body.login {
    background: #f0f4f5 url("../img/login_bg.gif") right top no-repeat;
}

.login-wrapper {
    max-width: 855px;
    margin: 20px auto;
}

    .login-wrapper > .alert {
        width: 615px;
        margin-bottom: 20px;
    }

    .login-wrapper .content {
        padding: 44px 72px;
        background: #fff;
        border: 1px solid #CFCFCF;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.08);
    }

@media (max-width: 992px) {
    .login-wrapper .content {
        padding: 30px;
    }
}

.login-wrapper .content .inner {
    background: url("../img/psudo_col.png") 65% top repeat-y;
    *zoom: 1;
}

    .login-wrapper .content .inner:before, .login-wrapper .content .inner:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .login-wrapper .content .inner:after {
        clear: both;
    }

.login-wrapper .form-control, .login-wrapper .chosen-container a.chosen-single, .chosen-container .login-wrapper a.chosen-single, .login-wrapper .chosen-container.chosen-container-multi .chosen-choices, .chosen-container.chosen-container-multi .login-wrapper .chosen-choices, .login-wrapper #timesheets-table-wrapper input, #timesheets-table-wrapper .login-wrapper input {
    font-size: 17px;
    height: 46px;
    padding: 9px;
}

.login-main-col {
    float: left;
    width: 60%;
}

.login-side-col {
    float: right;
    width: 30%;
}

.field-note {
    color: #595959;
    font-size: 13px;
    line-height: 19px;
    margin-top: 12px;
    color: #989898;
}

    .field-note span.icon, .field-note body span.slick-sort-indicator, body .field-note span.slick-sort-indicator {
        font-size: 18px;
        margin-right: 6px;
    }

.field-rules {
    width: 150px;
}

    .field-rules > li {
        position: relative;
        padding-right: 30px;
    }

        .field-rules > li.error {
            color: #de1319;
        }

        .field-rules > li.success {
            color: #48a923;
        }

        .field-rules > li .icon, .field-rules > li body .slick-sort-indicator, body .field-rules > li .slick-sort-indicator {
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -6px;
            font-family: 'blueforce';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

/* File: timesheets.css */
/* Overrides */
/* Login panel */
.timesheet-badge {
    margin-bottom: 20px;
    line-height: 11px;
}

    .timesheet-badge strong {
        color: #595959;
        font-size: 11px;
        /*text-transform: uppercase;*/
    }

/* Open punches */
.table-open-punches tbody > tr:hover > td,
.table-open-punches tbody > tr:hover > th,
tr.selected td {
    background-color: #F2F8FA;
}

.table-open-punches tbody > tr {
    cursor: pointer;
}

.punch-expanded {
    display: none;
}

/* Expanded punch */
.table tbody > tr.parent-row td {
    border-top: 2px solid #00A5E1;
    border-bottom: 0;
}

    .table tbody > tr.parent-row td:first-child {
        border-left: 2px solid #00A5E1;
    }

    .table tbody > tr.parent-row td:last-child {
        border-right: 2px solid #00A5E1;
    }

.table tbody > tr.punch-expanded td {
    padding: 15px 20px 20px 20px;
    border: 2px solid #00A5E1;
    border-top: 2px solid #CFCFCF;
    background-color: #F2F2F2;
}

.punch-expanded-container hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #D0D0D0;
}

.punch-expanded-container .icon-warning-sign, .punch-expanded-container .field-rules > li.error .icon, .field-rules > li.error .punch-expanded-container .icon, .punch-expanded-container .field-rules > li.error body .slick-sort-indicator, .field-rules > li.error body .punch-expanded-container .slick-sort-indicator, .punch-expanded-container body .field-rules > li.error .slick-sort-indicator, body .field-rules > li.error .punch-expanded-container .slick-sort-indicator {
    color: #DE1519;
    font-size: 20px;
    line-height: 30px;
}

.punch-expanded-controls {
    margin-bottom: 20px;
}

    .punch-expanded-controls .col-md-5 {
        line-height: 28px;
    }

        .punch-expanded-controls .col-md-5 a {
            font-weight: bold;
        }

    .punch-expanded-controls .col-md-7 {
        text-align: right;
    }

.punch-expanded-buttons {
    text-align: right;
}

.table tbody > tr.punch-edit td {
    border-top: 2px solid #00A5E1;
    border-bottom: 2px solid #00A5E1;
    background-color: #F2F2F2;
}

    .table tbody > tr.punch-edit td:first-child {
        border-left: 2px solid #00A5E1;
    }

    .table tbody > tr.punch-edit td:last-child {
        border-right: 2px solid #00A5E1;
    }

/* Table row has errors */
.table tbody > tr.has-error td {
    background-color: #FFF5F5;
}

    .table tbody > tr.has-error td .icon, .table tbody > tr.has-error td body .slick-sort-indicator, body .table tbody > tr.has-error td .slick-sort-indicator {
        color: #DE1519;
    }

/* Timesheet employees */
.timesheets-table-statuses {
    margin-bottom: 20px;
}

.status-list {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

    .status-list li {
        float: left;
        margin-right: 20px;
    }

        .status-list li.status-list-label {
            width: 100px;
        }

/* Labels */
/* Timesheet history */
.timesheet-history-sort {
    margin-bottom: 40px;
}

    .timesheet-history-sort ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .timesheet-history-sort li {
        float: left;
        margin-right: 20px;
        font-size: 16px;
        font-weight: bold;
    }

        .timesheet-history-sort li a {
            font-weight: normal;
        }

        .timesheet-history-sort li.active a {
            color: #595959;
        }

.timesheet-history-item {
    margin: 0 15px 25px 15px;
    padding: 3px 100px 15px 87px;
    border-bottom: 2px solid #D6E1E6;
    min-height: 50px;
    position: relative;
}

    .timesheet-history-item img {
        position: absolute;
        top: 0;
        left: 20px;
    }

/* Add punches */
.add-punch {
    margin: 0 0 20px 0;
    padding: 0 32px 20px 32px;
    border-bottom: 1px solid #CFCFCF;
}

    .add-punch.within-modal {
        border: 0;
        padding: 0;
        margin-bottom: -20px;
    }

        .add-punch.within-modal .form-group {
            width: auto !important;
            margin-bottom: 20px !important;
        }

    .add-punch:last-child {
        margin-bottom: 0;
        border-bottom: 0;
    }

.add-punch-controls {
    margin: -20px 0;
    padding: 10px 16px;
    line-height: 30px;
}

.form-buttons.add-punch-buttons {
    border: 0;
}

/* Modals */
#nearbyPunches .modal-dialog,
#punchHistory .modal-dialog {
    width: 970px;
}

#saveModifiedPunches .modal-dialog,
#timesheetNote .modal-dialog {
    width: 500px;
}

@media (max-width: 991px) {
    .row-tight > div[class*="col-md"] + div {
        margin-top: 10px;
    }
}

.status-list .label:before {
    content: " ";
    vertical-align: top;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 7px;
    margin-top: 2px;
}

.status-list .label.circular-key:before {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 14px;
    height: 14px;
}

.status-list .label.circular-key.label-added:before {
    background: #FFC000;
}

.status-list .label.circular-key.label-modified:before {
    background: #FF8100;
}

.status-list .label.circular-key.label-modified-by-rules:before {
    border: 1px solid #DEDEDE;
    background: url("../img/bg-key-modified.png") 0 0 repeat;
}

.status-list .label.circular-key.label-lunch:before {
    background: #999999;
}

.status-list .label.triangular-key:before {
    width: 0;
    border-width: 7px;
    border-style: solid;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
}

.status-list .label.triangular-key.label-missing-hours:before {
    border-color: #004C66;
}

.status-list .label.triangular-key.label-early-late:before {
    border-color: #D93600;
}

.status-list .label.triangular-key.label-no-show:before {
    border-color: #8500B2;
}

.status-list .label.triangular-key.label-on-break:before {
    border-color: #B25900;
}

.add-punch-controls .btn {
    vertical-align: top;
}

/* ------------------------
first run > supernavbar
------------------------ */
.first-run .navbar-utility {
    background: none;
    min-height: 50px;
    margin-bottom: 0;
    /*  border-bottom: 3px solid #002566;*/
}

.first-run .navbar-header {
    /*  padding-top: 8px;*/
}

.navbar-text {
    margin: 6px 0 0 25px;
}

.first-run .navbar-utility .navbar-nav {
    padding-top: 7px;
}

/* ------------------------
first run > Welcome
------------------------ */
.informational-sections {
    margin-top: 50px;
}

    .informational-sections > .row {
        margin-bottom: 20px;
    }

    .informational-sections img {
        display: block;
        border: 1px solid #E7E7E7;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    }

    .informational-sections .text-wrapper {
        max-width: 429px;
    }

@media (max-width: 767px) {
    .main-col + .side-col,
    .side-col + .main-col {
        margin-top: 30px;
    }

    .informational-sections > div:last-child .text-wrapper:after {
        display: none;
    }

    .informational-sections > div .text-wrapper {
        margin-top: 20px;
    }

        .informational-sections > div .text-wrapper:after {
            content: " ";
            display: block;
            padding-bottom: 20px;
            border-bottom: 2px solid #d6e1e6;
        }
}
/* ------------------------
first run > sites
------------------------ */
.selected-items {
    font-size: 30px;
    line-height: 0;
}

    .selected-items > span {
        vertical-align: top;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        background: #6D7980;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        color: #EEEEEE;
        font-size: 13px;
        line-height: 17px;
        padding: 7px 12px 7px 15px;
    }

        .selected-items > span strong {
            font-weight: 500;
        }

        .selected-items > span a.icon, .selected-items > span body a.slick-sort-indicator, body .selected-items > span a.slick-sort-indicator {
            margin-left: 30px;
            color: #EEEEEE;
            font-size: 17px;
        }

.help-search.table-search {
    margin-bottom: 0;
    margin-top: 50px;
    padding: 15px 6px 25px 15px;
}

    .help-search.table-search .form-group {
        max-width: 550px;
    }

    .help-search.table-search + .table thead > tr > th,
    .help-search.table-search + .table thead:first-child tr:first-child th {
        border-top: none;
    }

.table tfoot td {
    border-top: 1px solid #D0D0D0;
    border-bottom: 2px solid #D0D0D0;
    background-color: #F2F2F2;
    color: #595959;
}

    .table tfoot td.large {
        padding: 20px;
    }

/*Added to get the sub-menus working that are skipped in Bootstrap 3*/
/*Added by pankaj chaudhary*/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: -3px;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 5px 5px 5px;
        border-left-color: #ccc;
        margin-top: 7px;
        /* margin-right: -10px;*/
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -175%;
            margin-left: 11px;
        }

        .dropdown-submenu.pull-left > a:after {
            display: none;
        }

        .dropdown-submenu.pull-left > a:before {
            display: block;
            content: " ";
            float: left;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            border-width: 5px 5px 5px 5px;
            border-right-color: #ccc;
            padding-left: 6px;
            margin-top: 5px;
            margin-left: -18px;
        }

/* Edit Below to Customize Widths > 768px */
@media (min-width:768px) {

    /* Wrappers */

    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 15px 25px;
    }

    /* Side Nav */

    .side-nav {
        margin-left: -350px;
        left: 330px;
        width: 210px;
        position: relative;
        top: -40px;
        height: 100%;
        border-radius: 0;
        border: none;
        background-color: #dbeef3;
    }

        /* Bootstrap Default Overrides - Customized Dropdowns for the Side Nav */

        .side-nav > li.dropdown > ul.dropdown-menu {
            position: relative;
            min-width: 205px;
            margin: 0;
            padding: 0;
            border: none;
            border-radius: 0;
            background-color: #f2f2f2;
            box-shadow: none;
            -webkit-box-shadow: none;
        }

            .side-nav > li.dropdown > ul.dropdown-menu > li > a {
                color: #999999;
                padding: 10px 10px 10px 10px;
            }

                .side-nav > li.dropdown > ul.dropdown-menu > li > a:hover,
                .side-nav > li.dropdown > ul.dropdown-menu > li > a.active,
                .side-nav > li.dropdown > ul.dropdown-menu > li > a:focus {
                    color: #fff;
                    background-color: #005dbc;
                }

        .side-nav > li > a {
            width: 205px;
        }

        .side-nav > li {
            border: 5px solid white;
        }

    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        background-color: #080808;
    }

    /* Nav Messages */

    .messages-dropdown .dropdown-menu {
        min-width: 300px;
    }

        .messages-dropdown .dropdown-menu li a {
            white-space: normal;
        }
}

/*Class For Spinner effect -- Added By Pankaj*/

.overlay {
    background-color: black;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1030;
    opacity: 0.7; /* also -moz-opacity, etc. */
}


/*Class For Legends -- Added By Pankaj*/
legend.legendStyle {
    padding-left: 5px;
    padding-right: 5px;
}

fieldset.fsStyle {
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
    font-weight: normal;
    border: 1px solid #999999;
    padding: 4px;
    margin: 5px;
}

legend.legendStyle {
    font-size: 90%;
    color: #888888;
    background-color: transparent;
    font-weight: bold;
}

legend {
    width: auto;
    border-bottom: 0px;
}

/*Logic to Align the Popover bottom.left Added By Pankaj*/
.popover.setuppopover .arrow {
    left: 80% !important;
}

.popover.setuppopover {
    left: -2000% !important;
}

/*Close link on Modals*/

.modal-header button.close {
    font-size: 35px;
}

a.siteFooter__link {
    color: #008aad;
}

/* CHCM-6669 */
.modal-backdrop {
    opacity: 1 !important;
}

.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    background-color: #F3F3F4;
    line-height: 26px !important;
    display: list-item !important;
    padding-bottom: 3px !important;
    border-radius: 4px;
    /*done by tuhin for color gray on disabled no value */
}
/* Underline is not displaying for Search Value in dropdown,CHCM-1282*/
.select2-rendered__match {
    text-decoration: underline;
}

.popoverwidth1 {
    width: 60% !important;
}

.popoverwidth2 {
    width: 40% !important;
}

.hidelink {
    display: none;
}
/* Common CSS for Global Pagination */ /*CHCM-3934 */
div.dataTables_paginate { /*CHCM-3934/* Utilzed for Hiding the Paging over Datatable Grid*/
    display: none;
}

/*div.dataTables_info {     //CHCM-3934 : 
    display: none;
}*/
.dataTables_info {
    clear: both;
    float: left;
    font-size: 14px;
    color: #080B0D;
    font-family: 'proximanova-regular';
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    padding: 13px 10px 10px 0;
    margin-right: 1%;
    line-height: 14px;
    padding-top: 40px !important;
    margin-left: -24px;
}

.dataTables_paginate {
    display: flex;
    padding: 33px 0px 10px 10px;
    margin-right: -24px !important;
}

.paginate_input {
    font-family: 'proximanova-regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    border-radius: 4px;
    border: 1px solid #C1C5C8;
    text-align: center;
    gap: 10px;
    margin-right: 10px;
    margin-left: 10px;
    font-weight: 400;
    color: #2A3742;
    width: 23px;
    height: 26px;
}

.paginate_total {
    font-family: 'proximanova-regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    padding: 7px 7px 7px 0;
    color: #2A3742;
}

.paginate_of {
    font-family: 'proximanova-regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    color: #2A3742;
}


.paginate_button {
    font-family: 'proximanova-regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    align-items: center;
    color: #0F5CF5;
    padding: 7px;
    cursor: pointer;
}
.paginate_button.next {
    padding-right: 0;
}

.first {
    font-weight: 600;
}

.last {
    font-weight: 600;
}

.addonpagination {
    cursor: default;
    color: #6970774D;
}
.addonpagination_enable { /* CHCM-3934 */
    cursor: pointer;
    font-weight: 600;
    color: #0F5CF5;
}

.addonpagination_padding {
    padding-left: 16px;
}

.paginate_last {
    display: none;
}
/* ---- */
}


.navbar-nav > li > .dropdown-menu {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}


.divNewheader {
    display: flex;
    padding-left: 52px;
    /*align-items: baseline;*/
}

.divImage {
    display: flex;
    width: 121px;
    height: 40px;
    justify-content: center;
    padding: 0px 0.542px 0px 0px;
    flex-shrink: 0;
}

.divEmployerName {
    display: flex;
    /*width: 300px;*/
    height: 40px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
}

/*
.leftlogo {
    float: left;
    width: 50%;
    padding-left: 1%;
}
*/

.ActiveUserName { /* Re-designed : As previously, it was designed wrongly */
    font-family: 'proximanova-regular';
    color: #646D82 !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    white-space: pre-wrap;
    /*font-size: 125%;*/ /* why font-size is in %, don't know*/
    /*position: fixed;*/
    /*top: 3%;*/
    /*margin-left: 0.5%;*/
    /*top: 1.75%;*/
}

.rightmenu {
    display: flex;
    height: 40px;
    color: black;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.top-right-nav-icons {
    font-size: 28px;
    color: black;
}


.rightmenu a {
    font-family: 'proximanova-regular';
    text-align: center;
    /* Color/Gray60 */

    color: black;
    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;
}



.webpunch-container {
    /*2539*/
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 6px 16px 16px;
    gap: 128px;
    width: 1920px;
    height: 5.5%;
    /* Color/White */
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
    /*background: #ffffff;*/
    /* Color/Blue40 */
    /*border-bottom: 1px solid #F9F9F9;*/
    /*border-bottom: 1px solid var(--border-border, #DCDEE0);*/
    border-bottom: 1px solid var(--color-blue-40, #236DF6);
    background: var(--color-white, #FFF);
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    z-index: 1;
    font-size: 100%;
    /* margin-left: 52px; */
}

.webpunchlogo {
    /* Sample Client */
    width: 180px;
    height: 71px;
    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.webpunch-maincontainer {
    /* Auto layout */
    position: fixed !important;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    width: 1920px;
    height: 1009px;
    /* Inside auto layout */
    font-family: proximanova-regular;
    flex: none;
    order: 1;
    flex-grow: 0;
    z-index: 0;
}

.webpunch-leftmenu-secondary {
    /* Primary Nav */
    /* Auto layout */
    font-family: proximanova-regular;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px 0px 24px;
    gap: 24px;
    width: 19%;
    height: -webkit-fill-available;
    /* Color/White */
    position: fixed;
    z-index: 115;
    background: #F9F9F9;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 2px 12px rgba(0, 0, 0, 0.12);
    /* Inside auto layout */
    top: 60px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    float: left;
}

    .webpunch-leftmenu-secondary > .sub-nav {
        display: flex;
        width: 230px;
        height: 1016px;
        flex-direction: column;
        align-items: flex-start;
        flex-shrink: 0;
        background: var(--gray-gray-100, #F9F9F9);
    }

.sub-nav-title {
    display: flex;
    width: 13%;
    height: 40px;
    padding: 8px;
    align-items: center;
    gap: 10px;
    background: var(--gray-gray-100, #F9F9F9);
    position: fixed;
    /* left: 5%; */
    top: 10%;
    font-weight: 600;
    cursor: default;
    font-size: 16px;
    font-weight: 600;
    margin-left: 70px;
}

    .sub-nav-title > div > li > a {
        color: var(--text-text-color, var(--text-color, #2A3742));
        font-family: 'proximanova-regular';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.sub-nav-item {
    display: flex;
    /* width: 16%; */
    padding: 8px 16px;
    align-items: center;
    /* background: var(--gray-gray-100, #F9F9F9); */
    position: fixed;
    /* display: grid; */
    /* left: 5%; */
    top: 15%;
    line-height: 24px;
    margin-left: 70px;
}

    .sub-nav-item .active {
        color: var(--primary-primary, #0F5CF5);
        font-family: 'proximanova-regular';
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .sub-nav-item > div > li > a {
        color: var(--text-text-color, var(--text-color, #2A3742));
        font-family: 'proximanova-regular';
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .sub-nav-item > div > li.active {
        background: var(--white-white, #FFF);
    }




.sub-nav-item3 {
    display: flex;
    width: 180px;
    padding: 6px 16px;
    align-items: center;
    border-radius: 4px;
    background: var(--white-white, #FFF);
    width: 100%
}

    .sub-nav-item3 > div > li > a {
        color: var(--text-text-color, var(--text-color, #2A3742));
        font-family: 'proximanova-regular';
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .sub-nav-item3 > div > li.active {
        color: var(--primary-primary, #0F5CF5);
        font-family: 'proximanova-regular';
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.webpunch-leftmenu-ul li a {
    background-color: #F9F9F9;
    /*font-size: 100%;*/
    font-size: 14px;
    color: #2A3742;
    line-height: 24px;
    margin-bottom: 13px; /* chcm-6325 */
}

.webpunch-leftmenu li {
    display: initial;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.webpunch-leftmenu {
    /* Primary Nav */
    /* Auto layout */
    position: fixed;
    bottom: 0;
    top: 57px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
    z-index: 120;
    background: #ffffff;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 2px 12px rgba(0, 0, 0, 0.12);
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    float: left;
    width: 6.5%;
    font-size: 100%;
    font-family: proximanova-regular;
}

.left-nav-icons {
    font-size: 24px;
    /*   color: #2A3742;*/
    color: rgba(229, 248, 255, 1);
}


/*//*/
.secNavTitle {
    position: fixed;
    left: 8%;
    top: 10%;
    font-weight: 600;
    font-size: 130%;
    cursor: default;
}

.subNavList {
    padding: 5% 15%;
    height: 100%;
    color: #2A3742;
}

    .subNavList a {
        color: #2A3742;
        text-decoration: none;
    }

    .subNavList:hover {
        padding: 5% 15%;
        height: 100%;
        color: #2A3742;
        background: var(--color-gray-20, #F3F3F4);
    }

    .subNavList a:hover {
        color: #2A3742;
        cursor: pointer
    }

.secNavList {
    position: fixed;
    display: grid;
    left: 6%;
    top: 15%;
    gap: 2.5%;
    width: 13%;
}

/*thirdNavList {*/
/*position: fixed;
    display: grid;
    left: 10%;
    top: 1%;
    width: 8%;
}*/

.addonSubNav {
    /* padding: 10% 0%; */
    padding: 10.5px 0 7px 0;
}

    .addonSubNav:hover {
        font-family: blueforce;
        background: #314058;
        border-radius: 5px;
        /* width: 42px !important; */
        width: 44px !important;
        text-align: center;
    }

    .addonSubNav:active {
        font-family: blueforce;
        --fa-font-solid;
        background: #314058;
    }


.activesubmanu {
    background-color: #314058 !important;
    width: 42px !important;
    border-radius: 5px;
}

    .activesubmanu > i {
        font-weight: 900 !important;
    }

/*    .addonSubNav::selection {
        font-family: blueforce;
        font-weight: 900;
    }*/





#tabNavMyTimeSheet {
    gap: 22px !important;
}
/*//*/


/*css for dropdown for aside menu items*/

.dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.SideNavdropdown {
    position: relative;
    display: inline-block;
    width: 230px;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.SideNavdropdown:hover .dropdown-content {
    display: block;
}

.SideNavdropdown:hover .dropbtn {
    background-color: #3e8e41;
}
/*----------*/


.tblUserLoginInfo {
    width: 100%;
    font-size: 80%
}

.loginName {
    font-style: normal !important;
    font-family: 'proximanova-regular' !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 13px !important;
    margin: 0;
    padding-top: 8px;
    color: var(--Color-Gray60, #2A3742) !important;
}

.lastLoginDetail {
    font-family: 'proximanova-regular' !important;
    font-style: normal;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 6px !important;
    /*white-space: pre-line;*/
    color: var(--Color-Gray50, #6E757C) !important;
}

.navMainMenu {
    color: #2A3742;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
}

.divLoginInfo {
    margin-bottom: 10%;
    height: 100%;
}

.webpunch-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 0px 16px;
    gap: 24px;
    width: 1788px;
    height: 954px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 1;
    float: right;
}

.liUserOptions {
    height: fit-content !important;
    padding: 0 !important;
    margin-top: 0;
    display: flex;
    width: 100%;
    height: 194px;
    padding: 16px 1px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 0px 0px 4px 4px;
    background: var(--white-white, #FFF);
    /* $box-shadow */
}

#divAppVersion {
    margin-top: 30%;
    font-weight: 700;
    font-size: 10px;
    color: #2A3742;
}

/*.dropdownmenu2 {
    display: initial !important;*/
/* margin: 20%; */
/* line-height: 4% !important; */
/*padding: 1% 5% !important;*/ /*CHCM-2807*/
/*position: relative;
    left: 48%;
    top: -26px;
}*/

.dropdownmenu2 {
    display: flex !important;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    /*  left: 50%;
    top: -26.5px;
    left: -52%;*/
    top: -15px;
    left: -2px;
    font-weight: 400;
    font-size: 14px !important;
    padding: 10px !important;
    border-radius: 4px;
}

.img-padding-footer {
    padding: 0% 0% 23%;
}


/*.btn-secondary {
    background-color: #236DF6;
    color: white;
    font-size: 100%;
    margin-left: 5px;
    border-radius: 100%;
    border: none;
    padding: 1%;
    text-align: center;
}*/


.webpunch-leftmenu-ul {
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    /*gap: 16px;*/
    width: 100%;
    height: 100%;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    /*padding-top: 12%;*/
    font-family: proximanova-regular;
}

    .webpunch-leftmenu-ul li.active {
        /* Primary */
        box-sizing: border-box;
        display: initial;
        /*background: #f3f3f4;
        border-left: 4px solid #276ff6;*/
        text-decoration: none;
        text-align: center;
        width: 100%;
        /* padding: 10% 0% 10% 0%; */
        /*font-weight:600;*/
    }
 /* CHCM-7543 Open Bugs */
        /* .webpunch-leftmenu-ul li.active a i {
            margin-left: 0px !important;
        } */

    .webpunch-leftmenu-ul li a {
        /* Primary */
        /* Auto layout */
        /*display: contents;*/
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 0%;
        height: 100%;
        /* Color/White */
        /* background: #ffffff; */
        /* Inside auto layout */
        text-decoration: none;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: #2A3742;
    }




/* .dropdown-menu button {
    font-family: "proximanova-regular";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2a3742;
}
*/


.navbar-nav > li > .dropdown-menu {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}



.divNewheader {
    display: flex;
    /*align-items: baseline;*/
}

.divImage {
    display: flex;
    width: 121px;
    height: 40px;
    justify-content: center;
    padding: 0px 0.542px 0px 0px;
    flex-shrink: 0;
}

.divEmployerName {
    display: flex;
    /*width: 300px;*/
    height: 40px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
}

/*
.leftlogo {
    float: left;
    width: 50%;
    padding-left: 1%;
}
*/

.ActiveUserName { /* Re-designed : As previously, it was designed wrongly */
    font-family: 'proximanova-regular';
    color: #646D82 !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    white-space: pre-wrap;
    /*font-size: 125%;*/ /* why font-size is in %, don't know*/
    /*position: fixed;*/
    /*top: 3%;*/
    /*margin-left: 0.5%;*/
    /*top: 1.75%;*/
}

.rightmenu {
    display: flex;
    height: 40px;
    color: black;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

    /* Main Nav Header : Completely Re-designed */

    .rightmenu a {
        font-family: 'proximanova-regular';
        text-align: center;
        /* Color/Gray60 */

        color: black;
        /* Inside auto layout */

        flex: none;
        order: 1;
        flex-grow: 0;
    }

.btncustom {
    height: 29px;
    line-height: 10px;
    margin-top: 24px;
}

.spancal {
    margin-top: -5px;
}

@keyframes blinker {
    50% {
        opacity: 0.0;
    }
}

.popover-header {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-body {
    padding: 9px 14px;
    text-align: left;
}

body {
    line-height: 155%;
}

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
}

.dropdownRightMenu {
    font-size: 118%;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #D0D0D0;
    border-radius: 2%;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 420%;
    width: fit-content;
    height: fit-content;
}

.popover .arrow {
    border-width: 11px;
}

.fixed-top {
    position: fixed;
    width: 100%;
    height: 57.2px;
    z-index: 120;
}
/*CHCM-2679*/
.fontcenter {
    color: var(--color-red-40, #E01E40);
    text-align: center;
    font-size: 48px;
    font-family: Font Awesome 6 Pro;
    font-weight: 300;
    line-height: 48px;
}

.AlertMessage {
    display: flex;
    flex-direction: column;
    color: var(--color-gray-60, #2A3742);
    text-align: center;
    font-size: 20px;
    font-family: proximanova-regular;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0px;
    padding: 6px 0px 8px 0px;
}

/*.modal-dialog {   //Commented as this is impacting the existing Modals within the ticket (Palveen to review)
    margin-top: 15%;
    padding-top: 32px;
    justify-content: center;
    align-items: center;
    gap: 32px;
    width: 45% !important;
    margin-right: 400px !important;
}*/


.ConfirmationdialogBoxBody {
    /*display: flex;*/
    padding: 32px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.AlertMessageLabel {
    display: flex;
    flex-direction: column;
    color: var(--text-default, #656D7F);
    text-align: center;
    font-size: 16px;
    font-family: proximanova-regular;
    line-height: 24px;
}

.lblcancel {
    color: var(--color-blue-40, #236DF6);
    text-align: center;
    font-size: 16px;
    font-family: proximanova-regular;
    font-weight: 600;
    line-height: 24px;
}

.btnContinue {
    display: flex;
    height: 40px;
    white-space: nowrap;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--color-red-40, #E01E40);
    border: none;
    color: var(--color-white, #FFF);
    text-align: center;
    font-size: 16px;
    font-family: proximanova-regular;
    line-height: 24px;
}

.ConfirmationdialogBoxFooter {
    display: flex;
    height: 72px;
    padding: 16px 32px;
    padding-right: 0px;
    justify-content: flex-end;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    border-radius: 0px 0px 4px 4px;
    border: 1px solid var(--color-gray-30, #DCDEE0);
    background: var(--color-gray-20, #F3F3F4);
}

.InfodialogBoxBody {
    display: flex;
    padding: 32px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.InfoMessage {
    display: flex;
    flex-direction: column;
    color: var(--color-gray-60, #2A3742);
    text-align: center;
    font-size: 20px;
    font-family: proximanova-regular;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0px;
}

.InfoMessageLabel {
    display: flex;
    flex-direction: column;
    color: var(--text-default, #656D7F);
    text-align: center;
    font-size: 16px;
    font-family: proximanova-regular;
    line-height: 24px;
}

.btnok {
    display: flex;
    height: 40px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--color-blue-40, #236DF6);
    border: none;
    color: var(--color-white, #FFF);
    text-align: center;
    font-size: 16px;
    font-family: proximanova-regular;
    line-height: 24px;
}

.InfodialogBoxFooter {
    display: flex;
    height: 72px;
    padding: 16px 32px;
    padding-right: 0px;
    justify-content: flex-end;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    border-radius: 0px 0px 4px 4px;
    border: 1px solid var(--color-gray-30, #DCDEE0);
    background: var(--color-gray-20, #F3F3F4);
}

#imgLogo {
    height: 40px;
}


#btnBars {
    display: none;
}


.menuplacement {
      /* CHCM-4311 */
    /* margin-left: -54%; */
    margin-top: 3%;
    position: relative;
}

.dropdown-menu {
    min-width: 241px;
}


.webpunch-footer {
    position: fixed;
    bottom: 8%;
    /* width: 90%;*/
    margin-left: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 0px;
    width: 5%;
    height: 95px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    font-size: 66%;
    cursor: default;
    font-family: proximanova-regular;
    left: -5%;
    z-index: 5000;
}

@media only screen and (min-width: 720px) and (max-width: 1025px) {
    /*            chcm-2715*/

    .webpunch-leftmenu-ul li ul li.active {
        border-left: 2px solid #276ff6;
        padding-left: 10px !important;
    }

    #helpPopover {
        margin-right: 0;
        margin-top: 20px;
    }

    /* .navbar-right {
        position: fixed;
        right: -94px;
        height: 72px;
        top: 0px;
        display: flex;
        align-items: center;
    }*/
    .navbar-right li {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }


    /*.btn-secondary {
        margin-left: 0px;
    }*/

    .webpunch-footer {
        position: fixed;
        bottom: 3%;
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px;
        width: 9%;
        height: 95px;
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
        font-size: 70%;
        cursor: default;
        font-family: proximanova-regular;
        left: 17%;
    }

    .btn-toggle-nav {
        margin-left: 56px;
        margin-top: 5px;
    }

        .btn-toggle-nav li {
            line-height: 38px;
            border-left: 2px solid #C1C5C8;
            padding-left: 10px;
        }

            .btn-toggle-nav li a {
                display: contents !important;
            }

    /*.webpunch-leftmenu-ul li div a {
                display: flex;
                flex-direction: inherit;*/
    /* margin-left: 60px; */
    /*width: 100%;
                gap: 26px;
            }*/


    .ActiveUserName {
        font-size: 16px;
        font-family: 'proximanova-regular';
        position: fixed;
        /*margin-left: 1%;*/
        top: 28px;
    }

    .fixed-top {
        /* height: 72px; */
    }

    .webpunch-leftmenu-ul {
        /* padding-top: 45px; */
    }

    .padding-top-zero {
        padding-top: 28px !important;
    }



    #divLeftMenu {
        /* display: block !important; */
    }
    /*            chcm-2715*/
    #divTabNav {
        width: 360px;
        background: #F9F9F9;
        height: -webkit-fill-available;
        padding-bottom: 0px !important;
    }

    #divTabNavContainer {
        position: relative;
        top: 45px;
    }

        #divTabNavContainer > ul {
            display: flex;
            align-items: flex-start;
            gap: 0px;
            font-size: 17px;
            margin-left: 21px;
        }


            #divTabNavContainer > ul > li {
                display: flex;
                left: -20px;
                position: relative;
                gap: 20px;
                align-items: center;
                padding-left: 25px;
                width: 100%;
            }

    .fa-circle-question {
        position: inherit;
        top: 2px; /*CHCM-2807*/
        right: 20px;
        font-size: 20px;
    }

    .webpunch-leftmenu-ul li.active {
        /* padding: 3%0%3%0%; */
        /* padding-left: 21px !important;
        line-height: 26px;
        display: flex; */
        /* left: -21px !important; */
    }

    /* .webpunch-leftmenu-ul li.active div a {
            background: #f3f3f4;
        } */

    #chevronicontab {
        position: absolute;
        top: -4px;
        right: 0;
    }

    .acc span:active {
        border: 2px solid #0F5CF5 !important;
    }


    .btnLoginShortName {
        /*width: 82px;*/
        /* align-self: center;
        right: 110px;
        bottom: 15px;
        margin-right: -10px; */
    }


    .extracss {
        left: -23px !important;
    }

    #helpPopover {
        right: 50px;
        align-items: baseline;
    }

    #tabNavTimecard {
        left: -19px !important;
    }

    #tabNavMyTimeSheet {
        gap: 22px !important;
    }

    #tabNavPayStub {
        gap: 22px !important;
    }

    #btnBars {
        display: initial;
        color: #646D82;
        font-size: 25px;
        position: relative;
        top: -12px;
        margin-right: 8px;
        margin-left: 8px;
    }

    .divTabNav {
        width: 360px;
    }

    #tabNavHelpandTraining {
        gap: 14px !important;
        padding-left: 23px;
    }

    .webpunch-leftmenu-ul li a {
        background-color: #F9F9F9;
        /*font-size: 100%;*/
        font-size: 16px;
        color: #2A3742;
        line-height: 24px;
    }

    .collapse {
        margin-bottom: 10px;
    }

    .btn-toggle-nav {
        display: grid;
    }

    .marginLeftTabNav {
        margin-left: -54px !important;
    }

    .marginLeftZero {
        margin-left: 0px !important;
    }

    .contMenuItem {
        display: flex;
        width: 100%;
        align-items: center;
    }

    .faChevronDown {
        position: fixed;
        left: 309px;
    }

    .left-nav-icons {
        font-size: 22px;
    }

    .mainNavLi {
        margin-bottom: 23px;
    }
    /*CHCM-2807*/
    .dropdownmenu2 {
        display: flex !important;
        /*padding: 4% 6% !important;*/
        position: relative;
        left: 0%;
        /* top: -27px; */
    }

    .mr20 {
        margin-right: 20px !important;
    }
}

/* start-CHCM--2807*/
.chevronicon {
    padding: 8px 10px;
    text-align: right;
    gap: 12px;
    border-radius: 4px;
    border: 1px solid var(--color-gray-30, #DCDEE0);
    background: var(--color-white, #FFF);
    box-shadow: 0px 1px 4px 0px rgba(12, 14, 25, 0.08) inset, 0px 0px 1px 0px rgba(12, 14, 25, 0.24) inset;
    margin-left: 5px;
    top: 30px;
}

.icons {
    padding-left: 35%;
}

#chevronicontab {
    margin-left: 0;
    cursor: pointer;
    width: 65px;
    height: 32px;
    padding: 16px 8px;
    color: #2A3742;
    /*  margin-top: -15%;*/
}

.topmessagebox {
    position: relative;
}

    .topmessagebox .badge {
        border-radius: 100px;
        background: var(--color-red-50, #C91536);
        width: 14px;
        height: 14px;
        font-size: 8px;
        position: absolute;
        padding: 5px 0;
        line-height: 3px;
        right: -4px;
    }

i#top-right-message-icon {
    background: transparent;
    color: #000;
}

.topmessagebox a:hover {
    background: transparent !important;
}
/* end-CHCM--2807*/
/*chcm-2744 --  can be used at all places*/
.Success-Message-Global { /* CHCM-2744 :  */
    font-family: proximanova-regular;
    font-size: 16px;
    line-height: 56px;
    display: flex;
    width: max-content;
    height: 56px;
    padding: 15px 30px;
    gap: 5px;
    border-radius: 4px;
    background: var(--color-green-10, #E8F5EE);
    align-items: center;
    position: fixed;
    min-width: 500px;
    left: 31%;
    margin-top: 1.5%;
    font-weight: 600;
}

.iValidation {
    display: flex;
    flex: auto;
    font-style: unset;
    margin-left: 5px;
}

.Failure-Message-Global { /* CHCM-2744 :  */
    font-family: proximanova-regular;
    font-size: 16px;
    line-height: 56px;
    display: flex;
    width: max-content;
    height: 56px;
    padding: 15px 30px;
    gap: 5px;
    border-radius: 4px;
    background: #FDEDF0;
    align-items: center;
    position: fixed;
    min-width: 500px;
    left: 31%;
    margin-top: 1.5%;
    font-weight: 600;
}

@media only screen and (min-width: 720px) and (max-width: 1025px) {
    .Success-Message-Global {
        left: 15%
    }

    .Failure-Message-Global {
        left: 15%
    }
}

.dropdown {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 200px;
   /* height: 0px;*/
}

.helpPopoverclass {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 30px;
    height: auto;
    margin-top: 37px;
    margin-bottom: 37px;
    color: #E5F8FF;
}

.topmessagebox {
    color: var(--color-gray-60, var(--text-color, #2A3742));
    text-align: center;
    font-family: Font Awesome 6 Pro;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px; /* 150% */
    /* padding:0 16px; */
}

.departmenticon {
    width: 28px;
    height: 28px;
}


#btnUserInitial {
    height: 34px;
    width: 34px;
    padding: 5px 12px 5px 12px;
    cursor: default;
    display: inline-grid;
    align-content: center;
    justify-content: center;
}

.btnLoginShortName {
    width: 65px;
    /* display: flex !important; */
    /* display: inline-flex !important;
    padding: 2px 8px;
    align-items: center;
    gap: 8px;*/
}



.secondary-btn {
    color: var(--color-blue-40, #236DF6);
    text-align: center;
    font-family: 'proximanova-regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    height: 40px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid var(--color-blue-40, #236DF6);
    background: var(--color-white, #FFF);
}

    .secondary-btn:hover {
        border: 2px solid #236DF6;
        cursor: pointer;
    }

    .secondary-btn:active {
        color: #fff;
        background-color: #0a59be;
    }



.horizontal-line {
    width: 100%;
    height: 0.5px;
    background: lightgrey;
    /* padding-top: 26px; */
    margin-bottom: 10px;
}

.padding-Zero {
    padding: 0 !important;
}

.padding-top-zero {
    padding-top: 0 !important;
}

.display-none {
    display: none;
}

.display-show {
    display: block;
}

.visibility-show {
    /*  visibility: visible;*/
    display: block;
}

.visibility-none {
    /* visibility: hidden;*/
    display: none;
}



.left-nav-top {
    display: flex;
    width: 52px;
    height: 64px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-bottom: 8px solid var(--border-border, #DCDEE0);
    background: var(--primary-primary-dark, #051940);
}

    .left-nav-top > .nav-item {
        display: flex;
        width: 44px;
        height: 44px;
        padding: 10px 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 4px;
        background: var(--primary-primary-dark, #051940);
    }


.left-nav-wrapper {
    display: flex;
    width: 52px;
    /*height: 898px;*/
    /*height:;*/
    padding: 8px 0px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    background: var(--primary-primary-dark, #051940);
    /* cursor: default; */
}

    .left-nav-wrapper > .nav-item {
        display: flex;
        width: 44px;
        height: 44px;
        padding: 10px 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 4px;
        background: var(--primary-primary-dark, #051940);
    }



/*.left-nav-bottom {
    display: flex;
    width: 52px;
    height: 0px;
    padding: 10px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-top: 8px solid var(--border-border, #DCDEE0);
    background: var(--primary-primary-dark, #051940);
}
*/

.left-nav-bottom {
    display: flex;
    /*width: 52px;*/
    height: auto;
    padding: 10px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid var(--border-border, #DCDEE0);
}

#divGridIcon {
    width: 57px;
    height: 34px;
}
/*
.GridIconClass {
    
}*/
.page-header {
    color: var(--color-gray-60, #2A3742);
    font-family: proximanova-regular;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
}

.control-label {
    color: var(--color-gray-50, #6E757C);
    font-family: proximanova-regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /*padding: 32px 0px 21px 15px;*/
}


.fa-chevron-down:before {
    font-family: 'Font Awesome 6 Pro';
    float: right;
    color: var(--blue);
    position: relative;
    top: -7px;
    font-size: 14px;
    font-weight: 600;
}

.fa-chevron-up:before {
    font-family: 'Font Awesome 6 Pro';
    float: right;
    color: var(--blue);
    position: relative;
    top: -7px;
    font-size: 14px;
    font-weight: 600;
}

/*.fa-chevron-down:before {
    font-family: blueforce;
    float: right;
    color: var(--primary-primary, #0F5CF5);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: inherit;
}

.fa-chevron-up:before {
    font-family: blueforce;
    float: right;
    transform: rotate(180deg);
    color: var(--primary-primary, #0F5CF5);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: inherit;
}*/

/* width */
#ReportsSubMenu::-webkit-scrollbar {
    width: 2px !important;
}

/* Track */
#ReportsSubMenu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #f9f9f9;
    border-radius: 10px;
}

/* Handle */
#ReportsSubMenu::-webkit-scrollbar-thumb {
    background: #f9f9f9;
    border-radius: 10px;
}

    /* Handle on hover */
    #ReportsSubMenu::-webkit-scrollbar-thumb:hover {
        background: #f9f9f9;
    }

#ReportsSubMenu {
    max-height: 600px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
/* buttons */
.btn {
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    height: 34px;
    gap: 8px;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
}

/* button primary */
.btn-primary {
    border: 1px solid var(--Primary, #0F5CF5);
    background: var(--Primary, #0F5CF5);
    color: var(--white);
}

    .btn-primary:focus {
        border: 1px solid var(--border-color-active, #0849C9);
        background: var(--border-color-active, #0849C9) !important;
        outline: 0;
    }

    .btn-primary:hover {
        border: 1px solid var(--407DF7, #407DF7);
        background: var(--407DF7, #407DF7);
    }

    .btn-primary:disabled {
        border: 1px solid var(--gray-gray-300, #DCDEE0);
        background: var(--gray-gray-300, #DCDEE0);
        color: var(--disabled-text);
        cursor: unset;

        /*Updated*/
        color: #2A3742 !important;
        background-color: #F3F3F4 !important;
        opacity: .65 !important;
        text-shadow: none !important;
    }
/* button secondary */
.btn-secondary {
    border: 1px solid var(--Primary, #0F5CF5);
    background: var(--White, #FFF);
    color: var(--blue);
}

    .btn-secondary:focus {
        border: 1px solid var(--border-color-active, #0849C9);
        background: var(--border-color-active, #0849C9) !important;
        color: var(--white) !important;
        box-shadow: 0 0 0 0.25rem rgba(211,225,253,.8);
        outline: 0;
    }

    .btn-secondary:hover {
        border: 1px solid var(--Primary, #0F5CF5);
        background: var(--Primary-Ghost, #EBF2FE);
        color: #0F5CF5;
    }

    .btn-secondary:disabled {
        border: 1px solid var(--gray-gray-300, #DCDEE0);
        background: var(--gray-gray-300, #DCDEE0);
        color: var(--disabled-text);
        cursor: unset;
    }
    .btn-grey {
        border: 1px solid var(--gray-gray-300, #DCDEE0);
        background: var(--gray-gray-300, #DCDEE0);
        color: var(--disabled-text); 
    }

.dt-button:hover { /*Added for Export Button Effects CHCM-4450*/
    border: 1px solid #0F5CF5;
    background: var(--border-color-active, #EBF2FE) !important;
    font-weight:600;
}
.dt-button:focus {
    border: 1px solid var(--border-color-active, #0849C9) !important;
    background: var(--border-color-active, #0849C9) !important;
    color: var(--white, #ffffff) !important;
    font-weight: 600;
    text-shadow: 0 0 1px rgba(0,0,0,.5) !important;
}

/* button link */
.btn-link {
    border: 1px solid var(--white);
    background: var(--white);
    color: var(--blue);
}

    .btn-link:focus {
        background: var(--blue-focus);
        border: 1px solid var(--blue-focus);
        color: var(--white);
        outline: 0;
    }

    .btn-link:hover {
        border: 1px solid var(--blue-hover-secondary);
        background: var(--blue-hover-secondary);
    }

    .btn-link:disabled {
        background: var(--disabled);
        border: 1px solid var(--disabled);
        color: var(--disabled-text);
        cursor: unset;
    }
/* Button small */
.btn-xs {
    display: inline-flex;
    height: 28px;
    padding: 3.305px 9.914px;
    justify-content: center;
    align-items: center;
    gap: 6.61px;
    border-radius: 6px;
    text-align: center;
    font-size: 11.5px;
    font-style: normal;
    font-weight: 600;
    line-height: 17.35px;
}
/* Button large */
.btn-lg {
    display: inline-flex;
    height: 60px;
    padding: 7.064px 21.193px;
    justify-content: center;
    align-items: center;
    gap: 14.129px;
    border-radius: 6px;
    text-align: center;
    font-size: 24.725px;
    font-style: normal;
    font-weight: 600;
    line-height: 37px;
}

.icon-left img {
    margin: 0 10px 0 10px;
}

.icon-right img {
    margin: 0 10px 0 10px;
}
/* modals */

.modal-md {
    max-width: 690px;
    width: 500px;
    min-width: 300px;
}

.modal-content {
    border: 1px solid var(--color-gray-30, #DCDEE0);
    border-radius: 3px;
    top: 0;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

    .modal-header h4 {
        color: var(--inputtextcolor);
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
        margin: 16px;
    }

    .modal-header button {
        background: transparent;
        border: none;
        margin: 16px;
    }

    .modal-header img {
        cursor: pointer;
    }

.modal-body {
    margin: 16px;
}

    .modal-body p {
        color: var(--inputtextcolor);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
    }

.modal-footer {
    border-top: 1px solid var(--color-gray-30, #DCDEE0);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-top: 12px;
    padding-bottom: 12px;
}

    .modal-footer button {
        margin-left: 10px;
    }

    .modal-footer .btn-primary {
        display: flex;
        padding: 4px 32px;
        justify-content: center;
        align-items: center;
        height: 29px;
        gap: 8px;
        border-radius: 6px;
        border: 1px solid var(--blue);
        background: var(--blue);
        color: var(--white);
        cursor: pointer;
    }

        .modal-footer .btn-primary:focus {
            background: var(--blue-focus);
            border: 1px solid var(--blue-focus);
            outline: 0;
        }

        .modal-footer .btn-primary:hover {
            border: 1px solid var(--blue-hover);
            background: var(--blue-hover);
        }

        .modal-footer .btn-primary:disabled {
            background: var(--disabled);
            border: 1px solid var(--disabled);
            color: var(--disabled-text);
            cursor: unset;
        }

    .modal-footer .btn-secondary {
        display: flex;
        padding: 4px 32px;
        justify-content: center;
        align-items: center;
        height: 29px;
        gap: 8px;
        border-radius: 6px;
        border: 1px solid var(--blue);
        background: var(--white);
        color: var(--blue);
        cursor: pointer;
    }

        .modal-footer .btn-secondary:focus {
            background: var(--blue-focus);
            border: 1px solid var(--blue-focus);
            color: var(--white);
            outline: 0;
        }

        .modal-footer .btn-secondary:hover {
            border: 1px solid var(--blue-hover-secondary);
            background: var(--blue-hover-secondary);
            border: 1px solid var(--blue-focus);
        }

        .modal-footer .btn-secondary:disabled {
            background: var(--disabled);
            border: 1px solid var(--disabled);
            color: var(--disabled-text);
            cursor: unset;
        }

.modal-img {
    margin: 15px;
}

.modal-md .row {
    align-items: center;
    display: flex;
    justify-content: start;
}

/* modal-xs */

.modal-xs {
    max-width: 690px;
    width: 400px;
    min-width: 300px;
}

    .modal-xs .row {
        align-items: center;
        display: flex;
        justify-content: center;
        text-align: center;
    }
/* Others */
.prelative {
    position: relative;
}

/* toast */
.toast {
    /* padding: 16px; */
    border-radius: 6px;
    /*width: auto;*/  
    max-width: 311px;
    margin: 0 auto;
    justify-content: center; /*CHCM-4202*/
    align-items: center;
    background: var(--success-success, #00875A);
    position: fixed;
    transform: translate(-50%, 0%);
    top: 57px;
    left: 50%;
    border-width: 0 !important;
    z-index: 1090 !important;
}

.bg-success {
    background: var(--bg-success);
}

.bg-warning {
    background: var(--bg-warning);
}

.bg-danger {
    background: var(--bg-danger);
}

.bg-info {
    background: var(--bg-info) !important;
}

.text-white {
    color: var(--white);
}

.toast-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    margin-top: 17px;
    margin-bottom: 17px;
    line-height: 21px;
}

.d-flex-sb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dflex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dflex-left {
    display: flex;
    align-items: center;
    justify-content: left;
}

.dflex-global-btn {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 10px;
}

.toast-icon {
    font-size: 20px !important;
    margin: 0px 14px 0px 14px;
}
.toast-body {
    padding: 0px !important;
}

.toast-border {
    border-right: 30px solid #00000063 !important;
}

.toast-close {
    position: absolute;
    right: -20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 900; /*CHCM-4202*/
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
}

.tooltip2 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltiptop {
    border-bottom: 1px none black !important;
}

.toolpos .tooltip2 .tooltiptext {
    top: 15px !important;  
}

.left-nav-bottom  .tooltip2 .tooltiptext {
    top: 0px !important;
    left: 34px !important;  
}
.rightmenu .tooltip2 .tooltiptext {
    top: 0px !important;  
    left: 35px !important;  
}

.tooltip2 .tooltiptext {
    visibility: hidden;
    width: max-content;
    max-width: 300px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 4px 8px;
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 125%;
    margin-left: 8px;
}

    .tooltip2 .tooltiptext::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent black transparent transparent;
    }

.tooltip2:hover .tooltiptext {
    visibility: visible;
}

/* secondary-navbar CHCM-3053 */

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 110;
    top: 0;
    left: 0;
    background-color: #F9F9F9;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 72px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 2px 12px rgba(0, 0, 0, 0.12);
}

    .sidebar a {
        padding: 0 8px 0 32px;
        text-decoration: none;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        display: block;
        transition: 0.3s;
        color: #2A3742;
        margin-left: 12%;
        margin-bottom: 27px;
    }

        .sidebar a:hover {
            cursor: pointer;
        }

    .sidebar .closebtn {
        /*position: absolute;*/
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

        .sidebar a {
            font-size: 18px;
        }
}

/* Style the sidenav links and the dropdown button */
.sidenav .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

    /* On mouse-over */
    .sidenav a:hover, .sidenav .dropdown-btn:hover {
        color: #f1f1f1;
    }
/* Add an active class to the active dropdown button */
.sidenav .active {
    background-color: green;
    color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #fff;
    padding-left: 8px;
}

    .dropdown-container a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        display: block;
        transition: 0.3s;
        color: #2A3742;
        margin-left: 12%;
    }

/* Optional: Style the caret down icon */
.sidenav .fa-caret-down {
    float: right;
    padding-right: 8px;
}

.sidebar .d-flex-sb {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

a.dropdown-btn.d-flex-sb::after {
    font-family: 'Font Awesome 6 Pro';
    display: inline-block;
    padding-right: 4px;
    vertical-align: middle;
    color: var(--blue);
    margin-top: 0;
    content: "\f107";
    float: right;
    font-weight: 400;
}

a.dropdown-btn.d-flex-sb.active::after {
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 4px;
    vertical-align: middle;
    font-family: FontAwesome;
    color: var(--blue);
    margin-top: 0;
    content: "\f106";
    float: right;
}

/* width */
#sidebarMenu::-webkit-scrollbar {
    width: 2px !important;
}

/* Track */
#sidebarMenu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #f9f9f9;
    border-radius: 10px;
}

/* Handle */
#sidebarMenu::-webkit-scrollbar-thumb {
    background: #f9f9f9;
    border-radius: 10px;
}

    /* Handle on hover */
    #sidebarMenu::-webkit-scrollbar-thumb:hover {
        background: #f9f9f9;
    }

.close-pos {
    position: relative;
    top: -5px;
}
/* css sidenav */
#sidebarMenu {
    /* height: 100%; */
    position: fixed;
    left: 52px;
    top: 0;
    width: 287px;
    margin-top: 56px;
    transform: translateX(-340px);
    /* transition: transform 288ms ease-in-out; */
    background: #F9F9F9;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 2px 12px rgba(0, 0, 0, 0.12);
    cursor: default;
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 5rem);
}

.sidebarMenuInner {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #f9f9f9 !important;
    margin-top: 10px !important; 
}

    .sidebarMenuInner a {
        padding: 9px 8px 1.5px 0;
        text-decoration: none;
        font-size: 16px;
        font-style: normal;
        font-weight: 600 !important;
        line-height: normal;
        display: block;
        transition: 0.3s;
        color: #2A3742;
        text-align: left !important;
        font-family: 'proximanova-regular';
        cursor: pointer;
        width: 100% !important;
        display: flex; /*!important CHCM-4141*/
        align-items: center !important;
        justify-content: space-between !important;
        flex-direction: row !important;
        padding-left: 9% !important;
    }

    .sidebarMenuInner .dropdown-container a {
        display: block;
        width: 100%;
        margin-left: 0;
        padding: 9px 8px 9px 32px;
        text-decoration: none;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        transition: 0.3s;
        color: #2A3742;
        background: #fff;
        margin-bottom: 0px;
    }

    .sidebarMenuInner a.dropdown-btn.d-flex-sb.active {
        background: #fff;
        width: 100% !important;
        color: var(--blue);
        margin-bottom: 10px;
        padding-bottom: 10.5px;
    }

#myDIV2 a.dropdown-btn.d-flex-sb.fs16.active {
    background: transparent;
}

.sidebarMenuInner .dropdown-btn {
    padding-left: 15px;
}

.sidebarMenuInner h3 {
    padding: 8px 8px 8px 0;
    text-decoration: none;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    display: block;
    transition: 0.3s;
    color: #2A3742;
    text-align: left !important;
    font-family: 'proximanova-regular';
    cursor: pointer;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-direction: row !important;
    margin-left: 6%;
    margin-bottom: 0;
}

/*
  #sidebarMenu .d-flex-sb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  #sidebarMenu li::after {
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 4px;
    vertical-align: middle;
    font-family: FontAwesome;
    color:var(--blue);
    margin-top: -5px;
    content: "\f107";
  }
  #sidebarMenu li.active::after {
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 4px;
    vertical-align: middle;
    font-family: FontAwesome;
    color:var(--blue);
    margin-top: -5px;
    content: "\f106";
} */
.csnav {
    padding: 0 !important;
}

    .csnav input[type="checkbox"]:checked ~ #sidebarMenu {
        transform: translateX(0);
    }

    .csnav input[type="checkbox"] {
        transition: all 0.3s;
        box-sizing: border-box;
        display: none;
    }

.sidebarIconToggle {
    /* transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 9;
    height: 100%;
    width: 100%;
    top: 0;
    left:0; */
    padding: 0;
    cursor: pointer;
}

.sidebarIconToggle2 {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 9;
    height: 100%;
    width: 24px;
    top: 20px;
    left: 13px;
    padding: 0;
    cursor: pointer;
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    margin-bottom: 3px;
    height: 1.5px;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
}

.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}

.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

input[type="checkbox"]:checked ~ .sidebarIconToggle2 > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}

input[type="checkbox"]:checked ~ .sidebarIconToggle2 > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
    position: relative;
    top: 2px;
}

input[type="checkbox"]:checked ~ .sidebarIconToggle2 > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

/* CHCM-7543 UI Open Bugs */
.sidebarIconToggle i {
    /* margin-top: 13.5px; */
    margin: 10px 7px;
}

.a-tab .active {
    font-weight: 900;
    background: #314058;
    border-radius: 5px;
    width: 42px !important;
    text-align: center;
}

    .a-tab .active i {
        font-weight: 900;
    }

#myDIV2 .active #firstIcon {
    display: none;
}

#secondIcon {
    font-weight: normal !important;
}
/* common margins */
.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

.mbm10 {
    margin-bottom: -10px;
}

.mbm20 {
    margin-bottom: -20px;
}

.mbm25 {
    margin-bottom: -25px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}


.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.my-pr {
    font-family: 'proximanova-regular' !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding-left: 10px !important;
    color: var(--primary-primary, #0F5CF5) !important;
    font-style: normal !important;
    line-height: 16px !important;
}

#tblUserOptions .current {
    background: var(--blue);
    height: 40px;
}

    #tblUserOptions .current .my-pr {
        color: #fff !important;
    }

    #tblUserOptions .current span {
        color: #fff !important;
    }

    #tblUserOptions .current:hover {
        background: var(--blue) !important;
    }

#tblUserOptions tr {
    height: 32px;
}

.pr-icons {
    font-size: 14px !important;
    padding-left: 10px;
    color: var(--Color-Gray60, #2A3742);
    font-style: normal !important;
    /* font-weight: 900 !important; */
    line-height: 24px !important;
}

.tw100 {
    width: 100%;
}

.b-top {
    border-top: 2px solid var(--disabled);
}

.img-pos {
    position: absolute;
    left: 8px;
    top: -3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 28px;
    height: 28px;
}

    .img-pos img {
        border-radius: 4px !important;
        border: 0 transparent;
        box-shadow: 0 0 1px 1px transparent;
        width: 28px;
        height: 28px;
    }

    .img-pos span {
        margin-left: 5px;
        font-size: 16px;
        font-weight: 600;
    }

.pro-pic {
    display: flex;
    align-items: center;
    justify-content: center;
}


/*Budgets Search Start CHCM-3708 */
.class-title {
    color: var(--text-text-color, #2A3742);
    font-family: proximanova-regular;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.site-label, .site-label-dates {
    color: var(--text-text-label, #6D6D6D);
    font-family: proximanova-regular;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    padding-left: 0px;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    color: var(--primary-primary, var(--Primary, #0F5CF5));
}

.select2-container .select2-selection--single {
    height: 32px !important;
    border: 1px solid #DCDEE0 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 3px !important;
    padding-left: 12px !important;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    padding-right: 11px;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b::before {
    content: "\f107";
    /* font-size: 18px;
    top: -9px; CHCM-7088 fix */
    font-size: 14px;
    top: -7px;
    font-weight: 400;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b::before {
    content: "\f106";
    /* font-size: 18px;
    /* top: -9px; */ /* CHCM-6829 */
    font-size: 14px;
    top: -7px;
    font-weight: 400;
}
.select2-container--open .select2-selection--single {
    border: 1px solid #0F5CF5 !important;
    /* box-shadow: 0px 0px 0px 1px #0F5CF5; */ /*commented this for CHCM-6927*/
    /* CHCM-6960 Changes */
}
.select2-container .select2-selection__placeholder {
    color: #DCDEE0;
    font-size: 14px;
    font-weight: 400;
}
.select2-container--classic .select2-results__option[aria-selected=true] {
    background-color: #0F5CF5 !important;
    color: #fff !important;
    font-weight: 600 !important;
}
.select2-container--classic .select2-results__option {
    font-size: 14px; /*updated for CHCM-6907*/
    line-height: 17.05px; /*updated for CHCM-6907*/
    font-weight: 500;
    /*height: initial;*/  /*Commented for dropdown height*/
    padding: 8px 24px;
}
.select2-container--classic .select2-results__option:last-child {
    /*border-radius: 0 0 4px 4px;*/ /*CHCM-6927*/
}
.select2-container--classic .select2-results__option:first-child {
    /* border-radius: 4px 4px 0 0; */  /*CHCM-6927*/
}
.select2-container--classic .select2-results__option--highlighted {
    background-color: #EBF2FE;
    color: #0F5CF5;
    font-weight: 600 !important;
}
.select2-container--classic .select2-results__option[aria-selected=true], .select2-container--classic .select2-results__option--highlighted:focus, .select2-container--classic .select2-results__option--highlighted:active, .select2-container--classic .select2-results__option--highlighted:visited {
    border: 1px solid #0F5CF5;
    border-width: 1px 0 1px 0;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-radius: 4px !important;
    border: 1px solid #DCDEE0;
    box-shadow: 0px 2px 6px 0px #0000001A !important;
}
.select2-container--classic .select2-dropdown--below {
    top: 4px;
}
.select2-container--disabled .select2-selection--single .select2-selection__arrow {
    display: none !important;
}
.select2-container--disabled .select2-selection--single {
    border: none !important;
}
.select2-container--disabled {
    opacity: 1 !important;
}
  /* Revist required - Commented the Select2 multiple selection*/
/*select[multiple="multiple"] option {
    height: 32px;
    color: #0F5CF5;
    background: #fff;
    padding: 4px 50px 4px 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
select[multiple="multiple"] option:checked, select[multiple="multiple"] option:checked:hover {
    background: #0F5CF5;
    color: #fff;
}
select[multiple="multiple"] option:checked::after {
    content: "\f00c";
    font-family: 'Font Awesome 6 Pro';
    font-size: 16px;
    font-weight: 900;
    line-height: 16px;
    position: absolute;
    right: 24px;
    color: #fff;
    margin-top: 4px;
}
select[multiple="multiple"] option:hover {
    background-color: #EBF2FE;
    color: #0F5CF5;
}
select[multiple="multiple"] {
    position: relative;
    font-size: 16px;
    padding: 0;
    line-height: 16px;
    height: 270px;
    overflow-y: auto;
    font-weight: 500;
    border: 1px solid #DCDEE0;
    padding: 16px 0;
}*/
.class-calender {
    display: flex;
    width: 98%;
    height: 32px;
    padding: 6px 12px;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid var(--border-border, #DCDEE0);
    background: var(--White, #FFF);
    color: var(--gray-gray-600, #2A3742);
    font-family: proximanova-regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-left: 5px !important;
}



.class-calender-icon {
    color: var(--text-text-color, #2A3742);
    /*text-align: right;
    font-family: Font Awesome 6 Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;*/
    position: absolute;
    right: 4%;
    top: 17px
}

.class-addexport {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
    margin-left: 53.5%;
}

/*Budgets Search End*/

.user-initial {
    background-color: #236DF6;
    color: white;
    font-size: 100%;
    margin-left: 5px;
    border-radius: 100%;
    border: none;
    padding: 1%;
    text-align: center;
}

.btn-secondary:hover {
    cursor: pointer;
}
/*table#tblUserOptions tr td a {
    margin-right: -11px;
}*/
.profile-alignment tr {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
/* nav Tabs Preferences login UI starts */
.nav-tab-ui {
    padding: 0 !important;
    margin-top: 22px !important;
    border: none;
}
.nav-tab-ui .nav-tabs .nav-link.active, .nav-tab-ui .nav-tabs .nav-item.show .nav-link {
    color: #2A3742;
    text-align: center;
    font-family: proximanova-regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    background-color: #fff;
    border-radius: 0;
    border: none;
    border-bottom: 4px solid #0F5CF5 !important;
    padding: 8px 16px 15px;
}
.nav-tab-ui .nav-tabs > li {
    margin-bottom: 0;
}
.nav-tab-ui .nav-link {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    color: #2A3742;
    padding: 8px 16px 15px;
    margin-bottom: 0;
    border: none;
    border-bottom: 4px solid transparent;
}
.nav-tab-ui .nav-tabs .nav-link:hover, .nav-tab-ui .nav-tabs .nav-link:focus {
    border: none;
    border-bottom: 4px solid transparent;
}
.nav-tab-ui .tab-content {
    margin: 0 !important;
    border-radius: 0 0 16px 16px;
    border: 1px solid #DCDEE0;
    border-top: none;
}
.nav-tab-ui .tab-pane-box {
    margin: 0 !important;
    padding: 24px 30px !important;
}
/* new input text box ui*/
.input-text {
    height: 32px;
    width: 276px;
    padding: 6px 12px !important;
    font-size: 14px;
    border: 1px solid #DCDEE0;
    background: #fff;
    box-shadow: none;
    color: #2A3742;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
}
.input-text::placeholder {
    color: #DCDEE0;
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;
}
.button-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 50px;
    padding: 0 24px;
    border: 1px solid #DCDEE0;
}
.button-wrapper .btn-primary {
    margin-left: 16px;
}

.button-wrapper .btn-secondary, .button-wrapper .btn-primary {
    padding: 6.5px 12px;
    width: auto;
}
/* Primary button hover and focus state */
.button-wrapper .btn-primary:hover, .button-wrapper .btn-primary:focus {
    background: #407DF7 !important;
    border: 1px solid #407DF7;
}
/* Primary button active state */
.button-wrapper .btn-primary:active, .button-wrapper .btn-primary:active {
    background-color: #0849C9 !important;
    border: 1px solid #0849C9;
}
.form-switch {
    width: 80px;
    text-align: left;
}
.form-switch .form-check-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e") !important;
}
.form-switch .form-check-input:checked {
    background-position: 13px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}
/* Styling the focus state for form-switch toggle */
.form-switch .form-check-input:focus, .form-switch .form-check-input:hover {
    outline: 0;
    border: 1px solid #2360CF;
    box-shadow: 0px 0px 0px 4px #0F5CF533;
}
/* Styling the checked and focused state for form-switch toggle */
.form-switch .form-check-input:checked:focus, .form-switch .form-check-input:checked:hover {
    border: 1px solid #2360CF;
}
/* Styling the multiple option for select multiple */
.select-multiple select {
    overflow-y: auto;
    font-size: 14px;
    padding: 0;
    line-height: 24px;
    height: 270px;
    border: 1px solid #DCDEE0;
    font-weight: 600;
}
.select-multiple option {
    height: 32px;
    color: #0F5CF5;
    background: #fff;
    border: 1px solid #F3F3F4;
    padding: 5px 17px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
/* Styling the multiple option checked state for select multiple */
.select-multiple option:checked {
    background: #0F5CF5 -webkit-linear-gradient(bottom, #0F5CF5 0%, #0F5CF5 100%);
    color: #fff;
}
.assigned-section-title {
    background: #EEEEEE;
    border-radius: 4px;
    border: 1px solid #DCDEE0;
    height: 56px;
    margin-bottom: 5px;
}
.button-wrapper .btn-secondary {
    border: 1px solid #0F5CF5;
    color: #0F5CF5;
    width: auto;
}

.button-wrapper .btn-secondary.btn-warning {
    border: 1px solid #F26C5D;
    color: #F26C5D;
    width: 111px;
    letter-spacing: normal;
    margin: 0 8px;
}
/* Styling hover, focus state for  Secondary button */
.button-wrapper .btn-secondary:hover, .button-wrapper .btn-secondary:focus {
    background-color: var(--Primary-Ghost, #EBF2FE) !important;
    border: 1px solid var(--Primary, #0F5CF5);
    color: #0F5CF5 !important;
    box-shadow: none !important;
}
/* Styling active state for Secondary button */
.button-wrapper .btn-secondary:active {
    border: 1px solid var(--border-color-active, #0849C9) !important;
    background: var(--border-color-active, #0849C9) !important;
    color: #fff !important;
    box-shadow: none !important;
}
/* Styling hover, focus state for Secondary danger button */
.button-wrapper .btn-secondary.btn-warning:hover, .button-wrapper .btn-secondary.btn-warning:focus {
    border: 1px solid #F26C5D !important;
    background: #FDDAD2 !important;
    color: #F26C5D !important;
}
/* Styling active state for Secondary danger button */
.button-wrapper .btn-secondary.btn-warning:active {
    border: 1px solid #F26C5D !important;
    background: #F26C5D !important;
    color: #fff !important;
}
/* CHCM-4814-Header-bread-crumbs */
.bread-crumbs {
    padding: 10px 15px;
    display: flex;
    align-items: center;
}
/*CHCM-4726 Table buttons with icons only UI for landscape mode*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1350px) {
    button.dt-button {
        display: flex;
        width: 45px !important;
        height: 34px !important;
        padding: 4px 14px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 6px;
        border: 1px solid var(--primary-primary, #0F5CF5);
        background: var(--white-white, #FFF);
    }
}
/* iPad 1, 2, Mini and Air */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .menuplacement {
        /* CHCM-4311 */
        /* left: 25px !important; */ 
        position: absolute;
        left: 8px;
        top: 0;
    }
}

/* iPad 3, 4 and Pro 9.7" */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .menuplacement {
          /* CHCM-4311 */
        /* left: 25px !important; */
        position:absolute;
        top: 0;
        left: 8px;
    }
}

/*table, .dataTables_scrollHeadInner {
    width: 100% !important;
}*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1340px) {
    th, td {
        white-space: nowrap;
    }
    div.dataTables_wrapper {
        width: 100%;
        margin: 0 auto;
    }
    .DTFC_RightBodyLiner, .DTFC_LeftBodyLiner {
        overflow-y: hidden !important;
    }
    .DTFC_RightBodyLiner tbody tr td {
        border-top: 0;
    }
    .dataTables_scrollHead {
        /*border-bottom: 1px lightgray solid !important;*/
        overflow: hidden;
    }
    .DTFC_LeftHeadWrapper, .DTFC_LeftBodyWrapper {
        border-right: 1px solid #C1C5C8;
    }
    .DTFC_RightHeadWrapper, .DTFC_RightBodyWrapper {
        border-left: 1px solid #C1C5C8;
    }
    .nav-tab-ui .tab-pane-box {
        padding: 10px 16px 12px !important;
    }
    * {
        scrollbar-width: thin;
        scrollbar-color: var(--scroll-bar-color) var(--scroll-bar-bg-color);
    }
    #divdata {
        padding: 0px !important;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /*table, .dataTables_scrollHeadInner {
        width:100px !important;
    }*/
    .ipad-class {
        margin-left: -10px !important;
    }

    .class-calender-icon {
        right: 8%;
    }


    .class-calender {
        width: 95%;
    }

    .container {
        width: 100%;
        margin-left: 58px
    }

    .site-label {
        padding: 0px;
    }

    .col-md-3 {
        width: 32%;
    }

    .col-md-6 {
        width: 17%;
    }

    .ipad-div {
        display: flex;
    }

    .form-search .form-control {
        padding-right: 0px;
    }

    .tab-button {
        color: var(--primary-primary, var(--Primary, #0F5CF5));
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 16px; /* 80% */
    }

    .filters {
        padding: 0px !important;
    }

    div.dt-buttons {
        margin-left: -129px !important;
    }

    .class-addexport {
        width: 110%;
    }
    .m-xs {
        margin-left: 30px !important;
    }
}



.login_payrollnumber {
    width: 230px;
    word-wrap: break-word;
    display: inline-block;
    line-height: 13px !important;
    color: var(--Color-Gray50, #6E757C) !important;
    font-family: 'proximanova-regular' !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    padding: 4px 0px 4px 0px;
}


/*Budget Search Start*/

.editicon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 29px;
    color: var(--primary-primary, var(--Primary, #0F5CF5));
    text-align: center;
    font-family: Font Awesome 6 Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
}


    .editicon:hover, .editicon:focus {
        background: #EBF2FE;
        border-radius: 6px;
    }

    .editicon:active {
        background: #0849C9;
        border-radius: 6px;
        border: 1px solid #0849C9;
        color:white;
    }


.deleteicon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 29px;
    color: var(--danger-danger, #DE350B);
    text-align: center;
    font-family: Font Awesome 6 Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
}

    .deleteicon:hover, .deleteicon:focus {
        background: #FDDAD2;
        border-radius: 6px;
        color: #EE412E;
    }

    .deleteicon:active {
        background: #EE412E;
        border-radius: 6px;
        border: 1px solid #EE412E;
        color: white;
    }

.info-circle {
    color: #000;
    text-align: center;
    font-family: Font Awesome 6 Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /*margin-left:10px;*/
}

#tblUserOptions tr:hover {
    height: 32px !important;
    background: var(--active-blue) !important;
}

.tooltip3 {
    position: relative;
    display: inline-block;
}



    .tooltip3 .tooltiptext1 {
        visibility: hidden;
        width: 318px;
        max-width: 500px;
        padding: 4px 16px;
        background: var(--gray-gray-700, #192128);
        color: var(--text-text-white, var(--White, #FFF));
        text-align: center;
        font-family: proximanova-regular;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        position: absolute;
        z-index: 1;
        border-radius: 4px;
        top: -77px;
    }



.lefttooltip1 {
    left: -152px;
}

.lefttooltip2 {
    left: -152px;
}



.tooltip3:hover .tooltiptext1 {
    visibility: visible;
}

/*CHCM-3708*/

.tooltip3 .tooltiptext1::after {
    content: " ";
    position: absolute;
    top: 100%; 
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}


.audit-link {
    /*color: var(--primary-primary, var(--Primary, #0F5CF5));*/
    text-align: center;
    font-family: proximanova-regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.icon-font-ipad {
    width: 45px;
    height: 34px;
    padding: 4px 14px;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid var(--primary-primary, #0F5CF5);
    background: var(--white-white, #FFF);
    color: var(--primary-primary, var(--Primary, #0F5CF5));
    text-align: center;
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
}

.lastLoginDetail-li {
    display: flex;
    padding: 12px 0px 12px 16px !important;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 4px 4px 0px 0px;
    border-bottom: 1px solid var(--Color-Gray30, #DCDEE0);
    background: var(--Color-White, #FFF);
}

.div-empty {
    padding: 16px;
    border-radius: 6px;
    border: 1px solid var(--gray-gray-400, #C1C5C8);
    background: var(--gray-gray-100, #F9F9F9);
    font-family: proximanova-regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-style: normal;
    text-align: left;
}

/*.dataTables_scrollHeadInner {
        width: 100% !important;
    }

    .dataTables_scrollHeadInner table {
        width: 100% !important;
    }*/

#tblBudgets {
    width: 100%;
}


.dataTables_empty {
    border-bottom: none !important;
}

/*Budget Search End*/



/*#region Table Grid Global Css Changes*/
.table-ui #myTableShift {
   /* height: 600px;*/
    overflow: scroll;
}

.table-ui {
    border: 1px solid #e0dcdc;
    border-radius: 16px;
    padding: 24px;
    position: relative;
    margin-top: 50px;
}

    .table-ui thead tr th {
        border-right: 1px solid #DCDEE0;
        border-bottom: 2px solid #DCDEE0 !important;
        border-top: 1px solid #DCDEE0;
        font-size: 14px;
        padding-left: 8px;
    }

    .table-ui .dt-buttons {
        position: absolute !important;
        display: flex;
        right: -5px;
        top: -54px;
    }

        .table-ui .dt-buttons .far {
            font-size: 16px;
        }

    .table-ui button.dt-button {
        background: var(--white, #ffffff);
        color: var(--blue, #0F5CF5);
        border: 1px solid var(--blue-hover-secondary, #E5F8FF);
        border: 1px solid var(--blue-focus, #0849C9) !important;
        display: flex;
        width: 83px;
        height: 34px;
        padding: 4px 14px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 6px;
        text-align: center;
        font-size: 11.5px;
        font-style: normal;
        font-weight: 600;
        line-height: 17.35px;
        flex-shrink: 0;
    }

    .table-ui .fa-file-pdf span, .fa-file-csv span, .fa-copy span, .fa-file-excel span { /*CHCM-5199 Change related to XLS Icon*/
        /*color: var(--primary-primary, var(--Primary, #0F5CF5));*/
        text-align: center;
        font-family: 'proximanova-regular';
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 21px;
    }

.tui-right-btn {
    display: flex;
    align-items: center;
    justify-content: right;
    margin-right: 268px;
    margin-bottom: -40px;
}

    .tui-right-btn button {
        font-family: 'proximanova-regular';
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
    }

@media (max-width: 1025px) {
    .tui-right-btn {
        margin-right: 155px;
    }
}
/*#endregion Table Grid Global Css Changes*/

.dbl {
    display: block !important;
    height: auto;
}

.w100 {
    width: 100px;
}

.ser-pos {
    position: relative;
    top: 0px;
}
/*CHCM-3579-Global CSS Changes*/
a {
    /*color: #0F5CF5;*/ /*#407DF7;*/
    text-align: center;
    font-family: proximanova-regular;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
}
/*CHCM-3579-Global CSS Changes*/
.h1 {
    color: var(--color-gray-60, #2A3742);
    font-family: proximanova-regular;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}


/*Change Password start*/

.header-class {
    display: flex;
    width: 100%;
    padding: 8px 13px;
    background: var(--gray-gray-100, #F9F9F9);
}

.header-title {
    color: var(--text-text-color, #2A3742);
    font-family: proximanova-regular;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.button-section {
    display: flex;
    width: 100%;
    padding: 8px 24px;
    justify-content: flex-end;
    gap: 10px;
    border-top: 1px solid var(--border-border, #DCDEE0);
    border-bottom: 1px solid var(--border-border, #DCDEE0);
    background: var(--white-white, #FFF);
}

.changepassword-block {
    margin-top: 24px;
    margin-left: 14px;
}

.label-text {
    color: var(--text-text-label, #6D6D6D);
    font-family: proximanova-regular;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.input-style {
    display: flex;
    width: 380px;
    height: 32px;
    padding: 6px 12px;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid var(--border-border, #DCDEE0);
    background: var(--White, #FFF);
    color: var(--gray-gray-400, #C1C5C8);
    font-family: proximanova-regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.eye-password {
    position: absolute;
    top: -32px;
    left: 379px;
    border: 1px solid var(--border-border, #DCDEE0);
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 0px 4px 4px 0px;
    border-top: 1px solid var(--border-border, #DCDEE0);
    border-right: 1px solid var(--border-border, #DCDEE0);
    border-bottom: 1px solid var(--border-border, #DCDEE0);
    background: var(--white-white, #FFF);
}

.eye-password-show {
    position: absolute;
    /*left: 0px;*/
    width: 32px;
    justify-content: center;
    align-items: center;
    border: 1px solid #0F5CF5;
    height: 32px;
    background: #0F5CF5;
    border-radius: 0px 4px 4px 0px;
    padding: 9px 9px;
}




.layoutvalidationChangePassword {
    display: flex;
    width: 412px;
    height: 148px;
    padding: 12px 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    border-radius: 8px;
    background: #E9F0FE;
}

.PasswordValidation {
    color: var(--Primary-Text, #2A3742);
    font-family: proximanova-regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* gl-filter */
.gl-filter .select2-container .select2-selection--single .select2-selection__rendered {
    background: var(--blue);
    border-radius: 4px 0px 0px 4px;
    color: var(--white);
    height: 32px;
    position: relative;
    top: -1px;
    right: 0px;
}

.gl-filter .fa-chevron-down:before {
    color: #fff;
    top: -10px;
    content: "\f107" !important;
    font-size: 21px;
}

.gl-filter .form-search-div {
    display: flex;
    width: auto;
    height: 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 4px 0px 0px 4px;
}

.gl-filter #txtFilterCriteria {
    display: flex;
    height: 32px;
    padding: 16px 12px;
    align-items: center;
    flex: 1 0 0;
    border-radius: 0px 4px 4px 0px;
    border-top: 1px solid var(--border-border, #DCDEE0);
    border-bottom: 1px solid var(--border-border, #DCDEE0);
    border-left: 1px solid var(--border-border, #DCDEE0);
    background: var(--White, #FFF);
    color: var(--gray-gray-400, var(--border-color, #C1C5C8));
}

.gl-filter input {
    width: 500px;
    position: relative;
    left: -1px;
}

.pb10 {
    padding-bottom: 10px;
}
/*.gl-filter .select2-container, .select2-container--focus {
    width: 100% !important;
}*/
.gl-filter2 .select2-container {
    width: 100% !important;
}

.gl-filter2 .select2-container--focus {
    width: 100% !important;
}

.gl-filter .select2-container .select2-selection--single {
    margin-right: 6px !important;
}

.gl-filter2 .select2-container .select2-selection--single {
    margin-right: 20px !important;
}

.validationpass {
    color: var(--Secondary-Text, #6E757C);
    font-family: proximanova-regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
}

.icon-style {
    font-family: "Font Awesome 6 Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.hidden-visibility {
    visibility: hidden;
}

.visible-visibility {
    visibility: visible;
}

.validation-style {
    width: 380px;
}

.triangle-icon {
    color: var(--Color-Red40, #E01E40);
    font-family: "Font Awesome 6 Pro";
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
}

.error-text {
    color: var(--Color-Red40, #E01E40);
    font-family: proximanova-regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.filters {
    padding-right: 27px;
    padding-left: 27px;
    /*margin-top:22px;*/
}

#divdata {
    padding-right: 27px;
    padding-left: 27px;
    margin-top: 32px;
}

.main-section {
    margin-left: 55px;
}
/*Change password end*/
.gl-filter .normal-select {
    height: 35px;
    border-radius: 3px;
    border: 1px solid var(--border-border, #DCDEE0);
    font-size: 14px;
    line-height: 22px;
    color: #2A3742;
    font-weight: 400;
    width: 103px;
}

.gl-filter2 .l-pos {
    position: absolute;
    top: -25px;
    font-size: 12px;
    font-weight: 600;
}

.ml20 {
    margin-left: 20px;
}


/*#region Page Header Css Change*/
.main-page-header-div {
    display: flex;
    padding: 8px 24px;
    align-items: center;
    gap: 10px;
    background: var(--gray-gray-100, #F9F9F9);
    margin-left: 55px;
}

.main-page-header {
    color: var(--color-gray-60, #2A3742);
    font-family: proximanova-regular;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
}

.main-page-header-h1 {
    color: #2A3742 !important;
    font-family: proximanova-regular !important;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 36px !important;
}

.main-page-header h1 {
    margin: 0;
}

.head-mar {
    margin-top: -44px;
    margin-bottom: 45px;
}
/*#endregion Page Header Css Change*/

.main-container {
    margin-left: 35px;
    margin-right: 20px;
}

@media (max-width: 1025px) {
    .gl-filter input {
        width: auto !important;
    }

    .gl-filter .normal-select {
        height: 35px;
        border-radius: 3px;
        border: 1px solid var(--border-border, #DCDEE0);
        width: 106px;
    }

    .main-container {
        margin-left: 15px;
        margin-right: 40px;
    }

    .ml20xs {
        margin-left: 8px !important;
    }

    .gl-filter .select2-container .select2-selection--single {
        margin-right: 6px !important;
    }
}

@media (max-width: 818px) {
    .main-page-header-div {
        width: 100%;
    }
}
/* gl-filter */
/*CHCM-3579-Global CSS Changes*/
label {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #6D6D6D;
}
/*CHCM-3579-Global CSS Changes*/
.form-control::-webkit-input-placeholder {
    background: var(--White, #FFF);
    color: var(--gray-gray-400, var(--border-color, #C1C5C8));
}
/*Global CSS Changes for pop center aligned*/
.modal-dialog {
    width: 100%;
    padding: 10px;
    position: relative;
    z-index: 1300;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.75rem auto;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    min-height: calc(100% - (1.75rem * 2));
    -webkit-box-align: center;
}
/* CSS Updates for bootstrap5 */
.uprofile {
    position: absolute;
    right: 0;
    top: -4px;
}

.dropdown-toggle::after {
    display: none;
}

.topmessagebox a {
    padding: 0 !important;
}
/*CHCM-3579-Global CSS Changes*/
label {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #6D6D6D;
}
/*#region Modal Pop Up Center Position CSS*/
.modal-dialog {
    width: 100%;
    padding: 10px;
    position: relative;
    z-index: 1300;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.75rem auto;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    min-height: calc(100% - (1.75rem * 2));
    -webkit-box-align: center;
}
/*#endregion Modal Pop Up Center Position CSS*/


.buttons-excel{ /*Export Icons Margin CHCM-4450*/
    margin-right:7px!important;
    margin-left:4px;
}

.has_error { /*Added to Include Error Border with Radius*/
    border: 1px solid red !important;
    border-radius: 5px;
}

/* Specific for CHCM-4383 */
.errordropzip { /*Added to Include Error Border with Radius*/
    border: 1px solid red !important;
    border-radius: 5px;
    height: 31px;
}

/* Common CSS Properties for ScrollBar design CHCM-4449 */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-button {
    width: 8px;
    height: 0px;
}
::-webkit-scrollbar-track {
    background: #E9ECEF;
    border-radius: 50px;
    /*border: thin solid lightgray;
    box-shadow: 0px 0px 3px #dfdfdf inset;*/
}
::-webkit-scrollbar-thumb {
    background: #A0A5B9;
    border-radius: 50px;
    /*border: thin solid gray;*/
}
::-webkit-scrollbar-thumb:hover {
    background: #7d7d7d;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    ::-webkit-scrollbar {
        height: 6px;
    }
    /*Common CSS for processing color CHCM-4438*/
    .dataTables_processing {
        top:50%;
        z-index:9999;
        transform: translate(-50%, -50%);
    }
    /*fixed Column left and right border*/
    .DTFC_LeftHeadWrapper, .DTFC_LeftBodyWrapper {
        border-right: 1px #C1C5C8 solid;
    }
    .DTFC_RightHeadWrapper, .DTFC_RightBodyWrapper {
        border-left: 1px #C1C5C8 solid;
    }
}
/*CHCM-4565*/
    table.dataTable thead th:not(:last-child) {
        border-right: 1px solid #DCDEE0 !important;
    }


    /* The custom-checkbox starts here */
  .custom-checkbox {
    min-height: 16px;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0;
    transition: 0.1s;
  }

  .custom-checkbox-label {
    display: flex;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0;
    align-items: center;
    justify-content: flex-start;
  }

  .custom-checkbox-label .checkmark {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
  }

  .checkmark-label {
    padding-left: 24px;
    color: var(--text-text-color, #2A3742);
    font-family: 'proximanova-regular' !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 22px !important;
}
  
  /* Hide the browser's default checkbox */
  .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 4px;
    border: 1px solid #DCDEE0;
    background-color: #ffffff;
    transition: 0.1s;
  }
  
  /* On mouse-over, add a grey background color */
  .custom-checkbox:hover input ~ .checkmark {
    border: 1px solid #0F5CF5;
    box-shadow: 0px 0px 0px 4px #0F5CF533;
  }
  
  /* When the checkbox is checked, add a blue background */
  .custom-checkbox input:checked ~ .checkmark {
    background-color: #0F5CF5;
  }

  .custom-checkbox:has(input:disabled) {
    pointer-events: none;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .custom-checkbox input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .custom-checkbox .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2.5px 2.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

   /* The custom-checkbox ends here */

    /* The custom-radio starts here */

    .custom-radio {
        display: block;
        position: relative;
        margin-right: 8px;
        height: 14px;
        width: 14px;
        margin-bottom: 0;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    /* Hide the browser's default radio button */
    .custom-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        display: none !important;
    }

    /* Create a custom radio button */
    .custom-radio .checkmark-radio {
        position: absolute;
        top: 0;
        left: 0;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        border: 1px solid #C1C5C8
    }

    /* On mouse-over, add a grey background color */
    .custom-radio:hover input~.checkmark-radio {
        border: 1px solid #0F5CF5;
        box-shadow: 0px 0px 0px 4px #0F5CF533;
    }

    /* When the radio button is checked, add a blue background */
    .custom-radio input:checked~.checkmark-radio {
        background-color: #0F5CF5;
        border: 1px solid #0F5CF5;
    }

    /* Create the indicator (the dot/circle - hidden when not checked) */
    .checkmark-radio:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    .custom-radio input:checked~.checkmark-radio:after {
        display: block;
    }

    /* Style the indicator (dot/circle) */
    .custom-radio .checkmark-radio:after {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: white;
    }

    /* The custom-radio ends here */

  .custom-tab-wrap .nav-tabs,
  .custom-tab-wrap .nav-link,
  .custom-tab-wrap .nav-link:hover {
      border: 0;
  }

  .custom-tab-wrap .nav-link {
      color: #2A3742;
      font-weight: 600;
      font-size: 14px;
      font-weight: 600;
      line-height: 22px;
      letter-spacing: 0em;
      padding: 8px 16px;
  }

  .custom-tab-wrap .nav-link.active {
      border-bottom: 3px solid #0F5CF5;
      color: #0F5CF5;
  }

  .custom-tab-wrap .nav-link:hover {
      color: #0F5CF5;
  }
  .blockquote-sec {
    border-radius: 6px;
    border: 1px solid #FAAA4B;
    background:#FFF9E6;
 }
 /*Search input styles*/
.text-search-input {
    display: flex;
    height: 100%;
    padding: 5px 32px 5px 12px !important;
    border-radius: 0px 4px 4px 0px;
    background: var(--White, #FFF);
    color: #2A3742 !important;
    font-family: 'proximanova-regular' !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    border: 1px solid #DCDEE0;
    box-shadow: none;
}
.text-search-input::placeholder {
    font-size: 14px !important;
}
.search-dropdown {
    background-color: #0F5CF5;
}
.search-dropdown + .select2-container .select2-selection--single {
    border: none !important;
}
/*input validation error indication style*/
.input-error {
    position: absolute;
    top: 31px;
    left: 0;
    font-size: 14px;
    font-weight: 400;
    color: #E01E40;
    line-height: 20px;
}
.input-error i {
    margin-right: 4px;
    font-size: 13px;
    line-height: 24px;
}

/*button hyperlink style*/
.link-btn {
    color: #0F5CF5;
    margin-left: 11px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    cursor: pointer;
    background: none;
    border: none;
}
.link-btn:hover, .link-btn:focus {
    color: #407DF7;
}
.link-btn:active {
    color: #0849C9;
}
.link-btn i {
    font-size: 12px !important;
    line-height: 12px !important;
    font-weight: 400 !important;
    padding-right: 4px;
}


/* multi select common style css starts here */
/* add .c-select-multi on select multiple */

.c-select-multi .dropdown-toggle {
    height: 32px;
}

.c-select-multi.bootstrap-select .dropdown-toggle.show {
    border: 1px solid #0F5CF5 !important;
    box-shadow: 0px 0px 0px 4px #3184FD80 !important;
}

.c-select-multi>.dropdown-menu {
    max-height: 300px;
}

.c-select-multi .dropdown-menu li {
    padding: 0px;
    height: 32px;
}

.c-select-multi .dropdown-menu>li a {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.c-select-multi .dropdown-menu>li a:focus {
    border-top: 1px solid #0F5CF5;
    border-bottom: 1px solid #0F5CF5;
}

.c-select-multi .dropdown-menu li.selected a {
    border: 1px solid #0F5CF5;
    border-width: 1px 0 1px 0;
    background-color: #0F5CF5 !important;
}

.c-select-multi .dropdown-menu li.selected .text {
    color: #fff;
    font-family: proximanova-regular;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
}

.c-select-multi .dropdown-menu li.selected .check-mark {
    font-size: 16px;
    font-weight: 900;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

.c-select-multi .dropdown-menu>li.selected>a:hover,
.c-select-multi .dropdown-menu>li.selected>a:focus {
    color: none;
    background-color: #0F5CF5;
}

.c-select-multi .dropdown-menu .bs-searchbox .form-control {
    height: 32px;
}

.c-select-multi .dropdown-menu.inner>li>a {
    height: 32px;
    display: flex;
    align-items: center;
    padding: 8px 24px;
    color: #0F5CF5;
    line-height: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
}

.c-select-multi .dropdown-menu .selected span.check-mark {
    top: 50% !important;
    transform: translate(0, -50%);
}

.c-select-multi .bs-ok-default:after {
    font-family: 'Font Awesome 6 Pro';
    content: "\f00c" !important;
    transform: unset !important;
    border: none;
    font-weight: 700;
    height: 1.6875rem !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: none !important;
}

.c-select-multi .dropdown-menu>.active>a {
    background-color: #0F5CF5;
}

.c-select-multi .dropdown-menu>.active>a .text {
    color: #ffffff;
}

.c-select-multi .dropdown-menu>li.active:hover>a .text {
    background-color: #0F5CF5;
}

.c-select-multi .btn-check:checked+.btn,
.c-select-multi :not(.btn-check)+.btn:active,
.c-select-multi .btn:first-child:active,
.c-select-multi .btn.active,
.c-select-multi .btn:hover,
.c-select-multi .btn.show {
    background-color: #FFFFFF;
}

.c-select-multi .dropdown-toggle::after {
    display: none !important;
}

.c-select-multi .dropdown-toggle .caret {
    font-size: 12px;
    color: #236DF6;
    border: none !important;
}

.c-select-multi .dropdown-toggle .caret::before {
    content: "\f107";
    font-size: 18px;
    top: -9px;
    font-family: 'Font Awesome 6 Pro';
    float: right;
    color: var(--blue);
    position: relative;
    top: -7px;
    font-size: 14px;
    font-weight: normal !important;
}

.c-select-multi .dropdown-toggle.show .caret {
    top: 60%;
    transform: translate(0, -50%) rotate(180deg);
    right: 24px;
}

.c-select-multi .dropdown-toggle .filter-option-inner-inner {
    font-weight: 400;
    overflow: hidden;
    display: block;
    max-width: 18.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-select-multi.bootstrap-select .dropdown-toggle:focus {
    outline: 5px auto #0F5CF5 !important;
}

/* multi select common style css ends here */

/*Page header style changes*/
.main-page-header {
    background: #F9F9F9;
    padding: 8px 24px;
}
/*Assigned command unassigned title box*/
.assigned-box-title {
    background: #EEEEEE;
    border-radius: 4px;
    border: 1px solid #DCDEE0;
    height: 56px;
    margin-bottom: 5px;
}
.assigned-box-title label {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #063798;
    padding: 18px;
}
/* Start-CHCM-3590*/
/* common css for edit grid*/  
.sm-field {
    margin: 0;
    margin-right: 6px;
    display: inline-flex;
    align-items: center;
    margin-left: 6px;
    width: 62px;
    min-width: 62px;
    text-align: center;
    position: relative;
}
.sm-field.sm-select {
    width: 277px;
    text-align: left;
    position: relative;
}

.sm-field.sm-select .select2-selection--single {
    background-color: #ebf2fe;
    border: 1px solid #ebf2fe !important;
    box-shadow: none;
}

.sm-field::after {
    content: "";
    position: absolute;
    border-bottom: 1px dashed #0F5CF5;
    top: -2px;
    bottom: 1px;
    left: 0;
    right: 0;
    z-index: 0;
    border-radius: 5px;
    pointer-events: none;
}

.sm-field.no-border::after {
    content: none;
}

.sm-field input[type="text"]:disabled {
    background-color: #F3F3F4;
}

.sm-field:has(input[type="text"]:disabled)::after,
.sm-field:has(.select2-container--disabled)::after {
    content: none;
}
.sm-field input[type="text"] {
    background-color: #ebf2fe;
    border: none !important;
    box-shadow: none;
    line-height: 22px;
    color: #0F5CF5;
}

.select2-container--disabled .select2-selection--single .select2-selection__arrow {
    display: inline-block !important;
}

  .select2-container--disabled .select2-selection--single .select2-selection__arrow .fa-chevron-down:before {
        color: #2A3742;
  }

.sm-field .bootstrap-select .form-control {
    background: #EBF2FE;
    border: 1px solid transparent;
    box-shadow: none;
}
.sm-field .bootstrap-select .filter-option-inner-inner {
    max-width: 16.75rem;
    color: #0F5CF5;
}
/* common css for error-border in edit grid*/     
.sm-field.error-border [type="text"] {
    background-color: #FDDAD2;
    color: #D82511;
}
.sm-field.error-border .bootstrap-select .form-control {
    background: #FDDAD2;
}

.sm-field.error-border .c-select-multi .dropdown-toggle .caret::before {
    color: #D82511;
}

.sm-field.error-border::after {
    border-bottom: 1px dashed #D82511;
}
/* End-CHCM-3590*/

/* CHCM-4282  Global Design for Table grid top section*/
.top-section {
    background: #F9F9F9;
    padding: 8px 24px;
    margin-left: -10px;
    margin-right: -15px;
    border-bottom: 2px solid #fff;
}
.filter-section {
    margin-top: 41px;
    margin-left: -20px;
    padding-left: 22px;
    padding-right: 55px;
}
.filter-section input[type="text"] {
    box-sizing: border-box;
    height: 32px;
    padding: 15px 12px;
    font-weight: 400;
    font-size: 14px;
    font-family: 'proximanova-regular' !important;
    line-height: 22px;
    /* max-width: 203px; */
    white-space: nowrap; 
    text-overflow: ellipsis; 
    width: 100%;
}
.filter-section .select2-container--classic .select2-selection--single {
    /* max-width: 203px; */
    width: 100%;
    white-space: nowrap; 
    text-overflow: ellipsis; 
}
.table-section {
    margin-top: 60px !important;
    /* padding-left: 57px; */
    padding-right: 69px;
    margin-left: 8px !important;
    margin-right: 60px;
}
@media (max-width: 1025px) {
    .filter-section .select2-container--classic .select2-selection--single {
        max-width: 150px;
        width: 100%;
        white-space: nowrap; 
        text-overflow: ellipsis; 
    }
    .filter-section input[type="text"] {
        box-sizing: border-box;
        height: 32px;
        padding: 15px 12px;
        font-weight: 400;
        font-size: 14px;
        font-family: 'proximanova-regular' !important;
        line-height: 22px;
        max-width: 150px;
        white-space: nowrap; 
        text-overflow: ellipsis; 
        width: 100%;
    }
}
/* CHCM-4282  Global Design for Table grid top section*/

/* table elements global UI */

.add-new {
    color: #0F5CF5 !important;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    cursor: pointer ;
}
.edit-btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    cursor: pointer ;
    color: #0F5CF5 !important;
}
.edit-btn i {
    margin-right: 8px;
}
.edit-btn:hover {
    color: #407DF7 !important;
}
.edit-btn i:hover {
    margin-right: 8px;
    color: #407DF7 !important;
}
.edit-btn:focus {
    color: #0849C9 !important;
}
.edit-btn i:focus {
    margin-right: 8px;
    color: #0849C9 !important;
}
.trash-btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    cursor: pointer ;
    color: #F26C5D !important;
}
.trash-btn i {
    margin-right: 8px;
    font-weight: 300 !important;
}
.trash-btn:hover {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    cursor: pointer ;
    color: #F48175 !important;
}
.trash-btn i:hover {
    margin-right: 8px;
    font-weight: 300 !important;
    color: #F48175 !important;
}
.trash-btn:focus {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    cursor: pointer ;
    color: #EE412E !important;
}
.trash-btn i:focus {
    margin-right: 8px;
    font-weight: 300 !important;
    color: #EE412E !important;
}


/* table elements global UI */
#sucessToastMsgtxt a {
    color: #fff !important;
    text-decoration: underline !important;
}
/* Blue select2 dropdown */
.blu-dropdown .select2-container--classic .select2-selection--single {
    background: #F0F5FE !important;
    border: 1px solid #F0F5FE !important;
}
.blu-dropdown .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #0F5CF5 !important;
}
.blu-input input[type="text"] {
    background: #F0F5FE !important;
    border: 1px solid #F0F5FE !important;
    /*color: #0F5CF5 !important; CHCM-5912 */
    color: #0F5CF5;
    box-shadow: none;
}
.blu-input input[type="text"]::placeholder {
    font-size: 14px;
    background: #F0F5FE !important;
}
/*CHCM-3993-Common css for tablet in dropdown backgroud color*/
@media only screen and (min-width: 820px) and (max-width: 1340px) {
    .select2-search--dropdown .select2-search__field {
        background-color: white !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .select2-search--dropdown .select2-search__field {
        background-color: white !important;
    }
}


/*.heading {
    cursor: pointer;
    color: var(--Gray500, #6E757C);
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 24px;
    position: absolute;
    top: 24px;
    right: 18px;
}
*/
.warning-modal .warning-img {
    flex: 0 0 77px;
    margin-bottom: 16px;
    text-align: center;

    @media (min-width: 1200px) {
        margin-bottom: 0;
        margin-right: 16px;
        text-align: left;
    }
}

.warning-modal .warning-content {
    text-align: center;

    @media (min-width: 1200px) {
        text-align: left;
    }
}

.warning-modal .modal-footer {
    @media (max-width: 1200px) {
        display: flex;
        justify-content: space-between;
    }
}

    .warning-modal .modal-footer .btn {
        @media (max-width: 1200px) {
            margin: 0;
            width: 47%;
        }
    }

.modalbody-DSAT {
    border-bottom: 0px solid #D4D4D4;
    width: 100%;
    max-width: 500px;
    margin: 0;
    padding: 32px 16px 16px;
}

.modalcontent-DSAT {
    width: 100%;
    max-width: 500px;
    border-radius: 16px;

    @media (max-width: 1200px) {
        max-width: 300px !important;
    }
}
/*common class for grid scolling both tablet and  Desktop -CHCM-3751*/
    .grid-scrolling {
        overflow: auto;
        display: block;
    }
    .mt16 {
        margin-top: 16px;
    }
    .toolpos li label i {
     width: 30px !important;
    }
    /* removing green text shadow from button CHCM-6670 */
    .btn-primary {
        text-shadow: 0 0px 0 transparent !important;
    }
    /* CHCM-7223 */
    .w-auto {
        width: auto !important;
    }
    .w-auto i {
        background: transparent;
    }
    /* CHCM-7699 */
    .master-menu {
        min-width: 388px;
        max-width: 388px;
        padding: 28px 20px 20px 12px;
        border: 1px solid #0F5CF5;
        border-radius: 16px;
        top: 9px !important;
        max-height: 593px;
    }
    .master-menu .m-head {
        font-size: 18px;
        line-height: 21px;
        color: #18233A;
        font-weight: bold;
        margin-bottom: 5px !important;
        margin-left: 7px;
    }
    .master-menu .m-sub {
        font-size: 12px;
        line-height: 22px;
        color: #2A3742;
        font-weight:400;
        margin-bottom: 0px !important;
        margin-left: 7px;
        
    }
    .master-menu .m-red {
        font-size: 14px;
        line-height: 22px;
        color: #D82511;
        font-weight: 600;
        margin-bottom: 6.5px !important;
        cursor: pointer;
        margin-right: 15px;

    }
    /* Removed Accrual Caret icon */
    .mainNavAccrual::after {
        display:none !important;
    }

    /* CHCM-7543 Open Bugs */
    .addonSubNav label {
        margin-bottom: 0px;
    }
    .addonSubNav .tooltip2 {
        border-bottom: 0px;
    }
    .btnLoginShortName .chevronicon {
        box-shadow:0px 0px !important;
    }
    

    /*start CHCM-8002 */

    .form-daterangepicker {
        height: 32px;
    }

    .table-ui .fa-file-pdf,
    .table-ui .fa-file-csv,
    .table-ui .fa-copy,
    .table-ui .fa-file-excel {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        line-height: 21px;
    }

    .table-ui button.dt-button:active:not(.disabled):hover:not(.disabled),
    .table-ui button.dt-button:active:not(.disabled) {
        box-shadow: none !important;
        background-image: none !important;
    }

    /*end CHCM-8002 */


    .daterangepicker.drop-up { /* CHCM-7627 */
        transform: translate(0, -108%) !important;
    }

    .modal-backdrop ~ .daterangepicker.drop-up{ /* CHCM-7627 */
        transform: unset !important;
    }

    
@media (max-width: 1200px){
    .sel-style {/* CHCM-8735 */
       display: none !important;
    }
    /*CHCM-9415*/
    #sidebarMenu {
        height: calc(100vh - 15rem) !important;
        overflow-y: scroll !important;
        overflow-x: hidden !important;
    }
    }

/*CHCM-9415*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #sidebarMenu {
        height: calc(100vh - 5rem) !important;
    }
}
/* for assign and unassign /* CHCM-9391 */
@media (max-width: 1340px) {

    .assign-dropdown-select{
        position: relative;
    }
    .assign-dropdown{
        border-radius: 4px;
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 0px;
        background: #ffffff;
        border: 1px solid #DCDEE0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .assign-dropdown .c-dropdown-content {
        display: block; 
        min-width: 100%;
        border-radius: 4px;
        height: 100%;
        width: 100%;
        overflow-y: auto;
    }
    .assign-dropdown .c-dropdown-content div {
        padding: 5px 17px;
        height: 32px;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
        font-size: 14px;
        line-height: 24px;
        color: #0F5CF5;
        border: 1px solid #F3F3F4;
    }
    .assign-dropdown .c-dropdown-content .selected {
        background-color: #0F5CF5; 
        border-bottom: 1px solid #ffffff;
        color: white;
    }
    
}
/* for assign and unassign /* CHCM-9391 */