/**
 * Form 1 css 
 */
.ewaypanel input[type="text"], select {height:32px; width:240px;}
.ewaypanel_left {width:45%; float:left;margin-right:30px}
.ewaypanel_right {width:49%; float:left;}
.ewaypanel > div > p{  margin: 0px 0 4px 0;font-size: 12px;color: #000000;} 
.ewaypanel > div > p > input{ 
	 /*border: 1px solid #4d4d4d;
	 margin: 0; color: #000;
	 font-size: 12px;
	 padding: 5px;*/
	 
	  padding: 6px 12px;
	  font-size: 12px;
	  line-height: 1.42857;
	  color: #555555;
	  vertical-align: middle;
	  background-color: #fff;
	  background-image: none;
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	 
	 } 
.ewaypanel select, .ewaypanel2_child select {
	 
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
		width:240px
	 
}
.ewaypanel2_child{width:78%;}
.ewaypanel2_child label{font-size:12px}
.ewaypanel2_child textarea{border: 1px solid #4d4d4d;margin: 0; color: #000;font-size: 12px;padding: 5px;margin:6px 0px} 
 
 
 
 /*** FORM 2 CSS ***/
 

.small-input{width:130px!important} 


.custom-job-form #user-info > div, .custom-job-form #recovery-info > div, .custom-job-form #recovery-info > p, .custom-job-form .row-block > div {
    /* padding: 0px 15px; */
}
.custom-job-form .custom-payment-form .col-sm-6 {
    float: left;
    width: 50%;
}
.custom-job-form .custom-payment-form .col-sm-12 {
    width: 100%;
    margin: 0 auto;
}
.custom-job-form #user-info > h2, .custom-job-form #recovery-info > h2, .custom-job-form .row-block > h2 {
    width: 100%;
    font-size: 2.5vh !important;
}
.custom-job-form .price-options {
	position: relative;
}

.custom-job-form .price-options .bordered:hover {background-color: #ffffff;}
.custom-job-form .price-options .bordered {border: 1px solid #eeeeee;border-radius: 5px;}
.custom-job-form .price-options .col-sm-4.first{padding-right: 0;}
.custom-job-form .price-options .col-sm-4.last{padding-left: 0;}
.custom-job-form .page-template-default h4 {font-family: "Titillium Web",sans-serif !important;}
.custom-job-form .price-options input[type="radio"] {
	 left: -3px;
	 top: 10px;
}
.custom-job-form .price-options input[type="radio"] {
	cursor: pointer;
	height: 44px !important;
	left: 0px;
	opacity: 0;
	padding: 0 80px;
	position: absolute;
	top: 18px;
	z-index: 11;
	width: 100%;
	min-width: 30%;
	min-height:44px;
}
.custom-job-form .price-options label {
	cursor: pointer;
	display: block;
	font-size: 1.2em;
	font-weight: 300;
	margin: 3px auto;
	padding: 0 20px 0 28px;
	position: relative;
	transition: all .25s linear 0s;
	z-index: 9
}
.custom-job-form .price-options .check {
	border: 3px solid #000;
	border-radius: 100%;
	display: block;
	height: 20px;
	position: absolute;
	top: 18px;
	transition: border .25s linear 0s;
	width: 20px;
	z-index: 5
}

.custom-job-form .price-options .check:before {
	border-radius: 100%;
	content: "";
	display: block;
	height: 15px;
	margin: auto;
	position: absolute;
	left: 2px;
	top: 2px;
	transition: background .25s linear 0s;
	width: 15px
}
.custom-job-form .price-options input[type=radio]:checked~.check:before {
    background: red;
    content: "";
    height: 10px;
    width: 10px
}
.custom-job-form .price-options-content>p {
	float: left;
	margin: 5px 0!important
}
.custom-job-form .price-options, .price-options>.col-sm-6 {
	position: relative
}
.custom-job-form .price-options h4 {
	margin: 10px 0 0;
	font-weight: bold;
}
.custom-job-form .label-red, .custom-job-form .price-options h4 span {
	color: #cb0019
}

.custom-job-form  #btnSubmit, .custom-job-form  .btn-red-custom {
    background-color: #ca0014;
    color: #fff;
    line-height: 40px;
    margin: 10px 0!important;
    padding: 0 24px!important;
    width: auto;
}
.custom-job-form #btnSubmit,.custom-job-form  .btn-red-custom,.custom-job-form  .button-1 {
    border-color: #000;
    border-radius: 3px;
    border-style: none;
    border-width: 0;
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    font-weight: 700;
    float: left;
    text-decoration: none;
    text-shadow: none;
    text-align: center;
} 


.custom-job-form .price-options .bordered {
	border: 1px solid #eee;
	border-radius: 5px;
	/* min-height: 480px; */
	padding-bottom: 12px;
} 
.custom-job-form .btn-green,.custom-job-form  .btn-success {
    border: 1px solid #2DA559;
}
.custom-job-form .custom-payment-form .form-group {
    float: left;
    padding: 10px 0 0;
    width: 100%;
}
.custom-job-form .price-options .col-sm-4.first {
    padding-right: 0;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    box-sizing: border-box;
}

.col-sm-4 {
    width: 33.33333333%;
}
.col-sm-12 {
    width: 100%;
}
.custom-job-form #recovery-info .green, .green{ color: #009933 !important;}
.custom-job-form #recovery-info .blue, .blue{ color: #0066cc !important;}
.custom-job-form .btn-green{background-color: #2DA559; color: #fff !important;}
.custom-job-form .row-block h3, .custom-job-form #recovery-info h3 {
    width: 100%;
    float: left;
    font-size: 20px!important;
    font-family: "Titillium Web", sans-serif!important;
    color: #cb0019;
    font-weight: bold;
}
.text-center {
    text-align: center !important;
}
.no-padding {
    padding: 0px !important;
}
.no-margin {
    margin: 0px !important;
}
.custom-job-form .custom-payment-form h2 {
    background: #c20201;
    color: #fff;
    float: left;
    font-family: "Titillium Web", sans-serif!important;
    font-size: 19px!important;
    font-weight: 700!important;
    line-height: 60px;
    margin: 0 0 15px!important;
    padding: 0px 8px!important;
    width: 100%;
}
.custom-job-form .price-options input[type="radio"] {
    cursor: pointer;
    height: 44px !important;
    left: 0px;
    opacity: 0;
    padding: 0 80px;
    position: absolute;
    top: 0px;
    z-index: 11;
    width: 100%;
    min-width: 30%;
    min-height: 44px;
}
.custom-job-form .price-options input[type="radio"] {
    left: 0px;
    top: 0px;
}
.custom-job-form .pay-full {
    position: relative;
}
.custom-job-form .pay-full h5{
    margin: 5px 0px;
}
.custom-job-form .custom-payment-form input[type=checkbox] {
    width: auto;
    height: auto;
    margin-top: 6px;
}
.custom-job-form [name="apply_discount"]{
	margin: 20px 0px 0px;
    line-height: 24px;
    padding: 10px;
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    font-family: "Titillium Web", sans-serif;
    background: #000;
}
.custom-job-form .offer-decline-quote .alert h4{
	font-size: 21px;
    padding: 0;
    margin: 5px;
    color: #fff;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faf2cc;
}
.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.custom-job-form .offer-decline-quote .alert + .row {
    background: #ddd !important;
    float: left;
    width: 100%;
    padding: 30px 0 0px 0;
    margin-bottom: 15px;
}
.col-sm-6 {
    width: 50%;
}
.col-sm-10 {
    width: 83.33333333%;
}
.col-sm-2 {
    width: 16.66666667%;
}
.form-group input, .form-group select, .form-group textarea {
    float: left;
    padding: 8px;
    width: 100%;
}
.custom-job-form .offer-decline-quote .alert{margin:0;}

@media (max-width: 479px){
	.custom-job-form .custom-payment-form .col-sm-12, .custom-job-form .custom-payment-form .col-sm-6 {
	    width: 100%;
	    margin: 0 auto;
	}
}
.no-padding li, .no-margin li {
    list-style: none;
}
.price-options label > h5 {
    margin-top: 5px;
}
.custom-job-form .price-options input[type="radio"] {
    cursor: pointer;
    height: 44px !important;
    left: 0px;
    opacity: 0;
    padding: 0 80px;
    position: absolute;
    top: 0px;
    z-index: 11;
    width: 100%;
    min-width: 30%;
    min-height:44px;
}
.price-options label {
    cursor: pointer;
    display: block;
    font-size: 1.35em;
    font-weight: 300;
    margin: 3px auto;
    padding: 0 20px 0 35px;
    position: relative;
    transition: all .25s linear 0s;
    z-index: 9
}
.price-options .check {
    border: 3px solid #000;
    border-radius: 100%;
    display: block;
    height: 20px;
    position: absolute;
    top: 24px;
    transition: border .25s linear 0s;
    width: 20px;
    z-index: 5
}
.custom-job-form .price-options input[type=radio]:checked~.check:before {
    background: red;
    content: "";
    height: 10px;
    width: 10px
}
.price-options .check:before {
    border-radius: 100%;
    content: "";
    display: block;
    height: 15px;
    margin: auto;
    position: absolute;
    left: 2px;
    top: 2px;
    transition: background .25s linear 0s;
    width: 15px
}
.price-options-content>p {
    float: left;
    margin: 5px 0!important
}
.price-options, .price-options>.col-sm-6 {
    position: relative
}
.price-options h4 {
    margin: 10px 0 0
}
.label-red, .price-options h4 span {
    color: #cb0019
}



.custom-payment-form {
    background: #fbfbfb;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    box-shadow: none!important;
    float: left;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0 0 30px
}
.custom-payment-form h2 {
    background: #c20201;
    color: #fff;
    float: left;
    font-family: "Titillium Web", sans-serif!important;
    font-size: 24px!important;
    font-weight: 700!important;
    line-height: 60px;
    margin: 0 0 15px!important;
    padding: 0 15px!important;
    width: 100%
}
.custom-payment-form select, .custom-payment-form textarea {
    padding: 0 0 0 15px;
    font-size: 14px;
    background-color: #fff;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1) inset
}
.custom-payment-form h2 span {
    background: #fff;
    border-radius: 100%;
    color: #c20201;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    margin-top: 10px;
    text-align: center;
    width: 40px
}
.custom-payment-form select {
    border-radius: 3px;
    height: 40px
}
.custom-payment-form textarea {
    border-radius: 3px;
    width: 100%;
    float: left
}
.custom-payment-form input, .custom-payment-form input[type=text], .custom-payment-form input[type=email] {
    background-color: #fff;
    border-color: #ccc;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1) inset;
    height: 40px;
    padding: 0 0 0 15px;
    font-size: 14px
}
.custom-payment-form input[type=radio] {
    background-color: #fff;
    border-color: #ccc;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1) inset;
    height: auto;
    padding: 0
}
.custom-payment-form .partnership_submission {
    background-color: #ca0014;
    border-color: #000;
    border-radius: 3px;
    border-style: none;
    border-width: 0;
    color: #fff;
    float: left!important;
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 0;
    margin: 20px 0!important;
    padding: 0 25px!important;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    width: auto!important
}
.Flash-Drive-heading, .Flash-Drive-heading2, .price-list h3 {
    font-family: "Titillium Web", sans-serif!important
}
.custom-payment-form .form-group input, .custom-payment-form .form-group select, .custom-payment-form .form-group textarea, .custom-payment-form label, .trim a {
    width: 100%;
    float: left
}
.custom-payment-form .partnership_submission:hover {
    background: #000;
    color: #fff!important
}
.trim a {
    color: #ca0014;
    padding: 0 15px;
    box-sizing: border-box
}
.trim a:hover {
    color: #000
}
.custom-payment-form .form-group {
    float: left;
    padding: 10px 0 0;
    width: 100%;
}
.custom-payment-form label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #383838
}
.custom-payment-form small.note {
    color: #888;
    float: left;
    line-height: 13px;
    margin-top: 10px
}

.custom-payment-form .form-group {
    float: none;
    padding: 10px 0px 0 0px;
    width: auto;
}
.price-options .bordered {
    /* min-height: 300px; */
    border-right: none;
    border-left: none;
}
.custom-payment-form .form-group {
    float: none;
    padding: 10px 0px 0;
    width: auto;
}
.ajax-loader>img {
    margin-top: 20%
}
.ajax-loader {
    background: rgba(255,255,255,.6);
    display: none;
    height: 100%;
    padding: 0 20px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999
}
.ajax-loader.fixed{
    top:0;
    left:0;
}
.ajax-loader-final {
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999999;
    text-align: center;
    padding: 50px 0;
    display: none;
}
.ajax-loader-final .loader-content {
    max-width: 770px;
    background: #fff;
    margin: 0 auto;
    padding: 50px;
    border-radius: 3px;
}
.tooltip-files-type{
        border: 1px solid #cb0019;
    color: #cb0019;
    padding: 4px 20px;
    border-radius: 4px;
    max-width: 400px;
}
.custom-payment-form input, .custom-payment-form input[type=password] {
    background-color: #fff;
    border-color: #ccc;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%) inset;
    height: 40px;
    padding: 0 0 0 15px;
    font-size: 14px;
}

.text-classified {
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  height: 100%;
  left: auto;
  margin: 0 23px;
  max-height: 281px;
  max-width: 724px;
  padding: 100px 0;
  position: absolute;
  right: auto;
  top: 0;
  width: 100%;
}
.fixed{
    position: fixed;
}
.ajax-loader.fixed{
    top:0;
    left:0;
}
.ajax-loader-final {
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999999;
    text-align: center;
    padding: 50px 0;
    display: none;
}
.ajax-loader-final .loader-content {
    max-width: 770px;
    background: #fff;
    margin: 0 auto;
    padding: 50px;
    border-radius: 3px;
}
.custom-payment-form input[type=checkbox] {
    width: auto;
    height: auto;
    margin-top: 6px;
}
.input-apple-lockdown-files {
    background: #cb0019;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    float: left;
    z-index: 0;
    width: 200px;
    text-align: center;
    cursor: pointer !important;
    position: relative;
}
.input-apple-lockdown-files input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 99;
}
.response-steps ul{
    list-style: none;
}
.response-steps.text-left {
    text-align: left;
}
.response-steps .blur {
    opacity: 0.45;
}
.response-steps .blur .loader {
    display: none;
}
.payment-options input, .payment-options label {
    width: auto!important
}
.btn-back {
    background: #000;
    border-radius: 4px;
    color: #fff;
    margin-right: 12px;
    margin-top: 10px;
    padding: 0 24px;
    line-height: 40px
}
.btn-back:hover {
    color: #fff;
    opacity: .7
}
.payment-options {
    cursor: pointer;
    float: left;
    position: relative;
    /* margin-left: -15px; */
    /* margin-right: 45px */
}
.payment-options input[type=radio] {
    cursor: pointer;
    height: 44px!important;
    left: 20px;
    opacity: 0;
    position: absolute;
    width: 150px!important;
    z-index: 11;
    top: -3px
}
.payment-options label {
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 300;
    margin: 0px auto;
    padding: 5px 6px 0 38px;
    position: relative;
    z-index: 9;
    -webkit-transition: all .25s linear;
    transition: all .25s linear 0s
}
.payment-options .check::before {
    border-radius: 100%;
    content: "";
    display: block;
    height: 15px;
    left: 2px;
    margin: auto;
    position: absolute;
    top: 2px;
    transition: background .25s linear 0s;
    width: 15px
}
.payment-options input[type=radio]:checked~.check::before {
    background: red;
    content: "";
    height: 10px;
    left: 2px;
    top: 2px;
    width: 10px
}
.payment-options:hover label {
    color: red
}
.payment-options .check {
    border: 3px solid #000;
    border-radius: 100%;
    display: block;
    height: 20px;
    left: 20px;
    position: absolute;
    top: 8px;
    transition: border .25s linear 0s;
    -webkit-transition: border .25s linear;
    width: 20px;
    z-index: 5
}
.payment-options .check:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 5px;
    left: 5px;
    margin: auto;
    transition: background .25s linear;
    -webkit-transition: background .25s linear
}
.payment-options input[type=radio]:checked~.check:before {
    background: red;
    content: "";
    height: 10px;
    left: 2px;
    top: 2px;
    width: 10px
}
body{
        margin: 0 auto !important;
    max-width: 100% !important;
}
.pay-full input[type=radio]:checked~.check:before {
    background: red;
    content: "";
    height: 10px;
    width: 10px
}
.urgent_job_payment h1, .urgent_job_payment h3 {
    text-align: center!important;
    border: none;
    margin: 0;
    width: 100%;
    float: left
}
.toggle:hover {
    background: #cb0019;
    color: #fff
}
.toggle:hover .icon-bar {
    background: #fff
}
.urgent_job_payment h1 {
    font-size: 40px!important;
    color: #cb0019
}
.urgent_job_payment h3 {
    font-size: 20px!important;
    color: #3d3d3d;
    font-weight: 600!important;
    font-family: 'Open Sans', sans-serif!important
}
.urgent_job_payment .fields label {
    font-size: 20px;
    text-align: center;
    width: 100%;
    float: left;
    font-weight: 600
}
.urgent_job_payment img {
    width: 110px;
    text-align: center;
    max-width: 100%;
    margin: 20px 0 0
}
.urgent_job_payment {
    text-align: center
}
.urgent_job_payment .fields strong {
    font-size: 20px;
    font-weight: 700;
}
.urgent_job_payment strong.link {
    color: #cb0019;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 2px solid #cb0019;
}
.urgent_job_payment h1 {
    font-size: 35px!important
}
.urgent_job_payment h3 {
    font-size: 18px!important
}
@media(max-width:479px){
    .urgent_job_payment h1 {
    font-size: 28px!important
}
}
.page-template-template-submit-job-quote-thankyou .urgent_job_payment {
    display: inline-block;
}
