@charset "UTF-8";
@import "http://fonts.googleapis.com/css?family=Oxygen+Mono";
@import "https://fonts.googleapis.com/css?family=Roboto:300";
* {
    margin: 0;
    padding: 0
}

body {
    text-align: justify;
    font: 13px Source Sans Pro, sans-serif;
    line-height: 1.8
}

.page-container {
    width: 100%;
    margin: 0 auto

}

.site-header {
    font-size: 12px;
    width: 100%;
    background: #263645;/*#263645*/
    height: 65px;/*48*/
}

#main-logo {
    width: 100px; /*26*/
    height: 65px; /*26*/
    float: left;
   /* margin-left: 20px;*/
    margin-top: 0px;
    margin-left: 0px;
    background: url("../images/innov_5.png") no-repeat center;
 /*   -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;*/    
}

#main-logo-title {
    width: 34px;
    height: 20px;
    margin-top: 26px;/*13px*/

    float: left;
    margin-left: 10px;
    font-weight: bold;
    font-size: 23px;
    cursor: pointer;
}

#main-logo-title a {
    color: #ccc;
    text-decoration: none
}

#main-logo-title2 {
    width: 62px;
   /* height: 20px;*/
    margin-top: 26px;/*13px*/
    margin-left: 115px;
    float: left;
    font-weight: bold;
    font-size: 23px;
}

#main-logo-title2 a {
    color: #d3e4f3;
    text-decoration: none
}

.donate-logo {
    width: 110px;
    height: 22px;
    margin-right: 15px;
    background: url("../images/donate.png") no-repeat center;    
}

.menu-section {
    padding: 0;
    border: 0;
    font-size: 12px;
    width: 400px;
    margin: auto;
    font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
    font-size: 12px
}

.connexion {
    float: right;
    margin-top: 19px;
    display: none
}

.div-lang {
    width: 110px;
    height: 40px;
    float: right;
    margin-top: -60px;
    margin-right: 150px;
    color: #fff;
    display: none;
}

.div-lang a:HOVER {
    color: #ccc;
    
}

.div-lang ul li {
    float: left;
    display: block;
    list-style-type: none;
    padding: 0;
    vertical-align: middle;
    margin-left: 10px;
    color: #ccc
}

.separteurLienLang {
    border-right: 1px solid #1b9bff;
    height: 16px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px
}

.div-lang ul,
.div-lang li {
    list-style: none;
    margin: 0;
    padding: 0
}

.menu-section ul {
    position: relative;
    z-index: 597;
    float: left
}

.menu-section ul li {
    float: left;
    min-height: 1px;
    vertical-align: middle;
    list-style-type: none
}

.menu-section ul li.hover,
.menu-section ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default
}

.menu-section ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%
}

.menu-section ul ul li {
    float: none
}

.menu-section ul ul ul {
    top: 0;
    left: auto;
    right: -99.5%
}

.menu-section ul li:hover>ul {
    visibility: visible
}

.menu-section ul ul {
    bottom: 0;
    left: 0
}

.menu-section ul ul {
    margin-top: 0
}

.menu-section ul ul li {
    font-weight: normal
}

.menu-section a {
    display: block;
    line-height: 1em;
    text-decoration: none;
}

.menu-section>ul {
    *display: inline-block
}

.menu-section:after,
.menu-section ul:after {
    content: '';
    display: block;
    clear: both
}

.menu-section a {
    color: #CBCBCB;
    padding: 0 20px
}

.menu-section ul {
    text-transform: uppercase
}

.menu-section ul ul {
    border-top: 4px solid #1b9bff;
    text-transform: none;
    min-width: 190px
}

.menu-section ul ul a {
    background: #1b9bff;
    color: #FFF;
    border: 1px solid #0082e7;
    border-top: 0 none;
    line-height: 150%;
    padding: 16px 20px
}

.menu-section ul li a:HOVER {
	text-decoration: none;
}

.menu-section ul ul ul {
    border-top: 0 none
}

.menu-section ul ul li {
    position: relative
}

.menu-section>ul>li>a {
    line-height: 48px
}

.menu-section ul ul li:first-child>a {
    border-top: 1px solid #0082e7
}

.menu-section ul ul li:hover>a {
    background: #35a6ff
}

.menu-section ul ul li:last-child>a {
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 0 #1b9bff
}

.menu-section ul ul li:last-child:hover>a {
    border-radius: 0 0 0 3px
}

.menu-section ul ul li.has-sub>a:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px
}

.menu-section ul li:hover>a,
.menu-section ul li.active>a {
    background: #d3e4f3;
    color: #23527c
}

.menu-section ul li.has-sub>a:after {
    content: '+';
    margin-left: 5px
}

.menu-section ul li.last ul {
    left: auto;
    right: 0
}

.menu-section ul li.last ul ul {
    left: auto;
    right: 99.5%
}

.messageErreur {
    width: 200px;
    margin: auto;
    text-align: center;
    color: red
}

.login-page {
    width: 360px;
    padding: 8% 0 0;
    margin: auto
}

.labels {
    color: red;
    background-color: white;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 20px;
    white-space: nowrap
}

.main-page-content {
    width: 100%
}

.export-files {
    height: 30px;
    background: #FFFFC1;
    display: none
}

.delele-map {
    width: 110px;
    height: 30px;
    margin-top: 5px;
    margin-right: 30px;
    float: right;
    display: none
}

.labelCreatMap {
    padding: 10px;
    font-size: 10px;
    margin-left: 0px
}

.map-type-standard {
    width: 270px;
    height: 30px;
    margin-top: 8px;
    margin-right: 60px;
    float: right;
    display: none
}

.map-type-standard label {
    padding-left: 5px
}

.label-map-type {
    padding: 10px;
    font-size: 10px;
    text-align: right
}

.create-map-float-1 {
    display: none
}

#create-map-1 {
    height: 40px;
    width: 100px;
    margin: 3px auto;
    
}

#create-map-1 button {
    height: 40px;
    width: 110px;
    font-size: 13px;
    font-weight: bold;
}

.delele-map {
    padding: 10px;
    font-size: 10px;
    text-align: right
}

.delele-map a {
    text-decoration: underline
}

.delele-map a:hover {
    text-decoration: none
}

.index-satitic-logo {
    width: 100%;
    height: 80px;
    background-color: #ede5de;
    box-shadow: 0 0 1px #2196F3;
    display: none
}

.content-satitic-logo {
    width: 200px;
    height: 100px;
    margin: auto
}

.excel-logo {
    float: left;
    width: 60px;
    height: 80px;
    margin-top: 0px
}

.arrow-right-logo {
    float: left;
    width: 60px;
    height: 80px;
    margin-top: 00px;
    margin-left: 0px
}

.map-logo {
    float: left;
    width: 60px;
    height: 80px;
    margin-top: 0px;
    margin-left: 0px
}

.map-actions {
    width: 80%;
    height: 30px;
    float: right;
    margin: auto;
    font-size: 11px;
    display: "none"
}

.map-actions-options {
    width: 30%;
    height: 30px;
    margin: auto;
    display: "none"
}

.map-actions-options-direction {
    width: 25px;
    height: 25px;
    background: url("../images/direc.png") no-repeat center;
    cursor: pointer;
    float: right;
    margin-top: 4px;
    margin-left: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: none
}

.map-actions-options-data {
    float: right;
    margin-top: 10px;
    margin-left: 20px;
    display: none
}

.map-actions-options-heat-map {
    display: none
}

.switch {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 4px
}

.switch input {
    display: none
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: -6px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

.slider:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    left: 0px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s
}

input:checked+.slider {
    background-color: #2196F3
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3
}

input:checked+.slider:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px)
}

.slider.round {
    border-radius: 34px
}

.slider.round:before {
    border-radius: 50%
}

.export-files-float1 {
    width: 20%;
    height: 30px;
    float: right
}

.export-files-float2 {
    width: 150px;
    height: 30px;
    float: right;
    display: none
}

#export-pdf,
#export-png,
#export-print {
    width: 25px;
    height: 25px;
    margin-top: 5px;
    margin-left: 7px;
    float: left
}

#export-pdf {
    width: 25px;
    height: 25px;
    background: url("../images/pdfff.png") no-repeat center;
    cursor: pointer
}

#divTitlepdf {
    width: 300px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 5px;
    font-size: 35px;
    background-color: #ccc;
    color: #2196F3;
    font-weight: bold;
    border-: 2px solid black;
    background-image: url("../images/printtt.png") no-repeat center
}

#dvTableResulPdf {
    width: 100%;
    height: 200px;
    overflow: auto;
    padding-left: 5px
}

#export-png {
    width: 25px;
    height: 25px;
    background: url("../images/pngg.png") no-repeat center;
    cursor: pointer
}

#export-print {
    width: 25px;
    height: 25px;
    background: url("../images/printtt.png") no-repeat center;
    cursor: pointer
}

#content-map-export {
    display: none;
    width: 640px;
    height: 800px;
    margin: auto;
    border: 2px solid blue;
    padding: 10px
}

#mapCtExp {
    position: absolute;
    top: 0px;
    left: -1000px
}

#divTitlepdf2 {
    width: 500px;
    height: 500px;
    background: red;
    color: red;
    font-size: 20px;
    padding: 150px
}

#mapExport {
    margin-right: 20px
}

.left-container {
    width: 100%;
    margin: auto;
    background-color: #d3e4f3
}

#map {
    width: 100%;
    height: 500px;
    background-color: #d3e4f3
}

#export-options {
    widows: 100%;
    height: 30px
}

.content-groupsList {
    background: #d3e4f3;
    height: 50px;
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

#groupsList {
    width: 650px;
    background: #BED0A9;
    display: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px
}

.groupLabel {
    width: 50px;
    height: 32px;
    margin-top: 14px;
    margin-left: 30px;
    padding-top: 1px;
    float: left;
    font-weight: bold
}

.groupDivMarker {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-left: 20px;
    float: left;
}

.groupDivName {
 /*    width: 120px;
    height: 32px; */
    font-size: 10px;
    margin-top: 10px;
    margin-left: 5px;
    padding-top: 5px;
    float: left;
    font-weight: #263645;
}

.groupLabel:HOVER {
	opacity: 0.8;
	color: #263645;
	text-decoration: underline;
	cursor: pointer;
}

.groupDivName:HOVER {
	opacity: 0.8;
	color: #263645;
	text-decoration: underline;
	cursor: pointer;
}

.dvTableResult {
    width: 100%;
    height: 250px;
    margin: auto;
    margin-bottom: 50px;
    background-color: #fff;
    overflow-x: scroll;
    display: none;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc
}

#dvTableResult table {
    width: 100%;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    border: none
}

#dvTableResult table tbody th {
    background: #FAEBD7;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: 0;
    border-right: 0;
    padding: 10px
}

#dvTableResult table tbody theader {
    position: fixed;
    background: #FAEBD7;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding-top: 10px
}

#dvTableResult table tbody tr td {
    border: none;
    padding: 10px
}

#dvTableResult table tbody tr:nth-child(even) {
    background: #EEF7EE
}

#dvTableResult table tbody tr:nth-child(odd) {
    background: #A9A9A9
}

.divResultTableCellNo {
    margin: 0px
}

.divResultTableCellAdress {
    margin: 0px;
    border: none
}

.divResultTableCellCity {
    margin: 0px
}

.divResultTableCellState {
    margin: 0px
}

.divResultTableCellZip {
    margin: 0px
}

.divResultTableCellCountry {
    margin: 0px
}

.divResultTableCellName {
    margin: 0px
}

.divResultTableCellPhone {
    margin: 0px
}

.divResultTableCellGroup {
    margin: 0px
}

.divResultTableCellUrl {
    margin: 0px
}

.divResultTableCellEmail {
    margin: 0px
}

#divBatchGeoCodeButton {
    width: 150px;
    height: 50px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    box-shadow: 0 1px 2px 5px #fff
}

#divBatchGeoCodeButton input {
    height: 50px;
    width: 150px;
    cursor: pointer
}

#address-geocoded {
    width: 80%;
    margin: 20px auto;
    text-align: center;
    padding: 15px;
    display: none
}

#address-geocoded-separate-line {
    width: 80%;
    height: 2px;
    margin: auto;
    background-color: green;
    display: none
}

#address-geocoded-total {
    width: 80%;
    margin: 20px auto;
    text-align: center;
    padding: 15px;
    display: none
}

.copy-past-indications {
    width: 80%;
    margin-left: 30px;
    padding-top: 30px;
    font-size: 10px;
    color: #23527c;
    padding-top: 30px
}
.copy-past-indications p a {
	text-decoration: underline;

}
.copy-past-indications p a:HOVER {
	text-decoration: none;

}
#csvTableCopy {
    margin-top: 70px;
    display: none
}

#comment {
    width: 90%;
    margin: 70px auto;
    height: 238px;
    display: none;
}

#tableContener {
    margin: 70px auto; /* 70px*/
    font-size: 10px;
    overflow: hidden;
}

#directionsModal {
    max-height: 800px;
}

#tableContener table {
    width: 90%;
    margin: auto;
    height: 250px;
    box-shadow: 0 1px 20px 1px #263645;
    margin-bottom: 15px;
    opacity: 0.5
}

#copy-past {
    position: relative;
    top: 110px;
    left: 33%;
    z-index: 10;
    display: inline-block;
    font-size: 31.5px;
    color: #23527c
}

#tableContener table th {
    background: #DFDFDF;
    font-weight: bold
}

#tableContener table td {
    background: #FAFAFA
}

#tableContener table tr:nth-child(even) td {
    background: #F1F1F1
}

tr:nth-child(odd) td {
    background: #FEFEFE
}

#divButtonCarto button {
    height: 50px;
    width: 120px;
    font-size: 14px;
    font-weight: bold;
}

#divContentButtons {
    width: 330px;
    height: 80px;
    margin: auto
}

#divButtonCartoOptions input {
    height: 50px;
    width: 150px;
    display: none
}

#divButtonCarto,
#divButtonCartoOptions {
    width: 150px;
    height: 50px;
    text-align: center;
    margin: auto;
    margin-top: 20px
}

#divButtonCarto2 {
    width: 150px;
    height: 50px;
    text-align: center;
    margin: auto
}

#divButtonCarto2 input {
    height: 50px;
    width: 150px;
    background-color: green;
    color: #fff
}

#divOptionsContent {
    width: 750px;
    height: 280px;
    margin: auto;
    font-size: 11px;
    display: none
}

#divOptionsDirections,
#divOptionsDirectionsArrival {
    width: 750px;
    height: 35px;
    margin: auto;
    font-size: 11px
}

#divOptionsMarkers,
#divOptionsMapView,
#divOptionsMapGrouping,
#divOptionsCheckboxs {
    height: 30px
}

#selectLabel,
#selectOption,
#inputLabel,
#inputOption,
#selectLabelDirectionsArrival,
#selectDirectionsArrivalOption {
    float: left;
    width: 100px;
    height: 20px;
    margin-top: 5px;
    margin-left: 10px
}

.selectLabelClass,
.inputLabelClass,
.selectLabelDirectionsArrivalClass {
    text-align: right;
    color: #06a;
    padding-top: 5px
}

#selectOption select {
    font-size: 11px;
    height: 25px
}

#selectDirectionsArrivalOption select {
    font-size: 11px;
    height: 28px;
    width: 300px
}

#inputOption input {
    font-size: 11px;
    height: 30px;
    width: 300px
}

.divOptionsAnimate {
    margin-top: 20px;
    margin-left: 25px;
    font-size: 11px
}

#directionButton {
    width: 100px;
    margin-right: 230px;
    background: #4CAF50 !important;
    color: #fff
}

#divOptionsCheckbox1 {
    height: 20px;
    margin-top: 5px
}

#divOptionsCheckbox2,
#divOptionsCheckbox3,
#divOptionsCheckbox4 {
    height: 20px
}

#selectCheckbox {
    height: 20px;
    padding-left: 10px
}

#titleName {
    width: 170px;
    margin-bottom: 5px;
    float: left;
    color: #263645;
    float: left
}

#deleteMarker {
    width: 20px;
    height: 20px;
    float: right;
    cursor: pointer;
    background: url("../images/3.png") no-repeat center;
    display: none
}

#zoomMarker {
    width: 20px;
    height: 20px;
    float: right;
    margin-right: 2px;
    cursor: pointer;
    background: url("../images/z2.png") no-repeat center;
    display: none
}

#address {
    clear: both;
    color: #000;
    font-size: 12px
}

#phoneNumber,
#groupe,
#email,
#url {
    color: #000;
    font-size: 11px
}

#origin-point {
    color: white;
    font-weight: bold;
    background-color: #06a;
    text-align: center;
    line-height: 70px;
    height: 0px;
    width: 0px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    display: none;
    opacity: 0.0
}

#new-link-line {
    position: absolute;
    width: 3px;
    background-color: #06a;
    z-index: 100;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left
}

#new-link-circle {
    position: absolute;
    width: 4px;
    background-color: #06a;
    z-index: 100;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 3px solid red;
    opacity: 0.2;
    display: none
}

#content-distance {
    width: 80px;
    height: 20px;
    background: #fff;
    position: absolute;
    display: none;
    text-align: center;
    font-size: 14px;
    border: 1px solid green
}

#distance-text {
    margin: auto;
}

.container-fluid .container {
    font-size: 0.9em;
}

.container-fluid .container h1 {
    font-size: 1.3em;
    font-weight: bolder
}

.row-centered {
    margin: auto;
    /* max-width: 960px; */
    max-width: 1200px;
}

.map-bg {
    width: 347px;
    height: 165px;
    margin: 50px auto;
    background: url("../images/f20.png") no-repeat center;
    box-shadow: 0px 1px 2px 3px #ccc
}

.copy-past-pg {
    width: 347px;
    height: 165px;
    margin: 50px auto;
    background: url("../images/copy11.png") no-repeat left;
    box-shadow: 0px 1px 2px 3px #ccc
}

.precision-pg {
    width: 347px;
    height: 165px;
    margin: 50px auto;
    background: url("../images/precision.png") no-repeat left;
    box-shadow: 0px 1px 2px 3px #ccc
}
.multiple-locations-pg{
	width: 347px;
    height: 165px;
    margin: 50px auto;
    background: url("../images/multipleLocations.png") no-repeat center;
    box-shadow: 0px 1px 2px 3px #ccc
}
.satelitte-pg{
	width: 347px;
    height: 165px;
    margin: 50px auto;
    background: url("../images/pg-satelitte.png") no-repeat center;
    box-shadow: 0px 1px 2px 3px #ccc
}
.categories-pg{
	width: 347px;
    height: 165px;
    margin: 50px auto;
    background: url("../images/pg-categories.png") no-repeat left bottom;
    box-shadow: 0px 1px 2px 3px #ccc
}
.copy-past-pg-text,
.map-bg-text {
    width: 347px;
    margin: -30px auto
}

.chat-box {
    position: absolute;
    bottom: 0;
    right: 0
}

.box {
    transition: height 1s ease-out;
    width: 300px;
    height: 0px;
    background: red;
    z-index: 9999
}

.open:hover>.box {
    height: 400px;
    transition: height 1s ease-out
}

.open {
    text-align: center;
    font-size: 20px;
    border: 2px solid #3F51B5;
    background: #673AB7;
    color: #eaeaea
}

.excel-features-bg {
    width: 250px;
    height: 150px;
    margin-top: 100px;
    background: url("../images/excel-feature-bg.png") no-repeat center;
    box-shadow: 0 1px 20px 1px #263645
}

.copy-past-bg {
    width: 250px;
    height: 150px;
    margin-top: 100px;
    background: url("../images/copy-past-bg.png") no-repeat center;
    box-shadow: 0 1px 20px 1px #263645
}
.copy-past-bg-en {
    width: 250px;
    height: 150px;
    margin-top: 100px;
    background: url("../images/copy-past-bg-en.png") no-repeat center;
    box-shadow: 0 1px 20px 1px #263645
}

.map-features-bg {
    width: 250px;
    height: 150px;
    margin-top: 100px;
    background: url("../images/map-features-bg.png") no-repeat center;
    box-shadow: 0 1px 20px 1px #263645
}

.satelitte-features-bg {
    width: 250px;
    height: 150px;
    margin-top: 100px;
    background: url("../images/satelitte-feature-bg.png") no-repeat center;
    box-shadow: 0 1px 20px 1px #263645
}

.hybrid-features-bg {
    width: 250px;
    height: 150px;
    margin-top: 100px;
    background: url("../images/hybrid-feature-bg.png") no-repeat center;
    box-shadow: 0 1px 20px 1px #263645
}

.group-features-bg {
    width: 250px;
    height: 150px;
    margin-top: 100px;
    background: url("../images/group-feature-bg.png") no-repeat center;
    box-shadow: 0 1px 20px 1px #263645
}

.excel-features-bg-p {
    width: 250px;
    font-size: 10px;
    padding-top: 10px
}

.copy-past-bg p {
    font-size: 10px;
    padding-top: 160px
}

.copy-past-bg-en p {
    font-size: 10px;
    padding-top: 160px
}

.map-features-bg p {
    font-size: 10px;
    padding-top: 160px
}

.satelitte-features-bg p {
    font-size: 10px;
    padding-top: 160px
}

.hybrid-features-bg p {
    font-size: 10px;
    padding-top: 160px
}

.group-features-bg p {
    font-size: 10px;
    padding-top: 160px
}

.footer {
    width: 100%;
    height: 180px;
    margin-top: 270px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #263645;
    color: #b9b9b9;
    list-style-type: none;
    font-size: 13px
}
.footer a:HOVER{
	color: #ccc;
}
.footer p {
	width: 374px;	
}	

.footer ul li {
    display: block;
    list-style-type: none;
    padding: 0
}

.footer #container-fluid {
    background: #263645
}

.dvTableResult::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #fff
}

.dvTableResult::-webkit-scrollbar-thumb {
    background: #ccc
}

.reset-map {
    position: absolute;
    top: 405px;
    right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 3px 3px 3px 3px;
    background: #fff;
    opacity: 0.8;
    cursor: pointer;
    display: none;
}

.reset-map-bg{
	 width: 28px;
    height: 28px;
    background: url("../images/reset-map.png") no-repeat center; /*reste15.png*/
}

.reset-map:hover {
    opacity: 1;
}







.navbar-custom {
    /*background-color: lightgreen;*/

    font-size: 12px;
    width: 100%;
    background: #263645;
    height: 48px;
}


.navbar-collapse {

    background: #263645;
    height: 150px;
}

@media (min-width: 768px) {
    .navbar-nav.navbar-center {
      position: absolute;
      left: 50%;
      transform: translatex(-50%);
      
    }
  }


  @media (min-width: 768px) {
    .navbar-nav.navbar-right {
   
      width: 107px;
      height: 20px;
      margin-right: 15px;
      margin-top: 10px;
      background: url("../images/donate.png") no-repeat center;    
      
    }
  }


  



/*.navbar-header a {
 color: red;
 background: url("../images/m10.png") no-repeat center;
 width: 26px;
 height: 26px;
 float: left;
 margin-left: 20px;
 margin-top: 7px;
 background: url("../images/m10.png") no-repeat center;
 -webkit-border-radius: 100%;
 -moz-border-radius: 100%;
 border-radius: 100%;
}

.navbar-nav {
    display: inline-block;
background-color: red;
color: white;
margin-left: 200px;

}*/


/*.nav navbar-nav {
    display: inline-block;
    list-style-type: none;
    border: 2px solid black;
}*/