/*
	Theme Name: telsys
	Theme URI: telsys.com
	Description: <strong>ccv1 telsys</strong>
	Version: 1.0.1
	Author: telsys
Woo: 7916465:9b79901a729ad1ac76f125c5a5389034
	
*/

/* append header css*/
.appendNav {
  position: -webkit-sticky;
  position: sticky;
  top:0px;
  background:#16a79d;
  height: 40px;;
  z-index:1;
  border-bottom: 1px solid #e5e5e5;
  box-shadow:none;
  padding-left: 5%;
  padding-right: 5%;
}

.appendLeft {
    float: left;
    clear: none;
    margin-top: 6px;
    

}

.appendRight {
  float:right;
  clear:none;
  margin-top: 6px;
  text-decoration: none;
}

.content {
  height: 2000px;
}

.appendUserImg {
  height: 18px;
  
}
.appendHelpImg {
  height: 18px;
  margin-right:2px;
  margin-top:-4px;
}

.appendLogin {
  text-decoration: none;
    color: white;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.appendHelp {
    text-decoration: none;
    color: white;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.appendLeft> .appendHelp:hover {
    color: #f0f7f6;
}

.appendRight> .appendLogin:hover {
    color: #f0f7f6;
}

