.users {
  margin-top: 0px;
  width: 100%;
  background-color: #FFFFFF;
  height: 100%;
}
.users thead tr {
  background:#faf6ed;
  text-align:left;
  padding: 8px 20px;
  font-size:14px;
  color:#adabac;
  font-weight:normal;
}
.users tbody tr td {
  cursor: pointer;
}
.users a {
  color:#adabac;
  outline:none;
  text-decoration: none;
  cursor: pointer;
}
.users_header {
  padding: 10px 0;
}
.users_header div:first-child{
  text-align: left;
}
.users_header div:last-child{
  text-align: right;
  margin: 2px 0 0 0;
}

.users_search-bar input[type="text"] {
  background:none;
  color:#2b6662;
  border:none;
  outline:none;
  height:48px;
  font-size:16px;
  float:left;
  padding:10px 5px;
  margin: 0px;
}
.users_search-bar input[type="submit"] {
  background: url(../img/img_search.png) no-repeat right center;
  border: none;
  outline:none;
  cursor: pointer;
  height:48px;
  padding: 0;
  margin: 0;
}
.users_search-bar input[type="text"]::-ms-clear {
    display: none;
}
