/**************************/
/*** STYLES GENERIQUES ***/
/************************/

body {
    overflow-y: hidden;
}

/* Gestion du scrolling standard */
.containerCard {
    overflow-y: scroll;
}

.containerCard {
    height: calc(100vh - 40px);
}

    /* Gestion du scrolling avec message d'erreur */
    .containerCard.alertActive {
        height: calc(100vh - 88px);
    }

        .containerCard.alertActive.warning-message {
            height: calc(100vh - 112px);
        }

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

/*#tableCustomerList_wrapper .dataTables_scrollBody,
#tableContactList_wrapper .dataTables_scrollBody,
#tableWorkContractList_wrapper .dataTables_scrollBody,
#tableCommercialAgreementList_wrapper .dataTables_scrollBody,
#tableChargesEntryList_wrapper .dataTables_scrollBody {
	height: 88vh;
}*/

:root {
    --Header: 40px;
    --Collapse: 0px;
    --TableHeader: 42px;
    --BottomContainer: 0px;
    /* 40 + 48*3 + 42 */
    --UsedHeight: calc(var(--Header) + var(--Collapse) + var(--TableHeader) + var(--BottomContainer));
}

.tableList-1 .dataTables_scrollBody,
.dataTables_scrollBody,
.tableList-2 .dataTables_scrollBody,
.tableList-3 .dataTables_scrollBody {
    max-height: calc(100vh - var(--UsedHeight));
}

.tableList-4 .dataTables_scrollBody {
    max-height: 70vh;
}

h1 {
    margin-bottom: 20px;
    padding-bottom: 9px;
    border-bottom: 1px solid #eee;
}

.hidden {
    display: none !important;
}

.vislble {
    display: block !important;
}

.required {
    color: red;
}

.has-warning .col-form-label, .has-warning .custom-control, .has-warning .form-check-label, .has-warning .form-control-label, .has-danger .col-form-label, .has-danger .custom-control, .has-danger .form-check-label, .has-danger .form-control-label, .has-success .col-form-label, .has-success .custom-control, .has-success .form-check-label, .has-success .form-control-label {
    color: inherit;
}

a:focus {
    color: #fff;
}

.unfocusableLink:focus {
    color: #0275d8 !important;
    text-decoration: none !important;
}


td.has-success {
    background-color: #d3f0d5;
}

    td.has-success .form-control-success {
        padding-right: 0.5rem;
    }



.form-control-feedback {
    font-size: 14px;
}

.bg-primary, .custom-control-input:checked ~ .custom-control-indicator, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle, .dropdown-item.active, .dropdown-item:active {
    background-color: #e00020 !important;
}

.btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    border-color: #e00020;
}

.btn-primary:focus {
    border-color: #e00020;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.activityAccountSum, .activityReportSum {
    border-top: 2px solid #e00020 !important;
    font-size: 13px;
    padding: 5px;
    background-color: #ececec;
}

.activityAccountSum .activityAccountSumDetails, .activityReportSum .activityReportSumDetails {
    padding: 0px 5px;
    font-size: 16px;
}

.btn-grey-light {
    background-color: #dddddd;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #525252;
    border-color: #525252;
}

/* Permet de centrer verticalement un contenu*/
.col-middle {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

.row-middle {
    width: 100%;
    height: 100%;
    display: table;
}

.p-no-margin {
    margin: 0px !important;
}

.not-same-password {
    margin: 10px 0px 0px 0px !important;
    color: red;
}

.no-margin {
    padding: 0px !important;
}

.no-margin-left {
    padding-left: 0px !important;
}

.no-margin-left {
    padding-left: 0px;
}

.no-margin-right {
    padding-right: 0px;
}

.bg-primary {
    background-color: #353d40 !important;
}

.text-primary, a.text-primary:focus, a.text-primary:hover {
    color: #e00020 !important;
}

.text-white {
    color: #fff;
}

.text_grey-dark {
    color: dimgray;
}

#tableContractorDocumentList .text_grey-dark {
    color: #bbb;
}

.text-strong {
    font-weight: bold !important;
}

.-spinner {
    z-index: 9999;
}

.modal.modal-spinner i {
    color: #e00020;
}

.modal-spinner.fade {
    z-index: 9999 !important;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal h2 {
    color: #525252;
    font-weight: 600;
    margin: 5px 0px 0px 0px;
}

.modal-lg {
    max-width: 1000px;
}

.modal .card-block {
    padding: 20px 0px !important;
}

    .modal .card-block .form-group {
        margin-bottom: 10px;
    }

    .modal .card-block label {
        font-size: 14px;
    }

.modal-dialog p {
    font-size: 18px !important;
    margin-top: 15px;
}

.card-header a:focus, .card-header a:hover {
    text-decoration: none !important;
}

.card-header .btn {
    padding-bottom: 0px;
    padding-top: 0px;
}

.modal-header {
    background-color: #e00020;
    color: #fff;
}

.modal .card-header {
    padding-left: 20px;
}

.modal-header a {
    color: #fff;
}

.modal-little {
    width: 500px;
}

.modal-body .nav-tabs {
    border: none;
}

.modal-body {
    padding: 20px;
}

    .modal-body .tab-content {
        border: 1px solid #e00020;
        padding: 20px;
    }

    .modal-body .nav-item a {
        color: #999;
        border-radius: 0;
    }

        .modal-body .nav-item a.active {
            background-color: #e00020;
            color: #fff;
        }

    .modal-body .nav-tabs .nav-link {
        border: none;
    }

    .modal-body iframe {
        width: 100%;
    }

.full-width-tabs > ul.nav.nav-tabs {
    display: table;
    width: 100%;
    table-layout: fixed;
}

    .full-width-tabs > ul.nav.nav-tabs > li {
        float: none;
        display: table-cell;
    }

        .full-width-tabs > ul.nav.nav-tabs > li > a {
            text-align: center;
        }

.alert-card {
    border: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 0px;
}

.alert ul {
    margin-bottom: 0px;
    margin-left: 20px;
}

.navbar {
    border-bottom: 2px solid #e00020;
}

.navbar-toggleable-md {
    padding: 0px;
}

.navbar-nav .nav-item {
    font-size: 17px;
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active:hover {
    color: #353D40 !important;
}

.navbar-nav .active:hover {
    color: #e00020 !important;
}

.text-help {
    font-size: 26px;
    padding: 0px;
}

.container-logo {
    padding: 10px;
}

.form-search {
    background-color: #ccc !important;
}

    .form-search .input-search {
        background-color: transparent !important;
        font-size: 14px !important;
    }

    .form-search input, .form-search button {
        border: none;
    }

    .form-search .btn {
        color: #525252;
    }
/*
 * Sidebar
 */

.title-main {
    background-color: #ececec;
    padding: 0px 5px;
    font-size: 21px !important;
}

.sidebar.bg-primary a {
    color: #fff;
    font-weight: 600;
}

.sidebar.bg-primary .active {
    background-color: #fff;
    color: #353d40 !important;
}

.sidebar {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}
/* Sidebar navigation */
.sidebar {
    padding-left: 0;
    padding-right: 0;
}

    .sidebar .nav {
        margin-bottom: 20px;
    }

    .sidebar .nav-item {
        width: 100%;
    }

        .sidebar .nav-item + .nav-item {
            margin-left: 0;
        }

    .sidebar .nav-link {
        border-radius: 0;
    }

.container-content-main {
    padding: 10px;
}
/*
 * Dashboard
 */

/* Placeholders */
.placeholders {
    padding-bottom: 3rem;
}

.placeholder img {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

#accordion {
    margin-bottom: 20px;
}

.card-block {
    padding: 20px;
}

.btn.float-right {
    margin: 10px;
}

.card {
    border: none;
}

.card-header {
    background-color: #f7f7f7;
    border-bottom: 2px solid #e00020;
}

    .card-header a {
        color: #e00020;
    }

        .card-header a:hover {
            text-decoration: none;
        }

input, select, .btn, label {
    border-radius: 0 !important;
}

    select.form-control-danger, select.form-control-success, select.form-control-warning {
        background-position: center right 1rem;
    }
/* Change le curseur sur les champs disable contenant un lien */
a > .form-control:disabled {
    cursor: pointer !important;
}

input[type=date] {
    padding-top: 6px;
    padding-bottom: 6px;
}

input[type='number'] {
    appearance: textfield;
}

    input[type='number']::-webkit-inner-spin-button,
    input[type='number']::-webkit-outer-spin-button,
    input[type='number']:hover::-webkit-inner-spin-button,
    input[type='number']:hover::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.custom-file-control:lang(en)::after {
    content: "Choose file...";
}

.custom-file-control:lang(en)::before {
    content: "Browse";
}

.uploadFile {
    width: 100%;
    border: 1px solid #ccc;
}




.btn-primary {
    background-color: #e00020;
    border-color: #e00020;
}

    .btn-primary:hover {
        background-color: #a00118;
        border-color: #e00020;
    }

.form-group-textarea {
    height: 100%;
    display: block;
}

    .form-group-textarea textarea {
        height: 100%;
        display: block;
        background-color: green;
        margin: 0px;
        padding: 0px;
    }

.form-checkbox {
    padding: 10px 10px 10px 0px !important;
}

.disableResize {
    resize: none;
}

textarea.row-5 {
    height: 382px;
}

textarea.row-3 {
    height: 242px;
}
/*.bg-red textarea {
    border:1px solid green;
    height:100%;
    }*/

/*.containerUpload .col {
    padding:0px;
}*/



/* Bouton d'upload des frais */

.containerUpload .button {
    position: relative;
}

.containerUpload .btn {
    padding-left: 0px;
    padding-right: 0px;
}

.containerUpload input[type=file] {
    color: transparent;
    background-color: transparent;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    z-index: 100;
}

.containerUpload .uploadFile,
.containerUpload label.labelFile,
.containerUpload label.labelFileChargeWiz {
    display: inline-block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.containerUpload label.labelFile,
.containerUpload label.labelFileChargeWiz {
    height: 38px;
    line-height: 38px;
    background-color: #eceeef;
    padding: 0px 10px;
    border: 1px solid rgba(0,0,0,.15);
}

    .containerUpload label.labelFile.form-control-success {
        border-color: #5cb85c;
    }

    .containerUpload label.labelFile.form-control-danger {
        border-color: #d9534f;
    }

.containerUpload label.labelButton {
    display: inherit;
    margin-bottom: 0px;
    cursor: pointer;
}

.containerUpload input {
    cursor: pointer;
}

/*.containerUpload.form-group-upload{
    background-color:#ccc;
    margin:2px;
}*/

/*****/



.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}


.inputfile.inputfile {
    display: none;
}






.inputfile + label strong {
    height: 100%;
    color: #f1e5e6;
    background-color: #d3394c;
    display: inline-block;
}

.inputfile:focus + label strong,
.inputfile.has-focus + label strong,
.inputfile + label:hover strong {
    background-color: #722040;
}
/*****/


.list-group-horizontal .list-group-item {
    display: block;
    float: left;
}

.list-group-horizontal .list-group-item {
    margin-bottom: 0;
    margin-left: -4px;
    margin-right: 0;
}

    .list-group-horizontal .list-group-item:first-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
    }

    .list-group-horizontal .list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
    }


/* PAGE LISTE */

*[data-href] {
    cursor: pointer;
}


/*#workContractListColl1 .dataTables_scrollBody{height:inherit;}*/
.collapse .dataTables_scrollBody {
    height: inherit !important;
}


.dataTables_filter {
    display: none;
}

.dataTables_scrollHeadInner {
    background-color: #ececec;
}

.containerCard .dataTables_scrollHeadInner {
    width: 100% !important
}


/*.tableContainer, .tableContainer thead, .tableContainer tr  {
    width:100%!important;
	margin:0px;
	padding:0px;
}*/

.tableContainer td {
    border-right: 2px solid #d2d2d2;
    border-bottom: inherit;
}
    /*.tableContainer td:first-child {
	border-right:inherit;
}*/
    .tableContainer td:last-child {
        border-right: inherit;
    }

.tableContainer thead {
    background-color: #ececec;
    font-size: 14px;
    color: #525252;
}
/*Gestion des tableaux sur les cards */
.tableListCard {
    width: 100% !important;
}

table.tableListCard thead th, table.tableListCard thead td,
table.tableListCard tbody th, table.tableListCard tbody td {
    padding: 8px 10px !important;
}

.dataTables_scrollBody table.tableListCard thead th {
    padding: 0px 10px !important;
}

.tableContainer {
    font-size: 14px;
}

    .tableContainer thead th {
        border-bottom: inherit !important;
        border-right: 2px solid #fff;
        height: 20px;
    }

        .tableContainer thead th:first-child {
            border-left: inherit;
        }

    .tableContainer tr td, .tableContainer tr th {
        white-space: nowrap;
    }

    .tableContainer input:not([id^="contPlanCommentary"]) {
        background-color: transparent;
    }

input[id^="contPlanCommentary"] {
    border: 1px solid #767676 !important;
} 

        .tableContainer input:focus, .tableContainer input {
            border: none;
            outline: none;
        }

    .tableContainer .has-success .form-control-success,
    .tableContainer .has-danger .form-control-danger {
        background-image: none;
    }

    .tableContainer .form-group {
        margin-bottom: 0px;
    }

    .tableContainer .form-control {
        padding-left: 0;
        padding-right: 0;
    }


table.dataTable.display tbody tr.selected > td {
    background-color: #ccc !important;
}



table.dataTable.display tbody tr:hover {
    background-color: inherit;
}


/*table.dataTable tbody tr {
	background-color:#fff!important;
}*/
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0px;
}

table.dataTable.display tbody tr:hover, table.dataTable.order-column.hover tbody tr:hover, table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1, table.dataTable.display tbody tr:hover td, table.dataTable.order-column.hover tbody tr:hover td {
    background-color: #e5e5e5 !important;
    border-color: #fff !important;
}

    table.dataTable.display tbody tr:hover td:first-child, table.dataTable.order-column.hover tbody tr:hover td:first-child {
        border-left: inherit;
    }
/*
.tableContainer thead th {
	border-bottom:inherit!important;
	border-left:2px solid #fff;
	height:20px;
}
.tableContainer thead th:first-child {
	border-left:inherit;
}*/

.col-25 {
    width: 25px !important;
    min-width: 25px !important;
    overflow: hidden;
}

.col-50 {
    width: 50px !important;
    min-width: 50px !important;
    overflow: hidden;
}

.col-70 {
    width: 70px !important;
    min-width: 70px !important;
    overflow: hidden;
}

.col-80 {
    width: 80px !important;
    min-width: 80px !important;
    overflow: hidden;
}

.col-90 {
    width: 90px !important;
    min-width: 90px !important;
    overflow: hidden;
}

.col-100 {
    width: 150px !important;
    min-width: 150px !important;
    overflow: hidden;
}

.col-125 {
    width: 200px !important;
    min-width: 150px !important;
    overflow: hidden;
}

.col-150 {
    width: 250px !important;
    min-width: 250px !important;
    overflow: hidden;
}

.col-200 {
    width: 200px !important;
    min-width: 200px !important;
    overflow: hidden;
}

.col-150 select {
    width: 100%;
}

.col-action-4-buttons {
    width: 134px;
}

    .col-action-4-buttons form label {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

.col-td-maxwidth {
    max-width: 335px;
    overflow: hidden;
    text-overflow: ellipsis;
}

button, checkbox:hover {
    cursor: pointer !important;
}

.col-fonctionnality .btn-link {
    width: 35px !important;
    height: 35px !important;
    padding: 0px;
}

.container-header {
    border-bottom: 2px solid #e00020;
}

    .container-header .btn-link {
        color: #4d4d4d;
        padding-left: 10px;
        padding-right: 10px;
    }

    .container-header .mr-sm-2 {
        margin-right: 0px !important;
    }

    .container-header .form-search {
        width: 245px;
        height: 38px;
    }

    .container-header .form-search, .container-header .btn-group {
        display: block;
        float: right;
    }

        .container-header .form-search .btn {
            padding: .5rem .9rem;
        }

    .container-header .btn-question i {
        font-size: 25px !important;
    }

    .container-header .btn-question {
        padding: 0px 10px;
        height: 38px;
    }



table.dataTable tbody tr.frais-de-gestion,
table.dataTable.order-column tbody tr.frais-de-gestion > .sorting_1 {
    background-color: #ffddbf;
}



    table.dataTable tbody tr.frais-de-gestion .text-color {
        color: #e00020;
    }

    table.dataTable tbody tr.frais-de-gestion:hover,
    table.dataTable tbody tr.frais-de-gestion:selected {
        background-color: #e00020 !important;
        color: #fff;
    }

table.dataTable tbody tr.paye,
table.dataTable.order-column tbody tr.paye > .sorting_1 {
    background-color: #d4edd6;
}

    table.dataTable tbody tr.paye .text-color {
        color: #1c870a;
    }

table.dataTable tbody tr.reglement,
table.dataTable.order-column tbody tr.reglement > .sorting_1 {
    background-color: #d6e8fa;
}

    table.dataTable tbody tr.reglement .text-color {
        color: #186bbf;
    }


table.dataTable tbody tr.facture,
table.dataTable.order-column tbody tr.facture > .sorting_1 {
    background-color: #fae0fe;
}

    table.dataTable tbody tr.facture .text-color {
        color: #a40dba;
    }

table.dataTable tbody tr.avoir,
table.dataTable.order-column tbody tr.avoir > .sorting_1 {
    background-color: #e7dafb;
}

    table.dataTable tbody tr.avoir .text-color {
        color: #5d2ca7;
    }

table .Company {
    font-weight: bold;
}




table.dataTable tbody tr.hasLink {
    color: #1c870a;
}

/* Suppression du filtre sur l'ent�te headAction */
table.dataTable thead .noFilter {
    background-image: none;
}

.colAction .btn-show, .colAction .btn-upload {
    width: 13px;
}

/*.colAction .formUploadDocumentList {
    display: block;
    float: left;
}*/


.colAction .btn, .colAction label, .colAction span, .colAction .btn-group {
    float: left;
    display: block;
}


.formUploadDocument .hasLink .colDocType, .formUploadDocument .hasLink .colDocName, .formUploadDocument .hasLink .colDocDesc {
    font-weight: bold;
}

.formUploadDocumentWiz input, .formUploadDocumentList input {
    position: absolute;
    left: -9999px;
}

.btn-upload, .btn-group-drop {
    margin-left: 5px !important;
    cursor: pointer;
}
/*.hasLink .btn-show, .hasLink .btn-upload {display:block;}*/
/*.noLink .btn-show {display:none;}*/


.btn-group-drop {
    height: 17.5px;
    width: 28.8px;
    padding: 4px;
}

table.dataTable tbody tr.hasLink,
table.dataTable.order-column tbody tr.hasLink > .sorting_1 {
    background-color: #d4edd6;
}

table.dataTable tbody tr.noLink {
    color: #e00020;
}

table.dataTable tbody tr.noLink,
table.dataTable.order-column tbody tr.noLink > .sorting_1 {
    background-color: #fff;
}

table.dataTable tbody tr.activeTr,
table.dataTable.order-column tbody tr.activeTr > .sorting_1,
table.dataTable.display tbody tr.activeTr:hover, table.dataTable.order-column.hover tbody tr.activeTr:hover,
table.dataTable.display tbody tr.activeTr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr.activeTr:hover > .sorting_1,
table.dataTable.display tbody tr.activeTr:hover td, table.dataTable.order-column.hover tbody tr.activeTr:hover td {
    background-color: #ccc !important;
}

.containerUpload .btn {
    margin-top: 0px !important;
}

#chargeWizUpload .has-danger #labelFileWiz {
    border-color: #d9534f !important;
}

#chargeWizUpload .has-success #labelFileWiz {
    border-color: #5cb85c !important;
}

.uploadAction, .uploadAction:hover {
    border-right: 1px solid #fff;
}

.redline {
    color: red;
    Font-Weight: Bold;
}



.containerWidget {
    margin: 10px;
    background-color: #ececec;
    border-bottom: 1px solid #e00020;
}

.titleWidget {
    color: #353535;
    /*border-bottom: 1px solid #9e9e9e;*/
    background-color: #d5d4d4;
    padding: 10px;
}

    .titleWidget, .titleWidget h5, .titleWidget h6, .containerWidget h5 {
        font-size: 16px;
        margin-bottom: 0px;
    }

.contentWidget {
    padding: 10px;
}

.footerWidget {
    padding-top: 10px;
}

.btn-detail {
    color: #e00020;
    font-weight: 500;
}

    .btn-detail:hover {
        color: #e00020;
    }


/******************************/
/*** GESTION DU RESPONSIVE ***/
/****************************/
/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

@media (max-width: 575px) {
    textarea.row-5 {
        height: 100px;
    }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}


@media (max-width: 767px) {
    .containerCard.alertActive {
        height: calc(100vh - 122px);
    }

    .alert-card {
        height: 72px;
        overflow: hidden;
    }



    .containerWidget #actionWage button {
        margin-bottom: 10px;
    }

    #blockPrimary .col {
        margin-bottom: 10px;
    }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .col-sidebar {
        width: 250px;
    }

    .col-content {
        width: -webkit-calc(100% - 250px);
        width: -moz-calc(100% - 250px);
        width: calc(100% - 250px);
        padding-right: 0px !important;
    }

    .container-table, .activityAccountSum, .activityReportSum {
        margin-left: 250px;
    }

    .nav-item .fa {
        width: 20px;
        text-align: center;
    }
    /*.activityAccountSum .activityAccountSumDetails {
    margin:0px 15px;
    font-size:13px;
}*/

    #tableActivityAccountEntryList_wrapper .dataTables_scrollBody {
        height: calc(100vh - 110px);
    }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

@media (max-width: 991px) {
    .col-sidebar {
        width: 50px;
    }




    .col-content {
        margin-left: 50px;
        padding-right: 0px !important;
    }

    .col-content {
        width: -webkit-calc(100% - 50px);
        width: -moz-calc(100% - 50px);
        width: calc(100% - 50px);
    }

    .activityAccountSum {
        margin-right: 15px;
    }


    .tableList-1 .dataTables_scrollBody,
    .dataTables_scrollBody {
        max-height: 88vh;
        /*position: relative; 
    overflow: auto; 
    width: 100%;*/
    }


    .tableList-2 .dataTables_scrollBody {
        max-height: 76vh;
    }

    .tableList-3 .dataTables_scrollBody {
        max-height: 66vh;
    }

    .tableList-4 .dataTables_scrollBody {
        max-height: 60vh;
    }
}
/* DashBoard */
/* #blockPrimary */
/* #nextWage */

.link-disabled {
    color: #525252 !important;
}

.formNewPassword {
    width: 200px;
    display: inline;
    margin-bottom: 5px;
}

.divFormNewPAssword {
    margin: 0 auto;
}

.divMarginBottom {
    margin-bottom: 30px;
}

.divMarginTop {
    margin-top: 20px;
}

.divMarginLeft {
    margin-left: 20px;
}

.divMarginRight {
    margin-right: 30px;
}

.labelNewPassword {
    width: 200px;
}

.pswd-info {
    background-color: #ececec;
    width: 90%;
    padding: 4px 10px;
    margin: 0 auto;
}

.formGroupCenter {
    width: 223px;
    margin: 0 auto;
}

.invalid {
    line-height: 16px;
    color: #ec3f41;
}

.valid {
    line-height: 16px;
    color: #3a7d34;
}

#pswd_info {
    display: none;
}

.little, p.little {
    font-size: 12px !important;
}

.middle, p.middle {
    margin: 0 auto !important;
    font-size: 14px !important;
}

.progress-bar-password {
    margin-left: 226px;
    width: 200px;
    height: 3px;
}

.backgroundGreen {
    background-color: green;
}

.backgroundGreenPower {
    background-color: lawngreen;
}

.backgroundBlue {
    background-color: deepskyblue;
}

.background#e00020 {
    background-color: #e00020;
}

.backgroundRed {
    background-color: red;
}

#pswd_info ul {
    margin: 0;
}

/* .color-btn-training {
    background-color: #d26300;
}

.btn-training {
    font-size: 20px !important;
    border: none;
    color: white;
}

.btn-training-disabled {
    font-size: 20px !important;
    border: none;
    color: white;
}

.btn-training:hover {
    border: none;
    background-color: #e00020;
}

.div-btn-trainning {
    padding: 10px 30px;
} */

.passwordForgotten {
    margin-left: 20px;
}

/* Invoice Request No - Proforma */
.proformaChoice {
    background-color: #9e9e9e !important;
    color: white !important;
}

    .proformaChoice.active {
        background-color: #e00020 !important;
        color: white !important;
    }

#commercialAgreementcardHeader2 h5, #invoiceRequestCardHeader2 h5 {
    width: 50%;
    float: left
}

#commercialAgreementcardHeader2 div, #invoiceRequestCardHeader2 div {
    width: 50%;
    float: right;
    text-align: right;
}

.document-upload-dropdown-size {
    width: 50px !important;
}

.special-disable {
    cursor: not-allowed;
    pointer-events: none;
}

.upload-label {
    width: 100% !important;
}

    .upload-label span {
        width: 80% !important;
        margin: 1px 5% !important;
    }

.cra-line {
    margin-bottom: 60px;
}

    .cra-line > * {
        margin-right: 25px;
    }

    .cra-line > input {
        margin-right: 4px;
    }

.UploadedCRA {
    color: green;
}

.NotUploadedCRA {
    color: red;
}

#uploadToast {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

    #uploadToast.show {
        visibility: visible;
        -webkit-animation: uploadToastfadein 0.5s, uploadToastfadeout 0.5s 2.5s;
        animation: uploadToastfadein 0.5s, uploadToastfadeout 0.5s 2.5s;
    }

@-webkit-keyframes uploadToastfadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes uploadToastfadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes uploadToastfadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes uploadToastfadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.Weekend, .Holiday {
    display: none;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 26px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #e00020;
}

    input:checked + .slider:before {
        -webkit-transform: translateX(19px);
        -ms-transform: translateX(19px);
        transform: translateX(19px);
    }

.slider.round {
    border-radius: 26px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.calendarDay {
    width: 55px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    transition-property: background-color, color, font-weight;
    transition-duration: 0.2s;
    cursor: pointer;
    font-size: 14px;
    margin: 1px !important;
}

.datePickerCalendar {
    width: 410px;
}

.notBasicWorkedCalendarDay {
    background-color: #ececec;
}

.datePickerCalendar input {
    display: none;
}

input:checked + .calendarDay {
    border: 1px solid #e00020;
}

.datePickerCalendarHeader {
    background-color: #e00020;
    color: white;
    font-weight: 700;
}

.datePickerCalendarHeader {
    display: inline-block;
    cursor: not-allowed;
}

.unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.noPaddingSelect {
    padding: 0 !important;
    margin-bottom: 4px;
    margin-top: 4px;
}

.emptyDatePickerCalendar {
    cursor: default !important;
    display: inline-block;
}

.calendarPickedDaysDescription {
    overflow-y: auto;
    display: inline-block;
    max-height: 88px;
    width: 275px;
}

.activityReportWizardTableCell {
    text-align: center;
}

#activityReportCard {
    overflow-y: auto;
    height: calc(100vh - 40px);
}

.autoOverflowX {
    overflow-x: auto;
}

#modal-calendarActivityReport {
    max-width: 600px;
}

#activityReportWizardCalendar {
    margin-left: auto;
    margin-right: auto;
}

.sickLeaveCalendarSelect {
    margin-left: 10px;
}

.hiddenSelectOption {
    display: none;
}

/*.actReportWizardSpeDurLabel, .actReportWizardSpeDurInput {
	display: block
}*/

.actReportWizardSpeDurGroup > label {
    margin-right: 20px;
}

.inputWithLink {
    cursor: pointer;
}

.inputWithLink:hover {
    text-decoration: underline;
}

.toast-body {
    padding: .75rem;
}

.toast .close {
    padding: 0;
    margin-right: 1rem;
    margin-top: 1rem;
}

/* Pareil pour les classes types de shadow */
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.competenceBadge {
    float: left;
    margin-right: 5px;
}

.competenceBadge .badge {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    padding: 0.5em;
    font-weight:inherit;
    font-size:medium;
    margin-bottom: 10px;
}

.badge-tertiary {
    background-color: #353d40;
}

.competenceBadge span {
    cursor: default;
}

#contractorDirectoryListTable {
    min-height: 415px;
    overflow-y: scroll;
}

#tableContractorDirectoryList thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.noPointer {
	cursor: default;
}

.autoOverflowY {
	overflow-y: auto; 
}

#tableContractorDirectoryList tbody {
	cursor: pointer;
}

#alertComWayNotAvailable {
    margin-top: 16px;
    color: #a94442;
    cursor:pointer;
}

.headerListSeparator {
    height: 20px;
    padding: .55em .65em;
    background-color: white;
    background-clip: content-box;
}

#relationWithContractor {
    position: relative;
    bottom: -50px;
    width: 100%
}

#relationWithContractor > button {
    margin: 0;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 257px;
    width: 33%;
}

#filtersField {
    max-height: 30%;
}

#filtersField > .collapse {
    overflow: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.spinner {
    width: 100px;
    height: 100px;
    margin: auto;
    border: 16px solid #FFF;
    border-top: 16px solid #e00020;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}