﻿/*-----------------------------------------------------------
    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: 700;
}

.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;
        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 #mainmenu-button {
        display: none;
    }

    nav #navcontent #mainmenu {
        margin-left: 0px;
        padding-left: 0;
    }

        nav #navcontent #mainmenu li {
            width: 100%;
        }

            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: auto;
}

    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: #e1eaef;
    color: #3e3e3e;
    /* Headers */
    /* Text */
    /* Lines */
    /* Tables */
    /* Links */
    /* Button Links */
    /* Forms */
    /* Padded Boxes */
    /* Pager */
}

    ._defaulttheme header {
        background-color: #fefefe;
        color: #135e87;
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
        z-index: 1000000;
        position: relative;
    }

        ._defaulttheme header a {
            color: #135e87;
        }

            ._defaulttheme header a:visited {
                color: #135e87;
            }

            ._defaulttheme header a:hover {
                color: #9ebacb;
            }

    ._defaulttheme nav {
        background-color: #e1eaef;
        color: #3e3e3e;
    }

        ._defaulttheme nav #namepanel {
            background-color: #135e87;
            color: #fefefe;
        }

        ._defaulttheme nav #mainmenu-button {
            background-color: #135e87;
        }

        ._defaulttheme nav #mainmenu a {
            background-color: #e1eaef;
            color: #3e3e3e;
        }

            ._defaulttheme nav #mainmenu a:hover {
                background-color: #1874a7;
                color: #fefefe;
            }

                ._defaulttheme nav #mainmenu a:hover i {
                    background-color: #fefefe;
                    color: #1874a7;
                }

            ._defaulttheme nav #mainmenu a i {
                background-color: #e1eaef;
            }

    ._defaulttheme main {
        background-color: #e1eaef;
        color: #3e3e3e;
    }

        ._defaulttheme main h1 {
            margin-top: 15px;
            margin-bottom: 0px;
        }

    ._defaulttheme footer {
        background-color: #e1eaef;
        color: #6c6c6c;
    }

    ._defaulttheme h1, ._defaulttheme .h1 {
        color: #166a98;
        font-size: 260%;
        letter-spacing: -1px;
        font-weight: 400;
    }

    ._defaulttheme h2, ._defaulttheme .h2 {
        color: #3b89b4;
    }

    ._defaulttheme h3, ._defaulttheme .h3 {
        color: #135e87;
    }

    ._defaulttheme h4, ._defaulttheme .h4 {
        color: #5d9ec1;
    }

    ._defaulttheme h5, ._defaulttheme .h5 {
        color: #708490;
    }

    ._defaulttheme h6, ._defaulttheme .h6 {
        color: #52616a;
    }

    ._defaulttheme hr, ._defaulttheme .hr {
        border-color: #e1eaef;
    }

    ._defaulttheme table, ._defaulttheme .table {
        border-color: #e1eaef;
        /*&._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: #e1edf4;
        }

        ._defaulttheme table._altrowcolourgrey tr:nth-child(even), ._defaulttheme table._altrowcolourgrey .tr:nth-child(even), ._defaulttheme .table._altrowcolourgrey tr:nth-child(even), ._defaulttheme .table._altrowcolourgrey .tr:nth-child(even) {
            background-color: #f2f6f8;
        }

        ._defaulttheme table._tablerowselect tr:hover, ._defaulttheme table._tablerowselect .tr:hover, ._defaulttheme .table._tablerowselect tr:hover, ._defaulttheme .table._tablerowselect .tr:hover {
            background-color: !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: #e1edf4 !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: #3e3e3e;
            border-color: #e1eaef;
            background-color: #ededed !important;
        }

        ._defaulttheme table._altlabelcolour th, ._defaulttheme table._altlabelcolour .th, ._defaulttheme table._altlabelcolour th label, ._defaulttheme table._altlabelcolour .th label, ._defaulttheme .table._altlabelcolour th, ._defaulttheme .table._altlabelcolour .th, ._defaulttheme .table._altlabelcolour th label, ._defaulttheme .table._altlabelcolour .th label {
            color: #000000;
        }

        ._defaulttheme table._unformatted td, ._defaulttheme table._unformatted .td, ._defaulttheme .table._unformatted td, ._defaulttheme .table._unformatted .td {
            color: #3e3e3e;
        }

        ._defaulttheme table._bottomheaderlineonly td, ._defaulttheme table._bottomheaderlineonly .td, ._defaulttheme .table._bottomheaderlineonly td, ._defaulttheme .table._bottomheaderlineonly .td {
            color: #3e3e3e;
        }

    ._defaulttheme tr, ._defaulttheme .tr {
        border-color: #e1eaef;
    }

        ._defaulttheme tr._rowhighlightcolour, ._defaulttheme .tr._rowhighlightcolour {
            background-color: #e1edf4 !important;
        }

    ._defaulttheme th, ._defaulttheme .th {
        color: #115277;
        border-color: #e1eaef;
        background-color: #b7d4e4;
    }

    ._defaulttheme td, ._defaulttheme .td {
        border-color: #e1eaef;
        color: #3e3e3e;
    }

    ._defaulttheme ._bottomheaderlineonly th, ._defaulttheme ._bottomheaderlineonly .th {
        border-bottom-color: #e1eaef;
    }

    ._defaulttheme a {
        color: #115277;
        font-weight: 700;
        text-decoration: none;
    }

        ._defaulttheme a:visited {
            color: #115277;
        }

        ._defaulttheme a:hover {
            color: #777777;
        }

        ._defaulttheme a._button {
            color: #8097a4;
            font-weight: 700;
            text-decoration: none;
        }

            ._defaulttheme a._button:visited {
                color: #8097a4;
            }

            ._defaulttheme a._button:hover {
                color: #52616a;
            }

    ._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: #cfdde5;
    }

        ._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: #adc4d3;
        }

    ._defaulttheme input[type=submit] {
        color: #ededed;
        border-color: #115277;
        background-color: #115277;
    }

        ._defaulttheme input[type=submit]:focus {
            border-color: #8097a4;
            background-color: #8097a4;
        }

    ._defaulttheme ._mute {
        color: #ECF0F5 !important;
    }

    ._defaulttheme ._success {
        color: #24A824 !important;
    }

    ._defaulttheme ._warning {
        color: #f5c50e !important;
    }

    ._defaulttheme ._error {
        color: #bb1212 !important;
    }

    ._defaulttheme ._message {
        color: #F44336 !important;
    }

    ._defaulttheme ._required {
        color: #F44336 !important;
    }

    ._defaulttheme ._review {
        color: #F17F42 !important;
    }

    ._defaulttheme ._mutebackground {
        background-color: #ECF0F5 !important;
    }

    ._defaulttheme ._successbackground {
        background-color: #24A824 !important;
    }

    ._defaulttheme ._warningbackground {
        background-color: #f5c50e !important;
    }

    ._defaulttheme ._errorbackground {
        background-color: #bb1212 !important;
    }

    ._defaulttheme ._messagebackground {
        background-color: #F44336 !important;
    }

    ._defaulttheme ._requiredbackground {
        background-color: #F44336 !important;
    }

    ._defaulttheme ._reviewbackground {
        background-color: #F17F42 !important;
    }

    ._defaulttheme ._bodytextcolour {
        color: #3e3e3e;
    }

    ._defaulttheme ._maintextcolour {
        color: #3e3e3e;
    }

    ._defaulttheme ._linkcolour {
        color: #115277;
    }

    ._defaulttheme ._b0,
    ._defaulttheme ._bt0,
    ._defaulttheme ._br0,
    ._defaulttheme ._bb0,
    ._defaulttheme ._bl0 {
        border-color: #e1eaef;
    }

    ._defaulttheme ._b1,
    ._defaulttheme ._bt1,
    ._defaulttheme ._br1,
    ._defaulttheme ._bb1,
    ._defaulttheme ._bl1 {
        border-color: #e1eaef;
    }

    ._defaulttheme ._b2,
    ._defaulttheme ._bt2,
    ._defaulttheme ._br2,
    ._defaulttheme ._bb2,
    ._defaulttheme ._bl2 {
        border-color: #e1eaef;
    }

    ._defaulttheme ._b3,
    ._defaulttheme ._bt3,
    ._defaulttheme ._br3,
    ._defaulttheme ._bb3,
    ._defaulttheme ._bl3 {
        border-color: #e1eaef;
    }

    ._defaulttheme ._b4,
    ._defaulttheme ._bt4,
    ._defaulttheme ._br4,
    ._defaulttheme ._bb4,
    ._defaulttheme ._bl4 {
        border-color: #e1eaef;
    }

    ._defaulttheme ._b5,
    ._defaulttheme ._bt5,
    ._defaulttheme ._br5,
    ._defaulttheme ._bb5,
    ._defaulttheme ._bl5 {
        border-color: #e1eaef;
    }

    ._defaulttheme ._roundedbox,
    ._defaulttheme ._roundedpaddedbox,
    ._defaulttheme ._paddedbox {
        background-color: #fefefe;
    }

    ._defaulttheme .pagerlinks a {
        border-color: #e1eaef;
    }

        ._defaulttheme .pagerlinks a:hover {
            background-color: #f5c50e;
            color: #3e3e3e;
        }

    ._defaulttheme .pagerlinks .pagerprevious {
        border-color: #e1eaef;
    }

    ._defaulttheme .pagerlinks .pagerselected {
        background-color: #e1eaef;
        border-color: #e1eaef;
        color: #3e3e3e;
    }

    ._defaulttheme ._a_button_disabled {
        color: #e1eaef;
    }

    ._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: #d30707;
    }

    ._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: #fefefe;
        }

    ._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: #fefefe;
        }

    ._defaulttheme ._roundbutton._delete_button, ._defaulttheme ._squarebutton._delete_button {
        background-color: #d30707;
    }

        ._defaulttheme ._roundbutton._delete_button:link, ._defaulttheme ._roundbutton._delete_button:visited, ._defaulttheme ._squarebutton._delete_button:link, ._defaulttheme ._squarebutton._delete_button:visited {
            color: #fefefe;
        }

    ._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: #fefefe;
        }

    ._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: #3b89b4;
        }

    ._defaulttheme ._roundbutton i.fa, ._defaulttheme ._squarebutton i.fa {
        margin-right: 5px;
    }

    ._defaulttheme ._roundbutton {
        border-radius: 5px;
    }

    ._defaulttheme ._primary10colour {
        color: #fdfefe !important;
    }

    ._defaulttheme ._primary50colour {
        color: #e1edf4 !important;
    }

    ._defaulttheme ._primary100colour {
        color: #b7d4e4 !important;
    }

    ._defaulttheme ._primary200colour {
        color: #8cbad3 !important;
    }

    ._defaulttheme ._primary300colour {
        color: #5d9ec1 !important;
    }

    ._defaulttheme ._primary400colour {
        color: #3b89b4 !important;
    }

    ._defaulttheme ._primary500colour {
        color: #1874a7 !important;
    }

    ._defaulttheme ._primary600colour {
        color: #166a98 !important;
    }

    ._defaulttheme ._primary700colour {
        color: #135e87 !important;
    }

    ._defaulttheme ._primary800colour {
        color: #115277 !important;
    }

    ._defaulttheme ._primary900colour {
        color: #0c3c57 !important;
    }

    ._defaulttheme ._secondary10colour {
        color: #fefefe !important;
    }

    ._defaulttheme ._secondary50colour {
        color: #f2f6f8 !important;
    }

    ._defaulttheme ._secondary100colour {
        color: #e1eaef !important;
    }

    ._defaulttheme ._secondary200colour {
        color: #cfdde5 !important;
    }

    ._defaulttheme ._secondary300colour {
        color: #bbcfdb !important;
    }

    ._defaulttheme ._secondary400colour {
        color: #adc4d3 !important;
    }

    ._defaulttheme ._secondary500colour {
        color: #9ebacb !important;
    }

    ._defaulttheme ._secondary600colour {
        color: #90a9b9 !important;
    }

    ._defaulttheme ._secondary700colour {
        color: #8097a4 !important;
    }

    ._defaulttheme ._secondary800colour {
        color: #708490 !important;
    }

    ._defaulttheme ._secondary900colour {
        color: #52616a !important;
    }

    ._defaulttheme ._mono10colour {
        color: #fefefe !important;
    }

    ._defaulttheme ._mono50colour {
        color: #ededed !important;
    }

    ._defaulttheme ._mono100colour {
        color: #d5d5d5 !important;
    }

    ._defaulttheme ._mono200colour {
        color: #bbbbbb !important;
    }

    ._defaulttheme ._mono300colour {
        color: #a0a0a0 !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: #3e3e3e !important;
    }

    ._defaulttheme ._primary10backgroundcolour {
        background-color: #fdfefe !important;
    }

    ._defaulttheme ._primary50backgroundcolour {
        background-color: #e1edf4 !important;
    }

    ._defaulttheme ._primary100backgroundcolour {
        background-color: #b7d4e4 !important;
    }

    ._defaulttheme ._primary200backgroundcolour {
        background-color: #8cbad3 !important;
    }

    ._defaulttheme ._primary300backgroundcolour {
        background-color: #5d9ec1 !important;
    }

    ._defaulttheme ._primary400backgroundcolour {
        background-color: #3b89b4 !important;
    }

    ._defaulttheme ._primary500backgroundcolour {
        background-color: #1874a7 !important;
    }

    ._defaulttheme ._primary600backgroundcolour {
        background-color: #166a98 !important;
    }

    ._defaulttheme ._primary700backgroundcolour {
        background-color: #135e87 !important;
    }

    ._defaulttheme ._primary800backgroundcolour {
        background-color: #115277 !important;
    }

    ._defaulttheme ._primary900backgroundcolour {
        background-color: #0c3c57 !important;
    }

    ._defaulttheme ._secondary10backgroundcolour {
        background-color: #fefefe !important;
    }

    ._defaulttheme ._secondary50backgroundcolour {
        background-color: #f2f6f8 !important;
    }

    ._defaulttheme ._secondary100backgroundcolour {
        background-color: #e1eaef !important;
    }

    ._defaulttheme ._secondary200backgroundcolour {
        background-color: #cfdde5 !important;
    }

    ._defaulttheme ._secondary300backgroundcolour {
        background-color: #bbcfdb !important;
    }

    ._defaulttheme ._secondary400backgroundcolour {
        background-color: #adc4d3 !important;
    }

    ._defaulttheme ._secondary500backgroundcolour {
        background-color: #9ebacb !important;
    }

    ._defaulttheme ._secondary600backgroundcolour {
        background-color: #90a9b9 !important;
    }

    ._defaulttheme ._secondary700backgroundcolour {
        background-color: #8097a4 !important;
    }

    ._defaulttheme ._secondary800backgroundcolour {
        background-color: #708490 !important;
    }

    ._defaulttheme ._secondary900backgroundcolour {
        background-color: #52616a !important;
    }

    ._defaulttheme ._mono10backgroundcolour {
        background-color: #fefefe !important;
    }

    ._defaulttheme ._mono50backgroundcolour {
        background-color: #ededed !important;
    }

    ._defaulttheme ._mono100backgroundcolour {
        background-color: #d5d5d5 !important;
    }

    ._defaulttheme ._mono133backgroundcolour {
        background-color: #cdcdcd !important;
    }

    ._defaulttheme ._mono166backgroundcolour {
        background-color: #c3c3c3 !important;
    }

    ._defaulttheme ._mono200backgroundcolour {
        background-color: #bbbbbb !important;
    }

    ._defaulttheme ._mono250backgroundcolour {
        background-color: #adadad !important;
    }

    ._defaulttheme ._mono300backgroundcolour {
        background-color: #a0a0a0 !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: #3e3e3e !important;
    }

    ._defaulttheme ._defaulttheme ._error50colour {
        color: #fc4f4f !important;
    }

    ._defaulttheme ._defaulttheme ._error50backgroundcolour {
        background-color: #fc4f4f !important;
    }

    ._defaulttheme ._fw400 {
        font-weight: 400 !important;
    }

    ._defaulttheme ._fw500 {
        font-weight: 500 !important;
    }

    ._defaulttheme ._fw600 {
        font-weight: 600 !important;
    }

    ._defaulttheme ._fw700 {
        font-weight: 700 !important;
    }

    ._defaulttheme ._fw800 {
        font-weight: 800 !important;
    }

    ._defaulttheme ._defaulttheme ._roundbutton._hoveronly:hover {
        background-color: #e0ecf3;
    }

    ._defaulttheme ._labelbutton {
        background-color: #e0ecf3 !important;
        border-radius: 5px !important;
    }

        ._defaulttheme ._labelbutton:hover {
            background-color: #24a824 !important;
            color: #ffffff !important;
            border-radius: 5px !important;
        }

    ._defaulttheme label._selected {
        background-color: #1874a7 !important;
        color: #ffffff !important;
    }

    ._defaulttheme ._classA,
    ._defaulttheme ._classB,
    ._defaulttheme ._classC,
    ._defaulttheme ._classT {
        border-radius: 5px !important;
        padding: 3px 30px;
        margin-top: 5px;
    }

    ._defaulttheme ._classA {
        background-color: #bb1212 !important;
        color: #ffffff !important;
    }

    ._defaulttheme ._classB {
        background-color: #eeac57 !important;
        color: #ffffff !important;
    }

    ._defaulttheme ._classC {
        background-color: #24a824 !important;
        color: #ffffff !important;
    }

    ._defaulttheme ._classT {
        background-color: #1874a7 !important;
        color: #ffffff !important;
    }
