/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : 10 janv. 2020, 13:12:06
    Author     : Decremem
*/

#collapsiblenav>.sidebar-wrapper {
    background-image: -webkit-linear-gradient(top, #1f78d080 0%, #533ce180 100%), url(../img/sidebar-6.jpg) no-repeat;
    background-image: -moz-linear-gradient(top, #1f78d080 0%, #533ce180 100%), url(../img/sidebar-6.jpg) no-repeat;
    background-image: -o-linear-gradient(top, #1f78d080 0%, #533ce180 100%), url(../img/sidebar-6.jpg) no-repeat;
    background: linear-gradient( to bottom, rgba(31, 120, 208, 0.502), rgba(83, 61, 225, 0.502)), url(../img/sidebar-6.jpg);
    background-size: cover;
    background-position: left;
}

#BRadio,
#CRadio,
#ARadio {
    min-width: fit-content;
    margin: auto;
}

#inputAutreRadio {
    margin-left: 10px;
}

.form-check-radio {
    display: flex;
}

.radioButtonGroup {
    display: flex;
}

.radioButtonGroup2 {
    display: flex;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #17a2b8;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    animation: spin 0.5s linear infinite;
}

.form-check .form-check-radio2::before,
.form-check .form-check-radio2::after {
    font-family: "FontAwesome";
    content: "\f096";
    display: inline-block;
    color: #1dc7ea;
    position: absolute;
    width: 19px;
    height: 19px;
    margin-top: 3px;
    margin-left: 3px;
    font-size: 21px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.form-check-radio .form-check-radio2::before {
    font-family: "FontAwesome";
    content: "\f10c";
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    opacity: 0.5;
    left: 5px;
    top: -5px;
}

.form-check-radio input[type="radio"]+.form-check-radio2:after,
.form-check-radio input[type="radio"] {
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    content: " ";
    display: block;
}

.form-check-radio input[type="radio"]:checked+.form-check-radio2::after {
    font-family: "FontAwesome";
    content: "\f192";
    top: -5px;
    position: absolute;
    left: 5px;
    opacity: 1;
    font-size: 22px;
}

.form-check-radio input[type="radio"]:checked+.form-check-radio2::after {
    opacity: 1;
}

.form-check-radio input[type="radio"]:disabled+.form-check-radio2::before,
.form-check-radio input[type="radio"]:disabled+.form-check-radio2::after {
    color: #9a9a9a;
}

#sectionStageInfo {
    display: block;
}

#organisationStage #btnInfo:hover,
#organisationStage #btnInfo:active,
#organisationStage #btnInfo.active {
    background-color: #4091e2;
    color: #ffffff;
    border-color: #4091e2;
}

#organisationStage #btnAuto:hover,
#organisationStage #btnAuto:active,
#organisationStage #btnAuto.active,
#organisationStage #btnElec:hover,
#organisationStage #btnElec:active,
#organisationStage #btnElec.active,
#organisationStage #btnPoly:hover,
#organisationStage #btnPoly:active,
#organisationStage #btnPoly.active {
    background-color: #62be44;
    color: #ffffff;
    border-color: #62be44;
}

#ajoutStage>.modal-dialog,
#infoClasse1iStage>.modal-dialog,
#infoSessionBC>.modal-dialog {
    max-width: 700px !important;
    -webkit-transform: translate(0, 15%);
    -o-transform: translate(0, 15%);
    transform: translate(0, 15%);
}

#tableButton {
    padding-bottom: 0px;
}

.buttonTable {
    padding-top: 10px;
}

.checkColonne {
    width: max-content;
}

#listStage .form-check .form-check-sign::before,
#listStage .form-check .form-check-sign::after {
    margin-left: -19px;
    position: inherit;
    vertical-align: middle;
}

.card .table tbody td:last-child,
.card .table thead th:last-child {
    display: table-cell;
}

#selectBoxOne,
#selectBoxSecond,
#selectBoxOne21,
#selectBoxSecond21,
#selectBoxOne23,
#selectBoxSecond23,
#selectBoxOne27,
#selectBoxSecond27 {
    min-height: 300px;
    width: 281px;
}

#listCandidats {
    min-height: 77vh;
}

#listInscriptionsIncomplete {
    min-height: 15vh;
}

.nav-tabs .nav-link {
    color: #888888;
}

.alert-industrie {
    background-color: #62be44;
}

.alert-informatique {
    background-color: #4091e2;
}

.alert-basicCheck {
    background-color: #1dc7ea;
}

#NAVSCandidatGroup {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#NAVSCandidatGroup input {
    width: 25% !important;
    height: 34px;
    font-size: 14px;
    text-align: center;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

#NAVSCandidatGroup label {
    font-weight: bold;
    margin-bottom: 0;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(200, 200, 200) !important;
    opacity: 1 !important;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(200, 200, 200) !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgb(200, 200, 200) !important;
}

.card-shadow {
    border-radius: 0.75rem !important;
}

.smooth-button {
    transition: box-shadow 300ms ease-in-out;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3) !important;
}

.smooth-button:hover>.next-step-icon {
    transform: translateX(10px);
}

.smooth-button:hover>.previous-step-icon {
    transform: translateX(-10px);
}

.smooth-button:hover {
    cursor: pointer;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.6) !important;
}

.previous-step-icon,
.next-step-icon {
    transition: transform 150ms ease-in-out;
}

.step-text {
    font-weight: bold;
}

.card-change-language {
    position: absolute !important;
    top: -60px;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    animation: card-change-language-appear 1s ease 1s normal none;
    animation-fill-mode: forwards;
}

@keyframes card-change-language-appear {
    0.0% {
        top: -60px;
    }
    100% {
        top: 0px;
    }
}