:root {
    --yellow-base: #e5c104;
    --yellow-hover: #fbd408;
    --red-base: #df7272;
    --red-hover: #e48787;
    --blue-base: #7e97a7;
    --blue-hover: #8da3b1;
    --beige-base: #e2e2d9;
    --white-base: #fff;
    --black-base: #000;
    --grey-base: #cccccc;
    --grey-dark: #919191;
    --grey-darker: #555555;
    --grey-darkest: #2b2b2b;
    --text-base: #2b2b2b;
    --highcontrast-base: #fdff42;
    --error-base: #ff0030;
    --success-base: #31b44b;
    --social-twitter: #1da1f2;
    --social-facebook: #3b5998;
    --social-youtube: #ff0000;
    --social-linkedin: #0077b5;
}

#page_header_outer {
    max-width: 100%;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0 0 0 0;
    margin: auto;
}

#page_header {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    min-height: 105px;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0 0 0 0;
}

#logo {
    z-index: 10;
    padding: 11px 0 0 6px;
}

#deco {
    position: absolute;
    right: 0;
    top: 0;
    min-height: 105px;
    z-index: -1;
}

#sessiontimer {
    position: absolute;
    top: 10px;
    right: 0;
    width: 320px;
    display: none;
}

#logoff {
    position: absolute;
    top: 40px;
    right: 0;
    padding: 0 12px 2px;
}

#mobile_site {
    position: absolute;
    top: 0;
    left: 0;
}

.tclogi,
.tclogo {
    background-color: #ededed;
}

.tchelpgreen {
    background-color: green;
    color: lime !important;
}

.tchelp {
    background-color: red;
    color: #f5f5f5 !important;
}

.tcadmi {
    background-color: #fff5ee;
    color: red !important;
}


#main_menu {
    position: absolute;
    left: 0;
    top: 85px;
    width: 960px;
    overflow: hidden;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0 0 0 0;
    margin: 0;
    padding: 4px;
}

#main_menu ul {
    margin: 0;
    padding: 0;
}

#main_menu li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#main_menu a {
    display: inline-block;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0 0 0 0;
    height: 20px;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid none;
    margin: 0 4px 0 0;
    padding: 1px 4px;
}

#main_menu a:hover {
    background-color: #ffc234;
    text-decoration: none;
    border: 1px solid none;
    border-bottom: 2px solid #de231d;
    color: #0e389d;
}

.mmazzz {
    color: #0e389d;
}

.mmsss1 {
    color: green !important;
    border: 1px solid green;
}

#button_colour {
    position: absolute;
    right: 0;
    top: 88px;
    margin: 0;
    padding: 1px 6px;
}

#page_footer_outer {
    max-width: 100%;
    min-height: 173px;
    background-color: #eaf5fb;
    border-top-color: #51bbf2;
    border-top-style: solid;
    border-top-width: 1px;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0 0 0 0;
    overflow: hidden;
}

#page_copyright_outer {
    font-size: 12px;
}

.back-grey-darkest {
    background-color: var(--grey-darkest);
    color: var(--white-base);
}

.footerSection {
    padding-top: 25px;
    padding-bottom: 15px;
    border-top: 1px solid var(--grey-base);
}

.footerSection p {
    font-size: 12px;
    margin-bottom: 20px;
}

.copyright_link:hover,
.copyright_link:focus {
    color: var(--yellow-base);
    transition: color 350ms;
    text-decoration: none;
}

#page_footer {
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0 0 0 0;
    font-size: 10px;
    line-height: 16px;
    margin-top: 8px;
}

#page_footer h3 {
    line-height: 21px;
    margin: 0 0 8px;
}

#page_footer2_outer {
    max-width: 100%;
    min-height: 45px;
    background-color: #4e4d4f;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0 0 0 0;
    overflow: hidden;
}

#page_footer2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0 0 0 0;
    font-size: 10px;
    line-height: 16px;
    margin-top: 14px;
    color: #FFF;
}

#page_footer2 .nav-pills>li>a {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
    color: #FFF;
}

#page_footer2 .nav-tabs>li>a,
.nav-pills>li>a {
    line-height: 14px;
    margin-right: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

#footer_menu {
    padding: 2px 0 0;
}

#footer_menu span {
    display: inline-block;
    font-size: 13px;
}

#footer_menu a {
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    color: #000;
    text-decoration: none;
    margin: 0;
    padding: 0 12px;
}

#footer_menu a:hover {
    background-color: #708090;
    color: #FFF;
}

/*
. {
    background-image: url(/images/mandatory.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 8px;
}
*/

.footerText {
    font-size: 12px;
    color: var(--grey-darker)
}

.footerLink {
    font-weight: bold;
    font-size: 14px;
}


:required {
    background-image: url(/images/mandatory.png);
    background-repeat: no-repeat;
    background-position: top 2px right 2px;
    background-size: 7px;
}

.wizard a {
    margin-right: 5px;
    margin-bottom: 8px;
    background: #efefef;
    position: relative;
    display: inline-block;
    padding: 4px;
}

.wizard a:hover {
    text-decoration: none;
}

.wizard a:before {
    width: 0;
    height: 0;
    border-top: 14px inset transparent;
    border-bottom: 14px inset transparent;
    border-left: 10px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}

.wizard a:after {
    width: 0;
    height: 0;
    border-top: 14px inset transparent;
    border-bottom: 14px inset transparent;
    border-left: 10px solid #efefef;
    position: absolute;
    content: "";
    top: 0;
    right: -10px;
    z-index: 2;
}

.wizard a:first-child {
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.wizard a:last-child {
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.wizard .badge {
    position: relative;
    top: -1px;
    margin: 0 5px 0 10px;
    padding: 2px 4px;
}

.wizard a:first-child .badge {
    margin-left: 0;
}

.wizard .current {
    background: #007ACC;
    color: #fff;
}

.wizard .current:after {
    border-left-color: #007ACC;
}

.wizard a:first-child:before,
.wizard a:last-child:after {
    border: none;
}

.logoxxut {
    color: red !important;
    background-color: white !important;
}















.cookie_banner_outer {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: 100%;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0 0 0 0;
    margin: auto;
    background-color: aqua;
    z-index: 999;
}


.cookie_banner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    min-height: 100px;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0 0 0 0;
    background-color: yellow;
}

.cookie_banner .cookie_banner_title {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 18px;
    font-weight: bold;
    float: left;
    text-align: center;
    vertical-align: middle;
    background-color: red;
}

.cookie_banner .cookie_banner_actions {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 10px;
    font-weight: bold;
    float: right;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    background-color: blue;
}

.cookie_banner .cookie_banner_description {
    position: absolute;
    top: 0px;
    left: 100px;
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 10px;
    font-weight: bold;
    float: right;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    background-color: silver;
}

















.xdebug-error {
    font-size: 12px !important;
    width: 95% !important;
    margin: 0 auto 10px auto !important;
    border-color: #666 !important;
    background: #ddd !important;
}

.xdebug-error th,
.xdebug-error td {
    padding: 2px !important;
}

.xdebug-error th {
    background: #ccc !important;
}

.xdebug-error span {
    display: none !important;
}

.xdebug-error_description th {
    font-size: 1.2em !important;
    padding: 20px 4px 20px 100px !important;
    background: #ccc no-repeat left top !important;
}

.xdebug-error_callStack th {
    background: #666 !important;
    color: #ddd !important;
}







/*
    This is a currently invisible loading screen used to block user input
    we can make it display the loading icon...
*/

.lds-dual-ring {
    /*display: inline-block;*/
    display: none;
    width: 128px;
    height: 128px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 96px;
    height: 96px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #007ACC;
    border-color: #007ACC transparent #007ACC transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(255, 255, 255, 0.00);
    top: 0;
    z-index: 9999;
}

.loading_inner {
    margin: auto;
    color: #666;
}