﻿body {
    /*padding-top: 50px;*/
    /*padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

#divLoading {
    display: none;
}

    #divLoading.show {
        display: block;
        position: fixed;
        z-index: 100;
        background-image: url('../../Content/Eclipse-1s-100px.gif');
        background-color: #000;
        opacity: 0.5;
        background-repeat: no-repeat;
        background-position: center;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
    }

#divLoading-filter {
    display: none;
}

    #divLoading-filter.show {
        display: block;
        position: absolute;
        z-index: 9999;
        background-image: url(../../Content/Eclipse-1s-100px.gif);
        background-color: #000;
        opacity: .2;
        background-repeat: no-repeat;
        background-position: center;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
    }

#loadinggif.show {
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 101;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
}

/* width */
::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #d5d5d4;
}

[href^="http://maps.google.com/maps"] {
    display: none !important
}

a[href^="https://maps.google.com/maps"] {
    display: none !important
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display: none;
}

/*.gmnoprint div {
    background: none !important;
}*/

.hide-minimap {
    height: 19px;
    width: 50px;
    opacity: 0.9;
}

.show-minimap {
    height: 200px;
    width: 200px;
    opacity: 0.9;
}

.form-search {
    position: fixed;
    top: 100px;
    margin: 10px;
    z-index: 5;
    background: azure;
    border-radius: 5px;
    opacity: 1;
}
#tableHasData td, #tableHasData th {
    white-space: pre !important;
}

.footer {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10
}
