/* ******************************************************************* Spinner ********************************************************************************** */

#customModal,
.customModal {
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 0;
    display: block;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
}

#customModal .modal-dialog span,
.customModal .modal-dialog span {
    background-image: url(../../img/angularjs/waiting-page/loader.gif);
    display: block;
    height: 120px;
    margin: 40% auto;
    width: 120px;
}

.bodyFullWidth {
    padding-top: 0px !important;
}

a {
    cursor: pointer;
}

.comp_form-box {
    padding: 20px;
    width: 100%;
}

.fixe-width-form .form-group.row,
.form-group.row {
    max-width: 900px;
    margin: auto;
}

.fixe-widthmv {
    max-width: 840px;
}

.fixe-widthform {
    max-width: 840px;
    margin: auto;
}

.mat-slide-toggle-content {
    text-overflow: unset !important;
    overflow: unset !important;
}

.fixe-widthform label {
    text-align: left;
    font-size: 12px;
}

.form-group [class*="col-"] {
    margin-top: 8px;
    margin-bottom: 8px;
}

.fixe-width-form label {
    text-align: right;
}

.comp_form-box h1 {
    margin: auto;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 20px;
    /*color: #232558;*/
    font-family: 'Montserrat-SemiBold', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.change-password-criteria {
    padding-left: 0;
    list-style: none;
}

.change-password-criteria li {
    text-align: left;
    margin: 10px 15px;
}

.comp_form-box h2 {
    /* color: #232558; */
    font-weight: normal;
    font-family: 'Montserrat-SemiBold', Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
    padding-top: 20px;
    margin-top: 20px;
}

hr {
    background-image: none;
    /* border-bottom: 1px solid #CCC; */
    display: block;
    height: 0px;
    margin: 15px 0;
}

.form-group label {
    font-size: 14px;
    line-height: 18px;
    color: #232558;
    font-family: "Montserrat-regular", Verdana, Arial, sans-serif;
    text-transform: initial;
}

.modal-body .img-fluid {
    height: 20px;
}

.modal-body li {
    line-height: 20px;
    margin-bottom: 8px;
}

.form-group label span {
    font-size: 11px;
    display: block;
    color: #627275;
}

.form-group input[type=text],
input[type=email],
input[type=text],
select {
    color: #232558;
    border-radius: 5px;
    border: 1px solid #7997AF !important;
    height: 36px;
    line-height: 36px;
    padding: 0px 13px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem !important;
}

input.form-control:focus,
.form-group input[type=text]:focus,
input:focus,
input[type=email]:focus,
input[type=text]:focus,
select:focus {
    outline: 0;
    box-shadow: 0 0 2px 0.2rem rgba(0, 123, 255, .25);
}


/* dropdown select style*/

.ng-select .ng-select-container {
    border: 1px solid #7997AF !important;
}

.ng-select.ng-select-opened>.ng-select-container .ng-arrow {
    border-color: transparent transparent #FF531F !important;
}

.ng-select .ng-arrow-wrapper {
    background: #fff url(/modules/apec-jahia-module/assets/img/edito/icone/dropdown.svg) no-repeat center;
}

.ng-select .ng-arrow-wrapper .ng-arrow {
    border-color: #FF531F transparent transparent !important;
    opacity: 0;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
    background-color: #fff2ef;
}

.dropdown-item {
    font-size: small;
}

.text-small {
    font-size: 12px;
    line-height: 20px;
}

.custom-checkbox,
.radio-inline {
    position: relative;
    padding-left: 20px;
    margin-right: 10px;
}

.custom-checkbox input[type=checkbox] {
    width: 16px;
    height: 16px;
    border: #adb5bd solid 1px;
    background-color: #fff;
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}

.custom-checkbox label {
    max-width: 90%;
}

.radio-inline input[type=radio] {
    opacity: 0;
    position: absolute;
}

.radio-inline span::before,
.custom-checkbox-input span::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 16px;
    height: 16px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    border-radius: 50%;
}

.radio-inline span::after,
.custom-checkbox-input span::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    border-radius: 50%;
}

.glyphicon-ok.text-success,
.glyphicon-remove.text-danger {
    height: 15px;
    width: 15px;
    display: block;
    background: url(/modules/apec-jahia-module/assets/img/edito/icone/checked-b.svg) bottom;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
}

.glyphicon-remove.text-danger {
    background: url(/modules/apec-jahia-module/assets/img/edito/icone/check-orange.png) bottom;
}

.ng-select.ng-select-single .ng-select-container .ng-value-container,
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 36px;
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
    top: 0 !important;
    line-height: 36px;
}

.small-width {
    max-width: 600px;
    margin: auto;
    margin-bottom: 30px;
    padding-top: 20px;
}

.reload-captcha {
    text-align: right;
    font-size: 12px;
}

.reload-captcha:after {
    content: " ";
    height: fit-content;
    position: relative;
    left: 5px;
}

.reload-captcha img.captcha-img {
    height: 38px;
    /* margin-bottom: 5px; */
}

.radio-inline input:checked~span::after {
    background-color: #7997AF;
}

.radio-inline input:checked~span::before,
.custom-checkbox-input input:checked~span::before {
    border-color: #7997AF;
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, .25);
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
    line-height: 32px;
}


/* checkbox*/

.custom-checkbox-input {
    width: auto !important;
    /* align-items: flex-start !important;
   height: auto !important;*/
}

.custom-checkbox-input span {
    padding-left: 25px;
}

.custom-checkbox-input span::before {
    border-radius: 3px;
}

.custom-checkbox-input span::after {
    top: 1px;
    left: 1px;
    width: 14px;
    height: 14px;
    background-size: contain;
}

.custom-checkbox-input input:checked~span::after {
    background-image: url(/modules/apec-jahia-module/assets/img/edito/icone/checked.svg);
}

.custom-checkbox-input,
input[type=checkbox] {
    width: 15px;
    /*height: 15px;*/
    position: relative;
}

.form-group .checkbox-label {
    line-height: 20px;
}

.custom-checkbox-input input[type=checkbox] {
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 16px;
    height: 16px;
    margin: 0;
}


/* modal */

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.73) !important;
}

.modal-body {
    font-size: 14px;
    font-family: "Montserrat-regular", Verdana, Arial, sans-serif;
}

.modal-body h2,
.modal-body p.normal {
    text-align: center;
}

.modal-body p.normal {
    border-top: 1px solid #dee2e6;
    padding-top: 20px;
    margin-top: 10px;
}

.modal-header {
    padding: 0 !important;
}


/* calandar */

.mat-calendar-body-selected {
    background-color: #FF531F;
    color: #fff;
}

.alignCenter {
    display: flex;
    flex-direction: row;
    /* justify-items: baseline; */
    align-items: center;
    justify-content: center;
}

.alignCenter a img {
    height: 15px;
}


/* error message */

.info-msg {
    border-radius: 5px;
    background: #f2f2f2;
    text-align: center;
    padding: 10px;
    margin-top: 5px;
    position: relative;
    font-size: 10px;
    line-height: normal;
    color: #E73B2B;
}

.error-found {
    color: #E73B2B;
    position: relative;
}

.error-found ul li {
    background-position: left center !important;
}

.info-msg:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f2f2f2;
    top: -5px;
}

.comp_gestionmdp .cadre.info-msg:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #f2f2f2;
    border-bottom: none;
    top: auto;
    bottom: -5px;
}

.comp_gestionmdp .not-absolute.comp_loaderBoxContent {
    position: initial;
}

.info-msg {
    color: #232558;
    font-size: 12px;
}

.badge_service-client img.img-fluid {
    height: 20px;
}

.error-found ul,
.error-found li {
    margin: 0;
    padding: 0;
    list-style: none;
}


.infos {
    line-height: 25px;
}

.info-nir {
    margin: 0 50px 5px 50px;
}

.input-info {
    font-style: italic;
    font-size: small;
}

.form-group {
    line-height: 36px;
}


/* btn style*/


.form-group p a,
label a {
    color: #7997AF;
}

.phone-number input {
    text-align: center;
}

.phone-number input,
.phone-number select {
    padding: 0px 5px !important;
}

.phone-number .col-3 {
    padding-right: 5px;
    padding-left: 5px;
}

.phone-number .col-5 {
    padding-right: 5px;
}

.phone-number .col-4 {
    padding-left: 5px;
}

.form-group label {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
}

.form-group label.label-commentary {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.form-group label.label-commentary p {
    margin: 0;
}

input.form-control.mb-10.ng-pristine.ng-invalid.ng-touched::placeholder,
.comp_form-box input::placeholder {
    color: #aaaaaa !important;
}

.comp_form-box .form-label {
    text-align: right;
}

.bg-gray {
    background: #f7f7f7;
}


/* check box style*/

hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.container-phone {
    position: relative;
    display: block;
}

.container-phone .phone-zone,
.container-phone .phone-zone-fr {
    position: relative;
    font-size: 12px;
    color: #232558;
    line-height: 0.5;
}

.container-phone .phone-zone-fr {
    right: -115px;
}


/* responsive*/

@media (max-width :992px) {
    .container-phone .phone-zone,
    .container-phone .phone-zone-fr {
        position: relative;
        right: 0px;
        top: 0px;
    }
}

@media (max-width :768px) {
    .mat-slide-toggle-content {
        white-space: normal !important;
    }
    body.bodyFullWidth.rdv-service header,
    body.bodyFullWidth.rdv-service #comp_cover.activateCompte {
        display: block !important;
    }
    .reload-captcha {
        text-align: left;
    }
    .instructions {
        margin-bottom: 10px;
    }
    [class*="col-"] {
        margin-bottom: 10px;
    }
    .form-action {
        display: flex;
        flex-wrap: wrap;
    }
    .form-group label {
        text-align: left;
        align-items: flex-start;
    }
    .comp_form-box.fixe-width-form label,
    .comp_form-box .form-label {
        text-align: left;
    }
    .form-group [class*="col-"] {
        margin-bottom: 5px !important;
    }
}

.form-header {
    background-color: #e9eef1;
    padding: 35px 35px 20px 35px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.negative-margin {
    margin-left: -20px;
    margin-right: -20px;
}

.form-header .mainMessage {
    border-bottom: 1px solid #c0d0da;
    padding-bottom: 20px;
    margin-bottom: 20px;
}


/* toogle*/
.mat-slide-toggle-content span {
    color: #232558;
    line-height: normal;
    font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    white-space: normal;
}

.comp_form-box .mat-slide-toggle-content {
    overflow: visible !important;
}

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
    background-color: rgba(255, 83, 31, .5) !important;
}

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
    background: #FF531F !important;
}

.mat-slide-toggle-input.cdk-visually-hidden {
    opacity: 0 !important;
}

.comp_gestionmdp p a,
.comp_gestionmdp span a,
.comp_gestionmdp .modal-body a {
    color: #232558 !important;
}
.themeRecruteur span a,
.themeRecruteur p a,
.themeRecruteur .modal-body a {
    color: #7997AF !important;
}

apec-adresse .dropdown-menu {
    width: 92%;
}

.theme-recruteur .form-message-success p {
    color: #232558;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}

.theme-recruteur .box-message-notif {
    border: solid #026096;
    padding: 20px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
}

.theme-recruteur .txt-info-recrutement {
    padding-top: 1rem;
}

.theme-recruteur .label-confirmation {
    text-align: left;
    display: block;
    padding-left: 20px;
}


.reload-captcha-alignleft {
    margin-left: auto;
    content:""
}
.reload-captcha-flex {
    display: flex;
    line-height: 2px;
}
.reload-captcha-flex p {
    font-size: 1.1rem;
}
.reload-captcha-text {
    font-size: 1.1rem;
}
.picto-info-complete{
    line-height: 16px;
}
