﻿@charset "UTF-8";
/*body {
    padding-bottom: 20px;
}*/
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/
/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
/*
    COLOURS
    #0072c6 = Blue
    #34006d = Purple
    #3c763d = Green (success)
*/
/*$navbar-color: #1A535C;//#132E32; // was #34006D
$navbar-text: white;
$body-color: #FAFAFA; // was white
$card-header-color: #694873; // was #0072c6
$card-body-color: #EFF1F3; // was #f2f2f8
$card-footer-color: $card-header-color; // was #0072c6
$loader-color: $navbar-color;*/
.modalbehindloader {
  z-index: 900; }

.sk-fading-circle {
  margin: 0px auto;
  width: 120px;
  height: 120px;
  position: relative; }

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #284963;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

/* MEDIA CSS */
@media (max-width: 800px) {
  .hide-if-narrow-800 {
    display: none; } }

@media (max-width: 750px) {
  .hide-if-narrow-750 {
    display: none; } }

@media (max-width: 700px) {
  .hide-if-narrow-700 {
    display: none; } }

@media (max-width: 650px) {
  .hide-if-narrow-650 {
    display: none; } }

@media (max-width: 600px) {
  .hide-if-narrow-600 {
    display: none; } }

@media (max-width: 550px) {
  .hide-if-narrow-550 {
    display: none; } }

@media (max-width: 500px) {
  .hide-if-narrow-500 {
    display: none; } }

@media (max-width: 450px) {
  .hide-if-narrow-450 {
    display: none; } }

@media (max-width: 400px) {
  .hide-if-narrow-400 {
    display: none; } }

@media (max-width: 350px) {
  .hide-if-narrow-350 {
    display: none; } }

@media (max-width: 300px) {
  .hide-if-narrow-300 {
    display: none; } }

@media all and (max-width: 1200px) {
  .container {
    max-width: 95% !important; } }

@media all and (max-width: 600px) {
  .container {
    max-width: 100% !important;
    padding-left: 3px !important;
    padding-right: 3px !important; }
  .card-body:not(.message-card-body) {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  div.dataTables_wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

@media all and (max-width: 600px) {
  a.touchbutton {
    font-size: 12px !important;
    padding: 6px 6px !important;
    min-width: 40px;
    display: block;
    text-align: center;
    outline: none;
    overflow-wrap: normal;
    /* Prevent words breaking mid-word */
    /* From .btn */
    background: #436C89;
    color: white !important;
    text-decoration: none;
    border-radius: 4px;
    border: 0px;
    transition: background 0.4s;
    transition: opacity 0.4s; }
  a.touchbutton[disabled], a.touchbutton[disabled]:hover {
    background: #455;
    opacity: 0.5;
    transition: background 0.4s;
    transition: opacity 0.4s; }
  a.touchbutton:not([disabled]):hover {
    background: #7F1F3F;
    transition: background-color 0.4s; }
  a.touchbutton + span.touchbutton-linebreak + span.touchbutton-spaces + a.touchbutton {
    margin-top: -10px; } }

@media all and (max-width: 1000px) {
  span.touchbutton-spaces {
    display: none; } }

@media all and (min-width: 1001px) {
  span.touchbutton-linebreak {
    display: none; }
  a.touchbutton {
    white-space: nowrap; } }

/* Add a bit of space above the first menu item when in compact mode */
@media (max-width: 992px) {
  ul.navbar-nav.mr-auto li.nav-item.dropdown:first-of-type {
    padding-top: 5px; } }

/* NAVBAR CSS */
#appname .subsystem {
  font-size: 9.3pt; }

/* required if using gradient */
/*html {
    height: 100%;
}*/
body {
  /*padding-top: 50px;*/
  padding-bottom: 20px;
  font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
  background-color: #0C131D;
  line-height: 1.2;
  /* required if using gradient */
  /*height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;*/ }

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px; }

a, a:hover {
  color: #436C89;
  outline: none; }

#appname {
  /*font-family: Tahoma;*/
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  /*text-shadow: 0 0 5px $accent-color;*/ }

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal; }

.valign-centre {
  display: flex;
  align-items: center; }

textarea.multi-line {
  overflow-y: hidden;
  min-height: 34px;
  transition: height .4s; }

textarea.multi-line[id^="newTermParameter"] {
  width: 400px; }

textarea, input:not(.btn):not(.select2-search__field):not([type="checkbox"]), select {
  font-family: inherit !important;
  font-size: 14px !important;
  padding-top: 2px !important;
  padding-bottom: 6px !important;
  height: 34px; }

/* Select2 formatting */
input.select2-search__field {
  max-width: inherit;
  border-radius: 4px;
  border: 1px #CCC solid;
  color: #555 !important;
  font-size: 14px !important; }

span.select2-selection {
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075) !important;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  background-color: white; }

span.select2-selection:not(.doublerow):not(.triplerow) {
  height: 34px !important; }

span.select2-selection.doublerow {
  height: 62px !important; }

span.select2-selection.triplerow {
  height: 90px !important; }

.select2-selection__rendered {
  background-color: white;
  border-radius: 4px; }

div.card-header .select2-selection__rendered {
  border-radius: 0px; }

span.select2-selection > span:first-child {
  padding: 6px 14px !important;
  font-size: 14px !important;
  line-height: 1.4285 !important;
  color: #555 !important; }

li.select2-results__option {
  padding: 0px 10px 0px 15px !important;
  color: #555 !important;
  font-size: 14px !important; }

/* Hide standard dropdown arrow */
select::-ms-expand {
  display: none; }

span.select2-container--disabled span.select2-selection__rendered {
  background-color: #e9ecef; }

/* Select2 multi-select */
li.select2-search--inline > input.select2-search__field {
  width: 490px !important;
  text-align: right;
  font-size: 14px !important;
  color: #555;
  line-height: 32px !important;
  padding: 0px 14px 6px 14px !important;
  line-height: 0px; }

li.select2-search {
  margin-top: -5px; }

ul.select2-selection__rendered {
  font-size: 14pt !important;
  color: #555;
  list-style-type: none; }

span.select2-selection--multiple {
  background-color: white; }

li.select2-selection__choice {
  background-color: #427AA1;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: right;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
  color: white;
  font-size: 14px; }

span.select2-selection__choice__remove {
  padding-right: 5px; }

ul.select2-selection__rendered > li.select2-search--inline:not(:first-child) {
  display: none; }

.select2-results__option[aria-selected=true] {
  display: none; }

/* Line height on details pages */
dt, dd {
  line-height: 30px; }

/* Data table formatting */
table.dataTable {
  font-size: 9pt;
  border-collapse: collapse !important; }

/* multi-line class is required to display line breaks properly */
table.dataTable tbody td.multi-line {
  white-space: pre-line; }

table.dataTable tbody td.multi-line:first-line {
  line-height: 15px !important; }

table.dataTable hr {
  white-space: nowrap; }

table.dataTable thead th {
  vertical-align: middle; }

div.dataTables_length label {
  font-weight: normal;
  font-size: 9pt; }

div.dataTables_filter label {
  font-weight: normal;
  font-size: 9pt; }

.dataTables_wrapper .dataTables_info {
  padding-top: 10px !important;
  font-size: 9pt; }

.dataTables_wrapper .dataTables_paginate {
  padding-top: 10px !important;
  font-size: 9pt; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0px !important; }

table.dataTable tr:not(.termcategory1header):not(.termcategory2header):not(.termnameheader) td:last-child {
  text-align: right; }

.text-left {
  text-align: left; }

.text-center, .text-centre {
  text-align: center; }

/* soften the borders on datatables */
table.no-footer.dataTable {
  border-bottom: 1px solid #dee2e6 !important; }

table.dataTable thead th, table.dataTable thead td {
  border-bottom: 1px solid #dee2e6 !important; }

table.dataTable {
  width: 100% !important; }

table.stripe.dataTable tbody tr.odd.highlightrow, table.display.dataTable tbody tr.odd.highlightrow, table.dataTable tbody tr.highlightrow, tr.highlightrow, table.stripe.dataTable tbody tr.odd.highlightrow:hover, table.display.dataTable tbody tr.odd.highlightrow:hover, table.dataTable tbody tr.highlightrow:hover, tr.highlightrow:hover {
  font-weight: 600;
  background-color: #ECEEF8 !important;
  transition: background-color 0.4s; }

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #FCFCFF !important; }

tr.disabled-row {
  color: #999; }

span.form-notes {
  font-size: 9pt;
  color: #888;
  padding-bottom: 15px;
  display: inline-block; }

a.form-hyperlink {
  font-size: small; }

/* Nav bar */
div.navbar.navbar-dev {
  background-color: yellow;
  border: 0px solid transparent; }

div.navbar-dev a:link {
  color: purple !important;
  text-decoration: none; }

div.navbar-dev a:visited {
  color: purple !important;
  text-decoration: none; }

div.navbar-dev a:hover {
  color: black !important;
  text-decoration: none; }

div.navbar-dev a:active {
  color: purple !important;
  text-decoration: none; }

/*
button.navbar-toggler {
    background-color: #34006d;
    color: white;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler {
    border-color: rgb(255,102,203);
} 
*/
div.devBanner {
  background-color: yellow;
  height: 50px;
  width: 100%;
  text-align: center;
  border: 0px solid transparent;
  font-weight: bold;
  font-size: 20pt;
  color: purple; }

div.navbar.navbar-uat {
  background-color: greenyellow;
  border: 0px solid transparent; }

div.navbar-uat a:link {
  color: purple !important;
  text-decoration: none; }

div.navbar-uat a:visited {
  color: purple !important;
  text-decoration: none; }

div.navbar-uat a:hover {
  color: black !important;
  text-decoration: none; }

div.navbar-uat a:active {
  color: purple !important;
  text-decoration: none; }

div.uatBanner {
  background-color: greenyellow;
  height: 50px;
  width: 100%;
  text-align: center;
  border: 0px solid transparent;
  font-weight: bold;
  font-size: 20pt;
  color: purple; }

div.navbar.navbar-live {
  background-color: #34006D;
  border: 0px solid transparent; }

div.navbar-live a:link {
  color: white !important;
  text-decoration: none; }

div.navbar-live a:visited {
  color: white !important;
  text-decoration: none; }

div.navbar-live a:hover {
  color: white !important;
  text-decoration: none; }

div.navbar-live a:active {
  color: white !important;
  text-decoration: none; }

p.navbar-text {
  color: white;
  margin-left: 0px;
  font-size: 16pt; }

/* navbar */
/*.bg-light {
    background-color: #34006D !important;
}*/
/* navbar */
.bg-dark {
  background-color: #284963 !important; }

div.navbar {
  height: 50px;
  box-shadow: 2px 2px 1px black; }

div.navbar.message {
  height: 50px;
  width: 100%;
  text-align: center;
  border: 0px solid transparent;
  font-size: 20pt;
  border-radius: 4px;
  font-size: 15px;
  opacity: 1;
  max-height: 100px; }

div.modal.modal-message-type-Success div.card-header {
  background-color: #3c763d;
  color: #dff0d8;
  border: 1px #3c763d solid; }

div.modal.modal-message-type-Failure div.card-header {
  background-color: red;
  color: white;
  border: 1px red solid; }

div.modal.modal-message-type-Information div.card-header {
  background-color: pink;
  color: black;
  border: 1px pink solid; }

/*div.modal-body-information {
    background-color: pink;
    color: black;
    border: 1px pink solid;
    padding: 10px;
    margin: -17px -17px 17px -17px;
    text-align: center;
}*/
#messageBox {
  padding: 10px;
  background-color: #112;
  background-image: url("../Images/outlets.png"); }

#messageBox.message-box-fadeout {
  transition: max-height 1s, opacity 1s;
  opacity: 0;
  overflow: hidden;
  max-height: 0px; }

#messageBox.message-box-hidden {
  display: none; }

.nav > li > a:hover, .nav > li > a:focus, .nav > li > a.selected {
  background-color: #0072c6;
  transition: background-color 0.4s; }

.nav > li > a {
  transition: background-color 0.4s; }

li.nav-item.dropdown {
  line-height: 0.5; }

li.nav-item a {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 11px;
  padding-right: 11px; }

li.nav-item a:hover {
  background-color: #7F1F3F;
  border-radius: 4px; }

/* nav item */
.navbar-light .navbar-nav .nav-link:hover {
  color: white;
  border-radius: 4px; }

/* nav item dropdown */
.dropdown-item:hover, .dropdown-item:focus {
  color: white; }

.navbar-nav .nav-link {
  padding-left: 5px; }

div.navbar.fixed-bottom {
  background-color: #1753B5;
  box-shadow: 0px -2px 1px black;
  height: 40px; }

.dropdown-menu {
  background-color: #F8F8FD;
  padding: 0px;
  min-width: 0px;
  border: 1px solid #284963;
  border-radius: 6px; }

/* Make dropdown appear on hover, not just on click - if large screen menu */
@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: -2px;
    background-color: #F8F8FD;
    padding: 0px;
    min-width: 0px;
    border: 1px solid #284963; }
  .dropdown > .dropdown-toggle:active {
    pointer-events: none; }
  /* When in full screen, remove gap between menu item and dropdown to aid mouse hover */
  .dropdown-menu {
    margin-top: -2px; } }

h2 {
  padding-top: 15px; }

input.form-control.text-box.single-line {
  padding-top: 2px;
  padding-bottom: 8px; }

input.form-control {
  color: #555; }

.btn {
  background: #284963;
  color: white !important;
  font-size: 16px;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 4px;
  border: 0px;
  transition: background 0.4s;
  transition: opacity 0.4s; }

button.btn[disabled], a.btn[disabled], input.btn[disabled], button.btn[disabled]:hover, a.btn[disabled]:hover, input.btn[disabled]:hover {
  background: #455;
  opacity: 0.5;
  transition: background 0.4s;
  transition: opacity 0.4s; }

.top-right-btn {
  display: inline;
  text-align: right;
  padding-top: 20px; }

.btn:not([disabled]):hover {
  background: #7F1F3F;
  color: white;
  text-decoration: none;
  transition: background-color 0.4s; }

label.form-control-label {
  font-weight: normal;
  white-space: nowrap; }

label {
  font-size: small; }

label[for] {
  margin-top: 0px;
  margin-bottom: 5px; }

a[disabled="disabled"] {
  color: #CCC;
  pointer-events: none;
  cursor: default; }

a[disabled="disabled"]:hover {
  text-decoration: none; }

input:invalid + span.validity:after {
  content: '✖';
  color: red;
  padding-left: 5px; }

input:valid + span.validity:after {
  content: '✓';
  color: green;
  padding-left: 5px; }

input.datepicker {
  width: 150px; }

/*select.timepicker {
    width: 150px;
}*/
.hiddenvalidation {
  display: none; }

.requiredlabel {
  color: red;
  display: none;
  padding-left: 10px; }

.redborder {
  border-color: red !important;
  border-width: 2px; }

.modal .form-control:not(textarea), .modal .form-control-label {
  line-height: 10px; }

.modal input:not(.select2-search__field) {
  margin-bottom: 5px; }

.visiblevalidation {
  color: red;
  font-size: small; }

.modal .visiblevalidation {
  margin-bottom: 0px;
  margin-bottom: 0px;
  display: block;
  font-size: small; }

.largemodal {
  max-width: 980px; }

.card:not(.modal-content) {
  /* float centrally */
  margin: 10px auto 10px;
  float: none; }

div.card {
  margin-top: 10px;
  margin-bottom: 10px; }

div.card.modal-content {
  background-color: #0072c6 !important;
  background-clip: border-box !important; }

div.card-header {
  font-size: 14pt;
  color: white;
  background-color: #436C89;
  padding-top: 10px;
  padding-bottom: 0px;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
  line-height: 1.5; }

div.card-header.modal-header {
  padding-bottom: 10px; }

div.card-header.no-card-body {
  border-radius: 3px 3px 3px 3px !important;
  margin-bottom: -1px; }

div.card-body {
  border: 1px solid #F8F8FD;
  background-color: #F8F8FD;
  margin-right: -1px;
  margin-left: -1px;
  padding: 15px; }

div.card-body:not(.no-card-footer) {
  border-radius: 0px 0px 0px 0px !important; }

div.card-body.no-card-footer {
  border-radius: 0px 0px 4px 4px !important; }

div.card-footer {
  background-color: #436C89;
  border-radius: 0px 0px 4px 4px !important;
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: -1px; }

body.modal-open {
  z-index: 998; }

span.btn.fileuploadinputgroup {
  border-radius: 4px 0px 0px 4px !important; }

input.fileuploadinputgroup {
  height: 34px !important; }

.fileuploadinputgroup {
  box-shadow: none !important; }

.smalltextbox {
  height: 20px;
  padding-top: 0px;
  font-size: 9pt; }

/* Colour of datatable rows when hovering */
table.dataTable tbody tr.odd:hover {
  background-color: #F2F2F9 !important; }

table.dataTable tbody tr.even:hover {
  background-color: #F2F2F9 !important; }

/* focus */
.select2-container--focus {
  box-shadow: 0px 0px 0px 0.2rem rgba(61, 90, 128, 0.4);
  border-radius: 4px;
  transition: box-shadow 0.1s; }

.form-control:focus {
  box-shadow: 0px 0px 0px 0.2rem rgba(61, 90, 128, 0.4);
  border-color: none; }

.btn:focus, button:not(.navbar-toggler):focus {
  /*box-shadow: 0px 0px 0px 0.2rem rgba(127,31,63,0.4);*/
  box-shadow: none;
  border-color: none; }

button.navbar-toggler:focus {
  outline: none; }

.accentheader {
  background-color: #7F1F3F !important; }

span.goto {
  color: white;
  padding-right: 5px;
  vertical-align: middle; }

table.navbuttons td {
  white-space: nowrap; }

@media (max-width: 400px) {
  table.navbuttons td, table.navbuttons td a {
    font-size: 11pt; } }

@media (max-width: 350px) {
  table.navbuttons td, table.navbuttons td a {
    font-size: 9pt; } }
