/* common variables */


/* default theme */




html, body {
    padding: 0;
    margin: 0;
    background-color: #fff;
    color: #555555;
    -webkit-font-smoothing: subpixel-antialiased;
    /*
    height: 100%;
    */
}

html {
    height: 100%;
}

input, textarea {
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}

html.appraisalBody {
    background-color: #fff;
}

body, input {
    font-family:  'Noto Sans',Helvetica,Arial,sans-serif;
}

a:hover, a:focus {
    outline: none;
    -moz-outline-style: none;
}


a {
    color: #555555;
    text-decoration: none;
}

div#appraisalTable_wrapper {
    margin-right: 40px;
}

h1#appraisalsManagerTitle {
    margin-bottom: 0;
}

table#appraisalTable tfoot th {
    padding: 2px;
}

.appraisalSectionGuidance {
    font-size           : 11pt;
    color               : #777777;
    width               : 880px;
}

.appraisalSectionGuidance ul {
    margin-top          : -10px;
    margin-bottom       : 10px;
}

.appraisalSectionGuidance p {
    margin              : 0;
    padding             : 0 10px 10px 5px;
}

table#appraisalTable tfoot input[type="text"] {
    width: 150px;
}

input[type="checkbox"] {
    outline: 0;
    margin: 2px;
    border: 0;
    -webkit-print-color-adjust: exact;
}

.bodyButtonBar {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 56px;
    background-color: #EAEAEA;
    width: 100%;
    z-index: 15;
    padding: 5px 50px 20px 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 -2px 4px #bdbdc1;
    white-space: nowrap;
    overflow: hidden;
}

.bodyButtonBar.withSidebar {
    /*
    margin-left: 163px;
    */
}

.buttonBarComment {
    color: #777777;
    margin: 0 4px;
    font-size: 10pt;
}

.header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    margin: 0;
    top: 0px;
    left: 0px;
    padding: 0;
    z-index: 16;
}

.sidebar {
    background-color: #fff;
    position: fixed;
    padding: 10px 0px 10px 0;
    top: 63px;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 163px;
    z-index: 15;
    height: 1200px;
}

.sidebar .viewport {
    padding-top: 50px;
    padding-left: 0px;
}

.sidebar.main h1 {
    color: #3F74B5;
}

.sidebar.employees h1 {
    color: #0A7A37;
}

.sidebar h1 {
    font-size: 14pt;
    margin: 0.75em 10px 0 10px;
    padding: 0;
    font-weight: normal;
    /*
    border-bottom: solid 1px #C4BAA2;
    */
    color: #0A7A37;
}

.sidebar ul {
    list-style:none;
    margin: 0;
    padding: 0;
    margin-left: 0px;
    font-size: 13pt;
}

.appraisalTable th {
    text-align: left;
}

.sidebar ul ul {
    font-size: 11pt;
}

.sidebar > .viewport > ul > li > a {
    padding-left: 10px;
}

.sidebar ul ul a {
    font-size: 11pt;
    margin: 0;
    padding: 3px 14px 3px 20px;
}

.sidebar ul ul li {
    margin: 0;
}

.sidebar li {
    margin: 0;
    padding: 0;
}

.sidebar li {
    margin: 10px 0 0 0;
}

.sidebar * {
    white-space: nowrap;
}

.sidebar li a {
    text-decoration: none;
    display: block;
    padding: 4px 4px;
    margin: 0;
    color: #666666;
    
}

.sidebar ul a:hover {
    background-color: #EAEAEA;
    border-top-right-radius:    20px;
    border-bottom-right-radius: 20px;
    color: #333333;
}

.sidebar li a.selected {
    background-color: #DCDCDC;
    border-top-right-radius:    20px;
    border-bottom-right-radius: 20px;
    color: #333333;
    font-weight: normal;
    
}

.sidebar.appraisalSidebar li a.selected {
    background-color: #f0f0f0;
    background-color: #DCDCDC;
}

.titlebar {
    background-color: #ffffff;
    margin: 0;
    padding: 0 8px;
    text-align: left;
    position: relative;
    font-size: 11pt;
    color: #666666;
    min-height: 52px;
    z-index: 1;
}

.titlebar h1 {
    display: inline-block;
    color: #255C3C;
    margin: 10px;
    padding: 0;
    font-size: 18pt;
    font-weight: normal;
}

.titlebar img {
    margin: 5px;
}

.titlebar a {
    color: #666666;
}

.titlebar a:hover {
    color: #333333;
}

a.companyLogo img {
    border: solid 1px #ffffff;
}

a.companyLogo img:hover {
    box-shadow: 0 0 4px #DDDDDD;
}

a.cog {
    background-color: transparent;
    padding: 4px 6px;
}

a.cog:hover {
    background-color: #DDDDDD;
}

.titlebar ul.links {
    list-style:none;
    float: right;
}

.titlebar ul.links li {
    display: inline;
    margin: 0 10px;
}

.navbarBlue {
    background-color: #3F74B5;
}

.navbarGreen {
    background-color: #0A7A37;
}

.navbar {
    margin: 0;
    padding: 0;
    border: 0;
    white-space: nowrap;
    min-height: 36px;
    font-size: 11pt;
    
    box-shadow: 0 2px 4px #777777;
    
    font-weight: 400;
}

div.navbar > ul > li:first-child a {
    padding-left: 20px;
}

/*
div.navbar > ul > li:first-child a {
    min-width: 143px;
    position: relative;
}
*/

.navbar ul {
    list-style:none;
    padding: 0;
    margin: 0;
    border: 0;
    text-align: left;
}

.navbar li {
    margin: 0;
    padding: 0;
    border: 0;
}

.navbar a {
    padding: 8px 10px;
    display: inline-block;
    text-align: center;
    margin: 0;
}

.navbarBlue a {
    color: #FAFAFA;
}

.navbarGreen a {
    color: #ffffff;
}

.navbarBlue a:hover {
    background-color:   #346198;
    color:              #FFFFFF;
}


.navbarGreen a:hover {
    background-color:   #064C22;
    color:              #ffffff;
}

/*
.navbar a:hover {
    color: #FFFFFF;
}
*/

.navbar li a.selected {
    color: #FFFFFF;
    font-weight: normal;
}

.navbarBlue li a.selected {
    color:              #FFFFFF;
    background-color:   #346198;
    font-weight: normal;
    
}

.navbarGreen li a.selected {
    background-color:   #075526;
    color:              #ffffff;
}

.navbar li {
    display: inline;
    padding: 0;
    margin: 0;
    border: 0;
}

.navbar li a {
    text-decoration: none;
    
}

.body {
    margin-top:         88px;
    /*
    margin-left:        163px;
    */
    background-color:   #fff;
    padding:            40px 0 0 45px;
    position:           relative;
}

.body.appraisalBody {
    background-color:   #f0f0f0;
    background-color:   #fff;
}

h1.bodyTitle.ReportSuite {
    margin: -15px 250px 15px 0;
}

h1.bodyTitle, div.companyText h1 {
    font-weight: 300;
    margin: 0 0 20px 0;
    color: #2078CF;
    clear: left;
    font-size: 1.7em;
}

h1.bodyTitle-no-margin {
    font-weight: 300;
    color: #2078CF;
    clear: left;
    font-size: 1.7em;
}

h2.bodySubtitle.appraisalFormSubtitle {
    margin: -0.75em 0 0.75em 0;
    padding: 0;
    color: #2078CF;
    font-size: 16pt;
}

h2.bodySubtitle {
    font-weight: 300;
    margin: -30px 0 15px 0;
    padding: 0;
    color: #2078CF;
    font-size: 14pt;
}

h2.bodySubtitle.ReportSuite {
    margin: -15px 0 15px 0;
}

div.companyText {
    margin-right: 50px;
    max-width: 40em;
    font-size: 15pt;
    font-weight: 400;
    color: #666;
}

div.companyText p {
    margin-bottom: 1em;
}


div.companyText h2 {
    font-weight         : 300;
    margin              : 1em 0 0.25em 0;
    font-size           : 20pt;
    color               : #2078CF;
}

h2.bodyTitle {
    font-weight         : 300;
    margin              : 1em 0 0.25em 0;
    font-size           : 16pt;
    color               : #2078CF;
}

h1.sunburstTitle {
    font-weight: 300;
    margin: 0 0 30px 0;
    position: absolute;
    top: 3px;
    left: 75px;
    font-size: 32px;
    color: #2078CF;
}

div.periodSelector {
    /*
    position: absolute;
    top: 10px;
    right: 10px;
    white-space: nowrap;
    */
    display: inline-block;
    z-index: 5;
}

ul#periodSelector {
    margin-left: 15px;
    padding: 2px 6px;
}

div.zoneSelectorMenu ul#zoneMenu {
    display: inline-block;
    background-color: #DDDDDD;
    padding: 2px 6px;
}

ul#zoneMenu ul.dropit-submenu a:hover {
    background-color    : #DDDDDD !important;
    color               : #333333;
    text-decoration     : none;
}

div.bluePeriodSelector ul#periodSelector {
    background-color: #3F74B5;
    border-radius: 3px;
}

div.bluePeriodSelector > ul#periodSelector > li > a {
    color: #FAFAFA;
}

div.bluePeriodSelector > ul#periodSelector > li > a:hover {
    color: #FFFFFF;
}

div.bluePeriodSelector ul#periodSelector:hover {
    background-color    : #346198;
}

div.greenPeriodSelector ul#periodSelector {
    background-color    : #0A7A37;
    color               : #ffffff;
}

div.greenPeriodSelector ul#periodSelector:hover {
    background-color    : #064C22;
    color               : #ffffff;
}

div.greenPeriodSelector > ul#periodSelector > li > a {
    color: #ffffff;
}

div.greenPeriodSelector > ul#periodSelector > li > a:hover {
    color: #ffffff;
}

textarea.mailBody,
input.mailSubject {
    padding             : 5px;
    width               : 420px;
}

div#popupChaseManagers input.mailSubject {
    font-size           : 14pt;
}

textarea.mailBody {
    font-size           : 11pt;
    width               : 420px;
    min-width           : 420px;
    max-width           : 420px;
}

textarea.mailBody:focus,
input.mailSubject:focus {
    background-color: #fff8ad;
}

.sidebarIcon {
    margin-right: 5px;
}

em a:hover {
    color: #111;
}

.bodyComment {
    margin: 1em 0;
    font-size: 10pt;
    color: #777777;
    font-style: italic;
}

div.visionStatement,
div.missionStatement {
    margin-top: 2em;
    margin-right: 45px;
}

.visionStatement,
.missionStatement {
    font-size: 14pt;
}

div.visionStatement ul,
div.missionStatement ul {
    position: relative;
    top: -25px;
}

textarea.visionStatement,
textarea.missionStatement {
    width               : 700px;
    min-width           : 700px;   
    max-width           : 700px;   
    min-height          : 100px;
    padding             : 5px;
}

span#visionStatementPrompt,
span#missionStatementPrompt {
    color               : #B8B7AE;
    font-size           : 14pt;
    position            : absolute;
    top                 : 15px;
    left                : 15px;
    font-style          : italic;
    pointer-events      : none;
    background          : none !important;
}

/*
 * This is for the div that we place over the text input
 * when an objective or target is closed, so that clicking on it
 * will open the objective but not give the text input focus.
 */

div.objectiveTitleCover {
    width               : 550px;
    height              : 25px;
    padding             : 4px;
    top                 : 1px;
    left                : 0px;
    margin              : 0 10px;
}

div.targetTitleCover {
    width               : 496px;
    height              : 23px;
    padding             : 4px;
    top                 : 1px;
    left                : 1px;
    margin              : 0;
}

div.titleCover {
    border              : 0;
    position            : absolute;
    filter              : progid:DXImageTransform.Microsoft.Alpha(Opacity=0.25);
    background-color    : #F8F7E5;
    opacity             : 0.025;
    z-index             : 5;
}

div.container {
    position            : relative;
    margin              : 0;
    padding             : 0;
    border              : 0;
}

table.feedbackRequestTable {
    min-width           : 700px;
    max-width           : 700px;
    width               : 700px;
}

table.feedbackRequestTable div.container {
    padding             : 10px;
}

div.selectize-input span.name {
    margin-right        : 5px;
}

div.selectize-input div.item {
    font-size           : 12pt;
    color               : #555555;
}

div.selectize-input span.email {
    margin-right        : 5px;
    margin-left         : 5px;
}

span.label {
    margin-right        : 5px;
}

span.caption {
    margin-right        : 5px;
    margin-left         : 5px;
}

#unsolicitedFeedbackPopup label.period {
    padding             : 0 5px;
}

table.feedbackTable {
    margin              : 25px;
    min-width           : 860px;
    max-width           : 860px;
    width               : 860px;
}

tr.itemHeader {
    font-size           : 13pt;
    cursor              : pointer;
}

tr.itemHeader.closed:hover {
    background-color    : #eaeaea;
}

tr.feedbackHeader td {
    padding             : 5px 10px;
}

td.question {
    text-align          : left;
}

td.itemStatus {
    text-align          : right;
    white-space         : nowrap;
    font-size           : 13pt;
}

div.feedbackItem {
    position            : relative;
    font-size           : 12pt;
    margin              : 20px 25px 0 25px;
}

table#handledFeedbackItems div.feedbackComments {
    background-color    : #DDDDDD;
    border              : solid 1px #DFDFDF;
}

table#handledFeedbackItems th {
    text-align          : left;
}

.feedbackComments {
    background-color    : #fffCDC;
    padding             : 5px;
    color               : #555555;
    border              : solid 1px #fff;
    margin              : 2px 0 16px 0;
}

.feedbackComments:hover {
    border              : solid 1px #cad7e8;
    background-color    : #fffac7;
    transition          : 0.15s;
}

.feedbackComments:focus {
    border              : solid 1px #97b1d3;
    background-color    : #fff8ad;
}

.feedbackCommentsEyesOnly,
.feedbackCommentsHidden {
    color               : #AA5555;
    background-color    : #fffCDC;
    padding             : 5px;
    margin              : 2px 0 16px 0;
    font-style          : italic;
}

.feedbackCommentsManagerEyes {
    cursor              : pointer;
}

.feedbackCommentsEyesOnly {
    cursor              : pointer;
    margin-left         : 10px;
    margin-right        : 10px;
}

.feedbackCommentsEyesOnly:hover {
    box-shadow          : 0px 0px 2px #555555;
}

a.hideEyesOnlyFeedback {
    display             : inline-block;
    margin              : 0px 2em;
    color               : #AA5555;
    cursor              : pointer;
}

div.feedbackResponder {
    display             : block;
}

.feedbackResponseDate {
    /*
    float: right;
    margin-right: 15px;
    */
    font-size: 10pt;
    color: #777777;
}

th.feedbackResponder {
    text-align          : left;
}

div.feedbackRating {
    position            : absolute;
    top                 : 0px;
    right               : 0px;
}


table.nonFeedbackTable {
    margin-left         : 15px;
}

p.itemPrompt {
    margin              : 5px 25px 0px 25px;
    padding             : 0;
    font-size           : 11pt;
    color               : #777777;
}

.feedbackClarification {
    border              : solid 1px #eaeaea;
    min-width           : 600px;
    max-width           : 600px;
    width               : 600px;
    /*
    min-height          : 30px;
    */
    z-index             : 2;
    position            : relative;
    margin              : 5px 25px;
}

div.feedbackQRated {
    position            : absolute;
    right               : 25px;
    top                 : 10px;
    font-size           : 12pt;
}

tr.feedbackDrilldown div.container {
    min-height          : 40px;
}

div.disabled {
    color               : #777;
}

span.smartPrompt {
    cursor              : pointer;
    color               : #5555dd;
}

.feedbackHeader .smartPrompt {
    font-size           : 12pt;
}

.feedbackDrilldown .smartPrompt {
    font-size           : 11pt;
}

.feedbackQuestion {
    font-size           : 13pt;
    border              : 0;
    padding             : 4px;
    margin              : 0;
    z-index             : 2;
}

.errorMessage {
    color               : #aa0000;
    margin-right        : 50px;
}

.errorText {
    color               : #aa0000 !important;
}

span#invalidEmailMessage {
    font-size           : 11pt;
    white-space         : nowrap;
}

table.nonFeedbackTable td {
    padding-left        : 10px;
    padding-right       : 10px;
    font-size           : 11pt;
}

div.feedbackTarget {
    margin              : 10px 0;
}

table.foldingList tr.itemHeader td {
    padding             : 5px 10px;
}

table.foldingList tr.rule td {
    padding             : 0 !important;
}

div.email {
    margin              : 20px 0 0 0;
    font-size           : 10pt;
}

div.feedbackAttributes,
div.feedbackItemRating,
div.feedbackComments,
div.feedbackClarification {
    margin              : 0 10px 10px 10px;
    font-size           : 11pt;
}

div.feedbackItem div.feedbackComments {
    background-color    : #DDDDDD;
    border              : solid 1px #DFDFDF;
    padding             : 5px;
}

div.feedbackComments p:first-child {
    margin-top          : 0;
}

div.feedbackComments p:last-child {
    margin-bottom       : 0;
}

div.feedbackRequestTitle {
    margin              : 0.5em 0 0.5em 0;
    font-size           : 12pt;
    color               : #2078CF;
}

div.feedbackRequestDescription {
    margin              : 0.5em 0 0.5em 0;
    font-size           : 10pt;
    color               : #555555;
}

td.feedbackState,
td.timestamp {
    font-size           : 11pt;
}

span#solicitedFeedbackContext {
    float               : right;
    font-size           : 11pt;
    color               : #666666;
    position            : relative;
    top                 : 4px;
}

div.feedbackQuestionPreamble {
    min-height          : 15px;
    position            : relative;
}

h3 {
    font-weight: normal;
}

#feedbackGuidance {
    min-width           : 780px;
    max-width           : 780px;
    width               : 780px;
}

span.paleGrey {
    color               : #999999;
}

table.teamTargetsTable td,
table.teamFeedbackTable td {
    padding-left        : 10px;
    padding-right       : 10px;
}

table.teamOneToOneTable tbody tr:hover,
table.teamTargetsTable tbody tr:hover,
table.teamFeedbackTable tbody tr:hover {
    background-color    : #ddd;
}

table.teamOneToOneTable td,
table.teamOneToOneTable th {
    padding             : 0 10px;
}

p.footer {
    border-top          : solid 1px #eee;
    margin              : 50px 50px 0 0px;
    padding             : 10px 0 0 0;
    font-size           : 10pt;
}

p.footer a {
    color               : #3F74B5;
}

.inputCover {
    filter              : alpha(opacity=70);
    filter              : progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    -ms-filter          : "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    min-height          : 33px;
}

tr.objectiveHeader.closed .inputCover {
    background-color    : transparent;
}

tr.objectiveHeader.opened .inputCover,
tr.objectiveHeader.closed:hover .inputCover {
    background-color    : #eaeaea;
}

select.hasCustomSelect {
    height              : 21px !important;
}

span.customSelect {
    background          : #B8B8B8 url(/b/droparrow.png) right center no-repeat;
    border              : 0;
    color               : #555555;
    padding             : 2px 4px;
    width               : 100px;
}

select.hasCustomSelect option,
select.hasCustomSelect option *
{
    background-color    : #B8B8B8;
}

.customSelect.customSelectHover {
    background-color    : #a8a8a8;
    color               : #555555;
}

label.disabled {
    color               : #bbb;
}

div#createEmployeePopup div.selectize-input input[type="text"] {
    width               : 200px !important;
    color               : #555555;
}

.ui-widget {
    font-family         : 'Noto Sans',Helvetica,Arial,sans-serif !important;
}

div#ui-datepicker-div {
    width               : 190px !important;
}

div#configurationPane input[type="text"],
div#competencyForm input[type="text"],
div#roleForm input[type="text"],
div#ratingSchemeForm input[type="text"] {
    font-size           : 12pt;
}

/* TODO: this is a hack - opening/closing the selectize menu was causing a 2px jiggle */
div.selectize-control {
    min-height          : 36px;
}

div#editUserPopup div.selectize-control,
div#createEmployeePopup div.selectize-control {
    width               : 300px;
}
div#editUserPopup div.selectize-input,
div#createEmployeePopup div.selectize-input {
    width               : 300px;
    overflow            : hidden;
    padding-left        : 2px;
}
div#editUserPopup div.selectize-input input {
    min-width           : 200px;
}

a.glyphButton {
    position            : absolute;
    top                 : 10px;
    left                : 20px;
    z-index             : 11;
    height              : 48px;
    width               : 48px;
    display             : block;
    background-repeat   : no-repeat;
}

span.glyphIcon {
    background-image    : url(/b/all-icons-2.8.png);
    display             : inline-block;
    background-repeat   : no-repeat;
    margin              : 0;
    padding             : 0;
    border              : 0;
}

span.glyph24 {
    width               : 25px;
    height              : 27px;
}

span.tableTag {
    background-image    : url(/b/all-icons-2.8.png);
    position            : absolute;
    left                : -36px;
    top                 : -3px !important;
}

span.sidebarIcon {
    background-image    : url(/b/all-icons-2.8.png);
    position            : relative;
    top                 : 3px;
}

.sprite {
    background-image    : url(/b/all-icons-2.8.png);
    -webkit-print-color-adjust
                        : exact;
    display             : inline-block;
    background-repeat   : no-repeat;
    margin              : 0;
    padding             : 0;
    border              : 0;
    position            : relative;
}

span.compSprite {
    background-image    : url(/b/all-icons-2.8.png);
    -webkit-print-color-adjust
                        : exact;
    display             : inline-block;
    background-repeat   : no-repeat;
    margin              : 0 2px 0 2px;
    padding             : 0;
    border              : 0;
    position            : relative;
    width               : 16px;
    height              : 16px;
    top                 : 3px;
}

.appraisalTeamSummaryTable td {
    white-space: nowrap;
}

a.questionMarkButton {
    background-position: 0 -1176px;
    width: 18px;
    height: 18px;
}

a.bigQuestionMarkButton {
    background-position: -30px -1176px;
    width: 27px;
    height: 27px;
}

div.appraisalSectionHeading select {
    position: relative;
    top: 1px;
    margin-left: 2px;
    margin-right: 2px;
}

div.appraisalSectionHeading a.questionMarkButton,
form#companyConfigurationForm a.questionMarkButton,
h2 a.questionMarkButton {
    position: relative;
    top: 3px;
}

.pencil                         { background-position: -137px -44px; width: 16px; height: 16px; position: relative; top: 3px;}
.compOnTarget                   { background-position: -32px -102px; }
.compUnder                      { background-position: -58px -102px; }
.compUnderUnder                 { background-position: -86px -102px; }
.compOver                       { background-position: -113px -102px; }
.compOverOver                   { background-position: -140px -102px; }

span#flagIcon                   { background-position: 0 -96px; }
span#kpiIcon                    { background-position: 0 -144px; }
span#objectivesIcon             { background-position: 0 -192px; }
span#appraisalsIcon             { background-position: 0 -240px; }
span#interimsIcon               { background-position: 0 -288px; }
span#engagementIcon             { background-position: -36px -288px; }
.boxPlotIcon                    { background-position: -72px -288px; }
.pdpIcon                        { background-position: -107px -288px; }
span#logoutIcon                 { background-position: 0 -48px; top: 4px; float: left;}
span#yoursIcon                  { background-position: 0 -336px; height: 19px; }
span#teamIcon                   { background-position: 0 -384px; height: 19px; }
span#teamMatrixIcon             { background-position: 0 -432px; height: 19px; }
span#grandfatherIcon            { background-position: 0 -480px; height: 19px; }
span#feedbackIcon               { background-position: 0 -528px; height: 19px; }
span#cautionIcon                { background-position: 0 -1512px; width: 18px; height: 18px; position: relative; top: 2px; }
span#drillIntoIcon              { background-position: 0 -1560px; width:  8px; height: 14px; }
span#rag_R_Bulb                 { background-position: 0 -1224px; width: 18px; height: 18px; position: relative; top: 3px; }
span#rag_A_Bulb                 { background-position: 0 -1272px; width: 18px; height: 18px; position: relative; top: 3px; }
span#rag_G_Bulb                 { background-position: 0 -1320px; width: 18px; height: 18px; position: relative; top: 3px; }
span#performanceHubLogo         { background-position: 0 -2031px; width: 270px; height: 74px; }
span#rag_watch_A                { background-position: 0 -1984px; width: 31px; height: 31px; }
span#rag_watch_R                { background-position: 0 -1936px; width: 31px; height: 31px; }
span#rag_green_tick             { background-position: 0 -2106px; width: 31px; height: 31px; }
span#rag_green_tick_small       { background-position: -40px -2110px; width: 25px; height: 25px; }
span#rag_grey_tick              { background-position: 0 -2156px; width: 31px; height: 31px; }
span#info_i                     { background-position: 0 -792px; width: 17px; height: 17px; z-index: 5; position: absolute; top: -13px; right: -132px; }
#cascadeIcon                    { background-position: 0 -573px; width: 34px; height: 31px; }
#cascadeMissingParentIcon       { background-position: 0 -629px; width: 34px; height: 31px; }
#cascadeMatrixIcon              { background-position: 0 -685px; width: 34px; height: 31px; }
#cascadeMissingParentMatrixIcon { background-position: 0 -741px; width: 34px; height: 31px; }
.cascadeSmallIcon               { background-position: 0 -2207px; width: 24px; height: 22px; position: relative; top: 3px;}
#objectiveLifecycleAgreeIcon    { background-position: 0 -1696px; width: 382px; height: 21px; }
#objectiveLifecycleProposeIcon  { background-position: 0 -1744px; width: 382px; height: 21px; }
#objectiveLifecycleSubmitIcon   { background-position: 0 -1600px; width: 382px; height: 21px; }
#objectiveReadyForReviewIcon    { background-position: 0 -1648px; width: 382px; height: 21px; }
#companyObjectiveLifecycleProposeIcon
                                { background-position: 0 -1888px; width: 310px; height: 21px; }
#companyObjectiveLifecyclePublishIcon
                                { background-position: 0 -1840px; width: 310px; height: 21px; }
#companyObjectiveLifecycleCompleteIcon
                                { background-position: 0 -1792px; width: 310px; height: 21px; }

span#appraisalRAG               { position: relative; top: 5px; }
span.rag_watch_A                { background-position: 0 -1984px; width: 31px; height: 31px; }
span.rag_watch_A_small          { background-position: -40px -1984px; width: 25px; height: 25px; }
span.rag_watch_R                { background-position: 0 -1936px; width: 31px; height: 31px; }
span.rag_watch_R_small          { background-position: -40px -1936px; width: 25px; height: 25px; }
span.rag_green_tick             { background-position: 0 -2106px; width: 31px; height: 31px; }
span.rag_green_tick_small       { background-position: -40px -2110px; width: 25px; height: 25px; }
span.rag_grey_tick              { background-position: 0 -2156px; width: 31px; height: 31px; }
span.rag_grey_tick_small        { background-position: -40px -2156px; width: 25px; height: 25px; }

span.rag_R_dot                  { background-position: 0 -1368px; width: 9px; height: 9px; }
span.rag_A_dot                  { background-position: 0 -1416px; width: 9px; height: 9px; }
span.rag_G_dot                  { background-position: 0 -1464px; width: 9px; height: 9px; }
.orgChartIcon                   { background-position: 0 -2256px; width: 21px; height: 19px; position: relative; top: 3px;}
.newTargetWhatBadIcon           { background-position: 0 -2416px; width: 385px; height: 30px; }
.newTargetWhatGoodIcon          { background-position: 0 -2448px; width: 385px; height: 30px; }
.newTargetWhenBadIcon           { background-position: 0 -2480px; width: 385px; height: 30px; }
.newTargetWhenGoodIcon          { background-position: 0 -2512px; width: 385px; height: 30px; }
.newTargetHowBadIcon            { background-position: 0 -2544px; width: 385px; height: 30px; }
.newTargetHowGoodIcon           { background-position: 0 -2576px; width: 385px; height: 30px; }
.newTargetWhyBadIcon            { background-position: 0 -2608px; width: 385px; height: 30px; }
.newTargetWhyGoodIcon           { background-position: 0 -2640px; width: 385px; height: 30px; }

span.periodIndicator            { width: 28px; height: 31px; padding: 2px; position: absolute; top: -2px; left: -39px; }
#targetPeriodCurrent            { background-position: -32px -2670px; }
#targetPeriodPrevious           { background-position: 0 -2670px; }

.meetingGlyph                   { width: 26px; height: 37px; padding: 2px; }
#meetingNeitherIcon             { background-position: -2px -2702px; }
#meetingManagerOnlyIcon         { background-position: -35px -2702px; }
#meetingDROnlyIcon              { background-position: -66px -2702px; }
#meetingBothIcon                { background-position: -98px -2702px; }
#meetingLockedManagerOnlyIcon   { background-position: -130px -2702px; }
#meetingLockedDROnlyIcon        { background-position: -162px -2702px; }
#meetingBothLockedIcon          { background-position: -194px -2702px; }
#meetingNeitherLockedIcon       { background-position: -226px -2702px; }

.commentsGlyph                  { width: 23px; height: 28px; }
.commentsBoth                   { background-position:  -4px -2842px; }
.commentsDR                     { background-position: -30px -2842px; }
.commentsManager                { background-position: -56px -2842px; }
.commentsNeither                { background-position: -82px -2842px; }
.commentsDRMissingManager       { background-position: -108px -2842px; }
.commentsMissingDR              { background-position: -134px -2842px; }
.commentsMissingManager         { background-position: -160px -2842px; }
.commentsManagerMissingDR       { background-position: -186px -2842px; }

.bonusGlyphNotBonused           { background-position: -86px -2742px; }
.bonusGlyphIsBonused            { background-position: -127px -2742px; }
.bonusGlyphIneligible           { background-position: -168px -2742px; }

.glyphDirectorInfo              { background-position: 2 -2785px; }
.glyphDirectorActionG           { background-position: -49px -2785px; }
.glyphDirectorActionA           { background-position: -49px -2785px; }
.glyphDirectorActionR           { background-position: -145px -2785px; }
.glyphDirectorWaitingG          { background-position: -97px -2785px; }
.glyphDirectorWaitingR          { background-position: -241px -2785px; }
.glyphDirectorTick              { background-position: -193px -2785px; }

.drillIntoIcon                  { background-position: 0 -1560px; width:  8px; height: 14px; }
.newDrillIntoIcon               { background-position: -24px -1558px; width: 17px; height: 16px; position: relative; top: 2px;}

.eyesBoth                       { background-position: -36px -521px; width: 32px; height: 28px; }
.eyesMEO                        { background-position: -72px -521px; width: 32px; height: 28px; }

span.disabledIcon               { background-position: -37px -338px; height: 12px; width: 12px;   top: 1px; }
span.probationIcon              { background-position: -102px -338px; height: 12px; width: 12px;  top: 1px; }
span.probationLargeIcon         { background-position: -137px -338px; height: 28px; width: 28px;  top: 1px; }
span.coverIcon                  { background-position: -179px -338px; height: 12px; width: 12px;  top: 1px; }
span.coverLargeIcon             { background-position: -227px -338px; height: 28px; width: 28px;  top: 1px; }
span.leavingIcon                { background-position: -260px -338px; height: 12px; width: 20px;  top: 1px; }
span.leavingLargeIcon           { background-position: -227px -338px; height: 28px; width: 28px;  top: 1px; }
span.stateLTLIcon               { background-position: -1px -2878px; height: 12px; width: 21px;   top: 1px; }
span.stateLTSIcon               { background-position: -82px -2878px; height: 12px; width: 21px;  top: 1px; }
span.stateSabbaticalIcon        { background-position: -163px -2878px; height: 12px; width: 23px; top: 1px; }
span.stateFamilyLeaveIcon       { background-position: -248px -2878px; height: 12px; width: 15px; top: 1px; }
span.stateNotReviewedIcon       { background-position: -312px -2878px; height: 12px; width: 18px; top: 1px; }

span.periodTimelineDateRight    { background-position: 0 -2908px; height: 29px; width: 14px; top: 0px; }
span.periodTimelineDateLeft     { background-position: -13px -2908px; height: 29px; width: 14px; top: 0px; }

table#meetingTable td.icons {
    text-align                  : right;
}

span#homeIcon {
    background-image        : url(/b/all-icons-2.8.png);
    background-position     : 0 0;
    position                : absolute;
    top                     : 7px;
    left                    : 10px;
}

span.newTargetLabel {
    position: absolute;
    top: 45px;
    font-size: 14pt;
}

span.newTargetLabel#What { left: 105px; }
span.newTargetLabel#When { left: 220px; }
span.newTargetLabel#How  { left: 340px; }
span.newTargetLabel#Why  { left: 460px; }

span.newTargetLabel.inactive {
    color: #777;
}

span.newTargetLabel.active {
    color: #333;
}

div.dashDirectorGlyphBox {
    float                   : right;
    margin-right            : 10px;
}

div.dashDirectorGlyphBox a.sunburstButton {
    font-size               : 8pt;
    color                   : #999999;
    margin-left             : 10px;
    position                : relative;
    display                 : inline-block;
    padding                 : 1px;
    text-align              : center;
}

a.sunburstButton, a.smallSunburstButton, a#appraisalsDashboardButton, a#interimDashboardButton {
    box-shadow              : 0 1px 2px rgba(64,64,64,0.12), 0 1px 2px rgba(64,64,64,0.24);
}

div.dashDirectorGlyphBox a.sunburstButton:hover {
    color                   : #777777;
}

a.sunburstButton:hover, a.smallSunburstButton:hover, a#appraisalsDashboardButton:hover, a#interimDashboardButton:hover {
    box-shadow              : 0 2px 4px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.24);
}

a.sunburstButton:hover span.sunburstButton,
a.glyphButton.sunburstButton:hover {
    background-position     : 0 -1128px;
}

span.sunburstButton,
a.glyphButton.sunburstButton {
    background-image        : url(/b/all-icons-2.8.png);
    background-position     : 0 -1080px;
    display                 : block;
    width                   : 48px;
    height                  : 48px;
}

a.smallSunburstButton {
    background-image        : url(/b/all-icons-2.8.png);
    background-position     : -57px -1080px;
    display                 : block;
    width                   : 24px;
    height                  : 24px;
    border-radius           : 3px;
}

a.smallSunburstButton:hover {
    background-position     : -57px -1104px;
}

#interimDashboardButton {
    position                : absolute;
    top                     : 10px;
    left                    : 10px;
}

#interimDashboardButton,
a#appraisalsDashboardButton {
    display                 : inline-block;
    background-image        : url(/b/all-icons-2.8.png);
    background-position     : 0 -984px;
    width                   : 48px;
    height                  : 48px;
}

#interimDashboardButton:hover,
a#appraisalsDashboardButton:hover {
    background-image        : url(/b/all-icons-2.8.png);
    background-position     : 0 -1032px;
}

div.competencyRatingButton span.label {
    font-size               : 10pt;
}

span.selected {
    color                   : #333333;
    border                  : solid 1px #777777;
    padding                 : 2px;
}

p.selectedEmployee {
    color                   : #333333;
    font-weight             : bold;
}

#infoBox .selectedEmployee {
    margin-bottom           : 0;
}

div#infoBox p.employeeEmail {
    white-space             : nowrap;
    max-width               : none;
    margin-top           : 0;
}

div#infoBox p {
    max-width               : 200px;
}

table.appraisalTable.compact tbody th,
table.appraisalTable.compact tbody td {
    padding: 2px 3px !important;
}

/*
div.dataTables_wrapper div.dataTables_length {
    width                   : 200px;
}

div.dataTables_wrapper div.dataTables_filter {
    width                   : inherit;
    float                   : left;
}
*/

div.dataTables_wrapper {
    display                 : inline-block;
}

div.hrManagerContainer {
    display                 : inline-block;
    margin                  : 0 auto;
}

div.smallNote {
    font-size               : 9pt;
    color                   : #777777;
    font-style              : italic;
}

td.noAppraisal {
    font-style              : italic;
    font-size               : 10pt;
    text-align              : center;
}

/*
div.dataTables_filter input[type="text"] {
    font-size               : 11pt;
}
*/

.bodyHeaderBar {
    background-color        : #D3D3D3;
    color                   : #444444;
}

h2.bodyHeaderBar {
    font-size               : 14pt;
    padding                 : 4px 4px 4px 10px;
}

table.dashboardTable {
    margin                  : 10px 0 30px 30px;
}

table.dashboardTable tbody tr:hover {
    background-color        : #ddd;
}

table.dashboardTable tbody td,
table.dashboardTable thead th {
    border-bottom           : solid 1px #9B637C;
    color                   : #575757;
    margin                  : 0;
    padding                 : 2px 5px;
}

table.dashboardTable .cell {
    border-left             : solid 1px #9B637C;
}

table.dashboardTable .cellRight {
    border-right            : solid 1px #9B637C;
}

table.dashboardTable .cellTop {
    border-top              : solid 1px #9B637C;
}

table.dashboardTable .cellBottom {
    border-bottom           : solid 1px #9B637C;
}

table.dashboardTable th {
    background-color        : #EAEAEA;
}

table.dashboardTable .comment {
    font-size               : 10pt;
    color                   : #9B637C;
}

table.dashboardTable th.highlight {
    background-color        : #CBCBCB;
    color                   : #111111;
}

div.reportSection p.footnote {
    font-size               : 10pt;
    color                   : #777777;
}

div.reportSection {
    margin                  : 20px 0 0 40px;
}

div.reportSection p {
    font-size               : 11pt;
}

div.topStrip:hover {
    color                   : #FAFAFA;
}

div.topStrip a {
    font-style              : normal;
}

div.topStrip {
    background-color        : #3F74B5;
    color                   : #3F74B5;
    font-style              : italic;
    position                : fixed;
    top                     : 0;
    left                    : 0;
    margin                  : 0;
    border                  : 0;
    height                  : 31px;
    width                   : 100%;
    text-align              : right;
    padding                 : 0 40px 0 0;
}

table.bodyTable th.borderBottom,
table.bodyTable td.borderBottom {
    border-bottom           : solid 1px #eee;
}

table.bodyTable th.borderBottomDashed,
table.bodyTable td.borderBottomDashed {
    border-bottom           : dashed 1px #eee;
}

svg#sunburst path {
    stroke                  : #555555;
    fill-rule               : evenodd;
}

div#infoBox {
    top                     : 40px;
}

.infoBox {
    position                : absolute;
    padding                 : 10px;
    min-width               : 200px;
    right                   : 15px;
    opacity                 : 0.95;
    background-color        : #f0f0f0;
    z-index                 : 2;
}

.infoBox p {
    margin                  : 10px 0;
}

table#sunburstLegend {
    top                     : 250px;
}

table#sunburstLegend td.legendEntry {
    width                   : 15px;
    height                  : 15px;
    border                  : solid 1px #555555;
    opacity                 : 1 !important;
}

table#sunburstLegend {
    border-collapse         : revert;
}


div.dialogBody > p {
    font-size               : 10pt;
    margin                  : 8px 0;
    color                   : #555555;
}

div#ajaxSpinner {
    position                : absolute;
    background-color        : #eaeaea;
    top                     : 45px;
    left                    : 0;
    padding                 : 20px;
    width                   : 560px;
    height                  : 120px;
    display                 : none;
}

div#delegateSpinner {
    position                : absolute;
    top                     : 50px;
    left                    : 20px;
    width                   : 600px;
    background-color        : #EAEAEA; /* spinner graphic expects this color background */
    height                  : 120px;
}

.bodyTextbox {
    background-color        : #fffCDC;
    color                   : #555555;
    border                  : solid 1px #fffcdc;
    padding                 : 2px;
    border-radius           : 4px;
}

.bodyTextbox.corrected {
    border                  : solid 1px #CC0000 !important;
}

.bodyTextbox:hover {
    border                  : solid 1px #cad7e8;
    border                  : solid 1px #cad7e8;
    background-color        : #fffac7;
    transition          : 0.15s;
}

.bodyTextbox:focus {
    background-color        : #fff8ad;
    color                   : #333333;
    border                  : solid 1px #cad7e8;
    border                  : solid 1px #97b1d3;
    transition          : 0.15s;
}

.bodyTextbox.readonly {
    background-color        : #CFCEC4;
    color                   : #555555;
    border                  : solid 1px #CFCEC4;
}

.bodyTextbox.readonly:focus {
    background-color        : #CFCEC4;
    color                   : #555555;
    border                  : solid 1px #CFCEC4;
    outline                 : none;
}

/* sectionBody text - for example text boxes that appear in appraisal sections */

.sectionBodyTextbox {
    background-color        : #fffae9;
    color                   : #555555;
    padding                 : 4px 6px;
    /* 
    border                  : solid 1px #fffcdc;
    */
    border                  : solid 1px #fffae9;
    border                  : solid 1px #fff;
    margin-top              : 0;
    border-radius           : 4px;
}

.sectionBodyTextbox:hover {
    /*
    border                  : solid 1px #fffac7;
    */
    background-color        : #fffae9;
    border                  : solid 1px #cad7e8;
    border                  : solid 1px #cad7e8;
    transition          : 0.15s;
}

.sectionBodyTextbox:focus {
    background-color        : #fff6b0;
    border-color            : #fff6b0;
    border-color            : #97b1d3;
    color                   : #333333;
    transition          : 0.15s;
    /*
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border                  : solid 1px #fffac7;
    */
    outline                 : none;
}

.sectionBodyTextbox.readonly {
    background-color        : #f4f4f4;
    border                  : solid 1px #f4f4f4;
    color                   : #555555;
    -webkit-text-fill-color : #555555;
    opacity                 : 1;
    padding                 : 4px 6px;
}

.sectionBodyTextbox.readonly:hover {
    border                  : solid 1px #f4f4f4;
}

.sectionBodyTextbox.readonly:focus {
    background-color        : #f4f4f4;
    color                   : #333333;
    border                  : solid 1px #f4f4f4;
    outline                 : none;
}

/* listItem text - for example text boxes that appear in objectives */

.listItemTextbox {
    background-color        : #fffae9;
    color                   : #555555;
    border                  : solid 1px #eaeaea;
    padding                 : 2px;
    text-shadow             : none;
    border-radius           : 4px;
}

div.appraisalSectionBody tr.itemHeader .listItemTextbox.closed,
div.appraisalSectionBody tr.objectiveHeader .listItemTextbox.closed {
    border                  : solid 1px #fff;
    background-color        : #fff;
}

div.appraisalSectionBody tr.objectiveHeader:hover .listItemTextbox.closed {
    border                  : solid 1px #eaeaea;
    background-color        : #eaeaea;
}

tr.goalHeader .listItemTextbox.closed,
tr.objectiveHeader .listItemTextbox.closed,
tr.itemHeader .listItemTextbox.closed {
    border                  : solid 1px #fff;
    background-color        : #fff;
}

div.appraisalSectionBody tr.itemHeader:hover .listItemTextbox.closed,
tr.goalHeader:hover .listItemTextbox.closed,
tr.objectiveHeader:hover .listItemTextbox.closed,
tr.itemHeader:hover .listItemTextbox.closed {
    border                  : solid 1px #eaeaea;
    background-color        : #eaeaea;
}

.listItemTextbox:hover {
    border                  : solid 1px #cad7e8;
    transition          : 0.15s;
    background-color        : #fffae9;
}

.listItemTextbox:focus {
    background-color        : #fff6b0;
    color                   : #333333;
    border                  : solid 1px #97b1d3;
    transition          : 0.15s;
}

.listItemTextbox.readonly {
    background-color        : #DDDDDD;
    color                   : #555555;
    -webkit-text-fill-color : #555555;
    opacity                 : 1;
    border                  : solid 1px #DFDFDF;
    padding                 : 3px;
    text-shadow             : none;
    cursor                  : default;
}

p.listItemTextbox {
    margin                  : 1px 0;
}

.meetingComments {
    min-height              : 42px !important;
}

div#meetingTableButtonBar {
    margin                  : 20px 0 0 0;
}

.listItemTextbox.readonly:hover {
    border                  : solid 1px #DFDFDF;
}

.listItemTextbox.readonly:focus {
    background-color        : #DDDDDD;
    color                   : #333333;
    border                  : solid 1px #DFDFDF;
    outline                 : none;
}


img#cascadeGraphic {
    padding                 : 1px;
    margin                  : 10px 10px 5px 10px;
    border                  : solid 1px #eee;
}

table#framingTable h2 {
    font-size               : 10pt;
    margin                  : 0;
    padding                 : 0;
    font-weight             : normal;
    color                   : #999999;
}

/*
td.orphan {
    background-color        : #FF9999;
}
*/

div.reviewStateSlider {
    height                  : 80px;
    background              : url(/b/gutterg.png) no-repeat left top;
    background-color        : #eaeaea;
    padding                 : 0;
    border                  : 0;
    width                   : 7px;
    margin                  : 0;
    -webkit-print-color-adjust: exact;
}

div.ui-slider-range {
    -webkit-print-color-adjust: exact;
}

label.inactive {
    color                   : #999999;
    font-style              : italic;
}

span.warning {
    color                   : #CC0000;
}

.bodyAside {
    font-size               : 10pt;
    color                   : #999999;
    font-style              : italic;
}

.helpPage {
    background-color        : #fff;
}

.inactiveOption {
    color                   : #999999;
}

.activeOption {
    color                   : #555555;
}

span#appraisalManagerRatingLabel {
    font-size               : 10pt;
}

.humane {
    background-color        : #3F74B5 !important;
    color                   : #FAFAFA !important;
    border-radius           : 2px !important;
    line-height             : 22pt !important;
    padding                 : 15px !important;
    min-height              : 10px !important;
}

#guiders_overlay {
    z-index                 : 24 !important;
}

tbody.even {
    background-color        : #ddd;
}

div.appraisalForm span.smartPrompt {
    font-size               : 11pt;
}

p.appraisal_comments {
    min-height              : 60px;
    font-size               : 12pt;
    margin                  : 0;
    padding                 : 3px;
}

a.emailLink {
    font-size               : 9pt;
    color                   : #777;
}

table.employeeTable thead tr {
    background-color        : #fff;
}

div.select2-result-label {
    font-size               : 10pt;
}

table#targetTable input,
table#targetTable {
    font-size               : 13pt;
}

p.targetTitle.closed {
    cursor                  : pointer !important;
}

table#targetTable input.editableDate {
    font-size       : 12pt !important;
}

table#targetTable p.targetTitle {
    font-size       : 13pt;
}

table#targetTable p,
table#targetTable textarea {
    font-size               : 12pt;
}

table#targetTable h3 {
    margin: 0.5em 0 0 0;
    font-size: 12pt;
    color: #666;
}

#targetTable .status {
    font-size: 12pt;
}

tr.targetDrilldown hr {
    margin: 5px 0 !important;
    background-color: #999 !important;
    color: #999 !important;
    width: 100%;
}

tr.targetDrilldown table td {
    padding: 5px;
}

td.section {
    font-size: 18pt;
    font-weight: 300;
    padding-left: 20px !important;
}

tr.targetHeader.closed .targetTitle {
    margin-left         : 0;
    transition          : margin 0.5s;
}

tr.targetHeader.opened .targetTitle {
    margin-left         : 108px;
    transition          : margin 0.5s;
}

#targetTable td.section {
    min-width           : 80px;
    max-width           : 80px;
    width               : 80px;
}

tr.targetHeader.opened span.periodIndicator {
    /*
    left                : 80px;
    left                : 20px;
    */
    opacity             : 0.5;
    transition          : opacity 0.5s;
}

tr.targetHeader.closed .inputCover {
    background-color    : #fff;
}

tr.targetHeader.closed:hover .inputCover {
    background-color    : #eaeaea;
}

table#targetTable {
    min-width           : 900px;
    margin              : 25px 20px;
}

div.hiddenTargetControl {
    position            : absolute;
    top                 : 10px;
    right               : 20px;
    font-size           : 10pt;
    color               : #999999;
}

.targetTextbox {
    width               : 530px;
    margin              : 0;
}

table.foldingList p.comment {
    font-size           : 11pt;
    color               : #777777;
    margin              : 0;
}

div.newTargetPage {
    margin              : 0 10px 10px 10px;
    min-height          : 220px;
}

div.newTargetPage h3 {
    margin              : 10px 0 5px 0;
    color               : #777777;
}

tr.targetDrilldown hr.listItem {
    background-color    : #DDDDDD !important;
    color               : #DDDDDD !important;
}

div#newTargetPopup textarea {
    min-height          : 42px;
}

tr.itemHeader td.rag {
    padding-right       : 0 !important;
    padding-left        : 0 !important;
}

div#completeTargetPopup option.disabled {
    color               : #ccc !important;
}

p.listItemTextbox {
    min-height          : 21px;
}

span.createTargetComment {
    color                   : #777777;
    font-size               : 11pt;
    padding-left            : 10px;
    font-style              : italic;
}

form#ratingSchemeForm label {
    padding: 0 10px;
}

form#ratingSchemeForm input {
    margin: revert;
}

input.ratingName {
    width                   : 190px;
    font-size               : 11pt;
}

form#fieldDefinitionForm input.ratingName {
    width                   : 120px;
}

.ratingSchemeLabel {
    font-size               : 12pt;
}

div.ratingSchemeContainer {
    margin                  : 25px 0 25px 50px;
}

div#fieldDefinitionPopup div.ratingSchemeContainer {
    margin                  : 5px 0 5px 5px;
}

div.ratingSchemeContainer h2 {
    margin-bottom           : 10px;
    margin-left             : -50px;
}

div.passwordGuidance {
    font-size               : 11pt;
    color                   : #777777;
}

.passwordGuidance.errorMessage {
    font-size               : 13pt !important;
}

span.better {
    color                   : #66aa66;
}

span.worse {
    color                   : #ff6666;
}

div.dashEntryDescription a.highlight {
    color                   : #333333;
    text-decoration         : underline;
}

div.objDetails {
    margin-left             : 15px;
    font-size               : 9pt;
}

div.objDetails div {
    white-space             : normal;
    background-color        : #DDDDDD;
    margin                  : 2px;
    padding                 : 2px;
}

td.sectionHeader {
    padding-top             : 1em;
    font-weight             : bold;
    padding-bottom          : 0;
    font-size               : 14pt;
}

div.meetingContent {
    padding: 0 20px 15px 20px;
}

div.meetingContent h2 {
    margin: 5px 0 0 2px;
    padding: 0;
    border: 0;
    font-size: 11pt;
}

div.meetingContent textarea {
    width                   : 650px;
}

table#meetingTable {
    width                   : 700px;
}

div.meetingButtonBar {
    text-align              : right;
    margin                  : 10px 0 0 0;
}

tr.UnconfirmedMeeting,
tr.LockedMeeting {
    color                   : #999999;
}

tr.UnconfirmedMeeting.opened,
tr.LockedMeeting.opened,
tr.UnconfirmedMeeting:hover,
tr.LockedMeeting:hover {
    color                   : #777777;
}

tr.nextMeetingHeader td.meetingDate {
    text-align              : right;
}

tr.nextMeetingHeader td.nextMeeting {
    font-style              : italic;
}

div.dateContainer {
    margin                  : 5px 0 20px 50px;
}

td.eMeeting.overdue {
    color                   : #CC0000;
}

td.eProbation,
td.eBonus {
    text-align              : center !important;
}

span.observation {
    color                   : #777777;
    font-size               : 11pt;
    font-style              : italic;
    position                : absolute;
    top                     : 5px;
    left                    : 5px;
}

div.textContainer {
    display                 : inline-block;
    border                  : 0;
    padding                 : 0;
    margin                  : 0;
    position                : relative;
    width                   : 656px;
}

td.meetingDate span.formattedDate {
    margin                  : 0 0 0 5px !important;
}

span.formattedDate {
    font-size               : 13pt;
    /*
    color                   : #333;
    */
    margin                  : 0 15px 0 0;
    padding                 : 0 5px;
}

div.compoundDateContainer {
    position                : relative;
    display                 : inline-block;
    white-space             : nowrap;
    text-align              : left;
}

tr.meetingHeader div.compoundDateContainer {
    margin                  : 0 10px 0 5px;
}

input.hiddenDate,
input.hiddenMeetingDate,
input.hiddenTargetDate {
    position                : absolute !important;
    left                    : 0;
    top                     : 0;
    z-index                 : -1;
}

tr.meetingHeader.opened span.formattedDate:hover {
    color                   : #333333;
    background-color        : #B8B8B8;
    border-radius           : 5px;
}

.compoundDateContainer span.formattedDueDate {
    font-size               : 11pt;
    cursor                  : pointer;
    background-color        : #fffae9;
    color                   : #555555;
    border                  : solid 1px #fffcdc;
    padding                 : 1px 4px;
    width                   : 11em;
    display                 : inline-block;
}

.compoundDateContainer span.formattedDueDate:hover {
    border                  : solid 1px #fffac7;
    background-color        : #fffae9;
    color                   : #333333;
}

span.meetingSmallRAGindicator {
    position                : absolute;
    right                   : -40px;
    top                     : -2px;
}

table.teamOneToOneTable td {
    height                  : 30px;
}

div#competencyGradingBody ul {
    margin                  : 0;
    font-size               : 11pt;
}

.oneToOneTable {
    width: auto !important;
}

table.oneToOneTable th {
    text-align              : left !important;
}

table.oneToOneTable th,
table.oneToOneTable td {
    padding                 : 0 10px !important;
}

span.amber {
    color                   : #F7910F;
}

span.good {
    color                   : #66aa66;
}

span.bad {
    color                   : #ff6666;
}

div#one2oneBrowserPopup {
    width   : 850px;
}

div#one2oneBrowserPopup div.meetingSelector {
    padding : 50px 5px 5px 5px;
    width : 150px;
    height : 350px;
    text-align : center;
    display: inline-block;
}

div#one2oneBrowserPopup a#moreMeetingsButton {
    text-align : center;
}

div#one2oneBrowserPopup div.meetingBody {
    position : relative;
}

div#one2oneBrowserPopup div.meetingList {
    width : 140px;
    max-height : 300px;
    overflow : auto;
    padding : 3px;
    margin-bottom: 10px;
}

div#one2oneBrowserPopup div.meetingContent {
    position    : absolute;
    left        : 150px;
    top         : 5px;
}

div#one2oneBrowserPopup p.meetingNotes {
    background-color    : #ddd !important;
    min-height          : 42px;
    width               : 650px;
    max-height          : 125px;
    overflow            : auto;
}

div#one2oneBrowserPopup div.meetingContent h2 {
    font-size           : 14pt;
}

div#one2oneBrowserPopup div.meetingContent h3 {
    margin              : 15px 0 0 0;
    font-size           : 11pt;
    color               : #777777;
}

div.meetingButton,
div.appraisalNotesButton {
    margin : 2px;
    text-align : center;
    font-size : 10pt;
    padding : 1px 2px;
}

div.meetingButton.inactive,
div.appraisalNotesButton.inactive {
    background-color    : #eaeaea;
    cursor              : pointer;
}

div.meetingButton.inactive:hover,
div.appraisalNotesButton.inactive:hover {
    background-color    : #ddd;
}

div.meetingButton.active,
div.appraisalNotesButton.active {
    background-color    : #ccc;
}

table.teamOneToOneTable tr.direct_report {
    cursor              : pointer;
}

h1#one2onesManagerTitle {
    margin-bottom       : 10px;
}

div#oneToOneTable_filter {
    padding             : 0 10px 10px 0;
}

p.appraisalNote {
    color               : #777777;
    margin              : 4em 4em 0 4em;
    text-align          : center;
}

table#oneToOneTable th,
table#oneToOneTable td {
    text-align          : left;
}


label.readonly {
    color               : #999999;
}

.progressionMarker {
    border-radius               : 3px;
    padding                     : 0px 4px;
    border                      : solid 1px;
    display                     : inline-block;
}

.progressionMarker.ragA {
    background-color            : #fbbf24;
    border-color                : #efb521;
    color                       : #494848;
}

.progressionMarker.ragR {
    background-color            : #ef4444;
    border-color                : #dc2626;
    color                       : #FFFFFF;
}

.progressionMarker.ragG {
    background-color            : #4caf50;
    border-color                : #3e9141;
    color                       : #FFFFFF;
}

div.crumbContainer {
    position : absolute;
    top      : 15px;
    left     : 10px;
}

div.crumbContainer a {
    color    : #777777;
}

table.objectivesDashboard tbody tr:hover,
table.appraisalDashboard tbody tr:hover {
    background-color        : #ddd;
}

table.objectivesDashboard tbody td,
table.appraisalDashboard tbody td {
    height : 25px;
}

table.objectivesDashboard td,
table.objectivesDashboard th,
table.appraisalDashboard td,
table.appraisalDashboard th {
    border-bottom : solid 1px #ddd;
}

table.objectivesDashboard td.noBorder {
    border-bottom : solid 1px #fff !important;
}

table.objectivesDashboard td,
table.objectivesDashboard th {
    min-width: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

th.targetObjectiveCount {
    background-color: #ddd;
    color: #555555;
}

div.bodyNotes {
    margin-top: 4em;
    font-size: 10pt;
    color: #777777;
    font-style: italic;
}

a.objectiveWeight:hover {
    background-color: #bbb;
    box-shadow: 0 0 2px #6A5E4E;
    display: inline-block;
}

.review_state_slider_cover {
    position: absolute;
    top: -10px;
    left: -5px;
    width:110px;
    height:100px;
    z-index: 5;
    opacity: 0.5;
    background-color: #eaeaea;
    filter: alpha(opacity=50);
}

div.zoneNotifier {
    position: absolute;
    top: -22px;
    left: 10px;
    color: #999999;
}

table.objectiveWeightsTable {
    margin: 20px 0;
}

table.objectiveWeightsTable th,
table.objectiveWeightsTable td {
    padding: 0 5px;
}

table.objectiveWeightsTable th {
    font-size           : 10pt;
    padding-bottom      : 5px;
}

table.objectiveWeightsTable tfoot td {
    font-size           : 10pt;
    padding-top      : 5px;
}

input.objectiveWeight {
    text-align          : right;
}

span#objectiveWeightSum {
    padding-right       : 2px;
}

input.objectiveWeight.invalid {
    border              : solid 1px #CC0000;
}

input.objectiveWeight.valid {
    border              : solid 1px #ddd;
}

span#objectiveWeightSum.valid {
    color               : #66aa66;
}
span#objectiveWeightSum.invalid {
    color               : #ff6666;
}

p.objectiveWeightError {
    color               : #ff6666;
    font-style          : italic;
    font-size           : 11pt !important;
    margin              : 0 10px !important;
    padding             : 0;
}

td.commentCell {
    min-height          : 40px;
    vertical-alignment  : middle;
}

div.profileRoleDescription {
    font-size           : 10pt;
    color               : #999999;
    max-width           : 600px;
    max-height          : 250px;
    overflow            : auto;
}

div.profileRoleDescription ul {
    margin              : 0;
    padding-top         : 0;
    padding-bottom      : 0;
}

table.InterimDashboardTable span.idPercentage {
    display             : none;
}

tr.objectiveHeader,
tr.objectiveDrilldown,
tr.targetHeader,
tr.targetDrilldown,
div.appraisalSectionHeading {
    -webkit-print-color-adjust: exact;
}

.meetingComment {
    margin              : 0 0 1em 0;
    padding             : 0;
    font-style          : italic;
    font-size           : 10pt;
    color               : #777777
}

.menuContainer {
    text-align          : right;
    position            : absolute;
    top                 : 10px;
    right               : 15px;
    white-space         : nowrap;
}

.zoneSelectorMenu {
    display             : inline-block;
}

#target_description,
#target_plan,
#target_support_needed,
#target_reason_text {
    max-width: 530px;
    min-width: 530px;
    width: 530px;
    overflow-y: auto;
}

#target_reason_text {
    height: 120px;
}

table#outerConfigTable table tr {
    vertical-align: bottom;
}


table#outerConfigTable input[type="checkbox"] {
    position: relative;
    top: -2px;
}

table#outerConfigTable input[type="radio"] {
    margin-right: 5px;
}

#createEmployeePopup .select2-container .select2-choice,
#editUserPopup .select2-container .select2-choice {
    height: 40px !important;
    line-height: 115% !important;
}

.hidden {
    display: none;
}

textarea#objectiveCriteria,
textarea#objectiveDescription {
    min-height: 21px;
}

.competencyForm table.bodyTable td {
    padding-bottom: 5px;
}

.ratingSelectorGuidanceText {
    margin: 20px 0 0 30px;
    color: #777777;
    font-size: 11pt;
}

.ratingSelectorGuidanceText > ul {
    margin-top: 0;
    margin-bottom: 0;
}

.appraisalTable tbody tr:hover {
    background-color: #e0e0e0;
}

.scrolledContainer::-webkit-scrollbar {
-webkit-appearance: none;
width: 14px;
}

.scrolledContainer::-webkit-scrollbar-track {
padding-left: 2px;
padding-right: 2px;
background-color: #eee;
}

.scrolledContainer::-webkit-scrollbar-thumb {
border-radius: 4px;
background-color: rgba(0, 0, 0, .5);
box-shadow: 0 0 1px rgba(255, 255, 255, .5);
width: 7px;
border: solid 1px #eee;
}

.roleListContainer {
    max-height:     300px;
    overflow-y: scroll;
}

.inPageHelp {
    margin: 0;
    padding: 0;
    /*
    position: absolute;
    top: 7px;
    left: 50px;
    */
    color: #aaa;
    font-size: 11pt;
}

p.inPageHelp a:hover {
    text-decoration: underline !important;
}

.matrixReportsTable td,
.matrixReportsTable th {
    padding-left: 5px;
    padding-right: 5px;
}

.matrixReportsTable th {
    border-bottom: solid 1px #ccc;
}

.bodyFYI {
    font-style: italic;
    color:      #777;
    padding: 0.25em 2em;
    border-radius: 8px;
    margin: 0 2.5em;
    max-width: 750px;
    position: relative;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18), 0px 2px 4px rgba(0, 0, 0, 0.24);
}


body.login {
    background-color:   #fff;
    text-align:         center;
    font-size:          16pt;
    color:              #555555;
    height:             100%;
    width: 100%;
}

.outerContainer {
    background: rgb(26,85,139);
    background: linear-gradient(159deg, rgba(63,116,181,1) 50%, rgba(26,85,139,1) 100%);
    padding: 0;
    margin: 0;
    border: 0;
    height: 100%;
    width: 100%;
    position: relative;
}

@media only screen and (max-width: 440px) {
    .loginContainer {
        width: 84%;
        height: 360px;
        min-height: 360px;
        max-height: 360px;
        margin-top: -185px;
        margin-left: 4%;
        margin-right: 4%;
        padding: 20px 4%;
    }
    div.productBanner {
        padding: 20px 0 20px 0;
    }
    div#passwordEmailSent {
        padding: 0 1em;
    }
    span.passwordComment {
        max-width: 200px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 441px) {
    .loginContainer {
        width:  400px;
        height: 400px;
        min-width: 400px;
        min-height: 400px;
        margin-top: -205px;
        margin-left: -205px;
        left: 50%;
        padding: 20px;
    }
    div.productBanner {
        padding: 30px 0 30px 0;
    }
    div#passwordEmailSent {
        padding: 0 4em;
    }
    span.passwordComment {
        max-width: 240px;
        bottom: 30px;
    }
}

.loginContainer {
    position: absolute;
    top: 45%;
    box-shadow: 0px 1px 3px rgba(0,0,0, 0.18), 0px 2px 4px rgba(0,0,0, 0.24);
    border-radius: 16px;
    /*
    background-color: #dadada;
    */
    background-color: #fff;
}

span.passwordComment {
    display                 : block;
    position: absolute;
    left: 20px;
    font-size               : 11pt;
    font-style              : italic;
    color                   : #ff6666;
    text-align              : left;
}

div.productBanner {
    font-size: 28pt;
    margin: 0;
    color: #555555;
}

body.login {
    font-size       : 14pt;
    color           : #555555;
}

body.login td {
    font-size: 14pt;
}

body.login p.errorMessage {
    font-size: 10pt;
    color: red;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 375px;
    width: 100%;
    height: 45px;
    margin: 0;
}

body.login p.errorMessage a {
    color: #aa0000;
    font-weight: bold;
}

body.login p.errorMessage a:hover {
    color: #dd0000;
    font-weight: bold;
}

body.login div.footer {
    position: fixed;
    bottom: 0;
    text-align: right;
    font-size: 12pt;
    right: 0;
    padding: 1em 2em;
    margin: 0 0 0 0;
    width: 100%;
}

body.login a#forgottenPassword {
    position: absolute;
    bottom: 29px;
    left: 20px;
    padding: 0;
    font-size: 12pt;
    color: #999999 !important;
}

body.login a#forgottenPassword {
    color: #999999 !important;
}
body.login a#forgottenPassword:hover {
    color: #555555 !important;
}

span#noSavePasswordButton {
    display: block;
}

body.login span#noSavePasswordButton,
body.login a#savePasswordButton,
body.login a#loginButton {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

div.footer a#cogendoLink {
    position: fixed;
    right: 0;
    bottom: 0;
    margin: 1em 2em;
    color: #ccc;
}

div#login table {
    margin-left: 12px;
    margin-right: 12px;
}

div#passwordEmailSent {
}

body.login input[type="password"],
body.login input[type="email"],
body.login input[type="text"] {
    margin: 10px 0;
    display: block;
    box-sizing: border-box;
    width: 100%;
    font-size: 14pt;
    border: solid 2px #fff;
    border-radius: 8px;
    padding: 10px;
    background-color: #f5f5f5;
}

body.login input:focus {
    background-color: #fff;
    border: solid 2px rgba(63,116,181,1);
    box-shadow: 0;
    outline: none ! important;
}

body.login h1 {
    margin          : 2em 0 1em 0;
    text-align      : center;
    color           : #3c589d;
}

body.login a {
    text-decoration: none;
    color: #555555;
}

body.login p a {
    font-weight: bold;
    color: #555555;
}

body.login p.warning a {
    color: #CC0000;
}

body.login p.warning a:hover {
    text-decoration: underline;
}

body.login a:hover {
    color: #111111;
}

body.login label {
    font-size: 9pt;
    color: #555555;
}

a.calendarButton {
    display             : inline-block;
    width               : 25px;
    height              : 25px;
    background-repeat   : no-repeat;
    background-image    : url(/b/all-icons-2.8.png);
    background-position : 0 -888px;
    position            : relative;
    top                 : 3px;
}

a.calendarButton:hover {
    background-position : 0 -936px;
}

body.login .warning {
    color               : #CC0000;
    text-align          : left;
    padding             : 0;
    margin              : 0 0 1em 0;
    font-size           : 12pt;
}



table.goalTable,
table.objectiveTable {
    padding: 0;
    border: 0;
}

table.appraisalTable {
    margin: 25px 0;
}

table.appraisalTable th {
    font-size: 12pt;
}

table.appraisalTable td {
    font-size: 12pt;
}

div.body > table.goalTable {
    margin: 0 0 30px 0;
}

div.body > table.objectiveTable {
    margin: 0 0 30px 0;
}

div.appraisalSectionBody > table.objectiveTable {
    margin: 20px 40px 20px 30px;
}

div.appraisalSectionBody > table.objectiveTable th.rating,
div.appraisalSectionBody > table.objectiveTable td.rating {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

tr.objectiveHeader td {
    white-space: nowrap;
}

span.privateMarker {
    position: absolute;
    color: #aa0000;
    left: -40px;
    top: 8px;
    font-size: 10pt;
}

tr.goalDrilldown,
tr.objectiveDrilldown {
    display: none;
}

table.foldingList hr,
table.feedbackTable hr,
.goalTable hr,
.objectiveTable hr {
    border: 0;
    margin: 0;
    height: 1px;
    color: blue;
    background-color: #eee;
}

tr.objectiveHeader,
tr.goalHeader {
    position: relative;
}

textarea,input[type="text"],input[type="password"],input[type="search"] {
    font-family         : 'Noto Sans',Helvetica,Arial,sans-serif;

    /* this is needed to get rid of funny shadow on iOS Safari & Chrome */
    -webkit-appearance  : none;

    font-weight         : inherit;
    text-shadow         : none;
    outline             : none;
}

.privacyIndicator {
    position            : absolute;
    top                 : 14px;
    left                : -45px;
    color               : #CC0000;
    font-size           : 10pt;
}

td.assignee {
    padding-left        : 10px;
    padding-right       : 10px;
}

.goalHeader.opened,
.goalDrilldown,
.objectiveHeader.opened,
.objectiveDrilldown,
.itemHeader.opened,
.itemBody {
    background-color: #eaeaea;
}

.goalHeader.targetted,
.objectiveHeader.targetted {
    color: #111111;
}

.goalHeader.untargetted,
.objectiveHeader.untargetted {
    color: #BBBBBB;
}

tr.goalHeader td,
tr.objectiveHeader td {
    min-height: 45px;
    height: 45px;
}

tr.appraisalTableHeader th {
    padding: 0 10px;
    margin: 0;
}

tr.appraisalTableHeader th {
    border-bottom: solid 1px #eee;
}

td.tick {
    text-align: center;
}

img.grandfatherTick {
    position: relative;
    top: -2px;
}

td.person,
th.person {
    text-align: left;
}

td.actions,
th.actions {
    text-align: left;
}

tr.appraisal td {
    min-height: 40px;
    height: 40px;
    padding: 0 10px;
    margin: 0;
    border-bottom: solid 1px #eee;
}

.goalHeader.closed:hover,
.objectiveHeader.closed:hover {
    background-color: #eaeaea;
    cursor: pointer;
}

.goalHeader.closed:hover input.goalTitle,
.objectiveHeader.closed:hover input.objectiveTitle {
    background-color: #eaeaea;
}


.goalHeader,
.objectiveHeader {
    cursor: pointer;
}

div.goalHeader,
div.objectiveHeader {
    background-color: inherit;
    height: 45px;
    position: relative;
}

p.goalTitle,
input.goalTitle.closed,
input.goalTitle.opened,
p.objectiveTitle,
input.objectiveTitle.opened,
input.objectiveTitle.closed {
    position: relative;
    top: 1px;
    border-style: solid;
    border-width: 1px;
    font-size: 13pt;
    min-width: 510px;
    max-width: 510px;
    width: 510px;
    padding: 4px;
    border-radius: 4px;
    margin: 0 10px;
    box-shadow: none;
    -webkit-appearance: none;
    display: inline-block;
}

div.appraisalForm p.objectiveTitle.closed {
    border-color    : #fff;
}

p.goalTitle.closed,
p.objectiveTitle.closed {
    border-color    : #fff;
}

tr.objectiveHeader.closed:hover p.objectiveTitle.closed,
tr.goalHeader.closed:hover p.goalTitle.closed {
    border-color: #eaeaea;
}

p.goalTitle.opened,
p.objectiveTitle.opened {
    border          : solid 1px #DFDFDF;
}

a.objectiveCascadeButton {
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0 10px;
    padding: 2px;
}

a.objectiveCascadeButton:hover {
    background-color: #bbb;
    box-shadow: 0 0 2px #6A5E4E;
}

.objectiveBonusButton {
    display: inline-block;
    width: 34px;
    height: 31px;
    padding: 2px;
    position: relative;
    top: 2px;
    margin-left: 2px;
}

a.objectiveBonusButton:hover {
    background-color: #bbb;
    box-shadow: 0 0 2px #6A5E4E;
}

.goalTitle.closed,
.objectiveTitle.closed {
    color: inherit;
}

p.objectiveReviewComments,
p.goalTitle.opened,
p.objectiveTitle.opened {
    background-color    : #DDDDDD;
    color               : #555555;
}

p.objectiveTitle {
    margin-left: 10px;
    overflow: hidden;
}

input.goalTitle.closed,
input.objectiveTitle.closed {
    cursor: pointer;
    border: 0;
}

input.goalTitle.opened,
input.objectiveTitle.opened {
    cursor: text;
}

div.appraisalForm input.closed {
    background-color    : #fff;
    border-color        : inherit;
}

input.opened:focus,
input.closed:focus {
    cursor              : text;
}

span.objectiveStatus {
    display             : inline-block;
    font-size           : 11pt;
    position            : relative;
    top                 : 0px;
    min-width           : 205px;
    text-align          : left;
    margin              : 0 10px;
}

span.goalStatus {
    font-size: 12pt;
    width: 100px;
    text-align: right;
    margin: 0 10px;
}

td.actions {
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
}

table.appraisalTable td.rating,
table.appraisalTable th.rating {
    text-align: center;
}

.appraisalRAGindicator {
    position: absolute;
    z-index: 1;
    right: -40px;
    top: -3px;
}

.objectiveRAGindicator {
    position: absolute;
    right: -40px;
    top: -6px;
}

.meetingRAGindicator {
    position: absolute;
    right: -50px;
    top: 7px;
}

a.shrinkButton {
    position: absolute;
    font-size: 11pt;
    top: 0px;
    right: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
}

div.goalDrilldown,
div.objectiveDrilldown {
    display: none;
}

div.goalDrilldown *,
div.objectiveDrilldown * {
    font-weight: normal;
    text-shadow: none;
}

div.goalDetails,
div.objectiveDetails {
    margin: 0;
    position: relative;
    padding: 10px;
}

div.objectiveReview {
    position: relative;
    padding: 10px;
}

tr.goalDrilldown p.goalDescription,
tr.objectiveDrilldown p.objectiveDescription,
tr.objectiveDrilldown p.objectiveCriteria {
    background-color    : #DDDDDD;
    border              : solid 1px #DFDFDF;
}

tr.objectiveDrilldown p.objectiveCriteria {
    min-height          : 40px;
    padding             : 5px;
}

.objectiveDescription,
.objectiveCriteria {
    display: block;
}

tr.objectiveDrilldown .objectiveCriteria {
    min-height          : 40px !important;
}

tr.goalDrilldown p.goalDescription,
tr.goalDrilldown textarea,
tr.objectiveDrilldown p.objectiveDescription,
tr.objectiveDrilldown p.objectiveCriteria,
tr.objectiveDrilldown textarea {
    color               : #555555;
    min-width           : 500px;
    max-width           : 500px;
    width               : 500px;
    font-size           : 11pt;
    margin-top          : 3px;
    text-align          : left;
    min-height          : 60px;
}

tr.objectiveDrilldown textarea {
    min-height          : 80px;
}

div#cloneObjectivesPopup textarea.copyDescription {
    font-size           : 9pt;
}

div#cloneObjectivesPopup textarea.copyDescription,
div#cloneObjectivesPopup input.taskTitle {
    border              : 0;
    background-color    : #fffae9;
    margin              : 2px;
}

div#cloneObjectivesPopup textarea.copyDescription:focus,
div#cloneObjectivesPopup input.taskTitle:focus {
    background-color    : #fff6b0;
    border-color        : #fff6b0;
}

td.rag {
    margin-left         : 0;
    margin-right        : 0;
}

tr.objectiveDrilldown p.objectiveDescription {
    min-height          : 65px;
    padding             : 5px;
}

textarea.objectiveReviewComments {
    margin-top          : 1px;
    margin-bottom       : 1px;
    padding             : 0.25em;
}

p.objectiveReviewComments {
    margin              : 4px 0;
    font-size           : 11pt;
    min-height          : 3em;
    padding             : 5px;
}

table.objectiveDataTable {
    position            : absolute;
    top                 : 10px;
    left                : 530px;
    font-size           : 11pt;
    margin              : 0;
}

table.objectiveDataTable th {
    text-align          : right;
    color               : #777777;
}

div.objectiveButtonTray {
    clear               : both;
    margin              : 0 5px 10px 5px;
    padding             : 5px;
}

div.appraisalSectionBody > table#targetTable div.objectiveTabBar,
div.appraisalSectionBody > table.objectiveTable div.objectiveTabBar {
    background-color    : #fff;
}

div.goalTabBar,
div.objectiveTabBar {
    background-color    : #fff;
    font-size           : 11pt;
    position            : relative;
    min-height          : 19px;
    z-index             : 5;
}

div.goalTabBar .shrinkButton,
div.objectiveTabBar .shrinkButton {
    background-color    : #eaeaea;
    color               : #555555;
}

div.goalTabBar .shrinkButton:hover,
div.objectiveTabBar .shrinkButton:hover {
    color               : #333333;
}

div.objectiveTabBar .objectiveTab {
    background-color    : #B8B8B8;
    padding-left        : 5px;
    border-right        : solid 2px #fff;
    padding-right       : 5px;
    margin              : 0;
    color               : #555555;
    font-size           : 11pt;
    min-height          : 18pt;
}

div.objectiveTabBar .objectiveTab.selected:hover {
    background-color    : #eaeaea;
    color               : #333333;
}

div.objectiveTabBar .objectiveTab:hover {
    background-color    : #a8a8a8;
    color               : #333333;
}

a.objectiveTab.selected {
    background-color    : #eaeaea;
    color               : #555555;
    /*
    border              : solid 1px #CCCCCC;
    */
    border-right        : solid 2px #fff;
    border-top          : 0;
}

a.shrinkButton {
    border              : solid 1px #CCCCCC;
    border-top          : 0;
    border: 0;
}

div.objectiveTable {
    min-width           : 800px;
    width               : 800px;
    max-width           : 800px;
    margin              : 50px;
    padding             : 0;
    border              : 0;
}

div#appraisalForm table.objectiveTable {
    min-width           : 800px;
}

div.appraisalSectionBody table.objectiveTable tr.rule td {
    padding-left        : 0;
    padding-right       : 0;
}

div.appraisalSectionBody table.objectiveTable th,
div.appraisalSectionBody table.objectiveTable td {
    text-align          : left;
    margin              : 0;
}

.objectiveDirectorContainer {
    position            : absolute;
    right               : 130px;
    top                 : 20px;
}

.userDirector {
    /*
    background-color    : #FFEB3B;
    */
    background-color    : #fff;
    padding             : 3px;
    border              : 0;
    padding             : 0.25em 0.5em;
    /*
    box-shadow          : 0 1px 3px rgba(0,0,0,0.14), 0 2px 4px rgba(0,0,0,0.15);
    */
}


div.objectiveDirector {
    font-size           : 9pt;
    white-space         : normal;
    overflow            : hidden;
    position            : absolute;
    top                 : -6px;
    right               : -125px;
    /*
    background-color    : #F7F2C2;
    */
    background-color    : #f8f8f8;
    border              : solid 3px #ffc107;
    border-radius       : 8px;
    padding             : 1px 5px;
    width               : 120px;
    height              : 95px;
    line-height         : 105%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

table.objectiveTable tr,
table.objectiveTable {
    padding             : 0;
}

table.objectiveTable div.objectiveDirector > p {
    padding             : 0;
    margin              : 4px 0;
}

.objectiveReviewPart {
    margin              : 0;
    padding             : 2px;
    position            : relative;
}

.objectiveReviewRating {
    position            : absolute;
    top                 : 1px;
    right               : 0;
    text-align          : right;
    font-size           : 10pt;
    margin-right        : 0;
}

div.reviewStateWidget a.ui-slider-handle {
    background-color    : transparent;
}

div.objectiveReviewState {
    position            : absolute;
    left                : 530px;
    top                 : 30px;
    white-space         : nowrap;
}

div.objectiveReviewState span.label {
    color               : #777777;
    font-size           : 11pt;
}

.reviewStateWidget {
    position            : absolute;
    top                 : 20px;
    left                : 525px;
}

div.ratingCommentsFrame {
    position            : relative;
    min-width           : 500px;
    max-width           : 500px;
    width               : 500px;
}

.objectiveReviewGuidance {
    margin              : 0;
    font-size           : 11pt;
}

.objectiveReviewGuidance b {
    font-weight: bold;
}

div.objective .objectiveReviewComments {
    margin-top          : 1px;
    margin-bottom       : 1px;
    min-width           : 490px;
    max-width           : 490px;
    width               : 490px;
    margin              : 0;
}

.objectiveReviewPart h2 {
    font-size           : 12pt;
    font-weight         : normal;
    margin              : 0;
    padding             : 0;
}

.objectiveReviewDisclaimer {
    font-style          : italic;
    font-size           : 12pt;
}

.objectiveReviewDisclaimer.objectiveReviewPart {
    margin-top          : 15px;
    margin-bottom       : 15px;
}

a {
    text-decoration     : none;
}

.body > .bodyMessage {
    max-width: 960px;
}

.appraisalSection .bodyMessage {
    max-width: 800px;
    margin: 10px 0px 10px 5px;
}

div.bodyMessage {
    padding             : 0;
    margin              : 0 50px 0 0;
    font-size           : 12pt;
    font-style          : italic;
}

div.bodyMessage a {
    color               : #333399;
}

div.bodyMessage a:hover {
    color               : #111199;
}

span.notifier {
    color               : #777777;
    padding-left        : 10px;
    font-size           : 11pt;
}

div.goalObjectivesSection {
    padding             : 10px;
}

div.goalObjectivesSection h2 {
    font-size           : 13pt;
    margin-bottom       : 5px;
    margin-top          : 0;
}

div.goalObjectivesSection p.comment {
    margin              : 0.5em 1em 1em 1em;
    padding             : 0;
    font-size           : 11pt;
}

table.goalObjectives {
    background-color    : #DCDCDC;
    padding             : 10px;
}

table.goalObjectives tr.objective td {
    padding-left        : 10px;
    padding-right       : 10px;
}

table.goalObjectives hr {
    color               : #DDDDDD;
    background-color    : #DDDDDD;
}

table.goalObjectives a.cascade:hover {
    background-color    : #eaeaea;
    box-shadow          : 0 0 2px #6A5E4E;
    box-shadow          : 0 0 2px #a8a8a8;
    border-radius       : 3px;
}

table.decomposeObjective {
    margin              : 20px 0;
}

table.decomposeObjective input.childObjectiveTitle {
    font-size           : 12pt;
    width               : 450px;
    min-width           : 450px;
    max-width           : 450px;
    margin              : 0;
    padding             : 1px 2px;
}

table.decomposeObjective td.actions {
    font-size           : 11pt;
}

table.decomposeObjective input.childObjectiveTitle:focus {
    background-color    : #fff8ad;
    border-color        : #fff8ad;
    color               : #333333;
}

table.decomposeObjective th,
table.decomposeObjective td {
    border-bottom       : solid 1px #eee;
    padding             : 2px 10px;
}

div.objectiveReviewAssignee {
    margin-top          : 15px;
}

span.objectiveRatingReadonly {
    display             : inline-block;
    min-width           : 70px;
    text-align          : center;
    padding-left        : 5px;
    padding-right       : 5px;
    margin              : 1px 0 1px 2px;
}

div#appraisalSectionBody01 {
    padding-left        : 15px;
}

div.jOrgChart div.objTitle {
    color               : #666666;
    font-size           : 9pt;
    display             : inline-block;
    height              : 44px;
    width               : 92px;
    overflow            : hidden;
    padding             : 0;
    margin              : 0px 1px 0px 1px;
}

div.jOrgChart div.you {
    color               : #3C589D;
    background-color    : #CCCCCC;
    font-weight         : bold;
    font-size           : 8pt;
    display             : inline-block;
    height              : 16px;
    width               : 96px;
    overflow            : hidden;
    padding             : 1px 0 0 0;
    margin              : 0;
}

div.jOrgChart div.assignedTo {
    color               : #3C589D;
    font-size           : 8pt;
    display             : inline-block;
    height              : 16px;
    width               : 96px;
    overflow            : hidden;
    padding             : 1px 0 0 0;
    margin              : 0;
    white-space         : nowrap;
}

.jOrgChart div.matrixed div.you,
.jOrgChart div.matrixed div.assignedTo {
    color               : #EE7700;
}

.jOrgChart div.selected {
    border              : solid 2px #3C589D !important;
}

.jOrgChart div.selected.matrixed {
    border              : solid 2px #CC6600 !important;
}

.jOrgChart .node {
    background-color    : #E6E5DA !important;
    border              : solid 2px #E6E5DA !important;
    text-align          : center;
    overflow            : hidden;
}

span.objectiveWeightContainer {
    background-image    : url(/b/all-icons-2.8.png);
    -webkit-print-color-adjust: exact;
    display             : inline-block;
    width               : 34px;
    height              : 31px;
    background-repeat   : no-repeat;
    text-align          : center;
    color               : #eee;
    padding             : 0 2px;
    font-size           : 10pt;
    position            : relative;
}

span.objectiveWeight {
    display             : block;
    position            : absolute;
    text-align          : center;
    width               : 34px;
    top                 : 14px;
}

span.objectiveWeightContainer.nonzeroWeight {
    background-position: 2px -2743px;
}

span.objectiveWeightContainer.zeroWeight {
    background-position: -43px -2743px;
}

img.bonusGlyph {
    padding             : 0 3px;
}

input.ratingBonusPercentage {
    font-size           : 12pt;
    text-align          : right;
    margin-top          : 1px;
}

table.ratingScheme th {
    padding-left        : 1px;
    padding-right       : 1px;
}

div.awContainer {
    position            : relative;
    margin              : 20px 0 0 50px;
    padding-right       : 75px;
    text-align          : right;
}

div.awContainer h2 {
    margin              : 0;
    font-size           : 12pt;
    color               : #777777;
}

div.awScale {
    position            : relative;
    white-space         : nowrap;
    display             : inline-block;
    margin              : 40px 0 0 15px;
}

div.awScaleRatingLabel {
    display             : inline-block;
    position            : absolute;
    bottom              : 60px;
    color               : #999999;
    font-size           : 9pt;
    width               : 60px;
    max-width           : 60px;
    text-align          : center;
    white-space         : normal;
    line-height         : 105%;
}

div.awScaleSection {
    height              : 50px;
    width               : 99px;
    border-right        : solid 1px #CCCCCC;
    display             : inline-block;
}

div.awScale div.awScaleSection:first-child {
    border-left        : solid 1px #CCCCCC;
}

div.awBarContainer {
    position            : absolute;
    height              : 15px;
    margin              : 5px 0;
    border              : 0;
    white-space         : nowrap;
    display             : block;
    text-align          : left;
    font-size           : 9pt;
}

div.awBarGutter {
    position            : absolute;
    top                 : 0;
    left                : 0;
    background-color    : rgba(204,204,204,0.6);
    display             : inline-block;
    height              : 15px;
    z-index             : 1;
}

div.awBar {
    position            : relative;
    display             : inline-block;
    height              : 15px;
    margin              : 0;
    border              : 0;
    border-left         : solid 1px #88e;
    background-color    : #88e;
    z-index             : 2;
    -webkit-print-color-adjust: exact;
}

span.awBarLabel {
    font-size           : 9pt;
    padding             : 0;
    margin              : 0 5px 0 3px;
    border              : 0;
    position            : absolute;
    display             : inline-block;
    top                 : 0;
    color               : #777777;
    z-index             : 2;
}

div.awBarContainer.awBarManager {
    top                 : 25px;
}

div.awBarContainer.awBarDR {
    top                 : 0;
}

.bodyTitleButton {
    position: absolute;
    top: 44px;
    left: 780px;
}

#sotContainer {
    margin: -15px 0 25px 25px;
}

#smartObjectivesTable {
    margin: 0;
    width: 620px;
}

#smartObjectivesTable td {
    padding: 4px 8px;
    text-align: left;
    vertical-align: middle;
}

#smartObjectivesTable th {
    background-color: #3F74B5;
    color: #FAFAFA;
    width: 50px;
    padding: 0;
    height: 50px;
    font-size: 24pt;
    text-align: center;
    vertical-align: middle;
}

.objectiveReviewComment {
    font-style: italic;
    font-size: 11pt;
    margin: 0;
    color: #777777;
}

span.formattedDueDate.notSet {
    color: #CC721D;
}

#delegatedObjectiveTitle {
    width: 510px;
}

/*
 * dashboard.css
 */

div.dashboard {
    font-family         : 'Noto Sans',Helvetica,Arial,sans-serif;
    width               : 900px;
    min-width           : 900px;
    max-width           : 900px;
}

div.dashboard > table {
    margin              : 2em;
    margin-left         : 0;
}

tr.dashboardChapterBody {
    color               : #555555;
}

tr.dashboardChapterBody td {
    background-color    : #f5f5f5;
}

tr.dashboardChapterTitle {
    /*
    background-color: #EAEAEA;
    background-color: #f0f0f0;
    background-color: #fff;
    */
    border-top: solid 1px #eaeaea;
}


tr.dashboardChapterTitle td {
    padding             : 2px 10px 2px 7px;
    background-color    : #ddd;
}

tr.dashboardChapterTitle > td {
    border-bottom       : solid 1px #c0c0c0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

tr.dashboardChapterBody.dashboardEndChapter {
    background-color: transparent;
}

tr.dashboardEndChapter td {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

tr.dashboardInterChapterSpace td {
    padding             : 10px;
}

tr.dashboardChapterTitle {
    /*
    background-color    : #D3D3D3;
    */
    color               : #444444;
}

.dashboardChapterTitleText {
    margin-left         : 6px;
    font-size           : 14pt;
}

span.dashboardChapterTitleComment {
    font-size           : 10pt;
    font-weight         : normal;
    padding             : 0 8px 0 0;
    color               : #666666;
}

div.dashEntry {
    width: 900px;
    position: relative;
    margin: 5px 0;
    white-space: nowrap;
}

a.dashButton {
    position: relative;
    top: 4px;
    text-align: center;
    margin: 0 20px;
    min-width: 125px;
}

div.dashEntryDescription {
    display: inline-block;
    position: relative;
    text-align: left;
    font-size: 11pt;
    top: 4px;
}

div.dashDirector {
    padding: 0;
    margin: 0 0 3em 0;
    min-width: 890px;
    width: 909px;
    max-width: 909px;
    position: relative;
    height: 100px;
}

.dashDirector .bodyTitle {
    float: left;
}

div.dashDirector h2 {
    margin: 5px 0 0 0;
    font-size: 14pt;
}

div.dashDirectorText {
    clear: left;
    float: left;
    font-size: 12pt;
    max-width: 690px;
    padding: 0;
    margin-top: -10px;
}

div.dashDirectorText p {
    margin: 10px 6px;
}

div.dashDirectorLinks {
    float               : right;
    background-color    : #fff;
    color               : #555555;
    max-width           : 178px;
    min-width           : 178px;
    width               : 178px;
    font-size           : 11pt;
    padding             : 0;
    border-radius       : 8px;
    box-shadow          : 0 1px 3px rgba(0,0,0,0.14), 0 2px 4px rgba(0,0,0,0.15);
}

div.dashDirectorLinks ul {
    padding             : 0 0 0.5em 2em;
    margin              : 0;
    line-height         : 110%;
}

div.dashDirectorLinks a:hover {
    color               : #333333;
}

div.dashDirectorLinksTitle {
    text-align          : center;
    margin              : 0;
    padding             : 2px 0;
    font-weight         : bold;
    font-size           : 11pt;
    background-color    : #D3D3D3;
    color               : #444444;
    border-top-left-radius       : 8px;
    border-top-right-radius       : 8px;
}

p.dashSubText {
    font-size           : 12pt;
    color               : #555555;
}

.jqplot-target {
    font-family: 'Noto Sans',Helvetica,Arial,sans-serif !important;
}

.dashButtonBox {
    clear       : right;
    float       : right;
    text-align  : right;
    padding     : 10px 0;
    /* display     : inline-block; */
}

.endDirector {
    clear: both;
}

.dashDirector #unsolicitedFeedbackButton {
    clear: right;
    float: right;
    margin-right: 0;
}

a.dashboardHelp {
    color: #0000EE;
}


body#main {
    margin              : 0;
}

body#main.appraisalBody {
    background-color    : #f0f0f0;
}

input[type=checkbox][disabled] {
    opacity             : 0.5;
    -ms-filter          : "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter              : alpha(opacity=50);
    position            : relative;
}

table.parentifyObjectives td,
table.parentifyObjectives th {
    padding             : 2px 5px;
    border-bottom       : solid 1px #eee;
}

span.location {
    text-align          : left;
}

div.appraisalForm span.score {
    padding-left        : 10px;
}

img.ui-datepicker-trigger {
    cursor              : pointer;
}

div#ui-datepicker-div {
    border-radius       : 0;
    background-color    : #DDDDDD;
    z-index             : 51 !important;
}

table.ui-datepicker-calendar tbody {
    border              : 0;
}

div.ui-datepicker-header {
    background          : #C53B2F !important;
    color               : #FFFFFF;
    border-radius       : 0;
    border              : 0;
}

select, option {
    font-family         : 'Noto Sans',Helvetica,Arial,sans-serif;
    font-size           : 10pt;
    margin              : 0;
}

input[type="text"] {
    font-family         : 'Noto Sans',Helvetica,Arial,sans-serif;
}

input[readonly="readonly"] {
    color               : #555555;
}

input:focus, textarea:focus {
    background-color    : #fff8ad;
    border-color        : #fff8ad;
}

input.displayFilter {
    font-size           : 8pt;
}

textarea {
    resize              : both;
    font-family         : 'Noto Sans',Helvetica,Arial,sans-serif;
    font-size           : 12pt;
    overflow            : auto;
    padding-top         : 0.25em;
    padding-left        : 0.25em;
}

input#objectiveDueDate:focus {
    background-color    : #fff8ad;
    border-color        : #fff8ad;
}

table.goalObjectives {
    margin-left         : 20px;
}

table.goalObjectives td {
    padding             : 2px 6px;
}

p.comments {
    font-size           : 9pt;
    font-weight         : normal;
    max-width           : 550px;
    white-space         : normal;
}

table.periodTable, table.InterimDashboardTable {
    margin              : 1.5em;
    padding             : 1em;
    color               : #555555;
}

div#configurationPane, div#grandchildrenPane {
    margin              : 1em 2em;
    padding             : 0;
}

table.ratingSchemeRatingsTable {
    padding             : 5px;
}

div.ratingSchemeForm {
    width               : 860px;
}

div.competencyForm {
    margin              : 15px;
}

div.competencyForm td {
    padding-left        : 5px;
    padding-right       : 5px;
}

div.roleForm {
    margin              : 35px 35px;
    padding             : 10px;
}

div.roleForm td {
    padding             : 2px 4px;
}

table.profileTable, div#myReportsForm {
    padding             : 0.5em 1em;
}

div#grandchildrenPane th {
    border-bottom       : solid 2px #eee;
}

span.statusRemove {
    color               : #ff6666;
    font-size           : 10pt;
    font-weight         : bold;
}

span.statusAdd {
    color               : #66aa66;
    font-size           : 10pt;
    font-weight         : bold;
}

div#grandchildrenPane td {
    font-size           : 12pt;
}

div#appraisalFieldsForm {
    display             : inline-block;
    min-width           : 600px;
    margin-right        : 10px;
}

th.objectiveAssignee {
    padding             : 1em 0 2px 0;
    border-bottom       : solid 1px #eee;
    color               : #555555;
}

table.matrixTable > tbody > tr > td {
    border-bottom       : solid 1px #eee;
}

div#periodFormBody {
    margin              : 20px 35px;
    padding             : 10px;
    width               : 620px;
    position            : relative;
}

div#periodFormBody input {
    font-size           : 10pt;
    margin              : 0;
    padding             : 1px;
}

div.appraisalForm {
    margin              : 0;
    padding             : 0;
    display             : inline-block;
    min-width           : 930px;
}

.appraisalTextbox {
    width               : 880px;
    min-width           : 880px;
    max-width           : 880px;
    font-size           : 12pt;
    min-height          : 60px;
}

p.appraisalTextbox,
p.sectionBodyTextbox {
    /*
    doesn't work across all browsers, so dropping for now
    word-break          : break-word;
    and if we use break-all, then you get breaks in the middle
    of words where there's no real need to break them
    */
    overflow-wrap: break-word;
}

span.reviewStateLabel {
    position            : absolute;
    left                : 34px;
    font-size           : 10pt;
}

.reviewStateLabelSelected {
    color               : #111111;
    font-style          : normal;
    cursor              : pointer;
}

.reviewStateLabelSelectable {
    color               : #666666;
    font-style          : normal;
    cursor              : pointer;
}

.reviewStateLabelNotSelectable {
    color               : #999999;
    font-style          : italic;
    cursor              : help;
}

div.appraisalFormHeading {
    font-size           : 12pt;
    margin              : 0 0 15px 0;
    padding             : 0;
    text-align          : left;
    min-height          : 40px;
    position            : relative;
}

div.missingAppraisalSection {
    margin              : 2px 50px 18px 50px;
    border              : dashed 1px #ccc;
}

.missingAppraisalSection div.appraisalSectionHeading {
    margin              : 0;
    padding             : 4px 10px;
    clear               : both;
    min-width           : 910px;
    color               : #777777;
    /*
    background-color    : #D3D3D3;
    */
    background-color    : #fff;
    font-size           : 14pt;
    cursor              : pointer;
    border-bottom       : dashed 1px #ccc;
}

div.overdueAppraisalSection div.appraisalSectionHeading {
    border-top-left-radius  : 4px;
    border-top-right-radius  : 4px;
}

div.overdueAppraisalSection {
    margin              : 2px 0 18px 0;
    border              : solid 4px #EB6D69;
    border-radius       : 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.14), 0 2px 4px rgba(0,0,0,0.15);
}

div.appraisalSection {
    margin              : 40px 0 40px 0;
    background-color    : #fff;
    /*
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    */
    box-shadow: 0 1px 3px rgba(0,0,0,0.14), 0 2px 4px rgba(0,0,0,0.15);
    border-top-left-radius  : 8px;
    border-top-right-radius  : 8px;
    border-bottom-left-radius  : 8px;
    border-bottom-right-radius  : 8px;
    max-width                 : 930px;
}

/*
div.appraisalSection:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
*/

span#appraisalStatusText {
    color               : #777777;
    font-size           : 10pt;
    margin-right        : 5px;
}

.sectionHeading {
    color               : #444444;
    background-color    : #D3D3D3;
    font-size           : 14pt;
}

.sectionBody {
    font-size           : 10pt;
    background-color    : #fff;
    color               : #555555;
}

div.appraisalSectionHeading {
    margin              : 0;
    padding             : 4px 10px;
    clear               : both;
    min-width           : 910px;
    color               : #444444;
    background-color    : #f0f0f0;
    background-color    : #D3D3D3;
    font-size           : 14pt;
    cursor              : pointer;
    border-top-left-radius  : 8px;
    border-top-right-radius  : 8px;
}

div.appraisalSection.closed,
div.appraisalSection.closed div.appraisalSectionHeading {
    border-bottom-left-radius  : 8px;
    border-bottom-right-radius  : 8px;
}

div.appraisalSectionHeading:hover {
    background-color    : #B8B7AF;
}

div.appraisalSectionPrompt {
    font-size           : 11pt;
    max-width           : 860px;
    margin              : 0 0 1em 1em;
    padding             : 0.25em;
    white-space         : normal;
    color               : #777777;
}

div.appraisalSectionPrompt ul,
div.appraisalSectionPrompt ol {
    margin: 0;
}

div.appraisalSectionBody {
    margin              : 0;
    padding             : 10px;
    /* font-size           : 9pt; */
    /*
    background-color    : #fff;
    */
}

div.appraisalSectionDescription {
    margin              : 0 0 4px 4px;
    padding             : 0;
    border              : 0;
    font-size           : 8pt;
}

div.appraisalFormButtonTray {
    padding             : 2px 1px 7px 2px;
    text-align          : right;
}

span.appraisalSectionFlag {
    float               : right;
    font-size           : 12pt;
    color               : #666666;
    padding             : 3px 7px 0 0;
}

span.appraisalSectionCheckbox {
    float               : right;
    font-size           : 9pt;
    color               : #666666;
    padding-right       : 5px;
}

span.appraisalSectionNotifier {
    float               : right;
    font-size           : 10pt;
    margin-right        : 15px;
    margin-top          : 1px;
    color               : #BB0000;
    padding             : 3px 2px 1px 2px;
}

div.appraisalSectionTextBox {
    margin              : 0;
    padding             : 2px;
    border              : 0;
}

table.appraisalSectionRating {
    /*
    position: relative;
    right: 10px;
    float               : right;
    */
    display             : inline-block;
}

div.appraisalRatingContainer {
    text-align          : right;
}

div.appraisalForm table {
    padding             : 0px 4px 4px 4px;
}

th#dashboardActions {
    min-width           : 400px;
}

td#actionText {
    min-width           : 250px;
}

tr.even td,tr.odd td {
    padding-left        : 6px;
    padding-right       : 6px;
}

th {
    font-size           : 11pt;
    font-weight         : normal;
    color               : #999999;
    padding-left        : 10px;
    padding-right       : 10px;
}

table#objectiveGoalsTable td,
table#objectiveGoalsTable th {
    padding-left        : 8px;
    padding-right       : 8px;
    margin-left         : 0;
    margin-right        : 0;
}

table#objectiveGoalsTable td {
    font-size           : 10pt;
}

table#ratingsTable th {
    border-bottom       : solid 1px #eee;
}

/*
table.apprasialCompetencyRating th {
    border-bottom       : solid 1px #eee;
}
*/

table#ratingsTable td {
    padding-left        : 6px;
    padding-right       : 6px;
    padding-top         : 3px;
    padding-bottom      : 3px;
}

td.ratingName {
    font-size           : 12pt;
}

td.ratingDescription {
    font-size           : 11pt;
}

div.footer.appraisalBody {
    background-color: #fff;
}

div.footer {
    margin              : 0 0 60px 0;
    height              : 35px;
    padding             : 0 0.5em 0 10px;
    font-size           : 8pt;
    color               : #999999;
    text-align          : left;
    overflow            : hidden;
}

div.footer p {
    font-size           : 8pt;
}

span.email {
    font-size           : 9pt;
}

span.due_date {
    width               : 30px;
}

span.email a {
    text-decoration     : none;
    color               : #555555;
}

/*
 * definitions used in the table of objectives / appraisals etc
 */

div.tasklist {
    border              : 0;
    padding             : 2px;
}

table#companiesTable * {
    font-size           : 9pt;
}

table#cloneTable td.previous,
table#cloneTable td.gutter,
table#cloneTable td.new       {
    padding             : 1px 0;
    border-bottom       : solid 1px #eee;
}

table#cloneTable div.objective:hover {
    background-color    : #eaeaea;
}

table#cloneTable div.objective input {
    margin              : 1px 0;
}

img {
    padding             : 0;
    border              : 0;
    margin-bottom       : 1px;
    vertical-align      : middle;
}

div.score {
    width               : 40px;
}

span.approver {
    margin-left         : 14px;
    width               : 150px;
}

span.dr, span.manager {
    text-align          : left;
}

span.isprivate {
    width               : 70px;
}

div.comments {
    padding             : 0 2px 1px 2px;
}

div.label {
    width               : 100px;
    text-align          : right;
}

.label {
    font-size           : 9pt;
}

label {
    cursor              : pointer;
}


table.employeeTable tr.odd {
    background-color    : #E5E4D9;
}

table.employeeTable tr.odd td.sorting_1 {
    background-color    : #D3D6FF;
}

table.employeeTable tr.odd.pastEmployee {
    background-color    : #EFD4C9;
}

table.employeeTable tr.odd.pastEmployee td.sorting_1 {
    background-color    : #EE9999;
}

table.employeeTable tr.odd.pastEmployee td.sorting_2 {
    background-color    : #EE9999;
}

table.employeeTable tr.even {
    background-color    : #F2F1E5;
}

table.employeeTable tr.even td.sorting_1 {
    background-color    : #F2F3FF;
}

table.employeeTable tr.even.pastEmployee {
    background-color    : #FFE1D5;
}

table.employeeTable tr.even.pastEmployee td.sorting_1 {
    background-color    : #FFBBBB;
}

table.employeeTable tr.even.pastEmployee td.sorting_2 {
    background-color    : #FFBBBB;
}

.employeeTable a.personLink:hover {
    color               : #000;
    text-decoration     : underline;
    cursor              : pointer;
}

label.inactiveLabel {
    color               : #999999;
    cursor              : inherit;
}

div.dr {
    width               : 120px;
    text-align          : left;
}

div.manager {
    width               : 120px;
    text-align          : left;
}

div.period {
    width               : 50px;
}

div.state {
    width               : 85px;
    text-align          : center;
}

div.priority {
    width               : 20px;
    font-size           : 8pt;
}

div.review {
    width               : 60px;
}

div.privacy {
    width               : 13px;
    text-align          : right;
}

span.cascade {
    text-align          : left;
}

div.due_date {
    width               : 80px;
    text-align          : center;
}

div.jqmWindow input.dateInput,
input.dateInput {
    font-size           : 10pt;
    width               : 100px;
}

span.title,
span.taskTitle {
    text-align          : left;
    margin              : 0;
    overflow            : hidden;
    padding             : 0;
    width               : 356px;
    min-width           : 356px;
}


div.expander {
    width               : 14px;
}

div.assignee {
    width               : 120px;
    text-align          : left;
}

span.state {
    text-align          : left;
}

span.assignee {
    text-align          : left;
}

span.userState {
    font-size           : 8pt;
}

table.periodTable tr td,
table.InterimDashboardTable tr td,
table.profileTable tr td,
table.employeeTable tr td {
    font-size           : 11pt;
    font-weight         : normal;
    color               : #555555;
    line-height         : 120%;
}

div.periodName {
    padding             : 2px 4px 2px 4px;
    margin              : 2px 2px 2px -2px;
    font-size           : 11pt;
}

table.periodTable td,
table.InterimDashboardTable td {
    border-bottom       : solid 1px #eee;
}

.ui-datepicker * {
    font-size           : 8pt;
    padding-left        : 1px;
    padding-right       : 1px;
}

table.periodTable th,
table.periodTable td,
table.InterimDashboardTable th,
table.InterimDashboardTable td,
table.apprasialCompetencyRating td,
table.apprasialCompetencyRating th
{
    padding-left        : 8px;
    padding-right       : 8px;
}

table.apprasialCompetencyRating td {
    font-size           : 11pt;
}

span.explanatoryText {
    font-size           : 11pt;
    font-style          : italic;
}

table.profileTable th {
    white-space         : nowrap;
}

span.nbPositive {
    color               : #66aa66;
}

span.nbNegative {
    color               : #ff6666;
}

table.usageTable {
    margin              : 1em;
}

table.usageTable th {
    border-bottom       : solid 1px #eee;
    margin-left         : 1px;
    margin-right        : 1px;
}

pre.logfile {
     margin             : 1em;
     background-color   : #EAEAEA;
     border             : solid 1px #CCCCCC;
     padding            : 2px;
     font-size          : 9pt;
}

div.notification_body_html {
    background-color    : #f4f4f4;
    border              : solid 1px #f4f4f4;
    margin              : 4px;
    font-size           : 9pt;
    min-width           : 400px;
    padding             : 3px 6px;
}

pre.notification_body_text {
    background-color    : #f4f4f4;
    border              : solid 1px #f4f4f4;
    padding             : 3px 6px;
}

div#employeeTableFrame {
    font-family         : 'Noto Sans',Helvetica, sans-serif;
    font-size           : 10pt;
    margin              : 2em 0 1em 2em;
    padding             : 5px;
}

table.employeeTable {
    clear               : both;
}

table.employeeTable td, table.employeeTable th {
    white-space         : nowrap;
    padding             : 3px 10px 3px 10px;
    text-align          : left;
    font-size           : 10pt;
}

table.employeeTable .miniButton {
    margin              : 0 1px;
    position            : relative;
    top                 : -1px;
}

table.employeeTable th {
    border-bottom       : solid 1px #eee;
}

div#employeeTableFrame #myTable_info {
    padding             : 4px;
    width               : auto;
    margin-top          : 0.5em;
}

div#employeeTableFrame #myTable_paginate {
    padding             : 4px;
    margin-top          : 0.5em;
}

div#employeeTableFrame #myTable_length, div#employeeTableFrame #myTable_filter {
    margin-bottom       : 0.5em;
}

table.periodTable th,
table.periodTable td,
table.InterimDashboardTable th,
table.InterimDashboardTable td
{
    padding-left        : 8px;
    padding-right       : 8px;
}

.DPA {
    font-size           : 13pt;
}

h2.DPA {
    margin-top          : 2em;
    font-size           : 16pt;
    margin-bottom       : 1em;
}

.DPA a {
    /*
    text-decoration     : underline;
    */
    color               : #333399;
}

.DPA a:hover {
    color               : #111199;
}

div.arrow {
    text-align          : center;
    margin              : 2px;
}

div.bodyButtonBar p.footerNotice {
    margin              : 0;
    padding             : 0;
    text-align          : center;
    color               : #777777;
    font-size           : 9pt;
}

div.bodyButtonBar p.footerNotice a {
    color               : #555555;
}

div.bodyButtonBar p.footerNotice a:hover {
    color               : #333333;
}

p.footerNotice {
    position            : relative;
}

table.fieldTable, table.reportTable {
    margin              : 1em 1em 2em 1em;
}

table.matrixTable {
    margin              : 1em 1em 1em 2em;
}

table.matrixTable th {
    border-bottom       : solid 2px #eee;
}

table.matrixTable table td {
    margin              : 0;
    padding-left        : 1px;
    padding-right       : 1px;
}

table.matrixTable > tbody > tr > td {
    padding-left        : 10px;
    padding-right       : 10px;
}

table.matrixTable td {
    font-size           : 11pt;
}

table.fieldTable th, table.reportTable th {
    border-bottom       : solid 1px #eee;
    margin-bottom       : 4px;
}

table.fieldTable td,
table.reportTable td,
table.competencySelector td {
    padding-left        : 6px;
    padding-right       : 6px;
}

td.orderCell {
    height              : 19px;
}

table.fieldTable td {
    padding-top         : 2px;
    padding-bottom      : 2px;
}

.appraisalSection.managersEyesOnly {
    border              : solid 2px #800080;
}

table.fieldTable td.timestamp {
    font-size           : 10pt;
    text-align          : center;
}

div.ratingSchemeDefaultStatus {
    float               : right;
    font-size           : 10pt;
    color               : #999999;
    border              : solid 1px #999999;
    padding             : 4px;
}

div.ratingSchemeName {
    margin              : 0 0 1em 0;
    font-size           : 12pt;
    color               : #555555;
    text-align          : center;
}

tr.overallRatingRow td {
    padding-top         : 5px;
}

span.appraisalRatingReadOnly {
    line-height         : 22px;
    margin              : 0 4px 0 10px;
    color               : #555555;
    font-size           : 10pt;
}

.overallRatingRow .appraisalRatingReadOnly {
    font-weight         : bold;
}

div.cascadeVisibilityBody {
    margin              : 0;
}

table.cascadeVisibility {
    margin-bottom       : 1.5em;
}

table.cascadeVisibility tr.managerOptions * {
    font-size           : 9pt;
}

div.cascadeVisibilityButtonTray {
    text-align          : right;
    padding             : 0 1em 0 0;
}

p.warning {
    color               : #CC0000 !important;
}

table.dataValues {
    margin              : 1em 0;
}

div#configurationPane {
    min-width           : 700px;
    max-width           : 700px;
}

table#cloneTable {
    padding             : 0 0.5em 0 0.5em;
}

table#progressReviewsTable {
    margin              : 1em;
}

table#progressReviewsTable td,table#progressReviewsTable th {
    padding             : 0 20px 0 20px;
}

table#progressReviewsTable th {
    border-bottom       : solid 1px #eee;
    padding-bottom      : 2px;
}

table.companiesTable th.odd,
table.companiesTable td.odd {
    background-color    : #eaeaea;
}

table#companiesTable th {
    border-bottom       : solid 1px #eee;
}

div.tile {
    display             : inline-block;
    max-width           : 750px;
    height              : 250px;
    background-color    : #fff;
    border              : solid 1px #fff;
    border-radius       : 3px;
    margin              : 3px;
    padding             : 1px;
}

div.tile * {
    font-size           : 9pt;
}

div.tile th {
    border-bottom       : solid 1px #eee;
}

div.tile th, div.tile td {
    white-space         : nowrap;
    padding-left        : 4px;
    padding-right       : 4px;
}

div.tileContent {
    margin              : 2px 1px 1px 1px;
    background-color    : #fff;
    border              : solid 1px #fff;
    border-radius       : 3px;
    padding             : 2px;
    height              : 221px;
    overflow            : auto;
}

div.tileTitlebar {
    background-color    : #D3D3D3;
    color               : #444444;
    margin              : 1px;
    padding             : 1px 1px 1px 4px;
    font-family         : sans-serif;
    font-size           : 10pt;
    border              : solid 1px #D3D3D3;
}

.comment {
    font-style          : italic;
    font-size           : 10pt;
}

table#competencyLevels {
    margin-left         : 20px;
    margin-bottom       : 15px;
}

table#competencyLevels th {
    border-bottom       : solid 2px #eee;
}

.competencyDescription {
    font-size           : 12pt;
    margin              : 0.5em 1em 1.5em 10px;
}

.competencyGraderPrompt {
    margin              : 1.5em 1em 1em 20px;
}

.levelDescription {
    font-size           : 10pt;
}


td.levelDescriptionInner {
    border-bottom       : solid 1px #eee;
}

td.periodDescription {
    font-size           : 11pt;
    color               : #555555;
    padding-bottom      : 10px;
}

td.date {
    font-size           : 12pt;
    white-space         : nowrap;
}

td.dateName {
    white-space         : nowrap;
    font-size           : 12pt;
}

div.reviewStateSlider div.ui-slider-range-min {
    background          : url(/b/gutter.png) no-repeat ;
    background-position : left bottom;
}

div.reviewStateSlider {
    border-radius       : 0;
}

div.reviewStateSlider .ui-slider-handle {
    background-image    : url(/b/thumb.png);
    width               : 20px;
    height              : 10px;
    font-size           : 10px;
    left                : -4px;
    border-radius       : 4px;
    border              : 0;
    padding             : 0;
    outline             : 0;
    background-color    : transparent;
}

.ratingDescription {
    font-size           : 10pt;
    padding             : 10px 0 10px 0;
    border-bottom       : solid 1px #eee;
}

.ratingDescription p {
    margin              : 0.5em;
    padding             : 0;
    border              : 0;
}

textarea.ratingSchemeRatingDescription {
    min-width           : 530px;
    max-width           : 530px;
    min-height          : 40px;
    resize              : none;
}

textarea.appraisalFieldDescription {
    min-width           : 400px;
    max-width           : 600px;
    min-height          : 44px;
    padding             : 2px 2px;
}

input.appraisalFieldTitle {
    padding             : 2px 2px;
}

textarea.competencyDescription {
    min-width           : 450px;
    max-width           : 450px;
    min-height          : 60px;
    margin              : 0 5px;
}

input.competencyName {
    margin-left         : 5px;
}

textarea.autosize {
    resize              : none;
}

.warning-R {
    color               : #CC0000;
    margin              : 0;
}

.warning-A {
    color               : #F7910F;
    margin              : 0;
    padding             : 0;
}

.ragTextR {
    color               : #CC0000;
}

.ragTextA {
    color               : #F7910F;
}

.ragTextG {
    color               : #66aa66;
}

a.helpLink {
    float               : right;
    margin-right        : 6px;
}

.configEntry {
    padding-left        : 25px;
    padding-top         : 10px;
}

.indent25 {
    padding-left        : 25px;
}

.indent50 {
    padding-left        : 50px;
}

label.interimFinished {
    font-size           : 9pt;
}

.inactiveText {
    color               : #999999;
}

.appraisal_comments {
    font-size           : 10pt;
    width               : 880px;
    min-width           : 880px;
    max-width           : 880px;
}

.interimSubsectionHeading {
    font-size           : 11pt;
}

.finalPrompt {
    text-align          : right;
    font-weight         : bold;
    margin              : 15px 0 10px 0;
    padding             : 0;
}

div.fieldRating {
    font-size           : 10pt;
}

h2 {
    font-weight         : normal;
    margin-bottom       : 1em;
}

h2.fieldSectionHeader {
    font-size           : 13pt;
    color               : #444444;
    margin              : 0;
    padding             : 0;
    font-weight         : normal;
}

.appraisalSubSection .headingRow td {
    border-bottom       : solid 1px #ccc;
    padding             : 0;
    margin              : 0;
}

.ratingButton.currentSelection {
    border              : solid 3px #333333;
}

.inlineHelp {
    font-size           : 10pt;
    color               : #777777;
}

table#grandchildren th,
table#grandchildren td {
    padding-left        : 10px;
    padding-right       : 10px;
}

div#addMatrixManagerPopup input#dr_name {
    width               : 320px;
    min-width           : 320px;
    max-width           : 320px;
}

span.awardMonetaryAmount {
    font-size: 9pt;
}

.fieldTable ol {
    margin: 0;
}


.Button {
    font-family         : 'Noto Sans',Helvetica,Arial,sans-serif;
    outline             : 0;
    -webkit-user-drag: none;
    user-select         : none;
    -moz-outline-style  : none;
    font-weight         : 500;
}

.Button::-moz-focus-inner {
    border              : 0;
}

.objectiveRatingButton.miniButton {
    margin              : 0 0px 2px 2px;
    min-height          : 18px;
    height              : 18px;
    padding             : 1px 4px;
}

a.appraisalRatingButton {
    padding-left        : 10px;
    padding-right       : 10px;
    margin-right        : 10px;
    margin-left         : 10px;
}

.ratingButton {
    min-width           : 130px;
    font-size           : 11pt;
    padding             : 2px 4px;
    border              : solid 3px #fff;
    border-radius       : 3px;
    box-shadow          : 1px 1px 2px #555;
}

.ratingsTable .ratingButton.notSelected {
    border              : 0;
}

button.ratingButton {
    border-radius       : 5px !important;
}

.blueButton {
    background-color    : #3b82f6 !important;
    color               : #FFFFFF !important;
}

.blueButton:hover {
    cursor              : pointer;
    background-color    : #2563eb !important;
    color               : #FFFFFF !important;
}

.invisiButton {
    background-color    : #3F74B5;
    color               : #FAFAFA;
    box-shadow          : none !important;
}

.invisiButton:hover {
    background-color    : #346198;
    color               : #FFFFFF;
    box-shadow          : 1px 1px 2px #555;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important;
}

.greyButton {
    background-color    : #AAAAAA !important;
    color               : #555555 !important;
}

.greyButton:hover {
    background-color    : #999999 !important;
    color               : #333333 !important;
    cursor              : pointer;
}

.orangeButton {
    background-color    : #FF9800 !important;
    color               : #555555 !important;
    cursor              : pointer;
}

.orangeButton:hover {
    background-color    : #CE7B28 !important;
    color               : #333333 !important;
    cursor              : pointer;
}

.amberButton {
    border              : 0;
    background-color    : #fbbf24 !important;
    color               : #494848 !important;
    cursor              : pointer;
}

.amberButton:hover {
    border              : 0;
    cursor              : pointer;
    background-color    : #efb521 !important;
    color               : #222 !important;
}

.redButton {
    border              : 0;
    background-color    : #ef4444 !important;
    color               : #FFFFFF !important;
    cursor              : pointer;
}

.redButton:hover {
    border              : 0;
    background-color    : #dc2626 !important;
    color               : #FFFFFF !important;
}

.greenButton {
    border              : 0;
    color               : #FFFFFF !important;
    background-color    : #4caf50 !important;
    cursor              : pointer;
}

.greenButton:hover {
    border              : 0;
    background-color    : #3e9141 !important;
    color               : #FFFFFF !important;
    cursor              : pointer;
}

.cancelButton {
    color               : #555555;
}

.cancelButton:hover {
    color               : #111111;
}

.inactiveButton {
    display             : inline-block;
    background-color    : #CCCCCC;
    color               : #999999;
    cursor              : default;
}

.miniButton {
    display             : inline-block;
    font-size           : .8rem;
    padding             : 2px 5px;
    margin              : 1px;
    border              : 0;
    border-radius       : 2px;
    box-shadow          : 1px 1px 1px #555;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.questionButton {
    display             : inline-block;
    height              : 19px;
    font-size           : 10pt;
    padding             : 1px 5px;
    margin              : 1px;
    border              : 0;
    border-radius       : 7px;
    box-shadow          : 1px 1px 1px #555;
}

.redButton.microButton {
    background-color    : #ef4444 !important;
    color               : #FFFFFF !important;
}

.redButton.microButton:hover {
    background-color    : #dc2626 !important;
    color               : #FFFFFF !important;
}

.greenButton.microButton {
    background-color    : #66CA6A !important;
    color               : #fff !important;
}

.greenButton.microButton:hover {
    background-color    : #5DA831 !important;
    color               : #fff !important;
}

.microButton {
    font-size           : 8pt;
    padding             : 0px 3px;
    text-align          : center;
    margin              : 1px;
    border              : 0;
    border-radius       : 3px;
}

.dashButton {
    height              : 1.2rem;
    line-height         : 1.25rem;
    font-size           : 0.875rem;
    padding             : 3px 5px 3px 5px;
    margin              : 3px 4px;
    display             : inline-flex;
    align-items         : center;
    justify-content     : center;
    border              : 0;
    border-radius       : 4px;
    box-shadow          : 1px 1px 2px #555;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.smallButton.targetReasonButton {
    height              : auto;
}

.smallButton {
    height              : 24px;
    font-size           : 12pt;
    padding             : 2px 10px 2px 10px;
    margin              : 2px 4px;
    border              : 0;
    display             : inline-block;
    border-radius       : 3px;
    /*
    position            : relative;
    top                 : -3;
    */
    box-shadow          : 1px 1px 2px #555;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.largeButton {
    font-size           : 13pt;
    padding             : 10px 12px;
    margin-left         : 5px;
    margin-right        : 5px;
    border              : 0;
    display             : inline-block;
    border-radius       : 5px;
    box-shadow          : 1px 1px 2px #555;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.dashButton:hover,
.smallButton:hover,
.largeButton:hover,
.miniButton:hover {
    transition: 0.15s;
    box-shadow:  0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.blockButton {
    display             : block;
}

.guiderButton {
    float               : right;
    border              : 0;
}

.Button span {
    white-space         : nowrap;
}

tr.goalHeader a.smallButton {
    width               : 75px;
    min-width           : 75px;
    max-width           : 75px;
    display             : inline-block;
    text-align          : center;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.dropit {
    list-style: none;
        padding: 0;
        margin: 0;
}
.zoneSelectorMenu .dropit-submenu {
    min-width: 325px !important;
}
.dropit .dropit-trigger {
    position: relative;
    border-radius: 5px;
}
.periodSelector .dropit-submenu {
    /*
    left: -95px !important;
    */
}

.dropit .dropit-submenu {
    position: absolute;
    top: 100%;
    /*
    left: 0;
    */
    z-index: 1000;
    display: none;
    min-width: 150px;
    list-style: none;
        padding: 0;
        margin: 0;
        right: -8px;
}
.orphan select {
    background-color: #FF9999;
    color: #555 !important;
}
.dropit .dropit-open .dropit-submenu { display: block; }
.menu ul { display: none; } /* Hide before plugin loads */
.menu ul.dropit-submenu {
    background-color    : #FFFFFF;
    /*
    border              : 1px solid #B2B2B2;
    */
    padding             : 6px 0;
    margin              : 3px 0 0 1px;
    position            : absolute;
    /*
    right               : 0;
    width               : 100px;
    */
    display             : inline-block;
    box-shadow          : 0 0 8px rgb(0 0 0 / 20%) 0px 5px 5px -3px, rgb(0 0 0 / 14%) 0px 8px 10px 1px, rgb(0 0 0 / 12%) 0px 3px 14px 2px;
    box-shadow          : 0px 1px 3px rgba(0,0,0, 0.18), 0px 2px 4px rgba(0,0,0, 0.24);
    box-shadow          : rgb(0 0 0 / 20%) 0px 5px 5px -3px, rgb(0 0 0 / 14%) 0px 8px 10px 1px, rgb(0 0 0 / 12%) 0px 3px 14px 2px;
    border-radius       : 8px;
}
.menu ul.dropit-submenu a {
    display             : block;
    font-size           : 11pt;
    line-height         : 25px;
    color               : #333333;
    padding             : 0 18px;
}

.menu#periodSelector,
.menu#periodSelector > li {
    background-color    : #3F74B5 !important;
    color               : #FAFAFA !important;
}

/*
ul.menu#periodSelector:hover,
ul.menu#periodSelector > li:hover,
ul.menu#periodSelector > li > a:hover {
*/
ul.menu#periodSelector:hover,
ul.menu#periodSelector > li:hover,
ul.menu#periodSelector > li > a:hover,
ul.menu#periodSelector.dropit-open,
ul.menu#periodSelector > li.dropit-open,
ul.menu#periodSelector > li.dropit-open > a {
    background-color    : #346198 !important;
    color               : #FFFFFF !important;
}


/*
.menu#periodSelector:hover {
    background-color    : #346198 !important;
    color               : #FFFFFF !important;
}
*/

.menu ul.dropit-submenu a:hover {
    background-color    : #346198;
    color               : #FFFFFF;
    text-decoration     : none;
}

li.dropit-trigger a.cog:hover {
    border-radius       : 5px !important;
}

.greenPeriodSelector .menu ul.dropit-submenu a:hover {
    background-color    : #064C22;
    color               : #ffffff;
    text-decoration     : none;
}

#periodSelector {
    /*
    float               : right;
    */
    margin              : 0;
    padding             : 2px 4px;
}

#periodSelector li.menuItem a {
    text-align          : right;
}

.menu a {
    text-decoration     : none;
}

.menu ul {
    white-space         : nowrap;
}

.menuItem {
    line-height         : 100%;
    white-space         : nowrap;
    overflow            : hidden;
    text-align          : right;
}

ul.dropit .activeMenuItem,
#periodSelector .activeMenuItem {
    line-height         : 100%;
    white-space         : nowrap;
    overflow            : hidden;
    color               : #999999;
    text-align          : right;
    font-size           : 12pt;
    line-height         : 25px;
    padding             : 0 18px;
}


iframe#helpFrame {
    border              : 0;
    padding             : 0;
    margin              : 0;
}

.feedbackBar {
    margin              : 0;
    height              : 40px;
    background-color    : #EAEAEA;
    color               : #777777;
    font-family         : Helvetica,Arial,sans-serif;
    padding             : 0 10px;
    min-width           : 670px;
}

button#feedbackButton {
    white-space         : nowrap;
}


.kpiTile {
    display             : inline-block;
    width               : 400px;
    min-height          : 240px;
    background-color    : #f0f0f0;
    margin              : 3px;
    padding             : 0;
}
div.kpiTileContent {
    margin              : 4px;
    background-color    : #f0f0f0;
    border              : solid 2px #f0f0f0;
    border-radius       : 0;
    padding             : 4px;
    min-height          : 205px;
}
div.kpiTitlebar {
    background-color    : #D3D3D3;
    margin              : 0;
    padding             : 2px 1px 1px 4px;
    font-size           : 11pt;
    border-radius       : 0;
}

.jqplot-table-legend {
    font-size           : 9pt;
    white-space         : nowrap;
}


/* Basic styling */
/* Draw the lines */

.jOrgChart .line {
    height              : 20px;
    width               : 2px;
}

.jOrgChart .singleLine {
    height              : 22px;
    width               : 2px;
}

.jOrgChart .down {
    background-color    : #CCCCCC;	
    margin 				: 0px auto;
    z-index             : 9;
    position            : relative !important;
}

.jOrgChart .top {
    border-top          : 2px solid #CCCCCC;
}

.jOrgChart .left {
    border-right        : 1px solid #CCCCCC;
}

.jOrgChart .right {
    border-left         : 1px solid #CCCCCC;
}

/* node cell */
.jOrgChart td {
    text-align          : center;
    vertical-align      : top;
    padding             : 0;
}

.jOrgChart div.selected {
    border              : solid 2px #3C589D;
}

/* The node */
.jOrgChart .node {
    background-color    : #fff;
    display             : inline-block;
    width               : 66px;
    height              : 40px;
    z-index             : 10;
    margin              : 0 1px 0 1px;
    padding             : 0;
    font-size           : 8pt;
    text-align          : center;
    overflow            : hidden;
}

div.matrixReport {
    color               : #EE7700;
}

div.nonMatrix {
    color               : #666666;
}

div.employeeName {
    width               : 65px;
    height              : 39px;
    font-size           : 9pt;
    overflow            : hidden;
    margin              : 0;
    border              : 0;
    padding             : 1px 0 0 0;
    line-height         : 100%;
}

div.jobTitle {
    font-size           : 8pt;
    color               : #3C589D;
    /* height              : 24px; */
    width               : 90px;
    overflow            : hidden;
    padding             : 1px 0 0 0;
    margin              : 0;
    border              : 0;
    white-space         : normal;
    line-height         : 100%;
}

div.location {
    font-size           : 8pt;
    color               : #777777;
    height              : 13px;
    width               : 90px;
    overflow            : hidden;
    padding             : 0;
    margin              : 0;
    border              : 0;
    white-space         : normal;
    padding             : 1px 0 0 0;
    line-height         : 100%;
}

div.node {
}

div.jOrgChart > table {
    padding             : 1em 0 1em 0;
    margin              : 0 auto;
}

div.legend {
    display             : inline-block;
    z-index             : 15;
    border              : 0;
    padding             : 5px;
    opacity             : 0.5;
    font-size           : 9pt;
    white-space         : nowrap;
    color               : #FFFFFF;
}

td.vspacer {
    min-height          : 10px;
    height              : 10px;
    font-size           : 8pt;
}

td.vspacerBig {
    min-height          : 40px;
    height              : 40px;
    font-size           : 8pt;
}

td.vdescender {
    min-height          : 20px;
    height              : 20px;
    font-size           : 8pt;
}

td.vright {
    border-right        : solid 1px #CCCCCC;
    width               : 10px;
    max-width           : 10px;
    min-width           : 10px;
}

td.vleft {
    border-left         : solid 1px #CCCCCC;
    width               : 10px;
    max-width           : 10px;
    min-width           : 10px;
}

td.leftSpacer, td.rightSpacer {
    min-width           : 5px;
    width               : 5px;
}


div.jqmWindow {
    z-index             : 25 !important;
}

div.jqmWindow input, div.jqmWindow input {
    font-size           : 12pt;
}

div.jqmWindow select,
div.jqmWindow select * {
    color               : #555555;
}

#editAgendaPopup {
    width               : 596px;
}
#editAgendaPopup #agenda_text {
    width               : 560px;
    min-height          : 250px;
    max-height          : 450px;
    margin              : 10px 0 6px 0;
}

div#editCompanyTextPopup {
    width               : 606px;
}

div#editCompanyTextPopup #company_text {
    width               : 560px;
    min-height          : 250px;
    max-height          : 450px;
    margin              : 10px 0 5px 0;
    overflow-y          : auto !important;
}

div#ratingSelectorPopup.regular {
    width               : 800px;
}

#reasonSelectorPopup {
    width               : 800px;
}

#reasonSelectorPopup .reasonsTable {
    /*
    min-height          : 250px;
    */
}

table#reasonsTable {
    margin: 20px 35px;
}

#reasonsTable td {
    padding: 20px 10px;
}

.reasonButton.selected {
    border              : solid 3px #333333;
}

.reasonButton {
    border-radius: 5px !important;
    padding: 2px 4px;
    border: solid 3px #3b82f6;
}

div#ratingSelectorPopup.compact {
    width               : 350px;
}

#ratingSelectorPopup .selectorBody {
    text-align: center;
}

div#confirmMeetingPopup {
    width               : 500px;
}

div#objectiveWeightsPopup {
    min-width           : 600px;
    width               : auto !important;
}

div#objectiveWeightsPopup td.commentCell {
    width               : 225px;
}

div.jqmWindow {
    border-radius       : 12px;
    box-shadow          : 0 0px 8px #333333;
    background-color    : #fff;
    color               : #555555;
    border              : 0;
    padding             : 0;
    position            : absolute;
}

div#fieldDefinitionPopup {
    width               : 800px;
}

div#fieldDefinitionPopup table.bodyTable {
    min-width: 750px;
}

div#fieldDefinitionPopup label.radioLabel {
    font-size           : 10pt;
    margin              : 5px;
    display             :inline-flex;
    justify-items       :baseline;
}

div#fieldDefinitionPopup input[type="radio"] {
    margin-right: 5px;
}

div#infoPopup {
    width               : 400px;
    left                : 60%;
    z-index             : 35 !important;
    padding             : 0;
}

div#infoPopup.extraWide {
    width               : 600px;
}

div#editUserPopup table {
    margin              : 20px;
}

h1.dialogTitle span#objectType {
    font-size           : 11pt;
    margin-bottom       : 0px;
}

.dialogTitle {
    padding             : 12px 12px;
    color               : #333333;
    background-color    : #DCDCDC;
    font-size           : 14pt;
    font-weight         : normal;
    margin              : 0;
    border-top-left-radius:      12px;
    border-top-right-radius:     12px;
}

a.jqmClose {
    color               : #555555;
}

a.jqmClose:hover {
    color               : #111111;
}

div#decomposePopup {
    min-width           : 735px;
    width               : auto;
}

div#decomposePopup h1 {
    font-size           : 11pt;
}

div.dialogFooter {
    padding             : 10px 10px 10px 0;
    background-color    : #DCDCDC;
    color               : #666666;
    text-align          : right;
    font-size           : 11pt;
    position            : relative;
    margin              : 0;
    min-height          : 27px;
    border-bottom-left-radius:      12px;
    border-bottom-right-radius:     12px;
}

div.dialogFooter p {
    color               : #666666;
}

div.dialogFooter a {
    margin              : 0 10px;
}

input.readonly, textarea.readonly {
    background-color    : #f4f4f4;
    border              : solid 1px #f4f4f4;
    color               : #555555;
}

textarea.readonly {
    resize              : none;
}

td.label {
    font-size           : 10pt;
    text-align          : right;
    vertical-align      : middle;
    padding-right       : 5px;
}

td.periodDateLabel {
    font-size           : 11pt;
}

td.table_data {
    font-size           : 9pt;
    text-align          : left;
    vertical-align      : middle;
    padding-left        : 2px;
}

div.periodHelp {
    width               : 190px;
    background-color    : #fff;
    font-size           : 9pt;
    padding             : 4px;
}

div.periodHelp h2 {
    font-size           : 10pt;
    font-weight         : bold;
    margin              : 0;
    padding             : 2px 4px 4px 4px;
}

iframe {
    border              : 0;
}

div#messageSpinnerPopup {
    width               : 270px;
}

div#editUserPopup {
    min-width           : 600px;
    width               : auto;
    z-index             : 25;
}

div#createEmployeePopup {
    z-index             : 25;
    min-width           : 600px;
    width               : auto;
}

div#editUserPopup td, div#createEmployeePopup td {
    white-space         : nowrap;
}

table.ratingsTable {
    margin              : 10px auto;
}

div#feedbackPopup {
    width               : 493px;
    background-color    : #EAEAEA;
}

textarea#feedbackText {
    position            : relative;
    left                : 0px;
    padding             : 5px;
    margin              : 20px 20px 5px 20px;
    background-color    : #DDDDDD;
    border              : solid 2px #CCCCCC;
    font-size           : 12pt;
    min-width           : 441px;
    max-width           : 441px;
    min-height          : 0;
    color               : #333333;
    z-index             : 2;
    resize              : vertical;
}

textarea#feedbackText:focus {
    background-color    : #FFFF99;
    border-color        : #FFFF99;
}

div#feedbackPopup div#buttonTray {
    text-align          : right;
}

div#confirmationText {
    position            : absolute;
    top                 : 54px;
    left                : 25px;
    color               : #888888;
    font-size           : 12pt;
    z-index             : 1;
}

div#textPrompt {
    position            : absolute;
    top                 : 54px;
    left                : 25px;
    color               : #AAAAAA;
    font-size           : 11pt;
    z-index             : 10;
}

div.feedbackTray {
    margin              : 0 20px 5px 20px;
    padding             : 10px 0 10px 10px;
    position            : relative;
    min-height          : 20px;
    font-size           : 12pt;
}

div.popupTitlebar {
    background-image    : -moz-linear-gradient(top, #FFAA55, #FF6600);
    background-image    : -webkit-linear-gradient(top, #FFAA55, #FF6600);
    background-image    : linear-gradient(top, #FFAA55, #FF6600);
    background-color    : #FFAA55;
    color               : #2D1B09;
    padding             : 5px 10px;
    font-size           : 12pt;
    font-weight         : normal;
}

div#showMyContentPopup {
    width               : 450px;
}

div#showMyContentPopup table {
    margin              : 0 0 20px 20px;
}

div#showMyContentPopup p {
    font-size: 10pt;
    font-style: italic;
    margin: 5px 5px 10px 10px;
}

div#showMyContentPopup th {
    padding-left: 0;
    padding-right: 0;
    border-bottom: solid 1px #eee;
}

div#objectiveRatingPopup {
    position    : absolute;
    width       : 640px;
    padding     : 0;
}

div#multiNewObjectivePopup {
    position    : absolute;
    width       : 620px;
    padding: 0;
}

div#multiNewObjectivePopup .objectiveTitle {
    font-size: 11pt;
}

div#cloneObjectivesPopup {
    position    : absolute;
    width       : 770px;
    left: 50%;
    padding: 0;
}

div#delegatePopup {
    position: absolute;
    width: 630px;
    top: 5%;
    left: 40%;
    padding: 0;
}

div.objectiveHeaderPrefix {
    margin      : 0 0 5px 5px;
    padding     : 0;
    border      : 0;
    font-size   : 10pt;
}

div#competencyGraderPopup {
    position: absolute;
    width: 800px;
    min-height: 340px;
    z-index: 25;
}

div#parentifyPopup {
    position: absolute;
    width: 800px;
    padding: 0;
}

#parentifyPopup .container {
    max-height: 200px;
    overflow: auto;
}

#parentifyPopup .dialogBody {
    padding: 10px 0 10px 20px;
}

div.dialogBody {
    margin:             0;
    padding:            10px 20px;
    font-size:          11pt;
    white-space:        normal;
    background-color:   #fff;
    color:              #555555;
}

div.dialogBody p {
    margin: 15px 10px 20px 10px;
    font-size: 12pt;
}

div.dialogBody label {
    font-size: 12pt;
}


div.dialogBody p a {
    color           : #333399;
}

div.dialogBody p a:hover {
    color           : #111199;
    text-decoration : underline;
}

div.dialogBody blockquote {
    margin: 15px 10px 20px 40px;
}

div.dialogBody li {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

div#confirmAjaxFunctionPopup {
    width: 500px auto;
    top: 110px;
}

div#transitionDialog {
    width: 500px;
    z-index             : 50 !important;
}

p.reviewDraftDisclaimer {
    color           : #666666;
    font-style      : italic;
    font-size       : 11pt;
    margin          : 0;
    /*
    border          : solid 1px #CCCCCC;
    */
    border          : 0;
    padding         : 10px 20px 20px 20px;
    border-radius   : 1px;
}

div.appraisalManagerStateIndicator, div.appraisalDRStateIndicator {
    float       : right;
    font-size   : 10pt;
    color       : #666666;
    padding     : 2px;
    margin      : 0 7px 1px 0;
    border      : solid 1px #666666;
    width       : 65px;
    text-align  : center;
}

span.readonly {
    color       : #777777;
}

div#periodOverviewPopup {
    width: 750px;
}

table#periodDatesTable {
    margin: 20px;
    width: 710px;
}

table#periodDatesTable td {
    padding-left: 10px;
    padding-right: 10px;
}

div#progressReviewsPopup {
    position: absolute;
    width: 600px;
    padding: 0;
}

table#progressReviewsTable td {
    padding-top: 2px;
    padding-bottom: 2px;
}

div#otherFieldRatingSelectorContainer {
    padding: 5px 10px;
    font-size: 10pt;
}

div#fieldRatingSchemeContainer {
    padding: 10px;
}

div#fieldRatingSchemeContainer .bodyTextbox {
    font-size: 10pt;
}

div#fieldRatingSchemeContainer textarea.bodyTextbox {
    width: 350px !important;
    min-width: 350px !important;
}

td.ratingDescription ul {
    margin: 4px 0;
    padding-left: 25px;
}

.ratingPopupPrompt {
    margin: 1em 2em 0 2em;
    font-size: 11pt;
    color: #777777;
}

#editCompanyPopup {
    width: 650px;
}

#editCompanyPopup input[type="text"],
#createCompanyPopup input[type="text"] {
    width: 470px;
}

#editCompanyPopup input#licence_count {
    width: 95px;
}
#editCompanyPopup input#logo,
#createCompanyPopup input#logo {
    width: 200px;
}

.popupHelpButton {
    position: absolute;
    top: 11px;
    right: 11px;
}

#solicitedFeedbackPopup h1 span#title {
    max-width: 430px;
    display: inline-block;
}

div.managerAndDRList h1 {
    background-color    : #346198;
    /*
    border              : solid 1px black;
    */
    margin              : 0 0 2px 0;
    padding             : 3px 6px;
    font-size           : 12pt;
    color               : #FFFFFF;
    text-align          : left;
}

div.managerAndDRList table {
    margin              : 1em;
}

div.managerAndDRList th {
    color               : #2078CF;
    border-bottom       : solid 1px #eee;
}

div.managerAndDRList th,
div.managerAndDRList td {
    white-space         : nowrap;
    text-align          : left;
    font-size           : 11pt;
    padding-left        : 5px;
    padding-right       : 5px;
}

div.managerAndDRList a {
    text-decoration     : none;
}

::-webkit-input-placeholder { color: #5555dd; font-weight: 300; }
:-moz-placeholder           { color: #5555dd; }
::-moz-placeholder          { color: #5555dd; }
:-ms-input-placeholder      { color: #5555dd !important; }
label.placeholder           { color: #5555dd; }

div.appraisalForm.overdue ::-webkit-input-placeholder { color: #CC4444; }
div.appraisalForm.overdue :-moz-placeholder           { color: #CC4444; }
div.appraisalForm.overdue ::-moz-placeholder          { color: #CC4444; }
div.appraisalForm.overdue :-ms-input-placeholder      { color: #CC4444; }
div.appraisalForm.overdue label.placeholder           { color: #CC4444 !important; }

.boxGridOuter {
    margin: 0 50px;
}

.boxGridOuter,
.boxGrid {
    border-collapse: collapse;
    border-spacing: 0;
}

table.boxGrid {
    border: solid 1px #309A30;
}

tr.plotRow {
    vertical-align: top;
}

.boxGridContainer {
    border: solid 2px #fff;
    padding: 0;
}

.boxGridContainer.selected {
    border: solid 2px #247918;
}

.boxGridCell {
    width: 75px;
    height: 75px;
    min-width: 75px;
    min-height: 75px;
    padding: 0;
}

.gridLeftLabel {
    text-align: right;
    vertical-align: middle;
    padding: 0 10px 0 10px;
    height: 75px;
    min-height: 75px;
    max-height: 75px;
    border: solid 1px #309A30;
    border: solid 1px #fff;
    color: #999999;
    font-size: 10pt;
    overflow: hidden;
}

.gridLeftLabel div {
    max-height: 75px;
    overflow: hidden;
}

.axisStepLabel.selected {
    color: #555555;
    font-weight: bold;
}

.old_gridBottomLabel {
    text-align: center;
    vertical-align: top;
    padding: 5px 0 5px 0;
    width: 75px;
    min-width: 75px;
    max-width: 75px;
    overflow: hidden;
    border: solid 1px #309A30;
    border: solid 1px #fff;
    color: #999999;
    font-size: 10pt;
    white-space: nowrap;
}

.old_gridBottomLabel div {
    transform: rotate(-90.0deg);
    /*
    width: 75px;
    min-width: 75px;
    max-width: 75px;
    */
    overflow: hidden;
}

.gridBottomLabel {
    border: solid 1px #309A30;
    border: solid 1px #fff;
    padding: 25px 0 5px 0;
    text-align: center;
    vertical-align: top;
    color: #999999;
    font-size: 11pt;
}

.gridBottomLabel div {
    position: relative;
    text-align: right;
    display: inline-block;
    /* padding-top: 20px; */
    height: 220px;
}

.gridBottomLabel div span {
    bottom: 10px ;
    transform: rotate(-90.0deg);
    position: absolute ;
    /*
    left: 50%;
    */
    transform-origin: center left ;
    /*
    right: 50% ;
    */
    white-space: nowrap ;
    width: 220px;
}

.gridCell {
    text-align: center;
    vertical-align: middle;
    background-color: #B3E4B3;
    border: solid 1px #309A30;
    font-size: 22pt;
    color: #555;
    overflow: hidden;
    font-weight: 300;
}

.gridCell.gutterCell {
    background-color: #A1CDA1;
}

.gridCell.selected {
    /*
    font-weight: bold;
    font-weight: 400;
    */
    background-image: url(/b/all-icons-2.8.png);
    background-position: -27px -2304px;
    background-repeat: no-repeat;
    color: #333;
}

.gridCell.unselected {
    color: #333;
    background-color: #EAEAEA;
}

/*
.gridCell.rootEmployee {
    background-color: #B8E6B8;
}
*/

#boxPlotPeople {
    min-width: 250px;
}

.depth1 {
    padding-left: 20px;
}

.peopleSelector td {
    padding: 2px 4px;
}

.peopleSelector td.highlight {
    color: #777777;
    font-size: 11pt;
    text-align: right;
    border: solid 1px #fff;
    height: 20px;
}

.peopleSelector td {
    white-space: nowrap;
}

.peopleSelector td.highlight.hasContent {
    background-color: #B3E4B3;
    border: solid 1px #247918;
    margin: 1px 0 0 0;
}

table.peopleSelector td.name {
    padding-right: 10px;
}

table.peopleSelector tr.highlight {
    background-color: #B3E4B3;
}

table.peopleSelector tr.lowlight {
    background-color: #A1CDA1;
}

table.peopleSelector {
    border-spacing: 0;
}

.gridActionButton {
    padding: 4px 4px 2px 4px;
    width: 80px;
}

td.gridAction {
    text-align: center;
    padding-right: 10px;
}

td.gridActionDescription {
    text-align: left;
}

.gridActionTable {
    margin-top: 20px;
}

.gridActionTable td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.peopleSelector td.count {
    text-align: right;
    min-width: 40px;
}

.peopleSelector td.count.faded {
    color: #999999;
}

.peopleSelector td.count label {
    font-size: 10pt;
    color: #999999;
}

.peopleSelector td.actions {
    text-align: center;
    width: 20px;
}

tr.employeeSelector.selected .name {
    font-weight: bold;
}

.peopleSelector td.actions,
.peopleSelector td.highlight {
    background-color: #fff;
}

tr.employeeSelector:hover {
    background-color: #DBFFDB !important;
}

.setDirectReport,
.setManager {
    text-align: left;
    min-width: 150px;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.setActions {
    text-align: left;
    padding-left: 10px !important;
    padding-right: 5px !important;
}

.setPrimaryRating,
.setSecondaryRating {
    text-align: right;
    /*
    min-width: 100px;
    */
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.selectedEmployeeTable {
    border-spacing: 4px;
    border-collapse: separate;
    margin: 25px 0 0 25px;
}

.selectedEmployeeTable td {
    margin: 0;
    border: 0;
    height: auto;
}

.selectedEmployeeTable tbody tr:hover {
    background-color: #EAEAEA;
}

.selectedEmployeeTable th {
    border-bottom: solid 1px #ddd;
}

div.breadcrumbs {
    margin: 10px 0 0 0;
}

div.breadcrumbs a {
    color: #777777 !important;
}

div.breadcrumbs a:hover {
    color: #555555 !important;
}

.breadcrumbArrow {
    position: relative;
    top: 1px;
    margin: 0 5px;
}

td.boxPlotCommentArea {
    vertical-align: middle;
    text-align: left;
    padding: 10px 0;
}

.axisLabel {
    color: #777777;
}

.xAxisLabel {
    text-align: center;
    padding-bottom: 5px;
    width: 100px;
    word-break: break-word;
}

td.yAxisLabel {
    padding-left: 5px;
}

.yAxisLabel {
    width: 25px;
    max-width: 25px;
    vertical-align: top;
}

.yAxisLabel div {
    height: 10px;
    width: 10px;
    position: relative;
}

.yAxisLabel span {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
}

.yAxisLabel span.rotated {
    transform: rotate(90deg);
    transform-origin: 0 100%;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: 0 100%;
    /*
    -ms-transform: rotate(90deg);
    -ms-transform-origin: 0 100%;
    */
    -moz-transform: rotate(90deg);
    -moz-transform-origin: 0 100%;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    zoom: 1;
    background-color: #fff;
}

select#bp_period,
select.boxPlotAxisMenu {
    padding: 5px;
}

select.boxPlotAxisMenu option {
    margin: 2px;
}

select#bp_period option,
select.boxPlotAxisMenu option {
    padding-left: 10px;
    font-size: 12pt !important;
}

#gridDataSelectorPopup select,
#gridDataSelectorPopup .dialogBody {
    font-size: 12pt !important;
}

#gridDataSelectorPopup th {
    text-align: right;
    font-size: 12pt !important;
}

option.axisUnselected {
    font-style: italic;
    padding-left: 0 !important;
}

.yAxisText {
    /*
    width: 30px;
    */
}

td.employeeTable {
    vertical-align: top;
}

div.ratingSizer {
    position: fixed;
}

div.primaryRatingSizes {
    top: -500px;
    left: 0;
}

div.secondaryRatingSizes {
    top: -500px;
    left: 200px;
}


.sidebarText {
    position: relative;
    top: -4px;
}

.sidebar hr {
    margin: 2px 0 2px 10%;
    border-top: solid 1px #eaeaea;
    width: 40%;
}

.appraisalFormHeading h1.appraisalFormTitle {
    margin-bottom: 40px;
    margin-bottom: 15px;
}

#appraisalDirector {
    padding: 10px 20px;
    border: solid 4px #6696cd;
    border-radius: 8px;
    margin: 0 2em 2em 0;
    font-size: 11pt;
    font-style: italic;
    max-width: 575px;   
    padding-right: 60px;
    position: relative;
    min-height: 70px;
    /*
    box-shadow: rgb(0 0 0 / 18%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 2px 4px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    */
    box-shadow: 0px 1px 3px rgba(0,0,0, 0.18), 0px 2px 4px rgba(0,0,0, 0.24);
}

#appraisalDirector.directorStatusG  { border-color: #6696cd;    }
#appraisalDirector.directorStatusA  { border-color: #ffc107;     }
#appraisalDirector.directorStatusR  { border-color: #EB6D69; }


#appraisalDirector p {
    margin: 0.5em 0 0 0;
}

#appraisalDirector ul {
    margin: 0;
}

#appraisalDirector .glyphIcon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
}

.reviewStateTable {
    font-size: 11pt;
    position: absolute;
    top: 10px;
    right: 0;
    color: #777777;
    /*
    border: solid 1px #ddd;
    */
}



.reviewStateTable td.role {
    text-align: right;
    padding-right: 0.25em;
    padding-left: 0.25em;
}

.reviewStateTable td.reviewState {
    text-align: left;
    padding-right: 0.25em;
}

.reviewStateTable tr.selected {
    font-weight: bold;
    background-color: #ddd;
}

#appraisalDueDate {
    border-top: solid 1px #999999;
    text-align: center;
    font-size: 12pt;
}

.recommendationTable {
    margin: 1em 2em;
}

.recommendationTable td {
    padding: 0.5em;
}

.probationRecommendationButton {
    width: 100px;
    text-align: center;
    background-color    : #3b82f6;
    color               : #333;
    border: solid 3px #3b82f6;
}

.probationRecommendationButton.nonmanager.inactive {
    cursor              : pointer !important;
}

a.probationRecommendationButton.unapproved
{
    cursor              : pointer;
}

a.probationRecommendationButton.approved {
    cursor              : not-allowed;
}

.probationRecommendationButton.active:hover {
    background-color    : #2563eb;
    color               : #111;
}

.probationRecommendationButton.inactive:hover {
    background-color    : #3b82f6 !important;
    /* color               : #111; */
}

.probationRecommendationButton.active.selected:hover {
    border-color        : #333;
    color               : #111;
}

.probationRecommendationButton.inactive.selected:hover {
    border-color        : #333;
    color               : #111;
}

.probationRecommendationButton.active:hover {
    border-color        : #2563eb;
}

.probationRecommendationButton.inactive:hover {
    border-color        : #3b82f6;
}

span.probationRecommendationButton {
    cursor              : default;
    display             : inline-block;
}

span.probationRecommendationButton.selected {
    padding             : 8px 10px;
}

.probationRecommendationButton.selected {
    border: solid 3px #333;
    color: #111;
}

.recommendationDescription {
    font-size: 12pt;
}

.userDirector a {
    color: #333;
}

.userDirector:hover a {
    text-decoration: underline;
}

.userDirector:hover a.Button {
    text-decoration: none;
}

.userDirector {
    color: #666;
}

table.reviewStateTable td.appraisalState {
    text-align: center;
    border-bottom: solid 1px #999999;
    font-size: 12pt;
    padding: 2px 4px;
}

#appraisalSection01.noDirector {
    margin-top: 100px;
}

.appraisalTable.appraisalTeamSummaryTable td {
    padding-top: 5px;
    padding-bottom: 5px;
    /*
    border-bottom: solid 1px #777;
    */
}

h1.appraisalFormTitle {
    max-width: 750px;
}

table.interimRatings td {
    min-height: 24px;
    height: 24px;
}

td.eProbation span.probationLargeIcon {
    position: relative;
    top: 2px;
}

#createEmployeePopup .questionMarkButton,
#editUserPopup .questionMarkButton {
    position: relative;
    top: 2px;
    left: 5px;
}

#editUserPopup option.disabled {
    color: #999999;
}

#datumStats {
    position: fixed;
    top: 100px;
    right: 20px;
}

.showClosedProbationReviewsControl {
    /*
    float: left;
    */
}

#probationFieldConfigPopup .startGroup {
    border-left: solid 1px #ccc;
}

#probationFieldConfigPopup .endGroup {
    border-right: solid 1px #ccc;
}

#probationFieldConfigPopup td,
#probationFieldConfigPopup th {
    white-space: nowrap;
}

#probationFieldConfigPopup {
    width: auto;
}

.zone .zoneBody {
    background-color: #f0f0f0;
}

.zoneList {
    min-width           : 700px;
    width               : 700px;
}

div.zone {
    margin              : 0 0 40px 0;
    position            : relative;
}

div.zone.hasPartners {
    border              : solid 1px #fff;
}

div.zone.noPartners {
    border              : solid 1px #CC0000
}

a.deleteZoneButton {
    float: right;
}

.zoneHeader {
    padding             : 2px;
}

.zoneBody {
    padding             : 10px;
}

.noPartnersWarning {
    font-style          : italic;
    font-size           : 11pt;
    color               : #CC0000;
}

input.zoneName {
    font-size           : 14pt;
}

textarea.zoneDescription {
    width               : 500px;
}

div.zoneBody h2 {
    font-size           : 11pt;
    color               : #aaa;
    margin              : 0;
}

span.employeeCount {
    float               : right;
    font-size           : 11pt;
    color               : #666666;
    padding             : 6px 5px 0 0;
}

.zoneSelectorsContainer {
    font-size           : 11pt;
    position                    : absolute;
    z-index             : 10;
}

.zoneSelectorsContainer.top {
    top                         : 15px;
}

.zoneSelectorsContainer.bottom {
    bottom                      : 15px;
    position                    : fixed;
}

.zoneSelectorsContainer.left {
    left                        : 10px;
}

.zoneSelectorsContainer.right {
    right                       : 12px;
}

.leftZoneSelector {
    border-top-left-radius      : 3px;
    border-bottom-left-radius   : 3px;
    border-right                : solid 1px #ddd;
}

.rightZoneSelector {
    border-top-right-radius  : 3px;
    border-bottom-right-radius  : 3px;
}

.zoneSelector {
    margin              : 0;
    padding             : 3px 6px;
    background-color            : #ddd;
    border-right                : solid 1px #EAEAEA;
    cursor                      : pointer;
}

.zoneSelector.selected {
    background-color    : #ccc;
    cursor                      : default;
}

.zoneSelector.inactive:hover {
    background-color    : #bbb;
}

.defaultZoneIndicator {
    position: absolute;
    left: 260px;
    top: 8px;
    color: #666666;
    font-size: 12pt;
    cursor:help;
}


.PostItTray {
    /*
    */
    clear: left;
    float: left;
    margin-bottom: 30px;
}

.PostIt {
    display: inline-block;
    padding: 5px;
    margin: 0 15px 0 0;
    text-align: center;
    box-shadow: 0px 1px 3px rgba(0,0,0, 0.18), 0px 2px 4px rgba(0,0,0, 0.24);
    border: solid 4px;
    min-width: 120px;
    border-radius: 16px;
}

.PostIt.ragG {
    border-color: #6696cd;
    /*
    color: #FFFFFF;
    */
}

.PostIt.ragR {
    border-color: #EB6D69;
    /*
    color: #FFFFFF;
    */
}

.PostIt.ragA {
    border-color: #ffc107;
    /*
    color: #494848;
    */
}

.PostItHeader {
    font-size: 14pt;
    padding: 2px 4px;
}

.PostItDeadline {
    font-size: 11pt;
    padding: 2px 4px;
    max-width: 130px;
}

.PostItCountdown {
    background-color: #fff;
    padding: 5px 0;
    color: #555;
}

.PostItDayCount {
    font-size: 24pt;
}

.PostItUnits {
    font-size: 12pt;
    padding: 0 5px;
    margin: 0;
}

.toggleBounceViewButton {
    position: absolute;
    right: 10px;
    top: 10px;
}


#reportTable th {
    text-align: left;
}

#reportTable td,
#reportTable th {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.reportHelp {
    margin: 0px 30px 30px 30px;
    color: #777;
    font-style: italic;
    max-width: 750px;
}

#reportTable span {
    display: none;
}

#reportTable tfoot input,
#appraisalTable tfoot input {
    width: 100%;
}

#appraisalTable tfoot th {
    padding-right: 5px;
}

.reportChartContainer {
    /* 
    background-color: #ececec;
    padding: 10px;
    border: solid 1px #e0e0e0;
    */
    margin-bottom: 10px;
    display: inline-block;
}

.reportChartFrame {
    /*
    background-color: #f0f0f0;
    border: solid 1px #d9d9d9;
    */
    min-width: 150px;
    min-height: 100px;
    height: 100px;
    margin: 2px 20px 2px 0;
    display: inline-block;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.reportChartTitle {
    text-align: center;
    font-size: 10pt;
    /*
    background-color: #f0f0ff;
    */
    height: 15px;
    padding-top: 1px;
}

.reportChartBody {
    /*
    background-color: #f0fff0;
    width: 200px;
    */
    height: 85px;
    min-width: 150px;
    max-height: 85px;
}

#reportTable_filter {
    display: none;
}

#reportTable_length {
    float: right;
}

div.toggleBoxes {
    text-align: left;
    margin: 5px 10px 5px 0;
    color: #999999;
    font-size: 10pt;
    padding: 0;
    /*
    display: inline-block;
    float: left;
    */
}

div.toggleBoxes label {
    margin: 0 5px;
}

.reportChartBody .nv-y {
    display: none;
}

.nv-legend-text {
    font-size: 8pt;
}

.nv-legendWrap {
    white-space: nowrap;
}

div.columnToggleOuter {
    display: flex;
}

.columnTogglesOuterLabel {
    white-space: nowrap;
}

label.toggleOption {
    white-space: nowrap;
}

.reportNote {
    font-size: 11pt;
    font-style: italic;
    color: #888;
    max-width: 1000px;
}

.tabularReportTable {
    margin: 25px 0 0 50px;
}

.tabularReportTable tr.odd {
    /*
    background-color: #cfc;
    */
}

.tabularReportTable .inner {
    border-bottom: solid 1px #e0e0e0;
}

.tabularReportTable th {
    text-align: left;
    font-size: 14pt;
    color: #333;
    padding: 2px 4px 2px 4px;
    /*
    font-weight: bold;
    */
}

.tabularReportTable td {
    text-align: right;
    font-size: 14pt;
    color: #555;
    padding: 2px 4px 2px 20px;
}

/* .meetingLockETA {
    position: absolute;
    right: 25px;
    top: 0px;
    font-size: 10pt;
    color: #777777;
    font-style: italic;
} */

/* div.meetingStateInfo {
    float: right;
    text-align: right;
    font-size: 11pt;
    color: #777777;
    display: inline-block;
    position: relative;
} */

/* .meetingContent h3 {
    clear: both;
} */

/* .unlockingMeetingSpinner {
    position: absolute;
    right: 90px;
    width: 20px;
    bottom: 0;
} */

/* .one2onePage {
    height: calc(100dvh - 35px);
    overflow: auto;
} */
.react-one2one-page {
    /* height: 100dvh; */
    overflow: auto;
}

/* This is to help with break points on the meetings overview */
/* .container-type-overview {
    container-type: inline-size;
    container-name: overview;
  } */
#editTagPopup {
    width: 720px;
}

#editTagPopup input#tag_name {
}

#editTagPopup #tag_description {
    width: 500px;
    min-height: 42px;
}

.tagRatingDescription {
    width: 430px;
    min-height: 42px;
}

table#tag_values tr {
    vertical-align: top;
}

.tagSettingSpinner {
    width: 19px;
    height: 20px;
}

.appraisalTagTable td {
    /*
    min-height: 30px !important;
    */
}

.tag_manage_table .tagName {
    padding-right: 4em;
}

.tag_manage_table {
    margin: 10px 20px !important;
}

.appraisalTagTable tfoot input {
    width: 100%;
}

.appraisalTaggingTable {
    font-size: 11pt;
}

.appraisalTaggingTable td,
.appraisalTaggingTable th {
    padding: 0 5px;
}

.appraisalTaggingTable th {
    text-align: center;
    border-bottom: solid 1px #999999;
}

.tag_usage_message {
    color: #777777;
    margin: 5px 0 0 10px;
    font-size: 10pt;
}

.tagValueInUseWarning {
    position: absolute;
    width: 470px;
    top: 15px;
    left: 15px;
    font-size: 10pt;
    text-align: left;
    color: #666666;
}

.recentTaggingsMessage {
    position: absolute;
    top: 80px;
    left: 75px;
    color: #999999;
    font-size: 11pt;
}



/*
.competencyRatingName {
*/

div.appraisalForm table.apprasialCompetencyRating {
    /*
    margin: 20px;
    */
    padding: 20px;
    width: 100%;
}

.apprasialCompetencyRating td,
.apprasialCompetencyRating th {
    padding-right: 50px !important;
}

.apprasialCompetencyRating td.competencyComments,
.apprasialCompetencyRating th.competencyComments {
    padding-right: 0 !important;
}


/*
table.apprasialCompetencyRating.foldingList tr.itemHeader td {
    padding             : 10px 10px;
}
*/

.competencyRatingButton span {
    text-align: left;
}

.competencyRatingButton {
    padding-top         : 4px !important;
    padding-bottom      : 4px !important;
    padding-left        : 10px;
    padding-right       : 10px;
    font-size           : 11pt;
    border-radius       : 3px;
    position            : relative;
    display             : inline-block;
}

.competencyRatingButton.Button {
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    transition: 0.15s;
}

.competencyRatingButton.Button:hover {
box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

div.competencyRatingButton.withoutBulb {
    padding-left: 0 !important;
}

.competencyRatingButton.withBulb {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

a.competencyRatingButton {
    text-align          : center;
}
div.competencyRatingButton {
    text-align          : left;
}

.competencyRatingButton:hover {
    cursor              : pointer;
}

.competencyLevelButton {
    border              : solid 1px #CCCCCC;
    padding             : 0.5em 0.75em;
    text-align          : center;
    margin              : 0.5em;
    font-size           : 11pt;
    border-radius       : 5px;
}

.competencyLevelButton:hover {
    cursor              : pointer;
    border              : solid 1px #999999;
}

.competencyLevelButtonSelected {
    border              : solid 3px #333333;
    padding             : 0.5em;
    text-align          : center;
    margin              : 0.5em;
    font-size           : 11pt;
}

.competencyLevelButtonSelected:hover {
    border              : solid 3px #111111;
}

img#competencyPopupHelpButton {
    cursor              : pointer;
    position            : relative;
    right               : 4px;
    top                 : 2px;
}

.competencyBulb {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    margin: 0;
}

textarea.competencyComments {
    width: 840px;
    min-height: 60px;
}

.competencyCommentsContainer h2 {
    margin: 0.5em 0 0 0;
    padding-left: 2px;
    font-size: 12pt;
    color: #333333;
    font-weight: normal !important;
}

.competencyCommentsContainer {
    padding-bottom: 10px !important;
}

th.competencyComments,
td.competencyComments {
    text-align: center;
}


#appraisalNotesPopup {
    width: 850px;
}

.appraisalNotesContainer {
    height: 430px;
}

#saveAppraisalNoteSpinner {
    height: 28px;
    position: absolute;
    right: 105px;
    /*
    top: 71px;
    */
    bottom: 1px;
}

.appraisalNotesSelector {
    width: 150px;
    padding: 8px 5px 5px 5px;
    display: inline-block;
    min-height: 300px;
    max-height: 450px;
    overflow: auto;
}

.appraisalNotesRightPanel {
    min-height: 300px;
    position: absolute;
    left: 160px;
    top: 5px;
    text-align: right;
    width: 660px;
    padding: 0;
    margin: 0;
}

h2.appraisalNotesTitle {
    text-align: center;
    font-size: 14pt;
    margin: 0;
    padding: 5px 0 0 0;
}

.appraisalNotesContent {
    min-height: 300px;
    text-align: right;
    width: 660px;
    padding: 10px;
}

.appraisalNotesContent > .container {
    margin-bottom: 10px;
}

textarea.newAppraisalNote {
    width: 640px;
    margin: 0 10px 0 10px;
    resize: none;
    font-size: 11pt;
    overflow: auto;
}

#newAppraisalNoteButton {
    margin-top: 10px;
    margin-right: 10px;
}

.appraisalNoteContainer {
    width: 640px;
    font-size: 11pt;
    text-align: left;
    padding: 0;
    margin: 0 0 20px 0;
}

.appraisalNoteTimestamp {
    float: right;
}

.appraisalNoteTextContainer {
    border: solid 1px #dadada;
    padding: 5px;
    overflow: auto;
}

.existingNotesContainer {
    overflow: auto;
    max-height: 260px;
    width: 670px;
    margin: 20px 0 0 0;
    padding: 0;
}

.appraisalNotesSelector h2 {
    text-align: center;
    font-size: 12pt;
    margin: 0.5em 0 0.5em 0;
}

.appraisalNotesButton.miniButton {
    width: 60px;
}


.meetingAgenda {
    /*
    background-color: #3F74B5;
    */
    background-color: #fff;
    color: #555;
}

.agendaTitle {
    margin: 0 0 0.25em 0;
    padding: 10px 10px 0 15px;
    border: 0;
    font-size: 14pt;
    /*
    border-bottom: solid 2px #346198;
    */
}

.agendaTilesContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.agendaTile h2 {
    margin-bottom: 0.5em;
}

.agendaTile .fullSizeAgenda.meetingAgenda {
    margin-bottom: 0.5em;
    margin-left: 0 !important;
    min-width: 300px;
}

.fullSizeAgenda {
    /*
    width: 620px;
    margin: 0 0 2em 40px;
    */

    /*
    width: 682px;
    */
    /*
    width: auto;
    display: inline-block;
    */
    /*
    width: 682px;
    margin: 0 0 2em 0;
    */
    max-width: 700px;
    display: inline-block;
    margin: 0 0 2em 0px;

    border: solid 4px #6696cd;
    border-radius: 8px;
    /* padding: 10px 20px; */
    /*
    box-shadow: 0 0 4px 2px #eaeaea;
    box-shadow: 0 0 4px 2px #eaeaea;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    */
    box-shadow: 0px 1px 3px rgba(0,0,0, 0.18), 0px 2px 4px rgba(0,0,0, 0.24);
    /*
    background-color: #eaeaea;
    border: solid 1px #ddd;
    */
}

.agendaBody p {
    margin: 0.25em 0;
    padding: 0 10px;
}

.agendaBody ul {
    margin: 0;
    padding: 0 0 0 2em;
}

.agendaBody ol {
    margin: 0;
    padding: 0 0 0 1.3em;
}

.fullSizeAgenda .agendaBody {
    font-size: 11pt;
    /*
    margin: 2px 4px;
    */
    /* margin: 0 0.25em 0.25em 0.25em; */
    margin: 5px 3px 5px 0;
    padding: 5px 10px 10px 10px;
    overflow: auto;
}

.fullSizeAgenda .agendaBody h1 {
    font-size: 14pt;
    font-weight: normal;
    margin-bottom: 8px;
}

.fullSizeAgenda .agendaBody h2 {
    font-size: 12pt;
    font-weight: normal;
    margin-bottom: 8px;
}

.miniAgenda {
    font-size: 8pt;
    width: 150px;
    height: 75px;
    box-shadow: 0 0 4px 2px #eaeaea;
    overflow: hidden;
    padding: 2px;
    /*
    background-color: #fffCDC;
    */
}

.miniAgenda .agendaBody {
    overflow: hidden;
    white-space: nowrap;
}

.agendaBody {
    max-height: 13em;
}

.agendaTable td {
    margin: 0;
}

.agendaTable h2 {
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 10pt;
    margin-bottom: 2px;
}

.agendaTable thead td {
    padding: 2px 5px;
}

.meetingAgenda.managerAgenda {
    cursor: default;
}

.meetingAgenda.companyAgenda {
    /*
    cursor: not-allowed;
    */
    cursor: default;
}

.agendaTable tbody tr:hover {
    background-color: #ddd;
}

textarea#agenda_text {
    width: 550px;
    max-width: 550px;
    min-width: 550px;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    overflow: auto;
    resize: none;
}


.compensationGuidance {
    font-size: 9pt;
    color: #777;
    /*
    border: solid 1px #aaa;
    */
}

input.meritAwardPecentage,
input.bonusAwardPecentage {
    text-align: right;
}

.appraisalRatingComment {
    line-height         : 22px;
    margin              : 0 4px 0 10px;
    color               : #777777;
    font-size           : 10pt;
    font-style          : italic;
}

.appraisalAwardReadonly {
    line-height         : 22px;
    margin              : 0 4px 0 10px;
    color               : #777777;
    font-size           : 10pt;
}

.overallRatingName {
    font-weight         : bold;
}

#meritJustificationReason,
#bonusJustificationReason {
    font-size: 10pt;
}

.tlNumeric    { text-align: right;  }
.tlNonNumeric { text-align: center; }
.tlLeftInner  {  padding-left: 0 !important; }
.tlRightInner { padding-right: 0 !important; }
.tlLeftEdge   {  padding-left: 5px !important; }
.tlRightEdge  { padding-right: 5px !important; }

.tlCompColumn {
    text-align: right !important;
}

.tlBudgetTable {
    margin: 0 0 0 50px;
}

.tlJustificationContainer {
    padding: 10px 30px;
}

textarea.awardJustificationText {
    width: 450px;
    max-width: 450px;
    height: 56px;
    max-height: 56px;
    font-size: 10pt;
    resize: none;
}

div.awardJustificationText {
    width: 450px;
    max-width: 450px;
    height: 56px;
    max-height: 56px;
    font-size: 10pt;
    border: solid 1px #ccc;
    background-color: #eaeaea;
    padding: 2px;
    margin-top: 5px;
}

.budgetJustificationTip {
    font-style: italic;
    color: #777;
    font-size: 10pt;
}

div.appraisalRatingContainer {
    position: relative;
}

.awardJustificationTable tr {
    vertical-align: middle;
}

table.awardJustificationTable {
    position: absolute;
    max-width: 550px;
    left: -15px;
    bottom: -5px;
}

table.awardJustificationTable td {
    text-align: left;
    padding-bottom: 5px;
}

table.awardJustificationTable th {
    vertical-align: top;
}

.editMeritAwardPencil, .editBonusAwardPencil {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    top: -1px;
}

.tlBudgetContainer {
    display: inline-block;
    padding: 0 50px 0 0;
}

.tlBudgetContainer h2 {
    margin-top: 0;
    font-size: 16pt;
}


.titlebarMessage {
    position: absolute;
    padding: 5px 10px;
    color: #fff;
    color: #f44;
    background-color: #f44;
    background-color: #fdd;
    box-shadow: 0 0 2px 2px #fcc;
    font-weight: normal;
    font-size: 14pt;
    top: 2px;
    left: 450px;
}

.periodGrid .before     { background-color: #fff; }
.periodGrid .objectives { background-color: #aaf; }
.periodGrid .middle     { background-color: #eee; text-align: center; overflow: hidden; font-size: 9pt;}
.periodGrid .appraisal  { background-color: #afa; }
.periodGrid .after      { background-color: #fff; }
.periodGrid thead .month { min-width: 32px; width: 32px; max-width: 32px; padding: 0; }
.ruleAbove {
    border-top: solid 1px #ddd;
}

.gdprDisclaimer {
    margin: 1em 0 0 0;
    font-size: 11pt;
    color: #777;
    max-width: 720px;
}


#companiesTable a.Button {
    /*
    visibility: hidden;
    */
}

.InterimDefinition th {
    text-align: left;
}

.InterimDefinition,
.InterimDefinition input {
    font-size: 12pt !important;
}

.InterimDefinition tr {
    white-space: nowrap;
}

.InterimDefinition {
    box-shadow: 0 0 4px 2px #eaeaea;
    padding: 1em;
    margin: 10px 0 50px 0px;
    border-radius: 12px;
    border-collapse: separate !important;

}

.interimGuidance {
    max-width: 700px;
    width: 700px;
}

input.NumericInput {
    text-align: right;
}

#periodDefinitionTable img {
    max-width: revert;
}

.periodDefinitionTable td {
    padding: 0;
}

.FormattedInterimNotifyDate {
    width: auto !important;
}


#periodFormBody h2 {
    margin-bottom: 10px !important;
    font-size: 1.2em !important;
}
.chartFrame {
    display: inline-block;
    margin: 5px;
    border: solid 1px #ddd;
}

.chartTitlebar {
    /*
    height: 16px;
    */
    padding: 2px 4px;
    background-color: #eaeaea;
}

svg.chartBody {
    width: 700px;
    height: 350px;
}

#missingAppraisalsPopup {
    /*
    width: 900px;
    */
}

#missingAppraisalsPopup th,
#missingAppraisalsPopup td {
    white-space: nowrap;
}

#missingAppraisalsEmployeeTable tbody,
#missingAppraisalsEmployeeTable thead {
    display: block;
}

#missingAppraisalsEmployeeTable tbody {
    overflow-y: auto;
    overflow-x: hidden;
    height: 200px;
}

#missingAppraisalsEmployeeTable td,
#missingAppraisalsEmployeeTable th {
    padding: 2px 5px;
}

#missingAppraisalsEmployeeTable {
    width: 100%;
}

#missingAppraisalsEmployeeTable thead th {
    text-align: left;
}

#missingAppraisalsEmployeeTable thead th {
    border-bottom: solid 1px #999;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border:none;
    outline:none;
    background-image: linear-gradient(45deg, transparent 50%, rgb(255, 255, 255) 50%), linear-gradient(135deg, rgb(255, 255, 255) 50%, transparent 50%);
    background-position: calc(100% - 10px) calc(1em - 5px), calc(100% - 4px) calc(1em - 5px);
    background-size: 6px 6px, 6px 6px, 1px 1.5em;
    background-repeat: no-repeat;
    background-color: #2D85EA; /* this blue should come from the blue button var */
    color: #fff !important;
    padding: 0.2em 1.3em 0.2em 0.4em;
    font-size: 11pt !important;
    border-radius: 5px;
    min-width: 170px;
    transition: 0.3s;
}

select.OnTarget { background-color: #666; }
select.OnTarget:hover { background-color: #555; }

select.AboveTarget { background-color: green; }
select.AboveTarget:hover { background-color: darkgreen; }

select.BelowTarget { background-color: #b83000; /* amber */ }
select.BelowTarget:hover { background-color: #962800; /* dark amber */ }

select:hover {
    cursor: pointer;
    background-color: #2673cc; /*this blue should come from the blue button var */
}

.orphan select {
    background-color: #f4a3a3;
    color: #555;
}

.orphan select:hover {
    background-color: #f68c8c;
    color: #555 !important;
}

select>option {
    background-color: #fff !important;
    color: grey !important;
    font-size: 11pt !important;
    }


#editUserForm select, #createEmployeeForm select, #companyConfigurationForm  select, .dataTables_length select {
    background-image: linear-gradient(45deg, transparent 50%, rgb(95, 95, 95) 50%), linear-gradient(135deg, rgb(95, 95, 95) 50%, transparent 50%);
    background-position: calc(100% - 10px) calc(1em - 6px), calc(100% - 4px) calc(1em - 6px);
    background-color: #e5e5e5;
    color: rgb(95, 95, 95) !important;
    padding: 0.15em 1.3em 0.15em 0.4em;
    font-size: 10pt;
    font-size: 10pt;
    min-height: 23px;
}

#companyConfigurationForm select, .dataTables_length select {
    min-width: 35px;
    font-size: 11pt;
}

#editUserForm select:hover, #createEmployeeForm select:hover, #companyConfigurationForm  select:hover, .dataTables_length select:hover {
    background-color: #c0c0c0;
}


@media only screen and (max-width: 440px) {
    .externalFeedbackBody {
        padding: 40px 10px 0 10px;
        margin-top:         70px;
    }
    .externalFeedbackComments {
        width: 92%;
        margin-left: 2%;
        margin-right: 2%;
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media only screen and (min-width: 441px) {

    .externalFeedbackBody {
        padding: 40px 0 0 45px;
        margin-top:         88px;
    }

    .externalFeedbackComments {
        width: 600px;
    }
}

.externalFeedbackBody {
    background-color:   #fff;
    position:           relative;
}

.externalFeedbackBody .Button {
    margin-top: 5px;
    margin-bottom: 5px;
}


/* .welcomePage {
    text-align: left;
}

@media only screen and (max-width: 440px) {
    .welcomePage {
        margin-top: 60px;
        padding: 0 0.5em;
    }
    .welcomeBody h1.bodyTitle {
        font-size: 22pt;
    }
}

@media only screen and (min-width: 441px) {
    .welcomePage {
        margin-top: 70px;
        width: 700px;
    }
}

.welcomePage .largeButton {
    margin: 0 1em;
} */


.privacyNoticeBody {
    padding-top: 40px;
}

/* .privacyNotice {
    text-align: left;
}

@media only screen and (max-width: 440px) {
    .privacyNotice {
        padding: 0 1em;
        margin: 70px 0 50px 0;
    }
}

@media only screen and (min-width: 441px) {
    .privacyNotice {
        width: 800px;
        margin: 70px auto;
    }
}

div.agreementButtonTray {
    position        : fixed;
    bottom          : 0;
    left            : 0;
    width           : 100%;
    margin          : 4px 4px 0 4px;
    border          : 0;
    padding         : 5px 0;
    text-align      : center;
    z-index         : 16;
    background-color: #fff;
}

div.agreementButtonTray a {
    padding-left    : 20px;
    padding-right   : 20px;
} */


.teamAppraisalTileGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1em;
    padding: 0 20px 0 0;
}

.drStateIcon {
    position: absolute;
    top:  10px !important;
    left: 10px;
    background-image    : url(/b/all-icons-2.8.png);
    display             : inline-block;
    background-repeat   : no-repeat;
    margin              : 0;
    padding             : 0;
    border              : 0;
}

.appraisalTile {
    padding: 10px 15px 20px 15px;
    border-radius: 10px;
    /*
    background-color: #eee;
    border: 1px solid #eaeaea;
    */
    text-align: center;
    font-size: 12pt;
    max-width: 260px;
    position: relative;
    transition: all 0.1s;
    box-shadow: 0px 1px 5px rgba(0,0,0, 0.09), 0px 2px 4px rgba(0,0,0, 0.12);
}

.appraisalTile:hover {
    /* background-color: #f4f4f4; */
    /*
    border: 1px solid #ccc;
    */
    /* box-shadow: 0px 1px 3px rgba(0,0,0, 0.18), 0px 2px 4px rgba(0,0,0, 0.24); */
    box-shadow: 0px 1px 10px rgba(0,0,0, 0.18), 0px 2px 9px rgba(0,0,0, 0.24);
}

.appraisalTile h2 {
    margin: 0 20px 0 0;
    text-align: center;
    /* min-height: 3em; */
    font-size: 14pt;
    padding-left: 22px;
    overflow: hidden;
    color: #222;
}

.appraisalTile a.Button {
    display: block;
    border-radius: 8px;
}

.details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}

div.label {
    text-align: center;
    margin-top: 1em;
    /*
    visibility: hidden;
    */
    font-size: 11pt;
    color: #888;
    font-weight: normal;
    padding: 0;
    width: auto;
}

.appraisalTile:hover div.label {
    /*
    visibility: visible;
    color: #888;
    */
}

.appraisalTile .Button {
    height: auto;
    width: auto;
    margin: 0;
}

.appraisalTile .blueButton.unrated {
    max-width: 90px;
    margin: auto;
}

.appraisalTile:not(:hover) .blueButton.unrated {
    /*
    background-color: #d7a4a4 !important;
    color: #555 !important;
    */
    box-shadow: none;
    /*
    border: solid 1px transparent;
    border: solid 1px #db5252;
    */
    border: 0;
    color: #db5252 !important;
    background-color: #FBF3F3 !important;
}

.appraisalTile.absent,
.appraisalTile.finished,
.appraisalTile.submitted {
    background-color: #f0f0f0;
}

.appraisalTile:hover .blueButton.unrated {
    background-color: transparent !important;
    color: #db5252 !important;
    border: 0;
    box-shadow: none;
    background-color: #db5252 !important;
    color: #fff !important;
}

.appraisalTile .blueButton.unrated:hover {
    background-color: #aa3535 !important;
    color: #fff !important;
    box-shadow: 0px 1px 5px rgba(0,0,0, 0.36), 0px 2px 4px rgba(0,0,0, 0.48);
    transition: all 0.1s;
}

.appraisalTile .Button {
    cursor: pointer;
}

.appraisalTile:not(:hover) .blueButton {
    background-color: #F1F5FB !important;
    border: 0;
    color: #6471b6 !important;
    box-shadow: none;
    /*
    background-color: #f8f8f8 !important;
    color: #999 !important;
    */
    /*
    box-shadow: none;
    border: solid 1px #ccc;
    */
    /*
    border-radius: 7px;
    */
}

.appraisalTile:hover .blueButton:not(:hover) {
    border: 0;
    opacity: 0.75;
}

.appraisalTile:hover .blueButton:hover {
    border: 0;
    opacity: 1.0;
}

.appraisalTile:not(:hover) .appraisalGlyphButton {
    border: solid 1px transparent;
    opacity: 0.6;
}

.appraisalTile:hover .appraisalGlyphButton {
    border: solid 1px #ccc;
}

.appraisalGlyphButton:hover {
    box-shadow: 0px 1px 3px rgba(0,0,0, 0.18), 0px 2px 4px rgba(0,0,0, 0.24);
    background-color: #eaeaea;
    border: solid 1px #999;
}

/*
a.editAppraisalGlyphButton {
    background-image        : url(/b/all-icons-2.8.png);
    background-position: -134px -41px;
}
*/

a.editAppraisalGlyphButton,
a.viewAppraisalGlyphButton {
    background-image        : url(/b/all-icons-2.8.png);
    background-position: -21px -1555px;
}

a.appraisalGlyphButton {
    position: absolute;
    top: 4px;
    right: 4px;
    display: inline-block;
    width: 22px; height: 22px;
    border-radius: 5px;
    opacity: 0.8;
}

a.appraisalGlyphButton:hover {
    opacity: 1.0;
}

.appraisalTile .appraisalState {
    font-size: 10pt;
    color: #777;
}

.appraisalTile .reviewState {
    font-size: 11pt;
    color: #999;
}

.appraisalTile:hover .reviewState {
    color: #777;
}

.appraisalTile .appraisalRating {
    padding: 4px 0;
}


.feedbackOnYou, .feedbackOnDR {
   margin-right: 15px;
   max-width: 900px;
}


/* These are not feedback specific, I'm just using this file to fix things that the introduction of Tailwind broke */

.react-body {
  height: 100dvh;
  overflow: auto;
}

.objectiveTable,
.objectiveTable * {
  box-sizing: initial !important;
}

#appraisalDirector {
  box-sizing: initial !important;
}

.companyLogo img {
  box-sizing: initial !important;
}

.bodyFYI {
  box-sizing: initial !important;
}

.bodyFYI p {
  margin: 16px 0px !important;
}

.Button, .appraisalRatingButton {
    box-sizing: initial !important;
 }

 .dialogTitle {
   box-sizing: initial !important;
 }

 .sprite {
   box-sizing: initial !important;
 }
 

 
 /* div.appraisalSectionBody textarea {
    font-size: initial !important;
 } */
 
 .agendaBody ul,
 .dashDirectorLinks ul {
   list-style: disc;
 }
 
 .agendaBody ol,
 .dashDirectorLinks ol {
  list-style: decimal;
 }

 .levelDescription ul {
  list-style: disc;
  margin-left: 2em !important;
 }

 .levelDescription ol {
  list-style: decimal;
  margin-left: 2em !important;
 }

 .competencyDescription ul {
  list-style: disc;
  margin-left: 2em !important;
 }

 .competencyDescription ol {
  list-style: decimal;
  margin-left: 2em !important;
 }

 .companyText ul, .appraisalSectionPrompt ul {
    list-style: disc;
    margin-block-start: 0.5em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
 }

 .companyText ol, .appraisalSectionPrompt ol {
  list-style: decimal;
  margin-block-start: 0.5em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

 .appraisalSectionGuidance ul {
  list-style: disc;
  padding-inline-start: 40px;
  margin-bottom: 1em;
 }

 .appraisalSectionGuidance ol {
  list-style: decimal;
  padding-inline-start: 40px;
  margin-bottom: 1em;
 }

  #appraisalDirector ul {
    list-style: disc;
    padding-inline-start: 40px;
    margin-bottom: 1em;
  }

  #appraisalDirector ol {
    list-style: decimal;
    padding-inline-start: 40px;
    margin-bottom: 1em;
  }

  .ratingsInnerHtml ul {
    list-style: disc;
    padding-inline-start: 25px;
    margin-bottom: 1em;
  }

  .ratingsInnerHtml ol {
    list-style: decimal;
    padding-inline-start: 25px;
    margin-bottom: 1em;
  }


   #ratingsTable ul {
    list-style: disc;
    margin-left: 10px;
  }
  
  #ratingsTable ol {
   list-style: decimal;
   margin-left: 10px;
  }

  .reportHelp ul {
    list-style: disc;
    margin-left: 30px;
  }
  
  .reportHelp ol {
    list-style: decimal;
    margin-left: 30px;
  }

 select {
   padding: 0.2em 1.3em 0.2em 0.4em !important;
 }
 



/* This is messing with the calendar, but was likely added to fix some other PerformanceHub css issue! */
 /* td {
   box-sizing: unset !important;
 } */


 /* #companiesTable, #companiesTable td {
  box-sizing: border-box !important;
} */

  /* Fixes the odd img shrink on the fields table */
 .fieldTable td.orderCell {
  width: 24px !important;
  min-width: 24px !important;
}
 
/* TODO: This fixes the img action buttons, but might be too far reaching */
img {
  display: inline !important;
}

.PostItHeader, .PostItDeadline, .PostItBody {
  box-sizing: content-box !important;
}


 /* THEME INJECTION */
 /* All the vars below can be changed to help with themeing */
 /* At the moment, it just includes button colors, but can be extended later */
 :root {
    /* Plain Button Colors */
    --plain-blue-text:  #3b82f6;
    --plain-blue-hover-bg: #eff6ff;
    --plain-gray-text: #6b7280;
    --plain-gray-hover-bg: #e5e7eb;
    --plain-light-gray-text: #9ca3af;
    --plain-light-gray-hover-bg: #e5e7eb;
    --plain-light-gray-hover-text: #6b7280;
    --plain-red-text: #ef4444;
    --plain-red-hover-bg: #fee2e2;
    --plain-light-red-text: #f87171;
    --plain-light-red-hover-bg: #fee2e2;
    --plain-light-red-hover-text: #ef4444;
    --plain-green-text: #4caf50;
    --plain-green-hover-bg: #f0fdf4;
    --plain-amber-text: #fbbf24;
    --plain-amber-hover-bg: #fffbeb;
    --plain-sky-text: #0284c7;
    --plain-sky-hover-bg: #f0f9ff;
 
 
    /* Solid Button Colors */
    --solid-blue-bg: #3b82f6;
    --solid-blue-hover-bg: #2563eb;
    --solid-blue-text: #FFFFFF;
    --solid-blue-hover-text: #FFFFFF;
    --solid-gray-bg: #6b7280;
    --solid-gray-hover-bg: #4b5563;
    --solid-light-gray-bg: #d1d5db;
    --solid-light-gray-hover-bg: #9ca3af;
    --solid-light-gray-text: #1f2937;
    --solid-very-light-gray-bg: #f3f4f6;
    --solid-very-light-gray-hover-bg: #e5e7eb;
    --solid-very-light-gray-text: #4b5563;
    --solid-red-bg: #ef4444;
    --solid-red-hover-bg: #dc2626;
    --solid-red-text: #FFFFFF;
    --solid-red-hover-text: #FFFFFF;
    --solid-rose-bg: #f43f5e;
    --solid-rose-hover-bg: #e11d48;
    --solid-green-bg: #4caf50;
    --solid-green-hover-bg: #3e9141;
    --solid-green-text: #FFFFFF;
    --solid-green-hover-text: #FFFFFF;
    --solid-amber-bg: #fbbf24;
    --solid-amber-hover-bg: #efb521;
    --solid-amber-text: #494848;
    --solid-amber-hover-text: #222;
    --solid-sky-bg: #0ea5e9;
    --solid-sky-hover-bg: #0284c7;
    --solid-orange-bg: #f97316;
    --solid-orange-hover-bg: #e5660b;
 
 
    /* Outline Button Colors */
    --outline-blue-text: #3b82f6;
    --outline-blue-hover-bg: #eff6ff;
    --outline-blue-border: #3b82f6;
    --outline-gray-text: #6b7280;
    --outline-gray-hover-bg: #f9fafb;
    --outline-gray-border: #6b7280;
    --outline-red-text: #ef4444;
    --outline-red-hover-bg: #fee2e2;
    --outline-red-border: #ef4444;
    --outline-green-text: #4caf50;
    --outline-green-hover-bg: #f0fdf4;
    --outline-green-border: #4caf50;
    --outline-amber-text: #fbbf24;
    --outline-amber-hover-bg: #fffbeb;
    --outline-amber-border: #fbbf24;
    --outline-sky-text: #0284c7;
    --outline-sky-hover-bg: #f0f9ff;
    --outline-sky-border: #0284c7;

    /* Title Colors */
    --bodyTitle-text: #2078CF;

 }
 
