/* Add here all your CSS customizations */
body {
	color: #000000;
	font-family: "Open Sans", Arial, sans-serif;
	line-height: 22px;
	margin: 0;
	font-size: 13px;
}

.header .logo-container {
	height: 90px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99;
	background-color:#ECEDF0;
    padding-top:15px;
	padding-left:30px;
}

.panel-heading {
	background: #FFFFFF;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #DADADA;
	padding: 18px;
	position: relative;
}

.buttonnav{
	
	font-size:15px;
	font-weight:bold;
    padding-top:10px;
	padding-bottom:10px;
	background-color:#FFFFFF;
	color:#242830;	
}

.subheadercontent{
	
	font-size:25px;
	font-weight:bold;
	border-top: thick solid #646464;
	padding-left:45px;
    padding-top:10px;
	padding-bottom:10px;
	background-color:#0D0D0D;
	color:#FFFFFF;
}

.footercontent{
	
	padding-top:10px;
	padding-left:30px;
	padding-bottom:10px;
	background-color:#0D0D0D;
	color:#646464;
}

html .wizard-progress .wizard-steps,
html.dark .wizard-progress .wizard-steps {
	list-style: none;
	margin: 0;
	padding: 15px 0 0;
	display: inline-block;
	width: 100%;
	font-size: 0;
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	/* IE8+ */;
}

html .wizard-progress .wizard-steps:after,
html.dark .wizard-progress .wizard-steps:after {
	/*
	* We don't need IE6 and IE7 inline-block hack support here
	* since they don't support :after anyways (the text-justify
	* properties for them are above)... IE8 and above have native
	* inline-block support so for IE8+, both the text-justify and
	* :after will take effect but it doesn't have any negative
	* effects since this element is invisible
	*/
	display: inline-block;
	width: 100%;
	content: '.';
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
html .wizard-progress .wizard-steps li,
html.dark .wizard-progress .wizard-steps li {
	display: inline-block;
	vertical-align: top;
	min-width: 50px;
	max-width: 100px;
}
html .wizard-progress .wizard-steps li a,
html.dark .wizard-progress .wizard-steps li a {
	position: relative;
	display: block;
	padding: 25px 8px 0;
	font-size: 11px;
	color: #33333F;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	word-break: break-all;
}
html .wizard-progress .wizard-steps li a span,
html.dark .wizard-progress .wizard-steps li a span {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	background: #CCC;
	color: #FFF;
	line-height: 26px;
	text-align: center;
	margin-top: -15px;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	border-radius: 35px;
	font-size: 13px;
	text-indent: -1px;
	border: 2px solid #CCC;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
html .wizard-progress .wizard-steps li.completed a span,
html.dark .wizard-progress .wizard-steps li.completed a span {
	background: #0890C2;
	color: #FFF;
	border-color: #0890C2;
}
html .wizard-progress .wizard-steps li.active a span,
html.dark .wizard-progress .wizard-steps li.active a span {
	background: #FFF;
	color: #0890C2;
	border-color: #0890C2;
}
html .wizard-progress .wizard-steps li.completed.active a span,
html.dark .wizard-progress .wizard-steps li.completed.active a span {
	color: #FFF;
	background: #0890C2;
}
html .wizard-progress.wizard-progress-lg,
html.dark .wizard-progress.wizard-progress-lg {
	margin: 0 auto 30px;
	width: 80%;
}
html .wizard-progress.wizard-progress-lg .steps-progress,
html.dark .wizard-progress.wizard-progress-lg .steps-progress {
	margin: 0 52px;
	height: 4px;
	top: 34px;
}
html .wizard-progress.wizard-progress-lg .wizard-steps,
html.dark .wizard-progress.wizard-progress-lg .wizard-steps {
	padding-top: 30px;
}
html .wizard-progress.wizard-progress-lg ul li,
html.dark .wizard-progress.wizard-progress-lg ul li {
	max-width: 135px;
}
html .wizard-progress.wizard-progress-lg ul li a,
html.dark .wizard-progress.wizard-progress-lg ul li a {
	padding-top: 40px;
	font-size: 14px;
}
html .wizard-progress.wizard-progress-lg ul li a span,
html.dark .wizard-progress.wizard-progress-lg ul li a span {
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	border-radius: 60px;
	line-height: 52px;
	font-size: 22px;
	border-width: 4px;
}

html.dark .wizard-progress .wizard-steps li a {
	color: #808697;
}
html.dark .wizard-progress.wizard-progress ul li a span {
	background: #242830;
	border-color: #242830;
}
html.dark .wizard-progress .wizard-steps li.active a span {
	background: #242830;
}
html.dark .wizard-progress .steps-progress {
	background: #242830;
}

html .wizard-progress .steps-progress .progress-indicator,
html.dark .wizard-progress .steps-progress .progress-indicator {
	height: 100%;
	width: 0;
	background: #0890C2;
	-webkit-transition: width 0.2s ease-in;
	-moz-transition: width 0.2s ease-in;
	transition: width 0.2s ease-in;
}

@media only screen and (max-width: 991px) {
	html .wizard-progress, html .wizard-progress.wizard-progress-lg, html.dark .wizard-progress, html.dark .wizard-progress.wizard-progress-lg {
		width: auto;
		margin-bottom: 0;
		margin-left: -15px;
		margin-right: -15px;
	}
	html .wizard-progress .steps-progress, html.dark .wizard-progress .steps-progress {
		display: none;
	}
	html .wizard-progress .wizard-steps, html.dark .wizard-progress .wizard-steps {
		display: block;
		font-size: 0;
		overflow: hidden;
		white-space: nowrap;
		text-align: left;
		width: 100%;
	}
	html .wizard-progress .wizard-steps li, html.dark .wizard-progress .wizard-steps li {
		-webkit-transition: margin 0.5s linear;
		-moz-transition: margin 0.5s linear;
		transition: margin 0.5s linear;
		display: inline-block;
		float: none;
		position: relative;
		width: 100%;
		min-width: 0;
		max-width: none;
	}
	html .wizard-progress .wizard-steps li a, html.dark .wizard-progress .wizard-steps li a {
		position: relative;
		z-index: 2;
	}
	html .wizard-progress .wizard-steps li:before, html .wizard-progress .wizard-steps li:after, html.dark .wizard-progress .wizard-steps li:before, html.dark .wizard-progress .wizard-steps li:after {
		content: '';
		display: block;
		height: 2px;
		position: absolute;
		top: 0;
		width: 50%;
	}
	html .wizard-progress .wizard-steps li:before, html.dark .wizard-progress .wizard-steps li:before {
		background: #CCC;
		left: 0;
	}
	html .wizard-progress .wizard-steps li:after, html.dark .wizard-progress .wizard-steps li:after {
		background: #CCC;
		right: 0;
	}
	html .wizard-progress .wizard-steps li.active, html.dark .wizard-progress .wizard-steps li.active {
		margin-left: 0;
	}
	html .wizard-progress .wizard-steps li.completed, html.dark .wizard-progress .wizard-steps li.completed {
		margin-left: -100%;
	}
	html .wizard-progress .wizard-steps li.completed:after, html.dark .wizard-progress .wizard-steps li.completed:after {
		background: #CCC;
	}
	html .wizard-progress .wizard-steps li.completed.active, html.dark .wizard-progress .wizard-steps li.completed.active {
		margin-left: 0;
	}
	html .wizard-progress .wizard-steps li:first-child:before, html.dark .wizard-progress .wizard-steps li:first-child:before {
		display: none;
	}
	html .wizard-progress .wizard-steps li:last-child:after, html.dark .wizard-progress .wizard-steps li:last-child:after {
		display: none;
	}
	html .wizard-progress.wizard-progress-lg .wizard-steps li, html.dark .wizard-progress.wizard-progress-lg .wizard-steps li {
		min-width: 0;
		max-width: none;
	}
	html .wizard-progress.wizard-progress-lg .wizard-steps li:before, html .wizard-progress.wizard-progress-lg .wizard-steps li:after, html.dark .wizard-progress.wizard-progress-lg .wizard-steps li:before, html.dark .wizard-progress.wizard-progress-lg .wizard-steps li:after {
		height: 4px;
	}
}

.valign-form {
	
   border:4px solid #BAD2DB;
   border-radius:25px 25px 25px 25px;	
}

.valign-medium {
   top:230px;
   border:0px solid green; 
}

.valign-small {
   top:100px;
   border:0px solid green; 
}

.form-wizard ul.pager .next a,
.form-wizard ul.pager .previous a,
.form-wizard ul.pager .backtosite a,
.form-wizard ul.pager .first a,
.form-wizard ul.pager .last a,
.form-wizard ul.pager .finish a {
	cursor: pointer;
	color:#FFFFFF;
    background-color:#F26F27;
	font-size:100%;
	font-weight:bold;
    border-radius:15px 15px 15px 15px;
	padding:10px 10px 10px 10px;
	width:80%;
}

.form-wizard ul.pager .disabled a {
	cursor: not-allowed;
	display: none;
}

.form-wizard ul.pager .hide a {
	display: none;
}

.form-wizard ul.pager .fullwidth a {
	width:98%;
}

.form-wizard ul.pager .smallheight a {
	width:98%;
}

.form-wizard ul.pager .next.disabled {
	display: none;
}

body .btn-primary {
	border-color: #0890C2;
	background-color: #0890C2;
	border-color: #0890C2;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	font-weight:bold;
}

body .btn-primary:hover {
	border-color: #0890C2;
	background-color: #0890C2;
	color: #FFF;
}

body .btn-primary:active, body .btn-primary:focus {
	border-color: #0890C2;
	background-color: #0890C2;
	color: #FFF;
}

body .btn-primary.dropdown-toggle {
	border-left-color: #0890C2;
}

body .btn-primary[disabled] {
	border-color: #7cba7c;
	background-color: #7cba7c;
	color:#FFF;
}

body .btn-primary[disabled]:hover {
	border-color: #3eb23e;
	background-color: #3eb23e;
	color:#FFF;
}

.btn-font-awesome{
	
	font-size: 35px;	
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.paypal-button {
    width: 500px;
}

/*PayPal Div Button (Enabled): Start*/
.btn-primarypaymentpaypal-enabled {
	background-color: #F26F27;
	border-color: #F26F27;
	border-radius: 5px;	
	color: #FFFFFF;
	height:155px;	
    padding-top:1px;
	padding-left:17px;	
	text-align:left;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	width:534px;	
}
/*PayPal Div Button (Enabled): End*/

/*PayPal Pseudo-Button: Start*/
#pseudo-paypal-button {
	background-color: #ECEDF0;
	border:2px solid #ECEDF0;
	border-color: #ECEDF0;
	border-radius: 6px;
	color: black;
	font-family:Arial;
	font-size:15px;
	height:42px;
    padding-top:8px;
    padding-bottom:6px;
	text-align:center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	width:500px;
}
/*PayPal Pseudo-Button: End*/

body .btn-primarypayment {
	background-color: #F26F27;
	border-color: #F26F27;
	color: #FFFFFF;
	text-align:left;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	width:530px;
}

body .btn-primarypayment:hover {
	border-color: #F26F27;
	background-color: #F26F27;
	color: #FFF;
}

body .btn-primarypayment:active, body .btn-primary:focus {
	border-color: #0890C2;
	background-color: #0890C2;
	color: #FFF;
}

body .btn-primarypayment.dropdown-toggle {
	border-left-color: #0890C2;
}

body .btn-primarypayment[disabled] {
	border-color: #0890C2;
	background-color: #0890C2;
	color:#FFF;
}

body .btn-primarypayment[disabled]:hover {
	border-color: #0890C2;
	background-color: #0890C2;
	color:#FFF;
}

body .btn-primaryhome {
	border-color: #ECEDF0;
	background-color: #ECEDF0;
	color: #0890C2;
	text-align:left;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	font-weight:bold;
}

body .btn-primaryhome:hover {
	border-color: #0890C2;
	background-color: #0890C2;
	color: #FFF;
}

body .btn-primaryhome:active, body .btn-primary:focus {
	border-color: #0890C2;
	background-color: #0890C2;
	color: #FFF;
}

body .btn-primaryhome.dropdown-toggle {
	border-left-color: #0890C2;
}

body .btn-primaryhome[disabled] {
	border-color: #7cba7c;
	background-color: #7cba7c;
	color:#FFF;
}

body .btn-primaryhome[disabled]:hover {
	border-color: #0890C2;
	background-color: #0890C2;
	color:#FFF;
}

.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;   
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;   
}

.toggle {
	margin: 1px 0 0;
	position: relative;
	clear: both;
}



/*NEW*/
.itemselected{
	
	background-color:#bad2db;
	cursor: pointer;
}

.itemunselected{
	
	background-color:#FFFFFF;
	cursor: pointer;
}

.itemdisabled{
	
	background-color:#dee2e8;
}

.resultdiv {
	
	padding-top: 15px;
}

.currentaccounttype{
	
	background-color:#49b6dd;
	cursor: none;
}

/* Tooltip */
.tooltip-inner {
  background-color: #49b6dd !important;
  /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
  color: #FFFFFF;
  font-size:15px;
  max-width: 450px;
  min-width: 200px; //the minimum width
}

.tooltip.top .tooltip-arrow {
  border-top-color: #0890C2;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #0890C2;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #0890C2;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #0890C2;
}