﻿/* ===== LOGIN / RESET PASSWORD PAGES ===== */

.form-box {
    background: #7ec7eb;
    width: 100%;
    min-height: 150px;
    margin: 5.0rem 0;
    padding-top: 1.3rem;
    padding-right: 2.3rem;
    padding-bottom: 1.3rem;
    padding-left: 2.3rem;
}

.form-box h3 {
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-align: left;
}

.form-box p {
    font-size: 14px;
    color: #002F50;
    margin-bottom: 0;
    line-height: 14px;
}

.reset-pass-right {
    text-align: right;
}

.reset-pass {
    font-size: 12px;
    text-decoration: underline;
    color: #ffffff;
    margin-top: 10px;
    font-style: italic;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
    .form-box {
        margin: 2rem 0;
        padding: 1.3rem 1.3rem;
    }
}

@media only screen and (min-width: 415px) and (max-width: 760px) {
    .form-box {
        margin: 0 0;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .form-box {
        margin: 0 0;
    }
}

/* ===== ALL PAGES ===== */
table {
    width: 100%;
}

h1 {
    font-size: 35px !important;
    font-size: 3.5rem !important;
    margin-bottom: 10px !important;
}

.min-height-120 {
    min-height: 120px;
}

.form-group {
    margin-bottom: 15px;
}

.input-group {
    display: flex;
}

.btn-secondary {
    border-radius: 0;
}

.btn-primary {
    border-radius: 0;
}

.error-text {
    font-size: 12px;
    color: red;
}

.main-box {
    background: #ffffff;
    width: 100%;
    min-height: 300px;
    margin: 0;
    padding-top: 1.3rem;
    padding-right: 2.3rem;
    padding-bottom: 1.3rem;
    padding-left: 2.3rem;
    border: 50px solid #7ec7eb;
}

@media only screen and (max-width: 767px) and (min-width: 415px) {
    .main-box {
        border: 30px solid #7ec7eb;
    }
}

@media only screen and (max-width: 414px) and (min-width: 250px) {
    .main-box {
        border: 10px solid #7ec7eb;
    }
}

.main-box h2 {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
    padding-top: 20px;
    margin-bottom: 20px;
    line-height: 1rem;
}

.main-box h3 {
    color: #002F50;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
}

.main-box h5 {
    color: #002F50;
    font-weight: 600;
    padding-top: 20px;
    margin-bottom: 10px;
}

.main-box p {
    font-size: 14px;
    color: #002F50;
    margin-bottom: 10px;
    line-height: 14px;
}

.border-top-blue {
    border-top: 1px solid #002F50;
    margin-top: 30px;
    padding-top: 20px;
}

.border-top-white {
    border-top: 1px solid #ffffff;
    margin-top: 30px;
    padding-top: 20px;
}

.image-background {
    background-image: url(../../Images/MotorTrade_Photo.jpg);
    height: auto;
    background-repeat: no-repeat;
    background-position: 90% 63%;
    background-size: cover;
}

.icon_bg {
    background-color: #ffffff;
    padding: 5rem 0;
    background-image: url(../../Images/SEIB_background.png);
    background-repeat: repeat;
    background-size: auto auto;
}

.btn-right {
    float: right;
}

.btn-margin {
    margin-bottom: 20px;
}

.btn-table {
    font-size: 14px;
    padding: 5px;
}

.btn-block {
    background-color: #002F50;
    color: white;
    border: 0;
    border-radius: 0%;
}

.btn-block:hover {
    background-color: #002F50;
    color: white;
}

.btn-static {
    background-color: #002F50;
    color: white;
    border: 0;
    border-radius: 0%;
    padding: 5px;
}

.btn-static a {
    background-color: #002F50;
    color: white;
}

.btn-static-hover:hover {
    background-color: #002F50;
    color: white;
}

.btn-static-hover a:hover {
    background-color: #002F50;
    color: white;
}

.btn-static-selected:active {
    background-color: #002F50;
    color: white;
}

.btn-static-selected a:active {
    background-color: #002F50;
    color: white;
}

.btn-alt:hover {
    background-color: #7ec7eb !important;
    color: white !important;
}

.tablestyle {
    background-color: #fff;
    margin: 0 0 10px 0;
}

.tablestyle td {
    padding: 2px 0 2px 10px;
    color: #000;
    text-align: left;
    font-size: 12px;
    letter-spacing: 0;
    margin: 0;
}

.tablestyle th {
    text-align: left;
    padding: 5px 0 5px 10px;
    color: #fff;
    background: #42515b;
    font-size: 0.9em;
}

.tablestyle input {
    margin: 2px 10px 2px 0;
}

.tablestyle tbody tr:nth-of-type(odd) {
    background: #D3EFF9;
}

@media screen and (max-width: 1150px) {
    #page-header .heading-lead {
        padding-top: 50px;
    }
}

.radio-btn {
    display: inline;
    margin-right: 3rem;
}

.radio-btn-set {
    display: block;
    margin-top: 0.5rem
}

.info-box {
    background-color: #42515b;
    padding: 10px;
    border-radius: 10px;
}

.info-box p {
    color: #ffffff;
}

.dropdown_arrow {
    background: transparent url("../Images/select-arrow-open.png") no-repeat right center;
}

.form-pound {
    font-size: 2rem !important;
    font-weight: bold;
    display: inline;
    margin: 10px 15px 0px 0px;
    padding: 0px;
}

.form-text p {
    font-size: 12px;
    font-weight: 600;
}

.h3-md-center {
    margin-bottom: 5px !important;
}

.img-center {
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .lg-center, .h3-lg-center {
        text-align: center !important;
    }

    .lg-center .btn-right {
        float: none;
    }
}

/* ===== CUSTOMER POLICIES/QUOTES PAGE ===== */

.DetailLabel {
    width: 130px;
    float: left;
}

.DetailText {
    width: 400px;
    margin-bottom: 10px;
    float: left;
}

/* ===== QUOTE SUMMARY PAGE ===== */

.center {
    text-align: center !important;
}

.PriceLabel {
    width: 250px;
    float: left;
}

.PriceText {
    width: 150px;
    margin-bottom: 10px;
    float: left;
}

/* ===== GET AGENT QUOTE PAGE ===== */

@media only screen and (max-width: 768px) {
    #GetAgentQuoteBtn {
        float: left !important;
    }
}