﻿@charset "UTF-8";
@font-face {
  font-family: Antartida;
  src: url(../../fonts/Antartida/antartida-rounded-medium-webfont.woff);
}
@font-face {
  font-family: AntartidaBold;
  src: url(../../fonts/Antartida/antartida-rounded-bold-webfont.woff);
}
:root {
  --primaryColour: $primaryColour;
  --primaryHover: $primaryHover;
  --secondaryColour: $secondaryColour;
  --secondaryHover: $secondaryHover;
  --tertiaryColour: $tertiaryColour;
  --alternativeColour: $alternativeColour;
  --danger: $danger;
  --success: $success;
  --blue: $blue;
  --orange: $orange;
  --red: $red;
  --green: $green;
}

html, body {
  height: 100%;
}

body {
  /* background: #b6b7bc;*/
  font-size: 14px;
  font-family: Antartida, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
  margin: 0px;
  padding: 0px;
  color: black;
  font-weight: 300;
  display: flex;
  flex-direction: column;
}

form {
  flex: 1 0 auto;
}

@media only screen and (max-width: 1400px) {
  body {
    /*zoom: 75%;*/
    /*transform: scale(1.0);
    transform-origin: 0 0;*/
  }
}
.form-body {
  padding: 15px 20px;
}

.text-align-center {
  text-align: center;
}

.text-align-start {
  text-align: left;
}

w-50 {
  width: 50%;
}

.PrimaryHeader {
  padding: 3px 5px;
  font-family: AntartidaBold;
  letter-spacing: 0.5px;
  font-size: 28px;
  color: #2C649C;
}

.subMenuHeader {
  /*border-bottom: 2px solid #EAEAEA;*/
}

.coLogo {
  height: 40px;
}

.SecondaryHeader {
  padding: 5px 8px;
  font-family: Antartida;
  font-size: 22px;
  font-weight: 500;
  color: #2C649C;
}

table .Link {
  min-width: unset;
  padding: 5px;
  line-height: unset;
  letter-spacing: unset;
}

table .DangerLink {
  min-width: unset;
  padding: 5px;
  line-height: unset;
  letter-spacing: unset;
}

.Link {
  min-width: 75px;
  line-height: 12px;
  text-align: center;
  border: solid 2px #2C649C;
  color: #FFF !important;
  font-family: AntartidaBold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #2C649C !important;
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}

.Link:hover {
  background: white !important;
  cursor: pointer;
  text-decoration: none !important;
  color: #2C649C !important;
}

.AltLink {
  min-width: 75px;
  line-height: 12px;
  text-align: center;
  border: solid 2px #07004D;
  color: #FFF !important;
  background: #FFF;
  font-family: AntartidaBold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #07004D;
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}

.AltLink:hover {
  background: white;
  cursor: pointer;
  color: #07004D !important;
}

.ExcelLink {
  min-width: 75px;
  line-height: 12px;
  text-align: center;
  border: solid 2px #1d6f42;
  color: #FFF !important;
  background: #FFF;
  font-family: AntartidaBold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #1d6f42;
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}

.ExcelLink:hover {
  background: white;
  cursor: pointer;
  color: #1d6f42 !important;
}

.DangerLink {
  min-width: 75px;
  line-height: 12px;
  text-align: center;
  border: solid 2px #E54B4B;
  color: #E54B4B !important;
  background: #FFF !important;
  font-family: AntartidaBold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: white;
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}

.DangerLink:hover {
  background: #E54B4B !important;
  cursor: pointer;
  color: white !important;
  text-decoration: none !important;
}

.SuccessLink {
  min-width: 75px;
  line-height: 12px;
  text-align: center;
  border: solid 2px #2C6E49;
  background: #2C6E49 !important;
  color: white !important;
  font-family: AntartidaBold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}

.SuccessLink:hover {
  background: white !important;
  cursor: pointer;
  color: #2C6E49 !important;
  text-decoration: none !important;
}

.page-controls {
  float: right;
  display: flex;
  flex-direction: row;
  position: absolute;
  right: 25px;
  margin-top: 10px;
}

.page-controls-left {
  float: left !important;
  display: flex;
  flex-direction: row;
  position: absolute;
  right: 25px;
  margin-top: 10px;
}

/*.page-controls a {
    text-decoration: none;
    padding: 8px 10px;
    margin-left: 5px;
    margin-top: 5px;
    border-radius: 5px;
    background-color: white;
    border: 1px solid $primaryColour;
    color: $primaryColour;
}

    .page-controls a:hover {
        background-color: $primaryColour;
        color: white;
    }*/
.page-controls .danger {
  background-color: white;
  border: 1px solid #E54B4B;
  color: #E54B4B;
}

.page-controls .danger:hover {
  color: white;
  background-color: #E54B4B;
}

.page-controls .success {
  background-color: white;
  border: 1px solid #2C6E49;
  color: #2C6E49;
}

.page-controls .success:hover {
  background-color: #2C6E49;
  color: white;
}

.logout {
  color: white !important;
  line-height: 50px;
  text-decoration: none;
  padding: 0 12px;
}

.logout:hover {
  color: #E54B4B !important;
}

.nav-text {
  font-family: Antartida;
  font-size: 14px;
  color: #c1c1c1;
}

.LinkButton {
  width: 100%;
}

.LoginForm {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.submitButton {
  width: 100%;
}

INPUT {
  font-size: 14px;
  COLOR: black;
  font-family: Antartida;
  BACKGROUND-COLOR: #ffffff;
}

input [type=button], input[type=submit] {
  background-color: #2C649C;
  border: 1px solid #2C649C;
  border-radius: 5px;
  cursor: pointer;
  color: #FFFFFF;
  font-family: AntartidaBold;
  letter-spacing: 0.5px;
  text-decoration: none;
  width: 100%;
  height: 42px;
  text-align: center;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
}

input[type=button], input[type=submit]:hover {
  color: #ffffff;
  background-color: #3170AF;
  border: 2px solid #3170AF;
}

input [type=button], input[type=submit]:disabled {
  color: #EAEAEA;
  background-color: #ADADAD;
  border: 2px solid #ADADAD;
  cursor: default;
}

input[type=text], input[type=password], input[type=number], select, .text-input {
  height: 28px;
  border: solid 1px #DADADA;
  font-size: 14px;
  border-radius: 5px;
  padding-left: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: Antartida;
}

textarea {
  border: solid 1px #DADADA;
  font-size: 14px;
  border-radius: 5px;
  padding-left: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: Antartida;
  min-height: 28px;
  padding-top: 3px;
}

.treeViewContainer {
  border: solid 1px #DADADA;
  height: 500px;
  overflow: auto;
  border-radius: 5px;
}

.bordered {
  border: solid 1px #DADADA;
  border-radius: 5px;
}

/*
        input[type=text]:focus, input[type=password]:focus, input[type=checkbox]:focus, select:focus,
        textarea:focus
        {
            border: solid 1px #525252 !important;
            border-radius: 5px;
            outline: none;
        }
*/
input:disabled {
  background-color: #eaeaea;
}

table input[type=text] {
  height: unset;
}

a {
  color: #F0A202;
  text-decoration: underline;
  font-size: 14px;
  line-height: 15px;
}

a:hover {
  color: #FFB217;
  text-decoration: none;
}

.hidden {
  display: none;
}

.StandardButton {
  background-color: #2C649C;
  border: 2px solid #2C649C;
  border-radius: 5px;
  cursor: pointer;
  color: #FFFFFF !important;
  font-family: AntartidaBold;
  letter-spacing: 0.5px;
  height: 32px;
  text-decoration: none;
  width: 100%;
  height: 45px;
  text-align: center;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  padding: 5px 8px;
}

.StandardButton:hover {
  cursor: pointer;
  color: #2C649C !important;
  background: white !important;
}

.StandardButton:disabled {
  background: #756d64;
  opacity: 0.5;
}

.SecondaryButton {
  border-radius: 3px;
  color: #07004D !important;
  border: 2px solid #07004D !important;
  background-color: white !important;
  text-decoration: none;
  padding: 5px 8px;
}

.SecondaryButton:hover {
  background-color: #07004D !important;
  color: white !important;
}

p {
  margin-bottom: 10px;
  line-height: 1.6em;
}

.flex {
  display: flex;
}

.main-content .spinnerOverlay {
  /*    width: calc(100vw - 250px);
  margin-left: 250px;*/
}

.sidebar-collapsed {
  margin-left: 55px;
  transition: 0.5s;
}

.sidebar-collapsed .header-wrapper {
  display: none;
}

.menu-logo {
  position: relative;
}

.product-text {
  color: white;
  padding-left: 10px;
  font-family: Antartida;
  font-size: 18px;
}

.sidebar-collapsed .sidenav {
  width: 55px;
}

.sidebar-collapsed .sidenav .nav-item-text {
  display: none;
  opacity: 0;
}

.sidebar-collapsed .sidenav .dropdownToggler {
  display: none;
  opacity: 0;
}

.sidebar-collapsed .sidenav .side-header {
  display: none;
}

.sidebar-collapsed .main-content {
  margin-left: 0px !important;
}

.sidebar-collapsed .navbar {
  margin-left: 0px !important;
}

.dropdownToggler {
  margin-left: auto;
  margin-top: auto;
  padding-right: 10px;
  margin-bottom: auto;
}

.sub-menu {
  background-color: #f1f1f1;
}

.sub-menu .nav-item-text {
  padding-left: 10px;
}

.bg-primaryColour {
  background-color: #2C649C !important;
}

.navbar {
  height: 50px;
  margin-left: 250px;
  transition: 0.5s;
  z-index: 3;
}

.sidenav {
  height: 100%;
  font-family: Antartida;
  width: 250px;
  top: 0;
  left: 0;
  background-color: #fff;
  border-right: 1px solid #F4F4F4;
  position: fixed;
  z-index: 3;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: #ADADAD 2px 50px 10px;
}

/* width */
.sidenav::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.sidenav::-webkit-scrollbar-button:single-button {
  background-color: #f1f1f1;
  display: block;
  border-style: solid;
  height: 5px;
  width: 5px;
}

/* Up */
.sidenav::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-width: 0 2.5px 2.5px 2.5px;
  border-color: #f1f1f1 #f1f1f1 #888 #f1f1f1;
}

.sidenav::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
  border-color: #f1f1f1 #f1f1f1 #555 #f1f1f1;
}

/* Down */
.sidenav::-webkit-scrollbar-button:single-button:vertical:increment {
  border-width: 2.5px 2.5px 0 2.5px;
  border-color: #888 #f1f1f1 #f1f1f1 #f1f1f1;
}

::-webkit-scrollbar-button:vertical:single-button:increment:hover {
  border-color: #555 #f1f1f1 #f1f1f1 #f1f1f1;
}

/* Left */
.sidenav::-webkit-scrollbar-button:single-button:horizontal:decrement {
  border-width: 2.5px 2.5px 2.5px 0;
  border-color: #f1f1f1 #888 #f1f1f1 #f1f1f1;
}

.sidenav::-webkit-scrollbar-button:horizontal:single-button:decrement:hover {
  border-color: #f1f1f1 #555 #f1f1f1 #f1f1f1;
}

/* Right */
.sidenav::-webkit-scrollbar-button:single-button:horizontal:increment {
  border-width: 2.5px 0 2.5px 2.5px;
  border-color: #f1f1f1 #f1f1f1 #f1f1f1 #888;
}

.sidenav::-webkit-scrollbar-button:horizontal:single-button:increment:hover {
  border-color: #f1f1f1 #f1f1f1 #f1f1f1 #555;
}

/* Track */
.sidenav::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.sidenav::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.sidenav::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.controlBorder {
  border-radius: 5px;
  border: none !important;
  padding: 10px;
  width: 100%;
}

.mainForm {
  border: 2px solid #ADADAD;
  padding: 10px 25px !important;
  position: relative;
}

.selectedDropdown {
  width: 255px !important;
  background-color: #3170AF;
  color: white !important;
}

.hoverDropdown {
  width: 255px !important;
}

.hoverMenuItem {
  width: 255px !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border: 2px solid white !important;
}

.hoverMenuItem .header-wrapper {
  display: inline-block !important;
}

.hoverMenuItem .nav-item-text {
  display: inline-block !important;
  opacity: 1;
}

.hoverMenuItem .dropdownToggler {
  display: inline-block !important;
  opacity: 1;
}

.nav-text {
  color: #AFAFAF;
  font-size: 14px;
}

.menu-logo {
  display: flex;
  height: 50px;
  width: 50px;
  align-items: center;
}

.menu-logo a {
  padding: unset !important;
}

/* The navigation menu links */
.sidenav a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #818181;
  display: flex;
  white-space: nowrap;
  line-height: 2;
  padding: 5px 0;
  border: 2px solid transparent;
  cursor: pointer;
}

.sub-menu a {
  padding-left: 25px;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #ffffff;
  background-color: #3170AF;
  border: 2px solid #3170AF;
}

.nav-item-text {
  display: inline-block;
  margin: 0;
  transition: 0.3s;
  margin-top: auto;
  margin-bottom: auto;
}

@keyframes right_to_left {
  from {
    margin-left: 100%;
    opacity: 0;
  }
  to {
    margin-left: 0;
    opacity: 1;
  }
}
@keyframes left_to_right {
  from {
    margin-left: -100%;
    opacity: 0;
  }
  to {
    margin-left: 0;
    opacity: 1;
  }
}
.sidebar-collapsed .main-content .spinnerOverlay {
  width: calc(100vw - 55px);
  margin-left: 55px;
}

/*.sidebar-collapsed .nav-icon {
    margin: auto;
}

.sidebar-collapsed:hover .nav-icon {
    margin-left: unset;
    margin-right: unset;
}*/
.nav-icon {
  font-size: 14px;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
  width: 50px;
  display: flex;
  transition: none !important;
}

.nav-icon i {
  margin-left: auto;
  margin-right: auto;
}

.header {
  margin-left: 15px;
  background-color: #fff;
  display: inline-block;
}

.header img {
  height: 25px;
}

.sidebar-toggler {
  color: #A0C2E4;
}

.sidebar-toggler:hover {
  color: white;
}

.spinnerOverlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 72px;
  color: white;
}

.alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}

.spinnerOverlay i {
  margin: auto;
}

.spinnerOverlay svg {
  margin: auto;
}

.relative {
  position: relative;
}

.LoginForm {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.main-content {
  margin-left: 250px;
  position: relative;
  transition: 0.5s;
  background-color: #F3F6F6;
  min-height: calc(100vh - 50px);
}

.cards {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: 10px 15px 15px 0;
  background-color: #fff;
  color: #2C649C;
  height: 100%;
  border-radius: 0.25em;
  overflow: hidden;
  font-size: 1.2em;
}

.cards-header {
  background-color: #2C649C;
  cursor: pointer;
  color: #fff;
  padding: 10px 5px;
}

.cards-header label {
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 18px;
  /*font-size: large;*/
}

.cards-header a {
  display: block;
  padding-left: 10px;
  padding-top: 2.5px;
}

.cards-body {
  background-color: #fff;
  padding: 5px 15px 15px 15px;
  height: 100%;
}

.cards-body a:hover {
  text-decoration: solid;
  color: darkblue;
  cursor: pointer;
}

.cards-body a:hover span {
  color: darkblue;
}

.cards-body span {
  color: #2C649C;
}

.cards-body-line {
  padding: 5px 0px;
  margin-top: 10px;
  border-radius: 3px;
}

.cards-body-line-stat {
  margin-left: auto;
  background: #118AB2;
  color: white !important;
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 14px;
}

.cards-body-line-stat span {
  color: white;
}

.cards-body-line a {
  display: flex;
  text-decoration: none !important;
  align-items: center;
}

.cards-body-line label {
  padding-left: 5px;
  margin-top: auto;
  margin-bottom: auto;
}

.card-line-body i {
  margin-top: auto;
  margin-bottom: auto;
}

.cards-body .disabled-link {
  text-decoration: none;
  cursor: default !important;
}

.cards-body .disabled-link label {
  text-decoration: none;
  cursor: default !important;
}

.cards-body div:empty {
  display: none;
}

.row {
  margin: 10px 0px;
}

.footer {
  position: sticky;
  bottom: 0;
  flex-shrink: 0;
  width: 100%;
  background-color: #EAEAEA;
  padding: 10px;
}

.subMenuControls {
  top: 10px;
  display: flex;
  background-color: #F2F2F2;
  justify-content: space-between;
  border-radius: 5px;
  min-height: 40px;
}

.subMenuControls a {
  text-decoration: none;
  font-size: 14px;
  color: #F0A202 !important;
  padding: 10px 15px;
  border-radius: 3px;
  align-content: center !important;
  margin: unset !important;
}

.subMenuControls a:hover {
  color: #fff !important;
  background-color: #FFB217 !important;
}

.nav-right {
  margin-top: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 20px;
}

.overview {
  display: flex;
  justify-content: space-between;
}

.dash-tile {
  height: 100px;
  padding: 10px 8px;
  font-family: Antartida;
  text-align: start;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: #ADADAD 3px 5px 10px;
}

.dash-tile:hover .dash-tile-icon {
  font-size: 80px;
}

.dash-tile-head {
  margin-top: auto;
  color: #FAFAFA;
  font-size: 18px;
  font-weight: 400;
  margin-top: auto;
  font-family: Calibri;
}

.dash-tile-detail {
  line-height: 1;
  font-size: 24px;
  color: white;
  font-family: AntartidaBold;
  letter-spacing: 0.5px;
}

.dash-tile-icon {
  position: absolute;
  font-size: 72px;
  right: -10px;
  bottom: -10px;
  object-fit: cover;
  color: black;
  opacity: 0.15;
  transition: 0.3s;
}

.bg-blue {
  background-color: #118AB2;
}

.bg-orange {
  background-color: orange;
}

.bg-green {
  background-color: #09814A;
}

.bg-red {
  background-color: #E54B4B;
}

.bg-purple {
  background-color: #3170AF;
}

.bg-grey {
  background-color: #F3F3F3;
}

.large-tile {
  border-radius: 3px;
  box-shadow: #ADADAD 3px 5px 10px;
}

.large-tile-header {
  padding: 10px 40px 10px 20px;
  font-family: AntartidaBold;
  letter-spacing: 0.5px;
  font-size: 18px;
  height: 50px;
  display: flex;
  align-items: center;
  color: #756d64;
  text-decoration: none;
  border-bottom: 2px solid #F1F1F1;
}

.large-tile-header i {
  margin-right: 5px;
}

.large-tile-detail {
  padding: 10px 15px;
  font-family: Antartida;
  font-size: 14px;
}

.large-tile-detail a {
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  vertical-align: middle;
  align-items: center;
  width: 100%;
}

.detail-header {
  font-family: Antartida;
  font-size: 14px;
  padding: 5px 0;
  border-bottom: 1px #e6e3e3 solid;
  height: 45px;
  display: flex;
  vertical-align: middle;
  align-items: center;
}

.detail-header i {
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
}

.pull-right {
  float: right;
}

.warning {
  font-weight: 600;
  color: #E54B4B;
}

.blue-top .large-tile-header {
  border-top: 3px solid #118AB2;
}

.blue-top .large-tile-header:hover {
  background-color: #118AB2;
  color: white;
}

.blue-top .cards-body-line-stat {
  background-color: #118AB2 !important;
}

.purple-top .large-tile-header {
  border-top: 3px solid #3170AF;
}

.purple-top .large-tile-header:hover {
  background-color: #3170AF;
  color: white;
}

.purple-top .cards-body-line-stat {
  background-color: #3170AF !important;
}

.green-top .large-tile-header {
  border-top: 3px solid #09814A;
}

.green-top .large-tile-header:hover {
  background-color: #09814A;
  color: white;
}

.green-top .cards-body-line-stat {
  background-color: #09814A !important;
}

.orange-top .large-tile-header {
  border-top: 3px solid #080066;
}

.orange-top .large-tile-header:hover {
  background-color: #080066;
  color: white;
}

.orange-top .cards-body-line-stat {
  background-color: #080066 !important;
}

.form-group {
  display: flex;
  font-size: 14px;
}

.form-group .col-2 {
  margin-top: auto;
  margin-bottom: auto;
}

.filters {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
}

.white-block {
  background-color: #fff;
  position: relative;
  border-radius: 5px;
  padding: 10px 15px;
}

.grey-block {
  background-color: #F3F3F3;
  position: relative;
  border-radius: 5px;
  padding: 10px 15px;
}

.small-button {
  right: 25px;
  top: 10px;
  line-height: 22px;
  text-align: center;
  border: none;
  color: #2C649C !important;
  font-family: AntartidaBold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: none;
  text-decoration: none;
  display: inline-block;
  padding: 5px;
  border-radius: 3px;
}

.small-button:hover {
  background: #2C649C !important;
  cursor: pointer;
  text-decoration: none !important;
  color: white !important;
  transition: ease-out 200ms;
}

.customCB [type=checkbox]:not(:checked),
.customCB [type=checkbox]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}

.customCB [type=checkbox]:not(:checked) + label,
.customCB [type=checkbox]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
.customCB [type=checkbox]:not(:checked) + label:before,
.customCB [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  width: 15px;
  height: 15px;
  border: 1px solid #aaa;
  background: #FFF;
  border-radius: 0.2em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(203, 34, 237, 0.2);
  -webkit-transition: all 0.275s;
  transition: all 0.275s;
}

/* checked mark aspect */
.customCB [type=checkbox]:not(:checked) + label:after,
.customCB [type=checkbox]:checked + label:after {
  content: "✕";
  position: absolute;
  top: 12px;
  left: 2px;
  font-size: 14px;
  color: #2C649C;
  line-height: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* checked mark aspect changes */
.customCB [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}

/* Disabled checkbox */
.customCB [type=checkbox]:disabled:not(:checked) + label:before,
.customCB [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}

.customCB [type=checkbox]:disabled:checked + label:after {
  color: #777;
}

.customCB [type=checkbox]:disabled + label {
  color: #aaa;
}

/* Accessibility */
.customCB [type=checkbox]:checked:focus + label:before,
.customCB [type=checkbox]:not(:checked):focus + label:before {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 6px rgba(100, 73, 131, 0.3);
}

.text-align-end {
  text-align: end;
}

table {
  font-size: 14px;
}

/*.dxgv a {
    min-width: 75px;
    line-height: 22px;
    text-align: center;
    border: solid 2px $primaryColour;
    color: #FFF !important;
    font-family: Antartida;
    font-weight: 700;
    text-transform: uppercase;
    background: $primaryColour !important;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
}*/
table td {
  padding: 2px !important;
  font-size: 12px !important;
}

.customTable {
  width: 100%;
  border: solid 2px #DADADA;
  background-color: white;
  border-radius: 3px;
}

.customTable th {
  background-color: #eaeaea;
  padding: 8px;
  font-size: 14px;
}

.customTable td {
  padding: 5px;
  font-size: 12px;
}

.radiobutton-table {
  font-size: 14px;
  width: 100%;
}

.radiobutton-table td {
  padding-right: 10px;
}

.nav-link {
  text-decoration: none;
  /*color: $primaryColour !important;*/
  font-family: AntartidaBold;
  letter-spacing: 0.5px;
}

.nav-tabs a {
  font-size: 16px;
}

.error-message {
  color: #07004D;
}

.alert {
  position: absolute;
  top: 5px;
  left: 25%;
  /*background-color: $alertBackground;*/
  z-index: 10000;
}

.alert .error-message {
  padding-top: 15px;
  padding-bottom: 15px;
}

.tree-view-container {
  padding: 10px 15px;
  border-radius: 3px;
  background-color: #F3F3F3;
}

.sidebar-collapsed .sub-menu a {
  display: none;
}

.collapseHeader {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  font-family: AntartidaBold;
  letter-spacing: 0.5px;
  cursor: pointer !important;
  color: #07004D;
}

.collapseHeader:hover {
  color: #2C649C;
}

.center-block {
  width: 500px;
  height: 500px;
  margin: auto;
  padding-top: 5%;
}

.alert-message {
  position: absolute;
  top: 5px;
  left: 0px;
  width: 100%;
  z-index: 3;
  display: flex;
}

.alert-warning {
  color: #E54B4B;
  border: 1px solid #E54B4B !important;
  background-color: rgb(251.5291262136, 230.9708737864, 230.9708737864);
}

.alert-success {
  color: #2C6E49;
  border: 1px solid #2C6E49 !important;
  background-color: rgb(128.2142857143, 204.2857142857, 161.6396103896);
}

.alert-grey {
  color: #808080;
  border: 1px solid #808080 !important;
  background-color: rgb(217.25, 217.25, 217.25);
}

.tableLink {
  border: none !important;
  line-height: 20px;
  min-width: unset;
  background-color: #2C649C;
  padding: 5px 8px;
  color: #fff !important;
  border-radius: 5px;
  text-decoration: none;
  border: 2px solid #2C649C !important;
}

.tableLink:hover {
  color: #2C649C !important;
  background-color: #fff;
}

.tableLink.danger {
  background-color: #E54B4B !important;
  border: 2px solid #E54B4B !important;
}

.tableLink.danger:hover {
  background-color: white !important;
  color: #E54B4B !important;
}

.w-100 {
  width: 100%;
}

.auto-scroll {
  overflow-x: scroll;
}

.detail-label {
  /*font-weight: 600;*/
  color: #B6B7BC;
  /*border-bottom: 1px solid #ADADAD;*/
  margin-bottom: 5px;
}

.detail-body {
  height: 100%;
}

#details .my-1 {
  background-color: #fafafa;
  border-radius: 5px;
  padding: 10px;
  height: 90%;
}

.collapseHeader {
  padding: 10px;
  background-color: #f1f1f1;
}

#BasketItemRow {
  position: absolute;
  border: 1px solid #adadad;
  background-color: #fcfcfc;
  right: 15px;
  padding: 5px 10px;
  width: 350px;
  border-radius: 3px;
  box-shadow: #ADADAD 2px 5px 10px;
  z-index: 2;
}

.basketCount {
  background-color: #F0A202 !important;
  border-radius: 50%;
  color: #fff !important;
  margin-left: 5px;
  padding: 3px 8px;
}

a:hover .basketCount {
  background-color: #fff !important;
  color: #FFB217 !important;
}

.tile-action {
  color: #d3d3d3;
  padding: 3px 5px;
  border-radius: 5px;
  border-radius: 5px;
}

.large-tile-header:hover .tile-action {
  color: white !important;
}

.updatePanel {
  font: inherit;
}

table a {
  text-decoration: none;
}

textarea:read-only {
  background-color: #F1f1f1;
}

.vertical-align {
  min-height: 100%;
  display: flex;
  align-items: center;
}

.tertiaryHeader {
  padding: 2px 5px;
  font-family: Antartida;
  font-size: 18px;
  font-weight: 500;
  color: #2C649C;
}

.header-details {
  font-size: 18px;
  color: #2C649C;
  font-family: AntartidaBold;
}

.DetailItem {
  display: flex;
  /*height: 32px;*/
}

.DetailItem div {
  margin-top: auto;
  margin-bottom: auto;
  line-height: normal;
}

.mightOverflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sub-text {
  font-size: 12px;
  white-space: nowrap;
  color: #353535;
}

th a {
  color: black;
}

.collapseHeaderDetail {
  color: #F0A202;
}

.detailHeader {
  padding-left: 10px;
  font-size: 18px;
  font-weight: 400;
  font-family: AntartidaBold;
  color: #2C649C;
}

.nav-button {
  color: white;
  text-align: center;
  /*width: 45px;*/
  padding: 15px;
  margin-left: auto;
  border-radius: 8px;
}

.nav-button:hover {
  color: #70A3D7;
}

.dropdown-menu {
  padding: 0 !important;
  color: #ADADAD;
}

.dropdown-menu .notifications {
  padding: 5px 10px !important;
}

.user-settings {
  width: 220px;
}

.text-center {
  text-align: center;
}

.dropdown-menu a {
  width: 100%;
  text-align: start;
  padding: 15px;
  margin-left: auto;
  height: 100%;
  color: #2C649C;
}

.dropdown-menu a i {
  margin-right: 10px;
}

.dropdown-menu a:hover {
  color: white;
  background-color: #5e5952;
}

.logout {
  color: #E54B4B !important;
}

.logout:hover {
  color: white !important;
  background-color: #E54B4B !important;
}

.nav-linkbutton {
  text-decoration: none;
  font-weight: 700;
  font-family: Antartida;
  float: right;
}

.nav-linkbutton.danger:hover {
  background-color: #E54B4B !important;
}

.home-item-selector {
  border-radius: 3px;
  box-shadow: #ADADAD 3px 5px 10px;
}

.home-item-selector .large-tile-header {
  padding: 10px 40px 10px 20px;
  font-family: AntartidaBold;
  letter-spacing: 0.5px;
  font-size: 16px;
  height: 50px;
  display: flex;
  align-items: center;
  color: #756d64;
  text-decoration: none;
  border-bottom: unset;
}

.purple-top .selected {
  background-color: rgba(100, 73, 131, 0.8);
  color: white;
}

.orange-top .selected {
  background-color: rgba(255, 92, 10, 0.8);
  color: white;
}

.green-top .selected {
  background-color: rgba(9, 129, 74, 0.8);
  color: white;
}

.blue-top .selected {
  background-color: rgba(63, 136, 197, 0.8);
  color: white;
}

.tree-view-no-lines {
  white-space: unset !important;
}

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
  box-shadow: none;
  border-color: inherit;
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
  width: 100%;
}

.SumoSelect > .CaptionCont {
  position: relative;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0;
  height: 28px;
  border: solid 1px #DADADA;
  font-size: 14px;
  border-radius: 5px;
  padding-left: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: Antartida;
}

.SumoSelect > .CaptionCont > span.placeholder {
  color: initial;
  font-style: normal;
}

.SumoSelect > p {
  margin-bottom: 10px;
  line-height: 1rem;
}

.announcement {
  position: relative;
  background-color: #d5cbdd;
  /*background-image: "<i class='fas fa-bullhorn'></i>";*/
  background-position: 9px 0px;
  background-repeat: no-repeat;
  border-left: solid 4px #2C649C;
  line-height: 18px;
  overflow: hidden;
  padding: 15px 60px;
}

.announcement:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  /*top: 0;*/
  left: 10px;
  content: "\f0a1";
  color: #2C649C;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.noteAlt {
  background-color: #f7c09e;
  /* background-image: url(../../Styles/images/Pencil-48.png); */
  /* background-position: 9px 0px; */
  /* background-repeat: no-repeat; */
  border-left: solid 4px #e55218;
  line-height: 18px;
  overflow: hidden;
  padding: 15px 10px;
}

.card-body:hover #Name {
  /*text-decoration: underline;*/
  font-weight: 700 !important;
  font-size: 15px;
}

.card-body:not(.noHover):hover {
  border: 1px solid rgba(0, 0, 0, 0.01);
}

.card-body {
  text-decoration: none;
  font-family: Arial;
}

.cardAddLink {
  top: 10px;
  right: 10px;
  position: absolute;
  line-height: 12px;
  text-align: center;
  border: solid 2px #2C649C;
  color: #2C649C !important;
  font-family: AntartidaBold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: white !important;
  text-decoration: none;
  /*display: inline-block;*/
  padding: 5px 10px;
  border-radius: 5px;
}

.cardAddTopPref {
  top: 155px;
  left: 10px;
  position: absolute;
  line-height: 12px;
  text-align: center;
  /*border: dashed 5px green;*/
  color: green !important;
  font-family: AntartidaBold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: white !important;
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}

.cardAddLink:hover {
  cursor: pointer;
  text-decoration: none !important;
  background: #2C649C !important;
  color: #FFF !important;
}

.align-flex-bottom {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.mirrorText {
  transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
}

.treeview img {
  width: 20px;
  height: 20px;
}

.cat-tree-folder {
  padding: 10px 20px 10px 20px;
  font-family: AntartidaBold;
  letter-spacing: 0.5px;
  font-size: 18px;
  height: 50px;
  display: flex;
  align-items: center;
  color: #756d64;
  text-decoration: none;
}

.cat-tree-folder-active {
  background-color: rgb(151.09375, 188.5, 225.90625);
  color: white;
}

.cat-tree-folder:hover {
  background-color: rgb(151.09375, 188.5, 225.90625);
  color: white;
}

.partialCollapse-module .collapsable.collapse:not(.show) {
  display: block;
  height: 150px !important;
  overflow: hidden;
}

.partialCollapse-module .collapsable.collapse.show {
  height: 100% !important;
}

.partialCollapse-module .showMore.collapsed:after {
  content: "+ Show More";
}

.partialCollapse-module .showMore:not(.collapsed):after {
  content: "- Show Less";
}

.bg-none {
  background-color: unset !important;
}

.SumoSelect .select-all {
  height: unset;
}

/*-- Tabs Start --*/
.tab-bar {
  width: 100%;
  background: #698FC0;
  padding: 7px 4px;
}

.tab-bar a {
  text-decoration: none;
  color: #fff;
  padding: 0px 20px 0px 20px;
}

.tab-bar ul {
  margin: 0px;
}

.tab-bar ul li {
  list-style: none;
  display: inline;
  padding: 3px;
}

.tab-bar li.active {
  background: #00C6F0;
}

.tab-content {
  margin-top: 10px;
  margin-bottom: 70px;
}

/*-- Tabs End --*/
/*-- StockLocation Folder Colors Start --*/
.sl-Standard {
  color: #FFE800;
}

.sl-System {
  color: #00D100;
}

.sl-Zero-Default {
  color: #8C92AC;
}

.sl-Concession {
  color: #E32227;
}

/*-- StockLocation Folder Colors End --*/
.fs-30 {
  font-size: 30px !important;
}

/*******************************************************
    Devexpress Overide
*******************************************************/
.dxICBFocused_Material:not(.dxToggle):after,
.dxICBFocused_Material .dxSwitcher:after {
  position: absolute;
  margin-left: -6px !important;
  margin-top: -6px !important;
  width: 31px !important;
  height: 31px !important;
}

/*******************************************************/
/*-- AutoComplete search box Start --*/
.autocomplete-listElement {
  overflow-y: auto;
  height: auto;
  width: 300px;
  min-height: 20px;
  max-height: 400px;
  text-align: left;
  list-style: none;
  background-color: #FFF;
  border: solid 1px #c0c0c0;
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
}

.autocomplete-highlightedListItem {
  background-color: #698FC0;
  color: #FFF;
  padding: 2px;
}

.autocomplete-listItem {
  padding: 1px;
}

.autocomplete-loading {
  background-image: url(../../Styles/images/loading.gif);
  background-position: right;
  background-repeat: no-repeat;
}

/*-- AutoComplete search box End --*/
.dropdown-submenu-select {
  position: relative;
}

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0 !important;
  min-width: 220px;
}

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu > .dropdown-submenu-select:hover > .dropdown-submenu {
  display: block;
  max-height: 500px;
  overflow-y: auto;
}

/* width */
.thin-scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.thin-scroll::-webkit-scrollbar-button:single-button {
  background-color: #f1f1f1;
  display: block;
  border-style: solid;
  height: 5px;
  width: 5px;
}

/* Up */
.thin-scroll::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-width: 0 2.5px 2.5px 2.5px;
  border-color: #f1f1f1 #f1f1f1 #888 #f1f1f1;
}

.thin-scroll::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
  border-color: #f1f1f1 #f1f1f1 #555 #f1f1f1;
}

/* Down */
.thin-scroll::-webkit-scrollbar-button:single-button:vertical:increment {
  border-width: 2.5px 2.5px 0 2.5px;
  border-color: #888 #f1f1f1 #f1f1f1 #f1f1f1;
}

.thin-scroll::-webkit-scrollbar-button:vertical:single-button:increment:hover {
  border-color: #555 #f1f1f1 #f1f1f1 #f1f1f1;
}

/* Left */
.thin-scroll::-webkit-scrollbar-button:single-button:horizontal:decrement {
  border-width: 2.5px 2.5px 2.5px 0;
  border-color: #f1f1f1 #888 #f1f1f1 #f1f1f1;
}

.thin-scroll::-webkit-scrollbar-button:horizontal:single-button:decrement:hover {
  border-color: #f1f1f1 #555 #f1f1f1 #f1f1f1;
}

/* Right */
.thin-scroll::-webkit-scrollbar-button:single-button:horizontal:increment {
  border-width: 2.5px 0 2.5px 2.5px;
  border-color: #f1f1f1 #f1f1f1 #f1f1f1 #888;
}

.thin-scroll::-webkit-scrollbar-button:horizontal:single-button:increment:hover {
  border-color: #f1f1f1 #f1f1f1 #f1f1f1 #555;
}

/* Track */
.thin-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.thin-scroll::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.thin-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.pdfFrame {
  font-size: 8pt;
  font-family: Arial;
  background-color: White;
}

.myPDFTable {
  font-family: Arial;
  font-size: 8pt;
  text-align: left;
  border-spacing: 0px;
}

.myPDFTable th {
  border-bottom: 1px solid #2C649C;
  background-color: #2C649C;
  color: white;
  padding: 10px;
  text-align: left;
}

.myPDFTable td {
  border-top: 1px solid #2C649C;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  text-align: left;
}

.alignright {
  text-align: right;
}

.alignrightTotal {
  text-align: right;
  border-top: 1px solid black;
  font-weight: bold;
}

.alignleft {
  text-align: left;
}

.pdfFont {
  font-size: 8pt;
  font-family: Arial;
}

.supplierTbl {
  width: 100%;
  font-family: Arial;
  font-size: 8pt;
  text-align: left;
  border-spacing: 0px;
}

.supplierTbl th {
  background-color: #2C649C;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pdfFooter {
  background-color: #2C649C;
  height: 50px;
  line-height: 50px;
  bottom: 0px;
  position: absolute;
  right: 0px;
  left: 0px;
  text-align: center;
  color: #FFF;
  font-family: Arial;
}

.pdfheader {
  vertical-align: top;
  padding-bottom: 20px;
}

.vendorNoteTable {
  font-family: Arial;
  font-size: 8pt;
  text-align: left;
  width: 50%;
  border-spacing: 0px;
}

.vendorNoteTable th {
  border-bottom: 1px solid #07004D;
  background-color: #07004D;
  color: white;
  padding: 10px;
  text-align: left;
}

.vendorNoteTable td {
  border-top: 1px solid #07004D;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  text-align: left;
}

.Alt-Login-Img {
  content: url("../../images/SearchLight.png");
}
