.container.repair-section select.form-control:not([size]):not([multiple]) {
    height: auto;
}

select#repair_type {
    width: 100%;
    height: 35px;
    border: 0;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #ccc;
}

/*
    Common 
*/

.issue_list .form-group {
    display: inline-block;
    margin-left: 10px;
}
.wizard,
.tabcontrol
{
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a
{
    outline: 0;
    font-size:14px;
}
li.disabled a{
    cursor: not-allowed;
    pointer-events: none;
}
.wizard ul,
.tabcontrol ul
{
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li
{
    display: block;
    padding: 0;
}
.text-danger{font-size:13px;}
/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info
{
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title
{
    position: absolute;
    left: -999em;
}



/*
    Wizard
*/

.wizard > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical > .steps
{
    display: inline;
    float: left;
    width: 30%;
}

.wizard > .steps .number
{
    font-size: 1.429em;
}

.wizard > .steps > ul > li
{
    width: 20%;
	text-align: center;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li
{
    float: left;
}

.wizard.vertical > .steps > ul > li
{
    float: none;
    width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
  background: #f38200;
    color: #fff;
    cursor: default;
    text-align: center;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
    background: #28aae1;
    color: #fff;
	cursor: default;
    text-align: center;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
    background: #ff3111;
    color: #fff;
}
div#check_availability .error {
    color: red;
}

div#check_availability .success {
    color: green;
}
.wizard > .content
{
    background: #fff;
    display: block;
    margin: 0.5em;
    min-height: 18rem;
    overflow: hidden;
    position: relative;
    width: auto;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard.vertical > .content
{
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body
{
    float: left;
  /*   position: absolute; */
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.wizard > .content > .body ul
{
    list-style: disc !important;
}

.wizard > .content > .body ul > li
{
    display: list-item;
}

.wizard > .content > .body > iframe
{
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .content > .body input
{
    display: block;
    border: 1px solid #ccc;
}

.wizard > .content > .body input[type="checkbox"]
{
    display: inline-block;
}

.wizard > .content > .body input.error
{
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .content > .body label
{
    display: inline-block;
	padding: 0;
	border-radius: 10px;
	margin: 20px 10px 0 0;
	text-align:center;
}
.wizard > .content > .body label p
{
	margin-top: 13px;
	font-weight: 400;
}
#steps-uid-0-p-1 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}
#steps-uid-0-p-1  [type="radio"] + img {
  border-radius: 10px;
box-shadow: 7px 7px 0px #f8f8f8;
}
#steps-uid-0-p-1  p, #steps-uid-0-p-2 p{
	margin-top: 13px;
}
#steps-uid-0-p-0, #steps-uid-0-p-1{
	text-align:center;
}
#steps-uid-0-p-0 .brand-label [type="radio"] + img, #steps-uid-0-p-2 .brand-label [type="radio"] + img{
  cursor: pointer;
  padding: 10px 8px;
  border-radius: 10px;
  outline: 3px solid #f4f4f4;
}
#steps-uid-0-p-0 .brand-label [type="radio"]:checked + img, #steps-uid-0-p-2 .brand-label [type="radio"]:checked + img {
  outline: 3px solid #ff8e01;
}
#steps-uid-0-p-3 .heading{
	font-size:24px;
}
#steps-uid-0-p-3 .question-button span{
	border: 1px solid #ff8e01;
	padding: 2px 7px;
	color:#ff8e01;
}
#steps-uid-0-p-3 .question-text{
	margin-bottom: 5px;
}
#steps-uid-0-p-3 .question-button span:hover{
	cursor:pointer;
	background:#ff8e01;
	color:#fff;
}
#steps-uid-0-p-3 .conditions_1, #steps-uid-0-p-3 .conditions_2, #steps-uid-0-p-3 .conditions_3, #steps-uid-0-p-3 .conditions_4{
	margin-bottom: 50px;
}
#steps-uid-0-p-3 .question-button [type="radio"]:checked + span{
	background:#ff8e01;
	color:#fff;
}
#steps-uid-0-p-3 .conditions_1 h4{
	background: #f0ede9;
	font-weight: 500;
	padding: 3px 6px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
#steps-uid-0-p-3 .conditions_2 li{
	 font-size: 14px;
	list-style: none;
 }
#steps-uid-0-p-3 .conditions_2 .correct{
	 font-size: 15px;
	font-weight: 500;
	color: #28a745;
 }
#steps-uid-0-p-3 .conditions_2 .work-yes, #steps-uid-0-p-3 .conditions_2 .work-no, #steps-uid-0-p-3 .conditions_3 .crack-yes,  #steps-uid-0-p-3 .conditions_3 .crack-no{
	  display:inline-block;
	  vertical-align:top;
  }
 #steps-uid-0-p-3 .conditions_2 .work-no, #steps-uid-0-p-3 .conditions_3 .crack-no {
	  margin: 0 0 0 -5px;
  }
#steps-uid-0-p-3 .price-section .card-body{
	text-align:center;
	padding: 30px 60px;
}
#steps-uid-0-p-3 .price-section .card-title{
	font-size: 30px;
	font-weight: 300;
}
#steps-uid-0-p-3 .price-section .offer_amount{
	font-size: 45px;
	font-weight: 600;
	color: #ff8e01;
}
#steps-uid-0-p-3 .price-section .heading{
	font-size:14px;
}
#steps-uid-0-p-3 .conditions_4 .select_condition{
	border: 1px solid #ff8e01;
	display: flex;
	text-align: center;
	padding: 11px 0;
	color: #ff8e01;	 
	height: 80px;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
}
#steps-uid-0-p-3 .conditions_4 .select_condition:hover, .wizard > .steps a:hover{
	cursor:pointer;
}
#steps-uid-0-p-3 .conditions_4 .cosmeticCosmetic .pt-3{
	background: #f1f6f9;
	padding: 10px 0;
	margin-top: 20px;
	border-top: 2px solid #f38200;
}
#steps-uid-0-p-3 .conditions_4 .condition-select{
	position:relative;
}
#steps-uid-0-p-3 .conditions_4 .condition-select.active{
	background:#f38200;
}
#steps-uid-0-p-3 .conditions_4 .condition-select.active span{
	color:#ffffff;
}
#steps-uid-0-p-3 .conditions_4 .condition-select.active:before{
	content: "";
	position: Absolute;
	bottom: -20px;
	left: 43%;
	border-top: 10px solid transparent;
	border-bottom: 10px solid #f38200;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
#steps-uid-0-p-3 .conditions_4 .question-flow-condition{
	margin-top: 15px;
}
.list-group-item[aria-expanded="true"] > a.img_circle{
	background-color: #0c426a;
}
#steps-uid-0-p-5 select, #steps-uid-0-p-5 input{
	height:40px;
}
#steps-uid-0-p-5 label{
	font-weight: 400;
}
#steps-uid-0-p-5 h3{
	font-size:18px;
}
.wizard > .steps a{
	position:relative;
	border-radius:0;
	margin: 0;
}

.wizard > .steps a:before{
content: "";
position: absolute;
border-top: 20px solid transparent;
border-bottom: 25px solid transparent;
border-left: 12px solid #eee;
border-right: 20px solid transparent;
right: -31px;
top: 0;
z-index: 1;
}
.wizard > .steps .current a:before{
border-left: 12px solid #f38200;
}
.wizard > .steps a:hover{
	margin: 0;
	border-radius: 0;
}
.wizard > .steps .done a:before{
	border-left: 12px solid #28aae1;
}
.wizard > .steps .error a:before{
	border-left: 12px solid #ff3111;
}
.wizard > .content > .body label.error
{
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}
.fl-node-pr16e78uqdot .wizard > .content > .body label, .fl-node-pr16e78uqdot #steps-uid-0-p-0, .fl-node-pr16e78uqdot #steps-uid-0-p-1{
	text-align:left;
}

.wizard > .actions
{
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard.vertical > .actions
{
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul
{
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li
{
    margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li
{
    margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
    background: #ff8e01;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
    background: #eee;
    color: #aaa;
}

.wizard > .loading
{
}

.wizard > .loading .spinner
{
}



/*
    Tabcontrol
*/

.tabcontrol > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol > .steps > ul
{
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol > .steps > ul > li
{
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover
{
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol > .steps > ul > li.current
{
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol > .steps > ul > li > a
{
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover
{
    text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a
{
    padding: 15px 30px 10px 30px;
}

.tabcontrol > .content
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol > .content > .body ul
{
    list-style: disc !important;
}

.tabcontrol > .content > .body ul > li
{
    display: list-item;
}
#issue_list .form-group {
  display: inline-block;
  margin: 0 0px 0 0;
  width: 24%;
}
.wizard > .content > .body input[type="checkbox"] {
  display: inline-block;
  margin: 0 7px 0 0;
}
.price{
	border-top: 1px solid;

}
#price_estimate{
margin-top: 10px;
padding-top: 10px;
}
div#quote_list {
    width: 100%;
}
.model_issue_error{
    display: block;
    border: 1px solid rgb(220, 53, 69);
    padding: 1px 6px;
}
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(249,109,0, 1) 1.5em 0 0 0, rgba(249,109,0, 1) 1.1em 1.1em 0 0, rgba(249,109,0, 1) 0 1.5em 0 0, rgba(249,109,0, 1) -1.1em 1.1em 0 0, rgba(249,109,0, 1) -1.5em 0 0 0, rgba(249,109,0, 1) -1.1em -1.1em 0 0, rgba(249,109,0, 1) 0 -1.5em 0 0, rgba(249,109,0, 1) 1.1em -1.1em 0 0;
box-shadow: rgba(249,109,0, 1) 1.5em 0 0 0, rgba(249,109,0, 1) 1.1em 1.1em 0 0, rgba(249,109,0, 1) 0 1.5em 0 0, rgba(249,109,0, 1) -1.1em 1.1em 0 0, rgba(249,109,0, 1) -1.5em 0 0 0, rgba(249,109,0, 1) -1.1em -1.1em 0 0, rgba(249,109,0, 1) 0 -1.5em 0 0, rgba(249,109,0, 1) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.carrier {
  text-align: center;
}
.carrier .carrier-label {
  display: inline-block;
  text-align: center;
}

#get_Offer{
	text-align:center;
}

#get_Offer .carrier-label {
  display: inline-block;
  text-align: center;
  margin:10px 4px;
}
.conditions_2 {
    opacity: 0.5;
}
.conditions_3 {
    opacity: 0.5;
}
.conditions_1 .form-group .question-button .power-yes {
    vertical-align: top;
	display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
}
.conditions_1 .form-group .question-button .power-no {
	 vertical-align: top;
	display: inline-block;
	margin: 0 0 0 -5px;
}

.sell-wizard > .steps > ul > li {
    width: 16%;
}
.sell-wizard a, .sell-wizard .tabcontrol a {
    font-size: 13px;
    text-align: center;
}

.list-group-flush:first-child .list-group-item:first-child, .list-group-flush:first-child #errorExplanation>ul li:first-child, #errorExplanation>ul .list-group-flush:first-child li:first-child {
    border-top: 0;
}
.list-group-item a.img_circle, #errorExplanation>ul li a.img_circle {
    background-color: #ffffff;
    border: 1px solid #333333;
    height: 25px;
    width: 25px;
    border-radius: 75px;
    float: left;
    content: " ";
}
.list-group-item p{font-size:12px;}
li.list-group-item label{font-size:12px;}
.list-group-item .text-line, #errorExplanation>ul li .text-line {
    font-size: 11px;
    text-transform: none;
    padding-top: 5px;
}
.list-group-item:first-child, #errorExplanation>ul li:first-child {
    display: block;
}
li.list-group-item {
    list-style: none;
}
.payout-type-choices .list-group-item, .payout-type-choices #errorExplanation>ul li, #errorExplanation>ul .payout-type-choices li {
    width: 100%;
    cursor: pointer;
	padding: 0.75em;
}
.list-group-flush .list-group-item, .list-group-flush #errorExplanation>ul li, #errorExplanation>ul .list-group-flush li {
    border-right: 0;
    border-left: 0;
}
.list-group-item, #errorExplanation>ul li {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.125);
}
.qa-hook-select-amazon img {
    width: 160px;
}
.amazon_info {
    font-size: 13px;
    text-align: justify;
}
.list-group-flush .list-group-item, .list-group-flush #errorExplanation>ul li, #errorExplanation>ul .list-group-flush li {
    border-right: 0;
    border-left: 0;
}
.list-group, #errorExplanation>ul {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.check-payout-type-choice {
    padding-right: 0;
    padding-left: 7px;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.payout-type-choices {
    min-height: 25rem;
}
footer .footer-width-fixer{
	border-top: 1px solid #f4f4f4;
}
