/**************** UTIL ****************/
.bold {
    font-weight: bold;
}

.ml-075-em {
    margin-left: 0.75rem !important;
}

.font-size-08-em {
    font-size: 0.8em;
}

.font-size-1-em {
    font-size: 1em;
}

.chosen-container-single .chosen-single {
    padding-top: 6px;
    height: 40px;
}

.display-none {
    display: none;
}

/**************** SITES ****************/
.card-site {
    background-color: #ffffff;
    width: 29%;
    margin: 0 1%;
    display: inline-block;
    border: 2px solid #ffffff;
}

.card-site:HOVER {
    border: solid 5px green;
}

.card-site:HOVER h3 a {
    color: #337ab7;
}

.card-site h3 {
    margin: 0;
    line-height: 54px;
}

.card-site h3 a {
    display: block;
}

.card-site h3 a:HOVER {
    text-decoration: none;
    color: #337ab7;
}

@media only screen and (max-width: 991px) {
    .card-site h3 {
        font-size: 16px
    }
}

@media only screen and (max-width: 480px) {
    .card-site {
        width: 100%;
        margin: 0px;
    }

    .card-site h3 {
        font-size: 22px;
    }

    .card-site img {
        display: inherit;
    }
}

.tab-pane {
    min-height: 300px;
}

/**************** CANDIDATS ****************/
.import-form-file > input {
    width: 100%;
}

.download img {
    height: 60px;
}

.dcard {
    box-shadow: 1px 2px 8px rgb(0 0 0 / 20%);
}

.d-univers-style:not(:hover) .mb-hover, .d-style:hover .mb-n-hover {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
    transition-delay: 0ms, 120ms;
}

.d-questionnaires-style:not(:hover) .mb-hover, .d-style:hover .mb-n-hover {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    visibility: hidden;
    transition-delay: 0ms, 120ms;
}

.bg-transparent {
    background-color: transparent;
}

.bg-page-bloc {
    background-color: #fff;
    opacity: 0.8;
    color: black;
}

.card-page {
    min-height: 160px;
}

.card-page-body {
    border-left: solid 1px #c0c0c0;
    border-bottom-left-radius: 5px;
    border-right: solid 1px #c0c0c0;
    border-bottom-right-radius: 5px;
    border-bottom: solid 1px #c0c0c0;
}

.card-page-header {
    /*background-color: #c0c0c0;*/
    color: #000;
    border-top: #c0c0c0 1px solid;
    border-right: #c0c0c0 1px solid;
    border-left: #c0c0c0 1px solid;
    border-radius: 5px 5px 0px 0px;
}

.bg-ipad {
    background: url('/admin/img/ipad.jpg') no-repeat center;
    background-position: center top;
    background-size: 100% 100%;
}

.file-manager-open {
    cursor: pointer;
}

.form-file-manager-widget {
    padding: 10px 0;
    border: dashed 2px #DDD;
    height: 140px;
}

.toggle-switch:checked {
    background-color: #4f9b4f !important;
}

.toggle-switch:not(checked) {
    background-color: #95a5a6 !important;
}

.toggle-active {
    color: #4f9b4f;
    border-color: #4f9b4f;
    background-color: transparent;
}

.toggle-active:hover, .toggle-active.active {
    color: #fff;
    background-color: #4f9b4f;
    border-color: #4f9b4f;
}

.toggle-inactive:hover, .toggle-inactive.active {
    color: #fff;
    background-color: #95a5a6;
    border-color: #95a5a6;
}

.toggle-inactive {
    color: #95a5a6;
    border-color: #95a5a6;
    background-color: transparent;
}

/*** Page résultat */
.mask {
    background-color: #ccc;
    border: 1px solid #fff;
    height: 25px;
}

.bar {
    width: 0;
    background-color: #3f923f;
    color: #FFF;
    height: 23px;
    font-weight: bold;
    padding-right: 5px;
}

.bar p {
    text-align: right;
}

.bg-green {
    background-color: #3f923f !important;
}


.notifications-absolute {
    position: absolute !important;
    top: 60px !important;
    left: 0px !important;
    width: 500px;

}

.result-date, .result-comment {
    color: #8294b9;
}

.result-label {
    font-weight: bold;
}

#notificationsMenu .results > li {
    cursor: pointer;
}

.loader {
    font-size: 10px;
    margin: 20px auto;
    text-indent: -9999em;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background: #b2bec3;
    background: -moz-linear-gradient(left, #b2bec3 10%, rgba(178, 190, 195, 0) 42%);
    background: -webkit-linear-gradient(left, #b2bec3 10%, rgba(178, 190, 195, 0) 42%);
    background: -o-linear-gradient(left, #b2bec3 10%, rgba(178, 190, 195, 0) 42%);
    background: -ms-linear-gradient(left, #b2bec3 10%, rgba(178, 190, 195, 0) 42%);
    background: linear-gradient(to right, #b2bec3 10%, rgba(178, 190, 195, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader:before {
    width: 50%;
    height: 50%;
    background: #b2bec3;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.loader:after {
    background: white;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.flex-auto {
    flex: auto;
}

.dataTable tr.selected {
    background-color: #8FB8E2;
}

.badge-convention-taux {
    background-color: lightcyan;
    color: #000;
    padding: 10px;
    border: 1px solid #000;
    margin-bottom: 10px;
    width: 50%;
}

#reponses-fields-list {
    padding-inline-start: 0;
}

.badge-convention-reponses .checkbox {
    align-self: center;
}

.badge-convention-reponses .ordre {
    align-self: center;
    cursor: pointer;
}

.badge-convention-reponses input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.badge-convention-reponses input[type=number] {
    -moz-appearance: textfield;
}

/* TOGGLE */

input.ace-switch.ace-switch-onoff::before {
    padding-right: 0.5rem;
    content: "Inactif";
    font-size: 0.6rem;
}

input.ace-switch.ace-switch-onoff:checked::before {
    padding-right: 0.5rem;
    content: "Actif";
    font-size: 0.8rem;
}

.row-success {
    background-color: rgba(91, 177, 91, 0.4) !important;
}

.row-warning {
    background-color: rgba(235, 171, 1, 0.4) !important;
}

.row-danger {
    background-color: rgba(213, 39, 39, 0.4) !important;
}

.questionnaire-icon {
    position: absolute;
    right: 4px;
    bottom: -4px;
    color: #333;
    font-size: 2.2rem;
    opacity: .2;
}

div.choose-questionnaire-type {
    border: solid 1px #333;
    padding: 20px;
    text-align: center;
    display: grid;
    width: 100%;
    color: #333;
    margin-bottom: 10px;
    border-radius: 5px;
}

div.choose-questionnaire-type:hover {
    background-color: #edf5fb;
}

div.choose-questionnaire-type > i {
    font-size: 2rem;
}

.text-60px {
    font-size: 60px;
}

.resultat-detail-questionnaire {
    position: relative;
    padding: 0 !important;
    width: 50%;
}

.resultat-detail-questionnaire > div {
    height: 100%;
    position: absolute;
    padding: 0.75rem 1.25rem 0.875rem;
}

.resultat-detail-questionnaire > div.failure, #datatable_candidat tr div.failure {
    border-left: solid #df4b30 6px;
}

.resultat-detail-questionnaire > div.success, #datatable_candidat tr div.success {
    border-left: solid #3f923f 6px;
}

.success-toggle {
    height: 60px;
    padding: 16px;
}

#datatable tr {
    cursor: pointer;
}

#datatable_candidat tr > td:first-child > div {
    height: 100%;
    position: absolute;
    padding: 0.75rem;
    top: 0;
    left: 0;
}