﻿#quote-results {
    color: #3A405B;
}

    #quote-results h1 {
        font-size: 28px;
        text-transform: none;
        margin: 20px 0;
        font-weight: bold;
    }


		#quote-results #first-quote thead th {
			border: 1px solid #91c74c;
			padding: 15px;
		}

    #quote-results .quote-table td {
        padding: 15px;
    }

    #quote-results .quote-table td {
        border-bottom: 1px solid #dcdcdc;
        border-left: 1px solid #dcdcdc;
        border-top: none;
    }

        #quote-results .quote-table td:last-child {
            border-right: 1px solid #dcdcdc;
        }

		#quote-results #more-quotes thead th {
			border: 1px solid #b3ed69;
		}

.quote-table .quote-total {
    text-transform: uppercase;
}

#quote-results .quote-table tbody td.quote-total strong {
	font-size: 24px;
	color: #ed4e44;
	line-height: 20px;
	text-transform: none;
}

    #quote-results .quote-table tbody td.quote-total strong span {
        font-size: 16px;
        font-family: "montserrat-regular",Arial,sans-serif;
        text-transform: none;
    }

#quote-results .quote-table tbody td.quote-total div {
    float: left;
}

#quote-results .quote-table tbody td.quote-total .btn-large {
    float: right;
    margin-left: 50px;
}

#quote-results .quote-table thead th small {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
}

#quote-results .quote-table tbody td.quote-table--price button {
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
}

#quote-results #more-quotes.quote-table .btn-orange {
    background: #fd8564;
}

	#quote-results #more-quotes.quote-table .btn-orange:hover {
		background: #ed4e44;
	}

#quote-results h2 {
	text-transform: none;
	color: #ed4e44;
	font-size: 24px;
	margin: 25px 0;
}

.quote-table table {
    display: table;
}
/* Larger Screen Styling */
@media(max-width:1200px) {
    #quote-results .quote-table tbody td.quote-total {
        max-width: 205px;
    }

        #quote-results .quote-table tbody td.quote-total div {
            width: 100%;
        }

        #quote-results .quote-table tbody td.quote-total .btn-large {
            width: 100%;
            margin-left: 0;
            margin-top: 15px;
        }

    .quote-table tbody td {
        font-size: 14px;
    }

    #quote-results .quote-table tbody td.quote-total strong {
        font-size: 23px;
    }
}

/* Smaller Screen - iPad */
@media(max-width:992px) {
    .quote-table tbody td {
        font-size: 16px;
    }
}

/* Larger Phone Screen / Landscape Phones */
@media(max-width:992px) {
    .quote-table tbody td {
        font-size: 14px;
    }
}

/* Phone Screen */
@media(max-width:576px) {
    .quote-table tbody td {
        font-size: 16px;
    }

    .quote-table td, .quote-table th {
        vertical-align: middle;
        border-right: 1px solid #dcdcdc;
    }

    #quote-results .quote-table tbody td.quote-total {
        max-width: 100%;
        float: left;
        width: 100%;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #quote-results .quote-table thead th small {
        display: block;
        margin-left: 0;
    }
}
ul.quote-pills {
    margin-top: 20px;
    padding-left:0;
}
ul.quote-pills li {
    list-style: none;
    display: inline-block;
    background: #dcdcdc;
    border-radius: 5px;
    color: #868686;
    padding: 8px 10px;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 7px;
}
.quote-top-section{
    position:relative;
}
@media (min-width: 992px) {
    ul .quote-pills {
        padding-right: 130px;
        margin-top:20px
    }
    ul.quote-pills li {
        font-size: 14px;
        padding: 10px 15px;
    }
    img.sagepay {
        position: absolute;
        top: 5px;
        right: 0;
    }
}

.quote-header-links {
    color: #91c74c;
}

    .quote-header-links a {
        font-weight: bold;
        color: #91c74c;
        margin-right: 10px;
    }

        .quote-header-links a:last-of-type {
            margin-right: 0;
            margin-left: 10px;
        }

#account-modal button {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 32px;
    border: none;
    background: none;
}

.buy-more-header {
    color: #707070;
    font-weight: bold;
    text-align: center;
    background: #bfd626;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .buy-more-header hr {
        margin: 8px 0;
        border-color: #707070;
    }

    .buy-more-header .row {
        font-size: 14px;
        text-align: left;
    }

.buy-more-lines {
    padding: 10px;
    background-color: #faffd5;
    border-bottom -left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .buy-more-lines .row {
        padding: 10px 0;
    }

@media(min-width:1200px) {
    .buy-more-lines .row {
        padding: 10px 20px;
    }

    .buy-more-header .row {
        padding: 0 20px;
        font-size: 13px;
    }
}

.quote-table table {
    border-radius: 10px;
}

#quote-results table thead tr:last-of-type th {
    padding: 10px !important;
    font-size: 14px;
    border: none !important;
}

#quote-results table thead tr:first-of-type th {
    border: 0 !important;
    padding: 10px !important;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
}

@media(max-width:767px){
    #quote-results table thead tr:last-of-type th {
        padding: 4px !important;
    }

    #quote-results table thead tr:first-of-type th {
        padding: 4px !important;
    }
}

#quote-results #first-quote thead {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0 10px;
}

#quote-results table td {
    vertical-align: middle;
    border: none !important;
    padding: 10px 15px !important;
}

#first-quote tbody, #more-quotes tbody {
    box-shadow: 0px 5px 6px #00000029;
    border-radius: 10px;
}

    #first-quote tbody .btn {
        font-weight: bold;
        text-transform: uppercase;
    }

#quote-results #more-quotes thead {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0 10px;
}


#first-quote tbody .btn {
    background-color: #005daa !important;
    border-color: #005daa !important;
    font-weight: bold;
    text-transform: uppercase;
}

#more-quotes tbody .btn {
    background-color: #005daa !important;
    border-color: #005daa !important;
    font-weight: bold;
    text-transform: uppercase;
}

.quote-table thead th {
    border: none !important;
}

.quote-table thead tr:nth-of-type(2n) th {
    padding: 0 10px !important;
}

@media(max-width:767px){
    .quote-table thead tr:nth-of-type(2n) th {
        padding: 0 4px !important;
    }   
    #first-quote tbody, #more-quotes tbody {
        width: 100%;
    }
    #first-quote .table.table-responsive tbody tr,
    #more-quotes .table.table-responsive tbody tr {
        width: 100%;
    }

        #first-quote .table.table-responsive tbody tr td,
        #more-quotes .table.table-responsive tbody tr td {
            width: 100%;
            min-width: 75px;
        }
}

.quote-table thead hr {
    margin: 0;
    border-color: white;
}

#quote-results table tbody tr:last-of-type td:first-of-type {
    -moz-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#quote-results table tbody tr:last-of-type td:last-of-type {
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

h2.sooner {
    color: #ee4137;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 20px;
}

@media(max-width:767px) {
    h2.sooner span {
        display: block;
    }

    .quote-table tbody .btn {
        font-size: 14px;
        padding: 8px 6px;
    }

    #quote-results table td {
        padding: 4px !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .quote-table > .col-12 {
        padding: 0;
    }

    #quote-results table tbody tr:last-of-type td:first-of-type {
        -moz-border-bottom-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    #quote-results table tbody tr:last-of-type td:last-of-type {
        -moz-border-bottom-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    #quote-results table thead tr:first-of-type th {
        -moz-border-top-right-radius: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -moz-border-top-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
    }

    .static-content-quote {
        padding: 0 0 15px;
    }

    .quote-message-box {
        display: none !important;
    }

    .quote-header-links {
        text-align: center !important;
        margin-top: 15px;
    }
}

.header-row {
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
    font-size: 1.2em;
    text-transform: uppercase;
}

.quote-message-box {
    padding: 10px;
    background-color: #bfd626;
    color: #707070;
    border-radius: 10px;
}

#quote-results table thead tr:first-of-type th {
    font-size: 20px;
}

@media(max-width:600px) {
    .buy-more-header .row {
        font-size: 12px;
        text-align: left;
    }
}

ul.quote-pills li.success {
    list-style: none;
    display: inline-block;
    background: #005daa;
    border-radius: 5px;
    color: white !important;
    padding: 8px 10px;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 7px;
}

li.success a,
li.success a:visited,
li.success a:hover,
li.success a:active,
li.success a:focus {
    color: white;
}
#advanced-search .btn-success {
    color: #707070;
    background-color: #005daa !important;
    border-color: #005daa !important;
    opacity: 1;
}
#advanced-search .btn-success:disabled {
    color: #707070;
    background-color: #F0F2F7!important;
    border-color: #F0F2F7!important;
    opacity: 1;
}
#quote-results h1 {
    font-size: 22px;
    text-transform: none;
    margin: 20px 0;
    font-weight: bold;
    color: #707070;
}
@media(max-width:767px){
#quote-results h1 {
    font-size: 22px;
    text-transform: none;
    margin: 15px 0 10px;
    font-weight: bold;
    text-align: center;
        color: #707070;
}
}
.quote-message-box {
    background-color: #91c74c;
    color: #ffffff;
}
.buy-more-header {
    color: #ffffff;
    background: #91c74c;
}
.buy-more-header hr {
    border-color: #ffffff;
}
.header-row {
    border-bottom: 1px solid #ffffff;
}
.quote-header-links a {
    color: #005daa;
}
@media(max-width:360px){
    #quote-results table thead tr:last-of-type th {
        font-size: 11px;
    }
    .quote-table tbody td {
        font-size: 14px;
    }
    .quote-table tbody .btn {
        font-size: 10px;
    }
}


.quote-table table {
    margin-top: -7px;
    background: white;
}

#first-quote .quote-title, #more-quotes .quote-title {
    color: white;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    width: fit-content;
}

    #first-quote .quote-title em, #more-quotes .quote-title em {
        font-size: 32px;
        margin-right: 15px;
    }

    #first-quote .quote-title {
        background-color: #91c74c;
    }

#first-quote .table.table-responsive {
    margin-bottom: 0px;
}


#more-quotes .quote-title {
    background-color: #F2871F;
    margin-top: 2rem;
}

.quote-table table tbody {
    display: inline-block;
    padding: 10px 2px;
}


@media(max-width: 992px) {
    .quote-table table {
        border-radius: 0px;
    }
}

@media(min-width:768px) and (max-width: 992px) {
    #first-quote tbody, #more-quotes tbody {
        width: 100%;
    }

    #first-quote .table.table-responsive tbody tr,
    #more-quotes .table.table-responsive tbody tr {
        width: 100%;
    }

        #first-quote .table.table-responsive tbody tr td,
        #more-quotes .table.table-responsive tbody tr td {
            width: 100%;
            min-width: 145px;
        }
}
