.content {
  background-color: #fff;
  margin-top: 20px;
  border-radius: 10px;
  padding-top: 20px;
  padding-left: 25px;
  /* margin-left: 10px; */
}
/* .right-side > .content-header {
  margin-left: 10px;
} */
/* body,
html {
  width: 100%;
  height: 100%;
} */

.audit-button {
  width: 94px;
  height: 32px;
  border-radius: 4px;
  background: #016eff;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  text-align: right;
  padding: 0px 5px;
}
.audit-button:hover {
  cursor: pointer;
}
/* .manage {
  background-color: #fff;
  margin-left: 20px;
  color: #016eff;
} */
.panel {
  border: none;
  box-shadow: none;
}
.panel-heading {
  background-color: #fff;
  border: none;
}
#company_name,
#ip_address,
#mail_address,
#mail_name,
#mail_pass,
#mail_port {
  width: 240px;
  height: 32px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e6f0ff;
}
.custom-tab {
  color: #016eff;
}
.nav-pills > li.active > a {
  background-color: #016eff;
}
.btn-sub {
  width: 90px;
  height: 32px;
  background: #016eff;
  border-radius: 4px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  margin-left: 157px;
  margin-top: 40px;
}
.btn-sub:hover {
  color: #fff;
}
.col-sm-1 {
  width: 9.333333%;
}
