﻿body {
}
/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: 'Regular',sans_serif;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}

ul, ol {
    margin-bottom: 20px;
    line-height: 1.6em;
    font-size: 12px;
}

p {
    font-family: 'Regular';
    font-size: 14px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1 {
    font-family: 'SemiBold';
    letter-spacing: -0.5px;
    color: #0096B1;
    margin: 10px 0;
    font-size: 2em;
}

h2 {
    font-family: 'SemiBold';
    letter-spacing: -0.5px;
    margin: 15px 0 10px;
    font-size: 1.8em;
}

h3 {
    font-family: 'SemiBold';
    letter-spacing: -0.5px;
    font-size: 1.5em;
}

h4 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 2px 8px;
}

/* Label */
label {
    font-weight: normal;
    display: inline;
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
    display: block;
}

.text-shadow {
    text-shadow: #222 0.1em 0.1em 0.2em;
}

.rounded {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.clear-none {
    clear: none;
    display: inline-block;
}

.hide {
    display: none;
}

.nobg {
    background: none !important;
}

.t-center {
    text-align: center;
}

.t-right {
    text-align: right;
}

.t-left {
    text-align: left;
}

.t-tight {
    margin: 0px;
}

/* Colours */
.grey-text {
    color: #494949;
}

.grey-bg {
    background-color: #494949;
}

.blue-text {
    color: #5170b6;
}

.blue-bg {
    background-color: #5170b6;
}

.lime-text {
    color: #bdd65a;
}

.lime-bg {
    background-color: #bdd65a;
}

.green-text {
    color: #4ba111;
}

.green-bg {
    background-color: #4ba111;
}

.lightblue-text {
    color: #70b9e7;
}

.lightblue-bg {
    background-color: #70b9e7;
}

.fadedblue-text {
    color: #D0EDFF;
}

    .fadedblue-text:hover {
        color: #5170b6;
    }

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#loading-mask {
    background-color: white;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

    header h1, #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        xcolor: #fff;
        border: none;
        line-height: 2em;
        font-size: 32px !important;
        text-shadow: 1px 1px 2px #111;
    }


#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
    background-color: #fff;
    color: rgb(51, 51, 51);
    height: 40px;
    padding: 5px 0px;
    xfont-family: 'Light';
    font-size: 12px;
    border-top: 2px solid #0096B1;
}

    footer .content {
        position: relative;
        width: 990px;
        margin: 0 auto;
    }

    footer section {
        float: left;
        width: 33%;
    }

    footer h1 {
        font-size: 14px;
    }

    footer p {
        font-size: 11px;
    }

    footer a, footer strong {
        color: #00778C;
    }

        footer a:hover {
            color: #006A7D;
        }

.italic {
    font-style: italic;
}

/* Links*/
a {
    color: #70b9e7;
    cursor: pointer;
    text-decoration: none;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}

    a:hover {
        color: #5170b6;
        cursor: pointer;
        text-decoration: none;
        transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        -webkit-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
    }

.fade {
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}

    .fade:hover {
        cursor: pointer;
        transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        -webkit-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
    }

#container {
    display: inline-block;
    padding-bottom: 65px;
    margin: 45px 0 45px 10%;
    width: 88%;
    min-width: 875px;
}

#content {
    position: relative;
    padding: 0px 50px 20px 25px;
}

.containNav {
    width: 80%;
    margin: 0 10%;
}

/* TOP */

#top {
    background: #0096B1 /*url(../css/Images/TopBar/bgTop.jpg) repeat-x*/;
    position: fixed;
    width: 100%;
    top: 0px;
    font-size: 14px;
    font-family: 'Light';
    height: 42px;
    margin: 0 auto;
    color: #fff;
    z-index: 9999;
    min-width: 1024px;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .52);
}
    /*#top .logoP4P {position:relative; margin-right:14px; background:url(../css/Images/sasol.jpg) no-repeat 2px 2px; background-size:26px; width:30px; height:30px;}*/
    #top .logoP4P {
        position: relative;
        margin-right: 14px;
        background: url(../css/Images/TopBar/logoP4P.png) no-repeat 2px 2px;
        background-size: 26px;
        width: 30px;
        height: 30px;
    }

    #top .user {
        padding: 10px 5px;
    }

        #top .user a {
            color: #fff !important;
        }

            #top .user a:hover {
                color: #5170b6 !important;
            }

    #top .notifications {
        float: right;
        position: relative;
    }

.notifications .notifyStatus {
    font-size: 9px;
    color: #399eea;
    position: absolute;
    top: 5px;
    left: 15px;
    z-index: 9999;
}

.notifications .messagesStatus {
    font-size: 9px;
    color: #399eea;
    position: absolute;
    top: 5px;
    left: 49px;
    z-index: 9999;
}

#top nav {
    float: left;
}

    #top nav a {
        color: #fff;
        text-decoration: none;
    }

        #top nav a:hover {
            color: #70b9e7;
            margin-top: 0px;
        }

#top .link {
    padding: 7px 20px;
}

#top .icon {
    padding: 10px 5px;
}

#loginFeatures {
    margin: 15px auto;
}

    #loginFeatures section {
        position: relative;
        width: 300px;
        margin: 10px 0px
    }

        #loginFeatures section h1 {
            font-family: 'Regular';
            font-size: 18px;
            padding: 0px;
            margin: 0px;
            color: #606060;
        }

        #loginFeatures section p {
            font-size: 14px;
            color: #606060;
            padding: 0px;
            margin: 0px;
        }

    #loginFeatures .icon {
        display: block;
        float: left;
        width: 30px;
        height: 30px;
        margin-right: 5px;
        background-size: 30px;
        background-position: 0px -2px
    }

/* LOGIN */
#login {
    margin: 0px 80px;
}

.login {
    background-color: #f1f1f1;
    padding: 10px 25px 40px 25px;
    margin-left: 10px
}

#login form {
}

#login .formspace {
    margin-bottom: 8px;
    display: block;
}

#login .formInput {
    margin-bottom: 8px;
}

#login .formlabel {
    color: #000;
    font-family: 'Semibold';
    font-size: 11px;
    display: block;
    text-align: left;
    margin-left: 2px;
    height: 15px;
}

/* ICONS */
.notifyIcon {
    position: relative;
    top: 6px;
    background: url(../css/Images/TopBar/icon-notify.png) no-repeat;
    width: 20px;
    height: 17px;
}

.messageIcon {
    position: relative;
    top: 7px;
    background: url(../css/Images/TopBar/icon-messages.png) no-repeat;
    width: 20px;
    height: 17px;
}

.searchIcon {
    position: relative;
    top: 7px;
    background: url(../css/Images/TopBar/icon-search.png) no-repeat;
    width: 20px;
    height: 17px;
}

.worldIcon {
    position: relative;
    top: 2px;
    background: url(../css/Images/TopBar/icon-world.png) no-repeat;
    width: 47px;
    height: 24px;
}

.settingsIcon {
    position: relative;
    top: 6px;
    background: url(../css/Images/TopBar/icon-settings.png) no-repeat;
    width: 20px;
    height: 17px;
}

.iconDashboard {
    position: relative;
    top: 6px;
    background: url(../css/Images/TopBar/icon-dashboard.png) no-repeat;
    width: 40px;
    height: 40px;
}

.iconSafety {
    position: relative;
    top: 6px;
    background: url(../css/Images/TopBar/icon-safety.png) no-repeat;
    width: 40px;
    height: 40px;
}

.hiIcon {
    position: relative;
    margin-left: 4px;
    background: url(../css/Images/TopBar/icon-home-hi.png) no-repeat;
    width: 30px;
    height: 30px;
}

    .hiIcon:hover {
        cursor: pointer;
    }

/* CONTENT */
#content {
}

#spacer1 {
    height: 40px;
}

#contentSearch {
    margin: 1.2em;
}

#searchProduct .searchBox {
    font-size: 12px;
    color: #009bdf;
    font-weight: lighter;
    display: block;
    text-decoration: none;
    width: 500px;
    float: left;
    height: 20px;
    margin: -2px;
    font-style: oblique;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0.5em;
}


legend {
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: none;
    width: initial;
}

textarea {
    min-height: 75px;
}

input[type="text"],
input[type="password"] {
    border: 1px solid #93c8df;
    border-radius: 4px;
    padding: 2px 3px;
    font-size: 1.0em;
    color: #444;
    width: 190px;
    height: 18px;
}

input[type=checkbox].large-checkbox {
    transform: scale(1.3);
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

/* TABLE
----------------------------------------------------------*/

table {
    /*border: solid 1px #e8eef4;*/
    border-collapse: collapse;
}

    table td {
        padding: 4px;
        border: solid 1px #e8eef4;
    }

    table th {
        padding: 4px 5px 0;
        text-align: left;
        background-color: #e8eef4;
        /*border: solid 1px #e8eef4;*/
    }

        table th:hover {
            cursor: default;
        }

#checklist-table th.rating {
    text-align: center;
    width: 50px;
}

#checklist-table th.alt-rating,
#checklist-table td div.alt-rating,
#checklist-table td div.alt-rating-no-comment {
    text-align: center;
    width: 20px;
    cursor: default;
}

#checklist-table td div.alt-rating {
    text-align: center;
    width:100%;
    font-weight: bold;
}

#td-checkpoint-text:hover {
    cursor: pointer;
}

#checklist-table #alt-rating-value:hover {
    cursor: pointer;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error, .red {
    color: Red;
}

.no-data {
    color: Red;
    text-align: center;
}

nav,
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

    #logindisplay a:link {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: white;
        text-decoration: none;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
    position: relative;
    /*width: 1px;*/
    visibility: visible;
    white-space: initial;
}

.field-validation-valid {
    visibility: hidden;
    /*width: 1px;*/
}

.input-validation-error, .input-validation-error > span {
    border: 1px solid #FF9797 !important;
    background-color: #ffeeee !important;
}

.validation-summary-errors {
    background-image: url("Images/Status/error.png");
    background-color: #FFC6C6;
    border-color: #FF9797;
    color: #cc3333;
    border-width: 2px;
    border-style: solid;
    padding: 11px 0px 10px 35px;
    xmargin-bottom: 12px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    border-radius: 6px 0 6px 6px;
}

    .validation-summary-errors span {
        font-weight: bold;
    }

    .validation-summary-errors ul {
        margin-bottom: 10px;
    }

    .validation-summary-errors .close,
    .alert-message .close {
        float: right;
        position: relative;
        right: 14px;
        text-decoration: none
    }

.validation-summary-valid {
    display: none;
}

.long-validation-msg {
    margin-left: 125px;
    width: 270px;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

/* Styles for edit forms
-----------------------------------------------------------*/
.formfieldset {
    clear: left;
    margin: .5em;
    padding: 0 4px 4px 4px;
    text-align: left;
    border-radius: 6px 6px 6px 6px;
}

    .formfieldset li {
        /*margin-top:10px;*/
    }

.hidden-fieldset {
    border: 0 !important;
    padding: 0 !important;
}

.formlegend {
    margin-left: 0.5em;
    color: #000000;
    font-weight: bold;
}

.formfieldset ul {
    padding: .2em .5em 0 1em;
    list-style: none;
    line-height: 1em;
}

.formfieldset li {
    float: left;
    clear: left;
    padding: .5em 0;
    white-space: nowrap;
    margin-left: .5em;
}

.formfieldset.submit {
    border-style: none;
    padding: 4px;
}

.formfieldset label {
    float: left;
    width: 9.5em;
    margin-right: 1em;
    vertical-align: middle;
    margin-top: 4px;
}

    .formfieldset label:after {
        content: ":";
    }

    .formfieldset label.question-label:after {
        content: "";
    }

.formfieldset span.text-display {
    margin-top: 4px;
    display: inline-block;
}

.formfieldset textarea {
    width: 300px;
    height: 30px;
}

.formfield-wrapper {
    border: 1px solid #CCC;
    white-space: nowrap;
    display: inline-block;
    padding: 0;
    width: 204px;
    height: 20px;
    vertical-align: middle;
}

/* Styles overrides for specific edit fields
-----------------------------------------------------------*/
.shortfield input {
    width: 80px !important;
}

/* Drop down button for Geo and Biz Location selections
-----------------------------------------------------------*/
.btn-location-select {
    line-height: normal !important;
    border-radius: 0px !important;
    color: Black !important;
    width: 26px;
    height: 21px;
}

/* Styles for status messages -----*/
.status-box {
    border-width: 2px;
    border-style: solid;
    padding: 9px 10px 10px 35px;
    margin: 8px 0;
    font-size: 12px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    border-radius: 6px 0 6px 6px;
}

.status-information {
    background-image: url("../css/Images/Status/warning.png");
    background-color: #FDFFCD;
    border-color: #FFD521;
    color: #9F8000;
}

.status-failure {
    background-image: url("../css/Images/Status/error.png");
    background-color: #FFC6C6;
    border-color: #FF9797;
    color: #cc3333;
}

.status-success {
    background-image: url("../css/Images/Status/accept.png");
    background-color: #E0F3C2;
    border-color: #C5E98D;
    color: #006633;
}

.status-warning {
    background-image: url("../css/Images/Status/warning.png");
    background-color: #FFF7DF;
    border-color: #FFCE9F;
    color: #9F8000;
}

/* disabled hierarchy text */
.k-in-disabled {
    color: silver;
}

div.k-treeview {
    z-index: 100;
}

.k-tooltip-content {
    text-align: left;
}


.assessment-progress-indicator {
    color: #C81C36;
    padding: 6px 4px;
    margin-bottom: 5px;
    font-size: 14px;
    width: 240px;
    text-align: center;
    /*float: right;*/
    border-radius: 4px;
    border: 2px solid #de1f3c;
}

.assessment-progress-10pc {
    background-color: white;
}

.assessment-progress-20pc {
    background-color: #F8D2D8;
}

.assessment-progress-30pc {
    background-color: #F5BCC4;
}

.assessment-progress-40pc {
    background-color: #F2A5B1;
}

.assessment-progress-50pc {
    background-color: #EE8F9E;
    color: white;
}

.assessment-progress-60pc {
    background-color: #FF8080;
    color: white;
}

.assessment-progress-70pc {
    background-color: #E86277;
    color: white;
}

.assessment-progress-80pc {
    background-color: #E54C63;
    color: white;
}

.assessment-progress-90pc {
    background-color: #E13550;
    color: white;
}

.assessment-progress-100pc {
    background-color: #de1f3c;
    color: white;
}

.button-panel {
    margin: 6px 0;
}

.learnership-header {
    display: inline-block;
    /*width: 100%;*/
}

.header-panel {
    padding: 10px;
    max-width: 760px;
    border: 6px solid #f58a2c;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .52);
    -moz-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .52);
    -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .52);
}

    .header-panel .formfieldset {
        border-width: 0;
        max-width: 509px;
        /*margin-top: -5px;*/
    }

        .header-panel .formfieldset label {
            width: 120px;
            font-weight: normal;
        }

.learnership-progress-panel .formfieldset label {
    width: 120px;
}

.header-panel ul {
    /*margin-left: 0px;*/
    padding-left: 70px;
    text-indent: -74px;
}

.header-panel li {
    font-size: 120%;
    font-weight: bold;
    white-space: normal;
}

.learnership-summary-panel {
    float: left;
    max-width: 530px;
    border-right: 1px solid #E1E1E1;
    padding-right: 15px;
    min-width: 250px;
}

.learnership-progress-panel {
    float: left;
    padding-left: 15px;
    width: 185px;
}

#help {
    cursor: pointer
}

/* Styles for logos
-----------------------------------------------------------*/
.logoCompany {
    position: fixed !important;
    bottom: 45px !important;
    height: 176px;
    width: 176px;
    float: right !important;
    background-image: url('Images/p4p-plain-logo-176.png');
    background-repeat: no-repeat;
}

.p4pBanner {
    position: fixed !important;
    bottom: 45px !important;
    height: 176px;
    width: 176px;
    right: 0;
    z-index: -10;
    background-image: url('Images/p4p-plain-logo-176.png');
    background-repeat: no-repeat;
}

#templateBody {
    background-image: url('Images/p4p-plain-logo-176.png');
    background-size: 150px 70px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #FFFFFF;
    border-top: 0;
    border-bottom: 5px solid #0096b1;
}

.p4pBanner-login {
    position: fixed !important;
    bottom: 49px !important;
    height: 320px;
    width: 320px;
    right: 0;
    z-index: -10;
    background-image: url('Images/p4p-plain-logo-320.png');
    background-repeat: no-repeat;
}

.pageTitle-old {
    position: fixed;
    top: 400px;
    left: 10px;
    color: #cdcece;
    font-size: 33px;
}

.pageTitle {
    color: #cdcece;
    font-size: 33px;
    height: 70%;
    position: absolute;
    text-transform: capitalize;
    top: 0px;
    width: 100px;
}

.vertical-text {
    /*    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    margin-left: 52px;
    position: absolute;
    top: 50%;
    text-align: center;
    text-transform: uppercase;
    /*transform-origin: left top 0;*/
    /*float: left;*/
    white-space: nowrap;
}

.page-icon {
    position: fixed;
    top: 0;
    left: 0;
    width: 89px;
    /* height: 92px; */
    background: #0096B1;
    margin: 0 0 0 0;
    padding: 2px 2px 10px 9px;
    font-size: 70px;
    color: white;
    z-index: 10000;
    border-radius: 0 0 3px;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .52);
}

.menu-item {
    font-size: 14px;
    padding: 7px 7px 10px 7px;
    margin: 0 0 0 0;
}

.support-menu {
    padding-top: 3px;
    margin-right: -9px;
}

.last-item {
    border-left: 1px solid #94c0d2;
    border-right: 1px solid #94c0d2;
}

.menu-item:hover {
    /*background: #00bcd4;*/
    color: #5170b6;
}

#login-form > .formfieldset {
    background: #0096B1;
    color: white;
    padding-top: 10px;
    padding-bottom: 15px;
}

#login-form .formfieldset a {
    color: white;
}

    #login-form .formfieldset a:hover {
        color: #94c0d2;
    }

.flagged-for-deletion {
    color: #de1f3c !important;
}

a.flagged-for-deletion:hover {
    color: #9F8000 !important;
    font-weight: bold;
}

.newItem {
    color: green;
}

    .newItem.document-url:hover {
        color: green;
        font-weight: bold;
    }

.newItemVersion {
    color: orange;
}

    .newItemVersion.document-url:hover {
        color: orange;
        font-weight: bold;
    }

.demo-icon {
    position: fixed;
    bottom: 50px;
    left: 10px;
    float: left;
    width: 100px;
    height: 89px;
    background: url('../css/Images/demo.png');
}

.checkpoint-comment {
    width: 98%;
    min-height: 20px;
    height: 34px;
    max-width: 300px;
    max-height: 100px;
}

.scrollable-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
}

/* Buttons for closing and saving */
.submit-button {
    color: #fff;
    border: solid 1px #34991f;
    background: #34991f;
    border-radius: 4px;
    padding: 5px;
    margin-right: 5px;
    width: 100px;
}

.save-button {
    color: #fff;
    border: solid 1px #4484b5;
    background: #4484b5;
    border-radius: 4px;
    padding: 5px;
    width: 100px;
}

    .save-button:hover {
        border: solid 1px #4497b5;
        background: #4497b5;
    }

.submit-button:hover {
    border: solid 1px #42c328;
    background: #42c328;
}

.save-button:active {
    border: solid 1px #2f697d;
    background: #2f697d;
}

.submit-button:active {
    border: solid 1px #2d841b;
    background: #2d841b;
}

.incomplete-button {
    width: 120px;
    color: #fef4e9;
    border: solid 1px orange;
    background: orange;
    border-radius: 4px;
    padding: 5px;
    margin-right: 5px;
}

    .incomplete-button:hover {
        border: solid 1px #ff6a00;
        background: #ff6a00;
    }

    .incomplete-button:active {
        background: #e8c314;
    }

.next-button {
    color: #fff;
    border: solid 1px #34991f;
    background: #34991f;
    border-radius: 4px;
    padding: 5px;
}

    .next-button:hover {
        color: #fff;
        border: solid 1px #42c328;
        background: #42c328;
    }

    .next-button:active {
        color: #fff;
        border: solid 1px #2d841b;
        background: #2d841b;
    }

.open-remediation-row {
    background: #FFF1D6;
}

.open-remediations {
    color: #FF7F00;
}

.upheld-moderation {
    color: forestgreen;
}

.moderation-comment.k-state-border-down {
    background: #FFE2AB;
}

.glyphicons.moderation-comment {
    margin-left: -4px;
}

.preserve-line-breaks {
    white-space: pre-wrap; /* Preserve line breaks and whitespace */
}

/* Keep this at the end */
.primary-color {
    color: #0096B1;
}
