/*******************************************
                FORM STYLE
*******************************************/
.required:after {
    content: " *";
    color: #D20A28;
}
.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;
}



.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);
}



input[type=checkbox] {
    vertical-align: bottom;
}
input[type=checkbox] + label {
    line-height: 0;
}

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


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



input[type=submit] {
    display: block;
    position: relative;
    width: 100%;
}



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.file-error, .form-error > ul {
    padding: 0;
}
ul.file-error li, .form-error > ul li {
    list-style-type: none;
    color: #ec3f41;
    text-align: left;
}
ul.file-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
*******************************************/
#pswd_result {
    float: right;
}
.shortPassword {
    color: #ec3f41;
}
.weakPassword {
    color: #E66C2C;
}
.goodPassword {
    color: #2D98F3;
}
.strongPassword {
    color: #3a7d34;
}

#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/blacklabellogin/images/icon/invalid.png') no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}
.validPassword {
    background: url('../../bundles/blacklabellogin/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
*******************************************/
.bloc_accueil {
    width: 400px;
    max-width: 400px;
}

/*******************************************
                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;
    color: #F89406;
    cursor: default;
}



#form-description {
    color: #fff;
    padding: 20px 40px 0 40px;
}



#form-body {
    padding: 20px 40px 0 40px;
}
#form-body input[type=text] {
    margin-bottom: 10px;
    border-radius: 20px;
}
#form-body #pswd_info.loadPwd {
    opacity: 1;
}
.text-xs-center {
    text-align: center;
}

#ResettingRequestCaptcha_CaptchaDiv {
    width: 100% !important;
}
