body {
    background-color: #F7F7F7;
    margin-left: auto;
    margin-right: auto;
    font-size: initial;
    font-family: Ubuntu;
    min-width: 600px;
}

/* NavBar */

.navbartop {
    overflow: auto;
    background-color: #2F75B5;
    position: fixed;
    display: inline-block;
    top: 0;
    width: 100%;
    height: 40px;
    max-height: 40px;
    z-index: 9999;
}

    .navbartop a {
        float: left;
        color: #FFFFFF !important;
        text-align: center;
        padding: 8px 10px;
        text-decoration: none;
    }

    .navbartop a:hover {
        background: #548DC2;
        color: #FFFFFF !important;
    }

    .navbartop a.active {
        background-color: #548DC2;
        color: #FFFFFF;
    }


 /*DevExpress*/

.dx-datagrid .dx-header-filter {
    color: #ff0000 !important;
}

.dx-datagrid .dx-header-filter-empty {
    color: #BABABA !important;
} 

.dx-toast-message {
    justify-content: center !important;
    width: 100% !important;
}

.dx-resize-handle .dx-icon {
    visibility:hidden !important;
}

.dx-datagrid-text-content {
    white-space: normal !important;
}

.dx-error-row {
    display: none !important;
}

.dx-column-indicators {
    float: right !important;
}

td[role=columnheader] {
    text-align: left !important;
} 

.dx-header-row .blue-column {
    background-color: #dae6f2;
}

.dx-header-row .orange-column {
    background-color: #fed5b9;
}

.dx-header-row > td[role="columnheader"] > div.dx-datagrid-text-content {
    font-weight: bold;
} 

.dx-scrollbar-vertical.dx-scrollbar-hoverable {
    width: 15px;
}

.dx-scrollbar-vertical .dx-scrollable-scroll {
    width: 15px;
}

.dx-scrollbar-horizontal .dx-scrollbar-hoverable {
    height: 15px;
}

.dx-scrollbar-horizontal .dx-scrollable-scroll {
    height: 15px;
} 

.dx-fileuploader-files-container {
    padding-top: 3px !important;
}

.dx-datagrid {
    margin: auto;
    background-color: transparent;
}

/*.dx-datagrid-rowsview .dx-row > td, .dx-datagrid-rowsview .dx-row > tr > td {
    background-color: transparent;
}*/

.dx-datagrid .dx-row-alt > td, .dx-datagrid .dx-row-alt > tr > td {
    background-color: #62120F0B;
}

.dx-datagrid-summary-item {
    color: #2F75B5;
    font-weight: 500;
}

.dx-texteditor.dx-state-focused.dx-editor-outlined {
    border-color: #2F75B5;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(98 18 15 / 25%);
}

.dx-texteditor.dx-state-hover.dx-editor-outlined {
    border-color: #2F75B5;
}

.dx-checkbox-checked .dx-checkbox-icon {
    color: #2F75B5;
}

.dx-checkbox-indeterminate .dx-checkbox-icon {
    color: #2F75B5;
}

    .dx-checkbox-indeterminate .dx-checkbox-icon::before {
        background-color: #2F75B5;
    }

.dx-checkbox.dx-state-hover .dx-checkbox-icon {
    border: 1px solid #2F75B5;
}

.dx-checkbox.dx-state-focused .dx-checkbox-icon {
    border: 1px solid #2F75B5;
}

.dx-checkbox-checked .dx-checkbox-icon {
    color: #2F75B5;
}

.dx-checkbox-indeterminate .dx-checkbox-icon {
    color: #2F75B5;
}

    .dx-checkbox-indeterminate .dx-checkbox-icon::before {
        background-color: #2F75B5;
    }

.dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-hover .dx-checkbox-icon,
.dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-hover .dx-radiobutton-icon::before,
.dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-hover .dx-checkbox-icon,
.dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-hover .dx-radiobutton-icon::before {
    border-color: #2F75B5;
}

.dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-checkbox-icon,
.dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-radiobutton-icon::before,
.dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-focused .dx-checkbox-icon,
.dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-focused .dx-radiobutton-icon::before {
    border: 1px solid #2F75B5;
}

.dx-datagrid-rowsview .dx-data-row .dx-cell-modified.dx-cell-modified::after,
.dx-datagrid-rowsview .dx-data-row .dx-cell-modified.dx-datagrid-invalid::after {
    border: 2px solid #2F75B5;
}

.dx-master-detail-cell {
    padding-left: 130px !important;
}

.dx-cell-focus-disabled dx-master-detail-cell {
    padding-left: 130px !important;
}

.dx-cell-modified {
    background-color: #BFE3F6 !important;
}

.dxgrid-predefined-button_witdh .dx-button-content  {
    width: 60px;
}

.dx-cell-modified.dx-datagrid-invalid {
    background-color: red !important;
}

.dx-popup-content {
    padding-left: 20px;
    padding-right: 20px;
}

.dx-multiview-item-content {
    padding: 20px !important;
}

/* Generic */

/*.custom-focused-cell {
    background-color: #2F75B5 !important;
    color: #ffffff !important;
}*/

a:link, a:visited, a:hover, a:active {
    color: #333333;
    text-decoration: none;
}

input::-webkit-date-and-time-value {
    text-align: left;
}

.selectableItem:hover {
    background-color: #F5F5F5;
}

.hideMenu {
    display: none;
}

/* Buttons */

.button {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-decoration: none;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 5px;
    color: #FFFFFF;
    border: 2px solid #2F75B5;
    background-color: #2F75B5;
}

    .button:hover {
        color: white;
        box-shadow: 0 6px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
        background-color: #2F75B5;
    }

.buttonLarge {
    padding-top: 16px;
    padding-bottom: 16px;
}

.buttonContact {
    min-width: 250px;
}

.buttonResetUpload {
    background-color: transparent;
    border: 1px solid #DDDDDD;
    margin-bottom: 20px;
    margin-left: 10px;
    font-size: 12px;
    color: #333333;
    padding: 5px;
}

    .buttonResetUpload:hover {
        color: #333333;
        box-shadow: none;
        background-color: #F5F5F5;
    }

.buttonSupprimer {
    background-color: #BB142C;
    border: 2px solid #BB142C;
}

    .buttonSupprimer:hover {
        color: white;
        box-shadow: 0 6px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
        background-color: #BB142C;
    }

.buttonAnnuler {
    background-color: #333333;
    border: 2px solid #333333;
}

    .buttonAnnuler:hover {
        color: white;
        box-shadow: 0 6px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
        background-color: #333333;
    }

@media (max-width:768px) {
    .button {
        font-size: 20px;
    }

    .buttonContact {
        font-size: 18px;
        min-width: 170px;
    }
}


/* Header menu */

.nav-item {
    color: #ffffff !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.customNavBar {
    background-color: #2F75B5;
    color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.MenuItem {
    padding-left: 20px;
}

.menuLeft {
    white-space: nowrap;
}

    .menuLeft a:link {
        color: #FFFFFF;
        text-decoration: none;
        font-weight: normal;
    }

    .menuLeft a:visited {
        color: #FFFFFF;
        text-decoration: none;
        font-weight: normal;
    }

    .menuLeft a:hover {
        color: #cccccc;
        text-decoration: none;
        font-weight: normal;
    }

    .menuLeft a:active {
        color: #FFFFFF;
        text-decoration: none;
        font-weight: normal;
    }

.nav-link:hover {
    color: orange !important;
}

.nav-link:focus {
    color: orange !important;
}

.activeMenu {
    color: orange !important;
}
