/***************************************************************
 *                      Couleurs
 **************************************************************/

/**
 * Blanc
 */
.bg-white {
    background-color: #fafafa !important;
}

/**
 * Primary
 */
.bg-primary {
    color: #fafafa;
    background-color: #429dc2 !important;
}

.bg-primary-gr {
    color: #fafafa;
    background: linear-gradient(#42a7cc, #4193b8) !important;
}

.border-primary {
    border: 1px solid #4089ae;
}

.border-primary-in {
    box-shadow: inset 0px 0px 0px 1px #4089ae;
}

/**
 * Bleu
 */
.bg-blue-gr:not(.btn-disabled) {
    color: #fafafa;
    background: linear-gradient(#4196d4, #3e85c0) !important;
}

.bg-blue {
    color: #fafafa;
    background-color: #3e8fca !important;
}

.bg-blue-a75 {
    background-color: rgba(62, 143, 202, 0.75) !important;
    color: #fafafa;
}

.bg-blue-a05 {
    background-color: rgba(62, 143, 202, 0.05) !important;
}

.border-blue {
    border: 1px solid #3e7bb6;
}

.border-blue-in {
    box-shadow: inset 0px 0px 0px 1px #3e7bb6;
}

/**
 * Bleu foncé
 */
.bg-dark-blue-gr {
    color: #fafafa;
    background: linear-gradient(#56749c, #446188) !important;
}

.bg-dark-blue {
    color: #fafafa;
    background-color: #4d6a92 !important;
}

.border-dark-blue {
    border: 1px solid #3e557d;
}

.border-dark-blue-in {
    box-shadow: inset 0px 0px 0px 1px #3e557d;
}

/**
 * Bleu clair
 */
.bg-clear-blue-gr {
    color: #fafafa;
    background: linear-gradient(#5bc9e7, #5ab6d4) !important;
}

.bg-clear-blue {
    color: #fafafa;
    background-color: #5ac0de !important;
}

.border-clear-blue {
    border: 1px solid #58acca;
}

.border-clear-blue-in {
    box-shadow: inset 0px 0px 0px 1px #58acca;
}

/**
 * Vert
 */
.bg-green-gr {
    color: #fafafa;
    background: linear-gradient(#67c267, #58ae58) !important;
}

.bg-green {
    color: #fafafa;
    background-color: #5cb75c !important;
}

.bg-green-a75 {
    background-color: rgba(92, 183, 92, 0.75) !important;
    color: #fafafa;
}

.bg-green-a05 {
    background-color: rgba(92, 183, 92, 0.05) !important;
}

.clr-green {
    color: #58a458;
}

.border-green {
    border: 1px solid #58a458;
}

.border-green-in {
    box-shadow: inset 0px 0px 0px 1px #58a458;
}

/**
 * Gris
 */
.bg-grey-gr {
    color: #fafafa;
    background: linear-gradient(#a3a3a3, #8f8f8f) !important;
}

.bg-grey {
    color: #fafafa;
    background-color: #999999 !important;
}

.border-grey {
    border: 1px solid #858585;
}

.border-grey-in {
    box-shadow: inset 0px 0px 0px 1px #858585;
}

.clr-grey {
    color: #858585;
}

/**
 * Gris clair
 */
.bg-clear-grey-gr {
    color: #fafafa;
    background: linear-gradient(#c1c1c1, #adadad) !important;
}

.bg-clear-grey {
    color: #fafafa;
    background-color: #b7b7b7 !important;
}

.border-clear-grey {
    border: 1px solid #a3a3a3;
}

.border-clear-grey-in {
    box-shadow: inset 0px 0px 0px 1px #a3a3a3;
}

.clr-clear-grey {
    color: #a3a3a3;
}

/**
 * Gris très clair
 */
.bg-light-grey {
    background-color: #dddddd;
}

.border-light-grey {
    border: 1px solid #dddddd;
}

.border-light-grey-in {
    box-shadow: inset 0px 0px 0px 1px #dddddd;
}

.clr-light-grey {
    color: #dddddd;
}

/**
 * Rouge
 */
.bg-red-gr {
    color: #fafafa;
    background: linear-gradient(#ed5651, #d95452) !important;
}

.bg-red {
    color: #fafafa;
    background-color: #e35752 !important;
}

.clr-red {
    color: #ad4541;
}

.border-red {
    border: 1px solid #ad4541;
}

.border-red-in {
    box-shadow: inset 0px 0px 0px 1px #ad4541;
}

/**
 * Orange
 */
.clr-orange {
    color: #db6a0b;
}

/**
 * Jaune
 */
.bg-yellow-gr {
    color: #fafafa;
    background: linear-gradient(#fab64f, #dc994e) !important;
}

.bg-yellow {
    color: #fafafa;
    background-color: #eba650 !important;
}

.border-yellow {
    border: 1px solid #c8864d;
}

.border-yellow-in {
    box-shadow: inset 0px 0px 0px 1px #c8864d;
}

/**
 * Jaune clair
 */
.bg-light-yellow {
    background-color: #ffe45f !important;
}

.border-yellow {
    border: 1px solid #c1aa53;
}

.border-yellow-in {
    box-shadow: inset 0px 0px 0px 1px #dcc15d;
}

/**
 * Violet
 */
.bg-purple {
    color: #fafafa;
    background-color: #A00363 !important;
}

.bg-purple-a75 {
    background-color: rgba(160, 3, 99, 0.75) !important;
    color: #fafafa;
}

.bg-purple-a10 {
    background-color: rgba(160, 3, 99, 0.10) !important;
}

.bg-purple-a05 {
    background-color: rgba(160, 3, 99, 0.05) !important;
}

.clr-purple {
    color: #79024b;
}

.border-purple {
    border: 1px solid #79024b;
}

.border-purple-in {
    box-shadow: inset 0px 0px 0px 1px #79024b;
}

/**
 * Opacités
 */
.opacity-75 {
    opacity: 0.75;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-25 {
    opacity: 0.25;
}

.opacity-10 {
    opacity: 0.1;
}

/***************************************************************
 *                      Framework col
 **************************************************************/

.row {
    font-size: 0;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

table tr.data {
    font-size: 15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
}

.table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

.scroll-content {
    overflow-y: scroll;
}

.scroll-auto {
    overflow-y: auto;
}

.scroll-head {
    width: calc(100% - 16px);
}

.table th {
    padding: 15px 10px;
    text-align: left;
    white-space: nowrap;
}

.table td {
    padding: 7px 10px;
    font-size: 0.9em;
    vertical-align: top;
}

.table tbody tr:nth-child(odd) {
    background-color: rgba(66, 157, 194, 0.07);
}

.table tbody tr:hover {
    background-color: rgba(66, 157, 194, 0.15);
}

table.border-collapse {
    border-collapse: collapse;
}

table th.col-1, table th.col-2, table th.col-3, table th.col-4, table th.col-5, table th.col-6, table th.col-7, table th.col-8, table th.col-9, table th.col-10, table th.col-11,
table th.col-12, table td.col-1, table td.col-2, table td.col-3, table td.col-4, table td.col-5, table td.col-6, table td.col-7, table td.col-8, table td.col-9, table td.col-10, table td.col-11,
table td.col-12 {
    display: table-cell;
}

.col-1 {
    width: 8.333333%;
}

.col-2 {
    width: 16.666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.333333%;
}

.col-5 {
    width: 41.666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.333333%;
}

.col-8 {
    width: 66.666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.333333%;
}

.col-11 {
    width: 91.666667%;
}

.col-12 {
    width: 100%;
}

.col-offset-1 {
    margin-left: 8.333333%;
}

.col-offset-2 {
    margin-left: 16.666667%;
}

.col-offset-3 {
    margin-left: 25%;
}

.col-offset-4 {
    margin-left: 33.333333%;
}

.col-offset-5 {
    margin-left: 41.666667%;
}

.col-offset-6 {
    margin-left: 50%;
}

.col-offset-7 {
    margin-left: 58.333333%;
}

.col-offset-8 {
    margin-left: 66.666667%;
}

.col-offset-9 {
    margin-left: 75%;
}

.col-offset-10 {
    margin-left: 83.333333%;
}

.col-offset-11 {
    margin-left: 91.666667%;
}

.col-offset-12 {
    margin-left: 100%;
}

@media screen and (max-width: 1600px) {
    .col-lg-1 {
        width: 8.333333%;
    }

    .col-lg-2 {
        width: 16.666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.333333%;
    }

    .col-lg-5 {
        width: 41.666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.333333%;
    }

    .col-lg-8 {
        width: 66.666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.333333%;
    }

    .col-lg-11 {
        width: 91.666667%;
    }

    .col-lg-12 {
        width: 100%;
    }
}

@media screen and (max-width: 1280px) {
    .col-md-1 {
        width: 8.333333%;
    }

    .col-md-2 {
        width: 16.666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.333333%;
    }

    .col-md-5 {
        width: 41.666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.333333%;
    }

    .col-md-8 {
        width: 66.666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.333333%;
    }

    .col-md-11 {
        width: 91.666667%;
    }

    .col-md-12 {
        width: 100%;
    }
}

@media screen and (max-height: 800px) {
    .row {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.zoom-10 {
    zoom: 0.1;
    -moz-transform: scale(0.1);
}

.zoom-20 {
    zoom: 0.2;
    -moz-transform: scale(0.2);
}

.zoom-30 {
    zoom: 0.3;
    -moz-transform: scale(0.3);
}

.zoom-40 {
    zoom: 0.4;
    -moz-transform: scale(0.4);
}

.zoom-50 {
    zoom: 0.5;
    -moz-transform: scale(0.5);
}

.zoom-60 {
    zoom: 0.6;
    -moz-transform: scale(0.6);
}

.zoom-70 {
    zoom: 0.7;
    -moz-transform: scale(0.7);
}

.zoom-80 {
    zoom: 0.8;
    -moz-transform: scale(0.8);
}

.zoom-90 {
    zoom: 0.9;
    -moz-transform: scale(0.9);
}

.size-10 {
    font-size: 10%;
}

.size-20 {
    font-size: 20%;
}

.size-30 {
    font-size: 30%;
}

.size-40 {
    font-size: 40%;
}

.size-50 {
    font-size: 50%;
}

.size-60 {
    font-size: 60%;
}

.size-70 {
    font-size: 70%;
}

.size-80 {
    font-size: 80%;
}

.size-90 {
    font-size: 90%;
}

/***************************************************************
 *                      Contenu
 **************************************************************/

h2 {
    margin: 30px 0;
}

h3 {
    font-weight: normal;
    font-size: 1.5em;
}

h3, h4 {
    margin: 15px 0;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.text-capitalize:first-letter {
    text-transform: capitalize;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bold {
    font-weight: bold;
}

.no-bold {
    font-weight: normal !important;
}

.list-item > div {
    margin-left: 1%;
    margin-right: 1%;
}

.list-item > div:first-child {
    margin-left: 0;
}

.list-item > div:last-child {
    margin-right: 0;
}

.flex-box {
    display: flex;
    flex-direction: column;
}

.flex-grow {
    flex-grow: 1;
}

.flex-top {
    justify-content: flex-start;
}

.flex-middle {
    justify-content: center;
}

.flex-bottom {
    justify-content: flex-end;
}

.inline-flex {
    display: inline-flex;
}

.inline {
    display: inline-block;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-border, .no-border div, .no-border th, .no-border td, .no-border tr, .no-border span {
    border: none !important;
}

.no-border-top, .no-border-top div, .no-border-top th, .no-border-top td, .no-border-top tr, .no-border-top span {
    border-top: none !important;
}

.no-border-right, .no-border-right div, .no-border-right th, .no-border-right td, .no-border-right tr, .no-border-right span {
    border-right: none !important;
}

.no-border-bottom, .no-border-bottom div, .no-border-bottom th, .no-border-bottom td, .no-border-bottom tr, .no-border-bottom span {
    border-bottom: none !important;
}

.no-border-left, .no-border-left div, .no-border-left th, .no-border-left td, .no-border-left tr, .no-border-left span {
    border-left: none !important;
}

.btn {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    text-align: center;
    font-size: 0.8em;
    line-height: 20px;
    height: 20px;
}

.btn, .btn-default {
    border-radius: 3px;
}

.btn-squarred {
    border-radius: 0;
}

.btn[disabled], .btn-default[disabled], .btn-squarred[disabled] {
    opacity: 0.7;
    cursor: auto;
}

.btn-disabled {
    border: 1px solid #858585 !important;
    background: #b7b7b7 !important;
    color: #5d5d5d !important;
    cursor: inherit !important;
}

.btn-big {
    font-size: 1em;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

.btn-small {
    height: 16px;
    line-height: 16px;
    padding: 4px 8px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

.textarea {
    padding: 5px 10px;
    border: 1px solid #A9A9A9;
    background: white;
}

.fa-bigger {
    font-size: 1.25em;
}

.card {
    position: relative;
    background-color: rgb(250, 250, 250);
    box-shadow: 1px 1px 3px 1px rgba(125, 145, 152, 0.49);
}

.inl-container {
    margin: 0 15px;
}

.container {
    margin: 15px;
}

.container.fill-height, .inner-container.fill-height {
    height: calc(100% - 30px);
}

.inner-container {
    padding: 15px;
}

.inner-container-sm {
    padding: 10px;
}

.inner-container-xs {
    padding: 5px;
}

.rel-container {
    position: relative;
}

.heading {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
}

.nospace {
    font-size: 0;
}

.tabs {
    cursor: pointer;
}

.tab-inactive {
    background-color: rgba(211, 211, 211, 0.6);
    color: #f3f3f3;
}

iframe.doc-preview {
    background: #d1d1d1;
}

form .form-row-checkbox {
    display: block;
}

form .form-checkbox,
form .form-checkbox-expanded,
form .form-row-checkbox,
form .form-row-checkbox label,
form .form-row-checkbox-expanded,
form .form-row-checkbox-expanded label {
    cursor: pointer !important;
}

form .form-label {
    padding: 5px 5px 0 0;
    display: inline-block;
    width: calc(100% - 10px);
}

form .form-widget textarea {
    height: inherit;
}

form input[type="text"],
.medical-tdb-filters input[type="text"] {
    height: 34px;
    border: 1px solid rgb(216, 213, 213);
    font-size: 16px;
    width: 100%;
    padding-left: 8px;
}


form input[type="password"] {
    height: 34px;
    border: 1px solid rgb(216, 213, 213);
    font-size: 16px;
    width: 100%;
    padding-left: 8px;
}

form input[type="file"] {
    max-width: 100%;
}

form button[type="submit"] {
    height: 32px;
    font-family: "Segoe UI";
}

form button[type="submit"].btn-big {
    height: 42px;
}

form .form-row {
    min-height: 34px;
}

form .select2-search__field {
    width: 100% !important;
}

form .form-checkbox {
    height: 34px;
    width: 34px !important;
    display: inline-block;
}

form .form-checkbox .custom-checkbox {
    height: 32px;
    width: 32px;
    border: 1px solid #d8d5d5;
    background-color: white;
    position: relative;
}

form .form-checkbox .custom-checkbox i {
    font-size: 24px;
    display: block;
    position: absolute;
    color: #d8d5d5;
    margin: 4px;
}

form .form-checkbox .custom-checkbox.checkbox-enabled {
    background: #f4ffec;
    transition: background-color 150ms ease-in-out;
}

form .form-checkbox .custom-checkbox.checkbox-enabled i {
    color: #77c240;
    transition: color 150ms ease-in-out;
}

form .form-checkbox .custom-checkbox[data-disabled] {
    cursor: auto !important;
    background-color: #eeeeee;
}

form .form-row-checkbox-expanded {
    width: 50%;
    display: inline-block;
}

form .form-row-checkbox-expanded label {
    display: inline-block;
    float: right;
    width: calc(100% - 49px);
    margin-right: 0;
    margin-left: 10px;
    line-height: 34px;
    padding-top: 0;
}

form .form-row-checkbox-expanded-group:not(:last-child) {
    margin-bottom: 5px;
}

form .input-group {
    position: relative;
}

form .input-group .input-icon {
    position: absolute;
    color: #6b6e6f;
    top: 5px;
    font-size: 20px;
    left: 10px;
}

form .input-group input {
    padding-left: 35px;
}

form .flat-select {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #d8d5d5;
    border-top: 1px solid #d8d5d5;
    border-left: 1px solid #d8d5d5;
    height: 30px;
}

form .flat-select-opt {
    padding: 0 5px;
    flex-grow: 1;
    text-align: center;
    background: white;
    border-collapse: collapse;
    border-right: 1px solid #d8d5d5;
    line-height: 30px;
    font-size: 0.9em;
}

form .flat-select-opt[data-selected="selected"] {
    color: white;
    background: linear-gradient(#4196d4, #3e85c0);
    transition: all 150ms ease-in-out;
    transition-property: color, background;
}

form .flat-select[data-disabled] .flat-select-opt,
form .flat-select-opt[disabled] {
    cursor: auto;
    background-color: #eee;
}

form input:disabled, form input:read-only:not([type="submit"]) {
    background-color: #eee;
}

form textarea {
    padding-left: 8px;
    resize: vertical;
    height: inherit;
    width: 100%;
}

.fake-input {
    height: 30px;
    border: 1px solid #d8d5d5;
    padding: 0 8px;
    line-height: 30px;
}

.fake-input-disabled {
    background: #eeeeee;
    color: rgb(84, 84, 84);
}

.line-input {
    line-height: 32px;
}

.modal-container {
    position: absolute;
    background: rgba(0, 0, 0, 0.15);
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.modal-container.modal-fixed {
    position: fixed;
}

.modal-inner {
    position: absolute;
    background: white;
    width: 90%;
    height: 86vh;
    top: 4vh;
    left: 5%;
    box-shadow: 0px 0px 4px 1px rgba(125, 145, 152, 0.5);
}

.modal-fixed .modal-inner {
    position: fixed;
    width: 82%;
    top: 6%;
    left: 9%;
}

.modal-inner.modal-md {
    position: fixed;
    width: 66%;
    height: 66%;
    top: 12%;
    left: 17%;
}

.modal-inner.modal-sm {
    position: fixed;
    width: 50%;
    height: 50%;
    top: 15%;
    left: 25%;
}

.modal-inner .modal-content {
    height: calc(100% - 56px);
    overflow: auto;
    border-bottom: 1px solid #c1c1c1;
    padding: 0 10px;
}

.modal-inner .modal-footer {
    height: 35px;
    padding: 10px 0;
}

.modal-inner .modal-footer > div, .modal-inner .modal-footer > button {
    width: 200px;
    height: 25px !important;
    font-size: 16px;
    line-height: 25px;
    margin: 0 15px;
    font-weight: bold;
    display: inline-block;
    font-family: inherit;
}

.modal-inner .modal-footer > button {
    height: 37px !important;
}

.modal-draggable-handler {
    cursor: move;
}

.badge {
    border-radius: 10px;
    min-width: 15px;
    display: inline-block;
    font-size: 75%;
    font-weight: bold;
    margin-left: 4px;
    padding: 0 2px;
}

.subtitle {
    font-style: italic;
    font-size: 80%;
}

.hidden {
    display: none;
}

@media screen and (max-height: 800px) {
    h2 {
        margin: 20px 0;
    }

    h3, h4 {
        margin: 10px 0;
    }

    .container {
        margin: 10px;
    }

    .container.fill-height, .inner-container.fill-height {
        height: calc(100% - 20px);
    }

    .inner-container {
        padding: 10px;
    }

    .inl-container {
        margin: 0 10px;
    }

    .heading {
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: bold;
    }
}

/***************************************************************
 *         Contenu médical : TODO voir si factorisable
 **************************************************************/

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.fill-height {
    height: 100%;
}

.fill-width {
    width: 100%;
}

.btn-cursor {
    cursor: pointer;
}

.no-cursor {
    cursor: auto !important;
}

a {
    color: inherit;
}

form {
    margin: 0;
}

.input-separator-txt {
    font-size: 1rem;
    display: inline-block;
    line-height: 30px;
}

.mt-0 {
    margin-top: 0;
}

.mt-05 {
    margin-bottom: 5px;
}

.mt-1 {
    margin-top: 15px;
}

.mt-2 {
    margin-top: 30px;
}

.mt-3 {
    margin-top: 45px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-05 {
    margin-bottom: 5px;
}

.mb-1 {
    margin-bottom: 15px;
}

.mb-2 {
    margin-bottom: 30px;
}

.mb-3 {
    margin-bottom: 45px;
}

.ml-0 {
    margin-left: 0;
}

.ml-1 {
    margin-left: 15px;
}

.ml-2 {
    margin-left: 30px;
}

.ml-3 {
    margin-left: 45px;
}

.mr-0 {
    margin-right: 0;
}

.mr-1 {
    margin-right: 15px;
}

.mr-2 {
    margin-right: 30px;
}

.mr-3 {
    margin-right: 45px;
}

/***************************************************************
 *                          Spinners
 **************************************************************/

.ajax-spinner-wrapper {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 150;
}

.ajax-spinner-container {
    position: relative;
    top: calc(50% - 10px);
}

.ajax-spinner-error-icon,
.ajax-spinner-success-icon {
    position: relative;
    top: calc(50% - 16px);
    display: none;
    text-align: center;
}

.ajax-spinner-error-icon {
    color: #c53921;
}

.ajax-spinner-success-icon {
    color: #638847;
}

.ajax-spinner {
    text-align: center;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Spinner type = Circle */
.ajax-spinner.spinner-type-circle > div {
    position: absolute;
    display: block;
    width: 96px;
    height: 96px;
    top: calc(50% - 48px);
    left: calc(50% - 48px);
    border-radius: 50px;
    box-shadow: 0 3px 0 0 #4C6A92;
    transform-origin: 48px 49px;
    animation: ajax-spinner-circle-anim 1s infinite linear;
}

.ajax-spinner.spinner-type-circle.inverse-color > div {
    box-shadow: 0 3px 0 0 #b5d5e2;
}

@keyframes ajax-spinner-circle-anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Spinner type = Dots */
.ajax-spinner.spinner-type-dots > div {
    width: 20px;
    height: 20px;
    background: linear-gradient(#56749c, #456088);
    border-radius: 100%;
    margin: 0 10px;
    display: inline-block;
    animation: ajax-spinner-dots-anim 1.4s infinite ease-in-out both;
}

.ajax-spinner.spinner-type-dots.inverse-color > div {
    background: linear-gradient(#bfdfec, #abcbd8);
}

.ajax-spinner.spinner-type-dots .bounce1 {
    animation-delay: -0.32s;
}

.ajax-spinner.spinner-type-dots .bounce2 {
    animation-delay: -0.16s;
}

@keyframes ajax-spinner-dots-anim {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.animation-spin {
    animation: spin 1.6s infinite ease-in-out;
}

.animation-spin-reverse {
    animation: spin 1.6s infinite ease-in-out;
    animation-direction: reverse;
}

/***************************************************************
 *                          Style Vidal
 * (pas 100% identique car il ne s'agit pas de faire une copie)
 **************************************************************/

.vidal table thead th {
    color: #ffffff;
    background-color: #cc0033;
}

.vidal .table-title {
    margin: 30px 0;
    font-size: 1.8em;
}

.vidal table {
    border-collapse: collapse;
    border-spacing: 0;
}

.vidal table thead th:first-child {
    width: 20%;
}

.vidal table td, .vidal table th {
    border: 1px solid #cc0033;
    padding: 5px 10px;
    vertical-align: initial;
}

.vidal table th {
    padding: 10px 10px;
}

#controle-resultat-modal #main {
    padding-top: 30px;
    background: white;
}

#controle-resultat-modal .modal-inner {
    width: 70em;
    left: calc(50% - 35em);
}

.yellow-highlight{
    background-color: #FFFBA4; 
}

.contact-tag-utilisateur-axapa {
    background-color: #A00363;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
}

.contact-tag-utilisateur-evolution {
    background-color: #F1C40F;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
}

.contactInactif {
    color: grey;
}

.avatar {
    width: 30px;
    vertical-align: middle;
}
.link-icon {
    width: 24px;
    vertical-align: bottom;
}

/*Labels*/

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #808080;
}

.label-primary {
    background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}

.label-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.label-block + .label-block {
    margin-top: 5px;
}

/* Buttons outline */

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* Redéfinition logos font awesome */

.font-awesome-logo-default {
    font-size: 1.5em !important;
}

.icon-update {
    font-size: 1.2em !important;
    color: grey;
}

.icon-update-disabled {
    font-size: 1.2em !important;
    color: lightgrey;
}

.icon-dropdown {
    font-size: 1.2em !important;
    color: orange;
}

.icon-valid {
    font-size: 1.2em !important;
    color: green;
}

.icon-valid-disabled {
    font-size: 1.2em !important;
    color: lightgreen;
}

.icon-view {
    font-size: 1.2em !important;
    color: dodgerblue;
}

.icon-copy {
    font-size: 1.2em !important;
    color: orange;
}

.icon-delete {
    font-size: 1.2em !important;
    color: red;
}

.icon-delete-disabled {
    font-size: 1.2em !important;
    color: lightcoral;
}

/* Dropdown */

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    float: left;
    min-width: 10rem;
    background-color: #fff;
    margin: .125rem 0 0;
    color: #212529;
    text-align: left;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1000;
}

.drop-left {
    transform: translate3d(-140px, 0px, 0px);
}

.dropdown-content a {
    padding: .25rem 1.5rem;
    font-weight: normal;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ececec;
}

.show {
    display:block;
}

/* Message d'erreur */

.error {
    color: red;
    display: block;
}

.alert {
    padding: 15px;
    background-color: #f44336;
    color: white;
    margin-bottom: 15px;
    border-radius: 5px;
}

/* Tri */
thead .tri {
    cursor: pointer;
    padding: 2px;
    float: right;
}

/* COVID 19 */
.covid {
    font-size: 1.5em;
    color: red;
}

.alerte-demande-client {
    font-size: 1.3em;
    color: red;
    font-weight: bold;
}
