body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #5d5d5d;
}

.bg-joined {
  background-color: #8e0d71 !important;
}

/* Login Area */
.login-box .logo {
  max-width: 200px;
  text-align: center;
}

.g-recaptcha {
  display: inline-block;
}

#div_id_new_password1 ul {
  font-size: 0.9em;
}

/* Header Area */
.main-header .logo-mini {
  color: red;
}
.main-header .logo-lg img {
  margin: auto;
  max-height: 45px;
}

.sidebar-menu > li.header {
  text-align: center;
}

/* Skin Black Overrides */
@media (max-width: 767px) {
  .skin-black .main-header > .logo {
    background-color: #dcdcdc;
  }
  .skin-black .main-header > .logo:hover {
    background-color: white;
  }
}

/* Dashboard */
#loading {
  width: 100%;
  height: 100%;
  z-index: 99;
  text-align: center;
}
#loading #loading-image {
  position: absolute;
  top: 50%;
  left: 45%;
  z-index: 100;
}

#dashboard-loader {
  margin: -10px 10px 0 0;
}

#reportrange {
  cursor: pointer;
  padding: 10px;
  margin-right: 15px;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.calendar-stats {
  font-family: monospace;
  display: flex;
  justify-content: center;
}
.calendar-stats > div {
  padding: 5px 10px;
  text-align: center;
}
.calendar-stats #joining {
  background: #00a65a;
  color: white;
}
.calendar-stats #joined {
  background: #8e0d71;
  color: white;
}
.calendar-stats #contract-ending {
  background: #dd4b39;
  color: white;
}

.widget-country-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
}
.widget-country-stats a {
  color: white;
}
.widget-country-stats > a > div {
  border: 2px solid white;
  padding: 10px;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: bold;
}
.widget-country-stats > a > div:hover {
  background: #3e3e3e;
}

.small-box:hover .icon {
  font-size: 18px;
}
.small-box .icon {
  top: -2px;
  right: 2px;
  font-size: 15px;
}
.small-box > .small-box-footer {
  font-size: 1.1em;
}

/* Date Picker */
.datepicker.dropdown-menu {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Paginator */
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #cfe8fd;
  color: black;
  cursor: pointer;
}

.pagination > li > a, .pagination > li span {
  font-family: monospace;
}

/* Calendar */
span.fc-day-number {
  margin-right: 10px;
}

/* Employee Section */
.signing {
  width: 400px;
  margin-bottom: 30px;
}

.signature-pad {
  -webkit-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
  border: 2px dashed rgba(0, 0, 0, 0.5);
}

.offerletter-status {
  padding: 20px 0;
  font-size: 1.2em;
}

.passport_pic_canvas {
  width: 210px;
  height: 270px;
  background: grey;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  -webkit-box-shadow: 2px 3px 8px #a0a0a0;
  -moz-box-shadow: 2px 3px 8px #a0a0a0;
  box-shadow: 2px 3px 8px #a0a0a0;
}
.passport_pic_canvas img {
  margin: auto;
}

.sign-sticker {
  display: inline-block;
  max-width: 120px;
  margin-top: -335px;
  -webkit-box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
@media (max-width: 650px) {
  .sign-sticker {
    display: none;
  }
}

div#clear-image {
  display: inline-block;
  position: absolute;
}

/* List Filter */
.btn-box-tool {
  color: white;
}
.btn-box-tool:hover {
  color: white;
}

/* Offer Letter List */
[id^=onboarding-loader] {
  position: absolute;
  margin-top: -10px;
}

.offerletter_list input.datepickerwidget {
  height: 30px;
  padding-left: 10px;
}
.offerletter_list #datatable {
  display: table;
}
@media (max-width: 992px) {
  .offerletter_list #datatable {
    display: none;
  }
}
.offerletter_list .responsivetable {
  display: none;
}
@media (max-width: 992px) {
  .offerletter_list .responsivetable {
    display: block;
  }
}

.approval-statuses {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-width: 150px;
}
.approval-statuses > div {
  min-width: 50px;
}
.approval-statuses > div.true {
  color: #00a65a;
}
.approval-statuses > div.false {
  color: #dd4b39;
}
.approval-statuses > div span {
  font-size: 0.9em;
}

.onboarding-status-change {
  cursor: pointer;
}

.status.pending {
  color: #605ca8;
}
.status.accepted {
  color: #00a65a;
}
.status.rejected {
  color: #dd4b39;
}
.status.dropout {
  color: #dd4b39;
}
.status.withdrawn {
  color: #dd4b39;
}
.status.joined {
  color: #8e0d71;
}

#datatable td {
  vertical-align: middle;
}
#datatable td.status {
  width: 5px;
}
#datatable td.status.offerletter {
  background-color: #00c0ef;
}
#datatable td.status.pending {
  background-color: #605ca8;
}
#datatable td.status.accepted {
  background-color: #00a65a;
}
#datatable td.status.rejected {
  background-color: #dd4b39;
}
#datatable td.status.dropout {
  background-color: #dd4b39;
}
#datatable td.status.sales-approval {
  background-color: #f39c12;
}
#datatable td.status.hr-approval {
  background-color: #ff851b;
}
#datatable td.status.withdrawn {
  background-color: #dd4b39;
}
#datatable td.status.joined {
  background-color: #8e0d71;
}

.th-field-status, .th-field-induction_schedule {
  text-align: center;
}

.td-field-induction_schedule [id^=induction-loader] {
  position: absolute;
  z-index: 10;
  right: 0;
  top: -3px;
}

.calCloseText:before {
  content: "Save";
}

/* Create Offer Letter */
input#id_employee_full_name {
  text-transform: capitalize;
}

/* Create New Offer Letter */
.load-offer-data-wrapper {
  padding: 20px 0;
}

#offerletter-signing {
  width: 100%;
  text-align: center;
}

#email-check, #id-check {
  color: #ff774c;
  font-size: 16px;
}
#email-check a, #id-check a {
  color: #fb3c00;
  text-decoration: underline;
}

.div_id_questions {
  margin: 20px 0;
  background: aliceblue;
  padding: 15px;
  border-radius: 4px;
}
.div_id_questions .section_b_qthree {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: center;
}
.div_id_questions .section_b_qthree .form-group {
  margin: 10px;
}
.div_id_questions .section_b_qthree .form-control {
  width: auto;
  text-align: center;
}

/* Contract Extension */
#div_id_contract_extended_till, #div_id_new_salary, #div_id_new_salary_effective_from {
  display: none;
}

/* Client Editor */
.example {
  background: #ffe6e6;
  padding: 10px;
  margin: 0 0 30px;
  border-radius: 5px;
}
.example pre {
  background-color: #f7fff7;
  padding: 10px;
  margin: 10px;
}

/* Error Page */
.error-page h1 {
  color: #f12f2f;
  font-weight: bold;
  font-family: monospace;
}

/* Export */
.form-export {
  padding: 10px 0;
}

fieldset {
  border: 1px dotted #c7c7c7;
  padding: 20px;
  margin: 20px 0;
}

/* Sweet Alert */
.swal2-title {
  font-size: 3em !important;
}

.swal2-html-container {
  font-size: 2em !important;
}

.swal2-styled {
  font-size: 1.5em !important;
}

/* Checkbox */
.checkbox label {
  padding-left: 0;
}

.icheckbox_minimal-blue {
  margin: 10px 10px 10px 0;
}

#div_id_not_eligible_for_rehire {
  margin-top: 30px;
  margin-bottom: 30px;
}

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