body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    font-family: Roboto;
    color: rgb(80, 79, 79);
}

html {
    height: -webkit-fill-available;
}

.btn-primary {
    background-color: #50545a;
}

h2 {
    color: #50545a;
}

.row-top-margin {
    margin-top:30px;
}

main {
    display: flex;
    flex-wrap: nowrap;
    height: -webkit-fill-available;
    overflow-x: auto;
}

.table-no-indent > tbody > tr > td:first-child {

    padding-left: 0px;
    padding-left: 0px;
}


h4 {
    color: #d53f40;
}
.btn-xs {
    height: 21px;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-secondary {
    background-color: grey !important;
}
.b-example-divider {
    flex-shrink: 0;
    width: 1px;
    height: 100vh;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: 7px 0em 16px 0px rgb(0 0 0), inset 0 0.125em 0em rgb(0 0 0 / 15%);
}

.bi {
    vertical-align: -1px;
    pointer-events: none;
    fill: currentColor;
}

.dropdown-toggle {
    outline: 0;
}

.nav-flush .nav-link {
    border-radius: 0;
}

.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
}

    .btn-toggle:hover,
    .btn-toggle:focus {
        color: rgba(0, 0, 0, .85);
        background-color: #d2f4ea;
    }

    .btn-toggle::before {
        width: 1.25em;
        line-height: 0;
        content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
        transition: transform .35s ease;
        transform-origin: .5em 50%;
    }

    .btn-toggle[aria-expanded="true"] {
        color: rgba(0, 0, 0, .85);
    }

        .btn-toggle[aria-expanded="true"]::before {
            transform: rotate(90deg);
        }


.btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

    .btn-toggle-nav a:hover,
    .btn-toggle-nav a:focus {
        background-color: #d2f4ea;
    }

.scrollarea {
    overflow-y: auto;
}

.fw-semibold {
    font-weight: 600;
}

.lh-tight {
    line-height: 1.25;
}


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.nav-link-main {
    font-weight: bold;
    margin-top: 10px;
}

ul.sidebar-effect > li > a.nav-link {
    color: rgb(80, 79, 79);
    margin-left: 30px;
}

ul.sidebar-effect > li > a.nav-link-sub {
    color: rgb(80, 79, 79);
    margin-left: 60px;
}

a.nav-active {
    color: #D53F40;
    border-left: 3px #D53F40 solid !important;
}

.bg-specialisme {
    background-color: #f6961d;
}

a.nav-active-sub {
    font-weight: 500;
}
a.nav-link:focus, a.nav-link:hover {
    color: #D53F40;
}

a.nav-link-sub {
    margin-left: 50px;
    font-size: smaller;
    line-height: 10px;
}

.sidebar {
    box-shadow: 1px 0 2px 1px rgb(227 227 227);
    margin-right: 3px;
}

.nav-link {
}

td a {
    text-decoration: none;
    color: #212529;
}

.search-bar {
    width: 380px;
    height: 30px;
    margin: 0px 0px 5px 11px;
    padding-left: 10px;
    border-radius: 4px;
    background-color: #fafafa;
    border: 0px;
    font-size: smaller;
}

:root {
    --avatar-size: 35px;
    --bs-body-font-size: 1rem;
    /* change this value anything, e.g., 100px, 10rem, etc. */
}

.circle {
    background-color: #c2c2c2;
    border-radius: 50%;
    height: var(--avatar-size);
    text-align: center;
    width: var(--avatar-size);
}

.initials {
    font-size: calc(var(--avatar-size) / 2); /* 50% of parent */
    line-height: 1;
    position: relative;
    top: calc(var(--avatar-size) / 5); /* 25% of parent */
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgb(255 255 255 / 90%);
}

.dropdown-menu-dark {
    background-color: #d53f40;
}

.translate-left {
    transform: translate(-200%,-40%) !important;
}

.bi {
    vertical-align: -.075em;
}

h1 {
    font-weight: 300;
}

.card-header {
    color: #212529;
    font-weight: 500;
    margin-left: 15px;
    padding-left: 2px;
    padding-right: 0px;
    padding-bottom: 6px;
    margin-right: 15px;
}


.card-dashboard {
    height: 30vh;
    overflow-y: scroll;

  
}

.card-notes {
    height: 60vh;
    overflow-y: scroll;
}

.card-cv {
    height: 26vh;
    overflow-y: hidden;
}

.card-details {
    height: 60vh;
    overflow-y: scroll;
}

.btn-info {
    background-color: #39c0ed;
}


.btn-add {
    background-color: white;
}

.bg-notitie {
    color:white;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

i.bi {
    margin-right:3px;
}

.card {
    border-radius: 0;
    border-top: 1px solid #f2f2f2;
    box-shadow: 0px 12px 20px 0px rgb(0 0 0 / 7%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}

.card-body {
    font-size: 12px;
    padding-top: 20px;
}

.badge {
    font-weight:300;
}
.pagination-info {
    font-size: 12px;
}
.page-list {
    font-size: 12px;
}

.search-input {
    font-size: 12px;
}

.dropdown-toggle {
    padding: 4px;
}

.page-item.active .page-link {
    background-color: #c2dce3;
}

    .badge-number {
    background-color: #c2dce3 !important;
    font-size: 13px;
    color: #212529;
}


.card-dashboard::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.card-dashboard::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.card-dashboard::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    background-color: #e9e9e9;
}

table.box-table {
    width: 100%;
}

    table.box-table thead {
        background-color: #f3f8f9;
    }


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #d53f40;
    border-color: #d53f40;
}

.nav-tabs .nav-link {
   
    padding: 20px 0px 20px 0px;
    margin-right: 20px;
}

.col-form-label {
    font-weight: 500;
    color: #212529;
    font-size: 0.7rem;
    line-height: 1.1;
}

.bg-notitie {
    background-color: #9f9f9f;
}

.form-label {
    display: block;
    border: 0px;
    padding: .375rem .75rem;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: 300;
    color: #212529;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.table-notities {
    border-color: white;
}

    .table-notities td {
        padding-bottom: 10px !important;
        padding-top: 0px !important;
        padding-left: 3px !important;
        font-size: 12px;
    }

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.table-borderless > tbody > tr > td {
    padding: 5px;
    padding-left:12px;
}

table.box-table > tbody:before {
    content: "@";
    display: block;
    line-height: 10px;
    text-indent: -99999px;
}

table.box-table > tbody > tr > td {
    padding: 5px;
    border-bottom: 1px solid #dee2e6;
}

.form-horizontal > .col-form-label {
    font-size: 0.9rem;
}

.bi-gear {
    color: lightgrey !important;
}

table.table-tasks tbody td {
    padding:0px;
    font-size: 12px;   
    line-height: 2.5;
    border-color: white;
}

tr.task-done td {
    color: grey;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1820px !important;
    }
}

.form-control {
    font-size: 0.8rem;
}

.form-select {
    font-size: 0.8rem;
    padding: 0.1rem 2.25rem .1rem .75rem;
}

.select2-dropdown {
    font-size: 8pt;
}


.accordion-button:not(.collapsed) {
    color: #d53f40;
}

.accordion-button {
    padding: 10px;
    font-size: 0.8rem;
}

.task-done {
    text-decoration: none;
}

.tab-list {
    margin-top: -25px;
}

.btn-open {
    background-color: rgb(249 49 84);
}

table.row-clickable thead tr th:last-child {
    max-width: 120px;
}

#spot-file {
    height:100%;
}

.bg-grey {
    background-color: #b7b7b7 !important;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    body {
        zoom: 0.7;
    }
}

.table-sm {
    font-size:12px;
}

.greenshield {
    color: green;

}


#mainForm .select2 {
    width: 280.656px !important;
}

#mainForm.main-form-wider .select2 {
    width: 400.656px !important;
}


.advertisement-title {
    font-size: 24pt;
}

.advertisement-section {
    margin-top: 30px;
}

.advertisement-content > p {
    font-size:12pt;
}

ul.advertisement-content > li {
    font-size: 12pt;
}

.advertisement-header {
    font-size:18pt;
    font-weight: bold;
}

.numberCircle {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    padding: 2px 3px 3px 2px;
    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font: 9px Arial, sans-serif;
    font-weight: 600;
}

tfoot {
    display: table-header-group;
    border-bottom: 2px solid #c3c3c3 !important;
    border-top: 2px solid #c3c3c3 !important;
}

table.datatable tfoot th, table.dataTable tfoot td {
    border-bottom: 1px solid #c3c3c3 !important;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 1px solid #c3c3c3 !important;
}

table.datatable thead th, table.datatable thead td {
    border-bottom: none;
}

.fa-solid, .fas {
    color: #d53f40;
}

.table > :not(caption) > * > * {
    padding: 0.5rem 0.7rem;
}

i.bi {
    color: #d53f40;
}

.greenshield {
    color: forestgreen !important;
}

.export-button {
    color: #cfcfcf !important;
}

.tooltip-inner {
    text-align: left;
}

.box1 {
    background-color: #1fa5f3 !important;
}

.box2 {
    background-color: #066383 !important;
}
.box3 {
    background-color: #2f7e2f !important;
}
.box4 {
    background-color: #e6612d !important;
}
.box5 {
    background-color: #f93154 !important;
}
.box6 {
    background-color: #d53f40 !important;
}

.blink {
    animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}

@keyframes blink {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}

tr.rowmargintop td {
    padding-top: 20px;
}

tr.rowmarginbottom td {
    padding-bottom: 20px;
}

i.note-delete {
    display: none;
    cursor:pointer;
}

.note-hidden {
    display: none;
}

tr.note-row:hover i.note-delete {
    display: inline-block !important;
}

tr.note-row:hover div.note-hidden {
    display: inline-block !important;
}

tr.task-row:hover i.task-delete {
    display: inline-block !important;
}

tr.task-row:hover div.task-hidden {
    display: inline-block !important;
}

i.task-delete {
    display: none;
    cursor: pointer;
}

.task-hidden {
    display: none;
}


.bg-note {
    background-color: #e6612b;
}


textarea.selected {
    border: 2px solid #d53f40;
}

textarea.selected:focus {
    border: 2px solid #d53f40 !important;
    box-shadow: none;
}

.select2-selection {
    min-width: 100px;
}

a.nav-link:hover > i.fa-solid {
    color: #d53f40 !important;
}

#searchBox {
    position: absolute;
    margin-top: 30px;
    margin-left: 11px;
    height: 200px;
    width: 380px;
    background-color: white;
    z-index: 1000;
    border: 1px solid grey;
    display: none;
    overflow-y: auto;
}

.note-editable {
    font-size: 10pt;
}

.dataTables_info, .dataTables_length, .paginate_button {
    font-size: 10pt;
}

.note-editable p {
    margin-bottom: 0px;
}

h4 {
    font-weight: 300;
}

.stats-number {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.stats-text {
    margin-left:auto; 
    margin-right: auto;  
    text-align: center;
    font-size: 12px;
}

.row-stats {
    background-color: #edfcff;
    width: 100%;
    padding: 30px;
    margin-top: 30px;
}

.col-stats {
    padding-right: 4%
}

.stats-hidden {
    margin-top:20px;
    text-align: center;
    font-size: 12px;
    display: none;
}

.lightbutton {
    color:grey;
}

.lightbutton i {
    color: grey;
}

table.mail-table tbody tr.active td {
    font-weight: bold;
}

.card-header-link {
    color: #212529;
}
.fa-active {
    color: #d43f3f;
}
