﻿.ReportGrid
{
    font-size:8pt;
}
table.ReportGrid th { 
	padding:5px; 
}
table.ReportGrid td { 
	padding:5px; 
    border: solid 1px;
}

/* this makes header sticky */
.ReportGrid th {
    background: #eeeeff !important;
    position: sticky !important;
    top: 0;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.ReportGrid th a:link {
    color: #0055bb;
}

.ShrinkingGrid {
    width: 100%;
}
.SalesReportGrid {
    font-size: 12pt;
}

table.SalesReportGrid th {
    padding: 5px;
}

table.SalesReportGrid td {
    padding: 5px;
    border: solid 1px;
}

.RowStyle {
    background-color: White;
}

.AlternatingRowStyle {
    background-color: #fb4f48;
}

.AlternatingItemClass {
	background-color: lightgray;
}
.FormLabel 
{
    font-weight:bold;
}
.FormField
{
    text-align:left;
}
table.FormTable td
{
    color:black;
    margin: 3px;
    padding: 6px;
    vertical-align:top;
}
.contentMargins {
    margin: 25px;
}

.VerticalForm {
    color:black;
}

.VerticalForm label {
    font-weight: bold;
}

.VerticalForm input, textarea, select {
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight:normal;
}

.nodisplay {
    display: none;
    width: 0px;
}

/* QG */
.navigator {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 0px 16px #FFFFFF;
    border: 1px solid #E8E7E2;
    margin-top: 0;
    margin-right: 10px;
    margin-left: auto;
    margin-bottom: 10px;
    padding:20px;
}

.menu-sec {
    padding-top: 15px;
    padding-bottom: 15px;
}

.menu-sec h2 {
    font-size: 110%;
    display: block;
    margin: 0px;
    border-bottom: 1px solid #E8E7E2;
    color: #454545;
}

.menu-sec a {
    color: #454545;
    display: block;
    padding: 8px 16px;
    text-decoration: none;
}

.menu-sec a:hover {
    color: #FFFFFF;
    background-color: #454545;
}

.menu-sec .current {
    background-color: #E41201;
    background-image: url(../img/arrow-more.png);
    background-position: right center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    width: 92.5%;
    box-shadow: 2px 2px 4px #454545;
    border-bottom: 1px solid #E41201;
    padding: 8px 16px;
}

.menu-sec .current:hover {
    background-color: #E41201;
    background-image: url(../img/arrow-more.png);
    background-position: right center;
    background-repeat: no-repeat;
    color: #FFFFFF;
}

.menu-sec ul {
    padding-top: 5px;
    padding-right: 23px;
    padding-bottom: 5px;
    padding-left: 23px;
    list-style-type: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.menu-sec li {
    border-bottom: 1px dotted #E8E7E2;
}

.menu-sec li:last-child {
    border-bottom: 1px none #454545;
}

.menu-sec .here a {
    color: #E41201 !important;
    text-shadow: 0px 0px 3px #B9B9B9 !important;
}

.menu-sec ul a {
    display: block;
    color: #454545;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.menu-sec ul a:hover {
    color: #000000;
    text-shadow: 0px 0px 3px #B9B9B9;
    background-color: transparent !important;
}

table.StepOuterStyle {
    width: 800px;
    color:black;
    /*    border: solid 1px black;*/
}

.StepOuterStyle h1 {
    font-size: 24px;
}
/*
.StepOuterStyle th
{
    border: solid 1px black;
    padding:2px 0px 2px 0px;
    background-color:#BA0E00;
    color: White;
    font-size:16px;
}
*/
.StepOuterStyle tr {
}

.StepOuterStyle td {
}

.StepOuterStyle input[type=checkbox],input[type=radio] {
    margin: 5px 10px;
}

.StepInnerStyle table {
/*    background-color:mistyrose;*/
}

.StepInnerStyle th {
    padding: 1px 5px 1px 5px;
}

.StepInnerStyle tr {
}

.StepInnerStyle td {
    border: solid 0px black;
    padding: 1px 5px 1px 5px;
    font-size: 14px;
}

.StepInnerStyle input[type=text] {
    font-size: 14px;
}

table.StepNav td {
    font-size: 18px;
    padding: 5px;
}

.StepNavPast {
    background-color: black;
    color: white;
    padding: 10px;
    border-radius: 10px;
}

.StepNavPast a {
    color: White;
}

.StepNavCurrent {
    background-color: #CC092F;
    color: white;
    padding:10px;
    border-radius: 10px;
}

.StepNavFuture {
    background-color: #E8E7E2;
    color: #888888;
    padding: 10px;
    border-radius: 10px;
}

.NavCell {
    vertical-align: text-top;
}
.MainContentCell {
    vertical-align:text-top;
}
.QuoteSectionHeader {
    margin: 1px 5px 1px 5px;
    padding: 1px 5px 1px 5px;
    background: #444444;
    color: white;
    font-weight: bold;
}

@media only screen and (max-width: 1500px) {
    .priorityThree {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    .priorityTwo {
        display: none;
    }
}