﻿/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 0px) 
  and (max-device-width: 736px)  { 

    #clientsDropDown {
    display:none !important
    }
}


#closeIcon { 
	float:right;
	position:relative;
	bottom:12px;
	left:8px;
	z-index: 99999;
}

#closeIcon:hover { 
	cursor:pointer;
}

#chatIcon {
	position:relative;
	top:5px;
}

#clientsDashboard {
	float:right;
	width:200px;
	position:relative;
	
}

#clientsDashboard h3 {
	color: #CCCCCC !important;
    margin-top: 0px !important;
}

#clientsDropDown {
    position: fixed;
    bottom: 0;
    width: 200px;
    /* padding-bottom: 2%; */
    z-index: 99998;
    right: 10px;
    float: right;
    bottom: 10px;
}

#clientsOpen {
    color: #febe01;
    cursor: pointer;
    float: left;
    font-size: 26px;
    background: #414142;
    width: 200px;
    text-align: center;
    padding: 3px 0px;
    border-radius:10px;
}

#clientsCTA {
  background:#414142;
  width:100%;
  color: #CCCCCC;
  text-align:center;
  margin: 0;
  padding: 5px 0;
  text-decoration: none;
  z-index: 99998;
}

#clientsCTA h1 {
   font-size: 18px !important;
   margin: 15px 0 10px 0 !important;
   padding-bottom: 6px !important;
}

#clientsDropDown .clientsClose {

}
#clientsDropDown #clientsDashboard {
  display: none;
}
