@charset "utf-8";
/* CSS Document */

body{
	height: 100%;
	margin:0px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}


a{
	text-decoration: underline;
	color: #60C3AD;
}

#contentframe{
	width: 1024px;
	padding-left:3px;
	padding-right:3px;
	min-height: calc(100vh - 150px);
}

.homepagecontent{
	text-align:left; 
	margin-left:5%;
}

#fullheader{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
	background-color: #fff;
	z-index:999;
}
#mobileheader{
	padding:10px;
	border-bottom: 1px solid #e1e1e1;
}

#review, #counterReview{
	font-size:20px;
}

#alertStatus{
	color: white;
}

#loadingmore{
	width: 100%;
	text-align: center;
	padding: 10px;
}

.footer{
	border-top:1px solid #e1e1e1;
	padding: 10px;
	width: 100%;
	bottom: 0 !important;
	left: 0;
}

.tags{
	background-color: #e1e1e1;
	border-radius: 10px;
	text-align: center;
	margin: 3px;
	padding-left:5px;
	padding-right:5px;
	display: inline-block;
	color: #000000 !important;
	
}

button.ui-datepicker-current { 
	display: none; 
}

.updateStatus{
	font-size: 16px;
	display: none;
}

.subtitle{
	font-weight:bold;
	font-size: 16px;
}
.subsubtitle{
	font-weight:bold;
	font-size: 14px;
}

.profilefields{
	font-size:11px;
}

.smalltext{
	font-size:11px;
}

.timestamp{
	color: grey;
	font-size:9px;
}
.errmessage{
	color:red; 
	font-size: 10px;"
}

.userAttribute{
	font-size: 12px;
}

.editPageButtons{
	margin-bottom: 2px;
}

#descContainer{
	border:1px solid #e1e1e1;
	border-radius:5px;
	margin-bottom:5px;
}

#desc{
	
	padding: 5px;
	min-height:100px;
	max-height:100px;
	width:100%;
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom:5px;
	
}
#desc[placeholder]:empty:before {
    content: attr(placeholder);
    color: #555; 
}

.disputeStatus{
	text-decoration: none !important;
	border-radius:5px;
	padding:3px;
	width:80px;
	text-align: center;
	color: black !important;
	background-color: #ffcd75;
}
.disputeStatus a{
	text-decoration: none !important;
}

.requestStatus{
	text-decoration: none !important;
	border-radius:5px;
	padding:3px;
	width:150px;
	text-align: center;
	color: black !important;
	background-color: #ffcd75;
}
.requestStatus a{
	text-decoration: none !important;
}


/*Profile Image Upload Button--------------------*/
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

/*End Profile Image Upload Button--------------------*/

/*Review text box---------------*/
#reviewDesc{
	
	padding: 5px;
	min-height:50px;
	max-height:100px;
	width:100%;
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom:5px;
	background-color: white;
	color: black;
	border-radius: 5px;
	
}
#reviewDesc[placeholder]:empty:before {
    content: attr(placeholder);
    color: #555; 
}
/*End Review text box---------------*/


/*Resolution centre-----------*/
#messageInputRC {
	width:100%;
	z-index:1003;
}
#mssgRC{
	
	padding: 5px;
	min-height:100px;
	max-height:100px;
	width:100%;
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom:5px;
	text-decoration:none;
}
#mssgRC[placeholder]:empty:before {
    content: attr(placeholder);
    color: gray; 
}

/*End Resolution centre-----------*/

/*Chat Messages-----------*/
#messageInput {
    position: fixed;
    bottom: 0;
	width:100%;
	left: 0;
	z-index:1003;
}


#mssgContainer{
	border:1px solid #e1e1e1;
	border-radius:10px;
	margin-bottom:5px;
}

#mssg{
	
	padding: 5px;
	min-height:20px;
	max-height:100px;
	width:100%;
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom:5px;
	
}
[contenteditable] {
  outline: 0px solid transparent;
}
#mssg[placeholder]:empty:before {
    content: attr(placeholder);
    color: #555; 
}

#itemInfoBanner{
	position: fixed;
	border-bottom: 1px solid #e1e1e1;
	background-color:white;
}


/*END Chat Messages-----------*/

/*Inbox--------------------*/
.messageUnread{
	border-left: 10px solid #60C3AD;
}
/*END Inbox--------------------*/


.circleMenuButton{
	background-color: #DEDEDE;
	color: #373737;
	font-size:16px;
	cursor: pointer;
	width:36px;
	height:36px;
	padding: 5px !important;
	border-radius:50% !important;
	position: relative;
	display: inline-block;
	margin: 2px;
}
.circleMenuButton .badge {
  position: absolute;
  font-size:9px;
  top: -5px;
  right: -5px;
  padding: 5px 5px;
  border-radius: 50%;
  background: red;
  color: white;
}
.sectionTitle{
	font-size: 22px;
	font-weight: bold;
	padding:20px;
}
.pageTitle{
	font-size: 22px;
	font-weight: bold;
	padding-top:20px;
	padding-bottom:20px;
}
.topbar{
	width:100%; 
	text-align: center;
	border-bottom: 1px solid #000;
}

.topsearchbar{
	padding-top: 10px;
	padding-bottom: 10px;
}
.toplogo{
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.toprightpanel{
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: auto;
}

.topnavwrap{
width:100%;
text-align: center;
background-color: #333;
padding: 0px;
border: none;
}



/*side navigation menu*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index:1001;
  opacity: 0.9;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sideNavHr{
	margin: 10px;
	border-bottom:0.5px solid gray;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/*END side navigation menu*/



/*top navigation bar*/
.topnav {
	padding-top:3px;
	/*width:100%;*/
	/*width:1024px;*/
  /*overflow: hidden;*/
  background-color: #333;
	display: inline-block;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
	
  text-align: center;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 12px;
	border-radius: 5px;
}

.topnav a:hover {
  background-color: #CCEBE4;
  color: black;
}

.active {
  background-color: #33788b;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
	.topnav{
		width:100%;
	}
  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
	  margin:7px;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/*END top navigation bar*/


/*profile drop down menu*/

.dropdown {
  position: relative;
  display: inline-block;
  
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
  background-color: #ffffff;
  z-index: 1;
  text-align:left;
  border-radius: 5px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
	background-color: #E5E5E5;
}

.show {display: block;}

.dropdownhr{
	margin:0px !important;
	border-bottom: 0.5px solid #e1e1e1;
}
/*END profile drop down menu*/


/*category drop down menu*/

.catdropdown {
  position: relative;
  display: inline-block;
  
}

.catdropdown a:hover {
	color: #333;
	background-color: #CCEBE4;
	width: 100%;
	text-align:left;
}

.catdropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
  background-color: #333;
  color: #fff;
  z-index: 10000;
  text-align:left;
  border-radius: 5px;
}

.catdropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/*END category drop down menu*/

button {
	font-weight: bold;
	font-size: 15px;
	cursor: pointer;
	border-radius: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
  	text-decoration: none;
  	border: none;
  	color: white;
	opacity: 0.9;
  	transition: 0.3s;
}
button:hover {
	opacity: 1;d
}

.mainbutton{
	background-color: #60C3AD;
}
.subbutton{
	background-color: #255561;
}

.currencyLabel { position: relative; }
.currencyLabel label { position: absolute; left: 10px; top: 12px; color: #000; z-index:998; font-weight: normal !important;}
.currencyLabel input { position: absolute; left: 0; top: 0; padding-left:39px; }

.whitebutton{
	background-color: #fff;
	border:1px solid #e1e1e1;
	color: #000 !important;
}
.disabledbutton{
	background-color: #cccccc;
	color: #fff !important;
}
.search-box{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border: none;
	background-color: #f3f3f3;
	border-radius: 8px;
	width:95%;
	margin-right: 10px !important;
}

.panelBox{
	text-align: left;
	float: center;
	padding:10px;
	display: inline-block;
	border-radius: 10px;
	vertical-align:top;
	height:auto;
	margin:10px;
	background: #ffffff;
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
}

.earningtab{
	font-size:10px;
	color:gray;
}

.verticalline{
	border-left: 1px solid gray;
  height: 50px;
}

.howitworks{
	padding-left:10px;
	padding-right:20px;
}

.howitworkscard{
		
		text-align: left;
		float: center;
    	width: 45%;
		padding:10px;
		display: inline-block;
		/*border-style: solid;
		border-width: 0.5px;
		border-color: #b1b1b1;*/
		border-radius: 10px;
		vertical-align:top;
		height:auto;
		margin:5px;
		background: #ffffff;
		box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
}
.howitworksRoleTitle{
	display: inline-block;
	border-radius: 30px;
	background: #60C3AD;
	height:auto;
	color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold; 
}
.explainText{
	font-size: 16px;
	
}

.itemcard{
		text-align: left;
		float: center;
    	width: 28%;
		padding:10px;
		display: inline-block;
		/*border-style: solid;
		border-width: 0.5px;
		border-color: #b1b1b1;*/
		border-radius: 10px;
		vertical-align:top;
		height:auto;
		margin:5px;
		background: #ffffff;
		box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
}

.itemthumb{
		border-radius: 5px;
		/*width:200px;*/
		width:100%;
		/*height:70%;*/
		border-style: solid;
		border-width: 0.5px;
		border-color: #e1e1e1;
	}
	
	
.itemthumbdiv {
    position: relative;    
	margin-bottom: 5px;
}

.reservediv {
   position: absolute;
   top: 0px;
   left: 0px;
   border-radius: 5px 5px 0 0;
   padding: 5px;
   background-color: #255561;
   color: white;
   width:100%;
	
}

.inactivediv {
   position: absolute;
   top: 0px;
   left: 0px;
   border-radius: 5px 5px 0 0;
   padding: 5px;
   background-color: #5f5f5f;
   color: white;
   width:100%;
	
}

.setactiveswitchdiv {
	text-align:right;
   position: absolute;
   top: 0px;
   left: 0px;
   border-radius: 5px 5px 0 0;
   padding: 5px;
	z-index: 99;
   width:100%;
	
}


.itemtitle{
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.itemtitle a{
	text-decoration: none;
}
.profilepic{
	border-radius: 50%;
}
.rentalprice{
	font-weight: bold;
	color: #60C3AD;
	font-size: 20px;
	text-decoration: none;
}

.rentalpriceItemCard{
	font-weight: bold;
	color: #60C3AD;
	font-size: 14px;
	text-decoration: none;
}

.marketprice{
	font-size: 12px;
	text-decoration: none;
}

.loginPanel{
	margin-top:20px;
	text-align: left;
	padding:20px;
	width: 345px;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
}
.bigTitle{
	font-size: 20px;
}
input{
	border-radius:5px;
	border: 1px solid #e1e1e1;
	padding: 10px;
}

hr{
	border-top: 1px solid #e1e1e1;;
}

/*Collapsible Search filter==================*/
.collapsible {
  background-color: #255561;
  color: white;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  /*background-color: #555;*/
}

.collapsible:after {
  /*content: '\002B';*/
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  /*content: "\2212";*/
}

.filtercontent {
  padding: 0px 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
	border-radius: 5px;
}
/*End Collapsible Search filter=================*/

/*Search filter select box===================*/
.optionName {
    color: grey;
	font-size: 16px;
}
.optionGroup {
    font-weight: bold;
    font-style: italic;
	font-size: 16px;
}
    
.optionChild {

}




.search_categories{
  font-size: 13px;
  padding: 10px 8px 10px 14px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.search_categories .select{
  width: 100%;
 background:url('../imgs/arrow.png') no-repeat;
  background-position:100% center;
}

.search_categories .select select{
  background: transparent;
  line-height: 1;
  border: 0;
  padding: 10;
  border-radius: 0;
  width: 120%;
  position: relative;
  z-index: 10;
  font-size: 1em;
}

/*End Search filter select box===================*/


/*CONTENT TABS===========================*/
/* Style the tab */
.tab {
  overflow: hidden;
  /*border: 1px solid #ccc;*/
  /*background-color: #f1f1f1;*/
}

/* Style the buttons inside the tab */
.tab button {
	border-radius:0px !important;
  background-color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  color: black;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #F0F0F0;
}

/* Create an active/current tablink class */
.tab button.active {
  border-bottom:3px solid #60C3AD;
  color: #60C3AD;
  background-color: #F3F3F3;
}

/* Style the tab content */
.tabcontent {
  display: none;
}


/*END CONTENT TABS===========================*/



/*CHECK BOX===========================*/
/* The container */
.checkbox-round {
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.checkcontainer {
	padding-top: 5px;
  display: block;
  position: relative;
  padding-left: 35px;
  /*margin-bottom: 12px;*/
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkcontainer input {
	border-radius: 5px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
  background-color: #60C3AD;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*END CHECK BOX===========================*/


/*before and after line OR=================*/

#ordiv {
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 28px;
    position: relative;
}

#ordiv:after {
    content: '';
    width: 100%;
    border-bottom: solid 0.5px #000;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
}

h5 {
    background-color: #fff; /* Same as the parents Background */
    width: auto;
    display: inline-block;
    z-index: 3;
    padding: 0 10px 0 10px;
    position: relative;
    font-family: calibri;
    font-weight: lighter;
    margin: 0;
}
/*END before and after line OR=================*/


.fa-heart-o:hover{
   color:red !important;
}
.favHeart{
	font-size:18px !important;
	cursor: pointer;
}
.favCount{
	font-size:18px;
}

.alertdiv{
	background-color: #00B0F0;
	padding:5px; 
	text-align:left; 
	border-radius:5px;
	color: #FFFFFF;
}
.alertdivleasing{
	background-color: #70AD47;
	padding:5px; 
	text-align:left; 
	border-radius:5px;
	color: #FFFFFF;
}
.alertdivleasing td{
	 padding: 15px;
}
.alertdiv td{
	 padding: 15px;
}

.reviewTable td{
	 padding: 15px;
}

.counterReview{
	color: #000;
	text-align:left; 
	border-radius:5px;
	padding:5px; 
	border: 1px solid #e1e1e1;
}
.counterReview td{
	 padding: 15px;
}


/*switch button*/
.switch {
  position: relative;
  display: inline-block;
  width: 29px;
  height: 15px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

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

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

input:checked + .slider {
  background-color: #60C3AD;
}

input:focus + .slider {
  box-shadow: 0 0 1px #60C3AD;
}

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

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

.slider.round:before {
  border-radius: 50%;
}
/*end switch button*/

@media only screen and (max-width: 1024px) {
	#contentframe{
		width:100%;
	}
}

/*TABLET=====================================================================*/
@media only screen and (max-width: 800px) {
	.logoimg{
		width:100%;
	}
}
/*END TABLET=====================================================================*/


/*MOBILE=====================================================================*/
@media only screen and (max-width: 600px) {
	#contentframe{
		width:100%;
		padding-left:0px;
		padding-right:0px;
	}
	.ui-datepicker {
		width:100% !important;
	}
	.sp-large img{
		width:100% !important;
	}
	.toplogo{
		text-align: center;

	}
	.toprightpanel{
		text-align: center;

	}
	.itemcard {
    	width: 45%;
		height: auto;
    }
	
	.howitworkscard {
    	width: 95%;
		height: auto;
    }


	.loginPanel{
		width: 98%;
	}
	.tablinks{
		font-size: 12px !important;
	}
	.editPageButtons{
		width:100% !important;
	}
	#dropzonewidget{
		text-align:center !important;
	}
	.footerdiv{
		text-align:center !important;
	}
	.homepagecontent{
		margin-left:3px !important;
	}
}


