﻿@font-face {
    font-family: 'GeosansLight';
    src: url('GeosansLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe, btn-close
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    overflow-x: hidden;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    Maoi,;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/****************   END RESET  ******************/

/**********************MASTER PAGE*******************/
html, body {
    height: 100%;
}

::-webkit-scrollbar {
    height: 12px;
    width: 8px;
    background: #FFFFFF;
}

::-webkit-scrollbar-thumb {
    background: #203153;
    border-radius: 20px;
}

#page {
    overflow: hidden;
    width: 100%;
}

.logo {
    width: 42px;
    margin-top: -12px;
}

.cross {
    width: 25px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 18px;
}

#bandeau {
    background-color: #3e3e40;
    height: 55px;
    text-align: left;
    border-bottom: solid 3px #f7931e;
    width: 100%;
    position: fixed;
    z-index: 2;
}

.menu {
    max-height: 47px;
    width: 100%;
    padding-top: 29px;
}

    .menu li {
        float: left;
        padding-left: 16px;
        margin-top: -5px;
    }

        .menu li a {
            color: white;
            text-decoration: none;
            font-weight: lighter;
            display: table-cell;
            text-align: center;
            font-size: 11px;
            text-transform: uppercase;
            font-family: 'Conv_DINPro-Regular', Arial, Sans-Serif;
        }

            .menu li a:hover {
                color: #203153;
                transition: 0.25s;
            }

.separateur {
    border-right: solid 1px white;
    margin-top: -20px !important;
    height: 38px !important;
}

.wrapper {
    width: 100%;
    height: 60px;
    padding-top: 96px;
}

    .wrapper ul {
        position: fixed;
        background: white;
        z-index: 1;
        width: 100%;
        left: 0;
        top: 58px;
        height: 153px;
    }

        .wrapper ul li {
            float: left;
        }

.wrapperExternal {
    width: 100%;
    height: 60px;
}

    .wrapperExternal ul {
        position: fixed;
        background: white;
        z-index: 1;
        width: 100%;
        left: 0;
        height: 153px;
    }

        .wrapperExternal ul li {
            float: left;
        }

.liTitle {
    position: absolute;
    top: 34px;
    left: 421px;
}

.bClose {
    background: url(../Images/cross37.png)no-repeat;
    border: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-size: 100%;
    position: absolute;
    top: 16px;
    right: 16px;
}

.lblFiltres {
    font-family: Calibri;
    position: fixed;
    top: 25%;
    left: 23px;
    font-size: 1em;
    text-transform: initial;
    font-style: italic;
    float: left;
}

.tblFiltres tr {
    height: 0 !important;
}

    .tblFiltres tr td {
        padding-right: 2%;
        font-family: sans-serif;
        padding-bottom: 1%;
    }

tblFiltres tr td DropDownList {
    width: 100%;
}

.reglettes {
    font-size: 0.9em;
}

    .reglettes tr {
        height: 0 !important;
    }

        .reglettes tr td {
            padding-right: 5%;
            font-family: sans-serif;
            text-align: left;
            padding-left: 10px;
        }

.btncomparatorHC {
    background-color: #203153;
    color: white;
    font-family: calibri;
    border: none;
    cursor: pointer;
    width: 169px;
    height: 32px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin: 0 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.btnAddDelComparer {
    background-color: #203153;
    color: white;
    font-family: calibri;
    border: none;
    cursor: pointer;
    width: 169px;
    height: 32px;
    float: right;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin: 0 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.btnValiderFinal {
    /*margin: 0 1%;
    padding: 0;
    background: url(../Images/btn_final1.jpg)no-repeat;
    width: 169px;
    height: 32px;
    float: right;
    cursor: pointer;*/
    background: #00bc0a;
    width: 169px;
    height: 32px;
    float: right;
    cursor: pointer;
    color: white;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin: 0 5px;
}

.btnPopupOrange {
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    margin: 0 5px 0 0;
    border-color: orange;
    border-width: 3px;
    padding: 4px 12px 4px 12px;
}

.btnPopupGreen {
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    margin: 0 5px 0 0;
    border-color: green;
    border-width: 3px;
    padding: 4px 12px 4px 12px;
}

.btnPopupRed {
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    margin: 0 5px 0 0;
    border-color: red;
    border-width: 3px;
    padding: 4px 12px 4px 12px;
}

.rbl input[type="radio"] {
    margin-left: 0px;
    margin-right: 10px;
}

.btnValiderAnnulerFinal {
    /*margin: 0 1%;
    padding: 0;
    background: url(../Images/btn_annuler1.jpg)no-repeat;
    width: 169px;
    height: 32px;
    float: right;
    cursor: pointer;*/
    background: #FE0000;
    width: 169px;
    height: 32px;
    float: right;
    cursor: pointer;
    color: white;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

    .btnValiderAnnulerFinal:hover, .btnValiderFinal:hover {
        background: #00bc0a;
    }

    .btnValiderAnnulerFinal span, .btnValiderFinal span {
        position: relative;
        top: 7px;
    }

.btnValider {
    background: none;
    border: solid 3px #00bc0a;
    padding: 2% 2%;
    float: right;
    cursor: pointer;
    margin-right: 5%;
    text-decoration: initial;
    text-decoration: none;
    color: black;
}

    .btnValider:hover {
        background: #00bc0a;
        transition: 0.25s;
        color: white;
    }

.btnValiderAnnuler {
    background: none;
    border: solid 3px #FF0000;
    padding: 2% 4%;
    float: right;
    cursor: pointer;
    margin-right: 8%;
    text-decoration: initial;
    text-decoration: none;
    color: black;
}

    .btnValiderAnnuler:hover {
        background: #FF0000;
        transition: 0.25s;
        color: white;
    }

.ItemStyle:hover input, .AlternatingItemStyle:hover input {
    color: black !important;
}

.content-infos .ItemStyle {
    background: #EDEDED;
}

.content-infos {
    width: 100%;
}

    .content-infos tr {
        height: 25px;
    }

        .content-infos tr td {
            vertical-align: middle;
            width: 1px;
            padding-left: 2%;
        }

.lblBudget {
    font-family: Calibri;
    position: fixed;
    top: 25%;
    right: 18px;
    font-size: 1em;
    text-transform: initial;
    font-style: italic;
    float: right;
}
/**********************END MASTER PAGE*******************/

/*btn animate*/
.animate {
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

.action-button {
    position: relative;
    padding: 1% 0%;
    float: left;
    border-radius: 10px;
    font-family: calibri;
    font-size: 25px;
    color: #FFF;
    text-decoration: none;
}

    .action-button:active {
        transform: translate(0px,5px);
        -webkit-transform: translate(0px,5px);
        border-bottom: 1px solid;
    }

#ibNewConfiguration, .btn-ok, .btn-search {
    background-color: #f7931e;
    border-bottom: 5px solid #dd8245;
    text-shadow: 0px -2px #dd8245;
    width: 66px;
}

#btnbudgetliDescription:hover, #btnbudget:hover, .imgBtnReset:hover, .imgBtnBudgetQuote:hover, .imgBtnAddEquiP:hover {
    transition: 0.25s;
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

#btnbudget {
    float: right;
    position: fixed;
    right: 50px;
    z-index: 1;
}

.btn-budget {
    width: 90%;
}

.box-budget {
    position: absolute;
    top: 47px;
    left: 0%;
    width: 88%;
    height: 73%;
    padding: 0 6%;
    overflow: auto;
    overflow-x: hidden;
}
/* end btn animate*/
.wrapper #lblTitle {
    font-family: Calibri;
    text-transform: uppercase;
    font-size: 1.5em;
}

.wrapperExternal #lblTitle {
    font-family: Calibri;
    text-transform: uppercase;
    font-size: 1.5em;
}

.modelplus {
    font-family: calibri;
    text-decoration: none;
    color: black;
    font-style: italic;
    position: absolute;
    left: 50%;
    top: 38%;
}

.logoTitle {
    margin-top: 35px;
    margin-left: 15px;
    max-height: 100px;
    max-width: 100px;
}

.wrapper img {
}

.wrapper #btnbudget {
    width: 80px;
    margin-left: 1%;
    border: 1px solid #203153;
    height: 50px;
    border-radius: 100px;
    margin-top: -18px;
    padding: 14px 0;
}

    .wrapper #btnbudget span {
        color: #203153;
        position: relative;
        top: -5px;
        left: 11px;
        font-size: 15pt;
    }

/*******************ADMIN******************/
#content {
    width: 100%;
    height: 100%;
    margin-top: 140px;
}

    #content table tr {
        height: 30px;
        /*border-bottom: 1px dotted rgba(187, 187, 187, 0.29);*/
    }

.ajax__calendar_days table tr {
    height: 21px !important;
}

.gvw {
    font-family: calibri;
}

    .gvw textarea {
        color: black;
    }

.gvw2 {
    font-family: calibri;
}

    .gvw2 td {
        text-align: left;
    }

#MainContent_gvwConfiguration tr td {
    vertical-align: middle;
    text-align: center;
}

.btn-ok {
    padding: 7px 0px;
    width: 49px;
}

    .btn-ok img {
        width: 60%;
        margin: 0 17%;
    }

.btn-search {
    width: 50px;
    padding: 5px 10px;
}
/*******************END ADMIN******************/

/********************ACCUEIL*******************/
.btnStart {
    border: solid 3px #203153;
    background: none;
    width: 15%;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    padding: 1% 0;
    font-family: calibri;
}

    .btnStart:hover {
        background: #203153;
        transition: 0.25s;
        color: white;
    }

.btnShowroom {
    width: 15%;
    background: orange;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    margin: auto;
    margin-top: 15px;
    cursor: pointer;
    color: white;
    border: none;
    line-height: 25px;
    padding-top: 10px;
    font-family: calibri;
}

    .btnShowroom img {
        max-height: 50px;
    }

.nodec {
    text-decoration: none;
    color: white;
}

    .nodec:hover {
        text-decoration: none;
        color: white;
    }

.tblAccueil {
    width: 97%;
    margin: 125px auto;
    z-index: 1;
    position: relative;
}

    .tblAccueil tr {
        border: none !important;
    }
/********************END ACCUEIL*******************/

/*************** MARQUES **************/
/* Pulse Effect hover on img*/
@-moz-keyframes animate {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@-webkit-keyframes animate {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes animate {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@-webkit-keyframes pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@-moz-keyframes pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

#MainContent_dltMarques {
    width: 86%;
    margin-left: 11%;
    margin-top: 16px;
}

    #MainContent_dltMarques tr {
        border: none !important;
    }

.logoMarque {
    max-height: 100px;
    max-width: 100px;
    vertical-align: middle;
}

    .logoMarque:hover {
        -webkit-animation: pulse 4s infinite ease-in-out;
        animation: pulse 4s infinite ease-in-out;
        -webkit-animation-name: pulse;
        -moz-animation-name: pulse;
        animation-name: pulse;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -moz-animation-duration: 1s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

.logo_marque {
    width: 40px;
}

.title {
    position: absolute;
    z-index: 1;
    font-family: Calibri;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.5em;
    text-align: center;
    top: 91px;
    left: 40%;
}

/*************** END MARQUES **************/

/***********************SELECTION***********************/
.content_selection {
    margin: 0 9%;
    z-index: 1;
    position: relative;
    top: -100px;
}

    .content_selection a {
        font-family: calibri;
        font-size: 1.5em;
        text-decoration: none;
        color: black;
        font-weight: 100;
    }

    .content_selection img {
        position: relative;
        top: 40px;
    }

.liste {
    width: 100%;
}

    .liste tr {
        border: none !important;
    }

.content_selection span {
    font-family: calibri;
}

.content_selection table tr {
    height: 5px !important;
}

.content_selection a:hover, .content_selection span:hover {
    color: #203153;
    transition: 0.25s;
}

/***********************END SELECTION***********************/

/*****************************VERSION*****************************/
.logoVersion {
    width: 70px;
    margin: 0;
    position: relative;
    top: -129px;
    left: 29%;
    z-index: 1;
}

.content_version {
    margin: 0 auto;
    font-family: calibri;
    text-align: center;
    width: 100%;
}

.version {
    width: 88%;
    margin: 0 auto;
}

.content_version a {
    text-decoration: none !important;
    position: relative;
    top: -8px;
}

.btn_info {
    width: 25px;
}
/****Infos***/
/*legend {
    padding: 0 1%;
    width: 7%;
}*/

.tab {
    overflow: auto;
    background: #fff;
    width: 100%;
    font-family: calibri;
    -webkit-font-smoothing: antialiased;
    height: 537px;
    left: 14% !important;
    padding: 1% 1%;
}

.tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}

    .tabs li {
        float: left;
        line-height: 38px;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 47%;
        height: 41px;
    }

    .tabs a {
        background-color: #eff0f2;
        border-bottom: 1px solid #fff;
        color: #888;
        font-weight: 500;
        display: block;
        letter-spacing: 0;
        outline: none;
        text-align: center;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        border-bottom: 3px solid #203153;
        text-transform: uppercase;
    }

.tabs_item {
    display: none;
    padding: 30px 0;
}

    .tabs_item h4 {
        font-weight: bold;
        color: #203153;
        font-size: 20px;
    }

    .tabs_item img {
        width: 200px;
        float: left;
        margin-right: 30px;
    }

    .tabs_item:first-child {
        display: block;
    }

.current a {
    color: #fff;
    background: #3e3e40;
}

.btn-close {
    float: right;
    background: url(../Images/cross37.png)no-repeat;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-size: 89%;
    border: none;
}

.btn-add {
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: none;
}

/****END Infos***/
/*****************************END VERSION*****************************/

/**********************************COULEUR***************************/
.couleur {
    width: 100%;
    font-family: calibri;
}

.content-color tr {
    height: 0px !important;
}

.content-color .ItemStyle td, .AlternatingItemStyle td {
    height: 25px;
    vertical-align: middle;
}

.content-color .ItemStyle:hover a, .content-color .AlternatingItemStyle:hover a {
    color: black !important;
}

.content-color {
    margin: 0 auto;
    font-family: calibri;
    width: 88%;
}

    .content-color fieldset {
        color: black;
        border: 1px solid rgb(255, 0, 0);
        padding: 1% 2%;
    }

.couleur .HeaderStyle td {
    vertical-align: middle;
    height: 30px;
}

.photo {
    cursor: pointer;
    width: 171px;
    margin-top: 36px;
    min-width: 142px;
    margin-left: 114px;
}

.vignette_vehicule {
    vertical-align: middle;
}

.loupe {
    width: 2%;
    position: absolute;
    top: 4%;
    left: -14%;
    cursor: pointer;
}
/*********SLIDE*******/
.bg-slider {
    width: 100%;
    background: rgba(3, 2, 2, 0.48);
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 2;
}

.csslider {
    -moz-perspective: 1300px;
    -ms-perspective: 1300px;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    display: inline-block;
    text-align: left;
    position: relative;
    margin-bottom: 22px;
}

    .csslider > input {
        display: none;
    }

        .csslider > input:nth-of-type( 19):checked ~ ul li:first-of-type {
            margin-left: -1800%;
        }

        .csslider > input:nth-of-type( 18):checked ~ ul li:first-of-type {
            margin-left: -1700%;
        }

        .csslider > input:nth-of-type( 17):checked ~ ul li:first-of-type {
            margin-left: -1600%;
        }

        .csslider > input:nth-of-type( 16):checked ~ ul li:first-of-type {
            margin-left: -1500%;
        }

        .csslider > input:nth-of-type( 15):checked ~ ul li:first-of-type {
            margin-left: -1400%;
        }

        .csslider > input:nth-of-type( 14):checked ~ ul li:first-of-type {
            margin-left: -1300%;
        }

        .csslider > input:nth-of-type( 13):checked ~ ul li:first-of-type {
            margin-left: -1200%;
        }

        .csslider > input:nth-of-type( 12):checked ~ ul li:first-of-type {
            margin-left: -1100%;
        }

        .csslider > input:nth-of-type( 11):checked ~ ul li:first-of-type {
            margin-left: -1000%;
        }

        .csslider > input:nth-of-type( 10):checked ~ ul li:first-of-type {
            margin-left: -900%;
        }

        .csslider > input:nth-of-type( 9):checked ~ ul li:first-of-type {
            margin-left: -800%;
        }

        .csslider > input:nth-of-type( 8):checked ~ ul li:first-of-type {
            margin-left: -700%;
        }

        .csslider > input:nth-of-type( 7):checked ~ ul li:first-of-type {
            margin-left: -600%;
        }

        .csslider > input:nth-of-type( 6):checked ~ ul li:first-of-type {
            margin-left: -500%;
        }

        .csslider > input:nth-of-type( 5):checked ~ ul li:first-of-type {
            margin-left: -400%;
        }

        .csslider > input:nth-of-type( 4):checked ~ ul li:first-of-type {
            margin-left: -300%;
        }

        .csslider > input:nth-of-type( 3):checked ~ ul li:first-of-type {
            margin-left: -200%;
        }

        .csslider > input:nth-of-type( 2):checked ~ ul li:first-of-type {
            margin-left: -100%;
        }

        .csslider > input:nth-of-type( 1):checked ~ ul li:first-of-type {
            margin-left: 0%;
        }

    .csslider > ul {
        position: relative;
        width: 647px;
        height: 405px;
        z-index: 1;
        font-size: 0;
        line-height: 0;
        background-color: #3a3a3a;
        border: 3px solid #282828;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        white-space: nowrap;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .csslider > ul > li {
            position: relative;
            display: inline-block;
            width: 100%;
            height: 100%;
            overflow: hidden;
            font-size: 15px;
            font-size: initial;
            line-height: normal;
            -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
            -o-transition: all 0.5s ease-out;
            -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
            transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
            vertical-align: top;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            white-space: normal;
        }

    .csslider > .navigation {
        position: absolute;
        bottom: -8px;
        left: 220px;
        z-index: 10;
        margin-bottom: -10px;
        font-size: 0;
        line-height: 0;
        text-align: center;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .csslider > .navigation label {
            position: relative;
            display: inline-block;
            cursor: pointer;
            border-radius: 50%;
            margin: 0 4px;
            padding: 4px;
            background: #282828;
        }

            .csslider > .navigation label:hover:after {
                opacity: 1;
            }

            .csslider > .navigation label:after {
                content: '';
                position: absolute;
                left: 50%;
                top: 50%;
                margin-left: -6px;
                margin-top: -6px;
                background: #203153;
                border-radius: 50%;
                padding: 6px;
                opacity: 0;
            }

    .csslider > .arrows {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
    .csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
    .csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after,
    .csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4):after,
    .csslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5):after,
    .csslider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6):after,
    .csslider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7):after,
    .csslider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8):after,
    .csslider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9):after,
    .csslider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10):after,
    .csslider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11):after,
    .csslider > input:nth-of-type(12):checked ~ .navigation label:nth-of-type(12):after,
    .csslider > input:nth-of-type(13):checked ~ .navigation label:nth-of-type(13):after,
    .csslider > input:nth-of-type(14):checked ~ .navigation label:nth-of-type(14):after,
    .csslider > input:nth-of-type(15):checked ~ .navigation label:nth-of-type(15):after,
    .csslider > input:nth-of-type(16):checked ~ .navigation label:nth-of-type(16):after,
    .csslider > input:nth-of-type(17):checked ~ .navigation label:nth-of-type(17):after,
    .csslider > input:nth-of-type(18):checked ~ .navigation label:nth-of-type(18):after,
    .csslider > input:nth-of-type(19):checked ~ .navigation label:nth-of-type(19):after {
        opacity: 1;
    }

    .csslider > .arrows {
        position: absolute;
        left: -31px;
        top: 50%;
        width: 100%;
        height: 26px;
        padding: 0 31px;
        z-index: 0;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        .csslider > .arrows label {
            display: none;
            position: absolute;
            top: -50%;
            padding: 13px;
            box-shadow: inset 2px -2px 0 1px #203153;
            cursor: pointer;
            -moz-transition: box-shadow 0.15s, margin 0.15s;
            -o-transition: box-shadow 0.15s, margin 0.15s;
            -webkit-transition: box-shadow 0.15s, margin 0.15s;
            transition: box-shadow 0.15s, margin 0.15s;
        }

            .csslider > .arrows label:hover {
                box-shadow: inset 2px -2px 0 1px #282828;
                transition: 0.25s;
            }

    .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
    .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
    .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
    .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
    .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
    .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
    .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
    .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
    .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
    .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
    .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
    .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10),
    .csslider > input:nth-of-type(12):checked ~ .arrows > label:nth-of-type(11),
    .csslider > input:nth-of-type(13):checked ~ .arrows > label:nth-of-type(12),
    .csslider > input:nth-of-type(14):checked ~ .arrows > label:nth-of-type(13),
    .csslider > input:nth-of-type(15):checked ~ .arrows > label:nth-of-type(14),
    .csslider > input:nth-of-type(16):checked ~ .arrows > label:nth-of-type(15),
    .csslider > input:nth-of-type(17):checked ~ .arrows > label:nth-of-type(16),
    .csslider > input:nth-of-type(18):checked ~ .arrows > label:nth-of-type(17),
    .csslider > input:nth-of-type(19):checked ~ .arrows > label:nth-of-type(18) {
        display: block;
        left: 0;
        right: auto;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
    .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
    .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
    .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
    .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
    .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
    .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
    .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
    .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
    .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
    .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
    .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12),
    .csslider > input:nth-of-type(12):checked ~ .arrows > label:nth-of-type(13),
    .csslider > input:nth-of-type(13):checked ~ .arrows > label:nth-of-type(14),
    .csslider > input:nth-of-type(14):checked ~ .arrows > label:nth-of-type(15),
    .csslider > input:nth-of-type(15):checked ~ .arrows > label:nth-of-type(16),
    .csslider > input:nth-of-type(16):checked ~ .arrows > label:nth-of-type(17),
    .csslider > input:nth-of-type(17):checked ~ .arrows > label:nth-of-type(18),
    .csslider > input:nth-of-type(18):checked ~ .arrows > label:nth-of-type(19),
    .csslider > input:nth-of-type(19):checked ~ .arrows > label:nth-of-type(20) {
        display: block;
        right: 0;
        left: auto;
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }

#slider1 {
    margin: 10% 28%;
}

    #slider1 img {
        width: 100%;
    }

    #slider1 button {
        background: url(../Images/cross37.png)no-repeat;
        width: 30px;
        height: 30px;
        margin: 1% 94%;
        cursor: pointer;
        border: none;
        background-size: 100%;
        position: absolute;
        z-index: 1;
    }

/***********END SLIDE*********/

.container_config {
    position: fixed;
    top: 178px;
    background: white;
    border: 3px solid #333333;
    left: 20%;
    padding: 2% 2%;
    font-family: calibri;
    z-index: 100;
    overflow: auto;
    height: 275px;
}

.container_config2 {
    position: fixed;
    top: 178px;
    background: white;
    border: 3px solid #333333;
    left: 32%;
    padding: 2% 2%;
    font-family: calibri;
    z-index: 100;
    overflow: auto;
    width: 550px;
    height: 350px;
}

    .container_config table tr, .container_config2 table tr {
        border: none !important;
    }

.bg-container-config {
    width: 100%;
    background: rgba(3, 2, 2, 0.48);
    height: 100%;
    position: fixed;
    top: 0;
}

.next-prev {
    width: 50px;
    position: fixed;
    z-index: 1;
    top: 80px;
    left: 25px;
}

.btn-next-prev {
    cursor: pointer;
    width: 77px;
    margin: 3px -25px;
}

    .btn-next-prev:hover {
        transition: 0.25s;
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
/**********************************END COULEUR***************************/

/*************************************OPTIONS     **********************/

.login-logo {
    background: url(../../Images/app-logo.png)no-repeat;
    background-size: auto auto;
    background-size: auto auto;
    height: 100px;
    border-width: 0px;
    display: block;
    position: absolute;
    top: 40px;
    left: 40px;
    background-size: cover;
}

#mainContentConfig {
    width: 100%;
    position: relative;
}

.loginDisplay {
    position: fixed;
    top: 58px;
    right: 0;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

/*.tooltip {
    position: absolute;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 20px;
    z-index: 50000;
}*/

.PopUpPanel {
    background-color: silver;
    color: #fff;
    z-index: 200;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 11px;
}

.PopUp {
    color: #fff;
    background-color: rgb(62, 62, 64);
    font-size: 11px;
    width: 164px;
}

    .PopUp td {
        padding: 2% 4%;
    }

    .PopUp legend {
        padding: 2% 4%;
    }

    .PopUp #pnlUser, .PopUp #pnlDriver {
        border: 1px solid white;
        padding: 5px;
    }

    .PopUp legend {
        color: #fff;
    }

#menuOnglet {
    margin-top: 0;
    margin-left: 15%;
    list-style: none;
    width: 100%;
}

    #menuOnglet li {
        display: inline-block;
    }

        #menuOnglet li a {
            display: inline-block;
            border-bottom: 15px solid #3E3E40;
            font-family: calibri;
            color: #fff;
            text-transform: uppercase;
            font-weight: lighter;
        }

        #menuOnglet li b {
            position: absolute;
            font-weight: lighter;
        }

        #menuOnglet li a:hover, .home #menuOnglet li#home a, .single #menuOnglet li#single a, .dropdown #menuOnglet li#dropdown a, .dropline #menuOnglet li#dropline a, .flyout #menuOnglet li#flyout a, .support #menuOnglet li#support a, .contact #menuOnglet li#contact a {
            color: #3E3E40;
            border-bottom: 15px solid #fff;
        }

            #menuOnglet li a:hover b, .home #menuOnglet li#home a b, .single #menuOnglet li#single a b, .dropdown #menuOnglet li#dropdown a b, .dropline #menuOnglet li#dropline a b, .flyout #menuOnglet li#flyout a b, .support #menuOnglet li#support a b, .contact #menuOnglet li#contact a b {
                color: #203153;
                transition: 0.25s;
            }

.menuOngletActivea {
    border-bottom-color: white;
}

.menuOngletActiveb {
    color: #3E3E40;
    background-color: white;
}

.ddlLanguage {
    color: black;
    height: 19px;
    border-color: black;
    font-size: 8pt;
    float: right;
}

.modalBackground {
    background-color: #3E3E40;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.modalBackgroundBlack {
    background-color: #3E3E40;
    filter: alpha(opacity=50);
    opacity: 0.7;
    z-index: 10 !important;
}

.modalBackgroundProgress {
    background-color: #3E3E40;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.ModalWindowQuotation {
    /*cursor: -webkit-grab;*/
    width: 750px;
    background: whitesmoke;
    text-align: left;
    border: 3px solid #333333;
    padding: 1% 1%;
    font-family: calibri;
    top: 50px !important;
}

.ModalWindowQuotationSelections {
    /*cursor: -webkit-grab;*/
    width: 1250px;
    background: whitesmoke;
    text-align: left;
    border: 3px solid #333333;
    padding: 1% 1%;
    font-family: calibri;
    top: 50px !important;
}

.ModalWindowUpload {
    background: whitesmoke;
    text-align: left;
    border: 3px solid #333333;
    padding: 1% 1%;
    font-family: calibri;
    top: 150px !important;
}

.ModalWindow {
    background: #f0f0f0;
    padding: 0px 10px 10px 10px;
    position: absolute;
    top: -1000px;
    z-index: 100000;
    text-align: left;
    border: 1px solid #3E3E40;
}

.ModalWindowWaitLoader {
    /*cursor: -webkit-grab;*/
    /*background: none;
    text-align: left;
    border: none;
    height: 450px;
    padding: 2% 1%;
    font-family: calibri;
      z-index: 100002!important;*/
}

.ModalWindowWaitComparer {
    cursor: -webkit-grab;
    background: whitesmoke;
    text-align: left;
    height: 500px;
    padding: 1% 1%;
    font-family: calibri;
}

    .ModalWindowWaitComparer tr {
        border: none !important;
    }

.ModalWindowWait {
    cursor: -webkit-grab;
    background: whitesmoke;
    text-align: left;
    border: 3px solid #333333;
    height: 530px;
    padding: 1% 1%;
    font-family: calibri;
    width: 700px;
}

    .ModalWindowWait tr {
        border: none !important;
    }

.ModalWindowWait2 {
    cursor: -webkit-grab;
    background: whitesmoke;
    text-align: left;
    border: 3px solid #333333;
    height: 80%;
    padding: 1% 1%;
    font-family: calibri;
    width: 80%;
}

    .ModalWindowWait2 tr {
        border: none !important;
    }

.ModalWindow2 {
    background: #f0f0f0;
    padding: 0px 10px 10px 10px;
    position: absolute;
    top: -1000px;
    z-index: 100000;
    text-align: left;
    border: 1px solid #3E3E40;
    width: 500px;
    height: 300px;
    vertical-align: top;
}

.footer_order {
    background: #3e3e40;
    height: 100%;
    color: white;
    border: none;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 10pt;
    font-family: 'Conv_DINPro-Regular', Arial, Sans-Serif;
    font-weight: lighter;
}

#ModalAPiJAtoCallError {
    height: 100%;
    border: none;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 10pt;
    font-family: 'Conv_DINPro-Regular', Arial, Sans-Serif;
    font-weight: lighter;
}

.modal-header, .modal-footer {
    border: none;
}

.api-jato-error-call-close-button {
    position: absolute;
    top: 2%;
    right: 2%;
    padding: 2% 2%;
}

.footer {
    height: 20px;
    width: 100%;
    border: none;
}

    .footer td {
        border: none;
    }

    .footer th {
        border: none;
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.6;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading {
    font-family: Arial;
    font-size: 10pt;
    border: 1px solid #3E3E40;
    width: 70px;
    height: 45px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

.ItemStyle, .AlternateItemStyle {
    background-color: #ffffff;
    width: 100%;
    text-decoration: none;
    border-bottom: 1px dotted rgba(187, 187, 187, 0.29);
    color: black;
    min-width: 10px;
}

.ItemStyle2 {
    background-color: #eeeeee;
    width: 100%;
    text-decoration: none;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    border-bottom-width: 1px;
    color: #0080FF;
    min-width: 10px;
}

.AlternatingItemStyle2 {
    background-color: #cccccc;
    width: 100%;
    text-decoration: none;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    border-bottom-width: 1px;
    color: #0080FF;
}

.HeaderStyle2 {
    background-color: #aaaaaa;
    width: 100%;
    text-decoration: none;
    height: 50px;
    text-align: center;
    color: #444444;
    min-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
    border-top-width: 1px;
}

.ItemStyle a {
    width: 100%;
    text-decoration: none;
    border-style: none;
    color: black;
    vertical-align: middle;
}

.AlternatingItemStyle {
    background-color: #ffffff;
    width: 100%;
    text-decoration: none;
    border-bottom: 1px dotted rgba(187, 187, 187, 0.29);
    color: black;
}

    .AlternatingItemStyle a {
        width: 100%;
        text-decoration: none;
        border-style: none;
        color: black;
    }

.HeaderStyle {
    background-color: #3e3e40;
    width: 100%;
    text-decoration: none;
    height: 50px;
    text-align: center;
    color: white;
    min-width: 10px;
    border-bottom-style: dotted;
    border-bottom-color: #bbbbbb;
    border-bottom-width: 1px;
    font-size: 16px;
}

    .HeaderStyle th {
        padding-top: 7px;
        text-align: center;
    }

.HeaderStyle2 {
    background-color: #3e3e40;
    width: 100%;
    text-decoration: none;
    height: 50px;
    text-align: center;
    color: white;
    min-width: 10px;
    border-bottom-style: dotted;
    border-bottom-color: #bbbbbb;
    border-bottom-width: 1px;
    font-size: 16px;
}

    .HeaderStyle2 th {
        padding-top: 7px;
        text-align: left;
    }

.item-decal {
    padding-left: 30px;
}

.HeaderStyle a {
    width: 100%;
    text-decoration: none;
    border-style: none;
    color: white;
}

.ItemStyle:hover, .AlternatingItemStyle:hover, .AlternateItemStyle:hover {
    background-color: #203153 !important;
    transition: 0.25s;
    color: white !important;
}

    .ItemStyle:hover a, .AlternatingItemStyle:hover a, .AlternateItemStyle:hover a {
        color: White !important;
        transition: 0.25s;
    }

.ItemStyleOver:hover span, {
    color: White !important;
    transition: 0.25s;
}

.ItemStyleOverRed:hover {
    color: orange !important;
    transition: 0.25s;
}

.ItemStyleOverRed {
    color: red !important;
    transition: 0.25s;
}

.Boutton {
    background-color: #499324;
    color: #fff;
    border: none;
    cursor: pointer;
}

    .Boutton:hover {
        background-color: #3E3E40;
        color: #fff;
        border: none;
        cursor: pointer;
    }

#breadcrumbs-one {
    background: #fff;
    border-width: 0px;
    border-style: none;
    border-color: #f5f5f5 #e5e5e5 #ccc;
    overflow: hidden;
    width: 100%;
}

    #breadcrumbs-one li {
        float: left;
    }

    #breadcrumbs-one a {
        padding: .7em 1em .7em 2em;
        float: left;
        text-decoration: none;
        color: #444;
        position: relative;
        text-shadow: 0 1px 0 rgba(255,255,255,.5);
        background-color: #ddd;
        background-image: linear-gradient(to right, #f5f5f5, #ddd);
    }

    #breadcrumbs-one li:first-child a {
        border-radius: 5px 0 0 5px;
        margin-left: -50px;
    }

    #breadcrumbs-one a::after,
    #breadcrumbs-one a::before {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -1.5em;
        border-top: 1.5em solid transparent;
        border-bottom: 1.5em solid transparent;
        border-left: 1em solid;
        right: -1em;
    }

    #breadcrumbs-one a::after {
        z-index: 3;
        border-left-color: #ddd;
    }

    #breadcrumbs-one a::before {
        border-left-color: #ccc;
        right: -1.1em;
        z-index: 2;
    }

    #breadcrumbs-one li:nth-child(1) a {
        background: hsla(0,0%,30%,1);
        color: white;
    }

        #breadcrumbs-one li:nth-child(1) a:after {
            border-left-color: hsla(0,0%,30%,1);
        }

    #breadcrumbs-one li:nth-child(2) a {
        background: hsla(0,0%,40%,1);
        color: white;
    }

        #breadcrumbs-one li:nth-child(2) a:after {
            border-left-color: hsla(0,0%,40%,1);
        }

    #breadcrumbs-one li:nth-child(3) a {
        background: hsla(0,0%,50%,1);
        color: white;
    }

        #breadcrumbs-one li:nth-child(3) a:after {
            border-left-color: hsla(0,0%,50%,1);
        }

    #breadcrumbs-one li:nth-child(4) a {
        background: hsla(0,0%,60%,1);
        color: white;
    }

        #breadcrumbs-one li:nth-child(4) a:after {
            border-left-color: hsla(0,0%,60%,1);
        }

    #breadcrumbs-one li:nth-child(5) a {
        background: hsla(0,0%,70%,1);
        color: white;
    }

        #breadcrumbs-one li:nth-child(5) a:after {
            border-left-color: hsla(0,0%,70%,1);
        }

    #breadcrumbs-one li a:hover, #breadcrumbs-one li a.current {
        background: #499324;
        color: white;
    }

        #breadcrumbs-one li a:hover::after, #breadcrumbs-one li a.current::after {
            border-left-color: #499324;
        }

.Resume {
    z-index: 10;
    float: right;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 9pt;
    background-color: #DDDDDD;
    border: 1px solid black;
}

.NomVersion {
    font-size: 18pt;
    font-style: italic;
}

.JatoID {
    font-size: 8pt;
}

.tableEquipment {
    border: none;
    border-collapse: collapse;
}

.HeaderStyleAccordion1 {
    background-color: #ffffff;
    width: 100%;
    text-decoration: none;
    color: #444444;
    text-align: left;
    cursor: pointer;
    border-bottom-style: dotted;
    border-bottom-color: #bbbbbb;
    border-bottom-width: 1px;
}

.HeaderStyleAccordion2 {
    background-color: #ffffff;
    width: 100%;
    text-decoration: none;
    color: #444444;
    text-align: left;
    cursor: pointer;
    border-bottom-style: dotted;
    border-bottom-color: #bbbbbb;
    border-bottom-width: 1px;
}

.TitleListe {
    float: left;
    font-family: Calibri;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2% 3%;
}

.titre1Recap, .titre2Recap {
    background-color: #dddddd !important;
    color: #444444;
    font-weight: bold;
    font-size: 10pt;
    border-bottom-style: dotted;
    border-bottom-color: #bbbbbb;
    border-bottom-width: 1px;
    text-transform: uppercase
}

.titre2Recap {
    background-color: #ffffff;
    color: #444444;
    font-weight: bold;
    font-size: 10pt;
    border-bottom-style: dotted;
    border-bottom-color: #bbbbbb;
    border-bottom-width: 1px;
}

.titre3Recap {
    border-bottom-style: solid;
    border-bottom-color: #bbbbbb;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-top-color: #bbbbbb;
    border-top-width: 1px;
}

.rowRecap {
    border-bottom-style: dotted;
    border-bottom-color: #bbbbbb;
    border-bottom-width: 1px;
}

.rowRecap2 {
    border-bottom-style: dotted;
    border-bottom-color: #bbbbbb;
    border-bottom-width: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.row2Recap {
    border-bottom-style: solid;
    border-bottom-color: #bbbbbb;
    border-bottom-width: 1px;
}

.rowRecapAll {
    border-bottom-style: dotted;
    border-bottom-color: #bbbbbb;
    border-bottom-width: 1px;
    border-top-style: dotted;
    border-top-color: #bbbbbb;
    border-top-width: 1px;
}

.libelleRecap {
    font-size: 10pt;
    color: #444444;
}

.valeurRecap {
    color: #444444;
    font-size: 10pt;
    font-weight: bold;
}

.libelle2Recap {
    font-size: 10pt;
    color: #444444;
    font-weight: bold;
}

.valeur2Recap {
    color: #444444;
    font-size: 10pt;
    font-weight: bold;
}

.textWrap {
    color: black;
    text-wrap: normal;
    text-transform: lowercase;
}

/*MES SAUVEGARDES*/
.NewConfig {
    position: absolute;
    top: 90px;
    z-index: 1;
    left: 43px;
    background: none;
    border: solid 3px #203153;
    padding: 1% 1%;
    cursor: pointer;
    text-decoration: initial;
    text-decoration: none;
    color: black;
    font-family: sans-serif;
}

    .NewConfig:hover {
        background: #203153;
        transition: 0.25s;
        color: white;
    }

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@-moz-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.savedConf {
    margin-top: 2%;
}

    .savedConf input {
        padding: 5px 0;
    }

.tblBudget {
    width: 100%;
    border: none !important;
}

    .tblBudget tr td {
        vertical-align: middle;
        padding-left: 10px;
        padding-right: 10px;
    }

    .tblBudget tr {
        border-bottom-style: dotted;
        border-bottom-color: #bbbbbb;
        border-bottom-width: 1px;
    }

.contentAdmin {
    margin: 8% 2%;
    width: 100%;
    font-family: sans-serif;
}

    .contentAdmin th {
        vertical-align: middle;
    }

.tblDoc {
    margin-top: -40px;
    margin-left: 33px;
    width: 95%;
    font-family: sans-serif;
    font-size: 10pt;
    position: relative;
    z-index: 1;
}

    .tblDoc tr {
        border: none !important;
    }

#MainContent_upCommande table tr td {
    vertical-align: middle;
    font-family: calibri;
}

#MainContent_upCommande legend {
    padding: 0;
    width: 100%;
    text-transform: uppercase;
}

.listeBtn {
    float: left;
    position: fixed;
    top: 97px;
    z-index: 1;
    left: 12px;
}

    .listeBtn li {
        text-align: center;
    }

        .listeBtn li span {
            font-family: sans-serif;
            font-size: 8pt;
            text-align: center;
        }

.gvwBudgetQuotes {
    font-family: calibri;
}

    .gvwBudgetQuotes .AlternatingItemStyle, .gvwBudgetQuotes .ItemStyle {
        background: none;
    }

.ModalWindowBudgetQuotes {
    background: #f0f0f0;
    padding: 1% 1%;
    border: 1px solid #3E3E40;
    width: 320px;
}

.gvwBudgetQuotes .HeaderStyle th {
    width: 1000px;
}

.gvwBudgetQuotes tr td {
    vertical-align: middle;
}

.savedConf tr {
    border: none !important;
}

.codeConstructeur {
    text-align: center;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 0px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.changePass {
    color: white;
    text-decoration: none;
    font-family: calibri;
    font-size: 11pt;
    font-weight: lighter;
    cursor: pointer;
}

.content-color .couleur .td-info-color {
    width: 1400px;
}

.pnlUserinfo {
    position: fixed;
    top: 46px;
    right: 51px;
    z-index: 20;
    font-family: sans-serif;
}

.changePass:hover .pnlUserinfo {
    display: block;
}

.tblBestBuy {
    margin: 0 auto;
    width: 685px;
}

#MainContent_pnlNewPrequotation .HeaderStyle th {
    padding-top: 0;
    vertical-align: middle;
}

.TheEnd {
    background: #313131;
}

.ForgotPswd {
    font-family: sans-serif;
    margin-top: 56px;
}

.accInfo legend {
    width: 100%;
    padding-bottom: 3%;
}

.lblMsg {
    position: fixed;
    top: 171px;
    z-index: 1;
    font-size: 9pt;
    width: 398px;
    right: 82px;
    font-family: sans-serif;
    text-align: right;
    line-height: 14px;
    height: 56px;
    overflow: auto;
    background: white;
}

.tdLbl {
    width: 432px;
    padding-right: 10px;
}

.ajax__calendar {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
}

#form1 {
    height: 100%;
}

.txtError {
    text-align: center;
    font-family: sans-serif;
    line-height: 22px;
    width: 100%;
}

.dtgEquipement tr td {
    vertical-align: middle
}

/*********COMMANDE************/
.btn_notif {
    background-color: black;
    padding: 10px 0;
    letter-spacing: 2px;
    width: 100%;
    border: none;
    color: white;
    font-variant: small-caps;
    font-size: 16px;
    cursor: pointer;
}

    .btn_notif:hover {
        background-color: grey;
        color: white;
    }

.btn_commander {
    position: absolute;
    background: url(../Images/btn_commander.jpg)no-repeat;
    width: 169px;
    height: 32px;
}

    .btn_commander:hover {
        background: url(../Images/btn_commander_hover.jpg)no-repeat;
    }

.btn_continuer_la_config {
    position: absolute;
    background: url(../Images/btn_continuer_la_config.jpg)no-repeat;
    width: 169px;
    height: 32px;
}

    .btn_continuer_la_config:hover {
        background: url(../Images/btn_continuer_la_config_hover.jpg)no-repeat;
    }

.btnTCO {
    background: url(../Images/tco.png)no-repeat;
    width: 48px;
    height: 51px;
    border: none;
    cursor: pointer;
}

.btn_commander2 {
    background: url(../Images/btn_commander.png)no-repeat;
    width: 51px;
    height: 51px;
    border: none;
    cursor: pointer;
}

.btn_commander_gris {
    background: url(../Images/btn_commander_gris.png)no-repeat;
    width: 51px;
    height: 51px;
    border: none;
    cursor: pointer;
}

.btn_commander3 {
    position: relative;
    background: url(../Images/btn_commander.png)no-repeat;
    width: 52px;
    height: 52px;
    border: none;
    cursor: pointer;
    padding: 26px 26px;
}

.btn_commander3_gris {
    position: relative;
    background: url(../Images/btn_commander_gris.png)no-repeat;
    width: 52px;
    height: 52px;
    border: none;
    cursor: pointer;
    padding: 26px 26px;
}

.btn_commander3_red {
    position: relative;
    background: url(../Images/btn_commander_red.png)no-repeat;
    width: 52px;
    height: 52px;
    border: none;
    cursor: pointer;
    padding: 26px 26px;
}
/*.btn_commander2:hover{
    background: url(../Images/btn_commander_hover.jpg)no-repeat;
}*/
.btn_new {
    position: absolute;
    background: url(../Images/btn_new_hover.jpg)no-repeat;
    width: 169px;
    height: 32px;
    top: 100px;
    right: 185px;
}

    .btn_new:hover {
        background: url(../Images/btn_new.jpg)no-repeat;
    }

.oui {
    position: relative;
    background: url(../Images/oui.jpg)no-repeat;
    width: 169px;
    height: 32px;
    float: left;
}

.non {
    position: relative;
    background: url(../Images/non.jpg)no-repeat;
    width: 169px;
    height: 32px;
    float: left;
    margin-left: 10px;
}

.btn_final {
    position: absolute;
    background: url(../Images/btn_final1.jpg)no-repeat;
    width: 169px;
    height: 32px;
    padding-bottom: 60px;
    right: 230px;
}

    .btn_final:hover {
        background: url(../Images/btn_final2.jpg)no-repeat;
    }

.btn_annuler {
    position: absolute;
    background: url(../Images/btn_annuler1.jpg)no-repeat;
    width: 169px;
    height: 32px;
    padding-bottom: 60px;
    right: 49px;
}

    .btn_annuler:hover {
        background: url(../Images/btn_annuler2.jpg)no-repeat;
    }

.popup:target .popup-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 204px;
}

.popup-dialog {
    background: #fefefe;
    border: rgba(62, 62, 64, 0.43) solid 1px;
    position: fixed;
    left: 21%;
    top: -100%;
    z-index: 11;
    -webkit-transform: translate(0, -500%);
    -ms-transform: translate(0, -500%);
    transform: translate(0, -500%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    padding: 30px;
    overflow-x: hidden;
    overflow-y: auto;
}

.btn-close {
    color: #3E3E40;
    font-size: 30px;
    text-decoration: none;
    position: relative;
    top: -28px;
    float: right;
    right: -19px;
    width: 17px;
    height: 25px;
}

    .btn-close.api-jato-error-call-close-button {
        color: #3E3E40;
        font-size: 30px;
        text-decoration: none;
        position: absolute;
        top: 2%;
        right: 2%;
        padding: 2% 2%;
        float: right;
        width: 17px;
        height: 25px;
    }

.tab .btn-close {
    color: #3E3E40;
    font-size: 30px;
    text-decoration: none;
    position: relative;
    top: 11px;
    float: right;
    right: -1px;
    width: 36px;
    height: 39px;
    background-size: 62%;
}

.popup .btn-close {
    background: none
}

.btn1, .btn2 {
    float: left;
    letter-spacing: 2px;
    border: 1px solid black;
    margin-right: 13px;
    text-align: center;
    line-height: 32px;
    height: 32px;
    font-size: 13px;
    width: 225px;
    padding: 3px 0;
}

.btn1 {
    color: black;
}

    .btn1:hover {
        color: white;
        background: black
    }

.btn2 {
    background: black;
    margin: 0;
}

    .btn2:hover {
        background: grey;
        border-color: grey;
    }

.btn_panier {
    background: url(../Images/btn_panier.png)no-repeat;
    width: 51px;
    height: 51px;
    border: none;
    cursor: pointer;
}
/*.btn_panier:hover{
    background: url(../Images/btn_panier_hover.jpg)no-repeat;
}*/
.btn_edit_selection {
    position: relative;
    background: url(../Images/btn_edit_selection.png)no-repeat;
    width: 52px;
    height: 52px;
    border: none;
    cursor: pointer;
    padding: 26px 26px;
}

.btn_messages {
    position: relative;
    background: url(../Images/exclamation.png)no-repeat;
    background-size: contain;
    width: 52px;
    height: 52px;
    border: none;
    cursor: pointer;
    padding: 26px 26px;
}

.btn_edit_selection_red {
    position: relative;
    background: url(../Images/btn_edit_selection_red.png)no-repeat;
    width: 52px;
    height: 52px;
    border: none;
    cursor: pointer;
    padding: 26px 26px;
}

.btnCommandeAjout {
    position: fixed;
    top: 76px;
    right: 149px;
    z-index: 1;
    height: 87px;
}

    .btnCommandeAjout div {
        float: left;
        text-align: center;
        font-family: calibri;
        width: 100px;
    }
/***POPUP***/
.popup-dialog {
    background: #fefefe;
    border: rgba(62, 62, 64, 0.43) solid 1px;
    position: fixed;
    left: 21%;
    top: -100%;
    z-index: 11;
    -webkit-transform: translate(0, -500%);
    -ms-transform: translate(0, -500%);
    transform: translate(0, -500%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    padding: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: calibri;
}

#popup_one .btn-close2 {
    color: #3E3E40;
    font-size: 30px;
    text-decoration: none;
    position: relative;
    top: -28px;
    float: right;
    right: -18px;
    background: none;
    width: 16px;
    height: 26px;
}

.popup-dialog p {
    margin: 0;
}

.bgBlack {
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 2;
}

.popup a {
    text-decoration: none;
}
/***END POPUP***/
/********END COMMANDE*******/

/***********MES SELECTIONS**********/
.tbl-commandes {
    width: 100%;
    font-family: calibri;
    line-height: 20px;
}

    .tbl-commandes tr td {
        border-bottom: 1px solid #DADADA;
        vertical-align: middle;
    }

        .tbl-commandes tr td a {
            text-decoration: none
        }

.headerstyle td {
    background: #3E3E40;
    border-bottom: 2px solid #203153 !important;
    color: white;
    padding: 4px 10px;
}

.tbl-commandes p {
    margin: 0;
}

.tbl-budget {
    width: 188px;
}

    .tbl-budget tr td {
        border-bottom: none !important;
    }

    .tbl-budget tr {
        border-bottom: none !important;
    }
/*************END MES SELECTIONS*************/

.notifs {
    background: #dd8245;
    border-radius: 100px;
    padding: 2px 5px;
    font-size: 15px;
    font-weight: bold;
    color: white;
    position: relative;
    top: -7px;
    left: 76px;
    font-family: calibri;
}

/*******Accueil Catalogue*********/
.tblAccueilCatalogue {
    font-family: calibri;
    width: 100%
}

    .tblAccueilCatalogue tr td a {
        text-decoration: none;
        color: black;
    }

    .tblAccueilCatalogue .headerstyle td {
        padding: 6px 10px;
    }

    .tblAccueilCatalogue tr td {
        vertical-align: middle;
        text-align: center;
    }

    .tblAccueilCatalogue tr:hover {
        background: rgba(128, 128, 128, 0.13);
        transition: 0.25s;
    }

.imgCarNotif {
    float: left;
    width: 51px;
    padding-right: 22px;
}

.popup-notif {
    width: 371px;
}

hr {
    width: 100%;
}

.panelOrder {
    padding: 0px 2px;
}

table.fixed {
    table-layout: fixed;
    width: 90%;
}

    table.fixed td {
        overflow: hidden
    }

table.fixed2 {
    table-layout: fixed;
    width: 100%;
}

    table.fixed2 td {
        overflow: hidden
    }

.panelOrder table tr {
    border-bottom: none !important;
}

.legende_pictos {
    position: relative;
    left: 6%;
    font-family: calibri;
}

.toggle-description {
    display: none
}

.panelJatoInteligence {
    font-family: calibri;
    background: rgba(255, 255, 255, 0.80);
    position: absolute;
    top: 182px;
    border-bottom: red 1px solid;
    border-top: red 1px solid;
    height: 119px;
    z-index: 1;
    text-align: center;
}

    .panelJatoInteligence #lblNotAvailable {
        font-size: 18px;
        position: relative;
        top: 24px;
        font-weight: bold;
        color: #3E3E40;
    }

.btnclosejatointeligence {
    right: -20px;
    top: 27px;
    position: relative;
    background: url(../Images/cancel.png)no-repeat;
    border: none;
    background-size: 100%;
    width: 25px;
    height: 25px;
    cursor: pointer
}

.btn_valider_modifier_mes_selections table tr td {
    width: 100px;
}

.disabled-link {
    pointer-events: none;
}

.unselectable_config {
    /*background-color: #888;
    moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);*/
}

tr.unselectable_config td {
    padding-top: 20px;
    position: relative;
}

    tr.unselectable_config td:not(.enabled) {
        opacity: 0.2;
    }

    tr.unselectable_config td.btn_valider_modifier_mes_selections {
        top: 1px !important;
    }

tr.unselectable_config {
    top: 1px !important;
    height: 100% !important;
}

.warningCatChange {
    text-align: center;
    width: 100vw;
    color: red;
    top: 0px;
    position: absolute;
    left: -55px;
    font-weight: bold;
}

.btn_demQuot {
    position: absolute;
    background: url(../Images/btn_new_hover.jpg)no-repeat;
    width: 169px;
    height: 32px;
    right: 185px;
    color: white;
    font-family: calibri;
    border: none;
    cursor: pointer;
    margin-top: -15px;
}

    .btn_demQuot:hover {
        background: url(../Images/btn_new.jpg)no-repeat;
    }

/*Showroom*/
.specifications {
    width: 86%;
    margin-left: 7%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.showroomHeader {
    padding: 10px;
    font-weight: bold;
}

.headerContainer {
    height: 40px;
    background-color: gainsboro;
    margin-bottom: 20px;
}

.bold {
    font-weight: bold;
}

.specifications tr {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
}

.DatagridItemStyle {
    background-color: #FFFFFF;
    border-color: Black;
    color: Black;
}

.dataGrid-cost td {
    padding-left: 15px;
}

.DatagridFooterStyle {
    font-size: 13px;
    text-align: center;
    font-style: normal;
    height: 20px;
    color: White;
    background-color: #535457;
}

.DatagridAlternatingItemStyle {
    color: Black;
    text-align: left;
}

.btn-wide {
    margin-top: 3px;
    width: 100%;
}

.imgShowroomLogo {
    max-height: 50px;
    padding-top: -5px;
}

.modal-backdrop {
    z-index: 10 !important;
}

.modal {
    z-index: 9999;
    background-color: transparent !important;
}

.carouselArrow {
    position: absolute;
    top: 50%;
}

.btnColumn .btn {
    width: 48%;
    margin-top: 20px;
}

.selectCol .btn {
    margin-top: 30px;
    border-radius: 0;
    font-weight: bold;
}

.collapsible-content {
    display: none;
    overflow: hidden;
}

.chevron {
    color: black;
    font-size: x-large;
    padding-left: 10px;
}

.reservedRow {
    margin-bottom: 30px;
    font-family: calibri;
    width: 100%;
}

    .reservedRow .row {
        margin-top: 20px;
    }

.collapsible {
    text-decoration: none;
    color: black;
}

    .collapsible:hover {
        text-decoration: none;
        color: black;
    }

.lastRow {
    background: gray;
    color: white;
    font-weight: bold;
}

.optionheader {
    background-color: gainsboro;
    margin-bottom: 20px;
    font-weight: bold;
}

    .optionheader td {
        padding: 10px 15px;
    }

.showroomDetails {
    width: 100%;
}

    .showroomDetails tbody tr {
        border: none;
    }

        .showroomDetails tbody tr td {
            border-bottom: 1px dotted gray;
        }

.item img {
    width: 100%
}

.showroomVehicleHeader {
    background-color: #3e3e40;
    text-decoration: none;
    height: 32px;
    color: white;
    min-width: 10px;
    font-size: 16px;
    padding-left: 32px;
    padding-top: 5px;
}

.showroomVehicleContent {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 25px;
    vertical-align: central;
    height: 60px
}

/* Advanced Filter */
#btnfiltreNew {
    position: fixed;
    left: 0.5%;
    z-index: 2;
    width: 80px;
    margin-left: 1%;
    border: 1px solid #203153;
    height: 50px;
    border-radius: 100px;
    margin-top: -18px;
    padding: 14px 0;
    cursor: pointer;
}

    #btnfiltreNew span {
        color: #203153;
        position: relative;
        top: 0px;
        left: 11px;
        font-size: 15pt;
    }

/*******Filter Panel*********/
.filterPanel {
    height: 100%; /* 100% Full-height */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: white; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    font-family: Conv_DINPro-Regular, Arial;
    font-size: 13px;
    border-right: 1px solid black;
    text-decoration: none;
    color: black;
    padding-right: 0;
}

.filterToggleGroup {
    color: black;
    font-weight: bold;
}

    .filterToggleGroup:after {
        content: "-";
        float: right;
    }

    .filterToggleGroup.collapsed:after {
        content: "+";
        float: right;
    }

.filterToggle {
    color: black;
}

    .filterToggle:after {
        content: "-";
        float: right;
    }

    .filterToggle.collapsed:after {
        content: "+";
        float: right;
    }

.filterPanel a {
    text-decoration: none;
    color: black;
    cursor: pointer;
}

.filterGroupTitle {
    font-weight: bold;
}

.filterGroupPanel {
    margin-bottom: 16px;
    margin-right: 15px;
    border-bottom: 1px solid;
    font-size: 16px;
    padding-bottom: 5px;
}

.filterBigGrup {
    margin-bottom: 20px;
}

.filterGroup {
    margin-left: 15px;
    margin-top: 10px;
}

.filterGroupSmall {
    margin-left: 15px;
    margin-top: 5px;
    margin-right: 10px;
    font-size: 10px;
}

.filterSlider {
    margin-top: 5px;
}

#filterPanel .chkBox input {
    margin-right: 5px;
}

#filterPanel .chkBox tbody tr {
    height: 10px;
}

.filterButton {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
}

.applied-filter {
    background-color: #ddd;
    border: none;
    color: black;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
    font-size: 14px;
}

.close-applied-filter {
    margin-left: 10px;
}

.filterView-brand {
    margin: 20px 0;
    margin-left: 15px;
    width: 90px;
}

.filterView-brandlogo {
    width: 60px;
}

.filterView-resultItem {
    border-color: grey;
    border-style: solid;
    border-radius: 10px;
    border-width: 1px;
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin: 15px 0;
    cursor: pointer;
    height: 230px;
}

    .filterView-resultItem .filter-image img {
        width: 100px;
    }

.filterGroupPanel .filterGroup .filterGroupPanel {
    border: none;
}

.filterGroupPanel table label, .filterGroupPanel #model label {
    font-size: 13px;
    margin-left: 5px;
    text-transform: capitalize;
}

.filterView-model {
    font-weight: bold;
    margin-bottom: 10px;
}

.filterView-version {
    margin-bottom: 15px;
    min-height: 30px;
}

.filterView-fuel span {
    vertical-align: super;
}

.filterView-fuel {
}

.filterView-co2 {
}

.filterView-resultProperty {
    color: #083867;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 0px;
}
}

.filterView-powertrain span {
    vertical-align: super;
}

.filterView-co2 span {
    vertical-align: super;
}

.warning {
    float: right;
}

.filterView-disabled *:not(.warning) {
    opacity: 0.5;
    cursor: auto;
}

.filterView-incomplete .warningIncomplete {
    display: inline-block;
    cursor: auto;
    color: #F7931E;
}

.filterView-complete .warningIncomplete {
    display: none;
}

.filterView-rentNOTOK .warningRent {
    display: inline-block;
    cursor: auto;
    color: #F7931E;
}

.filterView-rentOK .warningRent {
    display: none;
}

.filterView-outgoing .warningOutgoing {
    display: inline-block;
    cursor: auto;
    color: #F7931E;
}

.filterView-notOutgoing .warningOutgoing {
    display: none;
}

.filter-wrapper {
    max-height: 80%;
    overflow-y: scroll;
    width: 100%;
}

.page-link {
    cursor: pointer;
}

.btn-primary, .btn-primary:active, .btn-primary:active:focus, .btn-primary:focus {
    background-color: #F7931E;
    border-color: #F7931E;
}

    .btn-primary:hover {
        background-color: #854a04;
        border-color: #854a04;
    }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #F7931E;
    border-color: #F7931E;
}

.filter-title {
    font-family: Calibri;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.5em;
}

#MainContent_pnlFilter div, #MainContent_pnlFilter span, #MainContent_pnlFilter a {
    font-family: Calibri !important;
}

#MainContent_pnlFilter .ui-slider-handle {
    margin-top: 2px !important;
}

.ui-slider-range {
    background-color: #F7931E !important;
}

.filter-collapsed {
    width: 0;
    border: none;
}

#closeRow {
    text-align: right;
    margin-bottom: 15px;
    margin-right: 10px;
}

    #closeRow a {
        cursor: pointer;
    }

#btn-filter-wrapper {
    display: none;
    padding: 15px;
    float: left;
}

.filterconf {
    position: static !important;
    left: 0 !important;
    width: 70px !important;
    height: 40px !important;
    margin-left: 5px !important;
    margin-bottom: 15px !important;
}

    .filterconf span {
        left: 0 !important;
        font-size: 15px !important;
        text-align: center;
        top: -2px !important;
    }

.filterbutton {
    /*position: static !important;*/
    /*left: 0 !important;*/
    width: 70px !important;
    height: 40px !important;
    /*margin-left: 10px !important;*/
    /*margin-bottom: 10px !important;*/
}

    .filterbutton span {
        font-family: sans-serif;
        left: 15px !important;
        font-size: 15px !important;
        text-align: center;
        top: -2px !important;
    }

.filtercheckboxEnabled input {
    background-color: green;
}

.filtercheckboxDisabled input {
    background-color: red;
}

.text-error {
    color: #FF6666; /* Lighter shade of red for error */
}

.text-default-grey {
    color: #989898; /* Default grey color */
}