﻿/* DEFAULTS - BODY AND ANCHORS
----------------------------------------------------------*/
html, body, form {
    height: 100%;
    overflow: hidden;
    /*font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;*/
}

body {
    margin: 0px;
    padding: 0px;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
    font-size: 1em;
}

a:link, a:visited, a:active {
    text-decoration: none;
    color: #2e3192;
}

a:hover {
    text-decoration: underline;
}

ul.buttonbar {
    display: none !important;
}

/* DEFAULTS - HEADINGS
----------------------------------------------------------*/

h2 {
    color: #333333;
    font-weight: bold;
    font-size: 14pt;
    margin: 12px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
}

    h2.error {
        color: #ff0000;
    }

h3, h4 {
    color: #999999;
    font-weight: bold;
}

h3 {
    font-size: 14pt;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

h4 {
    text-transform: none;
}

table.formview.small h3 {
    margin-left: 0px;
    color: #000000;
    font-size: 11pt;
}


/* DEFAULTS - FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 10px 0px;
    padding: 10px;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 12pt;
    font-weight: normal;
    text-transform: uppercase;
    padding: 2px 0px 22px 8px;
    color: #666666;
    background-color: #FFFFFF;
    width: 440px;
}

select {
    width: 207px;
    border: 1px solid #ccc;
    font: inherit;
    font-size: 10pt;
}

input[type=text], input[type=file], input[type=password], textarea {
    width: 200px;
    border: 1px solid #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    padding-left: 3px;
    padding-right: 7px;
    margin-top: 0px;
    margin-bottom: 2px;
}

.login input[type=text], .login input[type=password] {
    width: 200px;
    border: 1px solid #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    padding-left: 3px;
    padding-right: 7px;
    margin-top: 0px;
    margin-bottom: 2px;
}

    .login input[type=text]:focus, .login input[type=password]:focus {
        border-color: #BBBBBB !important;
    }


input[type=text]:focus, input[type=password]:focus, textarea:focus, .login input:focus {
    border-color: #666666 !important;
}

input[type=file] {
    width: auto;
}

input[type=checkbox], input[type=radio] {
    margin-left: 0px;
}

    input[type=checkbox] + label, input[type=radio] + label {
        margin-left: 5px;
    }

input.required, textarea.required, .login input.required {
    border-left: 5px solid #999999;
    padding-right: 3px;
}

input.error, textarea.error, .login input.error {
    border: 1px solid #ff0000;
    border-left: 5px solid #ff0000;
    padding-right: 3px;
}

span.error > label, table.error td > label, span.error > span > label {
    color: #ff0000;
    font-weight: bold;
}

textarea.remarks, input.remarks {
    width: 248px !important;
    height: auto;
    overflow: hidden;
    resize: none;
}

textarea.comments {
    width: 648px !important;
    height: auto;
    overflow: hidden;
    resize: none;
}

input.remarks {
    margin-bottom: 8px;
}

div.listsearch input {
    background-image: url("/Framework/img/ico.search.xs.png");
    background-repeat: no-repeat;
    background-position: 185px center;
    padding-top: 3px;
    padding-bottom: 3px;
}

table.slider input {
    visibility: hidden;
}


/* DEFAULTS - VARIOUS
----------------------------------------------------------*/
.clear {
    clear: both !important;
}

.right {
    float: right;
}

.textright {
    text-align: right;
}

.fixed {
    position: fixed;
}

.upper {
    text-transform: uppercase;
}

.hidden {
    display: none;
}

.virtual {
    position: fixed;
    top: -10px;
    left: 0px;
    height: 0px;
    width: 0px;
    margin: 0px;
    padding: 0px;
    z-index: -1;
}

.editor {
    max-width: 100%;
    min-width: 346px;
    min-height: 100px;
}

.disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
}

.transition {
    opacity: .40;
    filter: Alpha(Opacity=40);
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.hint {
    color: #999999;
}

.rotate {
    padding: 0px 0px 0px 0px !important;
}

    .rotate > div {
        width: 32px;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
    }

        .rotate > div > span {
            transform: rotate(270deg);
            -webkit-transform: rotate(270deg);
            display: block;
            height: 130px;
            width: 130px;
            text-align: center;
            vertical-align: central;
        }

#Progress {
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 200000;
    background-color: #666666;
    height: 7px;
}

    #Progress div.progress {
        height: 4px;
        width: 1000px;
        margin: 1px auto;
        background-image: url("/Framework/img/progress.gif");
        background-repeat: no-repeat;
        z-index: 200000;
    }

.progress-circle {
    min-height: 70px;
    min-width: 70px;
    background-color: #E5E5E5;
    background-image: url("/Framework/img/progress.circle.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

    .progress-circle > * {
        display: none;
    }

    .progress-circle > h3 {
        display: block;
    }

/* MAINCONTENT
----------------------------------------------------------*/
#PanelBody {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
    overflow-x: hidden;
    padding: 0px 0px 0px 10px;
}

    #PanelBody > input, #PanelBody > .btn,
    #PanelBody > div > input, #PanelBody > div > .btn {
        margin-left: 15px;
    }

    #PanelBody h2 {
        padding-left: 15px;
        margin-top: 25px;
        clear: left;
    }

    #PanelBody ul {
        list-style-type: square;
        margin-left: 17px;
    }

    #PanelBody div.shortcuts {
        margin: 0px 15px 26px 15px;
        width: 410px;
        height: 200px;
        vertical-align: middle;
        border: 10px solid #E5E5E5;
        background-color: #E5E5E5;
    }

        #PanelBody div.shortcuts > div {
            height: 200px;
            width: 200px;
            overflow: hidden;
        }

            #PanelBody div.shortcuts > div img {
                max-height: 200px;
            }

            #PanelBody div.shortcuts > div a,
            #PanelBody div.shortcuts > div a:hover,
            #PanelBody div.shortcuts > div a:active {
                color: #666666;
                text-decoration: none;
                width: 198px;
                overflow: hidden;
                display: inline-block;
                float: left;
                border: 1px dotted #E5E5E5;
                text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                -ms-text-overflow: ellipsis;
                white-space: nowrap;
            }

                #PanelBody div.shortcuts > div a:hover {
                    background-color: #FFFFCC;
                    border: 1px dotted #999999;
                }


/* CONTENT BUTTONS AND ICONS
----------------------------------------------------------*/
.btn {
    padding: 0px 0px 20px 25px;
    margin-left: 0px;
    background-repeat: no-repeat;
    background-position: left 2px;
    border: none;
    font-size: 12pt;
}

    .btn.btnUpload {
        background-image: url("/Framework/img/ico.upload.xs.png");
    }

    .btn.btnAdd {
        background-image: url("/Framework/img/ico.add.xs.png");
    }

    .btn.btnRemove {
        background-image: url("/Framework/img/ico.remove.xs.png");
    }

    .btn.btnInclude {
        background-image: url("/Framework/img/ico.include.xs.png");
    }

    .btn.btnExclude {
        background-image: url("/Framework/img/ico.exclude.xs.png");
    }

    .btn.btnFavorite, .btn.btnFavorite.selected:hover {
        background-image: url("/Framework/img/ico.favorite.xs.off.png");
    }

        .btn.btnFavorite.selected, .btn.btnFavorite:hover {
            background-image: url("/Framework/img/ico.favorite.xs.on.png");
        }

    .btn.btnPortrait, .btn.btnPortrait.selected:hover {
        background-image: url("/Framework/img/ico.portrait.xs.off.png");
    }

        .btn.btnPortrait.selected, .btn.btnPortrait:hover {
            background-image: url("/Framework/img/ico.portrait.xs.on.png");
        }

    .btn.btnExport {
        background-image: url("/Framework/img/ico.export.xs.png");
    }

    .btn.btnOk {
        background-image: url("/Framework/img/ico.ok.xs.png");
    }

    .btn.btnCancel {
        background-image: url("/Framework/img/ico.cancel.xs.png");
    }

    .btn.btnAccept {
        background-image: url("/Framework/img/ico.save.accept.xs.png");
    }

    .btn.btnFinal {
        background-image: url("/Framework/img/ico.save.accept.xs.png");
    }

    .btn.btnDecline {
        background-image: url("/Framework/img/ico.save.decline.xs.png");
    }

    .btn.btnLock {
        background-image: url("/Framework/img/ico.lock.xs.png");
    }

    .btn.right {
        float: right;
        background-position: top right;
        padding: 0px 25px 20px 0px;
        display: inline-block;
    }

    .btn.btnText {
        padding: 4px 6px 4px 25px;
        background-color: #666666;
        background-position: 4px 4px;
        color: #FFFFFF;
        font-size: 10pt;
        display: inline-block;
    }

    .btn.btnOrganization {
        background-image: url("/Framework/img/ico.search.xs.png");
    }


/* FOREGROUND COLORS
----------------------------------------------------------*/

.lightgray h2, .lightgray ul.scrollbar > li > a.selected, .lightgray .gridview a, .lightgray .gridview a:hover, .lightgray .gridview a:visited {
    color: #999999;
}

.gray h2, .gray ul.scrollbar > li > a.selected, .gray .gridview a, .gray .gridview a:hover, .gray .gridview a:visited {
    color: #999999;
}

.darkgray h2, .darkgray ul.scrollbar > li > a.selected, .darkgray .gridview a, .darkgray .gridview a:hover, .darkgray .gridview a:visited {
    color: #999999;
}

.red h2, .red ul.scrollbar > li > a.selected, .red .gridview a, .red .gridview a:hover, .red .gridview a:visited {
    color: #999999;
}

span.red {
    color: #ff0000;
}

span.green {
    color: #006633;
}


/* BORDER COLORS
----------------------------------------------------------*/

div.red, td.red, td.red > div {
    border-color: #ff0000;
}

div.lightred, td.lightred, td.lightred > div {
    border-color: #ff9999;
}

div.yellow, td.yellow, td.yellow > div {
    border-color: #ffcc00;
}

div.lightgreen, td.lightgreen, td.lightgreen > div {
    border-color: #66cc99;
}

div.green, td.green, td.green > div {
    border-color: #006633;
}



/* BACKGROUND COLORS
----------------------------------------------------------*/

div.lightgray, td.lightgray {
    background-color: #999999 !important;
}

div.gray, td.gray {
    background-color: #666666 !important;
}

div.darkgray, td.darkgray {
    background-color: #333333 !important;
}

div.red, td.red {
    background-color: #ff0000 !important;
    color: #FFFFFF;
}

div.lightred, td.lightred {
    background-color: #ff9999 !important;
    color: #333333;
}

div.yellow, td.yellow {
    background-color: #ffcc00 !important;
    color: #333333;
}

div.lightgreen, td.lightgreen {
    background-color: #66cc99 !important;
    color: #333333;
}

div.green, td.green {
    background-color: #006633 !important;
    color: #FFFFFF;
}



/*ASSESSMENT TYPE COLORS
----------------------------------------------------------*/

.appraisal-manager td, .appraisal-manager th, div.appraisal-manager {
    background-color: #CAE1F9;
    border-color: #CAE1F9;
}

.appraisal-self td, .appraisal-self th, div.appraisal-self {
    background-color: #A2B9D1;
    border-color: #A2B9D1;
}

tr.appraisal-combined td {
    border-top: 16px solid #FFFFFF;
}

tr.appraisal-combined:first-child td {
    border-top: none;
}


/* LOGIN AND ERROR PANEL
----------------------------------------------------------*/
div.login,
div.applicationerror {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    height: 180px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: #666666;
    padding: 20px 0px 20px 0px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    color: #FFFFFF !important;
}

div.applicationerror {
    background: #ff0000;
}


    div.login > table,
    div.applicationerror > div {
        margin: auto auto;
        width: 330px;
    }

        div.login > table tr td {
            padding: 5px 20px 5px 0px;
            white-space: nowrap;
        }

        div.login > table tr:first-child td,
        div.applicationerror h1 {
            padding-top: 0px;
            padding-bottom: 10px;
            font-size: 18pt;
            font-weight: bold;
            color: #FFFFFF;
        }

div.login a.login {
    background-image: url("/Framework/img/ico.login.s.png");
    padding-left: 25px !important;
    padding-bottom: 10px;
    padding-top: 10px;
    background-repeat: no-repeat;
    background-position: left center;
    color: #FFFFFF !important;
    float: right;
    margin-right: 11px;
}

div.applicationerror a.refresh {
    background-image: url("/Framework/img/ico.refresh.s.png");
    padding-left: 25px !important;
    padding-bottom: 10px;
    padding-top: 10px;
    background-repeat: no-repeat;
    background-position: left center;
    color: #FFFFFF !important;
    float: right;
    margin-right: 11px;
}


/* HTML Text Editor
----------------------------------------------------------*/
#PanelBody.createmail {
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

    #PanelBody.createmail textarea {
        visibility: hidden;
    }

    #PanelBody.createmail iframe {
        outline: none !important;
        border: none !important;
    }


/* POPUP & HELP
----------------------------------------------------------*/

.popup {
    left: 40px;
    top: 120px;
    width: 800px;
    height: 550px;
    border: 1px solid #999999;
    -moz-box-shadow: 0 10px 10px #CCCCCC; /* Firefox */
    -webkit-box-shadow: 0 10px 10px #CCCCCC; /* Safari, Chrome */
    box-shadow: 0 10px 10px #CCCCCC; /* CSS3 */
    padding: 0 0 0 23px;
    background-color: #FFFFFF;
    clear: both;
    position: absolute;
    z-index: 25;
    overflow: auto;
}

    .popup .progress {
        margin-top: 16px;
        margin-left: 20px;
        height: 31px;
        width: 31px;
        background-image: url("/Framework/img/progress.gif");
        background-repeat: no-repeat;
        background-position: top left;
        float: left;
        position: absolute;
    }

    .popup .btnClose {
        height: 36px;
        width: 36px;
        background-image: url("/Framework/img/ico.close.m.png");
        background-repeat: no-repeat;
        background-position: left bottom;
        clear: none;
        float: right;
        display: block;
    }

    .popup > table {
        float: left;
        display: inline-block;
        clear: none;
    }

    .popup h1 {
        margin-left: 25px;
        font-size: 18pt;
        color: #666666;
    }

.dialog-help {
    background-color: #FFFFCC;
    position: absolute;
    padding: 10px 10px;
    width: auto;
    height: auto;
    z-index: 20;
    display: block;
    opacity: .8;
    border: 2px solid #666666;
}

    .dialog-help ul, .dialog-help ul li {
        list-style: none;
        padding: 0 0 !important;
        margin: 0 0 !important;
    }

.blend {
    background-color: #FFFFFF;
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
    opacity: .60;
    filter: Alpha(Opacity=60);
}

span.addable {
    background-color: #E5E5E5;
    border-right: 2px solid #E5E5E5;
    color: #333333;
    margin-top: 2px;
    display: inline-block;
    padding: 1px 22px 2px 4px;
    background-image: url('/Framework/img/ico.copy.xs.png');
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    vertical-align: top;
}

    span.addable:hover {
        background-image: url('/Framework/img/ico.copy.xs.on.png');
    }

li > span.addable {
    margin-top: 0px;
}


/* DEFAULTS - TABLES
----------------------------------------------------------*/
table {
    border: none;
    border-spacing: 0px;
    border-collapse: collapse;
}

th {
    border: none;
    font-weight: bold;
}

td, th {
    font-size: 11pt;
    text-align: left;
    padding: 0px 0px 0px 0px;
    border: none;
}

tr.divider td {
    height: 15px;
    background-color: #FFFFFF !important;
}

table.small td, table.small th {
    font-size: 10pt;
}

table caption {
    display: none;
}


/* TABLES - FORMVIEW
----------------------------------------------------------*/
table.formview {
    background-color: #E5E5E5;
    width: 676px;
    margin-left: 15px;
    margin-bottom: 10px;
    margin-right: 15px;
}

    table.formview ul,
    table.formview ol {
        padding: 0 0 0 0;
        margin: 0 0 0 15px;
    }

        table.formview ul li,
        table.formview ol li {
            margin-top: 2px;
        }

    table.formview > tr > td, table.formview > tr > th,
    table.formview > tbody > tr > td, table.formview > thead > tr > th,
    table.formview > tbody > tr > th {
        width: auto;
        vertical-align: top;
        padding-top: 2px;
        padding-right: 2px;
        padding-bottom: 2px;
        padding-left: 8px;
        border-bottom: 1px solid #FFFFFF;
    }

    table.formview > tr > th, table.formview > thead > tr > th,
    table.formview > tbody > tr > th {
        vertical-align: bottom;
    }

    table.formview.small > tr > td, table.formview.small > tr > th,
    table.formview.small > tbody > tr > td, table.formview.small > thead > tr > th,
    table.formview.small > tbody > tr > th {
        width: 260px;
        min-width: 260px;
        padding-top: 8px;
        padding-right: 8px;
        padding-bottom: 8px;
        padding-left: 8px;
        color: #000000;
    }

        table.formview.small > tr > td.filler, table.formview.small > tr > th.filler,
        table.formview.small > tbody > tr > td.filler, table.formview.small > thead > tr > th.filler,
        table.formview.small > tbody > tr > th.filler {
            width: 24px;
            min-width: 24px;
            padding: 0 0 0 0;
        }

            table.formview.small > tr > td.filler > div, table.formview.small > tr > th.filler > div,
            table.formview.small > tbody > tr > td.filler > div, table.formview.small > thead > tr > th.filler > div,
            table.formview.small > tbody > tr > th.filler > div {
                width: 24px;
                min-width: 24px;
                height: 100%;
            }


        table.formview.small > tr > td.radios, table.formview.small > tr > th.radios,
        table.formview.small > tbody > tr > td.radios, table.formview.small > thead > tr > th.radios,
        table.formview.small > tbody > tr > th.radios {
            width: 124px;
            min-width: 124px;
            height: 20px;
            padding: 0 0 0 0 !important;
        }

            table.formview.small > tr > td.radios > div, table.formview.small > tr > th.radios > div,
            table.formview.small > tbody > tr > td.radios > div, table.formview.small > thead > tr > th.radios > div,
            table.formview.small > tbody > tr > th.radios > div,
            table.formview.small > tr > td.radios > span.radios > span, table.formview.small > tr > th.radios > span.radios > span,
            table.formview.small > tbody > tr > td.radios > span.radios > span, table.formview.small > thead > tr > th.radios > span.radios > span,
            table.formview.small > tbody > tr > th.radios > span.radios > span {
                width: 24px;
                min-width: 24px;
                text-align: center;
                height: auto;
                float: left;
                clear: none;
                padding-top: 8px;
                padding-bottom: 8px;
                display: block;
            }

                table.formview.small > tr > td.radios > div > span > label, table.formview.small > tr > th.radios > div > span > label,
                table.formview.small > tbody > tr > td.radios > div > span > label, table.formview.small > thead > tr > th.radios > div > span > label,
                table.formview.small > tbody > tr > th.radios > div > span > label,
                table.formview.small > tr > td.radios > span.radios > span > label, table.formview.small > tr > th.radios > span.radios > span > label,
                table.formview.small > tbody > tr > td.radios > span.radios > span > label, table.formview.small > thead > tr > th.radios > span.radios > span > label,
                table.formview.small > tbody > tr > th.radios > span.radios > span > label {
                    display: block;
                    clear: right;
                }

            table.formview.small > tr > td.radios > table td, table.formview.small > tr > th.radios > table td,
            table.formview.small > tbody > tr > td.radios > table td, table.formview.small > thead > tr > th.radios > table td,
            table.formview.small > tbody > tr > th.radios > table td {
                text-align: center;
                min-width: 24px;
                padding-top: 8px;
                padding-bottom: 8px;
            }

                table.formview.small > tr > td.radios > table td label, table.formview.small > tr > th.radios > table td label,
                table.formview.small > tbody > tr > td.radios > table td label, table.formview.small > thead > tr > th.radios > table td label,
                table.formview.small > tbody > tr > th.radios > table td label {
                    display: block;
                    clear: right;
                }

    table.formview.small td.radios > a.btn, table.formview.small th.radios > a.btn {
        margin-right: 8px;
        margin-bottom: 8px;
    }

        table.formview.small td.radios > a.btn:first-child, table.formview.small th.radios > a.btn:first-child {
            margin-top: 8px;
        }

    table.formview.small td.date > a.btn, table.formview.small th.date > a.btn {
        margin-top: 8px;
    }

        table.formview.small td.date > a.btn:first-child, table.formview.small th.date > a.btn:first-child {
            margin-top: 0px;
        }

    table.formview.small > tr.excluded > td, table.formview.small > tbody > tr.excluded > td, table.formview.small > thead > tr.excluded > td {
        border-bottom: 1px solid #FFFFFF !important;
        border-left-style: solid;
        border-left-width: 1px;
        border-right-style: solid;
        border-right-width: 1px;
        padding-left: 7px;
        padding-right: 7px;
        background-image: url('/Framework/img/stripe.png') !important;
    }

        table.formview.small > tr.excluded > td > textarea, table.formview.small > tbody > tr.excluded > td > textarea, table.formview.small > thead > tr.excluded > td > textarea {
            color: #666666 !important;
            background-color: #E5E5E5 !important;
        }

    table.formview.small > tr > td.date, table.formview.small > tr > th.date,
    table.formview.small > tbody > tr > td.date, table.formview.small > tbody > tr > th.date,
    table.formview.small > thead > tr > th.date,
    table.formview.small > tr > td.number, table.formview.small > tr > th.number,
    table.formview.small > tbody > tr > td.number, table.formview.small > tbody > tr > th.number,
    table.formview.small > thead > tr > th.number,
    table.formview.small > tr > td.name, table.formview.small > tr > th.name,
    table.formview.small > tbody > tr > td.name, table.formview.small > tbody > tr > th.name,
    table.formview.small > thead > tr > th.name {
        width: 122px;
        min-width: 122px;
    }

        table.formview.small > tr > td.date input, table.formview.small > tr > th.date input,
        table.formview.small > tbody > tr > td.date input, table.formview.small > tbody > tr > th.date input,
        table.formview.small > thead > tr > th.date input,
        table.formview.small > tr > td.number input, table.formview.small > tr > th.number input,
        table.formview.small > tbody > tr > td.number input, table.formview.small > tbody > tr > th.number input,
        table.formview.small > thead > tr > th.number input {
            width: 110px;
            min-width: 110px;
        }

    table.formview.small > tr > td.wide, table.formview.small > tr > th.wide,
    table.formview.small > tbody > tr > td.wide, table.formview.small > tbody > tr > th.wide,
    table.formview.small > thead > tr > th.wide {
        width: 384px;
        min-width: 384px;
    }

        table.formview.small > tr > td.wide input, table.formview.small > tr > th.wide input,
        table.formview.small > tbody > tr > td.wide input, table.formview.small > tbody > tr > th.wide input,
        table.formview.small > thead > tr > th.wide input,
        table.formview.small > tr > td.wide textarea, table.formview.small > tr > th.wide textarea,
        table.formview.small > tbody > tr > td.wide textarea, table.formview.small > tbody > tr > th.wide textarea,
        table.formview.small > thead > tr > th.wide textarea {
            width: 372px;
            min-width: 372px;
        }

    table.formview.small.task tr td span {
        display: block;
        width: 122px;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        white-space: nowrap;
    }

    table.formview.small.task tr td.wide span {
        width: 384px;
    }

        table.formview.small.task tr td.wide span.spacer {
            display: none;
        }

    table.formview.small.task tr.overdue td,
    table.formview.small.task tr.overdue td a {
        color: #ff0000 !important;
    }

    table.formview.small.task tr.declined td.date {
        background-image: url('/Framework/img/ico.error.xs.png');
        background-position: 112px 8px;
        background-repeat: no-repeat;
    }

/* TABLES - GRIDVIEW
----------------------------------------------------------*/
table.gridview {
    background-color: #E5E5E5;
    width: 680px;
    margin-top: 8px;
    margin-left: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #999999;
}

    table.gridview td {
        vertical-align: middle;
        padding: 3px 8px 3px 8px;
        border-top: 1px solid #999999;
    }

    table.gridview .w300 {
        display: block;
        width: 284px;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
    }

    table.gridview .w200 {
        display: block;
        width: 184px;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
    }

    table.gridview .w100 {
        display: block;
        width: 84px;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
    }

    table.gridview th {
        padding: 3px 8px 3px 8px;
        color: #666666;
        font-weight: normal;
        border-top: 1px solid #999999;
    }

    table.gridview tr:first-child th {
        border-top: none;
    }

    table.gridview th a {
        color: #666666 !important;
    }

    table.gridview table {
        width: auto;
    }

        table.gridview table td {
            border: none;
        }

    table.gridview.line td,
    table.gridview.line th {
        border-left: 1px solid #FFFFFF;
    }



/* CONTAINER
----------------------------------------------------------*/

div.statistic {
    width: 335px;
    height: 335px;
    min-height: 335px;
    min-width: 335px;
    margin-left: 14px;
    margin-right: -6px;
    margin-bottom: 16px;
    clear: none;
    float: left;
}

    div.statistic.template {
        display: none;
    }

    div.statistic.has-title {
        margin-top: 25px;
    }

    div.statistic > h3 {
        width: 100%;
        background-color: #FFFFFF;
        margin-top: -25px;
        height: 25px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    div.statistic.img {
        width: 333px;
        height: 333px;
        min-height: 333px;
        min-width: 333px;
        background-color: #E5E5E5;
        border: 1px solid #FFFFFF !important;
    }

        div.statistic.img > img {
            height: 333px !important;
            width: 333px !important;
            border: none !important;
        }

        div.statistic.img.radar > img {
            height: 273px !important;
        }

        div.statistic.img.radar div.legend {
            position: relative;
            margin-top: -5px;
            margin-left: auto;
            margin-right: auto;
            font-size: 8pt;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 5px;
            z-index: 10;
        }

            div.statistic.img.radar div.legend > div.caption {
                padding-left: 6px;
                margin-bottom: 3px;
            }


/* MATRIX
----------------------------------------------------------*/

table.matrix {
    width: 334px;
    height: 335px;
    background-color: #E5E5E5;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}

    table.matrix td {
        border-left: 1px solid #FFFFFF;
        border-bottom: 1px solid #FFFFFF;
        vertical-align: middle;
        text-align: center;
        color: #333333;
        font-size: 9pt;
        padding: 2px 2px 2px 2px;
    }

        table.matrix td.square {
            height: 28px;
            width: 28px;
        }

        table.matrix td.square-big {
            height: 56px;
            width: 56px;
            text-align: center;
            vertical-align: middle;
        }

            table.matrix td.square-big a.check {
                padding: 28px 28px 28px 28px;
                background-repeat: no-repeat;
                background-position: center center;
                background-image: url('/Framework/img/ico.check.l.off.png');
                display: none;
            }

            table.matrix td.square-big span {
                display: inline-block;
                line-height: 1.4em;
                font-weight: bold;
            }

            table.matrix td.square-big a.check.selected {
                background-image: url('/Framework/img/ico.check.l.on.png');
            }

                table.matrix td.square-big a.check.selectable:hover, table.matrix td.square-big a.check.selectable.selected:hover {
                    background-image: url('/Framework/img/ico.check.l.hover.png');
                }

    table.matrix.red td {
        background-color: #ffcccc;
    }


    table.matrix tr td div.population {
        background-color: #FFFFFF;
        border-width: 2px;
        border-style: solid;
    }

    table.matrix tr:first-child td.rotate > div {
        width: 18px;
        padding-left: 2px;
    }

/* AGE 
---------------------------------------------------*/
table.age {
    border: 1px solid #FFFFFF;
    width: 334px !important;
    height: 334px !important;
}

    table.age tr {
        height: 30px;
    }

        table.age tr.last-child > td {
            border-top: 1px solid #666666;
            height: 31px;
            font-weight: bold;
        }

        table.age tr > td {
            width: 16%;
            text-align: center;
            background-color: #E5E5E5;
            color: #333333;
            font-size: 9pt;
        }

            table.age tr > td.first-child {
                width: 42%;
                text-align: right;
            }

            table.age tr > td.last-child {
                width: 42%;
                text-align: left;
            }

            table.age tr > td > div {
                background-color: #666666;
                border: 1px solid #666666;
                box-sizing: border-box;
                color: white;
                height: 21px;
                padding: 3px 5px;
            }

            table.age tr > td.first-child > div {
                float: right;
            }

            table.age tr > td.last-child > div {
                float: left;
            }

/* CHART
--------------------------------------------------------------*/

div.chart {
    height: 333px;
    width: 333px;
    border: 1px solid #FFFFFF;
    background-color: #E5E5E5;
}


    div.chart div.chart-row {
        width: 323px;
        height: 18px;
        clear: both;
        padding: 3px 5px 0px 5px;
    }


    div.chart > div.chart-caption {
        width: 100%;
        height: 18px;
        clear: both;
        padding: 12px 5px 0px 5px;
        width: 324px;
        text-align: center;
        font-size: 9pt;
        color: #333333;
        font-weight: bold;
    }

    div.chart div.chart-row div.chart-segment {
        float: left;
        height: 15px;
        margin-top: -15px;
        clear: none;
        border-bottom-width: 10px;
        border-bottom-style: solid;
        background-color: #E5E5E5 !important;
    }

        div.chart div.chart-row div.chart-segment.fulfillment-e {
            border-color: #ff0000;
            color: #ffffff;
        }

        div.chart div.chart-row div.chart-segment.fulfillment-d {
            border-color: #ff9999;
        }

        div.chart div.chart-row div.chart-segment.fulfillment-c {
            border-color: #ffcc00;
        }

        div.chart div.chart-row div.chart-segment.fulfillment-b {
            border-color: #66cc99;
        }

        div.chart div.chart-row div.chart-segment.fulfillment-a {
            border-color: #006633;
            color: #ffffff;
        }


        div.chart div.chart-row div.chart-segment div.chart-segment-caption {
            font-size: 8pt;
            line-height:13px;
            margin-top: 14.5px;
            z-index: 10;
            width: 100%;
            text-align: center;
        }

    div.chart div.chart-row div.chart-caption {
        width: 324px;
        line-height:14px;
        text-align: center;
        font-size: 9pt;
        color: #333333;
    }

/* JQPLOT */
/*--------------------------------------------------------------*/

.objectivedistribution {
    font: inherit !important;
    width: 333px;
    height: 333px;
}

    .objectivedistribution .jqplot-data-label {
        font-family: inherit !important;
        font-size: 14pt !important;
        color: #e5e5e5 !important;
    }

/* SPECIAL FORMAT */
/*--------------------------------------------------------------*/

#PanelBody .successionpersonlist {
    position: relative;
}

#PanelBody .legacy-row {
    display: -webkit-flex;
    display: flex;
    margin-top: 0px;
    padding: 4px 8px 4px 8px;
    background-color: #e5e5e5;
    border-bottom: 1px solid white;
    margin-left: 15px;
    width: 660px;
}

    #PanelBody .legacy-row.template {
        display: none;
    }


    #PanelBody .legacy-row span,
    #PanelBody .legacy-row a {
        -webkit-flex: 1;
        flex: 1;
        display: block;
        -webkit-transform: translateZ(0);
        font-size: 12pt;
        opacity: 0.5;
        color: black;
        transition: opacity 0.5s ease;
        display: inline-block;
        margin-left: 6px;
    }

    #PanelBody .legacy-row a {
        cursor: pointer;
    }

        #PanelBody .legacy-row span,
        #PanelBody .legacy-row a:hover {
            text-decoration: none !important;
            opacity: 1;
        }

    #PanelBody .legacy-row .add,
    #PanelBody .legacy-row .confirm {
        text-align:right;
    }


    #PanelBody .legacy-row .confirm::before {
        font-weight: normal;
        font-family: FontAwesome;
        font-size: inherit;
        transform: translate(0, 0);
        margin-right: 0.4em;
        margin-top: 6px;
        margin-bottom: 6px;
        content: "\f00c";
    }

    #PanelBody .legacy-row .add::before {
        font-weight: normal;
        font-family: FontAwesome;
        font-size: inherit;
        transform: translate(0, 0);
        margin-right: 0.4em;
        margin-top: 6px;
        margin-bottom: 6px;
        content: "\f067";
    }


/* STATUS CONTROL
--------------------------------------------------------------*/

div.status {
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 25px;
    width: 671px;
    display: block;
    position: relative;
    clear: both;
    font-size: 9pt;
    background-color: #E5E5E5;
    background-image: url('/Framework/img/line.png');
    background-repeat: repeat-x;
    background-position: right center;
    border-left: 5px solid #999999;
}

    div.status.done {
        border-color: #56ad89;
    }

    div.status.declined {
        border-color: #ff0000;
    }

    div.status + div.status {
        margin-top: -10px;
    }

    div.status > div {
        display: block;
        float: left;
        clear: none;
        padding-bottom: 2px;
        padding-right: 18px;
        background-image: url('/Framework/img/status.png');
        background-position: right center;
        background-repeat: no-repeat;
        max-width: 126px;
    }

        div.status > div:first-child {
            background: none;
            border-right: 2px solid #FFFFFF;
            padding-right: 8px;
        }

            div.status > div:first-child + div {
                padding-left: 8px;
            }

        div.status > div.clear {
            float: left;
            padding: 0 0 0 0;
            background: none;
        }

        div.status > div > span {
            display: block;
            clear: right;
            padding: 6px 0px 3px 8px;
            color: #999999;
            white-space: nowrap;
            max-width: 110px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            div.status > div > span.done {
                color: #333333;
                background-image: url('/Framework/img/ico.ok.xs.png');
                background-position: left center;
                background-repeat: no-repeat;
                padding-left: 16px;
            }

            div.status > div > span.declined {
                color: #333333;
                background-image: url('/Framework/img/ico.declined.xs.png');
                background-position: left center;
                background-repeat: no-repeat;
                padding-left: 16px;
            }

            div.status > div > span.pending {
                color: #333333;
                background-image: url('/Framework/img/ico.current.xs.png');
                background-position: left 4px;
                background-repeat: no-repeat;
                padding-left: 16px;
            }

        div.status > div:first-child > span {
            color: #333333;
        }



/* INPAGE INFORMATION
----------------------------------------------*/

.info-required, .info-error {
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 1px;
    height: 18px;
    width: 18px;
    display: inline-block;
    white-space: nowrap;
    clear: none;
}

.info-required {
    background-image: url("/Framework/img/ico.required.xs.png");
}

.info-error {
    background-image: url("/Framework/img/ico.error.xs.png");
}





@media print {

    /* PRINT: HIDE DOM OBJECTS
    ----------------------------------------------------------*/

    #Progress, div.progress, #MainTree, #MainList, #filler, div.header, div.divider, ul.buttonbar, ul.scrollbar, div.topofwindow, div.clear, div.aspNetHidden {
        display: none !important;
    }

    #PanelBody .btn, #PanelBody div.status, .no-print {
        display: none !important;
    }


    /* PRINT: REFORMAT PAGE
    ----------------------------------------------------------*/

    html, body, form {
        overflow: visible;
    }

    #MainContent {
        top: 0px !important;
        left: 0px !important;
        position: static;
        height: auto !important;
        width: 690px !important;
        margin-left: auto;
        margin-right: auto;
    }

    #PanelBody {
        position: static;
        width: 690px !important;
        height: auto !important;
        padding: 0 0 0 0 !important;
        margin: 0 0 0 0 !important;
    }


        #PanelBody h2 {
            padding: 25px 0 5px 0 !important;
            margin: 0 0 0 0 !important;
            color: #000000 !important;
            display: flexbox;
        }

            #PanelBody h2:first-child {
                padding-top: 0px;
            }

    table.formview {
        clear: none;
        margin-left: 0px !important;
        margin-right: 0px !important;
        background-color: transparent;
        width: 678px;
        border: 2px solid #000000 !important;
        border-collapse: collapse !important;
    }

        table.formview td, table.formview th {
            background-color: transparent !important;
            border: none !important;
        }

        table.formview.small > thead > tr > td,
        table.formview.small > tbody > tr > td,
        table.formview.small > thead > tr > th,
        table.formview.small > tbody > tr > th,
        table.formview.small > tr > td,
        table.formview.small > tr > th {
            border-top: 2px solid #000000 !important;
        }

    input, textarea {
        border: none !important;
    }

    textarea {
        height: 100% !important;
    }


    /* PRINT: BACKGROUNDS
    ----------------------------------------------------------*/

    .appraisal-manager td, .appraisal-manager th, div.appraisal-manager,
    .appraisal-self td, .appraisal-self th, div.appraisal-self {
        background-color: transparent !important;
    }

    div.appraisal-manager {
        border-bottom: 4px solid #CAE1F9;
    }

    div.appraisal-self {
        border-top: 4px solid #A2B9D1;
    }

    span.addable {
        background: none;
        border: none;
    }


    /* PRINT: STATISTICS
    ----------------------------------------------------------*/

    div.statistic {
        margin-left: 0px;
        margin-right: 8px;
    }

        div.statistic.img {
            border: 1px solid #000000 !important;
        }

    div.chart {
        border: 1px solid #000000;
        background-color: transparent !important;
    }

        div.chart div.chart-caption {
            background-color: #FFFFFF !important;
        }

        div.chart div.chart-row div.chart-segment {
            background-color: #FFFFFF !important;
        }

    table.age {
        border: 1px solid #000000;
    }

        table.age td, table.age div {
            background-color: transparent !important;
        }

    table.matrix {
        border-right: 1px solid #000000;
        border-top: 1px solid #000000;
        background-color: transparent !important;
    }

        table.matrix td {
            border-left: 1px solid #000000;
            border-bottom: 1px solid #000000;
            background-color: transparent !important;
        }


    /* PRINT: PAGE BREAKS AND LAYOUT
    ----------------------------------------------------------*/

    @page {
        margin: 1.5cm 0.8cm 2cm 0.8cm;
    }

    h2 {
        page-break-before: auto;
        page-break-inside: avoid;
        page-break-after: avoid;
    }

    div.section {
        page-break-before: auto;
        page-break-inside: auto;
        page-break-after: auto;
    }

        div.section.no-break {
            page-break-inside: avoid;
        }

        div.section.statistic-section {
            clear: both;
        }

        div.section table {
            page-break-before: avoid;
            page-break-inside: auto;
            page-break-after: auto;
        }

            div.section table tr {
                page-break-before: avoid;
                page-break-inside: avoid;
                page-break-after: auto;
            }

    div.statistic {
        page-break-before: avoid;
        page-break-inside: avoid;
        page-break-after: auto;
    }
}
