/***********************************************************
global style sheet for site.  
!!!this style uses a separate media tag section for print!!!
***********************************************************/
p 
{
	margin:0;
	padding: 0;
}

/* basic body style */
body {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    width:100%;
    min-height: 100%;
    height: 100%;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #4b4b4b;
    background-image: url('../images/Background_01.jpg');
    margin: auto;
    text-align: center;
    background-color: #000000;
}

html, body, form { height: 100%; }

#maincontent {
    max-width: 100%;
    margin: auto;
    text-align: center;
    color: #000000;
    height: auto;
    min-height: 100%;
    padding-bottom: 20px;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.header {
    width: auto;
    max-width: 100%;
    background: #000000;
    position: relative;
    left: 0;
}

.topnav {
    overflow: hidden;
    background-color: #000;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 14pt;
    font-weight: normal;
    color: #4B4B4B;
    text-align: center;
}

.topnav a {
    display: inline-block;
    color: #4B4B4B;
    text-align: center;
    padding: 1px 16px;
    text-decoration: none;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #4CAF50;
    color: #4B4B4B;
}

.topnav .icon {
    display: none;
}

    .topnav a.active {
        background-color: #4CAF50;
        color: #4B4B4B;
    }

#login {
    margin-left: auto;
    margin-right: auto;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 10pt;
    font-weight: normal;
    width: 300px;
    height: 100%;
    color: white;
}

.login {
    padding-bottom: 20px;
    height: 136px;
    text-align: center;
    color: white;
}

#pwd {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top:20px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 10pt;
    font-weight: normal;
    width: 500px;
    color: white;
    border: solid 1px #b4b4b4;
}

.MemberStatus {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    color: #808080;
    width: 100%;
    height: 20px;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 5px;
}

    .MemberStatus > div {
        background-color: #000000;
        text-align: center;
        padding: 2px 0;
        font-size: 9pt;
    }

.StaticMenuItemStyle {
    color: #808080;
}

.StaticMenuItemStyle:hover {
    background-color: lightgray;
    color: Black !important;
}

.modal_background {
    left: 0px;
    top: 0px;
    background-color: #808080;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modal_popup {
    border: solid 1px #c0c0c0;
    background: #4b4b4b;
    position: absolute;
    top: -1000px;
}

.control_panel_title {
    height: 18px;
    background-color: #363636;
    color: #ffffff;
    padding-bottom: 0px;
    background-image: url(../Images/gray_chrome_drk.jpg);
    background-repeat: repeat-x;
}

.control_panel {
    border: 1px solid #808080;
}

.webpartLayout {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 396px 396px 396px;
    justify-content: center;
    align-content: center;
    grid-gap: 3px;
}

    .webpartLayout .webpart_zone {
        width: 376px;
        border: 1px solid #808080;
    }

.webpart {
    background-color: #ffffff;
    border: 1px outset;
    padding: 0px !important;
}

.webpart_settings {
    background-position: center;
    padding: 5px;
    color: #000000;
    background-color: #C0C0C0;
}

.webpart_settings_link {
    font-family: 'Raleway', sans-serif;
    font-size: 9pt;
    color: #666666;
}

.webpart_title {
    height: 20px;
    background-color: #363636;
    color: #ffffff;
    text-transform: uppercase;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 0px;
    background-image: url(../Images/gray_chrome_drk.jpg);
    background-repeat: repeat-x;
    cursor: default !important;
}

.sidemenu_static_selected {
    color: #ff0000 !important;
    font-weight: normal;
}

@media screen and (max-width: 600px) {
    .topnav a {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

.button {
    height: 24px;
    color: black;
    cursor: pointer;
    font-size: 10pt;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    background-image: url('../Images/gray_chrome_drk.jpg');
    background-repeat: repeat-x;
}

.social {
    margin:auto;
    width: 160px;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
    padding: 10px;
}

.footerbg {
    margin: auto;
    width: 720px;
    border-top: solid 1px #4b4b4b;
    color: white;
}

.footer {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    width: 720px;
    height: 50px;
    text-align: center;
}

.menuAdmin {
    margin: 8px auto 2px auto;
    text-transform: uppercase;
    font-size: 9pt;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}

.menuFooter {
    margin: 8px auto 2px auto;
    text-transform: uppercase;
    font-size: 9pt;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .footerbg {
        margin: auto;
        width: 100%;
        border-top: solid 1px white;
        color: white;
    }

    .footer {
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 10px;
        width: 100%;
        height: 50px;
        text-align: center;
    }
}

.fa:hover {
    color: white !important;
}

.copyright {
    padding-top: 5px;
    color:#808080;
    text-transform:uppercase;
}

.container1 {
    text-align: center;
    padding: 10px 20px;
    border-bottom: 1px solid black;
}

.hover_row {
    background-image: url('../Images/gray_chrome_drk.jpg');
    background-repeat: repeat-x;
}

.gridrow {
    background-color: slategrey;
}

.mapContainer {
    margin: auto;
    background-color: #000000;
    width: 100%;
    height: 100%;
    border: solid 1px #4b4b4b;
    color: #808080;
    font-size: 14pt;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

#map {
    height: 100%;
}