﻿@font-face {
  font-family: Raleway-Bold;
  src: url("../../fonts/Raleway-Bold.ttf"); }

@font-face {
  font-family: Raleway-Regular;
  src: url("../../fonts/Raleway-Regular.ttf"); }

body {
  /*background: $theme-color !important;*/
  background: #f0f0f0 !important;
  font-family: Raleway-Regular !important; }

p {
  color: #212529 !important; }

.no-padding, .np {
  padding: 0 !important; }

.np-l {
  padding-left: 0 !important; }

.np-r {
  padding-right: 0 !important; }

.np-b {
  padding-bottom: 0 !important; }

.np-t {
  padding-top: 0 !important; }

.padding-5 {
  padding: 5px; }

.padding-10 {
  padding: 10px; }

.padding-15 {
  padding: 15px; }

.no-margin, .nm {
  margin: 0; }

.italic {
  font-style: italic !important; }

.bold {
  font-weight: bold !important; }

.register-form {
  background: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
  padding: 20px;
  margin-top: 50px; }
  .register-form .header {
    padding-bottom: 10px;
    text-align: center;
    font-size: 34px; }

.heading h4 {
  display: inline-block; }

.mainpage-logo {
  display: block;
  margin: 50px auto 0;
  max-height: 150px; }

.login-form {
  background: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
  padding: 20px;
  margin-top: 20px; }
  .login-form .header {
    padding-bottom: 10px;
    text-align: center;
    font-size: 34px; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px; }

.main-screen .main-title-sub {
  color: #0D0D75;
  font-family: Raleway-Bold;
  text-transform: uppercase;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-top: 5px;
  padding-bottom: 5px; }

.main-screen .main-title {
  font-family: Raleway-Bold;
  color: #fff !important;
  text-transform: uppercase; }

.content-block {
  height: 100%;
  background: #fff;
  padding-left: 20px;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 20px; }

.input-group .form-control, .input-group .custom-select {
  height: auto; }

#content {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; }

/* sidebar */
#sidebar, sidebar, employee-sidebar {
  background: #0D0D75; }
  #sidebar .sidebar-header, sidebar .sidebar-header, employee-sidebar .sidebar-header {
    background: #0D0D75; }
  #sidebar .side-logo, sidebar .side-logo, employee-sidebar .side-logo {
    max-height: 130px; }
  #sidebar > ul > li, sidebar > ul > li, employee-sidebar > ul > li {
    border-top: 1px solid #fff; }
  #sidebar > ul > li:last-child, sidebar > ul > li:last-child, employee-sidebar > ul > li:last-child {
    border-bottom: 1px solid #fff; }
  #sidebar ul li a, sidebar ul li a, employee-sidebar ul li a {
    color: #fff; }
  #sidebar ul ul a, sidebar ul ul a, employee-sidebar ul ul a {
    background: #0D0D75; }

#sidebar ul.components {
  padding: 0;
  border-bottom: none; }

#sidebar ul li.active > a, #sidebar a[aria-expanded="true"] {
  color: #fff;
  background: #0D0D75; }

#sidebar ul li a:hover {
  color: #cf162b;
  background: #fff; }

/* end sidebar */
.navbar {
  margin-bottom: 10px; }

.navbar-brand {
  font-weight: 700;
  color: #fff !important; }

/*input, select, button {
    border-radius: 0 !important;
  }*/
.header {
  margin-bottom: 20px;
  border-bottom: 1px solid #dadada; }

.action-form {
  margin-bottom: 20px; }

/* Absolute Center CSS Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.3; }

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0; }

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.lds-spinner {
  color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 64px;
  height: 64px;
  top: 0;
  left: 0;
  margin: auto;
  right: 0;
  bottom: 0; }

.lds-spinner:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d8d3d3;
  opacity: 0.3; }

.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite; }

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #000; }

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s; }

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s; }

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s; }

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s; }

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s; }

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s; }

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s; }

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s; }

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s; }

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s; }

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s; }

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s; }

@keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

#EmployeeForm {
  /*.table-responsive-custom {
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
  }*/ }
  #EmployeeForm .tab-content {
    padding: 10px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px; }
  #EmployeeForm .form-group.row {
    margin-bottom: 2px; }
  #EmployeeForm .nav li a {
    color: #495057;
    font-weight: bold; }
  #EmployeeForm .Residential .col-form-label, #EmployeeForm .Permanent .col-form-label {
    font-size: 11px; }
  #EmployeeForm .card-header {
    padding: 7px;
    font-weight: bold; }
  #EmployeeForm .card-body {
    padding: 7px; }

.employee-profile img {
  max-height: 225px;
  display: block;
  margin: 0 auto 10px; }

table thead tr {
  background: #0D0D75;
  color: #fff; }

table tr th a {
  color: #fff !important;
  text-decoration: none; }

.ws-nw {
  white-space: nowrap; }

.employee-filter {
  margin-bottom: 10px;
  border-left: 0 !important;
  border-right: 0 !important;
  /*border-radius: 0 !important;*/ }
  .employee-filter .form-group {
    margin-bottom: 0; }
  .employee-filter .card-body {
    padding: 5px; }
  .employee-filter label {
    margin-bottom: 0; }

.nav-link {
  display: block !important;
  padding: .5rem 10px !important; }

.nav-link.active {
  color: #fff !important;
  font-weight: bold !important;
  background: #0038a8 !important; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-color: transparent !important; }

.nav-tabs {
  border-bottom: 5px solid #0038a8 !important; }

.action-col button {
  margin-right: 4px; }

.table-sm-font {
  font-size: 12px;
  /*.input-group {
    i, svg {
      font-size: 5px;
    }
  }*/ }
  .table-sm-font .editmode td {
    padding: 0 !important; }
  .table-sm-font input, .table-sm-font select {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .675rem;
    line-height: 1.5;
    border-radius: 0 !important; }
  .table-sm-font input[type=checkbox], .table-sm-font input[type=radio] {
    height: 24px !important; }
  .table-sm-font .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem; }

.QaForm table tr td a {
  color: #000; }

.QaForm table tr td .form-check-label {
  padding-left: 10px; }

/* service record */
.ServiceRecordTable thead > tr > th {
  background: transparent !important;
  border: 1px solid #dee2e6 !important; }

.ServiceRecordTable thead tr {
  background: transparent !important;
  color: #212529; }

.ServiceRecordTable tbody > tr > td {
  border-left: 1px solid #dee2e6 !important;
  border-top: 0 !important; }

.ServiceRecordTable tbody > tr > td:last-child {
  border-right: 1px solid #dee2e6 !important; }

.ServiceRecordTable tbody > tr:last-child > td {
  border-bottom: 1px solid #dee2e6 !important; }

.ServiceRecord-HeadingTable {
  width: 100%; }
  .ServiceRecord-HeadingTable td {
    text-align: center; }
  .ServiceRecord-HeadingTable p {
    margin: 0 !important;
    line-height: 20px;
    color: #000;
    font-size: 14px; }
  .ServiceRecord-HeadingTable h1 {
    margin: 0 !important;
    font-size: 23px;
    font-weight: bold; }
  .ServiceRecord-HeadingTable h1.blue {
    color: #0D0D75; }

.ServiceRecord-HeadingTable-Employee {
  width: 100%;
  margin-bottom: 10px; }

.ServiceRecord-FooterTable-Employee {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px; }

/*end service record */
/* Pds */
.pds-heading-table {
  border: 1px solid #ddd;
  width: 100%; }
  .pds-heading-table .heading-bg2 {
    background: #eaeaea; }

.Pds-Table {
  margin-bottom: 0 !important; }
  .Pds-Table .heading-bg1 {
    background: #969696;
    color: #fff; }
  .Pds-Table .heading-bg2 {
    background: #eaeaea; }
  .Pds-Table .table2 {
    margin: 0;
    padding: 0;
    width: 100%; }
    .Pds-Table .table2 tr td {
      border: 0;
      padding: 0; }
    .Pds-Table .table2 tr td:first-child {
      width: 50%; }
  .Pds-Table .nb-top {
    border-top: none !important; }
  .Pds-Table .nb-left {
    border-left: none !important; }
  .Pds-Table .nb-right {
    border-right: none !important; }
  .Pds-Table .nb-bottom {
    border-bottom: none !important; }
  .Pds-Table .print-box-signature-height {
    height: 107px; }
  .Pds-Table .print-box-td {
    height: 20px;
    font-size: 10px; }

.Pds-Eligibility tr .print-default-height, .Pds-WorkExperience tr .print-default-height, .Pds-Voluntary-Work tr .print-default-height, .Pds-Training tr .print-default-height, .Pds-OtherInformation tr .print-default-height, .Pds-Reference tr .print-default-height {
  height: 24px; }

/*End Pds */
.text-strong {
  font-weight: bold; }

.Dtr-Table tr td select {
  padding: 2px !important; }

.fc-event-container .fc-title {
  color: #fff !important; }

.fc-event-container .fc-day-grid-event {
  border-radius: 0 !important;
  border: 0 !important; }

.holiday-tab-content {
  padding-top: 15px; }

.Dtr-Table tr td {
  position: relative; }
  .Dtr-Table tr td span svg {
    position: absolute;
    left: 6px;
    top: 8px; }

.profile-card .card-header {
  background-color: #fff; }

.profile-card .form-group {
  margin-bottom: 5px; }

.fc-scroller {
  height: 100% !important; }

/* employee sidebar */
.employee-sidebar-header img {
  height: 150px;
  width: 150px;
  border: 1px solid; }

.employee-sidebar-header h4 {
  margin-top: 5px;
  font-weight: bold;
  font-size: 1.0rem !important; }

.employee-sidebar-header label {
  margin-bottom: 0; }

.employee-sidebar-header .employee-side-profile-con {
  position: relative; }
  .employee-sidebar-header .employee-side-profile-con .badge {
    bottom: 5px;
    position: absolute;
    background: #fff !important;
    border: 0;
    color: #000;
    height: 30px;
    width: 30px;
    right: 34px;
    font-size: 15px; }
    .employee-sidebar-header .employee-side-profile-con .badge svg {
      margin-top: 4px;
      margin-left: -1px; }

@media (max-width: 667px) {
  .DtrHeadingTable {
    font-size: 12px; }
  .np-xs {
    padding: 0 !important; }
  .h4, h4 {
    font-size: 1.3rem !important; }
  #sidebar {
    position: absolute;
    top: 54px;
    height: 100%;
    z-index: 99; }
  .fc-toolbar.fc-header-toolbar {
    font-size: 14px; }
  .profile-card .card-body {
    padding: 0.5rem; }
  .navbar-nav .dropdown-menu {
    position: absolute !important; }
  .Dtr-Table {
    font-size: 0.7rem; }
    .Dtr-Table tr td .input-group {
      display: none; }
  .Dtr-Table tr td span svg {
    position: relative;
    left: 0;
    top: 0; } }

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media screen and (max-width: 677px) {
  .LeaveTable.table-striped tbody tr:nth-of-type(odd) {
    background-color: #c3c3c3 !important; } }

@media screen and (max-width: 600px) {
  .LeaveTable thead {
    display: none; }
  .LeaveTable tr {
    display: block;
    margin-bottom: 1.5rem; }
  .LeaveTable td {
    border: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
    min-height: 1.8rem;
    font-weight: bold; }
    .LeaveTable td span {
      display: block !important;
      float: left;
      min-width: 113px;
      text-align: left; }
  .LeaveTable td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase; } }

@media screen and (max-width: 600px) {
  .Dtr-Table {
    /*thead {
      display: none;
    }

    tr {
      display: block;
      margin-bottom: .625em;
    }

    td {
      border-bottom: 1px solid #ddd;
      display: block;
      text-align: right;
      min-height: 1.8rem;
    }

    td::before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }*/ }
    .Dtr-Table thead th {
      font-size: 10px; } }

employee-topnavigation .navbar {
  /*position:fixed;*/ }

/* leave form */
.leave-form-print p {
  margin: 0 !important; }

.leave-form-print .strong {
  font-weight: bold !important; }

.leave-form-print .underline {
  min-width: 90px;
  font-weight: bold;
  text-decoration: underline; }

.leave-print-table {
  border: 1px solid #000;
  width: 100%; }
  .leave-print-table td {
    padding: 5px !important;
    border-right: 1px solid;
    border-bottom: 1px solid; }
  .leave-print-table .nb {
    border: 0 !important; }
  .leave-print-table .td-min-height {
    height: 40px; }
  .leave-print-table .td-min-height-10 {
    height: 10px; }
  .leave-print-table .td-min-height-20 {
    height: 20px; }
  .leave-print-table .td-min-height-30 {
    height: 30px; }
  .leave-print-table .td-min-height-40 {
    height: 40px; }
  .leave-print-table .td-min-height-50 {
    height: 50px; }
  .leave-print-table .td-min-height-60 {
    height: 60px; }
  .leave-print-table .td-min-height-70 {
    height: 70px; }
  .leave-print-table .nb-top {
    border-top: none !important; }
  .leave-print-table .nb-left {
    border-left: none !important; }
  .leave-print-table .nb-right {
    border-right: none !important; }
  .leave-print-table .nb-bottom {
    border-bottom: none !important; }

.leave-print-table.nb {
  border: 0 !important; }

/* end leave form */
/* leave card */
.Leave-card-table th {
  vertical-align: middle !important;
  text-align: center; }

/* end leave card */
.xlg .modal-lg {
  max-width: 60% !important; }

.ck-content {
  border: 1px solid #ddd !important;
  /*border-right: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;*/ }

.heading-tr {
  background: #0D0D75;
  color: #fff;
  font-weight: bold; }

.ipcr-table {
  margin-bottom: 0 !important; }
  .ipcr-table .nb-top {
    border-top: none !important; }
  .ipcr-table .nb-left {
    border-left: none !important; }
  .ipcr-table .nb-right {
    border-right: none !important; }
  .ipcr-table .nb-bottom {
    border-bottom: none !important; }
  .ipcr-table tr td ckeditor > div {
    height: 100%;
    display: block; }
  .ipcr-table .visible-print {
    display: none; }

.ipcr-heading-table {
  margin-bottom: 0 !important; }
  .ipcr-heading-table .signature-tr td {
    height: 90px !important;
    vertical-align: middle; }
  .ipcr-heading-table .separator td {
    height: 33px !important; }
