﻿/* BODY  GLOBAL */
body {
    font-family: 'Roboto', sans-serif !important;
}

.column {
    flex: 50%;
    padding: 10px;
}

.border {
    border: 1.25px solid #4d4c4c !important;
    border-radius: .25rem !important;
}

/* FLEXBOX */
.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: DodgerBlue;
}

.rounded {
    border-radius: .25rem !important
}


/* ACCORDION */
/*#accordion {
    padding-top: 16px;
    padding-bottom: 16px;
}*/

.accordion-header {
    background-color: #133d65 !important;
}

.accordion-link {
    color: #ffffff !important;
    font-size: 16px !important;
}

.accordion-print {
    background-color: #133d65 !important;
}

.accordion .card-header:before {
    font-family: 'FontAwesome';
    font-size: small;
    content: "\f068";
    color: white;
}

.accordion .card-header.collapsed:before {
    content: "\f067";
    font-size: small;
}

/* TABS */
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: rgb(250, 249, 247) !important;
    font-weight: bold !important;
}

.nav-item .nav-link {
    border: 1px solid !important;
}

.tab-content {
    border-left: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    border-right: 1px solid lightgray;
    background-color: rgb(250, 249, 247);
    padding-top: 1em;
}

/* MENU FAQ | SEARCH | CONTACT US */
.menu {
    margin: 0;
    padding: 0
}

    .menu li {
        float: left;
        list-style-type: none
    }

        .menu li a {
            padding: 10px 20px;
            line-height: 20px;
            font-family: "Arial", sans-serif;
            font-size: 14px;
            text-decoration: none
        }

            .menu li a:hover {
                color: #000
            }

        .menu li::after {
            content: '';
            display: inline-block;
            position: absolute;
            height: 20px;
            width: 1px;
            background: #999
        }

        .menu li:last-child::after {
            display: none
        }

/* CUSTOM */
fieldset {
    font-family: sans-serif;
    font-size: small;
    border: 2px solid #133d65;
    background: #ddd;
    border-radius: 5px;
    padding: 15px;
}

fieldset legend {
    font-weight: bold;
    font-size: larger;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 5px;
    width: auto;
}

.btn-primary {
    color: #fff;
    background-color: #133d65 !important;
}

.btn-accent {
    color: #fff;
    background-color: #70abcd !important;
}

.plus_minus_button {
    /*font-size: x-small !important;
    padding-left: 5px !important;*/
    /*padding-right: 5px !important;
    background-color: transparent;*/
}

.modal-xl {
    width: 90%;
    max-width: 1200px;
}

.searchInput {
    height: 38px !important;
}

input[placeholder] {
    font-size: x-small !important;
}

.background-color-blue {
    background-color: #133d65;
    color: white;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f4f3ed !important;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
    background-color: white !important;
}

.align_payments{
    margin-left:55px;
}

#viewButton {
    margin: auto;
    display: block;
}

p.alignleft {
    float: left;
}

p.alignright {
    float: right;
}

#contact {
    line-height: 0;
}

#searchBox {
    margin-bottom: 0;
}

button.searchButton {
    float: right;
}

#paymentButtons {
    margin: 0 auto;
    width: 100px;
}

#semiAnnual {
    border-width: 10px;
    border-color: #dee2e6;
}

#annual {
    border-width: 10px;
    border-color: #dee2e6;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c20;
    font-size: small !important;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c20;
    font-size: small !important;
}

textarea.input-validation-error {
    border: 1px solid #e80c20;
    font-size: small !important;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c20;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* styles for senior credit application */

.creditAppLabel {
    margin-bottom: 0px !important;
}

.creditrequired {
    color: red !important;
    font-size: small !important;
}

.creditprint {
    padding-left: 20px !important;
}

.fa-print{
    padding-right: 10px;
}

/* MISC  
----------------------------------------------------------*/
.pagebreak {
    page-break-before: always;
}

@media print {
    .noprint {
        visibility:hidden;
    }
    body, page[size="A4"] {
        margin-top: 7px;
        margin-bottom: 7px;
        box-shadow: 0;
    }
}


@media screen and (max-width: 1300px) {

    .creditpadding {
        padding-left: 30px !important;
    }

    .creditDevXpressPhone {
        margin-left: 45px !important;
    }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

