﻿.leaflet-label {
    border-radius: 0;
    border: rgb(235, 235, 235);
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.81);
    z-index: 10000 !important;
}

    .leaflet-label:before {
        display: none;
    }

.siteStatusTextOnline {
    color: rgb(79,129,189);
    font-weight: bold;
}

.siteStatusTextOffline {
    color: rgb(255,0,0);
    font-weight: bold;
}

.FixingStatusTextFixed {
    color: RGB(0, 207, 24);
    font-weight: bold;
}

.FixingStatusTextNotFixed {
    color: rgb(255,0,0);
    font-weight: bold;
}

.FixingStatusTextInitialising {
    color: black;
    font-weight: bold;
}

.FixingStatusTextInvalid {
    color: black;
    font-weight: bold;
}

/*tabs style in callout*/
.calloutdata {
    margin-top: 10px;
    border: 0 !important;
}

.ui-tabs .ui-state-active {
    background: white !important;
    cursor: pointer;
}

.ui-tabs .ui-tabs-nav {
    background: #F0F0F0 !important;
}

    .ui-tabs .ui-tabs-nav li a {
        padding: 0.5em 1em !important;
    }

.ui-tabs .ui-tabs-panel {
    padding: 13px 19px !important;
    padding-top: 13px !important;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-tabs .ui-tabs-nav li:not(.ui-state-active) {
    border: 1px solid #d8dcdf !important;
    border-bottom-width: 0 !important;
}

.ui-tabs .ui-tabs-nav li {
    border-bottom-width: 0 !important;
}

.siteMarkerPopup .ui-tabs-nav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.siteMarkerPopup .leaflet-popup-content {
    margin: 14px 0 0 0;
}

    .siteMarkerPopup .leaflet-popup-content h1 {
        font-size: 14px;
    }


    .siteMarkerPopup .leaflet-popup-content label {
        margin: 3px 0;
        min-width: 245px;
    }


    .siteMarkerPopup .leaflet-popup-content .statusCode .icon {
        margin-top: -3px;
        font-size: 16px !important;
        text-shadow: 0 1pt #000, 0 -1pt #000, 1pt 0 #000, -1pt 0 #000;
    }

.siteMarker-wrapper {
    background: none;
    border: none;
}

.siteMarker {
    text-shadow: 0 1pt #000, 0 -1pt #000, 1pt 0 #000, -1pt 0 #000;
    font-size: 16px !important;
    display: inline-block;
    width: auto;
    height: auto;
    filter: glow(color=black,strength=1);
    transform-origin: 50% 50%;
}

    .siteMarker.transparent,
    .siteStatusUnavailable {
        color: #CDCCCC;
    }

    .siteMarker.red,
    .siteStatusOffline {
        color: #F00;
    }

    .siteMarker.green,
    .siteStatusOnline {
        color: rgb(79,129,189);
    }

    .siteWithNetworkStatus {
        color: rgb(0, 207, 24);
        font-weight: bold;
    }

.statusCode {
    text-align: center;
    font-weight: bold;
}


.bottomPadding {
    padding-bottom: 20px;
}


    .bottomPadding:last-child {
        padding-bottom: 0;
    }


#siteMapSplit.viewModeadmin .siteMarker-wrapper.hidden,
#siteMapSplit.viewModeadmin .siteInfo.hidden > * {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

#siteMapSplit.viewModeuser .siteMarker.hidden,
#siteMapSplit.viewModeuser .siteInfo.hidden {
    display: none;
}

.leaflet-popup-content .zoomToSite {
  display: inline-block;
  position: absolute;
  top: 49px;
  right: 9px;
  cursor: pointer;
  color: #45484D;
  z-index: 100;
}

.ui-mobile .leaflet-popup-content .zoomToSite {
    top: 59px;
}

    .leaflet-popup-content .zoomToSite:hover {
        color: #0097ba;
    }