#user-left-box {
  padding: 25px 0;
  display: flex;
  align-items: center;
}
#user-left-box img {
  width: 140px;
  margin: 0 auto;
}

#login-logo {
  background: white;
}

.table a.table-link.danger.disabled {
  color: #90a4ae;
}

.right {
  float: right;
}

#clientOverview {
  margin: -10px;
  border-collapse: separate;
  border-spacing: 10px;
  table-layout: fixed;
}
#clientOverview th, #clientOverview td {
  border: 1px solid #e1e1e1;
  padding: 12px;
}

#viewClient .main-box-header {
  font-weight: bold;
}

#job-details h3 {
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 0;
  border-bottom: none;
  font-size: 18px;
}

p.title {
  font-weight: bold;
  margin-top: 10px;
}

#job-details ul li {
  padding: 5px 0;
}

#tooltip,
#jobDescTooltip,
#jobTitleTooltip,
#type-tooltip,
#about-tooltip,
#values-tooltip,
#color-tooltip,
#authority-tooltip,
#company-name-tooltip,
#commissionStartDateTooltip {
  color: #337ab7;
}

#company-logo-file-path, #signing-authority-uploaded-signature-file-path {
  display: none;
}

#company-logo-label, #signature-file-label {
  border: 1px solid #337ab7;
  display: block;
  padding: 34px 12px;
  cursor: pointer;
  text-align: center;
}

.custom-box {
  border: 1px solid #e7ebee;
  background: #FFFFFF;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 3px;
  background-clip: padding-box;
}

.custom-box-content p {
  margin: 0;
}

/*
 * POLICY
 */
.policy-section-title {
  font-size: 1.5em;
  margin-top: 10px;
  margin-bottom: 25px;
  font-weight: 600;
  color: #484848 !important;
  padding-left: 0;
  padding-bottom: 15px;
}

.question {
  border: 1px solid #f3f5f6;
  padding: 20px 15px;
  margin-bottom: 10px;
}

.question a:hover,
.question a:focus {
  text-decoration: none;
}

.question .action-btns {
  float: right;
}

.question .action-btns .btn {
  padding: 4px 8px;
  border: none;
}

.question .action-btns .btn:focus i {
  color: white;
}

#policies .table-box {
  padding: 20px;
}

#policies .custom-box .custom-box-content table thead tr th:first-child,
#policies .custom-box .custom-box-content table tbody tr td:first-child {
  width: 300px;
}

/**
 * MANUAL
 */
#welcome-image-path {
  display: none;
}

#welcome-image-label {
  border: 1px solid #337ab7;
  display: block;
  padding: 34px 12px;
  cursor: pointer;
  text-align: center;
}

.primary {
  color: #337ab7;
}

/*# sourceMappingURL=styles.css.map */
