﻿html {
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
    background-color: #f6f6f6;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.container {
    max-width: 1140px;
}
/*Public Comments Fix ACC-6661*/
body.public-comments-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 50px;
}
/* Menu Bar */
@media screen and (max-width: 768px) {
    .personal-tools-container {
        text-align: center !important;
    }
}
ul.personal-tools a {
    text-decoration: none;
}
ul.personal-tools a:hover {
    text-decoration: underline;
}
ul.personal-tools {
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
    @media screen and (max-width: 768px) {
        ul.personal-tools {
            transform: rotate(180deg);
            position: absolute;
            background-color: #f6f6f6;
            width: 100%;
            z-index: 100;
            padding-top: 25px;
            margin-left: -15px;
            border-top: 2px solid #ccc;
        }
        .ssp-sr-only {
            position:absolute;
            left:-10000px;
            top:auto;
            width:1px;
            height:1px;
            overflow:hidden;
            transition: width 2s, height 4s;
        }
    }
    @media screen and (min-width: 769px) {
        ul.personal-tools {
            display: block !important;
        }
    }
ul.personal-tools li {
    display: inline;
    margin-left: .7rem;
}
    @media screen and (max-width: 768px) {
        ul.personal-tools li {
            display: block;
            margin-bottom: 15px;
            transform: rotate(-180deg);
        }
    }
.nav-mobile {
    display: none;
}
    @media screen and (max-width: 768px) {
        .nav-mobile {
            display: block;
        }
    }
.nav-mobile .material-icons {
    color: #01579B;
    cursor: pointer;
    font-size: 28px;
}
.login-name {
    color: #0047ba;
}
.login-name span {
    font-weight: bold !important;
    padding: 2px 5px;
    color: #fff;
    background-color: #0047ba;
    margin-left: 3px;
}
#imgShoppingCart {
    width: 16px;
    margin-right: 2px;
}
#announcements .material-icons {
    vertical-align: middle;
}
/*Registor for Account*/
.sspRegisterAccount .material-icons {
    vertical-align: top;
    margin-right: 2px;
}
/*Alerts*/
.fade {
    opacity:initial; /*fix global city conflict*/
}
.alert  {
    margin-top: .5rem;
    border-radius: 0;
    border: none;
    border-bottom: 5px solid #000;
}
.alert a {
    font-weight: 700;
}
 .alert-info,
 .alert-success,
 .alert-danger  {
    color: #000;
}
.alert-info {
    border-bottom-color: #2ea9bf;
}
.alert-success {
    border-bottom-color: #41aa59;
}
.alert-danger {
    border-bottom-color: #ca3e4b;
}
.alert .material-icons {
    font-size: 40px;
    vertical-align: middle;
    margin-right: 8px;
}
.alert-info .material-icons {
    color: #2ea9bf;
}
.alert-success .material-icons {
    color: #41aa59;
}
.alert-danger .material-icons {
    color: #ca3e4b;
}
button.close {
    opacity: 1;
    font-size: 30px;
}

/* The container <div> - needed to position the dropdown content */
.report-dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.report-dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    z-index: 1;
    border: 1px solid #ccc;
    text-align: left;
    padding: 4px 0;
    white-space: nowrap;
    margin-top: 3px;
    left: auto;
    right: 0;
}

/* Links inside the dropdown */
.report-dropdown-menu a {
    padding: 4px 8px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.report-dropdown-menu a:hover {
    background-color: #f6f6f6;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}