﻿/************************* Login *************************/

/* Google Autofill Input Override */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f5f5f5 inset !important;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    background: #cccccc;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #ffffff, #cccccc);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #ffffff, #cccccc); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

html,
body,
.ws-wrapper-login {
    height: 100%;
}

    body > .ws-wrapper-login {
        height: auto;
        min-height: 100%;
    }

/* Spacer */

.ws-spacer-10 {
    padding-bottom: 10px;
}

.ws-spacer-15 {
    padding-bottom: 15px;
}

.ws-spacer-30 {
    padding-bottom: 30px;
}

.ws-btn-spacer-10 {
    margin-right: 10px;
}

/* Header */

.ws-header {
    z-index: 1004;
    height: 50px;
    background-repeat: repeat-x;
    position: fixed;
    top: 0;
    width: 100%;
    background: #003366;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
}

.ws-brand {
    padding: 12px 0px 0px 15px;
}

.ws-brand-logo {
    height: 35px;
}

.ws-brand-text {
    position: absolute;
    padding: 5px 0px 0px 15px;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
}

.ws-brand-text:hover,
.ws-brand-text:focus {
    color: #ffffff;
    text-decoration: none;
}

.ws-header ul {
    list-style: none;
    padding: 15px 15px 0px 0px;
    float: right;
    color: #ffffff;
}

.ws-header li > a,
.ws-header li > a:hover,
.ws-header li > a:focus,
.ws-header .active > a,
.ws-header .active > a:focus,
.ws-header .active > a:hover {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

/* Login Form */

.ws-wrapper-login-form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ws-login-form {
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
    width: 400px;
    padding: 30px;
}

.ws-login-header {
    font-size: 18px;
    text-align: center;
    color: #999999;
    padding-bottom: 30px;
}

.ws-login-btn,
.ws-login-btn:focus,
.ws-login-btn:hover,
.ws-login-btn:active {
    background-color: #003366;
    border-color: transparent;
    font-weight: bold;
}

.ws-login-msg {
    text-align: center;
    padding-top: 5px;
}

.ws-login-msg .alert {
    padding: 10px !important;
}

.ws-login-forgot {
    font-size: 11px;
}

.ws-login-forgot a {
    color: #999999;
}

hr {
    border-color: #cccccc;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ws-login-signup {
    text-align: center;
}

.ws-login-footer {
    width: 400px;
    margin-top: 30px;
    text-align: center;
}

/* Register Form */

.ws-register-form {
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
    width: 400px;
    padding: 15px 30px 30px 30px;
}

.ws-register-form hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ws-register-form-header {
    color: #999999;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 30px;
}

.ws-register-form-close {
    float: right;
}

.ws-register-form-close a {
    color: #cccccc;
}

.ws-register-form-close a:hover,
.ws-register-form-close a:focus {
    color: #999999;
    text-decoration: none;
}

.ws-register-form-desc {
    font-size: 11px;
    padding-bottom: 10px;
}

.ws-register-form-error {
    font-size: 11px;
    color: #a94442;
}

.ws-register-assistance {
    font-size: 11px;
}

.ws-register-alert {
    word-wrap: break-word;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

.ws-register-alert-fade {
    transition: all linear 0.5s;
}
.ws-register-alert-fade.ng-hide {
    opacity: 0;
}

/* Forgot User and Password */

.ws-forgot-alert {
    color: #464a4e;
    background-color: #e7e8ea;
    border-color: #dddfe2;
    border-radius: 4px;
    border: 1px solid transprent;
    padding: 15px;
}

/* Google reCAPTCHA*/

.g-recaptcha {
  transform: scale(1.12);
  transform-origin: 0 0;
}

/************************* Site Information *************************/

/* Google Maps */

#maps {
    height: 100%;
}

.ws-siteinfo-locations-toolbar {
}

.ws-siteinfo-locations-name {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}

.ws-siteinfo-locations-address {
}

.ws-siteinfo-locations-zip {
}

.ws-siteinfo-locations-phone {
    padding-top: 5px;
}

.ws-siteinfo-locations-search {
    padding-top: 5px;
}

.ws-siteinfo-locations-row {
    height: 50px;
}

.ws-siteinfo-locations-results {
    color: #cccccc;
    font-size: 18px;
}

.ws-siteinfo-locations-error {
    font-size: 18px;
    color: #a94442;
    padding-top: 45px;
}

#legend {
    padding: 10px;
    margin-bottom: 15px;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 3px;
}

#legend strong {
    margin-right: 10px;
}

#legend span {
    margin-right: 15px;
}

#legend img {
    height: 20px;
}

/* iFrame Order Routing */

iframe {
    border: none;
    width: 630px;
    height: 440px;
}

/* Buttons */

.ws-siteinfo-btn {
    font-size: 12px;
}

.ws-siteinfo-btn-right {
   text-align: right;
}

.ws-siteinfo-btn-spacer-lr {
    margin-left: -15px;
    margin-right: 15px;
}

.ws-siteinfo-btn-spacer-10-r {
    margin-right: 10px;
}

.ws-login-btn-right {
   text-align: right;
}

/* Main Content */

.ng-cloak {
    display: none !important;
}

.ws-wrapper-siteinfo  {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border: 1px solid #cccccc;
    width: 900px;
}

/* Used with Locations search filter */

.ws-wrapper-siteinfo-extend-wrapper {
    width: 1100px;
}

.ws-siteinfo-content-body-extend-left {
    width: 600px;
    float: left;
}

.ws-siteinfo-content-body-extend-right {
    overflow-y: scroll;
    height: 485px;
    margin-left: 630px;
    padding-right: 10px;
}

/**/

.ws-siteinfo-nav {
    width: 200px;
    float: left;
    padding: 85px 0px 0px 0px;
}

.ws-siteinfo-nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.ws-siteinfo-nav li {
    padding: 5px 0px 5px 0px;
    border-left: 7px solid #cccccc;
    padding-left: 10px;
}

.ws-siteinfo-nav li > a {
    text-decoration: none;
    font-weight: bold;
    color: #999999;
}

.ws-siteinfo-nav li > a:hover,
.ws-siteinfo-nav li > a:focus,
.ws-siteinfo-nav .ws-siteinfo-nav-li-active > a,
.ws-siteinfo-nav .ws-siteinfo-nav-li-active > a:focus,
.ws-siteinfo-nav .ws-siteinfo-nav-li-active > a:hover {
    color: #003366;
}

.ws-siteinfo-nav-li-active {
    background-color: #e0e0e0;
    border-left: 7px solid #003366 !important;
}

.ws-siteinfo-content {
    min-height: 600px;
    margin-left: 200px;
    border-left: 1px solid #cccccc;
    padding: 30px;
}

.ws-siteinfo-content-header {
    color: #999999;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 30px;
}

.ws-siteinfo-content-body a {
    text-decoration: none;
    font-weight: bold;
}

.ws-siteinfo-close {
    float: right;
}

.ws-siteinfo-close a {
    color: #cccccc;
}

.ws-siteinfo-close a:hover,
.ws-siteinfo-close a:focus {
    color: #999999;
    text-decoration: none;
}

/* Error Page */

.ws-error-wrapper-outer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ws-error-wrapper-inner {
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
    width: 600px;
    padding: 30px;
    text-align: center;
}

.ws-error-header {
    font-size: 40px;
    color: #cccccc;
    padding-bottom: 15px;
}

.ws-error-msg {
    font-size: 30px;
    color: #999999;
    padding-bottom: 10px;
}

.ws-error-msg-sub {
    font-size: 20px;
    color: #999999;
    padding-bottom: 30px;
}

.ws-error-button {
    padding-bottom: 10px;
}