@charset "utf-8";
/* CSS Document */
#User-Form {
	display: block;
}
#user_data {
	padding: 10px;
}
#new_email {
	width: 84%;
}

.alert_title {
	margin: 7px 0 0 10px;
}

.img-preview {
    background: #e9e9e9 !important;
    border-radius: 500px;
	margin: 0 auto;
}
.img-preview img {
	width: 150px !important;
	border-radius : 500px;
}
.user-img-button {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.start-image-upload {
	margin-right: 15px;
	background-color: #75b12f;
	border: 1px solid #75b12f;
} 
.start-image-upload:hover {
	margin-right: 15px;
	background-color: #527727;
	border: 1px solid #527727;
}

.user_account #main { 
	float:right;  
	width: 75%;
}
.user_account #sidebar { 
	border-right:1px solid #ccc; 
	float:left; 
	padding:0 0 40px 0; 
	width: 23%; 
}
.user_account .modify_profile form button { 
	clear:both; 
	float:left; 
	margin:10px 0 0 0; 
}

.user_forms .inner { 
	clear:both; 
	margin:20px auto; 
	padding: 13px; 
	width: 650px;  
}

.P-Date {
	text-align: center!important;
	width: 101px;
	font-weight: bold;
}

.PP {
    display: block;
    width:100%;
    margin: 0 auto;
}
.PP-LSide {
    display: block;
    width: 30%;
    height:auto;
    min-height: 470px;
    float:left;
    color: #e7e7e8;
    background-color: #292c2f;
    border-radius : 10px;
    padding: 15px;
    margin-right: 1%;
    margin-bottom: 20px;
}
.PP-description {
    display: block;
    width: 69%;
    height:auto;
    min-height: 470px;
    float:right;
	margin-bottom : 30px;
}
.PP-LSide img {
    display: block;
    border: 4px solid #fff;
    border-radius: 65px;
    margin: 10px auto;
}
.PP-Name, .PP-Title, .PP-Contact {
    display: block;
    width: 100%;
    height: 35px;
    color: #e7e7e8;
    background-color: #414142;
    text-align: center;
    line-height: 35px;
    margin: 15px 0;
    
}
.PP-Text {
    text-align: center;
}
.PP-Pic {
  display: block;
  margin: 0 auto;
  margin-top: -80px;
  background-color: #fff;
  border-radius: 50px;
  border: 5px solid #fff;
}

/*  Start User Dashboard */
#regionId, #cityId {
	width: 50%;
}
.User {
	display: block;
	width: 100%;
	height: auto;
	min-height: 200px;
}
.User .Dashboard {
	display: block;
	width: 100%;
}

.User .Dashboard .Menu {
    display: block;
    width: 23%;
    float: left;
    margin-right: 2%;
}
.User .Dashboard .Menu ul li {
	border: 1px solid #eee;
    background-color: #fff;
	height: 40px;
	line-height: 40px;
    margin-bottom: 15px;
	text-align: center;
}
.User .Dashboard .Menu ul li.Alert-Form {
	margin-top: 0;
}
.User .Dashboard .Menu ul li.Alert-Form::before {
	clear: both;
}
.User .Dashboard .Menu ul li.No-Borders {
	border: 0px;
}
.User .Dashboard .Menu ul li label[for=priceMin],
.User .Dashboard .Menu ul li label[for=priceMax] {
	float: left;
}
.User .Dashboard .Menu ul li input[name=sPriceMin],
.User .Dashboard .Menu ul li input[name=sPriceMax] {
	float: right;
}
.User .Dashboard .Menu ul li button[type=submit] {
    background-color: #99d632;
    height: 40px;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-right: -13px !important;
}

@media (min-width: 769px) and (max-width: 900px) {
.User .Dashboard .Menu ul li input[name=sPriceMin],
.User .Dashboard .Menu ul li input[name=sPriceMax] {
	width: 80%;
}
}
@media (min-width: 300px) and (max-width: 768px) {
	#regionId, #cityId {
	width: 100%;
}
.User .Dashboard .Menu ul li.No-Borders {
	margin-top: 15px;
}
.User .Dashboard .Menu ul li.Alert-Form {
	margin-top: 100px;
}
.User .Dashboard .Menu ul li button[type=submit] {
    margin-right: 0px !important;
	margin-top: 15px;
}
}

.User .Dashboard .Menu ul li.opt_dashboard {
    background-color: #75b12f;
	height: 50px;
	line-height: 50px;
	margin-bottom: 15px;
	color: #fff;
}
.User .Dashboard .Menu ul li.opt_dashboard a,
.User .Dashboard .Menu ul li.opt_dashboard a:hover, 
.User .Dashboard .Menu ul li.opt_dashboard a:focus {
	color: #fff;
}
.User .Dashboard .Menu ul li a {
	display: block;
    color: #aaa;
}
.User .Dashboard .Menu ul li a:hover,
.User .Dashboard .Menu ul li a:focus {
    color: #777;
}

.User .Dashboard .Board {
	display: block;
	border: 1px solid #eee;
	width: 75%;
	padding: 10px;
	float: left;
	margin-bottom: 15px;
}
.User .Dashboard .Board h1 {
	font-size: 20px;
    text-transform: none;
    color: #505050;
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
    margin-top: 15px;
    margin-bottom: 7px;
    text-align: left;
}

@media (min-width: 320px) and (max-width: 768px) {
.User .Dashboard .Board h1 {
    text-align: center;
}
.User .Dashboard .Board .see_by {
    float: none !important;
    text-align: center;
    margin: 10px auto;
	margin-top: 15px !important;
}
}

.User .Dashboard .Board h2 {
	font-size: 20px;
    text-transform: none;
    color: #505050;
    border-bottom: solid 0px #eee;
    padding-bottom: 10px;
    margin-top: 15px;
    margin-bottom: 7px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.User .Dashboard .Board ul.Sub-Cats {
	width: 100%;
	height: auto;
	margin-bottom: 7px;
}
.User .Dashboard .Board ul.Sub-Cats li {
    display: inline-block;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    height: 35px;
    padding: 5px;
}
.User .Dashboard .Board ul.Sub-Cats li span.cats {
	float:left;
}

.User .Dashboard .Board .see_by {
    float: right;
    font-size: 0.806em;
    margin: 10px auto;
	margin-top: 15px;
}

.User .Dashboard .Board .Latest-Listings {
	display: block;
	width: 100%;
	float: left;
	margin-top: 10px;
}
.User .Dashboard .Board .Latest-Listings .Photo {
	display: block;
	width: 12%;
	margin-right: 2%;
	margin-bottom: 20px;
	float: left;
}
.User .Dashboard .Board .Latest-Listings .Photo img {
	width: 100%;
    border: 1px solid #99d632;
    padding: 1px;
}

@media (min-width: 601px) and (max-width: 768px) {
.User .Dashboard .Board .Latest-Listings .Photo {
	width: 100%;
}
.User .Dashboard .Board .Latest-Listings .Photo img {
	display: block;
	width: 50%;
	margin: 0 auto;
    border: 1px solid #99d632;
    padding: 1px;
}
}
@media (min-width: 320px) and (max-width: 600px) {
.User .Dashboard .Board .Latest-Listings .Photo {
	width: 100%;
}
.User .Dashboard .Board .Latest-Listings .Photo img {
	display: block;
	width: 100%;
	margin: 0 auto;
    border: 1px solid #99d632;
    padding: 1px;
}
}

.User .Dashboard .Board .Latest-Listings .List-Text {
	display: block;
	width: 86%;
	float: left;
}
.User .Dashboard .Board .Latest-Listings .List-Text h3 {
	font-size: 16px;
	height: 25px;
	color: #777;
	border-bottom: 1px solid #99d632;
	padding-bottom: 0;
}
.User .Dashboard .Board .Latest-Listings .List-Text p {
	background-color: #99d632;
    color: #fff;
    padding: 5px 0px;
    float: right;
    margin-top: -10px;
    width: 57px;
	height: 25px;
    text-align: center;
    font-size: 13px;
}
.User .Dashboard .Board .Latest-Listings .List-Text .Premium {
	position: relative;
    font-size: 10px;
    text-align: center;
    background-color: #99d632;
    color: #fff;
    padding: 5px 0;
    float: right;
    width: 57px
}
.User .Dashboard .Board .Latest-Listings .List-Text .Premium::after {
    content: "";
    position: absolute;
    top: 0px;
    left: -22px;
    height: 0;
    width: 0;
    border-width: 1.1em;
    border-style: solid;
    border-color: #99d632;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

@media (min-width: 320px) and (max-width: 768px) {
.User .Dashboard .Board .Latest-Listings .List-Text {
	width: 100%;
}
.User .Dashboard .Board .Latest-Listings .List-Text h3 {
	font-size: 0.863em;
}
}

.User .Dashboard .Board .Latest-Listings .image_count {
    font-size: 10px;
    padding: 1px 10px;
    bottom: 77%;
    right: 0;
    background-color: #99d632;
    color: #fff;
    position: absolute;
    display: block;
}

@media (min-width: 840px) and (max-width: 903px) {
.User .Dashboard .Board .Latest-Listings .image_count {
    bottom: 75%;
}
}
@media (min-width: 769px) and (max-width: 839px) {
.User .Dashboard .Board .Latest-Listings .image_count {
    bottom: 72%;
}
}
@media (min-width: 320px) and (max-width: 768px) {
.User .Dashboard .Board .Latest-Listings .image_count {
    display: none;
}
}

.More-Links a,
.More-Links a:hover,
.More-Links a:focus {
	display: block;
	width: 180px;
	margin: 0 auto;
	text-align: center;
    background-color: #99d632;
	color:#fff;
	padding: 5px 0;
}

@media (min-width: 320px) and (max-width: 768px) {
.User .Dashboard .Menu {
    width: 100%;
	margin-right: 0;
	margin: 15px 0;
}
.User .Dashboard .Board {
	width: 100%;
	margin-top: -12px;
}
}
/*  /End User Dashboard */
/*  Start User Profile */
.User .Dashboard .Board form fieldset .row {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
	background-color: transparent;
}
.User .Dashboard .Board form fieldset .row > button[type="submit"],input[type="submit"],input[type="button"] {
    margin-left: 0 !important;
}
.User .Dashboard .Board form fieldset .row input[type="text"],input[type="password"],select,textarea {
	padding: 5px; 
	border: solid 1px #75b12f; 
	display: inline-block;
	width: 50%;
	height: 30px;
	max-width: 100%;
	border-radius: 0px;
}
.User .Dashboard .Board form fieldset .row label {
	display: inline-block;
	width: 48%;
	margin-right: 2%;
	float: left;
}
/*.User .Dashboard .Board form fieldset .row .elabel {
	display: inline-block;
	width: 50%;
	float: left;
	padding: 9px 0 0 5px;
}*/
.User .Dashboard .Board form fieldset .row.shaded {
    color: #777;
    border: 1px solid #eee;
	padding: 5px;
}
.User .Dashboard .Board form fieldset .row.shaded .update,
.User .Dashboard .Board form fieldset .row.shaded .update a,
.User .Dashboard .Board form fieldset .row.shaded .update a:hover,
.User .Dashboard .Board form fieldset .row.shaded .update a:focus {
    display: block;
	width: 50%;
    margin-top: 2px;
    float: right;
    color: #777;
}
.User .Dashboard .Board form fieldset .row.shaded .update.password {
	margin-top: 0;
	float: right;
	width:50%;
}
.User .Dashboard .Board form fieldset .row.shaded span.username-finale {
	margin-top: 5px;
}
.User .Dashboard .Board form fieldset .row button.centered {
	display:  block;
	margin: 0 auto !important;
}

.User .Dashboard .Board form fieldset #available {
	text-align: center;
	margin-bottom: 10px;
}

@media (min-width: 300px) and (max-width: 768px) {
.User .Dashboard .Board form fieldset .row input[type="text"],input[type="password"],select,textarea {
	width: 100%;
}
.User .Dashboard .Board form fieldset .row label {
	width: 100%;
	margin-right: 0;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.User .Dashboard .Board form fieldset .row .elabel {
	width: 100%;
	margin-top: 0;
    padding: 5px;
}
.User .Dashboard .Board form fieldset .row.shaded .update,
.User .Dashboard .Board form fieldset .row.shaded .update a,
.User .Dashboard .Board form fieldset .row.shaded .update a:hover,
.User .Dashboard .Board form fieldset .row.shaded .update a:focus {
	width: 100%!important;
    text-align: center;
	margin-bottom: 8px;
}
}
/*  Start User Alerts */
.User .Dashboard .Board .Alerts-Table {
	display: block;
	width: 100%;
}
.User .Dashboard .Board .Alerts-Table .Top {
	display: block;
	width: 100%;
	height: 40px;
	border: 1px solid #eee;
	padding: 10px;
	margin-top: 15px;
	float: left;
}
.User .Dashboard .Board .Alerts-Table .Counts {
	display: inline-block;
	width: 50%;
	float:left;
}
.User .Dashboard .Board .Alerts-Table .Remove {
	display: inline-block;
	width: 50%;
	float:left;
}
.User .Dashboard .Board .Alerts-Table .Remove .button.small {
    display: inline-block;
    width: 50%;
	height: 30px;
    float: right;
    padding: 8px 0;
    margin: -6px 0 0 0;
    text-align: center;
}

@media (min-width: 320px) and (max-width: 768px) {
.User .Dashboard .Board .Alerts-Table .Remove .button.small {
    width: 100%;
}
}

.User .Dashboard .Board .Alerts-Table .Alerts-Blank-Details {
    display: block;
    width: 100%;
    padding: 0 10px;
    margin-bottom: -10px;
}
.User .Dashboard .Board .Alerts-Table .Alerts-Details {
	display: block;
	width: 100%;
	padding: 10px;
}

.User .Dashboard .Board .Alerts-Table .shaded {
	background-color: #f9f9f9;
}
.User .Dashboard .Board .Alerts-Table .Item {
    display: inline-block;
    width: 68%;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    float: left;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.User .Dashboard .Board .Alerts-Table .Date {
	display: inline-block;
	width: 20%;
	height: 40px;
    line-height: 40px;
	float: none;
	text-align: center;
}
.User .Dashboard .Board .Alerts-Table .Price {
	display: inline-block;
	width: 10%;
	height: 40px;
    line-height: 40px;
	float: right;
	text-align: center;
}

@media (min-width: 320px) and (max-width: 768px) {
.User .Dashboard .Board .Alerts-Table .Alerts-Blank-Details .Item {
	margin-bottom: 0;
}
	
.User .Dashboard .Board .Alerts-Table .Item {
    width: 78%;
	margin-bottom: 15px;
}
.User .Dashboard .Board .Alerts-Table .Date {
	display: none;
}
.User .Dashboard .Board .Alerts-Table .Price {
	width: 18%;
}
}
/*  /End User Alerts */

@media (max-width: 991px) {
	.user_forms .inner { 
	width:100%;  
}
}
@media (min-width: 300px) and (max-width: 768px) {
	/*#main, #sidebar, .list #main, .list #sidebar, .item #main, .item #sidebar {
	float: none; 
	clear: both; 
	width: auto;
}*/
	.user_account #main, .user_account #sidebar {
		border-right:0;
		float: none;
		width: auto;
	}
	
}
@media (min-width: 300px) and (max-width: 767px) {
	.PP-LSide, .PP-description {
    width: 100%;
    padding: 15px;
    margin-right: 0;
    Margin-left: 0;
   
}
}
