.alert-login {
  width: 348px;
  margin: 15px auto;
}
.loading-spin {
  height: 50px;
}
body {
  font-family: 'RobotoRegular';
}
strong,
b {
  font-family: 'RobotoBold';
}
#header {
  height: 64px;
}
#header.training h1 {
  width: 520px;
  text-indent: inherit;
  font-size: 22px;
  text-align: right;
}
#header h1 {
  background: url("../images/apis-logo.png") top left no-repeat;
  height: 50px;
  top: 3px;
  width: 370px;
  line-height: 59px;
  text-indent: -9999px;
}
#header h1 a {
  color: #35795c;
}
.header-now {
  position: absolute;
  right: 362px;
  top: 14px;
}
#breadcrumb a i {
  float: left;
}
.page-header {
  padding: 0;
  margin: 0;
}
#user-nav {
  top: 16px;
}
#user-nav > ul > li > a > i,
#sidebar li a i {
  background-image: url('../images/glyphicons-halflings.png');
}
#user-nav.navbar .nav > li > a {
  color: #000;
  font-size: 12px;
}
#sidebar > ul > li > a {
  color: #cedcd6;
}
#sidebar > ul ul li a {
  color: #cedcd6;
}
#content {
  border-top-left-radius: 0;
  min-height: 701px;
}
#content .unauthorized-box {
  margin-top: 45px;
}
.table th.actions-row,
.table td.actions-row {
  text-align: center;
}
.table th.actions-row a,
.table td.actions-row a {
  color: #444;
  padding: 0 5px;
}
.table th.actions-row a:hover,
.table td.actions-row a:hover {
  text-decoration: underline;
}
.user-details {
  margin: 12px 0 0 0;
}
.user-details .detail-row {
  display: block;
  margin: 0 0 6px 0;
}
.user-details .detail-row .detail-title {
  display: inline-block;
  width: 80px;
}
/** ---------------------------------------
 * Custom Button List
 ** ---------------------------------- */
.actions {
  list-style: none;
  margin: 12px 0 0 0;
}
.actions li.item {
  display: inline-block;
  float: left;
  margin: 0 0 0 10px;
}
.actions.actions-footer {
  margin: 0 0 20px 0;
}
.actions.actions-footer li {
  margin: 0 10px 0 0;
}
/** ---------------------------------------
 * Error List
 ** ---------------------------------- */
.errors-wrapper ul {
  list-style: none;
  margin: 15px 0 0 0;
}
.errors-wrapper ul li {
  color: #b94a48;
}
/** ---------------------------------------
 * Form Elements
 ** ---------------------------------- */
form .red {
  color: red;
}
form .checkbox-control {
  margin-bottom: 0;
}
form .checkbox-control .checker {
  margin-top: -3px;
}
.add-address-wrapper {
  display: none;
}
.add-address-wrapper .checker {
  display: none;
}
/* Custom wyswig */
.bootstrap-wysihtml5-insert-target-link {
  margin: 10px 0 0 0;
}
