﻿
/* - - - - - - - - - - CSS AVM Portail - - - - - - - - - - */

/*#region Phones Screen*/

@media only screen and (max-width : 768px) {

    /*#region MasterPage*/

    body {
        position: relative;
    }

    div.user {
        float: right;
        margin-right: 5%;
        margin-top: 1%;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #1784b2;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        text-align: center;
    }

        .sidenav a {
            padding: 8px 8px 8px 32px;
            text-decoration: none;
            font-size: 25px;
            color: #cccccc;
            display: block;
            transition: 0.3s;
        }

            .sidenav a:hover {
                color: #ffffff;
                background-color: #0c435a;
            }

        .sidenav .closebtn {
            position: absolute;
            top: 0;
            right: 25px;
            font-size: 36px;
            margin-left: 50px;
            color: white;
            text-decoration: none;
        }

    .icone-user {
        margin: 0 auto;
        width: 33px;
        height: 33px;
        background-color: #1784b2;
        border-radius: 20px;
        margin-bottom: 5%;
    }

        .icone-user:hover {
            background-color: #0098cc;
        }

    .tooltip {
        margin: 0 auto;
        display: inline-block;
    }

        .tooltip .tooltiptext {
            visibility: hidden;
            width: 120px;
            background-color: #1784b2;
            color: white;
            text-align: center;
            padding: 5px 0;
            border-radius: 6px;
            /* Position the tooltip text */
            position: absolute;
            z-index: 1;
            /* Position the tooltip */
        }

        .tooltip:hover .tooltiptext {
            visibility: visible;
        }

    .image-AVM {
        Height: 81px;
        Width: 181px;
    }

    div.back-dropdown {
        background-color: #1784b2;
    }

    .dropbtn {
        background-color: #1784b2;
        color: white;
        padding: 8px;
        font-size: large;
        border: none;
        font-weight: 700;
        margin-bottom: 6px;
    }

        .dropbtn:hover {
            background-color: #0c435a;
        }

    .ghr {
        height: 5px;
        background-color: #06212d;
    }

    .maincontent {
        margin-bottom: 70px;
    }

    footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: white;
        height: 50px;
    }

    /*#endregion*/

    /*#region Account*/

    td.espace {
        padding: 10px;
    }

    /*#endregion*/

    /*#region AdminOptionsLicence*/

    .calendar {
        width: 200px;
    }

    .calendar-SecondHeader {
        background-color: #1da7e2;
        color: white;
    }

    .calendar-Header {
        background-color: #1784b2;
        color: white;
    }

    /*#endregion*/

    /*#region Admin*/

    div.add {
        background-color: #1784b2;
        width: 340px;
    }

    .text-div {
        padding: 20px;
        color: white;
        font-size: large;
    }

    /*#endregion*/

    /*#region Discussion*/

    .DiscussionTable {
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .allMess {
    }

    .button-forum {
        padding: 3px 10px;
        background-color: #1784b2;
        border-radius: 10px;
        color: white;
        border: none;
        cursor: pointer;
        margin: 5px;
        font-size: large;
    }

    .button-forum-dl {
        padding: 3px 10px;
        background-color: #1784b2;
        border-radius: 10px;
        color: white;
        border: none;
        cursor: pointer;
        margin: 5px;
        font-size: large;
    }

    .button-forum:hover {
        background-color: #85b5e0;
    }

    .button-forum-dl:hover {
        background-color: #85b5e0;
    }

    div.buttons-forum {
        display: inline-block;
        width: 100%;
    }

    div.reponse {
        display: inline-block;
        width: 100%;
    }

    div.button-dl {
        display: inline-block;
        width: 14%;
        text-align: center;
    }

    .message {
        resize: none;
        width: 100%;
        height: 100px;
    }

    .forum {
        margin: 15px 0px;
        box-shadow: 1px 1px 10px 1px #0098cc;
    }

    .forum-info {
        text-align: center;
        padding: 50px 0px;
        width: 13%;
    }

    .forum-description {
        padding: 20px;
        width: 90%;
        vertical-align: top;
        color: #1784b2;
        font-size: large;
        text-align: justify;
    }

    .separator {
        width: 1px;
        height: 100%;
        background-color: #1784b2;
    }

    div.resolu {
        background-color: #2cbf3d;
        color: white;
        text-align: center;
        font-size: x-large;
    }

    /*#endregion*/

    /*#region Docs*/

    div.docs {
        display: inline-block;
        vertical-align: top;
    }

    /* Style the buttons that are used to open and close the accordion panel */
    button.accordion {
        background-color: #1784b2;
        color: white;
        font-size: large;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        text-align: left;
        border: none;
        margin: 1px;
    }

        button.accordion:hover {
            background-color: #1da7e2;
        }

        button.accordion.active {
            background-color: #0c435a;
        }

    /* Style the accordion panel. Note: hidden by default */
    div.panel {
        border: 1px solid #ccc;
        padding: 1px 18px;
        background-color: white;
        font-size: large;
        display: none;
        border-top: none;
    }

    button.accordion:after {
        content: '\02795'; /* Unicode character for "plus" sign (+) */
        font-size: 12px;
        color: white;
        float: right;
        margin-left: 5px;
    }

    button.accordion.active:after {
        content: '\02796'; /* Unicode character for "minus" sign (-) */
    }

    .button-download {
        border: none;
        background-color: white;
        color: #1784b2;
        font-size: large;
    }

        .button-download:hover {
            cursor: pointer;
            color: #007299;
            border-bottom: solid;
        }

    /*#endregion*/

    /*#region NewCas*/

    .formCas {
        margin-bottom: 5%;
    }

    .incomplet {
        border-color: red;
    }

    /*#endregion*/

    /*region Formation*/
    .ListFormation {
        margin-top: 2%;
        margin: 0 auto;
        text-align:center
    }
    /*endregion*/

    /*#region InscriptionFormation*/
    .ListInscriptionFormationDocFormation {
        margin-top: 2%;
        margin: 0 auto;
    }
    /*#endregion*/

    /*#region SearchCas*/

    .SearchPart {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .ListCase {
        margin-top: 2%;
        margin: 0 auto;
    }

    .ListDocFormation {
        margin-top: 2%;
        margin: 0 auto;
    }

    .buttonOpenCas {
        float: right;
        background-color: #1784b2;
        color: white;
        border: none;
        width: 70px;
        padding: 20px 15px;
        border-radius: 10px;
        cursor: pointer;
    }

        .buttonOpenCas:hover {
            background-color: #1da7e2;
        }

    .buttonCloseCas {
        float: right;
        background-color: #2cbf3d;
        color: white;
        border: none;
        width: 70px;
        padding: 20px 8px;
        border-radius: 10px;
        cursor: pointer;
    }

        .buttonCloseCas:hover {
            background-color: #59d968;
        }

    /*#endregion*/

    /*#region OurProducts*/

    div.produits {
        text-align: center;
    }

    .centerbar {
        text-align: center;
    }

    div.produit {
        display: inline-block;
        width: 200px;
        margin: 20px;
        text-align: center;
    }

        div.produit:hover {
            box-shadow: 1px 1px 10px 1px #0098cc;
        }

    .image-Produits {
        width: 100%;
        height: 200px;
        cursor: default;
    }

    .image-Produit {
        width: 250px;
        cursor: default;
    }

    div.ProductSelected {
        margin-bottom: 10%;
        text-align: center;
    }

    div.ProductPresentation {
        box-shadow: 1px 1px 10px 1px #0098cc;
        margin-top: 2%;
        padding: 1%;
    }

    .back-Produit {
        background-color: #1784b2;
        border: none;
        width: 30px;
        margin: 10px;
        padding: 5px;
        border-radius: 100%;
    }

        .back-Produit:hover {
            background-color: #007299;
        }

    /*#endregion*/

    /*#region Text*/

    h1 {
        color: #1784b2;
        font-size: 25px;
    }

    h2 {
        color: #1784b2;
        font-family: Elephant;
        font-size: 25px;
    }

    .text-avm {
        color: #1784b2;
        font-size: large;
    }

    .text-danger {
        color: #ae1e1e;
        text-align: center;
    }

    .text-valide {
        color: #37ba47;
    }

    .text-CasEchec {
        color: #ae1e1e;
        font-size: xx-large;
        text-align: center;
    }

    .text-lien {
        color: #1784b2;
        text-decoration: none;
        font-size: 20px;
        font-family: Elephant;
    }

    .text-form {
        text-align: center;
        color: #1784b2;
        font-size: large;
        width: auto;
        height: 30px;
    }

    .text-produit {
        color: #1784b2;
        font-size: x-large;
        border: none;
        text-decoration: none;
    }

    /*#endregion */

    /*#region Other*/

    div.tittre {
        margin-bottom: 2%;
    }

    div.panneau {
        overflow: auto;
        max-height: 400px;
        scrollbar-face-color: #bfbfbf;
        scrollbar-shadow-color: #bfbfbf;
        scrollbar-track-color: #f2f2f2;
        scrollbar-arrow-color: #f2f2f2;
    }

    .table {
        width: 75%;
        margin-left: 15%;
    }

    .text-lien:hover {
        color: #1da7e2;
    }

    .button {
        padding: 5px 10px;
        background-color: #1784b2;
        border-radius: 10px;
        color: white;
        border: none;
        cursor: pointer;
        font-size: medium;
    }

        .button:hover {
            background-color: #1da7e2;
        }

    .dropdown-content:hover .dropdown-content {
        display: block;
    }

    .buttonbg {
        margin: 5px;
        background-color: #1784b2;
        border-radius: 18px;
        color: white;
        border: none;
        cursor: pointer;
        font-size: medium;
    }

        .buttonbg:hover {
            background-color: #1da7e2;
        }

    .hr {
        height: 3px;
        background-color: #1784b2;
    }

    /* Style the list */
    ul.tab {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        border: 1px solid #ccc;
        background-color: #1784b2;
    }

        /* Float the list items side by side */
        ul.tab li {
            float: left;
        }

            /* Style the links inside the list items */
            ul.tab li a {
                display: inline-block;
                color: white;
                font-size: large;
                text-align: center;
                padding: 14px 16px;
                text-decoration: none;
                transition: 0.3s;
            }

                /* Change background color of links on hover */
                ul.tab li a:hover {
                    background-color: #1da7e2;
                }

    /* Create an active/current tablink class */
    /*ul.tab li a:focus, .active {background-color: #0c435a;}*/

    /* Style the tab content */
    .tabcontent {
        display: none;
        padding: 30px 50px;
        border: 1px solid #ccc;
        border-top: none;
    }

    /* GridView */

    .GDV-header {
        background-color: #1784b2;
        color: White;
        font-size: small;
        text-align: Center;
    }

    .GDV-EditRow {
        background-color: #95b1df;
        text-align: center;
    }

    .GDV-Footer {
        background-color: #507CD1;
        font-weight: bold;
        color: white;
    }

    .GDV-Row {
        background-color: #EFF3FB;
        text-align: center;
    }

    .GDV-Pager {
        background-color: #2461BF;
        color: White;
        text-align: center;
    }

    .GDV-Selected {
        background-color: #D1DDF1;
        font-weight: bold;
        color: #333333;
    }

    .textarea {
        resize: none;
        min-height: 100px;
        max-height: 100px;
        min-width: 170px;
        max-width: 170px;
    }

    /*#endregion*/

    /*#region Registation and firstlogin*/
    .boxmdp p {
        margin-left: 5%;
        margin-right: 5%;
        padding-top: 20px;
        color: #1784b2;
        text-align: center;
        font-size: 16px;
    }

    .boxmdp {
        box-shadow: 1px 1px 20px #000;
        background-color: white;
        max-width: 600px;
        width: 100%;
        position: relative;
        padding: 10px;
        overflow: hidden;
        margin-left: -2.5%;
    }

        .boxmdp table {
            margin-top: 5%;
            margin-bottom: 5%;
        }


        .boxmdp btndemande {
            padding-left: 15%;
        }

    .bodyfile {
        font-weight: 100;
        font-size: 8px;
        line-height: 30px;
        background: #1784b2;
        padding: 10px;
    }

    #labreponse {
        color: #1784b2;
        font-size: 16px;
        margin-left: 29%;
    }

    .text-avm {
        white-space: nowrap;
        font-size: 14px;
    }
    /*#endregion*/
}

/*#endregion*/

/*#region Tablets Sreen*/

@media only screen and (min-width: 769px) and (max-width : 1024px) {

    /*#region MasterPage*/

    body {
        position: relative;
    }

    div.user {
        float: right;
        margin-right: 5%;
        margin-top: 1%;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #1784b2;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        text-align: center;
    }

        .sidenav a {
            padding: 8px 8px 8px 32px;
            text-decoration: none;
            font-size: 25px;
            color: #cccccc;
            display: block;
            transition: 0.3s;
        }

            .sidenav a:hover {
                color: #ffffff;
                background-color: #0c435a;
            }

        .sidenav .closebtn {
            position: absolute;
            top: 0;
            right: 25px;
            font-size: 36px;
            margin-left: 50px;
            color: white;
            text-decoration: none;
        }

    .icone-user {
        margin: 0 auto;
        width: 33px;
        height: 33px;
        background-color: #1784b2;
        border-radius: 20px;
        margin-bottom: 5%;
    }

        .icone-user:hover {
            background-color: #0098cc;
        }

    .tooltip {
        margin: 0 auto;
        display: inline-block;
    }

        .tooltip .tooltiptext {
            visibility: hidden;
            width: 120px;
            background-color: #1784b2;
            color: white;
            text-align: center;
            padding: 5px 0;
            border-radius: 6px;
            /* Position the tooltip text */
            position: absolute;
            z-index: 1;
            /* Position the tooltip */
        }

        .tooltip:hover .tooltiptext {
            visibility: visible;
        }

    .image-AVM {
        Height: 81px;
        Width: 181px;
    }

    div.back-dropdown {
        background-color: #1784b2;
    }

    .dropbtn {
        background-color: #1784b2;
        color: white;
        padding: 8px;
        font-size: large;
        border: none;
        font-weight: 700;
        margin-bottom: 6px;
    }

        .dropbtn:hover {
            background-color: #0c435a;
        }

    .ghr {
        height: 5px;
        background-color: #06212d;
    }

    .maincontent {
        margin-bottom: 70px;
    }

    footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: white;
        height: 60px;
    }

    /*#endregion*/

    /*#region Account*/

    td.espace {
        padding: 10px;
    }

    /*#endregion*/

    /*#region AdminOptionsLicence*/

    .calendar {
        width: 200px;
    }

    .calendar-SecondHeader {
        background-color: #1da7e2;
        color: white;
    }

    .calendar-Header {
        background-color: #1784b2;
        color: white;
    }

    /*#endregion*/

    /*#region Admin*/

    div.add {
        background-color: #1784b2;
        width: 340px;
    }

    .text-div {
        padding: 20px;
        color: white;
        font-size: large;
    }

    /*#endregion*/

    /*#region Discussion*/

    .DiscussionTable {
        width: 75%;
        margin-left: 15%;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .allMess {
        margin-left: 15%;
        width: 75%;
    }

    .button-forum {
        padding: 3px 10px;
        background-color: #1784b2;
        border-radius: 10px;
        color: white;
        border: none;
        cursor: pointer;
        margin: 5px;
        font-size: large;
    }

    .button-forum-dl {
        padding: 3px 10px;
        background-color: #1784b2;
        border-radius: 10px;
        color: white;
        border: none;
        cursor: pointer;
        margin: 5px;
        font-size: large;
        top: 0;
    }

    .button-forum:hover {
        background-color: #85b5e0;
    }

    .button-forum-dl:hover {
        background-color: #85b5e0;
    }

    div.buttons-forum {
        display: inline-block;
        width: 100%;
    }

    div.reponse {
        display: inline-block;
        width: 85%;
    }

    div.button-dl {
        display: inline-block;
        width: 14%;
        text-align: center;
    }

    .message {
        width: 100%;
        height: 100px;
    }

    .forum {
        margin: 15px 0px;
        box-shadow: 1px 1px 10px 1px #0098cc;
    }

    .forum-info {
        text-align: center;
        padding: 50px 0px;
        width: 13%;
    }

    .forum-description {
        padding: 20px;
        width: 87%;
        vertical-align: top;
        color: #1784b2;
        font-size: large;
        text-align: justify;
    }

    .separator {
        width: 1px;
        height: 100%;
        background-color: #1784b2;
    }

    div.resolu {
        background-color: #2cbf3d;
        color: white;
        text-align: center;
        font-size: x-large;
    }

    /*#endregion*/

    /*#region Docs*/

    div.docs {
        padding: 50px;
        display: inline-block;
        vertical-align: top;
        width: 39%;
    }

    /* Style the buttons that are used to open and close the accordion panel */
    button.accordion {
        background-color: #1784b2;
        color: white;
        font-size: large;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        text-align: left;
        border: none;
        margin: 1px;
    }

        button.accordion:hover {
            background-color: #1da7e2;
        }

        button.accordion.active {
            background-color: #0c435a;
        }

    /* Style the accordion panel. Note: hidden by default */
    div.panel {
        border: 1px solid #ccc;
        padding: 1px 18px;
        background-color: white;
        font-size: large;
        display: none;
        border-top: none;
    }

    button.accordion:after {
        content: '\02795'; /* Unicode character for "plus" sign (+) */
        font-size: 12px;
        color: white;
        float: right;
        margin-left: 5px;
    }

    button.accordion.active:after {
        content: '\02796'; /* Unicode character for "minus" sign (-) */
    }

    .button-download {
        border: none;
        background-color: white;
        color: #1784b2;
        font-size: large;
    }

        .button-download:hover {
            cursor: pointer;
            color: #007299;
            border-bottom: solid;
        }

    /*#endregion*/

    /*#region NewCas*/

    .formCas {
        width: 75%;
        margin-left: 15%;
        margin-bottom: 5%;
    }

    .incomplet {
        border-color: red;
    }

    /*#endregion*/

    /*#region SearchCas*/

    .SearchPart {
        width: 75%;
        margin-left: 35%;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .ListCase {
        margin-left: 3%;
        margin-top: 2%;
        margin: 0 auto;
        width: 50%;
    }

    /*#endregion*/

    /*region Formation*/
    .ListFormation {
        margin: 0 auto;
        width: 50%;
        text-align:center
    }
    /*endregion*/

    /*#region InscriptionFormation*/
    .ListInscriptionFormationDocFormation {
        margin: 0 auto;
        width: 17%;
    }
    /*#endregion*/

    /*#region OurProducts*/

    div.produit {
        display: inline-block;
        width: 200px;
        margin: 20px;
        text-align: center;
    }

        div.produit:hover {
            box-shadow: 1px 1px 10px 1px #0098cc;
        }

    .image-Produits {
        width: 100%;
        height: 200px;
        cursor: default;
    }

    .image-Produit {
        width: 250px;
        cursor: default;
    }

    div.ProductSelected {
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 10%;
        text-align: center;
    }

    div.ProductPresentation {
        box-shadow: 1px 1px 10px 1px #0098cc;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 2%;
        padding: 1%;
    }

    .back-Produit {
        float: left;
        background-color: #1784b2;
        border: none;
        width: 2%;
        margin: 10px;
        padding: 5px;
        border-radius: 100%;
    }

        .back-Produit:hover {
            background-color: #007299;
        }

    /*#endregion*/

    /*#region Text*/

    h1 {
        color: #1784b2;
        font-size: 25px;
    }

    h2 {
        color: #1784b2;
        font-family: Elephant;
        font-size: 25px;
    }

    .text-avm {
        color: #1784b2;
        font-size: large;
    }

    .text-danger {
        color: #ae1e1e;
        text-align: center;
    }

    .text-valide {
        color: #37ba47;
    }

    .text-CasEchec {
        color: #ae1e1e;
        font-size: xx-large;
        text-align: center;
    }

    .text-lien {
        color: #1784b2;
        text-decoration: none;
        font-size: 20px;
        font-family: Elephant;
    }

    .text-form {
        color: #1784b2;
        font-size: large;
        width: 250px;
        height: 30px;
    }

    .text-produit {
        color: #1784b2;
        font-size: x-large;
        border: none;
        text-decoration: none;
    }

    /*#endregion */

    /*#region Other*/

    div.tittre {
        margin-bottom: 2%;
    }

    div.panneau {
        overflow: auto;
        max-height: 400px;
        scrollbar-face-color: #bfbfbf;
        scrollbar-shadow-color: #bfbfbf;
        scrollbar-track-color: #f2f2f2;
        scrollbar-arrow-color: #f2f2f2;
    }

    .table {
        width: 75%;
        margin-left: 15%;
    }

    .text-lien:hover {
        color: #1da7e2;
    }

    .button {
        padding: 5px 10px;
        background-color: #1784b2;
        border-radius: 10px;
        color: white;
        border: none;
        cursor: pointer;
        font-size: medium;
    }

        .button:hover {
            background-color: #1da7e2;
        }

    .dropdown-content:hover .dropdown-content {
        display: block;
    }

    .buttonOpenCas {
        float: right;
        background-color: #1784b2;
        color: white;
        border: none;
        width: 70px;
        padding: 20px 15px;
        border-radius: 10px;
        cursor: pointer;
    }

        .buttonOpenCas:hover {
            background-color: #1da7e2;
        }

    .buttonCloseCas {
        float: right;
        background-color: #2cbf3d;
        color: white;
        border: none;
        width: 70px;
        padding: 20px 8px;
        border-radius: 10px;
        cursor: pointer;
    }

        .buttonCloseCas:hover {
            background-color: #59d968;
        }

    .buttonbg {
        padding: 4px 6px;
        background-color: #1784b2;
        border-radius: 18px;
        color: white;
        border: none;
        cursor: pointer;
        font-size: medium;
    }

        .buttonbg:hover {
            background-color: #1da7e2;
        }

    .hr {
        height: 3px;
        background-color: #1784b2;
    }

    /* Style the list */
    ul.tab {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        border: 1px solid #ccc;
        background-color: #1784b2;
    }

        /* Float the list items side by side */
        ul.tab li {
            float: left;
        }

            /* Style the links inside the list items */
            ul.tab li a {
                display: inline-block;
                color: white;
                font-size: large;
                text-align: center;
                padding: 14px 16px;
                text-decoration: none;
                transition: 0.3s;
            }

                /* Change background color of links on hover */
                ul.tab li a:hover {
                    background-color: #1da7e2;
                }

    /* Create an active/current tablink class */
    /*ul.tab li a:focus, .active {background-color: #0c435a;}*/

    /* Style the tab content */
    .tabcontent {
        display: none;
        padding: 30px 50px;
        border: 1px solid #ccc;
        border-top: none;
    }

    /* GridView */

    .GDV-header {
        background-color: #1784b2;
        color: White;
        font-size: small;
        text-align: Center;
    }

    .GDV-EditRow {
        background-color: #95b1df;
        text-align: center;
    }

    .GDV-Footer {
        background-color: #507CD1;
        font-weight: bold;
        color: white;
    }

    .GDV-Row {
        background-color: #EFF3FB;
        text-align: center;
    }

    .GDV-Pager {
        background-color: #2461BF;
        color: White;
        text-align: center;
    }

    .GDV-Selected {
        background-color: #D1DDF1;
        font-weight: bold;
        color: #333333;
    }

    .textarea {
        resize: none;
        height: 75px;
        width: 180px;
    }

    /*#endregion*/

    /*#region Registation and firstlogin*/
    .boxmdp p {
        margin-left: 5%;
        margin-right: 5%;
        padding-top: 20px;
        color: #1784b2;
        text-align: center;
        font-size: 18px;
    }

    .boxmdp {
        box-shadow: 1px 1px 20px #000;
        background-color: white;
        max-width: 600px;
        width: 100%;
        margin: auto;
        position: relative;
        padding: 10px;
    }

        .boxmdp table {
            margin-top: 5%;
            margin-bottom: 5%;
        }

        .boxmdp td {
            margin-top: 1%;
        }

        .boxmdp btndemande {
            margin-left: 10%;
        }

    .bodyfile {
        font-weight: 100;
        font-size: 12px;
        line-height: 30px;
        background: #1784b2;
        padding: 150px;
    }

    #labreponse {
        color: #1784b2;
        font-size: 18px;
        margin-left: 29%;
    }
    /*#endregion*/
}

/*#endregion*/

/*#region Desktop Screen*/

@media only screen and (min-width : 1025px) {

    /*#region MasterPage*/

    body {
        margin-left: 10%;
        margin-right: 10%;
        position: relative;
    }

    div.user {
        float: right;
        margin-right: 5%;
        margin-top: 1%;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #1784b2;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        text-align: center;
    }

        .sidenav a {
            padding: 8px 8px 8px 32px;
            text-decoration: none;
            font-size: 25px;
            color: #cccccc;
            display: block;
            transition: 0.3s;
        }

            .sidenav a:hover {
                color: #ffffff;
                background-color: #0c435a;
            }

        .sidenav .closebtn {
            position: absolute;
            top: 0;
            right: 25px;
            font-size: 36px;
            margin-left: 50px;
            color: white;
            text-decoration: none;
        }

    .icone-user {
        margin: 0 auto;
        width: 33px;
        height: 33px;
        background-color: #1784b2;
        border-radius: 20px;
        margin-bottom: 5%;
    }

        .icone-user:hover {
            background-color: #0098cc;
        }

    .tooltip {
        margin: 0 auto;
        display: inline-block;
    }

        .tooltip .tooltiptext {
            visibility: hidden;
            width: 120px;
            background-color: #1784b2;
            color: white;
            text-align: center;
            padding: 5px 0;
            border-radius: 6px;
            /* Position the tooltip text */
            position: absolute;
            z-index: 1;
            /* Position the tooltip */
        }

        .tooltip:hover .tooltiptext {
            visibility: visible;
        }

    .image-AVM {
        Height: 81px;
        Width: 181px;
    }

    div.back-dropdown {
        background-color: #1784b2;
    }

    .dropbtn {
        background-color: #1784b2;
        color: white;
        padding: 8px;
        font-size: large;
        border: none;
        font-weight: 700;
        margin-bottom: 6px;
    }

        .dropbtn:hover {
            background-color: #0c435a;
        }

    /*permet de rajouter de l'espace pour le plus*/
    .dropbtn {
        padding-right: 30px;
    }
        /*permet d'obtenir la barre d'horizontale*/
        .dropbtn:after {
            position: absolute;
            top: 25px;
            right: 11px;
            width: 8px;
            height: 2px;
            display: block;
            background: #ffffff;
            content: '';
        }
        /*permet d'obtenir la barre verticale*/
        .dropbtn:before {
            position: absolute;
            top: 22px;
            right: 14px;
            display: block;
            width: 2px;
            height: 8px;
            background: #ffffff;
            content: '';
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;
        }
        /*transforme le plus en moin*/
        .dropbtn:hover:before {
            top: 25px;
            height: 0;
        }

    .ghr {
        height: 5px;
        background-color: #06212d;
    }

    .maincontent {
        margin-bottom: 70px;
    }

    footer {
        position: fixed;
        bottom: 0;
        width: 80%;
        background-color: white;
        height: 60px;
    }

    /*#endregion*/

    /*#region Account*/

    td.espace {
        padding: 10px;
    }

    /*#endregion*/

    /*#region AdminOptionsLicence*/

    .calendar {
        width: 200px;
    }

    .calendar-SecondHeader {
        background-color: #1da7e2;
        color: white;
    }

    .calendar-Header {
        background-color: #1784b2;
        color: white;
    }

    /*#endregion*/

    /*#region Admin*/

    div.add {
        background-color: #1784b2;
        width: 340px;
    }

    .text-div {
        padding: 20px;
        color: white;
        font-size: large;
    }

    /*#endregion*/

    /*#region Discussion*/

    .DiscussionTable {
        width: 75%;
        margin-left: 15%;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .allMess {
        margin-left: 10%;
        width: 80%;
    }

    .allMessWi {
        margin-left: 30%;
        right: 0;
        width: 60%;
    }

    .button-forum {
        padding: 3px 10px;
        background-color: #1784b2;
        border-radius: 10px;
        color: white;
        border: none;
        cursor: pointer;
        margin: 5px;
        font-size: large;
    }

    .button-forum-dl {
        padding: 3px 10px;
        background-color: #1784b2;
        border-radius: 10px;
        color: white;
        border: none;
        cursor: pointer;
        margin: 5px;
        font-size: large;
        top: 0;
    }

    .button-forum:hover {
        background-color: #85b5e0;
    }

    .button-forum-dl:hover {
        background-color: #85b5e0;
    }

    div.buttons-forum {
        display: inline-block;
        width: 100%;
    }

    div.reponse {
        display: inline-block;
        width: 85%;
    }

    div.button-dl {
        display: inline-block;
        width: 14%;
        text-align: center;
    }

    .message {
        resize: none;
        width: 100%;
        height: 100px;
    }

    .forum {
        margin: 15px 0px;
        box-shadow: 1px 1px 10px 1px #0098cc;
    }

    .forumWi {
        margin: 15px 0px;
        box-shadow: 1px 1px 10px 1px #8cc;
    }

    .forum-info {
        text-align: center;
        padding: 30px 0px;
        width: 13%;
    }

    .forum-description {
        padding: 20px;
        width: 87%;
        vertical-align: top;
        color: #1784b2;
        font-size: large;
        text-align: justify;
    }

    .separator {
        width: 1px;
        background-color: #1784b2;
    }

    div.resolu {
        background-color: #2cbf3d;
        color: white;
        text-align: center;
        font-size: x-large;
    }

    /*#endregion*/

    /*#region Docs*/

    div.docs {
        padding: 50px;
        display: inline-block;
        vertical-align: top;
        width: 40%;
    }

    /* Style the buttons that are used to open and close the accordion panel */
    button.accordion {
        background-color: #1784b2;
        color: white;
        font-size: large;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        text-align: left;
        border: none;
        margin: 1px;
    }

        button.accordion:hover {
            background-color: #1da7e2;
        }

        button.accordion.active {
            background-color: #0c435a;
        }

    /* Style the accordion panel. Note: hidden by default */
    div.panel {
        border: 1px solid #ccc;
        padding: 1px 18px;
        background-color: white;
        font-size: large;
        display: none;
        border-top: none;
    }

    button.accordion:after {
        content: '\02795'; /* Unicode character for "plus" sign (+) */
        font-size: 12px;
        color: white;
        float: right;
        margin-left: 5px;
    }

    button.accordion.active:after {
        content: '\02796'; /* Unicode character for "minus" sign (-) */
    }

    .button-download {
        border: none;
        background-color: white;
        color: #1784b2;
        font-size: large;
    }

        .button-download:hover {
            cursor: pointer;
            color: #007299;
            border-bottom: solid;
        }

    /*#endregion*/

    /*#region NewCas*/

    .formCas {
        width: 75%;
        margin-left: 15%;
        margin-bottom: 5%;
    }

    .incomplet {
        border-color: red;
    }

    /*#endregion*/

    /*#region SearchCas*/

    .SearchPart {
        width: 75%;
        margin-left: 35%;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .ListCase {
        margin-left: 3%;
        margin-top: 2%;
        margin: 0 auto;
        width: 50%;
    }

    /*#endregion*/

    /*region Formation*/
    .ListFormation {
        margin: 0 auto;
        width: 50%;
        text-align:center
    }
    /*endregion*/

    /*#region InscriptionFormation*/
    .ListInscriptionFormationDocFormation {
        margin: 0 auto;
        width: 17%;
    }
    /*#endregion*/

    /*#region OurProducts*/

    .contentOurProducts {
        margin: 2%;
        margin-left: 10%;
    }

    div.produit {
        display: inline-block;
        width: 200px;
        margin: 20px;
        text-align: center;
    }

        div.produit:hover {
            box-shadow: 1px 1px 10px 1px #0098cc;
        }

    .image-Produits {
        width: 100%;
        height: 200px;
        cursor: default;
    }

    .image-Produit {
        width: 250px;
        cursor: default;
    }

    div.ProductSelected {
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 10%;
        text-align: center;
    }

    div.ProductPresentation {
        box-shadow: 1px 1px 10px 1px #0098cc;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 2%;
        padding: 1%;
    }

    .back-Produit {
        float: left;
        background-color: #1784b2;
        border: none;
        width: 2%;
        margin: 10px;
        padding: 5px;
        border-radius: 100%;
    }

        .back-Produit:hover {
            background-color: #007299;
        }

    /*#endregion*/

    /*#region Text*/

    h1 {
        color: #1784b2;
        font-size: 30px;
    }

    h2 {
        color: #1784b2;
        font-family: Elephant;
        font-size: 25px;
    }

    .text-avm {
        color: #1784b2;
        font-size: large;
    }

    .text-danger {
        color: #ae1e1e;
        text-align: center;
    }

    .text-valide {
        color: #37ba47;
    }

    .text-CasEchec {
        color: #ae1e1e;
        font-size: xx-large;
        text-align: center;
    }

    .text-lien {
        color: #1784b2;
        text-decoration: none;
        font-size: 20px;
        font-family: Elephant;
    }

    .text-form {
        color: #1784b2;
        font-size: large;
        width: 250px;
        height: 30px;
    }

    .text-produit {
        color: #1784b2;
        font-size: x-large;
        border: none;
        text-decoration: none;
    }

    /*#endregion */

    /*#region Other*/

    div.tittre {
        width: 80%;
        padding-left: 10%;
    }

    div.panneau {
        overflow: auto;
        max-height: 400px;
        scrollbar-face-color: #bfbfbf;
        scrollbar-shadow-color: #bfbfbf;
        scrollbar-track-color: #f2f2f2;
        scrollbar-arrow-color: #f2f2f2;
    }

    .table {
        width: 75%;
        margin-left: 15%;
    }

    .text-lien:hover {
        color: #1da7e2;
    }

    .button {
        padding: 5px 10px;
        background-color: #1784b2;
        border-radius: 10px;
        color: white;
        border: none;
        cursor: pointer;
        font-size: medium;
    }

        .button:hover {
            background-color: #1da7e2;
        }

    .dropdown-content:hover .dropdown-content {
        display: block;
    }

    .buttonOpenCas {
        float: right;
        background-color: #1784b2;
        color: white;
        border: none;
        width: 70px;
        padding: 20px 15px;
        border-radius: 10px;
        cursor: pointer;
    }

        .buttonOpenCas:hover {
            background-color: #1da7e2;
        }

    .buttonCloseCas {
        float: right;
        background-color: #2cbf3d;
        color: white;
        border: none;
        width: 70px;
        padding: 20px 8px;
        border-radius: 10px;
        cursor: pointer;
    }

        .buttonCloseCas:hover {
            background-color: #59d968;
        }

    .buttonbg {
        padding: 4px 6px;
        background-color: #1784b2;
        border-radius: 18px;
        color: white;
        border: none;
        cursor: pointer;
        font-size: medium;
    }

        .buttonbg:hover {
            background-color: #1da7e2;
        }

    .hr {
        height: 3px;
        background-color: #1784b2;
    }

    /* Style the list */
    ul.tab {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        border: 1px solid #ccc;
        background-color: #1784b2;
    }

        /* Float the list items side by side */
        ul.tab li {
            float: left;
        }

            /* Style the links inside the list items */
            ul.tab li a {
                display: inline-block;
                color: white;
                font-size: large;
                text-align: center;
                padding: 14px 16px;
                text-decoration: none;
                transition: 0.3s;
            }

                /* Change background color of links on hover */
                ul.tab li a:hover {
                    background-color: #1da7e2;
                }

    /* Create an active/current tablink class */
    /*ul.tab li a:focus, .active {background-color: #0c435a;}*/

    /* Style the tab content */
    .tabcontent {
        display: none;
        padding: 30px 50px;
        border: 1px solid #ccc;
        border-top: none;
    }

    /* GridView */

    .GDV-header {
        background-color: #1784b2;
        color: White;
        font-size: small;
        text-align: Center;
    }

    .GDV-EditRow {
        background-color: #95b1df;
        text-align: center;
    }

    .GDV-Footer {
        background-color: #507CD1;
        font-weight: bold;
        color: white;
    }

    .GDV-Row {
        background-color: #EFF3FB;
        text-align: center;
    }

    .GDV-Pager {
        background-color: #2461BF;
        color: White;
        text-align: center;
    }

    .GDV-Selected {
        background-color: #D1DDF1;
        font-weight: bold;
        color: #333333;
    }

    .textarea {
        resize: none;
        height: 100px;
        width: 400px;
    }

    /*#endregion*/

    /*#region Registation and firstlogin*/
    .boxmdp p {
        margin-left: 5%;
        margin-right: 5%;
        padding-top: 20px;
        color: #1784b2;
        text-align: center;
        font-size: 18px;
    }

    .boxmdp {
        box-shadow: 1px 1px 20px #000;
        background-color: white;
        max-width: 600px;
        width: 100%;
        margin: auto;
        position: relative;
        padding: 10px;
    }

        .boxmdp table {
            margin-top: 5%;
            margin-bottom: 5%;
        }

        .boxmdp td {
            margin-top: 1%;
        }

        .boxmdp btndemande {
            margin-left: 10%;
        }

    .bodyfile {
        font-weight: 100;
        font-size: 12px;
        line-height: 30px;
        background: #1784b2;
        padding: 150px;
    }

    #labreponse {
        color: #1784b2;
        font-size: 18px;
        margin-left: 29%;
    }
    /*#endregion*/
}

/*#endregion*/

/*#region Menu Responsive*/

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #cssmenu:after,
    #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0px;
    }

    #cssmenu #menu-button {
        display: none;
    }

#cssmenu {
    /*font-family: Montserrat, sans-serif;*/
    font-family: Arial;
    background: #1784b2;
}

    #cssmenu > ul > li {
        float: left;
    }

    #cssmenu.align-center > ul {
        font-size: 0;
        text-align: center;
    }

        #cssmenu.align-center > ul > li {
            display: inline-block;
            float: none;
        }

    #cssmenu.align-center ul ul {
        text-align: left;
    }

    #cssmenu.align-right > ul > li {
        float: right;
    }

    #cssmenu > ul > li > a {
        padding: 10px;
        font-size: large;
        letter-spacing: 1px;
        text-decoration: none;
        color: #ffffff;
        font-weight: 700;
    }

    /*#cssmenu > ul > li:hover > a {
  color: #ffffff;
}*/
    /*permet a la case de changer de couleur quand la souris est dessus*/
    #cssmenu > ul > li:hover {
        background-color: #0c435a;
    }

    #cssmenu > ul > li > ul > li:hover {
        background-color: #78caed;
    }

    #cssmenu > ul > li.has-sub > a {
        padding-right: 30px;
    }

        /*position de la barre horizontale*/
        #cssmenu > ul > li.has-sub > a:after {
            position: absolute;
            top: 20px;
            right: 11px;
            width: 8px;
            height: 2px;
            display: block;
            background: #ffffff;
            content: '';
        }

        /*position de la barre verticale*/
        #cssmenu > ul > li.has-sub > a:before {
            position: absolute;
            top: 17px;
            right: 14px;
            display: block;
            width: 2px;
            height: 8px;
            background: #ffffff;
            content: '';
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;
        }

    #cssmenu > ul > li.has-sub:hover > a:before {
        top: 23px;
        height: 0;
    }

    #cssmenu ul ul {
        position: absolute;
        left: -9999px;
    }

    #cssmenu.align-right ul ul {
        text-align: right;
    }

    #cssmenu ul ul li {
        height: 0;
    }

    #cssmenu li:hover > ul {
        left: auto;
    }

    #cssmenu.align-right li:hover > ul {
        left: auto;
        right: 0;
    }

    #cssmenu li:hover > ul > li {
        height: 35px;
    }

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0;
    }

    #cssmenu.align-right ul ul ul {
        margin-left: 0;
        margin-right: 100%;
    }

    #cssmenu ul ul li a {
        border-bottom: 1px solid rgba(150, 150, 150, 0.15);
        padding: 11px 15px;
        width: 270px;
        margin-top: 5px;
        font-size: large;
        text-decoration: none;
        color: #ffffff;
        text-align: center;
        font-weight: 400;
        background-color: #1784b2;
    }

    #cssmenu ul ul li:last-child > a,
    #cssmenu ul ul li.last-item > a {
        border-bottom: 0;
    }
    /*permet de changer la couleur sur grand ecran quand on est dans l'acordeon*/
    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        color: #ffffff;
        background-color: #78caed;
    }

    #cssmenu ul ul li.has-sub > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ffffff;
        content: '';
    }

    #cssmenu.align-right ul ul li.has-sub > a:after {
        right: auto;
        left: 11px;
    }

    #cssmenu ul ul li.has-sub > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ffffff;
        content: '';
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    #cssmenu.align-right ul ul li.has-sub > a:before {
        right: auto;
        left: 14px;
    }

    #cssmenu ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0;
    }

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: 100%;
    }

        #cssmenu ul {
            width: 100%;
            display: none;
        }

        #cssmenu.align-center > ul {
            text-align: left;
        }

        #cssmenu ul li {
            width: 100%;
            border-top: 1px solid rgba(120, 120, 120, 0.2);
        }

        #cssmenu ul ul li,
        #cssmenu li:hover > ul > li {
            height: auto;
        }

            #cssmenu ul li a,
            #cssmenu ul ul li a {
                width: 100%;
                border-bottom: 0;
            }

        #cssmenu > ul > li {
            float: none;
        }

        #cssmenu ul ul li a {
            padding-left: 25px;
        }

        #cssmenu ul ul ul li a {
            padding-left: 35px;
        }

        #cssmenu ul ul li a {
            color: #ffffff;
            background: none;
        }

        #cssmenu ul ul li:hover > a,
        #cssmenu ul ul li.active > a {
            color: #ffffff;
        }

        #cssmenu ul ul,
        #cssmenu ul ul ul,
        #cssmenu.align-right ul ul {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left;
        }

            #cssmenu > ul > li.has-sub > a:after,
            #cssmenu > ul > li.has-sub > a:before,
            #cssmenu ul ul > li.has-sub > a:after,
            #cssmenu ul ul > li.has-sub > a:before {
                display: none;
            }

        #cssmenu #menu-button {
            display: block;
            padding: 17px;
            color: #ffffff;
            cursor: pointer;
            font-size: 15px;
            text-transform: uppercase;
            font-weight: 700;
        }

            #cssmenu #menu-button:after {
                position: absolute;
                top: 22px;
                right: 17px;
                display: block;
                height: 4px;
                width: 20px;
                border-top: 2px solid #ffffff;
                border-bottom: 2px solid #ffffff;
                content: '';
            }

            #cssmenu #menu-button:before {
                position: absolute;
                top: 16px;
                right: 17px;
                display: block;
                height: 2px;
                width: 20px;
                background: #ffffff;
                content: '';
            }

            #cssmenu #menu-button.menu-opened:after {
                top: 23px;
                border: 0;
                height: 2px;
                width: 15px;
                background: #ffffff;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            #cssmenu #menu-button.menu-opened:before {
                top: 23px;
                background: #ffffff;
                width: 15px;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

        /*right box + or - */
        #cssmenu .submenu-button {
            position: absolute;
            z-index: 99;
            right: 0;
            top: 0;
            display: block;
            border-left: 1px solid rgba(120, 120, 120, 0.2);
            height: 38px;
            width: 40px;
            cursor: pointer;
        }

            #cssmenu .submenu-button.submenu-opened {
                background: #1784b2;
            }
        /*si li est en hover alors le buton quand il est selectionné prend la couleur du hover*/
        #cssmenu ul li:hover .submenu-button.submenu-opened {
            background-color: #0c435a;
        }

        #cssmenu ul li:hover {
            background-color: #0c435a;
        }

        #cssmenu ul ul .submenu-button {
            height: 34px;
            width: 34px;
        }
        /*la barre horizontale du menu pour telephone*/
        #cssmenu .submenu-button:after {
            position: absolute;
            top: 20px;
            right: 16px;
            width: 8px;
            height: 2px;
            display: block;
            background: #ffffff;
            content: '';
        }

        #cssmenu ul ul .submenu-button:after {
            top: 15px;
            right: 13px;
        }

        #cssmenu .submenu-button.submenu-opened:after {
            background: #ffffff;
        }
        /*la barre verticale du menu pour telephone*/
        #cssmenu .submenu-button:before {
            position: absolute;
            top: 17px;
            right: 19px;
            display: block;
            width: 2px;
            height: 8px;
            background: #ffffff;
            content: '';
        }

        #cssmenu ul ul .submenu-button:before {
            top: 12px;
            right: 16px;
        }

        #cssmenu .submenu-button.submenu-opened:before {
            display: none;
        }
}


/*le css pour l'autocomplet*/
/#autoComplete1 ul {
    visibility: visible;
    position: absolute;
    width: 302px;
    left: 8px;
    top: 100px;
    z-index: 1000;
    opacity: 0;
    height: 0px;
}
/*AutoComplete flyout */

.autocomplete_completionListElement {
    margin: 40px;
    padding: 0px;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 100px;
    font-family: Tahoma;
    font-size: small;
    font-weight: bold;
    text-align: left;
    list-style-type: none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #e6e6e6;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
}

/*#endregion*/
