﻿@charset "UTF-8";
/* CSS Document */


#btnOverLayImageCancel {
    padding: 7px 7px 0 0;
}

body.bg-mainapp { 
	background-color: #AAAAAA; 
}

.no-left-right-padding {
	padding-left: 0px;
	padding-right: 0px;	
}

.no-top-padding {
	padding-top: 0px !important;	
}

.no-bottom-padding {
	padding-bottom: 0px !important;	
}

a {
	color: #175182;
	font-weight: bold;	
}

a:hover {
	text-decoration: none;
}

.btn {
	padding: 12px 40px;	
	font-size: 16px;
	font-weight: bold;
}

.btn-primary {
	background-color: #6923F4;
	border: 0px;
	border-radius: 100px;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
	background-color: #4D1AB2 !important;
	box-shadow: none !important;
	color: white;
}

.btn-secondary {
	background-color: #6923F4;
	border: 0px;
	border-radius: 100px !important;
	color: white;
	margin-bottom: 2em;
}

.btn-primary:enabled:hover, .btn-primary:enabled:active, .btn-primary:enabled:focus {
	background-color: #4D1AB2 !important;
	box-shadow: none !important;
}

.btn-primary:disabled, .btn-primary:disabled:hover {
    background-color: #666666;
}

.disabled {
	background-color: #C9C9C9 !important;
    opacity: 1.0 !important;
}

.disabled:hover {
	background-color: #A9A9A9 !important;	
}

.btn-lg {
	font-size: 16px;	
	font-weight: bold;
}

.btn-sm {
    font-size: 10px;
    padding: 8px 8px;
}

.list-item-option {
	padding: 0px;
	margin: 0px;	
}

.list-item-option li {
	list-style-type: none;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.btn-signature-padding {
	padding: 20px 0px 20px 0px;	
}

/*  APPLICATION SECTION  */

.bg-white-shadow {
	background-color: #ffffff;	
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	margin-top: 20px;
	margin-bottom: 20px;
}

.section-header {
	background-color: #f7f7f7;
	border-bottom: 0px solid #e7e7e7;
}

.section-subheader {
	background-color: #ffffff;
	border-bottom: 0px solid #e7e7e7;
	padding-bottom: 20px;
}

.section-header, .section-content {
	padding: 15px;	
}

.section-content {
	padding-top: 0px;	
}

.application-section {
	border-top: 1px #e7e7e7 solid;
	margin-top: 0px;
	margin-bottom: 1.6em;
	padding-top: 10px;
	padding-top: 1.2em;
	padding-left: 15px;
	padding-right: 15px;
}

.application-sub-section {
	margin-bottom: 1em;
}
.application-sub-section label {
	border-bottom: 0px #CCCCCC solid;
	display: block;
	padding-bottom: 0em;
    padding-top: 0em;
}
.application-inline-sub-section label {
	display: inline-block;
}
.w9-table {
	border-collapse: collapse; 
	border-bottom: 1px black solid;
}
.w9-table td {
	border: 1px black solid;
}
.w9-top-td {
	border-top: none;
}

.application-section > div > div.row, .application-section > div > div > div.row {
    padding-top: 7px;
    padding-bottom: 0px;
}

.visa {
	padding-top: 7px;
	padding-bottom: 0px;	
}

.modal {
    z-index: 4000;
}

.remove-left-padding {
    padding-left: 0;
}

#other-fees {
    text-align: left;
}

/* HEADER */

#fixed-header {
	background-color: #ffffff;
	height: 64px;	
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
}

#landing-header {
	background-color: #ffffff;
	height: 64px;	
}

.header-margin-top {
	margin-top: 110px !important;	
}

.header-accent-bar {
	height: 4px;
	width: 100%;
	background-color: #1999D6;
	background-image: url(../../images/bg-accent-bar@2x.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: 55px 4px;
}

#logo {
	width: 150px;
	height: 55px;
	float: left;
	background-image: url(../../images/Xplor_Pay_Logo_Background.png);
	background-repeat: no-repeat;
	background-size: 150px 55px;
	background-position: center;
	margin-top: 0px;
}

#md-signature-count {
    margin-top: 16px;
}

#decline {
	float: left;
	height: 40px;
	text-align: right;
	margin-top: 8px;
    padding-top: 10px;	
}

#lock {
	width: 30px;
	height: 36px;
	float: right;
	background-image: url(../../images/lock@2x.png);
	background-size: 30px 36px;
	background-position: center;
	background-repeat: no-repeat;
    margin-top: 7px;
    margin-left: 5px;	
}

#header-right {
	float: right;	
}

.status-pill-container {
	width: 100%;	
	position: fixed;
	z-index: 3000;
	top: 72px;
}

.status-pill {
	padding: 5px 20px;
    width: 150px;
    font-size: 14px;
    background-color: #4A4A4A;
    border: 0px;
    border-radius: 100px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    margin: auto;
	position: relative;
}

/* MOBILE HEADER */

#mobile-fixed-header {
	background-color: #ffffff;
	height: 54px;	
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	display: none;
}

#mobile-back {
	width: 30px;
	height: 50px;
	float: left;
}

#mobile-back a {
	width: 30px;
	height: 50px;
	float: left;
	background-image: url(../../Images/back-arrow@2x.png);
	background-size: 14px 21px;
	background-position: left;
	background-repeat: no-repeat;
	padding: 7px 8px 7px 0px;
}

#mobile-logo {
	width: 98px;
	height: 38px;
	margin: auto;
	background-image: url(../../images/Xplor_Pay_Logo_Background.png);
	background-repeat: no-repeat;
	background-size: 98px 38px;
	background-position: center;
	margin-top: 2px;
	text-align: center;
}

#mobile-decline {
	float: left;
	height: 40px;
	text-align: right;
	margin-top: 4px;
    padding-top: 10px;	
}

#mobile-lock {
	width: 30px;
	height: 50px;
	float: left;
	background-image: url(../../images/lock@2x.png);
	background-size: 30px 36px;
	background-position: center;
	background-repeat: no-repeat;
}

#mobile-header-right {
	float: right;	
}


/* W9 Styling */


.w9-formtext {
	float: left;
	width: 50px;	
	padding-top: 15px;
}

.w9-title {
	float: left;
	width: 100px;
	font-weight: bold;
	font-size: 36px;	
}

.w9-irstext {
	float: left;
	width: 100%;	
	width: 400px;
    padding-top: 14px;
}

.w9-sectiontitle {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;	
	margin-bottom: 15px;
}

.w9 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;	
}

.w9 > div > label {
	padding-bottom: 10px;	
}

.w9 > div > input[type=text] {
	border-radius: 100px;	
}

.part-block {
	background-color: #333333;
	padding: 5px;
	color: #ffffff;
	text-align: center;	
}

.w9 ol li {
	padding-top: 3px;
	padding-bottom: 3px;	
	padding-left: 0px;
	padding-right: 0px;
}

/*Landing Pages*/

#ClearentX {
	width: 800px;
	height: 200px;
	background-image: url(../../images/Xplor_Pay_Logo_Background.png);
	background-repeat: no-repeat;
	background-size: 40%;
	background-position: center;
	margin: auto;
	margin-bottom: 45px;
	margin-top: 45px;
}

#icon-appdeclined { 
	width: 105px;
	height: 105px;
	background-image: url(../../images/icon-app-declined@2x.png);
	background-repeat: no-repeat;
	background-size: 105px 105px;
	background-position: center; 
	margin: auto;
	margin-bottom: 45px;
}

#icon-linkexpired { 
	width: 105px;
	height: 105px;
	background-image: url(../../images/icon-link-expired@2x.png);
	background-repeat: no-repeat;
	background-size: 105px 105px;
	background-position: center; 
	margin: auto;
	margin-bottom: 45px;
}

#icon-complete { 
	width: 105px;
	height: 105px;
	background-image: url(../../images/icon-complete@2x.png);
	background-repeat: no-repeat;
	background-size: 105px 105px;
	background-position: center; 
	margin: auto;
	margin-bottom: 45px;
    margin-top: 45px;
}

.subtext {
	font-size: 16px;	
}

#landing-content-decline {
	padding-bottom: 25px;
	padding-top: 100px;
}

#landing-content-welcome {
	padding-bottom: 25px;
	padding-top: 50px;
}

#button-container {
	text-align: center;
	margin-top: 25px;
}

#button-container ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;	
	padding-top: 20px;
}

/* FOOTER */

.fixed-footer {
	background-color: #F6F6F6;
	height: 94px;	
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
}

.footer-margin-bottom {
	margin-bottom: 120px !important;	
}
@media (min-width: 768px) {
    .footer-right {
        float: right;
        margin-top: 25px;
    }

    .footer-center { margin-top: 25px; }
}
/*  FORM ELEMENTS  */

label {
   border-bottom: 0px solid #ccc;
   margin-bottom: 2px;
   line-height: normal;
   /*padding-left: 5px;*/
 }
 
 span.input-data {
    /*padding-left: 5px;*/ 
    padding-right: 10px;	 
 }

 h4 { 
 	padding-bottom: 10px;
	color: #666666;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
	font-weight: normal;
    /*padding-left: 5px;*/ 
 }
 
 h3 { 
 	margin: 0px;
	font-weight: normal;
	text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
 }

 h2 { 
	color: #4A4A4A;
    font-size: 17px;
	font-weight: bold;
	text-align: center;
 }

h1 { 
 	padding-bottom: 10px;
	color: #4A4A4A;
    font-size: 22px;
    letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
 }
 
 .terms {
	padding-bottom: 10px;
	padding-top: 10px;	 
 }
 
 /* TABLES */
 
 .table > thead > tr > th {
    border-bottom: 0px solid #ddd;
 }
 
 @media (max-width: 991px) {
	/*.application-section > div > div.row {
		padding-top: 15px !important;
		padding-bottom: 0px !important;	
	}*/
	
	h4 {
		padding-bottom: 0px;
		margin-bottom: 0px;	
	}
	
	.w9 {
		padding-top: 5px !important;
		padding-bottom: 5px !important;	
	}
	
	.w9-sectiontitle {
		padding-top: 7px;
		padding-bottom: 7px;	
		margin-bottom: 7px;
		line-height: 1.2em;
	}
	
	.w9 > div > label {
		padding-bottom: 10px;
		padding-top: 10px;	
	}
	
	.part-block {
		margin-top: 15px;	
	}
	
	.ext-mobile-padding {
		padding-top: 20px;	
	}	
	
	h4 {
		padding-bottom: 10px;
		line-height: 1.2em;	
	}
 }

 @media (min-width: 768px) {
     #xs-signature-count {
         display: none;
     }
 }
 
 @media (max-width: 767px) {
     .sigline {
         margin-top: 29vh;
     }
	 #mobile-fixed-header {
		 display: block;	 
	 }
    
     #md-signature-count {
         display: none; 
     }
	 
	 .header-margin-top {
		margin-top: 100px !important;	 
	 }
	 
	 .status-pill-container {
		top: 62px;	 
	 }
	 
	 .bg-white-shadow {
		margin-top: 10px;	 
	 }
	 
	 body {
		margin-left: 10px;
		margin-right: 10px;	 
	 }
	 
	 H3 {
		font-size: 18px;	 
		line-height: 1.2em;
	 }
	 
	 #footer-right {
		float: none;	
		margin-top: 0px; 
	 }
	 
	 .btn-primary, .btn-secondary {
		width: 100%;	
		height: 100%;
		border-radius: 0;
	 }
	 
	 .btn {
		padding: 16px 40px;
		font-size: 18px;	 
	 }
     .in-modal-sign-btn {
         padding: 3vw 40px !important;
     }
	 
	 .fixed-footer {
		height: auto;	 
	 }
	 
	 footer > navbar.fixed-footer > div.container {
		padding-left: 0px;
		padding-right: 0px;	 
	 }
	 
	 .navbar-fixed-bottom {
		border:0px;	 
	 }
	 
	 .w9-irstext {
		padding-top: 0px;
		width: 270px;
		padding-bottom:15px;	
	}

     #mobile-fixed-header .row {
         margin-left: 0;
         margin-right: 0;
     }

     #mobile-fixed-header [class ^= "col"] {
         padding-left: 0;
         padding-right: 0;
     }

     footer .row {
         margin-left: 0;
         margin-right: 0;
     }
     
     footer [class ^= "col"] {
         padding-left: 0;
         padding-right: 0;
     }

}

/* MODALS */

.close {
   float: right;
   font-size: 16px;
   font-weight: bold;
   line-height: 1;
   color: #175182;
   text-shadow: 0;
   filter: alpha(opacity=100);
   opacity: 1;
}

.modal-content {
   border-radius: 0px;   
}

.modal-header button {
    margin-left: 15px;
    padding-top:5px;
    margin-right: 10px;
}
 
.modal-header {
    padding: 20px;
    border-bottom: 0px;
}
 
.modal-button-container {
    float: right;
}
 
h5 {
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
}

.sigline {
    border-top: 2px solid #D6D6D6;
    font-size: 13px;
    padding: 10px 0px 0px 0px;
}
 
.modal-footer {
    padding: 30px;
    text-align: center;
    border-top: 0px;
    background-color: #F6F6F6;
}
#submitErrorDialog {
    top: 20%;
}
.modal-title {
     text-align: center;
     font-weight: bold;
     font-size: 1.4em;
     margin-bottom: .5em;
}
 
/* SIGNATURE PAD */
 
.application-signature-div {
    margin-left: .3em;
    margin-right: .7em;
}
 
.application-signature-canvas {
    margin-top: .3em;
    border: 1px solid #D5D8DC; 
    vertical-align: middle;
}
 
.removesig {
   border-radius: 100px;
   background-color: 4A4A4A !important;
   height:20px;
   width: 20px;
}

.signatureImageContainer:hover, .signatureImageContainer:active, .signatureImageContainer:focus {
	background-color: #fff88a !important;
	box-shadow: none !important;	
}

.signatureImageContainer {
    background-color: #fff88a !important;
    border: 0px;
	border-radius: 100px !important;
}

.button-img {
    background-image: url(../../images/removesig-x.png);
    background-color: #424242;
    background-repeat: no-repeat;
    border-radius: 100px;
    background-size: contain;
    background-position: center;
    max-width: 2em;
    padding: .5em;
    margin-right: .5em;
    position: absolute !important;
    right: 0;
    top: 0;
    margin-top: .85em;
}

.canvas-img {
    position: absolute;
    left: 0;
    margin-left: 10%;
    max-height:80%;
    max-width:80%;
	margin-top: 6px;
}

.signatureIpAddress {
    padding: 1em;
}

.signature-div-padding {
    padding-bottom: 1.5em;
}

.modalSignatureContainer {
    height: 150px; 
}

/*  TERMS AND CONDITIONS SECTION  */

.modal-body-terms-and-conditions {
    margin-left: 1em;
	font-size: 11px;
	max-height: 40em;
    overflow-y: auto;
    padding-right: 1.5em;  
    margin-bottom: 20px;
}

[id$=-TermsAndConditionsButtonSign]:disabled{
    background-color: #666666 !important;
}

[id$=-TermsAndConditionsButtonApply]:disabled{
    background-color: #666666 !important;
}

.termsAndConditionsTitle {
    font-weight: bold;
    font-size: 16px;
    margin-left: .4em;
    margin-right: -.4em;
    }

.terms-header-button { 
    margin-right: 8px;
}

.modal-body-terms-and-conditions::-webkit-scrollbar{
    width: 5px;
    height: 90%;
}

.modal-body-terms-and-conditions::-webkit-scrollbar-track{
    background: lightgray;
}
::-webkit-scrollbar-thumb{
    width: 5px;
    height: 20%;
    background: gray;
}

.terms-overlay {
    width: calc(100% - 1em);
    height: 10%;
    max-height: 40em;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    position: absolute;
    font-size: 16px;
    bottom: -1px;
}
.terms-container {
    position: relative;
}
.modal-button-container .terms-close {
    margin-right: -.5em;
}

/* SITE SURVEY SECTION  */

@font-face {
   font-family: SalesRepSignature;
   src: url(../../fonts/ESigFonts/Satisfy-Regular.ttf);
}

.salesRepSignature {
    font-family: SalesRepSignature;
}

/* SITE SURVEY SECTION  */

@font-face {
   font-family: SalesRepSignature;
   src: url(../../fonts/ESigFonts/Satisfy-Regular.ttf);
}

.salesRepSignature {
    font-family: SalesRepSignature;
}

/* Decline Signature Styling */
.declineSignatureLink {
    cursor: pointer;
}

.btn-decline:hover, .btn-decline:active, .btn-decline:focus {
	background-color: #4D1AB2 !important;
	box-shadow: none !important;
	color: white;
}

.btn-decline {
	background-color: #6923F4;
	border: 0px;
	border-radius: 100px;
	color: white;
}

@media (max-width: 767px) {

    .modal-footer-xs-only {
        padding: 0;
        position: fixed;
        bottom: 0;
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
        margin-right: -5px;
    }

    #declineSignatureModal .modal-content {
        margin-right: -5px;
    }
    #declineSignatureModal button {
        margin: 0;
        width: 100%;	
		height: 100%;
		border-radius: 0;
    }
}

#declineSignatureModal .modal-title {
    margin-top: 20px;
}

/* Personal guaranty section*/
.personal-guaranty-section {
    margin-top: 25px;
}

/* New Bank Disclosure */
.bank-disclosure h2 {
    padding-bottom: 10px;
    color: #666666;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal;
    text-align: left;
    /*padding-left: 5px;*/
}

.future-delivery .future-delivery-percentage
{
    padding-top: 3px;
}

/* Signature section*/
.signagure-info-container {
    text-align: center;
    font-size: 16px;
    padding: 20px 0px 20px 0px;
}

.narrow-column {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}