.pre-wrap{white-space:pre-line;}

.fa.fa-trash,.fas.fa-trash,.far.fa-trash,.fal.fa-trash-o {color:red;}
.fa.fa-edit, .far.fa-edit, .fas.fa-edit, .fal.fa-edit {color:#FFA500;}
.fa.fa-eye, .fas.fa-eye, .fas.fa-eye, .fal.fa-eye {color:#00AEEF;}

.journal-body {white-space: pre-line;}

.action {
    white-space: nowrap;
}

.label a, .badge a, a.parent-color {
    color:inherit !important;
}

.feed-element.archived {
  background-color: #f3f3f4;
}

.btn-approve i, i.approved { color: green; }
.btn-deny i, i.denied { color: red; }
.approving-icon {font-size: 4em !important;}
.approving-steward { width:175px; height: 125px; display: inline-block; text-align: center; vertical-align: top;}
.approving-steward .btn { border-radius: 3px; margin-top: 9px; opacity: 0.7; }
.approving-steward .btn:hover { opacity: 1; }
.btn-approve i { color: green; }
.btn-deny i { color: red; }
.respond-icon-approve { color:green; }
.respond-icon-deny { color:red; }
.approving-steward-title { margin-bottom:0px; text-align: center; font-weight: bold; }
.approving-steward-name { margin:2px; text-align: center; }
.approving-date { font-size: 10px; font-weight: normal; font-style: italic; color: #125b87;}
.respond-icon { margin:5px; }
.btn-respond { display:inline; }

.steps-form-2 {
    display: table;
    width: 100%;
    position: relative; }
.steps-form-2 .steps-row-2 {
    display: table-row; }
.steps-form-2 .steps-row-2:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #7283a7; }
.steps-form-2 .steps-row-2 .steps-step-2 {
    display: table-cell;
    text-align: center;
    position: relative; }
.steps-form-2 .steps-row-2 .steps-step-2 p {
    margin-top: 0.5rem; }
.steps-form-2 .steps-row-2 .steps-step-2 button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; }
.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 {
    width: 50px;
    height: 50px;
    border: 2px solid #59698D;
    background-color: white !important;
    color: #59698D !important;
    border-radius: 50%;
    padding: 13px 12px 15px 12px;
    margin-top: -13px; }
.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2:hover {
    border: 2px solid #4285F4;
    color: #4285F4 !important;
    background-color: white !important; }
.steps-form-2 .steps-row-2 .steps-step-2 a.btn-circle-2.active {
    border: 2px solid #41f03a;
    /* color: #41f03a !important; */
    background-color: #e8fde8 !important; }

.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 .fa {
    font-size: 1.2rem; }

.btn-notification .badge {background-color: red; color:#fff;vertical-align: middle; padding-top:4px; padding-bottom:4px;}

.noticeMine {
    /* background-color: #ccc; */
    border-left:5px solid #999;
}

.has-error .control-label {
	color: #ed5565;
}
