:root {
    --font-color-success: #008000;
    --font-color-warn: #FF590C;
    --font-color-error: #8B0000;

    --font-size: 12px;
    --font-size-state: 14px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
}

.countCarac {
    color: #b00000;
}

/*modification suite mise a jour de Chrome v83 qui fait une bordure noire au focus*/
*, *:focus, *:hover {
    outline: none !important;
    text-decoration: none;
}

.ui-menu-item {
    white-space: nowrap;
}

.legend {
    font-size: 14px;
    color: #262b3b;
    font-family: Arial,Verdana,Tahoma,sans-serif;
    text-decoration: none;
}

.totalClient {
    background-color: #ECCEF5;
}

.TxtNoirB13 {
    font-size: 13px;
    color: black;
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-weight: bold;
}

.lienGris12 {
    font-size: 12px;
    color: #7d7d7d;
    font-family: Arial,Verdana,Tahoma,sans-serif;
}

.tpadding0 td {
    padding: 0px;
}

.tpadding2 td {
    padding: 2px;
}

.tpadding5 td {
    padding: 5px;
}



td, tr {
    font-size: 12px;
    font-family: Arial,Verdana,Tahoma,sans-serif;
}

img {
    border: 0px;
    text-decoration: none;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
}

.imgCLR {
    border: 0px;
    text-decoration: none;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}

    .imgCLR:hover {
        border: 0px;
        text-decoration: none;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray; /* IE 6-9 */
    }

.imgNB {
    border: 0px;
    text-decoration: none;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}

    .imgNB:hover {
        border: 0px;
        text-decoration: none;
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
        filter: none;
    }

a,
a:not([href]):not([class]) {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #262b3b;
    text-decoration: none;
}

    a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #262b3b;
        text-decoration: underline;
    }


input[type="text"]:disabled {
    color: #999999;
    border: solid 1px #999999;
    background-color: #EFEFEF;
}

input, textarea {
    text-indent: 5px;
    font-size: 12px;
    color: #333333;
    font-family: Arial,Verdana,Tahoma,sans-serif;
    border: solid 1px #262b3b;
    background-color: #FFFFFF;
    border-radius: 3px;
}

    input[type=checkbox] {
        border-width: 0px;
        background-color: transparent;
    }

    input[type=radio] {
        border-width: 0px;
        background-color: transparent;
    }

    input[type=image] {
        border: solid 0px #262b3b;
    }


select {
    font-size: 12px;
    color: #333333;
    font-family: Arial,Verdana,Tahoma,sans-serif;
    border: solid 1px #262b3b;
    height: 20px;
    border-radius: 3px;
    background-color: #eef0f1;
}

    select:disabled {
        color: #999999;
    }


div.arrondi {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #FFFFFF;
}


#page {
    width: 918px;
    height: 131px;
    margin: 0 auto;
    margin-top: 5px;
}


/* navigator styles */

.navigator_main {
    border: 1px solid black;
}

.navigator_month {
    font-family: Tahoma;
    font-size: 8pt;
    background-color: white;
    /*border: 1px solid black;*/
}

.navigator_day {
    color: black;
    /*background-color: white;*/
}

.navigator_dayheader {
    color: black;
    /*border-bottom: 1px solid black;*/
}

.navigator_dayother {
    color: gray;
}

.navigator_todaybox {
    border: 1px solid red;
}

.navigator_select {
    background-color: #FFE794;
}

.navigator_title, .navigator_titleleft, .navigator_titleright {
    background-color: #ECE9D8;
}

.navigator_busy {
    font-weight: bold;
}


/*---------------------------------------------------------------------------------- styles BT*/
.BtVert12 {
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #76AD1F;
    border: solid 1px #76AD1F;
    cursor: pointer;
    text-decoration: none;
}

    .BtVert12:hover {
        font-family: Arial,Verdana,Tahoma,sans-serif;
        font-size: 12px;
        color: #76AD1F;
        font-weight: bold;
        background-color: #FFFFFF;
        border: solid 1px #76AD1F;
        cursor: pointer;
        text-decoration: none;
    }

.BtBleu12 {
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #065FA7;
    border: solid 1px #065FA7;
    cursor: pointer;
    text-decoration: none;
}

    .BtBleu12:hover {
        font-family: Arial,Verdana,Tahoma,sans-serif;
        font-size: 12px;
        color: #065FA7;
        font-weight: bold;
        background-color: #FFFFFF;
        border: solid 1px #065FA7;
        cursor: pointer;
        text-decoration: none;
    }


/*---------------------------------------------------------------------------------- styles Textes*/
.TxtNoir10 {
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-size: 10px;
    color: #000000;
    font-weight: normal;
}

.TxtNoir10B {
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-size: 10px;
    color: #000000;
    font-weight: bold;
}

.TxtNoir12 {
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: normal;
}

.TxtNoir12B {
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}

.TxtNoir14 {
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: normal;
}

.TxtNoir14B {
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.TxtNoir16 {
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: normal;
}

.TxtNoir16B {
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}



.TxtBleu10 {
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-size: 10px;
    color: #065FA7;
    font-weight: normal;
}

.TxtBleu10B {
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-size: 10px;
    color: #065FA7;
    font-weight: bold;
}

.TxtBleu12 {
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-size: 12px;
    color: #065FA7;
    font-weight: normal;
}

.TxtBleu12B {
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-size: 12px;
    color: #065FA7;
    font-weight: bold;
}

.TxtBleu14 {
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-size: 14px;
    color: #065FA7;
    font-weight: normal;
}

.TxtBleu14B {
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-size: 14px;
    color: #065FA7;
    font-weight: bold;
}

.TxtBleu16 {
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-size: 16px;
    color: #065FA7;
    font-weight: normal;
}

.TxtBleu16B {
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-size: 16px;
    color: #065FA7;
    font-weight: bold;
}


.TxtVert10 {
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-size: 10px;
    color: #76AD1F;
    font-weight: normal;
}

.TxtVert10B {
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-size: 10px;
    color: #76AD1F;
    font-weight: bold;
}

.TxtVert12 {
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-size: 12px;
    color: #76AD1F;
    font-weight: normal;
}

.TxtVert12B {
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-size: 12px;
    color: #76AD1F;
    font-weight: bold;
}

.TxtVert14 {
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-size: 14px;
    color: #76AD1F;
    font-weight: normal;
}

.TxtVert14B {
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-size: 14px;
    color: #76AD1F;
    font-weight: bold;
}

.TxtVert16 {
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-size: 16px;
    color: #76AD1F;
    font-weight: normal;
}

.TxtVert16B {
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-size: 16px;
    color: #76AD1F;
    font-weight: bold;
}

.totalAS {
    background-color: #76AD1F;
}


.ligne1 {
    background-color: #d1deeb;
    border: 0px;
}

    .ligne1:hover {
        background-color: #76AD1F;
    }

.ligne2 {
    background-color: #F7F8F9;
    border: 0px;
}

    .ligne2:hover {
        background-color: #76AD1F;
    }


.ligne3 {
    background-color: #43B6EF;
    border: 0px;
}

    .ligne3:hover {
        background-color: #76AD1F;
    }

.ligne4 {
    background-color: #A9CEF1;
    border: 0px;
}

    .ligne4:hover {
        background-color: #76AD1F;
    }

.ligne5 {
    background-color: #81BEF7;
    border: 0px;
}

    .ligne5:hover {
        background-color: #76AD1F;
    }


.gvHeader {
    border-width: 0px;
    background-color: #F7F8F9;
    border-top: solid 2px #76AD1F;
    border-bottom: solid 1px #76AD1F;
}

.alignementDroite {
    text-align: right;
    vertical-align: top;
}

.ongletActif {
    border-top: solid 2px #76AD1F;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    top: 5px;
}

.ongletInactif {
    cursor: pointer;
    font-size: 14px;
    position: relative;
    top: 5px;
}


.valignControlesContenuMiddle {
    display: table-cell;
    vertical-align: middle;
}


#lheader {
    height: 75px;
    border-top: #c7ccc7 2px solid;
    background-color: #F7F8F9;
    z-index: 101;
}

.header-banner {
    width: 100%;
    height: 73px;
}

#nav2 {
    z-index: 100;
}

#nav1 {
    border-top: solid 1px #AAAAAA;
    background-color: #FCFCFC;
    padding: 2px;
}

#div_content {
    border-top: solid 2px #262b3b;
}

#nav_client {
    margin: 0 auto;
    border-bottom: #c7ccc7 1px solid;
    background-color: #F7F8F9;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.fixed-nav1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.fixed-nav2 {
    position: fixed;
    top: 105px;
    left: 0px;
    width: 100%;
}


/*Menu Master-----------------------------*/


.Default {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    color: #333333;
    font-size: 12px;
    background-color: #F7F8F9;
    margin: 0px;
    cursor: pointer;
}

.DefaultSelected {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    color: #c7ccc7;
    font-size: 14px;
    background-color: #F7F8F9;
    text-decoration: underline;
    margin: 0px;
    cursor: pointer;
}

.DefaultHover {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    color: #000000;
    font-size: 12px;
    background-color: #FFFFFF;
    margin: 0px;
    cursor: pointer;
}


.SubNormal {
    border-right: #e0e0e0 0px solid;
    border-top: #e0e0e0 0px solid;
    border-left: #e0e0e0 0px solid;
    border-bottom: #c7ccc7 1px solid;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    font-family: Verdana, Arial;
    font-size: 14px;
    cursor: pointer;
    background-color: #F7F8F9;
}

.SubNormal2 {
    border-right: #e0e0e0 0px solid;
    border-top: #e0e0e0 0px solid;
    border-left: #e0e0e0 0px solid;
    border-left: #e0e0e0 0px solid;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    font-family: Verdana, Arial;
    font-size: 12px;
    cursor: pointer;
    background-color: #F7F8F9;
}

.menuStyleSep {
    width: 2px;
    height: 1px;
    background-color: #c7ccc7;
}

/*Fin menu Master-------------------------*/

.cadre {
    border: solid 1px #c7ccc7;
    padding: 5px;
    border-radius: 3px;
}

.cadre2 {
    border: solid 1px #999999;
    padding: 5px;
}

.cadre_nopadd {
    border: solid 1px #c7ccc7;
    padding: 0px;
}

.ongletActif2 {
    border-top: solid 2px #c7ccc7;
}

.listeTh {
    border-top: solid 2px #c7ccc7;
    border-bottom: solid 1px #c7ccc7;
}

.listeThBottom {
    border-bottom: solid 1px #c7ccc7;
}

.listeTf {
    border-top: solid 1px #c7ccc7;
}

.listeTr {
    background-color: #d1deeb;
    transition: background-color .2s;
}

    .listeTr:hover {
        background-color: #9ed979;
        transition: background-color .2s;
    }

.listeTrBis {
    background-color: #F7F8F9;
    transition: background-color .2s;
}

    .listeTrBis:hover {
        background-color: #9ed979;
        transition: background-color .2s;
    }

.listeTrFac {
    background-color: #e2edf7;
    transition: background-color .2s;
}

    .listeTrFac:hover {
        background-color: #c1e4ab;
        transition: background-color .2s;
    }

.listeTrDejaFac {
    background-color: #FAFAFA;
    transition: background-color .2s;
}

    .listeTrDejaFac:hover {
        background-color: #c1e4ab;
        transition: background-color .2s;
    }

.listeBody tr:nth-child(odd) {
    background-color: #d1deeb;
    transition: background-color .2s;
}

.listeBody tr:nth-child(even) {
    background-color: #F7F8F9;
    transition: background-color .2s;
}

.listeBody tr:nth-child(odd):hover {
    background-color: #9ed979;
    transition: background-color .2s;
}

.listeBody tr:nth-child(even):hover {
    background-color: #9ed979;
    transition: background-color .2s;
}

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 20%;
    width: 50%;
    padding: 5%;
    border: 1px solid #72AB16;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}


.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-header,
    .modal-dialog-scrollable .modal-footer {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - 1rem);
        content: "";
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none;
        }

        .modal-dialog-centered.modal-dialog-scrollable::before {
            content: none;
        }

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}


.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a.close.disabled {
    pointer-events: none;
}


.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}


.customRed .e-progress {
    background: #FF9999;
}

.customOrange .e-progress {
    background: #FFBD59;
}

.customLightOrange .e-progress {
    background: #FFEB99;
}

.customVert .e-progress {
    background: #a1f7da;
}

.lv-grid > tbody > tr:nth-child(even) {
    background: #F7F8F9;
    transition: background-color .2s
}

    .lv-grid > tbody > tr:hover {
        background-color: #9ed979;
        transition: background-color .2s;
    }

.lv-grid > tbody > tr:nth-child(odd) {
    background: #d1deeb;
    transition: background-color .2s
}

    .lv-grid > tbody > tr:hover {
        background-color: #9ed979;
        transition: background-color .2s;
    }

.truncate-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 250px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #a1f7da !important;
    border: 1px solid #a1f7da !important;
    color: #333 !important;
}

.autocomplete-wrapper {
    border: solid 1px #262b3b !important;
    box-shadow: none !important;
}

    .autocomplete-wrapper .e-autocomplete {
        height: 18px !important;
        font-size: 12px !important;
        font-family: Arial,Verdana,Tahoma,sans-serif !important;
        line-height: 22px !important;
    }

    .autocomplete-wrapper.e-popup {
        width: 500px !important;
        font-size: 12px !important;
        font-family: Arial,Verdana,Tahoma,sans-serif !important;
        max-height: none !important;
        border: 1px solid #c7ccc7 !important;
    }

    .autocomplete-wrapper.e-popup .e-content {
        max-height: none !important;
    }

    .autocomplete-wrapper.e-popup .e-dropdownbase .e-list-item {
        font-size: 12px !important;
        font-family: Arial,Verdana,Tahoma,sans-serif !important;
        color: #333333;
        min-height: 22px;
        line-height: 22px;
    }

    .autocomplete-wrapper.e-popup .e-list-item:hover,
    .autocomplete-wrapper.e-popup .e-list-item.e-hover {
        background-color: #a1f7da !important;
    }

.success {
    color: var(--font-color-success);
    font-size: var(--font-size-state);
}

.warn {
    color: var(--font-color-warn);
    font-size: var(--font-size-state);
}

.error {
    color: var(--font-color-error);
    font-size: var(--font-size-state);
}
