/* New Styles */
.block-19 {
	background: #eee;
	width: 100%;
}
.block-20 {
	background: #254b70;
	width: 100%;
	padding:30px 0;
	color: #fff;
	display: block;
}

.block-20 a {
	display: block;
}

.title-2 {
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0;
	font-weight: 300;
}

/* Form Styles */


.form-2 {
	margin-bottom: 40px;
	
}

.form-2 h2 {
	margin-bottom: 10px;
}

.form-2 h3 {
	color: #254b70;
}

.form-2 hr {
	border-top: 1px solid #ddd;
	margin-bottom: 40px;
}

.form-2 .form-header{
	background-color: #fff;
	border: 3px solid #ddd;
	border-top: 1px solid #ddd;
	padding:30px 40px 20px 40px;
	border-bottom: 0;
}

.form-2 .form-header p {
	margin-bottom: 0;
	
}
.form-2 .form-body{
	background-color: #fff;
	border: 3px solid #ddd;
	padding:10px 40px;
	border-top: 0;
	border-bottom: 1px solid #ddd;
}
.form-2 .form-body.no-footer {
	border-bottom: 3px solid #ddd;
	padding-bottom:30px;
}

.form-2 .form-footer {
	background-color: #f9f9f9;
	border: 3px solid #ddd;
    border-top: 0;
	display: block;
	padding:20px 40px;	
	width: 100%;
}

.field-group {
	margin-bottom:40px;
}	
.field-group:last-child {
	margin-bottom: 40px;
}

.form-2 .field-group p {
	font-size: 14px;
	color:#677078;
	margin-bottom: 10px;
	line-height: 21px;
}

/* Forms */


.form-2 label {
	display:block;
	color:#444;
	margin-bottom: 5px	;
}

.required {
	color: #FF0000;
}

.optional {
	color: #677078;
	text-transform: uppercase;
	font-size: 12px;
}

.info-panel {
	background-color: #f9f9f9;
	border-left:3px solid #45a4dc;
	border-radius: 2px;
	display: block;
	margin-bottom: 40px;
	margin-top: 10px;
	padding:10px 20px;
	width: 100%;
	min-height:60px;
}

.info-panel i {
	font-size: 16px;
	margin-right: 20px;
	border-radius: 50%;
	height: 32px;
	width: 32px;
	float: left;
	text-align: center;
	top:4px;
	position: relative;
	color: #fff;
	background: #45a4dc;
	padding: 7px 0;
	display: inline-block;
}
.info-panel p,
.form-2 .field-group .info-panel p  {
	margin-bottom: 0;
	line-height: 22px;
	font-size: 14px;
	}

.info-panel p a {
	text-decoration: underline;
}

.field-panel {
	border: 1px solid #ddd;
	padding:20px 30px;
	border-left: 3px solid #ddd;
}

.field-panel-2 {
	background-color: #f9f9f9;
	border-radius: 2px;
	padding:20px 30px;
	margin-top: 10px;
	width: 100%; 
}

.panel-secure {
	 background-color: rgba(0, 204, 102, 0.1);
	 padding:30px;
	 border-radius: 0 0 2px 2px;
	 display: block;
}

.panel-secure-header {
	background-color: rgba(0, 204, 102, 0.4);
	padding:10px 30px;
	border-radius: 2px 2px 0 0;
}

.price-point {
	font-size: 18px;
	font-weight: 700;
}
.price-point small {
	font-size: 12px;
	font-weight:400;
}

/* Modal Styling 
-- Dependant on Bootstrap styling */
/*.modal-content {
	height: 90vh;
	overflow: hidden;
}
.modal-body {
	overflow-y: scroll;
	height: 85vh;
}*/

.modal-dialog {

}
.modal-backdrop {

}

.modal-header {
    padding: 20px 40px;
    border-bottom:1px solid #eee;
    background-color: #fff;
}

.modal-header .close {
    font-size: 32px;
}

.modal-body {
	padding:20px 40px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border-radius: 0px;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    border:5px solid #eee;
}

.panel-8 .panel-preheader {
	border-radius: 4px 4px 0 0;
	border: 0;
	color: #fff;
	display: block;
	padding:10px 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: -1px;
}

.panel-8.diy .panel-preheader{
	background-color: #45a4dc;
	}

.panel-8.broker .panel-preheader{
	background-color: #000;
	}


.form-2 input[type=text],
.form-2 input[type=email],
.form-2 input[type=url],
.form-2 input[type=number],
.form-2 input[type=date],
.form-2 input[type=password],
.form-2 input[type=tel],
.form-2 input.ui-autocomplete-input,
.form-2 textarea,
.form-2 select {
	border-radius: 2px;
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 14px;
	height:40px;
	display: block;
	width: 100%;
}
 
.buyer_location {
	background-color: #ecf6fb;
	border-radius: 4px;
	color: #677078;
	padding:5px 15px 5px 15px;
	font-size: 12px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom:5px;
}
.form-2 .buyer_location input[type=text] {
	color: #677078;
	padding:5px 10px;
	height: 30px;
	width:40px;
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, 0.2);	 
}

.form-2 .buyer_location .location_text {
	margin-top:6px;
}

.form-2 .buyer_location .location_radius {
	text-transform: uppercase;
	border-right: 1px solid rgba(0,0,0,0.2);
	margin-top:0;
	padding-left:0px;
	padding-right:20px;
	margin-right: 20px; 
	color: #677078;
}

.remove_field {
	font-size: 14px;
	color:#45a4dc !important;
	border: 1px solid #45a4dc;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	height: 24px;
	width: 24px;
	margin-left:10px;
	border-radius: 24px;
	float: right;
	transition: 0.2s background linear;
	margin-top:2px;
}
.remove_field i {
	top: 2px;
	position: relative;
}
.remove_field:hover {
	background-color: #45a4dc;
	color:#fff !important;
}

.gold-star i {
	color:#f2c649;
	font-size: 24px;

}

.divider-vertical {
	width: 1px;
	height: 120px;
	display: block;
	background: #ddd;
	margin: 0 auto;
}

/* Stripe button Overides */

.stripe-button-el {
    overflow: hidden !important;
    display: inline-block !important;
    visibility: visible !important;
    background-image: none !important;
    border: 0 !important;
    padding: 0px !important;
    text-decoration: none;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    -o-border-radius: 2px !important;
    border-radius: 2px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

.stripe-button-el span:hover,
.stripe-button-el span:active {
	border:1px solid #e2954b !important;
	background: #e2954b !important;
	color: #fff !important;
	text-decoration: none !important;
}

.stripe-button-el span {
    background: #f9a351 !important;
	border:1px solid #f9a351 !important;
	border-radius: 2px !important;
	color: #fff !important;
	cursor: pointer !important;
	display: inline-block !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	padding:12px 30px !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
	transition: background 0.2s linear !important;
	text-align: center!important;
    position: relative;
    height: inherit !important;
    background-image: none !important;
    font-family: 'Roboto', Arial, Helvetica, Sans-Serif !important;
    text-shadow: none !important;
    box-shadow: none !important;
	border-radius: 2px !important;
}

.w-100 {
	width: 100% !important;
}
.w-75 {
	width: 66% !important;
}
.w-66 {
	width: 66% !important;
}
.w-50 {
	width: 50% !important;
}
.w-33 {
	width: 33% !important;
}

#searchBox {
	width: 100%;
}

/* Tokenize Overwrites */
div.Tokenize.tokenize-sample {
	width: 100%;
	display: block;
}
div.Tokenize ul.TokensContainer {
	border-radius: 2px;
	border: 1px solid #ccc;
	padding: 5px 10px;
	font-size: 14px;
	height: initial;
	width: 100%;
}

div.Tokenize ul.Dropdown {
    width: 100%;
    padding: 5px 0;
    margin: -1px 0 0 0;
    position: absolute;
    background-color: white;
    overflow-y: auto;
    z-index: 20;
}

div.Tokenize ul.Dropdown li {
    padding: 5px 20px;
    font-size: 14px;
    overflow: hidden;
    cursor: pointer;
}

div.Tokenize ul.TokensContainer li.Token, 
div.Tokenize ul.TokensContainer li.TokenSearch {
    height: initial;
}

div.Tokenize ul.TokensContainer li.Token {
    border: none;
    background-color: #eff2f7;
    border-radius:  10px;
    padding: 5px 10px;
}

div.TokenizeMeasure, div.Tokenize ul li span, 
div.Tokenize ul.TokensContainer li.TokenSearch input {
	font-size: 14px; 
	font-family: 'Roboto', Arial, Helvetica, Sans-Serif;
}
.form-2 input[type=checkbox] {
	height:16px;
	width:16px;
	padding:2px;
	display: inline-block;
	margin-right:5px;
	position: relative;
	top: 2px;
}

.form-2 input[type=file] {
	border: 1px #ccc dashed;
	border-radius: 2px;
	background: #f9f9f9;
	font-size: 12px;
	height: initial;
	margin-top: 10px;
	padding: 5px;
	width: 100%;
	}

.form-2 .checkbox-label {
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
}

.form-2 .radio-label {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 5px;
	cursor: pointer;
}

.form-2 .radio-label:hover {
	text-decoration: underline;
}

.form-2 .radio-label input[type=radio] {
	display: inline-block;
	margin-right: 10px;
}

.form-2 .radio-label span {
	
}

.form-2 input[type=radio] {
	border-radius: 0;
	border:0;
	padding: 0;
	font-size:inherit;
	height:inherit;
	display: inline-block;
	width: inherit;
	margin-bottom: 10px;
	margin-right: 5px;
}

.form-2 .address-group input,
.form-2 .address-group select {
	margin-bottom: 10px;
}

.form-2 .radio-group label {
	display: table-cell;
	font-weight: 400;
	border: 1px solid #ccc;
	background-color: #fff;x
	border-right:0; 
	padding:10px 20px;
	border-radius: 0;
	margin-bottom:20px;
	cursor: pointer;
	font-size: 14px
}
	.form-2 .radio-group input {
		margin-bottom: 0;
	}
	.form-2 .radio-group label:hover {
		background: #f9f9f9;
	}

	.form-2 .radio-group label:first-child {
		border-radius: 2px 0 0 2px;
	}

	.form-2 .radio-group label:last-child {
		border-radius:  0 2px 2px 0;
		border-right:1px solid #ccc;

	}

.form-2 textarea {
	height:100px;
}

.form-2 input[type=button] {
	display:inline-block;
}

.inline-field {
	display: inline-block !important;
	width: inherit !important;
}

/* Prgress for gateway steps */
.progress-1 {
    margin-top: 20px;
    border: 3px solid #ddd;
    border-bottom: 0;
    background: #f9f9f9;
}

.progress-1 .navbar-collapse {
	padding-left:0;
	padding-right:0;
}

.progress-1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
	width: 100%;
}
.progress-1 ul li {
	display: table-cell;

}
.progress-1 ul li a {
	/*background:#f9f9f9;*/
	box-sizing:border-box;
	color: #444;
	display: block;
	font-size: 12px;
	line-height: 20px;
	padding:15px 5px;
	text-align: center;
	text-decoration: none;	
}

.progress-1 ul li a:hover {
	text-decoration: underline;
}
.progress-1 ul li a span{
	font-weight: 700;
    background: #fff;
    height: 24px;
    width: 24px;
    font-size: 14px;
    border-radius: 12px;
    display: block;
    padding: 2px 0 0 0;
    margin-right: auto;
    margin-left:auto;
    margin-bottom: 5px;
    border: 1px solid #ddd;
}
.progress-1-mobile {
	display:block;
	width: 100%;
}

.progress-1-mobile a {
	background:#f9f9f9;
	border: 1px solid #ddd;
	border-bottom: 0;
	border-right: 0;
	box-sizing:border-box;
	color: #444;
	display: block;
	font-size: 14px;
	line-height: 20px;
	padding:12px 20px;
	text-decoration: none;
	text-align: center;
}

.progress-1-mobile a.current-step { 
	width: 100%;
}
.progress-1-mobile a:last-child {
	border-right: 1px solid #ddd;
	}

.progress-1 ul li a:hover {
	/*text-decoration: underline;*/
	/*background-color: #fff;*/
	cursor: pointer;
}

.progress-1 ul li.current a {
	/*background-color: #fff;*/
	cursor: default;
	color: #45a4dc;
}

.progress-1 ul li.current a span{
	background-color: #45a4dc;
	color: #fff;
	border: 0;
}

.progress-1 ul li.completed a span {
	background-color:#00CC66;
	color: #fff;
	border: 0;
}


.progress-1 ul li i.completed  { 
	color:#00CC66;
}

.progress-1 ul li i.incomplete  { 
	color:#999;
}

.progress-1 ul li.current .completed,
.progress-1 ul li.current .incomplete {
	color:#fff;
}

.progress-1 ul li i{	
	padding: 2px;
}



.progress-1 ul li:last-child a {
/*	border-right:3px solid #ddd;*/
}

.progress-indicator-1 {
	/*background:#fff;*/
	/*border: 3px solid #ddd;*/
	border-bottom: 0;
	/*padding: 8px 5px;*/
	margin-bottom: 10px;
	display: block;
	width: 100%;
}

	.progress-indicator-1 .fill {
		width: 100%;
		background-color: #ddd;
		border-radius: 20px;
		height:6px;
	}

		.progress-indicator-1 .progress {
			background-color: #00CC66;
			border-radius: 20px;
			display: block;
			height:6px;
		}

.margin-b-0 {
	margin-bottom: 0 !important;
}

.margin-l-10 {
	margin-left: 10px !important;
}
.margin-r-10 {
	margin-right: 10px !important;
}

.margin-t-5 {
	margin-top: 5px;
}

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

.no-float {
	float: inherit;
}

.form-2 .btn-publish {
	background-color:#00CC66;
	border-color:#00CC66;
}

.form-2 .btn-publish:hover {
	background-color:#00b75c;
	border-color:#00b75c;
}

/* Mobile Styles */

@media (max-width: 480px) {

	/* Form Styles on mobile */
	.form-2 h2 {
		margin-bottom: 5px;

	}

	.form-2 p {
		font-size: 14px;
		line-height: 20px;
	}

	.form-2 hr {
		margin: 30px 0
	}

	.form-2 .form-header {
		border-width: 1px;
		padding:15px;
	}
	.form-2 .form-body {
		padding:15px;
		border-width: 1px;
	}
	.form-2 .form-footer {
		border-width: 1px;
		padding:15px;
	}

	.form-2 .field-group {
		margin-bottom: 30px;
	}

	.form-2 .field-group p {
		font-size: 13px;
		color:#677078;
		margin-bottom: 10px;
		line-height: 17px;
	}

	.field-panel,
	.field-panel-2 {
		padding:10px 15px;
	}

	.form-2 .radio-group {
		width: 100%;
    	display: table;
	}

	.form-2 .form-footer {
		padding: 15px;
	}

	.form-2 .form-footer a, 
	.form-2 .form-footer button {
		display: block;
		width: 100%;
		margin: 0 0 20px 0;
	}

	.form-2 .form-footer a:last-child, 
	.form-2 .form-footer button:last-child {
		margin-bottom: 0;
	}
.w-100,
.w-50,
.w-33,
.w-66,
.w-75 {
	width: 100% !important;
}


	.progress-1 {
	margin-top: 10px;
	}
	.progress-indicator-1 {
		padding: 5px;
		background: #fff;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		border-bottom: 0;
		margin-bottom: 0;
	}
	.progress-1 ul li  {
		display: block;
	}
	.progress-1 ul li a {
		background:#f9f9f9;
		border:1px solid #ddd;
		border-bottom: 0;
		display: block;
		font-size: 14px;
		line-height: 20px;
		padding:15px 20px;
		text-align: left;
		text-decoration: none;	
	}
	.progress-1 ul li:first-child a {
		border-top: 0;
	}	
	.progress-1 ul li:last-child a {
		border-bottom: 1px solid #ddd;
	} 
	.progress-1 ul li.current a {
		background-color: #fff;
	}
	.progress-1 ul li a span{
		font-weight: 700;
	    background: #fff;
	    height: inherit;
	    width: inherit;
	    border-radius: inherit;
	    display: inline-block;
	    padding: 0;
	    margin-right: 5px;
	    border: 0;
	}
	.navbar-collapse {
		border-top: 0;
	}

	.progress-1 ul li.current a span{
		background: inherit;
		color: #45a4dc;
	}

	.progress-1 ul li.completed a span{
		background: inherit;
		color: #00CC66;
	}

	.form-2 .radio-group label {
		display:block;
		margin-bottom: -1px;	
		border: 1px solid #ccc;
		border-radius: 2px;
	}
	.block-20 {
		padding: 20px 0;
	}
	.block-20 h1 {
		font-size: 24px;
		font-weight: 400;
	}
	.block-20 .pull-right {
		float: inherit !important;
	}
	
}



/* Input field validation styles from Formden - https://formden.com/blog/validate-contact-form-jquery */

/*
#contact label{
	display: inline-block;
	width: 100px;
	text-align: right;
}
#contact_submit{
	padding-left: 100px;
}
#contact div{
	margin-top: 1em;
}
textarea{
	vertical-align: top;
	height: 5em;
}
*/	
.error{
	display: none;
	margin-left: 10px;
}		

.error_show{
	color: #444444;
	font-size: 12px;
	padding: 6px 10px;
	margin-top:10px;
	border-radius: 2px;
	background: rgba(255, 0, 0, 0.1);
	display: inline-block;
}
.error_show i {
	color: red;
	color:rgba(255, 0, 0, 0.8);
}

input.invalid, 
textarea.invalid,
select.invalid{
	border: 1px solid red !important;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

input.valid, 
textarea.valid,
select.valid{
	border: 1px solid green !important;
}


/* Progress bar styles for myexchange - sourced from AMPEx main.css */

.progress-bar-wrapper {
	background-color: #ddd;
	border-radius: 8px;
	width: 100%;
	display: block;
}

ul.progress-bar {
	border-radius: 4px;
}
.progress-bar {
  margin-bottom: 10px;
  width: 100%;
  display: table;
  table-layout: fixed;
  background-color: none;
  float: none;
  height:inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar li{
  height: 8px;
  display: table-cell;
  background-color: #dddddd;
  border-left: 1px solid #fff;
  margin-top: 10px;
  position: relative;
  cursor:pointer;
}

.progress-bar li:first-child {
  border-left: 0;
  border-radius: 4px 0 0 4px;
}

.progress-bar li:last-child {
	border-radius:0 4px 4px 0;
}

.progress-bar li.in-progress {
  background-color: #459ac9;
}

.progress-bar li.in-progress:hover {
	background-color:#377BA0;
}

.progress-bar li.complete {
  background-color: #69bd45;
}
.progress-bar li.complete:hover {
	background-color: #549737;
	}

.triangle-1 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #3a3f4a transparent;
  -webkit-transform: rotate(360deg);
  display: block;
  margin: 9px auto 0 auto;
  left: 45%;
  position: absolute;
}

