.refundclass {
	color: red;
}

@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('../fonts/MyriadPro-Regular.eot?#iefix')
		format('embedded-opentype'), url('../fonts/MyriadPro-Regular.otf')
		format('opentype'), url('../fonts/MyriadPro-Regular.woff')
		format('woff'), url('../fonts/MyriadPro-Regular.ttf')
		format('truetype'),
		url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadPro-Semibold';
	src: url('../fonts/MyriadPro-Semibold.eot?#iefix')
		format('embedded-opentype'), url('../fonts/MyriadPro-Semibold.otf')
		format('opentype'), url('../fonts/MyriadPro-Semibold.woff')
		format('woff'), url('../fonts/MyriadPro-Semibold.ttf')
		format('truetype'),
		url('../fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadPro-It';
	src: url('../fonts/MyriadPro-It.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MyriadPro-It.otf') format('opentype'),
		url('../fonts/MyriadPro-It.woff') format('woff'),
		url('../fonts/MyriadPro-It.ttf') format('truetype'),
		url('../fonts/MyriadPro-It.svg#MyriadPro-It') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-color: #f7f7f7 !important;
	font-family: 'MyriadPro-Regular' !important;
	font-size: 16px;
	color: #454545;
	/* overflow:hidden; */
}
.printtxt{
	font-family: 'Arial';
    font-size: 18px;
    color: #0000009e;
}

.parent-scroll{
	overflow:hidden;
}

.container {
	max-width: 1024px;
	padding: 0px;
	background: url(../images/bg_image.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
}

.main-container {
	max-width: 776px;
	margin: 0px auto;
}

.para-head {
	margin-bottom: 0px;
	width: auto;
	word-wrap: break-word;
	white-space: pre-wrap;
}

.header {
	padding: 1px 0px;
	margin-bottom: 35px;
}

.header img {
	max-width: 30rem;
    display: inline;
    width: auto;
    object-fit: contain;
    height: 50px;
}

.purchase-bg {
	background-color: #649e36;
	color: #fff;
}

.refund-bg {
	background-color: #008378;
	color: #fff;
}

.lookpu-bg {
	background-color: #006f60;
	color: #fff;
}

.main-cont {
	box-shadow: 0px 0px 9px 1px #ccc;
	float: left;
	width: 100%;
	background-color: #fff;
	position:relative;
}

.help-text {
	font-size: 12px;
	color: rgba(69, 69, 69, 0.5);
	font-family: 'MyriadPro-It';
	padding-top: 5px;
	padding-bottom: 5px;
}

.main-links {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

.main-links li {
	float: left;
	width: 25%;
	background-color: #fff;
	text-align: center;
	box-shadow: 0px 0px 1px #ccc;
}

.main-links li h3 {
	margin: 0px;
	padding: 10px 0px;
	color: #fff;
	font-size: 24px;
	font-family: 'MyriadPro-Semibold';
}

ul.main-links li a {
	background: #fff;
	display: table;
	width: 120px;
	height: 120px;
	margin: 35px auto;
	border-radius: 50%;
	box-shadow: 0px 0px 7px #ccc;
}

ul.main-links li a span {
	display: table-cell;
	vertical-align: middle;
}

ul.main-links li a img {
	width: 95px;
}

ul.main-links li h5 {
	font-size: 16px;
	font-family: 'MyriadPro-Semibold';
	padding: 0px 20px;
	height: 40px;
}

.copy-rights {
	width: 66.66%;
	float: left;
}

.footer-support {
	width: 33.33%;
	float: right;
}

.inner-footer {
	margin-top: 35px;
	padding-bottom: 15px;
	display: inline-block;
	width: 100%;
}

.phone-icon img {
	width: 14px;
}

.phone-icon {
	padding-right: 5px;
}

.phone-number {
	color: #0d7061;
	font-weight: 600;
	margin-bottom: 12px;
}

.inner-footer p span {
	font-size: 12px;
	font-weight: normal;
}

.inner-footer .footer-support p {
	font-size: 16px;
	font-family: 'MyriadPro-Semibold';
}

.global-footer {
	padding: 5px 0px;
}

.global-footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.global-footer ul li a {
	color: #454545;
	font-size: 12px;
	text-decoration: underline;
}

.global-footer ul li {
	display: inline-block;
	padding: 0px 8px;
	border-left: 1px solid #454545;
	line-height: 11px;
	margin: 10px 0px;
}

.global-footer ul li:first-child {
	border-left: none;
}

.container-header h3 {
	padding: 13px 0px;
	margin: 0px;
	float: right;
	width: calc(100% - 60px);
	padding-left: 18px;
	font-family: 'MyriadPro-Semibold';
}

.container-header-refund h3 {
	padding: 13px 0px;
	margin: 0px;
	float: right;
	width: 100%;
	padding-left: 18px;
	font-family: 'MyriadPro-Semibold';
}

.container-headerr h3 {
	padding: 13px 0px;
	margin: 0px;
	width: calc(100% - 00px);
	padding-left: 18px;
	font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    font-style: normal;
}

.go-home {
	background-color: #fff;
	border: none;
	display: inline-block;
	padding: 10px 0px 11px 0px;
	box-shadow: 0px 0px 4px #ccc;
	width: 60px;
	text-align: center;
}

.go-home img {
	width: 30px;
}

.inner-container {
	width: 85%;
	margin: 0px auto;
}

.menu-breadcrumb {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 30px 0px 15px 0px;
	margin-bottom: 15px;
}

.menu-breadcrumb a {
	width: 34.33%;
	float: left;
	text-decoration: none;
	font-size: 18px;
	font-family: 'MyriadPro-Semibold';
	color: rgba(69, 69, 69, 0.5);
}

.time-out-modal .modal-header {
	border-bottom: 0px;
}

.time-out-modal .modal-header p {
	font-size: 15px;
}

.time-out-modal .modal-footer {
	border-top: 0px;
	text-align: center;
	padding-top: 0px;
	justify-content: center !important;
}

#header .time-out-modal .modal-footer button {
	background-color: #333;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 150px;
	float: none;
}

#header .time-out-modal .modal-body {
	text-align: center;
}

.refund .menu-breadcrumb a {
	width: 42.33%;
}

.menu-breadcrumb a:first-child {
	width: 40.33%;
}

.menu-breadcrumb a:last-child {
	width: 25.33%;
}

.menu-breadcrumb a:last-child i {
	display: none;
}

.refund .menu-breadcrumb a:first-child {
	width: 30.33%;
}

.menu-breadcrumb a i {
	float: right;
	padding-right: 23px;
	font-size: 25px;
}

.menu-breadcrumb a span {
	padding: 1px 7px;
	border-radius: 50%;
	font-family: 'MyriadPro-Semibold';
	margin-right: 15px;
	margin-left: 10px;
	background-color: rgba(69, 69, 69, 0.5);
	color: #fff;
}

.page-header {
	color: #fff;
}

.purchase .page-header {
	background-color: #649e36;
}

.menu-breadcrumb a.active {
	color: #454545;
}

.purchase .menu-breadcrumb a.active span {
	background-color: #649e36;
	color: #fff;
}

.purchase .menu-breadcrumb a.active i {
	color: #649e36;
}

.refund .page-header {
	background-color: #008378;
}

.refund .menu-breadcrumb a.active span {
	background-color: #008378;
	color: #fff;
}

.refund .menu-breadcrumb a.active i {
	color: #008378;
}

.lookup .page-header {
	background-color: #006f60;
}

.lookup .menu-breadcrumb a.active span {
	background-color: #006f60;
	color: #fff;
}

.lookup .menu-breadcrumb a.active i {
	color: #006f60;
}

.paddingUp {
	padding-top: 1px;
}

.control-label {
	font-size: 13px;
	color: rgba(69, 69, 69, 0.75);
	font-family: 'MyriadPro-Semibold';
	text-align: right;
	font-weight: normal;
}

.control-label-apply {
	font-size: 12px;
	color: rgba(69, 69, 69, 0.75);
	font-family: 'MyriadPro-Semibold';
	text-align: right;
	font-family: Arial;
	font-weight: 40;
}

.col-sm-3.control-label {
	width: 22%;
}

.form-group {
	display: inline-block;
	margin-bottom: 13px;
	margin-top: 13px;
	width: 100%;
}

#accordion .panel-heading a {
	padding: 12px 15px;
	display: block;
	font-family: 'MyriadPro-Semibold';
	text-decoration: none;
	color: rgba(69, 69, 69, 0.75);
	font-size: 14px;
}

#accordion .panel-heading {
	padding: 0px;
}

#accordion .panel-heading a i {
	float: right;
	font-size: 23px;
	line-height: 15px;
}

#accordion.panel-group {
	margin-bottom: 6px;
}

.form-control {
	height: 38px;
	font-size: 16px;
	font-family: 'MyriadPro-Semibold';
	padding: 6px 4px;
}

.panel-group .panel+.panel {
	margin-top: 6px;
}

input::placeholder {
	font-family: 'MyriadPro-It';
	font-size: 14px;
	font-weight: normal;
}

.btn {
	padding: 10px 30px;
	font-size: 18px;
	font-family: 'MyriadPro-Semibold';
}

.btn-primary {
	color: #fff;
	background-color: #649e36;
	border-color: #649e36;
	min-width: 200px;
}

.btn-secondary {
	color: #649e36;
	background-color: transparent;
	border-color: #649e36;
	float: right;
}

.btn-secondarie {
	color: #649e36 !important;
	background-color: transparent;
	border-color: #649e36;
	float: right;
	width: 200px;
	font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
}
.btn-secondarie:hover{
	color : #649e36;
}

.btn-success {
	background-color: rgba(92, 152, 192, 1);
	border-color: rgba(92, 152, 192, 1);
}

.btn-default {
	color: rgba(69, 69, 69, 0.75);
}

.print-btn {
	margin-left: 30px;
}

.input-group-addon {
	padding: 6px 15px;
}

.input-group .form-control:first-child {
	border-left: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

span.information-text {
	font-size: 12px !important;
	padding-left: 25px;
	display: block;
	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
}

.information-text i {
	position: absolute;
	left: 3px;
	top: 8px;
	font-size: 12px;
	font-style: normal;
	border: 1px solid #454545;
	border-radius: 50%;
	padding: 0px 5px;
	line-height: 14px;
}

.card-ditls {
	margin-top: 8px;
}

.amount-text {
	font-size: 20px;
	font-family: 'MyriadPro-Semibold';
}

.financing-options {
	border: 1px solid #d7d7d7;
	width: 100%;
	border-radius: 6px;
	padding: 0px 0px 5px 0px;
	text-align: left;
}

.financing-options-helptext {
	padding-left: 12px;
	font-style: normal;
	display: block;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 7px 20px;
	font-family: 'MyriadPro-Regular';
	color: rgba(69, 69, 69, 0.7);
	font-size: 13px;
}

.financing-options hr {
	margin: 5px 0px;
}

.financing-options .btn {
	background-color: #fff;
	display: block;
	text-align: left;
	padding-left: 50px;
	color: rgba(69, 69, 69, 0.75);
	padding: 8px 12px;
	font-size: 13px;
	font-family: 'MyriadPro-Regular';
	padding-left: 40px;
	position: relative;
}

.financing-options .btn:hover {
	background-color: rgba(250, 250, 250, 1);;
}

.financing-options h4 {
	margin: 0px;
	font-size: 14px;
	font-family: 'MyriadPro-Semibold';
	background-color: #f5f5f5;
	padding: 11px 10px;
	color: rgba(69, 69, 69, 0.75);
}

.form-group.button-bottom {
	margin-bottom: 25px;
}

.alert {
	padding-left: 40px;
	padding-top: 10px;
	background-color: rgba(255, 251, 190, 1);
	padding-bottom: 10px;
	position: relative;
}
/* .alert strong {text-transform: uppercase;} */
.alert strong {
	display: block;
	font-weight: normal;
	font-size: 19px;
	padding-bottom: 12px;
}

.alert {
	font-size: 14px;
}

.alert i.fa {
	font-size: 24px;
	vertical-align: middle;
	position: absolute;
	left: 17px;
	top: 16px;
}

.alert i.fa.fa-check {
	    left: 15px;
    top: 15px;
}

.alert-danger {
	background-color: rgba(247, 192, 192, 1);
	color: rgba(139, 0, 0, 1);
	border-radius: 10px;
}

.alert-success {
	background-color: rgba(217, 232, 206, 1);
	color: rgba(100, 159, 51, 1);
	padding-left: 50px;
	border-radius: 10px;
}

i.fa.fa-warning {
	font-size: 13pt;
	margin-top: 4px;
}

.alert span {
	display: block;
	margin-top: 6px;
}

.btn-success span {
	padding-right: 7px;
}

button.btn.btn-success {
	margin: 20px 0px 20px 0px;
}

.pdf-div {
	max-height: 300px;
	margin-top: 15px;
	margin-bottom: 15px;
	/* border: 1px solid #aaa; */
}
embed.lookupRecepit {
    border: 1px solid #aaa;
}
.close-text {
	font-size: 18px;
	font-style: normal;
	margin: 30px 0px;
}

h3.page-subheader {
	margin: 0px;
	padding: 25px 0px 15px 0px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

h3.page-subheader.no-border {
	border-bottom: 0px;
	margin-bottom: 5px;
}
/* .look-upname input{ width: 47%; float: left;} */
.look-upname input.last-name {
	float: right;
}

.look-upname label {
	width: 100%;
	text-align: left;
}

.btn.button-size-change {
	padding: 3px 15px;
	min-width: 180px;
}

.results-display {
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-bottom: 25px;
	padding: 15px;
}

.margin-bottom10 {
	margin-bottom: 10px;
}
.margin-bottom25 {
	margin-bottom: 25px;
	font-family: 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #333333;
    text-align: center;
    line-height: normal;
    text-align: left;
}
.margin45-auto {
	margin: 45px auto;}
.margin25-auto{
	margin: 25px 0px;
}.margin40-auto{
	margin: 40px 0px;
}
.margin-top10 {
	margin-bottom: 10px;
}

button.btn.btn-success.button-size-change {
	margin: 0px;
}

.recent-transactions {
	margin: 35px 0px;
}

.recent-transactions-table {
	width: 100%;
}

.recent-transactions-table td {
	border-top: 1px solid #ccc;
	padding: 8px 10px;
	font-size: 12px;
	color: rgba(69, 69, 69, 0.75);
}

.recent-transactions-table td:first-child {
	font-size: 15px;
	font-family: 'MyriadPro-Semibold';
}

.recent-transactions-table td:last-child {
	text-align: center;
}

.recent-transactions-table td a {
	color: #0d7061;
	font-family: 'MyriadPro-Semibold';
}

.recent-transactions-table td a span {
	padding-right: 10px;
	font-size: 15px;
}

.panel .control-label {
	text-align: left;
}

.form-control-static {
	padding-top: 0px;
}

button.btn.btn-success i {
	padding-right: 5px;
}

.form-horizontal .control-label {
	text-align: left !important;
}

/* dev css */
.ui-menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	max-height: 150px;
	overflow-y: scroll;
	border: 1px solid #ccc;
	padding-left: 5px;
	font-size: 14px;
	max-width: 180px;
}

li.ui-menu-item {
	padding: 1px 0px;
	border: 1px #fff solid;
}

li.ui-menu-item:hover {
	border: 1px #ccc solid;
}

.ui-menu-item-wrapper {
	white-space: nowrap;
	display: inline-block;
}

.pre-fill-data.pre-fill-sm {
	padding-top: 3px;
}

.lookup-icon {
	margin-top: 5px;
	margin-left: 8px;
}

.lookup-butons {
	margin-top: 18px;
}

.button-bottom .col-sm-offset-2 {
	margin-left: 20%;
}

.financing-options .btn.active:before {
	content: "\f00c";
	position: absolute;
	font: normal normal normal 17px/1 FontAwesome;
	left: 13px;
	top: 8px;
	color: #649e36;
}

.big-font-alert {
	font-family: 'MyriadPro-Semibold';
	padding-top: 15px;
	padding-left: 49px;
}

.card-present-ditls {
	margin-top: 10px;
}

.promo-months input[type=radio] {
	position: absolute;
	opacity: 0;
}

li.parsley-required, .parsley-length {
	font-style: italic;

}

.financing-options .btn:hover, .financing-options .btn.active {
	background-color: #f5f5f5;
	box-shadow: none;
}

.error .financing-options, .error .panel-default, .error .financing-options-helptext
	{
	border-color: #B91C1C;
}

.pre-field {
	font-family: 'MyriadPro-Semibold';
}

.pre-field-name {
	padding-right: 20px;
}

.pre-felid {
	font-family: 'MyriadPro-Semibold';
	display: inline-block;
	word-break: break-all;
}

.pre-fill-data {
	padding-top: 3px;
}

/*apply flow css start here*/

.error-msgWith-bg{    background: rgba(212, 250, 193, 1);
    border: 1px solid rgba(189, 216, 231, 1);
    padding: 5px 15px 15px 15px;
    border-radius: 5px;
    }
.error-msgWith-bg span {
    color: #6A9B4F;
}
.error-msgWith-bg h3{
margin-bottom: 10px;
}
.loading-main {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	top: 0px;
	left: 0px;
	display: none;
}


/* #loading-main-new{
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 0px;
	left: 0px;
	transform: translate(-50%,-50%);
	z-index: 999;
	opacity:0.8;
}

#loading-main-new img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity:0.5;
} */

.main-loader{
	position: relative;
	min-height:74px;
}

.loading-new img{
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%,-50%);
	/* opacity:0.5; */	
	z-index:9000;
}

.loading-main .loader {
	top: 50%;
	margin-top: 0px;
}

/*------loader-----*/
.loader {
	color: #34657F;
}

.loader, .loader:before, .loader:after {
	background: #34657F;
}

.loader, .loader:before, .loader:after {
	background: #34657F;
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: 1em;
	height: 4em;
	color: #34657F;
}

.loader {
	color: #34657F;
	text-indent: -9999em;
	margin: 88px auto;
	position: relative;
	font-size: 11px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.loader:before, .loader:after {
	position: absolute;
	top: 0;
	content: '';
}

.loader:before {
	left: -1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.loader:after {
	left: 1.5em;
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
.control-label span {
	font-size: 12px;
	font-weight: 700;
}

.apply-bg, .apply-flow .page-header {
	background-color: rgba(92, 152, 192, 1);
}

.application-method {
	padding-bottom: 0px;
}

.application-method .btn {
	width: 99%;
	border-radius: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.application-method span:first-child {
	border-radius: 5px 5px 0px 0px;
	border-bottom-left-radius: 9px;
}

.application-method span:last-child {
	border-bottom: 0px;
	border-radius: 0px 0px 5px 5px;
}

.financing-options.application-method .btn.active:before {
	top: 12px;
}

.info-icon {
	position: absolute;
	bottom: 16px;
	right: -15px;
	font-size: 21px;
	color: rgba(69, 69, 69, 0.75);
}

.apply-flow .menu-breadcrumb a.active span {
	background-color: rgba(92, 152, 192, 1);
	color: #fff;
}

.apply-flow .menu-breadcrumb a.active i {
	color: rgba(92, 152, 192, 1);
}

.padding0-left {
	padding-left: 0px;
}

.ful-help-text p {
	font-size: 15px;
	margin-top: -7px;
}

.financing-options.housing-type span {
	width: 33.33%;
	display: inline-block;
	margin-right: -3px;
	border-bottom: 0px;
}

.language-select label {
	width: 49%;
	margin-bottom: 0px;
	text-align: center;
	padding: 8px 0px;
}

.financing-options.financing-options-apply span {
	border-left: 1px solid #ccc;
	display: inline-block;
}

.financing-options.financing-options-apply span:last-child {
	border-right: 0px;
}

.financing-options input {
	position: absolute !important;
	opacity: 0;
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.form-check-label {
	line-height: 30px;
}

.custom-control-indicator {
	border: 1px solid #ccc;
	width: 30px;
	height: 30px;
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.prequal-chkbox{
	font-family: 'ArialMT', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #5E5E5E;
    line-height: 22px;
    padding-left:2px;
}
.custom-checkbox .custom-control-input:checked ~.custom-control-indicator
	{
	background-size: 12px 12px;
}

.custom-checkbox .custom-control-input:checked ~.custom-control-indicator:after
	{
	content: "\f00c";
	font: normal normal normal 28px/1 FontAwesome;
	position: absolute;
}
.custom-checkbox40{
	width: 40px;
	height: 40px;
} 
.custom-checkbox .custom-control-input:checked ~.custom-checkbox40:after 
	{
	content: "\f00c";
	font: normal normal normal 40px/1 FontAwesome;
	position: absolute;
}
.custom-control-input-deaf {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-checkbox .custom-control-input-deaf:checked ~.custom-control-indicator
	{
	background-size: 12px 12px;
}

.custom-checkbox .custom-control-input-deaf:checked ~.custom-control-indicator:after
	{
	content: "\f00c";
	font: normal normal normal 28px/1 FontAwesome;
	position: absolute;
}

.custom-control-input-coDeaf {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-checkbox .custom-control-input-coDeaf:checked ~.custom-control-indicator
	{
	background-size: 12px 12px;
}

.custom-checkbox .custom-control-input-coDeaf:checked ~.custom-control-indicator:after
	{
	content: "\f00c";
	font: normal normal normal 28px/1 FontAwesome;
	position: absolute;
}
.downloadimg{
	height : 20px;
	width : 20px;
	margin-right: 4px;
}.download-associate{
	cursor: pointer;
    color: #006F60;
    margin-top: 8px;
}

.co-applicant-form {
	display: none;
}

.co-applicant-address span {
	display: block;
}

.apply-review .col-sm-4.form-group {
	width: 33.33333333%;
	min-height: 96px;
	margin: 0px;
}

/* .make-changes-link:hover {
	color: #008479;
	cursor: pointer;
	text-decoration: none;
} */

.make-changes-link i {
	font-size: 23px;
	color: #008479;
}
.make-changes-link{
	font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    color: #797979;
    font-size: 13px;
}
.prient-button {
	font-size: 16px;
	font-weight: 700;
	margin-left: 17px
}
.cusBtnDisplayStl {
	display : unset !important;
}
.prient-button:hover {
	text-decoration: none;
}

.prient-button i {
	font-size: 22px;
}

.apply-review-check span.custom-control-description {
	width: calc(100% - 43px);
	float: right;
	font-weight: 400;
	line-height: 19px;
}

.custom-control-description {
	font-weight: 100;
}

.apply-tabs {
	border-bottom: 0px;
	margin-top: 25px;
	text-align: center;
}

.apply-tabs li {
	float: none;
	display: inline-block;
	margin-left: -6px;
}

.apply-tabs li a {
	border-radius: 0px;
	color: rgba(92, 152, 192, 1);
}

.apply-tabs li:first-child a {
	border-radius: 5px 0px 0px 5px;
}

.apply-tabs li:last-child a {
	border-radius: 0px 5px 5px 0px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
	{
	border: 1px solid rgba(92, 152, 192, 1);
	font-weight: bold;
	background-color: rgba(92, 152, 192, 1);
	color: #fff;
}

.apply-flow .parsley-errors-list {
	position: absolute;
}

.has-error .control-label {
	color: rgba(69, 69, 69, 0.75);
}

.apply-tabs li a, .apply-tabs li a:hover {
	border: 1px solid rgba(92, 152, 192, 1);
}

.tab-content {
	margin-top: 20px;
}

.tab-content .tab-pane {
	min-height: 150px;
}

ul.main-links li a img.apply-icon {
	width: 70px;
}
.apply-receievd {
	margin-left: 15%;
}
.new-apply-recvd{
	padding-top: 8px;
}
.pipe{
	color:rgba(0, 0, 0, 0.349019607843137);
}
.link{
 cursor: pointer;
}
.check-stat{
	color: rgba(0, 132, 121,1)!important;
}
.sendcc-msg {
	display: none;
}

.sendcc-msg.active {
	display: block;
}

.sendButton {
	display: none;
}

.alert-dispaly {
	display: none;
}

.alert-dispaly.active {
	display: block;
}

.co-applicant-address-pre {
	display: none;
}

.co-applicant-address p {
	font-size: 18px;
}

.co-applicant-address p span {
	display: block;
}

a {
	color: #008479;
}

.ful-help-text {
	padding-left: 0px;
}

#purchaseAmountErrors, #purchaseAmountErrors1 {
	display: block;
	height: auto;
}

#purchaseAmountErrors ul, #purchaseAmountErrors1 ul {
	position: relative;
}

.apply-now span {
	display: block;
	border-bottom-left-radius: 0px !important;
	border-left: 0px;
	border-bottom: 1px solid #ccc;
	width: 100%;
}

.financing-options .select-input:checked ~label.btn:before {
	content: "\f00c";
	position: absolute;
	font: normal normal normal 17px/1 FontAwesome;
	left: 13px;
	top: 7px;
	color: #649e36;
}

.language-select span {
	width: 50%;
	display: inline-block;
	margin-right: -3px;
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}

.language-select span:last-child {
	border-left: 1px solid #ccc;
	border-top-right-radius: 9px;
}

.name-acc{ width: 250px !important;}

@media ( max-width : 767px) {
	.main-container {
		padding: 0px 10px;
	}
	.main-links li {
		width: 100%;
		margin-bottom: 10px;
	}
	.col-sm-3.control-label {
		width: 100%;
		text-align: left;
	}
	.inner-container {
		width: 95%;
	}
	.lookup-acc {
		margin-bottom: 10px;
	}
	.footer-support {
		width: 100%;
		float: left;
	}
	.copy-rights {
		width: 100%;
		float: left;
	}
	.btn-secondary {
		float: none;
		margin-top: 10px;
	}
	.btn-secondarie {
		float: none;
		margin-top: 10px;
	}
	.results-display .text-right {
		text-align: center;
		margin-top: 10px;
	}
	.menu-breadcrumb a {
		width: 33.33%;
		font-size: 14px;
		padding-left: 26px;
		position: relative;
	}
	.menu-breadcrumb a:first-child {
		width: 37.33%;
	}
	.menu-breadcrumb a span {
		margin-right: 6px;
		margin-left: 6px;
		position: absolute;
		left: -8px;
	}
}

.hidePara {
	display: none !important;
}

@media ( max-width : 450px) {
	.menu-breadcrumb a i {
		padding-right: 6px;
		margin-top: -11px;
	}
	.menu-breadcrumb a {
		width: 30.33%;
	}
	.hidePara {
		display: none !important;
	}
}

.alert strong.alert-font-size {
	padding-bottom: 0px;
	font-weight: 700;
	padding-top: 5px;
}

.apply-result .form-group {
    width: 35%;
    float: none;
    text-align: left;
    vertical-align: top;
    min-width: 206px;
    padding-right: 0px;
}
.approved-list .row {text-align: center;}
.approved-list {
	margin: 0px auto;
	float: none;
}

.print-buttons-buttom a {
	font-weight: 700;
	margin-right: 30px;
	padding-bottom: 14px;
	display: inline-block;
}

.print-buttons-buttom {
	margin: 30px auto;
	text-align: center;
	max-width: 445px;
}

.apply-flow .alert i.fa.fa-warning {
	font-size: 13pt;
	margin-top: 3px;
}


.apply-flow .custom-control-description  .parsley-errors-list {
	position: relative;
	margin-bottom: 10px;
}

.parsley-error span.custom-control-indicator {
	border-color: #B91C1C;
}

.spaceRemove {
	margin-left: -2px;
}

.revision-date {
	position: relative;
}

.apply-flow .revision-date .parsley-errors-list {
	left: 0px;
	text-align: left;
}

#applyCertifyError ul {
	position: relative;
	margin-bottom: 12px;
}

/* table sorting css */
#table-sorting_length {
	display: none;
}

#table-sorting_filter {
	display: none;
}

#table-sorting_info {
	display: none;
}

#table-sorting_paginate {
	display: none;
}



table.dataTable thead .sorting:after {
	opacity: 0.2;
	content: "\e253";
}

table.dataTable thead .sorting_asc:after {
	content: "\e252";
	opacity: 0.8;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after,
	table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after,
	table.dataTable thead .sorting_desc_disabled:after {
	bottom: 20px;
	font-size: 11px;
}

.ui-helper-hidden-accessible {
	display: none;
}

.click-sortable {
	cursor: pointer;
}

.sort .caret {
	transform: rotate(-180deg);
}
.tableCaret{
	margin-left: 8px;
}

.center {
	text-align: center !important;
}

@media print {
	a[href]:after {
		content: none !important;
	}
}

.content-body {
	width: 575px;
    margin: 0 auto;
    /* word-break: break-all; */
    margin-left: 68px;
    margin-top: 20px;
}

.dialog-model {
	width: 600px;
}

.content-body ul {
	padding-left: 0px;
    margin-bottom: 1px;
    margin-left: 4px;
    list-style-position: inside;
}

.content-body ul li {
	/* padding-left: 14px;
	margin-left: 14px; */
	width:550px;
}

.content-body ul li span.list-text {
	position: relative;
	left: -1px;
}
.content-body p{
	width: 496px;
}

li.call-text {
	margin-bottom: 5px;
}

p.or-text {
	margin-bottom: 5px;
}

.ok-btn {
	padding: 7px 66px !important;
	font-size: larger;
	min-width: 0px;
}

.note-message {
	font-size: 13px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.estimated-amt-modal .modal-header {
	border-bottom: 0px;
}

.estimated-amt-modal .modal-header p {
	font-size: 15px;
}

.estimated-amt-modal .modal-footer {
	border-top: 0px;
	text-align: center;
	padding-top: 28px;
}

#header .estimated-amt-modal .modal-footer button {
	background-color: #333;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 650px;
	float: none;
}

#header .estimated-amt-modal .modal-body {
	text-align: center;
}

.content-header{
	background-color: rgba(242, 242, 242, 1);
}
.charger_excess{
	font-size: 26px;
	margin-left: 26px;
}

.dismiss_close{
	opacity: 1 !important;
}

.contet{
	width: 700px;
}

 .prequal-body{
    font-family: 'Open Sans Bold', 'Open Sans Regular', 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #466F26;
    text-align: left;
    margin: 30px;
    background-color: rgba(217, 231, 206, 1);
 }
 
 #prequal-footer{
     text-align: center;
 }
 
 #cancelApp{
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #466F26 rgba(100, 158, 54, 1);
    border-radius: 5px;
    color: #466F26;
 }
 
//merging Change Start
/* quickscreen css start*/


.addon-right {
    right: 0px;
}
.addon-right {
    position: absolute;
    background: none;
    border: none;
    line-height: 25px;
}
.input-addon {
    padding-left: 35px;
}
.form-control {
    height: 42px;
}
.addon-right {
    right: 0px;
}
.addon-right{
    padding: .5rem 1.95rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #464a4c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    height: 42px;
}
.input-addon.input-addon-right {
    padding-left: 10px;
    padding-right: 35px;
}

.input-group-addon img{
    position: relative;
    right: 10px;
    top: 4px;
}
.doller-icon{
    font-size: 21px;
    font-weight: bold;
}
.pagination {display: inline-block;}
.pagination a {color: #649e36;float: left;font-weight: bold;padding: 8px 16px;text-decoration: none;border: 1px solid #ddd;}
.pagination a.active {background-color: #eee;color: #846565;border: 1px solid #eee;font-weight: bold;}
.pagination a:hover:not(.active) {background-color: #ddd;}
.pagination a:first-child { border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
.pagination a:last-child {border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
.sub-cancel-btn{min-width: 200px;}
.quickscree-apply-tabs li{min-width: 215px;}
.filterbutton{min-width: 160px;
font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    border-width: 0px;}
.loadbtn{background-color: rgba(255, 255, 255, 1);box-sizing: border-box;border: 1px solid rgba(100, 158, 54, 1);border-radius: 5px;font-weight: 700;font-size: 18px;color: #649E36;width: 200px;height: 40px;
}
.quick-home-links h5{
    padding: 0px 28px;
    margin-bottom: 3px;
    margin-top: 5px;
}
.quick-home-links h5 i{
    font-size: 18px;
    color: #666666b8;
    font-weight: bold;
    
}
.quick-home-links a{
    font-size: 16px;
    font-family: 'MyriadPro-Semibold';
    padding: 0px 6px;
    color: #333;
}
.quick-home-links a:hover{
    text-decoration: none;
}
.buttons-info p{
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
}
.print-later-btn{
    background: #fff;
   color: #649e36;
   font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    font-style: normal;
}
.print-later-btn:hover{
    background: #fff;
   color: #649e36;
    border-color: #649e36;
}

.button_group{
	text-align: center;
}
.disable-btn{
	color : #FFFFFF;
    font-size: 20px;
	background-color: rgba(104, 160, 62, 1);
}

.disable-btn:disabled{
	color : #FFFFFF;
	background-color: rgb(107, 107, 107);
}
.disable-btn:hover{
	color : #FFFFFF; 
}

.quickscreen-cancel-btn{
	width: 100%;
    font-size: 20px;
	color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745; 
}
.quickscreen-cancel-btn:hover{
	color: #28a745;
	background-color : transprent;
}

.btn-qs{
	color: #fff;
	background-color: #649e36;
	border-color: #649e36;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
     min-width: 190px;
    font-family: 'Arial Bold', 'Arial';
}

/* #quickCamcellation{ */
/* 	background: white; */
/*     color: #649e36; */
/*     position: relative; */
/*     left: 35px; */
/* } */

#backCancellation{
	background: white;
    color: #649e36;
}

.header_title{
	border-bottom: none;
}

.body_footer{
	border-top: none;
}

.popup_content{
	max-width: 348px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.button_grp_width{
	min-width: 150px !important;
}


.content_text{
	color: #666666;
}

.title_cancel{
	color: #666666;
	font-weight: bold;
}

.cancel_close {
    opacity: 1;
}
#editwarning{
	    margin-bottom: 0px !important;
	    /*margin-top:-10px;*/
	    
}
.text-font{
	font-size: 14px;
	/* font-style: normal; */
    font-family: 'MyriadPro-Regular';
    
}
.color-red{
	color:#B91C1C;
}
.pre-approval-header{
	font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #434343;
}
.status-alert{
	font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    color: #8E754B;
    text-align: left;
    line-height: normal;
    font-size: 20px;
}
.enter-quickscreen{
	font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    padding: 10px;
	
}

.QsReferText{
    left: 0px;
    top: 0px;
    
    height: 127px;
    background: inherit;
    background-color: rgba(252, 248, 227, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(241, 226, 201, 1);
    border-radius: 6px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #8E754B;
    text-align: left;
    line-height: normal;
    margin-bottom: 7px;
}
.referHeading{
	color: #8E754B;
    font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.approvedHeading{
	 color:#6A9B4F;
    font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.note{
	font-size: 14px;
    text-align: left;
    font-family: 'Arial';
    font-weight: 400;
    font-style: normal;
}

.QsApproveText{
	left: 0px;
    top: 0px;
    height: 86px;
    background: inherit;
    background-color: rgba(212, 250, 193, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(189, 216, 231, 1);
    border-radius: 6px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #6A9B4F;
    text-align: left;
    line-height: normal;
    margin-bottom: 7px;
}
#parsley-id-24{
	width:160px;
}
#parsley-id-26{
	width:170px;
}
#quickscreenreferPatient{
	margin-bottom: 14px;
}
.bg-warning{
	margin-bottom:9px;
}
.col-sm-7.approved-list .row {
    margin-left: 12%;
}

.btn-primaryqs {
	color: #649e36;
	background-color: white;
	border-color: #649e36;
	min-width: 200px;
}
.footalignment{
	margin-left: 60px;
}
.backTopage{position: relative; left: 35px;}

.main-or-line{    
	padding: 0px;
    max-width: 25px;
    }
.or-line{
	 position: absolute;
	 top: 53px;     
	 left: -11px;
	 background: #fff;
    z-index: 2;
    line-height: 14px;
    text-transform: uppercase; 
    font-size: 15px;
    color: rgba(69, 69, 69, 0.75);
    font-family: 'MyriadPro-Semibold';}
.col-xs-12.col-sm-1.main-or-line:after {
    position: absolute;
    height: 42px;
    width: 1px;
    background-color: rgba(69, 69, 69, 0.749019607843137);
    content: "";
    top: 40px;
    left: -1px;
}
.col-xs-12.col-sm-1.main-or-line.qsLineError:after{background-color:#B91C1C; }
.qsLineError span.or-line{
	 
	color: #B91C1C;
}
.ssn-required-text
 {
	margin: 0px 0 3px;
	padding: 0px;
	font-size: 0.9em;
	font-style: Italic;
	line-height: 0.9em;
	color: #B91C1C;
	margin-top: 5px;

}

tbody#resntrns a {
   /* color: #337ab7; */
    font-size: 13px;
}
tbody#resntrns {
    font-size: 16px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{    padding: 8px;
	
}

.dropdownAlignment{
	margin-left: 53px;
    margin-top: -33px; 
}
.reprint-highlight{
	 background-color: rgba(242, 242, 242, 1);
}
.topLinkDiv{   
	text-align: center;
    float: right;
    }
    .topLinkDiv a{   
     text-decoration: none;
     }
  .printHelpText{
  text-align: center; 
  margin: -10px; 
  font-family: 'Arial';
  font-size: 13px;
  color: #999999;
  clear: both;
 }
.searchbtn{
  padding-left: 0px;
  position: relative;  
  min-height: 1px;   
  padding-right: 15px;  
  padding-left: 15px;
  }
 .anc {
  color:#006993;
}

.an {
  color: #008479;
}
    /* quickscreen css end*/
    
 .abc {
	width: 660px;
	height: 87px;
	border-radius: 5px;
	font-family: 'Arial';
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	margin-top: 0px;
}   

/* pagination css */
#myTable_previous ,#myTable_next{
	display:none;
}
#myTable_paginate a{
	color: #649e36 !important;
    font-weight: bold;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
    background-color: #fff !important;
}
#myTable_paginate .disabled{
	background: #ddd;
    pointer-events: none;
    color: #9E9E9E !important;
}
/* #myTable_paginate a:hover:not(.active) {
    background-color: #ddd !important;
} */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #ddd !important;
    background-color: #dddddd !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #dddd)) !important;
    background: -webkit-linear-gradient(top, #dddddd 0%, #dddddd 100%) !important;
    background: -moz-linear-gradient(top, #585858 0%, #111 100%) !important;
    background: -ms-linear-gradient(top, #dddddd 0%, #dddddd 100%)!important;
    background: -o-linear-gradient(top, #dddddd 0%, #dddddd 100%) !important;
    background: linear-gradient(to bottom, #dddddd 0%, #ddd 100%)!important;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #ddd !important;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #fff !important;
}
#myTable_paginate{
	margin-top:50px;
}
.dataTables_wrapper .dataTables_paginate {
    float: none !important;
    text-align: center !important;
}
.sorting_disabled .caret{
	margin-left:10px;
}

.sort .caret {
    transform: rotate(-180deg);
}

#myTable_previous {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#myTable_next {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
	margin-left:0px !important;
}

#resntrns tr{
	white-space: nowrap;
    font-size: 13px;
}
#myTable  thead tr{
	font-size: 14px;
    white-space: nowrap;
}
#pndnaterpt thead tr{
	font-size: 14px;
    white-space: nowrap;
}
.apply-flow label{
	font-weight:400 !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 5px 11px !important;
    border-bottom: 1px solid #111 !important;
}
.apply-review-header{
	float: initial !important;
    width: calc(100% - 0px) !important;
}

.dbSup {
	font-size: 0.6em;
	line-height: 0;
}

.sup {
	font-size: 1.2em;
	line-height: 0;
}
.account-no-expiry-or{
	display:inline-block;
	position:absolute;
}

.account-no-expiry-or:before{
	content="";
	
}
.card-expiry-checkbox{
	margin-top:38px;
}

.card-expiration-text{
	padding-left:30px;
}
.custom-checkbox .custom-control-input:checked ~.purchase-custom-control-indicator:after{
	font-size: 24px;
    /* left: 25px; */
    /* right: 2px; */
    top: 4px;
}
.purchase-custom-control-indicator{
	width:27px;
	height:27px;
}
.account-no-expiry-or.main-or-line:after{
	position: absolute;
    height: 37px;
    width: 2px;
    background-color: #dedede;
    content: "";
   
    left: -1px;
}
.account-no-expiry-or .or-line{
	top:12px;
	color:#000 !important;
	font-size: 14px;
	left:-10px;
}

.purchase-checkbox{
	margin-left: 16px;
}
.purchase-control-label{
	color:#666666;
	font-size:13px;
	font-weight:700;
}
input::placeholder{
	font-style:normal;
}
.accordian-arrow{
	float: right;
    font-size: 23px!important;
    line-height: 15px!important;
}
.panel{
	margin-bottom:5px;
}
.accordian-panel-heading{
	display: block;
    font-family: 'MyriadPro-Semibold';
    text-decoration: none;
    color: rgba(69, 69, 69, 0.75)!important;
    font-size: 14px;
}
.accordian-panel-heading:hover,.accordian-panel-heading:active {
    text-decoration: none;
}
.expiry-date-error .parsley-errors-list {
	padding-left: 13px;
	    margin-top: 17px;
}
.card-not-present-error .parsley-errors-list{
	padding-left: 13px;
}
.expiry-date::placeholder, .card-security-code::placeholder{
	font-family: 'Arial';
	font-size:16px;
	color: rgb(102, 102, 102);
}
.account-no-expiry-or.qsLineError:after{
	background:#B91C1C;
	width:1px;
}
/* accrodians css start here */
.nowrap {
  	white-space: nowrap ;
  	min-width: 190px;
}

.padding-left-and-right-five-px { 
	padding-left: 0px;
    padding-right: 0px; }
#SSNArea { 
	font-weight: normal;
    font-family: 'Segoe UI';
    font-size: 12px;
    text-align: center;
   width: 51px;
    min-width: 32px;
    display: inline-block;
    border: none;
    box-shadow: none;
    pointer-events: none; 
    padding-right:0px;
     padding-top:0px;
}
 @media screen and (-ms-high-contrast: active) , ( -ms-high-contrast : none) {
	#SSNArea {
		width: 72px;
		font-size: 16px; 
	} 
}
	#SSNGroup { 
	font-weight: normal;
    font-family: 'Segoe UI';
    font-size: 20px;
    text-align: center;
    width: 25px;
    min-width: 21px;
    display: inline-block;
    border: none;
    box-shadow: none;
    pointer-events: none;
    margin-left: -4px;
	
}
 .ssn-input-text{
	margin-top:-2px;
}
#SSNSerial {
		font-weight: normal;
		font-family: 'MyriadPro-Semibold'; 
		font-size: 16px;
		text-align: left;
		width: 94px;
		min-width: 85px;
		display: inline;
	}
	 @media screen and (-ms-high-contrast: active) , ( -ms-high-contrast :
		none) {
		#SSNSerial {
			font-family: 'Segoe UI';
		}
	} 

.social-security-no-or-line:after{
	width:2px !important;
	background-color: #e4e4e4 !important;
	height:53px !important;
	top:25px !important;
}

.social-security-no-or-line span{
	color:#000;
	top: 44px;
	left:-9px;
	font-size:13px;
}
.social-security-tele .fa-caret-down{
	transform: rotateZ(-90deg);
}
.social-security-tele .fa-caret-up{
	transform: rotateZ(180deg);
}
.ssn-tele-info{
	font-size: 13px;
	margin-bottom:10px;
    font-weight: normal;
    margin-top: 8px;
    color: #333;
}
.warn-msz-info{
	font-size: 13px;
	margin-bottom:10px;
    font-weight: normal;
    margin-top: -2px;;
    color: #333;
}

.warn-msz{
	font-size: 13px;
    font-weight: normal;
    color: #333;
    margin-left: 5px;
    margin-bottom:-18px;
}
@supports (-moz-appearance:none){
  .SSNArea {
    
    font-size:12px;
    font-size:12px;
  }
}
@media (max-width:767px) {
    #SSNArea { font-weight: normal; font-family: 'Segoe UI'; font-size: 20px; text-align: right; width: 75px; display: inline; padding-right: 5px; }
    /*#SSNArea { font-weight: normal; font-family: 'Segoe UI'; font-size: 20px; text-align: center; width: 75px; display: inline; }*/
    #SSNGroup { font-weight: normal; font-family: 'Segoe UI'; font-size: 20px; text-align: center; width: 65px; display: inline; }
    #SSNSerial { font-weight: normal; font-family: 'MyriadPro-Semibold'; font-size: 12px; text-align: center; width: 75px; display: inline; }
    .social-security-question { font-family: 'Segoe UI'; font-size: 1.125em !important; color: #777777; font-weight: normal; padding: 0px 5px; text-align: center; }
}

.apply-flow .quick-screen-header{
	background-color: rgba(0, 105, 147, 1);
}

.financing-option-panel-head{
	padding:0px 0px;
}
.financing-option-pannel-header-help-text{
	
}
.financing-option-panel-head i{
	display:none;
}
.error .panel{
	    border-color: #B91C1C!important;
}
.error .financing-options-button{
	border-radius:2px;
}
.checkboxdisable{
	background-color: #eee;
}
#accountError .parsley-errors-list{
	display: inline-block;
}

#errorMsgALL{
	color: rgb(185, 28, 28);
    margin-left: 12px !important;
    display: inline;
    font-style: italic;
    font-size: 13px;
}

.accNumErrTxt{
	margin-left:0px; 
	color: rgb(185, 28, 28);
    display: inline;
    font-style: italic;
    font-size: 13px;
}
input#expDate::placeholder, input#cvv2::placeholder{
color: #9a9494;
font-style:italic;
font-size:14px;
}
#dotPeriod{
	color:#B91C1C;
}
.expiry-date-error #parsley-id-multiple-accountCheckBox{
	padding-left:0px;
}
#expiry-date-error{
	padding-bottom: 13px;
}
#tmpcvvtext{
	font-size: 11px;
    color: #666666;
    line-height: 10px;
    font-family: 'Arial';
    font-weight: 400;
    font-style: normal;
}
.card-notpresent-checkbox{
	margin-top:32px;
}

.success-message{
	font-size: 16px;
	font-family: 'MyriadPro-Semibold';
	width: 75.00%;
	float: right;
}
.btn-quick {
	color: #fff;
	background-color: #649e36;
	border-color: #649e36;
	min-width: 200px;
	float: left;
}
.pre-filed-footer{
	display:inline;
}
.print-recheck{
	text-align:left!important;
}




.app-status-alert{
	margin-top: 35px;
    margin-bottom: 30px;
}
.windo-status{
	margin-top: 50px;
    margin-bottom: 60px;
}
.app-method-send .btn{
	font-size: 15px;
    color: #1E1E1E;
    text-align: left;
	line-height: 20px;
	width: 100%;
}
.app-method-send button p{
	font-size: 14px !important;
}
.app-method-send button i{
	font-size: 16px;
    margin-left: 5px;
}
.client-details .form-group{
	margin-right: 0px !important;
    margin-left: 0px !important;
}
.fontSize-14{
	font-size: 14px;
	
}

.strongTxt0{
	padding-bottom: 0px !important;
    font-weight: normal;
    padding-top: 5px;
}
/* tooltip  P/T apply */
.tooltip {
    display:inline-block;
    position:relative;
    border-bottom:1px dotted #666;
    text-align:left;
    opacity :1;
}
.purchase-amt-tooltip {
    /* display:inline-block; */
    position:relative;
  /*   border-bottom:1px dotted #666; */
    text-align:left;
    opacity :1;
}
.tooltip .right {
    min-width: 450px;
    bottom: 0%;
    margin-left: 3px;
   /*  margin-left: 3px; */
   margin-left: 317px;
    transform: translate(0, -1%);
    padding: 20px 20px;
    color: #444444;
    background-color: rgba(255, 255, 255, 1);
    font-weight: normal;
    font-size: 13px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.349019);
    line-height: 20px;
      display: none; 
      cursor: default;
}
.purchase-amt-tooltip .right {
    min-width: 450px;
    bottom: 0%;
    margin-left: 3px;
   /*  margin-left: 3px; */
   margin-left: 317px;
    transform: translate(0, -1%);
    padding: 20px 20px;
    color: #444444;
    background-color: rgba(255, 255, 255, 1);
    font-weight: normal;
    font-size: 13px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.349019);
    line-height: 20px;
      display: none; 
      cursor: default;
}
.tooltip .purchase-right {
    min-width: 450px;
    bottom: 0%;
    margin-left:3px;
   /*  margin-left: 3px; */
   margin-left: 317px;
    transform: translate(0, -1%);
    padding: 20px 20px;
    color: #444444;
    background-color: rgba(255, 255, 255, 1);
    font-weight: normal;
    font-size: 13px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.349019);
    line-height: 20px;
      display: none; 
      cursor: default;
}
.purchase-amt-tooltip .purchase-amt-purchase-right {
    min-width: 450px;
  
    margin-left:3px;
   /*  margin-left: 3px; */
   margin-left: 317px;
    transform: translate(0, -1%);
    padding: 20px 20px;
    color: #444444;
    background-color: rgba(255, 255, 255, 1);
    font-weight: normal;
    font-size: 13px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.349019);
    line-height: 20px;
      display: none; 
      cursor: default;
}

.tooltip-close {
	cursor: pointer;
    right: 8px;
    /* top: 8px; */
    top: 8px;
    position: absolute;
}
.purchase-amt-tooltip-close{
	cursor: pointer;
    right: 8px;
    /* top: 8px; */
    top: 8px;
    position: absolute;
}
.txt-green{
	color : color: rgb(0, 132, 121);
}

.txt-green:hover{
	color : color: rgb(0, 132, 121) !important;
}
.ele_inline {
	display: inline
}

.recent-buttons{
	
	width: 211px;
    
	height: 48px;
    
 	background-color: rgba(94, 153, 190, 1);
    
	border: none;
    
	border-radius: 3px;
    
	-moz-box-shadow: none;
    
	-webkit-box-shadow: none;
    
	box-shadow: none;
    
	font-weight: 700;
    
	font-size: 16px;
   
	 color: #FFFFFF;
    
	font-family: 'Arial Bold', 'Arial';

  }



	.recent-btn-content{
	
	font-size: 18px;
    color: #363636;
    vertical-align: middle;
    width: 100% !important;
    font-family: 'MyriadPro-Semibold' !important;
    padding: 0px !important;
    float: none !important;

}

.m--t-b{
	
	margin-top: 35px;
    
	margin-bottom: 35px;

}
.reports-tag{
    display: none;
    float: right;
    margin-top: 0px;
    font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #363636;
    line-height: 18px;
    margin-top: 13px;
 }
    .recent-app-des{
    font-size: 14px;
    line-height: 18px;
     font-family: 'Arial';
    font-weight: 400;
    font-style: normal;
    }
    .recent-trans-des-table tbody tr td p{
    	margin: 0px;
    }
    .tryangle-icon{
    	    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #555;
    float: right;
    margin-top: 8px;
    margin-right: 8px;
    }
    
    
    /*  alert notification css start*/
    .notification-alert {
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.11);
  display: table;
  width: 100%;
}

.alert-white {
  background-image: linear-gradient(to bottom, #fff, #f9f9f9);
  border-top-color: #d8d8d8;
  border-bottom-color: #bdbdbd;
  border-left-color: #cacaca;
  border-right-color: #cacaca;
  color: #404040;
  padding-left: 100px;
  position: relative;
}



.alert-white .icon {
  text-align: center;
  width: 79px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
    justify-content: center;
}
.alert-white .icon img{
	align-self: center;
}




.alert-white.alert-success .icon, 
.alert-white.alert-success .icon:after {
  
  background-color: rgba(253, 141, 30, 1);
    border: none;
}


.alert-content span{
    display: inline;
    font-size: 14px;
    font-family: 'Arial';
    font-weight: 400;
    font-style: normal;
    
    color: #333333;
   
    line-height: normal;
}
.notification-alert{
    margin-top:25px;
}
.margin-bottom{
    margin-bottom: 25px;
}

.notification-alert-top{
	margin-bottom:50px;
}
/*modal-dialog style start here*/
.modal-right .modal-dialog{    float: right; width:768px; margin: 0px auto; height: 100%; box-shadow: -2px -0.1px 2px 0 rgba(0, 0, 0, 0.35);}
    .modal-open{padding-right: 0px !important;}
    .modal-right {padding-right: 0px !important ;}
    .modal-right .modal-content{    border-radius: 0px;     border: 0px; height: 100%;}
.modal-right .modal-body {
    
    overflow-y: auto;
    padding: 30px 100px;
}
.modal-right .fade{opacity: 1;}
.modal-backdrop.fade {
    opacity: 1;
    background-color: rgba(225, 225, 225, 0.8);
}
.modal-right.fade:not(.in).right .modal-dialog {
	-webkit-transform: translate3d(25%, 0, 0);
	transform: translate3d(25%, 0, 0);
   
}

.modal-right.fade .modal-dialog{    -webkit-transform: translate(0,0%); 
    -o-transform: translate(0,0%);
     transform: translate(0,0%) !important;  }

#cancelpopup{background-color: rgba(225,225,225,0.8);}

.modal-right.fade {
    opacity: 1 !important;
}
.modal-right {
    padding-right: 0px !important;
}

@media screen and (min-device-width: 481px) and (max-device-width: 768px){
.modal-right .modal-dialog {
    max-width: 600px;
}
.modal-right .modal-body {
    overflow-y: auto;
    padding: 15px;
}
}
@media screen and (min-device-width: 300px) and (max-device-width: 480px){
.modal-righ .modal-dialog {
    max-width: 300px;
}
.modal-right .modal-body {
    
    overflow-y: auto;
    padding: 15px;
}
}
.modal-right .modal-content {
    border-radius: 0px;
    border: 0px;
    height: 100%;
}
.modal-right .modal-footer{
	text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.notificationfooter{
	background: white;
}
.modal-right .modal-title{
	display: inline;
    font-family: 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #434343;
}
.modal-right .close{
	color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-right .modal-header .close {
    margin-top:3px;
    margin-right: 10px;
}
.modal-righ .modal-body p{
	font-size: 16px;
    line-height: 22px;
    font-family: 'Arial';
    font-weight: 400;
    font-style: normal;
    margin-bottom:20px;
}
/*modal-dialog style end here*/

/*  alert notification css end*/
#natePndResntrns  tr td{
	padding: 17px 7px 17px 7px !important;
}

.lookup-list{
	background: rgba(153, 153, 153, 0.611764705882353);
	pointer-events: none;
}
 .lookup-list h3{
    	background: #ddd;
    }
   .lookup-list a{
    	background: #dddddd;
    	box-shadow: 0px 0px 7px #ddd;
    } 
     .lookup-list h5{ color: #999;}
 
 .refund-list {
    	background: rgba(153, 153, 153, 0.611764705882353);
    	pointer-events: none;
    }
    .refund-list h3{
    	background: #ddd;
    }
    .refund-list a{
    	background: #dddddd;
    	box-shadow: 0px 0px 7px #ddd;
    }
	   .refund-list h5{ color: #999;}
	   
	   .white-space-normal{
	     white-space: normal;
	     overflow-wrap: break-word;
	     word-break: break-all;
	   }
	   #applyCheckStatus{
	   		background-color: rgba(119, 119, 119, 0.70980392156862);
		}
		#tranCheckStatus{
	   		background-color: rgba(119, 119, 119, 0.70980392156862);
		}
	    #help-icon-tooltip{
	   	padding-left:10px;
	   }
	   #help-icon-tooltip i{
	   	color: #1ab4e6;
	   }
	   
	   #purchase-amt-help-icon-tooltip{
	   	padding-left:10px;
	   }
	   #purchase-amt-help-icon-tooltip i{
	   	color: #1ab4e6;
	   }
	   .apply-now-head{
	   	font-weight: bold;
    margin-bottom: 0px;
      font-size: 16px;
	   }
	   
	    .purchase-now-head{
	   	font-weight: bold;
    margin-bottom: 0px;
    margin-top: 1px;
    font-size: 16px;
	   } 
	   .para-head{
	    margin-bottom: 0px;
	   }
	   
	   .beta{
	   	color: #1ab4e6;
    padding-left: 4px;
    font-weight: normal !important;
	   }
	   
	   
	   .para-align{
	   margin-bottom: -20px;
	   font-weight: bold;
	   }
	   
	    .para-align-tran{
	   margin-bottom: -20px;
	   font-weight: bold;
	    margin-top: 1px;
    font-size: 16px;
	   }	

.print-buttons{
	display:block;
	margin-top:5px;
}
	   
	   .print-buttons a{
	   font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    color: #008479;
    padding: 3px;
    font-size: 16px;
	   }
	   .pipe-line{
	   	font-family: 'Arial' !important;
    font-weight: 400 !important;
    color: #797979 !important;
	   }
	   .print-head{
	   	font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    color: #797979;
    font-size: 13px;
	   }
	   .print-head i{
	   	font-size: 23px;
    color: #008479;
    padding-right: 2px;
	   }
	   .faDownloadIconCustonClr:before{
	       color: #0d7061;
    font-size: 14px;
    }
    .faCusPrint:before{
    font-size: 22px;
    color: #008479;
    }
    .fs16{
    font-size: 16px;
    }
    
	  .ReciptFont{
	  font-family: 'Arial Bold', 'Arial'}
	 
	  .print-buttons a:focus {
	outline: none !important;}
	.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width:450px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}
.flex-item {
  

  text-align: center;
}

.copy-token-button {
            margin-top: 38px;
            min-width: 132px;
            height: 42px;
            padding: 0px;
       }

.genreate-new-tocken-button {
            width: 202px;
            height: 42px;
            padding: 0px;
            margin-top: 38px;
   }

.security-tocken-input {
            width: 152px;
   }
.tocken-intro-content {
            color: #999999;
            font-size: 14px;
            font-family: 'Arial';
 }
 .copy-button-parent-div{
            width: 23%;
      }
        .list-content{
            margin-left: -26px
        }
        .m-t-10{
            margin-top:10px;
        }
        .custom-checkbox-bba{
        width: 40px;
    height: 40px;
        }
        
        app-sub-block h4 {
	font-weight: 600
}

.app-sub-block {
	background-color: rgba(255, 251, 190, 1);
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(252, 248, 227, 1);
	border-radius: 6px;
	padding: 5px 20px 18px;
	color: #8E754B;
}

.margin-10 {
	margin: 10px 0px;
}       
.new-app-copy-link-btn {
    height: 35px;
    border: 1px solid #649e36;
    padding: 4px 35px;
    background: #FFF;
    border-radius: 5px;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #649E36;
    margin-top: 4px;
    /*font-family: 'Arial Bold', 'Arial'; */
}

.new-app-copy-link-btn:hover {
	color: #649E36;
}
.cus-pl20{
	padding-left : 20px;
	line-height: 25px;
}
.cus-mt-20{
	margin-top : 20px;
}
.cus-pdb-50{
	padding-bottom : 50px;
}
.new-app-copy-link-input{
	    background-color: #FFF !important;
    cursor: text !important;
    padding-left : 15px !important
}
.border-head{
      
     font-weight : 600;
    border-bottom: 1px solid #eee;
    padding-bottom:5px;
}

.copy-content-link-btn{
width: 136px;
    padding: 7.5px;
    display: block;
    background-color: transparent;
    border: 1px solid rgba(100, 158, 54, 1);
    font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #649E36;
}

.copylink-content-link-btn {
    width: 136px;
    padding: 4.5px;
    display: block;
    background-color: transparent;
    border: 1px solid rgba(100, 158, 54, 1);
    color: #649E36;
    font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    margin-top: 5px;
    margin-left: -14px;
}

.sendlink-content-link-btn{
	width: 136px !important;
    padding: 4.5px !important;
    display: block !important;
    background-color: transparent !important;
    border: 1px solid rgba(100, 158, 54, 1) !important;
    color: #649E36 !important;
    font-family: 'Arial Bold', 'Arial' !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 16px !important;
    margin-top: 5px !important;
    margin-left: -29px !important;
	
}

.copy-content-link-btn:hover, .copylink-content-link-btn:hover{
	color: #649E36;
}
.top-padding-p{
	padding-top: 40px;
}
.margin-5{
	margin:5px;
}
 
.custom-copybtn{
padding: 4px 0px;
    margin-top: -21px;
    background-color: #FFF;
    font-size: 16px;
    }
.app-link{
height: 42px;}   
.legislative-bold-msg-title{
font-family: 'Arial Bold', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 14px;
    margin-top: 14px;
} 
.legislative-bold-msg{
font-family: 'Open Sans Bold', 'Open Sans Regular', 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
}
.legaslative-para{
	margin-bottom:20px;
}  

.custMrL-0 {
	margin-left : 0px !important;
	margin-bottom: -70px;
}
.custMrL-1 {
	 margin-left: 218px !important;
   	 margin-bottom: -3px;
}

.purchase-tooltip {
	    display: inline-block;
    margin-right: 10px;
}

.purchase label{
	font-weight:400 !important;
}
.changeHeader{
	min-width: 134px;
}
#back2Top, #back2Top:hover {
    line-height: 16px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    padding: 14px;
    bottom: 239px;
    right: 50%;
    margin-right:-390px;
    width: 66px;
    /* background-color: #00829F; */
    text-align: center;
    font-size: 13px;
    text-decoration: none;
    color: #00829F;
}
#back2Top i {
	display: block;
	font-size: 15px;
}
/* @media screen and (min-device-width: 500px) and (max-device-width: 1024px){
#back2Top, #back2Top:hover {
right: 30px !important;
}
} */
#purchaseNateError i{
	font-size: 22px !important;
    margin-top: 0px !important;
}
#purchaseNateError p{
	font-size: 16px;
    color: #8B0000;
    font-family: 'MyriadPro-Regular';

	}

.div-border-error-style{
	border-style: solid;
  border-color:   #B91C1C;
}
.finance-error-message {
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    color: #B91C1C;
}
	
	.new-iner-contaimer{
		width: 88% !important;
    	margin-top: 80px !important;
	}
	.danger-alert p{
		font-size: 17px !important;
	}
	.danger-alert i{
		font-size: 20px;
   		 margin-top: 0px;
	}
	.back-btn-validate{
		margin-left: 20px !important;
    	min-width: 180px !important;
	}
	

 .togBtn
 {
    width: 80px;
    height: 27px;
    -webkit-appearance: none;
    background: #649e36;
    outline: none;
    border-radius: 20px;
    box-shadow: inset 0 0 5px rgba(0,0,0,.2);
    transition: .3s;
    cursor: pointer;
 }
 
 .togBtn:checked {  background: #b91c1c; }
  
  
 .togBtn:before
  {
     z-index: 2;
     content: '';
     position: absolute;
     width: 25px;
     height: 27px;
     border-radius: 50%;
     left: 1px;
     background: #fff;
     transform: scale(1.1);
     box-shadow: 0 2px 5px rgba(0,0,0,.2);
     transition: .3s;
  }
  
  .togBtn:checked:before
    {
       left: 60px;
    }
    
  .toggle{
       position: relative;
       display: inline;
    }
    
  .label{
       position: absolute;
       color: #fff;
       font-weight: 400;
       font-size: 13px;
       pointer-events: none;
    }
    
   .onbtn{
        bottom: 2px;
        right: 10px;
    }
    
   .offbtn{
        bottom: 2px;
        left: 10px;
    }
    
   #pay-lnk-help-icon-tooltip{
	   	padding-left:10px;
	   
   }
   .hand-cursor{
   	cursor: pointer;
   }
   #pay-lnk-help-icon-tooltip i{
	   	color: #1ab4e6;
	}
	
	.pay-lnk-tooltip {
    /* display:inline-block; */
    position:relative;
  /*   border-bottom:1px dotted #666; */
    text-align:left;
    opacity :1;
}

.pay-lnk-tooltip .pay-lnk-pay-right {
    min-width: 400px;
   margin-left: 317px;
    transform: translate(0, -1%);
    padding: 20px 20px;
    color: #444444;
    background-color: rgba(255, 255, 255, 1);
    font-weight: normal;
    font-size: 13px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.349019);
    line-height: 20px;
    display: none; 
    cursor: default;
}

.pay-lnk-tooltip-close{
	cursor: pointer;
    right: 8px;
    top: 8px;
    position: absolute;
}

.custMrL-2 {
	 margin-left: 204px !important;
   	 margin-bottom: -3px;
}



.yes-no-switch {
    width: 66px;
}
.onoffswitch {
    position: relative;
    width: 80px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.onoff-label {
    height: 27px !important;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0px solid #999999;
    border-radius: 21px;
    padding: 0px !important;
}
.onoffswitch-inner {
    display: block !important;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
#yes-toogle:before {
    content: "OFF";
    padding-left: 13px;
    background-color: rgba(198, 53, 39, 1) !important;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 28px;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block !important;
    float: left;
    width: 50%;
    height: 32px;
    padding: 0;
    line-height: 32px;
    font-size: 13px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}
#yes-toogle:after {
    content: "ON";
    padding-right: 17px;
    //background-color: rgba(82, 129, 44, 1) !important;
    background-color: #649e36;	
    color: #fff;
    text-align: right;
    font-weight: normal;
    line-height: 28px;
}
#no-toggle {
    width: 25px;
    height: 25px;
    top: 1px !important;
}
.onoffswicthright {
    
    right: 53px !important;

}
.onoffswitch-label.active .off-right {
    right: 1px !important;
}
.onoffswitch-switch {
    display: block;
    width: 32px;
    margin: 0px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 83px;
    border: 0px solid #999999;
    border-radius: 21px;
    transition: all 0.3s ease-in 0s;
} 
.onoffswitch-label.active .onoffswitch-inner {
    margin-left: 0;
}
.margin-top{
	margin-top: 20px;
}
.NotificationIframe{
	overflow: auto; 
	height: 60vh;
	
}
.NotificationWeb{
	overflow: auto; 
	height:286px;
}

.buttonAlignment{
	width: 250px; 
	height: 48px;
	font-size: larger;
    min-width: 0px;
}

.prequalfooter{
	padding: 15px;
}

.buttonMargin{
	margin-right:25px;
}

.parsley-length,.stateError{
	color: #B91C1C;
	list-style-type: none;
    font-size: normal;
    font-style: Italic;
    line-height: 0.9em;
    font-family: 'MyriadPro-Regular';
}

.prequal-msg{
	margin-top: -24px;
}

.btn-primary-prequal {
	color: #fff;
	background-color: #649e36;
	border-color: #649e36;
	min-width: 265px !important;
}


.btn-primary-prequal-cancel {
	color: #649e36;
	background-color: white;
	border-color: #649e36;
	min-width: 200px;
}

.prequalCancel{position: relative; left: 35px;}

.appReview-cancel{position: relative; left: 15px;}


.btn-primary-submitApp {
	color: #fff;
	background-color: #649e36;
	border-color: #649e36;
	min-width: 0px;
}

#pidType, #sidType, #coPidType, #coSidType {
	border-width: 0px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(229, 229, 229, 1);
    border-radius: 0px;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.34901960784313724);
    -webkit-box-shadow: 2px 2px 2px rgb(0 0 0 / 35%);
    box-shadow: 2px 2px 2px rgb(0 0 0 / 35%);
}

#pidType, #sidType, #coPidType, #coSidType p {
	margin-left: 12px; 
	text-align: left;
}

#pidType, #sidType, #coPidType, #coSidType p:last-child {
	padding-bottom: 10px;
}

#pidType, #sidType, #coPidType, #coSidType span {
	font-size: 16px;
    font-weight: 400;
    font-family: 'MyriadPro-Semibold';
}

.pidDesc, .sidDesc, .coPidDesc, .coSidDesc {
	font-weight: 700;
	margin-top: 16px;
	font-size:16px;
	font-family: 'MyriadPro-Semibold';
}
.text-uppercase {
text-transform: uppercase;
}

.btn-lookup {
	padding: 10px 30px !important;
	font-size: 18px !important;
	font-family: 'MyriadPro-Semibold' !important;
}

.btn-primary-purchase {
	color: #fff !important;
	background-color: #649e36 !important;
	border-color: #649e36 !important;
	min-width: 200px !important;
	padding: 3px 15px !important;
	min-width: 180px !important;
	margin: 0px !important;
	margin-bottom: 10px !important;
}
.btn-success-refund {
	background-color: rgba(92, 152, 192, 1) !important;
	border-color: rgba(92, 152, 192, 1) !important;
	margin: 20px 0px 20px 0px !important;
	padding: 3px 15px !important;
	min-width: 180px !important;
	margin: 0px !important;
	margin: 0px !important;
}

button.btn.btn-lookup.btn-primary-purchase:hover {
    color: #fff !important;
    background-color: #286090 !important;
    border-color: #204d74 !important;
}

button.btn.btn-success.btn-success-refund:hover {
    color: #fff !important;
    background-color: #449d44 !important;
    border-color: #398439 !important;
}

@media screen and (min-width: 1200px){
fieldset.sc-dxgOiQ.kKAYNZ.col-xl-3, fieldset.sc-dxgOiQ.fADIYO.col-xl-3 {
    flex: 0 0 50%;
    max-width: 50%;
}
}

.new-cc-loader{
	background-color: rgba(255,255,255,0.5);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.new-cc-loader img{
	position: absolute;
	top: 45%;
	left: 50%;
}

.admin-title{
    font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #363636;
    margin-top: 13px;
}

#qs-decline-container-header{
    height: 52.34px;
}
#qs-decline-container-header a{
    display: none;
}
#qs-decline-container-header h3{
    width: 100%;
}