﻿html {
    overflow-y: auto;
}

.body_SSW {
    position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    border: none;
    background-image: url('../Images/SiteImages/bck_logo_ssw.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #a8a8a8;  
}

.body_WG {
    position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    border: none;
    background-image: url('../Images/SiteImages/bck_logo_wg.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #a8a8a8; 
}

footer {
    position: absolute;
    Color: #a8a8a8;
    margin-bottom: 1%;
    width: 98%;
}

#listFooter1 {
    float: left;
    width: 200px;
}

#listFooter2 {
    float: right;
    width: 200px;
}

.container-footer {
    margin: auto;
    width: 100%;
}

#footer-images ul {
    padding: 0;
}

#footer-images li {
    list-style: none;
}

#footer-images ul {
    justify-content: center;
    align-items: center;
}


#footer1_WG {
    padding-bottom: 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
}

#footer2_WG {
    border: none;
    padding-bottom: 20px; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 100%;    
}

#footer1_SSW {
    position: absolute;
    margin: 0;
    padding-bottom: 20px;
    border: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 200px;
}

#footer2_SSW {
    position: absolute;
    margin: 0;   
    padding-bottom: 20px;
    padding: 0;
    border: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 200px;
}

#footer1_SSW_STP {
    position: absolute;
    margin: 0;
    padding-bottom: 20px;
    border: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100px;
}

#footer2_SSW_STP {
    position: absolute;
    margin: 0;
    padding-bottom: 20px;
    padding: 0;
    border: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 200px;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #wrapper.toggled {
        padding-left: 250px;
    }

#page-content-wrapper {
    min-height: 100%;
    padding: 15px;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

        #wrapper.toggled {
            padding-left: 0;
        }

    #page-content-wrapper {
        padding: 20px;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

#routeDetails {
    border-color: none;
    border-style: none;
    border-width: 0px;
    height: 35px;
    border-radius: 0px;
    background: url('../Images/SiteImages/ac_btn_map_det.png') right top no-repeat;
    padding: 2px 40px 2px 10px;
    font-size: small;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 200;
}

    #routeDetails:hover {
        border-color: none;
        border-style: none;
        border-width: 0px;
        height: 35px;
        border-radius: 0px;
        background: url('../Images/SiteImages/ac_btn_map_det_over2.png') right top no-repeat;
        padding: 2px 40px 2px 10px;
        font-size: small;
        text-transform: uppercase;
        color: #4ba6ff;
        font-weight: 200;
    }

#pageOptions {
    padding-top: 1%;
    width: 40%;
    z-index: 10000;
    width: 100%;
    right: 1%;
}

#pageNavBar {
    margin-left: 31%;
}

#loggedUser {
    top: 2.5px;
    position: absolute;
    padding-top: 1%;
    margin-left: 85%;
}

#userName {
    font-size: small;
    color: #4ba6ff;
    font-weight: 200;
}



.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}

.ol-mouse-position {
    top: auto !important;
    bottom: 8px;
    left: 8px;
    position: absolute;
}

.HDMSCoords {
    top: auto !important;
    left: 8px;
    position: absolute;
    bottom: 25px;
    font-size: 10px;
    color: white;
}

.normalCoords {
    top: auto !important;
    left: 8px;
    position: absolute;
    bottom: 8px;
    font-size: small;
}


.container {
    position: fixed;
}

.wait {
    cursor: wait;
}


@media all and (max-device-width: 425px) {

    #listFooter1 {
        width: 120px;
    }

    #listFooter2 {
        margin-right: 5%;
        width: 120px;
    }
}
