﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* 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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


/* Custom */

body {
    font-family: Montserrat, Helvetica Neue, Helvetica, Arial;
    color: #404040;
}

.h-60px {
    height: 60px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 80%;
    }
}

@media (min-width: 1200px) {
    .agency-logo {
        height: 40px;
    }
}

@media (max-width: 1199px) {
    .agency-logo {
        height: 35px;
    }
}

.footer {
    font-size: 12px;
    line-height: 4px
}

.vl {
    border-left: 1px solid green;
    height: 500px;
    margin-left: 50%
}

.display-5 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.font-size14 {
    font-size: 14px;
}

.p-r-5 {
    padding-right: 5px;
}

.m-b-3 {
    margin-bottom: 3px;
}


.request-replacements-items {
    font-size: 25px;
    margin-bottom: 10px;
}

.m-b-0 {
    margin-bottom: 0px;
}

.p-b-1 {
    padding-bottom: 1px;
}


.pd-r-0 {
    padding-right: 0px;
}

.exception-message {
    margin-top: 100px;
    font-weight: bold;
    font-size: 18px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-r-15 {
    margin-right: 15%;
}

.header {
    font-size: 1.25rem;
    font-weight: 500;
    padding-top: 15px;
    margin-bottom: -8px;
}

.ranger-header {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: -8px;
}

.mt-15 {
    margin-top: 15px;
}

.Dealer-Supplies-box {
    margin-bottom: 20px;
    margin-left: 50px;
}


row {
    display: flex;
}

.left-division {
    text-align: right;
    float: right;
    font-size: 18px;
}

.center-division {
    height: 25px;
    width: 25px;
    margin-top: 10px;
}

.right-division {
    text-align: left;
    float: left;
    font-size: 18px;
}

.p-l-20 {
    padding-left: 20px;
}

.col-form-label.required::after {
    content: "*";
    color: red;
}

.btn-mr-7 {
    margin-right: 7%;
}

.m-r-20 {
    margin-right: 20%;
}

.width-auto {
    width: auto !important;
}

.mr-rl-10 {
    margin: 0 10px 0 10px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-t-20 {
    margin-top: 20px;
}

.security-checkbox {
    height: 15px;
    width: 15px;
    margin-left: 15px;
}

.readonly-text {
    border: none;
    margin-top: 6px;
}

.m-l-25 {
    margin-left: 25%;
}

.scroll-none {
    overflow: hidden;
}

.col-form-label.required::after {
    content: "*";
    color: red;
}

.col-form-label.plus-icon::after {
    content: " +";
    color: rgb(0, 0, 255);
}

.buttons-box {
    padding-bottom: 30px;
    padding-top: 15px;
    text-align: center
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-0 {
    padding-bottom: 0px;
}

.p-b-3 {
    padding-bottom: 3px;
}

.m-100 {
    margin: 0px 100px 0 100px;
}

.divTopNav {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    font-size: 14px !important;
    font-weight: 500;
    background-color: #2b5b77;
    color: white;
}

.nav-link {
    color: white !important;
}

.topNavActive .nav-link {
    color: black !important;
    background-color: #a7b1b7;
}


.navbar {
    padding: 0rem 1rem !important;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    z-index: 1;
    color: #fff;
    text-decoration: none;
    background-color: #a7b1b7;
}

.nav-item {

    border-right: #a7b1b7 0.5px solid;
}

.dropdown-menu .dropdown-item {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    font-size: 14px !important;
    font-weight: 500;
    background-color: #2b5b77;
    color: white;
}

.dropdown-menu {
    padding: 0rem 0rem !important;
}

    .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
        z-index: 1;
        color: #fff;
        text-decoration: none;
        background-color: #a7b1b7;
    }

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    z-index: 1;
    color: #fff;
    text-decoration: none;
    background-color: #a7b1b7;
}

.warning-text {
    padding-left: 5%;
    font-size: 14px;
    text-align:center;
    color:red;
    font-weight:600;
}
.warning-section {
    padding-bottom: 2%;
    text-align: center;
}
.page-header {
    padding-top: 10px;
    font-weight: 600;
}

.m-t-50 {
    margin-top: 50px;
}

.m-l-100 {
    margin-left: 100px;
}
.font-bold {
    font-weight: 600;
}
.payment-msg {
    text-align: center;
    color: green;
    font-weight: bold;
}

.p-0{
    padding: 0;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-8 {
    margin-bottom: 8px;
}


.m-b-20 {
    margin-bottom: 20px;
}

.m-t-10 {
    margin-top: 10px;
}


.p-lr-1 {
    padding: 0 1rem;
}

.custom-border {
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding-right: 0px;
    padding-left: 0px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-r-20 {
    margin-right: 20%;
}

.width-auto {
    width: auto !important;
}

.mr-rl-10 {
    margin: 0 10px 0 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.security-checkbox {
    height: 15px;
    width: 15px;
    margin-left: 15px;
}

.pd-l-7{
    padding-left: 7%;
}
.special-warning {
    background-color: #ffffcc;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.special-warning-danger {
    background-color: #ffffcc;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #800020
}
.special-warning a {
    margin-left: 5px;
    text-decoration: underline;
}

.info-message {
    background-color: #fcf5c2;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #d1c882;
    border-radius: 8px;
    color: #5e3c12;
    font-weight: 500;
}