        html {
            height: 100%;

        }

        body {
            height: 100%;
            margin: 0;
            padding: 0;
            font-family: Open sans !important;
        }

        #map {
            /*height: 90%;*/

        }

        .circle {
            width: 30px;
            height: 30px;
            margin-left: 5px;
            margin-top: 5px;
            text-align: center;
            border-radius: 15px;
            background-color: rgba(255, 91, 58,.9);
/*            background-color: rgba(251, 212, 121,.9);*/
            font-size: medium;
            font-weight: bold;
            padding-top: 2px;
            /* color: #000; */
            color: #FFF;
        }


        /* html, body, .panel-body, #map { */
            /* margin: 0; */
            /* padding: 0; */
            /* height: 100%; */
            /* width: 100%; */
        /* } */

#mapView .panel-body{
           /* height:660px !important; */
        }

        .leaflet-popup-content-wrapper {
           /* pointer-events: none !important; */
        }
        .leaflet-popup-tip-container {
           pointer-events: none !important;
        }

        .leaflet-grab {
           cursor: move !important;
           cursor: -webkit-grabbing !important;
           cursor: -moz-grabbing !important;
           cursor: grabbing !important;
        }

        @media print {
            body * {
                visibility: hidden;
                margin: 0;
                padding:0;
                -webkit-print-color-adjust: exact;
            }
            #map, #map * {
                visibility: visible;
                margin:0px;
                padding:0px;
                clear:both;
                float:left;
                vertical-align: text-top;
            }
            #map {
                left: 0;
                top: 0;
                right:0;
                bottom:0;
                width:100%;
            }
            #header, #menu, .panel-heading, .normalheader, .footer
            {
                display:none;
            }

            .panel-body, .content {
                margin:0;
                padding:0;
                bottom:0;
            }

            .footer {
                margin:0;
                padding:0;
                bottom: 0;
            }

            .fixed-navbar #wrapper {
                margin:0;
                padding:0;
                top:0;
            }

            .circle {
                width: 30px;
                height: 30px;
                margin-left: 5px;
                margin-top: 5px !important;
                padding-top: 2px !important;
                text-align: center;
                border-radius: 15px;
                background-color: #ff5b3a !important;
                font-size: medium;
                font-weight: bold;
                padding-top: 2px;
                color: #000;
                -webkit-print-color-adjust: exact;
            }

            .leaflet-shadow-pane div {
                background-color: #ff5b3a !important;
            }

            #mobile-collapse{
                z-index:1500;
            }
            .header-link{
                padding:0px 0px 0px 0px !important;
                height:35px !important;
            }
        }

        #mobile-collapse{
            z-index:1500;
        }


        #print {
            position: relative;
            z-index: 500;
        }
        /* .pkg { */
            /* position: absolute; */
            /* z-index: 500; */
            /* float:left; */
            /* margin-top:10px; */
            /* width:100px; */
        /* } */
        .btnStyle {
            height:38px;
            border-radius: 5px;
            background-color: #62cb31;
            background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
            border: 1px solid #ffffff;
            color: #FFFFFF;
            padding: 4px;
            width:100px;
            margin-top:10px;
            cursor:pointer;

            /* position:absolute; */
        }

        .btnStyle:hover {

            background-color: #ffffff;
            border: 1px solid #62cb31;
            color: #62cb31;
        }

        .container1 {
            /*margin:140px 0 0 40px;*/
            margin:120px 0 0 40px;
            position:absolute;
        }

        /* .bottomright { */
            /* position: fixed; */
            /* right: 0px; */
            /* bottom: 0px; */
            /* width: 90px; */
            /* height:45px; */
            /* position: fixed; */
            /* z-index: 450; */
        /* } */

        /* .logo{ */
            /* width:80px; */
        /* } */

        /* .content { */
          /* padding: 10px; */
          /* z-index: 400; */
          /* background-color: #f4f4f4d4; */
          /* color: #000; */
          /* width:900px; */
          /* height:550px; */
          /* float:right; */
          /* background-color: #f1f1f1; */
          /* border: 1px solid #d3d3d3; */
        /* } */


        .pad5{
            padding:0px 5px 0 5px !important;
        }
        .pad10{
            padding:10px !important;
        }
        .pad0{
            padding:0px !important;
        }
        .footer {
            /* margin: 0 5px 0 5px; */
        }

        .ml20{
            margin-left:20px;
        }

        .ml10{
            margin-left:10px;
        }

        .mt10{
            margin-top:10px;
        }

        li a {
            color:#62cb31 !important;
        }

        .navbar.navbar-static-top a, .nav.navbar-nav li a {
            color:#9d9fa2 !important;
        }

        .pagination > li > a, .pagination > li > span{
            color:#777 !important;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
            color:#777 !important;
        }

        .pagination .active a {
            color:#FFFFFF !important;
        }

        .pagination .active a:focus {
            color:#FFFFFF !important;
        }

        .select2-container--default .select2-selection--single{
            background-color : none !important;
            border:none !important;

        }


        .select2-container--default .select2-selection--single .select2-selection__rendered{
            line-height: 35px !important;
        }
        .select2-container--default .select2-selection--single .select2-selection__arrow{
            height:38px !important;
        }
        .select2-container--default .select2-selection--single .select2-selection__arrow b{
            margin-top: -4px !important;
        }
        .select2-container--default .select2-selection--single .select2-selection__arrow b {
          background-image: url(/../images/UIF-76-512.png);
          background-color: transparent;
          background-size: contain;
          border: none !important;
          height: 20px !important;
          width: 20px !important;
          margin: auto !important;
          top: 20% !important;
          left: auto !important;
        }

        input[type=text], input[type=number], select {
          width: 225px;
          height:38px !important;
          line-height:30px;
          padding:0 0 0 4px;
          /* margin: 8px 0; */
          display: inline-block;
          border: 1px solid #ccc !important;
          border-radius: 5px;
          box-sizing: border-box;
          font-size:14px;
          color:#9d9fa2;
        }

         select.select2 {
          width: 225px;
          height:38px !important;
          line-height:30px;
          padding:0 0 0 0px;
          /* margin: 8px 0; */
          display: inline-block;
          border: 1px solid #ccc !important;
          border-radius: 5px;
          box-sizing: border-box;
          font-size:14px;
          color:#9d9fa2;
        }
        input[type=text]{
            font-size:14px !important;
        }

        .search{
            background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center !important;
            padding-left:40px !important;
        }

        .ml10 select{
            width:225px !important;
        }

        input:focus::placeholder {
          color: transparent;
        }

        .leaflet-control-attribution.leaflet-control {
            display:inline-block !important;
        }
        .leaflet-right .leaflet-control {
            /* float:left !important; */
        }
        div.leaflet-control-layers.leaflet-control {
            float: left !important;
            left: 85px !important;
            position: static !important;
            top: 200px !important;
           /* width: 35px !important;
            height: 35px !important;*/
            /* right: 50px !important; */
        }
        .leaflet-touch .leaflet-control-layers-toggle{
            width:30px !important;
            height:30px !important;
        }
        .leaflet-pane {
            position: relative !important;
        }
        .leaflet-retina .leaflet-control-layers-toggle{
            background-size: 20px 20px !important;
        }
        .leaflet-container{
            font-size: 12px !important;
            background:#FFF !important;
        }
        /* .leaflet-control-container .leaflet-control-zoom{
            left:75px !important;
        } */

        .leaflet-control-container .leaflet-right{
            float: left !important;
            position: relative !important;
            /*top: 80px !important;*/
            top: 70px !important;
            margin-left: 40px !important;
            opacity: 1 !important;
        }

        .leaflet-control-zoom{
            margin-left:40px !important;
        }

        .leaflet-bottom .leaflet-control-attribution{
            display:none !important;
        }

        .leaflet-map-pane {
            /* transform:translate3d(-55px, 0px, 0px) !important; */
        }

        .leaflet-marker-pane img{
            margin-top:-30px !important;
        }

        .leaflet-zoom-animated{
            bottom:5px !important;
        }

        .input-filter{
            width: 100%;
            margin-bottom: 50px;
            margin-right:10px;
            margin-top:10px;
        }
        .input-filter-30{
            width: 30%;
        }
        .input-filter-35{
            float:left;
            text-align:left;
        }
        .input-filter-65{
            width: 65%;
        }

        .box {
            width:135px;
        }
        .button-box {
            /* width:70px !important; */
            margin:0 0 0 60px;
            float:left !important;
            height:38px;
        }

        .error{
            color:#FF0000;
            font:12px Arial, sans-serif;
        }

        .w450{
            width:450px !important;
        }

        @media only screen and (max-width: 600px) {
            .w450{width:215px !important;}
            .pad5{padding:0px !important;}
            .header-link{padding:0px 0px 0px 0px !important;height:35px !important;}
            .mobile-menu .navbar-nav>li, .mobile-menu .navbar-nav{float:left !important;}
            .button-box {margin:0px !important;}
            .pull-right{width:100% !important;margin:0 0 5px 0 !important;}
            .navbar-toggle{padding:0px !important;}
        }

/* FGU Filter CSS */

    .pull-right{
        width:180px;
        margin-right:0px;
    }

    .pull-right div{
        float:right;
        /* padding:0 10px 0 10px; */
        font-size:2em;
        width:50px;
        text-align:center;
        background:;
        color:#000000;
        margin-right:5px;
    }
    .lists a{
        color:#62cb31 !important;
    }
    .lists:hover{
        background:#62cb31;
        margin-right:5px;
    }
    .lists:hover i{
        color:#FFFFFF;
    }

    .pull-right .active{
        background:#62cb31;
    }
    .pull-right .active i{
        color:#FFFFFF;
    }

    #buttons_line a:hover{
        background:#62cb31;
        /*margin-right:5px;*/
    }
    #buttons_line a:hover i{
        color:#FFFFFF;
    }

    #buttons_line .selected{
        background:#62cb31;
    }
    #buttons_line .selected i{
        color:#FFFFFF;
    }

    #buttons_line a
    {
        color:#62cb31 !important;
        display:inline-block;
        padding:0px 9px;
        margin:11px 0 0 0;
        font-size:25px;
        line-height:38px;
        height:38px;
    }

    #buttons_line a:hover
    {
        background: #62cb31;
        color:#fff;
    }

    #buttons_line a.selected
    {
        background: #62cb31;
        color:#fff;
    }

/* button in right click popup Start */

    .buttons_line
    {
        text-align:center;
    }

    .buttons_line a:hover{
        background:#62cb31;
        /*margin-right:5px;*/
    }
    .buttons_line a:hover i{
        color:#FFFFFF;
    }

    .buttons_line .selected{
        background:#62cb31;
    }
    .buttons_line .selected i{
        color:#FFFFFF;
    }

    .buttons_line a
    {
        color:#62cb31 !important;
        display:inline-block;
        padding:0px 9px;
        margin:11px 0 0 0;
        font-size:25px;
        line-height:38px;
        height:38px;
    }

    .buttons_line a:hover
    {
        background: #62cb31;
        color:#fff;
    }

/* button in right click popup End */

    .dropdown-menu > li > a {
        padding:3px 10px !important;
    }
    .modal-title{
        font-size:20px !important;
        font-weight:bold !important;
        margin:10px 0 10px 0 !important;
    }
    h2, .h2 {
        font-size: 24px !important;
    }

    .bigmenu li{
        margin-bottom:0px !important;
    }
    .bigmenu li a{
        margin-bottom:0px !important;
    }

/* End */

/* Icon when the collapsible content is show */
    .btn.icon:after {
        font-family: "Glyphicons Halflings";
        content: "\2212";
    }

/* Icon when the collapsible content is hidden */
    .btn.icon.collapsed:after {
        content: "\2b";
    }

    .panel-group {
        margin-bottom:0 !important;
    }

    #advFilter{
        padding:0 !important;
    }

    #advanceSearch div{
        padding:0 0 1px 3px !important;
    }

    #advanceSearch{
        border:1px solid #e8e8e8 !important;
        background-color: #F9F8F8 !important;
    }

    #builder_client{
        background-color: #FFF !important;
    }

/* Calendar multi Dates */

.daterangepicker.opensleft:before{
    right:569px !important;
}
.show-calendar{
    right:685px !important;
}
.daterangepicker.opensleft:after{
    right:570px !important;
}

/*  */

    .table-responsive {
        z-index:1000 !important;
        opacity:2 !important;
        overflow-y: visible !important;
    }


    #toast-container>div{
        color:#6a6c6f !important;
    }
    .toast-close-button{
        color:#000000 !important;
    }

    .w100{
        width:100% !important;
    }

    .file-add{
        width: 200px;
        float:right;
        text-align: right;
        margin: 0px 10px;
    }
    .file-add a{
        color:#FFFFFF;
    }

    .col90{
        float: left;
        width: 89%;
        margin: 5px 10px 10px 10px;
    }

    .col98{
        float: left;
        width: 98%;
        margin: 5px 10px 10px 10px;
    }

    .col45{
        width:45%;
        min-height:55px;
        float:left;
    }

    .col45 label{
        text-align: center;
        width: 45%;
        margin: 5px 10px;
    }

    .col45 label.error{
        position: absolute;
        margin-top: 40px;
        padding-bottom: 10px;
        text-align: center;
        margin-left: 0px;
        height: 30px;
    }

    .col45 input,select,select2{
        width: 50%;
        float: right;
    }

    .col70{
        width:70%;
        min-height:55px;
        float:left;
    }

    .col70 label{
        float: left;
        text-align: right;
        width: 45%;
        margin: 5px 10px;
    }

    .col70 label.error{
        position: absolute;
        margin-top: 40px;
        padding-bottom: 10px;
        text-align: left;
        margin-left: 20px;
        height: 30px;
    }

    .col70 input,select,select2{
        width: 50%;
        float: right;
    }

    .col95{
        width:95%;
        min-height:55px;
        float:left;
    }

    .col95 label{
        float: left;
        text-align: right;
        width: 45%;
        margin: 5px 10px;
    }

    .divContainer{
        display: inline-block;
        width: 50%;
    }

    .col95 label.error{
        /*position: absolute;
        margin-top: 40px;
        padding-bottom: 10px;*/
        text-align: left;
        margin-left: 0px !important;
        width:auto !important;
        /*margin-left: 20px;
        height: 30px;*/
    }

    .divContainer input{
        width: 100% !important;
        /*float: right;*/
    }

    .col95 input,select,select2{
        width: 50%;
        /*float: right;*/
    }

    #tunnelFrm{
        padding-top:10px;
        margin:10px;
        min-height:650px;
    }

    .frm{
        padding-top:10px;
        margin:10px;
    }

    .mr150{
        margin-right:150px;
    }

    .mr120{
        margin-right:120px;
    }

    .mr15{
        margin-right:15px;
    }

    /* .note-editable{ */
        /* min-height:200px !important; */
    /* } */

    .txt-l{
        text-align:left !important;
    }
    span.errorImg:before {
        content: "\f071";
        font-family: 'FontAwesome';
        margin: 0 4px;
    }

    .mandat {
        /* color: #e74c3c; */
        margin: 5px 0 0 0;
        font-weight: 400;
    }

    .abbr{
        font-size: xx-small;
        font-weight: normal;
    }


/****** List Tab  ******/

    .tab-content {
        min-height:500px;
    }
    .tab-content .panel-body {
        min-height:460px;
    }
    .nav-tabs > li.active > a{
        color:#FFFFFF !important;
        background-color:#62cb31 !important;
    }
    .nav-tabs > li.active > a:hover{
        color:#FFFFFF !important;
    }
    .btn-primary{
        background-color:#62cb31 !important;
        background-image: linear-gradient(to bottom,#62cb31 0,#62cb31 100%) !important;
    }
    .det{
        font-size: xxx-large;
        margin-bottom: 10px;
        float:left;
        width: 90%;
    }
    .det img{
        margin:0 10px 5px 5px;
        width:40px;
        height:43px;
    }
    .detRight{
        width: 8%;
        margin:10px 10px 0 0;
        text-align:right;
        float: right;
    }

    #grpTable{
        margin-top:0px;
    }
    .see{
        float: right;
        width: 10%;
        margin-top: -35px;
        right: auto;
        text-align: right;
    }

    .fa-file-pdf {
        color:#AB1212;
    }
    .fa-file-word {
        color:#337ab7;
    }
    .fa-file-excel {
        color:#217346;
    }

    .panel-footer{
        width: 126px !important;
        margin-bottom: 10px !important;
        text-align:center !important;
        padding:5px 15px ! important;
    }
    .file-body{
        width: 126px !important;
        padding: 5px !important;
        margin-top: 10px !important;
        border-top:1px solid #eaeaea !important;
        min-height:120px !important;
    }

    .panel-footer-big{
        width: 270px !important;
        margin-bottom: 10px !important;
        text-align:center !important;
        padding:5px 15px ! important;
        border-bottom-right-radius:3px;
        border-bottom-left-radius:3px;
    }
    .file-body-big{
        width: 270px !important;
        padding: 5px !important;
        margin-top: 10px !important;
        border-top:1px solid #eaeaea !important;
        min-height:120px !important;
    }

    .hpanel>.panel-footer-big {
        color: inherit;
        border: 1px solid #eaeaea;
        border-top: 0;
        font-size: 90%;
        background: #f7f9fa;
        padding: 10px 15px;
    }

    .panel-gallery {
        float:left;
        min-height:250px;
        margin:0 5px;
    }

    .fleAlign{
        display: flex !important;
        justify-content: center;
    }

    #uploaded_file {
        text-align:-webkit-center !important;
        margin:0px !important;
    }
    #uploaded_file .hpanel{
        width: 14% !important;
        margin: 0px !important;
        padding: 0px !important;
        float: left !important;
        display: inline-block !important;
    }

    .printBtn{
        background-color: #ffffff;
        color: #b3b3b3;
        padding:0px 5px 0px 4px;
        border: 2px solid rgba(0,0,0,0.2);
        margin-top:0px;
        display:inline-block;
        border-radius:5px;
        font-size:23px;
    }

    .printBtn:hover{
        color:#62cb31 !important;
    }
    /*.leaflet-control-zoom-in {
        padding: 0 10px 0 10px !important;
        width: 45px !important;
    }
    .leaflet-control-zoom-out {
        padding: 0 10px 0 10px !important;
        width: 45px !important;
    }*/

    .leaflet-control a:hover{
        text-decoration: none !important;
    }

    /*.leaflet-map-pane{
        transform:translate3d(0px, -40px, 0px) !important;
    }*/

    /* Autocomplete Style */
    .ui-autocomplete {
      z-index: 1500 !important;
      /*position the autocomplete items to be the same width as the container:*/
      max-width:450px !important;
      max-height:250px !important;
      overflow: auto !important;
      font-size:15px !important;
    }
    .ui-autocomplete li {
      padding:11px !important;
      max-width:450px !important;
      max-height:250px !important;
      background-color: #fff !important;
      border: 1px solid #d4d4d4 !important;
      font-size:15px !important;
    }
    .ui-autocomplete li:hover {
      padding:11px !important;
      background-color: #d4d4d4 !important;
      max-width:448px !important;
      max-height:250px !important;
    }
    .ui-menu .ui-state-focus, .ui-menu .ui-state-active{
        margin:0px !important;
    }

    #ui-id-2{
        overflow-x: hidden !important;
    }

    .bootstrap-datetimepicker-widget{
        z-index: 1500 !important;
    }

    @media only screen and (max-width: 600px) {
        .ui-autocomplete{max-width:225px !important;}
        .ui-autocomplete li:hover {max-width:205px !important;}
        #loaderDiv{display:none !important;}

        #mobile-collapse{border: 1px solid #ccc !important;}
        .dropdown a:hover{color: #6a6c6f !important;}
        .hdropdown{border: 1px solid #ccc !important;}
        .hdropdown li a:hover{color: #6a6c6f !important;}
        .navbar-nav>li, .navbar-nav>li>a{width:125px !important;}
        .mob{margin-left:10px !important;}
        .col45 label{text-align:center !important;width: auto !important;margin:1px !important;}
        .col45 input, select{width: 50% !important;}
        .cont-textarea{width:78% !important;float:left !important;margin-right:0px !important;text-align:left !important;}
        .cont-label{margin-right:20px !important;float:left !important;width:100px !important;}
        .mob div{width:70% !important;}
        .col45 input, select{float:right !important; margin-right: 20px !important;}
        .mob-suc{margin-right:45px !important;}
        .col45 label.error{position: relative !important;}
        #comment-error{margin-left:0px !important;}
        .cont-label{text-align: left !important;}
        #step1 div{width:100% !important;}
        .cont-textarea #comment-error{margin-left:1px !important;}
        .ml10{margin-bottom:5px !important;}
        .mobSearch{width:31% !important;float:right !important;}
        .mobSearch span{margin:0px !important;clear:both;}
        #advanceSearch div{padding:0px !important;}
        body{display:contents !important;}
    }

    .cont-textarea{
        width:79% !important;
        float:right !important;
        margin-right:100px !important;
        text-align:right !important;
    }
    .cont-label{
        margin-right:20px !important;
        float:left !important;
        width:100px !important;
    }

    /* ***************** */

    .nav-tabs>li a{
        background-color:#efefef !important;
    }

    .nav-tabs>li a:hover{
        background-color:#62cb31 !important;
        color:#FFF !important;
    }
    .navbar-nav > li>a{
        line-height:45px !important;
        text-align:center !important;
        padding-top:15px !important;
    }
    .navbar-nav>li, .navbar-nav>li>a{

        font-size:13px !important;
    }
    .navbar-nav>li:last-child>a{
        padding-right:15px !important;
        padding-top:15px !important;
        font-size:14px;
    }

    .loader {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: url('../img/loader.gif') 50% 50% no-repeat rgb(249,249,249);
        opacity: .8;
        display:none;
    }

    .footer{
        position:relative !important;
    }

    .login{
        background:#62cb31;
        margin-bottom:90px;
        color:#FFFFFF;
    }

    #loginForm{
        color:#000000;
    }

    #comment-error{
        margin-left:115px !important;
        float:left !important;
    }
    #mapView, #listView{
        margin-bottom:0px !important;
    }
    .panel-group .panel-heading{
        background-color:#e8e8e8 !important;
        background-repeat: !important;
        box-shadow:none !important;
    }
    #advFilter{
        background-color:#f5f5f5 !important;
        background-repeat: !important;
        box-shadow:none !important;
        border: 1px solid #e8e8e8 !important;
        font-family: Open sans !important;
    }

    .panel-tools{
        float:left !important;
    }

    .txtArea{
        width:76% !important;
        float:right !important;
    }

    .input90{
        width:265px !important;
        margin-left:6px !important;
    }

    .txtAreaLabl{
        width:22% !important;
        text-align:right !important;
    }

    .txtShort{
        font-size: small;
        font-weight: normal;
        margin-left: 150px;
        margin-top:20px;
    }

    .btn-sm, .btn-group-sm > .btn{
        padding: 6px 12px !important;
        font-size: 14px !important;
        line-height: 1.42857143 !important;
    }

    #geoJsonData{
        overflow-wrap:anywhere;
        word-wrap:anywhere;
    }

    .header-link a{
        color:#9d9fa2 !important;
    }
    .header-link a:hover{
        text-decoration:none !important;
    }

    #grpOth-error{
        margin-top: 10px !important;
    }

    .file-body-big a{
        color:#62cb31 !important;
    }

    .blueimp-gallery>.prev, .blueimp-gallery>.next{
        width: 50px !important;
        height: 50px !important;
        border-radius: 30px !important;
    }

    .prev i{
        font-size: xxx-large !important;
        padding-right: 5px !important;
    }
    .next i{
        font-size: xxx-large !important;
        padding-left: 5px !important;
    }

    .titleDocs{
        /* border: 1px solid #ccc;
        padding: 2px 4px; */
        margin: 10px 5px 0 5px;
        padding: 10px 4px;
        height: 25px;
    }

    .grpLink{
        float: right;
        text-align: left;
        top: 5px !important;
        position: relative;
        margin-right: 5px;
        font-size: x-small;
    }

    .homeError{
        width: 260px !important;
        float: right;
        top: 65px !important;
        position: relative;
		right: 100px;
    }
	
	#advButtonDiv{
		width: 135px;
		float: right;
	}
	
	@media(max-width : 500px){
		.homeError{
			width: 178px !important;
			top: 70px !important;
			position: relative;
			left: 130px;
		}
		
		#advButtonDiv{
			float: left !important;
		}
	}

    div.dataTables_wrapper div.dataTables_info{
        width: 50% !important;
        float: left !important;
    }

    .creditLabel{
        float: left;
        text-align: left;
        width: 120px;
        margin: 5px 10px;
        font-weight: 600;
        color: #3498DB;
        font-size: 13px !important;
    }

    .credtText{
        float: left;
        text-align: left;
        margin-top: 4px;
        font-size: small;
        color: #3498DB;
    }
	
	#geoJsonTable{
		width:100% !important;
	}
	.select2-container--default .select2-selection--multiple{
		border:1px solid #ccc !important;
	}
	.select2-container .select2-selection--multiple{
		min-height:38px !important;
	}
	.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
		background-color: #d4d4d4 !important;
		color: #000000 !important;
	}
	.select2-results__option--selectable, .select2-selection__choice__display{
		color: #62cb31 !important;
	}
	.select2-selection{
		padding: 3px 0 0 0px;
	}
	
	.select2-selection__placeholder {
	  color: #999;
	  transition: color 0.3s ease;
	}

	/* On hover */
	.select2-container--default .select2-selection--single:hover .select2-selection__placeholder {
	  color: #62cb31 !important
	}

	/* On click/focus */
	.select2-container--default.select2-container--open .select2-selection--single .select2-selection__placeholder {
	  color: #62cb31 !important
	}
	
	.select-wrapper {
      position: relative;
      width: 220px;
    }
 
    .custom-select {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      width: 100%;
      padding: 8px 32px 8px 12px;
      border: 1px solid #ccc;
      border-radius: 4px;
      background-color: white;
      font-size: 14px;
    }
 
    .select-wrapper::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0px;
      transform: translateY(-50%) rotate(45deg);
      width: 6px;
      height: 6px;
      border-right: 1.5px solid #999;
      border-bottom: 1.5px solid #999;
      pointer-events: none;
	  opacity: 5;
	}
	
	@media (max-width:500px){
		.select-wrapper::after {
		  border-right: 1px solid #999;
		  border-bottom: 1px solid #999;
		}

	}
	
	.select2-container--default .select2-search--inline .select2-search__field::placeholder {
		color: #999 !important; /* Mets ici la couleur que tu veux */
		opacity: 1; /* Nécessaire pour certains navigateurs */
	}