﻿ul, ol {
    margin-top: 0;
    margin-bottom: 0;
}

html {
	min-width: 315px;
}

p {
    text-align:justify;
}

.maintenanceWarning{
    background-color: #dc4747;
    color: #fff;
    text-align: center;
    padding: 4px 2px;
    font-weight: bold;
}

.bold{
    font-weight: bold;
}

.smallMarginRight{
    margin-right:5px;
}

.smallMarginLeft{
    margin-left:5px;
}

.smallTopMargin {
    margin-top: 5px;
}

.smallBottomMargin{
    margin-bottom:5px;
}

.marginRight{
    margin-right: 10px;
}

.marginLeft{
    margin-left: 10px;
}

.marginTop{
    margin-top:10px;
}

.marginBottom {
    margin-bottom: 10px;
}

.largeMarginRight{
    margin-right: 15px;
}

.largeMarginBottom {
    margin-bottom: 15px;
}

.largeMarginLeft{
    margin-left: 15px;
}

.footerWrapper {
	text-align: center;
}

.footerContent {
	display: inline-block;
}

.footerSections {
	float: left;
	padding: 15px;
}

a {
	color: blue;
	text-decoration:underline;
	/*color:#677BB5;*/
    /*text-decoration:underline;*/
}

.noborder {
	border: 0;
}

.noMargin {
	margin: 0;
}

h1, .h1 {
	font-size: 30px;
}

h2, .h2 {
	font-size: 25px;
}

h3, .h3 {
	font-size: 20px;
}

h4, .h4 {
	font-size: 16px;
}

.red {
	color: #d9534f;
}

.notProdWarning{
    padding: 5px 10px;
    background-color: #fdff6d;
    border: 1px solid #cf1d1d;
    font-size: 1.5em;
    color: red;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
}

.error{
    color:#d60000;
    font-weight:bold;
}

.error:not(:empty):before {
	content: "Error: ";
}

.fa-left { margin-right:.5em;}
.fa-right { margin-left:.5em;}

.list-unstyled .fa { width:1.5em; text-align:center; display: inline-block;}

.control-inline {
	margin-left:15px;
}

.form-horizontal .form-group {
    margin-left:0;
	margin-right:0;
	margin-bottom:10px;
}

.cartList h5 { margin:0;}
#divCartTable h3 {
	margin: 0;
	font-size: 14px;
}
.cartList ul {margin-bottom:0;}
#searchResults h5 { margin:0;}
.dropdownRefresher {padding:0 !important;}

.warrantResultItem .btn, .claimPending {
    position: absolute;
    bottom: 45px;
    right: 15px;
}

.cartActions .btn {
    position: absolute;
    bottom: 2px;
    right: 10px;
}

#searchResults h4 {margin-top:0;}

	#cashedWarrantWrapper .form-horizontal .form-control {margin-bottom:10px; }

@media (max-width: 768px) {
	#uncashedSearchForm .form-horizontal .control-label.text-right {
		margin-bottom: 0;
		padding-top: 7px;
	}

	#uncashedSearchForm .form-horizontal .form-group,
	#cashedWarrantWrapper .form-horizontal .form-group { margin-bottom:0; }
	#cashedWarrantWrapper .form-horizontal .control-label {
		padding-top: 0;
	}

	.form-horizontal .col-xs-9, .form-horizontal .col-xs-8  { padding-left:0; margin-bottom:10px; }
	
	.warrantResultItem .list-unstyled { margin-top:15px; }
	
	.list-inline-responsive li { display:block;}
	#searchResults h4 {margin-top:0;}	
}

@media (max-width: 992px) {
	#cashedWarrantWrapper .form-horizontal .form-group { margin-bottom:0; }
    #cashedWarrantWrapper .form-horizontal .form-group.smallBottomMargin {margin-bottom:10px;}
}


.CartRemoveForm {
	display: inline-block;
	margin-left: 5px;
}

.suggestedDocsList {
	margin-bottom: 15px;

}

.suggestedDocsList li {
	list-style-position: inside;
}

.suggestedDocs {
	float: left;
	padding: 2px 4px;
	/*border: 1px solid #6788FF;*/
	background-color: #E7ECFF;
	border-radius: 4px;
	margin-right: 10px;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
	white-space: normal;
}

.disabled {
	cursor: not-allowed;
}

/*Start: Glyphicon styles*/
.glyphicon.glyphicon-lg {
	font-size: 1.75em;
}

.glyphicon-refresh-animate {
    -moz-animation: spin .7s infinite linear;
    -o-animation: spin .7s infinite linear;
    -webkit-animation: spin .7s infinite linear;
    animation: spin .7s infinite linear;
}

@-webkit-keyframes spin2 {
	from {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	from {
		-moz-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		-o-transform: scale(1) rotate(0);
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}

	to {
		-moz-transform: scale(1) rotate(360deg);
		-ms-transform: scale(1) rotate(360deg);
		-o-transform: scale(1) rotate(360deg);
		-webkit-transform: scale(1) rotate(360deg);
		transform: scale(1) rotate(360deg);
	}
}

@keyframes spin {
	from {
		-moz-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		-o-transform: scale(1) rotate(0);
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}

	to {
		-moz-transform: scale(1) rotate(360deg);
		-ms-transform: scale(1) rotate(360deg);
		-o-transform: scale(1) rotate(360deg);
		-webkit-transform: scale(1) rotate(360deg);
		transform: scale(1) rotate(360deg);
	}
}
/*End: Glyphicon styles*/


.header {
	min-height: 75px;
	position: relative;
	margin-bottom: 20px;
	background: #392757;
	background: -moz-linear-gradient(top, #392757 0%, #192130 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#392757), color-stop(100%,#192130));
	background: -webkit-linear-gradient(top, #392757 0%,#192130 100%);
	background: -o-linear-gradient(top, #392757 0%,#192130 100%);
	background: -ms-linear-gradient(top, #392757 0%,#192130 100%);
	background: linear-gradient(to bottom, #392757 0%,#192130 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#392757', endColorstr='#192130',GradientType=0 );
}

.header-fixed-top {
	top: 0;
	border-width: 0 0 1px;
	min-width: 315px;
}

.cartItem {
	right: 0;
}

[data-notify="headContainer"] {
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 55px;
	height: 12px;
}

.headContainer {
	z-index: 2000;
}

/* Set width for Address/Email Box in Claimants form */
.addressBox {
	max-width: none;
}

.spacer {
	margin-top: 12px;
}

.issuingGroupBox {
	max-width: none;
}

.checkBoxSpacing {
	margin-right: 10px;
	font-weight: normal;
}

.checkbox-list label {
	font-weight: normal;
}

.checkbox-list .field-validation-error
{
	margin-left:20px;
}

.homeSection {
	margin-bottom: 30px;
}

/* used for buttons on Welcome and Warrant Type views */
.largeButtons {
	width: 65%;
	height: 120px;
	align-self: center;
	margin-left: 25%;
	margin-top: 20px;
	font-size: 48px;
}

.checkoutSectionWrapper {
	margin: 15px 0;
}

.filterRangeValue {
	width: 350px;
	text-align: right;
}

/* Site Paging classes */
div.pagingWrapper {
	float: left;
	padding: 8px 0 0;
	padding-top:0;
	margin-bottom:20px;
}

	div.pagingWrapper a {
		float: left;
		margin: 3px;
		cursor: pointer;
		margin-top:0;
	}

		div.pagingWrapper a.prevPage {
			background-position: -25px 0;
		}

		div.pagingWrapper a.nextPage {
			background-position: -50px 0;
		}

		div.pagingWrapper a.lastPage {
			background-position: -75px 0;
		}

	div.pagingWrapper div.currentPage {
		float: left;
		margin: .5em;
		margin-top:0;
	}

.revised {
	margin-top: 8px;
}

.mainList {
	font-weight: bold;
}

	.mainList p,
	.mainList ul,
	.mainList span {
		font-weight: normal;
	}

.subList {
	list-style-type: none;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.subList {
		-moz-columns: 2;
		-webkit-columns: 2;
		columns: 2;
		margin-bottom: 10px;
	}
}

.dropZone {
	min-height: 200px;
	background-color: #cbcbcb;
	margin-bottom: 15px;
}

.checkoutStage {
	display: block;
	border-radius: 0;
	margin-bottom: 1px;
	line-height: 3em;
	height: 55px;
}


/*PL Upload Custom Styles*/
.uploadQueueList {
	list-style-type: none;
	padding-left: 0;
	min-height: 26px;
}

	.uploadQueueList li {
		padding: 3px 10px;
	}

.uploadQueueListRemove {
	/*padding-right:10px;*/
}


/*Reset Bootstrap disabling the clear icon for the search fields*/
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: searchfield-cancel-button;
}

.expandedSearchWrapper {
	margin-top: 10px;
}

.expandedSearchIcon {
	margin-right: 5px;
	color: #d32121;
}



/*Start Override Bootstrap Classes*/
.form-control {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .4rem rgba(41,220,255,.25);
}

.uploadContainer:focus, .uploadContainerButton:focus {
/*	color: #495057;*/
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .4rem rgba(0,160,190, 1);
}

.btn-remove-required-file:focus{
	/*	color: #495057;*/
	background-color: #a02622;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .4rem rgba(0,0,0, 1);
}


btn:focus {
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
}

.btn {
	border-radius: 0;
}

/*End Override Bootstrap Classes*/

.reviewDocuments {
	display: inline-block;
	margin-right: 10px;
}

.reviewShaded {
	margin-bottom: 15px;
}

div.reviewShaded > div {
	background-color: #ECECEC;
	padding: 8px 15px;
}


/*PL Upload Overrides*/
.plupload_container {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
}
/*End PL Upload Overrides*/

.helpIcon {
	cursor: pointer;
	margin-left: 5px;
	background: none;
	padding: 0;
	border: none;
}

.wizard {
    margin: 0 auto;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 0 auto;
        margin-bottom: 0;
        border-bottom-color: transparent;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard-step {
    color: #777777;

    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;

    position: relative;
    display: block;
    padding: 10px 15px;
}

.wizard .nav-tabs > li.active > a, .wizard-step, .wizard .nav-tabs > li.active > a:hover, .wizard-step:hover, .wizard .nav-tabs > li.active > a:focus, .wizard-step:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
span.round-tab.complete{
    background-color:#55d855;
}
span.round-tab.complete.confirmation{
    border: inherit;
}

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #29d5ec;    
}
.wizard li.active span.round-tab i{
    color: #29d5ec;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #29d5ec;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #29d5ec;
}

.wizard .nav-tabs > li a, .wizard-step {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover, .wizard-step:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a, .wizard-step {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.welcomeBox{
    /*margin-top:30px;*/
    border: 1px solid #dfdfdf;
    padding: .5em 1em 1em 1em;
    background-color: #fff;
    position: relative;
    height: 100%;
}

.control-label-padding{
    padding-top:7px;
}

.alertArea{
    color:#000;
    background-color:#fefff4;
    border-color:#e2e2de;
}

.documentDescription p:last-child {
    margin-bottom:0;
}

.documentDescription p:first-child {
    margin-top:10px;
}

.smallText{
    font-size: small;
    font-weight: normal;
}

.startClaimImage{
    float:left;
    margin-bottom:10px;
    margin-right:10px;
}

.flex{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex.stretch, .flex .stretch{
    align-items:stretch;
    flex-shrink:1;
}

.warrantTypeBox{
    padding-bottom: 40px;
}

.homePageButtonWrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 1em 1em 1em;
}

.reviewEdit{
    font-size: 13px;
    margin-left:13px;
}

.confirmationBox{
    border: 1px solid #dfdfdf;
    padding: .5em 1em 1em 1em;
    background-color: #f6f6f6;
    width: 100%;
}

.checkoutAnswer{
    display:inline-block;
    float:right;
}

.displayLabel{
    font-weight:bold;
	margin-right: 8px;
	display: inline-block;
}

.displayValue{
    width:auto;
    margin:0;
	text-align: left;
	/*display: block;*/
}

.displayLabel.textBlock{    
    width:auto;
    margin:0;
	text-align: left;
	display: block;
}

.displayLabel.displayLabelShort {
    /*width: 6em;*/
}

.displayLabel.displayLabelLong {
	/*width: 12em;*/
}

.inlineBlock{
    display:inline-block;
}

/* YesNo helper layout */
.yesno-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    min-inline-size: auto;
}

.yesno-legend {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
}

.yesno-label {
    display: block;
    margin: 0;
    font-weight: 700;
    padding-right: 15px;
    font-size: 15px;
    min-width: 0;
    white-space: normal;
}

/* Radio inputs inside yesno btn-groups: visually hidden but keyboard-accessible.
   Using position/opacity instead of display:none so they remain in the tab order
   and are announced by screen readers. The sibling <label> provides the visual button. */
.yesno-input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    pointer-events: none;
}

/* Show a focus ring on the parent label button when the hidden input is focused */
.btn-group .btn.yesno-focused {
    outline: 3px solid #005fcc;
    outline-offset: 2px;
}

.yesno-validation {
    flex: 0 0 100%;
    margin-top: 2px;
}

.yesno-buttons {
    flex: 0 0 auto;
    margin-left: auto;
    white-space: nowrap;
    padding-top: 2px;
}

.claimantQuestionList > li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 6px;
}

.claimantQuestionList > li::before {
    content: counter(li-counter) ". ";
    counter-increment: li-counter;
    flex: 0 0 auto;
/*    font-weight: 700;*/
    padding-right: 4px;
    padding-top: 2px;
}

.claimantQuestionList {
    counter-reset: li-counter;
    list-style: none;
    padding-left: 0;
}

.claimantQuestionList > li > .yesno-row {
    flex: 1 1 0%;
    min-width: 0;
    position: relative;
}

.claimantQuestionList > li > .yesno-row .yesno-legend {
    display: inline;
    max-width : 75%;
    float:left;
}

.claimantQuestionList > li > .yesno-row .yesno-label {
    padding-right: 0;
}

.claimantQuestionList > li > .yesno-row .yesno-buttons {
    margin-left: 0;
    white-space: nowrap;
    width:fit-content;
    float:right;
}

.claimantQuestionList > li > .yesno-row .yesno-validation {
    margin-top: 4px;
}

.claimantQuestionList > li > div:not(.yesno-row) {
    flex: 0 0 100%;
    padding-left: 20px;
}

@media (max-width: 767px) {
    .yesno-row {
        flex-wrap: wrap;
    }
    .claimantQuestionList > li > .yesno-row .yesno-legend {
        display: inline;
        max-width: 75%;
    }
    .yesno-buttons {
        flex: 0 0 100%;
        margin-left: 0;
        margin-top: 6px;
        padding-bottom: 4px;
    }

    .yesno-label {
        padding-right: 0;
    }

    .claimantQuestionList > li > .yesno-row {
        padding-right: 0;
    }

        .claimantQuestionList > li > .yesno-row .yesno-buttons {
            position: static;
            margin-top: 6px;
            float: left;
        }
}

/*Document Styles*/
.documentWrapper {
    padding-top: 40px;
    }

.documentWrapper a:hover .documentTitle,
.documentWrapper a:hover .documentDownload
{
    text-decoration: underline;
    }

.noUnderline {
    text-decoration: none !important;
}

.documentYear {
    width: 100%;
    padding: 20px 15px !important;
    background-color: #0e3e61 !important;
    font-weight: 600;
    /*font-size: 13px;*/
    text-align: center;
    color: #fff;
}

.documentDownload {
    /*width: 24%;*/
    /*text-align: center;*/
    display:inline-block;
    padding: 2px 10px;
    background-color: #0e3e61 !important;
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
}

.claimStatus{
    float:left;
    background-color:#fff;
    padding-top:15px
}