
.logo {
    height: 170px;
    position: relative;
    object-fit: contain;
}

.logoGroup {
    text-align: left;
    border-bottom: 1px solid #939393;
    width: 100%;
    margin-bottom: 145px;
}

#version {
    position: absolute;
    bottom: 0;
    right: 0;
}

.loginButton {
    width: 400px;
    height: 50px;
    color: #fff !important;
    background-color: #e31f16 !important;
    border: 1px solid transparent !important;
    border-radius: 5px !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    font-weight: bold !important;
    text-align: center !important;
    cursor: pointer;
    margin-top: 20px;
}

.loginButton:hover {
    color: #ee3224 !important;
    border: 2px solid #ee3224 !important;
    background-color: white !important;
}

.formAdminLogin {
    background-image: url(/img/home.jpg);
    filter: opacity(50%);
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.71);
}

.footer {
    position: fixed;
    left: 0;
    bottom: 25px;
    width: 100%;
    background-color: transparent;
    color: black;
    text-align: center;
    font-weight: bold
}

.footerDesktop {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    color: black;
    text-align: center;
    font-weight: bold
}

.textLogin {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-left: 5px;
    display: block;
}

.inputLogin {
    border: 1px solid #939393 !important;
    border-radius: 5px;
    padding: 5px 15px;
    width: 400px !important;
    height: 50px;
    font-size: 20px !important;
}

.inputLogin::placeholder {
    font-style: italic;
}

.label {
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    padding: 1px 5px;
    margin: 0 3px 0 3px;
    text-align: left;
    background: #f5f5f5;
    color: #3b73af;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.dr-toolbar-int {
    padding: 1px 5px;
}

.dr-menu-item {
    padding: 0;
}

.dr-menu-item-enabled {
    padding: 1px 1px 1px 1px;
}

#slave {
    position: absolute;
    left: 0;
    width: 30%;
    height: 88%;
    top: 12%;
    overflow: auto;
    z-index: 1;
}

#master {
    border: 0;
    position: absolute;
    height: 88%;
    left: 25%;
    top: 12%;
    overflow: auto;
    z-index: 10;
    cursor: default;
    border-left: solid 1px black;
    padding-left: 16px;
}

#logo {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -134px;
    margin-top: -175px;
}

#formLogin img {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -134px;
    margin-top: -175px;
}

#formLogin {
    z-index: 11;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -51px;
    margin-left: -239px;
    background-color: #FFFFFF;
    background-image: url(../img/fond_accueil.gif);
    background-repeat: repeat-x;
    height: 103px;
    width: 478px;
    border: 1px solid #bed6f8;
    font-family: Open Sans, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.inProgress {
    position: absolute;
    top: 3px;
    right: 5px;
}

.iconMenu {
    width: 24px;
    height: 24px;
}

.inputDate {
    width: 68px;
}

.invite {
    padding: 24px;
    text-align: right;
    vertical-align: middle;
    position: relative;
    top: -190px;
    width: 100%;
    left: -30px;
}

p {
    margin: 3px;
}

.bt_valid {
    position: absolute;
    bottom: -29px;
    right: 50px;
    display: block;
    height: 29px;
    color: #000;
    padding-left: 15px;
    line-height: 25px;
    text-decoration: none;
    background: url(../img/cornerLeft.gif) top left repeat-x;
}

.bt_valid #submitButton-right {
    position: absolute;
    top: 0;
    right: -40px;
    display: block;
    width: 41px;
    height: 29px;
    background: url(../img/cornerRight.gif) top left no-repeat;
    cursor: pointer;
}

.tree {
    left: 0;
    top: 0;
}

.selectedTree {
    background-color: #D7D7D7;
    padding: 0 3px;
}

.option1, .optiontrue {
    background: rgba(0, 173, 179, 0.5);
}

.option2 {
    background: rgba(0, 173, 179, 1);
    border-radius: 0.25rem;
}

.option3, .optionfalse {
    background: #FF0000;
    color: white;
}

.customerInfoColumn {
    vertical-align: top;
}

.redX {
    width: 12px;
    margin-bottom: 2px;
}

.periodTop {
    margin-bottom: 15px;
}

.day {
    width: 25px;
    font-size: 13px !important;
    text-align: center;
    vertical-align: top;
    line-height: 12px;
}

.dayBox {
    margin-bottom: 4px;
}

.master-day-all {
    border-right: 2px solid rgba(0, 173, 179, 0.5);
    padding-right: 4px;
    width: 25px;
    font-size: 13px !important;
    text-align: center;
    vertical-align: top;
    line-height: 12px;
}

.minWidth {
    min-width: 520px;
    font-size: 14px;
}

.desktop {
    width: 700px;
    margin-right: 20px;
}

.rightPanel {
    min-width: 520px;
    margin-right: 20px;
    width: 98%;
    height: 95%;
    overflow-y: auto;
}

.row1 {
    background-color: #F1F1F1;
}

.criteria {
    width: 100%;
    font-size: 11px;
}

.label-Left {
    text-align: left;
}

.label-Right {
    text-align: right;
}

.label-Center {
    text-align: center;
}

.label-50 {
    width: 50%;
}

.label-100px {
    width: 100px;
}

.orderCrit {
    padding-left: 50px;
    vertical-align: top;
}

.helpMess {
    border: 1px solid #BED6F8;
    margin-bottom: 10px;
    padding: 10px;
}

.helpMess legend {
    background: url(../img/question-circle-regular.svg) top left no-repeat;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    text-indent: -6000px;
}

.helpMess .blockHelp {
    display: block;
    white-space: pre-wrap;
}

.helpMess .titleHelp {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 10px;
}

.warnMess {
    border: 1px solid #BED6F8;
    margin-bottom: 10px;
    padding: 10px;
}

.warnMess legend {
    background: url(../img/warn.png) top left no-repeat;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    text-indent: -6000px;
}

.errorMess {
    border: 1px solid #FF1E00;
    margin-bottom: 10px;
    padding: 10px;
}

.errorMess legend {
    background: url(../img/question-circle-regular.svg) top left no-repeat;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    text-indent: -6000px;
}

a:hover {
    text-decoration: underline;
}

.error {
    text-align: center;
    font-size: 14pt;
    color: red;
}

.error-lib {
    text-align: left;
    font-size: 12pt;
}

.error-log {
    text-align: left;
    font-size: 10pt;
}

.directLink {
    border: 2px dashed #E0E0E0;
    display: block;
    font-family: Lucida Console;
    font-size: 10px;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.spaceButton {
    margin-left: 8px;
}

.half {
    width: 50%;
}

input.minMax {
    width: auto;
    max-width: 30px;
}

/* GROUP */
#grpTreeForm {
}

#grpTreeForm .rich-tree-node-text {
    color: #0078D0;
    font-family: Open Sans, Verdana, sans-serif;
    text-decoration: none;
}

#grpTreeForm .rich-tree-node-text.rich-tree-node-highlighted {
    color: #0078D0;
}

.translationsTab input[type=text] {
    min-width: 490px;
}

.translationsTab textarea {
    min-width: 490px;
    min-height: 50px;
    resize: vertical;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loader-container {
    position: fixed;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 170px;
    height: 24px;
    padding: 20px;
    margin-left: -100px;
    margin-top: -32px;
    background: white;
    text-align: center;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

.loader-container img {
    margin-right: 8px;
    vertical-align: -5px;
}

.loader-container span {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #757575;
}

.loader-background {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.4;
}


textarea:disabled, textarea[disabled="disabled"] {
    background-color: #EFEFEF;
    background-image: none;
}

.accordeonInput {
    width: 200px;
}

.accordeonMessage {
    color: #FF0000;
    border: 2px solid #FF0000;
    font-size: 10px;
    font-weight: bold;
}

.inputError {
    width: 200px;
    background: #F5A9A9 !important;
}

.inputOk {
    width: 200px;
    background: #7dd16d;
}

.hide-subheader .rich-table-subheader {
    display: none;
}

.discListStyle::before{
    content: "\2003 \2022 \00a0";
}
