/*-----------------------------------------------------------
    Global
-----------------------------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
}

.h1, .h2 {
  line-height: 1.1;
}

.h3, .h4 {
  line-height: 1.3;
}

.h1 {
  font-size: 260%;
  letter-spacing: -1px;
}

.h2 {
  font-size: 210%;
  letter-spacing: -1px;
}

.h3 {
  font-size: 180%;
}

.h4 {
  font-size: 150%;
}

.h5 {
  font-size: 130%;
}

.fixed, header, nav, nav #navcontent #mainmenu li, nav #navcontent #mainmenu li a {
  font-family: "Roboto", serif;
  font-size: small;
  line-height: 1.1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: 800;
}

.block-margins {
  margin: 0 0 1em;
}

.unordered-list {
  list-style-type: disc;
}

.ordered-list {
  list-style: decimal;
}

.li {
  margin-left: 20px;
}

i.fa, i.far, i.fas {
  font-style: normal;
}

hr, .hr {
  border: none;
  border-top-width: 1px;
  border-top-style: solid;
  margin: 20px 0 15px 0;
}

._smallroundbutton {
    padding:1px 10px !important;
    font-size:12px !important;
    min-height:14px !important;
    margin-bottom:1px !important;
    border-radius:5px;
}

/*-----------------------------------------------------------
    Frame
    Fixed Header, Navigation and Footer.
-----------------------------------------------------------*/
header {
  height: 80px;
  z-index:10000;
}
header #logopanel {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 80px;
  padding-left: 20px;
  padding-top: 4px;
}
header #mastersearchpanel {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 260px;
  padding-right: 40px;
  height: 80px;
  line-height: 80px;
  vertical-align: middle;
}
header #masterlinkpanel {
  position: absolute;
  top: 0;
  /*left: $navwidthexpanded;*/
  right: 17px;
  height: 80px;
  line-height: 80px;
  vertical-align: middle;
}
header #collapse-nav {
  display: inline-block;
}

nav {
  position: fixed;
  top: 80px;
  bottom: 0;
  left: 0;
  z-index: 5000;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
  width: 80px;
}
nav #namepanel {
  padding: 10px 9px;
  margin-bottom: 10px;
}
nav #navcontent {
  /*position:absolute;
  top: $subheaderheight + 5;
  bottom:0;
  left: 0;
  width:$navwidthexpanded;*/
}
nav #navcontent #mainmenu-button {
  display: none;
}
nav #navcontent #mainmenu {
  /*margin-left:10px;
  margin-right:10px;*/
  margin-left:0px;
  padding-left:0;
}
nav #navcontent #mainmenu li {
  width: 100%;
  /*margin-bottom: 2px;*/
}
nav #navcontent #mainmenu li a {
  padding: 4px 10px;
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
}
nav #navcontent #mainmenu li a i {
  font-size: 20px;
  padding: 7px;
  border-radius: 5px;
  margin-right: 10px;
  width: 40px !important;
  text-align: center;
}

main {
  position: absolute;
  right: 0;
  left: 0;
  top: 80px;
  bottom: 20px;
  overflow-y: scroll;
}
main #titlepanel {
  left: 20px;
  right: 20px;
}
main #titlepanel h1 {
  margin: 10px 0 10px 0;
}
main [class*="col-"] {
  padding-right: 20px;
}


.grid [class*="col-"] .grid [class*="col-"] {
  padding-right: 0;
}

footer {
  position: fixed;
  right: 0;
  bottom: 0;
  height: 20px;
  width: 100%;
}

/*-----------------------------------------------------------
    Collapsing Nav
-----------------------------------------------------------*/
nav, main, footer, .toggle {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.sidebar-expanded main {
  padding-left: 260px;
}

.sidebar-expanded footer {
  left: 240px;
}

.sidebar-collapsed main {
  padding-left: 100px;
}

.sidebar-collapsed footer {
  left: 80px;
}

nav .item-label,
nav #namepanel span.item-label {
  display: none;
}

#wrapper.sidebar-expanded nav {
  width: 240px;
}

#wrapper.sidebar-expanded nav .item-label,
#wrapper.sidebar-expanded nav #namepanel span.item-label {
  display: inline;
}

#wrapper.sidebar-collapsed nav {
  width: 80px;
}

#wrapper.sidebar-collapsed nav .item-label,
#wrapper.sidebar-collapsed nav #namepanel span.item-label {
  display: none;
}

/*-----------------------------------------------------------
    Responsive
-----------------------------------------------------------*/
@media only screen and (max-width: 993px) {
  header {
    position: static;
    width: 100% !important;
  }
  header #mastersearchpanel {
    padding-right: 20px;
  }
  header #masterlinkpanel {
    position: absolute;
    top: 90px;
    height: 24px;
    line-height: 24px;
  }
  header #collapse-nav {
    display: none;
  }

  #wrapper {
    position: static;
    width: 100% !important;
  }

  nav {
    position: static;
    width: 100% !important;
    height: auto;
    margin-top: 34px;
    margin-bottom: 0;
    padding-bottom: 0;
        /*#navcontent {
            #mainmenu-button {
                display:block;
                padding:10px;

            }
        }*/
  }
  nav .item-label {
    display: inline-block !important;
  }
  nav #mainmenu {
    display: none;
  }
  nav #mainmenu-button {
    display: inline-block !important;
    float: right;
    font-size: 250%;
    margin-right: 10px;
  }

  main {
    position: static;
    width: 100%;
    overflow: hidden;
    height: auto;
    padding-left: 20px !important;
    padding-top: 0px;
    min-height: 100%;
  }

  footer {
    position: static;
    width: 100% !important;
    min-height: 100%;
    margin-top: 20px;
    padding: 20px !important;
    height: auto;
  }


    main [class*="col-"] {
        padding-right: 0 !important;
    }


}
/* Colours */
/* Themes */
._defaulttheme {
  /* Layout */
  background-color: #e0e9ee;
  color: #3d3d3d;
  /* Headers */
  /* Text */
  /* Lines */
  /* Tables */
  /* Links */
  /* Button Links */
  /* Forms */
  /* Padded Boxes */
  /* Pager */
}
._defaulttheme header {
  background-color: #fdfdfd;
  color: #1874a7;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000000;
  position: relative;
}
._defaulttheme header #mastersearch {
  background-color: #f2f6f8;
}
._defaulttheme header a {
  color: #1874a7;
}
._defaulttheme header a:visited {
  color: #1874a7;
}
._defaulttheme header a:hover {
  color: #9ebacb;
}
._defaulttheme nav {
  background-color: #e0e9ee;
  color: #3d3d3d;
}
._defaulttheme nav #namepanel {
  background-color: #135d87;
  color: #fdfdfd;
}
._defaulttheme nav #mainmenu-button {
  background-color: #135d87;
}
._defaulttheme nav #mainmenu a {
  background-color: #e0e9ee;
  color: #3d3d3d;
}
._defaulttheme nav #mainmenu a:hover {
  background-color: #1874a7;
  color: #fdfdfd;
}
._defaulttheme nav #mainmenu a:hover i {
  background-color: #fdfdfd;
  color: #1874a7;
}
._defaulttheme nav #mainmenu a i {
  background-color: #e0e9ee;
}
._defaulttheme main {
  background-color: #e0e9ee;
  color: #3d3d3d;
}
._defaulttheme main h1 {
  margin-top: 15px;
  margin-bottom: 0px;
}
._defaulttheme footer {
  background-color: #e0e9ee;
  color: #6c6c6c;
}
._defaulttheme h1, ._defaulttheme .h1 {
  color: #135d87;
}
._defaulttheme h2, ._defaulttheme .h2 {
  color: #3a88b4;
}
._defaulttheme h3, ._defaulttheme .h3 {
  color: #9ebacb;
}
._defaulttheme h4, ._defaulttheme .h4 {
  color: #8fa9b8;
}
._defaulttheme h5, ._defaulttheme .h5 {
  color: #7f96a4;
}
._defaulttheme h6, ._defaulttheme .h6 {
  color: #708490;
}
._defaulttheme hr, ._defaulttheme .hr {
  border-color: #d4d4d4;
}
._defaulttheme table, ._defaulttheme .table {
  border-color: #d4d4d4;
  /*&._nooutsideborder {
      th, .th, td, .td {
          color: map-get($tones, 'maintextcolour');
      }
  }*/
}
._defaulttheme table._altrowcolour tr:nth-child(even), ._defaulttheme table._altrowcolour .tr:nth-child(even), ._defaulttheme .table._altrowcolour tr:nth-child(even), ._defaulttheme .table._altrowcolour .tr:nth-child(even) {
  background-color: #f2f6f8;
}
._defaulttheme table._tablerowselect tr td a:link, ._defaulttheme table._tablerowselect tr td a:visited, ._defaulttheme table._tablerowselect .tr .td a:link, ._defaulttheme table._tablerowselect .tr .td a:visited, ._defaulttheme .table._tablerowselect tr td a:link, ._defaulttheme .table._tablerowselect tr td a:visited, ._defaulttheme .table._tablerowselect .tr .td a:link, ._defaulttheme .table._tablerowselect .tr .td a:visited {
  color: #3d3d3d !important;
}
._defaulttheme table._tablerowselect tr td._noselect a:link, ._defaulttheme table._tablerowselect tr td._noselect a:visited, ._defaulttheme table._tablerowselect .tr .td._noselect a:link, ._defaulttheme table._tablerowselect .tr .td._noselect a:visited, ._defaulttheme .table._tablerowselect tr td._noselect a:link, ._defaulttheme .table._tablerowselect tr td._noselect a:visited, ._defaulttheme .table._tablerowselect .tr .td._noselect a:link, ._defaulttheme .table._tablerowselect .tr .td._noselect a:visited {
  color: inherit !important;
}
._defaulttheme table._tablerowselect tr:hover, ._defaulttheme table._tablerowselect .tr:hover, ._defaulttheme .table._tablerowselect tr:hover, ._defaulttheme .table._tablerowselect .tr:hover {
  background-color: #b7d3e3 !important;
}
._defaulttheme table._tablerowselect tr._noselect:hover, ._defaulttheme table._tablerowselect .tr._noselect:hover, ._defaulttheme .table._tablerowselect tr._noselect:hover, ._defaulttheme .table._tablerowselect .tr._noselect:hover {
  background-color: #f2f6f8 !important;
}
._defaulttheme table._tablerowselect tr td a._add_button,
._defaulttheme table._tablerowselect tr td a._edit_button,
._defaulttheme table._tablerowselect tr td a._delete_button,
._defaulttheme table._tablerowselect tr td a._close_button,
._defaulttheme table._tablerowselect tr td a._return_button,
._defaulttheme table._tablerowselect .tr .td a._add_button,
._defaulttheme table._tablerowselect .tr .td a._edit_button,
._defaulttheme table._tablerowselect .tr .td a._delete_button,
._defaulttheme table._tablerowselect .tr .td a._close_button,
._defaulttheme table._tablerowselect .tr .td a._return_button, ._defaulttheme .table._tablerowselect tr td a._add_button,
._defaulttheme .table._tablerowselect tr td a._edit_button,
._defaulttheme .table._tablerowselect tr td a._delete_button,
._defaulttheme .table._tablerowselect tr td a._close_button,
._defaulttheme .table._tablerowselect tr td a._return_button,
._defaulttheme .table._tablerowselect .tr .td a._add_button,
._defaulttheme .table._tablerowselect .tr .td a._edit_button,
._defaulttheme .table._tablerowselect .tr .td a._delete_button,
._defaulttheme .table._tablerowselect .tr .td a._close_button,
._defaulttheme .table._tablerowselect .tr .td a._return_button {
  width: auto;
  height: auto;
  display: inline-block;
}
._defaulttheme table._alttableheader th, ._defaulttheme table._alttableheader .th, ._defaulttheme .table._alttableheader th, ._defaulttheme .table._alttableheader .th {
  color: #3d3d3d;
  border-color: #d4d4d4;
  background-color: #ededed !important;
}
._defaulttheme table._unformatted th, ._defaulttheme table._unformatted .th, ._defaulttheme table._unformatted td, ._defaulttheme table._unformatted .td, ._defaulttheme .table._unformatted th, ._defaulttheme .table._unformatted .th, ._defaulttheme .table._unformatted td, ._defaulttheme .table._unformatted .td {
  color: #3d3d3d;
}
._defaulttheme table._bottomheaderlineonly th, ._defaulttheme table._bottomheaderlineonly .th, ._defaulttheme table._bottomheaderlineonly td, ._defaulttheme table._bottomheaderlineonly .td, ._defaulttheme .table._bottomheaderlineonly th, ._defaulttheme .table._bottomheaderlineonly .th, ._defaulttheme .table._bottomheaderlineonly td, ._defaulttheme .table._bottomheaderlineonly .td {
  color: #3d3d3d;
}
._defaulttheme tr, ._defaulttheme .tr {
  border-color: #d4d4d4;
}
._defaulttheme tr._rowhighlightcolour, ._defaulttheme .tr._rowhighlightcolour {
  background-color: #f2f6f8 !important;
}
._defaulttheme th, ._defaulttheme .th {
  color: #fdfdfd;
  border-color: #d4d4d4;
  background-color: #156997;
}
._defaulttheme td, ._defaulttheme .td {
  border-color: #d4d4d4;
  color: #3d3d3d;
}
._defaulttheme ._bottomheaderlineonly th, ._defaulttheme ._bottomheaderlineonly .th {
  border-bottom-color: #d4d4d4;
}
._defaulttheme a {
  color: #3a88b4;
  font-weight: 700;
  text-decoration: none;
}
._defaulttheme a:visited {
  color: #3a88b4;
}
._defaulttheme a:hover {
  color: #777777;
}
._defaulttheme a._button {
  color: #7f96a4;
  font-weight: 700;
  text-decoration: none;
}
._defaulttheme a._button:visited {
  color: #7f96a4;
}
._defaulttheme a._button:hover {
  color: #526069;
}
._defaulttheme input[type=text], ._defaulttheme input[type=checkbox], ._defaulttheme input[type=radio], ._defaulttheme input[type=password], ._defaulttheme input[type=number], ._defaulttheme select, ._defaulttheme textarea {
  color: #545454;
  border-color: #d4d4d4;
}
._defaulttheme input[type=text]:focus, ._defaulttheme input[type=checkbox]:focus, ._defaulttheme input[type=radio]:focus, ._defaulttheme input[type=password]:focus, ._defaulttheme input[type=number]:focus, ._defaulttheme select:focus, ._defaulttheme textarea:focus {
  border-color: #bbceda;
}
._defaulttheme input[type=submit] {
  color: #ededed;
  border-color: #708490;
  background-color: #1874a7;
}
._defaulttheme input[type=submit]:focus {
  border-color: #526069;
  background-color: #526069;
}
._defaulttheme ._mute {
  color: #ecf0f5 !important;
}
._defaulttheme ._success {
  color: #24a824 !important;
}
._defaulttheme ._warning {
  color: #ff9b04 !important;
}
._defaulttheme ._error, .field-validation-error {
  color: #cc3300 !important;
}

.field-validation-error {
    margin-top:4px !important;
    margin-bottom:4px !important;
    display:block;
}
._defaulttheme ._message {
  color: #24a824 !important;
}
._defaulttheme ._required {
  color: #d75452 !important;
}
._defaulttheme ._review {
  color: #f17f42 !important;
}
._defaulttheme ._mutebackground {
  background-color: #ecf0f5 !important;
}
._defaulttheme ._successbackground {
  background-color: #24a824 !important;
}
._defaulttheme ._warningbackground {
  background-color: #ff9b04 !important;
}
._defaulttheme ._errorbackground {
  background-color: #cc3300 !important;
}
._defaulttheme ._messagebackground {
  background-color: #24a824 !important;
}
._defaulttheme ._requiredbackground {
  background-color: #d75452 !important;
}
._defaulttheme ._reviewbackground {
  background-color: #f17f42 !important;
}
._defaulttheme ._lightsuccess {
  color: #9de391 !important;
}
._defaulttheme ._lightwarning {
  color: #dfb575 !important;
}
._defaulttheme ._lighterror {
  color: #e5928f !important;
}
._defaulttheme ._lightsuccessbackground {
  background-color: #9de391 !important;
}
._defaulttheme ._lightwarningbackground {
  background-color: #dfb575 !important;
}
._defaulttheme ._lighterrorbackground {
  background-color: #e5928f !important;
}
._defaulttheme ._bodytextcolour {
  color: #3d3d3d;
}
._defaulttheme ._maintextcolour {
  color: #3d3d3d;
}
._defaulttheme ._linkcolour {
  color: #3a88b4;
}
._defaulttheme ._b0,
._defaulttheme ._bt0,
._defaulttheme ._br0,
._defaulttheme ._bb0,
._defaulttheme ._bl0 {
  border-color: none;
}

._defaulttheme ._b1,
._defaulttheme ._b2,
._defaulttheme ._b3,
._defaulttheme ._b4,
._defaulttheme ._b5 {
  border-color: #d4d4d4;
}

._defaulttheme ._bt1,
._defaulttheme ._bt2,
._defaulttheme ._bt3,
._defaulttheme ._bt4,
._defaulttheme ._bt5 {
  border-top-color: #d4d4d4;
}

._defaulttheme ._bl1,
._defaulttheme ._bl2,
._defaulttheme ._bl3,
._defaulttheme ._bl4,
._defaulttheme ._bl5 {
  border-left-color: #d4d4d4;
}

._defaulttheme ._bb1,
._defaulttheme ._bb2,
._defaulttheme ._bb3,
._defaulttheme ._bb4,
._defaulttheme ._bb5 {
  border-bottom-color: #d4d4d4;
}

._defaulttheme ._br1,
._defaulttheme ._br2,
._defaulttheme ._br3,
._defaulttheme ._br4,
._defaulttheme ._br5 {
  _brorder-right-color: #d4d4d4;
}

._defaulttheme ._roundedbox,
._defaulttheme ._roundedpaddedbox,
._defaulttheme ._paddedbox {
  background-color: #fdfdfd;
}
._defaulttheme .pagerlinks a,
._defaulttheme .pagerlinks button {
    border-color: #d4d4d4;
}
._defaulttheme .pagerlinks a:hover,
._defaulttheme .pagerlinks button:hover {
    background-color: #ff9b04;
    color: #3d3d3d;
}
._defaulttheme .pagerlinks .pagerprevious {
    border-color: #d4d4d4;
}
._defaulttheme .pagerlinks .pagerselected {
    background-color: #156997;
    border-color: #156997;
    color: #fdfdfd;
}
._defaulttheme ._a_button_disabled {
  color: #d4d4d4;
}
._defaulttheme ._add_button:link, ._defaulttheme ._add_button:visited {
  color: #24a824;
}
._defaulttheme ._edit_button:link, ._defaulttheme ._edit_button:visited {
  color: #1874a7;
}
._defaulttheme ._delete_button:link, ._defaulttheme ._delete_button:visited {
  color: #bb1212;
}
._defaulttheme ._close_button:link, ._defaulttheme ._close_button:visited {
  color: #eeac57;
}
._defaulttheme ._return_button:link, ._defaulttheme ._return_button:visited {
  color: transparent;
}
._defaulttheme ._roundbutton._add_button, ._defaulttheme ._squarebutton._add_button {
  background-color: #24a824;
}
._defaulttheme ._roundbutton._add_button:link, ._defaulttheme ._roundbutton._add_button:visited, ._defaulttheme ._squarebutton._add_button:link, ._defaulttheme ._squarebutton._add_button:visited {
  color: #fdfdfd;
}
._defaulttheme ._roundbutton._edit_button, ._defaulttheme ._squarebutton._edit_button {
  background-color: #1874a7;
}
._defaulttheme ._roundbutton._edit_button:link, ._defaulttheme ._roundbutton._edit_button:visited, ._defaulttheme ._squarebutton._edit_button:link, ._defaulttheme ._squarebutton._edit_button:visited {
  color: #fdfdfd;
}
._defaulttheme ._roundbutton._delete_button, ._defaulttheme ._squarebutton._delete_button {
  background-color: #bb1212;
}
._defaulttheme ._roundbutton._delete_button:link, ._defaulttheme ._roundbutton._delete_button:visited, ._defaulttheme ._squarebutton._delete_button:link, ._defaulttheme ._squarebutton._delete_button:visited {
  color: #fdfdfd;
}
._defaulttheme ._roundbutton._close_button, ._defaulttheme ._squarebutton._close_button {
  background-color: #eeac57;
}
._defaulttheme ._roundbutton._close_button:link, ._defaulttheme ._roundbutton._close_button:visited, ._defaulttheme ._squarebutton._close_button:link, ._defaulttheme ._squarebutton._close_button:visited {
  color: #fdfdfd;
}
._defaulttheme ._roundbutton._return_button, ._defaulttheme ._squarebutton._return_button {
  background-color: transparent;
  border: 1px solid #ededed;
}
._defaulttheme ._roundbutton._return_button:link, ._defaulttheme ._roundbutton._return_button:visited, ._defaulttheme ._squarebutton._return_button:link, ._defaulttheme ._squarebutton._return_button:visited {
  color: #3a88b4;
}
._defaulttheme ._roundbutton i.fa, ._defaulttheme ._squarebutton i.fa {
  margin-right: 5px;
}
._defaulttheme ._roundbutton {
  border-radius: 5px;
}
._defaulttheme ._primary10colour {
  color: #fcfdfe !important;
}
._defaulttheme ._primary50colour {
  color: #e0ecf3 !important;
}
._defaulttheme ._primary100colour {
  color: #b7d3e3 !important;
}
._defaulttheme ._primary200colour {
  color: #8bb9d3 !important;
}
._defaulttheme ._primary300colour {
  color: #5d9dc1 !important;
}
._defaulttheme ._primary400colour {
  color: #3a88b4 !important;
}
._defaulttheme ._primary500colour {
  color: #1874a7 !important;
}
._defaulttheme ._primary600colour {
  color: #156997 !important;
}
._defaulttheme ._primary700colour {
  color: #135d87 !important;
}
._defaulttheme ._primary800colour {
  color: #115276 !important;
}
._defaulttheme ._primary900colour {
  color: #0c3c56 !important;
}
._defaulttheme ._secondary10colour {
  color: #fefefe !important;
}
._defaulttheme ._secondary50colour {
  color: #f2f6f8 !important;
}
._defaulttheme ._secondary100colour {
  color: #e0e9ee !important;
}
._defaulttheme ._secondary200colour {
  color: #cedce5 !important;
}
._defaulttheme ._secondary300colour {
  color: #bbceda !important;
}
._defaulttheme ._secondary400colour {
  color: #acc4d2 !important;
}
._defaulttheme ._secondary500colour {
  color: #9ebacb !important;
}
._defaulttheme ._secondary600colour {
  color: #8fa9b8 !important;
}
._defaulttheme ._secondary700colour {
  color: #7f96a4 !important;
}
._defaulttheme ._secondary800colour {
  color: #708490 !important;
}
._defaulttheme ._secondary900colour {
  color: #526069 !important;
}
._defaulttheme ._mono10colour {
  color: #fdfdfd !important;
}
._defaulttheme ._mono50colour {
  color: #ededed !important;
}
._defaulttheme ._mono100colour {
  color: #d4d4d4 !important;
}
._defaulttheme ._mono200colour {
  color: #bbbbbb !important;
}
._defaulttheme ._mono300colour {
  color: #9f9f9f !important;
}
._defaulttheme ._mono400colour {
  color: #8b8b8b !important;
}
._defaulttheme ._mono500colour {
  color: #777777 !important;
}
._defaulttheme ._mono600colour {
  color: #6c6c6c !important;
}
._defaulttheme ._mono700colour {
  color: #606060 !important;
}
._defaulttheme ._mono800colour {
  color: #545454 !important;
}
._defaulttheme ._mono900colour {
  color: #3d3d3d !important;
}
._defaulttheme ._primary10backgroundcolour {
  background-color: #fcfdfe !important;
}
._defaulttheme ._primary50backgroundcolour {
  background-color: #e0ecf3 !important;
}
._defaulttheme ._primary100backgroundcolour {
  background-color: #b7d3e3 !important;
}
._defaulttheme ._primary200backgroundcolour {
  background-color: #8bb9d3 !important;
}
._defaulttheme ._primary300backgroundcolour {
  background-color: #5d9dc1 !important;
}
._defaulttheme ._primary400backgroundcolour {
  background-color: #3a88b4 !important;
}
._defaulttheme ._primary500backgroundcolour {
  background-color: #1874a7 !important;
}
._defaulttheme ._primary600backgroundcolour {
  background-color: #156997 !important;
}
._defaulttheme ._primary700backgroundcolour {
  background-color: #135d87 !important;
}
._defaulttheme ._primary800backgroundcolour {
  background-color: #115276 !important;
}
._defaulttheme ._primary900backgroundcolour {
  background-color: #0c3c56 !important;
}
._defaulttheme ._secondary10backgroundcolour {
  background-color: #fefefe !important;
}
._defaulttheme ._secondary50backgroundcolour {
  background-color: #f2f6f8 !important;
}
._defaulttheme ._secondary100backgroundcolour {
  background-color: #e0e9ee !important;
}
._defaulttheme ._secondary200backgroundcolour {
  background-color: #cedce5 !important;
}
._defaulttheme ._secondary300backgroundcolour {
  background-color: #bbceda !important;
}
._defaulttheme ._secondary400backgroundcolour {
  background-color: #acc4d2 !important;
}
._defaulttheme ._secondary500backgroundcolour {
  background-color: #9ebacb !important;
}
._defaulttheme ._secondary600backgroundcolour {
  background-color: #8fa9b8 !important;
}
._defaulttheme ._secondary700backgroundcolour {
  background-color: #7f96a4 !important;
}
._defaulttheme ._secondary800backgroundcolour {
  background-color: #708490 !important;
}
._defaulttheme ._secondary900backgroundcolour {
  background-color: #526069 !important;
}
._defaulttheme ._mono10backgroundcolour {
  background-color: #fdfdfd !important;
}
._defaulttheme ._mono50backgroundcolour {
  background-color: #ededed !important;
}
._defaulttheme ._mono100backgroundcolour {
  background-color: #d4d4d4 !important;
}
._defaulttheme ._mono133backgroundcolour {
  background-color: #cccccc !important;
}
._defaulttheme ._mono166backgroundcolour {
  background-color: #c3c3c3 !important;
}
._defaulttheme ._mono200backgroundcolour {
  background-color: #bbbbbb !important;
}
._defaulttheme ._mono250backgroundcolour {
  background-color: #adadad !important;
}
._defaulttheme ._mono300backgroundcolour {
  background-color: #9f9f9f !important;
}
._defaulttheme ._mono400backgroundcolour {
  background-color: #8b8b8b !important;
}
._defaulttheme ._mono500backgroundcolour {
  background-color: #777777 !important;
}
._defaulttheme ._mono600backgroundcolour {
  background-color: #6c6c6c !important;
}
._defaulttheme ._mono700backgroundcolour {
  background-color: #606060 !important;
}
._defaulttheme ._mono800backgroundcolour {
  background-color: #545454 !important;
}
._defaulttheme ._mono900backgroundcolour {
  background-color: #3d3d3d !important;
}


._defaulttheme ._error50colour {
    color: #fc4f4f !important;
}
._defaulttheme ._error50backgroundcolour {
    background-color: #fc4f4f !important;
}



._fw400 {
    font-weight:400 !important;
}
._fw500 {
    font-weight: 500 !important;
}
._fw600 {
    font-weight: 600 !important;
}
._fw700 {
    font-weight: 700 !important;
}
._fw800 {
    font-weight: 800 !important;
}


._defaulttheme ._roundbutton._hoveronly:hover {
    background-color: #e0ecf3
}

._labelbutton {
    background-color: #e0ecf3 !important;
    border-radius: 5px !important;
}

._labelbutton:hover {
    background-color:#24a824 !important;
    color: #ffffff !important;
    border-radius: 5px !important;
}

label._selected {
    background-color: #1874a7 !important;
    color: #ffffff !important;
}

._classA,
._classB,
._classC,
._classT {
    border-radius: 5px !important;
    padding: 3px 30px;
    margin-top: 5px;
}

._classA {
    background-color: #bb1212 !important;
    color: #ffffff !important;
}

._classB {
    background-color: #eeac57 !important;
    color: #ffffff !important;
}

._classC {
    background-color: #24a824 !important;
    color: #ffffff !important;
}


._classT {
    background-color: #1874a7 !important;
    color: #ffffff !important;
}