#wf-workflow-status {
    border-bottom: solid 1px #ccc;
    background-color: #f9f9f9;
    padding: 10px 0 0 10px;
    border-radius: 0;
    margin-top: -11px;
    margin-left: 0;
}

.wf-workflow-status-open {
    min-height: 70px;
}

.wf-workflow-status-closed {
    height: 45px;
}

.wf-workflow-status-closed .wf-status-global-links {
    display: none;
}

.wf-workflow-modal-loading {
    width: 40px;
    height: auto;
    padding-left: 15px;
}

#wf-workflow-status h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 29px;
}

#wf-workflow-status h4 {
    margin-top: 0;
    margin-bottom: 10px;
    float: right;
    color: #666;
}

#wf-workflow-status h4 a.toggler {
    margin-left: 5px;
    font-weight: normal;
}

#wf-workflow-status h4 a.toggler .glyphicon {
    color: #ccc !important;
    font-size: .8em;
    padding: 2px;
    border: solid 1px #f5f5f5;
    border-radius: 3px;
}

#wf-workflow-status h4 a.toggler:hover .glyphicon {
    color: #999 !important;
    border: solid 1px #ccc;
    border-radius: 3px;
}

#wf-workflow-status .sub-status {
    margin-right: 15px;
}

.wf-status-global-links {
    margin-top: 7px;
    text-align: left;
    clear: both;
}

.wf-status-global-links a {
    margin-right: 15px;
}

.wf-status-global-links a .glyphicon {
    color: #aaa;
    margin-right: 4px;
}

.wf-status-global-links .wf-status-start-date {
    float: right;
    margin: -5px 0 0 0;
    position: relative;
}

.wf-status-global-links .wf-status-start-date .wf-start-date-link {
    margin-right: 0;
}

.wf-start-date-form .mps-date-picker-wrapper {
    position: relative;
    top: -5px;
    left: -10px;
}

.wf-start-date-form .wf-start-date-save, .wf-start-date-form .wf-start-date-save .glyphicon {
    color: #226baa;
}

.wf-start-date-form .wf-start-enter-controls:hover {
    background-color: #ccc;
}

.wf-start-date-form .wf-start-enter-controls .glyphicon {
    margin: 0 !important;
}

.wf-start-date-form .wf-start-enter-controls:hover .glyphicon {
    color: #FFFFFF;
}

.wf-start-date-form .wf-start-enter-controls {
    float: right;
    margin: 0 10px;
}

.wf-start-date-form .wf-start-date-submit,
.wf-start-date-form .wf-start-date-link {
    position: relative;
    color: #428bca;
}

.wf-status-global-links .wf-start-date .wf-start-date-form .wf-start-date-link {
    margin-top: 0;
}

.wf-status-start-date .wf-startdate-warn {
    color: red;
    font-weight: bold;
}

/* Newer MPS Redux-effected WF App UX classes */

.mps-header-msg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    background-color: #ffd34b;
    text-align: center;
    font-size: 1.6em;
    z-index: 3;
}

.mps-header-text {
    display: block;
}

.mps-header-btn {
    margin-top: 20px;
    line-height: 1.6em;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #ffd34b;
    border-radius: 6px;
    border: solid 1px #666;
}

/* One-off PCN Create Min-Width */

.create_position_ux {
    min-width: 740px;
}

#created_position_ux {
    min-width: 690px;
}

.wf-details-titlebar-breadcrumbs {
    font-size: 1.2em;
    font-weight: bold;
    overflow-y: hidden;
    display: inline-block;
    height: 34px;
    max-width: calc(100% - 145px);
}

.wf-workflow-title-options {
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    right: 7px;
}

.wf-workflow-title-options ul {
    position: absolute;
}

.wf-workflow-title-options li a {
    color: #428bca;
    padding: 5px 15px;
    display: block !important;
}

.wf-workflow-title-options li a span {
    color: #428bca;
    position: relative;
    left: -7px;
    top: 1px;
}

#wf-workflow-status {
    font-size: 0;
}

#wf-workflow-status>div {
    display: inline-block;
    width: 50%;
    font-size: 14px;
    vertical-align: top;
    margin-bottom: 10px;
}

.wf-workflow-title-options .caret {
    margin-left: 10px;
}

/*REDUX*/

/*
*  Few things change with Gutter Auto margins
*/

.wf-details-page-content {
    position: relative;
}

#workflow-content {
    min-height: 700px;
    background-color: #fff;
    padding-right: 0 !important;
}

#wf-details-content {
    background-color: #fff !important;
}

.wf-details-page-content {
    background-color: #fff !important;
    padding-right: 28px;
}

/* Page Layout Deltas */

#wf-workflow-status {
    margin-top: 0 !important;
}

#wf-details-titlebar, #wf-details-content {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

#wf-details-titlebar {
    border-bottom: solid 1px #ccc !important;
}

#wf-details-content {
    border-width: 0;
    margin-top: 0 !important;
}

#wf-details-content-body {
    border: 0 !important;
}

#wf-workflow-status {
    border-bottom: solid 1px #ccc !important;
    background-color: #fff !important;
}

#wf-details-titlebar, .wf-details-titlebar {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    height: 45px;
    line-height: 1.6em !important;
    padding: 10px 0 10px 2px;
}

.wf-workflow-content .wf-status-global-links a {
    margin-right: 10px;
}

.wf-workflow-content .wf-status-global-links a .glyphicon {
    display: none;
}

.wf-workflow-content .wf-status-global-links .wf-status-start-date .glyphicon {
    display: inline;
}

.wf-status-global-links .wf-status-start-date {
    margin-top: 0;
}

#wf-workflow-status .wf-start-date-enter {
    margin-top: -5px;
    position: relative;
    right: -30px;
}

.mps-body .wf-workflow-loading {
    margin-top: 20px;
}

.mps-body .wf-ldap-btn {
    position: relative;
    left: 15px;
}

/*BUGFIX*/

.wf-workflow-status-open {
    height: auto;
    min-height: 70px;
}

/*Redux iterations*/

.wf-details-titlebar-breadcrumbs {
    height: 45px;
}

#wf-workflow-status {
    width: calc(100% - 240px);
    position: relative;
    left: 240px;
    font-size: 0;
    padding-left: 0;
}

.wf-toc-short #wf-details-toc {
    top: 0 !important;
}

#wf-details-toc-body .wf-nav-highlight {
    top: -1px;
    margin-top: 0 !important;
}

.wf-status-global-links .wf-status-start-date {
    margin-top: 0;
    float: none;
    text-align: right;
    margin-right: 0;
}

#wf-workflow-status h3 {
    float: none;
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 0;
}

#wf-workflow-status h3 a {
    margin-top: 5px;
}

#wf-workflow-status h4 {
    float: none;
    text-align: right;
    margin-bottom: 10px;
}

.wf-details-toc-tall {
    top: 0 !important;
}

.wf-workflow-status-closed {
    height: auto;
}

.wf-details-page-content {
    min-height: 400px;
    padding-bottom: 58px;
}

.wf-status-global-links {
    margin-bottom: 10px;
}

.wf-workflow-title-options {
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 7px;
}

#wf-details-content-body h1,
#wf-details-content-body h2,
#wf-details-content-body h3,
#wf-details-content-body h4,
#wf-details-content-body h5,
#wf-details-content-body h6,
.cv-header-title,
.cv-detail-inner h1,
.cv-detail-inner h2,
.cv-detail-inner h3,
.cv-detail-inner h4,
.cv-detail-inner h5,
.cv-detail-inner h6 {
    font-weight: bolder;
}

.cv-form-button-set {
    float: right;
}

.cvRowRepeating_Text input {
    margin-bottom: 10px;
}

div.circular-bar>div.circular-bar-content>label {
    color: #034a87;
}

div.circular-bar>div.circular-bar-content>strong {
    color: #034a87;
    font-size: 2.1em !important;
    font-weight: normal !important;
}

.percent-sign {
    font-size: 12px !important;
    vertical-align: text-top;
}

.wf-overview-item-wrap {
    margin-left: 0 !important;
}

body div.circular-bar div.circular-bar-content {
    margin-top: -75px;
    margin-left: 0;
}

.wf-header-title {
    margin-bottom: 30px;
}

.wf-widget-serverside-form {
    border: solid #ccc 1px;
    padding: 15px;
    border-radius: 5px;
}

.cv-panel-body {
    border: none;
    border-radius: 0;
    border-bottom: solid silver 1px;
}

.faculty-profile .cv-panel-body {
    border-bottom: none;
}

.cv-panel-body {
    border: none;
    border-radius: 0;
    border-bottom: solid silver 1px;
}

.cv-panel-body:last-of-type {
    border: none;
}

.wf-details-form-btn-bar {
    margin-top: 50px !important;
}

.wf-start-date-form {
    width: 300px;
    display: inline-block;
    margin-top: 10px;
}

.wf-itemWidgetWrapper {
    display: none;
    position: relative;
    margin: 2px !important;
    margin-bottom: 10px !important;
}

.wf-overview-section {
    padding-left: 0 !important;
}

.wf-details-page-content {
    min-height: 670px !important;
}
