a{
    color: #444;
}

a:hover{
    text-decoration: none;
    color: #444;
}

a:focus{
    text-decoration: none;
    color: #444;
}

a:active{
    text-decoration: none;
    color: #444;
}

.overflow-auto{
    overflow: auto;
}

@media (max-width: 1000px) {
    /* Une largeur inférieure ne fonctionne pas sur mobile. */
    body .mobile {
        font-size: 40px !important;
    }
    .mobile .btn {
        font-size: 40px !important;
    }
    .mobile .form-control {
        height: 60px; !important;
    }
    table input[type="text"] {
        width: 100% !important;
    }
}

@font-face {
    font-family: 'Lucida Handwriting';
    src: url('../../fonts/Lhandw.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.dataTable thead input {
    width: 100% !important;
}

.dataTable thead select {
    width: 100% !important;
}

#notif_cadre{
    border:solid 1px black;
    height:300px;
    overflow-y:auto;
    padding: 8px;
    width: 100%;
    margin-bottom: 7px;
}

.hover-nav-link:hover {
    background: white !important;
    color: #444 !important;
    text-decoration: none;
}

.only-mobile {
    display: none;
}

#messagetopost{
    width: 100%;
    height: 73px;
}

.notif_message{
    padding: 13px;
    width: 50%;
    border-radius: 6px;
    margin-bottom: 10px;
    background-color: #dcdcdc;
    position: relative;
}

.notif_admin{
    background-color: #95dbf3;
    margin-left: 50%;
}

.notif_text{ margin-left: 10px; }

.notif_name {
    position: absolute;
    right: 6px;
    top: 0;
    font-size: 75%;
    color: #000;
}

.notif_date {
    position: absolute;
    right: 6px;
    bottom: 0;
    font-size: 75%;
    color: #000;
}

.history-already-read{
    color: #7e6aa9 !important;
    text-decoration: none;
    background-color: #eee;
}

.content-wrapper{
    margin-top: 60px !important;
}

.content-wrapper > h3 {
    color: #3a3f51;
    font-size: 35px;
    font-weight: 700;
}

@media (max-width: 768px){
    .content-wrapper {
        margin-top: 100px;
        padding: 20px;
    }

    .only-mobile {
        display: block;
    }

    .navbar-brand {
        margin-left: 50px;
    }

    .only-desk{
        display: none;
    }
}

.red-application{
    background-color: #f5c6cb !important;
}

.green-application{
    background-color: #c3e6cb !important;
}

.brand-logo{
    padding: 0 !important;
}

.brand-logo > img {
    height: 60px;
    padding: 2px;
}

.navbar-search {
    padding: 9px;
    position: absolute;
    z-index: 999;
    left: 250px;
    cursor: pointer;
    top: 0;
}

.navbar-searchbar {
    padding: 10px;
    width: 500px;
    float: left;
    background-color: #27886f;
    border-radius: 4px;
    cursor: pointer;
}

.navbar-searchbar > input::placeholder {
    font-weight: 400;
    color: #1a5d4b;
}

.theme-purple {
    background-color: #4b408e;
}

.theme-purple > input::placeholder {
    font-weight: 400;
    color: #343468;
}

.navbar-searchbar > input {
    background: transparent;
    border: none;
    font-weight: 700;
    width: 100%;
    cursor: pointer;
    color: #444;
}

#search-dropdown{
    position: absolute;
    width: calc(100vw - 290px - 100px);
    left: 258px;
    /*min-height: 0;*/
    max-height: calc(100vh - 60px);
    overflow: auto;
    top: 53px;
    z-index: 99999;
    transition: min-height 0.2s cubic-bezier(0, 0.67, 0.13, 0.94);
    /*padding: 5px;*/
    background-color: white;
    border-radius: 4px;
    display: none;
    /*box-shadow: 2px 2px 5px 0px #cfcfcf;*/
}

#search-backdrop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

.link-searchbar{
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #eaeaea;
    border-radius: 4px;
    display: block;
    text-align: left;
    cursor: pointer;
    background-color: white;
    color: #444;
    font-weight: 700;
    font-size: 16px;
}

.wizi-searchbar-toggled{
    background-color: white;
    width: calc(100vw - 290px - 100px);
    transition: width 0.2s cubic-bezier(0, 0.67, 0.13, 0.94);
}

nav.sidebar {
    width: 250px;
}

.alinea-searchbar{
    padding-left: 35px;
}

.link-searchbar:hover{
    background-color: #eaeaea;
    text-decoration: none;
    color: #27886f;
}

.icon-searchbar{
    font-size: 17px;
    padding: 0 7px;
}

.search-color-purple{
    color: #9b59b6;
}

.search-color-blue{
    color: #3498db;
}

.search-color-green{
    color: #27886f;
}

.search-color-orange{
    color: #f39c12;
}

.search-hover-green:hover{
    color: #27886f;
}

.search-hover-purple:hover{
    color: #9b59b6;
}

.search-hover-blue:hover{
    color: #3498db;
}

.search-hover-orange:hover{
    color: #f39c12;
}

.display-flex{
    display: flex;
}

.search-info{
    margin: auto;
    font-size: 17px;
    color: #3498db;
    text-align: center
}

.search-warning{
    margin: auto;
    font-size: 17px;
    color: #e74c3c;
    text-align: center
}

.search-subtitle{
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 0;
}

.wizi-card{
    margin-bottom: 1.25rem;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.19);
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 15px;
}

.wizi-card-header{
    padding: 10px 15px;
}

.wizi-card-body{
    padding: 15px;
    flex: 1 1 auto;
    overflow: auto;
}

.wizi-card-footer{
    padding: 10px 0;
    margin: 0 15px;
    border-top: 1px solid rgba(0,0,0,.125);
}

.wizi-card-title{
    margin-bottom: 0;
    font-size: 20px;
}

.wizi-card-header em {
    font-size: 20px;
    margin-top: 5px;
}

label{
    font-weight: 400;
}

.wizi-card-purple{
    box-shadow: 2px 2px 4px 2px rgba(53, 26, 105, 0.19);
}

.float-right{
    float: right;
}

.wizi-card-green{
    box-shadow: 2px 2px 4px 2px rgba(21, 105, 33, 0.19);
    box-shadow: none;
    border: 1px solid #e7e7e7;
}

.wizi-btn-green{
    background-color: #65b79d;
    border: none;
    min-width: 50px;
    margin: 2px;
}

.wizi-btn-green:hover{
    background-color: #427e6b !important;
}

.wizi-btn-green:active{
    background-color: #29483d !important;
}

.wizi-btn-grey{
    background-color: #eaeaea;
    border: none;
    min-width: 50px;
    margin: 2px;
    color: #444;
}

.wizi-btn-grey:hover{
    background-color: #d6d6d6 !important;
    color: #444;
}

.wizi-btn-grey:active{
    background-color: #b2b2b2 !important;
    color: #444;
}

.wizi-btn-purple{
    background-color: #7266ba;
    border: none;
    min-width: 50px;
    margin: 2px;
}

.wizi-btn-purple:hover{
    background-color: #53488d !important;
}

.wizi-btn-purple:active{
    background-color: #3a3469 !important;
}

.wizi-btn-purple:focus{
    background-color: #3a3469 !important;
}

.wizi-btn-red{
    background-color: #e74c3c;
    border: none;
    min-width: 50px;
    margin: 2px;
}

.wizi-btn-red:hover{
    background-color: #a13d30 !important;
}

.wizi-btn-red:active{
    background-color: #91372b !important;
}

.wizi-btn-red:focus{
    background-color: #813227 !important;
}

.wizi-card-body .table > thead > tr > th {
    /*border: none;*/
    font-size: 15px;
}

.wizi-card-body .table > tbody > tr > td {
    /*border: none;*/
    padding: 11px 15px;
}

.wizi-card-purple > .wizi-card-body .table > thead > tr > th {
    color: #4b408e;
}

.wizi-card-purple .pagination>.active>a, .wizi-card-purple .pagination>.active>a:focus, .wizi-card-purple .pagination>.active>a:hover, .wizi-card-purple .pagination>.active>span, .wizi-card-purple .pagination>.active>span:focus, .wizi-card-purple .pagination>.active>span:hover {
    background-color: #564aa3;
    border-color: #564aa3;
}

.wizi-card-purple .pagination>li>a, .wizi-card-purple .pagination>li>span {
    color: #564aa3;
}

.wizi-card-purple .pagination>li.active>a, .wizi-card-purple .pagination>li.active>span {
    color: white;
}

.wizi-card-purple .form-control:focus{
    border-color: #b192f1 !important;
}

.wizi-card-green > .wizi-card-body .table > thead > tr > th {
    color: #2b957a;
}

.wizi-card-green .pagination>.active>a, .wizi-card-green .pagination>.active>a:focus, .wizi-card-green .pagination>.active>a:hover, .wizi-card-green .pagination>.active>span, .wizi-card-green .pagination>.active>span:focus, .wizi-card-green .pagination>.active>span:hover {
    background-color: #27886f;
    border-color: #27886f;
}

.wizi-card-green .pagination>li>a, .wizi-card-green .pagination>li>span {
    color: #27886f;
}

.wizi-card-green .pagination>li.active>a, .wizi-card-green .pagination>li.active>span {
    color: white;
}

.wizi-card-green .form-control:focus{
    border-color: #5fcaaf !important;
}

.wizi-card-purple .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f8f6ff;
}

.wizi-card-green .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f3fdee;
}

.wizi-card .dataTable input, .wizi-card .dataTable select {
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    height: 26px;
    padding-left: 3px;
}

.wizi-card-green .dataTable input, .wizi-card-green .dataTable select {
    border: 1px solid #27886f;
}

.wizi-card-purple .dataTable input, .wizi-card-purple .dataTable select {
    border: 1px solid #564aa3;
}

.table > thead > tr > th {
    color: #444 !important;
}

.checkbox-wizi {
    display: inline-block;
    padding: 10px 5px;
    transform: translateZ(0);
}
.checkbox-wizi label {
    cursor: pointer;
    padding-left: 0;
}
.checkbox-wizi input[type=checkbox] {
    opacity: 0;
    position: absolute !important;
    margin: 0;
    z-index: -1;
    width: 0;
    height: 0;
    overflow: hidden;
    left: 0;
    pointer-events: none;
}
.checkbox-wizi .checkbox-material {
    vertical-align: middle;
    position: relative;
    top: 3px;
}
.checkbox-wizi .checkbox-material:before {
    position: absolute;
    left: 8px;
    top: 2px;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    height: 4px;
    width: 4px;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
}
.checkbox-wizi .checkbox-material .check {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 2px;
    overflow: hidden;
    z-index: 1;
}
.checkbox-wizi .checkbox-material .check:before {
    position: absolute;
    content: "";
    transform: rotate(45deg);
    display: block;
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
    animation: checkbox-off 0.3s forwards ease-out;
}
.checkbox-wizi input[type=checkbox]:focus + .checkbox-material .check:after {
    opacity: 0.2;
}
.checkbox-wizi input[type=checkbox]:checked + .checkbox-material .check:before {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    animation: checkbox-on 0.3s forwards ease-out;
}
.checkbox-wizi input[type=checkbox]:not(:checked) + .checkbox-material:before {
    animation: rippleOff 700ms forwards ease-out;
}
.checkbox-wizi input[type=checkbox]:checked + .checkbox-material:before {
    animation: rippleOn 700ms forwards ease-out;
}
.checkbox-wizi input[type=checkbox]:not(:checked) + .checkbox-material .check:after {
    animation: rippleOff 700ms forwards ease-out;
}
.checkbox-wizi input[type=checkbox]:checked + .checkbox-material .check:after {
    animation: rippleOn 700ms forwards ease-out;
}
.checkbox-wizi input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
.checkbox-wizi input[type=checkbox][disabled] + .circle {
    opacity: 0.5;
}
.checkbox-wizi input[type=checkbox][disabled] + .checkbox-material .check:after {
    background-color: rgba(0, 0, 0, 0.84);
    transform: rotate(-45deg);
}

.purpled .checkbox-material .check {
    color: #564aa3;
}
.purpled .checkbox-material:before {
    background-color: #564aa3;
}
.purpled input[type=checkbox]:checked + .checkbox-material .check {
    color: #564aa3;
}

.greened .checkbox-material .check {
    color: #2ecc71;
}
.greened .checkbox-material:before {
    background-color: #2ecc71;
}
.greened input[type=checkbox]:checked + .checkbox-material .check {
    color: #2ecc71;
}

@keyframes checkbox-on {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    }
    50% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    }
    100% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    }
}
@keyframes checkbox-off {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    }
    25% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    }
    50% {
        transform: rotate(45deg);
        margin-top: -4px;
        margin-left: 6px;
        width: 0px;
        height: 0px;
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    }
    51% {
        transform: rotate(0deg);
        margin-top: -2px;
        margin-left: -2px;
        width: 20px;
        height: 20px;
        box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 10px inset;
    }
    100% {
        transform: rotate(0deg);
        margin-top: -2px;
        margin-left: -2px;
        width: 20px;
        height: 20px;
        box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
    }
}
@keyframes rippleOn {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
        transform: scale(13, 13);
    }
}
@keyframes rippleOff {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
        transform: scale(13, 13);
    }
}

.row{
    margin-left: -10px;
    margin-right: -10px;
}

.profil-picture{
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    margin: 5px;
    display: block;
}

.round-profil-picture{
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
    margin: 5px;
    /*border: 1px solid #fff;*/
    box-shadow: 2px 2px 4px 2px rgba(55, 55, 55, 0.1);
}

.display-flex{
    display: flex;
}

.statistic-bloc{
    border: 1px solid #e9e9e9;
    background: #FFF; 
    margin: 10px;
    width: 100%;
    border-radius: 20px;
    color: #444;
    flex: 1;
}

.stat-bloc-header {
    padding: 15px 15px 0; 
    background: linear-gradient(to right bottom, #67b26f, #42B296);
    border-radius: 20px 20px 0 0;
    color: white;
}

.stat-bloc-body {
	padding: 15px 15px; 
}

.stat-gauge{
	width: 100%;
	/*margin: 0 5px;*/
	height: 20px;
	background-color: #eaeaea;
	border-radius: 10px;
	padding: 3px;
}

.stat-gauge-in{
	padding: 0 5px;
	height: 100%;
	max-width: 100%;
	background: linear-gradient(to right, #67b26f, #42B296);
	border-radius: 10px;
}

.stat-gauge-in-green{
	background: linear-gradient(to right, #67b26f, #42B296);
}

.stat-gauge-in-red{
	background: linear-gradient(to right, #e52d27, #b31217);
}

.stat-count{
	padding: 2px 5px;
	background: linear-gradient(to right, #67b26f, #42B296);
	border-radius: 20px;
	display: flex;
	max-width: 75px;
}

.stat-count > p{
	color: white;
	margin: auto;
	font-size: 15px;
	font-weight: 700;
	text-shadow: 0 0 7px #FFFFFF;
}

.stat-hr{
	max-width: 50px;
	display: block; 
	margin: auto; 
	border: none;
	border-bottom: 1px solid #6c5b7b;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #01787c;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

.wizibo-success {
    color: #2ecc71;
}

.wizibo-wizicolor {
    color: #01787c;
}

.wizibo-danger {
    color: #e74c3c;
}

.wizibo-header {
    color: #3a3f51;
}

.wizibo-header p {
    margin-bottom: 6px;
}

.wizibo-header a:not(.btn) {
    text-decoration: underline; 
    color: #01787c;
}

.wizibo-header-info {
    color: #e67e22;
    font-size: 14px;
    font-weight: 400;
}

.wizibo-header-title {
    display: flex; 
    justify-content: space-between
}

.wizibo-header-title h3 {
    font-size: 35px; 
    font-weight: 700; 
    margin: 4px 0;
}

.wizibo-header-title i {
    color: #01787c; 
    font-size: 32px
}

.wizibo-header-dropdown a {
    text-decoration: none; 
    padding: 7px 20px !important;
}

.wizibo-header-dropdown i {
    color: inherit;
    font-size: 12px;
    margin-right: 2px;
}

.wizibo-header-infos {
    margin-top: 10px;
    padding: 10px;
    background: white;
    border-radius: 10px;
    border: 1px solid #eaeaea;
    margin-bottom: 15px;
}

.wizibo-flex-between {
    display: flex; 
    justify-content: space-between;
    align-items: center;
}

.wizibo-form-block {
    padding: 10px;
    background: white;
    border-radius: 10px;
    border: 1px solid #eaeaea;
    margin-bottom: 15px;
}