@import url("https://fonts.googleapis.com/css?family=Raleway:400,600,700,800");
* {
  margin: 0;
  padding: 0;
}

@media (min-width: 1360px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1460px) {
  .container {
    max-width: 1380px;
  }
}
@media (min-width: 1660px) {
  .container {
    max-width: 1580px;
  }
}
@media (min-width: 1860px) {
  .container {
    max-width: 1780px;
  }
}
html, body {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  color: #364049;
}

.button {
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  padding: 8px 15px;
  text-decoration: none;
  border: 0;
  background-color: #e13e4f;
  color: white;
  display: inline-block;
  transition: 0.3s ease all;
}
.button:focus {
  outline: none;
}
.button:hover {
  background-color: #b82e3c;
  text-decoration: none;
  color: white;
}

.button--secondary {
  background-color: transparent;
  color: #e13e4f;
  border: 2px solid #e13e4f;
}

.button--icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
}
.button--icon.button--secondary--gray {
  line-height: 36px;
}
.button--icon svg {
  max-width: 15px;
  max-height: 15px;
}
.button--icon .svg-fill {
  fill: white;
}

.button--secondary--gray {
  background-color: transparent;
  color: #d9deed;
  border: 2px solid #d9deed;
}
.button--secondary--gray .svg-fill {
  fill: #d9deed;
  transition: 0.3s ease all;
}
.button--secondary--gray:hover {
  background-color: transparent;
  color: #e13e4f;
  border: 2px solid #e13e4f;
}
.button--secondary--gray:hover .svg-fill {
  fill: #e13e4f;
}

.button--secondary--dark-gray {
  background-color: transparent;
  color: #8798ad;
  border: 2px solid #8798ad;
}
.button--secondary--dark-gray .svg-fill {
  fill: #8798ad;
  transition: 0.3s ease all;
}
.button--secondary--dark-gray:hover {
  background-color: transparent;
  color: #e13e4f;
  border: 2px solid #e13e4f;
}
.button--secondary--dark-gray:hover .svg-fill {
  fill: #e13e4f;
}

.button--high {
  padding: 12px;
}

.button--gray {
  background-color: rgba(0, 0, 0, 0.1);
}
.button--gray:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

.button--min-width {
  text-align: center;
  min-width: 230px;
  max-width: 100%;
}

.link {
  color: inherit;
  display: inline-block;
  padding: 7px 15px;
  font-size: 11px;
}
.link:hover {
  color: inherit;
}

.input--transparent {
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 20px 12px 70px;
  text-decoration: none;
  border: 0;
  background-color: rgba(255, 255, 255, 0.3);
  color: white;
  position: relative;
  transition: 0.3s ease all;
}
.input--transparent:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.2);
}
.input--transparent:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
  color: white !important;
  -webkit-text-fill-color: white !important;
}
.input--transparent::-moz-placeholder {
  color: white !important;
}
.input--transparent::placeholder {
  color: white !important;
}
.input__icon {
  position: absolute;
  top: 8px;
  left: 13px;
  max-width: 30px;
  max-height: 30px;
}

.input__icon_2 {
  position: absolute;
  top: 8px;
  left: 73px;
  max-width: 30px;
  max-height: 30px;
}

.form-group label {
  color: #8798ad;
  font-weight: 700;
  display: inline-block;
}
.form-group label.control-label {
  text-transform: uppercase;
}
.form-group .form-control {
  border-radius: 6px;
  border: 1px solid #d9deed;
  font-size: 14px;
  font-style: italic;
  color: #8798ad;
  font-weight: 400;
  transition: 0.3s ease all;
}
.form-group .form-control:focus, .form-group .form-control:hover {
  border: 1px solid #8798ad;
}
.form-group .form-control[aria-invalid=true] {
  border: 1px solid #b82e3c;
}

.custom-checkbox__label {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  padding-bottom: 0;
}
.custom-checkbox__label::before {
  border: 2px solid #d9deed;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-radius: 5px;
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.custom-checkbox input {
  display: none;
}
.custom-checkbox input:checked + .custom-checkbox__label::after {
  content: "";
  width: 9px;
  height: 5px;
  border-bottom: 2px solid #d9deed;
  border-left: 2px solid #d9deed;
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  left: 6px;
  top: 50%;
}

.custom-checkbox--white .custom-checkbox__label {
  color: white;
}

.password-reveal {
  position: absolute;
  top: 28px;
  right: 15px;
  transform: translateY(-50%);
  z-index: 1;
  background: transparent;
  border: 0;
  outline: 0;
}
.password-reveal__icon {
  width: 26px;
  vertical-align: top;
}

.no-shadow {
  box-shadow: none !important;
}

body.outer {
  background-image: url("/images/admin/bg.jpg");
  background-size: cover;
  background-position: center center;
}

.outer__wrap {
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}

.outer__content {
  padding: 15px;
  max-width: 100vw;
  /*min-width: 400px;*/
}

body.main {
  background-color: #f4f6fa;
}
@media (min-width: 768px) {
  body.main {
    padding-left: 100px;
  }
}

.header {
  height: 70px;
  background-color: #fff;
  border-bottom: 1px solid #e4e8f0;
  position: fixed;
  left: 65px;
  top: 0;
  right: 0;
  z-index: 99;
}
@media (min-width: 768px) {
  .header {
    height: 70px;
    left: 100px;
  }
}

.header__user {
  text-transform: uppercase;
  font-size: 12px;
}
@media (min-width: 768px) {
  .header__user {
    font-size: 14px;
  }
}

.sign-out__arrow {
  font-size: 13px;
}
.sign-out__arrow svg {
  width: 18px;
}
.sign-out__arrow svg .svg-fill {
  fill: #d9deed;
}

.sign-out__text {
  padding-right: 10px;
  font-size: 13px;
}

.nav {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  bottom: 0;
  width: 65px;
  border-right: 1px solid #e4e8f0;
  border-bottom: 1px solid #e4e8f0;
  background-color: white;
  display: flex;
  align-items: center;
  padding-top: 65px;
}
@media (max-width: 768px) {
  .nav {
    height: 70px;
    transition: 0.4s ease all;
  }
  .nav:not(.nav--toggled) {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .nav {
    width: 100px;
    padding-top: 100px;
  }
}

.logo--side {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
  width: 52px;
}
@media (min-width: 768px) {
  .logo--side {
    top: 15px;
  }
}

.nav__toggler {
  border: 0;
  background: white;
  width: 100%;
  height: 69px;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .nav__toggler {
    height: 70px;
  }
}
.nav__toggler:focus {
  outline: none;
}
.nav__toggler img {
  width: 25px;
}

.nav__toggler--close {
  display: inline-block;
  position: fixed;
  right: -200px;
  top: 0;
  z-index: 10;
  width: auto;
  transition: 0.4s ease all;
}

.nav__list {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  max-height: calc(100vh - 105px);
}
@media (min-width: 768px) {
  .nav__list {
    opacity: 1;
    visibility: visible;
  }
}

.nav--toggled {
  width: 100%;
  height: 100vh;
}
.nav--toggled .nav__list {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}
.nav--toggled .nav__toggler--close {
  right: 30px;
}
@media (min-width: 768px) {
  .nav--toggled .nav__toggler--close {
    right: -200px;
  }
}
@media (min-width: 768px) {
  .nav--toggled {
    width: 100px;
  }
}

.nav__item {
  padding: 0;
  list-style-type: none;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav__item > a {
  flex-wrap: nowrap;
  padding: 5px;
  color: #8798ad;
  transition: 0.3s ease all;
}
.nav__item > a:hover {
  text-decoration: none;
  color: #e13e4f;
}
@media (min-width: 768px) {
  .nav__item > a {
    display: block;
    padding: 0px 0;
  }
}
.nav__item .svg-fill {
  fill: #8798ad;
  transition: 0.3s ease all;
}
.nav__item:hover {
  background-color: rgba(225, 62, 79, 0.1);
  color: white;
}
.nav__item:hover .svg-fill {
  fill: #e13e4f;
}

.nav__item--active {
  background-color: rgba(225, 62, 79, 0.1);
  color: #e13e4f;
}
.nav__item--active > a {
  color: #e13e4f;
}
.nav__item--active .svg-fill {
  fill: #e13e4f;
}
.nav__item--active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #e13e4f;
}

.item__symbol {
  width: 65px;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  line-height: 100%;
}
@media (min-width: 768px) {
  .item__symbol {
    width: 100%;
    padding-bottom: 5px;
  }
}
.item__symbol svg {
  max-width: 33px;
  max-height: 33px;
}
.item__symbol img {
  height: 30px;
  width: auto;
}

.item__text {
  font-size: 12px;
  white-space: nowrap;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .item__text {
    padding-left: 0;
  }
}

main.main {
  padding: 20px;
  padding-top: 110px;
}

.headline__row {
  margin-bottom: 30px;
}

.headline__h1 {
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
  padding-right: 20px;
}

.headline__alt {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  color: #8798ad;
}

.grid-view {
  max-width: 100%;
  overflow-y: auto;
}

.anet-table {
  width: 100%;
  /*min-width:600px;*/
  font-size: 12px;
  border-collapse: separate;
  border-spacing: 0 12px;
}
.anet-table th, .anet-table td {
  text-align: center;
}
.anet-table thead th {
  text-transform: uppercase;
  font-weight: 700;
  color: #8798ad;
  text-align: center;
  padding: 0 15px;
}
@media (max-width: 1459px) {
  .anet-table thead th {
    padding: 0 5px;
  }
}
.anet-table thead td {
  padding: 0 15px;
}
@media (max-width: 1459px) {
  .anet-table thead td {
    padding: 0 5px;
  }
}
.anet-table tbody tr {
  background-color: white;
}
.anet-table tbody tr td {
  padding: 10px;
  border-top: 1px solid #d9deed;
  border-bottom: 1px solid #d9deed;
  color: #4f5070;
  font-weight: 700;
}
@media (max-width: 1459px) {
  .anet-table tbody tr td {
    padding: 10px 5px;
  }
}
.anet-table tbody tr td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: 1px solid #d9deed;
}
.anet-table tbody tr td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 1px solid #d9deed;
}

.section {
  background-color: white;
  padding: 35px;
  border: 1px solid #d9deed;
  border-radius: 5px;
  box-shadow: 1px 5px 15px rgba(135, 152, 173, 0.2);
}

.test-result-percentage, .test-question {
  font-weight: 700;
  color: #e13e4f;
  font-size: 18px;
}

.dashboard-link {
  color: #364049;
  text-decoration: none;
}

.dashboard-link:hover {
  text-decoration: none;
  color: #e13e4f;
}

.dashboard-stat-label-wrapper {
  display: inline-block;
  text-align: center;
}

.dashboard-stat-label-h2 {
  white-space: nowrap;
  font-size: 18px;
}
@media (min-width: 768px) {
  .dashboard-stat-label-h2 {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .dashboard-stat-label-h2 {
    font-size: 22px;
  }
}

.test-result-percentage {
  margin: 0 auto;
}

.dashboard-stat-label-symbol {
  text-align: center;
  padding-bottom: 5px;
}
.dashboard-stat-label-symbol img {
  width: 60px;
}

.dashboard-link-cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.dashboard-link-wrapper .svg-fill {
  fill: #e13e4f;
}
.dashboard-link-wrapper:hover a {
  color: #e13e4f;
}
.dashboard-link-wrapper:hover .svg-fill {
  fill: #e13e4f !important;
}

.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}

.pagination li span {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}

.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
  text-decoration-line: none;
}

.pagination li.active a {
  color: #fff;
}

.pagination li.active {
  background-color: #ee6e73;
}

.pagination li.disabled a {
  cursor: default;
  color: #999;
}

.pagination li i {
  font-size: 2rem;
}

.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

.border-rad {
  border-radius: 7px;
  box-shadow: 1px 5px 15px rgba(135, 152, 173, 0.2);
}

@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%;
  }
  .pagination li.prev, .pagination li.next {
    /*width: 10%*/
  }
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}
.rotate {
  animation: rotation 2s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#searchModalResult, .mf_paddign {
  padding-left: 1em !important;
  padding-right: 1em !important;
}

#searchModalResult .media, #searchModalResult h1 {
  margin-bottom: 1em;
}

#searchModalResult .media-body {
  padding-left: 1em;
}

#searchInput {
  width: 30vw;
  border: 1px solid #e13e4f;
  box-shadow: 0 0 0 0.2rem rgba(225, 62, 79, 0.4);
  margin-left: 4px;
}

#searchInputType {
  width: 55px;
  max-width: 55px;
  border: none;
}

.ucfirst:first-letter {
  text-transform: uppercase;
}

.search_result_head {
  margin-top: 5vh;
}

.search_button {
  margin-right: 0.5vw;
}

.sent_link {
  font-size: 16px;
  margin-top: 3vh;
}

.ninja {
  display: none;
}

.trainee-index {
  margin-top: 5vh;
}

.activpw-block {
  margin-bottom: 40px;
}

#traineeSearchInput {
  border: 1px solid #e13e4f;
  box-shadow: 0 0 0 0.2rem rgba(225, 62, 79, 0.4);
  margin-left: 4px;
}

.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.ui-autocomplete .ui-state-active {
  border: 1px solid rgba(225, 62, 79, 0.4);
  background: #e13e4f;
}

.ui-autocomplete-loading {
  background: white url("/images/ui-anim_basic_16x16.gif") 99% center no-repeat;
}

.swal-title {
  background-color: #e13e4f;
  color: #fff;
  padding-bottom: 13px;
  margin-top: 0px !important;
}

.swal-footer {
  text-align: center;
}

.swal-text {
  text-align: center;
}

#events_delete {
  color: #e13e4f;
  width: 22px;
  height: 22px;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */