﻿body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0;
    width: 100%;
    color: var(--c-mid-grey);
    font-size: 1rem;
}

a {
    text-decoration: none;
    color: var(--c-mid-grey);
}

p {
    font-size: 1rem;
}

.__cf{
    clear: both;
    overflow: auto;
}

.__bottom-margin-20px {
    margin-bottom: 20px;
}

.__bold {
    font-weight: bold;
}

p.__small {
    margin: 0;
    font-size: 0.8em;
}

p > span.__small {
    margin: 0;
    font-size: 0.8em;
}

p.__center {
    text-align: center;
}

.errorstate {
    border: solid 1px red;
}


#__furniture-top {
    width: 100%;
    border-bottom: solid 5px var(--c-royal-blue);
    height: 100px;
    background-color: var(--c-white);
}

#__furniture-top-left
{
    float: left;
    padding-top: 20px;
    padding-left: 30px;
}

#__furniture-top-left img {
    width: 305px;;
    max-width: 100%;
}

#__furniture-top-right {
    float: right;
    padding-top: 72px;
    padding-right: 20px;
    position: relative;
}

#__furniture-top-menu-notifications-wrapper {
    position: absolute;
    top: 10px;
    right: 15px;
    display: block;
}

.__furniture-top-menu-notifications-image {
    width: 30px;
    cursor: pointer;
    display: none;
}
.__furniture-top-menu-notifications-image img {
    width: 100%;
}

#__furniture-top-menu-notifications-unread-text {
    background-color: var(--c-red);
    color: var(--c-white);
    position: absolute;
    top: -2px;
    right: -2px;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 8px;
    font-weight: bold;
    font-size: 0.6rem;
    line-height: 16px;
}

#__furniture-footer {
    width: 100%;
    background-color: var(--c-royal-blue);
    color: #ffffff;
    min-height: 100px;
    padding-top: 40px;
    padding-bottom: 25px;
}

#__furniture-footer-left {
    float: left;
    padding-left: 130px;
}

#__furniture-footer-right {
    float: right;
    padding-right: 130px;
    position: relative;
    min-height: 200px;
}

#__furniture-footer-text-wrapper {
    position: absolute;
    right: 130px;
    bottom: 0;
}

#__furniture-footer-left h2 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 0;
}

#__furniture-footer-left p {
    font-size: 14px;
    line-height: 1.3;
}

#__furniture-footer-left a {
    color: var(--c-white);
}

@media only screen and (max-width: 550px) {
    #__furniture-top-left {
        float: none;
        text-align:center;
        padding-right: 30px;
    }

    #__furniture-top-menu-notifications-wrapper {
        position: absolute;
        top: -10px;
        right: unset;
        left: 15px;
        display: block;
    }

    #__furniture-top-right {
        float: none;
        text-align: right;
        width: 95%;
        padding-top: 0;
    }

    #__furniture-top
    {
        height: 130px;
    }
}


    #__furniture-footer-copyright {
        text-align: right;
        font-size: 0.8em;
    }

    #__furniture-footer-powered-by {
        font-size: 0.7em;
        text-align: right;
    }

        #__furniture-footer-powered-by a {
            font-weight: 600;
            color: white;
        }


#__furniture-footer-img img {
    width: 220px;
    margin-bottom: 50px;
}

#__furniture-full-width {
    width: 100%;
}




#__furniture-top-menu-list, #__furniture-bottom-menu-list, #__furniture-top-menu-list-mobile, #__furniture-top-menu-list-mobile-children {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

        #__furniture-top-menu-list li, #__furniture-bottom-menu-list li, #__furniture-top-menu-list-mobile li {
            display: inline;
        }

        #__furniture-top-menu-list li {
            margin-left: 15px;
        }

    #__furniture-top-menu-list li a {
        font-weight: bold;
    }

        #__furniture-top-menu-list-mobile-children li {
            display: block;
        }

    #__furniture-bottom-menu-list {
        text-align: center;
        margin-bottom: 40px;
    }

    .__furniture-bottom-menu-list-item {
        margin-left: 0;
        padding-left: 10px;
        margin-right: 10px;
        border-left: solid 1px #ffffff;
    }

        .__furniture-bottom-menu-list-item a {
            color: #ffffff;
            font-size: 0.8em;
        }

    .__furniture-bottom-menu-list-item-first {
        border-left: none;
    }

    #__furniture-bottom-menu-list li, #__furniture-bottom-menu-list a {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
    }



    .__furniture-top-menu-list-item {
        margin-left: 10px;
    }

        .__furniture-top-menu-list-item a {
            color: var(--c-light-grey);
        }

    .__furniture-top-menu-list-item-selected a {
        font-weight: 600;
    }


    #__furniture-footer-response-variables {
        padding: 20px;
        font-size: 0.7em;
        height: 300px;
        overflow-y: scroll;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        border: solid 1px var(--c-light-grey);
        margin-top: 60px;
        margin-bottom: 60px;
    }

    #__furniture-top-menu-list-mobile {
        text-align: right;
    }

    .__furniture-top-menu-list-item-mobile-parent {
        cursor: pointer;
    }



    #__furniture-top-menu-list-mobile-children {
        background-color: #ffffff;
        min-width: 200px;
        text-align: left;
        border: solid 1px var(--c-light-grey);
        border-bottom: none;
        display: none;
    }

#__furniture-top-menu-list-mobile li:hover ul {
    display: block;
    position: absolute;
    /*left: calc(100vw - 230px) !important;*/
    right: 10px;
    z-index: 1000;
}

    .__furniture-top-menu-list-item-mobile-child {
        border-bottom: solid 1px var(--c-light-grey);
        padding: 5px;
    }

    #__furniture-top-menu-list-mobile-children li:hover {
        background-color: var(--c-light-grey);
    }


        #__furniture-top-menu-list-mobile-children li:hover a {
            color: #ffffff;
        }

    .__furniture-top-menu-list-item-mobile-child-last {
        border-bottom: none;
    }

    .__furniture-top-menu-list-item-mobile-parent {
        padding-left: 150px;
    }

    .__furniture-mobile {
        display: none;
    }

    .__furniture-desktop {
        display: block;
    }

    @media only screen and (max-width: 900px) {
        .__furniture-mobile {
            display: block;
        }

        .__furniture-desktop {
            display: none;
        }


    }




    #__disclaimer-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.9);
        z-index: 2000;
    }

    #__disclaimer-content-inner {
        width: 70%;
        max-height: 80%;
        overflow-y: auto;
        padding: 30px;
        margin-top: 5%;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto;
        max-width: 600px;
        background-color: #ffffff;
        font-size: 0.85em;
        border-radius: 10px;
        color: var(--c-light-grey);
    }

    #__disclaimer-content-h1 {
        color: var(--c-light-grey);
    }

    #__disclaimer-content-inner p {
        color: var(--c-light-grey);
    }

    #__disclaimer-buttons-inner {
        text-align: center;
        cursor: pointer;
        font-size: 1.2em;
    }

    #__disclaimer-buttons-decline {
        margin-right: 20px;
    }

    #__disclaimer-buttons-inner a {
        color: var(--c-light-grey);
        text-decoration: none;
    }




    #__logon-wrapper {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;
        max-width: 94%;
    }

    .__logon-input {
        border: none;
        background-color: #ffffff;
        border: solid 1px var(--c-light-grey);
        color: var(--c-mid-grey);
        font-size: 1.1em;
        margin-bottom: 5px;
        padding: 5px;
        width: 98%;
        max-width: 100%;
        outline: none;
    }

    #__logon-wrapper-submit-button {
        float: right;
        width: 80px;
        height: 33px;
        border-radius: 5px;
        background-color: var(--c-mid-grey);
        color: #ffffff;
        border: 0;
        padding: 5px;
        cursor: pointer;
    }




#__logon-wrapper-submit-button:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007";
}

#__logon-forgotten-wrapper-submit {
    text-align: right;
}

#__logon-request-password-reset {
    float: right;
    width: 190px;
    height: 33px;
    border-radius: 5px;
    background-color: var(--c-mid-grey);
    color: #ffffff;
    border: 0;
    padding: 5px;
    cursor: pointer;
    margin-bottom: 10px;
}

    #__logon-request-password-reset:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0e0";
    }

#__logon_forgotten_password_wrapper {
    font-size: 0.7em;
    cursor: pointer;
}



    #__my-user-content, #__events-content {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        max-width: 800px;
        margin-top: 30px;
        padding-bottom: 50px;
    }

   

    .__site-button-center
    {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }




#__tfatext-wrapper-error {
    margin-bottom: 15px;
}





#main-content-inner {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}


    .__menuitem-text-input-hidden {
        display: none;
    }





.__slot-generic-editable:hover {
    /*border: dotted 1px RGBA(0,0,0,0.4);*/
    background-color: var(--c-very-light-grey);
    cursor: pointer;
}



#__furniture-content-wrapper{
    padding-left: 10%;
    padding-right: 10%;
    min-height: 800px;
    padding-top: 1px;
    padding-bottom: 30px;
    position: relative;
}

#__furniture-dots-full-width {
    min-height: 800px;
    padding-top: 1px;
}

.__furniture-content-wrapper:after {
    background-image: url(../images/side-image-right.jpg);
    width: 20%;
    background-repeat: repeat-y;
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0;
    background-position: 100% 0;
}

.__furniture-content-wrapper:before {
    background-image: url(../images/side-image-left.jpg);
    width: 20%;
    background-repeat: repeat-y;
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    background-position: 0 0;
}



@media only screen and (max-width: 720px) {
    #__furniture-footer-left {
        float: none;

    }

    #__furniture-footer-right {
        float: none;
        padding-right: 0;
        padding-left: 130px;
    }

    #__furniture-footer-text-wrapper {
        position: unset;

    }

    #__furniture-footer-copyright, #__furniture-footer-powered-by {
        text-align: left;
    }

    #__furniture-footer-img img {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}


@media only screen and (max-width: 400px) {
    #__furniture-footer-left {
        float: none;
    }

        #__furniture-footer-left, #__furniture-footer-right {
            padding-left: 30px;
        }

   
}

.ui-tabs-tab, .ui-tabs-tab a, .ui-tabs, .ui-tabs-nav, .ui-tabs-anchor, li.ui-tabs-active {
    cursor: pointer;
}

.__documents-save-wrapper i {
    font-size: 2rem;
}



.__document-save-error-wrapper {
    font-size: 0.9rem;
    background-color: var(--c-red);;
    border-radius: 5px;
    color: #ffffff;
    padding: 10px;
    display: none;
}

.__document-save-success-wrapper {
    font-size: 0.9rem;
    background-color: var(--c-green);
    border-radius: 5px;
    color: #ffffff;
    padding: 10px;
    display: none;
}

/*div.trumbowyg-box {
    width: 92%;
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 0;
}*/

.__documents-list-item-left {
    float: left;
    width: 50px;
}

.__documents-list-item-left i {
    font-size: 2rem;
}

.__documents-list-item-center {
    float: left;
    width: 80%;
    padding-bottom: 10px;
}

.__documents-list-item-edit-wrapper {
    padding-bottom: 15px;
}

.__documents-list-item-center h3 {
    margin: 0;
    font-size: 1rem;
}

    .__documents-list-item-center p {
        margin-top: 0;
    }

.__documents-list-item-right {
    float: right;
    width: 20px;
}

.__documents-list-item-edit-wrapper {
    display: none;
}

.__documents-list-item-right > i, .__documents-list-item-edit-additional > i {
    cursor: pointer;
}

.__documents-save-wrapper {
    cursor: pointer;
}

.__document-file-update-wrapper {
    padding-top: 10px;
    border-top: solid 1px var(--c-mid-grey);
    margin-top: 10px;
}

.__document-file-update {
    margin-top: 5px;
}

.__document-list-item-edit-errors-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
}

.__documents-list-item-suspended, .__documents-list-item-suspended a {
    color: var(--c-light-grey);
}

#__documents-modal-confirm > p.__documents-modal-text {
    font-size: 1.1rem;
}

.__documents-list-item-edit-additional {
    display: none;
    padding-top: 10px;
}

.__documents-currentlist h2 {
    font-size: 1.2rem;
}

.ui-widget {
    font-family: 'Roboto', sans-serif;
    color: var(--c-mid-grey);
}

.ui-widget-content {
    color: var(--c-mid-grey);
}

.ui-widget h3 {
    font-size: 1.17rem;
}


.ui-widget button {
    font-size: 0.8em;
    font-family: 'Roboto', sans-serif;
}


.__training-assignment-edit {
    float: right;
    font-size: 0.9rem;
}

.__training-assignment-status {
    border: solid 1px var(--c-light-grey);
    padding: 10px;
}

.__training-assignment-status p {
    margin: 0;
}

    .__training-assignment-status h3 {
        margin-top: 0;
    }

.__training-assignment-status-overdue {
    background-color: var(--c-red-tint);
}

.__training-assignment-status-soon {
    background-color: var(--c-orange-tint);
}

.__training-assignment-status-ok {
    background-color: var(--c-green-tint);
}

.__document-view-list-item {
    border-bottom: solid 1px var(--c-mid-grey);
    margin-bottom: 10px;
    min-height: 40px;
}

.__document-view-list-item-left {
    float: left;
    width: 50px;
}

.__document-view-list-item-left i {
    float: left;
    font-size: 2rem;
}

.__document-view-list-item-right {
    float: left;
    width: 90%;
    padding-bottom: 10px;

}

.__document-view-list-item-right h4 {
    margin: 0;
}

    .__document-view-list-item-right p {
        margin-bottom: 0;
    }

.__document-view-list-item-embed {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 630px) {
    .__document-view-list-item-right h4 {
        margin-top: 10px;
    }
    .__document-view-list-item-right {
        width: 100%;
    }
}

/*.__site-accordion h3.ui-state-default {
    background: unset;
    background-color: red;
    color: white;
}

.__site-accordion h3.ui-state-active {

    background-color: green;
}*/

.__training-assignment-course-item-title-complete {
    color: var(--c-green);
}

.__training-assignment-course-item-title-notcomplete {
    color: var(--c-orange);    
}

.__site-float-center {
    text-align: center;
}

.ui-widget button.__site-button {
    height: 40px;

    border-radius: 20px;
    min-width: 100px;
    line-height: 29px;
    background-color: var(--c-mid-grey);
    color: #ffffff;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    margin-bottom: 3px;
    font-size: 1em;
    padding-top: 0;
}

.ui-widget button.__site-button {
    border: solid 1px var(--c-mid-grey);
}

.ui-widget button.__site-button:hover {
background-color: var(--c-white);
color: var(--c-light-grey);
}

.ui-widget button.__site-button:hover a {
    color: var(--c-light-grey);
}

__site-next-button {
}

.__site-next-button::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f35a";
    padding-left: 10px;
}


.__training-assignment-view-icon {
    margin-top: 5px;
    float: right;
}

#__training-assignment-not-active {
    border: solid 1px var(--c-light-grey);
    padding: 10px;
    background-color: var(--c-red-tint);
    margin-top: 20px;
    color: var(--c-mid-grey);
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
}

#__notifications-wrapper {
    width: 95%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

#__notifications-markall-wrapper {
    display: none;

}

.__notifications-item-unread {
    cursor: pointer;    
}

.__notifications-item-unread i {
    color: var(--c-green);
}


/*
    .__notifications-item-unread:hover {
        background-color: var(--c-royal-blue-tintdark);
    }*/


.__notifications-item {
    
    padding: 15px 15px 30px 15px;
    border-bottom: dashed 1px var(--c-mid-grey);
}

.__notifications-item-left {
    float: left;
    width: 30px;
    font-size: 1rem;
    padding-top: 5px;

}

div.__notifications-item-left i.__notification-unread-icon {
    display: none;
}

div.__notifications-item-unread > div.__notifications-item-left i.__notification-unread-icon {
    display: block;
}

div.__notifications-item-unread > div.__notifications-item-left i.__notification-read-icon {
    display: none;
}

div.__notifications-item-left i.__notification-read-icon {
    display: block;
}



.__notifications-item-center {
    float: left;
    width: calc(100% - 95px);
}

    .__notifications-item-center h3, .__notifications-item-center h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .__notifications-item-right {
        float: right;
        width: 45px;
        text-align: right;
        font-size: 0.8rem;
    }





.__settings-users-search-head th.__homepage-table-traffic-light {
    width: 20px;
}

.__settings-users-search-head th.__homepage-table-complete {
    width: 70px;
}

.__settings-users-search-head th.__homepage-table-status {
    width: 130px;
}

.__settings-users-search-head th.__homepage-table-assignedto {
    width: 180px;;
}

.__settings-users-search-head th.__homepage-table-duedate {
    width: 70px;
}

.__settings-users-search-head th.__homepage-table-assigneddate {
    width: 70px;
}

.__settings-users-search-head th.__homepage-table-cta {
    width: 20px;
}

.__settings-users-search-item td.__homepage-table-cta {
    width: 20px;
    text-align: right;
}

#__homepage-wrapper h3{
    margin-bottom: 10px;
    margin-top: 30px;
}

.__homepage-button-wrapper {
    padding-top: 10px;
}

.__advanced-search-checkbox {
    margin-left: 15px;
    width: 30px;
    height: 30px;
}

#__homepage-course-program-wrapper{
    text-align: center;
    margin-top: 25px;
}

.__hompage-course-program-search {
    padding: 10px;
    width: 80%;
    max-width: 500px;
}

#__homepage-course-program-wrapper i {
    font-size: 1.4rem;
    margin-left: 5px;
    cursor: pointer;
}

#__programs-courses-wrapper {

}

#__programs-courses-wrapper h2 {
    font-size: 1.2rem;
    margin-bottom: 0;
}

    #__programs-courses-wrapper h3 {
        font-size: 1rem;
        margin-top: 0;
    }



#__assign-modal-confirm-error, #__assign-modal-confirm-complet {
    display: none;
}

.__assignmemt-course-title {
    display: none;
}

.__assigned-before-wrapper {
    background-color: var(--c-green-tint);
    border: solid 1px var(--c-light-grey);
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 0.8rem;
}

    .__assigned-before-wrapper h5 {
        font-size: 0.8rem;
        margin: 0 0 5px 0;
    }

    .__assigned-before-wrapper a {
        font-weight: bold;
    }


.__program-course-search-wrapper {
    margin-top: 20px;
}



#__assign-modal-confirm-error {
    background-color: var(--c-red-tint);
    border: solid 1px var(--c-light-grey);
    padding: 10px;
    font-size: 0.8rem;
    font-weight: bold;
}

#__assign-modal-confirm-complete {
    background-color: var(--c-green-tint);
    border: solid 1px var(--c-light-grey);
    padding: 10px;
    font-size: 0.8rem;
    font-weight: bold;
}

#__homepage-wrapper table{
    max-width: 100%;
}

@media only screen and (max-width: 500px) {
    .__homepage-table-assigneddate {
        display: none;
    }

    #__furniture-content-wrapper {
        padding-left: 3%;
        padding-right: 3%;
    }

    .__furniture-content-wrapper:before, .__furniture-content-wrapper:after {
        background: unset;
    }
    #__furniture-footer-left, #__furniture-footer-right {
        padding-left: 30px
    }
}

#__warning-item-type-not-active {
    padding: 10px;
    margin-top: 15px;
    background-color: var(--c-red-tint);
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    border: solid 1px var(--c-light-grey);
}

.__programs-and-courses-return {
    margin-bottom: 20px;
}

.__form-date-picker-center {
    text-align: center;
}

#__course-success-message {
    display: none;
}

#__course-add-program {
    margin-bottom: 15px;
}

.__quiz-certificate {
    font-size: 1.5rem;
}

.__training-assignment-quiz-attempts {
    padding-bottom: 20px;
}




.__quizQuestionResult {
    max-width: 800px;
    padding: 10px;
    margin-bottom: 10px;
}

.__quizQuestionResultNoResult {
    border: solid 1px var(--c-light-grey);
}

.__quizQuestionResultWrong {
    border: solid 1px var(--c-red);
}

.__quizQuestionResultCorrect {
    border: solid 1px var(--c-green);
}

.__quizQuestionAnswerText {
    padding: 10px;
    border: solid 1px var(--c-light-grey);
    margin-bottom: 5px;
}

.__quizQuestionCorrect {
    background-color: var(--c-green-tint);
}

.__quizQuestionSelected {
    border-width: 2px;
    border-style: dashed;
    border-color: var(--c-mid-grey);
}

.__quizQuestionQuestionText {
    margin-bottom: 10px;
    font-style: italic;
}

.__quizQuestionQuestionAnswerNoResult {
    font-size: 0.8em;
    font-weight: 500;
}
