body {
  margin:0px;
}

.hs-banner {
  position: absolute;
  background: #E87E04;
  width: 100%;
  z-index: 9;
}

.hs-banner-content {
  padding: 16px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.hs-banner-msg {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-decoration: none;
  flex-grow: 1;
}

.hs-banner-close {
  color: #fff;
  cursor: pointer;
  font-size: x-large;
  position: absolute;
  right: 20px;
  opacity: 0.5;
}

.sbd-main-container {
  width:100vw;
  height:100vh;
  position: absolute;
  top:0;
  left:0;
  display: flex;
  flex-direction: row;
  font-family:open_sansregular;
}

.sbd-main-panel {
  flex-grow: 1;
  height: 100vh;
  position:relative;
  overflow:hidden;
}

.sbd-main-panel .content-panel{
  width: 100%;
  height: calc(100vh - 60px);
  background-color: rgba(0,0,0,0.05);
  position: relative;

}

.sbd-main-panel .content-panel .panel{
  width:100%;
  height:100%;
  position: absolute;
  top:0px;
  left:0px;
  display:none;
}

.sbd-main-panel .content-panel .top-bar{
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  padding:20px;

}

.sbd-main-panel .content-panel .bottom-panel{
  width: 100%;
  height: calc(100% - 100px);
  box-sizing: border-box;
  position: relative;

}



.sbd-main-panel .content-panel .top-bar .title-bar{

  font-size:20px;
  font-family: open_sanssemibold;
  letter-spacing: 2px;
  color:#333;
}

.sbd-main-panel .content-panel .top-bar .control-bar{
  margin-top:10px;
  height:40px;
  line-height: 40px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  font-family: open_sansregular;
  color:#666;
}

.sbd-main-panel .content-panel .top-bar .text-bar{
  height:30px;
  width: 100%;
  position: relative;
  line-height: 30px;
  font-size:16px;
  font-family: open_sansregular;
  color:#666;
}

.sbd-main-panel .content-panel .top-bar .control-bar .sbd-btn-container {
  flex-grow: 1;
  height:30px;
  justify-content: flex-end;
}

.tag {
  font-size:14px;
	 margin-bottom: 5px;
	 font-family:open_sanssemibold;
	 letter-spacing: 1px;
	 color:black;
}

.tag-desc {
  font-size:14px;
	 color:#333;
	 margin-bottom: 15px;
   font-family:open_sansregular;
}

/* ==========================================================================
	LISTING REPORT
	 ========================================================================== */

.listing-image {
  width:60px;
  height:60px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  box-sizing: border-box;
  border:2px solid white;
  vertical-align: top;
}

.listing-details {
  width:400px;
  height:60px;
  box-sizing: border-box;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}



/* ==========================================================================
	MANAGE AGENT
	 ========================================================================== */

	 .agent-pphoto {
		 width:60px;
		 height:60px;
		 border-radius: 60px;
		 overflow: hidden;
		 background-repeat: no-repeat;
		 background-size: cover;
		 background-position: center center;
		 display: inline-block;
		 box-sizing: border-box;
		 border:2px solid white;
		 vertical-align: top;
	 }

	 .admin-pphoto {
		 width:60px;
		 height:60px;
		 border-radius: 60px;
		 overflow: hidden;
		 background-color:#eee;
		 background-repeat: no-repeat;
		 background-size: cover;
		 background-position: center center;
		 display: inline-block;
		 box-sizing: border-box;
		 border:2px solid white;
		 vertical-align: top;
		 background-image: url(../img/admin_pphoto.png);
	 }

	 .agent-details {
		 width:400px;
		 height:60px;
		 box-sizing: border-box;
		 font-size: 16px;
		 display: inline-block;
		 vertical-align: top;
		 margin-left: 20px;
	 }

	 .admin-details {
		 width:300px;
		 height:60px;
		 box-sizing: border-box;
		 font-size: 16px;
		 display: inline-block;
		 vertical-align: top;
		 margin-left: 20px;
	 }

	 .admin-details div {
		 width:100%;
		 overflow: hidden;
		 text-overflow: ellipsis;
		 white-space: nowrap;
	 }

	 .manage-agent-left-panel {
		 width:50%;
		 height: 100%;
		 background-color: white;
     border-right:1px solid rgba(0,0,0,0.1);
		 box-sizing: border-box;
		 padding: 20px;
		 overflow: auto;
	 }

	 .manage-agent-right-panel {
		 width:50%;
		 height: 100%;
		 box-sizing: border-box;
		 padding: 20px;
		 overflow-x: auto;
	 }

	 .claim-email-log, .agent-listing {
		 border-bottom:1px solid rgba(0,0,0,0.15);
		 width:100%;
		 height:30px;
		 line-height: 30px;
		 color:black;
	 }

	.send-claim-button,.send-onboarding-button {
	 	padding: 0 10px;
	 	box-sizing: border-box;
	 	height:30px;
	 	line-height: 30px;
	 	text-align: center;
	 	background:transparent;
	 	cursor: pointer;
	 	display: inline-block;
	 	margin-top:20px;
	 	float:right;
	 	border:1px solid white;
	 	vertical-align: top;
		color:white;
		margin-left:10px;
    font-size:14px;
    font-family:open_sansregular;
	 }

   .save-agent-button, .delete-unclaimed-button, .delete-claimed-button {

 	 }

   .download-csv-button {
   padding: 0 10px;
   box-sizing: border-box;
   height:30px;
   float: left;
   line-height: 30px;
   text-align: center;
   background:#E87E04;
   cursor: pointer;
   }

   .login-button {
   padding: 0 10px;
   margin-left:10px;
   box-sizing: border-box;
   height:30px;
   float: right;
   line-height: normal;
   text-align: center;
   background:#E87E04;
   cursor: pointer;
   border:none;
   border-radius:0px;
   color:white;
   font-family: open_sansregular;
   width:185px;
   }

   .forgot-pass-button {
   padding: 0 10px;
   margin-left:10px;
   box-sizing: border-box;
   height:30px;
   float: right;
   line-height: 30px;
   text-align: center;
   background:transparent;
   border:1px solid white;
   cursor: pointer;
   color:black;
   font-family: open_sansregular;
   width:185px;
   }

   .tooltip {
   position: relative;
   display: inline-block;
   color:white;
   font-family: open_sanssemibold;
}

/* Tooltip text */
.tooltip .tooltiptext {
   visibility: hidden;
   width: 400px;
   background-color: black;
   color: #fff;
   text-align: left;
   padding: 5px 0;
   border-radius: 6px;
   font-family: open_sansregular;
   line-height: 1.4;

   /* Position the tooltip text - see examples below! */
   position: absolute;
   z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
   visibility: visible;
}

.data-map-listings {
  position:absolute;
  top:calc(100% - 40px);
  height:100%;width:100%;
  transition:all 0.5s;
  background:#eee;
}

.hide-listings-btn {
  display: none;
}

.data-map-listings.toggled {
  top:0px;
}

.data-map-listings.toggled .hide-listings-btn {
  display: block;
}

.data-map-listings.toggled .view-listings-btn {
  display: none;
}
