@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');
body{
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	background:none;
	position:relative;
    color: #036;
    text-align: center;
	background-color: #f5f6f7;
		
}
/*--global css--*/
* {
	outline: none;
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
img, fieldset {
	border: 0;
}
a {
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color:#fff;
}
.nopadd{
	padding:0;
}
.top-loan-para {
	color: #036;
	font-weight: 300;
}
p.start-here {
	color: #54657e;
	font-size: 25px;
}
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
button.agree-button{
	padding: 10px 20px;
	font-size: 13px;
	border-radius: 5px;
	margin-right: 20px;
}
button.disagree-button{
	padding: 10px 20px;
	font-size: 13px;
	border-radius: 5px;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.setup-content {
	margin-bottom: 20px;
}
label.control-label {
	font-size: 11px;
    text-align: left;
}
label.error {
	color:red !important;
}
/*************Modal**************/
.mymodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
	margin-top: 5%;
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: white !important;
    float: right !important;
    font-size: 24px !important;
    font-weight: bold !important;
    text-shadow: none !important;
    opacity: 1 !important;
    background: black !important;
    border-radius: 100px !important;
    width: 24px !important;
    height: 24px !important;
	line-height: 23px !important;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modaldata {
	padding: 26px;
	padding-left: 0;
}
.progress {
	position: relative;
	margin-top: 32px;
	height: 20px !important;
}
.bar {
	background: green;
    display: block;
    /* box-shadow: 0 0 black; */
    height: 20px;
}
.percent {
	display: block;
    width: 20px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    color: black;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0);
}
.loader {
					height: 100px;
					width: 100px;
					margin: 0 auto;
					display: block;
					margin-top: 120px;
				}
