﻿.si-content-wrapper {
    background: #FFF;
    border-radius: 1ex;
    color: #022656;
    padding: 5px !important;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: transparent;
    color: #022656 !important;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1ex;
    border-radius: 1ex
}

/* Smartphone Portrait and Landscape */
@media screen and (max-width: 600px){
    .mobileHide {
        display: none;
    }
}

.mobileShow {
    display: none;
}

/* Smartphone Portrait and Landscape */
@media screen and (max-width: 600px) {
    .mobileShow {
        display: block;
    }
}

.si-shadow-frame {
    border-radius: 1ex;
}



.si-wrapper-top, .si-wrapper-bottom, .si-wrapper-left, .si-wrapper-right {
    margin-top: 0px !important;
    margin-left: 0px !important;
    /* width: 220px; */
    text-align: center;
}

.si-close-button {
    color: #022656;
}

.nmn-sw-content {
    max-width: 600px;
    color: #022656;
    background-color: #FFF;
}

.nmn-sw-hide {
    display: none;
    color: #022656;
    background-color: #FFF;
}

.infobox {
    background: #FFF;
    opacity: 0.8;
    padding: 10px;
    color: #022656;
    width: 100%;
}

.infobox-container-top {
    z-index: 999;
    float: top;
    position: absolute;
    left: 30px;
    top: 5px;
}

.infobox-container-left {
    z-index: 999;
    float: left;
    position: absolute;
    left: 30px;
    top: 140px;
}

.infobox-container-right {
    z-index: 999;
    float: right;
    position: absolute;
    right: 30px;
    top: 140px;
}

.finglas-map-logo {
    border-style: solid;
    color: #808080;
    background-color: white;
    padding : 5px;
}

.mat-tab-label {
    color: #022656;
}

.nmn-map-logo{
    border-style: solid;
    color: #00a9e0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}