﻿p {
  color: #313b4b;
  font-weight: 400;
  font: "Ubuntu", sans-serif;
  font-size: 15px; }

h1 {
  font-size: 25px; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 15px;
  text-align: center;
  font-style: italic; }

p.bold {
  font-weight: bold; }

#avatarUsername {
  color: white;
  font-size: 17px;
  text-align: center;
  width: 30px; }

.textLeft {
  text-align: left; }

.textCenter {
  text-align: center; }

.textRight {
  text-align: right; }
  .textRight a {
    float: right; }

.loginError {
  color: #FF6262;
  font-size: 15px;
  text-align: center;
  margin: 0px 0px 10px 0px; }

#loginHeader {
  text-align: center;
  font-size: 25px;
  margin: 0px; }

html, body {
  background: white;
  padding: 0;
  margin: 0;
  font-family: "Ubuntu", sans-serif; }

#topOfPage {
  position: absolute;
  top: 0px;
  height: 0px;
  width: 0px; }

::selection {
  background-color: #2f005a;
  color: white; }

::-moz-selection {
  background-color: #2f005a;
  color: white; }

::-webkit-selection {
  background-color: #2f005a;
  color: white; }

.relativeInline {
  display: inline-block;
  position: relative;
  height: 100%; }

.verticalAlign {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.horizontalAlign {
  margin: 0 auto; }

.horVertAlign {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.horVertAlignHeader {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -75%); }

.content {
  padding-left: 44px;
  margin-top: 40px;
  width: 100%;
  transition: padding 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1; }

.resized {
  padding-left: 270px !important; }

.contentContainer {
  margin: 40px 0px 0px 0px;
  min-height: -moz-calc(100vh - 181px);
  min-height: -webkit-calc(100vh - 181px);
  min-height: calc(100vh - 181px); }

.pageContentContainer {
  margin: 50px 30px 50px 30px;
  padding: 10px;
  min-height: -moz-calc(100vh - 171px);
  min-height: -webkit-calc(100vh - 171px);
  min-height: calc(100vh - 171px); }

.back {
  width: 0;
  height: -moz-calc(100% - 40px);
  height: -webkit-calc(100% - 40px);
  height: calc(100% - 40px);
  background-color: darkgrey;
  opacity: 0;
  position: fixed;
  z-index: 2;
  left: 250px;
  top: 40px;
  overflow: hidden; }

.visible {
  width: calc(100% - 270px) !important;
  height: calc(100% - 40px) !important;
  width: -moz-calc(100% - 270px) !important;
  height: -moz-calc(100% - 40px) !important;
  width: -webkit-calc(100% - 270px) !important;
  height: -webkit-calc(100% - 40px) !important; }

.topBar {
  width: 100%;
  background-color: white;
  height: 40px;
  margin-top: 0px;
  top: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23), 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  font-size: 31px;
  z-index: 99999;
  position: fixed;
  padding: 0px 10px; }

.mainColour {
  fill: #2f005a; }

.topBarIconContainer {
  width: 25px;
  height: 100%; }

.topBarIcon {
  height: 20px;
  width: 20px;
  fill: #b7a654; }

#heading {
  left: 20px;
  color: #313b4b;
  font-size: 25px;
  margin: 0px;
  font-weight: normal !important; }

#burgerMenuContainer {
  width: 25px; }

#headingContainer {
  width: 150px; }

#avatarContainer {
  width: 30px;
  margin-left: 15px; }

#topBarRight {
  float: right;
  right: 8px;
  width: auto;
  height: 100%; }

#avatar {
  width: 30px;
  height: 30px;
  background-color: #2f005a;
  border-radius: 50%;
  display: inline-block;
  right: 8px;
  cursor: pointer; }

#accountDropdown {
  width: auto;
  height: auto;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.26), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
  position: absolute;
  top: calc(40px + 5px);
  right: 20px;
  background-color: white;
  padding: 10px;
  font-size: 20px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s opacity; }
  #accountDropdown ul {
    margin: 0px; }
  #accountDropdown a {
    color: #313b4b; }

#accountDropdown:focus {
  outline: none; }

.dropdownShow {
  visibility: visible !important;
  opacity: 1 !important;
  transition: 0.5s opacity; }

.belowTop {
  min-height: calc( 100% - 40px);
  width: 100%; }

.slimSide {
  top: 40px;
  width: 44px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #2f005a;
  height: -moz-calc(100% - 40px);
  height: -webkit-calc(100% - 40px);
  height: calc(100% - 40px);
  min-width: 44px;
  z-index: 9999;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  position: fixed;
  scrollbar-face-color: black;
  scrollbar-base-color: #2f005a;
  scrollbar-track-color: #2f005a;
  scrollbar-arrow-color: black; }

.expanded {
  width: 270px !important; }

.instantTransition {
  transition: 0s !important; }

.slimSide:hover {
  overflow-y: auto; }

.slimSide::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  background-color: transparent; }

.slimSide::-webkit-scrollbar-thumb {
  background-color: black; }

.slimSide::-webkit-scrollbar-thumb:hover {
  background-color: black; }

.highlighted {
  background-color: #3c0074; }

.menuitem {
  height: 37px;
  overflow: hidden; }

.level2 {
  background-color: #28004d; }

.level3 {
  background-color: #220041; }

.menuitem:hover {
  background-color: #4a008d;
  transition: background-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer; }

.menuicon {
  width: 44px;
  height: 37px;
  float: left;
  position: relative; }

.drop-arrow {
  height: 37px;
  margin-left: calc(270px - 70px); }

.arrow_svg {
  fill: white;
  transform: rotate(-90deg);
  margin-top: 12px;
  transition: transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  height: 10px;
  width: 10px; }

.arrowDown {
  transform: rotate(0deg) !important; }

.rotateArrowDown {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

#menuArrow {
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.menuname {
  min-width: 150px;
  position: relative;
  margin-left: 44px;
  height: 100%; }

.menuText {
  position: absolute;
  display: block;
  color: white;
  top: 50%;
  transform: translateY(-50%);
  margin: 0; }

.menu_svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: white;
  display: block;
  width: 25px;
  height: 20px; }

#studynoContainer {
  width: 300px;
  z-index: 200; }

#studyNo {
  color: #313b4b;
  margin: 0px;
  width: 300px;
  height: 30px; }

#studySelection {
  color: #313b4b;
  margin: 0px;
  width: 300px;
  height: 30px; }

.goButton {
  background-color: #2f005a;
  radius: 5px;
  color: white;
  height: 30px;
  width: auto;
  padding: 5px 0px;
  font-size: 15px;
  border: none; }

.selectize-control .option.active {
  display: block;
  background-color: #2f005a;
  color: white; }

.selectize-control {
  height: 39px; }

.selectize-input {
  height: 30px;
  width: 300px;
  padding: 5px !important; }

.dropdown-active {
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.26), 0 10px 20px 0 rgba(0, 0, 0, 0.19) !important; }

.selectize-dropdown {
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.26), 0 10px 20px 0 rgba(0, 0, 0, 0.19) !important; }

.control-group {
  width: 300px; }

select.decorated option:hover {
  box-shadow: 0 0 10px 100px #2f005a inset; }

.selectize-control {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 300px; }
  .selectize-control .selectize-input {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none !important; }

#footer {
  height: 71px;
  background: #313b4b;
  transition-speed: 0.3s !important; }
  #footer .row {
    margin: 10px 0px 0px 0px; }
  #footer p {
    color: white;
    font-size: 12px; }
  #footer a {
    color: white;
    transition: color 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
  #footer a:hover {
    color: #2f005a; }

#footerButtonArrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: white;
  display: block;
  width: 35px;
  height: auto; }

.footerButton {
  background-color: #2f005a;
  position: absolute;
  bottom: -16px;
  right: calc(50% - 28px);
  transition: background-color 0.3s; }
  @media screen and (max-width: 1025px) {
    .footerButton {
      display: none; } }

.footerButton:hover {
  background-color: #3c0074; }

#loading {
  animation: spin 0.8s ease infinite;
  position: absolute;
  top: calc(30% - 25px);
  left: calc(50% - 20px);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }

.errorImage {
  width: 100%;
  margin: 20px 0px; }

.errorContainer {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.svgColor1 {
  fill: #2f005a; }

.svgColor2 {
  fill: #333333; }

.svgColor3 {
  fill: #b7a654; }

.svgBlack {
  fill: #313b4b; }

.svgWhite {
  fill: white; }

.svgSubtleBlue {
  fill: #b7a654; }

.svgRed {
  fill: red; }

.svgGreen {
  fill: green; }

.svgYellow {
  fill: yellow; }

.svg {
  transform: scaleY(-1); }

.clickMe {
  cursor: pointer; }

.Pagebody {
  margin-left: auto;
  margin-right: auto;
  /*border: 1px solid #aaaaaa;*/
  color: #333333; }

.StickyNote {
  background: #F0F0F0 url(StickyNote.jpg) center -20px no-repeat;
  margin: 0 0 10px 0;
  padding: 5px 10px;
  border: #FC6 1px solid;
  background-color: #FFEBAD;
  text-indent: 10px; }

.LoginView {
  /*background-image: url(LoginView.jpg);*/
  text-align: right;
  background-color: white; }

#page {
  background-color: white;
  width: 100%;
  /*border-top: 10px  #FF9900 solid; 	border-bottom: 5px #FF9900 solid; 	border-left: 10px #FF9900 solid; 	border-right : 10px #FF9900 solid;*/
  /*margin: 0 auto;*/
  display: table;
  padding-bottom: 0px;
  padding-top: 0px; }

#ColourBar {
  background-color: #333333;
  display: block;
  height: 10px;
  width: 100%;
  margin: 0px 0 0 0; }

#ColourBar2 {
  background-color: #ADDAFF;
  display: block;
  height: 8px;
  width: 100%;
  margin: 0px 0 0 0; }

#ColourBar3 {
  background-color: #363436;
  display: block;
  height: 9px;
  width: 100%;
  margin: 0px 0 0 0; }

a {
  color: Blue;
  text-decoration: none; }

a:hover {
  color: Blue;
  text-decoration: underline; }

/* Small footer text */
.footertext {
  color: #11A71F;
  font-size: x-small; }

/* Header styles */
/*
Link CSS order is important: 
Link -> Visited -> Hover -> Active (LVHA)
To remember think: "LoVe HAte"
*/
a:link, .ui-Content a:link, .ui-ContentL a:link {
  color: #0000FF;
  text-decoration: none; }

a:visited, .ui-Content a:visited, .ui-ContentL a:visited {
  color: #0066FF;
  text-decoration: none; }

.a:hover, .ui-Content a:hover, .ui-ContentL a:hover {
  color: #0066FF;
  text-decoration: underline; }

.a:active, ui-Content a:active, .ui-ContentL a:active {
  color: #33CCFF;
  text-decoration: none; }

.hideThis {
  display: none; }

.GridView {
  width: 100%;
  background: #D8D8D8;
  /*Makes every odd row a lighter color */
  margin: 5px 0 10px 0;
  border: solid 1px #525252;
  border-collapse: collapse;
  font-family: Verdana;
  font-size: 14px;
  color: #313b4b; }

.GridView td {
  padding: 4px;
  border: solid 1px #c1c1c1;
  color: #333366;
  text-align: left; }

.GridView th {
  padding: 4px 3px;
  color: #fff;
  background: #313b4b;
  /*Grid headers*/
  font-size: 14px;
  font-weight: bold;
  text-align: left; }

.GridView th a {
  color: #fff !important;
  text-decoration: none; }

.GridView .alt {
  background: #ffffff; }

/*Makes every second row white */
.GridView .pgr {
  background: #878585; }

.GridView .pgr table {
  margin: 5px 0;
  width: 50px; }

.GridView .pgr td {
  border-width: 0;
  padding: 0 6px;
  border-left: solid 1px #666;
  font-weight: bold;
  color: #fff;
  line-height: 12px; }

.GridView .pgr a {
  color: #666 !important;
  text-decoration: none; }

.GridView .pgr a:hover {
  color: #000;
  text-decoration: none; }

.GridView .FooterStyle {
  background-color: #eedddd;
  color: #330033;
  text-align: right;
  font-weight: bold; }

.ViewButtons {
  color: #fff;
  background: #424242;
  font-size: 1.0em;
  border: solid 1px #525252;
  border-collapse: collapse;
  height: 24px; }

.DocTrackHeader {
  background: #2f005a;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: white;
  height: 45px;
  border-radius: 0;
  padding: 0; }

.pageHeader {
  background: #333333;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: white;
  height: 45px;
  position: relative;
  margin-bottom: 10px; }

.DocTrackHeaderLeft {
  background: #333333;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  color: white;
  height: 25px; }

.DocTrackFilterPanel {
  /*border-right: white thick solid; 	border-top: white thick solid; 	border-left: white thick solid; 	border-bottom: white thick solid; 	width: 100%;*/
  background: #F2F2F2; }

/*.DocTrackFilterPanel td.padded
{
	padding: 0px;
}*/
.DDLSmall {
  width: 50px; }

.DDL {
  width: 200px; }

.DDLMedium {
  width: 220px; }

.DDLLarge {
  width: 340px; }

.DDLFull {
  width: 100%; }

.SmallTxtBox {
  width: 45px; }

.TxtBox {
  width: 195px; }

.DateTxtBox {
  width: 155px; }

.TxtBoxWithCurrencyPrefix {
  width: 165px; }

.TxtBoxLarge {
  width: 295px; }

.FAQheader {
  font-family: Arial, Sans-Serif;
  color: #004434;
  font-weight: normal;
  font-size: 1.4em;
  margin-top: 22px; }

.FAQquestion {
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  cursor: pointer;
  background-color: white;
  font-family: Verdana; }

.FAQanswer {
  display: none;
  visibility: hidden;
  background-color: white;
  font-family: Verdana;
  color: #004434;
  margin-left: 10px;
  margin-top: 9px;
  width: 480px; }

.LabelBg {
  background-color: Lime;
  margin-bottom: 0px;
  width: 100%; }

.ReasonLbl {
  font-size: larger;
  font-weight: bold;
  color: White; }

.button300 {
  border-radius: 0;
  width: 300px;
  border: 0;
  height: 29px;
  background-color: #2f005a;
  cursor: pointer;
  font-size: 1em;
  font-weight: 400;
  color: white !important;
  text-align: center;
  font-family: "Ubuntu", sans-serif !important;
  display: inline-block; }

.button300 input {
  width: 100%;
  height: 100%; }

.button300:hover {
  background-color: #4a008d; }

.button250 {
  border-radius: 0;
  width: 250px;
  border: 0;
  height: 29px;
  background-color: #2f005a;
  cursor: pointer;
  font-size: 1em;
  font-weight: 400;
  color: white !important;
  text-align: center;
  font-family: "Ubuntu", sans-serif !important;
  display: inline-block; }

.button250 input {
  width: 100%;
  height: 100%; }

.button250:hover {
  background-color: #4a008d; }

.button200 {
  border-radius: 0;
  width: 200px;
  border: 0;
  height: 29px;
  background-color: #2f005a;
  cursor: pointer;
  font-size: 1em;
  font-weight: 400;
  color: white !important;
  text-align: center;
  font-family: "Ubuntu", sans-serif !important;
  display: inline-block; }

.button200 input {
  width: 100%;
  height: 100%; }

.button200:hover {
  background-color: #4a008d; }

.button175 {
  border-radius: 0;
  width: 175px;
  border: 0;
  height: 29px;
  background-color: #2f005a;
  cursor: pointer;
  font-size: 1em;
  font-weight: 400;
  color: white !important;
  text-align: center;
  font-family: "Ubuntu", sans-serif !important;
  display: inline-block; }

.button175 input {
  width: 100%;
  height: 100%; }

.button175:hover {
  background-color: #4a008d; }

.button150 {
  border-radius: 0;
  width: 150px;
  border: 0;
  height: 29px;
  background-color: #2f005a;
  cursor: pointer;
  font-size: 1em;
  font-weight: 400;
  color: white !important;
  text-align: center;
  display: inline-block;
  font-family: "Ubuntu", sans-serif !important; }

.button150 input {
  width: 100%;
  height: 100%; }

.button150:hover {
  background-color: #4a008d; }

.button150-inverse {
  border-radius: 0;
  width: 150px;
  border: 0;
  height: 29px;
  background-color: #333333;
  cursor: pointer;
  font-size: 1em;
  font-weight: 400;
  color: white !important;
  text-align: center;
  display: inline-block;
  font-family: "Ubuntu", sans-serif !important; }

.button150-inverse input {
  width: 100%;
  height: 100%; }

.button150-inverse:hover {
  background-color: #4d4d4d; }

.button100 {
  border-radius: 0;
  width: 100px !important;
  border: 0;
  height: 29px !important;
  background-color: #2f005a;
  cursor: pointer;
  font-size: 1em;
  font-weight: 400;
  color: white !important;
  text-align: center;
  font-family: "Ubuntu", sans-serif !important;
  display: inline-block; }

.button100 input {
  width: 100%;
  height: 100%; }

.button100:hover {
  background-color: #4a008d; }

.button100selected {
  border-radius: 0;
  width: 100px !important;
  border: 0;
  height: 29px !important;
  background-color: #7f00f3;
  cursor: pointer;
  font-size: 1em;
  font-weight: 400;
  color: white !important;
  text-align: center;
  font-family: "Ubuntu", sans-serif !important;
  display: inline-block;
  padding: 4px; }

.button100paging {
  border-radius: 0;
  width: 100px !important;
  border: 0;
  height: 29px !important;
  background-color: #2f005a;
  cursor: pointer;
  font-size: 1em;
  font-weight: 400;
  color: white !important;
  text-align: center;
  font-family: "Ubuntu", sans-serif !important;
  display: inline-block;
  padding: 4px; }

.button100paging:hover {
  background-color: #4a008d; }

.button75 {
  border-radius: 0;
  width: 75px;
  border: 0;
  height: 29px;
  background-color: #2f005a;
  cursor: pointer;
  font-size: 1em;
  font-weight: 400;
  color: white !important;
  text-align: center;
  font-family: "Ubuntu", sans-serif !important;
  display: inline-block; }

.button75 input {
  width: 100%;
  height: 100%; }

.button75:hover {
  background-color: #4a008d; }

.buttonInside {
  height: 18px;
  fill: white;
  width: 20px; }

.TableBorder {
  border-right: #313b4b thin solid;
  border-top: #313b4b thin solid;
  border-left: #313b4b thin solid;
  border-bottom: #313b4b thin solid;
  border-right-color: silver;
  border-top-color: silver;
  border-left-color: silver;
  border-bottom-color: silver;
  width: 290px; }

.ConsortLabel {
  font-family: Verdana;
  font-size: small;
  font-weight: bold;
  height: 25px; }

.ConsortHeaderLabel {
  font-family: Verdana;
  font-size: small;
  font-weight: bold;
  color: White;
  background-color: #313b4b;
  height: 30px; }

.ConsortPREHeaderLabel {
  font-family: Verdana;
  font-size: small;
  font-weight: bold;
  color: White;
  background-color: Red;
  height: 30px; }

.ConsortRandomisedHeaderLabel {
  font-family: Verdana;
  font-size: small;
  font-weight: bold;
  color: White;
  background-color: Maroon;
  height: 30px; }

.ConsortRandHeaderLabel {
  font-family: Verdana;
  font-size: small;
  font-weight: bold;
  color: White;
  background-color: Blue;
  height: 30px; }

.Consort4weeksHeaderLabel {
  font-family: Verdana;
  font-size: small;
  font-weight: bold;
  color: White;
  background-color: #363436;
  height: 30px; }

.ConsortAltStyle {
  background-color: #E3E3E3;
  height: 25px; }

.siteTitle a {
  text-decoration: none;
  display: block;
  font-family: Verdana;
  letter-spacing: 0;
  color: #fff;
  font-size: 1.45em;
  font-weight: bold;
  padding-top: 10px; }

.tagline {
  border-top: 1px solid #fff;
  display: inline;
  font-size: 1em; }

.Menu ul {
  background: #7795BD; }

.Menu ul li {
  background: #7795BD url(menu_bg.gif) repeat-x;
  text-align: center;
  /* set width if needed.*/
  width: 200px; }

.Menu ul li a {
  color: #313b4b;
  padding: 4px 2px 4px;
  padding-left: 8px !important;
  border: 1px solid #648ABD;
  border-bottom: 0; }

.Menu ul li a:hover {
  background-image: none; }

.Menu ul li a:hover {
  color: White; }

.Menu ul li a {
  color: #313b4b; }

.ui-Content {
  border: 2px solid #aaaaaa;
  /*background: #C9C9C9 url(images/ui-bg_inset-soft_50_c9c9c9_1x100.png) 50% bottom repeat-x;*/
  color: #333333; }

.ui-Content a {
  color: #333333; }

.ui-ContentL {
  border: 2px solid #aaaaaa;
  /*background: #F7FBFC url(images/ui-bg_inset-soft_50_c9c9c9_1x100.png) 50% bottom repeat-x;*/
  color: #333333; }

.ui-ContentL a {
  color: #333333; }

.ui-Header {
  border: 2px solid #aaaaaa;
  /*background: #DEDEDE url(images/ui-bg_glass_35_dddddd_1x400.png) 50% 50% repeat-x;*/
  background: #F7FBFC;
  color: #444444; }

.ui-HeaderNoImage {
  border: 2px solid #aaaaaa;
  /*background: #DEDEDE;*/
  background: #F7FBFC;
  color: #444444; }

.ui-Header a {
  color: #444444; }

.ForumLabel {
  width: 150px;
  font: Arial, Sans-Serif;
  font-size: 12px;
  color: #313b4b;
  background-color: transparent;
  text-align: right; }

.ForumInput {
  width: 200px;
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  text-align: left;
  color: #313b4b;
  background-color: transparent;
  font-weight: bold; }

.errors p {
  margin: 0; }

.errors p em {
  color: #C00;
  font-style: normal;
  font-weight: bold;
  background: Yellow; }

.DocTrackerLabel {
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #313b4b;
  height: 25px; }

.TableBorderBlack {
  border-right: #313b4b thin solid;
  border-top: #313b4b thin solid;
  border-left: #313b4b thin solid;
  border-bottom: #313b4b thin solid;
  border-right-color: silver;
  border-top-color: silver;
  border-left-color: silver;
  border-bottom-color: silver; }

div.form-container input:focus, div.form-container select:focus, div.form-container textarea:focus {
  background-color: #FFC;
  border-color: #FC6; }

.errors {
  margin: 0 0 10px 0;
  text-align: left;
  padding: 5px 10px;
  border: #FC6 1px solid;
  background-color: #FFEBAD;
  text-indent: 10px; }

.DataFormMainHeader {
  height: 30px;
  background-color: #244364;
  font-size: medium;
  color: White;
  font-weight: bold;
  padding-left: 10px; }

.DataFormSubHeader {
  height: 20px;
  background-color: #C7C7C7;
  font-size: small;
  color: #313b4b;
  padding-left: 10px; }

.LargeTxtBox {
  width: 300px; }

.valSummaryContainerFail {
  width: 400px;
  margin: 10px;
  border: 1px solid #DB1401;
  background-color: #FFE6E6; }

.valSummaryTextContainerFail {
  padding: 10px; }

.valSummaryTextFail {
  colour: Red; }

.formResultContainerPass {
  width: 400px;
  margin: 10px;
  border: 1px solid #26AB00;
  background-color: #E3FFDB; }

.formResultTextContainerPass {
  padding: 10px; }

.formResultTextPass {
  colour: #0C5B00; }

.tableBaseRowLine {
  border-bottom: 1px solid #CCCCCC; }

.copyright {
  font-size: .7em;
  padding-top: 5px; }

.menu.side h4 {
  margin: 0 0 10px 0;
  font-size: 0.9em;
  color: #666; }

.menu.side ul {
  margin: 0;
  padding: 0; }

.menu.side li {
  margin-bottom: 10px; }

/* styling taken from http://border-radius.com/ */
/* CSS rounding will not work in IE8 because it does not support CSS3 (it's only 2.1) */
.roundLeftTop {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px; }

.roundLeftBottom {
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px; }

.roundRightTop {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px; }

.roundRightBottom {
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px; }

.opalColour1 {
  background-color: #1668B2;
  /* Dark Blue */ }

.opalColour2 {
  background-color: #07A79D;
  /* Turcoise */ }

.opalColour3 {
  background-color: #7DC243;
  /* Green */ }

#ui-datepicker-div {
  display: none; }

.Popup-Background {
  background-color: #313b4b;
  filter: alpha(opacity=90);
  opacity: 0.4; }

.popup-panel {
  padding: 5px;
  border-spacing: 0px; }

.Popup {
  background-color: #F3F3F3;
  border-width: 3px;
  border-style: solid;
  border-color: #313b4b;
  padding: 10px;
  max-height: 700px;
  max-width: 900px;
  width: 500px;
  overflow: scroll; }

.error404 {
  height: auto;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%; }

.errorContainer {
  width: 70%; }

.errorBoard {
  position: relative;
  height: 407px;
  width: 548px; }

.errorImage {
  position: absolute;
  left: 0;
  top: 0;
  height: 407px;
  width: auto; }

#errorDark {
  opacity: 0; }

#errorLight {
  opacity: 1;
  animation: myFadeinin 1.5s; }

@keyframes myFadeout {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes myFadeinin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes myFadeinout {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.iconBorder {
  border: solid 1px #313b4b;
  border-radius: 2px;
  margin: 4px;
  padding: 2px 2px 2px 10px; }

.ui-accordion-header {
  background: #313b4b;
  text-align: center;
  height: 35px;
  padding-left: 0px !important;
  padding-right: 0px !important; }

.ui-accordion .ui-accordion-content {
  padding: 0; }

.DocTrackerLabelsetwidth {
  font-family: "Ubuntu", sans-serif;
  font-size: small;
  font-weight: bold;
  color: #313b4b;
  height: 25px;
  width: 250px; }

.DocTrackHeaderDash {
  font-family: "Ubuntu", sans-serif;
  background: #313b4b;
  color: white;
  font-weight: bold;
  font-size: 17px;
  height: 25px;
  vertical-align: middle; }

[type="checkbox"]:checked + .whiteCheckbox:before {
  border-right: 2px solid white !important;
  border-bottom: 2px solid white !important; }

.image-hover:hover {
  opacity: 0.7; }

.table-border-cancel tr td {
  border: 0px; }

.border-bottom {
  border-bottom: 1px black solid !important; }

.button-people-opener {
  border: none;
  min-height: 60px;
  min-width: 50px;
  background-color: transparent;
  cursor: pointer; }

.button-people-opener:hover {
  background-color: black;
  color: white; }

.button-disabled {
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #333333;
  padding: 6px;
  width: 93px !important;
  margin: 5px 5px 5px 5px;
  background-color: darkgray;
  color: white; }

/*#region Grid - vertical text*/
.rotated-text {
  display: inline-block;
  overflow: hidden;
  width: 20px; }

.rotated-text__inner {
  display: inline-block;
  white-space: nowrap;
  /* this is for "non IE" browsers that dosn't support writing-mode */
  -webkit-transform: translate(1.1em, 0) rotate(90deg);
  -moz-transform: translate(1.1em, 0) rotate(90deg);
  -o-transform: translate(1.1em, 0) rotate(90deg);
  transform: translate(1.1em, 0) rotate(90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  /* IE9+ */
  -ms-transform: none;
  /* IE8+ */
  -ms-writing-mode: tb-rl;
  /* IE7 and below */
  *writing-mode: tb-rl; }

.rotated-text__inner:before {
  content: "";
  float: left;
  margin-top: 100%; }

.container {
  float: left;
  padding-left: 30%; }

.GridView verticaltextS tbody tr th {
  background-color: red;
  width: 20px; }

.fieldset {
  border: 2px lightgrey ridge; }

.txtWide {
  width: 250px; }

.ddl {
  width: 250px; }

.txt-disabled {
  background-color: #EBEBEB;
  width: 250px;
  cursor: not-allowed;
  height: 34px;
  padding: 6px 12px;
  color: #555;
  border-radius: 4px;
  border: 1px solid #ccc; }

.HeaderBarThreshold {
  background-color: #F8F8F8;
  font-size: 12px; }

.HeaderBarThreshold p {
  margin-top: 0px; }

.HeaderBarThreshold:hover {
  background-color: #FCFCFC; }

.LitContentWrapper {
  vertical-align: top;
  padding: 5px;
  margin: 5px;
  width: 70%; }

.width-full {
  width: 100%; }

.align-top {
  vertical-align: top; }

.background-basic-light {
  background-color: #F8F8F8; }

.news-header {
  /*font-family: Arial, Sans-Serif;*/
  font-size: 22px;
  font-weight: bold;
  color: #313b4b;
  font-weight: bold; }

.float-right {
  float: right; }

.button-more-news {
  /*background-color: green;*/
  color: white; }

.news-date {
  color: gray;
  padding-bottom: 4px;
  vertical-align: central; }

.news-content-title {
  color: #313b4b; }

.component-margin {
  margin-bottom: 10px; }

.news-font-large {
  font-size: 28px; }

/*#region ACCORDION*/
.accordion-header {
  background-color: #313b4b;
  color: white;
  border: 1px solid #313b4b;
  font-weight: bold;
  height: 35px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  margin-top: 2px;
  margin-bottom: 2px; }

.accordion-header:hover {
  cursor: pointer; }

.accordion-contents {
  color: #313b4b;
  padding: 7px;
  background-color: whitesmoke;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 1px solid #313b4b;
  border-left: 1px solid #313b4b;
  border-bottom: 1px solid #313b4b;
  margin-bottom: 2px; }

.accordion-selected-header {
  background-color: #313b4b;
  color: white;
  height: 35px;
  line-height: 30px;
  border-top: 1px solid #313b4b;
  border-left: 1px solid #313b4b;
  border-right: 1px solid #313b4b;
  font-weight: bold;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: 2px; }

.accordion-main {
  font-size: large;
  width: 100%; }

/*#endregion*/
/*#region USER DETAILS*/
.ddl {
  width: 200px; }

.txt {
  width: 197px; }

.vertical-align-top {
  vertical-align: top; }

.user-details-column-1 {
  width: 223px; }

.watermark {
  color: black; }

/*#endregion*/
/*#region PopUp*/
/*
.popup-background {
	background-color: black;
	filter: alpha(opacity=90);
	opacity: 0.4;
}

.popup-panel {
	padding: 5px;
	border-spacing: 0px;
	font-weight: normal;
}

.popup {
	background-color: #F3F3F3;
	border-width: 3px;
	border-style: solid;
	border-color: black;
	padding: 10px;
	max-width: 900px;
}*/
/*#endregion*/
/*#region Tabs*/
.tab-style .ajax__tab_header {
  display: block;
  color: black !important; }

.tab-style .ajax__tab_header .ajax__tab_outer {
  border-color: #313b4b;
  color: black !important;
  border-top: solid 1px #313b4b;
  border-right: solid 1px #313b4b;
  border-left: solid 1px #313b4b;
  border-bottom: solid 1px #F0F0F0;
  text-align: center;
  margin-right: 3px;
  font-size: 14px;
  background-color: #EBEBEB; }

.tab-style .ajax__tab_header .ajax__tab_inner {
  color: black;
  padding: 5px 5px 5px 5px; }

.tab-style .ajax__tab_active .ajax__tab_outer {
  margin-bottom: -10px;
  border-top: 1px solid #272f3c;
  border-left: 1px solid #272f3c;
  border-right: 1px solid #272f3c;
  border-bottom: 2px solid #f8f8f8;
  text-align: center;
  background-color: #f8f8f8; }

.tab-style .ajax__tab_header .ajax__tab_outer a {
  color: black !important;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px; }

.tab-style .ajax__tab_header .ajax__tab_outer a:hover {
  text-decoration: underline !important; }

.tab-style .ajax__tab_body {
  border-right: solid 1px #272f3c;
  border-left: solid 1px #272f3c;
  border-bottom: solid 1px #272f3c;
  border-top: solid 1px #272f3c;
  min-height: 150px;
  background-color: #f8f8f8;
  padding: 5px; }

/*#endregion*/
.grid-sub-header {
  background-color: #b8b8b8;
  font-weight: bold;
  border-bottom: solid 1px #272f3c; }

.GridView td {
  border: none; }

.checkbox-override input {
  position: relative !important;
  left: 0px !important;
  opacity: 1 !important; }

.mobileInput {
  display: inline;
  width: 200px; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] {
  cursor: not-allowed; }

.form-inline {
  display: inherit; }

.noHeightRow td {
  padding: 1px;
  width: auto; }

.noHeightRow table {
  width: auto; }

.checkbox label {
  font-weight: normal;
  font-family: "Ubuntu", sans-serif;
  color: #333;
  font-size: 14px; }

.ui-datepicker-trigger {
  height: 22px;
  width: auto;
  cursor: pointer; }

.data-item-input-date {
  height: 34px;
  width: 173px;
  padding: 6px 12px;
  color: #555;
  border-radius: 4px;
  border: 1px solid #ccc; }

.ui-datepicker {
  border-width: 0;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.26), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
  width: 18.5rem;
  background-color: white;
  border-radius: 2px; }
  @media (max-width: 480px) {
    .ui-datepicker {
      width: 17rem; } }
  .ui-datepicker .ui-corner-all {
    border-radius: 0; }
  .ui-datepicker .ui-datepicker-header {
    background: #333333;
    padding: 15px 5px;
    border-width: 0; }
  .ui-datepicker .ui-datepicker-next {
    float: right !important; }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    cursor: pointer;
    top: 10px;
    font-weight: normal !important; }
    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
      background: transparent;
      width: 0px;
      height: 0px;
      border-width: 5px 9px;
      border-style: solid;
      border-color: transparent;
      margin-top: 0;
      top: 32%;
      display: inline !important; }
  .ui-datepicker .ui-datepicker-prev:hover,
  .ui-datepicker .ui-datepicker-next:hover {
    background: transparent !important;
    border: none;
    text-style: none; }
  .ui-datepicker .ui-datepicker-prev span {
    color: white;
    margin-bottom: 10px; }
  .ui-datepicker .ui-datepicker-next span {
    color: white;
    margin-bottom: 10px; }
  .ui-datepicker .ui-datepicker-title {
    text-shadow: none; }
    .ui-datepicker .ui-datepicker-title select {
      border: 0;
      height: 27px;
      width: 45%;
      width: calc(49% - 5px);
      font-family: "Ubuntu", sans-serif;
      color: #313b4b;
      padding-left: 5px; }
      .ui-datepicker .ui-datepicker-title select:focus {
        outline: none; }
    .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
      margin-right: 5px; }
    .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
      margin-left: 5px; }
  .ui-datepicker table {
    width: 100%;
    font-family: "Ubuntu", sans-serif; }
  .ui-datepicker .ui-datepicker-calendar {
    width: 100%;
    padding: 0px 10px; }
  .ui-datepicker td:hover {
    background-color: #EBEBEB; }
  .ui-datepicker .ui-datepicker-calendar td {
    text-align: center !important;
    padding: 10px 5px !important;
    transition: background-color 0.3; }
    .ui-datepicker .ui-datepicker-calendar td a {
      color: #313b4b; }
  .ui-datepicker .ui-datepicker-current-day {
    background-color: #2f005a !important; }
    .ui-datepicker .ui-datepicker-current-day a {
      color: white !important; }
  .ui-datepicker .ui-datepicker-calendar th {
    text-align: center !important; }
  .ui-datepicker .ui-datepicker-close {
    display: none; }
  .ui-datepicker .ui-datepicker-buttonpane {
    border-top: 1px solid #EBEBEB;
    padding: 10px 5px; }
  .ui-datepicker .ui-datepicker-current {
    border: none !important;
    background-color: white !important;
    color: #313b4b;
    transition: color 0.3s; }
  .ui-datepicker .ui-datepicker-current:hover {
    color: #2f005a; }
  .ui-datepicker .ui-state-default {
    border: none !important;
    background: none !important;
    font-weight: normal !important; }

.popup-background {
  background-color: #313b4b;
  filter: alpha(opacity=90);
  opacity: 0.4; }

.popup-panel {
  padding: 5px;
  border-spacing: 0px; }

.popup {
  background-color: #F3F3F3;
  border-width: 3px;
  border-style: solid;
  border-color: #313b4b;
  padding: 5px;
  max-height: 800px;
  min-width: 500px; }

.overflow {
  max-height: 800px;
  overflow: auto; }

.txt {
  width: 161px; }

.ddl {
  width: 165px; }

.fpl {
  width: 144px; }

.local-control {
  width: 200px; }

.border-bottom {
  border-bottom: 1px solid black; }

.border-left {
  border-left: 1px solid black; }

.border-right {
  border-right: 1px solid black; }

.border-top {
  border-top: 1px solid black; }

.header-background {
  background-color: #D9D9D9; }

.margin-left-table {
  margin-left: -5px; }

/*#region Pop Up*/
.popup-background {
  background-color: black;
  filter: alpha(opacity=90);
  opacity: 0.4; }

.popup-panel {
  padding: 5px;
  border-spacing: 0px; }

.popup {
  background-color: #F3F3F3;
  border-width: 3px;
  border-style: solid;
  border-color: black;
  padding: 10px; }

/*#endregion*/
/*#region Grid - vertical text*/
.rotated-text {
  display: inline-block;
  overflow: hidden;
  width: 20px; }

.rotated-text__inner {
  display: inline-block;
  white-space: nowrap;
  /* this is for "non IE" browsers that dosn't support writing-mode */
  -webkit-transform: translate(1.1em, 0) rotate(90deg);
  -moz-transform: translate(1.1em, 0) rotate(90deg);
  -o-transform: translate(1.1em, 0) rotate(90deg);
  transform: translate(1.1em, 0) rotate(90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  /* IE9+ */
  -ms-transform: none;
  /* IE8+ */
  -ms-writing-mode: tb-rl;
  /* IE7 and below */
  *writing-mode: tb-rl; }

.rotated-text__inner:before {
  content: "";
  float: left;
  margin-top: 100%; }

.container {
  float: left;
  padding-left: 30%; }

.GridView verticaltextS tbody tr th {
  background-color: red;
  width: 20px; }

/*#endregion*/
