/* Base CSS for Subscriber Portal */
/*Customize this CSS to override the stock styles used in the Omnilert Subscriber Portal. */

/* HTML5 display-role reset for older browsers */

ol,
ul {
    list-style: none;
}

* {
    box-sizing: border-box;
}



/* Generic */

html,
body {
    margin: 0;
    padding: 0;
}

body {
    color: #000000;
    background-color: #004990;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 400;
}

:focus {
    outline: none;
}

h1 {
    padding: 0 0 10px 0;
    font-weight: 600;
    font-size: 36px;
}

h2 {
    padding: 0 0 10px 0;
    font-weight: 600;
    font-size: 36px;
}

h3 {
    padding: 20px 0 5px 0;
    font-weight: 600;
    font-size: 26px;
}

strong {
    font-weight: 700;
}

.clearfix {
    display: block;
    clear: both;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-muted {
    color: #afafaf;
}



/* Header */

header {
    height: 88px;
    background-color: #004990;
    position: fixed;
    width: 100%;
    top: 0;
}

.omnilert-logo {
    float: left;
    padding: 16px 0 16px 23px;
    display: none;
}



/* Account Name */

.account-name {
    font-weight: 600;
    margin: 0;
    display: none;
}



/* Navigation */

nav {
    display: inline-block;
    width: auto;
    position: fixed;
    top: 32.3px;
    right: 58.9px;
}

nav>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav>ul>li {
    display: inline-block;
}

.active {
    border-bottom: 4px solid #c21630;
    padding-bottom: 13.7px;
}

nav>ul>li a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    margin: 10px 40px;
    font-weight: 400;
    background: none;
    text-transform: uppercase;
}

nav>ul>li>a:hover {
    color: #fafafa;
    border-bottom: 4px solid #fff;
    padding-bottom: 13.7px;
}

.show-menu {
    text-decoration: none;
    color: #fff;
    text-align: right;
    padding: 36px 26px 34px 0;
    display: none;
}



/* Main Content */

h1.page-title {
    padding: 10px 0 0 0;
    color: #afafaf;
    text-align: center;
}

.add-device {
    margin: 35px 0 20px 0;
}

.main ul li {
    margin: 0 10px 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrapper {
    width: 100%;
}

.main {
    padding: 38px;
    margin: 118px auto 35px auto;
    background-color: #fefefe;
    box-shadow: 6px 6px 18px 0 rgba(0, 0, 0, 0.16);
    text-align: center;
}

.content {
    padding: 0;
    margin: 20px 0 20px 0;
}

.main p {
    margin: 20px 0
}

.user-login {
    width: 470px;
}

.sign-up {
    width: 470px;
}

.subscriber-reset {
    width: 470px;
}

.services {
    width: 80%;
}

.account {
    width: 80%;
}

.groups {
    width: 80%;
}

.page-title {
    text-align: left;
}

.custom-logo {
    max-width: 400px;
    margin: auto;
}

.custom-logo img {
    max-width: 400px;
}

.reset-text {
    width: 50%;
    float: left;
    font-size: 13px;
    font-weight: 700;
}

.reset-text a {
    color: #afafaf;
    text-decoration: none;
}

.reset-text a:hover,
.reset-text a:focus {
    color: #555559;
    text-decoration: underline;
}

.cancel-text {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.cancel-text a {
    color: #afafaf;
    text-decoration: none;
}

.cancel-text a:hover,
.cancel-text a:focus {
    color: #555559;
    text-decoration: underline;
}

.terms a {
    color: #555559;
    text-decoration: none;
}

.terms a:hover,
.terms a:focus {
    text-decoration: underline;
}

.row {
    margin: 0 0 3px 0;
    padding: 20px 0 10px;
    clear: both;
    border-bottom: 1px solid #ece9e9;
}

.row:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

fieldset .row:last-child {
    border: none;
}

.service-unvalidated {
    padding-bottom: 0!important;
    margin-bottom: 0!important;
}

section {
    clear: both;
}

.service-message {
    font-weight: 300;
    font-size: 14px;
    float: left;
    margin-bottom: 15px!important;
}

.service-message p {
    margin: 0 0 10px 0;
    line-height: 1.5;
}

.service-message h4 {
    font-weight: 600;
    padding-bottom: 5px;
}



/* Form Elements */

.terms label {
    display: inline-block;
    padding-bottom: 20px;
}

input::-webkit-input-placeholder {
    color: #afafaf;
}

.input-text {
    display: block;
    width: 100%;
    padding: 10px 20px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 200;
    border-radius: 6px;
    border: solid 1px #ccc;
    outline: rgba(0, 0, 0, 0);
}

.input-text:focus {
    border-color: #0079ff;
}

.input-select {
    display: block;
    width: 100%;
    height: 41px;
    padding: 0 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: rgba(0, 0, 0, 0);
}

.input-select:focus {
    border-color: #0079ff;
}

input:disabled,
input:disabled:hover {
    background-color: #ededed;
    color: #bfbdbd;
    border-color: #dbdbdc;
}

.info-container {
    border: solid 1px #ccc;
    padding: 15px 30px;
    text-align: left;
    border-radius: 6px;
}

fieldset {
    border: none;
}

.services-container {
    margin-bottom: 60px;
}

.user-login fieldset,
.sign-up fieldset,
.termination fieldset,
.subscriber-reset fieldset {
    border: none;
    padding: 15px 0;
}

.services-fieldset>legend,
.groups-fieldset>legend,
.user-account-fieldset>legend,
.password-suggestions-fieldset>legend {
    padding: 20px 16px;
    margin-left: -17px;
}

.services-fieldset h3,
.groups-fieldset h3,
.password-suggestions-fieldset h3 {
    text-transform: uppercase;
}

.groups-signup {
    text-align: left;
}

.terms-fieldset {
    text-align: left;
    margin-top: 50px;
}

legend {
    padding: 20px 0 15px 0;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

fieldset h3 {
    padding: 0;
    margin: 0;
    color: #9f9f9f;
    font-size: 14px;
}

.password-suggestions-fieldset h3 {
    padding: 0;
    margin: 0 0 10px 0;
    color: #9f9f9f;
    font-size: 14px;
}

label {
    cursor: pointer;
}


/* Hidden Elements */

.hidden {
    display: none;
}



/* Buttons */

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 6px;
}

.btn:focus {
    border-color: #0079ff;
}

.btn-submit {
    width: 100%;
    background-color: #c21630;
    color: #fff;
    padding: 10px 16px;
    line-height: 1.3333333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn-submit:hover {
    color: #fff;
    background: #004990;
    transition: all 500ms ease;
}

.btn-default {
    padding: 10px 16px;
    line-height: 1.3333333;
    border: none;
    color: #333;
    background-color: #fff;
    border: 1px solid transparent;
    border-color: #ccc;
}

.btn-default:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-link {
    background: transparent;
    border: transparent;
    color: #afafaf;
    padding: 0 10px 0 0;
    text-decoration: none;
}

.btn-link:hover,
.btn-link:focus {
    color: #555559;
    text-decoration: underline;
}

.btn-terminate {
    background-color: #c21630;
    color: #fff;
}

.btn-terminate:hover {
    background-color: #b7301e;
}

.btn-terminate:focus {
    border-color: #0079ff;
}



/* Footer */

footer {
    background-color: #004990;
    padding: 40px 0 50px 0;
}

.footer-inner {
    font-size: 14px;
    text-align: center;
    padding: 20px;
    color: #fff;
}

.footer-inner a {
    color: #ccc;
    text-decoration: none;
}

.footer-inner a:hover {
    color: #fff;
    text-decoration: underline;
}

ul.sp_footer_list {
    padding: 0;
}

ul.sp_footer_list li {
    display: inline-block;
    padding: 0 5px;
}



/* Responsive Menu Styles */

.show-menu img {
    width: 20px;
}



/* Hide checkbox on Small Menu */

input[type=checkbox]#show_menu {
    display: none;
    -webkit-appearance: none;
}



/*Show menu when invisible checkbox is checked*/

#show_menu:checked~#main_menu {
    display: block;
}



/* Media query for Mobile devices*/

@media only screen and (min-width: 285px) and (max-width: 1023px) {
    h1.page-title {
        font-size: 24px;
    }
    h2 {
        font-size: 28px;
    }
    /* Navigation */
    /* Make dropdown links appear inline */
    nav {
        text-align: left;
        display: block;
        margin: 0;
        top: -1px;
        right: 0;
        min-width: 200px;
    }
    nav>ul {
        position: static;
        display: none;
    }
    nav ul.clearfix {
        display: none;
    }
    /*Create vertical spacing*/
    nav>ul>li {
        margin-bottom: 1px;
        border-radius: 0!important;
        margin-left: 0;
        background: #c21630;
    }
    /*Make all menu links full width*/
    nav>ul>li,
    nav li a {
        font-size: 13px!important;
        border-radius: 0!important;
        color: #fff!important;
        line-height: 50px;
        display: block;
        width: 100%;
        margin: 0!important;
    }
    nav>ul>li>a {
        border-bottom: none;
        padding: 0 15px;
    }
    nav>ul>li>a:hover {
        background-color: #555559;
        color: #fff;
        border-bottom: none;
        padding: 0 15px;
    }
    .active {
        padding-bottom: 0;
        border-bottom: none;
    }
    .main {
        margin: 98px 10px 10px 10px;
        padding: 20px;
        width: 95%;
    }
    .omnilert-logo {
        padding-top: 28px;
    }
    .omnilert-logo img {
        width: 130px;
        height: auto;
    }
    .custom-logo img {
        max-width: 100%;
    }
    /*Display 'show menu' link*/
    .show-menu {
        display: block;
    }
    .add-device {
        margin: 30px 0 0 0!important;
    }
    .hidden-mobile {
        display: none!important;
    }
    .footer-inner {
        width: 100%;
        font-size: 10px;
    }
    fieldset {
        width: 100%;
        text-align: left;
    }
    .service-message {
        display: block;
        width: 100%;
    }
    .groups-col-1 {
        width: 100%;
        display: block;
        clear: both;
        font-weight: bold;
        margin-bottom: 8px;
    }
    .groups-col-2 {
        width: 100%;
        display: block;
        clear: both;
        margin-bottom: 10px;
    }
    .groups-col-3 {
        width: 100%;
        display: block;
        clear: both;
    }
    .groups-col-4 {
        width: 100%;
        display: block;
        clear: both;
    }
    .groups-col-5 {
        width: 100%;
        display: block;
        clear: both;
    }
    .groups-col-6 {
        width: 100%;
        display: block;
        clear: both;
        margin-bottom: 30px;
    }
    .services-col-1 {
        display: none;
    }
    .services-col-2 {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        clear: both;
    }
    .services-col-3 {
        width: 100%;
        display: block;
        margin-bottom: 15px;
        clear: both;
    }
    .services-col-4 {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        clear: both;
    }
    .services-col-5 {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        clear: both;
    }
    .services-col-6 {
        width: 100%;
        display: block;
        clear: both;
        margin-bottom: 30px;
    }
    .row {
        margin: 0 0 20px 0;
    }
    .btn {}
    .btn:hover {}
    .btn-submit {
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .btn-link {
        padding: 0 10px 0 0;
    }
    .btn-default {
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .input-select {
        margin-bottom: 16px;
    }

    .account-info, .password-suggestions, .preferred-languages  {
        margin-bottom:20px;
    }

}



/* Desktops and laptops  */

@media only screen and (min-width:1025px) {
    .groups-col-1 {
        width: 25%;
        float: left;
    }
    .groups-col-2 {
        width: 60%;
        float: left;
        padding-right: 25px;
    }
    .groups-col-3 {
        float: left;
        width: 15%;
        text-align: right;
    }
    .services-col-2 {
        width: 36%;
        float: left;
        padding: 0 25px 0 0;
    }
    .services-col-3 {
        width: 37%;
        float: left;
        padding: 0 25px 0 0;
    }
    .services-col-4 {
        width: 27%;
        float: left;
        text-align: right;
        padding: 0;
    }
    .services-add-col-1 {
        float: left;
        padding: 0 20px 0 0;
        width: 36%;
    }
    .services-add-col-2 {
        float: left;
        padding: 0 20px 0 0;
        width: 38%;
    }
    .wrapper {
        margin: 0 auto;
    }
    .main h2 {
        padding-top: 10px;
    }
    .public-groups {
        margin-bottom: 60px;
    }
    .private-groups {
        margin-bottom: 60px;
    }
    .hidden-mobile {
        display: block!important;
    }
    .hidden-lg {
        display: none;
    }
    .account-info {
        width: 48%;
        float: left;
        margin-bottom:60px;
    }
    .password-suggestions {
        float: left;
        width: 48%;
        margin: 0 0 20px 4%;
        clear: right;
    }

    .preferred-languages {
        float: left;
        width: 100%;
        margin-bottom:60px;
        clear: both;
    }

}

.termination {
    margin-top: 50px;
    border: 2px solid #f8c9cb;
    background: #fbe3e4;
    color: #8a1e11;
    padding: 20px;
    margin: 20px 0;
    border-radius: 6px;
    clear: both;
}

.termination a {
    color: #c21630;
    text-decoration: none;
}

.termination a:hover {
    color: #b7301e;
    text-decoration: underline;
}

.alert {
    padding: 20px;
    margin: 20px 0 0 0;
}

.alert-warning {
    border: 2px solid #faebcc;
    color: #8a6d3b;
    background-color: #fcf8e3;
    ;
    border-radius: 6px;
}

.alert-warning a {
    color: #c59645;
    ;
    text-decoration: none;
}

.alert-warning a:hover {
    color: #8a6d3b;
    text-decoration: underline;
}

.alert-danger {
    border: 2px solid #f8c9cb;
    background: #fbe3e4;
    color: #8a1e11;
    border-radius: 6px;
}

.alert-success {
    border: 2px solid #c6d980;
    background: #e6efc2;
    color: #27440a;
    border-radius: 6px;
}

.service-status {
    padding: 3px 0;
    font-size: 75%;
}

.help-block {
    color: #8a1e11;
}

.selected {
    background-color: #fcf8e3;
}

.password-suggestions ul li {
    padding-bottom: 5px;
    line-height: 1.5;
}

.password-suggestions article p {
    font-size: 90%;
    font-weight: 300;
    padding: 0;
    line-height: 1.5;
    margin: 0 0 10px 0;
}

.form-action {
    margin-bottom: -20px;
}


/* Catawba */
#expiration_date_id { display: none;}