@import url('https://fonts.googleapis.com/css?family=Lato:300,400|Nunito:300,400');

body,html {width: 100%; height: 100%;}
body.wait *, body.wait { cursor: wait !important; }
a:hover {color: #000; text-decoration:none; outline: 0;}
a:active,a:focus {text-decoration: none; color: #23527c; outline: 0;}
body{background:#fff; font-family: 'Lato', sans-serif;}
.clr{clear:both;}
:focus{outline:0;}
.navbar-brand{padding-top:0; margin-top: 15px; float: none; height: 100%; vertical-align: middle;}

/*Styles for Loader*/
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
} 

.progress {
	position: absolute;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	display: block;
	width: 5em;
	height: 5em;
	margin: 0 .5em;
	font-size: 12px;
	text-indent: 999em;
	overflow: hidden;
	animation: spin 1s infinite steps(8);
	margin: auto;
	box-shadow: none;
	background: none;
}

#loader {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 99;
	left: 0;
	overflow: hidden;
	min-height: 500px;
}

.progress:before,
.progress:after,
.progress > div:before,
.progress > div:after {
	content: '';
	position: absolute;
	top: 0;
	left: 2.25em; /* (container width - part width)/2  */
	width: .5em;
	height: 1.5em;
	border-radius: .2em;
	background: #eee;
	box-shadow: 0 3.5em #eee; /* container height - part height */
	transform-origin: 50% 2.5em; /* container height / 2 */
}

.progress:before {
	background: #f4be50;
}

.progress:after {
	transform: rotate(-45deg);
	background: #f4cd7f;
}

.progress > div:before {
	transform: rotate(-90deg);
	background: #f4dba8;
}

.progress > div:after {
	transform: rotate(-135deg);
	background: #f2e0bc;
}

.mobile-overlay {
	background: #eff0f1;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
	top: 0;
	left: 0;
	position: fixed;
}

.intro {
	width:100%;
	min-height: 700px;
	padding: 150px 0 0 0;
	text-align:center; 
	color: white;
	/*background: url('../img/intro-bg-rescaled.jpg') no-repeat left scroll;*/
	background-color: black;
	/*background: #F0E9E1;*/
	background: #FFFBF8;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	background-size: cover; 
	-o-background-size: cover; 
	margin-top:0;
}
  
.intro .intro-body {display: table-cell;vertical-align: middle;}
.intro .intro-body .brand-heading span{font-weight:300;}
.intro .intro-body .brand-heading { font-weight: 600; margin: 0 0 20px; color:#08384d; font-family: 'Lato', sans-serif; text-align:left;}
.intro .intro-body .intro-text {
	font-size: 2em; 
	padding:0; 
	color:#08384d; 
	text-align:center; 
	line-height:33px;
}

.intro .intro-body h1 {
	font-size: 3.375rem;
    line-height: 1.1842;
}

.get-started-btn{
	background:#cc9029; 
	border-radius:5px; 
	padding:15px 20px; 
	color:#fff; 
	font-size:18px; 
	/*text-transform:uppercase;*/
	margin-top:20px;
	display: inline-block;
}
.get-started-btn:hover, .get-started-btn:focus{background:#b87f1e; color:#fff;}

.intro .get-started-btn {
	padding: 15px 50px;
	margin-top: 40px;
}

@media (min-width: 768px) {
	.intro {
		padding: 50px 0 0 0;
	}
}

@media (min-width: 992px) {
	.intro .intro-body {
		padding: 0 0 0 50px;
	}
	
	.intro .intro-body h1 {
		font-size: 4.4375rem;
		line-height: 1.1818;
	}
	
	.intro {
		/*background: url('../img/intro-bg-rescaled.jpg') no-repeat top scroll;*/
		display:table;
		-webkit-background-size: cover; 
		-moz-background-size: cover; 
		background-size: cover; 
		-o-background-size: cover; 
		padding: 0 !important;
	}
	
	.intro .intro-body .intro-text {
		text-align: left;
		font-size: 30px;
		font-weight: 600;
	}
	
	.intro .get-started-btn {
		float: left;
		margin-top: 20px;
	}
}

.intro-carousel { z-index: -99; height: 100%;}
.intro-carousel .item {
	opacity: 0;
	left: 0 !important;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.one {
	background: url('../img/intro-bg-rescaled.jpg') no-repeat bottom center scroll;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.two {
	background: url('../img/intro-bg-02.jpg') no-repeat bottom center scroll;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.intro-carousel .three {
	background: url('../img/Splashpage - Offwhite.jpg') no-repeat bottom center scroll;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
}

.intro-carousel .active {
	opacity: 1 !important;
}

.intro-carousel .left {
	opacity: 1 !important;
	-webkit-transition: opacity 0.5s  !important;
	-moz-transition: opacity 0.5s  !important;
	-ms-transition: opacity 0.5s  !important;
	-o-transition: opacity 0.5s  !important;
	transition: opacity 0.5s  !important;
}

.fixed-top {position:fixed; top:0; right:0; left:0;  z-index:1030;}
.fixed-top{padding: 20px;}
.nav-item{list-style:none}
.nav-item .nav-link{font-size:20px; color:#002433; margin:0; padding:0; text-align:left; text-transform:uppercase; cursor:pointer;}
.nav-item .nav-link:hover,.nav-item .nav-link:focus{color:#002433; text-decoration:underline;}
.nav-item .nav-link span{text-transform: lowercase;}
.fixed-top.scrolled {background-color: #fff !important; transition: background-color 200ms linear; padding: 20px 0; margin-top: 0; border-bottom:1px solid #ebf0f2;}
.fixed-top.scrolled .nav-item {margin-top: 10px;}

.how-steps-section h1 {
    font-size: 50px;
    padding: 0;
    text-align: center;
    font-family: 'Nunito', sans-serif;
	color: #0e3950;
}

.how-steps-section .how-info-step {
    margin: 60px 0 120px 0;
	display: block;
}

.how-steps-section h3 {
    font-size: 30px;
    margin-top: 0px;
    color: #0e3950;
	font-weight: bold;
}

.how-info-step p {
    font-size: 22px;
    color: #0e3950;
    font-weight: 300;
}

.how-info-step .step-info {
    margin-top: auto;
    margin-bottom: auto;
	text-align: center;
}

#how-steps-section {
	padding: 60px 0 60px 0;
}

#feature-section{padding:80px 0 60px 0; color:#08384d;}
#feature-section h3{text-align: center;}
#feature-section h1{font-size:50px; margin:0 0 35px 0; padding:0; text-align:center; font-family: 'Nunito', sans-serif;}
.feature-box img{margin:0 auto 30px auto; display:block; text-align:center; }
.feature-box h4{font-size:19px; color:#002433; margin:0 0 15px 0; padding:0; text-align:center; }
.feature-box p{font-size:14px; color:#002433; margin:0; padding:0; line-height:24px;}
.feature-row{padding: 20px; margin: 10px 0; /*box-shadow: 0px 0 8px 0px #0b2833; background: #ebf0f3;*/ }
.feature-row .zoom {transition: transform .2s; width: 100%; max-height: 400px; max-width: 550px;}
.feature-row .zoom:hover {transform: scale(1.5); z-index: 1000;}
.feature-row .image-container{padding: 10px; box-shadow: inset 0 0 4px #0b2833; margin: 20px auto; max-width: 575px; max-height: 450px; text-align: center; }
.feature-row .image-container:hover{z-index: 100;}

#middle-section{padding:60px 0 0 0; border-top:1px solid #ebf0f2; }
.middle-box{margin:0 0 60px 0;}
.middle-box h3{font-size:35px; color:#002433; margin:0 0 15px 0; padding:0; font-family: 'Nunito', sans-serif;}
.middle-box p{font-size:20px; color:#002433; margin:0; padding:0; line-height:28px;}

.bottom-footer{margin:0; padding:0}
.bottom-footer li{color:#fff; margin-left:17px; display:inline-block;}
.bottom-footer li img{margin-top:-13px;}
.bottom-footer li p{color:#fff;font-size:15px; text-decoration:none; letter-spacing:1px; margin:0;}

.footer-link{margin:0; padding:0; text-align: right;}
.footer-link li{color:#fff; margin-left:17px; display:inline-block;}
.footer-link li a{color:#fff; font-size:15px; text-decoration:none; letter-spacing:1px;}
.footer-link li a:hover, .footer-link li a:focus{text-decoration:underline;}
.footer-section{background:#08384d; padding:30px 0; margin-top: 70px}

/*Signup + Signin Modal CSS Style*/
.modal-ku {width:90%; max-width: 1200px; margin:10% auto;}
.modal-ku .tab-content{width: 50%; float: left;}
.modal-ku .modal-header{border:0;}
#myModal .modal-content{padding:20px 5% 5% 5%; border:0; background:#f6f7f9; border-radius:0;}
#nameModal .modal-content{padding:20px 40px 20px 40px;}
#nameModal h3{text-align: center; margin: 0 5px 0 0; color:#2d6983; font-weight:400;}
#typeModal .radio{padding: 10px 20px; margin-left: 10px;}
#typeModal .controls{margin: 0 0 0 22px;}
#typeModal .label-description{color: #7792a1;}
#welcome-modal .modal-header{text-align: center; background-color: #4E84C4; color: #fff; border-radius: 5px 5px 0 0; border-color: #2e6da4;}
.report-preview-modal {width:90%; max-width: 1200px; margin:10% auto;}
#edit-photo-modal .modal-dialog {min-width: 800px; min-height: 500px}
#edit-photo-modal .upload-drop-zone {min-height:160px; max-height: 480px; line-height:240px; text-align:center; width:240px; margin: 0 auto 20px auto; font-size: 20px; border: dashed 2px #ccc; color: #ccc;}
#edit-photo-modal .take-picture-results {height: 240px; width: 320px;}
#edit-photo-modal .upload-drop-zone img {max-width: 100%;}
#edit-photo-modal .edit-photo-btn{font-size:15px; color:#002433; margin:15px 0 0 0; font-weight:600; padding:0; letter-spacing:1px; text-transform:uppercase; display: block; text-align: center;} 
#edit-photo-modal .edit-photo-btn:hover, #edit-photo-modal .edit-photo-btn:focus{text-decoration:underline;}
#profile-setup-modal .modal-dialog {min-width: 800px; min-height: 500px}
#profile-setup-modal .upload-drop-zone {min-height:160px; max-height: 480px; line-height:240px; text-align:center; width:240px; margin: 0 auto 20px auto; font-size: 20px; border: dashed 2px #ccc; color: #ccc;}
#profile-setup-modal .take-picture-results {height: 240px; width: 320px;}
#profile-setup-modal .upload-drop-zone img {max-width: 100%;}
#profile-setup-modal .about-me td {padding: 10px;}
#profile-setup-modal .about-me textarea{border-radius:3px; color:#0b2833; box-shadow: none; height:45px; margin-bottom:0; background:#f5f6f8; border:1px solid #f0f0f0; width:100%; padding:0 2%; font-weight: 600; font-size: 16px;}
#profile-setup-modal .about-me .control-label{font-size:14px; color:#2d6983; margin:0 0 6px 0; padding:0; font-weight:600; letter-spacing:1px; text-transform:uppercase;}
#profile-setup-modal .modal-body {min-height: 425px;}
#emailModal .control-group { margin-bottom: 25px; }
#emailModal .control-label{font-size:14px; color:#2d6983; margin:0 0 6px 0; padding:0; font-weight:600; letter-spacing:1px; text-transform:uppercase;}
#emailModal .control-group textarea {border-radius:3px; color:#0b2833; box-shadow: none; height:45px; margin-bottom:0; background:#f5f6f8; border:1px solid #f0f0f0; width:100%; padding:0 2%; font-weight: 600; font-size: 16px;}
#emailModal .control-group .input-medium{border-radius:3px; color:#0b2833; box-shadow: none; height:45px; margin-bottom:0; background:#f5f6f8; border:1px solid #f0f0f0; width:90%; padding:0 2%; font-weight: 600; font-size: 16px;}

.report-options .checkbox label {display: inline-block;  position: relative; font-size:12px; color: #083953;   padding-left:10px; font-weight: 600; letter-spacing:1px; padding-top: 3px;}
.report-options .checkbox {padding-left:20px;}
.report-options .checkbox label::before {top:5px; content:""; display:inline-block; position:absolute;
    width:15px; height:15px; left:0; margin-left:-20px; border:1px solid #2d6983;
    border-radius:0px; background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.report-options .checkbox label::after {display:inline-block; position:absolute; width:25px; height:25px; left:0; top:-5px; margin-left:-22px; padding-left:3px; padding-top:0px; font-size:24px; color:#2d6983; }
.report-options .checkbox input[type="checkbox"] {opacity: 0;}
.report-options .checkbox input[type="checkbox"]:focus + label::before{outline:thin dotted;
    outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.report-options .checkbox input[type="checkbox"]:checked + label::after {font-family:'FontAwesome';
    content: "\f00c"; }
.report-options .checkbox input[type="checkbox"]:disabled + label {opacity: 0.65; }
.report-options .checkbox input[type="checkbox"]:disabled + label::before { background-color:#eeeeee; cursor: not-allowed;}
.report-options .checkbox.checkbox-circle label::before {border-radius:50%;}
.report-options .checkbox.checkbox-inline{margin-top:0;}

.signup-section{border-right:1px solid #0e3950; padding:0 100px 0 0; margin:60px 0 0 0;}
.form-heading{margin:-13px 0 30px 0;}
.form-heading h3{font-size:50px; color:#0e3950; margin:0 0 20px 0; padding:0; font-family: 'Nunito', sans-serif;}
.form-heading p{font-size:18px; color:#0e3950; margin:0; padding:0; line-height:25px;}

#signup p{margin:0; padding:0;}
.terms-of-use {
	font-family: "Avenir Next LT Pro","Avenir Next","Futura",sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    display: block;
    margin-top: 10px;
}
.form-input{border-radius:3px; color:#0e3950; box-shadow: none; height:45px; margin-bottom:15px; background:#fff; border:0; width:100%; padding:0 3%; font-weight: 600; font-size: 15px;}
.btn-submit{border: solid 1px #cc9029; background:#cc9029; border-radius:50px; padding:10px 30px; color:#fff; font-size:15px; margin:10px 0; cursor:pointer; border:0; letter-spacing:1px;}
.btn-submit:hover, .btn-submit:focus{background:#b87f1e; color:#fff;}

.modal-backdrop{background-color:#1f3944;}

.add-property-modal {width:90%; max-width: 1000px; margin:10% auto;}
.add-property-modal .tab-content{width: 50%; float: left;}
.add-property-modal .modal-header{border:0;}

.modal-content .close{color: #0e3950; cursor: pointer; font-size: 32px; text-transform: uppercase; letter-spacing: 1px; opacity: 1;}

.modal-content .close i{border-radius:50px; border:1px solid #08384d; height:26px; padding:0; width:26px; color:#08384d; text-align:center; font-size:13px; line-height:23px; background:#f6f7f9; margin-left:5px;}
.modal-content .close:hover i, .modal-content .close:focus i{background:#08384d; color:#fff;}
.modal-receipt-number p{display:inline-block; margin: 0 5px 0 0; font-size:14px; color:#2d6983; font-weight:600;}
.modal-receipt-number{margin-bottom:10px;}
.modal-logo{float:left; margin-left:50px;}

.login-section{padding:0 0 0 100px; margin:60px 0 0 0;}
.login-section p{margin:0; padding:0;}
.forgot-passwd{font-size:18px; color:#0e3950; margin:33px 0 0 0;  padding:0 0 0 25px; display: inline-block;}
.forgot-passwd:hover, .forgot-passwd:focus{text-decoration:underline;}



/*Property Showcase CSS Style*/
#rental-east-section{margin:15px 0 50px 0}
#quick-flips-section{margin:0}
.property-main-heading{background:#f6f7f9; border: 1px solid #bbd1d7; padding:10px;}

.property-main-heading h1{font-size:18px; color:#002433; margin:0; padding:0; font-weight:600; letter-spacing:1px;}
.property-main-heading i{margin:0 12px 0 5px; border-right:1px solid #b4c1c8; padding:0 15px 0 0; }
.property-main-heading .filter{float: right; cursor: pointer;}
.property-main-heading .filter i{margin:0 5px 0 12px; border-left:1px solid #b4c1c8; padding:0 0 0 15px; border-right: none; }
.property-main-section{border-bottom:1px solid #bbd1d7; padding:10px;}
.rental-east-info{margin: 0 0 0 0px;}
.rental-east-img {max-width: 300px;}
.rental-east-img img{max-height: 180px; max-width: 100%;}
.rental-east-info h4{font-size:14px; color:#002433; margin:0 0 5px 0; padding:0; font-weight:600; letter-spacing:1px;}
.rental-east-info h2{margin:0 0 8px 0;}
.rental-east-info h2 a{font-size:25px; color:#002433; margin:0 0 5px 0; padding:0;}
.rental-east-info a:hover, .rental-east-info a:focus{text-decoration: underline;}
/*.rental-east-info h2 a:hover{text-decoration:none;}*/
.rental-east-info h5{font-size:17px; color:#002433; margin:0 0 5px 0; padding:0; font-weight:600; letter-spacing:1px;}
.middle-box p{font-size:15px; color:#002433; margin:0; padding:0; line-height:25px;}

.add-property-btn{background:#fff; border:2px solid #bbd1d7; border-radius:5px; padding:10px 18px; color:#002433; font-size:14px; text-transform:uppercase; display: table; font-weight:600; letter-spacing:1px; margin:15px auto 0 auto;}
/* .add-property-btn:hover, .add-property-btn:focus{background:#b87f1e; color:#fff; border:1px solid #b87f1e;} */
.add-property-btn:hover{background:#f6f7f9;}
.add-property-btn i{border-radius:50px; height:20px; width:20px; color:#fff; text-align:center; font-size:14px; line-height:21px; background:#cc9029; margin-right:8px;letter-spacing: 0;}

.rental-property-info{margin:0; padding:0;}
.rental-property-info ul{padding: 0; margin-bottom: 5px;}
.rental-property-info li{margin-right:10px; color:#002433; font-size:15px; display:inline-block; font-weight:600; }
.rental-price-info h3{font-size:25px; color:#002433; margin:0; padding:0; font-weight:600; letter-spacing:1px;}
.rental-price-info p a{font-size:20px; color:#002433; margin:20px 0 10px 0; padding:0; font-weight:400; letter-spacing:0px;}
.rental-price-info p{font-size:14px; color:#002433; margin:20px 0 10px 0; padding:0; font-weight:400; letter-spacing:1px;}
.rental-price-info p a i{border-radius:50px;padding:0; width:20px; color:#fff; text-align:center; font-size:14px; line-height:21px; background:#cc9029; margin-left:8px;}
.rental-price-info p:hover a i, .rental-price-info p:focus  a i {background:#b87f1e;}

.property-price-info {text-align: right;}
.property-price-info h3{font-size:25px; color:#002433; margin:0; padding:0; font-weight:600; letter-spacing:.5px;}
.property-price-info p a{font-size:20px; color:#002433; margin:20px 0 10px 0; padding:0; font-weight:400; letter-spacing:0px;}
.property-price-info p{font-size:14px; color:#002433; margin:20px 0 10px 0; padding:0; font-weight:400; letter-spacing:1px;}
.property-price-info p a i{border-radius:50px;padding:0; width:20px; color:#fff; text-align:center; font-size:14px; line-height:21px; background:#cc9029; margin-left:8px;}
.property-price-info p:hover a i, .rental-price-info p:focus  a i {background:#b87f1e;}
.dashboard-property-btns-list {float: right; margin-left: auto;}
.dashboard-property-btns-list ul {list-style: none;}
.dashboard-property-btns-list li { margin: 0 10px 0 0; }

.header-banner{display:block; width:100%;  height:auto; padding:140px 0!important;
  text-align: center; color:white; background: url(../img/header-banner.jpg) no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-top:0;}
  
.agent-profile-info{margin:0 0 20px 0;}
#property-profile-section{background:#fff; padding:15px 50px 10px 50px;}
.property-statics-info{float:left; border-left:1px solid #97b2ba; padding-left:10px; margin-left: 15px;}
.property-statics-info h3{font-size:13px; color:#002433; margin:0 0 5px 0; padding:0; font-weight:600; text-transform:uppercase; letter-spacing:1px;}
.property-statics-info h1{font-size:30px; color:#002433; margin:0; padding:0; letter-spacing:1px;}
.property-statics-info h3 img{margin-right:5px;}
.agent-profile-img .profile-img{border-radius: 50%; width:160px; height:160px; border:1px solid #b1b0ad;}
.agent-profile-img .edit-profile{position:absolute; bottom: 0; left: 160px;}
.agent-logo-img{position: relative;  right:0; margin-top: 40px;}
.property-top-btn .add-property-btn{float:left; margin-top:25px; margin-bottom:15px;}
.agent-profile-img{/*position:relative; margin-top: 40px;*/}
.agent-profile-img-left .edit-profile{position:absolute; bottom: 0; right: 0;}
.agent-profile-img-left {width: 130px; height: 130px; position: relative; margin: auto;}
.agent-profile-img-left .profile-img{border-radius: 50%; width:160px; height:160px; border:1px solid #b1b0ad;}

 
.agent-profile-info h2{font-size:30px; color:#002433; margin:0 0 10px 0; padding:0; font-family: 'Nunito', sans-serif;}
.agent-profile-info h3{font-size: 18px; color:#002433; font-family: 'Nunito', sans-serif;}
.agent-profile-info h4{font-size:15px; color:#002433; margin:0 0 10px 0; font-weight:normal; padding:0; font-family: 'Nunito', sans-serif;}  
 
.create-report-btn{background:#cb902a; border:1px solid #cb902a; border-radius:100px; padding:10px 18px; color:#fff; font-size:14px; text-transform:uppercase; display: table; font-weight:normal; letter-spacing:1px; margin:16px auto 12px auto;}
.create-report-btn:hover, .create-report-btn:focus{background:#b87f1e; color:#fff; border:1px solid #b87f1e;}

.home-header-btn{background:#cb902a; border:2px solid #cb902a; border-radius:3px; padding:10px 16px; color:#fff; font-size:16px; display: table; font-weight:normal; letter-spacing:1px; margin:6px auto 6px auto;}
.home-header-btn:hover, .home-header-btn:focus{background:#b87f1e; color:#fff; border:1px solid #b87f1e;}



/*Settings Property CSS Style*/
#add-settings-section{margin-top: 45px; padding:0 20px 100px 20px; }
.setting-heading-box{padding:50px; border-bottom:1px solid #bbd1d7;}
.settings-form .control-group{margin-bottom:25px;}
.settings-form .control-group .control-label{font-size:14px; color:#2d6983; margin:0 0 6px 0; padding:0; font-weight:600; letter-spacing:1px;}

.settings-form .control-group .input-xlarge{border-radius:3px; color:#0b2833; box-shadow: none; height:45px; margin-bottom:0; background:#f5f6f8; border:1px solid #f0f0f0; width:100%; padding:0 2%; font-weight: 600; font-size: 16px;}
.settings-form .control-group .input-large{border-radius:3px; color:#0b2833; box-shadow: none; height:45px; margin-bottom:0; background:#f5f6f8; border:1px solid #f0f0f0; width:85%; padding:0 2%; font-weight: 600; font-size: 16px;}
.settings-form .control-group .input-medium{border-radius:3px; color:#0b2833; box-shadow: none; height:45px; margin-bottom:0; background:#f5f6f8; border:1px solid #f0f0f0; width:70%; padding:0 2%; font-weight: 600; font-size: 16px;}
.settings-form .control-group .input-xlarge-rate{border-radius:3px; color:#0b2833; box-shadow: none; height:45px; margin-bottom:0; background:#f5f6f8; border:1px solid #739eaa; width:70px; padding:0 1%; font-weight: 600; font-size: 15px; text-align:center; letter-spacing:1px;}
.settings-form .control-group ::placeholder { color:#0b2833; opacity: 1; /* Firefox */}
.settings-form .control-group :-ms-input-placeholder { /* Internet Explorer 10-11 */  color:#0b2833;}
.settings-form .control-group ::-ms-input-placeholder { /* Microsoft Edge */  color:#0b2833;}

.settings-form .checkbox{margin:25px 0 10px 0; padding-left:20px;}
.settings-form .checkbox label {display: inline-block;  position: relative; font-size:15px; color: #083953;   padding-left:15px; font-weight: 600; letter-spacing:1px; padding-top: 3px;}
.settings-form .btn-submit{padding:12px 45px; }
.settings-form h2{border-bottom: 1px solid #dce6ea; width: 75%; color: #2d6983;}
.settings-form .settings-info{width: 95%; margin: 20px auto;}

.settings-form .checkbox label::before {top:4px; content:""; display:inline-block; position:absolute;
    width:20px; height:20px; left:0; margin-left:-20px; border:1px solid #2d6983;
    border-radius:0px; background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.settings-form .checkbox label::after {display:inline-block; position:absolute; width:25px; height:25px; left:0; top:-5px; margin-left:-22px; padding-left:3px; padding-top:0px; font-size:24px; color:#2d6983; }
.settings-form .checkbox input[type="checkbox"] {opacity: 0;}
.settings-form .checkbox input[type="checkbox"]:focus + label::before{outline:thin dotted;
    outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.settings-form .checkbox input[type="checkbox"]:checked + label::after {font-family:'FontAwesome';
    content: "\f00c"; }
.settings-form .checkbox input[type="checkbox"]:disabled + label {opacity: 0.65; }
.settings-form .checkbox input[type="checkbox"]:disabled + label::before { background-color:#eeeeee; cursor: not-allowed;}
.settings-form .checkbox.checkbox-circle label::before {border-radius:50%;}
.settings-form .checkbox.checkbox-inline{margin-top:0;}

.settings-form .text-alerts .checkbox{margin:5px 0 5px 30px; padding-left: 20px;}
.settings-form .text-alerts .checkbox label {display: inline-block;  position: relative; font-size:14px; color: #083953; padding-left:10px; font-weight: 600; letter-spacing:1px; padding-top: 3px;}
.settings-form .text-alerts .checkbox label::before {top:5px; content:""; display:inline-block; position:absolute;
    width:15px; height:15px; left:0; margin-left:-20px; border:1px solid #2d6983;
    border-radius:0px; background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.settings-form .text-alerts .checkbox label::after {display:inline-block; position:absolute; width:20px; height:20px; left:0; top:-2px; margin-left:-22px; padding-left:3px; padding-top:0px; font-size:20px; color:#2d6983; }
.settings-form .text-alerts .checkbox input[type="checkbox"] {opacity: 0;}
.settings-form .text-alerts .checkbox input[type="checkbox"]:focus + label::before{outline:thin dotted;
    outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.settings-form .text-alerts .checkbox input[type="checkbox"]:checked + label::after {font-family:'FontAwesome';
    content: "\f00c"; }
.settings-form .text-alerts .checkboxl input[type="checkbox"]:disabled + label {opacity: 0.65; }
.settings-form .text-alerts .checkbox input[type="checkbox"]:disabled + label::before { background-color:#eeeeee; cursor: not-allowed;}
.text-alerts .disclosure-text {display: block; margin-left: 11px; font-size: 10px; color: #969696;}

.upload-profile-img{float:left; margin:0 0 60px 0; width: 100%; text-align:center;}
/*.upload-profile-img img{border-radius: 50%; width:140px; height:140px; border:1px solid #b1b0ad;}*/
.upload-profile-img a{font-size:15px; color:#002433; margin:15px 0 0 0; font-weight:600; padding:0; letter-spacing:1px; text-transform:uppercase; display: block; text-align: center;} 
.upload-profile-img a:hover, .upload-profile-img a:focus{text-decoration:underline;}

    
.upload-logo-img{float:left; margin:0 0 60px 0; width: 100%; text-align:center;}
.upload-logo-img img{border:1px solid #b1b0ad;max-width:250px;}
.upload-logo-img a{font-size:15px; color:#002433; margin:15px 0 0 0; font-weight:600; padding:0; letter-spacing:1px; text-transform:uppercase; display: block; text-align:center;} 
.upload-logo-img a:hover, .upload-logo-img a:focus{text-decoration:underline;}
.upload-logo-img .upload-drop-zone{height:200px; line-height:200px; text-align:center; width:250px; margin: 0 auto 20px auto; font-size: 24px; border: dashed 2px #ccc; color: #ccc;}

.top-setting-heading{border-bottom:1px solid #dce6ea; padding:0 0 15px 0; margin-bottom:35px;}
.top-setting-heading h2{font-size:30px; color:#08384d; margin:0; padding:0; text-align:left; font-family: 'Nunito', sans-serif;}
.cancel-setting, .setting-link{font-size:15px; color:#08384d; margin:0; padding:0; font-weight:600; text-transform:uppercase; letter-spacing:1px; float:right;}
.cancel-setting i, .setting-link i{border-radius:50px; border:1px solid #08384d; height:26px; padding:0; width:26px; color:#08384d; text-align:center; font-size:13px; line-height:26px; background:#fff; margin-left:5px;}
.cancel-setting:hover i, .cancel-setting:focus i, .setting-link:hover i, .setting-link:focus i{background:#08384d; color:#fff;}

.top-profile-img{margin:23px 15px 0 0; float:right}
.top-profile-img img{border-radius: 100%; width:30px; height:30px; border:1px solid #b1b0ad;}
.top-dropdown.list-unstyled{margin: 20px 25px 0 0; float:right}
.top-dropdown.list-unstyled .adropdown-toggle{font-size:16px; color:#fff;}
.top-dropdown.list-unstyled .dropdown-toggle::after{color:#fff; top: 3px; position: relative;}



/*Edit Property CSS Style*/
#edit-property-section{padding:60px 20px 100px 20px;}
.property-edit-form .control-group{margin-bottom:25px;}
.property-edit-form .control-group .control-label{font-size:14px; color:#2d6983; margin:0 0 6px 0; padding:0; font-weight:600; letter-spacing:1px;}

.property-edit-form .control-group .input-xlarge{border-radius:3px; color:#0b2833; box-shadow: none; height:45px; margin-bottom:0; background:#f5f6f8; border:1px solid #f0f0f0; width:100%; padding:0 3%; font-weight: 600; font-size: 15px;}
.property-edit-form .control-group ::placeholder { color:#0b2833; opacity: 1; /* Firefox */}
.property-edit-form .control-group :-ms-input-placeholder { /* Internet Explorer 10-11 */  color:#0b2833;}
.property-edit-form .control-group ::-ms-input-placeholder { /* Microsoft Edge */  color:#0b2833;}

.property-edit-img img{border:1px solid #b1b0ad;}
.property-edit-img a{font-size:14px; color:#002433; margin:0 0 0 0; font-weight:600; padding:0; letter-spacing:1px; text-transform:uppercase; display: block; text-align:left;} 
.property-edit-img a:hover, .property-edit-img a:focus{text-decoration:underline;}
.property-edit-form .btn-submit{padding: 12px 45px;}
.top-dropdown .dropdown-menu {padding:8px 22px; border:0; border-radius:0; border-top:3px solid #4e9ab7;}
.top-dropdown .dropdown-menu li{margin:10px 0;}
.top-dropdown .dropdown-menu li a{color:#002433; text-transform:uppercase; font-size:15px; font-weight:600; letter-spacing:1px; padding: 3px 10px 3px 0;}
.top-dropdown .dropdown-menu li a:hover, .top-dropdown .dropdown-menu li a:focus{color:#4e9ab7; background:transparent;}
.dropdown-menu{top:50px; right: 0; left: auto;}

/*Add Property Modal CSS Style*/
.add-property-next{border-top:1px solid #c4d1d6; float:left; width:100%; margin-top:15px; padding-top:10px;}
.add-property-next p{margin:0;}
.add-property-next .btn-submit{display:table; margin:20px auto 0; text-align:center; float:none; padding: 10px 45px;}
.add-property-heading{border-bottom:2px solid #c4d1d6; float:left; width:100%; padding-bottom:20px; margin-top:10px;}
.add-property-heading h3{font-size:35px; color:#0e3950; margin:0 0 20px 0; font-family: 'Nunito', sans-serif;}
.add-property-heading p{font-size:15px; color:#0e3950; margin:4px 0 0 0; padding:0; line-height:25px; clear: both;}

.edit-property-box{padding:0 25px 0 0; margin:35px 0 0 0;}
.edit-property-box p{margin:0; padding:0;}
.edit-property-box .form-input{border-radius:3px; color:#0e3950; box-shadow: none; height:45px; margin-bottom:15px; background:#fff; border:0; width:100%; padding:0 3%; font-weight: 600; font-size: 15px;}
.edit-property-box .btn-bs-file{position:relative;}
.edit-property-box .btn-bs-file input[type="file"]{ position: absolute; top: -9999999;  filter: alpha(opacity=0);opacity:0; width:0; height:0;outline:none; cursor: inherit;
background:#fff; border:1px solid #c1c1c1; border-radius:100px; padding:14px 18px; color:#002433; font-size:15px; text-transform:uppercase; display: table; font-weight:600; letter-spacing:1px; margin:20px auto 0 auto;}
.import-file-btn{background:#fff; border:1px solid #c1c1c1; border-radius:100px; padding:14px 18px; color:#002433; font-size:15px; text-transform:uppercase; display: table; font-weight:600; letter-spacing:1px; margin:0 0 20px 0; cursor:pointer;}
.import-file-btn:hover, .import-file-btn:focus{background:#b87f1e; color:#fff; border:1px solid #b87f1e;}
.import-file-btn i{border-radius:50px; height:25px; width:25px; color:#fff; text-align:center; font-size:18px; line-height:25px; background:#cc9029; margin-right:8px;}
.edit-property-box-right{padding:0 0 0 25px; margin:35px 0 0 0;}
.edit-property-box-right p{margin:0; padding:0;}

.import-cancel-btn-new{background:#fff; border:1px solid #c1c1c1; border-radius:100px; padding:10px 18px; color:#002433; font-size:15px; text-transform:uppercase; display: table; font-weight:600; letter-spacing:1px; margin:0 0 20px 0; cursor:pointer;}
.import-cancel-btn-new:hover, .import-file-btn:focus{background:#b87f1e; color:#fff; border:1px solid #b87f1e;}
.import-cancel-btn-new i{border-radius:50px; height:20px; width:20px; color:#fff; text-align:center; font-size:15px; line-height:20px; background:#cc9029; margin-right:8px;}


/*Analysis Property CSS Style*/
#analysis-property-top-section{padding:20px 15px 0 15px;}
.property-analysis-heading h4{font-size:15px; color:#002433; margin:0 0 5px 0; padding:0; font-weight:600; text-transform:uppercase; letter-spacing:1px;}
.property-analysis-heading h2{font-size:30px; color:#002433; margin:5px 0; padding:0;  font-family: 'Nunito', sans-serif;}
.property-analysis-heading h5{font-size:16px; color:#002433; margin:0 0 5px 0; padding:0; font-weight:600; letter-spacing:1px;}
.property-analysis-heading h6{font-size:25px; color:#002433; margin:25px 0 0 0; padding:0; font-weight:600; letter-spacing:1px; }

.rental-property-info-analysis{margin:30px 0 15px 0; padding:0;}
.rental-property-info-analysis li{margin-right:6px; color:#002433; font-size:15px; display:inline-block; font-weight:600; letter-spacing:1px;}

.property-slider-info{position:relative;}
.property-analysis-edit ul{float: right;}
.property-analysis-edit a{position:relative; right:0; top:0; font-size:15px; color:#002433; text-transform:uppercase; font-weight:600; letter-spacing:1px;}
.property-analysis-edit img{margin-left:5px; margin-top:4px;}

.property-slider-info p{font-size:16px; color:#002433; margin:0; padding:0; line-height:26px;}
.create-report-btn-analysis{background:#cb902a; border:1px solid #cb902a; border-radius:5px; padding:12px 20px; color:#fff; font-size:14px; float:left; text-transform:uppercase; font-weight:600; letter-spacing:1px; margin:30px 10px 30px 0;}
.create-report-btn-analysis:hover, .create-report-btn-analysis:focus{background:#b87f1e; color:#fff; border:1px solid #b87f1e;}
.dropdown-name{float: right; color: #fff;  font-size: 20px; margin-left: 0px; letter-spacing:1px; margin-top: 3px;}

#analysis-result-section{margin:0 0 50px 0;}
.property-main-heading-analysis{background:#f6f7f9; border-bottom:2px solid #bbd1d7; border:2px solid #bbd1d7; padding:10px 30px;}
.property-main-heading-analysis h1{font-size:18px; color:#002433; margin:0; padding:0; font-weight:600; letter-spacing:1px;}
.analysis-result-main-box{border:1px solid #bbd1d7; padding:20px 30px 10px 30px;}
.date-property-info{margin:0; padding:0;}
.date-property-info li{margin-right:6px; color:#002433; font-size:15px; display:inline-block; font-weight:600; }
.date-box-analysis h3{font-size:30px; color:#002433; margin:10px 0; padding:0; font-family: 'Nunito', sans-serif;}
.date-box-analysis p{font-size:16px; color:#002433; margin:0; padding:0; line-height:25px;}

.add-analysis-btn{background:#fff; border:1px solid #c1c1c1; border-radius:100px; padding:10px 18px; color:#002433; font-size:15px; text-transform:uppercase; display: table; font-weight:600; letter-spacing:1px; margin:20px auto 0 auto;}
/* .add-analysis-btn:hover, .add-analysis-btn:focus{background:#b87f1e; color:#fff; border:1px solid #b87f1e;} */
.add-analysis-btn:hover{background:#b87f1e; color:#fff; border:1px solid #b87f1e;}
.add-analysis-btn i{border-radius:50px; height:25px; width:25px; color:#fff; text-align:center; font-size:14px; line-height:25px; background:#cc9029; margin-right:8px;}

.analysis-property-info-edit{text-align:right;}
.analysis-property-info-edit li {text-align:right; color:#002433; font-size:14px; display:block; font-weight:600;list-style:none; margin-bottom:20px; text-transform:uppercase; letter-spacing:1px}
.analysis-property-info-edit li a{color:#002433;}
.analysis-property-info-edit li a:hover, .analysis-property-info-edit li a:focus{text-decoration:underline;}
.analysis-property-info-edit li a img{margin-left:5px; padding-bottom: 7px;}
.report-status {display: inline-block;}
.report-published {
	background-color: #00bda5;
	border-radius: 100%;
	display: inline-block;
	height: 12px;
	width: 12px;
	margin-right: 5px;
}
.report-unpublished {
	background-color: #f5c26b;
	border-radius: 100%;
	display: inline-block;
	height: 12px;
	width: 12px;
	margin-right: 5px;
}
.action-btn { background: #f6f7f9; border: 1px solid #2d6983; color: #08384e; padding: 4px 16px; border-radius: 5px; font-size: 14px; cursor: pointer; }
.action-btn:hover:enabled, .action-btn:active:enabled { background: none; }
.action-btn:disabled { opacity: .5; }
.action-btn .action-btn-icon { margin-left: 2px; }
.analysis-btns-list { padding-left: 0; list-style: none; }
.analysis-btns-list li { margin: 0 10px 0 0; }

/* Report Page CSS Style */
#property-report-heading{padding:20px; margin-top:35px; background:#fffbf2; border-bottom:1px solid #f0edf4}
#property-report-heading h2{font-size:30px; color:#002433; margin:0 0 3px 0; padding:0; font-family: 'Nunito', sans-serif;}
#property-report-heading  p{font-size:15px; color:#002433; margin:0; padding:0; font-weight:600;}

#property-report-section{padding:25px 20px 0 20px; position:relative;}
.report-box-property{border-right:1px solid #cedde5; padding:0 0 80px 15px;}
.report-box-property h2{font-size:28px; color:#002433; margin:20px 0 0 0; padding:0; font-family: 'Nunito', sans-serif;}

.property-report-analysis{margin:30px 0 0 0;}
.property-report-analysis h3{font-size:24px; color:#002433; margin:0 0 5px 0; padding:0; font-family: 'Nunito', sans-serif;}
.property-report-analysis  p{font-size:16px; color:#002433; margin:0; padding:0 80px 0 0;}

.property-report-info{margin:30px 0 0 0;}
.property-report-info  p{font-size:15px; color:#002433; margin:0 0 5px 0; padding:0 80px 0 0;}
.property-report-info h3{font-size:25px; color:#002433; margin:0 0 5px 0; padding:0; font-family: 'Nunito', sans-serif;}

.send-report-btn-section{padding:30px 20px; margin-bottom:100px; background:#fffbf2;}
.send-report-btn{background:#cb902a; border:1px solid #cb902a; border-radius:100px; padding:12px 25px; color:#fff; font-size:14px; text-transform:uppercase; display: table; font-weight:600; letter-spacing:1px; margin:20px auto 0 auto;}
.send-report-btn:hover,.send-report-btn:focus{background: #b87f1e; color:#fff;}

.add-analysis-report-box{padding:20px 0 80px 15px; position: relative; height: 100%;}
.add-analysis-btn-report{background:#fff; border:1px solid #c1c1c1; border-radius:100px; padding:10px 18px; color:#002433; font-size:14px; text-transform:uppercase; display: table; font-weight:600; letter-spacing:1px; position: absolute; top:50%; left:50%; margin:-15% 0 0 -25%;}
.add-analysis-btn-report i{border-radius:50px; height:25px; width:25px; color:#fff; text-align:center; font-size:14px; line-height:25px; background:#cc9029; margin-right:8px;}
.add-analysis-btn-report:hover,.add-analysis-btn-report:focus{background:#b87f1e; color:#fff; border:1px solid #b87f1e;}

.select-property-box{background:#f6f7f9; /* position:absolute; right:0; */
-webkit-box-shadow: 0px 0px 12px 1px rgba(148,148,148,1);
-moz-box-shadow: 0px 0px 12px 1px rgba(148,148,148,1);
box-shadow: 0px 0px 12px 1px rgba(148,148,148,1);}

.select-property-box{position:absolute; width:100%;top:0; right:0;}
.select-property-heading-box{padding:15px 15px 0 22px; min-height:150px;}
.select-property-heading-box h2{font-size:35px; clear: both; color:#002433; margin:40px 0 10px 0; font-family: 'Nunito', sans-serif;}
.select-property-heading-box h4{font-size:20px; clear: both; color:#002433; margin:0; font-family: 'Nunito', sans-serif;}

.select-property-box-ul{margin:0; padding:0;}
.select-property-box-ul li{list-style:none; border-top:1px solid #497b8f; background:#ebf0f3; border-right:0; border-left:0;}
.select-property-box-ul li a{font-size:20px; padding:15px 20px!important; color:#002433; margin:0; padding:0; font-family: 'Nunito', sans-serif; display:block;}
.select-property-box-ul li a:hover, .select-property-box-ul li a:focus{background:#cb902a; color:#fff;}
.select-property-box-ul li a:hover i, .select-property-box-ul li a:focus i{background:#ebf0f3; color:#002433;}

.select-property-box-ul li a i{border-radius:50px; border:0px solid #ebf0f3; height:28px; padding:0; width:28px; color:#ebf0f3; text-align:center; font-size:20px; line-height:26px;  margin-top:0; background:#ebf0f3; margin-left:5px; float:right;}

.select-property-box .cancel-setting{font-size:15px; color:#08384d; margin:0; padding:0; font-weight:600; text-transform:uppercase; letter-spacing:1px; float:right;}
.select-property-box .cancel-setting i{border-radius:50px; border:1px solid #08384d; height:20px; padding:0; width:20px; color:#08384d; text-align:center; font-size:12px; line-height:18px; background:#f6f7f9; margin-left:5px;}
.select-property-box .cancel-setting:hover i{background:#08384d; color:#fff;}

.select-property-box .back-setting{font-size:15px; color:#08384d; margin:0; padding:0; font-weight:600; text-transform:uppercase; letter-spacing:1px; float:left;}
.select-property-box .back-setting i{border-radius:50px; border:1px solid #08384d; height:20px; padding:0; width:20px; color:#08384d; text-align:center; font-size:15px; line-height:18px; background:#f6f7f9; margin-right:5px; position: relative; top:0;}
.select-property-box .back-setting:hover i{background:#08384d; color:#fff;}

	
/*carousel*/
.media-carousel {margin-bottom: 0; padding: 0 40px 30px 40px; margin-top: 30px;}
/* Previous button  */
.media-carousel .carousel-control.left {left: -12px; background-image: none;
  background: none repeat scroll 0 0 #222222; border: 4px solid #FFFFFF;  border-radius: 23px 23px 23px 23px; height: 40px;width : 40px; margin-top: 30px}
/*Next button  */
.media-carousel .carousel-control.right {right: -12px !important;
  background-image: none; background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF; border-radius: 23px 23px 23px 23px; height: 40px; width:40px;
  margin-top: 30px}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators{right:50%; top:auto; bottom:0px; margin-right:-19px;}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li {background:#c0c0c0;}
.media-carousel .carousel-indicators .active{background: #333333;}
.media-carousel img{width: 250px; height: 100px}
#slidetext{text-align:center; font-size:18px; letter-spacing:1px; color:#08384d; margin:40px 0 ; padding:0; font-weight:600;}
#carousel-main .slider-control {position:relative;  bottom:-30px; opacity:2;}
#carousel-main .slider-control i{border-radius:50px; border:0px solid #08384d; height:35px; padding:0; width:35px; color:#08384d; text-align:center; font-size:27px; line-height:35px; background:#f6f7f9; margin-right:5px; position: relative; top:2px; text-shadow:none; opacity:2;}
#carousel-main .slider-control:hover i{background:#08384d; color:#fff;}
.carousel-control.left, .carousel-control.right{background:transparent; }
#carousel-main .slider-control .carousel-control{opacity:2;}
.property-slider-section img{}
#carousel-main .left.carousel-control i{float:left;}
#carousel-main .right.carousel-control i{float:right;}
/* End carousel */


/* Calculator Tabs CSS Style Start */
#investment-report-heading{padding:0; margin:35px 0 25px 20px;}
#investment-report-heading h2{font-size:35px; color:#002433; margin:30px 0 8px 0; padding:0;}
#investment-report-heading h4{font-size:16px; color:#002433; margin:0 0 5px 0; padding:0; font-weight:600; letter-spacing:1px;}

#investment-report-section{padding:0; margin:0;}
.nav-tabs>li:first-child{margin-left:20px;}
.rolandthemes-circle-tabs .nav-tabs{border-bottom:2px solid #739eaa;}
.nav-tabs>li>a{border-radius:0; border-top-right-radius: 5px;  border-top-left-radius: 5px;font-size:16px; color:#7792a1; font-weight:600; padding:10px 0 10px 10px; background:#ebf0f3; text-align:left; width:200px; letter-spacing:1px;border: 1px solid #739eaa;border-bottom: 0;}
.nav-tabs>li{margin-left:3px; margin-right:3px; margin-bottom: -3px;}
.nav-tabs li.active a span{border-radius:50px; height:25px; padding:0; width:25px; color:#fff; text-align:center; font-size:14px; border:1px solid #2d6983; line-height:23px; background:#2d6983; margin-right:8px; display:inline-block;}
.nav-tabs li a span{border-radius:50px; height:25px; padding:0; width:25px; color:#7792a1; text-align:center; font-size:14px; border:1px solid #cbd5d7; line-height:23px; background:#ebf0f3; margin-right:8px; display:inline-block;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{border: 2px solid #739eaa; border-bottom-color:transparent; position:relative; bottom:-1px; text-align:left; color:#05374f;}
.nav-tabs>li.ready>a { color: #05374f !important }
.nav-tabs>li.ready a span { background: #2d6983 !important; color: #fff !important }
#investment-report-section .nav-tabs>li>a { width: 150px; }
.nav>li>a:focus, .nav>li>a:hover {background-color: transparent; border:0px solid #2d6983;}
.home-nav{margin: 0 25px 0 0;}
.home-nav>li>a>span {color: #fff; letter-spacing: 1px; font-size: 20px;}
.home-nav>li{float: left; list-style: none; border: none !important; padding: 0 20px !important; margin-top: 10px;}
.home-nav-list{list-style: none; margin: 6px 25px 0 0; float:right; padding: 6px 0;}
.home-nav-list>li{float: left;}
.change-analysis-type-link {font-size: 12px; color: #337ab7; text-align: center; font-style: italic; display: block; cursor: pointer;}
.change-analysis-type-link:hover {color: #cb902a}

#login-top-header{background:#042d3f; top: 0; padding:0; min-height:40px; position: fixed; width: 100%; z-index: 100;} 
#top-header .pull-right{margin-bottom: 0;}
#top-header{background: rgb(0, 0, 0); background: rgba(8, 56, 78, 0.9); width: 100%; z-index: 1000;}

.fixed-top-inner-page{margin: 0;  top: 0; position: fixed; right: 0;  left: 0; z-index: 1030;}
#top-header .navbar-dark{padding:80px 160px 75px 30px;}

#home{padding:20px 20px 30px 60px;}
#profile{padding: 20px 20px 30px 60px;}
#messages{padding: 20px 20px 30px 60px;}
#settings{padding:20px 0 30px 20px; width: 90%; margin: 0 auto;}
.investment-costs-section { padding: 0 15px; }
.investment-costs-section p{font-size:22px; color:#002433; margin:0 0 35px 0; padding:0; line-height:25px; font-weight: 400; font-style: italic;}
.border-bottom{border-top:1px solid #c8d9df; padding-top:30px; margin:0;}
.save-submit-btn{background:#cc9029; border-radius:50px; padding:10px 50px; color:#fff; font-size:15px; text-transform:uppercase; margin:0 auto; cursor:pointer; border:0; display:table; letter-spacing:1px}
.save-submit-btn:hover, .save-submit-btn:focus{background:#b87f1e; color:#fff;}
.left-box-investment{background:#f6f7f9; min-height:900px; padding:20px 40px;}
.left-box-investment p{font-size:15px; color:#2d6983; margin:0 0 60px 0; padding:0; line-height:25px; display:table-cell; vertical-align:middle;}

.left-box-financing, .left-box-monthly{min-height:900px; background:#f6f7f9; padding:20px 15px 60px 15px;}
.pro-cost-heading{font-size:30px; color:#05374f; font-weight: 600; margin:50px 0 10px 0; font-family: 'Nunito', sans-serif; border-bottom: 1px solid #dce6ea;  padding: 0 0 15px 0;}

#investment-report-section .control-group .additional-info i{margin-right: 8px;}
#investment-report-section .control-group .additional-info {font-size: 18px;}
#investment-report-section .control-group .control-label i{border-radius:50px; height:20px; padding:0; width:20px; color:#2d6983; text-align:center; font-size:14px; line-height:20px; background:#eaeef1; margin-left:8px; position:relative;  top:-3px;}
#investment-report-section .control-group .control-label{font-size:18px; color:#2d6983; margin:0 0 6px 0; padding:0; font-weight:600; letter-spacing:1px;}
#investment-report-section .control-group .controls-rate1 {padding-top:10px; border-right: 0;}
#investment-report-section .control-group .input-medium{max-width: 400px; border-radius:3px; color:#0b2833; box-shadow: none; height:45px; margin-bottom:0; background:#f5f6f8; border:1px solid #739eaa; width:70%; padding:0 2%; font-weight: 600; font-size: 15px;}
#investment-report-section .control-group .input-xlarge-rate{border-radius:3px; color:#0b2833; box-shadow: none; height:45px; margin-bottom:0; background:#f5f6f8; border:1px solid #739eaa; width:70px; padding:0 1%; font-weight: 600; font-size: 15px; text-align:center; letter-spacing:1px;}
#investment-report-section .financing-form .control-group .input-xlarge-rate{width: 90px;}
#investment-report-section .control-group .input-xlarge{border-radius:3px; color:#0b2833; box-shadow: none; height:45px; margin-bottom:0; background:#f5f6f8; border:1px solid #739eaa; width:100%; padding:0 2%; font-weight: 600; font-size: 15px;}
#investment-report-section .control-group .label-description{ color:#7792a1; margin:0 0 0 5px; white-space:nowrap;}
#investment-report-section .control-group .tooltip-col{ text-decoration:none; margin:0 0 0 5px;}
#investment-report-section .control-group :-ms-input-placeholder { /* Internet Explorer 10-11 */  color:#0b2833;}
#investment-report-section .control-group ::-ms-input-placeholder { /* Microsoft Edge */  color:#0b2833;}
#investment-report-section .control-group ::placeholder { color:#0b2833; opacity: 1; /* Firefox */}
#investment-report-section .control-group i{border-radius:50px; height:20px; padding:0; width:20px; color:#2d6983; text-align:center; font-size:14px; line-height:20px; background:#eaeef1; margin-left:8px; position:relative;  top:-3px;}
#investment-report-section .control-group{clear: both; margin-bottom:35px;}
#investment-report-section .control-group{margin-bottom:35px; clear: both;}
#investment-report-section .radio-primary{margin:10px 0 0 0;}
#investment-report-section .rental-additional-info .control-label {font-size:15px; color:#2d6983; margin:0 0 3px 0; padding:0; font-weight:600; letter-spacing:.5px;}
#investment-report-section .rental-additional-info .input-xlarge-rate{border-radius:3px; color:#0b2833; box-shadow: none; height:35px; margin-bottom:0; background:#f5f6f8; border:1px solid #739eaa; width:50px; padding:0 1%; font-weight: 600; font-size: 12px; text-align:center; letter-spacing:1px;}
#investment-report-section .rental-additional-info .label-description{ color:#7792a1; margin:0 0 0 5px; font-size: 12px; white-space:nowrap;}
#investment-report-section .rental-additional-info { margin: 0 0 10px 25px; }
 
.btn-center{text-align: center;}
.monthly-submit-btn{background:#cc9029; border-radius:50px; padding:10px 50px; color:#fff; font-size:15px; text-transform:uppercase; margin:0 20px; cursor:pointer; border:0; display:inline-block; letter-spacing:1px;}
.monthly-submit-btn:hover, .save-submit-btn:focus{background:#b87f1e; color:#fff;}
.monthly-cancel-btn{background:#ebf0f3; border-radius:50px; padding:10px 50px; color:#09364d; font-size:15px; text-transform:uppercase; margin:0 20px; cursor:pointer; border:0; display:inline-block; letter-spacing:1px;}
.monthly-cancel-btn:hover, .save-submit-btn:focus{background:#cc9029; color:#fff;}

.rental-property-heading{font-size:14px; color:#2d6983; margin:0 0 25px 0; padding:0 0 10px 0; font-weight:600; letter-spacing:1px; border-bottom: 1px dashed #dce6ea;}
.rental-property-heading i{border-radius:50px; height:24px; padding:0; width:24px; color:#2d6983; text-align:center; font-size:14px; line-height:24px; background:#eaeef1; margin-left:8px; position:relative;  top:-3px;}
.purchase-heading-top{font-size:20px; color:#05374f; margin:0 0 20px 0; padding:0; font-weight:600; letter-spacing:1px; font-family: 'Nunito', sans-serif;}
.financing-report-info{margin:20px 0 0 0;}
.financing-report-info  p{font-size:18px; color:#2d6983; margin:0 0 5px 0; padding:0 80px 0 0;}
.financing-report-info h3{font-size:20px; color:#002433; margin:0 0 5px 0; padding:0; font-family: 'Nunito', sans-serif;}
.pdf-summary {width: 260px; padding-left:20px; padding-top:30px; border-right:1px solid #ddd; height: 180px; border-right-style: dotted;}
.pdf-summary p{font-size:18px; color:#2d6983;}
.report-header h1{font-style: italic;}
.pdf-footer { text-align: center; border-top:solid 2px #c1c1c1; page-break-after: always; /*position: absolute; left: 0; bottom: 0; width: 100%; height: auto; margin-top: 20px; text-align: center; border-top:solid 2px #c1c1c1;*/}
.pdf-footer .disclaimer {width: 50%; margin-left: auto; margin-right: auto; padding: 15px; font-size: 6px;}
.pdf-footer .disclaimer span{font-weight: 600; text-transform: uppercase;}
.footer-container { position: relative; height: 100%; width: 100%; padding: 30px 0;}


.schedule-upload{margin:30px 0 20px 0; border-bottom: 1px solid #dce6ea; padding-bottom: 15px;}
.schedule-upload .btn-bs-file{position:relative;}
.schedule-upload .btn-bs-file input[type="file"]{ position: absolute; top: -9999999;  filter: alpha(opacity=0);opacity:0; width:0; height:0;outline:none; cursor: inherit;
background:#fff; border:1px solid #c1c1c1; border-radius:100px; padding:14px 18px; color:#002433; font-size:15px; text-transform:uppercase; display: table; font-weight:600; letter-spacing:1px; margin:-20px auto 0 auto;}
.schedule-upload  .import-file-btn{background:#fff; border:1px solid #c1c1c1; border-radius:100px; padding:10px 18px; color:#002433; font-size:14px; text-transform:uppercase; display: table; font-weight:600; letter-spacing:1px; margin:0 0 10px 0; cursor:pointer;}
.schedule-upload .import-file-btn:hover, .import-file-btn:focus{background:#b87f1e; color:#fff; border:1px solid #b87f1e;}
.schedule-upload .import-file-btn i{padding-left: 2px;border-radius:50px; height:20px; width:20px; color:#fff; text-align:center; font-size:15px; line-height:20px; background:#cc9029; margin-right:8px;}
.monthly-save-left-btn{background:#cc9029; border-radius:50px; padding:10px 50px; color:#fff; font-size:15px; text-transform:uppercase; margin:20px auto 0 auto; cursor:pointer; border:0; display:table;}
.monthly-save-left-btn:hover, .monthly-save-left-btn:focus{background:#b87f1e; color:#fff;}

.browse-upload{margin:20px 0; padding-bottom:0;}
.browse-upload .btn-bs-file{position:relative;}
.browse-upload .btn-bs-file input[type="file"]{ position: absolute; top: -9999999;  filter: alpha(opacity=0);opacity:0; width:0; height:0;outline:none; cursor: inherit;
background:#fff; border:1px solid #c1c1c1; border-radius:100px; padding:14px 18px; color:#002433; font-size:15px; text-transform:uppercase; display: table; font-weight:600; letter-spacing:1px; margin:-20px auto 0 auto;}
.browse-upload  .import-file-btn{background:#fff; border:1px solid #c1c1c1; border-radius:100px; padding:10px 18px; color:#002433; font-size:14px; text-transform:uppercase; display: table; font-weight:600; letter-spacing:1px; margin:0 0 20px 0; cursor:pointer;}
.browse-upload .import-file-btn:hover, .import-file-btn:focus{background:#b87f1e; color:#fff; border:1px solid #b87f1e;}
.browse-upload .import-file-btn i{border-radius:50px; height:20px; width:20px; color:#fff; text-align:center; font-size:15px; line-height:20px; background:#cc9029; margin-right:8px;}

.current-tooltip { min-width: 300px !important; max-width: 400px !important; font-size: 18px; box-shadow: 0 1px 10px rgb(204, 144, 41) !important;}
.current-tooltip .introjs-arrow.left-bottom{bottom: 50% !important; top: 50% !important;}
.current-tooltip .introjs-arrow.left{bottom: 50% !important; top: 50% !important;}
.current-tooltip .introjs-skipbutton{display: none;}
.current-tooltip .introjs-button{ background: #cb902a !important; color: #fff !important; border: 1px solid #cb902a !important; font-size: 14px; letter-spacing: .5px; border-radius: 100px !important; text-shadow: none !important; outline: none;}
.current-tooltip .introjs-button.introjs-disabled{ background: #f2bd6f !important; border-color: #d4d4d4 !important; }
.current-tooltip .introjs-tooltiptext{ margin-bottom: 10px; }
.current-tooltip .introjs-tooltiptext p{ padding-top: 10px; }
.current-tooltip .introjs-close{ float: right; padding-left: 3px; cursor: pointer;}

.loan-summary{margin:30px 0 0 0}
.loan-summary-heading{font-size:30px; color:#002433; margin:0 0 30px 0; font-family: 'Nunito', sans-serif; border-top: 1px solid #dce6ea;  padding:25px 0 0 0;}
.loan-summary-left{margin:20px 0 0 0;}
.loan-summary-left  p{font-size:16px; color:#2d6983; margin:0 0 5px 0; /*padding:0 80px 0 0; text-transform: uppercase;*/}
.loan-summary-left h3{font-size:20px; color:#002433; margin:0 0 5px 0; padding:0; font-family: 'Nunito', sans-serif;}

.purchase-analysis-box{margin:10px 0 0 0}
.loan-report-info{margin:20px 0 0 0;}
.chart-metrics .loan-report-info  p{font-size:14px; color:#2d6983; margin:0 0 5px 0; /*padding:0 80px 0 0; text-transform: uppercase;*/}
.loan-report-info h3{font-size:20px; color:#002433; margin:0 0 5px 0; padding:0; font-family: 'Nunito', sans-serif;}
.metrics-header {text-align: center; font-weight: 600; color: #08384e;}
.report-info-sections .loan-report-info  p{font-size:14px; color:#2d6983; margin:0 0 5px 0; /*padding:0 80px 0 0; text-transform: uppercase;*/}
.loan-report-info .point-of-sale-slider b{color: #4e6573; vertical-align: middle; font-size: 16px;}

#settings{padding:20px 0 30px 20px; width: 90%; margin: 0 auto;}
.purchase-analysis-top{margin:10px 0 15px 0;}
.purchase-analysis-btn ul{margin:0; padding:0;}
.purchase-analysis-btn ul li{display:inline-block; margin:0 10px;}
.purchase-analysis-btn ul li a{background:#cc9029; border-radius:5px; padding:10px 20px; color:#fff; font-size:15px; margin:0; cursor:pointer; border:0; display:table;}
.purchase-analysis-btn ul li a:hover, .purchase-analysis-btn ul li a:focus{background:#b87f1e; color:#fff; text-decoration:none;}
.purchase-analysis-btn ul li a.disabled{opacity: .5;}

.purchase-analysis-input{border-bottom:2px solid #92c2e9; width:100%;}
.purchase-analysis-inputx input {border-radius: 3px;
color: #0b2833;
box-shadow: none;
height: 45px;
margin-bottom: 0;
background: #f5f6f8;
border: 1px solid #f0f0f0;
width: 100%;
padding: 0 2%;
font-weight: 600;
font-size: 15px;}
.purchase-analysis-top .input-xlarge{color:#0b2833; box-shadow: none; height:45px; margin-bottom:0; background:#fff; border:0;  padding:0 2%; width:80%;  font-weight: 600; font-size:16px; letter-spacing:1px;}
.purchase-analysis-top ::placeholder { color:#0b2833; opacity: 1; /* Firefox */}
.purchase-analysis-top :-ms-input-placeholder { /* Internet Explorer 10-11 */  color:#0b2833;}
.purchase-analysis-top ::-ms-input-placeholder { /* Microsoft Edge */  color:#0b2833;}
.edit-input{float:right; margin:10px 0 0 0;}

.heading-rate{font-size:16px; color:#2d6983; padding:0; font-weight:600; letter-spacing:1px;}

.controls-rate{padding:20px 0; border-right:1px solid #dce6ea; width:210px; height: 100px; margin: 10px 10px 0 0;}
.controls-rate1{padding: 10px 0;}
.controls-rate-point{padding:0; margin:0; position:relative; height:100px; float:left;}
.controls-rate-point li{list-style:none;}
.controls-rate-point li a i{border-radius:50px; height:30px; width:30px; color:#2d6983; text-align:center; font-size:20px; line-height:28px; background:#eaeef1; margin-right:8px;}
.controls-rate-point li a i:hover, .controls-rate-point li a i:focus{background:#2d6983; color:#fff; border:1px solid #2d6983;}
.controls-rate-point .fa-angle-up{position: absolute; top:0}
.controls-rate-point .fa-angle-down{position: absolute; bottom:0}
/*.monthly-pmi{margin:0 0 50px 0; width:100%;  float:left;}*/


.receipt-body{padding:20px 0 70px 0 !important;}
.modal-btn{background:#cc9029; border-radius:50px; padding:10px 30px; color:#fff; font-size:15px; text-transform:uppercase; margin:0 0 20px 0; cursor:pointer; border:0; display:table; letter-spacing:1px;}
.modal-btn:hover, .modal-btn:focus{background:#b87f1e; color:#fff; text-decoration:none;}

.two-colgroup{background:#fff; border:0; border-bottom:2px solid #bbd0d7; padding:10px 0;}
.two-colgroup td{border:0!important;}
.two-colgroup h3{font-size:15px; color:#002433; margin:5px 0 0 0; padding:0; font-family: 'Nunito', sans-serif; font-weight: 600;}

.two-colgroup h3 i{border-radius:50px; height:20px; padding:0; width:20px; color:#07384e; text-align:center; font-size:10px; line-height:20px; background:#e9edee; margin-right:5px;
position:relative; top:-2px;}



.five-colgroup{background:#fff; border:0; border-bottom:2px solid #bbd0d7; padding:10px 0; }
.five-colgroup  p{font-size:14px; color:#2d6983; margin:0 0 5px 0; padding:10px 0 0 0; text-transform:uppercase;}
.five-colgroup h3{font-size:25px; color:#002433; margin:0 0 8px 0; padding:0; font-family: 'Nunito', sans-serif;}

.select-setting{font-size:15px; color:#002433; margin:0; padding:0; font-weight:600; text-transform:uppercase; letter-spacing:1px; position:relative; top:5px;}
.select-setting i{border-radius:50px; height:20px; padding:0; width:20px; color:#fff; text-align:center; font-size:12px; line-height:22px; background:#cc9029; margin-left:5px;}
.select-setting:hover i, .select-setting:focus i{background:#002433;}

.radio {padding-left: 20px; }
.radio label {
    display: inline-block;
    position: relative;
   font-size:15px; color:#2d6983; margin:0 0 6px 0; padding:0 0 0 22px; font-weight:600; letter-spacing:1px;}
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    margin-left: -20px;
     border-radius: 50%;
    background: #f5f6f8;
	border: 1px solid #e6e6e6;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width:15px;
    height:15px;
    left:5px;
    top:5px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
    opacity: 0; }
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
.radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca; }


/* Dropdown Select */
.listing-select{ border-radius: 5px; box-shadow:none; margin-bottom:30px; background:#f5f6f8; height:45px; float: left; width:100%; border:1px solid #f0f0f0;}
.listing-select select{
	position:relative;
	width:100%;  float: left; 
	background-repeat: no-repeat;  background-position: 95% center;
	background-image:url(../img/down-arrow.png); 
	height:45px; cursor:pointer;
	    background-color: transparent;
	color: #0b2833; font-weight: 600; font-size: 14px;
	box-shadow: none;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance:none; border:0px solid #f0f0f0;	}
.listing-select select::-ms-expand {display: none;}
.listing-select select option{color: #0b2833; font-weight: 600; font-size: 14px; padding-bottom:10px; }
.listing-select .form-control:focus, .listing-select .form-control:hover{box-shadow: none; border:0px solid #f0f0f0;}

.add-listing-select{ border-radius: 5px; box-shadow:none; margin-bottom:15px; background:#fff; height:50px; float: left; width:100%; border:1px solid #f0f0f0;}
.add-listing-select select{
	position:relative;
	width:100%;  float: left; 
	background-repeat: no-repeat;  background-position: 95% center;
	background-image:url(../img/down-arrow.png); 
	height: 55px; cursor:pointer;
	background-color: transparent;
	font-weight: 600; font-size: 15px;
	box-shadow: none;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance:none; border:0px solid #f0f0f0; color: #757575}
	
.add-listing-select select::-ms-expand {display: none;}
.add-listing-select select option{color: #757575; font-weight: 600; font-size: 15px; padding-bottom:10px; }
.add-listing-select .form-control:focus, .add-listing-select .form-control:hover{box-shadow: none; border:0px solid #f0f0f0;}
.state-select select{
	height: 45px;
    border: 0px solid #f0f0f0;
    color: #757575;
    font-weight: 600;
    width: 100%;
    position: relative;
    float: left;
    background-repeat: no-repeat;
    background-position: 95% center;
    background-image: url(../img/down-arrow.png);
    cursor: pointer;
    -webkit-appearance: none;
	box-shadow: none;
	font-size: 15px;
}
	/* .tool-tip-box {position: absolute; white-space: nowrap;border-collapse: collapse; */
	/* display:none;border: 1px solid;} */
/* .investment-form .control-group .control-label i:hover +.tool-tip-box {display: table;} */


/*Right Tooltip*/
.tooltip-col{position: relative; cursor:pointer;}
.tooltiptext{
    visibility: hidden;
    width: 250px;
    background-color:#08384e;
    color: #fff;
	font-size:14px;
    text-align: center;
	line-height:20px;
    border-radius: 6px;
    padding: 5px 10px;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
	font-weight:normal;
	text-transform: initial;
    top: -27px;
	font-family: 'Lato', sans-serif;
    left:80px;
}

.tooltiptext::after {
    /*content: "";*/
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #08384e transparent transparent;
}
.tooltip-col:hover .tooltiptext {
    visibility: visible;
}

.rehab-caculator-content {
	border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}
legend.scheduler-border {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
}
.select__arrow {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #b1b1b1 transparent transparent transparent;
}
.select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 12px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    border: 1px solid #d6dadb;
    min-height: 45px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.select {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
}
.input-rehab {
    border-radius: 3px;
    color: #0b2833;
    box-shadow: none;
    height: 45px;
    margin-bottom: 0;
    background: #f5f6f8;
    border: 1px solid #739eaa;
    width: 90%;
    padding: 0 2%;
    padding-left:10px;
    font-weight: 600;
    font-size: 15px;
}

.input-rehab-other {
    border-radius: 3px;
    color: #0b2833;
    box-shadow: none;
    height: 40px;
    margin-bottom: 0;
    background: #f5f6f8;
    border: 1px solid #739eaa;
    width: 120px;
    padding: 0 2%;
    padding-left:10px;
    font-weight: 600;
    font-size: 15px;
}

.radio-error {
	color: red;
	opacity: .75;
}
.control-group .fa-exclamation-triangle {
	color: red !important;
	background: none !important;
}
.top25 {margin-top:25px;}
/*///////////////Left Tooltip w/ Right Arrow////////////////*/ 
/*
@media (min-width: 1025px) and (max-width: 1200px) { 
.property-statics-info{margin-bottom:30px;}
.property-top-btn .add-property-btn{margin-top:0;}
.rental-east-info { margin:0;}
.property-edit-img{float: none;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{padding:10px;}
.nav-tabs > li > a{width: 200px;}
.nav-tabs > li > a{font-size: 15px;}
.upload-logo-img img {width: auto;}
.upload-profile-img{text-align: left;}
.upload-logo-img{text-align: left;}
.upload-profile-img a{text-align: left;}
.upload-logo-img a{text-align: left;}
}
	
 @media (max-width: 1024px) {
	.rental-east-info {margin: 0 0 0 20px;}
	.agent-profile-img{top: 0;}
	.agent-logo-img{ top:0;}
	.agent-logo-img img{width:auto;}
	.agent-profile-info {margin:0 0 35px -15px;}
	.property-statics-info{margin-left:0px; margin-bottom:30px; }
	.property-top-btn .add-property-btn{margin-top: 0; margin-left: -15px;}
	.footer-section {padding:40px 0 30px 0;}
	.edit-property-box {padding: 0 50px 0 0;}
	.edit-property-box-right {padding: 0 50px 0 0;}	
	.upload-logo-img img{width:100%;}
	.feature-box {margin: 30px 0; text-align: center;}
	.property-slider-info {margin:80px 0 0 0;}
	.rental-price-info p a i{margin:15px 0 0 0;}
	
	.nav-tabs>li>a{width: 200px; font-size: 17px;}
	.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{padding:10px;}
	.nav-tabs > li > a{font-size: 15px;}
	#home,#profile, #messages, #settings{padding: 30px 20px 30px 20px;}
	.left-box-investment, .left-box-financing, .left-box-monthly{margin-top:50px;}
	.purchase-analysis-input{margin-bottom: 30px;}
	.rental-price-info{margin:20px 0 0 0;}
	#property-profile-section{padding: 15px 50px 25px 50px;}
	.upload-logo-img img {width: auto;}
	.upload-profile-img{text-align: left;}
	.upload-logo-img{text-align: left;}
	.upload-profile-img a{text-align: left;}
	.upload-logo-img a{text-align: left;}
	.share-links {margin-bottom: 5px; }
 }	

 
 @media (max-width: 991px) {
	 
	.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{padding:10px;}
	.footer-link {margin: 30px 0 0 0; float:left;}	
	.middle-box { margin: 0 0 50px 0;}
	.feature-box{margin-bottom:50px;}
	#feature-section {padding:50px 0 50px 0;}
	
	.modal-ku .tab-content {width: 100%;}
	.signup-section{border-right:0px; padding:0;}
	.login-section{padding:0; margin-top:80px;}	

	.rental-east-info {margin: 0 0 0 20px;}
	.rental-price-info{margin-top:20px;}
	.rental-price-info p{margin: 20px 0 0 0;}
	.property-price-info {text-align: left; margin: 10px 0 0 0;}
	.header-banner{margin-top:0;}
	.agent-profile-img {margin-bottom:30px;}
	.agent-profile-info { margin: 0 0 30px 0;}
	.property-statics-info { margin-left: 0;}
	.agent-logo-img img {width:auto;}
	.property-top-btn .add-property-btn {margin-bottom: 50px; margin-left: -20px;}
	#property-profile-section{padding: 20px 50px 50px;}
	.add-property-heading h3{width: 100%;}
	.add-property-modal .tab-content {width: 100%;}
	.edit-property-box {padding:0;}
	.edit-property-box-right {padding:0; margin:0 0 0 0;}
	.upload-profile-img {width: 100%;}
	.upload-logo-img {width: 100%;}
	.upload-logo-img a, .upload-profile-img a{text-align: left;}
	.cancel-setting{margin: 10px 0 0;}
	
	
	.nav-tabs>li>a {width: auto; padding-right:20px; padding-left:20px;}
	.modal-content.receipt-body .table-responsive {overflow-y: auto;}
	.modal-content.receipt-body .table-responsive table {min-width:800px;}
	
	.report-box-property h2{font-size:20px;}
	.property-report-analysis h3{font-size: 20px;}
	.property-report-analysis p{padding:0; font-size:14px;}
	.property-report-info h3{font-size:20px;}
	.add-analysis-btn-report{font-size: 11px; padding: 10px; }
	.report-box-property{border-right:0; padding: 0 0 80px 0;}
	.add-analysis-btn-report{position: static; margin: 0;}
	.select-property-heading-box h2{font-size: 20px;}
	.select-property-heading-box h4{font-size: 15px;}
	.select-property-box-ul li a{font-size: 14px;}
	.select-property-box .back-setting{font-size: 12px;}
	.select-property-box .cancel-setting{font-size: 12px;}
	.send-report-btn{margin:0 auto;}

 }
 */
 .file {
	position: absolute;opacity: 0;width: 0;height: 0;
	outline: none;
	cursor: inherit;
	background: #fff;
	border: 1px solid #c1c1c1;
	border-radius: 100px;
	padding: 14px 18px;
	color: #002433;
	font-size: 15px;
	text-transform: uppercase;
	display: table;
	font-weight: 600;
	letter-spacing: 1px;
	margin: -20px auto 0 auto;
}

.circle-icon {
    background: #cc9029;
    padding:0px;
    border-radius: 50%;
}
    .pac-container {
    z-index: 1051 !important;
}
 .pac-container:after {
    /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */

    background-image: none !important;
    height: 0px;
}

.table-loan-hard-money{
	margin-top:20px;width:100%;
}

.table-loan-hard-money .headings h2 {font-size:15px;margin-top: 15px;margin-bottom: 15px; }
.table-loan-hard-money thead {
	background: #08384e;
	color: #ffffff;
}
.table-loan-hard-money td {
    padding: 12px;
	font-size: 15px;
	color: #7792a1;
	text-align: center;
}
.table-loan-hard-money td.selected{
	background: #cc9029;
	color: #fff;
}
.upcase label{text-transform: uppercase;}
.top20 {margin-top:20px;}

.navbar-nav-menu > li {
    border-right: 1px solid #fff;
    padding-right: 10px;
    padding-left: 10px;
}
.border-none {
    border: 0 !important;
}
.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}
.showimagedashboard {max-width: 250px; padding-top: 5px;}
#imageUrls-carousel {text-align: center; max-width: 250px;}

.thumbnail {
	float: left;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 5px 0;
}

/*@media (min-width: 768px) {
	.thumbnail {
		width: 45%;
	}
}	

@media (min-width: 1200px) {
	.thumbnail {
		width: 30%;
	}
}*/

.thumbnail:hover {
	-webkit-box-shadow: 5px 5px 50px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 50px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 50px 0px rgba(0,0,0,0.75);
}

.img-container{
  /*width: 100%;*/
  height: 100%;
  /*cursor: pointer;*/
}
.img-container img {
	width: 100%;
}

.img-container .photo-select {
	position: absolute;
	top: 8px;
	left: 8px;
	color: transparent;
	border-radius: 100%;
	padding: 2px;
	border: 1.5px solid rgba(187, 209, 215,.85);
}

.img-container .photo-select.selected {
	color: #71f778 !important;
	background: rgba(0,0,0,.65);
}

.photo-gallery {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 10000
}

.photo-gallery .row {
	margin: 0;
}

.thumbnail.zoom:hover {
	transform: scale(1.5); 
	z-index: 1000;
	-moz-transform: scale(1.5); /* Firefox */
	-o-transform: scale(1.5); /* Opera */
	-webkit-transform: scale(1.5); /* Safari And Chrome */
	transform: scale(1.5); /* Standard Property */
}

.photo-gallery .row .thumbnail.zoom:nth-child(1):hover {
	-moz-transform-origin: top left;
	-o-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

.photo-gallery .row .thumbnail.zoom:nth-child(2):hover {
	-moz-transform-origin: top;
	-o-transform-origin: top;
	-webkit-transform-origin: top;
	transform-origin: top;
}

.photo-gallery .row .thumbnail.zoom:nth-child(3):hover {
	-moz-transform-origin: top right;
	-o-transform-origin: top right;
	-webkit-transform-origin: top right;
	transform-origin: top right;
}
.photo-gallery-container i{
	margin-left: 5px;
	color: #3390e9;
	font-weight: 600;
}
.price-container {
    font-size: 5.5em;
}
.price-container .price{
    font-family: 'Nunito',! sans-serif important;
    font-style: normal;
    font-weight: 500;
    margin: 4px 0;
    display: inline-block;
    letter-spacing: -2pt;
}
.price-container .currency {
    font-size: 50%;
    vertical-align: top;
}
.grid_price .name, .frequency {
    font-size: 26px;
}

.grid_price{
	text-align: center;
    background: #F7F7F7;
    border-top: .5em solid #DCE1E3;
    padding: 1rem 0 0;
    position: relative;
    border-bottom: 4px solid rgba(51, 51, 51, 0.05);
}

.purchase_button a{
    display: inline-block;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: .5pt;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: "proxima-nova-1", "proxima-nova-2", Helvetica, Arial, sans-serif;
    font-size: 1.25em;
    margin: 0 auto;
    padding: 1em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    width: 100%;
}

.form-group .error {
    color: red;
}

#terms-box-section{margin-bottom:30px; padding-top: 100px;} 
.terms-heading{border-bottom:1px solid #dce6ea; padding:0 0 15px 0; margin:40px 0 40px 0;}
.terms-heading h2{
	font-size:30px; 
	color:#08384d; 
	margin:0; 
	padding:0; 
	text-align:left; 
	font-family: 'Nunito', sans-serif;
}
.terms-box{margin:0 0 40px 0;}

.terms-box h4{font-size:22px; color:#08384d; margin:0; padding:0 0 15px 0; text-align:left;}

.terms-box p{font-size:15px; color:#002433; line-height:25px}

@media (min-width: 768px) {
	#terms-box-section {
		padding: 100px 30px 0 30px;
	}
}

 
 /*///////////////Price Page CSS Start////////////////*/ 
#price-box-section{margin-bottom:30px; padding-top: 150px;} 
#inner-top-header{background:#fff; border-bottom:1px solid #dce6ea;}
#inner-top-header .navbar-dark{padding:0 30px 85px 30px;}
.price-box-heading{padding:0 0 15px 0; text-align:center; font-family: 'Lato', sans-serif;}
.price-box-heading .border-gold {border-buttom: 1px solid #ddd;}
.price-box-heading .h2-class { padding:0 0 25px 0;}
.price-box-heading .h2-class span{ display: inline-block;border-bottom: 1px solid #cb902a;padding-bottom: 2px;}
.price-box-heading h2{font-size:40px; color:#002433; margin:0;}

.price-box-heading h3{font-size:20px; color:#002433; text-transform:uppercase; margin:0; padding:0 0 5px 0; letter-spacing:1px;}
.price-box{border-radius: 3px; background:#ebf0f3; min-height:345px; text-align:center; letter-spacing:1px; margin: 0 auto 30px auto; position:relative; border: solid 1px #08384d; padding: 0 0 30px 0;}
.price-box .price-star{position:absolute; top:-25px; right:25px;}
.price-box-header h3{font-size:25px; color:#fff; font-weight:600; margin:0; padding:15px 0; background:#204b5f; text-transform:uppercase;}
.price-box h5{font-size:27px; color:#002433; margin:0; padding:12px 0 20px 0; font-weight:500;}
.price-box h4{font-size:35px; color:#002433; margin:0; font-weight:bold;}
.price-box h4 sup{font-size:20px;} 
.price-box-text{margin:30px 0 50px 0; padding:0 5%; text-align:center; }
.price-box-text p{font-size:15px; color:#002433; margin:0; padding:0; line-height:28px;}
.price-features-box{border-radius: 3px; background:#ebf0f3; min-height:345px; text-align:center; letter-spacing:1px; margin: 0 auto 30px auto; position:relative; border: solid 1px #08384d; padding: 0 0 30px 0;}
.price-features-heading h3{font-size:25px; color:#fff; font-weight:600; margin:0; padding:15px 0; background:#636363; text-transform:uppercase;}
.price-features-list{text-align: left; padding: 10px 15px; color: #002433;}
.price-features-list ul{list-style-type: none; padding-left: 20px;}
.price-features-list .feature-list li:before{ content:"\2714\0020"; }
.price-features-list h4{font-size: 22px; font-weight: 500;}
.price-features-footer {position: absolute; bottom: 0; padding: 30px;}
.price-features-footer span{font-size: 9px; font-weight: 600;}
 
 
 @media (min-width: 768px) {
	#price-box-section {
		padding: 0px 30px 0 30px;
	}
	
	.price-box-heading {
		margin: 40px 0 40px 0;
	}
	
	.price-box {
		width: 80%;
	}
	
	.price-features-box {
		width: 80%;
	}
}
 
 /*///////////////Price Page CSS End////////////////*/ 
 
 
 #user-settings-section {
    margin-top: 45px;
    padding: 0 20px 10px 20px;
}
.settings-form label {font-size: 14px;color: #2d6983;}
.settings-form h1{color: #08384d;font-size: 24px;}

.introjs-tooltip {background-color: rgba(8, 56, 78, 0.9) !important; color: white !important;}
.introjs-tooltipbuttons {text-align: center !important;}
.introjs-tooltipbuttons .introjs-nextbutton {float: right; border-radius: 0.2em}
.introjs-tooltipbuttons .introjs-prevbutton {float: left; border-radius: 0.2em}
.incomplete {
	border: solid 1.5px rgb(237, 59, 59) !important;
    background-color: rgba(237, 59, 59, .15) !important;
    outline: none;
    box-shadow: 0 0 8px rgb(237, 59, 59) !important;
}
.incomplete i{
	background: none;
	margin-left: -20px;
	color: red;
}

.comps-container { margin-top: 20px; }
.comps-modal {width: 90%; max-width: 1200px; margin: 10% auto;}
.comps-table {margin: 20px 0;width:100%; border: 2px solid rgba(221,221,221,1);}
.comps-table thead {background: #2d6983; color: #ECF0F1;}
.comps-table .headings h2 {text-align: center; padding: 10px 0 10px 0; font-size:18px; margin-top: 15px;margin-bottom: 15px; }
.comps-table .comps-row {border: 2px solid rgba(221,221,221,1);}
.comps-table .comps-row td{ padding: 10px 0 10px 0; font-size: 16px; background: #ebf0f3; color: #7792a1; text-align: center;}
.comps-table .comps-row span{ color: #00c088; }
.property-map-container { 
	position: relative; 
	width: 100%; 
}
.property-map-container:before { 
	content: "";
	display: block;
	padding-top: 50%;
}
.property-map-container .property-map { 
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#view-comps:focus {background: #cb902a; }

.airbnb-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  top: 15px;
  margin-left: 10px;
}

/* Hide default HTML checkbox */
.airbnb-switch input {display:none;}

/* The slider */
.airbnb-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.airbnb-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .airbnb-slider {
  background-color: #2196F3;
}

input:focus + .airbnb-slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .airbnb-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.airbnb-slider.round {
  border-radius: 34px;
}

.airbnb-slider.round:before {
  border-radius: 50%;
}

.record-select-btn{background:#cb902a; border:1px solid #cb902a; border-radius:100px; padding:4px 6px; color:#fff; font-size:10px; letter-spacing:1px; margin:30px 10px 30px 0;}
.record-select-btn:hover, .record-select-btn:focus{background:#b87f1e; color:#fff; border:1px solid #b87f1e;}
#select-records-table td {padding: 10px;}

.detail-header-table { border-collapse: separate; border-spacing: 10px; margin: 20px auto; padding: 0 20px;}
.detail-header-table h2 {font-weight: 600; margin-top: 0; color: #08384e;}
.detail-header-table h3 {margin: 20px 10px 5px 10px; font-weight: 600; font-size: 22px;}
.detail-header-table h3[data-status = "1"] { color: #71d673; }
.detail-header-table h3[data-status = "0"] { color: #f24d4d; }
.detail-header-table td { text-align: center; vertical-align: top;}
.detail-header-table td p{ font-size: 12px; font-weight: 500px; }
.detail-header-table .highlighted-metric { background: #08384e; box-shadow: 0 1px 5px 0 rgba(45,62,80,.25); border-radius: 50%; height: 120px; width: 120px; color: #ffffff; vertical-align: middle;}
.panel-row { display: flex; margin: 10px 10px 20px 10px; flex-wrap: wrap; }
.detail-panel { padding: 0 20px 20px 20px; box-shadow: 0 1px 5px 0 rgba(45,62,80,.12); /*background: #f6f7f9;*/ background: #ffffff; margin: 10px auto 10px auto;}
.heading-summary { text-align: center; margin: 20px 0 0 0; border-bottom: solid 1.5px #c1c1c1; padding-bottom: 5px;}
.heading-summary p { font-size: 16px; font-weight: 550; margin-bottom: 5px; color: #2d6983;}
.heading-summary h3 {font-size: 20px; color: #08384e; margin: 0 0 5px 0; padding: 0; font-family: 'Nunito', sans-serif; font-weight: 600; letter-spacing: 1px;}
.very-low-risk { color: #4ba84e !important; }
.low-risk { color: #7cef2f !important; }
.medium-risk { color: #efe92f !important; }
.high-risk { color: #ef932f !important; }
.very-high-risk { color: #f24d4d !important; }
.content-container {margin-left: auto; margin-right: auto; max-width: 1376px; width: 100%;}
@media (min-width: 768px) {
	.content-container {
		padding: 20px;
	}
}
.card-header .mb-0 { min-width: 300px; display: inline-block; background: #f6f7f9; box-shadow: 0 1px 5px 0 rgba(45,62,80,.12); margin-left: 15px; width: 35%; border-radius: 3px; }
.buyflips-container .table-loan-hard-money td { background: #ffffff; }
.buyflips-container .table-loan-hard-money td.selected { background: #cc9029; color: #fff;}
@media (min-width: 992px) {
	.agent-header-md {
		display: block;
	}
}
@media (max-width: 991px) {
	.agent-header-sm {
		display: block;
	}
}
.agent-contact-img {
	border-radius: 50%;
	width: 120px;
	height: 120px;
    border: 3px solid #2d6983;
	margin: auto;
}
.agent-profile-img-left .agent-contact-img {
	width: 100%;
	height: 100%;
	margin: 0;
}
.contact-agent-btn {
	width: 50%;
	border-radius: 5px;
	background: #3390e9;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 6px;
	border: none;
}
.report-category-pnt {
	background-color: #2d6983;
	border-radius: 100%;
	display: inline-block;
	height: 12px;
	width: 12px;
	margin-right: 10px;
}

.inline-share {
	display: inline-block;
	padding: 4px 24px;
	border-radius: 5px;
	cursor: pointer;
	margin: 0 2px;
}
.facebook-share {
	background: #3B5998;
}
.email-share {
	background: #7d7d7d;
}
.twitter-share {
	background: #1CB7EB;
}
.inline-share span {
	display: inline-block;
	color: #fff;
	margin-left: 5px;
	font-size: 15px;
	vertical-align: middle;
}
.contactwrapper {
	max-width: 400px;
	float: right;
	width: 33%;
	height: auto;
	right: 0;
	margin: 10px 5px 20px 10px;
	position: absolute;
}
.contactwrapper .contactbox {
	border-radius: 4px;
	background-color: #ffffff;
	box-shadow: 0 12px 24px 0 rgba(54, 76, 89, 0.50);
	border: solid 1px rgba(54, 76, 89, 0.04);
	padding: 15px 20px;
}
.contactwrapper-sm {
	display: none;
}
.contactwrapper-xs {
	display: block;
}
.contactbox h3 {
	font-weight: 600;
	letter-spacing: 2px;
	color: #08384e;
	margin-top: 10px;
}
.detailed-report {
	display: inline-block;
	margin-left: 15px;
}
.detailed-report i {
    color: #08384e;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 24px;
    /*padding: 6px 9px;*/
    font-weight: 600;
	vertical-align: middle;
}
.card .mb-0-container {
	cursor: pointer;
	display: inline;
}
.card .mb-0-container:hover i {
	color: #cb902a;
}
@media (min-width: 768px) {
	.contactwrapper-sm {
		display: block !important;
	}
	.contactwrapper-xs {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.contactwrapper-xs {
		position: relative;
		margin: auto;
		width: 100%;
		float: none;
		margin-top: 15px;
	}
}

.other-listings .other-listing-item h5{
	font-weight: bold;
	margin: 5px 0;
	font-size: 16px;
}
.form-required {
	color: red;
}
.help-text {
	color: #08384e;
    font-style: italic;
    opacity: .5;
    font-weight: 600;
}
.toggle-publish {
	cursor: pointer;
}
.address-line {
	color: #969696;
    font-weight: 600;
}
.dashboard-btns-list ul {
	list-style: none;
	float: left;
	padding: 0;
	margin-bottom: 15px;
}
.dashboard-btns-list li {
	margin: 0 10px 0 0;
}
    