body {
    font-family: 'Lucida Grande', 'Segoe UI', Tahoma, sans-serif;
    margin: 0;
    background-color: #eeeeee;
    background-image: url('images/bodybackground.png');
    background-repeat: repeat-y;
    background-position: center top;
    font-size: 1em;
}

input, textarea {
    font-family: 'Lucida Grande', 'Segoe UI', Tahoma, sans-serif !important;
    font-size: 0.9em !important;
    width: 100% !important;
    resize: none;
}

    input[readonly='readonly'] {
        color: #000 !important;
        border: 1px solid #fff;
        padding-top: 3px;
    }

    input[readonly] {
        background-color: #ccc;
    }

select {
    font-family: 'Lucida Grande', 'Segoe UI', Tahoma, sans-serif !important;
    font-size: 0.9em !important;
    height: 32px;
    background-color: #67A0BC;
    color: #fff;
    border: 2px solid #666;
    padding: 2px 5px 2px 5px;
}

.bodylogin {
    margin: 0;
    background-color: #778899;
    background-image: none;
    background-repeat: repeat-y;
    background-position: center top;
}

.loginboxcustomerlogocontainer {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.dhldemologobackground {
    background-color: #ffcc00;
}

.loginboxcustomerlogo {
    width: 350px;
    margin: 0px auto;
    min-height: 65px;
    background-position: center center;
    background-repeat: no-repeat;
}

.loginboxcontainer {
    width: 377px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 0px;
    padding: 2px 0px 2px 0px;
}

.loginbox {
    width: 376px;
    background-color: #708090;
    padding: 18px 0px 0px 0px;
    border-radius: 5px;
}

.loginboxtitle {
    color: #eee;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 20px;
    margin-left: 25px;
}

.loginboxlabel {
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 5px;
    margin-left: 25px;
}

.truncate{
    text-overflow: ellipsis;
}

.loginbutton {
    height: 30px;
    font-family: Helvetica !important, sans-serif;
    font-size: 1em !important;
    margin-left: 25px;
    background-color: #eee;
}

.loginerrormessage {
    color: #fff;
    font-size: 0.9em;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 25px;
}

.passwordlink {
    color: #F7941D;
    font-size: 0.85em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 25px;
    cursor: pointer;
    margin-left: 25px;
}

.loginboxinput {
    width: 100%;
    height: 100%;
    font-size: 1em !important;
    margin-left: 25px;
}

.logininputcontainer {
    width: 318px;
    margin-bottom: 20px;
}

.hanaa, .hanaa::selection, .hanaa:hover {
    background-color: #67A0BC !important;
}

.spinner {
    max-width: 50px;
    max-height: 50px;
}

.bodycontainer {
    width: 1281px;
    margin: 0px auto;
}

.header {
    position: fixed;
    font-size: 0.9em;
    background-color: #708090;
    width: 1281px;
    height: 50px;
    top: 0px;
    z-index: 100;
}

    .header > div:first-child {
        left: 25px;
        top: 8px;
        position: absolute;
    }

.headeractionbar {
    float: right;
    display: table;
    padding-top: 14px;
    padding-right: 10px;
}

.content {
    position: fixed;
    width: 1280px;
    top: 50px;
    bottom: 59px;
    background-color: var(--neutral900);
}

.panelfootermenu {
    background-color: #3C454F;
    position: fixed;
    width: 1280px;
    height: 390px;
    bottom: 0px;
    margin-top: 15px;
    display: none;
}

.footermenutitle {
    padding: 30px;
    color: #67A0BC;
    font-weight: 700;
    font-size: 1.1em;
}

.apptitle {
    font-size: 1.1em;
    font-weight: 700;
    float: left;
    vertical-align: middle;
    color: #fff;
    margin-left: 30px;
    margin-top: 5px;
}

.appuser, .appapps {
    font-size: 0.9em;
    margin-right: 10px;
    color: #fff;
    vertical-align: middle;
    padding-left: 8px;
    font-weight: bold;
    cursor: pointer;
    display: table-cell;
}

.appapps {
    border-left: 2px solid #999;
    padding-left: 8px;
}

.helplink {
    color: rgb(255, 255, 255);
    padding-right: 8px;
    vertical-align: middle;
    border-right-color: rgb(153, 153, 153);
    border-right-width: 2px;
    border-right-style: solid;
    display: table-cell;
}

    .helplink.disabled {
        color: rgba(255, 255, 255, 0.4);
    }

    .helplink .fa {
        font-size: 1.6em;
    }

    .helplink a {
        color: inherit;
    }

.logout {
    color: #F7941D;
    font-weight: 700;
    border-left: 2px solid #999;
    padding-left: 8px;
    cursor: pointer;
    vertical-align: middle;
    display: table-cell;
}

.controlpanelarrow {
    width: 20px;
    height: 25px;
    padding-left: 8px;
    cursor: pointer;
    background-image: url('images/downarrow.png');
    background-repeat: no-repeat;
    background-position: center 12px;
    display: table-cell;
}

.controlpanel {
    float: right;
    font-size: 0.9em;
    color: #f7941d;
    font-weight: 700;
    cursor: pointer;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 0px;
}

.controlpaneldisabled {
    cursor: default;
    color: #999;
}

.applicationusermenu {
    position: absolute;
    right: 134px;
    top: 0px;
    width: 200px;
    display: none;
    background-color: #708090;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.applicationappmenu {
    position: absolute;
    right: 65px;
    top: 0px;
    width: 290px;
    display: none;
    background-color: #708090;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.applicationlist {
    color: #ffffff;
    font-size: 1em;
    display: table;
}

    .applicationlist > div {
        display: table-row;
        height: 40px;
    }

        .applicationlist > div > div {
            display: table-cell;
            cursor: pointer;
            vertical-align: middle;
        }

            .applicationlist > div > div:nth-child(1) {
                width: 35px;
            }

            .applicationlist > div > div:nth-child(2) {
                padding-bottom: 6px;
            }

                .applicationlist > div > div:nth-child(2) > a:link {
                    color: #fff;
                    text-decoration: none;
                }

                .applicationlist > div > div:nth-child(2) > a:visited {
                    color: #fff;
                    text-decoration: none;
                }

                .applicationlist > div > div:nth-child(2) > a:active {
                    color: #fff;
                    text-decoration: none;
                }

                .applicationlist > div > div:nth-child(2) > a:hover {
                    color: #F7941D;
                    text-decoration: none;
                }

.mainmenu {
    position: absolute;
    color: #fff;
    background-color: #778899;
    width: 220px;
    top: 0px;
    bottom: 0px;
    font-size: 1.05em;
    overflow: auto;
}

.mainmenuitem {
    background-image: url('images/mainmenuicons2.png');
    background-repeat: no-repeat;
    height: 45px;
    padding: 5px 10px 5px 58px;
    cursor: pointer;
    position: relative;
}

    .mainmenuitem .menuitembeta {
        left: 13px;
        top: 34px;
        color: white;
        font-size: 0.75em;
        font-weight: bold;
        position: absolute;
    }

.mainmenuitemselected > .menuitembeta {
    top: 32px;
    color: red;
}

.mainmenuitem:hover {
    background-color: #70AECC;
}

.mainmenuitemdisabled {
    background-image: url('images/mainmenuicons2.png');
    background-repeat: no-repeat;
    height: 45px;
    padding: 5px 10px 5px 66px;
    font-weight: 700;
}

.panelfootermenu .mainmenuitem {
    font-size: 0.95em;
    color: #fff;
    padding-left: 70px;
    width: 150px;
}

    .panelfootermenu .mainmenuitem:hover {
        background-color: #6D747B;
    }

.panelheading {
    display: table;
}

.paneltitle {
    font-size: 1.8em;
    color: #666;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.mainmenuitemselected {
    cursor: default;
    background-color: #fff !important;
    color: #F7941D;
    border-top: 3px solid #F7941D;
    border-bottom: 3px solid #F7941D;
}

.menuitemtitle {
    font-weight: bold;
}

.menuitemsubtitle {
    color: #ccc;
    margin-left: 1px;
    margin-top: -1px;
    font-size: 0.9em;
}

.mainmenuitemselected > .menuitemsubtitle {
    color: #000;
}

.mainmenuitemhome {
    background-position: 15px 15px;
}

.mainmenuitemhomeselected {
    background-position: 15px -42px;
}

.mainmenuitemdomains {
    background-position: 15px -96px;
}

.mainmenuitemdomainsselected {
    background-position: 15px -150px;
}

.mainmenuitemusers {
    background-position: 15px -207px;
}

.mainmenuitemusersselected {
    background-position: 15px -261px;
}

.mainmenuitemtemplates {
    background-position: 15px -317px;
}

.mainmenuitemtemplatesselected {
    background-position: 15px -372px;
}

.mainmenuitemtaskanalyses {
    background-position: 15px -1217px;
}

.mainmenuitemtaskanalysesselected {
    background-position: 15px -1287px;
}

.mainmenuitemsyllabuses {
    background-position: 15px -1495px;
}

.mainmenuitemsyllabusesselected {
    background-position: 15px -1560px;
}

.mainmenuitemcourses {
    background-position: 15px -1495px;
}

.mainmenuitemcoursesselected {
    background-position: 15px -1560px;
}

.mainmenuitemassessments {
    background-position: 15px -427px;
}

.mainmenuitemassessmentsselected {
    background-position: 15px -482px;
}

.mainmenuitemreports {
    background-position: 15px -537px;
}

.mainmenuitemreportsselected {
    background-position: 15px -591px;
}

.mainmenuitemdocuments {
    background-position: 15px -1355px;
}

.mainmenuitemdocumentsselected {
    background-position: 15px -1422px;
}

.mainmenuitemqualifications {
    background-position: 15px -977px;
}

.mainmenuitemqualificationsselected {
    background-position: 15px -1032px;
}

.mainmenuitemassessmentmonitor {
    height: 60px;
    background-position: 15px -990px;
}

.mainmenuitemassessmentmonitorselected {
    height: 60px;
    background-position: 15px -1060px;
}

.mainmenuitemsettings {
    background-position: 15px -648px;
}

.mainmenuitemsettingsselected {
    background-position: 15px -702px;
}

.mainmenuitemsupport {
    background-position: 15px -757px;
}

.mainmenuitemsupportselected {
    background-position: 15px -812px;
}

.mainmenubackbutton {
    background-image: url('images/buttonback.png');
    background-repeat: no-repeat;
    background-position: 30px 15px;
    padding: 15px 10px 10px 66px;
    vertical-align: middle;
    color: #fff;
    margin-top: 20px;
    font-size: 1.2em;
    cursor: pointer;
    min-height: 35px;
}

    .mainmenubackbutton:hover {
        background-color: #70AECC;
    }

.mainmenucurrenttitle {
    background-color: #fff;
    margin-top: 20px;
    font-size: 1.1em;
    font-weight: 700;
    color: #000;
    padding: 10px 10px 0px 20px;
    width: 190px;
    display: none;
    word-break: break-word;
}

.mainmenucurrentsubtitle {
    background-color: #fff;
    font-size: 0.9em;
    color: #666;
    padding: 0px 10px 10px 22px;
    width: 190px;
    display: none;
}

.newbutton {
    position: fixed;
    color: #fff;
    font-size: 1.1em;
    font-weight: 700;
    background-image: url('images/buttonadd.png');
    background-repeat: no-repeat;
    background-position: 25px 18px;
    height: 100%;
    width: 80px;
    padding-top: 20px;
    padding-left: 60px;
    cursor: pointer;
}

.footertoolbar {
    display: none;
    height: 100%;
    margin: 0 auto;
    padding-left: 110px;
    width: 240px;
}

.newbutton:hover, .footerbutton:hover {
    background-color: #333;
}

.footerbutton {
    float: left;
    background-repeat: no-repeat;
    background-position: center 9px;
    height: 100%;
    width: 80px;
    color: #fff;
    padding-top: 35px;
    font-size: 0.7em;
    cursor: pointer;
    text-align: center;
}

.footerbuttondisabled {
    cursor: default;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

    .footerbuttondisabled:hover {
        background-color: transparent;
    }

.footerbuttonnew {
    background-image: url('images/buttonnew.png');
}

.footerbuttonupload {
    background-image: url('images/buttonupload.png');
}

.footerbuttonattach {
    background-image: url('images/buttonupload.png');
}

.footerbuttonmore {
    background-image: url('images/buttonmore.png');
}

.footerbuttonedit, .footerbuttonsign {
    background-image: url('images/buttonedit.png');
}

.footerbuttonpdf,
.footerbuttonregpdf,
.footerbuttontrainingpdf {
    background-image: url('images/buttonpdf.png');
}

.footerbuttonsave {
    background-image: url('images/buttonsave.png');
}

.footerbuttonundo {
    background-image: url('images/buttonundo.png');
}

.footerbuttonlayout {
    background-image: url('images/buttonlayout.png');
}

.footerbuttonprogress,
.footerbuttontoggle,
.footerbuttonmodify {
    background-image: url('images/buttonprogress.png');
}

.footerbuttonpeople {
    background-image: url('images/buttonpeople.png');
}

.footerbuttonpublish {
    background-image: url('images/buttonpublish.png');
}

.footerbuttonstatus {
    background-image: url('images/buttonpublish.png');
}

.footerbuttonexport {
    background-image: url('images/buttonexport.png');
}

.footerbuttonimport {
    background-image: url('images/buttonimport.png');
}

.footerbuttondelete {
    background-image: url('images/buttondelete.png');
}

.footerbuttonmove {
    background-image: url('images/buttonexport.png');
}

.footerbuttonreopen {
    background-image: url('images/buttonreopen.png');
}

.footerbuttonapprove,
.footerbuttonreport,
.footerbuttontraining,
.footerbuttonprint,
.footerbuttoncsv,
.footerbuttonexcel {
    color: #fff;
    padding-top: 11px;
}

    .footerbuttonapprove > div:first-child,
    .footerbuttonreport > div:first-child,
    .footerbuttontraining > div:first-child,
    .footerbuttonprint > div:first-child,
    .footerbuttoncsv > div:first-child,
    .footerbuttonexcel > div:first-child {
        font-size: 2em;
        position: absolute;
        top: 12px;
        left: 50%;
        transform: translateX(-50%)
    }

    .footerbuttonapprove > div:nth-child(2),
    .footerbuttonreport > div:nth-child(2),
    .footerbuttontraining > div:nth-child(2),
    .footerbuttonprint > div:nth-child(2),
    .footerbuttoncsv > div:nth-child(2),
    .footerbuttonexcel > div:nth-child(2) {
        padding-top: 2px;
    }

.footerbuttoncopytemplate {
    background-image: url('images/buttoncopytemplate.png');
}

.footerbuttoncreaterevision {
    background-image: url('images/buttoncopytemplate.png');
}

.footerbuttoncopycurriculum {
    background-image: url('images/buttoncopytemplate.png');
}

.footerbuttonbulkenrollment {
    background-image: url('images/buttonuploadfile.png');
    width : 110px;
}

.searchboxpanel {
    background-image: url('images/buttonsearch.png');
    background-position: 190px center;
    background-repeat: no-repeat;
    height: 24px;
    border: 1px solid #999;
    padding-left: 5px;
    padding-right: 20px;
}

.searchbox {
    border: none;
    height: 22px;
    width: 180px !important;
    background-color: transparent;
}

.tabletitlerow, .tablerow, .tablerownohover {
    display: table-row;
    width: 100%;
    background-color: #fff;
}

    .tablerow:hover {
        background-color: #ddd;
    }

    .tablerow:last-child > .listvalue {
        padding-bottom: 7px;
    }

.tablerowselected, .tablerowselected:hover {
    background-color: #A0C4D3;
}

.listcolumn {
    font-size: 0.9em;
    display: table-cell;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 3px solid #ccc;
    border-right: 1px solid #ccc;
}

.listcolumnright {
    text-align: right;
}

.listactionbutton {
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
}

.listvalue {
    cursor: pointer;
    font-size: 0.9em;
    display: table-cell;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #eee;
    background-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space:pre-wrap;
}

.listvalueselectable {
    cursor: default;
    -webkit-user-select: auto;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.filelist .tabletitlerow .listcolumn:nth-child(1) {
    padding-left: 0px;
    padding-right: 0px;
    border-right: none;
}

.filelist .tabletitlerow .listcolumn:nth-child(2) {
    padding-left: 7px;
}

.filelist .listvalue:nth-child(1) {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 0px;
    padding-right: 0px;
    border-right: none;
}

.filelist .listvalue:nth-child(2) {
    padding-left: 7px;
}

.filelist .tablerow > .listvalue:nth-child(1) {
    background-image: url('images/file_extension_sprite.png');
}

.filelist .tablerow[extension=""] > .listvalue:nth-child(1) {
    background-position: 4px 4px;
}

.filelist .tablerow[extension="pdf"] > .listvalue:nth-child(1) {
    background-position: -27px 4px;
}

.filelist .tablerow[extension="doc"] > .listvalue:nth-child(1) {
    background-position: -57px 4px;
}

.filelist .tablerow[extension="docx"] > .listvalue:nth-child(1) {
    background-position: -57px 4px;
}

.filelist .tablerow[extension="xls"] > .listvalue:nth-child(1) {
    background-position: -87px 4px;
}

.filelist .tablerow[extension="xlsx"] > .listvalue:nth-child(1) {
    background-position: -87px 4px;
}

.not-clickable {
    cursor: default;
}

.listvalue-green {
    background-color: #006600;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.listvalue-amber {
    background-color: #FF9C07;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.listvalue-red {
    background-color: #cc3300;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.listpaging {
    font-family: 'Lucida Grande', 'Segoe UI', Tahoma, sans-serif;
    font-size: 0.9em;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 50px;
}

.pagingnextprev {
    float: right;
    cursor: pointer;
}

.pagingnextprevdisabled {
    float: right;
    cursor: default;
    color: #ccc;
}

.sortablecolumn {
    cursor: pointer;
    background-image: url('images/iconsort.png');
    background-repeat: no-repeat;
    background-position: right -79px;
}

.sortdescicon {
    background-position: right -37px !important;
}

.sortascicon {
    background-position: right 5px !important;
}

.searchbutton {
    padding-top: 2px;
    padding-bottom: 0px;
    width: 14px;
}

    .searchbutton:hover {
        cursor: pointer;
        background-color: #eee;
    }

.itemlist {
    display: table;
    margin-top: 20px;
    width: 100%;
}

.hide,
.hide > .tablerow {
    display: none;
}

#containerqualificationwatchlist > .itemlist {
    margin-top: 0px;
}

.checkboxitemlist .basiccheckboxcontainer {
    width: 20px;
    height: 16px;
    padding-bottom: 4px;
}

    .checkboxitemlist .basiccheckboxcontainer > .basiccheckbox {
        margin: 0px;
        margin-top: 2px;
        padding: 0px;
        width: 20px;
        height: 20px;
        float: none;
    }

.checkboxitemlist .listvalue {
    vertical-align: top;
}

.itemdetails {
    margin-top: 20px;
    font-family: 'Lucida Grande', 'Segoe UI', Tahoma, sans-serif !important;
    font-size: 0.9em !important;
    /*display: none;*/
    overflow: hidden;
}

.itemrowseparator {
    clear: both;
    height: 10px;
}

.basiclabel {
    float: left;
    margin-top: 3px;
    font-size: 0.9em;
    width: 160px;
    word-break: break-word;
}

.basicdropdownlabel {
    margin-top: -4px;
    margin-left: -2px;
    margin-right: 2px;
}

    .basicdropdownlabel > select {
        background-color: transparent;
        color: #000;
        padding: 0;
        padding-right: 10px;
        border: none;
        font-size: 1em !important;
    }

#dialogtrainingcourseelement .basiclabel {
    min-width: 215px;
}

.basiclabelnarrow {
    float: left;
    margin-top: 3px;
    font-size: 0.9em;
    width: 100px;
}

.basicinput {
    float: left;
    width: 280px;
}

.basicinputwide {
    width: 460px;
}

.basicinputnarrow {
    width: 200px;
}

.basictext {
    margin-top: -10px;
    font-size: 0.9em;
}

.basiclistitem {
    padding: 2px 4px 2px 4px;
    margin-right: 4px;
    cursor: pointer;
}

    .basiclistitem:hover {
        background-color: #ddd;
    }

.secondcrewmember-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    font-family: var(--font-body) !important;
}

.basicchiplist {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 10px;
    font-size: 13px;
}

    .basicchiplist .basicchipitem {
        background: var(--blue700);
        color: var(--blue300);
        padding: 5px 15px;
        border-radius: 20px;
    }

        .basicchiplist .basicchipitem .removebutton {
            margin-left: 10px;
            cursor: pointer;
        }

        .basicchiplist .basicchipitem .removebutton.disabled {
            display: none;
        }

.basiccheckbox {
    width: 220px;
    float: left;
    background-image: url('/content/images/checkboxbackground.png');
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 22px;
    margin: 2px;
    margin-bottom: 4px;
    cursor: pointer;
}

.basiccheckboxclear {
    background-image: url('/content/images/checkboxbackground.png') !important;
    cursor: default !important;
}

.basiccheckboxdisabled {
    opacity : 20%;
    cursor: default !important;
}

.basiccheckboxdisabled.basiccheckboxselected {
    background-image: url('/Content/newSkin/images/icons/checkboxes/selected.png') !important;
}

.basiccheckboxok {
    background-image: url('/content/images/checkboxokbackground.png') !important;
    cursor: default !important;
}

.basiccheckboxpartialpassed {
    background-image: url('/content/images/checkboxamberbackground.png') !important;
    cursor: default !important;
    border: none;
}

.basiccheckboxwarning {
    background-image: url('/content/images/checkboxwarningbackground.png') !important;
    cursor: default !important;
}

.basiccheckboxerror {
    background-image: url('/content/images/checkboxerrorbackground.png') !important;
    cursor: default !important;
}

.basiccheckboxmaxattempts {
    background-image: url('images/checkboxerrorbackground.png') !important;
    cursor: default !important;
}

.basiccheckboxselecteddisabled {
    cursor: default !important;
}

.basiccheckboxselected {
    background-image: url('images/checkboxselbackground.png') ;
}

.basicbutton {
    background-color: #3C454F;
    color: #fff;
    float: right;
    padding: 5px 20px 5px 20px;
    cursor: pointer;
}

    .basicbutton:hover {
        background-color: #000;
    }

.bigcheckbox {
    cursor: pointer;
    border: 2px solid #ccc;
    border-right: none;
    padding: 5px 15px 5px 15px;
    font-size: 0.9em;
}

.bigcheckboxselected {
    cursor: default;
    background-color: #67A0BC;
    color: #fff;
    border: 2px solid #666;
    border-right: none;
}

    .bigcheckboxselected + .bigcheckbox {
        border-left: 2px solid #666;
        border-right: 2px solid #ccc;
    }

.bigcheckbox + .bigcheckboxselected {
    border-right: 2px solid #666;
}

.basicinput > .bigcheckbox:nth-child(3) {
    border-left: none;
    border-right: 2px solid #ccc;
}

.basicinput > .bigcheckboxselected:nth-child(3) {
    border-left: 2px solid #666;
    border-right: 2px solid #666;
}

.basicinputerror {
    background-color: #FFD98E;
}

select.basicinputerror {
    color: #000;
}

.basicinputarea {
    float: left;
    width: 280px;
    height: 92px;
    border: 1px solid #ccc;
    padding-left: 4px;
    overflow: auto;
    padding-top: 2px;
    font-size: 0.9em;
}

.dialoghiddenelements {
    display: none;
}

.ui-datepicker {
    font-family: 'Lucida Grande', 'Segoe UI', Tahoma, sans-serif !important;
    font-size: 0.9em;
    font-weight: 700;
    border-radius: 0px !important;
}

.ui-widget-header {
    font-family: 'Lucida Grande', 'Segoe UI', Tahoma, sans-serif !important;
    font-size: 0.9em;
    font-weight: 700;
    border-radius: 0px !important;
    background-image: none;
    background-color: #3C454F !important;
    color: #fff !important;
}

    .ui-widget-header .ui-icon {
        background-image: url('images/jqueryuiicons.png');
    }

.ui-state-default {
    color: #fff !important;
    background-color: #3C454F !important;
    border: 1px solid #000 !important;
}

.ui-datepicker-calendar .ui-state-default {
    color: #000 !important;
    background-color: #3C454F !important;
    border: 1px solid #000 !important;
}

.ui-state-default:hover {
    background-color: #000 !important;
}

.ui-dialog {
    padding: 0px;
}

.ui-button {
    font-family: 'Lucida Grande', 'Segoe UI', Tahoma, sans-serif !important;
    font-size: 0.9em !important;
    background-image: none !important;
    border-radius: 0px !important;
}

.ui-button-text {
    line-height: 0.9 !important;
}

.ui-widget-overlay {
    position: fixed !important;
    background-color: #000 !important;
    background-image: none !important;
    opacity: 0.2 !important;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

#errormessage, #permissionerrormessage {
    float: left;
    font-size: 0.7em;
    line-height: 1.5em;
}

.validatetips {
    margin-top: 20px;
    color: #FF7700;
    text-align: left;
    width: 100%;
}

.errorhightlight {
    color: red !important;
}

.ticketstatus {
    background-image: url('images/ticketlights.png');
    background-repeat: no-repeat;
}

.ticketstatus1 {
    background-position: 6px -17px;
}

.ticketstatus2 {
    background-position: 6px 6px;
}

.ticketstatus3 {
    background-position: 6px -41px;
}

.tabticket {
    border: 1px solid #ccc;
    padding: 20px;
    height: 430px;
    display: none;
}

.tabticketactive {
    display: block;
}

.tablink {
    font-family: 'Lucida Grande', 'Segoe UI', Tahoma, sans-serif;
    font-size: 0.9em;
    background-color: #67A0BC;
    color: #fff;
    border: 1px solid #ccc;
    height: 17px;
    min-width: 10px;
    padding: 4px 20px 4px 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 8px;
    margin-bottom: -1px;
    float: left;
    cursor: pointer;
}

.tablinkactive {
    font-weight: 700;
    cursor: default;
}

.panelcomments {
    font-family: 'Lucida Grande', 'Segoe UI', Tahoma, sans-serif;
    font-size: 0.9em;
    border: 1px solid #ddd;
    height: 260px;
    padding: 2px;
    overflow: auto;
}

.commentheader {
    background-color: #3C454F;
    color: #fff;
    font-weight: 700;
    padding: 2px 2px 2px 6px;
    margin-bottom: 2px;
    margin-top: 10px;
}

    .commentheader:first-child {
        margin-top: 0px;
    }

.commentbody {
    padding-left: 5px;
    line-height: 1.3em;
}

#paneldashboard {
    padding-right: 20px;
}

#paneltemplates {
    /*width: 1000px;*/
}

.panelnotification {
    border: 1px solid #CDCDCD;
    background-color: #F9F9F9;
    padding: 16px 40px 30px 80px;
    position: relative;
}

.notificationicon {
    background-image: url('images/mainmenuicons2.png');
    background-repeat: no-repeat;
    background-position: 15px -792px;
    position: absolute;
    left: 0px;
    top: 6px;
    width: 60px;
    height: 50px;
}

.featuretabbar {
    display: table;
    padding-left: 2px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.featuretab {
    display: table-cell;
    padding-left: 5px;
    cursor: pointer;
    color: #67A0BC;
    font-weight: 700;
}

    .featuretab:first-child {
        padding-left: 0px;
        padding-right: 10px;
    }

.featuretabselected {
    cursor: default;
    color: #000;
}

.featuretabdisabled {
    cursor: default;
    color: #ccc;
}

#dialogitem, #dialogconfirm, #dialogerror {
    display: none;
}

.ui-dialog-buttonset > button {
    font-size: 0.8em !important;
}

li.ui-menu-item {
    font-size: 0.7em;
}

.hasDatepicker > .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #fff !important;
}

.searchcriteriapanel {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 20px 0px 40px 0px;
    border-top: 3px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.assessmentstatepending {
    border-left: 8px solid #CC0000;
}

.assessmentstatesigned {
    border-left: 8px solid #009900;
}

.assessmentstateclosed {
    border-left: 8px solid #494949;
}

.assessmentstatewaitingforapproval {
    border-left: 8px solid rgb(255, 178, 63);
}

.assessmentstateapproved {
    border-left: 8px solid #009900;
}

.list-column-red {
    background-color: #cc3300;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.list-column-amber {
    background-color: #FF9C07;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.commandbutton {
    border: 1px #666 solid;
    float: right;
    padding: 4px 8px;
    font-size: 0.8em;
    cursor: pointer;
    margin-left: 10px;
}

.commandbutton-disabled {
    border: 1px #999 solid;
    color: #999 !important;
    cursor: default;
    background-color: var(--gray) !important;
}

.sorthandle {
    float: left;
    width: 10px;
    height: 10px;
    margin: 5px 0px 0px 2px;
    background-image: url(/Content/Images/icon_grip.png);
    background-repeat: no-repeat;
    cursor: n-resize;
}

.upfolderbutton {
    position: relative;
    top: 5px;
    display: none;
}

.toolbarquickmenu {
    background-color: #708090;
    position: absolute;
    bottom: 0;
    left: 595px;
    color: #fff;
    border: 2px solid #666;
    border-bottom-width: 1px;
    display: none;
}

    .toolbarquickmenu > .menudisabled {
        color: #666;
        cursor: default;
        background: none;
        pointer-events: none;
    }

.toolbarquickmenutemplatecollections {
    left: 515px;
}

.toolbarquickmenu > div {
    cursor: pointer;
    padding: 5px 10px 5px 20px;
    background: url("images/rightarrow.png") no-repeat;
    background-position: 7px center;
}

    .toolbarquickmenu > div:hover {
        background-color: #000;
    }

    .toolbarquickmenu > div:first-child {
        padding-top: 8px;
    }

    .toolbarquickmenu > div:last-child {
        padding-bottom: 8px;
    }

.statusmessageex {
    left: 330px;
    width: 1035px;
    height: 50px;
    bottom: 62px;
    position: fixed;
    opacity: 0.9;
    border: 2px solid #ccc;
    display: none;
}

    .statusmessageex > div {
        margin: 10px 20px;
        font-size: 1.2em;
        font-weight: bold;
    }

.statusmessage {
    display: none;
    min-width: 200px;
    opacity: 0.9;
    background-color: #444;
    position: absolute;
    left: 2px;
    color: #fff;
    font-size: 1em;
    text-align: center;
    padding: 5px;
    border-radius: 2px;
}

.warningmessage {
    display: none;
    width: 980px;
    opacity: 1;
    background-color: #333;
    position: absolute;
    color: #fff;
    font-size: 1em;
    text-align: center;
    padding: 20px;
    border-radius: 2px;
    border-left: 12px solid #ffb23f;
    z-index: 300;
}

    .warningmessage > div:last-child {
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer;
        font-weight: bold;
    }

.attachmentbox,
.photoattachmentbox {
    display: none;
}

    .attachmentbox .customelemitemvalue,
    .photoattachmentbox .customelemitemvalue {
        float: none;
        padding: 6px 10px 10px 10px;
        min-height: 35px;
    }

.attachmentboxheader,
.photoattachmentboxheader {
    background-color: #3C454F;
    padding: 4px 10px 4px 10px;
    color: #fff;
    font-weight: bold;
}

.fileattachmentlist {
    display: table;
    width: 100%;
    word-break: break-all;
}


    .fileattachmentlist > div > div:nth-child(1) {
        padding: 2px 0px;
        width: auto;
        display: table-cell;
        min-width: 200px;
    }

    .fileattachmentlist > div > div:nth-child(2) {
        width: 140px;
        text-align: right;
        display: table-cell;
    }

    .fileattachmentlist > div > div:nth-child(3) {
        width: 80px;
        text-align: right;
        display: table-cell;
    }

    .fileattachmentlist > div > div:nth-child(4) {
        width: 30px;
        display: table-cell;
    }

    .fileattachmentlist > div > div:nth-child(5) {
        width: 26px;
        display: table-cell;
    }

    .fileattachmentlist > div > div:nth-child(6) {
        width: 26px;
        display: table-cell;
    }

.attachmentbox .fileinput-button {
    position: absolute;
    right: 0px;
    top: 23px;
    padding: 0px 8px;
    border: none;
    font-size: 1em;
    font-family: Lucida Grande, Segoe UI, Tahoma, sans-serif;
    float: right;
}

.attachmentbox .progressbar {
    height: 4px;
    background-color: rgb(204, 204, 204);
}

.progressbar > .progress-bar {
    width: 0px;
    height: 100%;
    background-color: #3C454F;
}

.buttonrenameattachment {
    cursor: pointer;
    background-image: url(/content/images/icon_settings_small_inv.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.buttondeleteattachment {
    cursor: pointer;
    background-image: url(/content/images/delete_inv.png);
    background-position: center right;
    background-repeat: no-repeat;
}

#panelsettings .listvalue:first-child {
    cursor: pointer;
    overflow-wrap: break-word;
}

#panelsettings .syncdirection {
    font-size: 1.2em;
}

.rulesection {
    width: auto;
    border: 1px solid #ccc;
    padding: 12px;
}

.tabrulesectionselector > div {
    cursor: pointer;
    float: left;
    padding: 4px 12px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #000;
}

    .tabrulesectionselector > div:nth-child(1) {
        border-left: 1px solid #ccc;
    }

    .tabrulesectionselector > div.selectedtab {
        cursor: default;
        color: #fff;
        background-color: #67A0BC;
    }

.columnleftborderred {
    border-left: 8px solid #CC0000;
}

.columnleftbordergreen {
    border-left: 8px solid #009900;
}

.columnleftborderamber {
    border-left: 8px solid #ffb23f;
}

.columnleftbordergray {
    border-left: 8px solid #ccc;
}

.customersettings {
    padding-top: 20px;
    padding-left: 10px;
    margin-top: 10px;
    border-top-color: rgb(204, 204, 204);
    border-top-width: 3px;
    border-top-style: solid;
}

.customersettingssectiontitle {
    background-color: #eee;
    padding: 5px;
    padding-left: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.customersettingssection {
    padding-left: 10px;
    margin-bottom: 25px;
}

    .customersettingssection > .basiclabel {
        width: 240px;
    }

#userroles {
    height: 280px;
    width: 380px;
}

    #userroles .basiccheckbox {
        width: 280px;
    }

#spinnercontainer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.80);
    display: block;
    visibility: hidden;
    border-radius: 5px;
    z-index: 10000;
}

.context-menu {
    display: none;
    position: absolute;
    z-index: 10;
    padding: 0;
    width: 240px;
    background-color: #fff;
    border: solid 1px #dfdfdf;
    box-shadow: 1px 1px 2px #aeaeae;
}

.context-menu--active {
    display: block;
}

.context-menu__items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.context-menu__item {
    display: block;
    margin-bottom: 4px;
}

    .context-menu__item:last-child {
        margin-bottom: 0;
    }

.context-menu__link {
    display: block;
    padding: 4px 6px;
    color: #000;
    text-decoration: none;
}

.context-menu__link--disabled {
    color: #ccc;
    cursor: default;
}

.context-menu__link:hover {
    background-color: #ddd;
}

.context-menu__link > i {
    margin-right: 12px;
}

.listcolumn > .basiccheckbox,
.tablerow > .basiccheckbox {
    width: 20px;
    height: 20px;
    padding-left: 0px;
    margin-left: 10px;
    margin-bottom: 0px;
    border-right: none;
}

.unselectable {
    -moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#commanderlabel #trainee1role,
#copilotlabel #trainee2role {
    max-width: 150px;
}

.assessmentresult {
    position: relative;
}

    .assessmentresult > div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .assessmentresult > div > div {
            border-left: 8px solid transparent;
        }

            .assessmentresult > div > div:nth-child(2) {
                border-top: 1px solid #fff;
            }

            .assessmentresult > div > div > div {
                padding-top: 4px;
                padding-left: 10px;
            }

@media all and (device-width: 768px) and (device-height: 1024px) {
    div .header, div.content, div.footer, div.panelfootermenu {
        zoom: 75%;
    }
}

.antiautofill {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 0 !important;
    border: hidden !important;
    padding: 0;
}

#qualificationsbox .basicinputarea,
#taskAnalysisArea .basicinputarea {
    height: 120px;
}

    #qualificationsbox .basicinputarea::-webkit-scrollbar,
    #taskAnalysisArea .basicinputarea::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    #qualificationsbox .basicinputarea::-webkit-scrollbar-track,
    #taskAnalysisArea .basicinputarea::-webkit-scrollbar-track {
        border-radius: 3px;
        background-color: silver;
    }

        #qualificationsbox .basicinputarea::-webkit-scrollbar-track:hover,
        #taskAnalysisArea .basicinputarea::-webkit-scrollbar-track:hover {
            background-color: grey;
        }

    #qualificationsbox .basicinputarea::-webkit-scrollbar-thumb,
    #taskAnalysisArea .basicinputarea::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: dimgrey;
    }

        #qualificationsbox .basicinputarea::-webkit-scrollbar-thumb:hover,
        #taskAnalysisArea .basicinputarea::-webkit-scrollbar-thumb:hover {
            background-color: darkslategrey;
        }

#taskAnalysisArea #pillsArea {
    width: 286px;
}

    #taskAnalysisArea #pillsArea .pillRow {
        border: solid #ccc 1px;
        border-radius: 3px;
        font-size: 0.8em;
        margin-bottom: 2px;
        padding: 0 5px 2px 5px;
        background-color: #eef;
        position: relative;
        overflow-wrap: break-word;
    }

#pillsArea .pillRow .lockButton,
#pillsArea .pillRow .closeButton {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 1px;
    right: 4px;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
}

#competenciesArea #competenciespillsArea {
    width: 286px;
}

    #competenciesArea #competenciespillsArea .competenciespillsRow {
        border: solid #ccc 1px;
        border-radius: 3px;
        font-size: 0.8em;
        margin-bottom: 2px;
        padding: 0 5px 2px 5px;
        background-color: #eef;
        position: relative;
        overflow-wrap: break-word;
    }

#competenciesArea .competenciespillsRow .lockButton,
#competenciesArea .competenciespillsRow .closeCompetenciesButton {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 1px;
    right: 4px;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
}

#competenciesArea .disabledarea {
    pointer-events: none !important;
    opacity: 0.4 !important;
}

.lockButton {
    background-image: url('images/lock.png');
    cursor: default !important;
}

.closeButton {
    background-image: url('images/close.png');
    cursor: pointer;
}

.closeCompetenciesButton {
    background-image: url('images/close.png');
    cursor: pointer;
}

.basiccheckbox.basicCheckboxLocked {
    background-image: url('images/lock_in_checkbox.png') !important;
    background-size: 16px;
    cursor: default !important;
}

.overflow-hidden {
    overflow: hidden;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    background-color: white;
}

.textcenter {
    text-align: center;
}

.green {
    color: green;
}

.red {
    color: red;
}

.yellow {
    color: #EED202;
}

.blue {
    color: cornflowerblue;
}

.ui-button-white {
    background-color: white !important;
}
    .ui-button-white:hover {
        background-color: #e0e0e0 !important;
    }

    .ui-button-white .ui-button-text {
        color: black;
    }

.dialogcustomfooter {
    border-top: 1px solid #aaaaaa;
    padding: .4em .5em .5em .5em;
}

    .dialogcustomfooter button {
        color: #fff;
        background-color: #3C454F;
        border: 1px solid #000;
    }
        .dialogcustomfooter button:hover {
            background: #000000;
        }

    .dialogcustomfooter .buttonset {
        display: table;
        width: 100%;
    }

    .dialogcustomfooter .ui-button-text {
        font-size: 0.9em;
        padding: .4em 1em;
    }

    .dialogcustomfooter .leftbox {
        float: left;
        display: inline-block;
    }

    .dialogcustomfooter .rightbox {
        float: right;
        display: inline-block;
    }

#feedbackbuttondiv {
    position: absolute;
    right: -51px;
    top: 50%;
}

    #feedbackbuttondiv .feedbackbutton {
        border-radius: 6px 6px 0 0;
        background-color: #778899;
        padding: 6px 12px;
        font-size: 12px;
        box-shadow: 0 2px 20px 0px rgba(0,0,0,0.2);
        font-family: "Lucida Grande", sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        display: inline-block;
        text-decoration: none;
        transform: rotateZ(-90deg);
        -ms-transform: rotateZ(-90deg);
        -moz-transform: rotateZ(-90deg);
        -webkit-transform: rotateZ(-90deg);
        -o-transform: rotateZ(-90deg);
    }

        #feedbackbuttondiv .feedbackbutton:active, #feedbackbuttondiv .feedbackbutton:hover {
            background-color: #5b6b7a;
            border-color: #5b6b7a;
        }

.containercanvas .ui-sortable-helper {
    min-width: 657px !important;
    background-color: white;
}
.containercanvas .trainingtypedeletableelement {
    min-width: auto;
    background-color: white;
}


.basicinputerror {
    border: 2px solid red !important;
}

.panelassessment {
    width: 100%;
    padding: 0 30px 20px 30px;
}