/* --------------------------------------------------------------
 * MAIN STYLESHEET 
 * --------------------------------------------------------------
	1.	Browser Reset Styles
	2.  Transitions/Animations (CSS3) Styles
	3.	General Form Elements Styles
	4.  Font Family Declaration 
	5.	Header + Main Navigation Styles
	6.	Post/Page/Blog Content Styles + Pagination Styles
	7.  Sidebar Styles + Widgets Styles
	8.	Footer Styles
	9.	Template/Custom Layouts Styles
----------------------------------------------------------------*/
/* =BROWSER RESET STYLES
================================================================*/
  
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit; 
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
iframe,
embed,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
a {
	text-decoration: none;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
a,
a:active{
	color:#2b4d7c;
}
/* Typography */
body{
	background: none repeat scroll 0 0 #fff;
	word-wrap: break-word;
	overflow-x: hidden;
    overflow-y: visible;
}
body,
button,
input,
select,
textarea {
	color: #4a4a4a;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}
h1 {
	font-size: 32px;
	line-height: 1.3;
	color:#000;
	font-weight:600;
}
h2 {
	font-size: 24px;
	line-height: 1.3;
	color:#000;
	font-weight:600;
}
h3 {
	font-size: 19px;
	line-height: 1.3;
	color:#000;
	font-weight:600;
}
h4 {
	font-size: 16px;
	line-height: 1.3;
	color:#000;
	font-weight:600;
}
h5 {
	font-size: 14px;
	line-height: 1.3;
}
h6 {
	font-size: 13px;
	line-height: 1.3;
}
address {
	font-style: italic;
	margin-bottom: 24px;
}
abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}
b,
strong {
	font-weight: 700;
}
cite,
dfn,
em,
i {
	font-style: italic;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
p {
	margin-bottom: 24px;
}
code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}
pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
blockquote {
    background: none repeat scroll 0 0 #fff;
    border-left: 5px solid #ddd;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 24px;
    padding: 15px;
}
blockquote p{
	margin:0;
}
blockquote cite,
blockquote small {
	color: #3c3c3c;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
blockquote strong,
blockquote b {
	font-weight: 400;
}
small {
	font-size: smaller;
}
big {
	font-size: 125%;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
dl {
	margin-bottom: 24px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 24px;
}
ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin: 0 0 0 20px;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}
legend {
	white-space: normal;
}
button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button,
input {
	line-height: normal;
}
input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	height:180px;
}
table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
	padding: 7px;
}
th {
	font-weight: bold;
}
td {
	border-width: 0 1px 1px 0;
}
del {
	color: #767676;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.divide-bdr{
	border-top:1px solid #d0d0d0;
}
.modifysel{
	background: transparent url("../images/down-arrow.png") no-repeat scroll 94% center;
}
.modifysel  select {
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* =TRANSITIONS/ANIMATIONS (CSS3) STYLES
================================================================*/
.tansition-css,
.main-navigation a,
#header .header-icons a,
.slider-wrapper .flexslider .flex-control-paging a{
	transition: all 0.3s linear 0s; 
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
}

/* =GENERAL FORM ELEMENTS STYLES
================================================================*/
input[type="text"],
input[type="email"],
input[type="password"],
textarea{
	width: 160px;
	height: 34px;
	border: solid 1px #d0d0d0;
	color:#000;
	padding: 5px;
	font-size:16px;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{
	width: auto;
	border-radius: 6px;
	background-color: #2b7c48;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	border:0;
}
select{
	width: 180px;
	height: 35px;
	border: solid 1px #2b4d7c;
	font-size:15px;
	color:#4a4a4a;
	padding: 3px;
}

/* For input fields */
input.small{
	width:80px;
}
input.medium{
	width: 100%;
	max-width: 192px;
}
input.large{
	width:315px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #d0d0d0;
}
:-moz-placeholder {
	color: #d0d0d0;
}
::-moz-placeholder {
	color: #d0d0d0;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
	color: #d0d0d0;
}

/* =HEADER STYLES
================================================================*/
.header-wrap{
    position: relative;
    z-index: 1;
	padding-top:10px;
	padding-bottom:15px;
}
limg.logo {
	max-width: 100%; 
}
.header-icons{
	text-align: right;
	margin-bottom: 5px;
	margin-top:25px;
}
.header-icons.mar-right{
	margin-right:0;
}
.header-icons a{
	background-color: #272223;
	border-radius: 100%;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	margin: 0 3px;
	text-align: center;
	width: 28px;
}
.header-icons a:first-child{
	margin-left:0;
}
.header-icons a:last-child{
	margin-right:0;
}
.header-icons a:hover{
	background-color: #7B4B1E;
}
.header-contact{
	text-align:right;
	margin-top:0;
}
.header-contact a{
	font-size:16px;
	color:#4a4a4a;
}
.header-info a.header_logout{
	font-weight:600;
}

/* Main Navigation */
.main-navigation{
	margin-top:57px;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
}
.main-navigation li {
	float: left;
	outline:none;
	position:relative;
}
.main-navigation li:first-child{
	border-top:0;
}
.main-navigation li:hover > ul{
	display:block;
}
.main-navigation a {
    display: block;
    padding: 0px 25px;
	font-weight:600;
	position:relative;
    font-size: 13px;
	line-height: normal;
	color:#4a4a4a;
	outline:none;
	text-transform:uppercase;
}
.main-navigation li:hover > a{
	color:#7B4B1E;
	opacity:1;
}
.main-navigation ul ul {
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
	margin-top: 21px;
    width: 180px;
}
.main-navigation ul ul ul{
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
    width: 200px;
	margin-top:0;
}
.main-navigation ul ul li{
    background: none repeat scroll 0 0 #f0f0f0;
    float: none;
    width: 100%;
	border-top: 1px dotted #ccc;
}
.main-navigation ul ul li:first-child{
	border-top:0;
}
.main-navigation ul ul a{
    font-style: normal;
    padding: 13px 25px 11px;
    text-transform: uppercase;
	font-weight:300;
}
.main-navigation .active > a {
	color:#7B4B1E;
}

/* Mobile Main Navigation */
.main-navigation .mobmenu-toggle{
	background: #f1f1f1 none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	color: #7B4B1E;
	cursor: pointer;
	display: block;
	font-size: 21px;
	height: 50px;
	line-height: 2.4;
	margin: -24px auto 0;
	outline: medium none;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 50%;
	width: 50px;
}
.main-navigation .mobile-menu-active{
    box-shadow: 0 5px 6px -4px rgba(0, 0, 0, 0.3);
    float: none !important;
    height: auto !important;
    position: absolute;
    right: 0;
    top: 35px;
    width: 300px;
	background:#f9f9f9;
	z-index:1;
	text-align:center;
}
.main-navigation .mobile-menu-active li{
	float:none;
	width:100%;
	height:auto;
}
.main-navigation ul.mobile-menu-active ul.sub-menu{
    display: block !important;
    left: 0;
    padding-top: 0;
    position: relative;
    top: 0;
    width: 100%;
}
.main-navigation ul.mobile-menu-active ul.sub-menu li{
    display: block;
	float:none;
	width:100%;
	border-top:1px dotted #ccc !important;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.main-navigation .mobile-menu-active li a{
	border:0;
	border-top:1px dotted #ccc;
	background:#f9f9f9;
	height: auto;
    padding: 12px;
	display: block;
	box-sizing:border-box;
    width: 100%;
	color:#555;
}
.main-navigation ul.mobile-menu-active ul.sub-menu li a{
	padding-left:15px;
}
.main-navigation .mobile-menu-active li:first-child a{
	border:0;
}
.main-navigation .mobile-menu-active li:hover a{
	background:#f2f2f2;
}
.main-navigation ul.mobile-menu-active ul.sub-menu li:hover a{
	background:#eee;
}
.main-navigation li a.mob_logout_link{
	display:none;
}

/* =CONTENT STYLES
================================================================*/
#container{
	position:relative;
	padding:16px 0;
}
h1.main-title{
	font-size: 32px;
	font-weight: normal;
	letter-spacing: -0.7px;
	text-align: center;
	color: #4a4a4a;
	margin-top:0;
	font-weight:400;
}
h1.page-title{
	font-size: 24px;
	text-transform:uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
    padding: 8px;
    margin-top: 0;
    background-color: #1ABC9C;
}
h1.page-title span{
	font-weight:600;
}
.page-content{
	color: #4a4a4a;
    font-size: 16px;
    line-height: 1.55;
    padding-top: 5px;
}

/* =PAGINATION STYLES
================================================================*/
.pagination-wrap{
	text-align:center;
}
.pagination{
	text-align:center;
	margin-bottom:16px;
	display:inline-block;
}
.pagination span {
    background: #d6dbdf none repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    padding: 9px 14px;
}
.pagination span.active{
	color: #ffffff;
	background:#1ABC9C;
}
.pagination-wrap span.steps_title{
	display:inline-block;
	background: #1ABC9C none repeat scroll 0 0;
    color: #ffffff;
    font-size: 27px;
    font-weight: 700;
    margin: 0;
    padding: 7px 14px;
}

/* =SIDEBAR STYLES
================================================================*/
#sidebar{
}
.sidebar-wrap ul, .sidebar-wrap li,
.assumptions-wrap ul, .assumptions-wrap li {
	list-style:none;
}
.sidebar-wrap li,
.assumptions-wrap li {
	padding:4px 0;
	clear: both;
}
.sidebar-wrap li span.span_amount{
	font-weight:600;
	float:right;
}

#calc-summary li:first-child span{
	float:none;
}
#calc-summary span.summary_step{
	cursor:pointer;
	font-size: 15px;
}

.sidebar-wrap .text-widget{
	border:1px solid #bebebe;
	padding:16px;
	margin-bottom:20px;
	font-size: 16px;
}
.sidebar-wrap .summary_widget{
	/*position:fixed;
	top:170px;
	right:0;
	width:258px;*/
	background-color:#E6E6E6;
	z-index:45;
	padding:12px;
	border-top:3px solid #2FBA9B;
	cursor:move;
}
.sidebar-wrap h3.widget-title,
.assumptions-wrap h3.widget-title{
	border-bottom: 1px solid #bebebe;
	color: #4a4a4a;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
	margin-top: 0;
	padding-bottom: 5px;
}
.sidebar-wrap .widget-text,
.assumptions-wrap .widget-text {
	font-size: 16px;
	line-height: 1.43;
	color: #959595;
}
.summary_widget .widget-text{
	font-size: 17px;
}
.summary_widget h3.widget-title{
	font-size:16px;
}
.sidebar-wrap  .info-widget{
	padding-top:5px;
}
.sidebar-wrap .widget-stitle{
	font-weight:600;
}

/* =#FOOTER STYLES
================================================================*/
.footer-wrap{
    background-color: #2B4D7C;
    color: #fff;
    padding: 55px 0;
	margin-top:55px;
}
.footer-wrap a{
    color: #fff;
}
.footer-wrap .proby{
	position: relative;
	top: 5px;
}
.footer-wrap .cright{
	margin-top:15px;
}
.footer-wrap .footer-info{
	text-align:center;
	margin-top:10px;
	line-height:1.6;
}
/*.footer-wrap .footer-info a{
	display:block;
}*/
.footer-wrap .footer-logo{
	font-size: 14px;
    text-align: center;
}

/* =#AJAX FORM STYLES
================================================================*/
.fw-500{
	font-weight:500;
}
.fw-600{
	font-weight:600;
}
.fw-700{
	font-weight:700;
}
.margin-b40{
	margin-bottom:40px;
	display:block;
}
.del-row{
	color: #a43328;
	display: block;
	font-size: 14px;
	font-weight: bold;
	left: 0;
	margin-top: 8px;
	position: relative;
}
.add-row{
	text-align:right;
	margin-top:15px;
}
.add-row a{
	color:#4a4a4a;
	font-size:14px;
	cursor:pointer;
}
.add-row a span{
	color: #287ba4;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	padding: 0 0 0 5px;
	position: relative;
	top: 3px;
}
.ajaxform {
	margin-top:20px;
}
.ajaxform  .form-field{
	margin-bottom:10px;
	position: relative;
}
.ajaxform  .input-item{
	margin-bottom:20px;
}
.ajaxform  .form-field div[class*="col"] {
	position:static;
}
.ajaxform .field-label{
	font-size: 16px;
	color: #4a4a4a;
	padding-right: 6px;
}
#financial-section .ajaxform .field-label{
	font-size: 15px;
}
.ajaxform label{
	font-size:16px;
	color:#4a4a4a;
}
.ajaxform  .field-wrap{
	margin:6px 0 0px;
}
.ajaxform  .rlabel{
	margin-left:25px;
}
.ajaxform  .rlabel input{
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.ajaxform  .dollar-field,
.ajaxform  .percentage-field{
	position:relative !important;
}
.ajaxform  .dollar-field span{
	color: #9b9b9b;
    font-size: 16px;
    left: -13px;
    position: absolute;
    top: 5px;
}
.ajaxform  .sub-label{
	font-size: 16px;
	text-align:center;
    /*margin-left: 58px;*/
    position: relative;
    top: 0px;
}
.ajaxform .form-field .tooltip-wrap{
    /*position: absolute;
    bottom:18px;*/
	position:relative;
	padding-right: 6px;
}
a.tooltip,
.bclr-bold{
	cursor:pointer;
	font-weight: 600;
    border-radius: 17px;
    color: #fff!important;
    display: inline-block;
    font-size: 18px;
    height: 25px;
    line-height: 1;
    padding: 4px;
    text-align: center;
    width: 25px;
	background-color:#286090;
	opacity: 1;
	z-index: 45;
	margin-top: -5px;
	margin-left: 2px;
}
a.tooltip{
	font-family: "Poppins", sans-serif;
	/*right:0;*/
	top:4px;
	/*position:unset !important;*/
	z-index: 9 !important;
	display:inline-block;
}
.ajaxform .orinfo{
	left: 0;
	top: 27px;
	position: absolute;
	right: 13px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	width: 25px;
}
.form-pagi{
	margin-top:25px;
	position:relative;
}
.form-pagi a{
	text-decoration:underline;
	margin-right:30px;
	font-size: 16px;
	font-weight: 600;
	position: absolute;
	right: 8px;
	left: 0;
	top: 6px;
	max-width: 266px;
	margin:0 auto;
}

.step-7 a{
	position:unset;
	margin-right:30px;
}
#multi-family,
#tenant-details,
#gross-lease,
#triple-net,
#cash-flow{
	border-bottom: 1px solid #bebebe;
    padding-bottom: 10px;
}

#multi-family label,
#tenant-details label,
#gross-lease label,
#triple-net label,
/*#cash-flow label,*/
.total-section label{
	margin-bottom:4px;
}

/* Sortable List */
.sortable-list{
	list-style:none;
	margin:0;
}
.sortable-list li{
	padding-top:10px;
}
.sortable-list select{
	border:1px solid #d0d0d0;
	color: #888;
	width:100%;
	height:34px;
	font-size:16px;
}
.sortable-list input,
.total-section input{
	width:100%;
}
.total-section .orinfo {
    left: 12px;
}

/* Step 3 */

/*#triple-net{
	display:none;
}*/
.radio-wrap{
	display:inline-block;
	position: relative;
}

.valuation-form .input-item ,
.cflow-form .input-item {
   margin-bottom: 18px;
	position: relative;
}
.content-wrap .value-range{
    /*padding: 95px 102px 80px;*/
    padding: 95px 10px 80px;
	position: relative;
}

.content-wrap .value-range.loaded{
	padding: 35px 0 0;
}

.content-wrap .apply-button{
	text-align:center;
}

.apply-button button{
    margin: 0 auto;
    position: unset;
    margin-bottom: 11px;
}

#capslider img{
	margin: 0 auto;
	position: absolute;
	right: 0;
	left: 0;
}

.content-wrap .slidersection{
	background: #eaeaea none repeat scroll 0 0;
    border: 2px solid #000000;
    margin-bottom: 25px;
    margin-top: 6px;
}

.analysis-section {
    margin-top: 21px;
    padding-left: 12px;
    padding-right: 12px;
}

/* Step5 */
#financial-section .orinfo{
	top: 6px;
}
.ajaxform .line-section {
    border-bottom: 1px solid #d0d0d0;
    height: 34px;
    width: 180px;
	padding-left:0;
}

/* Step 7 */
.assumptions-wrap{
    margin-top: 20px;
}
.assumptions-wrap li {
    color: #959595;
    font-size: 15px;
}
.assumptions-wrap .text-widget{
	border-bottom: 1px solid #bebebe;
	padding:18px 0;
}
.assumptions-wrap .text-widget:last-child{
	border-bottom:0;
}
.assumptions-wrap h3.widget-title{
	border-bottom:0;
}
.text-widget a.edit-link {
    display: block;
    font-weight: bold;
    margin-top: 16px;
    text-decoration: underline;
}
.ajaxform .percentage-field span {
    color: #9b9b9b;
    font-size: 16px;
    position: absolute;
    top: 5px;
	right: 0;
}

.step2 .percentage-field span,
#cash-flow .percentage-field span,
.step4 .percentage-field span{
	right: auto;
}
.percentage-field .cap-rate{
	width:157px !important;
}
#content .email-section {
	margin-top: 0;
    text-align: center;
} 

.pagination-wrap{
	position:relative;
}

.steps-wrap .tloader {
    margin: auto;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 5px;
	vertical-align:middle;
}

.remodal-overlay.without-animation.remodal-is-opening,
.remodal-overlay.without-animation.remodal-is-closing,
.remodal.without-animation.remodal-is-opening,
.remodal.without-animation.remodal-is-closing,
.remodal-bg.without-animation.remodal-is-opening,
.remodal-bg.without-animation.remodal-is-closing {
animation: none;
}
  
.remodal .later-content {
    margin: 0 auto;
    width: 69%;
}

.later-content .emailsection{
    width: 100%;
}

.later-content .form-section{
    margin-top: 28px;
}

.form-section label{
    font-size: 18px;
    padding-right: 11px;
}

.form-section span.required{
    color: #af4d44;
    font-size: 18px;
    padding: 8px;
	position:absolute;
	top:0;
}

.fr-element input[type="text"],
.fr-element input[type="email"]{
	width:100% !important;
}

span.accepted{
    color: #a4a4a4;
    font-size: 13px;
    margin-left: 11px;
    text-align: right;
}

.form-section .fr-element{
	position:relative;
	margin-bottom: 28px;
}

.fr-element input[type="text"]{
    border: 1px solid #d0d0d0;
    color: #000;
}

.fr-element .error_email,
.fr-element .error_term,
.fr-element .cerror_term,
.fr-element .cerror_email,
.fr-element .eerror_term,
.fr-element .captcha_error,
.fr-element .eerror_email{
	color: #af4d44;
	text-align:left;
	font-size: 14px;
}
.fr-element input[type="checkbox"]{
    margin-top: 18px;
}
.fr-element .agree_check{
	text-align:left;
}
#capslider {
    min-height: 128px;
}

.single-slider{
	display:block !important;
}

.percentage-field .left-perc{
	left:-12px !important
}

table.cashflow th {
    background: #c0c0c0 none repeat scroll 0 0;
    color: #000000;
}
table.cashflow tbody tr:nth-of-type(2n+1){
	 background: #e0e0e0 none repeat scroll 0 0;
}
.cashflow .title {
    color: #000000;
    font-weight: bold;
}
#combinedsf.ered,
.cashflow .ered,
.futuresales .ered,
.cashflow-section .ered{
	color:#B41E2D;
}

p.halfwidth {
    margin: 0 auto 15px;
   /* text-align: justify;*/
	font-size: 16px;
	line-height: 22px;
}

.widget-text .scroll{
	height:300px;
	overflow-y:scroll;
}

.headersection{
   margin-bottom: 2px;
}

.headersection thead td{
	text-align:center;
	background:#E0E0E0;
	color:#000000;
	font-weight:bold;
}

#pexpense,
#dpayment,
.nvalue,
#vrate{
	color:#FF1500;
}

span.idsection{
	float:right;
}

.sliderlink {
    display: block;
    margin-bottom: 18px;
	text-align: center;
}

.rlink a{
	float: right;
    font-size: 12px;
    font-weight: 400;
	text-align:right;
	margin-top:10px;
}

.field-wrap input[type="radio"] {
   display: none;
}
.field-wrap input[type="radio"] + div {
   height: 20px;
   width: 20px;
   display: inline-block;
   cursor: pointer;
   vertical-align: middle;
   background: #FFF;
   border: 2px solid #d2d2d2;
   border-radius: 100%;
   margin-right: 6px;
   margin-top: -4px;
} 
  
.field-wrap input[type="radio"] + div:hover {
	border-color: #c2c2c2;
}
.field-wrap input[type="radio"]:checked + div {
	background:gray;
}

.value-range .slider-info{
	background: #ffffff none repeat scroll 0 0;
    border-radius: 6px;
    font-weight: bold;
    left: 9px;
    padding: 6px;
    position: absolute;
    top: 9px;
}

.disclaimer-text{
	text-align:center;
	padding-bottom:15px;
}

#container .pagination-wrap{
	margin-bottom: 25px;
    margin-top: 25px;
}

/* Login And Register */
#sidebar .login_area{
	margin-top:20px;
}
.login_area a{
	font-weight:500;
}

.login_wrapper .tab-content{
	display: none;
}
.login_wrapper .tab-content.current{
	display: inherit;
}
.login_wrapper ul.tabs{
	text-align:right;
	margin:0;
	list-style:none;
}
.login_wrapper ul.tabs li{
	background:#2B4D7C;
	color: #fff;
	float:left;
	padding: 8px 28px;
	cursor: pointer;
	font-weight:500;
	border-radius:4px 4px 0px 0px;
	font-size:21px;
	text-transform:uppercase;
	border:1px solid #DEDEDE;
	border-bottom:0;
	margin-right:2px;
}
@media screen\0 {
	.login_wrapper ul.tabs li{
		padding: 8px 27.4px;
	}
}
.login_wrapper ul.tabs li:last-child{
	float:right;
	margin-right:0px;
}

/* For Safari browser only */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, .login_wrapper ul.tabs li{
		padding: 8px 27px;
		font-size: 21px;
	}
}
.login_wrapper ul.tabs li.current{
	background: #eee;
	color: #000;
}
.login_wrapper,
.newpass_wrapper{
	float: none!important;
    margin: 0 auto;
	margin-top: 55px;
}
.login_wrapper .tcontent_wrap{
	padding:30px 20px;
	background-color:#eee;
	border:1px solid #DEDEDE;
	border-top:0;
}

.login_wrapper input[type="text"],
.login_wrapper input[type="email"],
.login_wrapper input[type="password"]{
	width:100%;
	margin:10px 0;
	background-color:#eee;
	color:#000;
}
.login_wrapper input[type="submit"]{
	background-color: #2B4D7C;
}
.alert{
	font-weight:600;
	text-align:center;
}
.alert-error{
	color:#FA5700;
	font-size:18px;
}
.success{
	color:#84B845;
}
.reset_wrapper p.reset_success{
	text-align:center;
}
.reset_wrapper a.login_link{
	display: block;
    margin-top: 20px;
}
#sidebar .user_sessions{
	margin:20px 0;
}
.user_sessions a.cal_session{
	display:block;
	margin:5px 0;
	display:inline;
}
.user_sessions a.current_session{
	font-weight:bold;
}
.user_sessions a.cal_pdf{
	margin-left:10px;
	color:#1ABC9C;
	font-size:22px;
}
.user_sessions .csess_links{
	margin-bottom:5px;
}
.user_sessions .cals_title{
	color:#4a4a4a;
	font-weight:500;
}
.login_wrapper .sec_title{
	color: #2b4d7c;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}
#valuation-info .property_field_wrap,
#valuation-info .cap_relation_wrap{
	float:left;
}
#valuation-info .cap_relation_wrap img{
	max-width:100%;
}
.forgot_section .link_msg,
.forgot_section .email_note{
	font-size:15px;
}

a.oneyear{
	margin-left:55px !important;
}

img.property_preview{
	max-width:200px;
}

div.age_property{
	top:0;
}

#rangesection{
	list-style:none;
	margin:0;
	text-align: center;
}

#rangesection li{
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 19px;
	font-size: 14px;
	text-align: center;
}

#rangesection li:first-child{
	margin-left: 0;
}

.tpadding{
    padding-top: 22px;
}

div.infotext{
	font-size:14px;
	display:inline-block;
}

#valuation-info a.tooltip,
#cash-flow a.tooltip {
    right: auto;
    top: 2px;
}

.relative{
	position:relative !important;
}

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

.radio-wrap a.tooltip {
    margin-left: 0;
    right: -21px;
}

.relative > div{
	z-index:9
}

.topbar {
    z-index: 9999 !important;
}

li.sessionurl{
	clear: both;
	padding-top: 19px;
}

li.sessionurl a:last-child{
	font-size:14px;
}

.analysis-review .ajaxform a.generate_pdf{
	font-size:16px;
}

.assumptions-wrap #tenant-details,
.assumptions-wrap #triple-net,
.assumptions-wrap #gross-lease{
	border:0;
	padding-bottom:0;
	overflow:auto;
}

.analysis-review .assumptions-wrap{
	margin-top:0;
}

.tooltip-wrap  label{
	max-width:100%;
	display:inline-block;
}

.assumptions-wrap .widget-text {
    position:relative;
	z-index:0;
}

.left-sidebar .scroll-sidebar{
   overflow-y: auto !important;
   overflow-x: hidden !important;
}

.step2 .percentage-field>div{
	position:relative !important;
}

.step2 .percentage-field>div span{
	right:15px;
}

.groosslease div:last-child,
#triple-net div:last-child,
#tenant-details div:last-child,
#multi-family div:last-child{
	text-align:center;
}

label.mobile{
	display:none;
}

.add-row a{
	float:right;
}

.tpadding .tooltip{
    top: 25px;
}

.fade:not(.show){
	z-index:-1 !important;
}

#multi-family select{
	margin-bottom: 10px;
}

.analysis-review .dollar-field span {
    position: unset;
}

.analysis-review .dollar-field{
	text-align:left !important;
}

.step6 select{
	width:auto;
}

.field-wrap .radio-wrap:first-child .rlabel,
.field-wrap.sectiondetail .rlabel:first-child{
	margin-left:0;
}

#vacancy_rate,
#percentage,
#pcrate,
#lpercentage,
#intr,
#annualrate,
#expenserate,
#csrate,
#cost_of_sale,
#cost_of_saledollar,
#dpercentage,
#ipercentage,
.e_percentage,
.ge_percentage{
	max-width:96px;
}

.percentage_wrap .sub-label{
	text-align:left !important;
}

.percentage-field span.hint{
	color: #FF1500;
	font-size: 14px;
	display: block;
	position: unset;
}

.value-range .slider-container {
	margin:0 auto;
}

.copied {
    font-size: 11px;
	color: #48a048;
	margin-left: 0px;
	font-weight: bold;
}

.step1 .error{
	font-size:14px;
}

.darea{
	padding-top:20px !important;
}

.inactive{
	display:none;
}

#financial-section a,
.building_detail a,
.building_detail .nsection{
	font-size:14px;
}

.construction_section .percentage-field span {
    right: -3px !important;
    font-size: 12px;
    top: 7px;
}

.construction_section .percentage-field.pf span {
	right: 3px !important;
	font-size: 14px;
	top: 7px;
}

.construction_section .dollar-field span{
	font-size: 12px;
	left: -9px;
	top: 7px;
	width: 10px;
}

.construction_section ul li>div,
.otheresection>div{
	font-size:16px;
}

.construction_section input,
.otheresection>div:last-child{
	text-align:right;
}

.construction_section .elabel input{
	text-align:left;	
}

.sidebar-wrap .text-widget:last-child{
	margin-bottom:0;
}

.construction_section .percentage-field span.notabsolute {
	right: -18px !important;
    left: auto;
    width: 19px;
}

.smallspan input{
	width: 50px;
}

.smallspan span{
	position:unset !important;
}

.embed_divided{
	height:15px;
}

.navbar.embed{
	height:10px;
	min-height:auto !important
}

.leftembed{
    padding-top: 12px !important;
}

#gross-lease table{
	border-collapse: collapse;
}

#savedproperties{
	list-style:none;
	margin-left: 0;
}

#savedproperties a{
	font-size:16px;
}

#accountprofile .form-group {
  margin-bottom: 2px;
}

#accountprofile input[type="text"],
#accountprofile input[type="email"] {
  border: 2px solid #bdc3c7;
  color: #34495e;
  font-size: 15px;
  line-height: 1.467;
  padding: 8px 12px;
  height: 42px;
  border-radius: 6px;
  box-shadow: none;
  width:100% !important;  
  display:block !important;
}

#accountprofile label {
  font-weight: normal;
  font-size: 15px;
  line-height: 2.3;
  display: inline-block;
  margin-bottom: .5rem;
}

#accountprofile .alert-error,
#accountprofile .success{
	text-align:left;
	padding:0;
}

#accountprofile .alert-error p,
#accountprofile .success p{
	margin:0;
}

#accountprofile .success {
  color: green;
}

ul.headersession {
  margin-left: 0;
  margin-top: -5px;    
}

.nav-item .account{
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.session-widget ul{
	margin:0;
}

.session-widget .crlinks{
	padding-top: 0;
}

#implies_equity.negative_value{
  color: red;
}

.dollarunit {
	padding:0 !important;
}

.redcolor{
	color: #ffa9a9 !important;
}

#impactfees_percost{
	width:82% !important;
}

.impactfees_label{
	width: 24% !important;
}

a.oneyearxl {
  margin-left: 57px !important;
} 

/* Flash massage CSS */
.onboarding_signup{
	display: flex;
	color: #34495e;
	height: 100%;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	justify-content: space-around;
	min-height: 100vh;
}

.onboarding_signup .onboarding-signup-page-left{
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	background: #fff;
	-webkit-box-shadow: 16px 0 32px rgba(0,0,0,.1);
	box-shadow: 16px 0 32px rgba(0,0,0,.1);
	justify-content: flex-end;
	display: flex;
	flex-basis: 50%;
	flex-grow: 1;
	padding: 48px 24px;
}

.onboarding-signup-page_container-right {
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-basis: 50%;
  flex-grow: 1;
  padding: 48px 24px;
  background-color: #5112E5;
  text-align:center;
}

.onboarding-signup-page_container-right>div{
	max-width: 554px;
}

.onboarding-signup-page_container-right h1{
	color: #fff !important;
	margin-bottom: 35px;
}

.onboarding_signup .onboarding-signup-page-left .onboarding-signup-page_content{
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.onboarding-signup-page_content .signup-form{
	max-width: 391px;
	width: 100%;
}

.onboarding-signup-page_content {
  flex-basis: 520px;
  flex-grow: 0;
  flex-shrink: 1;
  justify-content: space-evenly;
  min-width: 50%;
}

.onboarding-item {
  margin-bottom: 1rem;
}

.signupform_container {
  margin-top: 16px;
}

.onboarding_signup .form-control{
  border: 2px solid #bdc3c7;
  color: #34495e;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.467;
  padding: 8px 12px;
  height: 42px;
  border-radius: 6px;
  box-shadow: none;
  width: 100%;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.onboarding_signup .form_button:hover {
  background-color: #5668c7;
  color: #fff;
}

.onboarding_signup h1{
	color:#34495e
}

.onboarding_signup .form_info {
  color: #6f7282;
  font-size: 18px;
  font-weight: 400;
}

.onboarding_signup .terms-of-service {
  font-size: 14px;
  margin-top: 16px;
}

.onboarding_signup a {
  color: #1671A0;
  text-decoration: none;
  transition: .25s;
}

.onboarding_signup label {
  display: inline-block;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1rem;
  color: #34495e;
}

.onboarding_signup button.form_button {
  display: inline-flex;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: transparent;
  color: #36394d;
  font-family: Barlow,sans-serif;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: .03125rem;
  line-height: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #100d59;
  color: #fff;
  margin-top: 16px;
}

.signup-form img{
  margin-bottom: 10px;
 /* width: 54%; */
}

.onboarding-signup-page_container-right img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

.acknowledgeerror {
  color: red;
  font-size: 20px;
}

button.nothanks_button{
    width: auto;
    border-radius: 4px;
    background-color: #2b7c48;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    border: 0;
    padding: 8px 16px 8px 16px;
}

div.headerpopup{
    position:fixed; 
    top:20%; 
    left:50%; 
    transform:translate(-50%, -50%); 
    z-index:10000; 
    background-color:white; 
    border:1px solid #ccc; 
    border-radius: 4px; 
    padding:20px; 
    width:300px; 
    text-align:center;
}


div.headerpopup h2 {
  margin: 0;
  margin-bottom: 22px;
  font-size: 21px;
  color: #000;
  font-weight: 500;
}

a.viewlisting{
	font-size:15px;
}

/* Captcha start */
.needhelp #captcha,
.needhelp #captcha_save{
	margin: 0 !important;
}

.needhelp .slidercaptcha {
    width: 100%;
    border-radius: 4px;
    margin-top: 0;
	text-align: left;
}

.needhelp .captcha_error{
	text-align:left;
}
.needhelp .slidercaptcha canvas:first-child {
    border-radius: 5px;
    border: 1px solid #e6e8eb;
}

.needhelp .sliderContainer {
    position: relative;
    text-align: center;
    line-height: 40px;
    background: #f7f9fa;
    color: #45494c;
    border-radius: 2px;
}

.needhelp .sliderbg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #f7f9fa;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #e6e8eb;
}

.needhelp .sliderContainer_active .slider {
    top: -1px;
    border: 1px solid #1991FA;
}

.needhelp .sliderContainer_active .sliderMask {
    border-width: 1px 0 1px 1px;
}

.needhelp .sliderContainer_success .slider {
        top: -1px;
    border: 1px solid #02c076;
    background-color: #02c076 !important;
    color: #fff;
}

.needhelp .sliderContainer_success .sliderMask {
    border: 1px solid #52CCBA;
    border-width: 1px 0 1px 1px;
    background-color: #D2F4EF;
}

.needhelp .sliderContainer_success .sliderIcon:before {
    content: "\f00c";
}

.needhelp .sliderContainer_fail .slider {
    top: -1px;
    border: 1px solid #f35c59;
    background-color: #f35c59;
    color: #fff;
}

.needhelp .sliderContainer_fail .sliderMask {
    border: 1px solid #f35c59;
    background-color: #f7dcdd;
    border-width: 1px 0 1px 1px;
}

.needhelp .sliderContainer_fail .sliderIcon:before {
    content: "\f00d";
}

.needhelp .sliderContainer_active .sliderText, .sliderContainer_success .sliderText, .sliderContainer_fail .sliderText {
    display: none;
}

.needhelp .sliderMask {
        position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    border: 0 solid #d1e9fe;
    background: #d1e9fe;    
    border-radius: 2px;
}

.needhelp .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: background .2s linear;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.needhelp .slider:hover {
        background: #009efb;
    color: #fff;
    border-color: #009efb;
}

.needhelp .slider:hover .sliderIcon {
    background-position: 0 -13px;
}

.needhelp .sliderText {
    position: relative;
}

.needhelp .refreshIcon {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    padding: 6px;
    color: #fff;
    background-color: #ff4c4c;
    font-size: 14px;
    border-radius: 50px;
}

.needhelp .refreshIcon:hover {
    color: #fff;
}

.needhelp .block {
    position: absolute;
    left: 0;
    top: 0;
}

.needhelp .slidercard-header span {
  font-size: 14px;
}

.yearssection{
	position:relative;
}

.yearssection .lockdiv{
	position: absolute;
	width: 100%;
	height: 100%;
}
/* Captcha ends */

@media screen and (max-width: 952px) {
  .onboarding-signup-page-left, .onboarding-signup-page_container-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .onboarding_signup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  
  .onboarding-signup-page_content {
	  flex-basis: 100%;
	}
}