r@charset "UTF-8";

body { 
    padding:0px !important; 
    overflow: auto !important; 
}
            
/********************************************************************************************************************** LOGIN PAGE **********************************************************************************************************************/

.page-main-section.login {
	background: url("../images/login-top.jpg");
	height: 700px;
	background-position-y: center;
}

.page-main-section.login .topoverlay {
	height: 700px;.
}

#main_header.header_sev #header-top .header-top-links .header-login {
	color: #fff;
	padding: 0;
	margin-left: 0;
	background: transparent;
}

#login {
	position: relative;
}

#login .profile-login .btn-slide:hover {
	color: #38a789 !important;
}

#login .profile-login ul li a {
	color: #38a789;
}

#login .profile-login ul .active>a {
	background: #38a789;
}

#login.rmstd p.regerror {
	color: #ff0000;
}

#login.rmstd p a.greenlink, #content.rmstd p.wht a.greenlink, #content.rmstd p a.greenlink {
	color: #104247;
}

#login.rmstd p, #login.rmstd p a, #content.rmstd p, #content.rmstd p a {
	color: #000;
}

#login.rmstd p.wht, #login.rmstd p.wht a, #content.rmstd p.wht, #content.rmstd p.wht a, #content.rmstd p.messg {
	color: #fff;
}

#login.rmstd {
	background-color: #151516;
	background-position-y: center;
	background-size: cover;
	padding-top: 170px;
	padding-bottom: 54px;
}

#login .profile-login {
	width: 480px;
/*	height: 610px;*/
	max-width: 100%;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
	background: rgba(35, 37, 47, 1);
  border: 1px solid #303030;
	border-radius: 8px;
	margin: auto;
	padding: 80px 40px;
	color: #fff;
}

#login .profile-login .lost-pass {
	border-bottom: 1px solid #38a789;
	color: #38a789;
}

#login .profile-login .lost-pass:hover {
	border-bottom: 1px solid #38a789;
	color: #38a789;
}

#login .profile-login ul li {
	display: inline-block;
}

#login .profile-login ul li a {
	background: #fff;
	border: medium none;
	border-radius: 0;
	display: block;
	font-size: 18px;
	height: 54px;
	line-height: 54px;
	max-width: 100%;
	padding: 0;
	width: 221px;
}

#login .profile-login ul .active>a {
	color: #fff;
	border: none;
	border-radius: 0;
}

#login .profile-login .single-query>input[type="text"] {
	border: 1px solid rgba(229, 229, 229, 1);
	height: 46px;
	max-width: 100%;
	background: #fff;
}

#login .profile-login .single-query>input[type="password"] {
	border: 1px solid rgba(229, 229, 229, 1);
	height: 46px;
	max-width: 100%;
	padding-left: 10px;
	margin-bottom: 0;
	background: #fff;
}

#login .profile-login .check-box-2 {
	display: inline-block;
}

#login .profile-login .search-form-group {
	text-align: left;
}

#login .profile-login .search-form-group.white>span {
	vertical-align: super;
	color: #fff;
}

#login .profile-login .lost-pass {
	font-size: 14px;
	transition: color 1000ms ease 0s, background-color 1500ms ease 0s;
}

#login .profile-login .lost-pass:hover {
	border-bottom: 1px solid #fff;
	color: #fff;
}

.header-login {
	color: #fff;
	padding: 13px 20px 11px;
	margin-left: 12px;
}

.header-login:hover {
	background: #fff;
}

.log-form-field {
	width: 81% !important;
	margin: auto !important;
}

.login_detail {
	background: transparent;
	margin: auto;
	width: 442px;
}

.profile-login .modern-p-form .input-group .form-control {
	background-color: #1f2029 !important;
	border-color: #fff !important;
	border-radius: 8px;
	color: #fff !important;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
}

.profile-login-bg {
	background: #fff;
	padding: 20px;
}

.profile-login-bg .form-control {
	border-radius: 0;
	color: #888;
	height: 44px;
}

.profile-login-bg .form-group label {
	font-size: 14px;
	font-weight: normal;
}

.profile-login h2 {
	color: #fff;
}

.profile-login-bg h2 {
	color: #3a2f2f;
	font-size: 24px;
}

.profile-login-bg h2 {
	color: #3a2f2f;
	font-size: 24px;
	padding-bottom: 30px;
}

.profile-login-bg h2 span {
	color: #38a789;
}

.profile-login-bg textarea.form-control {
	height: 110px;
}

/********************************************************************************************************************** USER DASHBOARD ******************************************************************************************************************/

.member_bg {
	text-align: center;
	background: #fff;
	padding: 30px 0;
}

.member_list ul {
	margin-bottom: 0;
}

.member_list ul li {
	display: inline-block;
	padding: 10px;
	border-radius: 20px;
	margin: 0 1%;
}

.member_list ul li img {
	max-width: 125px;
}

.profile-list {
	background: #fff;
	margin-top: 20px;
	padding: 20px;
}

.profile-list li a {
	border-bottom: 1px solid rgba(233,92,83,0.2);
	border-radius: 5px;
	display: block;
	padding: 15px 0;
}

.profile-list li a .fa {
	margin-right: 7px;
}

.profile-list li a:hover, .profile-list li.active a {
	color: #fff;
	padding: 15px 0 15px 10px;
}

.profile-list li:nth-child(8) a {
	border-bottom: none;
}

.tab-pane>h2 {
	color: #fff;
	margin-bottom: 50px;
	text-transform: uppercase;
}

/********************************************************************************************************************** ADMIN DASHBOARD (USER DASHBOARD) ************************************************************************************************/

#admindash {
	background-color: #23252f;
	border-top: 1px solid #fff;
	position: relative;
	top: 100px;
}

#admindash .boxedcontainer .navbar-nav {
	align-items: stretch;
	height: 50px;
}

#admindash .boxedcontainer .navbar-nav li a {
	align-items: center;
	display: flex;
	font-size: 16px;
	font-weight: normal;
	height: 100%;
	padding: 6px;
}

#admindash .boxedcontainer .navbar-nav li:first-child a {
	padding-left: 0;
}

#admindash .boxedcontainer .navbar-nav li .dropdown-menu li:first-child a {
	padding-left: 10px;
}

#admindash .boxedcontainer .navbar-nav li:last-child a {
	padding-right: 0;
}

#admindash .boxedcontainer .navbar-nav li .dropdown-menu li:last-child a {
	padding-right: 10px;
}

#admindash .boxedcontainer .navbar-nav li .dropdown-menu li a {
	padding: 5px 10px;
}

.page-title a, .page-title h5 {
	font-family: "Roboto", sans-serif;
	font-weight: lighter;
}

/********************************************************************************************************************** TABS (USER DASHBOARD) ***********************************************************************************************************/

.property-tab {
	border-radius: 8px;
	border: 1px solid #dbdbdb;
	box-shadow: 0 2px 16px 0 rgba(0,0,0,0.2);
	margin-top: 10px;
}

.property-tab .nav-tabs {
	border-bottom: 0 none;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.property-tab .nav-tabs.tb1>li {
	width: 100%;
}

.property-tab .nav-tabs.tb2>li {
	width: 50%;
}

.property-tab .nav-tabs.tb3>li {
	width: 33.3333333%;
}

.property-tab .nav-tabs.tb4>li {
	width: 25%;
}

.property-tab .nav-tabs.tb5>li {
	width: 20%;
}

.property-tab .nav-tabs.tb6>li {
	width: 16.6666666%;
}

.property-tab .nav-tabs>li {
	display: flex;
	float: none;
	margin-bottom: 0;
	text-align: center;
}

.property-tab .nav-tabs>li.active>a, .property-tab .nav-tabs>li.active>a:focus, .property-tab .nav-tabs>li.active>a:hover {
	background-color: #104247;
}

.property-tab .nav-tabs>li.active>a, .property-tab .nav-tabs>li.active>a:focus, .property-tab .nav-tabs>li.active>a:hover, .property-tab .nav-tabs>li.active>button.nav-link, .property-tab .nav-tabs>li.active>button.nav-link:focus, .property-tab .nav-tabs>li.active>button.nav-link:hover {
	background-color: #244f54;
	border: 1px solid transparent;
	color: #fff;
	cursor: default;
}

.property-tab .nav-tabs>li>a {
	background: #23252f;
	border-radius: 0;
	color: #fff;
	line-height: 1.42857;
	margin-right: 0;
}

.property-tab .nav-tabs>li>a, .property-tab .nav-tabs>li>button.nav-link {
	align-items: center;
	background: #23252f;
	border-radius: 8px;
	border: none !important;
	color: #fff;
	display: flex;
	justify-content: center;
	line-height: 1.42857;
	margin: 2px;
	padding: 8px 12px;
	width: 100%;
}

.property-tab .nav-tabs>li>a:hover, .property-tab .nav-tabs>li>button.nav-link:hover {
	background-color: #858a94;
	border: 1px solid transparent;
	color: #1f1f1f;
}

.property-tab .nav-tabs>li>button.nav-link.active, .property-tab .nav-tabs>li>button.nav-link.active:focus, .property-tab .nav-tabs>li>button.nav-link.active:hover {
	background-color: #244f54;
	color: #fff;
}

.property-tab .nav.nav-tabs li:last-child a {
	border-right: medium none;
}

.property-tab .tab-pane {
	background: rgba(35,37,47,0.5);
	border-radius: 8px;
	margin-top: 5px;
	padding: 20px 30px 30px;
}

.property-tab .tab-pane.listing {
	background: transparent;
}

.user-properties-filters {
	background-color: #fcfcfd;
}

.user-properties-filters .wrapper-filters {
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 15px;
	padding-top: 40px;
}

/********************************************************************************************************************** MODERN P-FORM *******************************************************************************************************************/

.modern-p-form .bootstrap-datetimepicker-widget table span {
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #fff;
	font-weight: normal;
}

.modern-p-form .bootstrap-datetimepicker-widget table td div {
	color: #fff;
}

.modern-p-form .bootstrap-datetimepicker-widget table thead .dow {
	background: #23252f;
	color: #e1e1e1;
}

.modern-p-form .bootstrap-datetimepicker-widget table thead .next {
	background: transparent;
	text-align: right;
}

.modern-p-form .bootstrap-datetimepicker-widget table thead .next {
	background: #23252f !important;
	border-radius: 0 8px 0 0;
	height: 100%;
	text-align: right;
	width: 100%;
}

.modern-p-form .bootstrap-datetimepicker-widget table thead .prev {
	background: transparent;
	text-align: left;
}

.modern-p-form .bootstrap-datetimepicker-widget table thead .prev {
	background: #23252f !important;
	border-radius: 8px 0 0 0;
	text-align: left;
}

.modern-p-form .bootstrap-datetimepicker-widget td.day.active.today {
	background: #23252f !important;
}

.modern-p-form .bootstrap-datetimepicker-widget.dropdown-menu {
	border-radius: 8px !important;
	border: 0 none;
	padding: 0;
}

.modern-p-form .btn {
	font-size: 19px;
}

.modern-p-form .btn.btn-submit-upload:hover {
	background-color: #b7b7b7;
	color: #000 !important;
}

.modern-p-form .p-custom-arrow .p-select-arrow {
	z-index: 5;
}

.modern-p-form .p-subtitle.text-left>.p-title-side {
	border-radius: 8px;
	padding: 5px 15px;
}

.modern-p-form .p-title-side {
	line-height: 24px !important;
	padding: 5px 15px 5px !important;
}

.modern-p-form .p-title-step-line {
	padding: 0 !important;
}

.modern-p-form .pricedesc .p-check-icon {
	height: 35px;
	width: 35px;
}

.modern-p-form label {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 4px;
}

/********************************************************************************************************************** MODERN P-FORM:INDIGO  ***********************************************************************************************************/

.p-form-modern-indigo .btn {
	background-color: #104247;
	border: 0;
	color: #fff !important;
	min-height: 40px;
}

.p-form-modern-indigo .p-check-block:after {
	background-color: #104247;
	border-radius: 6px;
}

.p-form-modern-indigo .p-title-line, .p-form-modern-indigo .p-title-side, .p-form-modern-indigo .p-title-step-line {
	background-color: #244f54;
	border-radius: 8px;
	color: #fff;
	margin-left: -15px;
}

.p-form-modern-indigo .p-title-side {
	font-size: 19px;
}

.p-form-modern-indigo .bootstrap-datetimepicker-widget .datepicker-days thead .picker-switch {
	background: #23252f;
	border-bottom-color: #fff;
}

.p-form-modern-indigo .p-title-line, .p-form-modern-indigo .p-title-step-line, .p-form-modern-indigo .p-title-side {
  background-color: #104247;
  color:#fff;
  margin-left: 0;
}

/********************************************************************************************************************** EDIT-PROPERTY (USER DASHBOARD) **************************************************************************************************/

#sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#sortable li {
	float: left;
	font-size: 4em;
	text-align: center;
	background: transparent;
	border: none;
}

#sortable-room {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#sortable-room li {
	float: left;
	font-size: 4em;
	text-align: center;
	background: transparent;
	border: none;
}

.image img, .property_item .property_head {
	overflow: hidden;
	position: unset;
}

.image img-estateagents {
	border-radius: 8px;
}

.image img {
	border-radius: 8px 8px 0 0;
}

.mb20 form .search {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	border: medium none;
	height: 40px;
	padding-left: 15px;
}

.mb20 form a.button {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 44px;
	position: absolute;
	right: -2px;
	text-align: center;
	top: 0;
	width: 40px;
}

.mb20 form a.button:hover {
	color: #fff;
}

.mb20 form, .mb20 form .search {
	position: relative;
	width: 220px;
}

.mright10 {
	float: right;
	height: 35px !important;
	line-height: 32px !important;
	margin-bottom: 10px;
	margin-right: 10px;
}

.property-details h1 {
	margin-bottom: 15px;
	font-family: "Roboto", sans-serif;
}

.property-details h2 {
	margin-bottom: 15px;
	font-family: "Roboto", sans-serif;
}

.property-details .agent-p-contact {
	border-bottom: none;
}

.property-details .pro-list>li {
	list-style-image: url(../images/p-d-1-list.jpg);
	margin-bottom: 20px;
	padding: 0 0 0 8px;
	transition: all 0.7s ease 0s;
	cursor: pointer;
}

.property-details .pro-list>li:hover {
	margin-left: 10px;
	transition: all 0.7s ease 0s;
}

.property-details .pro-list {
	margin-left: 15px;
}

.property-details .property_item .property_head {
	padding: 20px 0 20px 20px;
}

.property-details .property-list-map {
	height: 430px;
	width: 100%;
}

.property-details .table>tbody>tr>td i {
	font-size: 17px;
	margin-right: 8px;
	vertical-align: middle;
}

.property-details .text-it-p>p {
	font-style: oblique;
}

.property-details .text-it-p {
	padding: 15px 10px 15px 25px;
	background: #f5f8fa;
}

.property-tab {
	border: 1px solid #6f6f6f;
	margin-top: 50px;
}

.property-tab.dash {
	border: 0;
	margin-top: 50px;
}

.photodiv {
	width: 260px;
	padding: 1px 2px;
	margin-bottom: 15px;
}

.photodiv img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	margin: 0 auto;
	margin-bottom: 10px;
}

.tab-content img {
	max-width: 100%;
	display: block;
	border-radius: 4px;
}

/********************************************************************************************************************** jQuery FILE UPLOAD (USER DASHBOARD) *********************************************************************************************/

input.filup {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
  overflow: hidden;
  white-space: nowrap;
  padding-bottom: 8px !important;
  padding-top: 8px !important;
  font-size: 13px;
  margin-bottom: 20px;
  color: #000;
  line-height: 15px;
}

input[disabled]#LogoFile1.filup::placeholder,
input[disabled]#LogoFile1.filup:-ms-input-placeholder,
input[disabled]#LogoFile1.filup::-moz-placeholder,
input[disabled]#LogoFile1.filup:-moz-placeholder,
input[disabled]#LogoFile1.filup::-webkit-input-placeholder {
  font-size: 20px;
}

.fileinput-button {
	position: relative;
	overflow: hidden;
	display: inline-flex;
    align-items: center;
}

.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	font-size: 200px !important;
	direction: ltr;
	cursor: pointer;
	border-radius: 8px;
}

.fileUpload {
  	position: relative;
  	overflow: hidden;
  	background-color: #104247 !important;
  	color: #fff !important;
  	font-size: 13px;
  	padding: 8px 8px;
  	line-height: 15px;
  	height: auto;
  	border-radius: 4px;
}

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
	margin-bottom: 5px;
}

.fileupload-process {
	float: right;
	display: none;
}

.fileupload-processing .fileupload-process, .files .processing .preview {
	display: block;
	width: 32px;
	height: 32px;
	background: url("../images/loading.gif") center no-repeat;
	background-size: contain;
}

.files audio, .files video {
	max-width: 300px;
}

.progress-animated .progress-bar, .progress-animated .bar {
	background: url("../images/progressbar.gif") !important;
	filter: none;
}

/********************************************************************************************************************** getAddress() DROPDOWN ***********************************************************************************************************/

#getaddress_button {
    background-color: #104247;
    color: #fff !important;
    font-size: 19px;
    padding: 3px 11px;
    line-height: 15px;
    height: 44px;
    border-radius: 8px;
    margin-left: 10px;
    width: 100px;
    float: right;
}

#getaddress_button_1 {
    background-color: #104247;
    color: #fff !important;
    font-size: 19px;
    padding: 3px 11px;
    line-height: 15px;
    height: 44px;
    border-radius: 8px;
    margin-left: 10px;
    width: 100px;
    float: right;
}

#getaddress_dropdown {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 44px;
    padding: 11px 12px;
    line-height: 20px;
    border: 1px solid #ccc;
    color: #fff;
	background: #000 !important;
    background-color: transparent;
    outline: none;
    border-radius: 0;
    font-size: 20px;
    font-family: "Roboto", Sans-Serif;
    margin-top: 10px;
    width: calc(100% - 120px);
}

#getaddress_dropdown_1 {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 44px;
    padding: 11px 12px;
    line-height: 20px;
    border: 1px solid #ccc;
    color: #fff;
	background: #000 !important;
    background-color: transparent;
    outline: none;
    border-radius: 0;
    font-size: 20px;
    font-family: "Roboto", Sans-Serif;
    margin-top: 10px;
    width: calc(100% - 120px);
}

#getaddress_input {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 44px;
    padding: 11px 12px;
    line-height: 20px;
    border: 1px solid #ccc;
    color: #000 !important;
    background-color: #fff !important;
    outline: none;
    border-radius: 8px !important;
    font-size: 20px;
    font-family: "Roboto", Sans-Serif;
    margin-right: 10px;
    width: calc(100% - 120px);
    float: left;
}

#getaddress_input_1 {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 44px;
    padding: 11px 12px;
    line-height: 20px;
    border: 1px solid #ccc;
    color: #000 !important;
    background-color: #fff !important;
    outline: none;
    border-radius: 8px !important;
    font-size: 20px;
    font-family: "Roboto", Sans-Serif;
    margin-right: 10px;
    width: calc(100% - 120px);
    float: left;
}

.addr-list ul li:not(:last-child) {
	margin-bottom: 8px;
}

.addr-list ul li {
	font-size: 14px;
}

.view-more-popup{
	cursor: pointer;
}