﻿@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
    font-family: Franklin Gothic Demi Regular;
    src: url('../open-iconic/font/fonts/Franklin Gothic Demi Regular.ttf') format('truetype');
}

@font-face {
    font-family: Franklin Gothic Book Regular;
    src: url('../open-iconic/font/fonts/Franklin Gothic Book Regular.ttf') format('truetype');
}

@font-face {
    font-family: Franklin Gothic Medium Regular;
    src: url('../open-iconic/font/fonts/Franklin Gothic Medium Regular.ttf') format('truetype');
}

.sort-th {
    cursor: pointer;
}

.center-div-check {
    transform: translate(0%, 30%);
}

.userimg {
    width: 47px;
    object-fit: cover;
    border-radius: 50%;
    border-radius: 23px;
    margin-top: 5px;
}

.fa {
    float: right;
}

.div-cont {
    /*    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    height: calc(100vh - 85px);*/
}

.span-id {
    cursor: pointer;
}

    .span-id:hover {
        text-decoration: underline;
    }

.span-show-more {
    cursor: pointer;
    font-family: 'Franklin Gothic Medium Regular';
}

    .span-show-more:hover {
        text-decoration: underline;
    }

.div-checked {
    width: 5%;
}

.chkbox {
    display: flex;
    align-items: center;
    user-select: none;
}

    .chkbox label {
        font-size: 26px;
        color: #4D4D4D;
        position: absolute;
        z-index: 10;
        padding-left: 50px;
        cursor: pointer;
    }

    .chkbox input {
        opacity: 0;
        visibility: hidden;
        position: absolute;
    }

        .chkbox input:checked ~ .check {
            border-color: #0FB9B1;
            box-shadow: 0px 0px 0px 15px #0FB9B1 inset;
        }

            .chkbox input:checked ~ .check::after {
                opacity: 1;
                transform: scale(1);
            }

    .chkbox .check {
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        border-radius: 100px;
        background-color: #FFF;
        border: 2px solid#0FB9B1;
        box-shadow: 0px 0px 0px 0px#0FB9B1 inset;
        transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
    }

        .chkbox .check::after {
            content: '';
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 4;
            position: absolute;
            transform: scale(0);
            background-size: 50%;
            background-image: url("https://webdevtrick.com/demos/checkmark.svg");
            background-repeat: no-repeat;
            background-position: center;
            transition-delay: 0.2s !important;
            transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
        }

.img-status {
    width: 15px;
    height: 16px;
    margin-top: -3px;
    margin-right: 6px;
}

.td-list {
    border-top: none !important;
    width: 25%;
}

.div-row-header {
    display: flex;
    width: 100%;
}

.div-col-header {
    flex: auto;
}

.second-header-div {
    border-bottom: 1px solid #eaeaea;
    flex-wrap: nowrap;
    margin-left: 0px;
    margin-right: 0px;
    box-shadow: 0px 3px 6px #00000029;
    height: 54px;
    width: 100%;
}


.table-list {
    font-family: 'Franklin Gothic Medium Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0px;
    color: #404A54;
    margin-top: 20px;
    max-width: 1374px;
    min-width: 720px;
}

.th-header {
    border-top: none !important;
    font-family: 'Franklin Gothic Medium Regular';
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #222F3E;
}

.tr-list {
    border-top: none !important;
    font-family: 'Franklin Gothic Medium Regular';
    font-size: 15.5px;
    text-align: left;
    letter-spacing: 0px;
    color: #404A54;
    cursor: default !important;
}

.div-group {
    display: flex;
}

.icon-code {
    width: 30px;
    height: 30px;
    font-family: 'Franklin Gothic Medium Regular';
    font-size: 11.5px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    opacity: 1;
    border-radius: 50%;
    background-color: #c496f1;
    padding-top: 6px;
    /* padding-left: 7px; */
}

.div-group-child {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.div-group-child-short {
    display: flex;
    flex-direction: column;
}

.span-code {
    font-family: 'Franklin Gothic Book Regular';
    font-size: 14px;
    text-align: left;
    letter-spacing: 0px;
    color: #8395A7;
}

.img-round {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.div-statut {
    margin-top: 10px;
    /* display:flex;
*/
}

.span-statut {
    font-family: 'Franklin Gothic Medium Regular';
    margin-left: 5px;
    margin-top: -5px;
}

.min-width-80 {
    min-width: 80px;
}

.div-edit-delet {
    display: none;
    margin-top: 10px;
    cursor: pointer;
}

.btn-delet {
    margin-left: 20px;
}

.div-edit-delete {
    display: none;
    cursor: pointer;
}

.tr-list:hover .div-edit-delet {
    display: block;
}


.tr-list:hover {
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 2px 1px 4px #00000040;
    border-radius: 5px;
}

.div-dashboard {
    display: none;
    margin-left: 20px;
}

@media(min-width: 1366px) {
    .div-dashboard {
        display: block;
        margin-left: 20px;
    }

    .container-list {
        /* display: flex;
*/ flex-direction: row;
    }
}

@media(max-width: 1366px) {
    .table-list {
        width: 100% !important;
    }
}

.select-cercle {
    margin-top: 10px;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    border: 1px solid #CAD2E5;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.select-cercle-selected {
    margin-top: 10px;
    display: none;
}

.tr-list:hover .select-cercle {
    display: none;
}

.tr-list:hover .select-cercle-selected {
    display: block;
}

.img-date-hour {
    padding-right: 5px;
    padding-bottom: 3px;
}

.divcerclestatusgray {
    border-radius: 20px;
    background: #90A4AE 0% 0% no-repeat padding-box;
    opacity: 1;
    width: 14px;
    height: 14px;
}

.divcerclestatusgreen {
    border-radius: 20px;
    background: #2ED573 0% 0% no-repeat padding-box;
    opacity: 1;
    width: 14px;
    height: 14px;
}

.draggable {
    cursor: grab;
    box-shadow: 1px 1px 1px #02171E33 !important;
    border: 0.5px solid #E6E6E6 !important;
    border-radius: 5px !important;
    /* width: 90%;*/
    /* margin-left: 14px;*/
}

    .draggable:active {
        cursor: grabbing;
    }

.dragging {
    cursor: grabbing;
}

.dragMe {
    width: 100px;
    height: 50px;
    background-color: blue;
}

.panel {
    margin-top: 10px;
    height: 300px;
    width: 400px;
    border: solid red;
}

.statut-title {
    border-top: none !important;
    font-family: 'Franklin Gothic Medium Regular';
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #222F3E;
}

.div-ul {
    padding-top: 22px;
    padding-left: 15px;
    padding-right: 15px;
    width: 20%;
}

.ullist-style {
    list-style: none;
    padding: 0;
    /* padding-top: 15px;
*/
}

.div-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: scroll;
    height: calc(100vh - 3%);
    display: flex;
}

.li-list {
    padding-top: 15px;
    list-style-type: none;
}

/* Styles for the hover state of the custom checkbox */
input[type='checkbox'].check-custom:hover ~ .check-toggle {
    border-color: #CAD2E5;
}

/* Styles for the focus state of the custom checkbox */
input[type='checkbox'].check-custom:focus ~ .check-toggle {
    border-color: #CAD2E5;
    box-shadow: 0 0 0 1px rgba(23, 133, 255, 0.25);
}

/* Styles for the checked state of the custom checkbox */
input[type='checkbox'].check-custom:checked ~ .check-toggle {
    border-color: #2A982F;
    background: #2A982F url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cG9seWxpbmUgcG9pbnRzPSIyMCA2IDkgMTcgNCAxMiI+PC9wb2x5bGluZT48L3N2Zz4=) center no-repeat;
    background-size: 75%;
}


/* Styles for hiding the native checkbox */
input[type='checkbox'].check-custom {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    /* Styles for the basic appearance of the custom checkbox */
    input[type='checkbox'].check-custom ~ .check-toggle {
        width: 23px;
        height: 23px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #CAD2E5;
        border-radius: 50%;
        cursor: pointer;
       
    }

.label-select {
    margin-bottom: unset;
}
/*.tr-list:focus input[type='checkbox'].check-custom ~ .check-toggle {
    border-color: #2A982F;
    background: #2A982F url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cG9seWxpbmUgcG9pbnRzPSIyMCA2IDkgMTcgNCAxMiI+PC9wb2x5bGluZT48L3N2Zz4=) center no-repeat;
    background-size: 75%;
}*/

.cen-select {
    margin-top: 10px;
}

.container-list {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    overflow-y: auto;
    height: calc(100vh - 105px);
}
    /* width */
 .container-list::-webkit-scrollbar {
        width: 8px;
        height:8px;
    }

    /* Track */
    .container-list::-webkit-scrollbar-track {
        background: #dcdcdc59;
        margin: 10px;
    }

    /* Handle */
    .container-list::-webkit-scrollbar-thumb {
        background: #E0E0E0;
        border-radius: 4px;
    }

        /* Handle on hover */
 .container-list::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

    /* Buttons */
 .container-list::-webkit-scrollbar-button:single-button {
        background-color: #dcdcdc59;
        display: block;
        border-style: solid;
        height: 7px;
    }
        /* Up */
    .container-list::-webkit-scrollbar-button:single-button:vertical:decrement {
        border-width: 0 4px 4px 4px;
        border-color: transparent transparent #E0E0E0 transparent;
    }
        .container-list::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
            border-color: transparent transparent #777777 transparent;
        }       
        /* Down */
    .container-list::-webkit-scrollbar-button:single-button:vertical:increment {
        border-width: 4px 4px 0 4px;
        border-color: #E0E0E0 transparent transparent transparent;
    }
    .container-list::-webkit-scrollbar-button:vertical:single-button:increment:hover {
        border-color: #777777 transparent transparent transparent;
    }



@media only screen and (max-width: 1400px{
    .second-header-div {
        height: auto;
    }
}