@keyframes loading {
    50% {
        opacity: 0.3;
    }
}

.fa-pencil-alt.modal-call,
.fa-trash-alt.modal-call {
    cursor: pointer;
}
.table.dataTable .loading {
    pointer-events: none;
    background-color: #feffcd;
    animation: loading 1.5s infinite;
}
.main-header .sidebar-toggle::before {
    font-weight: 900;
}
.table.dataTable td.number {
    text-align: right;
}
.loading td {
    position: relative;
}
.logo-lg .top-left {
    color: black;
}
.content-wrapper input[type=checkbox] {
    margin: 4px 6px 0 15px;
}
#redBox {
    background: #ac2925 !important;
    color: white !important;
}
#greenBox {
    background: #3c763d !important;
    color: white !important;
}
.box-title {
    color: white !important;
}
.parent-div {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.parent-div input[type=file] {
    left: 0;
    top: 0;
    opacity: 0;
    position: absolute;
}
.datepicker {
    z-index: 1031 !important;
}
.user-search-date-filter label.startDate,
.user-search-date-filter label.endDate {
    width: 18px;
}
#user-list .dataTables_scrollHead,
#synthesis-list .dataTables_scrollHead,
#appuser-list .dataTables_scrollHead,
#faq-list .dataTables_scrollHead {
    overflow: visible !important;
}
.dl-app-btn {
    display: block;
    max-width: 230px;
    max-height: 95px;
    width: auto;
    height: auto;
}
.cgu-link {
    display: block;
    background-color: #b4c7e7;
    border-radius: 0.25em;
    color: #000;
}
.input-group.datetime-range {
    min-width: 330px;
}
#appmaintenances-list #greenBox .box-header .box-title {
    color: #fff !important;
}
#appmaintenances-list .dataTable thead > tr > th.col-xs-6 {
    min-width: 250px;
}

/*BO synthesis/search*/

.board_container_overflow_handler {
    width: 100%;
    overflow-x: auto;
}

/*BO Notifications Planner :*/

#notifications-list .dataTable thead > tr > th.col-xs-6 {
    min-width: 250px;
}


.field-alert {
    color: #ac2925;
    display: block;
    text-align: left;
}

#newDelayForm .not-visible {
    display:none;
}
/*Fin BO Notifications Planner*/

.fixed-width-10 {
    width: 10%;
}



/* ----- Justify ----- */
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}

@media (min-width: 992px) {
    .text-lg-center {
        text-align: center;
    }
}

/* ----- Display ----- */
.d-none {
    display: none;
}
.d-inline-block {
    display: inline-block;
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block;
    }
}

/* ----- Font ----- */
.font-size-smaller {
    font-size: 0.85em;
}
.font-size-larger {
    font-size: 1.15em;
}
.font-weight-bold {
    font-weight: bold;
}

/* ----- Margin ----- */
.mt-1 {
    margin-top: 0.25em;
}
.mt-2 {
    margin-top: 0.5em;
}
.mt-3 {
    margin-top: 0.75em;
}
.mt-4 {
    margin-top: 1em;
}
.mt-5 {
    margin-top: 1.25em;
}
.mr-1 {
    margin-right: 0.25em;
}
.mr-2 {
    margin-right: 0.5em;
}
.ml-1 {
    margin-left: 0.25em;
}
.ml-2 {
    margin-left: 0.5em;
}
.mb-2 {
    margin-bottom: 0.5em;
}
.mb-4 {
    margin-bottom: 1em;
}
.mx-0 {
    margin-right: 0;
    margin-left: 0;
}
.mx-1 {
    margin-right: 0.25em;
    margin-left: 0.25em;
}
.mx-2 {
    margin-right: 0.5em;
    margin-left: 0.5em;
}
.mx-3 {
    margin-right: 0.75em;
    margin-left: 0.75em;
}
.my-1 {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}
.my-2 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.m-auto {
    margin: auto;
}

@media (min-width: 992px) {
    .mr-lg-2 {
        margin-right: 0.5em;
    }
    .my-lg-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .m-lg-unset {
        margin: unset;
    }
}

/* ----- Padding ----- */
.py-1 {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}
.pb-5 {
    padding-bottom: 1.25em;
}
.px-2 {
    padding-right: 0.5em;
    padding-left: 0.5em;
}
.px-3 {
    padding-right: 0.75em;
    padding-left: 0.75em;
}
.px-5 {
    padding-right: 1.25em;
    padding-left: 1.25em;
}

/* ----- Width ----- */
.w-150px {
    width: 150px;
}
@media (min-width: 1355px) {
    .w-lg-140px {
        width: 140px;
    }
}

/* ----- Min-Width ----- */
.mw-225px {
    min-width: 225px;
}
.mw-330px {
    min-width: 330px;
}
.mw-450px {
    min-width: 450px;
}

/* ----- Flex ----- */
.d-flex {
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
}
.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.justify-content-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.justify-content-between {
    -ms-flex-pack: space-between;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.align-items-center {
    align-items: center;
}
.flex-column {
    flex-direction: column;
}
.flex-row {
    flex-direction: row;
}

@media (min-width: 992px) {
    .d-lg-flex {
        display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
        display: -ms-flexbox;  /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
        display: flex;
    }
    .flex-lg-row {
        flex-direction: row;
    }
}

/* ----- [Container] ----- */
.container {
    max-width: 100%;
}

@media (max-width: 981px) {
    .container {
        width: 95%;
    }
}

/* ----- [Textarea] ----- */
textarea.form-control {
    height: 200px;
}

/* ----- [Pagination] ----- */
.selectPagination {
    width:75px;
}

.disabledButton {
    pointer-events: none;
}

.synthesisFormGroup {
    margin-bottom: 15px !important;
}
