body {
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.color-verytalk {
    color: #f79646;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.errorlist {
    color: #ff0000 !important;
}

.table-attrec {
    font-size: 13px;
}

.table-attrec td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.card-staff-dashboard {
    margin: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 440px;
    overflow: auto;
}

.table-staff-dashboard {
    font-size: 13px;
}

.table-staff-dashboard th {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.table-staff-dashboard td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.progress-box {
    height: 20px;
    width: 80px;
    margin-top: 2px;
    border-width: 2px;
    border-color: gray;
    border-style: inherit;
}

.progress-box-green {
    background-color: rgba(195, 214, 155, 0.8);
}

.hr-dashboard-logo {
    height: 425px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.invoice_container {
    border: 1px solid #dddddd;
}

.our-trainers-tooltip {
  position: absolute;
  z-index: 1001;
  display: none;
  border: 2px solid #ebebeb;
  border-radius: 5px;
  padding: 10px;
  background-color: #fff;
}

.table-avatar {
    width: 50px;
    height: 50px;
}

.profile-avatar {
    width: 150px;
    height: 150px;
}

.bg-logo {
    background-image: url("/static/images/logo.png");
    background-position: center;
    height: 425px;
    opacity: 0.3;
}