/*******************************************
                FORM STYLE
*******************************************/
.required:after {
    content: " *";
    color: #D20A28;
}
div.radio .required:after { content: ""; }

.form-group {
    font-size: 12px;
    margin-bottom: 7px;
}

fieldset legend {
    border: 0;
    color: #77b636;
    font-size: 16px;
    margin-top: 6px;
    width: inherit;
    padding-top: 15px;
}

.legend-icon {
    display: inline-block;
    width: 18px;
    height: 12px;
    background: #8dccc4;
    border-radius: 7px 0 7px 0;
    -webkit-border-radius: 7px 0 7px 0;
    -moz-border-radius: 7px 0 7px 0;
}

label {
    text-align: right;
    font-weight: bold;
}



.row label { font-size: 0.95em; }
select option, textarea, .form-control { font-size: 12px; }
input {
    outline: 0;
}
input:focus {
    outline: 0;
    background: #eee;
}
form input[type=text], form input[type=password], form input[type=url], form input[type=email] {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 12px;
    height: 30px;
    padding: 0 8px;
}
form input[type=text]:hover, form input[type=password]:hover, form input[type=type]:hover, form input[type=email]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}



div.form-check label {
    font-weight: bold;
    line-height: 15px;
    padding-right: 30px;
}
div.form-check input[type=checkbox] {
    position: absolute;
    left: 33.3%;
    margin-left: 10px;
}
input[type=checkbox] {
    vertical-align: bottom;
}



input[type=file] {
    width: 100%;
}



#container_submit {
    margin-top: 20px;
}
input[type=submit] {
    display: block;
    position: relative;
    width: 100%;
}
.modal-body input[type=submit] {
    display: inline-block;
    width: inherit;
}



input::-webkit-input-placeholder { text-align: left; }
input:-moz-placeholder { text-align: left; }
input::-moz-placeholder { text-align: left; }
input:-ms-input-placeholder { text-align: left; }

/*input:-moz-read-only:not([type="submit"]) {*/
    /*background: repeating-linear-gradient(135deg, rgba(119,182,54,0.5) 1px, rgba(119,182,54,0.5) .10em, #fff calc(.15em + 1px), #fff .65em) !important;*/
    /*background: -webkit-repeating-linear-gradient(135deg, rgba(119,182,54,0.5) 1px, rgba(119,182,54,0.5) .10em, #fff calc(.15em + 1px), #fff .65em) !important;*/
    /*background: -moz-repeating-linear-gradient(135deg, rgba(119,182,54,0.5) 1px, rgba(119,182,54,0.5) .10em, #fff calc(.15em + 1px), #fff .65em) !important;*/
    /*background: -ms-repeating-linear-gradient(135deg, rgba(119,182,54,0.5) 1px, rgba(119,182,54,0.5) .10em, #fff calc(.15em + 1px), #fff .65em) !important;*/
    /*background: -o-repeating-linear-gradient(135deg, rgba(119,182,54,0.5) 1px, rgba(119,182,54,0.5) .10em, #fff calc(.15em + 1px), #fff .65em) !important;*/
/*}*/
/*input:read-only:not([type="submit"]) {*/
    /*background: repeating-linear-gradient(135deg, rgba(119,182,54,0.5) 1px, rgba(119,182,54,0.5) .10em, #fff calc(.15em + 1px), #fff .65em) !important;*/
    /*background: -webkit-repeating-linear-gradient(135deg, rgba(119,182,54,0.5) 1px, rgba(119,182,54,0.5) .10em, #fff calc(.15em + 1px), #fff .65em) !important;*/
    /*background: -moz-repeating-linear-gradient(135deg, rgba(119,182,54,0.5) 1px, rgba(119,182,54,0.5) .10em, #fff calc(.15em + 1px), #fff .65em) !important;*/
    /*background: -ms-repeating-linear-gradient(135deg, rgba(119,182,54,0.5) 1px, rgba(119,182,54,0.5) .10em, #fff calc(.15em + 1px), #fff .65em) !important;*/
    /*background: -o-repeating-linear-gradient(135deg, rgba(119,182,54,0.5) 1px, rgba(119,182,54,0.5) .10em, #fff calc(.15em + 1px), #fff .65em) !important;*/
/*}*/

/*******************************************
            CUSTOM SELECT STYLE
*******************************************/
.custom_select {
    line-height: 3;
    border-radius: .25em;
}
select::-ms-expand {
    display: none;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.custom_select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    padding: 0 1em;
    background: #77b636;
    pointer-events: none;
    color: #FFF;
}
.custom_select:hover::after {
    color: #FFF;
}
.custom_select::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}
select option {
    padding: 5px;
}

/*******************************************
            CUSTOM FILE STYLE
*******************************************/
.custom_file {
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    height: 30px;
    margin: auto;
    outline: 0;
    position: relative;
    width: 100%;
}
.custom_file:after {
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 100%;
    left: 0;
    line-height: 60px;
    position: absolute;
    text-align: center;
    transition: 200ms all ease;
    top: 0;
    width: 100%;
}

/*******************************************
            CUSTOM ERROR STYLE
*******************************************/
ul.list_error, .form-error > ul {
    padding: 0;
}
ul.list_error li, .form-error > ul li {
    list-style-type: none;
    color: #ec3f41;
    text-align: left;
}
ul.list_error li::before, .form-error > ul li::before {
    content: '\03a7';
    margin-right: 5px;
    font-weight: bold;
}
label > .invalid-feedback{
    display: none !important;
}

/*******************************************
                LIMIT STYLE
*******************************************/
.bloc-limit {
    margin: 20px 0 0 0;
    padding: 0;
    height: 2px;
    background: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(239,239,239,0.5) 50%,rgba(255,255,255,0.5) 100%);
}

/*******************************************
            CUSTOM PLACEHOLDER STYLE
*******************************************/
.useFontAwesomeFamily::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-family: "FontAwesome" !important;
    font-size: 11px;
}
.useFontAwesomeFamily:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-family: "FontAwesome" !important;
    font-size: 11px;
}
.useFontAwesomeFamily::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-family: "FontAwesome" !important;
    font-size: 11px;
}
.useFontAwesomeFamily:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: "FontAwesome" !important;
    font-size: 11px;
}
.useFontAwesomeFamily::-ms-input-placeholder { /* Microsoft Edge */
    font-family: "FontAwesome" !important;
    font-size: 11px;
}
.useFontAwesomeFamily::placeholder { /* Most modern browsers */
    font-family: "FontAwesome" !important;
    font-size: 11px;
}

/*******************************************
        CUSTOM VALIDATION PASSWORD STYLE
*******************************************/
#form_reset #pswd_result {
    float: right;
}
#form_reset .short{
    color: #ec3f41;
}
#form_reset .weak{
    color: #E66C2C;
}
#form_reset .good{
    color: #2D98F3;
}
#form_reset .strong{
    color: #006400;
}

#pswd_info {
    width: 100%;
    padding: 15px;
}
#pswd_info p {
    margin: 0 0 7px 0;
    padding: 0;
    font-weight: normal;
}
#pswd_info ul, #pswd_info li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#pswd_info ul li {
    margin: 0 10px;
    padding-left: 20px;
}
.invalidPassword {
    background: url('../../bundles/whitelabelbackoffice/images/icon/invalid.png') no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}
.validPassword {
    background: url('../../bundles/whitelabelbackoffice/images/icon/valid.png') no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}

div.BDC_CaptchaDiv  #myCaptchaOnlyUser {
    width: 274px !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.BDC_CaptchaImageDiv {
    width: 100% !important;
}

#myCaptchaOnlyUser {
    margin: 12px 0 0 0;
    width: 100%;
}

.BDC_CaptchaImage {
    width: 100% !important;
}

/*******************************************
            SURCHARGE BODY STYLE
*******************************************/
html, body {
    background: linear-gradient(rgba(1, 35, 233, 0.46), rgba(162, 24, 24, 0.71)), url("../../bundles/whitelabelbackoffice/images/background/bg.png") no-repeat fixed center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
}
@media only screen and (max-width: 767px) {
    body#page_error {
        background-image: url("../../bundles/whitelabelbackoffice/images/background/bg.png");
    }
}
.navbar, .navbar::after {
    background: transparent !important;
}
.bloc_accueil {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    /*
    background-color: rgba(255,255,255, 1);
    border-radius: 10px 10px 5px 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.8);
    */
    overflow: hidden;
    width: 350px;
    max-width: 350px;
    margin: 0 auto 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0;
}

/*******************************************
                BLOC FORM
*******************************************/
.outer-div {
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}



#form-header {
    height: 70px;
    margin: -20px auto 0;
    width: 100% !important;
}
#form-header h2 {
    line-height: 70px;
    cursor: default;
}
.letter {
    display: inline-block;
    font-weight: 900;
    font-size: 1.5em;
    margin: 0;
    position: relative;
    color: #F89406;
    transform-style: preserve-3d;
    perspective: 400;
    z-index: 1;
}
.letter:before, .letter:after {
    position:absolute;
    content: attr(data-letter);
    transform-origin: top left;
    top:0;
    left:0;
}
.letter, .letter:before, .letter:after {
    transition: all 0.2s ease-in-out;
}
.letter:before {
    color: #fff;
    text-shadow:
            -1px 0 1px rgba(255,255,255,.8),
            1px 0 1px rgba(0,0,0,.8);
    z-index: 3;
    transform:
            rotateX(0deg)
            rotateY(-15deg)
            rotateZ(0deg);
}
.letter:after {
    color: rgba(0,0,0,.11);
    z-index:2;
    transform:
            scale(1.08,1)
            rotateX(0deg)
            rotateY(0deg)
            rotateZ(0deg)
            skew(0deg,1deg);
}
.letter:hover:before {
    color: #fafafa;
    transform:
            rotateX(0deg)
            rotateY(-40deg)
            rotateZ(0deg);
}
.letter:hover:after {
    transform:
            scale(1.08,1)
            rotateX(0deg)
            rotateY(40deg)
            rotateZ(0deg)
            skew(0deg,22deg);
}



#form-body {
    padding: 20px 40px 0 40px;
}
#form-body input[type=text], input[type=password] {
    margin-bottom: 10px;
    border-radius: 20px;
}
#form-body input[type=checkbox] {
    vertical-align: top;
}
#form-body input[type=checkbox] + label {
    color: #fff;
}
#form-body hr {
    margin: 20px auto 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
}
#form-body #form-help a {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    opacity: 0.8;
    text-decoration: none;
    transition: opacity ease 0.5s;
}

/*******************************************
           BLOC CONNEXION SSO
*******************************************/
/* Bloc SSO - Conteneur */
.sso-connexion {
    margin-top: 20px;
    padding: 12px 20px;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px;
    text-align: center;
}

/* Texte explicatif */
.sso-connexion .sso-instruction {
    color: #bbb;
    font-size: 0.85em;
    font-style: italic;
    margin-bottom: 10px;
}

/* Lien stylisé comme un bouton discret */
.sso-connexion .sso-button {
    display: inline-block;
    padding: 8px 18px;
    border: 1.5px solid #bbb;
    color: #bbb;
    border-radius: 20px;
    font-size: 0.9em;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sso-connexion .sso-button:hover {
    background-color: #bbb;
    color: #222;
    border-color: #bbb;
    text-decoration: none;
}
