body { margin:0; padding:0; }
#map { position:absolute; top:0; bottom:0; width:100%; height: 100% }

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #b1b1b1;
}

*:focus {
    outline: none;
}

.blink {
    animation: blink 1s infinite;
}

.uk-modal {
    z-index: 10000;
}

@keyframes blink{
    0%{opacity: 1;}
    75%{opacity: 0.75;}
    76%{ opacity: 0.75;}
    100%{opacity: 0;}
}

#modules-top-left {
    position: fixed;
    left: 15px;
    top: 15px;
    min-height: 0;
    max-height: 100%;
    width: 90%;
    max-width: 385px;
    z-index: 9999;
    padding: 0;
    margin: 0;
    overflow: hidden;
}


#modules-bottom-left {
    position: fixed;
    left: 15px;
    bottom: 15px;
    min-height: 40%;
    max-height: 40%;
    min-width: 32px;
    max-width: 40%;
    z-index: 9999;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#modules-top-right {
    display: none !important; /** edited by shahmar */
    position: fixed;
    right: 15px;
    top: 15px;
    min-height: 40%;
    max-height: 40%;
    min-width: 32px;
    max-width: 40%;
    z-index: 9999;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#modules-bottom-right {
    position: fixed;
    right: 15px;
    bottom: 15px;
    min-height: 0;
    max-height: 40%;
    min-width: 32px;
    max-width: 40%;
    z-index: 9999;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#module-location-detector_controls {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0 0 25px 0;
    padding: 0;
    background: rgba(255,255,255,1);
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}

#module-location-detector_controls > button {
    position: relative;
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 0;
    background: rgba(255,255,255,1);
    cursor: pointer;
    color: #333;
}
#module-location-detector_controls > button:hover {
    color: #0D47A1;
    background: rgba(250,250,250,1);
    text-shadow: 1px 0px 1px rgba(150, 150, 150, 1);
}

#module-zoom_controls {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    min-height: 65px;
    max-height: 65px;
    background: rgba(255,255,255,1);
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}

#module-zoom_controls > button {
    position: relative;
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 0;
    background: rgba(255,255,255,1);
    cursor: pointer;
    color: #333;
}
#module-zoom_controls > button:hover {
    color: #0D47A1;
    background: rgba(250,250,250,1);
    text-shadow: 1px 0px 1px rgba(150, 150, 150, 1);
}

#module-zoom_controls > .divider {
    position: relative;
    margin: 0 auto;
    line-height: 1px;
    min-height: 1px;
    width: 18px;
    background: #e6e6e6;
}

#module-search_controls {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 52px;
    max-height: 100%;
    overflow: hidden;
}

#module-search_controls > .search-bar {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 370px;
    min-height: 48px;
    max-height: 48px;
    background: rgba(255,255,255,1);
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    border-radius: 2px;
}

#module-search_controls > .search-bar > i {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    line-height: 48px;
    font-size: 18px;
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
    text-align: center;
    color: #999;
}

#module-search_controls > .search-bar > input {
    position: relative;
    margin: 0 0 0 48px;
    padding: 12px 2px 12px 2px;
    line-height: 24px;
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 260px;
    border: 0;
    font-size: 16px;
    color: #333;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #aaa;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aaa;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #aaa;
}

#module-search_controls > .search-bar > .divider {
    position: absolute;
    padding: 1px;
    right: 77px;
    top: 0;
    min-height: 36px;
    max-height: 36px;
    min-width: 0px;
    max-width: 0px;
    background: #e6e6e6;
    border: 0;
}

#module-search_controls > .search-bar > button {
    position: absolute;
    margin: 0;
    padding: 0;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    border: 0;
    background: rgba(255,255,255,1);
    cursor: pointer;
    color: #0D47A1;
}
#module-search_controls > .search-bar > button:hover {
    color: #0D47A1;
    background: rgba(250,250,250,1);
    text-shadow: 1px 0px 1px rgba(150, 150, 150, 1);
}

#module-search_controls > ul {
    position: relative;
    margin-top: 52px;
    background: rgba(255,255,255,1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    border-radius: 2px;
    min-width: 370px;
    max-width: 370px;
	max-height: 80vh;
    overflow: auto;
}

#module-search_controls > ul > li {
    padding: 10px;
    margin: 0;
    font-size: 13px;
    cursor: pointer;
}

#module-routing_container {
    position: fixed;
    top: 0;
    left: -400px;
    width: 90%;
    max-width: 364px;
    min-height: 140px;
    height: 140px;
    background: rgba(250,250,250,1);
    z-index: 9999;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}

#module-routing_container > button:first-child {
    position: absolute;
    right: -24px;
    top: 15px;
    background: rgba(250,250,250,1);
    z-index: 9999;
    box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.3);
    min-width: 24px;
    max-width: 24px;
    line-height: 50px;
    font-size: 18px;
    min-height: 50px;
    max-height: 50px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 2px;
    border: 0;
}
#module-routing_container > button:first-child:hover {
    color: #0D47A1;
    background: rgba(250,250,250,1);
    text-shadow: 1px 0px 1px rgba(150, 150, 150, 1);
}

#module-routing_container.slide-in{
    transition: 100ms;
    left: 0;
}
#module-routing_container.slide-out{
    transition: 100ms;
    left: -400px;
}

#module-routing_container > .routing-inputs {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 10px;
    background: #4285F4 !important;
    min-height: 120px;
    max-height: 120px;
}

#module-routing_container > .routing-inputs > ol {
    position: relative;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    color: #97bcf9;
    font-size: 12px;
    list-style-type: upper-alpha;
}

#module-routing_container > .routing-inputs li {
    position: relative;
    min-height: 30px;
    max-height: 30px;
    margin: 10px 0 0 0;
}

#module-routing_container > .routing-inputs input {
    position: relative;
    margin: 0 0 0 8px;
    padding: 8px 2px 2px 2px;
    line-height: 24px;
    width: 80%;
    border: 0;
    font-size: 16px;
    color: #f3f3f3;
    background: none;
    border-bottom: 1px solid #97bcf9;
}

#module-routing_container > .routing-inputs input::placeholder {
    color: #97bcf9;
}

#module-routing_container > .routing-inputs i.search {
    position: absolute;
    margin: 0;
    padding: 0;
    right: 60px;
    top: 0px;
    line-height: 48px;
    font-size: 14px;
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
    text-align: center;
    color: #97bcf9;
}

.search-list-box{
    position: absolute;
    background: white;
    z-index: 400000;
    max-width: 300px;
    min-width: 250px;
	    overflow: auto;
    max-height: 90vh;
}

.search-list-box li{
    color: #444;
    font-size: 13px;
    min-height: 40px !important;
    height: auto !important;
    margin: 0 !important;
    overflow: hidden;
    padding:  5px 10px !important;
}

.search-list-box li:hover{
    background: #f1f1f1;
    cursor: pointer;
}

.leaflet-control{
    display: none;
}