﻿/*#region Article*/

article
{
    background-color: white;
}

    article:before
    {
        border-top-color: #d9dde5;
    }

    article header {
        background-color: white;
        color: black;
        margin-top: 10px;
    }

    article:not(.ArticleNoBefore):before {
        top: 26px;
        border-top-color: black;
    }

/*#endregion*/

/*#region Input*/

input[type=text],
input[type=password],
input[type=number],
textarea
{
    background: #fff;
    border-color: #bdc3c7;
    color: #646464;
}

.Titre_Input_Label
{
    color: black;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

input[type="text"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="text"][readonly],
input[type="number"][readonly],
input[type="password"][readonly],
textarea[disabled],
textarea[readonly]
{
    background-color: #dedede;
}

input[readonly].hasDatepicker
{
    background-color: white;
}

input[disabled].hasDatepicker
{
    background-color: #dedede !important;
}

input[type="text"]:not([disabled]):not([readonly]):hover,
input[type="number"]:not([disabled]):not([readonly]):hover,
input[type="password"]:not([disabled]):not([readonly]):hover,
textarea:not([disabled]):not([readonly]):hover,
input[type=text]:not([disabled]).hasDatepicker:hover
{
    border-color: #9BA1A5;
}

input[type="text"]:not([disabled]):not([readonly]):focus,
input[type="number"]:not([disabled]):not([readonly]):focus,
input[type="password"]:not([disabled]):not([readonly]):focus,
textarea:not([disabled]):not([readonly]):focus,
input[type=text]:not([disabled]).hasDatepicker:focus
{
    border-color: #9BA1A5;
}

/*#endregion*/

/*#region Button Formulaire V2*/

.ButtonFormulaire_V2 {
    color: white;
    background-color: #2980b9;
}

.ButtonFormulaire_V2_White
{
    background-color: white;
    color: #646464;
}

    .ButtonFormulaire_V2:hover:enabled
    {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.28);
    }

.ButtonFormulaire_V2_Annuler
{
    background-color: #f44336;
}

.ButtonFormulaire_V2_Valider
{
    background-color: #48a770;
}

/*#endregion*/

.MainLogin_Div
{
    background-color: white;
}

    .MainLogin_Div .MainLogin_Titre_Div
    {
        color: white;
    }

.failureNotification
{
    color: red;
}

.failureNotification_OnField
{
    color: red;
}

.Login_OptiChrome_Anchor
{
    color: black;
    background: white;
}

.Login_GSTHeader_Div
{
    background-color: black;
    text-align: center;
}

.Login_Informations_Validation_Span
{
    color: #ff6000;
}

.login-panel .Titre_Input_Label:first-letter {
    text-transform: uppercase;
}

.forgotten-password-link {
    border: none !important;
    text-decoration: underline !important;
    color: black !important;
}
