﻿.uppercaseOnly
{
    text-transform:uppercase;
}

.underlined
{
    text-decoration: underline;
}

.bolded
{
 font-weight: bold;   
}

.combobox { position: relative; overflow: hidden; }
.combobox input { width: 100%; }
.combobox button { top:2px; right: 0; width: 18px; height: 18px; padding: 0; }

.longTimeActionDialog { display: none; }
.longTimeActionDialog > div { background-color: white; padding: 2em; border: solid 1px gray; box-shadow: 0px 0px 5px; border-radius: 1em; }
.longTimeActionDialog > div span { vertical-align: middle; }
.longTimeActionDialog > div h1 { margin: 0 0 0 5px; }
.longTimeActionDialog > div h1, .longTimeActionDialog > div img { display: inline; vertical-align: middle; }
.longTimeActionDialog #animation, .loadIndicator #animation { background: transparent url('../../Images/Shared/wait.gif') no-repeat top left; width: 30px; height: 30px; display: inline-block; }

.products { position: relative; }
.loadIndicator { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-color: transparent; text-align: center; }
.loadIndicator #animation { height: 100%; background-position: center center; }

.ajaxLoader { position: absolute; left: 50%; top: 50%; margin: -36px 0 0 -36px; z-index: 99999; }
.longTimeActionDialog .ajaxLoader { display: inline; position: relative; margin: 0; top: 0; left: 0; }
.longTimeActionDialog .ajaxLoader .rotate { width: 35px; }

/*jquery tools */
.simple_overlay, .lengthUnitOverlay {
 
    /* must be initially hidden */
    display:none;
 
    /* place overlay on top of other elements */
    z-index:10000;
 
    /* styling */
    background-color:#333;
    min-width:200px;
    padding:10px;
    border:1px solid #666;
   
    
    /* CSS3 styling for latest browsers */
    box-shadow:0 0 90px 5px #000;
    
}
 
/* close button positioned on upper right corner */
.simple_overlay .close, .lengthUnitOverlay .close {
      background:url(../../Images/shared/close.png) no-repeat;
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    cursor:hand;
    height:35px;
    width:35px;
}

.lengthUnit { position: relative; display: inline-block; }
/* fix for incorrect position calculation of JQuery Tools overlay */
.lengthUnit .lengthUnitOverlay { top: 0 !important; max-width: 210px; }

.fields > div:after, .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.fields > div {
    width: 100%; 
}
.fields > div, .clearfix {
    display: inline-block;
}

#questions div {display:block;}
html[xmlns] .fields > div, html[xmlns] .clearfix {
    display: block;
}
* html .fields > div, * html .clearfix {
    height: 1%;
}

.print,
.pdf
{
	vertical-align:top;
	padding-left:2em;
	line-height: 16px;
}
.pdf {
    background: url("../../Images/Shared/file_pdf.gif") no-repeat scroll transparent;
}
.print {
    background: url("../../Images/Shared/print.jpg") no-repeat scroll transparent;
}
.quoteSummary .fieldLabel { padding-left: 20px; }
.included {
    background: url("../../Images/Shared/tick.png") no-repeat scroll transparent;
    vertical-align: top;
}

.excluded {
    background: url("../../Images/Shared/cross.png") no-repeat scroll transparent;
    vertical-align: top;
}
.ui-menu {
    display: block;
    float: left;
    font-size: 0.8em;
    list-style: none outside none;
    margin: 0;
}
#productsRow { margin-left: 2.0em; }
.productBenefits
{
    margin: 1em 0;
    min-width:600px;
}
.productBenefits > div
{
    overflow: hidden;
    padding: 3px 0;
}
.productBenefits > div.header
{
    font-weight: bold;
}
.productBenefits > div > div
{
    float: left;
    width: 25%;
}

.tooltip { display: none; }
.newLineValMsg { display: block; }

.requiredSymbol {font-size:12px; font-weight:bold; margin-bottom:15px; text-transform:capitalize;}

p span.requiredSymbol,
.requiredSymbol > span {color:Red;}

.loaderContainer { position: relative; min-height: 71px; }

#EmailHeaderText {display: none}

#InclusiveOfTaxStatement {
    float: left;
    width: 100%;
}
#InclusiveOfTaxStatement > p { width: 100%;overflow: hidden;}

.AllCaps
{
   text-transform: uppercase;
}

.marketingConsent {
	font-size: 1em;
	list-style: none;
	margin-left: 0;
	margin-bottom: 10px;
}

#data-protection-container {
	margin-top: 30px;
	margin-bottom: 30px;
}
#data-protection-container h3 {
	text-align: left;
}
#data-protection-container p {
	max-width: 800px;
}
 
	
	#data-protection-container a, #data-protection-container a:active {
		text-decoration: underline;
	}

#MissingDocumentWarningContainer{ display: none;}

#onepayui-iframe-id {
    width: 100%;
    height: 560px;
    border: 0;
    max-width: 1000px;
    min-height: 600px;
    overflow: scroll;
}

#payment-details-container div.fieldLabel.longlabel {
    width: 350px;
}

#onePayCardPayment {
    margin-bottom: 50px;
}

#onePayValidationSummary {
    text-align: center;
    background-color: #fff;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: none;
}

    #onePayValidationSummary ul li {
        text-align: center;
        max-width: 650px;
        width: 95%;
        margin: 0 auto !important;
        list-style: none;
    }

    .DirectDebitDetails #ChangeQuestionsAnswsersButton {
        margin-left: 60px;
        margin-top: -15px;
        float: right;
        width: 75px;
        min-width: 75px;
    }

#direct-debit-container .fieldLabel
{ 
    width: 200px;
    text-align: left;
}

#direct-debit-container .payment-by-text-container {
    float: left;
    width: 100%;
}

#DirectDebitDetails div { display: table;}
#DirectDebitDetails .label{ width:150px;display: inline-table; padding: 0;margin: 0;}
#DirectDebitDetails .fieldLabel {
    margin: 0;
    width: 200px;
}
    .hide { display: none;}

#ModelDescriptionValue { width: 420px;}

#questionsControlPlaceholder {margin-bottom:15px}
#HowDidYouHearAboutUsComment {  margin-top: 10px;}

#HowDidiYouHearAboutUs div.longlabel,
#HowDidYouHearComment div.longlabel,
#HowDidYouHearComment input {
    width: 350px;
}

#saveUnfinishedWarranty { width: 40%;float: left;}


.internal #footerLinks #navigate.full-width{ width: 100%;}

#carDetails .checkboxes { max-width: 1250px;}
#footerLinks { max-width: 1250px;}


@media (max-width: 1301px) {


    .DirectDebitDetails span {
        width: 400px;
        display: inline-block;
    }
}

@media (max-width: 901px) {

    .DirectDebitDetails #ChangeQuestionsAnswsersButton {
        margin-top: 0;
    }
    .DirectDebitDetails span {
        width: 200px;
    }
}

