﻿@import url(https://fonts.googleapis.com/css?family=Montserrat);

h1, h2, h3, h4, h5, h6 {
    padding: 0px;
}

#headerLogo {
    z-index: 500;
}

.header {
    padding-bottom: 10px;
    background-color: rgb(138,211,219) !important;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 2px 3px 0px;
    overflow: hidden;
    text-align: center;
}

body {
    min-width: 100%;
    background-color: white;
    /*background: url('../Content/images/background.jpg') center top scroll repeat no-repeat;*/
    background-attachment: fixed;
    background-size: auto;
    font-family: 'Montserrat';
    color: #000311;
}

/* Set padding to keep content from hitting the edges */
.content {
    padding-left: 15px;
    padding-right: 15px;
}

.linkButton {
    background: none !important;
    border: none;
    text-decoration: underline;
    color: #428bca !important;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.buttonStyle {
    background-color: rgb(197, 233, 233);
    padding: 2px 13px 2px 13px;
    height: auto;
    font-weight: bold;
}

label {
    font-size: 1.3em;
    color: rgb(12, 84, 122);
    /*text-shadow: 1px 1px #FFFFFF;*/
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 10px;
}

.FormLayout{
    display: flex;
    justify-content: center;
}
.FormButtonRow{
    display: flex;
    justify-content: space-between;
}

.form-control, .input-group-addon {
    font-size: 1.3em;
    border-color: rgb(12, 84, 122);
    box-shadow: inset 0 0 5px 1px rgb(197, 233, 233), 2px 2px 5px #888888;
    transition-delay: 0.2s;
    transition-property: all;
    line-height: 1.425;
}

.btn-sm {
    padding-bottom: 2px !important;
    padding-top: 4px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
    font-size: 0.9em !important;
    height: auto !important;
    width: auto !important;
    margin-left: 4px !important;
    margin-right: 4px !important;
}

.btn-default {
    border-color: rgb(12, 84, 122);
    box-shadow: inset 0 0 5px 1px rgb(197, 233, 233), 2px 2px 5px #888888;
    transition-delay: 0.2s;
    transition-property: all;
    display: inline-block;
    min-width: 100px;
    font-size: 1.0em;
    margin: 10px 0;
}

.btn-group > .btn {
    float: none;
}

.form-control:hover, .btn-default:hover, .btn-default.selected, .input-group-addon:hover {
    border-color: rgb(102,175,233);
}

.dropdown-menu.datepicker {
    background-color: rgb(246, 245, 229);
    box-shadow: 2px 2px 15px 2px rgb(71, 108, 127);
    margin-right: 15px;
    margin-left: 15px;
}

.panel {
    background-color: rgb(255,255,255);
    /*box-shadow: 2px 2px 15px 2px rgb(200, 200, 200);*/
    margin-right: 15px;
    margin-left: 15px;
    border-color: rgb(12, 84, 122);
    margin-bottom: 14px;
}

.datepicker {
    padding: 0px;
}

.table-condensed {
    border-spacing: 0px 0px;
    border-collapse: collapse;
}

    .table-condensed tbody {
        background-color: white;
    }

    .table-condensed thead tr:first-child {
        background-color: rgb(39, 82, 104);
        color: white;
        text-shadow: 1px 1px #000000;
        font-size: 1.0em;
        border: none;
        border-radius: 4px 4px;
    }

        .table-condensed thead tr:first-child th:hover {
            background-color: transparent !important;
            box-shadow: inset 0 0 5px 1px rgba(197, 233, 233, 0.25);
        }

    .table-condensed thead tr:nth-child(2) {
        background-color: rgb(235, 234, 218);
        color: rgb(12, 84, 122);
        text-shadow: 1px 1px #FFFFFF;
        font-size: 1.0em;
        border: none;
        border-bottom: 1px solid #AAAAAA;
        border-radius: 4px 4px;
    }

    .table-condensed thead tr:nth-child(-n+2) th {
        border-radius: 0px 0px;
    }

.panel-footer {
    color: rgb(12, 84, 122);
    text-shadow: 1px 1px #FFFFFF;
    font-size: 1.1em;
}

.panel-footer-acct {
    text-align: center;
    padding: 15px;
}

.panel-body {
    /*padding-bottom:0px;*/
}

.panel-custom {
    border-color: rgb(39, 82, 104);
}

.panel-light {
    background-color: transparent;
    /*box-shadow: 2px 2px 15px 2px rgb(197,233,233);*/
    border-color: none;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border: none;
}

    .panel-light > label {
        padding-bottom: 0px;
    }

.panel-heading > fieldset > label {
    color: white;
    text-shadow: 1px 1px #000000;
    text-align: right;
    width: 150px;
    margin-right: 10px;
}

.panel-heading, .modal-header {
    background-color: rgb(138,211,219) !important;
    background-image: none !important;
    text-align: center;
    color: white;
    /*text-shadow: 1px 1px #000000;*/
    font-size: 1.0em;
}

.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    border-radius: 5px;
}

.modal-header {
    background-color: rgb(138,211,219) !important;
    background-image: none !important;
    color: white;
    text-align: center;
    text-shadow: 1px 1px #000000;
    font-size: 1.0em;
}

.modal-btn {
    border-radius: 5px;
    box-shadow: inset 0 0 5px 1px rgb(197, 233, 233), 2px 2px 5px #888888;
    background-color: rgb(138,211,219) !important;
    color: rgb(12, 84, 122) !important;
    text-shadow: inherit;
    text-align: center;
    padding: 2px 13px 2px 13px;
    height: auto;
    font-weight: bold;
}

.danger {
    background-color: palevioletred !important;
}

.modal-body {
    text-align: center;
    padding: 50px;
}

.modal-footer {
    background-color: rgb(230,230,230) !important;
    display: flex;
    justify-content: space-between;
}

.yellowText {
    color: rgb(247,236,15) !important;
    /*text-shadow: 1px 1px #000000 !important;*/
}

.whiteText, .close {
    color: white !important;
    /*text-shadow: 1px 1px #000000 !important;*/
}

.lightblueText {
    color: rgb(138,211,219) !important;
    /*text-shadow: 1px 1px #000000;*/
}

.blueText {
    color: rgb(12, 84, 122);
    /*text-shadow: 1px 1px #FFFFFF;*/
}

.blackText {
    color: black;
    /*text-shadow: 1px 1px #FFFFFF;*/
}

.redText {
    color: #a94442 !important;
}

.darkgraytext {
    color: #444444;
}

.text-respond {
    float: left;
}

@media (max-width: 767px) {
    .shrinkable {
        font-size: 1.3em;
    }
}

.nortonImage:hover {
    cursor: pointer;
}

.amountVAlign {
    display: inline-block;
    line-height: 26px;
    vertical-align: middle;
    font-size: 1.3em;
}

.contactUsNumber {
    display: inline-block;
    line-height: 26px;
    vertical-align: middle;
    font-size: 1.3em;
}

.footer {
    height: 40px;
    background-color: rgb(39, 82, 104);
    box-shadow: 0px 0px 15px 2px rgb(71, 108, 127);
    width: 100%;
}

.logout {
    text-align: right;
    position: relative;
    top: 90px;
}

@media (max-width:767px) {
    .logout {
        padding-right: 10px;
        top: 70px;
    }
}

.navigation {
    padding-bottom: 15px;
}

.navbar-custom {
    background-color: #2D469D;
    box-shadow: 2px 2px 15px 2px rgb(71, 108, 127);
    background-image: none;
    border: none;
    font-size: 1.3em;
    color: white;
    text-shadow: 1px 1px #000000;
    -ms-filter: "none";
    filter: "none";
    margin: 0 auto;
}

.navbar {
    margin-bottom: 0px;
    border-radius: 0px 0px;
}

.navbar-nav > li > a {
    text-shadow: 1px 1px #000000;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: rgb(39, 82, 104);
    box-shadow: inset 0 0 5px 1px rgba(197, 233, 233, 0.25);
    color: white;
}

.selectedNav {
    background-color: #021d7a; /*#465896;*/
    /*box-shadow: inset 0 0 5px 1px rgba(197, 233, 233, 0.25);*/
    color: white;
}

.shrinkNav {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
}

@media (min-width:768px) {
    .navLiOverride {
        display: inline-block !important;
        float: none !important;
    }
}

@media (max-width:767px) {
    .navLiOverride {
    }
}

.navUlOverride {
    text-align: center;
    float: none;
}

.divider-vertical {
    margin-top: 6px;
    height: 44px;
    border-right: 1px solid rgb(71, 108, 127);
}

.webGrid {
    width: 100%;
    background-color: white;
    overflow: hidden;
    font-size: 1.3em;
}

.webGridRow > td, .webGridHeading > th {
    height: 35px;
    border-top: 1px solid rgb(71, 108, 127);
}

.webGridAlt > td {
    height: 35px;
    border-top: 1px solid rgb(71, 108, 127);
}

.webGridHeading > th > a {
    color: white;
    text-shadow: 1px 1px #000000;
    padding-bottom: 5px;
}

.webGridHeading {
    background-color: rgb(39, 82, 104);
    color: white;
    text-shadow: 1px 1px #000000;
    font-size: 1.0em;
}

.webGridPaymentHistory > tbody > tr > td, .webGridPaymentHistory > thead > tr > th {
    width: 50%;
}

.column-align-center > td, .column-align-center > th {
    text-align: center;
}

.content {
    overflow: hidden;
}

.selected, selected:hover {
    background-color: rgb(102,175,233) !important;
    background-image: none;
    color: white !important;
    text-shadow: 1px 1px #000000 !important;
}

.same-line {
    display: inline-block !important;
    /*padding-left:0px;*/
}

.same-line-align-right {
    display: inline-block;
    width: 180px;
    text-align: right;
    margin-right: 30px;
    padding-bottom: 3%;
}

.same-line-align-right2 {
    display: inline-block;
    width: 250px;
    text-align: right;
    margin-right: 10%;
    padding-bottom: 3%;
}

.baseline-align {
    display: flex;
    align-items: flex-end;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
    padding-left: 5px;
    display: block !important;
}

    .field-validation-error:empty {
        display: none !important;
    }

.field-validation-valid {
    visibility: hidden !important;
    display: none !important;
    min-height: 16px !important;
}

    .field-validation-valid:after {
        content: "&nbsp;";
    }

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none !important;
}

.pickPaymentTypeMini {
    display: none;
}

.pageHeading {
    display: block;
    font-weight: bold;
    padding-bottom: 10px;
}

.mouseOverEnlarge {
    transition: transform 0.5s ease;
    box-shadow: 2px 2px 15px 2px rgb(200, 200, 200);
    z-index: 99;
}

    .mouseOverEnlarge:hover {
        transform: scale(2.0) translate(-40px,5px);
        border: 1px solid rgba(12,84,122, 0.5);
        border-radius: 4px 4px;
        box-shadow: 2px 2px 15px 2px rgb(0, 0, 0);
    }

#EmailResult {
    /*padding-bottom:10px;
    padding-top:5px;*/
    box-shadow: 2px 2px 15px 2px rgb(200, 200, 200);
}

    #EmailResult:empty {
        padding-bottom: 0px;
        padding-top: 0px;
    }

@media (max-width: 767px) {
    .mouseOverEnlarge {
        float: none;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

        .mouseOverEnlarge:hover {
            transform: none;
            border: none;
            box-shadow: 2px 2px 15px 2px rgb(200, 200, 200);
        }

    #FooterElement2 {
        float: right;
        padding-right: 20px !important;
    }

    #FooterElement1 {
        padding-left: 20px !important;
    }

    .SelectronLogo, .hideTooltip {
        display: none !important;
    }

    .form-group {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 900px) {
    .capPanelWidth {
        min-width: inherit !important;
        max-width: 800px;
    }
}

@media (max-width: 991px) {
    .SelectronLogo {
        float: right;
        padding-right: 20px;
    }
}

.margin-top-10 {
    margin-top: 10px;
}

.makePaymentLabel {
    vertical-align: top;
    padding-top: 5px;
}

@media (max-width:767px) {
    .makePaymentLabel {
        text-align: left;
    }
}

.help_popup {
    display: inline-block;
    height: 34px;
    width: 20px;
    cursor: pointer;
    z-index: 10;
    position: relative;
    line-height: 1;
    padding-left: 4px;
}

.bootstrap-dialog.type-primary .modal-header {
    background-color: rgb(45,70,157) !important;
}

.modal-body-left {
    width: 48%;
    float: left;
}

.modal-body-right {
    width: 48%;
    float: right;
}

.modal-footer .btn + .btn {
    margin-bottom: 10px !important;
}
