﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
:root {
    --blue: #5E50F9;
    --indigo: #6610f2;
    --purple: #6a008a;
    --pink: #E91E63;
    --red: #f96868;
    --orange: #f2a654;
    --yellow: #f6e84e;
    --green: #46c35f;
    --teal: #58d8a3;
    --cyan: #57c7d4;
    --white: #ffffff;
    --gray: #6c757d;
    --gray-dark: #0f1531;
    --blue: #5E50F9;
    --indigo: #6610f2;
    --purple: #6a008a;
    --pink: #E91E63;
    --red: #f96868;
    --orange: #f2a654;
    --yellow: #f6e84e;
    --green: #46c35f;
    --teal: #58d8a3;
    --cyan: #57c7d4;
    --white: #ffffff;
    --gray: #434a54;
    --gray-light: #aab2bd;
    --gray-lighter: #e8eff4;
    --gray-lightest: #e6e9ed;
    --black: #000000;
    --primary: #c03;
    --secondary: #a3a4a5;
    --success: #57B657;
    --info: #248AFD;
    --warning: #FFC100;
    --danger: #FF4747;
    --light: #f8f9fa;
    --dark: #282f3a;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.navbar-brand img {
    max-width: 100%;
    height: 25px;
    margin: auto;
    vertical-align: middle;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    /*    height: 100%;*/
}

body {
    /* Margin bottom by footer height */
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-bottom: 60px;
    counter-reset: step;
    background: #F5F7FF;
    overflow-y: auto; /*added to hide scroll bar*/
    /*  height: 100%;*/
}

.footer {
    position: fixed !important;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 45px !important; /* Vertically center the text there */
}

footer .footer-brand {
    margin-right: 1rem !important;
    font-size: 1.25rem !important;
    display: inline-block !important;
    line-height: inherit !important;
    /*padding-bottom: 1rem;*/
    margin-left: 0rem !important;
}

.footer-brand img {
    max-width: 100% !important;
    height: 22px !important;
    margin: auto !important;
    vertical-align: middle !important;
}

.container.blur {
    filter: blur(4px);
}

/* access denied*/
.img-404 {
    max-width: 450px;
}

div.access-denied-img, div.access-denied-button {
    text-align: center;
}

div.access-denied-img {
    margin-bottom: 3rem;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button.collapsed {
    border-bottom-width: 0;
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(180deg);
    }

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 1px;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-width: 1px;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion-collapse {
    border: solid rgba(0, 0, 0, 0.125);
    border-width: 0 1px;
}

.accordion-body {
    padding: 1rem 1.25rem;
}

.accordion-flush .accordion-button {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item:first-of-type .accordion-button {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}


/*incidel style*/
body::before {
    background-image: url(/img/incidel_background_tram_bus_1920x1080.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    position: fixed;
    z-index: -1;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

footer {
    background-color: #fff;
}

.login-card {
}

.login-button {
    background-color: #c03;
    border-color: #c03;
    color: #fff;
    width: auto;
}

    .login-button:hover {
        color: #c03;
        background-color: #fff;
        border-color: #c03;
    }

input, .form-control:focus, .asColorPicker-input:focus, .dataTables_wrapper select:focus, .jsgrid .jsgrid-table .jsgrid-filter-row input:focus[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row select:focus, .jsgrid .jsgrid-table .jsgrid-filter-row input:focus[type=number], .select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single .select2-search__field:focus, .typeahead:focus, .tt-query:focus, .tt-hint:focus, input:focus, select:focus, textarea:focus, button:focus {
    outline: none !important;
    outline-width: 0 !important;
    outline-color: transparent !important;
    box-shadow: none !important;
    outline-style: none !important;
}

.form-control:focus, .asColorPicker-input:focus, .dataTables_wrapper select:focus, .jsgrid .jsgrid-table .jsgrid-filter-row input:focus[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row select:focus, .jsgrid .jsgrid-table .jsgrid-filter-row input:focus[type=number], .select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single .select2-search__field:focus, .typeahead:focus, .tt-query:focus, .tt-hint:focus {
    color: #495057 !important;
    background-color: #fff !important;
    border-color: #80bdff !important;
}
/*.form-check .form-check-label input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    z-index: 1 !important;
    cursor: pointer !important;
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
}
.form-check .form-check-label {
    min-height: 18px !important;
    display: block !important;
    margin-left: 1.75rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
}
.form-check {
    position: relative !important;
    display: block !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding-left: 0 !important;
}
.form-check-primary.form-check label input[type="checkbox"]:checked + .input-helper:before, .form-check-primary.form-check label input[type="radio"]:checked + .input-helper:before {
    background: #4B49AC !important;
}
.form-check-primary.form-check label input[type="checkbox"] + .input-helper:before, .form-check-primary.form-check label input[type="radio"] + .input-helper:before {
    border-color: #4B49AC !important;
}
.form-check .form-check-label input[type="checkbox"] + .input-helper:before {
    content: "" !important;
    width: 18px !important;
    .form-check-primary.form-check label input[type="checkbox"]:checked + .input-helper:before, .form-check-primary.form-check label input[type="radio"]:checked + .input-helper:before height: 18px !important;
    border-radius: 2px !important;
    border: solid #4B49AC !important;
    transition: all !important;
    transition-duration: 250ms !important;
}
.form-check .form-check-label input[type="checkbox"] + .input-helper:before, .form-check .form-check-label input[type="checkbox"] + .input-helper:after {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}
.form-check .form-check-label input[type="checkbox"]:checked + .input-helper:after {
    width: 18px !important;
    opacity: 1 !important;
    line-height: 18px !important;
    transform: scale(1) !important;
}*/
input[type="checkbox"]:checked {
    color: #0563BB !important;
}

.input-control:focus, .input-control-cis:focus {
    /* border-color: #c03;
    box-shadow: 0px 0px 0px 0.1rem #cc003380;*/
}

.input-control {
    text-align: center;
}

.list-cis-card, .add-cis-card {
    /*background-color: rgb(239, 239, 239);*/
}

    .list-cis-card:hover, .add-cis-card:hover {
        background-color: #c03;
        color: #fff;
        cursor: pointer;
    }

.step-title {
    font-size: 20px;
    font-weight: 500;
}

    .step-title:hover, .step-title:focus {
        box-shadow: 0 0 0 0;
    }



.accordion-title {
    color: #c03;
    margin-top: 10%;
    text-align: center;
}

.constat-incident-surete-step::before, .agent-redigeant-constat-step::before, .date-heure-incident-step::before, .nature-incident-step::before,
.description-step::before, .description-agression-step::before, .detail-agression-step::before, .description-inconvenant-step::before,
.description-vandalisme-step::before, .description-delit-step::before, .informations-arret-step::before,
.persons-step::before, .documents-step::before, .done-step::before {
    border-left-color: rgba(0,0,0,.12);
    top: 73px;
    bottom: -16px;
    content: "";
    /*content: counter(step, upper-roman);*/
    position: absolute;
    left: 50px;
    border-left-width: 1px;
    border-left-style: solid;
}

.constat-incident-surete-step, .agent-redigeant-constat-step, .date-heure-incident-step, .nature-incident-step,
.description-step, .description-agression-step, .detail-agression-step, .description-inconvenant-step,
.description-vandalisme-step, .description-delit-step, .informations-arret-step,
.persons-step, .documents-step, .done-step {
    border-top: none;
    border-bottom: none;
    counter-increment: step;
}

button.collapsed > .step-icon-number {
    font-size: 17px;
    font-weight: 300;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
    text-align: center;
    border: 2px solid #45505b;
    color: #45505b;
    background-color: #fff;
}

.step-icon-number {
    font-size: 17px;
    font-weight: 300;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
    text-align: center;
    border: 2px solid #45505b;
    color: #fff;
    background-color: #45505b;
}

    .step-icon-number::before, button.collapsed > .step-icon-number::before {
        content: counter(step, decimal);
    }

.badge:empty {
    display: inline-block;
}

.card-header {
    border-bottom: none;
    border-top: none;
}

.step-body, .step-footer {
    padding: 20px 24px 24px 80px;
}

.step-footer {
    /* display: inline;*/
    padding-left: 0 !important;
    justify-content: space-between;
}

.step-title-span {
    margin-left: 2%;
    text-transform: uppercase;
    font-size: 15px;
}

span.NumberCis {
    float: right;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    color: #c03;
}

.nature-incident-group {
    display: grid;
}

.btn-next {
    color: #fff;
    background-color: #c03;
    border-color: #c03;
}

    .btn-next:hover, .btn-next:active {
        color: #fff;
        background-color: #b8002e;
        border-color: #b8002e;
    }

    .btn-next:focus {
        box-shadow: 0 0 0 0.1rem #c35e68ab;
    }

.nature-constatation-label {
    color: #45505b;
    font-weight: 600;
}

.create-new-cis-link, .get-list-cis-link {
    text-decoration: none !important;
    text-decoration-style: none !important;
    color: black !important;
}

    .create-new-cis-link:hover, .get-list-cis-link:hover {
        text-decoration: none !important;
        text-decoration-style: none !important;
    }

.statistic-data-div {
    text-align: center;
    font-size: 180px;
    position: relative;
    color: #000;
}

.statistic-data-title {
    color: #000;
    text-align: center;
    font-size: 30px;
}

.btn-back-cis {
    text-align: right;
    margin-bottom: 2%;
}

.btn-back {
    width: 15%;
}

#navigation-incidel {
    padding: 0 !important;
}

.nav-item:hover {
    background-color: #c03 !important;
}

    .nav-item:hover > a {
        color: #fff !important;
    }

.cis-menu-items {
    margin-top: 5%;
}

/*.progress-cfl-theme {
    background-color: #c03;
    font-size: x-large;
    font-weight: 600;
}*/

/*.progress-cis-list {
    background-color: #c03;
    font-size: small;
    font-weight: 400;
}*/

/*.pb-cfl-theme {
    height: 2rem !important
}

.pb-cis-list {
    height: 1rem !important;
}*/

.checkbox-control-cis {
    width: 20px;
    height: 20px;
}

.radio-control-cis {
    width: 20px;
    height: 15px;
}

.physicalAssault-radio-group, .physicalAssault-detail, .verbalAssault-radio-group, .verbalAssault-detail,
.specific-assault-detail, .threatwith-detail, .harassment-detail, .other-assault-detail, .inappbehav-detail,
.graffiti-radio-group, .damaged-equipment-radio-group, .damaged-equipment-detail, .other-vandalism-detail,
.endangering-radio-group, .endangering-detail, .othercrime-detail {
    margin-left: 7%;
}

.physicalAssault-radio-group, .verbalAssault-radio-group, .damaged-equipment-radio-group, .endangering-radio-group {
    display: grid;
}
/*Toast*/
#success-toast {
    visibility: hidden;
    position: fixed;
    top: 0;
    z-index: 1;
    text-align: center;
    margin: 0;
    background-color: #1f9639;
    color: #fff;
    font-size: medium;
    width: auto;
    font-weight: 600;
    left: 50%;
    transform: translateX(-50%);
}

#error-toast {
    visibility: hidden;
    position: fixed;
    top: 0;
    z-index: 1;
    text-align: center;
    margin: 0;
    background-color: #e21024;
    color: #fff;
    font-size: medium;
    width: auto;
    font-weight: 600;
    left: 50%;
    transform: translateX(-50%);
}

#toast-container > .toast {
    width: 100%;
}

.select2.select2-container {
    width: 100% !important;
}

.select2-selection {
    height: 37px !important;
}
/*#success-toast.show, #error-toast.show {
        visibility: visible; 
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }*/
/* Animations to fade the snackbar in and out */
/*@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 30px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 30px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}*/
.onstop-detail-group, .onway-detail-group {
    border: 2px #0563bb solid;
    /* margin-right: 10%; */
    padding-right: 2%;
    padding-bottom: 2%;
}

.incident-info-label, .incident-place-radio-group {
    text-align: center;
}

.incident-info-label {
    font-size: larger;
    font-weight: 400;
    color: #c03;
}

.onway-detail-group, .onstop-detail-group {
    padding-left: 4%;
    padding-top: 1%;
    padding-right: 5%;
    padding-bottom: 3%;
    border-radius: 0.2em;
}

.action-person {
    color: #fff !important;
    cursor: pointer;
    border-radius: 1.25rem !important;
}
/**********************  Back to top button  **********************************/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #c03;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 20px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #e52051fa;
        color: #fff;
        text-decoration: none;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }
/**************************  ajaxLoader  *****************************/
#ajaxLoader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    /*background: #fff;*/
}

    #ajaxLoader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #c03;
        border-top-color: #fff;
        border-bottom-color: #fff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-ajaxloader 1s linear infinite;
        animation: animate-ajaxloader 1s linear infinite;
    }

@-webkit-keyframes animate-ajaxloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-ajaxloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#report-generation-text, #export-cisexcel-text {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    top: calc(60% - 30px);
    left: calc(35% - 30px);
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 400;
}
/*************************  Header  ************************************/
#header {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9997;
    transition: all 0.5s;
    padding: 15px;
    overflow-y: auto;
}

@media (max-width: 992px) {
    #header {
        width: 300px;
        background: #fff;
        border-right: 1px solid #e6e9ec;
        left: -300px;
    }
}

/*******************************  Desktop Navigation: Large screen ******************************************/
.nav-menu {
    padding: 0;
    display: block;
}

    .nav-menu * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
    }

    .nav-menu a, .nav-menu a:focus {
        display: flex;
        align-items: center;
        color: #45505b;
        padding: 10px 18px;
        margin-bottom: 8px;
        transition: 0.3s;
        font-size: 15px;
        border-radius: 50px;
        background: #f2f3f5;
        height: 56px;
        width: 100%;
        overflow: hidden;
        transition: 0.3s;
    }

        .nav-menu a i, .nav-menu a:focus i {
            font-size: 20px;
        }

        .nav-menu a span, .nav-menu a:focus span {
            padding: 0 5px 0 7px;
            color: #45505b;
        }

@media (min-width: 992px) {
    .nav-menu a, .nav-menu a:focus {
        width: 56px;
    }

        .nav-menu a span, .nav-menu a:focus span {
            display: none;
            color: #fff;
        }
}

.nav-menu a:hover, .nav-menu .active, .nav-menu .active:focus, .nav-menu li:hover > a {
    color: #fff;
    background: #C03;
}

    .nav-menu a:hover span, .nav-menu .active span, .nav-menu .active:focus span, .nav-menu li:hover > a span {
        color: #fff;
    }

.nav-menu a:hover, .nav-menu li:hover > a {
    width: 100%;
    color: #fff;
}

    .nav-menu a:hover span, .nav-menu li:hover > a span {
        display: block;
    }

/*************************  Navigation mobile: auto-rescale navigation  ************************************/
.mobile-nav-toggle {
    position: fixed;
    /*right: 15px;*/ /* remove this so the mobile-nav-toggle shows from left in roder to show close button for modals*/
    top: 25px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 28px;
    transition: all 0.4s;
    outline: none;
    line-height: 0;
    cursor: pointer;
    border-radius: 50px;
    padding: 5px;
    width: 38px;
}

    .mobile-nav-toggle i {
        color: #45505b;
    }

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active #header {
        left: 0;
    }

    .mobile-nav-active .mobile-nav-toggle {
        color: #fff;
        background-color: #c03;
        right: 50px;
    }

.fa-solid.fa-xmark::before, [class^=".fa-solid.fa-xmark"]::before, [class*=" .fa-solid.fa-xmark"]::before {
    display: inline-block;
    /*font-family: bootstrap-icons !important;*/
    font-style: normal;
    /*font-weight: normal !important;*/
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

button.btn-nav-toggle-wrap {
    border: 0 !important;
}
/****************************  accueil page  ***********************************/
#accueil {
    width: 100% !important;
    height: 100vh !important;
    /*background: url(/img/gare-luxembourg-back.jpeg) top right no-repeat;*/
    background-size: cover !important;
    position: relative !important;
}

@media (min-width: 992px) {
    #accueil {
        padding-left: 160px !important;
    }
}

#accueil:before {
    content: "";
    /*background: rgba(255, 255, 255, 0.8) !important;*/
    position: absolute !important;
    bottom: 0 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

#accueil h1 {
    margin: 0 !important;
    font-size: 3em !important;
    font-weight: 700 !important;
    line-height: 56px !important;
    color: #45505b !important;
}

#accueil p {
    color: #45505b;
    margin: 15px 0 0 0;
    font-size: 26px;
    font-family: "Montserrat", sans-serif;
}

    #accueil p span {
        color: #0563bb;
        letter-spacing: 1px;
    }

#accueil .social-links {
    margin-top: 30px;
}

    #accueil .social-links a {
        font-size: 24px;
        display: inline-block;
        color: #45505b;
        line-height: 1;
        margin-right: 20px;
        transition: 0.3s;
    }

        #accueil .social-links a:hover {
            color: #0563bb;
        }

@media (max-width: 992px) {
    #accueil {
        text-align: center;
        accueil
    }

        #accueil h1 {
            font-size: 32px;
            line-height: 36px;
        }

        #accueil p {
            margin-top: 10px;
            font-size: 20px;
            line-height: 24px;
        }
}

/****************************  Contact page  ***********************************/
.contact {
    background: #fff;
    padding: 60px;
    border-radius: 0px;
}

    .contact .info {
        width: 100% !important;
        background: #fff !important;
    }

        .contact .info i {
            font-size: 20px !important;
            color: #c03 !important;
            float: left !important;
            width: 44px !important;
            height: 44px !important;
            background: #eef7ff !important;
            display: flex !important;
            justify-content: center !important;
            align-items: center !important;
            border-radius: 50px !important;
            transition: all 0.3s ease-in-out !important;
        }

        .contact .info h4 {
            padding: 0 0 0 60px !important;
            font-size: 22px !important;
            font-weight: 600 !important;
            margin-bottom: 5px !important;
            color: #45505b !important;
        }

        .contact .info p {
            padding: 0 0 0 60px !important;
            margin-bottom: 0 !important;
            font-size: 14px !important;
            color: #728394 !important;
        }

        .contact .info .email, .contact .info .phone {
            margin-top: 40px !important;
        }

            .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
                background: #c03 !important;
                color: #fff !important;
            }

    .contact .contact-form {
        width: 100% !important;
        background: #fff !important;
    }

        .contact .contact-form .form-group {
            padding-bottom: 8px !important;
        }

        .contact .contact-form input, .contact .contact-form textarea {
            border-radius: 4px !important;
            box-shadow: none !important;
            font-size: 14px !important;
        }

        .contact .contact-form input {
            height: 44px !important;
        }

        .contact .contact-form textarea {
            padding: 10px 12px !important;
        }

        .contact .contact-form button[type=submit] {
            background: #c03;
            border: 0;
            padding: 10px 35px;
            color: #fff;
            transition: 0.4s;
            border-radius: 50px;
        }

            .contact .contact-form button[type=submit]:hover {
                /*background: #0678e3;*/
            }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.section-title-row {
    width: 100% !important;
    margin-top: 2.5rem !important;
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.dashboard-data-content {
    margin-top: -2rem !important;
}

/**** User page ****/
button.btn-add-user, button.btn-add-cis, button.btn-add-person, a.btn-error-back {
    background: #c03;
    border: 0;
    padding: 5px 25px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    /*margin-bottom: 2%;*/
}
button.btn-export-cis {
    background: #28B96A;
    border: 0;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    padding: 5px 12px;
}
button.btn-export-cis:hover{
    color: #fff;
}

div.div-add-user, div.div-add-cis, div.div-add-person {
    text-align: left;
    margin-bottom: 2%;
}

.company-info-title {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    text-transform: uppercase;
}

#userModal .modal-title {
    font-size: 1rem !important;
    color: #fff;
}
/*************************** Error page ***********************************/
.error-page {
    background-color: #fff;
    padding: 20px;
}

    .error-page .error-page-icon {
        font-size: 2rem;
        color: #c03;
    }

    .error-page .error-page-text {
        margin-top: 1rem;
    }

    .error-page .back-to-list {
        border: 0;
        padding: 10px 35px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
        margin-top: 2.5rem;
    }
/***** button back to step and button close modal *****/
button.cancel-modal-btn, button[id^="prev-"] {
    margin-bottom: 2% !important;
}
/**file input*/
button.fileinput-remove-button {
    background: #ebc02e !important;
    border-color: #ebc02e !important;
}

button.fileinput-cancel-button {
    background: #e2e6ea !important;
    border-color: #e2e6ea !important;
}

a.fileinput-upload-button, button.fileinput-upload-button {
    background: #17A172 !important;
    border-color: #17A172 !important;
}

.documents-form {
    margin-top: 0.5rem;
}
/*file actions*/
.file-actions button.kv-file-upload {
    color: #17A172 !important;
    border-color: #17A172 !important
}

    .file-actions button.kv-file-upload:hover {
        color: #fff !important;
        border-color: #17A172 !important;
        background-color: #17A172 !important;
    }

.file-actions button.kv-file-remove {
    color: #F52643 !important;
    border-color: #F52643 !important
}

    .file-actions button.kv-file-remove:hover {
        color: #fff !important;
        border-color: #F52643 !important;
        background-color: #F52643 !important;
    }

/* Title section*/
.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        color: #45505b;
    }

        .section-title h2::before {
            content: "";
            position: absolute;
            display: block;
            width: 120px;
            height: 1px;
            background: #ddd;
            bottom: 1px;
            left: calc(50% - 60px);
        }

        .section-title h2::after {
            content: "";
            position: absolute;
            display: block;
            width: 40px;
            height: 3px;
            background: #c03;
            bottom: 0;
            left: calc(50% - 20px);
        }

    .section-title p {
        margin-bottom: 0;
    }

/*Progress bar*/
.content-wrapper .progress {
    height: 45px;
    display: block;
    background: none;
    border-radius: 0;
}

    .content-wrapper .progress .progress-content-list {
        padding: 18px 0;
        margin: 0;
        text-transform: uppercase;
        display: block;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
        color: #45505b;
        margin-top: -1rem;
    }

    .content-wrapper .progress .progress-content-create {
        padding: 10px 0;
        margin: 0;
        text-transform: uppercase;
        display: block;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
        color: #45505b;
        margin-bottom: 0.7rem;
    }

        .content-wrapper .progress .progress-content-list .val, .content-wrapper .progress .progress-content-create .val {
            float: right;
            font-style: normal;
        }

        .content-wrapper .progress .progress-content-create .val {
            font-size: 0.8rem;
        }

.content-wrapper .progress-bar-wrap {
    background: #f2f3f5;
    margin-top: 10px;
}

.content-wrapper .progress-bar {
    width: 1px;
    height: 10px;
    transition: 0.9s;
    background-color: #c03;
}

button[id^="prev-"], button.cancel-modal-btn {
    background: #e2e6ea !important;
    border-color: #e2e6ea !important;
    color: #000 !important;
}

    button[id^="prev-"]:hover, button.cancel-modal-btn:hover {
        background: #c8cbcf !important;
        border-color: #c8cbcf !important;
        color: #000 !important;
    }

button[id^="prev-"], button[id^="submit-"], button.cancel-modal-btn {
    width: 100%;
}

input[type="checkbox"], input[type="radio"] {
    accent-color: #c03;
}

/*modal dialog resize*/
#personModal .modal-content .modal-header .modal-title {
}

.modal-dialog {
    max-width: 800px;
}

.modal-header {
    background-color: #c03 !important;
    color: #fff !important;
}

    .modal-header > .close {
        color: #fff !important;
    }

    .modal-header > .modal-title {
        text-transform: uppercase;
        font-size: 1rem;
    }

#personModal {
    padding-right: 0 !important;
}

.save-modal-btn {
    width: 100%;
    background-color: #c03;
}

/*.close-modal-btn {
    width: 100%;
    background-color: #e2e6ea;
    border-color: #e2e6ea;
    color: #000;
}

    .close-modal-btn:hover {
        width: 100%;
        background-color: #c8cbcf !important;
        border-color: #c8cbcf !important;
        color: #000;
    }*/

.user-modal-icon {
    font-size: 0.9rem;
}

#personModal .modal-title, #cisModal .modal-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 1rem;
    /* font-weight: 600;*/
}
/*.incident-place-label {
    text-decoration: underline;
    color: #728394;
}*/
.stop-info-card .incident-place-radio-group .form-check-label {
    line-height: 18px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: #c03;
    /* margin-bottom: 10px;*/
}

/*.step-footer button {
    width: 30%;
}*/

.btn-rounded {
    border-radius: 15px;
}

.group-info-title, .incident-place-label {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    text-transform: uppercase;
}

#stopinformations-form {
    margin-top: 2%;
}

label {
    font-weight: 300;
    font-size: medium;
}

    label.description-incident {
        color: #ad1120;
        font-weight: 400;
    }

.done-saisie-label {
    font-size: large;
}

#addNewPerson {
    background-color: #c03;
    border-color: #c03;
}

    #addNewPerson:hover {
        /*float: right;*/
        background-color: #b8002e;
        border-color: #b8002e;
    }

.list-all-title {
    /*margin-bottom: 2.75rem;*/
    text-align: center;
    background-color: #4c5175;
    color: #fff;
    font-size: larger;
    font-weight: 400;
}

.list-all-card {
    border: 0 !important;
}

.list-cis-menu-part:hover {
    background-color: #c03;
    color: #fff;
}

    .list-cis-menu-part:hover .fa {
        color: #fff !important;
    }

.fa-stack .fa-solid.fa-circle {
    opacity: 1.0;
}

.edit-icon-link, .remove-icon-link, .view-icon-link, .validate-icon-link {
    font-size: 0.950em;
    text-decoration: none;
    cursor: pointer;
}

a.edit-icon-link:hover, a.remove-icon-link:hover, a.view-icon-link:hover, a.validate-icon-link:hover {
    text-decoration: none;
}


.fa-stack .fas.fa-circle.edit-circle {
    color: #0563bb42;
}

.fa-stack:hover .fas.fa-circle.edit-circle {
    color: #0563bb;
}

.fa-stack .fas.fa-pencil {
    color: #0563bb;
}

.fa-stack:hover .fas.fa-pencil {
    color: #fff;
}

.fa-stack .fas.fa-circle.delete-circle {
    color: #dc35453d;
}

.fa-stack:hover .fas.fa-circle.delete-circle {
    color: #c11728;
}

.fa-stack .fas.fa-trash-can {
    color: #c11728;
}

.fa-stack:hover .fas.fa-trash-can {
    color: #fff;
}

.fa-stack .fas.fa-circle.view-circle {
    color: #ffc10754;
}

.fa-stack:hover .fas.fa-circle.view-circle {
    color: #e1ab08;
}

.fa-stack .fas.fa-eye {
    color: #e5ae0d;
}

.fa-stack:hover .fas.fa-eye {
    color: #fff;
}

.fa-stack .fas.fa-circle.check-circle {
    color: #28b96a52;
}

.fa-stack:hover .fas.fa-circle.check-circle {
    color: #28B96A;
}

.fa-stack .fas.fa-check {
    color: #28B96A;
}

.fa-stack:hover .fas.fa-check {
    color: #fff;
}

/** Error page **/
.error-message-body {
    font-size: 1.5rem;
}

.error-message-type {
    font-size: 1.5rem;
}
/*DataTables*/
table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
    padding-top: 1%;
}

    table.dataTable > thead > tr > th:not(.sorting_disabled), table.dataTable > thead > tr > td:not(.sorting_disabled) {
        padding-right: 30px;
    }

.dataTables_wrapper .dataTable thead .sorting:after, .dataTables_wrapper .dataTable thead .sorting_asc:after, .dataTables_wrapper .dataTable thead .sorting_desc:after, .dataTables_wrapper .dataTable thead .sorting_asc_disabled:after, .dataTables_wrapper .dataTable thead .sorting_desc_disabled:after {
    content: "\f106" !important;
    font: var(--fa-font-solid) !important;
    right: 1.2em !important;
    top: 0 !important;
}

.dataTables_wrapper .dataTable thead .sorting:before, .dataTables_wrapper .dataTable thead .sorting_asc:before, .dataTables_wrapper .dataTable thead .sorting_desc:before, .dataTables_wrapper .dataTable thead .sorting_asc_disabled:before, .dataTables_wrapper .dataTable thead .sorting_desc_disabled:before {
    content: "\f078" !important;
    font: var(--fa-font-solid) !important;
    right: 1.2em !important;
    bottom: 0 !important;
}

.dataTables_wrapper .dataTable thead .sorting:before, .dataTables_wrapper .dataTable thead .sorting:after, .dataTables_wrapper .dataTable thead .sorting_asc:before, .dataTables_wrapper .dataTable thead .sorting_asc:after, .dataTables_wrapper .dataTable thead .sorting_desc:before, .dataTables_wrapper .dataTable thead .sorting_desc:after, .dataTables_wrapper .dataTable thead .sorting_asc_disabled:before, .dataTables_wrapper .dataTable thead .sorting_asc_disabled:after, .dataTables_wrapper .dataTable thead .sorting_desc_disabled:before, .dataTables_wrapper .dataTable thead .sorting_desc_disabled:after {
    line-height: 2.5 !important;
    /*font-family: themify !important;*/
    font-size: .65rem !important;
}

table.dataTable > thead > tr > th:not(.sorting_disabled), table.dataTable > thead > tr > td:not(.sorting_disabled) {
    padding-right: 30px;
}

.expandable-table thead tr th:first-child {
    border-radius: 8px 0 0 8px;
}

.dataTables_wrapper .dataTable thead th {
    border-bottom-width: 0;
}

table.dataTable > thead .sorting, table.dataTable > thead .sorting_asc, table.dataTable > thead .sorting_desc, table.dataTable > thead .sorting_asc_disabled, table.dataTable > thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

.expandable-table thead tr th {
    background: #45505b;
    padding: 10px;
    color: #ffffff;
    font-size: 14px;
}

.expandable-table tr.odd, .expandable-table tr.even {
    box-shadow: 0px 4px 8px rgb(0 0 0 / 3%);
    border-radius: 4px;
}

.expandable-table tr td {
    padding: 14px;
    font-size: 14px;
}

table.dataTable > thead > tr > th:active, table.dataTable > thead > tr > td:active {
    outline: none;
}

.expandable-table thead tr th:last-child {
    border-radius: 0 8px 8px 0;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto !important;
    display: inline-block !important;
    height: 2.05rem;
}

.dataTables_wrapper .dataTables_length select {
    min-width: 70px !important;
    margin-left: .25rem !important;
    margin-right: .25rem !important;
    width: -webkit-fill-available;
    border-radius: 4px !important;
}

.dataTables_wrapper select {
    padding: .4rem !important;
    outline-offset: -2px !important;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    float: right;
}

    div.dataTables_wrapper div.dataTables_filter input {
        border: 1px solid #CED4DA;
        font-weight: 400;
        font-size: 0.875rem;
        border-radius: 4px;
        height: 2rem;
    }

        div.dataTables_wrapper div.dataTables_filter input:focus {
            color: #495057;
            background-color: #fff;
            border-color: #80bdff;
        }

div.dataTables_wrapper div.div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

input {
    /*  margin-left: 0.5em !important;
    display: inline-block !important;
    width: auto !important;*/
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal !important;
    white-space: nowrap !important;
    text-align: left !important;
}
/*div.dataTables_wrapper div.dataTables_paginate {
    margin: 0 !important;
    white-space: nowrap !important;
    text-align: right !important;
}
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 2px 0 !important;
        white-space: nowrap !important;
        justify-content: flex-end !important;
    }
.pagination, .jsgrid .jsgrid-pager {
    display: flex !important;
    padding-left: 0 !important;
    list-style: none !important;
    border-radius: 8px !important;
}
    .pagination .page-item .page-link, .jsgrid .jsgrid-pager .page-item .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-page .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-page a {
        border-color: #CED4DA !important;
        color: #000000 !important;
        font-size: .875rem !important;
        -webkit-transition-duration: 0.3s !important;
        -moz-transition-duration: 0.3s !important;
        -o-transition-duration: 0.3s !important;
        transition-duration: 0.3s !important;
    }
    .pagination .page-item.active .page-link, .jsgrid .jsgrid-pager .page-item.active .page-link, .jsgrid .jsgrid-pager .active.jsgrid-pager-nav-button .page-link, .jsgrid .jsgrid-pager .active.jsgrid-pager-page .page-link, .pagination .page-item.active .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .page-item.active .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-item.active a, .jsgrid .jsgrid-pager .active.jsgrid-pager-nav-button a, .pagination .page-item.active .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .page-item.active .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .page-item.active a, .jsgrid .jsgrid-pager .active.jsgrid-pager-page a, .pagination .page-item:hover .page-link, .jsgrid .jsgrid-pager .page-item:hover .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:hover .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-page:hover .page-link, .pagination .page-item:hover .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .page-item:hover .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-item:hover a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:hover a, .pagination .page-item:hover .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .page-item:hover .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .page-item:hover a, .jsgrid .jsgrid-pager .jsgrid-pager-page:hover a, .pagination .page-item:focus .page-link, .jsgrid .jsgrid-pager .page-item:focus .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:focus .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-page:focus .page-link, .pagination .page-item:focus .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .page-item:focus .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-item:focus a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:focus a, .pagination .page-item:focus .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .page-item:focus .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .page-item:focus a, .jsgrid .jsgrid-pager .jsgrid-pager-page:focus a, .pagination .page-item:active .page-link, .jsgrid .jsgrid-pager .page-item:active .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:active .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-page:active .page-link, .pagination .page-item:active .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .page-item:active .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-item:active a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:active a, .pagination .page-item:active .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .page-item:active .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .page-item:active a, .jsgrid .jsgrid-pager .jsgrid-pager-page:active a {
        background: #c03 !important;
        border-color: #c03 !important;
        color: #ffffff !important;
    }*/
div.dataTables_wrapper div.dataTables_paginate {
    margin: 0 !important;
    white-space: nowrap !important;
    text-align: right !important;
    float: right !important;
    text-align: right !important;
    padding-top: .25em !important;
    color: #333 !important;
}
/*datatable pagination custom style*/
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
    border: 1px solid #45505b !important;
    background-color: #45505b !important;
    background: linear-gradient(to bottom, #45505b 0%, #45505b 100%) !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: #e9ecef !important;
    border: 0 !important;
    background: #e9ecef !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #333 !important;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    /*color: #666 !important;*/
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_length {
    color: #333;
    float: left;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #333;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: .755em;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: .25em;
}

.detail-cis-title {
    color: #728394;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.detail-cis-label {
    color: #1e2bc9 !important;
    font-weight: 600;
}

.detail-cis-value {
    font-weight: 400;
    margin-bottom: 0 !important;
}

#detail-cis-recap-person > thead {
    background-color: #c03;
    color: #fff;
}

#persons > thead {
    text-align: center;
    background-color: #c03;
    color: #fff;
}

.descMon-radio-group {
    display: block;
}

#login-form {
    text-align: left !important;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
}

.container-scroller {
    overflow: hidden;
}

@media (min-width: 992px) {
    .boxed-layout .container-scroller {
        background: #c6c8ca;
        padding: 0 calc((100% - 1200px) / 2);
    }

    .boxed-layout .navbar.fixed-top {
        margin: auto;
        max-width: 1200px;
    }
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.page-body-wrapper {
    min-height: calc(100vh - 60px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    padding-top: 60px;
}

    .page-body-wrapper.full-page-wrapper {
        width: 100%;
        .square-box-loader min-height: 100vh;
        padding-top: 0;
    }

.content-wrapper {
    /*    background: #F5F7FF;
*/ padding: 2.375rem 2.375rem;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

@media (max-width: 767px) {
    .content-wrapper {
        padding: 1.5rem 1.5rem;
    }
}

.d-flex, .loader-demo-box, .data-icon-card-primary .background-icon, .data-icon-card-secondary .background-icon, .data-icon-card-success .background-icon, .data-icon-card-info .background-icon, .data-icon-card-warning .background-icon, .data-icon-card-danger .background-icon, .data-icon-card-light .background-icon, .data-icon-card-dark .background-icon, .list-wrapper ul li, .email-wrapper .mail-sidebar .menu-bar .profile-list-item a, .email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user, .email-wrapper .mail-list-container .mail-list .details, .email-wrapper .message-body .attachments-sections ul li .thumb, .email-wrapper .message-body .attachments-sections ul li .details .buttons, .lightGallery .image-tile .demo-gallery-poster, .navbar .navbar-menu-wrapper .navbar-nav, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item, .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item {
    display: flex !important;
}

    .align-items-center, .loader-demo-box, .list-wrapper ul li, .email-wrapper .message-body .attachments-sections ul li .thumb, .email-wrapper .message-body .attachments-sections ul li .details .buttons, .navbar .navbar-menu-wrapper .navbar-nav, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-settings, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item, .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item {
        align-items: center !important;
    }

.auth .brand-logo {
    margin-bottom: 2rem;
}

    .auth .brand-logo img {
        width: 150px;
    }

.auth form .form-group {
    margin-bottom: 1.5rem;
}

    .auth form .form-group label {
        font-size: .8125rem;
    }

    .auth form .form-group .form-control, .auth form .form-group .asColorPicker-input, .auth form .form-group .dataTables_wrapper select, .dataTables_wrapper .auth form .form-group select, .auth form .form-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .auth form .form-group input[type=text],
    .auth form .form-group .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .auth form .form-group select, .auth form .form-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .auth form .form-group input[type=number], .auth form .form-group .select2-container--default .select2-selection--single, .select2-container--default .auth form .form-group .select2-selection--single, .auth form .form-group .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .auth form .form-group .select2-search__field, .auth form .form-group .typeahead,
    .auth form .form-group .tt-query,
    .auth form .form-group .tt-hint {
        background: transparent;
        border-radius: 0;
        font-size: .9375rem;
    }

.auth form .auth-form-btn {
    padding: 1rem 3rem;
    line-height: 1.5;
}

.auth form .auth-link {
    font-size: 0.875rem;
}

    .auth form .auth-link:hover {
        color: initial;
    }

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.w-100 {
    width: 100% !important;
}

.mr-0, .rtl .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item i, .rtl .settings-panel .sidebar-bg-options .rounded-circle, .rtl .settings-panel .sidebar-bg-options .color-tiles .tiles, .rtl .settings-panel .color-tiles .sidebar-bg-options .tiles, .rtl .settings-panel .events i,
.mx-0 {
    margin-right: 0 !important;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .lightGallery .image-tile, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.mr-auto, .rtl .list-wrapper .remove,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto, .list-wrapper .remove,
.mx-auto {
    margin-left: auto !important;
}

.auth .auth-form-light {
    background: #ffffff;
}

    .auth .auth-form-light select {
        color: #c9c8c8;
    }

.text-left {
    text-align: left !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 0.5rem;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.btn-primary, .wizard > .actions a {
    color: #fff;
    background-color: #c03;
    border-color: #c03;
}

    .btn-primary:hover, .wizard > .actions a:hover {
        color: #fff;
        background-color: rgb(187, 46, 81);
        border-color: rgb(187, 46, 81);
    }

    .btn-primary:focus, .wizard > .actions a:focus, .btn-primary.focus, .wizard > .actions a.focus {
        color: #fff;
        background-color: rgb(187, 46, 81);
        border-color: rgb(187, 46, 81);
        box-shadow: 0 0 0 0.2rem rgba(102, 100, 184, 0.5);
    }

    .btn-primary.disabled, .wizard > .actions a.disabled, .btn-primary:disabled, .wizard > .actions a:disabled {
        color: #fff;
        background-color: #c03;
        border-color: #c03;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .wizard > .actions a:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .wizard > .actions a:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle,
    .wizard > .actions .show > a.dropdown-toggle {
        color: #fff;
        background-color: rgb(187, 46, 81);
        border-color: rgb(187, 46, 81);
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .wizard > .actions a:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .wizard > .actions a:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus,
        .wizard > .actions .show > a.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(102, 100, 184, 0.5);
        }

.btn-lg, .btn-group-lg > .btn, .fc .btn-group-lg > button, .ajax-upload-dragdrop .btn-group-lg > .ajax-file-upload, .swal2-modal .swal2-buttonswrapper .btn-group-lg > .swal2-styled, .wizard > .actions .btn-group-lg > a {
    padding: 1rem 3rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.1875rem;
}

.font-weight-medium {
    font-weight: 600;
}

.auth form .auth-form-btn {
    padding: 1rem 3rem;
    line-height: 1.5;
}

.edit-pencil-custom {
    border: 1px solid #c03;
    border-radius: 50%;
    padding: 4px;
    background: #c03;
    color: #FFF;
    margin-right: 10px;
    cursor: pointer;
}

.nature-incident-item {
    margin-bottom: 0.5rem;
}
/*#editAgression, #editInconBehav, #editVandalism, #editCrime, #editOutSourcingGroup, #editOnBehalfDetails {
    border: 1px solid #c03;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    text-align: center;
    background: #c03;
    color: #fff;
    cursor: pointer;
    position: absolute;*/
/*  margin-left: 5%;*/
/*right: 40%;
    font-size: 0.8rem;
}*/
/*#editOutSourcingGroup, #editOnBehalfDetails {
    right: -25% !important;
}*/
/*#editOnStop, #editOnWay {
    border: 1px solid #c03;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    text-align: center;
    background: #c03;
    color: #fff;
    cursor: pointer;
    font-size: 0.8rem;
}*/
.agression-modal-content, .inappBehav-modal-content, .vandalism-modal-content, .crime-modal-content, .stopinfonstop-modal-content, .stopinfonway-modal-content {
    padding-left: 20px !important;
    padding-top: 0px !important;
}

.incident-type-modal-in-title {
    font-size: 1.2rem !important;
    color: #c03 !important;
}

.incident-type-modal-title {
    font-size: 1.1rem !important;
    text-transform: uppercase !important;
}

.modal-actions {
}

.suspect-person-radio-group, .harcelement-radio-group {
    margin-left: 5%;
}

.language-content {
    margin-left: 2%;
}

.password-important-message {
    font-size: 12px !important;
    text-align: inherit !important;
    white-space: inherit !important;
}

#password-info {
    color: #c03;
}

.bootstrap-timepicker-widget table td input {
    width: 35px !important;
}

.cisnumber-rapport {
    font-size: 16px !important;
}

.required-inputs-asterix {
    color: red;
}

#listCis_wrapper .dt-buttons {
    text-align: right !important;
    margin-bottom: 0.6rem !important;
    float: inherit !important;
}

.exportexcel {
    cursor: pointer !important;
    border-radius: 50rem !important;
    color: #fff;
    background-color: #57B657;
    border-color: #57B657;
    padding: 0.5rem 2.5rem 0.5rem 2.5rem !important;
}

label.incidentplacedetailslabel {
    width: 102% !important;
}

i.icon-translate {
    color: #c03;
    cursor: pointer;
    float: right;
}

.flag-icon-content {
    margin-left: 1.5rem;
}

span.flag-icon-text {
    vertical-align: middle;
    font-size: 1.1rem;
}

div.cis-form {
    width: 100%;
    margin-bottom: 2rem;
}

.section-title p {
    width: 100%;
}

.auth .auth-form-light {
    width: 70%;
    margin: 0 auto;
    height: auto;
    text-align: center
}
.list-all-card {
    /*margin: 0 auto;*/
    width: 100%;
}
.label-extra{
    color: #c03;
    font-weight: 400 !important;
    margin-left: 5px;
}
.badge-ismanager-user{
    float: right;
}

@media only screen and (max-width: 300px) {
    button span.dynamic-content {
        display: none;
    }

    .auth .auth-form-light {
        width: 95%;
        margin: 0 auto;
        height: auto;
        text-align: center
    }

        .auth .auth-form-light .btn-login-group {
            margin-bottom: 0;
        }

        .auth .auth-form-light .brand-logo {
            margin-top: -10px;
        }

        .auth .auth-form-light .auth-form-btn {
            padding: 0.7rem 3rem;
        }
    .statistic-data-div {
        font-size: 100px;
    }
}
@media only screen and (max-width: 430px){
    div.cis-form {
        width: 91%;
    }

    .list-all-card {
        width: 91%;
    }

    div.contact {
        width: 91%;
        padding: 35px;
        margin-bottom: 2rem;
    }

    .section-title {
        width: 91%;
    }

        .section-title h2 {
            font-size: 30px;
        }
    .dashboard-data-content {
        width: 96%;
    }

    .statistic-data-div {
        font-size: 100px;
    }
    #report-generation-text, #export-cisexcel-text {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        overflow: hidden;
        top: calc(60% - 30px);
        left: calc(35% - 30px);
        font-size: 1.5rem;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    div.cis-form {
        width: 91%;
    }
    .list-all-card {
        width: 91%;
    }
    div.contact {
        width: 91%;
        padding: 35px;
        margin-bottom: 2rem;
    }

    .section-title {
        width: 91%;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .auth .auth-form-light {
        width: 95%;
        margin: 0 auto;
        height: auto;
        text-align: center
    }
    .dashboard-data-content {
        width: 96%;
    }
    .statistic-data-div {
        font-size: 100px;
    }
    #report-generation-text, #export-cisexcel-text {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        overflow: hidden;
        top: calc(60% - 30px);
        left: calc(35% - 65px);
        font-size: 1.5rem;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
        max-width: 60%;
    }
}

@media only screen and (min-width: 600px) {
    div.cis-form {
        width: 91%;
    }
    .list-all-card {
        width: 96%;
    }
    div.contact {
        width: 96%;
    }

    .section-title {
        width: 96%;
    }

    .section-title h2 {
        font-size: 30px;
    }
    .dashboard-data-content {
        width: 96%;
    }
    .dashboard-data-content .col-sm-3 {
        min-width: 50%;
    }
    .statistic-data-div {
        font-size: 100px;
    }
    #report-generation-text, #export-cisexcel-text {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        overflow: hidden;
        top: calc(60% - 30px);
        left: calc(35% - 30px);
        font-size: 1.5rem;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) {
    div.cis-form {
        width: 91%;
    }
    .list-all-card {
        width: 91%;
    }
    div.contact {
        width: 91%;
    }

    .section-title {
        width: 91%;
    }

    .section-title h2 {
        font-size: 30px;
    }
    .dashboard-data-content {
        width: 96%;
    }

        .dashboard-data-content .col-sm-3 {
            min-width: 25%;
        }
    .statistic-data-div {
        font-size: 100px;
    }
    #report-generation-text, #export-cisexcel-text {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        overflow: hidden;
        top: calc(60% - 30px);
        left: calc(35% - 125px);
        font-size: 1.5rem;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
        max-width: 60%;
    }
}

@media only screen and (min-width: 992px) {
    div.cis-form {
        width: 91%;
    }
    .list-all-card {
        width: 92%;
    }
    div.contact {
        width: 92%;
    }

    .section-title {
        width: 92%;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .auth .auth-form-light {
        width: 100%;
        margin: 0 auto;
        height: auto;
        text-align: center
    }
    #report-generation-text, #export-cisexcel-text {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        overflow: hidden;
        top: calc(60% - 30px);
        left: calc(35% - 157px);
        font-size: 1.5rem;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
        max-width: 60%;
    }
}
@media only screen and (max-width: 1024px){
    .dashboard-data-content {
        width: 96%;
    }

        .dashboard-data-content .col-sm-3 {
            min-width: 50%;
        }
    .statistic-data-div {
        font-size: 100px;
    }
}

@media only screen and (min-width: 1024px) {
    .mobile-nav-toggle{
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    div.cis-form {
        width: 91%;
    }
    .list-all-card {
        width: 95%;
    }
    div.contact {
        width: 92%;
    }

    .section-title {
        width: 92%;
    }

    .section-title h2 {
        font-size: 30px;
    }
    #report-generation-text, #export-cisexcel-text {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        overflow: hidden;
        top: calc(60% - 30px);
        left: calc(35% - 269px);
        font-size: 1.5rem;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
    }
}
