@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,300");
:root {
  --fa-secondary-opacity: 0.6;
}

/*  - - - - - - - - - - - - - - - - - - - - - -Custom colors*/
/* - - - - - - - - - - - - - - - - - - - - - - - - borders */
/*- - - - - - - - - - - - - - - - - - - - - - - $ tables*/
/* - - - - - - - - - - - - - - - - - - - - - - - - bkgs */
/*- - - - - - - - - - - - - - - - absenceModule colours */
/*- - - - - - - - - - - - - - - - -  absence txt*/
/*- - - - - - - - - - - - - - - - -  tm appraisal forms*/
/* - - - - - - - - - -  darken / lighten factor */
/* - - - - - - - - - -  darken / lighten factor */
/* - - - - - - - - - - - - - - - - - - - darken */
/* - - - - - - - - - - - - - - - - - - - lighten */
/* Hack to make sure SASS is not replacing the actual escaped ascii representation of icons with the unicode character */
h1,
.h1 {
  font-size: 1.5rem;
}

h2,
.h2 {
  font-size: 1.4rem;
}

h3,
.h3 {
  font-size: 1.3rem;
}

h4,
.h4 {
  font-size: 1.2rem;
}

h5,
.h5 {
  font-size: 1.1rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-wrap {
  white-space: normal;
}

.text-custom {
  color: #2f79b2;
}

.text-primary {
  color: #5d80a5 !important;
}

.text-success {
  color: #13856e !important;
}

.text-info {
  color: #3db9dc !important;
}

.text-warning {
  color: #f1b53d !important;
}

.text-danger {
  color: #c72b16 !important;
}

.text-purple {
  color: #9261c6;
}

.text-pink {
  color: #ff7aa3;
}

.text-dark {
  color: #324559;
}

.text-white {
  color: #ffffff;
}

.text-muted {
  color: #818a91;
}

.dropdown-lg {
  width: 280px;
}

.dropdown-menu {
  box-shadow: 0 0px 24px 0 rgba(50, 69, 89, 0.06), 0 1px 0px 0 rgba(50, 69, 89, 0.02);
  border: 1px solid rgba(50, 69, 89, 0.05);
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-size: 0.9rem;
  background-color: #f5f5f5;
  padding-bottom: 100px;
}

.page-title-box {
  background-color: #ffffff;
  margin: -20px -20px 20px -20px;
  padding: 20px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
}
.page-title-box .page-title {
  margin-bottom: 0;
  font-size: 1.2rem;
}
.page-title-box .breadcrumb {
  padding: 0;
  background-color: transparent !important;
}

.card-box {
  padding: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.content-narrow {
  max-width: 1440px;
}

.row-narrow {
  max-width: 1460px;
}

.header-title {
  font-size: 1rem;
  text-transform: uppercase;
}

.page-header {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1.15rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #eceeef;
}

.button-list {
  margin-bottom: -5px;
  margin-left: -7px;
}
.button-list button,
.button-list a {
  margin: 5px 7px;
}

canvas {
  max-width: 100%;
}

svg {
  max-width: 100%;
}

a {
  color: #2f79b2;
  /*    outline: none !important;
      text-decoration: none !important;*/
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9 {
  padding-right: 10px;
  padding-left: 10px;
}

.bg-primary {
  background-color: #5d80a5 !important;
}

.bg-success {
  background-color: #13856e !important;
}

.bg-info {
  background-color: #3db9dc !important;
}

.bg-warning {
  background-color: #f1b53d !important;
}

.bg-danger {
  background-color: #c72b16 !important;
}

.bg-purple {
  background-color: #9261c6 !important;
}

.bg-pink {
  background-color: #ff7aa3 !important;
}

.bg-dark {
  background-color: #324559 !important;
}

.bg-faded {
  background-color: #f7f7f9;
}

.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
  background-color: #5d80a5;
}

/* custom colour classes  -b - - - - - - - - - - - - - - - - - - */
.primary {
  color: #5d80a5;
}

.hr-red {
  color: #bd3d41;
}

.hr-purple {
  color: #a45994;
}

.hr-orange {
  color: #f86d10;
}

.hr-green {
  color: #3b7137;
}

.hr-sand {
  color: #c78d5a;
}

.lightBlue {
  color: #cadceb;
}

.hr-yellow {
  color: #dea234;
}

.hr-blue {
  color: #5f91c8;
}

.hr-darkBlue {
  color: #324559;
}

.hr-bluegray {
  color: #5D82A2;
}

.gray-dark {
  color: #373a3c;
}

.gray {
  color: #818489;
}

.hr-gray {
  color: #818489;
}

.gray-light {
  color: #818a91;
}

.gray-lighter {
  color: #eceeef;
}

.gray-lightest {
  color: #f7f7f9;
}

.hr-supportBar {
  color: #9c4898;
}

/* - - - - - - - - - - - - - - - - - - - - - borders*/
.border-blue {
  border: 1px solid #5d80a5;
}

.border-green {
  border: 1px solid #389e6d;
}

.border-sand {
  border: 1px solid #c78d5a;
}

.border-gray {
  border: 1px solid #818489;
}

/*- - - - - - - - - - - - -bkg, standard and darken and lighten */
.bg-hr-blue, .bg-hr-green, .bg-hr-sand, .bg-hr-gray, .bg-hr-blue {
  color: #ffffff;
}

.bg-hr-blue {
  background-color: #5d80a5;
}

.bg-hr-green {
  background-color: #389e6d;
}

.bg-hr-sand {
  background-color: #c78d5a;
}

.bg-hr-gray {
  background-color: #818489;
}

.hr-blue-darken-txt {
  color: #34485e;
}

.hr-green-darken-txt {
  color: #1b4b34;
}

.hr-sand-darken-txt {
  color: #84562d;
}

.hr-gray-darken-txt {
  color: #4a4c4f;
}

.hr-blue-lighten-txt {
  color: #a5b9cd;
}

.hr-green-lighten-txt {
  color: #77cfa5;
}

.hr-sand-lighten-txt {
  color: #e3c7ae;
}

.hr-gray-lighten-txt {
  color: #bbbdbf;
}

.bg-hr-blue-darken {
  background-color: #34485e;
}

.bg-hr-green-darken {
  background-color: #1b4b34;
}

.bg-hr-sand-darken {
  background-color: #84562d;
}

.bg-hr-gray-darken {
  background-color: #4a4c4f;
}

.bg-hr-blue-lighten {
  background-color: #a5b9cd;
}

.bg-hr-green-lighten {
  background-color: #77cfa5;
}

.bg-hr-sand-lighten {
  background-color: #e3c7ae;
}

.bg-hr-gray-lighten {
  background-color: #bbbdbf;
}

.bg-hr-blue .navbar-nav a {
  color: white;
}

.exampleBorder {
  border: 3px solid #a5b9cd;
}

.infoBkg {
  background-color: rgba(225, 231, 255, 0.26);
}

/*- - - - - - - - appraisal colour code employee and superior */
.employeeB {
  color: #587B43;
}

.employeeB-border {
  border: 1px solid #587B43;
}

.employeeB-bg {
  background-color: #587B43;
}

.superiorB {
  color: #6F5C99;
}

.superiorB-border {
  border: 1px solid #6F5C99;
}

.superiorB-bg {
  background-color: #6F5C99;
}

/*- - - - - - - - - - - - - - - - disabled background stripes*/
.stripesB {
  color: white;
  background: repeating-linear-gradient(45deg, #f7f7f9, #ededed 4px, #ffffff 4px, #ffffff 8px);
  background-attachment: fixed;
}

.stripesB {
  color: #373a3c;
}

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-block {
  display: block;
}

@media screen and (min-width: 0\0 ) {
  .form-control {
    padding: 0.55rem 0.75rem !important;
  }

  .input-group-addon {
    line-height: 1.2 !important;
    font-size: 0.9rem !important;
  }

  .carousel-control span {
    right: 20px;
  }
}
.btnBack {
  /*arrow at bottom of content*/
  font-size: 2.2em;
  padding-left: 0.1em;
}

.btnBack {
  /*arrow at bottom of content*/
  font-size: 2.2em;
  padding-left: 0.1em;
}

.btn-link, .divLink {
  color: var(--hr-bluegray);
}

.divLink {
  display: block;
  text-align: center;
}

/*Ajax spinner – Loading indicator*/
.modal-loading {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) 50% 50% no-repeat;
}

/*- - - - - - -OLD OLD OLD OLD OLD OLD OLD loading spinner*/
#loading {
  position: fixed;
  /* or absolute */
  top: 50%;
  left: 50%;
}

#loading::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 3em;
  content: "";
}

body.loading {
  overflow: hidden;
}

body.loading .modal-loading {
  display: block;
}

/*- - - - - - -NEW NEW NEW NEW  NEW NEW NEW NEW NEW loading spinner*/
/*Ajax spinner – Loading indicator*/
.modal-loading2 {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) 50% 50% no-repeat;
}

#loading2 {
  position: fixed;
  /* or absolute */
  top: 50%;
  left: 50%;
}

#loading3 {
  position: fixed;
  top: 50%;
  left: 50%;
}

#loading2::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Duotone";
}

body.loading2 {
  overflow: hidden;
}

body.loading2 .modal-loading2 {
  display: block;
}

.spinB {
  font-family: "Font Awesome 5 Duotone";
}

/*duotone spinner*/
.spinB:before {
  content: "丹";
  color: #EE806E;
}

.spinB:after {
  content: "􏥞";
  color: #5e9897;
}

@keyframes fa-spin {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg);
  }
  30%, 50%, 70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }
  40%, 60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }
  80%, 100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.fa-spin {
  -webkit-animation: fa-spin 3s linear infinite;
  animation: fa-spin 3s linear infinite;
}

.fa-spin {
  padding-left: 1em;
}

@media (min-width: 1200px) {
  .container {
    max-width: 2560px;
  }
}
.logo {
  float: left;
  color: #ffffff !important;
  font-size: 1.3em;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 1px;
  line-height: 3em;
}
.logo span span {
  color: #13856e !important;
}

#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: #ffffff;
  border: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.topbar-main a:hover {
  text-decoration: none;
}

.topbar-main {
  background-color: #324559;
}
.topbar-main .badge {
  position: absolute;
  top: 12px;
  right: 7px;
}
.topbar-main .navbar-nav > .open > a {
  background-color: fade(#ffffff, 10%) !important;
}
.topbar-main .navbar-nav {
  margin: 0;
}
.topbar-main .navbar-nav .nav-link {
  padding: 0;
  line-height: 60px;
}

.navbar-custom {
  background-color: #ffffff;
}

.navbar-topbar .nav-link {
  padding: 0px;
  line-height: 60px;
  color: #ffffff;
}
.navbar-topbar .dropdown-toggle:after {
  content: initial;
}

.navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  padding-top: 6px;
  height: 18px;
}
.navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
}

.navbar-toggle.open span {
  position: absolute;
}
.navbar-toggle.open span:first-child {
  top: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}
.navbar-toggle.open span:last-child {
  width: 100%;
  top: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navigation-menu > li.active > a {
  color: #1f5075;
}

.navigation-menu > li.active li.active > a {
  color: #1f5075;
}

.navigation-menu > li.active li.active li.active > a {
  color: #1f5075;
}

.navigation-menu {
  white-space: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  transition: margin 0.3s ease-in-out;
}

.navigation-menu > li {
  display: inline-block;
  position: relative;
}

.navigation-menu > li > a {
  display: block;
  color: #2f79b2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 500;
  font-size: 0.95rem;
}
.navigation-menu > li > a:hover {
  color: #2f79b2;
}
.navigation-menu > li > a:hover i {
  color: #2f79b2;
}
.navigation-menu > li > a:focus {
  color: #2f79b2;
}
.navigation-menu > li > a:focus i {
  color: #2f79b2;
}
.navigation-menu > li > a:active {
  color: #2f79b2;
}
.navigation-menu > li > a:active i {
  color: #2f79b2;
}
.navigation-menu > li > a i {
  font-size: 18px;
  margin-right: 5px;
  color: fade(#324559, 80%);
  vertical-align: middle;
}

.navigation-menu > li > a:hover, .navigation-menu > li > a:focus {
  background-color: transparent;
  text-decoration: none;
}

.navigation-menu > li li > a:hover, .navigation-menu > li li > a:focus {
  text-decoration: none;
}

@media (min-width: 992px) {
  #topnav .navigation-menu > li > a {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media (min-width: 992px) {
  .navigation-menu > li.last-elements .submenu {
    left: auto;
    right: 0;
  }

  .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }

  .navigation-menu > li:first-of-type a {
    padding-left: 0px;
  }

  .navigation-menu > li:hover a {
    color: #2f79b2;
  }
  .navigation-menu > li:hover a i {
    color: #2f79b2;
  }

  .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    border: 1px solid #eceeef;
    padding: 15px 0;
    list-style: none;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #ffffff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  }

  .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
  }

  .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    width: 200px;
    display: inline-block;
    vertical-align: top;
  }

  .navigation-menu > li .submenu > li.has-submenu > a:after {
    content: "\e649";
    font-family: "themify";
    position: absolute;
    right: 20px;
    font-size: 9px;
  }

  .navigation-menu > li .submenu > li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }

  .navigation-menu > li .submenu li {
    position: relative;
  }

  .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

  .navigation-menu > li .submenu li a {
    display: block;
    padding: 8px 25px;
    clear: both;
    white-space: nowrap;
    color: #324559;
  }

  .navigation-menu > li .submenu li a:hover {
    color: #2f79b2;
  }

  .navigation-menu > li .submenu li span {
    display: block;
    padding: 8px 25px;
    clear: both;
    line-height: 1.42857143;
    white-space: nowrap;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: #818a91;
  }

  .navbar-toggle.navbar-toggle {
    display: none;
  }

  .site-nav {
    position: relative;
    display: block !important;
    width: 100%;
  }

  nav.navbar-custom {
    position: relative;
  }

  .nav-scroll {
    margin: 0;
    border: 0;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    bottom: 0;
    padding: 0 1em;
    display: block;
    position: absolute;
    z-index: 3;
    width: 6%;
    cursor: pointer;
    font-size: 150%;
  }

  .nav-scroll-left {
    left: 0px;
    border-right: 1px dashed rgba(31, 80, 117, 0.5);
  }

  .nav-scroll-right {
    right: 0px;
    border-left: 1px dashed rgba(31, 80, 117, 0.5);
  }
}
@media (max-width: 991px) {
  .wrapper {
    padding-top: 60px !important;
  }
  .wrapper .btn-group.m-t-15 {
    margin-top: 17px;
  }

  .container {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .card-box {
    padding: 10px;
  }

  #topnav {
    top: 0 !important;
  }

  .navigation-menu {
    float: none;
    max-height: 400px;
  }

  .navigation-menu > li {
    float: none;
    display: block;
  }

  .navigation-menu > li > a {
    color: #324559;
    padding: 15px;
  }
  .navigation-menu > li > a i {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }

  .navigation-menu > li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }

  .navigation-menu > li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 20px;
    color: #324559;
  }

  .navigation-menu > li .submenu li a:hover {
    color: #2f79b2;
  }

  .navigation-menu > li .submenu {
    display: block;
  }

  .navigation-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }

  .navigation-menu > li .submenu .submenu {
    display: block;
  }

  .navigation-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }

  .navigation-menu > li .submenu.megamenu > li > ul > li > span {
    display: block;
    position: relative;
    padding: 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
  }

  .navigation-menu > li.has-submenu.open > a {
    color: #2f79b2;
  }

  .navbar-header {
    float: left;
  }

  .site-nav {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #eceeef;
    border-bottom: 1px solid #eceeef;
    background-color: #ffffff;
  }

  .site-nav.open {
    display: block;
    overflow-y: auto;
  }
}
@media (min-width: 768px) {
  .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }

  .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-toggle {
    display: block;
  }
}
.notification-box {
  margin-right: 10px;
}
.notification-box ul {
  max-height: 60px;
}
.notification-box ul li a {
  font-size: 24px;
  color: #ffffff;
  display: block;
  line-height: 60px;
}
.notification-box .noti-dot {
  position: relative;
  top: -45px;
}
.notification-box .pulse {
  width: 2px;
  height: 2px;
  border: 3px solid #c72b16;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #c72b16;
  z-index: 10;
  position: absolute;
  right: 3px;
}
.notification-box .dot {
  border: 4px solid #c72b16;
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 30px;
  width: 30px;
  -webkit-animation: pulse 3s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -12px;
  left: -4px;
  z-index: 1;
  opacity: 0;
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

.user-box {
  text-align: center;
}
.user-box .user-img {
  position: relative;
}
.user-box .user-status {
  height: 12px;
  width: 12px;
  position: absolute;
  bottom: 8px;
  right: 15px;
  line-height: 0px !important;
}
.user-box .user-status i {
  font-size: 12px !important;
}
.user-box .user-status.away i {
  color: #f1b53d;
}
.user-box .user-status.offline i {
  color: #c72b16;
}
.user-box .user-status.online i {
  color: #13856e;
}
.user-box .user-status.busy i {
  color: #818a91;
}

.footer {
  border-top: 1px solid rgba(67, 89, 102, 0.1);
  bottom: 0px;
  color: #55595c;
  text-align: center;
  padding: 20px 0px;
  position: absolute;
  right: 0px;
  left: 0px;
}

.wrapper {
  padding-top: 130px;
}

.notification-list {
  margin-left: 0 !important;
}
.notification-list .noti-title {
  border-radius: 0.25rem 0.25rem 0 0;
  background-color: #2f79b2;
  margin: -6px -1px 0px -1px;
  width: auto;
  padding: 12px 20px;
}
.notification-list .noti-title h5 {
  color: #ffffff;
  margin: 0;
}
.notification-list .noti-icon {
  font-size: 22px;
  padding: 0 6px 0 12px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.8);
}
.notification-list .noti-icon-badge {
  height: 10px;
  width: 10px;
  background-color: #c72b16;
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 12px;
  border-radius: 50%;
  border: 2px solid #324559;
}
.notification-list .notify-item {
  padding: 10px 20px;
}
.notification-list .notify-item .notify-icon {
  float: left;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #ffffff;
}
.notification-list .notify-item .notify-icon img {
  margin-top: 4px;
}
.notification-list .notify-item .notify-details {
  margin-bottom: 0;
  overflow: hidden;
  margin-left: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notification-list .notify-item .notify-details b {
  font-weight: 500;
}
.notification-list .notify-item .notify-details small {
  display: block;
}
.notification-list .notify-item .notify-details span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}
.notification-list .notify-all {
  border-radius: 0 0 0.25rem 0.25rem;
  margin: 0 0 -5px 0;
  background-color: #eceeef;
}

.profile-dropdown {
  width: 170px;
}
.profile-dropdown i {
  font-size: 17px;
  vertical-align: middle;
  margin-right: 5px;
}
.profile-dropdown span {
  vertical-align: middle;
}

.nav-user {
  padding: 0 12px !important;
}
.nav-user img {
  height: 36px;
  width: 36px;
}

.side-bar.right-bar {
  float: right !important;
  right: -266px;
  top: 60px;
}

.side-bar {
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  background-color: #ffffff;
  box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  display: block;
  float: left;
  height: 100%;
  position: fixed;
  transition: all 200ms ease-out;
  width: 240px;
  z-index: 9999;
}

.right-bar {
  background: #ffffff !important;
}
.right-bar .nav-tabs {
  border: none !important;
}
.right-bar .nav-tabs .nav-item {
  float: none;
  display: inline-block;
  margin-bottom: 0;
}
.right-bar .nav-tabs .nav-link {
  border: none !important;
  font-weight: 500;
  font-size: 16px;
  color: #324559;
}
.right-bar .nav-tabs .nav-link.active {
  color: #2f79b2;
  background-color: transparent;
}
.right-bar .tab-content {
  padding: 20px;
  border-top: 2px solid #eceeef;
}
.right-bar .right-bar-toggle {
  float: right;
  line-height: 46px;
  font-size: 20px;
  color: #55595c;
  padding: 0px 10px;
}
.right-bar .nicescroll {
  height: 88%;
}
.right-bar .contact-list {
  max-height: 600px;
}
.right-bar h5 {
  font-size: 15px;
}

@media (max-width: 640px) {
  .btn-group.m-t-15 {
    display: none;
  }
}
@media (max-width: 420px) {
  .topbar-left {
    width: 38px;
    text-align: center;
    float: left;
  }

  .logo {
    float: none;
  }
  .logo span {
    display: none !important;
  }
}
.app-search {
  position: relative;
}
.app-search a {
  position: absolute;
  top: 12px;
  right: 25px;
  display: block;
  height: 34px;
  line-height: 34px;
  width: 34px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.app-search a:hover {
  color: #ffffff;
}
.app-search .form-control,
.app-search .form-control:focus {
  border: 1px solid rgba(129, 138, 145, 0.3);
  font-size: 13px;
  height: 34px;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 40px;
  margin-top: 13px;
  margin-right: 20px;
  background: rgba(129, 138, 145, 0.1);
  box-shadow: none;
  border-radius: 30px;
  width: 200px;
}

.wrapper.right-bar-enabled .right-bar {
  right: 0 !important;
  display: block !important;
}

.page-title {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 50px;
}

/*removes bootstrap default dropdown arrow to enable more elegant chevron*/
.candidateListNav .dropdown-toggle::after {
  border: none !important;
  font: normal normal normal 14px/1 FontAwesome;
  content: "" !important;
  vertical-align: 0;
}

/*support admin bar with switch-user*/
.adminBar {
  color: white;
  padding: 0.1em 0.6em 0.2em 0.1em;
  background-color: #9c4898;
}

.adminBar .fad {
  padding: 0 5px 0 5px;
}

.adminBar a {
  color: white;
}

.trunkateB {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

button:focus {
  outline: none !important;
}

.btn:not(.btn-lg):not(.btn-sm) {
  font-size: 0.9rem;
  line-height: 1.2;
}

.btn:not(.disabled),
.btn:not([disabled]) {
  cursor: pointer;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.35;
}
.btn.disabled:hover,
.btn:disabled:hover {
  cursor: not-allowed;
}

.btn-outline-primary:not([disabled]):not(.disabled).active, .btn-outline-primary:not([disabled]):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  box-shadow: none;
}

.btn-rounded {
  border-radius: 2em !important;
  padding: 0.5rem 1.5rem;
}

.btn-label {
  background: rgba(50, 69, 89, 0.1);
  display: inline-block;
  padding: 7px 15px;
  border-radius: 3px 0 0 3px;
  margin: -7px -14px;
  margin-right: 12px;
}

.btn-rounded .btn-label {
  padding: 7px 15px 7px 20px;
  margin-left: -20px;
}

.btn-rounded .btn-label-right {
  margin-right: -20px;
  margin-left: 12px;
}

.btn-label-right {
  margin-left: 12px;
  margin-right: -13px;
  border-radius: 0px 3px 3px 0px;
}

.btn-custom {
  background-color: #2f79b2;
  border-color: #2f79b2;
  color: #ffffff;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.open > .dropdown-toggle.btn-custom {
  background-color: #286696;
  border-color: #286696;
  color: #ffffff;
}

.btn-primary {
  background-color: #2f79b2;
  border-color: #2f79b2;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.open > .dropdown-toggle.btn-primary {
  background-color: #4e6c8c;
  border-color: #4e6c8c;
  color: #ffffff;
}

.btn-success {
  background-color: #13856e;
  border-color: #13856e;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.open > .dropdown-toggle.btn-success {
  background-color: #0e6150;
  border-color: #0e6150;
  color: #ffffff;
}

.btn-info {
  background-color: #3db9dc;
  border-color: #3db9dc;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.open > .dropdown-toggle.btn-info {
  background-color: #25a7cb;
  border-color: #25a7cb;
  color: #ffffff;
}

.btn-warning {
  background-color: #f1b53d;
  border-color: #f1b53d;
  color: #ffffff;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.open > .dropdown-toggle.btn-warning {
  background-color: #eea617;
  border-color: #eea617;
  color: #ffffff;
}

.btn-danger {
  background-color: #c72b16;
  border-color: #c72b16;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus,
.open > .dropdown-toggle.btn-danger {
  background-color: #a22312;
  border-color: #a22312;
  color: #ffffff;
}

.btn-dark {
  background-color: #324559;
  border-color: #324559;
  color: #ffffff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus,
.open > .dropdown-toggle.btn-dark {
  background-color: #23313f;
  border-color: #23313f;
  color: #ffffff;
}

.btn-pink {
  background-color: #ff7aa3;
  border-color: #ff7aa3;
  color: #ffffff;
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.btn-pink.focus,
.open > .dropdown-toggle.btn-pink {
  background-color: #ff5187;
  border-color: #ff5187;
  color: #ffffff;
}

.btn-purple {
  background-color: #9261c6;
  border-color: #9261c6;
  color: #ffffff;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.btn-purple.focus,
.open > .dropdown-toggle.btn-purple {
  background-color: #7d43bb;
  border-color: #7d43bb;
  color: #ffffff;
}

.btn-outline-custom {
  color: #2f79b2;
  background-image: none;
  background-color: transparent;
  border-color: #2f79b2;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.open > .dropdown-toggle.btn-outline-custom {
  color: #ffffff;
  background-color: #2f79b2;
  border-color: #2f79b2;
}

.btn-outline-primary {
  color: #5d80a5;
  background-image: none;
  background-color: transparent;
  border-color: #2f79b2;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.open > .dropdown-toggle.btn-outline-primary {
  color: #ffffff;
  background-color: #2f79b2;
  border-color: #2f79b2;
}

.btn-outline-success {
  color: #13856e;
  background-image: none;
  background-color: transparent;
  border-color: #13856e;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.open > .dropdown-toggle.btn-outline-success {
  color: #ffffff;
  background-color: #13856e;
  border-color: #13856e;
}

.btn-outline-info {
  color: #3db9dc;
  background-image: none;
  background-color: transparent;
  border-color: #3db9dc;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.focus,
.open > .dropdown-toggle.btn-outline-info {
  color: #ffffff;
  background-color: #3db9dc;
  border-color: #3db9dc;
}

.btn-outline-warning {
  color: #f1b53d;
  background-image: none;
  background-color: transparent;
  border-color: #f1b53d;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.open > .dropdown-toggle.btn-outline-warning {
  color: #ffffff;
  background-color: #f1b53d;
  border-color: #f1b53d;
}

.btn-outline-danger {
  color: #c72b16;
  background-image: none;
  background-color: transparent;
  border-color: #c72b16;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.focus,
.open > .dropdown-toggle.btn-outline-danger {
  color: #ffffff;
  background-color: #c72b16;
  border-color: #c72b16;
}

.btn-outline-pink {
  color: #ff7aa3;
  background-image: none;
  background-color: transparent;
  border-color: #ff7aa3;
}

.btn-outline-pink:hover,
.btn-outline-pink:focus,
.btn-outline-pink:active,
.btn-outline-pink.active,
.btn-outline-pink.focus,
.open > .dropdown-toggle.btn-outline-pink {
  color: #ffffff;
  background-color: #ff7aa3;
  border-color: #ff7aa3;
}

.btn-outline-purple {
  color: #9261c6;
  background-image: none;
  background-color: transparent;
  border-color: #9261c6;
}

.btn-outline-purple:hover,
.btn-outline-purple:focus,
.btn-outline-purple:active,
.btn-outline-purple.active,
.btn-outline-purple.focus,
.open > .dropdown-toggle.btn-outline-purple {
  color: #ffffff;
  background-color: #9261c6;
  border-color: #9261c6;
}

.btn-outline-dark {
  color: #324559;
  background-image: none;
  background-color: transparent;
  border-color: #324559;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.focus,
.open > .dropdown-toggle.btn-outline-dark {
  color: #ffffff;
  background-color: #324559;
  border-color: #324559;
}

.exportIcons li:not(:first-child) {
  padding-left: 0.6em;
}

.exportIcons span {
  font-size: 1.6em;
}

.btn-facebook {
  color: #ffffff !important;
  background-color: #3b5998 !important;
}

.btn-twitter {
  color: #ffffff !important;
  background-color: #00aced !important;
}

.btn-linkedin {
  color: #ffffff !important;
  background-color: #007bb6 !important;
}

.btn-dribbble {
  color: #ffffff !important;
  background-color: #ea4c89 !important;
}

.btn-googleplus {
  color: #ffffff !important;
  background-color: #dd4b39 !important;
}

.btn-instagram {
  color: #ffffff !important;
  background-color: #517fa4 !important;
}

.btn-pinterest {
  color: #ffffff !important;
  background-color: #cb2027 !important;
}

.btn-dropbox {
  color: #ffffff !important;
  background-color: #007ee5 !important;
}

.btn-flickr {
  color: #ffffff !important;
  background-color: #ff0084 !important;
}

.btn-tumblr {
  color: #ffffff !important;
  background-color: #32506d !important;
}

.btn-skype {
  color: #ffffff !important;
  background-color: #00aff0 !important;
}

.btn-youtube {
  color: #ffffff !important;
  background-color: #bb0000 !important;
}

.btn-github {
  color: #ffffff !important;
  background-color: #171515 !important;
}

.card .btn {
  /*    margin-bottom: 0.2em;*/
}

/*slight hack for buttons bottom right padding ok-cancel style*/
.justify-content-end .btn {
  margin-left: 0.4em;
}

.justify-content-end .btn:first-child {
  margin-left: 0;
}

.modal-demo {
  background-color: #ffffff;
  width: 600px;
  border-radius: 4px;
  display: none;
}
.modal-demo .close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #ffffff;
  opacity: 0.5 !important;
}
.modal-demo .close:hover {
  opacity: 1 !important;
}

.custom-modal-title {
  padding: 15px 25px 15px 25px;
  line-height: 22px;
  font-size: 18px;
  background-color: #2f79b2;
  color: #ffffff;
  text-align: left;
  margin: 0px;
}

.custom-modal-text {
  padding: 20px;
  text-align: left;
}

.custombox-modal-flash .close, .custombox-modal-rotatedown .close {
  top: 20px;
  z-index: 9999;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

/*

this is commented out to enable overriding animation of spinner via styleguide on the class .fa-spin. all system uses this, so to enable animation library this is removed here


.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}
*/
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

/*
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
*/
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: "customIconsB";
  src: url("../fonts/customIconsB//customIconsB.eot?v1yf12");
  src: url("../fonts/customIconsB//customIconsB.eot?v1yf12#iefix") format("embedded-opentype"), url("../fonts/customIconsB//customIconsB.ttf?v1yf12") format("truetype"), url("../fonts/customIconsB//customIconsB.woff?v1yf12") format("woff"), url("../fonts/customIconsB//customIconsB.svg?v1yf12#customIconsB") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=far-], [class*=" far-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "customIconsB" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.far-hr-logo:before {
  content: "";
}

.far-hr-absence:before {
  content: "";
}

.far-we-logo:before {
  content: "";
}

.far-rm-logo:before {
  content: "";
}

.far-talentech-logo:before {
  content: "";
}

/*custom classes for new icons: upgrade to fontawesome pro*/
.calendar-text {
  margin-top: 0.3em;
}

.fa-1x {
  font-size: 0.7em !important;
}

.weekday {
  text-transform: uppercase;
  font-weight: 400;
  color: white;
}

.monday {
  color: #95B860;
}

.tuesday {
  color: #6CB095;
}

.wednesday {
  color: #6292BF;
}

.thursday {
  color: #CBD15E;
}

.friday {
  color: #D3934F;
}

.saturday {
  color: #9C669C;
}

.sunday {
  color: #C36060;
}

.negMargin {
  /*this for icons plus supscript*/
  margin-left: -0.3em;
}

@media print {
  .content-page {
    margin-left: 0 !important;
  }

  .page-title-box,
.topbar-left,
.hidden-print,
.breadcrumb,
.page-title,
.footer, .navbar-custom, .left.side-menu {
    display: none !important;
    margin: 0px;
    padding: 0px;
  }

  .left,
.right-bar {
    display: none;
  }

  .content {
    margin-top: 0px !important;
    padding-top: 0px;
  }
}
.breadcrumb {
  margin-bottom: 0;
}

.dropdown-item {
  font-size: 0.9rem;
}

.label {
  display: inline-block;
  padding: 0.4em 0.8em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.label-pill {
  border-radius: 10rem;
}

.label:empty {
  display: none;
}

.label-default {
  background-color: #2f79b2;
}

.label-primary {
  background-color: #5d80a5;
}

.label-success {
  background-color: #13856e;
}

.label-info {
  background-color: #3db9dc;
}

.label-warning {
  background-color: #f1b53d;
}

.label-danger {
  background-color: #c72b16;
}

.label-pink {
  background-color: #ff7aa3;
}

.lable-purple {
  background-color: #9261c6;
}

.label-dark {
  background-color: #324559;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pagination > li > a,
.pagination > li > span {
  color: #324559;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #e4e7ea;
}

.pagination-split li {
  margin-left: 5px;
  display: inline-block;
}

.pagination-split li:first-child {
  margin-left: 0;
}

.pagination-split li a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #2f79b2;
  border-color: #2f79b2;
}

.pager li > a,
.pager li > span {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #324559;
}

/* 
$.fn.horScroll()

Markup example:
<div class="horScroll">
    <div class="scrollLeftWrapper">
        <a href="#" class="scrollLeft">
            <span class="fa-stack fa-lg">
                <i class="fa fa-circle fa-stack-2x text-primary"></i>
                <i class="fa fa-arrow-left fa-stack-1x text-white"></i>
            </span>
        </a>
    </div>
    <div class="scrollRightWrapper">
        <a href="#" class="scrollRight">
            <span class="fa-stack fa-lg">
                <i class="fa fa-circle fa-stack-2x text-primary"></i>
                <i class="fa fa-arrow-right fa-stack-1x text-white"></i>
            </span>
        </a>
    </div>
    <div class="scrollWrapper row flex-row flex-nowrap no-gutters">
        <div class="scrollItem col-4 text-wrap align-top">
            Grid item
        </div>
        // ... More grid items
    </div>
</div>
*/
.horScroll {
  width: 100%;
  position: relative;
}
.horScroll .scrollWrapper {
  position: relative;
  overflow: hidden;
}
.horScroll .scrollWrapper .scrollItem:last-child {
  padding-right: 0 !important;
}
.horScroll .scrollLeftWrapper, .horScroll .scrollRightWrapper {
  position: absolute;
  top: 40%;
  z-index: 4;
}
.horScroll .scrollLeftWrapper {
  right: 100%;
  margin-right: 35px;
}
.horScroll .scrollRightWrapper {
  right: 3px;
}
.horScroll .scrollLeft, .horScroll .scrollRight {
  position: absolute;
}

/*accordions collapse */
.accordion .card-header h2 {
  padding-top: 0;
}
.accordion .card-header button {
  color: #2f79b2;
  font-weight: 500;
}
.accordion .card-header .btn {
  white-space: normal;
  text-align: left;
  font-size: 1rem;
  padding-left: 0;
}
.accordion .card-header {
  background-color: transparent;
  border-bottom: 0;
}
.accordion .card {
  margin-bottom: 0;
  margin-top: 0;
}
.accordion .card-body {
  margin-top: 0;
  padding-top: 0.7em;
}

.accordion-icons .card-header .btn-block:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  padding-right: 4px;
  padding-left: 0.4em;
}
.accordion-icons .card-header .btn-block.collapsed:after {
  content: "";
  padding-left: 0.4em;
}
.accordion-icons .card-header .btn:hover,
.accordion-icons .card-header .btn:active,
.accordion-icons .card-header .btn:focus {
  text-decoration: none;
}

/*friendly-help-text box to place bottom lefts*/
.helpBox {
  border-top: 1px solid #c78d5a;
  border-top: 1px solid rgba(199, 141, 90, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
}

.helpBox a {
  color: #c78d5a;
  font-weight: 600;
}

.bg-pink {
  background-color: #ff7aa3;
}

.bg-purple {
  background-color: #9261c6;
}

.p-0 {
  padding: 0 !important;
}

.p-20 {
  padding: 20px !important;
}

.m-0 {
  margin: 0 !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-t-70 {
  margin-top: 70px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

@media (max-width: 767px) {
  .m-t-sm-40 {
    margin-top: 40px !important;
  }
}
@media (max-width: 480px) {
  .m-t-xs-40 {
    margin-top: 40px !important;
  }
}
.w-xs {
  min-width: 80px;
}

.w-sm {
  min-width: 95px;
}

.w-md {
  min-width: 110px;
}

.w-lg {
  min-width: 140px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.display-block {
  display: block;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #f2f2f2;
  color: inherit;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 0.25rem;
}

.checkbox {
  margin-left: -20px;
}
.checkbox label {
  display: inline-block;
  padding-left: 25px;
  position: relative;
}
.checkbox label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: transparent;
  border-radius: 3px;
  border: 2px solid rgba(50, 69, 89, 0.5);
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: 0;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
  margin-top: 2px;
}
.checkbox label::after {
  color: #324559;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: 0;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: 2px;
  width: 16px;
}
.checkbox input[type=checkbox] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
.checkbox input[type=checkbox]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type=checkbox]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}
.checkbox input[type=checkbox]:checked + label::after {
  content: "\f00c";
  font-family: "FontAwesome";
  font-weight: bold;
}
.checkbox input[type=checkbox]:disabled + label::before {
  background-color: #818a91;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox.checkbox-single label {
  height: 17px;
}

.checkbox-custom input[type=checkbox]:checked + label::before {
  background-color: #2f79b2;
  border-color: #2f79b2;
}
.checkbox-custom input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

.checkbox-primary input[type=checkbox]:checked + label::before {
  background-color: #5d80a5;
  border-color: #5d80a5;
}
.checkbox-primary input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

.checkbox-danger input[type=checkbox]:checked + label::before {
  background-color: #c72b16;
  border-color: #c72b16;
}
.checkbox-danger input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

.checkbox-info input[type=checkbox]:checked + label::before {
  background-color: #3db9dc;
  border-color: #3db9dc;
}
.checkbox-info input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

.checkbox-warning input[type=checkbox]:checked + label::before {
  background-color: #f1b53d;
  border-color: #f1b53d;
}
.checkbox-warning input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

.checkbox-success input[type=checkbox]:checked + label::before {
  background-color: #13856e;
  border-color: #13856e;
}
.checkbox-success input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

.checkbox-purple input[type=checkbox]:checked + label::before {
  background-color: #9261c6;
  border-color: #9261c6;
}
.checkbox-purple input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

.checkbox-pink input[type=checkbox]:checked + label::before {
  background-color: #ff7aa3;
  border-color: #ff7aa3;
}
.checkbox-pink input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

.checkbox-inverse input[type=checkbox]:checked + label::before {
  background-color: #324559;
  border-color: #324559;
}
.checkbox-inverse input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

/* Radios */
.radio label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}
.radio label::before {
  -o-transition: border 0.5s ease-in-out;
  -webkit-transition: border 0.5s ease-in-out;
  border-radius: 50%;
  border: 2px solid rgba(50, 69, 89, 0.5);
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  outline: none !important;
  position: absolute;
  transition: border 0.5s ease-in-out;
  width: 17px;
  margin-top: 2px;
}
.radio label::after {
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -webkit-transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  background-color: #818a91;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 11px;
  left: 3px;
  margin-left: -20px;
  position: absolute;
  top: 5px;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  width: 11px;
}
.radio input[type=radio] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
.radio input[type=radio]:disabled + label {
  opacity: 0.65;
}
.radio input[type=radio]:focus + label::before {
  outline-offset: -2px;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted;
}
.radio input[type=radio]:checked + label::after {
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type=radio]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio.radio-single label {
  height: 17px;
}

.radio-custom input[type=radio] + label::after {
  background-color: #2f79b2;
}
.radio-custom input[type=radio]:checked + label::before {
  border-color: #2f79b2;
}
.radio-custom input[type=radio]:checked + label::after {
  background-color: #2f79b2;
}

.radio-primary input[type=radio] + label::after {
  background-color: #5d80a5;
}
.radio-primary input[type=radio]:checked + label::before {
  border-color: #5d80a5;
}
.radio-primary input[type=radio]:checked + label::after {
  background-color: #5d80a5;
}

.radio-danger input[type=radio] + label::after {
  background-color: #c72b16;
}
.radio-danger input[type=radio]:checked + label::before {
  border-color: #c72b16;
}
.radio-danger input[type=radio]:checked + label::after {
  background-color: #c72b16;
}

.radio-info input[type=radio] + label::after {
  background-color: #3db9dc;
}
.radio-info input[type=radio]:checked + label::before {
  border-color: #3db9dc;
}
.radio-info input[type=radio]:checked + label::after {
  background-color: #3db9dc;
}

.radio-warning input[type=radio] + label::after {
  background-color: #f1b53d;
}
.radio-warning input[type=radio]:checked + label::before {
  border-color: #f1b53d;
}
.radio-warning input[type=radio]:checked + label::after {
  background-color: #f1b53d;
}

.radio-success input[type=radio] + label::after {
  background-color: #13856e;
}
.radio-success input[type=radio]:checked + label::before {
  border-color: #13856e;
}
.radio-success input[type=radio]:checked + label::after {
  background-color: #13856e;
}

.radio-purple input[type=radio] + label::after {
  background-color: #9261c6;
}
.radio-purple input[type=radio]:checked + label::before {
  border-color: #9261c6;
}
.radio-purple input[type=radio]:checked + label::after {
  background-color: #9261c6;
}

.radio-pink input[type=radio] + label::after {
  background-color: #ff7aa3;
}
.radio-pink input[type=radio]:checked + label::before {
  border-color: #ff7aa3;
}
.radio-pink input[type=radio]:checked + label::after {
  background-color: #ff7aa3;
}

#toast-container > div {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  opacity: 1;
}

#toast-container > :hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  opacity: 1;
}

.toast {
  background-color: #2f79b2;
}

.toast-success {
  background-color: #13856e;
  border: 2px solid #13856e;
}

.toast-error {
  background-color: #c72b16;
  border: 2px solid #c72b16;
}

.toast-info {
  background-color: #3db9dc;
  border: 2px solid #3db9dc;
}

.toast-warning {
  background-color: #f1b53d;
  border: 2px solid #f1b53d;
}

.progress-lg {
  height: 1.5rem;
}

.progress-sm {
  height: 0.7rem;
}

.progress-xs {
  height: 0.4rem;
}

/*progress bar gradient for TR statistics on home page  */
.progressbarBkg {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2980b9+0,1abc9c+100 */
  background: #2980b9;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2980b9 0%, #1abc9c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2980b9 0%, #1abc9c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2980b9 0%, #1abc9c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2980b9", endColorstr="#1abc9c",GradientType=1 );
  /* IE6-9 */
}

.progressbarBkg1 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e0a633+0,1abc9c+100 */
  background: #e0a633;
  /* Old browsers */
  background: -moz-linear-gradient(left, #e0a633 0%, #1abc9c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e0a633 0%, #1abc9c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e0a633 0%, #1abc9c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e0a633", endColorstr="#1abc9c",GradientType=1 );
  /* IE6-9 */
}

.progressbarBkg2 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c1392c+0,e0a633+100 */
  background: #c1392c;
  /* Old browsers */
  background: -moz-linear-gradient(left, #c1392c 0%, #e0a633 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #c1392c 0%, #e0a633 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #c1392c 0%, #e0a633 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c1392c", endColorstr="#e0a633",GradientType=1 );
  /* IE6-9 */
}

.progressbarBkg3 {
  /* Permalink - use to edit and share this gradient: httpse://colorzilla.com/gradient-editor/#a54326+0,c1392c+100 */
  background: #a54326;
  /* Old browsers */
  background: -moz-linear-gradient(left, #a54326 0%, #c1392c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #a54326 0%, #c1392c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #a54326 0%, #c1392c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a54326", endColorstr="#c1392c",GradientType=1 );
  /* IE6-9 */
}

.alert-success {
  background-color: #8fefdb;
  border-color: #13856e;
  color: #13856e;
}
.alert-success .alert-link {
  color: #106f5c;
}

.alert-info, .alert-confirmation {
  background-color: #bfe8f3;
  border-color: #3db9dc;
  color: #23a0c3;
}
.alert-info .alert-link, .alert-confirmation .alert-link {
  color: #1f8ead;
}

.alert-warning {
  background-color: #fbebcc;
  border-color: #f1b53d;
  color: #324559;
}
.alert-warning .alert-link {
  color: inherit;
}

.alert-danger, .alert-error {
  background-color: #f19185;
  border-color: #c72b16;
  color: #324559;
}
.alert-danger .alert-link, .alert-error .alert-link {
  color: inherit;
}

.alert-link {
  font-weight: 500;
}

label {
  font-weight: 500;
}

input[type=radio] + label, input[type=checkbox] + label {
  font-weight: 400;
}

.form-control .RadComboBox .rcbInput, .form-control .input-group-addon {
  font-size: 0.9rem;
  line-height: 1.3;
}

.browser-ie .form-control {
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.browser-ie select.form-control:not([size]):not([multiple]) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.form-control {
  /*padding: .325rem .5rem;*/
}

.input-group-addon {
  font-size: 0.9rem;
  line-height: 1.3;
}

.RadComboBox.RadComboBox_Bootstrap .rcbInputCell,
.RadComboBox.RadComboBox_Bootstrap .rcbArrowCell {
  height: 28px;
}

.RadComboBox.RadComboBox_Bootstrap .rcbArrowCell a {
  height: 28px;
  background-position: -9px -61px;
}

select.form-control:not([size]):not([multiple]) {
  /*height: calc(1.8rem + 2px);*/
  height: auto !important;
}

.form-control:not(.form-control-fullwidth),
.RadComboBox:not(.form-control-fullwidth),
.form-container-width,
.restrict-cell-width {
  max-width: 500px;
  min-width: 60px;
}

.has-success .form-control,
.has-warning .form-control,
.has-danger .form-control {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  -webkit-background-size: 1.125rem 1.125rem;
  background-size: 1.125rem 1.125rem;
}

.has-success .form-control-feedback,
.has-success label,
.has-success .custom-control {
  color: #13856e;
}

.has-success .form-control {
  border-color: #13856e;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2313856e' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-success.checkbox label:after, .has-success .radio label:after {
  color: #13856e;
}
.has-success.checkbox label:before, .has-success .radio label:before {
  border-color: #13856e;
}

.has-success.radio .has-success .radio label:after {
  background-color: #13856e;
}
.has-success.radio .has-success .radio label:before {
  border-color: #13856e;
}

.has-success .input-group-addon {
  color: #13856e;
  border-color: #13856e;
  background-color: #f7f7f9;
}

.has-warning .form-control-feedback,
.has-warning label,
.has-warning .custom-control {
  color: #f1b53d;
}

.has-warning .form-control {
  border-color: #f1b53d;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f1b53d' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-warning.checkbox label:after, .has-warning .checkbox label:after {
  color: #f1b53d;
}
.has-warning.checkbox label:before, .has-warning .checkbox label:before {
  border-color: #f1b53d;
}

.has-warning.radio label:after, .has-warning .radio label:after {
  background-color: #f1b53d;
}
.has-warning.radio label:before, .has-warning .radio label:before {
  border-color: #f1b53d;
}

.has-warning .input-group-addon {
  color: #f1b53d;
  border-color: #f1b53d;
  background-color: #ffffff;
}

.has-danger .form-control-feedback,
.has-danger label,
.has-danger .custom-control {
  color: #c72b16;
}

.has-danger .form-control {
  border-color: #c72b16;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e91b00' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.has-danger.checkbox label:after, .has-danger .checkbox label:after {
  color: #c72b16;
}
.has-danger.checkbox label:before, .has-danger .checkbox label:before {
  border-color: #c72b16;
}

.has-danger.radio label:after {
  background-color: #c72b16;
}
.has-danger.radio label:before {
  border-color: #c72b16;
}

.has-danger .input-group-addon {
  color: #c72b16;
  border-color: #c72b16;
  background-color: #f7f7f9;
}

.bootstrap-tagsinput {
  width: 100%;
  box-shadow: none;
  padding: 3px 7px 6px;
  border: 1px solid #eceeef;
}
.bootstrap-tagsinput .label-info {
  background-color: #2f79b2 !important;
  display: inline-block;
  padding: 5px;
}

.search-input {
  margin-bottom: 10px;
}

.ms-container {
  width: 100% !important;
  max-width: 360px !important;
}
.ms-container .ms-list {
  box-shadow: none;
  border: 1px solid rgba(50, 69, 89, 0.2);
}
.ms-container .ms-list.ms-focus {
  box-shadow: none;
  border: 1px solid rgba(50, 69, 89, 0.4);
}
.ms-container .ms-selectable {
  box-shadow: none;
  outline: none !important;
}
.ms-container .ms-selectable li.ms-elem-selectable {
  border: none;
  padding: 5px 10px;
}
.ms-container .ms-selectable li.ms-hover {
  background-color: #2f79b2;
}
.ms-container .ms-selection li.ms-elem-selection {
  border: none;
  padding: 5px 10px;
}
.ms-container .ms-selection li.ms-hover {
  background-color: #2f79b2;
}

.select2-container .select2-selection--single {
  height: 34px;
  border: 1px solid rgba(50, 69, 89, 0.3);
  outline: none !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 32px !important;
  padding-left: 12px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 32px;
  width: 30px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #2f79b2;
  color: #ffffff;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid rgba(50, 69, 89, 0.3);
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 12px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid rgba(50, 69, 89, 0.3);
}

.select2-dropdown {
  border: 1px solid rgba(50, 69, 89, 0.3);
  box-shadow: 0 2px 2px rgba(50, 69, 89, 0.15);
}

.select2-search--dropdown {
  padding: 7px;
}
.select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(50, 69, 89, 0.3);
  outline: none !important;
}

.autocomplete-suggestions {
  border: 1px solid #eceeef;
  background: #ffffff;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.autocomplete-suggestion {
  padding: 4px 10px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-no-suggestion {
  padding: 4px 8px;
}

.autocomplete-selected {
  background: rgba(236, 238, 239, 0.5);
  cursor: pointer;
}

.autocomplete-suggestions strong {
  font-weight: 600;
  color: #324559;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  font-weight: bold;
  font-size: 16px;
  color: #324559;
  display: block;
}

.parsley-error {
  border-color: #c72b16 !important;
}

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}

.parsley-errors-list.filled {
  display: block;
}

.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #c72b16;
  margin-top: 5px;
}

.bootstrap-timepicker-widget table td input {
  border: 1px solid rgba(50, 69, 89, 0.3);
  width: 35px;
}

.datepicker-dropdown {
  padding: 10px !important;
}

.datepicker td,
.datepicker th {
  width: 30px;
  height: 30px;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #2f79b2 !important;
  color: #ffffff !important;
  background-image: none !important;
  text-shadow: none !important;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #13856e !important;
  color: #ffffff !important;
  background-image: none !important;
}

.datepicker-inline {
  border: 2px solid rgba(50, 69, 89, 0.1);
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #2f79b2;
  border-color: #2f79b2;
}

.daterangepicker .input-mini.active {
  border: 1px solid rgba(50, 69, 89, 0.3);
}

.daterangepicker .ranges li {
  border-radius: 2px;
  color: #324559;
  font-weight: 600;
  font-size: 12px;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  border: 1px solid rgba(50, 69, 89, 0.3);
  padding: 2px;
  width: 60px;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background-color: #2f79b2;
  border: 1px solid #2f79b2;
}

.jFiler-input-dragDrop {
  width: 100%;
  background-color: #eceeef;
}

.jFiler-theme-default .jFiler-input {
  width: 100%;
}

.jFiler-theme-default .jFiler-input-button {
  background-color: #2f79b2;
  background-image: none !important;
  color: #ffffff;
  border: 1px solid #2f79b2 !important;
}

.jFiler-input-choose-btn {
  color: #ffffff !important;
}

.asp-check-list input[type=checkbox],
.asp-check-list input[type=radio] {
  margin-right: 0.25em;
}
.asp-check-list label {
  margin-right: 1em;
}

fieldset {
  padding: 0 1rem;
}
fieldset > legend {
  width: auto;
  font-size: 1rem;
  padding: 0 0.25rem;
}

.Div_CheckBoxListContainer table {
  width: auto;
}
.Div_CheckBoxListContainer table td {
  padding-right: 1rem;
}
.Div_CheckBoxListContainer input[type=checkbox],
.Div_CheckBoxListContainer input[type=radio] {
  margin-left: 0.25em;
  margin-right: 0.5em;
}

/*- - - - - - - - - - - - - - - - - - -  custom switch colours*/
.custom-switch-blue .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #5d80a5;
  border: 1px solid #5d80a5;
}

.custom-switch-green .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #389e6d;
  border: 1px solid #389e6d;
}

.custom-switch-sand .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #c78d5a;
  border: 1px solid #c78d5a;
}

.table,
.table .table {
  background: transparent;
}

.RadGrid table.table-responsive {
  display: table;
}

.fixed-solution .sticky-table-header {
  top: 70px !important;
}

.table-wrapper .btn-toolbar {
  display: block;
}
.table-wrapper .dropdown-menu {
  left: auto;
  right: 0;
}

.widget-user {
  position: relative;
}
.widget-user img {
  width: 60px;
  height: 60px;
}

.user-position {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 44px;
  font-size: 16px;
  text-align: center;
  right: 0;
  left: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.user-position span {
  transform: rotate(90deg);
}

.account-pages {
  background: #2f79b2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
}

.wrapper-page {
  margin: 5% auto;
  position: relative;
  max-width: 480px;
}
.wrapper-page .account-bg {
  background-color: #ffffff;
  padding: 7px;
  border-radius: 8px;
  margin: 20px 15px;
}
.wrapper-page .card-box {
  box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  border: 5px solid #2f79b2;
}
.wrapper-page .logo {
  font-size: 24px;
  line-height: 36px;
  float: none;
  color: #13856e !important;
}

.user-thumb {
  position: relative;
  z-index: 999;
}
.user-thumb img {
  height: 88px;
  margin: 0px auto;
  width: 88px;
}

.rtsUL {
  width: 100%;
}

.rtIn {
  font-size: 0.9rem !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.RadCalendar caption {
  padding: 0 !important;
}

.RadPanelBar_Bootstrap,
.RadTabStrip_Bootstrap,
.RadComboBox_Bootstrap {
  font-family: inherit !important;
}

.RadPanelBar, .RadPanelBar .rpRootGroup {
  border-radius: 0.25rem;
}
.RadPanelBar .rpLink {
  background-color: rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
.RadPanelBar .rpGroup {
  padding: 1em;
}
.RadPanelBar.RadPanelBar_Bootstrap .rpLink {
  border-width: 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  font-family: inherit;
  font-weight: 500;
}

.RadSplitter.RadSplitter_Bootstrap .rspSlideHeader,
.RadSplitter.RadSplitter_Bootstrap .rspSlideTitleContainer,
.RadSplitter.RadSplitter_Bootstrap .rspSlideHeaderIconWrapper {
  background: #5d80a5;
  border-bottom: 1px solid #5d80a5;
  color: #ffffff;
}
.RadSplitter.RadSplitter_Bootstrap .rspSlideHeader > td > table,
.RadSplitter.RadSplitter_Bootstrap .rspSlideTitleContainer > td > table,
.RadSplitter.RadSplitter_Bootstrap .rspSlideHeaderIconWrapper > td > table {
  min-height: 2rem;
}

.RadGrid.RadGrid_Bootstrap .rgHeader,
.RadGrid.RadGrid_Bootstrap th.rgResizeCol,
.RadGrid.RadGrid_Bootstrap .rgHeaderWrapper,
.RadGrid.RadGrid_Bootstrap .rgMultiHeaderRow th.rgHeader,
.RadGrid.RadGrid_Bootstrap .rgRow > td,
.RadGrid.RadGrid_Bootstrap .rgAltRow > td,
.RadGrid.RadGrid_Bootstrap .rgEditRow > td {
  border-bottom: 0;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  vertical-align: top;
}

.RadGrid.RadGrid_Bootstrap .rgHeader {
  line-height: 2rem;
  background: #5d80a5;
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.RadGrid.RadGrid_Bootstrap .rgHeader a {
  color: #ffffff !important;
}

.browser-ie .ColumnBeforeFilter .rgOptions, .browser-ie .ColumnBeforeFilter .rgOptions:hover {
  background: none;
  background-repeat: no-repeat;
}

.card-dark .RadGrid.RadGrid_Bootstrap .rgHeader, .dark .RadGrid.RadGrid_Bootstrap .rgHeader {
  background: transparent;
  color: inherit;
  border-bottom: 2px solid #5d80a5;
}
.card-dark .RadGrid.RadGrid_Bootstrap .rgRow td, .card-dark .RadGrid.RadGrid_Bootstrap .rgAltRow td, .card-dark .RadGrid.RadGrid_Bootstrap th.rgHeader, .dark .RadGrid.RadGrid_Bootstrap .rgRow td, .dark .RadGrid.RadGrid_Bootstrap .rgAltRow td, .dark .RadGrid.RadGrid_Bootstrap th.rgHeader {
  padding-left: 0;
}

.RadGrid {
  border-radius: 0px !important;
}
.RadGrid.RadGrid_WrapTexts {
  white-space: normal;
}
.RadGrid.RadGrid_Bootstrap .rgRow td.rgSorted {
  background-color: transparent;
}
.RadGrid.RadGrid_Bootstrap .rgAltRow td.rgSorted {
  background-color: #f9f9f9;
}

.RadGrid .rgPager .rgAdvPart {
  display: none;
}

.RadGrid.table-responsive {
  width: 100% !important;
}

.RadMenu_ToolBox .rmRootGroup {
  border: 0 !important;
}
.RadMenu_ToolBox .rmItem:nth-child(odd) {
  background-color: #ffffff;
}
.RadMenu_ToolBox .rmItem:nth-child(even) {
  background-color: #f7f7f7;
}
.RadMenu_ToolBox .rmImageOnly {
  padding: 10px 15px !important;
}

.RadToolTip.RadToolTip_Bootstrap {
  color: #324559;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.RadToolTip.RadToolTip_Bootstrap table.rtWrapper td.rtWrapperContent {
  color: inherit;
  padding: 0.5rem;
  font-size: 0.9rem;
}

.RadComboBoxDropDown.RadComboBoxDropDown_Bootstrap .rcbItem,
.RadComboBoxDropDown.RadComboBoxDropDown_Bootstrap .rcbHovered {
  padding: 2px 1em;
}

.RadComboBox_Bootstrap .rcbInner {
  padding: 4px 2em 4px 10px;
}

.RadTabStrip_Pills.RadTabStrip_Bootstrap .rtsLevel1 .rtsUL {
  border-bottom-width: 0;
  margin-bottom: 0.25em;
}
.RadTabStrip_Pills.RadTabStrip_Bootstrap .rtsLevel1 .rtsLI {
  margin-bottom: 0.25em;
}
.RadTabStrip_Pills.RadTabStrip_Bootstrap .rtsLevel1 .rtsLI .rtsLink {
  border-radius: 5px;
}
.RadTabStrip_Pills.RadTabStrip_Bootstrap .rtsLevel1 .rtsSelected,
.RadTabStrip_Pills.RadTabStrip_Bootstrap .rtsLevel1 .rtsLink:hover {
  border: 1px solid #818a91;
  background: transparent;
}
.RadTabStrip_Pills.RadTabStrip_Bootstrap .rtsLevel1 .rtsSelected {
  font-weight: 500;
}

.card-header .RadTabStrip_Bootstrap .rtsLI.rtsFirst {
  padding-left: 1rem;
}

.nav-tabs + .card,
.RadTabStrip_Bootstrap + .card,
.nav-tabs + .card-box,
.RadTabStrip_Bootstrap + .card-box {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.RadGrid_Bootstrap .rgPagerCell .rgNumPart {
  margin-top: 1px;
}
.RadGrid_Bootstrap .rgPagerCell .rgNumPart a {
  line-height: 30px;
}

.RadMenu .rmItem .rmSlide {
  top: 0 !important;
}

html,
body {
  overflow-x: auto;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

pre {
  max-width: auto;
  overflow: hidden;
}

table {
  width: 100%;
}

.card {
  display: block;
}

.card-header {
  padding: 0.4rem 1.25rem;
}

.logo-icon {
  max-width: 259px;
  height: auto;
  max-height: 50px;
}

.section-anchor {
  display: block;
  height: 135px;
  margin-top: -135px;
  visibility: hidden;
}

.progress span {
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.email-preview {
  position: relative;
  border: 4px solid #eceeef;
  border-radius: 4px;
  padding: 1em;
  margin-bottom: 1em;
}
.email-preview .edit-link {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25em 0.75em;
  background: #eceeef;
  border-bottom-left-radius: 4px;
  color: inherit;
  text-decoration: none;
}
.email-preview.email-edit {
  border-style: dotted;
}
.email-preview > :last-child {
  margin-bottom: 0;
}

.breadcrumb {
  background: transparent;
}

.card.card-collapsible {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.card.card-collapsible-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
  padding: 0.5rem 1rem;
}

.card.ui-state-active {
  border: 1px dashed lightgray !important;
}

.card.ui-state-highlight {
  border: 1px dashed dimgray !important;
}

.workflowstep.currentstep {
  font-weight: bold;
}

.workflowstep .card-body {
  padding: 0.5rem;
  font-size: 1.3rem;
}

.card.card-dark {
  border: 1px solid #5d80a5;
}
.card.card-dark .card-header {
  box-shadow: unset;
  border-color: #5d80a5;
  background-color: #5d80a5;
  color: #ffffff;
  font-weight: 500;
}

.RadPanelBar_Bootstrap.dark {
  border: 1px solid #5d80a5;
}
.RadPanelBar_Bootstrap.dark .rpRootLink,
.RadPanelBar_Bootstrap.dark .rpRootLink.rpHovered,
.RadPanelBar_Bootstrap.dark .rpRootLink.rpSelected,
.RadPanelBar_Bootstrap.dark .rpHeaderTemplate {
  box-shadow: unset;
  border-color: #5d80a5;
  background-color: #5d80a5;
  color: #ffffff;
}
.RadPanelBar_Bootstrap.dark .rpRootLink .rpText,
.RadPanelBar_Bootstrap.dark .rpRootLink.rpHovered .rpText,
.RadPanelBar_Bootstrap.dark .rpRootLink.rpSelected .rpText,
.RadPanelBar_Bootstrap.dark .rpHeaderTemplate .rpText {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
}

.CandidateListWorkflow .col:first-child {
  display: none;
}

.responsive-utilities .is-visible {
  color: #3b7137;
  background-color: #dff0d8 !important;
}

.responsive-utilities .is-hidden {
  color: #ccc;
  background-color: #f7f7f9 !important;
}

#CandidateDatabaseApplicationFormCss .Div_Question, #CandidateDatabaseApplicationFormCss .Div_QuestionAlternate {
  overflow-x: auto;
}

/*# sourceMappingURL=site.css.map */
