﻿.hero-image {
    background: url('images/Hero.png');
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.header {
    background: #000;
}

.formLabel {
	font-weight: bold;
	padding: 2px 0 0 2px;
}
.formValueLabel {
	margin: 2px 0 0 7px;
}
.text-danger {
	font-weight: bold;
	color: #ff0000;
}
.formControl {
	padding: 2px;
}
.formBottom, .form-top {
	height: 15px;
    display: block;
}
hr {
	margin: 15px 0 0 0;
}
.straightBold {
	font-weight: bold;
}

.doubleSpace {
	margin: 0 0 20px 0;
}
.excelButton {
	background: url("/App_Themes/images/excel.jpg");
	width: 20px;
	height: 20px;
	display: block;
	margin: 2px;
	float:left;
}
.csvButton {
	background: url("/App_Themes/images/csv.png");
	width: 20px;
	height: 20px;
	display: block;
	margin: 2px;
	float:left;
}
.buttonContainer {
	float: left;
}
.contractList {
	max-height: 300px;
	overflow-x: auto;
	margin: 0 0 0 10px;
}
.summaryViewList {
	max-height: 150px;
	overflow-x: auto;
}
.bumpRight {
	margin: 0 0 0 10px;
}
.bumpDown {
	margin: 0 0 10px 0;
}
.contractList ul {
		list-style-type: none;
	padding: 0;
	margin: 0;
}
td label {
	margin: 0 6px 0 6px;
}
.detailRow, .altDetailRow, .submitDetailRow, .submitAltDetailRow {
	border: 1px solid #C6C6C6;
	background-color: #FEFEFE;
	font-size: 70%;
	margin: 7px 0;
    padding: 0 4px;
}

 .submitDetailRow, .submitAltDetailRow 
 {
	border: 1px solid #C6C6C6;
	background-color: #FEFEFE;
	margin: 0 6px;
} 	
.altDetailRow, .submitAltDetailRow {
	background-color: #e6ffe6;
}
.submitDetailRow, .submitAltDetailRow {
	font-size: 100%;
}
.MyGridClass .rgDataDiv
{
    height: auto !important;
    width: auto !important;
}
.divShadow
{
    height: 100%;
    background-color: #F0F0F0;
    padding: 20px;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.buttonRowUnder
{
    margin: 10px 0 0 0;
}
.exportLabel {
    padding: 5px 0 0 0;
}
.textLabelSmall
{
    font-size: 90%;
}
.cart-panel {
    font-size: 95%;
    padding-top: 10px;
}
.cart-icon {
    margin: 2px -2.5rem 0 0;
}
.font-weight-bold {
    font-weight: bold;
}
.gauge-container {
    border: 1px solid #e2e4e7;
    background-color: #f5f7f8;
}

.processingIndicator {
    background-color: #FFFFFF;
    filter: alpha(opacity=70);
    opacity: 0.7;
    margin-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
}

.processingMessage {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}
.selectedItemsBlock {
    font-size: 90%;
}
.selectedItemsBlock ul {
    padding: 0 0 2px 4px;
    margin: 0;
    list-style: none;
    background: #F9F9F9;
    border: 1px solid #DEDEDE;
    height: 83px;
    overflow-x: hidden;
    overflow-y: auto;
}

.selectedItemsBlock ul li {
    margin: 3px;
    font-size: 90%;
}
.hero-wrap {
    position: relative;
    min-height: 488px;
    margin: 15px 0 0 0;
}

#footer {
    background: #000;
    padding: 8px 0;
    margin: 30px 0 0 0;
    position: relative;
}
.conti-vertical-point-cta-outer {
    background: #ffa500;
    color: #FFF;
    margin: 0 0 17px 0;
}
.general-vertical-point-cta-outer {
    background: #A6192E;
    color: #FFF;
}
.cta-organization-name {
    font-size: 20px;
}
.conti-vertical-point-cta-inner, .general-vertical-point-cta-inner {
    padding: 22px 0 43px 0;

}
.cta-points-label {
    font-size: 14px;
}
.conti-vertical-point-cta-inner {
    background: url(/App_Themes/images/contiTire.png) bottom left no-repeat;
}
.general-vertical-point-cta-inner {
    background: url(/App_Themes/images/generalTire.png) bottom left no-repeat;
}
.header-logo {
    margin: 15px;
    max-width: 200px;
}
.outer-wrap {
    min-height: 100vh;
}
.logo-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 226px;
}

#footer {
    background: #000;
    min-height: 80px;
    bottom: 0;
    position: fixed;
    max-width: 1168px;
}
@media only screen and (max-width: 537px) {
    #footer {
        position: inherit;
    }

    .logo-right {
        position: inherit;
        margin: 0 auto;
    }


}

.inner-wrap {
    padding: 0 0 95px 0;
}


.print-only {
    display: none;
}

@media print {
    .print-only { display: block; }
}
.cart-panel a:link, .cart-panel a:visited, .cart-panel a:active {
    color: #ffa500 !important;
}
.lead-points-link {
    display: none;
}
