﻿.mainContainer {
    margin-left: 40px;
    margin-right: 40px;
}

.sidenav {
    height: 100%;
    /*width: 250px;*/
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #DDD;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 15px;
    z-index: 1021;
}

#gradient-horizontal {
    --color-stop-1: #000000;
    --color-stop-2: #0a855e;
    --color-stop-3: #10b580;
}

#gradient-vertical {
    --color-stop-1: #000000;
    --color-stop-2: #0a855e;
    --color-stop-3: #10b580;
}

.sidenav a svg {
    fill: url(#gradient-horizontal) #12e19f;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav .dropdown-menu {
    background-color: #DDD;
}

.sidenav a:hover {
    color: #111111;
}

.sidenav .closebtn {
    /*position: absolute;*/
    /*right: 25px;*/
    /*font-size: 36px;*/
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}


.flex {
    display: flex;
}

.MenuTitre {
    justify-content: center
}

.MenuName {
    height: 50px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.MenuButton {
    height: 50px;
    margin-top: 30px;
    margin-bottom: 2px;
    color: red !important;
    margin-left: 5px;
}

.MenuButtonPrincipal {
    font-size: 30px;
    cursor: pointer;
    margin: 15px;
}

.ulMenu {
    width: 100%;
}

    .ulMenu, .ulMenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }


        .ulMenu a {
            display: block;
            border-bottom: 1px solid #fff;
            padding: 5px 10px;
            color: #000;
            text-decoration: none;
            transition: all .3s ease;
        }

            .ulMenu a:hover {
                background: #bbb
            }

        .ulMenu ul {
            position: relative;
            left: 0;
            top: -100%;
            z-index: -1;
            max-height: 0;
            width: 0;
            overflow: hidden;
            background: #aaa;
            opacity: 0;
            transition: all .3s ease;
        }

        .ulMenu li.active > ul {
            top: 0;
            z-index: 2;
            opacity: 1;
            width: 100%;
            max-height: 50em;
            width: 100%;
            overflow: visible;
            transition: all .3s ease;
        }

li.active > a {
    background: #bbb
}


nav {
    position: relative;
    margin: 50px;
    width: 360px;
    background:
}

    nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        nav ul li {
            /* Sub Menu */
        }

            nav ul li a {
                display: block;
                padding: 10px 15px;
                color: #fff;
                text-decoration: none;
                -webkit-transition: 0.2s linear;
                -moz-transition: 0.2s linear;
                -ms-transition: 0.2s linear;
                -o-transition: 0.2s linear;
                transition: 0.2s linear;
            }

                nav ul li a:hover {
                    background: #1d4f71;
                    color: #fff;
                }

                nav ul li a .fa {
                    width: 16px;
                    text-align: center;
                    margin-right: 5px;
                    float: right;
                }

        nav ul ul {
            background: rgba(0, 0, 0, 0.2);
        }

        nav ul li ul li a {
            border-left: 4px solid transparent;
            padding: 10px 20px;
        }

            nav ul li ul li a:hover {
                border-left: 4px solid #3498db;
            }




.nav-link[data-toggle].collapsed:after {
    content: " ▾";
}

.nav-link[data-toggle]:not(.collapsed):after {
    content: " ▴";
}

.dropdown-menu {
    /*margin-left: 20px;*/
    transform: translate(20px, 56px) !important;
}

.e-edit {
    color: blue;
}

.e-delete {
    color: red;
}

.Gmap_Search {
    width: 300px;
    position: absolute;
    left: 188px !important;
    top: 8px !important;
}

.Gmap_Plan {
    height: 300px;
    border-radius: 10px;
    margin: 10px;
}

.gmapButtonShow {
    margin-top: 30px;
    margin-left: 3px;
    height: 38px;
}

.readonly {
    background-color: #ccc;
}


.c-red {
    color: red;
}

.c-green {
    color: green;
}

.c-orange {
    color: orange;
}

.hidden {
    display: none;
}

.buttonDeleteService {
    margin-top: 30px;
    margin-left: 3px;
    height: 38px;
}

sub {
    vertical-align: sub;
    font-size: small;
}

sup {
    vertical-align: super;
    font-size: small;
}


.sub {
    vertical-align: sub;
    font-size: small;
}

.sup {
    vertical-align: super;
    font-size: small;
}

.exposant {
    -webkit-font-feature-settings: "ordn";
    -moz-font-feature-settings: "ordn";
    font-feature-settings: "ordn";
    font-family: Calibri;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

.marginRight {
    margin-right: 15px;
}

.noPadding {
    padding: 0px !important;
}

.noMargin {
    margin: 0px !important;
}

.DragDropList {
    border: 1px #000 solid;
    border-radius: 15px;
}

.DragDropList_li {
    border: 1px #3498db solid !important;
    border-radius: 15px;
    margin: 10px;
}

.e-listbox-wrapper {
    border: none !important;
}

.readonly {
    background-color: grey !important;
}

.imageArticle {
    width: 100%;
}

.imageMenu {
    height: 50px;
    margin: 10px;
}

.color-VL {
    color: #12E19F;
}

.color-BL {
    color: #000000;
}

.container {
    max-width: calc(100% - 104px);
    /*mainContainer width - padding et margin*/
}

#DocumentEditor_editor_viewerContainer {
    width: 100%;
}

.passwordtogglebutton {
    border: none;
    background: none;
}

.sticky-top {
    padding-top: 5px;
    background-color: #d2d2d2;
    /*padding-left: 25%;*/
}

.e-content {
    /*Grid ajust max Height*/
    max-height: 650px;
}

.de-Header {
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    align-items: center;
}

/*Grid affichage Header*/
.e-grid .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv {
    margin: -5px 30px -5px -15px !important;
}

/*Grid affichage Header tout le text inverser pour avoir les filtres et trie a gauche*/
.e-stackedheadercelldiv {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
}
/*Grid affichage Header tout le text inverser pour avoir les filtres et trie a gauche*/
.e-headercelldiv {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
}
/*Grid affichage Header inversé le texte pour corrigé l'inversion précédente*/
.e-headercell {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
}


.colId {
    width: 5% !important;
}

.colNum {
    width: 8% !important;
}

.colText {
    width: 10% !important;
}

.colStatut {
    width: 8% !important;
}

.colDate {
    width: 6% !important;
}

.colAction {
    width: 12% !important;
}

.phoneComment {
    height: 38px;
}

hr {
    margin-top: 8px;
    margin-bottom: 8px;
}

.e-richtexteditor .e-rte-content .e-content, .e-richtexteditor .e-source-content .e-content {
    padding: 8px !important;
}

    .e-richtexteditor .e-rte-content .e-content p, .e-richtexteditor .e-source-content .e-content p {
        margin-bottom: 0px;
    }


.edited {
    background-color: #d0670e !important;
    border-color: #d0670e !important;
}

.modalHisto {
    max-width: 95%;
}

.ColumnChart {
    background-color: white;
}

.ServerStatut_Bdd {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30px;
    right: 15px;
}

.ServerStatut_File {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30px;
    right: 40px;
}

.homeImg {
    width: 150px;
    height: 78px;
}

.modal-dialog {
    min-width: 25% !important;
    max-width: 80% !important;
}

.TooltipInfo {
    border-radius: 15px;
    border: solid 1px black;
    z-index: 2048;
    padding: 5px;
    background-color: rgb(18, 225, 159);
    /*background-color: rgba(18, 225, 159, 1);*/
}

    .TooltipInfo p {
        margin: 2px !important;
    }

.TooltipTemplate_SVG {
    color: #10b580;
}

@media screen and (max-width: 950px) {
    .container {
        max-width: calc(100% - 64px);
    }

    .mainContainer {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 450px) {
    .container {
        max-width: calc(100% - 44px);
    }

    .mainContainer {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.notification {
    width: 25%;
    position: fixed;
    right: 3em;
    top: 98vh;
    transform: translateY(-100%);
    border-radius: 18px;
    z-index: 2000;
}

.e-msg-content {
    font-size: 1.2em !important;
}