﻿@font-face {
    font-family: Barlow;
    src: url(../Font/Barlow/Barlow-Regular.ttf);
}

@font-face {
    font-family: BarlowBold;
    src: url(../Font/Barlow/Barlow-Bold.ttf);
}

:root {
    --primaryColour: #febd27;
    --primaryHover: #5e5952;
    --secondaryColour: #003b79;
    --secondaryHover: #FF5C0A;
    --danger: #D5573B;
    --success: #62A87C;
}

html, body {
    background-color: #FFFFFF;
    color: #333333;
    font-family: Barlow;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

h1 {
    color: #febd27;
    font-size: 10pt;
    font-weight: bold;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.h1 {
    color: #febd27;
    font-size: 10pt;
    font-weight: bold;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.top {
    vertical-align: top;
}


h2 {
    background-color: #febd27;
    color: #FFF;
    font-size: 10pt;
    padding: 10px;
    text-transform: uppercase;
}

h3 {
    background-color: #c0c0c0;
    color: white;
    font-size: 10pt;
    padding: 10px;
    text-transform: uppercase;
    border-radius:3px;

}

hr {
    border-color: #febd27;
    border-style: solid none none;
    border-width: 3px;
    margin: 5px 0;
}

li {
    margin-bottom: 5px;
}

a:hover {
    color: #41AA94;
    text-decoration: none;
}

a {
    color: #67BBA9;
    text-decoration: underline;
    font-size: 16px;
    line-height: 19px;
}

th {
    background-color: #9F9F9F;
    color: #FFFFFF;
    font-size: 8pt;
    font-weight: bold;
    padding: 8px 5px;
    border-color:black;
}

#canvas_top {
    background-image:url(../Logo/logo.png);
    background-repeat:no-repeat;
    background-color:none;

    background-position: 70px;
    height: 50px;
    text-align: right;
    right:0px;
    left:0px;
    position:fixed;
    display: inline-block;
    padding:10px;
    z-index:1000;
    
}

    #canvas_top a {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:12pt;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
    min-width:100px;
    height:30px;
    line-height:30px;
    padding:5px;
    text-align:center;

    }

.center {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.LoginForm {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

    #canvas_top a:hover {
    /*-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c0c0c0), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #c0c0c0 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;*/
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #febd27;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial;
	text-decoration:none;
    background:#febd27;
        }

#canvas_body {
    padding: 15px;
    justify-content: space-evenly;
    display: flex;
    z-index: 100;
    border-style: none none none;
}

.canvas_body {
    padding: 15px;
    justify-content: space-evenly;
    display: flex;
    z-index: 100;
    border-style: none none none;
}

.mainContent {
    padding: 15px;
    border-radius: 3px;
    background: white;
    width: 100%;
    position: relative;
}

#canvas_strip {
    height: 30px;
}

#canvas_bottom {
    position: fixed;
    background-color: #ADADAD;
    font-weight: bold;
    font-size: 12px;
    color: white;
    font-family: Calibri;
    bottom: 0px;
    height: 30px;
    text-align: center;
    right: 0px;
    left: 0px;
    line-height: 30px;
    z-index: 3;
}

#admin_navigation {
    margin-left: 780px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    width: 200px;
    z-index: 1000;
}

    #admin_navigation div {
        background-color: #febd27;
        display: none;
        height: 0;
        opacity: 0;
        text-align: left;
    }

    #admin_navigation a {
        color: #FFFFFF;
    }

.menu_item {
    font-size: 8pt;
}

.hollard_purple {
    background-color: #febd27;
    height:30px;

}

.hollard_blue {
    background-color: #b0c4de;
}

.StandardButton {

    background-color: var(--primaryColour);
    border: 1px solid var(--primaryColour);
    border-radius: 5px;
    cursor: pointer;
    color: #FFFFFF !important;
    font-weight: bold;
    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: var(--primaryColour)!important;
        background: white !important;
        transition: ease-out 500ms;
    }

    .StandardButton:disabled {
        background: #756d64;
        opacity: 0.5;
    }


.SecondaryButton {
    border-radius: 3px;
    color: var(--secondaryColour) !important;
    border: 2px solid var(--secondaryColour) !important;
    background-color: white !important;
    text-decoration: none;
    padding: 5px 8px;
}

    .SecondaryButton:hover {
        background-color: var(--secondaryColour) !important;
        color: white !important;
    }

    .navButton {
        font-family: Arial;
        font-size: 8pt;
        text-decoration: none;
        min-width: 75px;
        height: 30px;
        background: #756d64;
        color: white;
        border: none;
        border-radius: 3px;
        padding-left: 5px;
        padding-right: 5px;
    }

.navButton:hover{

   background:#febd27;
	cursor:pointer;
     transition:ease-out 500ms;
}

.MenuButton{
    height:50px;
    font-family:Arial;
    font-size:15px;
    border:none;
    border-bottom:solid 1px #ededed;
    background:#ffffff;
    width:600px;
    left:0px;
    right:0px;
    padding:0px;
    color: #808080;
    text-align:left;
    padding-left:20px;
    display:inline-block;
}

.MenuButton:hover
{
 background:#756d64;
 color:#FFFFFF;
 cursor:pointer;
 transition:ease-out 250ms;
}

input[type=text], input[type=password], input[type=email], input[type=number] {
   height:25px;
   border-radius:3px;
   border:solid 1px #C0C0C0;
   padding-left:3px;
  
}

input[type="text"]:focus, input[type=password]:focus
{

}

textarea {
   height:20px;
   border-radius:3px;
   border:solid 1px #C0C0C0;
   padding-left:3px;
}

textarea:focus
{
    background: -webkit-linear-gradient(top, #eaeaea , white 50%);
    background: -moz-linear-gradient(top, #eaeaea, white 50%); 
}

select {
 border: 1px solid #c0c0c0;
 padding-left:3px;
 height:42px;
 border-radius:3px;
}

select:focus
{

}


label {
    line-height: 42px;
}


.menu {
    background-color: #808080;
    border-style: none;
    color: #FFFFFF;
    font-size: 8pt;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
 
.pageHeading{
  
  height:30px;
  line-height:30px;
  color: var(--secondaryColour);
  font-family: BarlowBold;
  font-size:16px;
  position:relative;
  top:0px;
  vertical-align:middle;
  padding-left:5px;
  text-align:left;
  font-size:18px;
  width:100%;
  display:inline-block;

}

.pageHeadingGrey {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    position: relative;
    top: 0px;
    vertical-align: middle;
    padding-left: 5px;
    text-align: left;
    width: 100%;
    display: inline-block;
      -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	cursor:pointer;
	color:#333333;
	
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}

.pageHeadingGrey a
{
font-family:Arial;
	font-size:12pt;
        color: #333333;
}
.Text_15{
    font-size:15px;
    color:#2C649C;  
}

.email {
    color: #333333;
    text-decoration: underline;
}

em {
    color: gray;
}

.date {
    color: gray;
}

.indent {
    margin-left: 10px;
}

.small_text {
    font-size: 8pt;
    margin-bottom: 0px;
}

.mouse {
    cursor: pointer;
}

.help {
    cursor: help;
}

.link {
    color: #333333;
    cursor: pointer;
    text-decoration: underline;
}

.menu_item {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 0;
}

    .menu_item a {
        border-style: none;
        font-size: 9pt;
    }

    .menu_item img {
        border: 0;
        height: 16px;
        margin-right: 8px;
        width: 16px;
    }

.form_container {
    border: 2px solid #808080;
    clear: both;
    display: block;
    padding: 20px;
}

.hidden {
    display: none;
}

.unbounded {
    border-style: solid none none;
}

.tab_style_1_normal {
    background-color: #483A90;
    border-style: none;
    color: #DCF0F7;
    font-size: 8pt;
    line-height: 20px;
}

.tab_style_1_active {
    background-color: #483A90;
    border-style: none;
    color: #FFFFFF;
    font-size: 8pt;
    line-height: 20px;
}

.tab_style_2_normal {
    background-color: #19836D;
    border-style: none;
    color: #DCF0F7;
    font-size: 8pt;
    line-height: 20px;
}

.tab_style_2_active {
    background-color: #19836D;
    border-style: none;
    color: #FFFFFF;
    font-size: 8pt;
    line-height: 20px;
}

.tab_style_3_normal {
    background-color: orange;
    border-style: none;
    color: #DCF0F7;
    font-size: 8pt;
    line-height: 20px;
}

.tab_style_3_active {
    background-color: orange;
    border-style: none;
    color: #FFFFFF;
    font-size: 8pt;
    line-height: 20px;
}

.MenuLine {
    height: 30px;
    min-width:100px;
    text-align: center;
   font-family:Arial;
   border:none;
   font-size: 10pt;
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
}


 .MenuLine:hover {
        background-repeat: repeat-x;
        font-family: Tahoma;
        background:#febd27;
        height: 30px;
        text-align: center;
        cursor:pointer;
        color:#FFFFFF;
        transition:ease-out 500ms;
    }


.MenuLine_HL {
    font-weight: bold;
    font-size: 8pt;
    color: #F9F9F9;
    background-repeat: repeat-x;
    font-family: Tahoma;
    background-color: #febd27;
    height: 30px;
    text-align: center;
}


/*-- Update Panel Start --*/
.FreezePaneOff{
    visibility: hidden;
    display: none;
    position: absolute;
    top: -100px;
    left: -100px;
}

.FreezePaneOn{
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: visible;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #666;
    z-index: 1001;
    filter:alpha(opacity=85);
    opacity:0.85;
    padding-top: 20%;
}

.InnerFreezePane{
    text-align: center;
    width: 300px;
    background-color: white;
    color: black;
    font-size: large;
    border: solid 1px black;
    padding: 40px;
}

.word-wrap{
    word-wrap:break-word ;
    white-space: normal; 
    word-break: break-all;
}

 /*-- Update Panel End --*/


 .grid caption {
        text-align:left;
        font-weight:bold;
    }

.grid {
    border: 1px solid #999999;
    padding: 3px;
    text-align: left;
}

.grid-container {
    width:100%;
    overflow: scroll;
}

    .grid th, .grid th > a {
        cursor: pointer;
        color: #333333;
        font-family: Arial;
        font-size: 8pt;
        font-weight: bold;
        text-decoration: none;
        border: none;
        -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
        -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
        box-shadow: inset 0px 1px 0px 0px #ffffff;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
        background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
        background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
        background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
        background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
        background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
        background-color: #ededed;
    }

.grid tr
{
    position:relative;
    height:60px;
    font-weight: normal;
    margin-left:5px;
    padding-left:5px;
    min-width:10px;
    max-width:500px;
    width:auto;
}

.grid td {
  
    padding-right:10px;
    padding-left:5px;
    padding-bottom:10px;
    word-break:break-all;
}

.grid tr:hover
{

}

.grid_selected
{
    background-color: #F0F0F0;
    border: 1px solid #cccccc;
    font-family: Arial;
    font-size: 12px;
    color: #ffffff;
    padding: 3px;
    text-decoration: none;
}

.searchMenuButton{
 height:50px;
 width:50px;
 line-height:50px;
 vertical-align:middle;
 float:left;
 cursor:pointer;
 position:relative;
 z-index:1000;
}
.searchMenuButton:hover{
   border-radius:5px;
   box-shadow:1px 1px 1px #febd27;
}

.searchMenu
{
position:absolute;
min-width:200px;
max-width:300px;
border: solid 1px #C0C0C0;
min-height:50px;
top:70px;
left:20px;
z-index:1000;
background:white;
box-shadow:2px 6px 6px #797373;
}

.searchMenuHeader{
  background-color: #febd27;
  height:50px;
  color:#FFFFFF;
  font-size:15px;
  position:relative;
  top:0px;
  vertical-align:middle;
  padding-left:5px;
  text-align:left;
  font-size:18px;
  background: #febd27;
}

.searchMenuHeaderText {
    font-size:18px;
    color:#FFFFFF;
    line-height:50px;
    position:relative;
    padding-top:15px;
    margin-left:10px;
    /*text-shadow:1px 1px 1px #333333;*/
}

.searchMenuItem
{
    position:relative;
    height:50px;
    right:0px;
    padding-left:20px;
    text-align:left;
    border-style:none;
    border-bottom:solid 1px #F0F0F0;
    font-family:Arial, Helvetica, sans-serif;
    color:#808080;
    font-size:15px;
    vertical-align:middle;
    display:inline-block;
    background:transparent;
    width:100%;
}
.searchMenuItem:hover
{
 background:#756d64;
 color:#FFFFFF;
 cursor:pointer;
 transition:ease-out 250ms;
}

.controlBorder{
    border:none; 
    border-radius:3px;
    border:solid 1px #ededed;
    width:auto;
}

.formBar{
  background-color: #febd27;
  height:50px;
  color:#FFFFFF;
  font-size:15px;
  position:relative;
  top:0px;
  vertical-align:middle;
  padding-left:5px;
  text-align:left;
  font-size:18px;
  /*background: linear-gradient(to bottom,#fff0cd 1%,  #ffd573 20%, #febd27 49%);*/
}

.Text_15_white{
    font-size:15px;
    color:#FFFFFF;
    line-height:50px;
    position:relative;
}

.text_15_blue{
    font-size:15px;
    color:#2C649C;
    position:relative;
}

.favourite
{
       font-family: arial;
        background:#756d64;
        color:white;
        height: 30px;
        text-align: center;
        cursor:pointer;
      
}

.errortext
{
    color:red;
    font-family:Arial;
    font-size:15px;
}

.oktext
{
    color:green;
    font-family:Arial;
    font-size:15px;
}

.stepTable
{
    border:1px solid #dcdcdc;
    width:100%;
    padding:3px;
    text-align:left;
}

.stepTable th
{
    background:#756d64;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
   height:50px;
  
}

.stepTable tr
{
    position:relative;
    height:30px;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #999999;
    margin-left:5px;
    padding-left:5px;
    min-width:10px;
    max-width:500px;
    width:auto;
   
}

.stepTable td {
  
    padding-right:10px;
    padding-left:5px;
    padding-bottom:10px;
    word-break:break-all;
    border:1px solid #dcdcdc;
    padding:3px;
    text-align:left;

}

.stepTable tr:hover
{
    background-color: #F0F0F0;
    border: 1px solid #cccccc;
    font-family: Arial;
    font-size: 12px;
    color: #ffffff;
    padding: 3px;
    text-decoration: none;
     cursor:pointer;
}

.mapPanel{
    border: 1px solid #c0c0c0; 
    position: absolute; 
    z-index:10000;
    background: white; 
    text-align: left;
    right:0px;
    left:0px;
    bottom:0px;
    padding: 0px;
    padding-top: 20px;
    text-align: left;
    border:none;
    margin-left:10px;
    margin-right:10px;
    border-radius:3px;
    overflow:auto;
    bottom:50px;
    top:70px;
    position:fixed;
    right:0px;
    left:0px;

}

.map
{
 position: fixed; 
 z-index:99999;
 height:80%;
 width:100%;
background:#FFFFFF;
}

.footerText{
    font-family:Arial;
    font-size:10pt;
    color:#FFFFFF;
}

.hideColumn
{
    display:none;
}

.modalBackground
{
    background-color:black;
    opacity:0.8;
    z-index:1000;
    position:absolute;
}

.exportButton {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
      min-width:75px;
    height:32px;
    background-image:url('../Images/Excel.bmp');
    background-repeat: no-repeat;
background-position:left 5px center;
padding-left: 25px;
    background-size:16px;
padding-right:5px;
    }

.exportButton:hover{

  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c0c0c0), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #c0c0c0 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
    background-image:url('../Images/Excel.bmp');
    background-repeat: no-repeat;
background-position:left 5px center;
padding-left: 25px;
    background-size:16px;
padding-right:5px;
}

.spinnerOverlay {
    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);
    font-size: 72px;
    color: white;
}

.sidebar-collapsed .main-content .spinnerOverlay {
    width: calc(100vw - 55px);
    margin-left: 55px;
}


.spinnerOverlay i {
    margin: auto;
}


#imgCompanyLogo {
    width: 200px;
}

.PrimaryHeader {
    padding: 0 15px;
    text-align: left;
    font-family: BarlowBold;
    font-size: 40px;
    color: var(--primaryColour);
}

.SecondaryHeader {
    font-family: Barlow;
    font-size: 18px;
    color: var(--primaryColour);
}
INPUT {
    font-size: 16px;
    COLOR: black;
    FONT-FAMILY: BarlowBold;
    BACKGROUND-COLOR: #ffffff;
}

input [type=button], input[type=submit] {
    background-color: var(--primaryColour);
    border: 1px solid var(--primaryColour);
    border-radius: 5px;
    cursor: pointer;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    height: 45px;
    text-align: center;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}

    input[type=button], input[type=submit]:hover {
        color: #ffffff;
        background-color: var(--primaryHover);
        border: 1px solid var(--primaryHover);
    }


    input [type=button], input[type=submit]:disabled {
        color: #EAEAEA;
        background-color: #ADADAD;
        border: 2px solid #ADADAD;
        cursor: default;
    }

input[type=text], input[type=password] {
    height: 42px;
    border: solid 2px #DADADA;
    font-size: 16px;
    border-radius: 5px;
    padding-left: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: Calibri;
}

    input[type=text]:focus, input[type=password]:focus {
        border: solid 2px #ADADAD;
        border-radius: 5px;
    }

#lblMsg {
    color: var(--secondaryColour);
    font-size: 14px;

}

.bottom-page-controls {
    display: flex;
    width: 100%;
    padding-top: 15px;
}

.bottom-page-controls input {
    margin: 0 10px;
}


.nav-button {
    text-decoration: none;
    font-family: Barlow;
    font-size: 14px;
    color: #FFE7AD;
    text-align: center;
    /* width: 45px; */
    padding: 15px;
    margin-left: auto;
    border-radius: 8px;
    border-radius: 8px;
}

    .nav-button:hover {
        color: white;
    }

.main-content {
    margin-left: 230px;
    position: relative;
    transition: 0.5s;
    background-color: #F4F4F4;
    min-height: calc(100vh - 50px);
}

    .main-content .spinnerOverlay {
        width: calc(100vw - 230px);
        margin-left: 230px;
    }

.sidebar-collapsed {
    margin-left: 55px;
    transition: 0.5s;
}

    .sidebar-collapsed .header-wrapper {
        display: none !important;
    }

    .sidebar-collapsed .sidenav {
        width: 55px;
    }

        .sidebar-collapsed .sidenav .nav-item-text {
            display: none;
        }

        .sidebar-collapsed .sidenav .dropdownToggler {
            display: none;
        }
        .sidebar-collapsed .sidenav .side-header {
            display: none;
        }

    .sidebar-collapsed .main-content {
        margin-left: 0px !important;
    }

    .sidebar-collapsed .navbar {
        margin-left: 0px !important;
    }

.main-content {
    margin-left: 230px;
    position: relative;
    transition: 0.5s;
    background-color: #F4F4F4;
    min-height: calc(100vh - 50px);
}

    .main-content .spinnerOverlay {
        width: calc(100vw - 230px);
        margin-left: 230px;
    }

.bg-primary {
    background-color: var(--primaryColour) !important;
}

.navbar {
    height: 50px;
    margin-left: 230px;
    transition: 0.5s;
    z-index: 3;
}

.sidebar-toggler {
    color: #c4b5d5;
}

    .sidebar-toggler:hover {
        color: white;
    }

.navbar .expanded {
}


.dropdown-menu {
    padding: 0 !important;
    color: #ADADAD;
}

    .dropdown-menu .notifications {
        padding: 5px 10px !important;
    }

    .dropdown-menu a {
        width: 100%;
        padding: 15px;
        margin-left: auto;
        height: 100%;
        color: var(--primaryColour);
    }

.user-settings {
    width: 220px;
}

.text-center {
    text-align: center;
}

.dropdown-menu a {
    width: 100%;
    1: center;
    padding: 15px;
    margin-left: auto;
    height: 100%;
    color: var(--primaryColour);
}

    .dropdown-menu a i {
        margin-right: 10px;
    }

    .dropdown-menu a:hover {
        color: white;
        background-color: var(--primaryColour);
    }

.logout {
    color: var(--danger) !important;
}

    .logout:hover {
        color: white !important;
        background-color: var(--danger) !important;
    }

.header-wrapper {
    display: flex;
    border-bottom: 1px solid #F4F4F4;
    padding: 10px 5px;
}

.header {
    margin-left: 15px;
    background-color: #fff;
    display: inline-block;
}

    .header img {
        height: 25px;
    }

.header-text {
    font-size: 14px;
    font-family: Barlow;
    color: var(--primaryColour);
    text-align: end;
}

.side-profile {
    padding-top: 5px;
    font-size: 14px;
    text-align: center;
}

.nav-user-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.DangerLink {
    min-width: 75px;
    line-height: 18px;
    text-align: center;
    border: solid 2px var(--danger);
    color: #FFF !important;
    font-family: BarlowBold;
    text-transform: uppercase;
    background: var(--danger) !important;
    text-decoration: none;
    display: inline-block;
    padding: 8px 5px 8px 5px;
    border-radius: 8px;
}

    .DangerLink:hover {
        background: white !important;
        cursor: pointer;
        text-decoration: none !important;
        color: var(--danger) !important;
        transition: ease-out 500ms;
    }


.popup-div {
    background-color: #EAEAEA;
    border-radius: 5px;
}

.Link {
    min-width: 75px;
    line-height: 18px;
    text-align: center;
    border: solid 2px var(--primaryColour);
    color: #FFF !important;
    font-family: BarlowBold;
    text-transform: uppercase;
    background: var(--primaryColour) !important;
    text-decoration: none;
    display: inline-block;
    padding: 8px 5px 8px 5px;
    border-radius: 8px;
}

    .Link:hover {
        background: white !important;
        cursor: pointer;
        text-decoration: none !important;
        color: var(--primaryColour) !important;
        transition: ease-out 500ms;
    }

    .LinkButton {
        width: 100%;
    }

.AltLink {
    min-width: 75px;
    line-height: 33px;
    text-align: center;
    border: solid 2px var(--secondaryColour);
    color: #FFF!important;
    background: #FFF;
    font-family: BarlowBold;
    text-transform: uppercase;
    background: var(--secondaryColour);
    text-decoration: none;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 8px;
}

    .AltLink:hover {
        background: white;
        cursor: pointer;
        color: var(--secondaryColour)!important;
        transition: ease-out 500ms;
    }

.sub-menu a {
    font-size: 14px!important;
}

.nav-linkbutton {
    text-decoration: none;
    font-family: BarlowBold;
    float: right;
}

.sidenav {
    height: 100%;
    font-family: Barlow;
    width: 230px;
    top: 0;
    left: 0;
    background-color: #fff;
    border-right: 1px solid #F4F4F4;
    position: fixed;
    z-index: 3;
    overflow-x: hidden;
    transition: .5s;
}
.menu-logo {
    display: flex;
    height: 50px;
    padding: 8px 8px 8px 14px;
    align-items: center;
}

.menu-logo a {
    padding: unset!important;
}

    /* The navigation menu links */
    .sidenav a {
        padding: 8px 8px 8px 14px;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        color: #818181;
        display: block;
        white-space: nowrap;
        line-height: 2;
        border-radius: 8px;
        cursor: pointer;
    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover {
            color: #ffffff;
            background-color: var(--primaryColour);
        }

.nav-item-text {
    display: inline-block;
    margin: 0;
}


.sidebar-collapsed .main-content .spinnerOverlay {
    width: calc(100vw - 55px);
    margin-left: 55px;
}

.nav-icon {
    font-size: 1.2rem;
    margin-right: .2rem;
    text-align: center;
    width: 1.6rem;
}

.dropdownToggler {
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.rfq-progress {
    display: flex;
    width: 100%;
    background-color: white;
    justify-content: space-evenly;
    padding-bottom: 15px;
    border-bottom: 2px solid #f2f2f2;
}


.MenuLineText {
    font-family: BarlowBold;
    font-size: 16px;
    text-decoration: none;
    color: #ADADAD;
    background-color: #EAEAEA;
    padding: 8px 25px 8px 15px;
    height: 40px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    position: relative;
}

.MenuLineText:hover {
    color: white;
    background-color: var(--primaryColour);
    cursor: pointer;
}

.MenuItemSelect {
    cursor: default;
    color: white;
    background-color: var(--secondaryColour);
}


.progress-triangle {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 20px solid white;
    border-bottom: 20px solid white;
    border-left: 20px solid transparent;
}

.page-controls {
    float:right;
    display: flex;
    flex-direction:row;
    position: absolute;
    right: 25px;
    margin-top: 10px;
}

.page-controls-left {
    float: left!important;
}

    .page-controls a {
        text-decoration: none;
        padding: 8px 10px;
        margin-left: 5px;
        margin-top: 5px;
        border-radius: 5px;
        font-family: BarlowBold;
        background-color: white;
        border: 1px solid var(--primaryColour);
        color: var(--primaryColour);

    }

        .page-controls a:hover {
            background-color: var(--primaryColour);
            color: white;
        }

    .page-controls .danger {
        background-color: white;
        border: 1px solid var(--danger);
        color: var(--danger);
    }

        .page-controls .danger:hover {
            color: white;
            background-color: var(--danger);
        }

    .page-controls .success {
        background-color: white;
        border: 1px solid var(--success);
        color: var(--success);
    }

        .page-controls .success:hover {
            background-color: var(--success);
            color: white;
        }

.SaveButton {
    padding: 8px 10px;
    text-decoration: none;
    font-family: BarlowBold;
    background-color: white;
    border: 2px solid var(--success);
    color: var(--success);
    margin: 5px 0;
    border-radius: 3px;
}

.SaveButton:hover {
    color: white;
    background-color: var(--success);
}

.TableButton {
    background-color: var(--secondaryColour);
    color: white;
    border: 2px solid var(--secondaryColour);
    padding: 5px 8px;
    text-decoration: none;
    border-radius: 3px;
    font-family: BarlowBold;
}

    .TableButton:hover {
        color: var(--secondaryColour);
        background-color:white;
    }

.DangerButton {
    background-color: var(--danger);
    border: 1px solid var(--danger);
    border-radius: 5px;
    cursor: pointer;
    color: #FFFFFF !important;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    line-height: 45px;
    height: 45px;
    text-align: center;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    padding: 5px 8px;
}

.DangerButton:hover {
    color: var(--danger) !important;
    background-color: white!important;
}

.surrogate-response {
    background-color: #fafad2;

}

.surrogate-response:hover {
    background-color: var(--primaryColour)!important;
}

.product-text {
    padding-left: 10px;
    color: white;
    font-family: Barlow;
    font-size: 18px;
}

.dash-tile {
    font-family: Barlow!important;
}