.image-file {
  visibility:hidden;
}

.image-up {
    margin-left:5px;
    padding:2px;
    /*-webkit-box-shadow: 2px 2px 4px -4px #000000; 
    box-shadow: 2px 2px 4px -4px #000000;*/
    width:240px;
    height:240px;
    outline: 2px solid #97c33c;
}

.image-up:hover {
    outline: 4px solid #d6f792;
}

.image-del {
    display:block;
    float:right;
    margin-bottom:10px;
}

.image-instruct {
    padding:2px;
    width:240px;
    height:240px;
}

.image-up-label {
    margin:5px;
    padding:5px;
    font-weight:600;
    color:#454444;
    width:240px;
    text-align:center;
}

.image-up-container {
    width:260px;
    border: 1px solid #a0b8a0;
    padding:4px;
}

.button-up {
    width:240px;
    display:block;
    margin-left:5px;
    margin-top:5px;
    background-color: #c7c6c5;
    font-size:14px;
}

.photo-instruct {
    font-size: 14px;
    font-weight: 500;
    margin-bottom:20px;
}

.image-required {
    display:block;
    padding:3px;
    margin:5px;
    color: #ed5421;
    font-size:15px;
    font-weight:600;
}

.image-optional {
    display:block;
    padding:3px;
    margin:5px;
    color: #6b7861;
    font-size:15px;
    font-weight:600;
}

.cat-img-icon {
    width: 42px;
    height: 42px;
    margin-right: 10px;
}

.next-button-instruct {
    background:#c9ccc6;
    color:#000;
    padding:3px;
}

.progress-display-wrapper {
	width: 220px;
	margin: 5px;
}
.html5-progress-bar {
	padding: 15px 15px;
	border-radius: 3px;
	background-color: #fff;
}
.html5-progress-bar progress {
	background-color: #f3f3f3;
	border: 0;
	width: 80%;
	height: 18px;
	border-radius: 9px;
}
.html5-progress-bar progress::-webkit-progress-bar {
	background-color: #f3f3f3;
	border-radius: 9px;
}
.html5-progress-bar progress::-webkit-progress-value {
	background: #cdeb8e;
	background: -moz-linear-gradient(top,  #cdeb8e 0%, #a5c956 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956));
	background: -webkit-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -o-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -ms-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: linear-gradient(to bottom,  #cdeb8e 0%,#a5c956 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 );
	border-radius: 9px;
}
.html5-progress-bar progress::-moz-progress-bar {
	background: #cdeb8e;
	background: -moz-linear-gradient(top,  #cdeb8e 0%, #a5c956 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956));
	background: -webkit-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -o-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: -ms-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: linear-gradient(to bottom,  #cdeb8e 0%,#a5c956 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 );
	border-radius: 9px;
}
.html5-progress-bar .progress-value {
	padding: 0px 5px;
	line-height: 20px;
	margin-left: 5px;
	font-size: .8em;
	color: #555;
	height: 18px;
	float: right;
}

.tos {
    height:400px;overflow-y: scroll;
}
.agreement {
    height:400px;overflow-y: scroll;
}
.tos-header {
    font-weight:600;
    text-align:center;
    font-size:18px;
    text-transform: uppercase;
    margin-bottom:10px;
}

.tos-header-title {
    display:block;
    margin-top:5px;
}

.tos-header-subtitle {
    font-style: italic;
    font-weight:500;
}

.tos-block {
    font-size:14px;
    font-weight:500;
    padding:10px;
}

.tos-bullet-con {
    padding-left:15px;
    padding-top:2px;
    padding-bottom:2px;
}

.tos-bullet-num {
    display:inline;
    font-size:16px;
    font-weight:600;
    margin-left:5px;
}

.tos-bullet-text {
    display:inline;
    font-size:16px;
    font-weight:600;
    margin-left:10px;
}

.tos-list {
    list-style-type: none;
    margin: 5px;
    padding: 0;
}

div.checkbox.switcher label, div.radio.switcher label {
  padding: 0;
  font-size: 20px;
}
div.checkbox.switcher label *, div.radio.switcher label * {
  vertical-align: middle;
}
div.checkbox.switcher label input, div.radio.switcher label input {
  display: none;
}
div.checkbox.switcher label input + span, div.radio.switcher label input + span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 56px;
  height: 28px;
  background: #f2f2f2;
  border: 1px solid #eee;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
div.checkbox.switcher label input + span small, div.radio.switcher label input + span small {
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  left: 0;
}
div.checkbox.switcher label input:checked + span, div.radio.switcher label input:checked + span {
  background: #269bff;
  border-color: #269bff;
}
div.checkbox.switcher label input:checked + span small, div.radio.switcher label input:checked + span small {
  left: 50%;
}
.payment-notes-container {
    margin-top:10px;
    margin-bottom:20px;
}
#Paypal-notes-container {
    display:none;
}
#Paypal-notes {
    display:none;
}
#Check-notes-container {
    display:none;
}
#Check-notes {
    display:none;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

#overlay{	
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}

.signature-pad-wrapper {
    position: relative;
    width: 400px;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

.signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width:400px;
  height:200px;
  background-color: white;
}
.sub-title{
    font-size:16px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.sf-fieldwrap .sf-step {
    padding:5px;
}

.sf-t5.sf-fade .sf-viewport, .sf-t5.sf-none .sf-viewport, .sf-t5.sf-slide .sf-viewport {
    background: transparent;
    padding: 10px;
}

.signature-agent {
    margin-top:10px;
}

/* Vehicle quote border - 2px solid #4d8f1d with nice rounding */
.border-green {
    border: 2px solid #4d8f1d !important;
    border-radius: 8px;           /* Modern rounded look – feels great with Bootstrap */
    transition: box-shadow 0.2s ease;   /* subtle UX polish */
    padding:10px;
}

/* Optional hover state – makes it pop nicely on the quote form */
.border-green:hover {
    box-shadow: 0 0 0 3px rgba(77, 143, 29, 0.2);
}