* {
	box-sizing: border-box;
}
* {
	margin: 0px;
	padding: 0px;
}
ul li {
	list-style: none;
}
a {
	text-decoration: none;
}
.clr {
	clear: both;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
display: none;
}
/*-webkit-appearance: none;*/
input, textarea, select {
	border: 0px none;
	background: none;
	outline: none;
}
img {
	outline: none;
	max-width: 100%;
	height: auto;
	border: 0px none;
	display: block;
	-ms-interpolation-mode: bicubic;
}
h1, h2, h3, h4, h5, h6, strong, b {
	font-weight: normal;
}
input[type='submit'] {
	border-radius: 0px;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
}
textarea {
	resize: none;
	overflow: auto;
}
:focus {
	outline: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}
.clearfix {
	display: block;
	zoom: 1;
}
body {
	width: 100%;
	font-size: 12px;
	position: relative;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
html {
	width: 100%;
	height: 100%;
	position: relative;
}
.splash_background {
	/*width: 100%;
	background: url(../soldi_assets/saplash-1@2x.png) no-repeat;
	background-size: cover;*/
	
	background: #133e65;
	background: -moz-linear-gradient(92deg, #133e65 7%, #0175b9 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(7%, #133e65), color-stop(100%, #0175b9));
	background: -webkit-linear-gradient(92deg, #133e65 7%, #0175b9 100%);
	background: -o-linear-gradient(92deg, #133e65 7%, #0175b9 100%);
	background: -ms-linear-gradient(92deg, #133e65 7%, #0175b9 100%);
	background: linear-gradient(92deg, #133e65 7%, #0175b9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#133e65', endColorstr='#0175b9', GradientType=1 );
}
.wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
.splash_container {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.splashLogo {
	width: 166px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -83px;
	margin-top: -30px;
}
.splashLogo a {
	display: block;
	width: 100%;
}
.splashLogo a img {
	display: block;
	width: 100%;
}
.signInWeb_autoClontainer {
	width: 496px;
	margin: auto;
}
.signInWeb_detail {
	width: 100%;
	padding-top: 100px;
}
.mainLogo {
	width: 100%;
	padding-bottom: 70px;
}
.mainLogo a {
	width: 131px;
	margin: auto;
	display: block;
}
.mainLogo a img {
	width: 131px;
	margin: auto;
	display: block;
}
.tabsBttns {
	width: 100%;
}
.tabsBttns a {
	width: 49.9%;
	float: left;
	color: #fff;
	line-height: 36px;
	text-align: center;
	display: block;
	background: #0a62a3;
	text-transform: uppercase;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.11);
	-ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.11);
	-o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.11);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.11);
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-ms-border-radius: 6px 6px 0px 0px;
	-o-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
}
.tabsBttns a:last-child {
	float: right;
}
.tabsBttns a.activeTab {
	background: #fff;
	color: #0a62a3;
	box-shadow: none;
}
.signInWeb_view {
	width: 100%;
	background: #fff;
	padding: 30px 75px 35px;
	min-height: 375px;
	margin-bottom: 50px;
	display: none;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.forgotPwd_outer {
	display: block;
	width: 100%;
	background: #fff;
	padding: 30px 75px 35px;
	min-height: 375px;
	margin-bottom: 50px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.signView {
	width: 100%;
}
.signHeading {
	width: 100%;
	text-align: center;
}
.signHeading h3 {
	font-size: 30px;
	color: #003a5d;
	font-weight: 300;
	padding-bottom: 8px;
}
.signHeading p {
	font-size: 14px;
	color: #003a5d;
	font-weight: 300;
	padding-bottom: 20px;
}
.sign_form {
	width: 100%;
}
.sign_form ul li {
	padding-bottom: 15px;
}
.customeInput input {
	height: 34px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	-webkit-border-radius: 100px;
	border: solid 1px #dbdbdb;
	width: 100%;
	padding: 3px 15px 3px 55px;
	color: #0a62a3;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
}
.customeInput input[type='email'] {
	background: url(../soldi_assets/mail_icon@2x.png) 7% center no-repeat;
	background-size: 17px 13px;
	box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
}
.customeInput input[type='password'] {
	background: url(../soldi_assets/password_lock@2x.png) 7% center no-repeat;
	background-size: 13px 17px;
	box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
}
 .customeInput input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #9b9b9b;
}
.customeInput input::-moz-placeholder { /* Firefox 19+ */
color: #9b9b9b;
}
.customeInput input:-ms-input-placeholder { /* IE 10+ */
color: #9b9b9b;
}
.customeInput input:-moz-placeholder { /* Firefox 18- */
color: #9b9b9b;
}
.control-group {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	padding-left: 30px;
	padding-top: 12px;
	padding-bottom: 10px;
}
.control {
	cursor: pointer;
	display: block;
	font-size: 13px;
	line-height: 22px;
	padding-left: 35px;
	position: relative;
	color: #9b9b9b;
}
.control input {
	opacity: 0;
	position: absolute;
	z-index: -1;
}
.control__indicator {
	background: #e6e6e6 none repeat scroll 0 0;
	height: 20px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.control input:checked ~ .control__indicator {
	background: #0a62a3 none repeat scroll 0 0;
}
.control:hover input:checked:not([disabled]) ~ .control__indicator, .control input:checked:focus ~ .control__indicator {
	background: #0a62a3 none repeat scroll 0 0;
}
.control input:disabled ~ .control__indicator {
	background: #e6e6e6 none repeat scroll 0 0;
	opacity: 0.6;
	pointer-events: none;
}
.control__indicator::after {
	content: "";
	display: none;
	position: absolute;
}
.control input:checked ~ .control__indicator::after {
	display: block;
}
.control--checkbox .control__indicator::after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #fff;
	border-image: none;
	border-style: solid;
	border-width: 0 2px 2px 0;
	height: 8px;
	left: 8px;
	top: 4px;
	transform: rotate(45deg);
	width: 3px;
}
.submitBtn {
	width: 100%;
	text-align: center;
}
.submitBtn input[type='submit'] {
	width: 100%;
	color: #fff;
	line-height: 36px;
	text-align: center;
	display: block;
	background: #0a62a3;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	-webkit-border-radius: 100px;
	border: 0px;
	height: 34px;
	font-family: 'Roboto', sans-serif;
}
.submitBtn a {
	width: 36%;
	color: #6b717b;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	background: #dbdbdb;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	-webkit-border-radius: 100px;
	border: 0px;
	height: 36px;
	font-family: 'Roboto', sans-serif;
	margin: 0px 1.5%
}
.forgotPassword {
	width: 100%;
	text-align: center;
	padding-top: 6px;
}
.forgotPassword p {
	color: #9b9b9b;
	font-size: 13px;
}
.forgotPassword p a {
	color: #9b9b9b;
	text-decoration: underline;
}
.forgotPassword p a:hover {
	text-decoration: none;
}
.contactUs_support {
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
}
.socialInfo {
	width: 100%;
	text-align: center;
}
.socialInfo label {
	display: block;
	text-align: center;
	color: #fafafa;
	font-size: 13px;
	font-style: italic;
	padding-bottom: 18px;
}
.socialInfo ul {
	padding-bottom: 80px;
}
.socialInfo ul li {
	display: inline-block;
	width: 37.2%;
}
.socialInfo ul li a {
	display: block;
	color: #fafafa;
	font-size: 13px;
	font-style: italic;
	text-align: left;
}
.socialInfo ul li a.online {
	background: url(../soldi_assets/online_icon@2x.png) left center no-repeat;
	background-size: 16px 16px;
	padding-left: 28px;
}
.socialInfo ul li a.mail {
	background: url(../soldi_assets/mailicon@2x.png) left center no-repeat;
	background-size: 17px 11px;
	padding-left: 25px;
}
.socialInfo ul li a.twitter {
	background: url(../soldi_assets/twitter_icon@2x.png) left center no-repeat;
	background-size: 16px 14px;
	padding-left: 25px
}
.socialInfo p {
	text-align: center;
	color: #fafafa;
	font-size: 12px;
	font-style: italic;
	padding-bottom: 15px;
}
.socialInfo ul li:last-child {
	width: 24%;
}
.signInWeb_view.signUpView {
	padding-top: 45px;
}
.signInWeb_view.signUpView .signHeading h3 {
	padding-bottom: 25px;
}
.signInWeb_view.signUpView .submitBtn {
	padding-top: 36px;
}
.signInWeb_view.signInMobile {
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.form_wrapper {
	width: 100%;
}
.welcomeSoldi {
	background: url(../soldi_assets/formBanner@2x.png) no-repeat;
	width: 100%;
	background-size: 100% auto;
}
.formAutoContainer {
	width: 1268px;
	margin: auto;
}
.formBannerDetail {
	width: 100%;
	padding: 60px 0px 50px;
}
.welcomeText {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}
.welcomeText h2 {
	font-weight: 300;
	font-size: 42px;
	color: #fff;
	line-height: 60px;
	padding-bottom: 10px;
}
.welcomeText p {
	font-size: 13px;
	color: #dbdbdb;
}
.progressBarr_Detail {
	width: 550px;
	margin: auto;
	;
}
.progressValue {
	width: 100%;
	padding-bottom: 4px;
}
.progressValue label {
	display: inline-block;
	float: left;
	color: #fff;
	font-size: 42px;
	font-weight: 300;
}
.progressValue strong {
	display: inline-block;
	float: right;
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	padding-top: 18px;
}
.progressBarr {
	width: 100%;
	height: 5px;
	background: #dbdbdb;
	overflow: hidden;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	-webkit-border-radius: 100px;
	position: relative;
}
.progressBarr_active {
	width: 48%;
	background: #ffd600;
	height: 5px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.progressBarr_Detail p {
	font-size: 13px;
	color: #dbdbdb;
	text-align: center;
	padding-top: 3px;
}
.container {
	width: 100%;
	background: #fafafa;
}
.formContainer_detail {
	width: 100%;
	padding: 60px 0px;
}
.form_information {
	width: 100%;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 35px;
	margin-bottom: 42px;
}
.form_information h4 {
	color: #113756;
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 20px;
}
.information_Panel {
	width: 100%;
	background: #fff;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.11);
	-ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.11);
	-o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.11);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.11);
	padding: 40px 30px 10px;
}
.formListng {
	width: 100%;
	text-align: center;
}
.formListng ul li {
	width: 48.8%;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 30px;
	margin-right: 1.9%;
}
.infoSection {
	width: 100%;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: solid 1px #dbdbdb;
}
.infoHeading {
	background-color: #fafafa;
	border-bottom: solid 1px #dbdbdb;
	height: 36px;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-ms-border-radius: 6px 6px 0 0;
	-o-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	text-align: left;
}
.infoHeading h5 {
	color: #6b717b;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 36px;
	text-align: left;
	display: inline-block;
	position: relative;
}
.infoHeading h5 sup {
	font-size: 13px;
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	right: -9px;
	top: 8px;
}
.infoHeading a {
	display: inline-block;
	position: absolute;
	right: 16px;
	top: 17px;
	height: 4px;
}
.infoHeading a i {
	display: inline-block;
	margin: 0px 2px;
	width: 4px;
	height: 4px;
	background-color: #6b717b;
	border-radius: 50%;
}
.info_detail {
	width: 100%;
	padding: 14px 16px 20px;
	;
}
.info_detail strong {
	color: #9b9b9b;
	font-size: 13px;
	display: block;
	padding-bottom: 18px;
	text-align: left;
}
.form_input {
	width: 100%;
}
.form_input input {
	font-size: 16px;
	color: #6b717b;
	border-bottom: 1px solid #efefef;
	width: 100%;
	padding: 0px 15px 8px;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	height: 46px;
}
 .form_input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #6b717b;
}
.form_input input::-moz-placeholder { /* Firefox 19+ */
color: #6b717b;
}
.form_input input:-ms-input-placeholder { /* IE 10+ */
color: #6b717b;
}
.form_input input:-moz-placeholder { /* Firefox 18- */
color: #6b717b;
}
.formListng ul li:nth-of-type(2n) {
	margin-right: 0px;
}
/****** Custome Select option Dropdow start******/
.select_option {
	width: 100%;
	position: relative;
	background: #fff;
	height: 100%;
	cursor: pointer;
	height: 46px;
}
.select_option span {
	width: 100%;
	height: 100%;
	display: block;
	padding: 6px 25px 3px;
	font-size: 16px;
	color: #6b717b;
	line-height: 32px;
	text-align: left;
	text-transform: capitalize;
	height: 100%;
	border-radius: 6px;
	border: 1px solid #dbdbdb;
	background: url(../soldi_assets/shape@2x.png) 95% center no-repeat #fff;
	background-size: 14px 8px;
}
.select_option ul li {
	list-style: none;
	float: none;
	width: 100% !important;
	padding: 6px 8px 6px !important;
	color: #555555;
	font-size: 12px;
	text-transform: capitalize;
	text-align: left;
}
.select_option ul {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 52px;
	padding-left: 0px;
	margin: 0px;
	background: #fff;
	border: 1px solid #aaaaaa;
	box-shadow: 0 0 3px #aaaaaa;
	display: none;
	z-index: 1;
}
.select_option.selectStroke span {
	border: 1px solid #009ddc;
	box-shadow: 0 0 2px #009ddc;
	-moz-box-shadow: 0 0 2px #009ddc;
	-ms-box-shadow: 0 0 2px #009ddc;
	-o-box-shadow: 0 0 2px #009ddc;
	-webkit-box-shadow: 0 0 2px #009ddc;
}
.select_option ul li:nth-of-type(2n) {
	float: none;
}
.select_option ul li:hover {
	background: #f2f2f2;
}
.select_option ul li.selected {
	background: #f2f2f2;
}
.select__arrow {
	position: absolute;
	right: 14px;
	top: 11px;
	width: 0;
}
/****** Custome Select option Dropdow section start******/




.formListng ul li.adress_list {
	width: 100%;
	margin-right: 0px;
}
.adressForm_detail {
	width: 100%;
	padding-bottom: 10px;
}
.adressForm {
	width: 48%;
	float: left;
}
.adressForm ul li {
	display: block;
	margin-right: 0px;
	width: 100%;
	padding-bottom: 15px
}
.adressForm_input input {
	font-size: 16px;
	color: #6b717b;
	border: 1px solid #dbdbdb;
	width: 100%;
	padding: 8px 25px 8px;
	border-radius: 6px;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	height: 46px;
}
 .adressForm_input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #6b717b;
}
.adressForm_input input::-moz-placeholder { /* Firefox 19+ */
color: #6b717b;
}
.adressForm_input input:-ms-input-placeholder { /* IE 10+ */
color: #6b717b;
}
.adressForm_input input:-moz-placeholder { /* Firefox 18- */
color: #6b717b;
}
.adressForm ul li.zipCode .adressForm_input {
	width: 50%;
	float: left;
	margin-right: 25px;
}
.adressForm ul li.zipCode .control-group {
	width: 40%;
	float: left;
	padding-left: 0px;
}
.adressForm ul li.zipCode .control__indicator {
	background: none;
	border: 1px solid #dbdbdb;
}
.adressMap {
	width: 48%;
	float: right;
}
.adressMap img {
	display: block;
	width: 100%;
}
.formListng ul li.companyDEscription {
	width: 100%;
	margin-right: 0px;
}
.customTextarea {
	padding-top: 3px;
}
.customTextarea textarea {
	font-size: 16px;
	color: #6b717b;
	border: 1px solid #dbdbdb;
	width: 100%;
	padding: 14px 20px 8px;
	border-radius: 6px;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	height: 200px;
}
 .customTextarea textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #6b717b;
}
.customTextarea textarea::-moz-placeholder { /* Firefox 19+ */
color: #6b717b;
}
.customTextarea textarea:-ms-input-placeholder { /* IE 10+ */
color: #6b717b;
}
.customTextarea textarea:-moz-placeholder { /* Firefox 18- */
color: #6b717b;
}
.form_information.removeSeprator {
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 45px;
}
.submitBtn.formBttns input[type='submit'] {
	width: 36%;
	display: inline-block;
	margin: 0px 1.5%;
}
.dashboardHeader {
	width: 100%;
	position: relative;
	z-index: 2;
}
.dashboard_topHeader {
	width: 100%;
	height: 60px;
	background: #003a5d;
	padding: 10px 18px;
}
.menuBttn {
	border-right: 1px solid #dbdbdb;
	width: 42px;
	height: 40px;
	padding-top: 10px;
	float: left;
}
.menuBttn a {
	background: url(../soldi_assets/menubttn-2@2x.png) no-repeat;
	background-size: 24px 22px;
	display: block;
	width: 24px;
	height: 22px;
}
.soldiLbale {
	border-right: 1px solid #dbdbdb;
	width: auto;
	line-height: 40px;
	padding: 0px 40px;
	float: left;
}
.soldiLbale label {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}
.projectName {
	width: auto;
	line-height: 40px;
	padding: 0px 40px;
	float: left;
	margin-left: 25%
}
.projectName label {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}
.profileName_alert {
	width: 20%;
	float: right;
	position: relative;
}
.alertIcon {
	width: 13px;
	float: left;
	padding-top: 12px;
	position: relative;
}
.alertIcon a.bellIcon {
	display: block;
	background: url(../soldi_assets/Bell.png) no-repeat;
	width: 13px;
	height: 13px;
	position: relative;
}
.alertIcon a.bellIcon i {
	display: block;
	background: #6bb6dc;
	padding: 0px 5px;
	position: absolute;
	right: -7px;
	top: -6px;
	color: #fff;
	font-size: 8px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-style: normal;
	list-style: none;
	text-align: center;
	line-height: 14px;
}
.notification_main_all {
	background: rgba(0, 0, 0, 0) url(../soldi_assets/DE.png) no-repeat scroll right top;
	display: none;
	position: absolute;
	right: -30px;
	top: 54px;
	width: 320px;
	z-index: 1001;
}
.notification_main_all .edge {
	background: rgba(0, 0, 0, 0) url(../soldi_assets/DE.png) no-repeat scroll right top;
	display: block;
	height: 15px;
	position: absolute;
	right: 20px;
	top: -11px;
	width: 22px;
}
.notification_outer {
	background: #fdfefd none repeat scroll 0 0;
	display: block;
	width: 320px;
}
.notification_outer ul {
	padding-left: 0;
}
.notification_outer ul li {
	border-bottom: 1px solid #e9ecf0;
	height: auto;
	padding: 16px 14px;
}
.notification_outer ul li .notification_detial {
	width: 230px;
}
.notification_outer ul li .notification_detial a {
	text-decoration: none;
}
.notification_outer ul li .notification_detial a {
	background: rgba(0, 0, 0, 0) url(../soldi_assets/stop.gif) no-repeat scroll left 3px;
	color: #656b79;
	display: block;
	padding-left: 20px;
	text-decoration: none;
}
.notification_outer ul li .notification_mark {
	float: right;
}
.notification_outer ul li .notification_mark a {
	text-decoration: none;
}
.notification_head_top {
	background: #fdfefd none repeat scroll 0 0;
	border-bottom: 1px solid #e9ecf0;
	display: block;
	padding: 16px 14px;
}
.notification_head_bottom {
	background: #fdfefd none repeat scroll 0 0;
	border-bottom: 1px solid #e9ecf0;
	display: block;
	padding: 16px 14px;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.notification_head_bottom a {
	color: #89a9e7;
}
.notification_head_bottom a:hover {
	text-decoration: underline;
}
.right_mark {
	float: right;
}
.right_mark a {
	color: #4697ce;
}
.right_mark a:hover {
	text-decoration: underline;
}
.notification_cassion {
	float: left;
	color: #656b79;
}
.notification_cassion a {
	color: #656b79;
}
.profileName {
	width: auto;
	float: right;
	padding-top: 6px;
	position: relative;
}
.ownerName {
	display: inline-block;
	width: auto;
	margin-right: 15px;
}
.ownerName span {
	text-transform: capitalize;
	font-size: 24px;
	display: inline-block;
	color: #4f9cc3;
	vertical-align: middle;
	margin-right: 5px;
}
.ownerName img {
	display: inline-block;
	height: 27px;
	width: 27px;
	vertical-align: middle;
}
.faList {
	background: url(../soldi_assets/listIcon.png) no-repeat;
	display: inline-block;
	width: 13px;
	height: 10px;
	vertical-align: middle;
}
.dashboardHeader_nav {
	width: 100%;
	background: #0962a3;
	padding: 0px 25px 0px 10px;
}
.navBar {
	width: 70%;
	float: left;
}
.navBar ul li {
	float: left;
}
.navBar ul li a {
	display: block;
	padding: 8px 20px 10px;
}
.navBar ul li a i {
	display: block;
}
.navBar ul li a span {
	display: block;
	font-size: 11px;
	letter-spacing: 0.1em;
	margin-top: 8px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
.navBar ul li:hover a {
	background: #1fc2de;
}
.navBar ul li.navActive a {
	background: #1fc2de;
}
.helpVizzard {
	width: 25%;
	float: right;
	text-align: right;
	padding-top: 28px;
}
.helpVizzard strong {
	display: inline-block;
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
	vertical-align: middle;
	padding-right: 15px;
}
.onoffswitch {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 55px;
	border-radius: 100px;
	border: solid 1px #f0f0f0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	height: 25px;
}
.onoffswitch-checkbox {
	display: none;
}
.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border-radius: 20px;
	height: 25px;
}
.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 25px;
	padding: 0;
	box-sizing: border-box;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.8px;
	text-align: left;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 24px;
}
.onoffswitch-inner:before {
	content: "On";
	padding-left: 10px;
	color: #FFFFFF;
	text-align: left;
}
.onoffswitch-inner:after {
	content: "Off";
	padding-right: 7px;
	color: #fff;
	text-align: right;
}
.onoffswitch-switch {
	display: block;
	width: 17px;
	background: #FFFFFF;
	position: absolute;
	top: 3px;
	bottom: 0;
	right: 32px;
	border-radius: 20px;
	transition: all 0.3s ease-in 0s;
	height: 17px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 4px;
}
.fa-dashboard01 {
	background: url(../soldi_assets/btn-dashboard.png) no-repeat scroll center top / 40px 40px;
	height: 40px;
	width: 100%;
}
.fa-customers {
	background: url(../soldi_assets/btn-customers.png) no-repeat scroll center top / 40px 40px;
	height: 40px;
	width: 100%;
}
.fa-settings {
	background: url(../soldi_assets/btn-settings.png) no-repeat scroll center top / 40px 40px;
	height: 40px;
	width: 100%;
}
.fa-reports {
	background: url(../soldi_assets/btn-reports.png) no-repeat scroll center top / 40px 40px;
	height: 40px;
	width: 100%;
}
.fa-transactions {
	background: url(../soldi_assets/btn-transactions.png) no-repeat scroll center top / 40px 40px;
	height: 40px;
	width: 100%;
}
.fa-inventory {
	background: url(../soldi_assets/btn-inventory.png) no-repeat scroll center top / 40px 40px;
	height: 40px;
	width: 100%;
}
.fa-account {
	background: url(../soldi_assets/btn-account.png) no-repeat scroll center top / 40px 40px;
	height: 40px;
	width: 100%;
}
.dashborad_container {
	width: 100%;
	position: relative;
}
.dashborad_container span.dashboardImg {
	width: 100%;
	display: block;
}
.dashborad_container span.dashboardImg img {
	width: 100%;
	display: block;
}
.dashborad_detailOuter {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}
.dashborad_detail {
	width: 100%;
	padding-top: 100px;
}
.landing_businessOuter {
	width: 820px;
	margin: auto;
}
.landingMultiple_business {
	width: 100%;
	margin-bottom: 20px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.landingMultiple_business_head {
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-ms-border-radius: 6px 6px 0px 0px;
	-o-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	background-color: #efefef;
	border-bottom: solid 1px #dbdbdb;
	padding: 0px 40px;
}
.landingMultiple_business_head h4 {
	font-size: 14px;
	font-weight: 500;
	color: #003a5d;
	line-height: 40px;
}
.landingMultiple_Listing {
	width: 100%;
}
.landingMultiple_Listing ul li {
	border-bottom: 1px solid #dbdbdb;
}
.multipleList_detail {
	background: url(../soldi_assets/listing_bgWhite.png) repeat;
	padding: 18px 34px 15px 40px;
}
.partnerLogo {
	width: 7%;
	float: left;
	margin-right: 6%;
}
.partnerLogo a {
	width: 100%;
	display: block;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.partnerLogo a img {
	width: 100%;
	display: block;
}
.businessProfile {
	width: 29%;
	float: left;
}
.businessProfile label {
	display: block;
	padding-bottom: 7px;
	font-size: 14px;
	font-weight: 500;
	color: #003a5d;
}
.businessProfile span {
	font-size: 13px;
	color: #003a5d;
	display: block;
	padding-left: 3px;
}
.activeicon {
	width: 6px;
	height: 6px;
	background-color: rgba(68, 202, 161, 0.86);
	display: inline-block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}
.iNactiveicon {
	width: 6px;
	height: 6px;
	background-color: rgba(245, 67, 55, 0.86);
	display: inline-block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}
.businessLinks {
	width: 37%;
	float: left;
	margin-right: 3%;
	padding-top: 5px;
}
.businessLinks a {
	width: 40px;
	height: 40px;
	line-height: 38px;
	display: block;
	float: left;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all 0.4s ease;
	margin-right: 2%;
	border: 1px solid #afc1cc;
	text-align: center;
	color: #afc1cc;
	font-size: 13px;
	text-transform: capitalize;
}
.businessLinks a:hover {
	color: #003a5d;
	border: 1px solid #003a5d;
}
.listUpgrade_btn {
	width: 18%;
	float: left;
	padding-top: 7px;
}
.listUpgrade_btn a {
	width: 100%;
	color: #fff;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	background: #0a62a3;
	cursor: pointer;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	-webkit-border-radius: 100px;
	border: 0px;
	height: 34px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	transition: all 0.2s ease;
	;
	border: solid 1px #0a62a3;
}
.listUpgrade_btn a:hover {
	color: #9b9b9b;
	border: solid 1px #dbdbdb;
	background: none
}
.multipleList_detail.blueList {
	background: url(../soldi_assets/listing_bgBlue.png) repeat;
}
.multipleList_detail.blueList:hover {
	background: #003a5d;
}
.multipleList_detail.blueList .businessProfile label {
	color: #fff;
}
.multipleList_detail.blueList .businessProfile span {
	color: #dbdbdb;
}
.multipleList_detail.blueList .businessLinks a {
	color: #597d94;
	border: 1px solid #597d94;
}
.multipleList_detail.blueList .businessLinks a:hover {
	color: #fff;
	border: 1px solid #fff;
}
.multipleList_detail.blueList .listUpgrade_btn a {
	background: #fff;
	border: 1px solid #fff;
	color: #0a62a3;
}
.multipleList_detail.blueList .listUpgrade_btn a:hover {
	background: none;
	border: 1px solid #9b9b9b;
	color: #9b9b9b;
}
.addCompleted {
	background-color: #efefef;
	border-top: solid 1px #dbdbdb;
	width: 100%;
	padding: 10px 34px 10px 40px;
}
.addCompleted .skip_help_btn {
	padding-top: 0px;
}
.addCompleted .listUpgrade_btn {
	padding-top: 0px;
}
.addCompleted .listUpgrade_btn a {
	height: 24px;
	line-height: 21px;
	color: #9b9b9b;
	background: #fff;
	border: 1px solid #fff;
}
.addCompleted .listUpgrade_btn a:hover {
	background: none;
	border: 1px solid #dbdbdb;
}
.addCompleted .productdescription label {
	padding-top: 4px;
	padding-bottom: 0px;
	color: #9b9b9b;
}
.productLogo a.tick {
	width: 12px;
	display: block;
	margin: auto;
	margin-top: 8px;
}
.landing_wizard {
	width: 100%;
	margin-bottom: 20px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: url(../soldi_assets/listing_bgWhite.png) repeat;
}
.getStarted_step {
	width: 100%;
	padding: 25px 34px 25px 37px;
	border-bottom: 1px solid #dbdbdb;
}
.getStarted_step h3 {
	font-size: 24px;
	font-weight: 300;
	color: #003a5d;
	display: inline-block;
	vertical-align: middle;
	float: left;
	padding-top: 7px;
}
.getStarted_step .listUpgrade_btn {
	float: right;
	padding-top: 0px;
}
.listUpgrade_btn .skipBtn {
	border: solid 1px #1862a6;
	background: none;
	color: #1862a6;
}
.landing_wizardListing {
	width: 100%;
}
.landing_wizardListing ul li {
	border-bottom: 1px solid #dbdbdb;
}
.landing_List_detail {
	width: 100%;
}
.landing_List_normal {
	background: url(../soldi_assets/listing_bgWhite.png) repeat;
	padding: 18px 34px 18px 40px;
}
.productLogo {
	width: 7%;
	float: left;
	margin-right: 6%;
}
.productLogo a {
	width: 100%;
	display: block;
}
.productLogo a img {
	width: 100%;
	display: block;
}
.productdescription {
	width: 48%;
	float: left;
}
.productdescription label {
	display: block;
	padding-bottom: 7px;
	font-size: 14px;
	font-weight: 500;
	color: #003a5d;
}
.productdescription p {
	font-size: 13px;
	color: #9b9b9b;
}
.skip_help_btn {
	width: 20%;
	float: left;
	padding-top: 7px;
	text-align: center;
	margin-right: 1%
}
.skip_help_btn a {
	width: 46%;
	color: #9b9b9b;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	background: #efefef;
	cursor: pointer;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	-webkit-border-radius: 100px;
	border: 0px;
	height: 34px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	transition: all 0.2s ease;
	;
	border: solid 1px #efefef;
	margin: 0px 1%;
	opacity: 0;
}
.skip_help_btn a:hover {
	color: #9b9b9b;
	border: solid 1px #dbdbdb;
	background: none
}
.landing_List_normal:hover .skip_help_btn a {
	opacity: 1;
}
.profileDropdown {
	background-clip: padding-box;
	background-color: rgba(255, 255, 255, 0.98);
	border-radius: 3px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	display: block;
	min-width: 190px;
	position: absolute;
	z-index: 1;
	left: -40px;
	top: 60px;
	display: none;
}
.profileDropdown_nav {
	width: 100%;
	padding: 15px 10px;
	border-bottom: 1px solid #e9ecf0;
	position: relative;
}
.profileDropdown_nav ul li a {
	display: block;
	line-height: 24px;
	padding: 0px 10px;
	color: #003a5d;
}
.profileDropdown_nav ul li a:hover {
	background: #e1e3e8;
}
.profilelogout {
	width: 100%;
	text-align: right;
	padding: 15px;
}
.profilelogout a {
	display: inline-block;
	color: #003a5d;
}
.profilelogout a:hover {
	text-decoration: underline;
}
.profileDropdown_nav::before {
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: 60px;
	top: -9px;
}
.accountDropdown {
	width: 250px;
	position: absolute;
	right: -10px;
	top: 60px;
	z-index: 1;
	display: none;
}
.summarySection {
	width: 100%;
}
.summaryAccordian {
	width: 100%;
	border: 1px solid #dddddd;
	margin-bottom: 5px;
	background: #fff;
}
.summaryTitle {
	width: 100%;
	background-color: #f5f5f5;
	border-bottom: 1px solid #dddddd;
	color: #003a5d;
	line-height: 34px;
	padding: 0px 15px;
	text-transform: uppercase;
	cursor: pointer;
}
.summaryDetail {
	width: 100%;
	padding: 15px;
	display: none;
}
.balanceDetail {
	width: 100%;
	padding: 12px;
	background: #7dcc93;
	margin-bottom: 18px;
	color: #fff;
}
.balanceDetail p {
	padding-left: 5px;
}
.balanceDetail p b {
	font-weight: 700;
}
.balanceDetail.totalBalanceBg {
	background: #4f5259;
	margin-bottom: 0px;
}
.online_contact {
	width: 100%;
}
.online_contactView {
	width: 100%;
}
.onlineIcon {
	width: 100%;
	display: inline-block;
	padding-bottom: 20px;
}
.onlineIcon img {
	width: 30px;
	height: 30px;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.onlineIcon span {
	color: #003a5d;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
}
.onlineIcon:hover span {
	border-bottom: 1px solid #003a5d;
}
.onlineIcon sub {
	display: inline-block;
	vertical-align: top;
	margin-left: middle;
}
.online_contactView .profilelogout {
	padding: 0px;
	text-align: left;
}
.dashboardHeader_nav .profileName_alert {
	display: none;
}
.showError sup {
	display: block !important
}
.alert {
	padding: 15px 15px 5px 15px;
	margin-bottom: 18px;
	border: 1px solid transparent;
	border-radius: 0px;
}
.alert strong {
	font-weight: bold;
}
.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
	padding: 11px !important;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d0e9c6;
	color: #3c763d;
	padding: 11px !important;
}
.close {
	float: right;
	font-size: 19.5px;
	font-weight: bold;
	line-height: 0;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
	background-color: none;
	border: 0px;
}
.close:hover, .close:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#errorD_edit {
	width: 100%;
	padding-top: 10px;
}
#errorD_edit p {
	width: 100%;
	padding-bottom: 10px;
}
.border_red p {
	position: relative;
	padding-bottom: 5px;
}

.errorred p{
	position: relative;
	padding-bottom: 5px;
	font-size: 12px;
	font-style: italic;
	color: red;
	
}

.success_gr p{
	position: relative;
	padding-bottom: 5px;
	font-size: 12px;
	font-style: italic;
	color: green;
}

	.border_green{position: relative;}
	.border_red{position: relative;}
	.border_green input[type='text'],.border_green input[type='password'],.border_green input[type='email']{
	border: 1px solid green;
	}
	.border_green b{font-size: 12px; padding-bottom: 5px;; font-style:italic;; color: green; display:block; }
	.border_green span{background:url('../../img/done-icon.png') no-repeat; width: 10px; height: 9px; display: block; position: absolute;top: 32px; right: 18px;}
	.border_red input[type='text'],.border_red input[type='password'],.border_red input[type='email']{
	border: 1px solid red;
	}
	.border_red span{background:url('../../img/error-icon.png'); width: 9px; height: 10px; display: block; position: absolute;top: 32px; right: 18px;}
	.border_red b{font-size: 12px; padding-bottom: 5px;; font-style:italic;; color: red;}