/*-----------------------------------------------------------------------*/
/*-------------------------------- Global -------------------------------*/
/*-----------------------------------------------------------------------*/
@keyframes fadeInOut {
    0%   {opacity: 1;}
    70%  {opacity: 1;}
    90% {opacity: 0;}
    100% {opacity: 0;}
}
@-webkit-keyframes alert-success{
    0%   {opacity: 1;}
    70%  {opacity: 1;}
    90% {opacity: 0;}
    100% {opacity: 0;}
}
html{
    /*background-color: #224B6A;*/
    height: 100%;
    margin:  0;
    padding:0;
    font-family: arial;
}
body { 
    height: 100%; 
    margin: 0; 
    padding: 0; 
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid lightgray;
    margin: 1.5em 0 0em 0;
    padding: 0;
}
#header{
    width: 100%;
    height: 80px;
    background-color: #224B6A;
    display: block;
}
#header ul {
    display: block;
    width: calc(100% - 100px);
    margin-top: 61px;
    float: left;
    cursor: default;
}
#header ul li{
    width: 200px;
    border: 1px solid black;
    color: gray;
    background-color: #c1c1c1;
    display: inline-block;
    text-align: center;
    padding: 5px;
    cursor: pointer;
}
#header ul li.active{
    color: #000;
}
#header-line{
    width: 100%;
    height: 7px;
    background-color: #D8BB27;
    display: none;
}
#header #title {
    float: left;
    display: inline-block;
    margin-top: 30px;
    margin-left: 30px;
    color: #fff;
}
#header img {
    max-height: 60px;
    margin: 10px 30px;
}
#img-logo {
    max-width: 200px;
    float: left;
    display: inline-block;
    margin-top: 18px;
}
.clear{
    display: block;
    clear:both;
}
a{
    color: #8a8a8a;
}
a:focus, a:hover{
    color: #83A9C4;
}
a.active {
    color: #83A9C4;
}
textarea {
    resize: none;
    width: 494px;
    height: 100px;
    border: 1px solid #dcdcdc;
    margin-bottom: 7px;
    margin-top: 5px;
}
h1 {
    font-weight: 100;
    font-size: 22px;
    color: #818181;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 50px;
    float: left;
}
h2{
    color: grey;
    font-weight: 200;
}
h3{
    color: #ffffff;
    font-weight: 100;
    text-align: center;
}
h4{
    color: grey;
    font-size: 17px;
    font-weight: initial;
}
.btn{
    background-color: #119cd3;
    border-radius: 5px;
    color: #fff;
    border: none;
    padding: 8px 40px;
    cursor: pointer;
    border-radius: 50px;
    font-size: 16px;
}
.btn:hover{
    background-color: #3DBAEC;
}
.btn-primary{
    border-color: #83A9C4 !important;
}
.btn-default{
    border: 0 !important;
    background-color: #c1c1c1;
    transition: background-color 0.3s ease-out;
}
.btn-primary .glyphicon{
    color: #ffffff !important;
}
.btn-default:hover{
    background-color: #aaaaaa;
}
.text-center {
    text-align: center !important;
    margin: 0 auto;
}
.center {
    margin: 0 auto !important;
}
.text-center {
    text-align: center;
    display: block;
}
.italic {
    font-style: italic !important;
}
.block {
    display: block !important;
}
button:disabled {
    cursor:default !important;
}
input:disabled, input:read-only {
    color: gray;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #aaaaaa;
    font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #aaaaaa;
    opacity: 1;
    font-style: italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #aaaaaa;
    opacity: 1;
    font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aaaaaa;
    font-style: italic;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #aaaaaa;
    font-style: italic;
}
.inline-block {
    display: inline-block;
}
.alert-danger {
    color: #f22951;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #72bb28;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #cc8203;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 50%;
    margin: 0;
    text-align: center;
    position: fixed;
    top: 0 !important;
    left: 50%;
    transform: translateX(-50%);
    animation:alert-success 2s 1;
    -webkit-animation:alert-success 2s 1;
    animation-fill-mode: forwards;
    animation-delay:2s;
    -webkit-animation-delay:2s;
    -webkit-animation-fill-mode: forwards;
}
#loader {
    position: absolute; 
    left: calc(50% - 26px); 
    top: calc(50% - 26px);
}
#save {
    background-color: rgba(0,60,136,.5);
    margin-left: 20px;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    border: medium none;
    padding: 8px;
}
#save:hover {
    background-color: #4973A7;
}
#save:disabled, #back:disabled {
    cursor: default;
}
#save:disabled:hover, #back:disabled:hover {
    background-color: rgba(0,60,136,.5);
}

#ajax-loader {
    display: block;
    margin: 20px auto;
}
#ajax-loader-map {
    position: absolute;
    left: 20px;
    top: 165px;
}
#logout {
    float : right;
    margin-top: 30px;
    margin-right: 30px;
    display: inline-block;
}
#logout .fa{
    color: #ffffff;	
}
#logout a {
    margin-left: 5px;
    color: #6489a4;
    text-decoration: none;
}
#logout a:hover {
    color: #ffffff;
}
#download {
    float : right;
    margin-top: 30px;
    margin-right: 60px;
    display: inline-block;
}
#download .fa {
    color: #ffffff;	
}
#download a {
    margin-left: 5px;
    color: #6489a4;
    text-decoration: none;
}
#download a:hover {
    color: #ffffff;
}
.ol-geocoder ul.gcd-gl-result {
    z-index: 1;
}
input.ng-invalid, select.ng-invalid {
    background-color: #F1DEDE;
}
.smallinfo {
    display : inline-block;
    font-size: 13px;
    color: grey;
}
#specialhr {
    width: 725px;
    margin-bottom: 30px;
}
#btn-config-valider {
    margin-top: 15px !important;
    margin-bottom: 20px !important;
}
#pagelimit {
    display: inline-block;
    font-size: 12px !important;
    margin-left: 10px;
    margin-top: 32px !important;
}
#pagelimit input {
    margin-left : 5px;
    width: 50px;
    margin-bottom : 20px;
}

/*-----------------------------------------------------------------------*/
/*-------------------------------- Login --------------------------------*/
/*-----------------------------------------------------------------------*/
#login {
    width: 100%;
    height: 100%;
    background-color: #224B6A;
}
.login {
    left: 50%;
    padding: 15px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -70%);
    width: 350px;
}
.login .input-group{
    margin-top: 10px;
}
.login .input-group .form-control{
    -webkit-border-top-right-radius: 5px !important;
    -webkit-border-bottom-right-radius: 5px !important;
    -moz-border-radius-topright: 5px !important;
    -moz-border-radius-bottomright: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
.login .more.more-id {
    margin: 15px 0 30px;
    text-align: right;
}
.login .input-group{
    width: 100%;
}
.login .input-group .form-control {
    background-color: #3b617c;
    border: medium none;
    box-sizing: border-box;
    color: #ffffff;
    display: table-cell;
    float: left;
    font-size: 16px;
    height: 43px;
    margin-bottom: 15px;
    padding: 10px 16px;
    width: 83%;
}
.login .input-group-addon:first-child {
    background-color: #4c6d85;
    border-bottom-left-radius: 5px !important;
    border-right: 1px solid #4c6d85;
    border-top-left-radius: 5px !important;
    box-sizing: border-box;
    color: #ffffff;
    display: table-cell;
    float: left;
    font-size: 18px;
    height: 43px;
    line-height: 1.33333;
    padding: 10px 20px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 17%;
}
.login .more.more-id label{
    font-weight: normal;
    color: #a1a1a1;
}
.login .form-control::-moz-placeholder{
    color: #c2c2c2 !important;
}
.login .heading {
    text-align: center;
}
.login .heading img{
    max-width: 250px;
}
.login .help-block{
    color: #ed5656 !important;
    font-size: 12px;
    margin: 0 0 15px;
    text-align: right;
}
.login .input-group .form-control:focus{
    box-shadow: none;
}
.login .alert-danger{
    background-color: #fef2f2;
    border-color: #ebccd1;
    color: #ed5656;
    margin-top: 20px; 
}
.login .btn{
    font-size: 15px; 
}
#projets h3 {
    margin-bottom: 5px;
}
#projets p {
    color: #6489a4;
    margin: 0;
}
#projets ul{
    padding: 0;
    margin-top: 25px;
}
#projets ul li {
    transition: all 0.5s ease;
    background-color: #3B617C;
    list-style: outside none none;
    margin-bottom: 8px;
    border-radius: 5px;
}
#projets ul li:hover a {
    background-color: #47718f;
}
#projets ul li a {
    color: #83a9c4;
    display: block;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    padding: 10px 0;
    border-radius: 5px;
}
#projets ul li a .fa{
    color: #ffffff;
    margin-left: 5px;
}

/*-----------------------------------------------------------------------*/
/*-------------------------------- Home --------------------------------*/
/*-----------------------------------------------------------------------*/

#menu {
    width: 240px;
    position: absolute;
    border-radius: 5px;
    margin-left: -50px;
}
#menu ul{
    padding: 0;
    margin: 15px;
}
#menu ul li{
    background-color: #3B617C;
    width:100%;
    height: 30px;
    display: inline-block;
    padding: 5px;
}
#menu ul li a:hover{
    color: #83a9c4;
}
#menu ul li.active a, #menu ul li.active i{
    color: #ffffff;
}
#menu ul i{
    margin-right: 10px;
    margin-left: 10px;
    color: #83a9c4;
}
#menu ul a{
    margin-top: 6px;
    display: block;
    text-decoration: none;
    color: #ffffff;
}
#menu .menu-title{
    text-align: center;
    border-bottom: 1px solid #224B6A;
    padding-top: 18px;
    color: #83a9c4;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background-color: #47718f
}

#projets select {
    height: 30px;
    margin-bottom: 25px;
}

/*-----------------------------------------------------------------------*/
/*-------------------------------- Lists --------------------------------*/
/*-----------------------------------------------------------------------*/

#lists {
    margin-left: 250px;
    width: calc(100% - 250px);
    background-color: #fff;
}
#lists table td, #lists table th {
    padding-right: 30px;
}
#lists table td {
    text-align: left;
    max-width: 80px;
}
#lists table td.center {
    text-align: center;
    width: 100px;
}
#lists a {
    cursor: pointer;
}
#header-button, .header-button {
    float: right;
    margin-right: 30px;
    background-color: #dcdcdc;
    border-radius: 100px;
    margin-top: 30px;
}
#header-button a, .header-button a {
    text-decoration: none;
    padding: 10px 40px;
    display: block;
}
#header-button:hover, .header-button:hover {
    background-color: #83a9c4;
}
#header-button:hover a, .header-button:hover a {
    color: #ffffff;
}
#header-button i, .header-button i {
    margin-right: 10px;
}

img.icon-beta {
    margin-bottom: 2px;
}

#content-list span {
    width: 195px;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px;
    float: left;
}
#content-list.config span {
    width: 270px;
}

#content-list input, #content-list select {
    width: 500px;
    margin-bottom: 10px;
    box-shadow: none;
    border: 1px solid #dcdcdc;
    padding: 5px 10px;
    box-sizing: border-box;
    height: 32px;
    font-size: 12px;
}
#content-list input:focus{
    border: 1px solid #83a9c4;
}
#content-list button {
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}
#content-list input[type="checkbox"]{
    width: 20px !important;
    margin: 0 !important;
    border: 1px solid #dcdcdc !important;
    box-shadow: none !important;
}
#content-list .switch {
    margin-bottom: 5px;
}

#header-list button {
    float: right;
    margin-right: 50px;
    margin-top: 30px;
    margin-bottom: 45px;
    display: inline-block;
    background-color: #dcdcdc;
    border-radius: 100px;
    font-size: 16px;
    color: #8a8a8a;
}
#header-list button:hover{
    color: #ffffff;
    background-color: #83a9c4;
}

#filters{
    float: right;
    margin-right: 25px;
    border-radius: 100px;
    margin-top: 33px;
}

#filters-two{
    float: right;
    margin-right: 35px;
    border-radius: 100px;
    margin-top: 10px;
}

#filters select, #filters-two select {
    border: 1px solid #d7d7d7;
    height: 34px;
    margin-right: 5px;
    width: 200px;
}
.filterbuilder {
    position: absolute;
    top:  225px;
    z-index: 1;
    right: 43px;
    background-color: rgba(40, 40, 40,.7);
    width: 110px;
    border-radius: 4px;
    padding: 5px 0px 5px 15px;
    border: 2px solid rgba(255,255,255,.4);
}
.filterbuilder hr {
    margin: 10px 0px 10px -15px !important;
}
.filterbuilder button {
    background-color : #fff !important;
    margin: 6px 3px;
    outline: none;
}
.filterbuilder button.drawing {
    background-color: lightgray !important;
}
#gps {
    position: absolute;
    top: 530px;
    z-index: 1;
    left: 259px;
    background-color: rgba(40, 40, 40,.7);
    width: 90px;
    border-radius: 4px;
    padding: 5px 0px 5px 15px;
    border: 2px solid rgba(255,255,255,.4);
}
#gps button {
    background-color: #fff !important;
    margin: 4px 21px;
    outline: none;
    border-radius: 15px;
    height: 24px;
    width: 34px;
    cursor: pointer;
}
#gps button.drawing {
    background-color: lightgray !important;
}
#gps span {
    font-size: 11px;
    padding-right: 10px;
    display: block;
    margin-bottom: 4px;
    margin-top: -13px;
    color: white;
}
#sens {
    position: absolute;
    top: 430px;
    z-index: 1;
    left: 259px;
}
#sens span, #rapidite span {
    position: absolute;
    top: -23px;
    z-index: 1;
    background-color: rgba(40, 40, 40,.7);
    width: 101px;
    border-radius: 4px;
    padding: 3px 0px 2px 5px;
    border: 2px solid rgba(255,255,255,.4);
    font-size: 11px;
    color: rgb(255, 255, 255) !important;
}
#sens select, #rapidite select {
    color: rgb(255, 255, 255) !important;
    background-color: rgba(40, 40, 40, 0.8) !important;
    width: 110px;
}
#rapidite {
    position: absolute;
    top: 490px;
    z-index: 1;
    left: 259px;
}
pagination-controls {
    float: right;
    margin-right: 50px;
    margin-top: 15px;
}
#pagination span {
    float: right;
    margin-top: 35px;
    font-size: 14px;
}
#body {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    display: block;
}
#body #menu{
    height: auto;
}
#body table{
    width: 100%;
    margin-top: 30px;
    border-collapse: collapse; 
}
#body table thead th{
    background-color:#ffffff;
}
#body table tr:nth-child(odd){
    background-color:#f4f4f4;
}
#body table thead {
    padding: 0 0 50px 0;
    height: 50px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0px;
    text-align: left;
}
#body tbody tr {
    height: 45px;
    font-size: 14px;
    color: #555555;
}
#body tr a{
    color: #83a9c4;
    text-decoration: none;
}
#body tr a:hover{
    color: #2199e8;
}
#body .fa.fa-check {
    color: #72bb28;
    background-color: #d6f4b9;
    border-radius: 50px;
    padding: 7px;
    width: 14px;
    height: 14px;
}
#body .fa.fa-remove{
    color: #f22951;
    background-color: #f5c7c7;
    border-radius: 50px;
    padding: 7px;
    width: 14px;
    height: 14px;
}

#body .fa.fa-edit{
    color: #224B6A;
    background-color: #dcdcdc;
    border-radius: 50px;
    padding: 10px 20px 10px 22px;
    width: 14px;
    height: 14px;
}
#body .fa.fa-trash{
    color: #818181;
    background-color: #dcdcdc;
    border-radius: 50px;
    padding: 10px 20px 10px 22px;
    width: 14px;
    height: 14px;
}
#body .fa.fa-reply{
    color: #224B6A;
    background-color: #dcdcdc;
    border-radius: 50px;
    padding: 10px 20px 10px 22px;
    width: 14px;
    height: 14px;
}
#body .fa.fa-trash:hover{
    color: #f22951;
    background-color: #f5c7c7;
}
#body .fa.fa-edit:hover{
    color: #ffffff;
    background-color: #83a9c4;
}
#body .fa.fa-reply:hover{
    color: #ffffff;
    background-color: #a3be8c;
}
#body .button-trash a:hover{
    color: #f22951 !important;
    background-color: #f5c7c7 !important;
    border-radius: 100px;
}
.header-actions {
    width: 140px;
}
.search-filter {
    cursor: pointer;
    height: 34px;
    width: 34px;
    padding: 0;
    box-shadow: none;
    background: none;
    border: 1px solid #d7d7d7;
    border-radius: 20px;
}
.search-filter:hover {
    background-color: #e6e6e6;
}
.recherche {
    padding: 7px;
    width: 250px;
    margin-right: 8px;
}
.ngx-pagination .current{
    background-color: #83a9c4 !important;
}
.infofields {
    float: none !important;
    font-size: 12px;
    font-style: italic;
    margin-left: 5px;
}
.phototype {
    width: 35px;
}
#content-list .container {
    margin-left: 300px;
    border: 1px solid lightgray;
    width: 500px;
}
#content-list .container span {
    font-size: 13px;
    width: 491px;
    color: #8a8a8a;
    background-color: #dcdcdc;
    border: 1px solid lightgray;
    margin: 1px;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
}
#content-list .container .deletecombo {
    float: right;
    margin-right: 5px;
    cursor: pointer;
    line-height: 30px;
}
#content-list .container .deletecombo:hover {
    color: #000;
}
#content-list .container input {
    margin: 0;
    cursor: pointer;
    border: none;
}
#content-list .container input:focus {
    outline: none;
}
#content-list .floater {
    display: inline-block;
    float: right;
    margin-left: 10px;
    outline: none;
}
#content-list .combobox {
    width: 458px;
    max-height: 231px;
    border: 1px solid lightgray;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y : auto;
    position: absolute;
    margin-top: 0px;
    z-index: 1;
    background-color: #fff;
}
#content-list .combobox li {
    font-size: 13px;
    margin-left: -40px;
    padding: 4px 25px 4px 15px;
    width: 100%;
    display: block;
}
#content-list .combobox li:hover {
    background-color: #e6e6e6;
    cursor: pointer;
}
.filters-constructeur .combobox {
    width: 262px;
    max-height: 167px;
    border: 1px solid lightgray;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y : auto;
    position: absolute;
    margin-top: 0px;
    margin-left: 263px;
    z-index: 1;
    background-color: #fff;
}
.filters-constructeur .combobox li {
    font-size: 13px;
    margin-left: -40px;
    padding: 4px 25px 4px 15px;
    width: 300px;
    display: block;
}
.filters-constructeur .combobox li:hover {
    background-color: #e6e6e6;
    cursor: pointer;
}
.filters-constructeur, .filters-constructeur select, .filters-constructeur input, .filters-constructeur button, .filters-constructeur i {
    outline: none;
    z-index: 1;
}
.filters-constructeur select, .filters-constructeur select {
    border: 1px solid #d7d7d7;
    height: 34px;
    margin-right: 5px;
    width: 200px;
}

.filters-constructeur input {
    border: 1px solid #d7d7d7;
    height: 34px;
    margin-right: 5px;
    width: 300px;
    text-indent: 5px;
}

/*-----------------------------------------------------------------------*/
/*----------------------------- Projets Edit ----------------------------*/
/*-----------------------------------------------------------------------*/

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    display:none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #224B6A;
}

input:disabled + .slider {
    background-color: #dcdcdc;
}

input:focus + .slider {
    box-shadow: 0 0 1px #224B6A;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
#lists ul li {
    list-style: outside none none;
}
#body table tr.grayed {
    background-color: lightgray !important;
}
.input-group-lg p {
    font-size: 0.8em;
}
.input-group-lg img {
    float: left;
    height: 100px;
    margin-top: -12px;
    margin-right: 15px;
}
.center img {
    float: none;
    margin-top: 15px !important;
}
#leftProject {
    display: inline-block;
    float: left;
    width: 54%;
}
#leftProject button {
    float: right;
    margin: 10px 40px 10px 0px;
}
#rightProject {
    margin-top: -60px;
    display: inline-block;
    float: left;
    width: 45%;
    height: 400px;
}
#rightProject .input-group-lg span {
    width: 40px;
}
#rightProject h2 {
    font-size: 1.2em;
    padding-top: 42px;
    padding-bottom: 15px;
}
#rightProject .switch {
    margin-top: -8px;
}
@-moz-document url-prefix() {
    #rightProject .switch {
        margin-bottom: 12px;
    }
}
#comptes span {
    width: 200px !important;
    display: inline-block;
    float: left;
}

/** ------- Map ---------- **/
#map {
    height: 100%;
    outline: none;
}
#bigmap {
    width: 98%;
    margin-bottom: 10px;
    outline: none;
    margin-top: -20px;
}
.ol-control button{ 
    background-color: rgba(40, 40, 40, 0.8) !important;
}
.ol-control button:hover{ 
    background-color: rgba(40, 40, 40, 1) !important;
}
.ol-popup {
    position: absolute;
    width: 290px;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    border-radius: 10px;
    border: 1px solid #ccc;
    bottom: 12px;
    left: -50px;
}
.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.ol-popup-closer {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    padding: 3px 7px;
    position: absolute;
    right: -11px;
    top: -12px;
    z-index: 10;
    color: darkred;
    text-decoration: none;
}
.ol-popup-closer:after {
    content: "\2716";
}
.ol-geocoder ul.gcd-gl-result>li:nth-child(odd) {
    background-color: #f4f4f4 !important;
}
.ol-scale-line {
    background: rgba(40, 40, 40, 0.8) !important;
}
.infoBox {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 -4px 9px -2px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}
.infoBox .item-data {
    box-sizing: border-box;
    float: left;
    padding: 0 15px 10px;
    vertical-align: top;
    width: 176px;
}
.infoBox .nophoto {
    width: 280px !important;
}
.infoBox .item-data p {
    color: #1d70a3;
    font-size: 14px;
    font-weight: 900;
    line-height: 22px;
    margin-bottom: 0;
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 10px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    margin: 0;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}
.infoBox .item-data p:hover {
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    left: 15px;
    padding: 10px 15px 5px 0;
    position: absolute;
    right: 0;
    white-space: normal;
    z-index: 1;
}
.infoBox .item-data p:hover + span {
    margin-top: 37px;
}
.infoBox .item-address {
    display: block;
    font-size: 12px;
    min-height: 20px;
    line-height: 20px;
    overflow: hidden;
    vertical-align: top;
    text-overflow: ellipsis;
    color: #818181;
}
.infoBox .item-data a {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
    max-width: 100%;
    transition: all 0.3s ease 0s;
}
.infoBox .item-picture {
    box-sizing: border-box;
    float: right;
    line-height: 0;
    padding: 4px 4px 4px 0;
    position: relative;
    vertical-align: top;
}
.infoBox .item-picture img {
    max-width: 110px;
    z-index: 5;
}
#layer-select {
    position: relative;
    left: 8px;
    top: 160px;
    z-index: 1;
    background-color: rgba(40, 40, 40, 0.8) !important;
    color: rgb(255, 255, 255) !important;
}
#layer-check {
    position: relative;
    left: 10px;
    top: 172px;
    z-index: 1;
    background-color: rgba(40, 40, 40, 0.8) !important;
    color: rgb(255, 255, 255) !important;
    width: 106px;
    font-size: 11px;
    padding: 0px 0px 0px 6px;
}
#fullmapelem {
    color: #555555;
    font-size: 18px;
    margin: 0 10px 0 5px;
}
.chevron {
    color: #c2c2c2;
    margin-left: 3px;
}
.flags {
    height: 14px !important;
    margin-right: auto !important;
    margin-left: -28px !important;
    margin-top: 1px !important;
}
#raccourcis {
    position: absolute;
    top: 550px;
    max-height: 350px;
    left:220px;
    z-index: 99;
    overflow-y: scroll;
}
#raccourcis span {
    padding-bottom: 15px;
    display: block;
    color: #224B6A;
    text-align: center;
}
#raccourcis li {
    display: block;
    list-style: none;
}
#raccourcis .phototype {
    margin-right: 10px;
}
#mass-edit {
    cursor: pointer;
    height: 34px;
    width: 34px;
    padding: 0;
    margin-right: 15px;
    box-shadow: none;
    background: none;
    border: 1px solid #d7d7d7;
    border-radius: 20px;
}
#mass-edit.drawing {
    background-color: lightgray;
}
#filters-two .legende {
    margin-right: 15px;
    font-size: 11px;
    color: gray;
}
#filters-two, #filters-two select, #filters-two input, #filters-two button, #filters-two i{
    outline: none;
    z-index: 1;
}
.bouton-horaires {
    display: inline-block;
    border: 1px solid #d7d7d7;
    padding : 5px;
    font-size: 12px;
    color: #000;
    cursor: pointer;
    margin-left: 20px;
}
.bouton-horaires:hover {
    background-color: #d7d7d7;
}
#leftProject .infos {
    margin-top: -10px;
    margin-left: -20px;
}
#leftProject .infos li {
    font-size: 13px;
    color: darkred;
    padding-bottom: 10px;
    margin-right: 20px;
    text-align: justify;
}

/*-----------------------------------------------------------------------*/
/*-------------------------------- content ------------------------------*/
/*-----------------------------------------------------------------------*/
#content-list{
    display: block;
    clear: both;
}
#content {
    clear: both;
    display: block;
}
.btn-supp-no {
    border: none;
    background-color: #83a9c4;
    color: #ffffff;
    border-radius: 50px;
    padding: 10px 25px;
    font-size: 15px;
    cursor: pointer;
}
.btn-supp-yes {
    border: none;
    background-color: #dcdcdc;
    color: #8a8a8a;
    border-radius: 50px;
    padding: 10px 25px;
    font-size: 15px;
    cursor: pointer;
}
.btn-supp-no:hover {
    background-color: #224B6A;
}
.btn-supp-yes:hover{
    background-color: #f5c7c7;
    color: #f22951;
}

.help-block{
    color: #f22951;
    font-size: 13px;
    font-style: italic;
    margin-top: 5px;
    margin-left: 222px;
}
.mydp span, .mydp button {
    display: initial !important;
    margin: initial !important;
    height: 32px !important;
    float: none !important;
}
.mydp input {
    text-align: left !important;
    font: 12px system-ui !important;
}
my-date-picker {
    height: 34px !important;
    width: 500px !important;
    display: inline-block !important;
}
.mydp table {
    border-collapse: initial !important;
    width: 100% !important;
}
.mydp tbody tr {
    height: auto !important;
    font-size: inherit !important;
    color: inherit !important;
}
.mydp border-collapse, .mydp table thead th, .mydp  table tr:nth-child(odd) {
    background-color: initial !important;
}
.mydp table td, .mydp table th {
    text-align: center !important;
    padding-right: 0 !important;
}
.tooltip {
    display: none;
    position: relative;
    padding: 5px;
    background: black;
    color: white;
    opacity: 0.9;
    white-space: nowrap;
    font: 10pt sans-serif;
    border-top-color: white;
    border: 2px solid white;
}
.tooltip:before {
    border: solid;
    border-color: #fff transparent;
    border-width: 7px 6px 0 6px;
    bottom: -8px;
    content: "";
    left: 40%;
    position: absolute;
    z-index: 99;
}
.tooltip span {
    font-size: 10px;
}

/*-----------------------------------------------------------------------*/
/*---------------------------- Modal Bootstrap --------------------------*/
/*-----------------------------------------------------------------------*/
.hidden {
    display: none !important;
}
.large {
    width: 100%;
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear 0s;
}
.fade.in {
    opacity: 1;
}
.close {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
}
.close:focus, .close:hover {
    color: #000;
    cursor: pointer;
    opacity: 0.5;
    text-decoration: none;
}
button.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.modal-open {
    overflow: hidden;
}
.modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
}
.modal.fade .modal-dialog {
    transform: translate(-415px, 0px);
    transition: transform 0.3s ease-out 0s;
}
.modal.in .modal-dialog {
    transform: translate(0px, 0px);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    margin: 10px;
    position: relative;
    width: auto;
}
.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;
}
.modal-backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.in {
    opacity: 0.5;
}
.modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    line-height: 1.42857;
    margin: 0;
    color: #000;
}
.modal-body {
    padding: 15px;
    position: relative;
}
.modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 15px;
    text-align: right;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px;
}
.modal img {
    width: 100% !important;
}
.reset-fa {
    color: initial !important;
    background-color: initial !important;
    border-radius: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
}
@media (min-width: 768px) {
    .modal-dialog {
        margin: 15px auto;
        width: 600px;
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
@media (min-width: 1280px) {
    .modal-lg {
        width: 1000px;
    }
}
@media (min-width: 1600px) {
    .modal-lg {
        width: 1200px;
    }
}

/*-----------------------------------------------------------------------*/
/*----------------------------- Media Queries ---------------------------*/
/*-----------------------------------------------------------------------*/

@media screen and (max-width:768px){
    #save{
        margin: 15px auto;
        display: block;
    }
    #explorer input{
        margin: 0 auto;
        width: 90%;
        box-sizing: border-box;
        display: block;
    }
    #explorer select {
        box-sizing: border-box;
        display: block;
        margin: 0 auto;
        width: 90%;
    }
    .pointer {
        cursor: pointer;
        float: right;
        margin: 5px 5px 0 0;
    }
}

@media screen and (max-width:480px){
    .login {
        box-sizing: border-box;
        padding: 15px 25px;
        width: 100%;
    }
}

.rubber {
    box-shadow: 0 0 0 3px red, 0 0 0 2px red inset;
    border: 2px solid transparent;
    border-radius: 4px;
    display: inline-block;
    color: red;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.5;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    position: absolute;
    top: 18px;
    left: 130px;
    padding: 8px 8px 5px 8px;
}


#access_rights {
  display: flex;
  flex-flow: wrap;
  width: 56%;
  margin-bottom: 10px;
  padding-left: 40px;
}
#access_rights span {
  text-align: left;
}
#access_rights li {
  width: 55%;
  margin-right: 1%;
  font-size: 0.9em;
  display: flex !important;
  flex-direction: row;
  line-height: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none
}
#access_rights li input[type="checkbox"] {
  width: 30px;
  margin: initial !important;
  margin-top: -7px !important;
  margin-left: -42px !important;
  margin-right: 8px !important;
}
/*# sourceMappingURL=app.98ca925a3a5de62f8fbc.css.map*/