@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    src: url('/fonts/OpenSans_Semibold.woff') format('truetype');
}

@font-face {
    font-family: 'Varela Round';
    font-style: normal;
    src: url('/fonts/VarelaRound.woff') format('truetype');
}

html,
body {
    height: 100%;
    overflow: hidden;
}

body,
form,
a,
td,
th,
div,
input,
textarea,
select,
button,
li {
    font-family: "Open Sans";
    font-size: 15px;
    margin: 0;
    padding: 0;
}

form {
    text-align: center;
}

select,
select:hover,
.iconhover:hover,
.hasDatepicker {
    cursor: pointer;
}

img {
    border: 0;
}

body {
    background-color: #ffffff;
    color: #333333;
}

table {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    border-spacing: 0;
}

td {
    border: 0px none;
    padding: 0px;
    vertical-align: top;
    height: 30px;
    vertical-align: middle;
}

i {
    color: #646464;
}

label,
.displayed {
    display: block;
}

input {
    padding: 5px 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 8px #c3c3c3;
    color: #333333;
}

input[type=button],
input[type=radio] {
    width: auto;
    color: #333333;
    background-color: #ddd;
}

input[type=button]:hover {
    /*padding: 5px 10px;*/
    border: 1px solid #ccc;
    box-shadow: 0px 3px 8px #c3c3c3;
    background-color: #0053a1 !important;
    cursor: pointer;
    color: #ffffff;
}

input[type=submit]:hover {
    padding: 5px 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 8px #c3c3c3;
    background-color: #0053a1;
    cursor: pointer;
    color: #ffffff;
}

input[type=checkbox] {
    box-shadow: initial;
    cursor: pointer;
}

button {
    padding: 5px 10px 6px;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 8px #c3c3c3;
    color: #333333;
    background-color: #ddd;
}

button:hover,
button:active,
button:focus {
    border: 1px solid #ccc;
    box-shadow: 0px 3px 8px #c3c3c3;
    background-color: #0053a1 !important;
    cursor: pointer;
    color: #ffffff;
}

button:hover > i,
button:active > i,
button:focus > i,
.menulogin a:hover,
.menulogin li:hover > i,
#IDsidemenucontent a:hover > i,
#IDsidemenucontent a:hover {
    color: #ffffff;
}

textarea {
    padding: 5px 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 8px #c3c3c3;
    resize: none;
    width: 100%;
}

select {
    padding: 5px 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 8px #c3c3c3;
    color: #666666;
}

p,
div#intro {
    font-size: 0.8em;
    color: #666666;
    line-height: 150%;
    list-style-type: square;
    list-style-position: outside;
}

h1 {
    font-size: 3em;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

h2 {
    font-size: 2em;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

h3 {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

a:link,
a:visited {
    color: #333333;
}

a:active,
.rouge,
#Onglets_Stat a,
#Onglets_Plan1 a,
#Onglets_Plan2 a,
#Onglets_Plan3 a {
    color: #990000;
}

.icon {
    width: 22px;
    height: 22px;
}

.flag_icon {
    width: 32px;
    height: 32px;
    position: fixed;
    top: 8px;
    left: 390px;
}

#IdMailReport {
    display: none;
    color: rgb(190, 190, 190);
    margin: 65px;
    text-align: left;
    word-wrap: break-word;
}

#FormUsers {
    margin: 0px;
    border: 1px solid #c3c3c3;
    padding: 0;
    background-color: #f6faff;
}

#ModifUsers {
    border: 0px solid #ccc;
    padding: 10px 0;
    background-color: #f6faff;
}

#ModifUsers i {
    padding: 0;
    width: 22px;
    height: 22px;
}

#ModifUsers th {
    text-align: center;
    background-color: #bfbfbf;
    color: #000;
    font-size: 1em;
    padding: 5px !important;
}

#ModifUsers td:first-child,
#ModifUsers td:last-child,
#TarifUsine td:first-child,
#TarifUsine td:last-child {
    padding: 5px;
}

#ModifUsers tr:hover,
#IdDivLog tr:hover {
    background-color: #ccc !important;
    /*border-color:#ccc;*/
}

#ModifUsers tr:nth-child(2n),
.contenu_table tr:nth-child(2n),
#TarifUsine table > tbody > tr:nth-child(2n) {
    background-color: #f6faff;
}

#ModifUsers td {
    height: 25px;
    vertical-align: middle;
    padding: 7px 10px;
}

.ModifUsersTDCheck {
    color: #a8a8a8;
}

.uesinvers {
    font-size: 0.8em;
    font-weight: bold;
    color: #FFFFFF;
}


/*Definition des liens des menus*/

#navlist_a {
    width: 148px;
    line-height: normal;
    height: auto;
}

#navlist_a ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    white-space: normal;
    line-height: normal;
}

#navlist_a li {
    margin: 0;
    border: 1px solid #ccc;
}

#navlist_a a {
    display: block;
    padding: 2px 2px 2px 5px;
    color: #FFFFFF;
}

#navlist_a a:link,
#navlist_a a:visited,
#navlist_b a:link,
#navlist_b a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#navlist_a a:hover,
#navlist_a a:active,
#navlist_b a:hover,
#navlist_b a:active {
    background-color: #CCCCCC;
    color: #000000;
}

#uberlink a:link,
#uberlink a:visited,
#uberlink a:hover,
#uberlink a:active {
    background-color: #FFFFFF;
    color: #000000;
}


/*Definition des linken Untermenüs*/

#navlist_b {
    width: 120px;
    line-height: normal;
    height: auto;
}

#navlist_b ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0.8em;
    white-space: normal;
    line-height: normal;
}

#navlist_b li {
    margin: 0;
}

#navlist_b a {
    display: block;
    padding: 2px 2px 2px 16px;
}

.main_texte {
    font-size: 0.8em;
    color: #000000;
}

.main_erreur {
    font-size: 0.8em;
    color: #FF0000;
}

img {
    border-style: none;
}


/* Quotes (news, livre d'or, ... ) */

table.quote {
    position: relative;
    left: 10px;
    width: 98%;
}

td.quote {
    background-color: #FAFAFA;
    border: 1px solid #ccc;
    font-size: 0.8em;
    padding-left: 5px;
    padding-right: 5px;
    color: #333333;
}

td.quote_title {
    font-size: 0.8em;
    font-weight: bold;
    color: #333333;
}


/*  ------  */


/*    Textes    */


/*  ------  */


/* italique */

.form_i {
    font-style: italic;
}


/* souligné */

.form_u {
    text-decoration: underline;
}


/* gras */

.form_b {
    font-weight: bold;
}


/* Necessaire car ClassRowThin -> flex */

div#stattous .ClassRowThin,
div#stattous .ClassRow {
    display: block !important;
}

.contenu_table {
    border-collapse: separate;
    border-spacing: 0px;
    width: 100%;
    padding-bottom: 20px;
}

.contenu_table th {
    background-color: #bfbfbf;
    padding: 5px !important;
    text-align: center;
    color: #333333;
}

.contenu_table tr:hover,
#TarifUsine tr:hover {
    background-color: #0053a1 !important;
    color: #ffffff;
}

.contenu_table td {
    border-bottom: 1px solid #f6f6f6;
    padding: 5px !important;
    border-collapse: collapse;
    text-align: left;
}

.contenu_table td i {
    padding: 0;
}

.no_underline {
    text-decoration: none;
}

#Onglets_GererOF_MA {
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

#Onglet_Tous {
    text-align: center;
    background-color: #D2D2D2;
}

#Onglets_Projets,
#Onglets_Stat,
#Onglets_Plan1,
#Onglets_Plan2 {
    width: 100%;
    padding-bottom: 50px;
    border-collapse: collapse;
    position: relative;
    top: 20px;
}

#Onglets_Projets td {
    width: 14%;
    border: 1px solid #ccc;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 10px;
    cursor: pointer;
}

#Onglets_Stat td,
.Onglet_Norm2 {
    width: 25%;
    border: 1px solid #ccc;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 10px;
    background-color: #F4F4F4;
}

#Onglets_Plan3 {
    width: 100%;
    padding-bottom: 50px;
    border-collapse: collapse;
    position: relative;
    top: 20px;
    font-size: 0.8em;
}

#Bloc_Onglets_PlanStats {
    position: relative;
    top: 20px;
}

#Diagramme_Contacts {
    width: 500px;
    height: 400px;
    position: relative;
}

.Onglet_Norm {
    width: 16%;
    border: 1px solid #D2D2D2;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 10px;
    background-color: #F4F4F4;
}

.Onglet_Selec {
    width: 16%;
    border: 1px solid #ccc;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 10px;
    background-color: #D2D2D2;
}

.Onglet_Selec2 {
    width: 25%;
    border: 1px solid #ccc;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 10px;
    background-color: #D2D2D2;
}

.Onglet_Norm3 {
    border: 1px solid #ccc;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 10px;
    background-color: #F4F4F4;
}

.Onglet_Selec3 {
    border: 1px solid #ccc;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 10px;
    background-color: #D2D2D2;
}

#Onglet_Ok_Norm {
    width: 22%;
    border: 1px solid #ccc;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 10px;
    background-color: #F4F4F4;
}

#Onglet_Ok_Selec {
    width: 22%;
    border: 1px solid #ccc;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 10px;
    background-color: #D2D2D2;
}

#Onglet_Tous_Norm {
    width: 14%;
    border: 1px solid #ccc;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 10px;
    background-color: #F4F4F4;
}

#Onglet_Tous_Selec {
    width: 14%;
    border: 1px solid #ccc;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 10px;
    background-color: #D2D2D2;
}

#Liste_Origine tr td {
    text-align: right;
    font-weight: bold;
}

#Liste_Origine tr td:first-child {
    text-align: left;
    font-weight: normal;
    padding-right: 40px;
}

.display_none,
#valid_concept_WKR {
    display: none;
}

#MesOF,
#MesMA,
#MesVA,
#MesMA_Inst {
    margin-left: auto;
    margin-right: auto;
}

#MA_Inst_Excel {
    position: relative;
    padding-left: 8px;
}

#Input_Origine,
#time_estimation_filtre {
    width: 150px;
}

.partie_gauche {
    float: left;
    width: 29%;
}

.partie_gauche .tableau td,
.partie_droite table td,
.tableau .text_left {
    text-align: left;
}

.partie_droite {
    float: right;
    width: 69%;
    border: 0px solid #ccc;
    padding: 10px 0;
    /*background-color: #F6F6F6;*/
    color: #333333;
}

.partie_droite table {
    padding: 10px;
    /*background-color: #F6F6F6;*/
}

.partie_droite table input,
.partie_droite table select,
.ValidModule input,
#IdDivModifUser {
    width: 100%;
    max-width: 300px;
}

.partie_droite table textarea {
    width: 100%;
    color: #333333;
    max-width: 300px;
}

.partie_bas {
    clear: both;
    text-align: left;
}

.clear {
    clear: both;
}

.tableau {
    border-collapse: collapse;
    font-size: 0.9em;
}

.tableau td {
    border: 1px solid #ccc;
    text-align: center;
    padding: 2px;
}

.tableau .dern_col {
    border-right: solid 0px #ccc;
}

.col_nb {
    border-right: solid 0px #ccc;
    text-align: center !important;
}

.tableau .text_right,
.fenetre_plan .Marge20,
.fenetre_plan .Marge25,
.fenetre_plan .MargeOK,
.fenetre_plan .MargeSAP {
    text-align: right;
}

.tableau .sous_titre {
    border-top: 1px solid #ccc;
}

.tableau .sans_bord {
    border: 1px solid #ccc;
}

.tableau th {
    text-align: center;
    border-bottom: solid 1px #ccc;
    color: #333333;
}

#ModifTarifUnidose {
    width: 50%;
    margin: 35px auto;
    padding: 10px;
    border-collapse: initial;
    border: solid 1px #ccc;
}

#ModifTarifUnidose select[name='Unidose_model'] {
    text-align: center;
    width: 200px;
}

#ModifTarifUnidose select {
    margin: 2px 0;
    width: 80px;
    padding: 3px 12px;
}

#ModifTarifUnidose input {
    width: 58px;
}

#ModifTarifUnidose .dern_col div {
    width: fit-content;
}

#ModifTarifUnidose .sans_bord {
    border: 0px solid #ccc;
}

#ModifTarifUnidose td {
    border: 0;
    text-align: left;
    padding: 0 10px;
}

#ModifTarifUnidose th {
    padding: 8px;
    border: 1px solid #ccc;
}

#ModifTarifUnidose tr:nth-child(2n) {
    background-color: #f6faff;
}

.petite_police {
    font-size: 0.8em;
}

.type_produit a {
    text-decoration: none;
    color: #990000;
}

div#fenetre {
    text-align: left;
    width: 100%;
    height: auto;
    border-collapse: collapse;
    font-size: 0.8em;
    font-weight: bold;
    font-variant: normal;
    font-style: normal;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

div#logo,
div#logo2,
div#logo3,
div#logo4,
div#logo5,
div#logo6 {
    height: 25px;
}

div#titre,
div#titre2,
div#titre3,
div#titre4,
div#titre5,
div#titre6 {
    height: auto;
    background-color: #FFFFFF;
    color: #333333;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 0px solid #ccc;
}

.titre {
    height: auto;
    background-color: #FFFFFF;
    color: #333333;
    margin: 20px 0px 40px 0;
    border-bottom: 0px solid #ccc;
    font-size: 2em;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

div#contenu,
div#contenu2,
div#contenu3,
div#contenu4,
div#contenu5,
div#contenu6 {
    font-weight: normal;
    padding-left: 10px;
    height: 5px;
    overflow: hidden;
    visibility: hidden;
}

#except input {
    margin-top: 2px;
}

#except input,
#except textarea,
#except select {
    color: #000000;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #000000;
    background-color: #FAFAFA;
}

div#commercial {
    border: 1px solid #ccc;
    background-color: #FFFF99;
    height: auto;
    width: auto;
    color: #666666;
    font-size: 0.6em;
    padding-left: 5px;
    padding-right: 5px;
}

.admin_c {
    color: #666666;
    font-size: 0.8em;
}

#modifadmin {
    margin: 20px;
}

#modifadmin input,
#modifadmin textarea {
    padding: 5px 10px;
}


/* login.php */

#principaladmin {
    padding: 0px;
    background-color: #ffffff;
    text-align: center;
    margin: 0 auto;
}

#principaladmin td {
    font-weight: 400;
    font-size: 1em;
    text-align: center;
    padding: 10px;
    width: 50%;
}

#principaladmin input[type=submit] {
    margin: 20px 10px;
}

.menulogin {
    list-style: none;
    width: 500px;
    height: auto;
    background-color: white;
    margin: 0 auto;
    cursor: pointer;
    border: 8px solid rgba(154, 161, 171, 0.2);
    border-radius: 6px;
    padding: 10px;
}

.menulogin li {
    padding: 2px 0 2px 20px;
    /*height: 40px;   */
    line-height: 40px;
    font-size: 17px;
}

.menulogin li:hover,
#IDsidemenucontent a:hover {
    background-color: #0053a1;
    color: #ffffff;
}

.menulogin li i {
    padding: 0px 20px 0px 0px;
    font-size: 2em !important;
    width: 40px;
    text-align: center;
    vertical-align: sub;
}

.menulogin a {
    color: #333333;
    text-decoration: none;
    font-size: 1.1em;
}

.menulogin p,
#IDsidemenucontent p {
    padding: 10px 0 0 0;
    text-align: center;
    text-decoration: underline;
}

.menuloginnohover {
    background-color: #ececec !important;
    cursor: default;
}

.loginform {
    margin: 20px 0 50px;
}

.loginform td,
.loginform input {
    font-size: 1em;
}

.loginform a {
    color: #000;
}

.bandeau {
    max-width: 800px;
    width: 100%;
    margin: 0 0 20px;
}


/* Nouveautés Septembre 2015 LCCY compat CYJS */

#IDheader {
    color: #333333;
    background-color: #bfbfbf;
}

#IDheader p {
    margin: 0;
    font-size: 0.9em;
}

#IDheadericonmenu {
    padding: 0 30px;
}

#IDheaderapptitle {
    left: 200px;
    position: relative;
}

#IDheaderusername {
    color: #333333 !important;
}

#IDfooter {
    background-color: #bfbfbf;
    z-index: 100;
}

.TitleModule {
    padding: 10px 0 30px 0;
    color: #333333;
    font-size: 0.6em;
    text-align: center;
}

.TitleModule i {
    font-size: 1.2em;
    vertical-align: sub;
}

.TitleModule > span {
    font-size: 2.8em;
    border: 1px solid #ddd;
    padding: 5px 20px 10px 20px;
    vertical-align: top;
    background-color: #f6faff;
}

.TitleModule > span > span {
    font-size: 1em;
    float: initial !important;
    vertical-align: middle;
}

.TitleModule > span > span > span > .ui-selectmenu-text {
    font-size: 0.5em;
}

.SelectMonnaie {
    position: absolute;
    top: 20px;
    left: 20px;
}

.SelectTypeMachine {
    position: absolute;
    top: 55px;
    left: 20px;
}

.RetourModule {
    position: fixed;
    top: 70px;
    right: 30px;
    z-index: 100;
}

.ValidModule {
    position: fixed;
    bottom: 55px;
    right: 30px;
    z-index: 100;
}

.BodyModule,
#IdDivModifUser input[type="checkbox"] {
    padding: 0;
}

#TarifUsine {
    z-index: 0;
    margin: 0px;
    border: 1px solid #ddd;
    padding: 0;
    background-color: #f6faff;
}

#TarifUsine table {
    border-collapse: separate;
    width: 100%;
    border: 0px;
}

#TarifUsine th {
    text-align: center !important;
    background-color: #bfbfbf;
    color: #000;
    padding: 5px;
}

#TarifUsine td,
#TarifPays td {
    box-sizing: content-box;
    text-align: center;
    padding: 7px 10px;
}

#TarifArticle {
    max-width: 450px;
}

#TarifArticle table {
    border-collapse: separate;
    width: 100%;
}

#TarifArticle table > tbody > tr:nth-child(2n),
#TarifPays table > tbody > tr:nth-child(2n),
#IdDivLog tr:nth-child(2n),
#IdDivLogInfo tr:nth-child(2n) {
    background-color: #f6f6f6;
}

#TarifArticle [type=text] {
    width: 120px;
}

#TarifPays {
    max-width: 850px;
}

#TarifPays table {
    border-collapse: separate;
    border-spacing: 0px;
    width: 100%;
}

#TarifPays th,
#IdDivLog th,
#IdDivLogInfo th {
    text-align: center;
    background-color: #bfbfbf;
    color: #000;
    padding: 5px;
}

#TarifPays [type=text] {
    width: 100px;
}

#TarifPays [type=button],
#TarifPays [type=submit] {
    margin: 20px 20px 0 20px;
}

.ClassEditTarif input {
    width: auto;
    padding: 5px;
}

.DivPopup {
    border: 0px solid #f0f0f0;
    background-color: #fff;
    margin: auto;
    box-shadow: 0px 3px 8px #c3c3c3;
    padding: 0 0px 20px 0px;
    position: fixed;
    top: 10%;
    left: 0;
    right: 0;
}

.DivPopup > div:first-child {
    width: 100%;
    height: 30px;
    background-color: #0053a1;
}

.DivPopup > div:first-child span {
    color: #fff;
    line-height: 28px;
    font-size: 1em;
}

.DivPopup > div:first-child i {
    right: -3px;
    z-index: 10000000;
    position: absolute;
    top: 4px;
    color: #fff;
    cursor: pointer;
}

.CloseDiv {
    float: right;
    cursor: pointer;
    position: relative;
    top: 0px;
    right: 0px;
}

.SelectTarif {
    vertical-align: middle;
    margin: 0 0 0 20px;
}

.InputInactif {
    background-color: #f0f0f0;
    color: #c4c4c4;
}

#IDsidemenu {
    position: fixed;
    top: 50px;
    /*width:calcul auto*/
    height: 100%;
    margin: 0;
    background-color: #bfbfbf;
    z-index: 100;
    right: auto;
    left: 0px;
    bottom: 0px;
}

#IDsidemenucontent {
    list-style: none;
    padding: 20px 0 0 0;
    height: auto;
    /*background-color: #ececec;*/
    margin: 0 auto;
    cursor: pointer;
}

#IDsidemenucontent i {
    padding: 2px 0 2px 0px;
    height: 38px;
    line-height: 38px;
    font-size: 2.5em !important;
}

#IDsidemenucontent a {
    display: block;
    color: #333333;
    text-decoration: none;
    font-size: 0.8em;
    text-align: center;
}

select#commercial {
    width: 200px;
    margin: 0 25% 15 30%;
}

#IdDivModifUser table {
    padding: 20px;
}

#IdDivModifUser td {
    padding: 2px 10px;
}

#stattousContextMenu {
    position: absolute;
    background-color: rgba(204, 204, 204, 0.92);
    list-style: none;
    padding: 0;
    font-size: 1em;
    cursor: initial;
    margin: 0;
}

#stattousContextMenu li:hover {
    background-color: #0053a1;
    color: #ffffff;
    cursor: pointer;
}

#dyninput {
    width: 65px;
    height: initial;
    padding: 3px 5px;
}

.custom-checkbox {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 0px;
    left: 2px;
    background: url("/imgs/checkbox.png") no-repeat;
}

.custom-checkbox:hover {
    background: url("/imgs/checkbox-hover.png") no-repeat;
}

.custom-checkbox.selected {
    background: url("/imgs/checkbox-selected.png") no-repeat;
}

.custom-checkbox input[type="checkbox"] {
    margin: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    left: 1px;
    top: 1px;
}

#timer {
    float: right;
    padding: 0px 20px 0px 0px;
    opacity: 0.5;
}

#IdCreerOF {
    width: 1000px;
    text-align: center;
    display: none;
}

.ClassCreerOFPave a {
    text-decoration: none;
}

.ClassCreerOFPave {
    display: table-cell;
}

#TableOF,
#TableMA,
#TableVA,
#TableMAInst,
#TableOFLost {
    cursor: pointer;
    text-align: center;
    font-size: 1em;
    width: 100%;
    min-width: 1200px;
    display: none;
}

#TableOF th,
#TableMA th,
#TableVA th,
#TableMAInst th,
#TableOFLost th {
    font-size: 0.8em;
    letter-spacing: -0.1em;
    vertical-align: top;
}

#TableOF_filter,
#TableMA_filter,
#TableVA_filter,
#TableMAInst_filter,
#TableOFLost_filter {
    margin: 0;
}

#IdDivLog,
#IdDivLogInfo {
    margin: auto;
    box-shadow: 0px 3px 8px #c3c3c3;
    padding: 20px 0px;
    width: 50%;
}

#IdDivLog table,
#IdDivLogInfo table {
    border: 0px solid #ccc;
    padding: 10px 0;
}

#IdDivLog td {
    text-align: left;
    height: 25px;
    padding: 7px 10px;
    cursor: pointer;
}

#IdDivLogInfo td {
    text-align: center;
    height: 25px;
    padding: 7px 10px;
}

.SAPnumber {
    text-align: right !important;
    color: rgb(53, 197, 49);
    font-weight: 600;
}

.Marge20,
.Marge25 {
    color: #cc0004 !important;
    font-weight: 400;
}

.MargeOK {
    color: #cc0004 !important;
    font-weight: 700;
}

.MargeSAP {
    color: #7ac043 !important;
    font-weight: 700;
}

.fenetre_plan {
    overflow-x: auto;
    padding-bottom: 10px;
    margin: 0px;
    border: 1px solid #ddd;
    background-color: #f6faff;
}

#simulateur {
    margin: 0;
    box-sizing: border-box;
    width: 100% !important;
    font-size: 15px;
}

.stattousPrices {
    padding: 0 0 0 15px;
}

.stattousPrices span:first-child {
}

.stattousPrices span:last-child {
    float: right;
}

.ui-spinner input {
    box-shadow: none;
}

.ui-tabs .ui-tabs-panel {
    margin: 10px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 4px 10px 6px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0;
    padding-bottom: 0;
}

.fa {
    /*font-size: 1.2em !important;      */
    vertical-align: top;
}

.fa-thumbs-up {
    font-size: 1.2em !important;
    color: #7ac043;
}

.fa-thumbs-down {
    font-size: 1.2em !important;
    color: #cc0004;
}

.thumbs-dark {
    font-size: 1.2em !important;
    color: #333333 !important;
}

#editedcell {
    border: 1px solid #c3c3c3;
    box-shadow: 0px 3px 8px #c3c3c3;
    background: #ffffff;
}

#editedcell div {
    background: #c3c3c3;
    padding: 0 5px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
}

#editedcell input,
#editedcell textarea {
    border: 0px;
    padding: 0 2px;
}

#TableModifTarif td {
    text-align: left;
    padding-left: 20px;
}

#SelectMonnaie {
    width: 100px !important;
}

.select-excel {
    float: left;
    padding: 0 10px;
}

.select-excel > input {
    margin-right: 10px;
}

.ClassMsgHelp {
    color: #c6c6c6;
    font-size: 10px;
    font-style: italic;
    margin-bottom: 5px;
}

.ClassCellError {
    border: 2px solid red;
}

.sensitive {
    background-color: #dae2ff !important;
}

.masensitive {
    background: repeating-linear-gradient(100deg, rgba(198, 255, 162, 0.2), rgba(192, 255, 162, 0.5) 7px, rgba(198, 255, 162, 0.5) 8px, rgba(0, 0, 0, 0.1) 8px);
}

.masensitive:hover {
    background: none;
}

.red {
    color: red;
}

.ClassOFRelance {
    background-color: yellow !important;
}

#FinOFValider {
    width: 320px;
    margin: auto;
}

#FinOFValider input {
    width: 220px;
}

#FinOFValider div {
    padding: 5px 0;
}


/* Compatibilité CYJS */

.ClassInput input,
.ClassInput textarea {
    border: 0;
    box-shadow: initial !important;
}

.ClassInput.NoCSSClassInput {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ClassInputActive.NoCSSClassInput,
.ClassInput.NoCSSClassInput:hover {
    border: 0 !important;
    box-shadow: none !important;
}

.ClassInput.NoCSSClassInput input, .ClassInput.NoCSSClassInput textarea {
    box-shadow: 0px 3px 8px #c3c3c3 !important;
}

.ClassInput.NoCSSClassInput > .ClassClearIconI {
}


/**/

table.dataTable thead .sorting {
    background-image: url("/CYJS/css/images/sort_both.png ") !important;
}

table.dataTable thead .sorting_asc {
    background-image: url("/CYJS/css/images/sort_asc.png ") !important;
}

table.dataTable thead .sorting_desc {
    background-image: url("/CYJS/css/images/sort_desc.png ") !important;
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("/CYJS/css/images/sort_asc_disabled.png ") !important;
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url("/CYJS/css/images/sort_desc_disabled.png ") !important;
}

#IDFormManage {
    height: 650px;
}


/* Scrollbar navigateur */

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #d5d5d5;
    border: 31px none #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0053a1;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:active {
    background: #0053a1;
}

::-webkit-scrollbar-track {
    background: #f0f0f0;
    border: 1px solid #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
    background: #f0f0f0;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

@media screen and (max-width: 800px) {
    .SelectMonnaie {
        left: 30px;
    }
}

.table-container {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: auto;
}

.green {
    color: green;
}

.blue {
    color: blue;
}

.orange {
    color: orange;
}

#colored-csn {
    font-weight: bold;
}
