.esriControlsBR {
    display: none;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

.menu-item>label>span {
    margin-left: 4px;
}

.profile-stat-route-symbol {
    /* display: inline-block; */
}

.profile-stat-item {
    display: inline-block;
    width: 47%;
    font-size: 0.75rem;
    margin-top: 5px;
}

.profile-stat-item:nth-child(1) {
    padding-left: 16px;
    width: calc(50% - 12px) !important;
}

.profile-stat-item > div {
    display: inline-block;
}

.profile-grade-item {
    display: none;
    position: absolute;
    z-index: 300;
    pointer-events: none;
    padding: 1px 5px;
    font-size: 0.75rem;
    width: 30px;
    text-align: center;
}

.profile-chart-container {
    position: relative;
    padding-top: 5px;
    margin-top: 15px;
    height: 85px;
    overflow: hidden;
    font-size: 0.75rem !important;
}

.textbox-container {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}

.textbox-action {
    position: absolute;
    right: 0px;
    top: 0px;
}

.predefined-maps-menu .predefined-map-item:first-child {
    border-color: #999999;
}

/*Special Rule: Favorites dont need a fat line*/
.menu-content .predefined-map-item.menu-item.sep-bottom.hover.typo-big {
    border-color: #d8d8d8;
}

.noscriptmsg {
    position: absolute;
    width: 40%;
    left: 30%;
    top: 40%;
    border-radius: 15px;
    box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.3);
    padding: 10px 20px;
}

@media only screen and (max-width : 640px) {
    .noscriptmsg {
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        border-radius: 0px;
    }
}

.noscriptmsg div {
    /* margin: 20px; */
}

.unsupportedbrowser {
    border-radius: 0px 0px 15px 15px;
    top: 0px;
}

#ui-controller, #location-tools {
    /*display:none;*/
    /* z-index: 2; */
    /* box-shadow: 10px 15px 5px 5px black; */
}

#map, #file-drop {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    /* background-image: url('../images/mapbackground.png');*/
    /* background-color: white; */
}

.map .esriMapContainer {
    z-index: 0;
}

.map .esriMapContainer .esriMapContainer {
    z-index: 0;
}

#main-tools, #modal-tools, #error-tools {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 320px;
    z-index: 2;
    box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.3);
}

#error-tools {
    z-index: 10000;
    display: none;
}

@media only screen and (max-width: 640px) {
    #main-tools, #modal-tools, #error-tools {
        width: 100%;
    }

    #zoom-tools {
        bottom: 20px !important;
        top: inherit !important;
    }
}

#loading-border {
    /*font-size: 161px;
        text-shadow: 0px 0px 23px black;
        position: absolute;
        top: 30%;
        left: 50%;
        text-align: center;
        color: white;
        pointer-events: none;
        padding-top: 69px;*/
    /* background:blue; */
    /* -webkit-animation: spin 1s linear infinite; */
    /* -moz-animation: spin 1s linear infinite;*/
    animation: spin 1s linear infinite;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#file-drop {
    z-index: 5;
    pointer-events: none;
}

.filedrop-dragover {
    border: 5px solid #0F05A0;
}

#modal-tools {
    /* display: none; */
}

.modal-header {
    padding-left: 10px;
    /* padding-top: 28px; */
    height: 55px;
    position: relative;
}

.modal-header-action {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    /* width: 56px; */
    /* cursor: pointer; */
    /* background: url('../images/dummy.png'); */
}

.modal-header-title {
    padding-top: 16px;
}

.scrollable {
    overflow-x: hidden;
    overflow-y: auto;
}

.ios-scrollable {
    -webkit-overflow-scrolling: touch;
}

#location-tools {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#location-tools .btn {
    margin-top: 16px;
}

#zoom-tools {
    position: absolute;
    right: 10px;
    top: 10px;
    /* width: 200px; */
}

#zoom-tools .btn {
    margin-bottom: 16px;
}

#scalebar-container {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(255,255,255,0.8);
    padding: 0px 5px;
    /* display: none; */
}

.header-logo-container {
    height: 46px;
    transition: height 0.3s ease-out;
}

.header-label, .header-image {
    position: absolute;
    right: 9px;
    top: 6px;
}

.header-image {
    left: 2px;
    display: inline;
    top: 0px;
    width: 148px;
    height: 38px;
    background: url(../images/logo.png);
    background: -webkit-image-set(url(../images/logo.png) 1x, url(../images/logo@2x.png) 2x);
    background-repeat: no-repeat;
}

.header-bar-container {
    position: relative;
}

.header-bar-left-action {
    height: 56px;
    width: 56px;
    cursor: pointer;
}

.header-bar-right-action {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 56px;
    cursor: pointer;
}

.search-input-action {
    position: absolute;
    left: 56px;
    right: 56px;
    top: 0px;
    bottom: 0px;
}

.search-input-action .textbox-container {
    position: absolute;
    top: 13px;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

.textbox-input {
    border: solid 1px rgba(0,0,0,0);
    border-radius: 0px;
    /* right: 0px; */
    /* left: 0px; */
    width: calc(100% - 37px);
    /* padding: 0px; */
    padding-right: 30px !important;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 6px;
}

.textbox-watermark {
    pointer-events: none;
    padding: 6px;
    position: absolute;
    top: 1px;
}

.textbox-input.invalid {
    border-color: red;
}

.searchresults-content .search-result-item:last-child {
    border-bottom: none;
}

.searchresults-content .search-result-item {
    height: 56px;
}

.search-result-item-theme {
    margin-bottom: 3px;
    /* display: inline-block; */
    padding-top: 6px;
    min-height: 15px;
}

.search-result-item-distance {
    position: absolute;
    top: 6px;
    right: 13px;
}

.search-result-item {
    /* padding: 0px 0px 0px 56px; */
    padding-left: 56px;
    position: relative;
    /* cursor: pointer; */
    /* min-height: 48px; */
    overflow: hidden;
    /* padding-top: 0px; */
    /* min-height: 48px; */
    /* width: 100%; */
    transition: height 1s;
    /* height: 56px; */
}

.search-result-item.layer-item {
    height: 56px;
}

.search-result-item-preselected {
    background-color: #f2f8fc;
}

.visitcard {
    /* padding-bottom: 0px; */
}

/*.visitcard-item-container .visitcard:last-child {
    border-bottom: none;
}*/
.visitcard-item-container {
    overflow-x: hidden;
}

.search-result-item-name {
    /* border-bottom: solid 1px; */
    /* display: inline-block; */
    text-overflow: ellipsis;
    /* max-height: 45px; */
    white-space: nowrap;
    max-width: -10%;
    overflow: hidden;
    /* margin-right: 10px; */
    padding-bottom: 8px;
}

.search-result-loading-text {
    margin-left: 45px;
    margin-top: 2px;
}

.search-result-item-layericon img {
    position: absolute;
    /* -webkit-filter: drop-shadow(0px 0px 1px gray); */
    /*filter:         drop-shadow(0px 0px 1px gray); */
    width: 20px;
    height: 20px;
    border-width: 0px 2px 2px 0px;
    border-color: white;
    border-style: solid;
    border-radius: 2px;
    background-color: white;
}

.search-result-item-layericon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 56px;
    height: 56px;
    background-position: center;
    background-repeat: no-repeat;
}

.layer-symbol-multilevel-simple img:nth-child(1), .layer-symbol-simple img {
    top: 17px;
    left: 17px;
    z-index: 3;
}

.layer-symbol-simple img {
    filter: none;
    -webkit-filter: none;
}

/*
.layer-symbol-multilevel-simple div {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 20px;
    height: 19px;
    background: white;
    z-index: 2 !important;
    border-radius: 2px;
}*/
.layer-symbol-multilevel-simple img:nth-child(3) {
    position: absolute;
    top: 22px !important;
    left: 22px !important;
    width: 20px;
    height: 20px;
    z-index: 1 !important;
}

.layer-symbol-multilevel-simple img:nth-child(2) {
    top: 22px !important;
    left: 21px !important;
    width: 20px;
    height: 20px;
    z-index: 0 !important;
}

.layer-symbol-multilevel-simple-bordered img {
    border-color: #D8D8D8;
    border-width: 1px;
}

.visitcard-layersymbol-selected img {
    /*-webkit-filter: drop-shadow(0px 0px 2px #73004d) !important;
        filter:         drop-shadow(0px 0px 1px #73004d) !important; */
    border: solid 2px #73004d;
    -webkit-filter: none;
}

.search-result-loading-icon {
    float: left;
    /* background:red; */
    width: 20px;
    height: 20px;
    margin: 0px 0px 0px 8px;
    -webkit-animation: spin2 1s linear infinite;
    -moz-animation: spin2 1s linear infinite;
    animation: spin2 1s linear infinite;
}

.btn-normal .btn-loading-icon svg {
    width: 16px;
    height: 16px;
    margin: 0px;
    padding: 0px;
    /* padding-top: 4px; */
}

.btn-plain .btn-loading-icon svg {
    margin: 0px;
    padding: 0px;
    width: 20px;
    height: 20px;
}

.menu-item-loading-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 32px;
    width: 32px;
    padding: 12px 0px 0px 13px;
    /* background: black; */
	-webkit-animation: spin2 1s linear infinite;
    -moz-animation: spin2 1s linear infinite;
    animation: spin2 1s linear infinite;
}

.menu-item-with-plain-button {
    min-height: 29px;
    padding: 13px 56px 13px 10px !important;
    /* padding-top: 10px !important; */
}

.menu-item-with-plain-button .menu-item-label {
    margin-top: 4px;
}

.search-bar-loading-icon {
    float: none !important;
    padding: 18px 0px 0px 18px !important;
    height: 37px;
    /* background-color: red; */
    -webkit-animation: spin2 1s linear infinite;
    -moz-animation: spin2 1s linear infinite;
    animation: spin2 1s linear infinite;
}

.search-bar-loading-icon circle {
    fill: white;
}

.header-controller .bubble-indicator {
    position: absolute;
    top: 10px;
    left: 5px;
    background: red;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    pointer-events: none;
    align-items: center;
}

@-moz-keyframes spin2 {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin2 {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.menu-item {
    padding: 17px 10px;
    background: white;
    height: 20px;
    position: relative;
    text-overflow: ellipsis;
    /* max-height: 45px; */
    white-space: nowrap;
    overflow: hidden;
}

.wms-url-suggestion-container .menu-item {
    padding-top: 20px !important;
    padding-bottom: 15px !important;
}

.shareContainer {
    height: 56px;
    padding: 0px;
    overflow-x: hidden;
}

.menu-item > input {
    /* margin-top: 4px; */
    position: absolute;
    left: 10px;
    top: 9px;
    /* right: 119px; */
    /* left: 0px; */
}

.menu-item-multiline {
    white-space: inherit;
    overflow: inherit;
    height: inherit;
    text-overflow: inherit;
}

.btn {
    cursor: pointer;
}

.btn svg {
    width: 32px;
    height: 32px;
    padding: 12px;
    /* padding-top: 18px; */
}

.btn-plain {
    /* background: red; */
}

.layer-item-checkbox, .layer-item-info {
    position: absolute;
    right: 56px;
    top: 0px;
}

.layer-item-checkbox svg {
    padding: 12px 1px;
    /* padding-top: 18px; */
}

.layer-item-info {
    right: 0px;
}

.layer-item .search-result-item-name {
    max-width: 65%;
    margin-top: 20px;
}

.btn-round {
    /* box-shadow: 0px 0px 3px black; */
    border-radius: 28px;
    background-color: white;
    border: 1px solid #d8d8d8;
    height: 38px;
    width: 38px;
}

.btn-round-transparent {
    background-color: rgba(255,255,255,0.5);
    border: 1px solid rgba(216,216,216,0.5) !important;
}

.btn-textbox {
    height: 30px;
    width: 30px;
}

.btn-textbox svg {
    padding: 5px;
    width: 19px;
    height: 19px;
}

.btn-round svg {
    padding: 3px;
}

.btn-text {
}

.btn-blue path, .btn-blue rect, .btn-blue polygon, .btn-blue circle {
    fill: #0F05A0;
}

.btn-blue ellipse {
    stroke: #0F05A0;
}

.btn-white path, .btn-white rect, .btn-white polygon, .btn-white circle {
    /* stroke: white; */
    fill: white;
}

.btn-white polygon {
    fill: white;
}

.btn-deactivate path, .btn-deactivate rect, .btn-deactivate polygon, .btn-deactivate circle {
    fill: #cccccc !important;
}

/*
.btn-active path, .btn-active polygon, .btn-toggled.btn-round path, .btn-toggled.btn-round polygon {
    stroke: rgb(115,0,77) !important;
}*/
.btn-toggled polygon, .btn-toggled rect, .btn-toggled path, .btn-toggled circle, .btn-active polygon, .btn-active path, .btn-active rect, .btn-active circle {
    fill: rgb(115,0,77) !important;
}

.btn-toggled.btn-round ellipse, .btn-active ellipse {
    stroke: rgb(115,0,77) !important;
}

.btn-togglestyle-bluegray.btn-toggled polygon, .btn-togglestyle-bluegray.btn-toggled rect, .btn-togglestyle-bluegray.btn-toggled path, .btn-togglestyle-bluegray.btn-toggled circle {
    fill: #0F05A0 !important;
}

.btn-togglestyle-bluegray polygon, .btn-togglestyle-bluegray rect, .btn-togglestyle-bluegray path, .btn-togglestyle-bluegray circle {
    fill: #d8d8d8;
}

.mouseover-point-layer image, .mouseover-line-layer path, .mouseover-polygon-layer path {
    opacity: 0;
}

.mouseover-point-layer image:hover, .mouseover-line-layer path:hover, .mouseover-polygon-layer path:hover {
    opacity: 1;
}

.mouseover-polygon-layer path, .mouseover-line-layer path, .mouseover-point-layer image, .persistent-line-layer path, .persistent-point-layer image, .persistent-polygon-layer path {
    cursor: pointer;
}

/*.mouseover-point-layer path:hover, .persistent-point-layer path {
    stroke: #73004d;
    stroke-opacity: 1;
}

.mouseover-line-layer path:hover, .persistent-line-layer path, .mouseover-polygon-layer path:hover, .persistent-polygonlayer-layer path {
    stroke-opacity: 2;
    stroke: #73004d;
}
*/
.scalebar-label {
    display: inline-block;
}

.scalebar-line {
    height: 5px;
    border: 1px solid black;
    /* background:black; */
    border-top: 0px;
}

.scalebar-bar {
    display: inline-block;
}

.filter-popup {
    position: absolute;
    z-index: 10000000;
    right: 0px;
    left: 0px;
    box-shadow: 0px 4px 7px -2px rgba(0,0,0,0.3);
}

.filter-popup .menu-item {
    padding-left: 20px;
}

.filter-popup .selected {
    color: black !important;
}

.filter-popup .menu-item:hover {
    color: black !important;
}

.filter-items {
    /* width: 1000px; */
    height: 56px;
    position: relative;
    overflow: hidden;
}

.filter-item {
    /* border:solid 1px black; */
    position: absolute;
    height: 56px;
    cursor: pointer;
    top: 0px;
    /* float: left; */
    /* display: inline-block; */
    width: 100%;
}

.filter-icon {
    display: none;
    width: 56px;
    height: 56px;
    /* display: inline-block; */
    position: relative;
}

.filter-label {
    /* display:inline-block; */
    position: absolute;
    top: 19px;
    left: 20px;
}

.filter-icon svg {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 12px;
    left: 12px;
}

.filter .filter-right-item {
    position: absolute;
    right: 19px;
    top: 17px;
    width: 19px;
    height: 19px;
}

.filter .filter-right-item svg {
    height: 19px;
    width: 19px;
}

.filter:hover .filter-right-item path {
    fill: black;
}

.predefined-map-item {
    position: relative;
    padding: 19px 0px 19px 56px;
    height: 18px;
}

.predefined-map-item-invalid {
    color: gray;
}

.predefined-map-item-icon {
}

.predefined-map-item-icon svg, .predefined-map-item-icon img {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 11px;
    left: 11px;
}

.predefined-map-item-checkmark svg {
    position: absolute;
    top: 11px;
    right: 11px;
    height: 34px;
    width: 34px;
}

.visitcard-title-icon {
    height: 40px;
    width: 40px;
    background-size: auto 40px;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    background-image: url();
    /* float: left; */
    margin-right: 10px;
    margin-top: 8px;
    margin-bottom: 10px;
    /* display: inline-block !important; */
}

.visitcard-title-icon img {
    width: 100%;
}

.visitcard-attribute-value img {
    width: 100%;
}

.visitcard-image-controller img, .visitcard-image-controller video {
    width: 100%;
    /* margin-right: 86px; */
    margin-bottom: 0px;
}

.visitcard-image-controller {
    padding-right: 10px;
    margin: 13px 0px 20px 0px;
    position: relative;
}

.visitcard-image-controller video {
}

.visitcard-image-controller-imagevideo .btn {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
}

.visitcard-image-controller-audio .btn {
    float: left;
    margin-right: 10px;
}

.visitcard-image-controller .btn svg {
    /* width: 76px; */
    /* height: 82px; */
}

.visitcard-attributes {
    margin-top: 0px;
    position: relative;
    margin-bottom: 8px;
}

.visitcard-attribute {
    /* clear: both; */
    margin-top: 15px;
    margin-right: 9px;
    margin-bottom: 0px;
}

.visitcard-attribute.noLabelValue:nth-child(1) {
    margin-top: 10px;
}

.visitcard-routing-button {
    /* position: absolute; */
    /* right: 0px; */
    /* top: -25px; */
    border-top: 1px soli;
    float: right;
    margin-top: -18px;
}

.visitcard-extend-button{
    margin:auto;
    width: 56px;
    /* height: 40px; */
    /* overflow: hidden; */
    /* pointer-events: none; */
}

.visitcard-extend-button svg {
    padding-top: 0px;
    padding-bottom: 0px;
}

.visitcard-attribute-label {
    /* font-weight: bold; */
    /* float: left; */
    margin-right: 9px;
    /* margin-top: 15px; */
    /* width: 70px; */
}

.visitcard-attribute-link {
}

.visitcard-attribute-oev {
    border: black solid 1px;
    /* border-radius: 0px; */
    /* box-shadow: 0px 0px 2px black; */
    min-width: 18px;
    height: 12px;
    padding: 6px;
    margin: 3px 3px 0px 0px;
    text-align: center;
    display: inline-block;
    background-color: white;
    v-align: center;
}

.visitcard-attribute-oev span {
    /* margin: 7px; */
    font-weight: bold;
}

.visitcard-attribute-oev-linie-2 {
    background: rgb( 226, 10, 22);
    color: white !important;
}

.visitcard-attribute-oev-linie-3 {
    background: rgb(0, 137, 47);
    color: white !important;
}

.visitcard-attribute-oev-linie-4 {
    background: rgb(68,65,140);
    color: white !important;
}

.visitcard-attribute-oev-linie-5 {
    background: rgb(115, 69, 34);
    color: white !important;
}

.visitcard-attribute-oev-linie-6 {
    background: rgb(202, 125, 60);
    color: white !important;
}

.visitcard-attribute-oev-linie-7 {
    background: rgb(24, 21, 18);
    color: white !important;
}

.visitcard-attribute-oev-linie-8 {
    background: rgb(138, 181, 31);
    color: black !important;
}

.visitcard-attribute-oev-linie-9 {
    background: rgb(68, 65, 140);
    color: white !important;
}

.visitcard-attribute-oev-linie-10 {
    background: rgb(225, 36, 114);
    color: white !important;
}

.visitcard-attribute-oev-linie-11 {
    background: rgb(0, 137, 47);
    color: white !important;
}

.visitcard-attribute-oev-linie-12 {
    background: rgb(0, 141, 197);
    color: black !important;
}

.visitcard-attribute-oev-linie-13 {
    background: rgb(255, 193, 0);
    color: black !important;
}

.visitcard-attribute-oev-linie-14 {
    background: rgb( 0, 141, 197);
    color: white !important;
}

.visitcard-attribute-oev-linie-15 {
    background: rgb( 226, 10, 22);
    color: white !important;
}

.visitcard-attribute-oev-linie-17 {
    background: rgb(205, 96, 144);
    color: white !important;
}

.visitcard-layericon-selected {
    border: solid 2px #73004d;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 17px;
    left: 17px;
}

a {
    text-decoration: none;
}

.media-modal-presentation {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 1000000000;
}

.media-modal-presentation-closebutton {
    position: absolute;
    top: 0px;
    right: 0px;
}

.media-modal-presentation-content {
    background: white;
    border: #d8d8d8 1px solid;
    border-radius: 10px;
    margin: auto;
    position: absolute;
    padding: 20px;
    max-width: 80%;
    max-height: 80%;
    /* overflow-y: auto; */
    /* overflow: auto; */
}

.media-modal-presentation-image {
    /* max-width: 100%; */
    /* max-height: 100%; */
    /* height: 31%; */
    position: absolute;
    /* top: 20px; */
    /* left: 20px; */
    /* right: 20px; */
    /* bottom: 20px; */
}

.media-modal-presentation-metadata {
    /* word-wrap: break-word; */
    max-width: 100%;
    position: absolute;
    background: white;
    padding: 10px;
    border-radius: 6px;
}

@media only screen and (max-width: 640px) {
    .media-modal-presentation-content {
        border: none;
        top: 20px !important;
        left: 20px !important;
        bottom: 20px !important;
        right: 20px !important;
    }

    .media-modal-presentation {
        /* background: white; */
    }
}

.phone-call-button {
    /* float: right; */
    /* display: inline-block; */
    /* position: absolute; */
    /* right: 8px; */
    /* top: 9px; */
}

.btn-normal {
    background-color: #0F05A0;
    padding: 7px 9px 6px 9px;
    border-radius: 3px;
    /* display: inline-block; */
    position: absolute;
    right: 8px;
    top: 12px;
}

.btn-normal.btn-deactivate {
    background-color: #d8d8d8;
}

.btn-white {
    color: white;
}

.data-import-container {
    /* position:relative; */
    /* min-height: 97px; */
}

.data-import-layer-section {
    /* position:absolute; */
    /* top: 161px; */
    /* bottom:48px; */
    /* right: 0px; */
    /* left:0px; */
    /* overflow-y: scroll; */
}

.data-import-footer-section {
    /* position:absolute; */
    /* bottom: 1px; */
    /* right: 0px; */
    /* left:0px; */
}

.kml-import-container > div > label > input {
    margin-right: 7px;
    margin-left: 13px;
}

.kml-local-import-input, .kml-url-import-input {
    position: absolute;
    top: 12px;
    left: 9px;
}

.kml-url-import-input input, .wms-url-import-input input {
    border: 1px solid lightgray;
}

/*
.menu-item:last-child, .search-result-item:last-child{
    border-bottom:none;
}*/
.wms-url-import-input {
    /* padding-right: 30px !important; */
    /* border: 1px solid lightgray; */
    position: absolute;
    top: 12px;
    left: 9px;
}

.wms-url-suggestion-btn {
    position: absolute;
    top: 11px;
    /* left: 196px; */
}

.wms-url-suggestion-container div:last-child {
    border-bottom: none;
}

.routing-container {
    padding: 20px;
    height: 62px;
}

.routing-container .routing-start-input-action {
    position: absolute;
    left: 56px;
    right: 56px;
    top: 14px;
}

.routing-start-label {
    position: absolute;
    left: 40px;
}

.routing-end-label {
    position: absolute;
    left: 40px;
    top: 64px;
}

.routing-container .routing-end-input-action {
    position: absolute;
    left: 56px;
    right: 56px;
    top: 58px;
}

.routing-container .swapButton {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0px;
    top: 24px;
}

.routing-container .closeButton {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 24px;
}

.routing-container .header-bar-right-action .progressLoadingIndicator {
    position: absolute;
    width: 60px;
    height: 60px;
    /* padding-top: 23px !important; */
    padding: 40px 0px 0px 40px !important;
    left: -22px;
    top: 2px;
}

.routingResultsContainer {
    height: 45px;
}

.routingResultsContainer .backToRouteResultsButton {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
}

.routingResultsContainer .routingResults {
    position: absolute;
    top: 0px;
    left: 56px;
    height: 50px;
    right: 0px;
}

.routingResultsContainer .routingResults .resultItem {
    height: 50px;
    width: 50%;
    font-size: 0.75rem;
    padding-top: 7px;
    cursor: pointer;
    /* float: left; */
    display: inline-block;
    margin-right: 5px;
    position: relative;
}

.routingResultsContainer .routingResults .resultItem .distance {
    float: left;
}

.routingResultsContainer .routingResults .resultItem .distDurSeparator {
    float: left;
    padding-left: 2px;
    padding-right: 2px;
}

.routingResultsContainer .routingResults .resultItem .duration {
    float: left;
}

.routingResultsContainer .routingResults .resultItem .algorithmName {
    clear: both;
    /* font-weight: bold; */
    position: absolute;
    top: 21px;
}

.routingResultsContainer .routingResults .resultItem .symbol {
    position: absolute;
    bottom: 13px;
}

.routingResultsContainer .routingResults .resultItem .visibilityCheckbox {
    /* float: right; */
    position: absolute;
    top: 7px;
    right: 17px;
}

.routingResultsContainer .right-action-button {
    position: absolute;
    /*width: 50px;*/
    /*height: 50px;*/
    right: 0px;
    top: 0px;
}

.routing-action-buttons {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

 .lower-action-button {
    height: 32px;
    background: white;
    display:flex;
    justify-content: center;
}

.lower-action-button svg{
    padding-top: 0px;
    padding-bottom: 0px;
}

.lower-action-button.btn-plain .btn-loading-icon {
    position: relative;
    top: 10px;
    left: -27px;
    right: inherit;
}

.routingResultsContainer .optionsMenu {
}

.printingContainer {
}

.printhole path {
    fill: rgba(0,0,0,0.3);
    width: 1000px;
    height: 100px;
    /* stroke: black; */
}

.printhole {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    pointer-events: none;
    right: 0px;
    width: 100%;
    z-index: 1;
    height: 100%;
}

.shareContainer .btn {
    position: absolute;
}

.shareContainer .faceBookButton {
    /* position: absolute; */
    /* left: 5px; */
    /* top: 0px; */
}

.shareContainer .twitterButton {
    /* position: absolute; */
    /* left: calc(25% + 28px); */
    /* top: 0px; */
}

.shareContainer .gPlusButton {
    /* position: absolute; */
    /* right: calc(25% + 28px); */
    /* top: 0px; */
}

.shareContainer .mailButton {
    /* position: absolute; */
    /* right: 5px; */
    /* top: 0px; */
}

.shareContainer div {
    display: inline-block !important;
    /* width: 23%; */
    /* padding-right: 18px; */
    /* margin-right: 12.5%; */
}

.drawMeasure .toolsMenu {
    height: 20px;
}

.drawMeasure .toolsMenu .drawPointButton {
    position: absolute;
    left: 0px;
    top: 0px;
}

.drawMeasure .toolsMenu .drawLineButton {
    position: absolute;
    left: 70px;
    top: 0px;
}

.drawMeasure .toolsMenu .drawPolygonButton {
    position: absolute;
    left: 135px;
    top: 0px;
}

.drawMeasure .toolsMenu .drawTextButton {
    position: absolute;
    right: 70px;
    top: 0px;
}

.drawMeasure .toolsMenu .clearButton {
    position: absolute;
    right: 0px;
    top: 0px;
}

.drawMeasure .graphicDetailsMenu {
}

.drawMeasure .graphicDetailsMenu .detailsText {
    margin-top: 2px;
}

.drawMeasure .graphicDetailsMenu .saveButton {
}

.drawMeasure .graphicDetailsMenu .textSymbolText {
    position: absolute;
    top: 11px;
    width: calc(100% - 115px) !important;
    border: 1px solid lightgray;
}

.feedbackContainer {
}

.feedbackContainer .instructions {
    height: 55px;
    word-wrap: normal;
    white-space: inherit !important;
    font-size: 15px;
    color: grey;
    padding: 10px;
}

.feedbackContainer .usabilityQuestion {
    font-weight: normal;
}

.feedbackContainer .ratingText {
    float: left;
}

.feedbackContainer .ratingStars {
    float: right;
}

.feedbackContainer .star {
    width: 30px;
    float: left;
}

.feedbackContainer .star-inactive path, .feedbackContainer .star-inactive rect, .feedbackContainer .star-inactive polygon, .feedbackContainer .star-inactive circle {
    fill: #cccccc !important;
}

.feedbackContainer .suggestions {
    height: 170px;
}

.feedbackContainer .suggestions .suggestionsTitle {
}

.feedbackContainer .suggestions .suggestionsSubtitle {
    padding-bottom: 5px;
}

.feedbackContainer .suggestions .suggestionsTextarea {
    resize: none;
    height: 113px;
    width: calc(100% - 20px);
    font-family: Arial;
    font-size: 14px;
    padding: 10px;
}

.feedbackContainer .personalInfo {
}

.feedbackContainer .sex {
    height: 90px;
}

.feedbackContainer .sex .sexTitle {
    padding-bottom: 10px;
    display: inline-block;
}

.feedbackContainer .sex .radio {
    width: 100%;
    float: left;
    padding-bottom: 5px;
    padding-left: 5px;
}

.feedbackContainer .age {
    height: 90px;
}

.feedbackContainer .age .ageTitle {
    padding-bottom: 10px;
    display: inline-block;
}

.feedbackContainer .age .radio {
    width: 100%;
    float: left;
    padding-bottom: 5px;
    padding-left: 5px;
}

.feedbackContainer .email {
    height: 50px;
}

.feedbackContainer .email .emailTitle {
    display: inline-block;
}

.feedbackContainer .email .emailTextbox {
    position: absolute;
    top: 40px;
    width: calc(100% - 30px);
}

.feedback-required {
    color: red;
}

.data-info-content-container {
    margin-bottom: 10px;
    margin-right: 10px;
}

.help-content {
    padding: 10px;
    overflow-x: hidden;
}

.help-content h1{
    font-weight:normal;
    line-height:2rem;
    margin:0px;
    font-size:1.25rem;
}

.help-content a {
    cursor: pointer;
}

.help-content img {
    max-width: calc(100% - 20px);
}

.help-section {
    border-top: 1px solid #d8d8d8;
    padding-top: 10px;
}

.help-section-title {
    font-size: 1rem;
    font-weight: normal;
}

.help-to-top {
    background: url(../images/icon_link_top.gif);
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 3px;
    padding-left: 21px;
}

#update-progress {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 2px;
    background: #0073DF;
}

.btn-loading-icon {
    -webkit-animation: spin2 1s linear infinite;
    -moz-animation: spin2 1s linear infinite;
    animation: spin2 1s linear infinite;
    position: absolute;
    top: 6px;
    right: calc(50% - 7px);
    height: 16px;
    width: 16px;
}

.btn-loading-icon circle {
    fill: black !important;
}

.btn-plain .btn-loading-icon {
    width: 20px;
    height: 20px;
    top: 16px;
    right: 12px;
}

.ghost-item {
    background-color: red;
}

.chosen-item {
    background-color: #cccccc;
    color: white !important;
}

#reportToaster {
    position: absolute;
    bottom: 0px;
    width: 250px;
    right: 0px;
    z-index: 100000;
}

@media only screen and (max-width : 640px) {
    #reportToaster {
        left: 0px;
        right: 0px;
        width: 100%;
    }
}

.report-panel a {
    display: block;
}

.report-panel {
    padding: 15px;
    box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.3);
    background: white;
    z-index: 3;
    position: relative;
}

.report-toaster-container .dot-panel {
    background: white !important;
    width: 41px;
    height: 25px;
    position: absolute;
    left: calc(50% - 20px);
    top: -24px;
    box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.3);
}

.report-toaster-container .close-button {
    position: absolute;
    right: 3px;
    top: 3px;
    /* height: 35px; */
    z-index: 100;
}

.report-toaster-container .dot-panel svg {
    width: 38px;
    height: 25px;
    padding: 0px;
}

.report-toaster-container .close-button svg {
    padding: 0px;
    width: 25px;
    height: 25px;
}

.report-toaster-container {
    position: relative;
}

.experimental {
    opacity: 0.3;
    display: none;
}

.legend-controller .help-to-top {
    margin-left: 35px;
    cursor: pointer;
    /* height: 64px; */
    padding-bottom: 5px;
    display: block;
}

.legend-controller .help-intro ul {
    margin: 0px 0px 0px 5px;
}

.legend-controller .help-intro ul li:before {
    /* content: "ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ "; */
    /* color: #0F05A0; */
    /* margin-right: 10px; */
}

.legend-controller .help-intro ul li {
    /* list-style: none; */
    /* padding-right: 10px; */
}

.basemap-toggle-banner-item {
    position:absolute;
    /* top: 70px; */
    right: 60px;
    /* transform: translateX(-110%); */
    /* word-wrap: break-word; */
    /* position: absolute; */
    border: 1px solid #7EABCD;
    background-color: white;
    padding: 5px;
    font-size: 9pt;
    z-index: 9999;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /* max-width: 110%; */
}

#location-tools .basemap-toggle-banner-item {
    margin-top: 16px;
}

