﻿:root {
    --main: #0B5FC2;
    --main-light: #1B98FF;
    --btn-hover: #FF6200;
    --grey: #F2F2F2;
    --border-grey: #4D4D4D;
    --table-selected-background: rgba(27, 152, 255, 0.3);
    --not-available-grey: #6e6e6e;
}


html {
    height: 100%;
}

body {
    padding-bottom: 40px;
    background-color: #fff;
    color: #232323;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 20px;
}

.bc-success {
    background-color: var(--table-selected-background) !important;
}

.body-print-layout {
    padding: 40px 20px 40px 20px;
}

.frontpage {
    background-color: #ededed;
}

    .frontpage .page-header {
        border-bottom: 1px solid #DDDDDD;
    }

.bg-white {
    background-color: #fff;
}

.cont {
    padding-left: 20px;
}

header, footer, nav, section {
    display: block;
}

h4 {
    font-size: 20px;
}

h5.product-header {
    font-size: 18px;
    margin-bottom: 5px;
}

.underlined-h4 {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 2px;
}

.underlined-h4 .btn {
    margin-top: -2px;
}

.h4-help {
    margin-top: 4px;
    margin-left: 5px;
}

#wrap {
    min-height: 100%;
}

.footer {
    padding-right: 20px;
    padding-left: 20px;
}

.btn-xs .glyphicon-remove,
.btn-sm .glyphicon-remove,
.btn-xs .glyphicon-ban-circle,
.btn-sm .glyphicon-ban-circle {
    top: 2px;
}

.top-2 {
    top: 2px;
}

.glyphicon.white, .glyphicons.white {
    color: #fff;
}

.glyphicon.black, .glyphicons.black {
    color: black;
}

.glyphicon.gold, .glyphicons.gold {
    color: gold;
}

.glyphicon.forestgreen, .glyphicons.forestgreen {
    color: forestgreen;
}

.glyphicon.default-classification, .glyphicons.default-classification {
    color: #e9b151;
}

.glyphicon.default-anon-classification, .glyphicons.default-anon-classification {
    color: #009900;
}

.glyphicon.blue, .glyphicons.blue {
    color: dodgerblue;
}

.glyphicon.red, .glyphicons.red {
    color: red;
}

.glyphicon.lightgray, .glyphicons.lightgray {
    color: lightgray;
}

.glyphicon.error-red, .glyphicons.error-red, .error-red {
    color: #b94a48;
}

.btn.btn-sm .glyphicons {
    margin-top: 1px;
}

.btn-margin-minus-5 {
    margin-top: -5px;
    margin-bottom: -5px;
}

.strong {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.not-available,
.dl-horizontal.not-available,
.dl-wide.not-available {
    color: var(--not-available-grey);
    font-style: italic;
}

.input-group-addon {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.input-help {
    margin-top: 9px;
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.td-checkbox {
    width: 30px;
}

.icon-padding {
    padding-right: 5px;
}

.narrow-left {
    margin-left: -60px;
}

.small {
    width: 100px;
}

small, .small-font {
    font-size: 80%;
}

.width-115 {
    width: 115px;
}

.width-220 {
    width: 220px;
}

.width-260 {
    width: 260px;
}

.normal {
    width: 150px;
}

.normal-m {
    width: 300px;
}

.wide {
    width: 600px;
}

.min-width-600 {
    min-width: 600px;
}

.tooltip-wide {
    max-width: 400px;
    padding: 10px;
}

.scroll-x {
    overflow-x: auto;
}

hr.narrow {
    margin-top: 10px;
    margin-bottom: 10px;
}

.nowrap {
    white-space: nowrap;
}

.trunctate {
    white-space: nowrap;
    width: 100%;
    overflow: hidden; /* "overflow" value must be different from "visible" */
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.table-truncate {
    white-space: nowrap;
    overflow: hidden; /* "overflow" value must be different from "visible" */
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.trunctate-2-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.glyphicons-trunctate {
    top: unset !important;
    display: initial !important;
}

.modal-title {
    white-space: nowrap;
    width: 95%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.modal-lg-wide {
    width: 75%;
}

.title-noclip {
    white-space: normal !important;
}

.display-box {
    display: -webkit-box;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ellipsis-overflow {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ellipsis-beginning {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
    text-align: left;
}

.pre-line {
    white-space: pre-line;
}

.pre-wrap {
    white-space: pre-wrap;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
}

.text-left, .form-horizontal .control-label .text-left {
    text-align: left !important;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    margin: 0 0 1.5em 0;
    padding: 0 1.4em 1.4em 1.4em;
    border: 1px solid #ddd;
}

legend {
    font-weight: bold;
    font-size: 1.2em;
}

textarea {
    min-height: 75px;
}

.resize-vertical {
    resize: vertical;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

.bottom-margin-150 {
    margin-bottom: 150px;
}

/* Horizontal forms with 2 columns */
 .form-horizontal .form-group-2-columns {
     margin-left: 0;
     margin-right: 0;
 }

/* Inline forms */
.form-inline .form-group {
    vertical-align: top;
}

.form-inline > .form-group + .form-group {
    margin-left: 10px;
}

.inline-label {
    padding-right: 10px;
    float: left;
    margin-top: 7px;
}

.inline-help-block {
    float: left;
    display: block;
    margin-top: 7px;
    padding-left: 10px;
}

.inline-search-button {
    margin-top: 20px;
    margin-left: 15px;
}

.inline-search-button-2 {
    margin-top: 25px;
    margin-left: 15px;
}

/* Combobox */
.combobox-container {
    margin-bottom: 0;
}

    .combobox-container:before, .combobox-container:after {
        display: table;
        content: none;
    }

    .combobox-container .typeahead {
        width: 100%;
    }
/* removes IE10+ x-button from input-field */
.combobox::-ms-clear {
    width: 0;
    height: 0;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-valid {
    display: none;
}

input.error, select.error {
    border: 1px solid #b94a48;
}

label .error, .has-error label, .bootbox-error-msg {
    color: #b94a48;
}

.input-validation-error {
    border: 1px solid #b94a48;
    background-color: #fee;
}

.inline-error {
    padding-top: 7px;
    margin-left: -20px;
    color: #a94442;
}

.ng-touched.ng-invalid {
    border: 1px solid #b94a48;
    background-color: #fee;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors {
    margin-left: -23px;
    color: #b94a48;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}

.validation-summary-errors > ul > li {
    display: block;
    margin-left: 0;
    padding: 0 0 0 0;
    list-style: none;
    text-align: left;
}

.field-validation-error {
    padding-left: 5px;
    color: #b94a48;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}

#project-notice-form .field-validation-error {
    white-space: pre;
}

.has-error .select2-container--default .select2-selection--multiple,
.has-error .select2-container .select2-selection--single,
.has-error .select2-container select2-container--default {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

form.ng-invalid {
    background-color: #fff;
    border: none;
}

/* Modifications to bootstrap.css
-----------------------------------------------------------*/
a {
    color: var(--main);
    text-decoration: none;
    cursor: pointer;
}

    a:hover,
    a:focus,
    a:active {
        color: var(--main-light);
        text-decoration: underline;
    }

    a.alert-error:hover,
    a.alert-error:focus,
    a.alert-error:active,
    a.alert-danger:hover,
    a.alert-danger:focus,
    a.alert-danger:active {
        color: #953b39;
    }

    a.alert-warning:hover,
    a.alert-warning:active,
    a.alert-warning:focus {
        color: #a47e3c;
    }

    a.alert-info:hover,
    a.alert-info:focus,
    a.alert-info:active {
        color: #2d6987;
    }

.alert-heading {
    font-weight: bold;
}

.plain-link {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

    .plain-link:hover,
    .plain-link:focus,
    .plain-link:active {
        color: black;
        text-decoration: none;
    }

.icon-link:hover {
    color: var(--main-light);
}

i.text-error {
    color: #b94a48;
    font-style: normal;
}

.text-green {
    color: #008C44;
}

.text-red {
    color: #b94a48;
}

.page-header {
    margin: -5px 15px 15px;
    padding-bottom: 9px;
    border-bottom: 1px solid #eeeeee;
}

.row > div > .page-header {
    margin: -5px 0 15px;
}

ul.unstyled,
ol.unstyled {
    margin-left: 10px;
    list-style: none;
}

ul.news li.new span {
    color: #008C44;
    font-weight: bold;
}

ul.news li span {
    color: #4c7534;
}

.files {
    list-style: none;
}

ul.files li.new span {
    display: block;
    color: #008C44;
    font-weight: bold;
}

ul.files li span {
    color: #4c7534;
}

.alert-success hr {
    border-top-color: #008C44;
}

.align-right {
    text-align: right;
}

/* Describtion list styles */
.dl-horizontal.left, .dl-wide.left {
    margin-left: -80px;
}

.dl-horizontal dt {
    float: left;
    clear: left;
    overflow: hidden;
    padding-top: 5px;
    width: 160px;
    text-align: right;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
}

.dl-horizontal dd {
    margin-left: 180px;
    padding-top: 5px;
}

.dl-wide dd {
    margin-left: 310px;
    padding-top: 5px;
}

.dl-medium dd {
    margin-left: 220px;
    padding-top: 5px;
}

.dl-horizontal.narrow dt {
    width: 100px;
}

.dl-horizontal.narrow dd {
    margin-left: 120px;
    padding-top: 5px;
}

.dl-horizontal.status-dl {
    margin-bottom: 5px;
}

    .dl-horizontal.status-dl dt {
        width: 55px;
        text-align: left;
    }

    .dl-horizontal.status-dl dd {
        margin-left: 65px;
    }

.dl-horizontal > dd:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.dl-wide dd:before,
.dl-wide dd:after,
.dl-medium dd:before,
.dl-medium dd:after {
    display: table;
    content: "";
    /* http://stackoverflow.com/questions/10566451/prevent-twitter-bootstrap-empty-dd-filling-with-next-dd-value */
}

.dl-horizontal dd:after,
.dl-wide dd:after,
.dl-medium dd:after {
    clear: both;
}

.dl-medium dt {
    width: 200px;
    text-align: left;
    padding-top: 5px;
    float: left;
    clear: left;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
}

.dl-wide dt {
    width: 300px;
    text-align: left;
    padding-top: 5px;
    float: left;
    clear: left;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
}

.dl-rightalign dt {
    text-align: right;
}

.dl-leftalign dt {
    text-align: left;
}

.dl-wide, .dl-medium {
    margin-top: 0;
}

.bup-dl dt {
    width: 230px;
    text-align: right;
    padding-top: 5px;
    float: left;
    clear: left;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
}

.bup-dl dd {
    margin-left: 250px;
    padding-top: 5px;
}

.dl-alert {
    margin-top: 5px;
    margin-bottom: 0;
}

/* Big select2 */
.big-select2 .select2-container .select2-selection--single {
    height: 34px;
}

.big-select2 .select2-container--default .select2-selection--single .select2-selection__rendered,
.big-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    line-height: 34px;
}

.input-group .select2-container--default .select2-selection--single {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #CCC;
}

.input-group .select2-hidden-accessible {
    height: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-style-box {
    background-color: white;
    border: 1px solid rgb(170, 170, 170);
    border-radius: 4px;
    padding: 6px;
    width: 300px;
    display: block;
}

/* Element focus colors */
.form-control:focus,
.bootstrap-switch.bootstrap-switch-focused,
textarea:focus,
select:focus,
.select2-selection .select2-selection--single:focus,
.select2-container .select2-selection--single:focus,
.select2-container .select2-selection--multiple:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    outline: 0;
    outline: thin dotted \9;
    border-color: var(--main-light);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(27, 152, 255, 0.6);
}

.bootstrap-select .btn:focus {
    outline: none !important;
}

select:focus,
.select2-selection .select2-selection--single:focus,
.select2-container .select2-selection--single:focus,
.select2-container .select2-selection--multiple:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto #6ae82d;
    outline: thin dotted #ccc;
    outline-offset: -2px;
}

/* disable input type=number arrows */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* inline form control */
.inline-form-control {
    width: 200px;
    display: inline;
}

/* Button styles */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: all;
}

.btn-primary {
    border-color: var(--main) var(--main) #0018ad;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    background-color: var(--main);
}

    .btn-primary:hover {
        background-color: var(--btn-hover);
        border-color: var(--btn-hover);
        color: #ffffff;
    }


    .btn-primary:focus,
    .btn-primary:active {
        background-color: var(--main);
        border-color: var(--main);
        color: #ffffff;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    .btn-primary[disabled].active,
    .btn-primary[disabled]:hover,
    .btn-primary.disabled:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus {
        background-color: var(--main);
        border-color: var(--main);
        color: #ffffff;
    }

    .btn-primary.active {
        color: #fff;
        background-color: var(--main);
        border-color: var(--main);
    }

.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #d9534f;
        border-color: #d43f3a;
    }

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #3d9139;
}

.btn-group > .currently-last:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.currently-last:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .currently-last {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.btn-group > .currently-first:last-child:not(:first-child):not(.dropdown-toggle),
.btn-group > .btn.currently-first:not(:first-child):not(:first-child):not(.dropdown-toggle),
.btn-group > .currently-first {
    margin-left: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

.btn-heading {
    margin-left: 10px;
    margin-top: 5px;
}

.btn-heading-h3 {
    margin-left: 15px;
    margin-top: 15px;
}

.btn-success {
    color: #fff;
    background-color: var(--main);
    border-color: var(--main);
}

    .btn-success:focus,
    .btn-success.focus {
        color: #fff;
        background-color: var(--main);
        border-color: var(--main);
    }

    .btn-success:hover {
        color: #fff;
        background-color: var(--btn-hover);
        border-color: var(--btn-hover);
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: var(--main);
        background-image: none;
        border-color: #398439;
    }

        .btn-success:active:hover,
        .btn-success.active:hover,
        .open > .dropdown-toggle.btn-success:hover,
        .btn-success:active:focus,
        .btn-success.active:focus,
        .open > .dropdown-toggle.btn-success:focus,
        .btn-success:active.focus,
        .btn-success.active.focus,
        .open > .dropdown-toggle.btn-success.focus {
            color: #fff;
            background-color: var(--main);
            border-color: #255625;
        }

    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus {
        background-color: var(--main);
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: var(--main);
        background-color: #fff;
    }

/* Modal infobox */
.modal-infobox {
    margin-top: 40px;
    margin-bottom: 0;
}

/* Metadata dialog styles */
.narrow-metadata {
    width: 420px;
}

.top-padding-fix {
    padding-top: 5px;
}

.two-rows {
    min-height: 40px;
    height: 40px;
}

.right-margin {
    margin-right: 40px;
}

#heading-fileinformation, #heading-version, #heading-revision, #heading-originaldoc {
    border-bottom: 1px solid #eeeeee;
}

.userlist {
    margin-bottom: 0;
    padding: 10px 10px 0 15px;
}

.user-selection-checkbox-cell {
    width: 27px;
}

input[type="checkbox"].user-selection-checkbox, input[type="checkbox"].role-selection-checkbox {
    width: 15px;
    height: 15px;
    padding: 0;
    margin: auto;
}

.border-right {
    border-color: #000;
    border-right: 1px;
}

/* Login page */
#loginForm {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 200px;
}

.login {
    padding: 30px 60px 30px 50px;
    width: 500px;
    min-width: 300px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 6px;
    border: 1px solid var(--border-grey);
    background-color: var(--grey);
    color: inherit;
}

.login .validation-summary-errors {
    margin-left: 0;
}

.login .validation-summary-errors ul {
    list-style: none;
    margin-left: -40px;
}

.login-bg {
    text-align: center;
    overflow: hidden;
}

.login-logo {
    margin-top: 10px;
    padding-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.login-logo-link {
    width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.login-address {
    padding: 30px 60px 30px 50px;
    width: 500px;
    min-width: 300px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 6px;
    border: 1px solid var(--border-grey);
    background-color: var(--grey);
    color: inherit;
    text-align: center;
}

.login-address .table {
    margin-right: auto;
    margin-left: auto;
    width: 200px;
}

.login-address .glyphicons {
    line-height: 20px;
}

.login-announcement {
    padding: 30px 60px 30px 50px;
    width: 500px;
    min-width: 300px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 6px;
    border: 1px solid var(--border-grey);
    background-color: var(--grey);
    color: inherit;
}

.version-string {
    padding-top: 40px;
    padding-right: 5px;
    float: inline-end;
    bottom: 0;
    right: 10px;
}

/* placeholder styling for old browsers */
.placeholdersjs {
    color: #ccc;
}

INPUT[type=text].placeholdersjs {
    color: #ccc;
}

/* Base unit list panel table */
.panel-heading .table {
    margin-bottom: 0;
}

.panel-heading .table-hover > tbody > tr:hover > td,
.panel-heading > .table-hover > tr:hover > td {
    background-color: #eaeaea;
}

.panel-heading .table-hover > tbody > tr.success:hover > td,
.panel-heading > .table-hover > tr.success:hover > td {
    background-color: #d3e8ca;
}

.panel-heading-with-table {
    padding: 0 15px;
}

.panel-bottom-margin {
    margin-top: 10px;
}

    .panel-bottom-margin > .panel-heading > table tr {
        border-top: 2px solid transparent;
        border-bottom: 2px solid transparent;
    }

.border-radius-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.border-radius-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* Requirement Register */
.perusteluosa textarea.wide {
    margin-bottom: 10px;
    width: 600px;
}

.perusteluosa {
    padding-left: 40px;
}

.statuscontainer {
    margin-top: 14px;
    padding-top: 5px;
}

.progress {
    margin-bottom: 10px;
}

.rr-toolbar {
    height: 30px;
    margin-left: 10px;
    margin-bottom: 15px;
}

    .rr-toolbar input, .rr-toolbar a {
        margin-right: 5px;
        margin-left: 0;
    }

/* Requirement Register tabs */
.tab-hilight, .tab-hilight:hover, .tab-hilight:active,
.tab-hilight:visited, .nav-tabs > .active > .tab-hilight,
.nav-tabs > .active > .tab-hilight:hover,
.nav-tabs > .active > .tab-hilight:active,
.nav-tabs > .active > .tab-hilight:visited {
    color: #b94a48;
}

.nav-tabs {
    margin-bottom: 10px;
}

.tab-pane {
    margin-top: 15px;
}

/* Requirement Register floor plans */
.table-floorplans {
    margin-left: 180px;
    width: 600px;
}

.header-floorplans {
    margin-bottom: 0;
    margin-left: 180px;
}

/* Requirement Register comments */
.comment {
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 15px;
}

.author {
    padding-left: 10px;
}

#CommentText {
    width: 390px;
}

/* Requirement Register settings : edit states */
.editstates {
    margin-top: 10px;
    margin-bottom: 0;
}

    .editstates input {
        margin-bottom: 10px;
    }

/* RR-buttons FF-fix */
@-moz-document url-prefix() {
    #btnRequestAdditionalInfo, #btnReject, #btnShowCreateNewDecision, #btnSendToResponsiblePerson {
        height: 35px;
    }

    .rr-toolbar input {
        height: 35px;
    }

    .moveToState-btn {
        height: 35px;
    }

    input #save {
        height: 35px;
    }
}

.rr-toolbar > .btn + .btn {
    margin-left: 0;
}

dt input[type="checkbox"] {
    margin-top: -3px;
}

.RR-uploader {
    margin-bottom: 20px;
}

/* Orders */
.orders-table {
    table-layout: fixed;
}

.integrated {
    color: #c09853;
    background-color: #fcf8e3;
}

.maintenance-list {
    list-style: none;
    margin-top: 7px;
    margin-left: 0;
}

.contract-tabs {
    margin-top: 10px;
}

.totalsums {
    padding-left: 5px;
    padding-bottom: 5px;
}

    .totalsums span {
        padding-left: 5px;
        padding-right: 15px;
    }

.search-help {
    cursor: pointer;
    margin-top: 28px;
}

/* Site */
#employeeForm .form-group,
.form-tight .form-group {
    margin-bottom: 10px;
}

#siteAlert {
    margin: 10px 0;
}

.employeeCount, .initiatedEmployeeCount {
    margin-left: 15px;
    margin-right: 5px;
    margin-top: 1px;
    font-weight: bold;
}

    .employeeCount span, .initiatedEmployeeCount span {
        font-weight: normal;
    }

.form-well {
    min-height: 20px;
    padding-top: 15px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ececec;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .form-well h4 {
        margin-top: 0;
        margin-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

.employee-search {
    margin-top: 10px;
    margin-bottom: 10px;
}

.site-index-help {
    margin-left: 5px;
}

/* Log page */
.inline-button {
    margin-left: 10px;
    margin-top: 25px;
}

.inline-button-bar {
    margin-top: 0;
}

.log-value-column {
    min-width: 85px;
}

.log-timestamp-column {
    width: 140px;
}

@media (min-width: 768px) {
    .inline-button {
        margin-left: 10px;
        margin-top: 21px;
    }

    .inline-button-bar {
        margin-top: 21px;
    }
}

.minus-margin-right {
    margin-right: -40px;
}

/* Schedule page reminder boxes */
#alert-boxes {
    margin-top: 40px;
}

.narrow-group {
    margin-left: -85px;
}

/* vertical-align for table texts */
.table-middle > tbody > tr > td, .table-middle td, .table-middle tr {
    vertical-align: middle;
}
/* center align text */
.table .text-center, .text-center {
    text-align: center;
}

/* fixed table */
.table-fixed {
    table-layout: fixed;
}

/* Fixed headers */
.table-fixed-headers {
    border-left: none;
    border-right: none;
}

.table-fixed-headers > tfoot {
    display: block;
    position: relative;
}

.table-fixed-headers > tbody {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 600px;
    display: block;
    margin-right: -1px;
}

.table-fixed-headers > tbody > tr:first-of-type > td {
    border-top: none;
}

.table-fixed-headers > thead > tr {
    display: block;
    position: relative;
}
.table-fixed-headers > thead > tr > th {
    border-top: none;
}

.heavy-border-right,
.table-bordered > tbody > tr > td.heavy-border-right,
.table-bordered > thead > tr > th.heavy-border-right,
.table-bordered > tfoot > tr > td.heavy-border-right {
    border-right: 2px solid gray;
}

/* Table with no borders for rows */
.table-borderless td,
.table-borderless th {
    border: 0 !important;
}

/* Auto column width table */
.table-auto-width {
    width: auto;
}

/* Dashed line for every 5 rows in tables to make them more readable (long tables) */
.table-striped tr:nth-child(5n), .dashed-bottom-border {
    border-bottom: 2px dashed rgb(220, 220, 220);
}

.table-striped tr:last-child, .dashed-bottom-border {
    border-bottom: 1px solid rgb(220, 220, 220);
}

/* Alert colors in striped tables */
.table-striped > tbody > tr.alert-danger:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f3d7d7;
}

.table-striped > tbody > tr.alert-success:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #d2dea3;
}

/* Responsive table margin */
.table-responsive {
    margin-top: 7px;
    -webkit-overflow-scrolling: touch;
}

/* UL striped */
/* Dashed line for every 5 rows in tables to make them more readable (long tables) */
.ul-striped li:nth-child(5n) {
    border-bottom: 2px dashed rgb(220, 220, 220);
}

.ul-striped li:last-child {
    border-bottom: 1px solid rgb(220, 220, 220);
}

.ul-striped li {
    border-bottom: 1px solid #ddd;
}

/* Panels */
.panel-heading .table tr, .panel-heading .table td {
    vertical-align: middle;
}

.panel-tight .table tr, .panel-tight .table td {
    vertical-align: middle;
    padding: 3px 8px;
}

.panel-danger > .panel-heading tr,
.panel-danger > .panel-heading td .panel-danger > .panel-heading a,
.panel-danger > .panel-heading span,
.panel-danger > .panel-heading .accordion-link {
    color: #a94442;
}

.panel-default > .panel-white {
    background-color: white;
}

/* Forms in modals */
.btn-toolbar {
    margin-bottom: 10px;
}

.select-all-btn {
    width: 124px;
}

.width-auto {
    width: auto;
}


/* General margin classes */
.no-margins {
    margin-top: 0;
    margin-bottom: 0;
}

.margin-left-0 {
    margin-left: 0;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-15 {
    margin-right: 15px;
}

.no-top-margin {
    margin-top: 0;
}

.top-margin25 {
    margin-top: 25px;
}

.top-margin-15, .margin-top-15 {
    margin-top: 15px;
}

.top-margin10 {
    margin-top: 10px;
}

.top-margin-7, .margin-top-7 {
    margin-top: 7px;
}

.no-bottom-margin {
    margin-bottom: 0;
}

.small-bottom-margin {
    margin-bottom: 3px;
}

.bot-margin5, .margin-bottom-5 {
    margin-bottom: 5px;
}

.bot-margin7 {
    margin-bottom: 7px;
}

.bot-margin10, .margin-bottom-10 {
    margin-bottom: 10px;
}

.bot-margin15 {
    margin-bottom: 15px;
}

.bot-margin20, .margin-bottom-20 {
    margin-bottom: 20px;
}

.bot-margin50 {
    margin-bottom: 50px;
}

/* General padding classes */
.no-padding {
    padding: 0 !important;
}

.no-top-padding {
    padding-top: 0;
}

.no-bottom-padding {
    padding-bottom: 0;
}

.no-padding-right {
    padding-right: 0;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-small, .form-horizontal .padding-top-small {
    padding-top: 5px;
}

.form-horizontal .no-top-padding {
    padding-top: 0;
}

.KO-height-fix {
    height: 40px;
}

.form-group-no-margins {
    margin-bottom: 0;
    margin-top: 0;
}

.form-horizontal .no-bottom-margin {
    margin-bottom: 0;
}

.form-horizontal .tight {
    margin-bottom: 8px;
}

.form-horizontal .small-bottom-margin,
#siteForm .small-bottom-margin,
.contract-form .small-bottom-margin {
    margin-bottom: 5px;
}

.form-horizontal .multicolumncheckboxes .controls {
    margin-left: 80px;
    width: 240px;
}

.clear {
    clear: both;
}

/* Forms in button groups */
.btn-group form {
    margin-bottom: 0;
}

.table-middle td > select,
.table-middle td > div > select {
    margin-bottom: 0;
}

.tb-margins {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Document management */
#bem_foldersview .btn-toolbar {
    margin-top: 10px;
}

/* Folder tree */
ul.tree {
    display: none;
    padding-left: 10px;
}

.tree-toggle, .tree-toggle a:hover, .tree-toggle a:active {
    color: #5dbc56;
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
}

.tree-unit a {
    color: black;
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
}

    .tree-unit a:hover, .tree-unit a:active {
        color: #5dbc56;
        text-decoration: none;
    }

.tree > li {
    padding-top: 3px;
    padding-left: 3px;
}

.tree > label > li:hover {
    background-color: var(--grey);
    color: #5dbc56;
}

.tree-toggle img, .tree-unit img {
    padding-right: 3px;
}

.tree-header {
    font-size: 16px;
}

.folder-buttons .btn-group {
    margin: 0 5px 5px 0;
}

/* Folder-list actions */
.table-action, .table-condensed .table-action {
    padding: 4px 2px;
}

/* Folder path */
.path > .divider {
    padding: 0 5px;
    color: #ccc;
    font-weight: normal;
}

/* Buttons hidden by default, shown according to user-rights */
#btnOpenCreateSubFolderDialog, #btnRenameFolder, #btnDeleteFolder {
    display: none;
}

/* Bootstrap popover */
.popover-content {
    font-weight: normal;
}

.popover-large {
    width: 300px;
}

.popover-lg {
    width: 400px;
    max-width: 400px;
}

/* Page saved notification */
.data-saved {
    display: none;
}

    .data-saved .alert {
        position: fixed;
        top: 85px;
        left: 5px;
        right: 5px;
        text-align: center;
        z-index: 2500;
    }

/* Modal backdrop */
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.5;
    filter: alpha(opacity=80);
}

.second-backdrop {
    z-index: 1055;
}

/* Bootbox modal */
div.bootbox.modal.fade.in {
    z-index: 1070 !important;
}

    div.bootbox.modal.fade.in + div {
        z-index: 1060;
    }

/* Error dialog */
.errormodal {
    z-index: 2899;
    border-color: #eed3d7;
    background-color: #f2dede;
    color: #b94a48;
}

    .errormodal > .modal-header {
        border-bottom: 1px solid #eed3d7;
    }

#genericerrordialog {
    z-index: 2899 !important;
}

.error-container {
    margin-top: 30px;
}

/* Data confirm modal */
#dataConfirmModal {
    z-index: 2001 !important;
}

#download_link {
    color: black;
    padding-left: 5px;
}

    #download_link:hover {
        color: gray;
    }

#sourcedoccount, #loadingdoccount {
    margin-left: 15px;
}

.loading-spinner {
    margin: 0 auto;
    position: relative;
    -webkit-animation: rotation 1s infinite linear;
    -moz-animation: rotation 1s infinite linear;
    -o-animation: rotation 1s infinite linear;
    animation: rotation 1s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -o-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* Load animation */
.load-animation {
    position: fixed;
    z-index: 9999;
    top: 45%;
    left: 50%;
    display: none;
}

#domrenderwait {
    display: block;
}

.widget-load {
    position: absolute;
    z-index: 9999;
    margin-top: 0;
    top: 0;
    right: 0;
    display: none;
}

    .widget-load .alert-info {
        color: rgba(49, 112, 143, 0.75);
        background-color: rgba(217, 237, 247, 0.80);
        border-color: #bce8f1;
    }

.load-gif {
    z-index: 9999;
}

.modal-backdrop.load {
    z-index: 9998;
    background-color: none;
    opacity: 0.0;
    filter: alpha(opacity=0);
}

.btn-toggle {
    min-width: 150px;
}

.no-overflow {
    white-space: nowrap;
    overflow: hidden; /* "overflow" value must be different from "visible" */
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#PropertyListInfo {
    margin-bottom: 10px;
}

.property-count {
    padding-right: 15px;
    margin-top: 5px;
}

.colorbox {
    width: 20px;
    height: 20px;
    border: 1px solid black;
    text-align: center;
}

.several-colorbox .colorbox {
    margin-right: 3px;
    float: left;
}

.colorcheckbox {
    width: 20px;
    height: 20px;
    padding-left: 15px;
    margin-right: 5px;
    border: 1px solid black;
}

.checkbox-selected {
    background-color: var(--table-selected-background);
    padding: 5px;
    border: 1px solid var(--main);
    border-radius: 4px;
}

.checkbox-not-selected {
    background-color: #FFFFFF;
    padding: 5px;
    border: 1px solid #C7C7C7;
    border-radius: 4px;
    color: grey;
}

.hidden-checkbox {
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

option:disabled {
    background-color: rgb(220, 220, 220);
}

.rowclick {
    cursor: pointer;
    color: var(--main);
    text-decoration: none;
}

    .rowclick:hover,
    .rowclick:focus,
    .rowclick:active {
        color: var(--main-light);
        text-decoration: underline;
    }

.form-inline .inline-search-field {
    float: left;
    margin-right: 10px;
    width: 300px;
}

.search-bar {
    margin-bottom: 10px;
}

    .search-bar .form-group {
        width: 150px;
        display: inline-block;
    }

     .no-bottom-margin.search-bar {
        margin-bottom: 0;
    }

/* Project schedule */
#schedule-container {
    position: relative;
    overflow: visible;
    margin-left: 50px;
}

.schedule-alert {
    margin-left: 215px;
    width: 615px;
}

.schedule-search {
    margin-left: 200px;
    margin-bottom: 10px;
    padding-left: 15px;
}

    .schedule-search .form-group {
        width: 150px;
        display: inline-block;
    }

.stage-filters {
    margin-left: 200px;
    margin-bottom: 10px;
    padding-left: 15px;
}

    .stage-filters .checkbox label {
        padding-left: 5px;
        margin-top: 5px;
    }

.header-link {
    font-size: 12pt;
    padding-left: 5px;
}

.search-narrow, .no-left-margin-padding {
    margin-left: 0;
    padding-left: 0;
}

.task-line-header {
    font-style: italic;
    font-size: 12px;
}

/* Project portfolio favorite */
h2 .glyphicon-star {
    color: gold;
    font-size: 22px;
}

h2 .glyphicon-star-empty {
    color: black;
    font-size: 22px;
}

li #favoriteFolio {
    padding-left: 25px;
}

/* Document management */
#document-list-container .panel, #documentContainer .panel, #document-container .panel {
    overflow-x: auto;
}

#bem-sl {
    height: 38px;
    margin-right: 10px;
    margin-left: 10px;
}

#project-home-search {
    height: 38px;
    margin-right: 10px;
    margin-left: 10px;
}

#project-home-search-input, #property-home-search-input {
    height: 38px;
    width: 200px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-right: 5px;
    padding-left: 5px;
}

.doc-selection-checkbox-cell {
    width: 27px;
}

input[type="checkbox"].doc-selection-checkbox {
    width: 15px;
    height: 15px;
    padding: 0;
    margin: auto;
}

.selected-folder-search {
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

.selected-folder-search-link {
    white-space: nowrap;
    width: 95%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#property-home-search {
    height: 38px;
    margin-right: 15px;
    margin-left: 0px;
}

.fixed-doclist-buttons {
    position: fixed;
    top: 77px;
}

.doclist-button .glyphicon, .doclist-button .glyphicons {
    top: 2px;
}

/* Project portfolio tree*/
.panel-heading-row {
    margin-right: 0;
    margin-left: 0;
}

    .panel-heading-row label {
        padding-top: 5px;
    }

    .panel-heading-row .form-control {
        height: 30px;
    }

.panel .table-responsive {
    margin-top: 0;
}

.TableRowCount {
    /*height: 20px;*/
}

.panel .TableRowCount {
    /*height: 51px;*/
}

    .panel .TableRowCount span, .panel .TableRowCount div {
        padding-top: 5px;
    }

#search-results .panel-heading {
    padding: 0;
}

#search-results .TableRowCount {
    height: 20px;
}

/* Document card */
#close-doc-card {
    margin-left: 15px;
}

#document-card-edit-form h4 {
    margin-top: 15px;
}

#document-card-edit-form .top-padding-fix {
    padding-top: 7px;
}

#document-card-edit-form .form-group {
    margin-bottom: 10px;
}

/* Secondary scroll to top */
.scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
}

.scroll-container {
    height: 1px;
    min-width: 0;
}

/* Order Print view */
.table-label {
    font-weight: bold;
}

/* Maintenance Diary */
.maintenance-diary .media-time, .linked-entries .media-time {
    margin-top: 0;
    color: grey;
    font-size: 14px;
}

.maintenance-diary-location {
    font-weight: bold;
    color: black;
    margin-right: 5px;
}

.alert-success .maintenance-diary-location {
    color: #3c763d;
}

.maintenance-diary .media-heading {
    margin-bottom: 0;
}

    .maintenance-diary .media-heading > a {
        color: inherit;
    }

.maintenance-diary .alert .btn-default {
    border-color: #B3B3B3;
}

.alert-default {
    color: black;
    background-color: #f7f7f7;
    border-color: #9C9C9C;
}

    .alert-default hr {
        border-top: 1px solid #AFAFAF;
    }

.alert-white {
    color: black;
    background-color: white;
    border-color: #9C9C9C;
}

.border-dashed {
    border: 1px dashed;
}

.maintenance-diary .alert-default .media-heading > a:hover,
.maintenance-diary .alert-default .media-heading > a:active,
.maintenance-diary .alert-default .media-heading > a:focus {
    color: #8f8e8e;
    text-decoration: none;
}

.maintenance-diary .alert-warning .media-heading > a:hover,
.maintenance-diary .alert-warning .media-heading > a:active,
.maintenance-diary .alert-warning .media-heading > a:focus {
    color: #a47e3c;
    text-decoration: none;
}

.maintenance-diary .alert-danger .media-heading > a:hover,
.maintenance-diary .alert-danger .media-heading > a:active,
.maintenance-diary .alert-danger .media-heading > a:focus {
    color: #953b39;
    text-decoration: none;
}

.maintenance-diary .alert-info .media-heading > a:hover,
.maintenance-diary .alert-info .media-heading > a:active,
.maintenance-diary .alert-info .media-heading > a:focus {
    color: #2d6987;
    text-decoration: none;
}

.maintenance-diary .alert-success {
    border-color: #008C44;
}

    .maintenance-diary .alert-success .media-heading > a:hover,
    .maintenance-diary .alert-success .media-heading > a:active,
    .maintenance-diary .alert-success .media-heading > a:focus {
        color: #008C44;
        text-decoration: none;
    }

    .maintenance-diary .alert-success hr {
        border-top-color: #008C44;
    }

.maintenance-diary .glyphicons, #settings-form .glyphicons {
    font-size: 14px;
    color: black;
    margin-top: 2px;
}

.maintenance-diary .glyphicons-leaf, #settings-form .glyphicons-leaf {
    margin-top: 3px;
    font-size: 14px;
    color: forestgreen;
}

.maintenance-diary .glyphicons-spray, #settings-form .glyphicons-spray {
    font-size: 14px;
    color: #ff6a00;
}

.maintenance-diary .glyphicons-shield, #settings-form .glyphicons-shield {
    font-size: 14px;
    color: #0026ff;
}

.maintenance-diary > .media-list > .media {
    cursor: default;
}

.toggle-linked-entries {
    cursor: pointer;
    font-weight: bold;
}

.media .linked-entries {
    margin-left: 30px;
    cursor: default;
    margin-top: 5px;
}

    .media .linked-entries > .media-body > a {
        color: inherit;
        text-decoration: none;
    }

    .media .linked-entries hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .media .linked-entries hr:last-of-type {
            display: none;
        }

.entry-base-units {
    white-space: nowrap;
    max-width: 60%;
    overflow: hidden; /* "overflow" value must be different from "visible" */
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.maintenance-diary > .media-list > .alert {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px 15px;
}

.original-info {
    margin-right: 15px;
}

.entry-container, .entry-buttons {
    padding-left: 0;
    padding-right: 0;
}

    .entry-buttons .btn {
        min-width: 0;
        margin: 2px;
    }

    .entry-buttons .glyphicons-flag,
    .follow-button .glyphicons-flag {
        color: gray;
        font-size: 18px;
        line-height: 18px;
    }

    .glyphicons-flag::before {
        color:lightgray;
    }

    .flag-followed::before {
        color: var(--main);
    }

.entry-description, .attachement-list {
    margin-bottom: 3px;
}

    .attachement-list span {
        cursor: pointer;
    }

        .attachement-list span > a {
            color: inherit;
        }

            .attachement-list span > a:hover,
            .attachement-list span > a:active,
            .attachement-list span > a:focus {
                color: inherit;
                text-decoration: underline;
            }

.sr-attachment-list span > a {
    color: #008C44;
}

.sr-attachement-list span > a:hover,
.sr-attachement-list span > a:active,
.sr-attachement-list span > a:focus {
    color: #5dbc56;
    text-decoration: underline;
}

.attachement-list span:not(:last-child)::after,
.task-attachement-list span:not(:last-child)::after,
.separate-with-commas:not(:last-child)::after {
    content: ",";
}

.separate-with-comma-and-space:not(:last-child)::after {
    content: ", ";
}

.entry-count {
    padding-right: 15px;
    margin-top: 25px;
}

#entry-search-form {
    margin-bottom: 35px;
}

.search-count {
    margin-top: -25px;
    position: absolute;
    right: 20px;
}

#emails-toggle {
    cursor: pointer;
}

    #emails-toggle:hover {
        text-decoration: underline;
    }

/* Media heading icons */
.glyphicon.media-heading-icon, .glyphicons.media-heading-icon {
    font-size: 32px;
    margin-right: 5px;
    color: inherit;
}

/* Native file input */
.btn-native-fileupload {
    position: relative;
    overflow: hidden;
}

    .btn-native-fileupload input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        background: red;
        cursor: inherit;
        display: block;
    }

input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

/* datetimepicker */
.bootstrap-datetimepicker-widget > .row {
    margin-left: 0;
    margin-right: 0;
}

/* Colorblind correction to colors */
.alert-success {
    color: #3c763d;
    background-color: #DBE6B1;
    border-color: #B7D271;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

/* File upload styles */
.fileupload-progress {
    margin-bottom: 0;
    width: 200px;
}

.new-version-button {
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.metadata-hr {
    margin: 10px 0;
}

.full-width {
    width: 100%;
}

#fileupload .panel-heading {
    padding: 0 5px;
}

#fileupload .panel-title {
    font-size: 14px;
}

#fileupload .size {
    margin-right: 10px;
}

#fileupload .progress {
    margin-bottom: 0;
}

.progress-bar-col {
    width: 300px;
}

.filename-col {
    width: 466px;
}

.fileupload-buttons-col {
    width: 90px;
}

.files .name {
    white-space: nowrap;
    width: 450px;
    overflow: hidden; /* "overflow" value must be different from "visible" */
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#fileupload .panel-danger .btn-sm > span {
    color: white;
}

#fileupload .panel-danger .name, #fileupload .panel-danger a {
    color: #b94a48;
}

@media (max-width: 991px) {
    .fileupload-buttonbar .toggle, .files .toggle, .files .btn span {
        display: none;
    }

    .fileupload-progress {
        display: none;
    }

    .progress-bar-col {
        width: 150px;
    }

    .fileupload-buttons-col {
        width: 45px;
    }

    .filename-col, .files .name {
        width: 350px;
    }
}

@media (max-width: 767px) {
    .filename-col, .files .name {
        width: 380px;
    }

    .progress-bar-col {
        width: 150px;
    }
}

@media (max-width: 605px) {
    .progress-bar-col {
        width: 50px;
    }

    .filename-col, .files .name {
        width: 200px;
    }

    .files .name {
        white-space: pre-wrap;
    }
}

/* Maintenance Diary */
.diary-filters .control-label {
    white-space: nowrap;
}

.diary-filters {
    display: none;
}



/* TR colors */
#GenericTable {
    background-color: #fff;
}

.table > thead > tr > td.selected,
.table > tbody > tr > td.selected,
.table > tfoot > tr > td.selected,
.table > thead > tr > th.selected,
.table > tbody > tr > th.selected,
.table > tfoot > tr > th.selected,
.table > thead > tr.selected > td,
.table > tbody > tr.selected > td,
.table > tfoot > tr.selected > td,
.table > thead > tr.selected > th,
.table > tbody > tr.selected > th,
.table > tfoot > tr.selected > th {
    background-color: var(--grey);
    font-weight: bold;
}

.table-hover > tbody > tr > td.selected:hover,
.table-hover > tbody > tr > th.selected:hover,
.table-hover > tbody > tr.selected:hover > td,
.table-hover > tbody > tr:hover > .selected,
.table-hover > tbody > tr.selected:hover > th {
    background-color: var(--grey);
    font-weight: bold;
}

/* Property home nav-pills */
#property-home-tabs, #project-home-tabs, #portfolio-home-tabs {
    margin-right: 15px;
}

#servicerequestsettings-table tr td:first-of-type,
#service-calendar-settings-table tr td:first-of-type {
    text-align: right;
}

#servicerequestsettings-table tr td:nth-of-type(2),
#servicerequestsettings-table tr td:last-of-type,
#servicerequestsettings-table tr th {
    text-align: center;
}

#basicunits-tabs {
    margin-bottom: 20px;
}

    #basicunits-tabs .tab-content {
        background-color: #fff;
        padding: 5px 5px 0px 5px;
        margin-top: -10px;
        border-left: 1px solid #DDDDDD;
        border-right: 1px solid #DDDDDD;
        border-bottom: 1px solid #DDDDDD;
    }

.help-panel {
    margin-right: 15px;
}

    .help-panel .panel-body {
        padding: 8px 15px;
    }

/* Service Request list */
.new-sr, .started {
    color: #31708f;
    background-color: #d9edf7 !important;
    border-color: #bce8f1;
}

.started.active {
    background-color: #bcdcec !important;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .175);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .175);
}

.table > tbody > tr.new-sr > td,
.table > tbody > tr.started > td {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.new-sr:hover,
.table-hover > tbody > tr.new-sr:hover > td,
.table-hover > tbody > tr > td.started:hover,
.table-hover > tbody > tr.started:hover > td {
    background-color: #c4e3f3;
}

.delayed-sr, .is-delayed {
    color: #a94442;
    background-color: #f2dede !important;
    border-color: #ebccd1;
}

.is-delayed.active {
    background-color: #e4caca !important;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .175);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .175);
}

.table > tbody > tr.delayed-sr > td,
.table > tbody > tr.is-delayed > td,
.table > tbody > tr.alert-danger > td {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.delayed-sr:hover,
.table-hover > tbody > tr.delayed-sr:hover > td,
.table-hover > tbody > tr > td.is-delayed:hover,
.table-hover > tbody > tr.is-delayed:hover > td,
.table-hover > tbody > tr > td.alert-danger:hover,
.table-hover > tbody > tr.alert-danger > td:hover,
.table-hover > tbody > tr.alert-danger:hover > td {
    background-color: #ebcccc;
}

.under-two-weeks-old-sr, .is-signed {
    color: #3c763d;
    background-color: #DBE6B1 !important;
    border-color: #B7D271;
}

.is-signed.active {
    background-color: #c1cb9b !important;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .175);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .175);
}

.table > tbody > tr.under-two-weeks-old-sr > td,
.table > tbody > tr.is-signed > td {
    background-color: #DBE6B1 !important;
}

.table-hover > tbody > tr > td.under-two-weeks-old-sr:hover,
.table-hover > tbody > tr.under-two-weeks-old-sr:hover > td,
.table-hover > tbody > tr > td.is-signed:hover,
.table-hover > tbody > tr.is-signed:hover > td {
    background-color: #cbd899 !important;
}

.over-two-weeks-old-sr, .is-signed-late {
    color: #c78101;
    background-color: rgb(255, 233, 182) !important;
    border-color: #ffb836;
}

.is-signed-late.active  {
    background-color: #f0d79f !important;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .175);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .175);
}

.table > tbody > tr.over-two-weeks-old-sr > td,
.table > tbody > tr.is-signed-late > td {
    background-color: rgb(255, 233, 182);
}

.table-hover > tbody > tr > td.over-two-weeks-old-sr:hover,
.table-hover > tbody > tr.over-two-weeks-old-sr:hover > td,
.table-hover > tbody > tr > td.is-signed-late:hover,
.table-hover > tbody > tr.is-signed-late:hover > td {
    background-color: #ffdb99 !important;
}

.completed-sr {
    color: black;
    background-color: #f5f5f5;
    border-color: rgba(0,0,0,.6);
}

.table > tbody > tr.completed-sr > td {
    background-color: #fff;
}

.table-hover > tbody > tr > td.completed-sr:hover,
.table-hover > tbody > tr.completed-sr:hover > td {
    background-color: #f5f5f5;
}

.future-sr, .on-request, .not-started {
    color: #31708f;
    background-color: aliceblue !important;
    border-color: #98e5f5;
}

.not-started.active {
    background-color: #e0ecf8 !important;
    border-color: #8ddcec;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .175);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .175);
}

.table > tbody > tr.future-sr > td,
.table > tbody > tr.on-request > td,
.table > tbody > tr.not-started > td {
    background-color: aliceblue;
}

.table-hover > tbody > tr > td.future-sr:hover,
.table-hover > tbody > tr.future-sr:hover > td,
.table-hover > tbody > tr > td.on-request:hover,
.table-hover > tbody > tr.on-request:hover > td,
.table-hover > tbody > tr > td.not-started:hover,
.table-hover > tbody > tr.not-started:hover > td {
    background-color: #d8f2ff !important;
}

.followed, .bold, p.bold {
    font-weight: bold;
}

.btn-xs .glyphicons-thumbs-up {
    color: green;
    font-size: 16px;
    line-height: 16px;
}

.btn-xs .glyphicons-thumbs-down {
    color: gray;
    font-size: 16px;
    line-height: 16px;
}

.glyphicon-button {
    padding: 2px;
    border-radius: 3px;
}

.icon-big {
    font-size: 18px;
    top: 4px !important;
}

/* highlight */
.highlight {
    color: #3c763d;
    background-color: #DBE6B1;
    border-color: #B7D271;
}

    .highlight:hover {
        background-color: #eff8c9;
    }

.table > tbody > tr.highlight > td {
    color: #3c763d;
    background-color: #DBE6B1;
    border-color: #B7D271;
}

.table-hover > tbody > tr > td.highlight:hover,
.table-hover > tbody > tr.highlight:hover > td {
    background-color: #e4edc1;
}

/* Buttons */
.create-new-sr {
    margin-bottom: 4px;
}

.in-work-sr {
    margin-right: 10px;
}

.btn.all-sr {
    color: #333;
    background-color: rgba(0,0,0,.075);
    border-color: #ccc;
}

    .btn.all-sr:hover {
        background-color: #ddd;
    }

.btn.new-sr {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #6fbccc;
}

    .btn.new-sr:hover {
        background-color: #c4e3f3;
    }

.btn.delayed-sr {
    color: #a94442;
    background-color: #f2dede;
    border-color: #d17181;
}

    .btn.delayed-sr:hover {
        background-color: #ebcccc;
    }

.btn.over-two-weeks-old-sr {
    color: #c78101;
    background-color: rgb(255, 233, 182);
    border-color: #ffb836;
}

    .btn.over-two-weeks-old-sr:hover {
        background-color: #ffdb99;
    }

.btn.under-two-weeks-old-sr {
    color: #3c763d;
    background-color: #DBE6B1;
    border-color: #B7D271;
}

    .btn.under-two-weeks-old-sr:hover {
        background-color: #cbd899;
    }

.btn.future-sr {
    color: #31708f;
    background-color: aliceblue;
    border-color: #98e5f5;
}

    .btn.future-sr:hover {
        background-color: #d8f2ff;
    }

/* Service Request */
.sr-count {
    margin-right: 20px;
}

.executor-label {
    width: 160px;
    text-align: right;
}

.sr-buttons {
    padding-top: 20px;
}

#anonymous-link-buttons {
    margin-top: 10px;
}

.form-control-readonly {
    padding-top: 7px;
    margin-bottom: 0;
}

#entry-search-form .form-group {
    height: 75px;
}

#filtered-list-help {
    padding: 10px;
    margin-right: 15px;
    margin-bottom: 5px;
    font-size: 12px;
}

#filter-buttons button, #sr-save-and-cancel-buttons .btn, #sr-action-buttons .btn {
    margin-bottom: 5px;
}

#report-filter-buttons button {
    margin-bottom: 5px;
    margin-right: 5px;
}

/* SR user initials */
.comment-container {
    padding-left: 0;
}

.sr-comment {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}

.user-avatar {
    padding-left: 10px;
    padding-right: 0;
}

.user-initials {
    font-weight: bold;
    display: block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    -webkit-user-select: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    line-height: 42px;
}

.alert-answer {
    margin-bottom: 5px;
}

.sr-timestamp, .sr-reporter {
    font-weight: bold;
}

.sr-timestamp-container {
    text-align: right;
}

#filtered-list-help-link {
    color: #428bca;
}

    #filtered-list-help-link:hover {
        color: #2d6987;
        text-decoration: underline;
    }

/* comment colors */
.user-initials.comment-green {
    background-color: #008C44;
}

.user-initials.comment-blue {
    background-color: #0044CC;
}

.user-initials.comment-lightblue {
    background-color: #428BCA;
}

.user-initials.comment-crimson {
    background-color: #B94A48;
}

.user-initials.comment-lightgreen {
    background-color: #8BC34A;
}

.user-initials.comment-orange {
    background-color: #FF9800;
}

.user-initials.comment-purple {
    background-color: #9C27B0;
}

.user-initials.comment-red {
    background-color: #F44336;
}

.user-initials.comment-forestgreen {
    background-color: #5dbc56;
}

.user-initials.comment-brown {
    background-color: #795548;
}

.sr-reporter.comment-green {
    color: #008C44;
}

.sr-reporter.comment-blue {
    color: #0044CC;
}

.sr-reporter.comment-lightblue {
    color: #428BCA;
}

.sr-reporter.comment-crimson {
    color: #B94A48;
}

.sr-reporter.comment-lightgreen {
    color: #8BC34A;
}

.sr-reporter.comment-orange {
    color: #FF9800;
}

.sr-reporter.comment-purple {
    color: #9C27B0;
}

.sr-reporter.comment-red {
    color: #F44336;
}

.sr-reporter.comment-forestgreen {
    color: #5dbc56;
}

.sr-reporter.comment-brown {
    color: #795548;
}

/* Progress bar colors */
.progress-bar-phase1 {
    background-color: #d0e9c6;
}

.progress-bar-phase2 {
    background-color: lightgreen;
}

.progress-bar-phase3 {
    background-color: #8BC34A;
}

.progress-bar-phase4 {
    background-color: #008C44;
}

.progress-bar-phase5 {
    background-color: darkolivegreen;
}

.progress-bar-phase6 {
    background-color: lightblue;
}

.progress-bar-phase7 {
    background-color: cornflowerblue;
}

.progress-bar-phase8 {
    background-color: blue;
}

.progress-bar-phase9 {
    background-color: darkcyan;
}

.progress-bar-phase10 {
    background-color: darkkhaki;
}

.progress-bar-not-started {
    background-color: #d9edf7;
}

.progress-bar-active {
    background-color: #8BC34A;
}

.progress-bar-closed {
    background-color: #4c7534;
}

.progress-bar-warranty {
    background-color: #ffb836;
}

.progress-bar-ended {
    background-color: darkgray;
}

.colorbox.white {
    background-color: white;
}

.colorbox.alert-success {
    border: 1px solid black;
}

.colorbox.alert-danger {
    border: 1px solid black;
}

.colorbox.alert-warning-fixed {
    background-color: #fdf0ad;
    border: 1px solid black;
}

.alert-warning-fixed {
    color: #8a6d3b;
    background-color: #fdf0ad;
    border-color: #faebcc;
}

.colorbox.limegreen {
    background-color: limegreen;
}

.colorbox.lightgreen {
    background-color: lightgreen;
}

.colorbox.darkgray {
    background-color: darkgray;
}

.colorbox.dodgerblue {
    background-color: dodgerblue;
}

.survey-status-monitor {
    background-color: #c8c339;
}

.survey-status-investigate {
    background-color: #00bece;
}

.survey-status-fix {
    background-color: #bcb26b;
}

.survey-status-shared {
    background-color: #fed615;
}

.survey-status-firstvisitdone {
    background-color: #f09020;
}

.survey-status-consultantsvisit {
    background-color: #c86c39;
}

.survey-status-ordered {
    background-color: #df8f7d;
}

.survey-status-started {
    background-color: #c586b1;
}

.survey-status-draftreport {
    background-color: #e591cf;
}

.survey-status-furtherresearch {
    background-color: #ca4c89;
}

.survey-status-announcement {
    background-color: #0193cf;
}

.survey-status-planning {
    background-color: #95cbb3;
}

.survey-status-onhold {
    background-color: #91be3f;
}

.survey-status-meetingagreed {
    background-color: #ff866c;
}

.survey-status-meetingheld {
    background-color: #f2ff6c;
}

.survey-status-constitutionannounced {
    background-color: #74ff00;
}

.survey-status-preparingresearch {
    background-color: #1f482b;
}

.survey-status-bidsseekingdone {
    background-color: #482d1f;
}

.survey-status-fieldworkdone {
    background-color: #957b6d;
}

.survey-status-underevaluation {
    background-color: #00ffb6;
}

.survey-status-reportapproved {
    background-color: #ff00b9;
}

.survey-status-researchpresented {
    background-color: #0d007f;
}

.survey-status-harmestimated {
    background-color: #6c61cb;
}

.survey-status-effectestimated {
    background-color: #005a13;
}

.survey-status-tempspaceneeded {
    background-color: #0a54ff;
}

.survey-status-usersinformed {
    background-color: #580000;
}

.survey-status-personnelinfoheld {
    background-color: #ff5f50;
}

.darkRed {
    color: darkred;
}

.bem-red {
    color: #b94a48;
}

.orangered {
    color: orangered;
}

.forestgreen {
    color: forestgreen;
}

.colorinfo {
    width: 20px;
    height: 20px;
    padding: 5px;
    margin-right: 5px;
    border-radius: 50%;
}

/* Widget settings */
.area-heading {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    padding-top: 10px;
    margin-bottom: 20px;
}

.category-heading {
    margin-left: 15px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.item-count {
    margin-top: 10px;
    margin-right: 15px;
}

/* Service Calendar settings */
.library-select, .library-select select {
    padding-left: 0;
}

    .library-select select, .library-select .select2-container .select2-selection--single {
        height: 30px;
    }

.library-select {
    margin-bottom: 10px;
}

.tabbed-panel {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -15px;
}

#service-package-buttons, #irregular-pattern {
    padding-top: 10px;
}

.panel-heading-label {
    width: 80px;
    position: relative;
    float: left;
    font-weight: bold;
}

.time-settings-row {
    padding: 0;
}

    .time-settings-row:first-of-type {
        padding-top: 10px;
    }

.calendar-setting-day label,
.calendar-setting-week label,
.calendar-setting-month label {
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

#weekdays, #weeks, #months {
    max-width: 410px;
    margin-top: 10px;
}

.calendar-setting-month {
    width: 100px;
    display: block;
    float: left;
    min-height: 20px;
}

.calendar-setting-week {
    width: 40px;
    display: block;
    float: left;
    min-height: 20px;
}

.calendar-setting-day {
    width: 100px;
    display: block;
    float: left;
    min-height: 20px;
}

.form-group .well {
    margin-top: 8px;
}

#regular-pattern {
    padding-top: 10px;
}

    #regular-pattern label {
        margin-top: 7px;
    }

    #regular-pattern input {
        width: 70px;
        margin: 0 5px 0 10px;
    }

    #regular-pattern select {
        width: 130px;
    }

#irregular-pattern select {
    width: 200px;
}

#label-dateranges {
    margin-top: 5px;
}

.input-daterange {
    padding-bottom: 10px;
    width: 260px;
}

.remove-daterange {
    padding-left: 10px;
    padding-top: 5px;
}

#copy-service-portfolios {
    margin-left: 5px;
}

.package-list-heading {
    background-color: #E4E4E4;
    padding: 5px;
    border-radius: 3px;
}

#package-list {
    padding-top: 10px;
}

#servicerequest-colours-help .colorbox,
#chart-bar-explanations .colorbox {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

#servicecalendar-task-colours-help .colorbox {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

.servicecalendartask {
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 7px 10px 7px 10px;
}

    .servicecalendartask dl {
        margin-bottom: 0;
    }

.tasks-table i.glyphicon,
.tasks-table i.glyphicons,
#calendar-controls i.glyphicons,
#calendar-controls i.glyphicon {
    padding-top: 1px;
}

.servicecalendartask-header {
    margin-bottom: 0;
    font-size: 18px;
    margin-top: 3px;
}

.servicecalendartask-signed-as-not-done {
    color: darkorange;
}

.servicecalendartask-signed {
    color: green;
}

.servicecalendartask .glyphicon {
    top: 3px;
    font-size: 18px;
}

#calendar-controls .btn-group,
#servicecalendar-task-controls .btn-group {
    margin-bottom: 10px;
}

#service-calendar-info-box {
    margin-right: 15px;
    margin-bottom: 10px;
}

/* BUP packages */
#servicePackageListTable .glyphicons {
    top: 2px;
}

.datepicker-fixed-width {
    width: 200px;
}

.dp-fixed-width-container {
    width: 200px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}

#add-package-documents-tree .no_checkbox > i.jstree-checkbox {
    display: none;
}

.search-properties-count p {
    padding-left: 10px;
}

#package-list-tabs {
    margin-top: 10px;
}

/* DUR */
#btnAddRestrictor {
    margin-right: 10px;
}

.restrictor-role-label {
    padding-left: 5px;
    padding-right: 5px;
}

.restrictor-role-selection {
    padding-right: 15px;
}

.rule-count {
    margin-top: 10px;
}

#propertyrule-count-box {
    padding-right: 15px;
}

.user-count {
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 15px;
}

#start-date .input-group, #end-date .input-group {
    padding-right: 15px;
    padding-left: 15px;
}

.date-separator {
    float: left;
    margin-top: 6px;
}

.manually-added {
    background-color: #21a3e2;
    border-color: #0c71a4;
}

.card-restriction {
    background-color: #d4403d;
    border-color: #943432;
}

.restricted {
    background-color: #FF9800;
    border-color: #c27d00;
}

.rule-not-started {
    background-color: #98e5f5;
    border-color: #1b95d3;
}

.rule-ended {
    background-color: #d4403d;
    border-color: #943432;
}

.rule-exception {
    background-color: #5dbc56;
    border-color: #3c763d;
}

.info-box {
    margin-right: 15px;
}

    .info-box .panel-body {
        padding: 8px 15px;
    }

    .info-box .colorbox {
        float: left;
        margin-right: 5px;
        margin-left: 5px;
    }

#rule-properties-info-box {
    margin-top: 15px;
    margin-right: 0;
}

.roles-blockquote {
    font-size: 16.5px;
    margin: 0;
}

    .roles-blockquote:before, .roles-blockquote:after {
        content: none;
    }

#card-search-buttons {
    margin-top: 25px;
}

#baseunit-card-block-state .glyphicon {
    margin-left: -1px;
}

.set-organization-as-favorite-button {
    margin-top: -2px;
    font-size: 20px;
    cursor: pointer;
}

.checkbox-row .checkbox {
    float: left;
    padding-right: 10px;
    margin-top: -5px;
}

.inline-checkbox {
    margin-top: 7px;
    margin-bottom: 0;
}

.taskrow > td:first-of-type {
    padding-left: 10px !important;
}

.reportresults .table .glyphicon {
    font-size: 18px;
}

#passwordsuccess {
    min-height: 200px;
}

#continue-to-projects, #continue-to-properties {
    width: 180px;
}

#continue-to-projects {
        float: right;
}

@media (max-width: 767px) {
    #continue-to-projects, #continue-to-properties {
        width: 100%;
    }

    #continue-to-projects {
        float: none;
        margin-top: 10px;
    }
}

#super-project-list-container .colorbox {
    float: left;
    margin-right: 5px;
    width: 15px;
    height: 15px;
}

.left-hr {
    border-left: 1px solid #f4f4f4;
}

.right-hr {
    border-right: 1px solid #f4f4f4;
}

.required-star {
    top: -2px;
    font-size: 8px;
    margin-left: 5px;
}

.field-edit-buttons {
    width: 50px;
    margin-top: 7px;
}

.field-edit-buttons-large {
    width: 70px;
    margin-top: 7px;
}

#report-list .glyphicons {
    margin-right: 7px;
}

/*To prevent pie charts from overlapping when printing*/
.graph-container {
    height: 550px; 
    page-break-inside: avoid;
}

#card-buttons .btn-group {
    margin-top: 5px;
}

.select-deselect-all {
    width: 130px;
    padding-left: 8px;
}

/* Angular Modal heights */
#fields-modal-body {
    height: 285px;
}

#audit-fields-modal-body {
    min-height: 285px;
    height: auto;
}

#system-modal-body {
    min-height: 190px;
}

/* Project List*/
#project-list-search-fields .form-control, #property-list-search-fields .form-control {
    margin-top: 5px;
    margin-right: 5px;
    float: left !important;
    width: 180px;
}

#project-list-search-buttons .btn-group, 
#property-list-search-buttons .btn-group {
    margin-top: 5px;
}

/* Document upload */
.upload-error-box {
    margin-left: 30px;
    margin-right: 30px;
}
.panel-danger-override {
    border-color: #ebccd1 !important;
}
.panel-danger-override > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger-override a {
    color: #a94442;
}
.form-error-message {
    position: absolute;
    color: #b94a48;
    font-size: 12px;
}

/* btn-toolbar */
.btn-toolbar-margin-fix>.btn, .btn-toolbar-margin-fix>.btn-group, .btn-toolbar-margin-fix>.input-group {
    margin-right: 5px;
    margin-left: 0;
}

/* extended property document search */
#extended-search-options {
    margin-left: -15px;
}
#extended-search-options .form-group {
    margin-left: -15px;
}
#toggle-extended-search {
    margin-left: 5px;
}
    #toggle-extended-search a:hover {
        text-decoration: none;
    }
.unclickable {
    pointer-events: none;
}
#document-search-result-table {
    background: #fff;
}

/* Splitter */
.gutter.gutter-horizontal {
  cursor: ew-resize;
  height: 300px;
}

.gutter.gutter-vertical {
  cursor: ns-resize;
}

.split {
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.split, .gutter.gutter-horizontal {
  float: left;
}

.split-leftside {
    padding-right: 0;
}

.split-rightside {
    padding-left: 0;
}

/* Property Porfolio */
.portfolio-ul {
    list-style: none;
    padding-left: 0;
}

#portfolio .bup {
    padding-top: 5px;
    padding-bottom: 5px;
}

.topic.panel {
    margin-top: 10px;
    margin-bottom: 0;
}

.topic-level.unstyled {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.topic-level > .topic {
    margin-bottom: 10px;
    margin-top: 5px;
}

.indicator {
    margin-left: -7px;
    margin-right: 4px;
    margin-top: 2px;
}


/* Cards */
.subcard {
    float: left;
    border-radius: 4px;
    padding: 10px 12px;
    margin-right: 8px;
    margin-bottom: 10px;
}

.subcard:hover {
   background-color: #e8ece6;
}
.subcard.success {
    background-color: var(--main-light);
}

.subcard-template {
    margin-left: 4px;
    font-size: 9pt;
}

.sub-title {
    font-size: 14px;
}

.card-well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.card-heading {
    margin-top: 10px;
}

.room-card-heading {
    font-style: italic;
    font-weight: bold;
    margin-bottom: 4px;
}

.contract-target-edit-btn:hover {
    cursor: pointer;   
}

.table > tbody > tr > .package-contract-td {
    border-top: 0;
    padding-top: 0;
    font-style: italic;
}

.table-hover > tbody > tr:hover + tr.package-contract-tr > td,
.table-hover > tbody.body-hover:hover > tr > td {
  background-color: #f5f5f5;
}

.table > tbody > tr.success + tr.package-contract-tr > td {
    background-color: var(--grey);
}

.table-hover > tbody > tr.success:hover + tr.package-contract-tr > td,
.table-hover > tbody > tr.success + tr.package-contract-tr:hover > td,
.table-hover > tbody.body-hover:hover > tr.success > td {
  background-color: #d0e9c6;
}

.table > tbody.body-hover + tbody.body-hover {
    border-top: none;
}
.dropzone-borders {
    outline: 0;
    outline: thin dotted \9;
    border-color: #6ae82d;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(18, 140, 32, 0.6);
}

.panel-disabled {
    background-color: #fff !important;
}

.clickable {
    cursor: pointer;
}

.not-clickable {
    cursor: default;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#select-documents-ngtree .no_checkbox > i.jstree-checkbox {
    display: none;
}

#select-property-documents-tree .no_checkbox > i.jstree-checkbox {
    display: none;
}

.fixed-label {
    width: 160px;
    float: left;
    margin-left: 15px;
    margin-right: 5px;
}

#servicetimes-table .form-group {
    margin: 0px;
}

#contract-log-info-box {
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: -30px;
}

.contract-form .validation-summary-errors {
    margin-left: 0;
}
.fixSelect2deselect {
    position: relative !important;
}
#contacts-list li {
    list-style-type: none;
    margin: 10px;
}
#contacts-list .contact-container {
    border: 1px #8c8c8c solid;
    padding: 10px;
    border-radius: 4px;
}

.contact-container:hover {
    cursor: pointer;
    background-color: #f5f5f5;
}


.d3-tip {	
    position: absolute;			
    text-align: center;			
    width: 60px;					
    height: 20px;					
    padding: 2px;				
    font: 12px sans-serif;		
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border: 0px;	
    border-radius: 4px;	
    pointer-events: none;			
}

#GenericTableWrapperSticky {
    position: relative;
    overflow-y: auto;
}

#doc-list-buttons {
    min-height: 44px;
}

#doclist-panel {
    margin-bottom: 0;
}

.addon-38 {
    width: 38px;
}
.padding-5 {
    padding: 5px;
}

.is-floor-plan {
    margin-top: 40px !important;
}

.multiple-body-separator {
    margin-top: -1px;
    border-top: 1px solid #dddddd;
}

#doclist-panel .breadcrumb,
.folder-breadcrumb {
    position: relative !important;
    background: inherit !important;
    border: none !important;
    box-shadow: none !important;
    height: auto !important;
    white-space: nowrap !important;
    float: left !important;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    margin-bottom: -5px; 
}

    #doclist-panel .breadcrumb > li {
        max-width: 200px;
    }

.dropdown-menu > li > a.folder-dropdown-item {
    padding-left: 15px;
}

.last-breadcrumbs {
    display: inline-block !important;
    padding: 5px !important;
    padding-bottom: 0 !important;
}

.wizard-arrow {
    top: 0px;
    font-size: 20px;
}

.side-menu-add-button {
    margin-top: -3px;
    margin-left: 3px;
}

/* Upkeep program colors */
.measure-status-block {
    width: 20px;
    height: 91px;
    margin: -5px;
    margin-right: -20px;
    float: left;
}

.proposal {
    background-color: #e8adf2;
}

.approvedgenerally {
    background-color: #00b4de;
}

.approvedforyear {
    background-color: #68f3d5;
}

.ordered {
    background-color: #ffca4e;
}

.ready {
    background-color: #94ff97;
}

.realized {
    background-color: #5dbc56;
}

.realizedotherway  {
    background-color: #008c44;
}

.proposedbysystem {
    background-color: #808080;
}

.measureyear:hover,
.table-striped > tbody > tr:nth-child(odd) > td.measureyear:hover,
.table-striped > tbody > tr:nth-child(even) > td.measureyear:hover {
    background-color: white;
    box-shadow: 0 0 5px 0px gray;
    position: relative;
}

/* fix hover-scroll bug for last row */
tr:last-of-type > td.measureyear:hover {
    box-shadow: -1px 0px 0px #b5b5b5, 0px -1px 0px #b5b5b5, 1px 1px 0px #b5b5b5 !important;
}

.disabled-pill {
    color: #ccc;
    cursor: default;
    pointer-events: none;
}
    .disabled-pill:hover {
        background: #f1f1f1 !important;
        color: #ccc;
    }

/* Copy order wizard */
ul.wizard-tabs {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}

    ul.wizard-tabs li {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        margin: 5px 1px 0 0;
        text-indent: 30px;
        position: relative;
        margin-right: 10px;
    }

        ul.wizard-tabs li:before {
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            left: -2px;
            border-style: solid;
            border-width: 25px 0 25px 15px;
            border-color: transparent transparent transparent #fff;
            z-index: 0;
        }

        ul.wizard-tabs li:first-child:before {
            border-color: transparent;
        }

        ul.wizard-tabs li a:after {
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            right: -15px;
            border-style: solid;
            border-width: 25px 0 25px 15px;
            border-color: transparent rgba(191, 40, 40, 0) transparent #f1f1f1;
            z-index: 10;
            transition: all 0.5s;
        }

        ul.wizard-tabs li.active a {
            background: var(--main);
            color: white;
            z-index: 100;
            transition: background-color 0.5s;
        }

        ul li.active a:after {
            border-left-color: var(--main);
            transition: all 0.5s;
        }

        ul.wizard-tabs li a {
            display: block;
            background: #f1f1f1;
            transition: background-color 0.5s;
            padding-right: 25px;
        }

            ul.wizard-tabs li a:hover {
                background: var(--main-light);
                color: white;
            }

                ul.wizard-tabs li a:hover:after {
                    border-color: transparent transparent transparent var(--main-light);
                }

            ul.wizard-tabs li a.disabled-pill:hover {
                background: var(--main-light);
                color: #ccc;
                text-decoration: none;
            }

            ul.wizard-tabs li a.disabled-pill::after {
                border-color: transparent rgba(191, 40, 40, 0) transparent #f1f1f1;
                transition: background-color 0.5s;
            }

.folder-link {
    margin-left: 10px;
}


/* card reports order wizard */
ul.report-wizard-tabs {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}

ul.report-wizard-tabs li {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 145px;
    margin: 5px 1px 0 0;
    text-indent: 30px;
    position: relative;
    margin-right: 10px;
}

ul.report-wizard-tabs li:before {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    left: -2px;
    border-style: solid;
    border-width: 25px 0 25px 15px;
    border-color: transparent transparent transparent #fff;
    z-index: 0;
}

ul.report-wizard-tabs li:first-child:before {
    border-color: transparent;
}

ul.report-wizard-tabs li p:after {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    right: -15px;
    border-style: solid;
    border-width: 25px 0 25px 15px;
    border-color: transparent rgba(191, 40, 40, 0) transparent #f1f1f1;
    z-index: 10;
    transition: all 0.5s;
}   

ul.report-wizard-tabs li.active p {
    background: var(--main);
    color: white;
    z-index: 100;
    transition: background-color 0.5s;
}

ul li.active p:after {
    border-left-color: var(--main);
    transition: all 0.5s;
}

ul.report-wizard-tabs li p {
    display: block;
    background: #f1f1f1;
    transition: background-color 0.5s;
}


/* Non clickable wizard tabs */
ul.nonclickable-wizard-tabs {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}

    ul.nonclickable-wizard-tabs li {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        margin: 5px 1px 0 0;
        text-indent: 30px;
        position: relative;
        margin-right: 10px;
    }

        ul.nonclickable-wizard-tabs li:before {
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            left: -2px;
            border-style: solid;
            border-width: 25px 0 25px 15px;
            border-color: transparent transparent transparent #fff;
            z-index: 0;
        }

        ul.nonclickable-wizard-tabs li:first-child:before {
            border-color: transparent;
        }

        ul.nonclickable-wizard-tabs li p:after {
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            right: -15px;
            border-style: solid;
            border-width: 25px 0 25px 15px;
            border-color: transparent rgba(191, 40, 40, 0) transparent #f1f1f1;
            z-index: 10;
            transition: all 0.5s;
        }

        ul.nonclickable-wizard-tabs li.active p {
            background: var(--main);
            color: white;
            z-index: 100;
            transition: background-color 0.5s;
        }

            ul.nonclickable-wizard-tabs li.active p:after {
                border-left-color: var(--main);
                transition: all 0.5s;
            }

        ul.nonclickable-wizard-tabs li p {
            display: block;
            background: #f1f1f1;
            transition: background-color 0.5s;
            padding-right: 25px;
        }

        ul.nonclickable-wizard-tabs li p.disabled-pill:hover {
            background: #f1f1f1;
            color: #ccc;
            text-decoration: none;
        }

        ul.nonclickable-wizard-tabs li p.disabled-pill::after {
            border-color: transparent rgba(191, 40, 40, 0) transparent #f1f1f1;
            transition: background-color 0.5s;
        }


/* Mobile friendly wizard tabs */
ul.mobile-wizard-tabs {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}

    ul.mobile-wizard-tabs li {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        margin: 5px 1px 0 0;
        text-indent: 15px;
        position: relative;
        margin-right: 5px;
    }

        ul.mobile-wizard-tabs li:before {
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            left: -2px;
            border-style: solid;
            border-width: 25px 0 25px 10px;
            border-color: transparent transparent transparent #fff;
            z-index: 0;
        }

        ul.mobile-wizard-tabs li:first-child:before {
            border-color: transparent;
        }

        ul.mobile-wizard-tabs li p:after {            
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            right: -10px;
            z-index: 10;
            transition: all 0.5s;
        }

        ul.mobile-wizard-tabs li.active p {
            background:var(--main);
            color: white;
            z-index: 100;
            transition: background-color 0.5s;
        }

ul.mobile-wizard-tabs li p {
    display: block;
    background: #f1f1f1;
    transition: background-color 0.5s;
    padding-right: 25px;
}

    ul.mobile-wizard-tabs li p.disabled-pill:hover {
        background: #f1f1f1;
        color: #ccc;
        text-decoration: none;
    }

    ul.mobile-wizard-tabs li p.disabled-pill::after {
        border-color: transparent rgba(191, 40, 40, 0) transparent #f1f1f1;
        transition: background-color 0.5s;
    }



/* QR code info block */

.QR-code-info-block {
    height: 145px;
    border: 2px solid var(--main);
    border-radius: 10px;
    margin-bottom: 15px;
}

    .QR-code-info-block:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em; /* Adjusts for spacing */
    }

.QR-image {
    padding: 10px;
}

.QR-code-property {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 3px;
    font-size: 14px;
}

.QR-BC-logo {
    width: 100px;
    position: absolute;
    bottom: 20px;
}

.QR-code-info {
    display: inline-block;
    padding: 10px 15px;
    height: 145px;
}

.dont-split {
    page-break-inside: avoid;
}

/* table-striped double */
.address-row > td {
    border-top: none !important;
    padding-top: 0 !important;
}
.groups-of-two > tbody > tr:nth-child(4n), .groups-of-two > tbody > tr:nth-child(4n-1) {
    background: #f9f9f9;
}


.sitediary-section-input {
    padding-left: 40px;
}

/*Places icon inside a text input*/
.sitediary-section-icon-span {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    color: black;
}

.sitediary-span-truncate {
    display: block !important; 
    white-space: nowrap; 
    text-overflow: ellipsis; 
    width: 100%;
    overflow: hidden;
}

.system-level-news-row {
    background-color: rgba(255, 98, 0, 0.6) !important;
}

.system-level-news-row-icon {
    width: 30px; 
    height: 30px
}

.news-row-text-container{
    cursor: pointer;
    min-height: 40px;
}

.news-row-text-closed
{
    overflow: hidden;
    height: 40px;
}

.news-mark-all-as-read-container {
    text-align: center; 
    margin-bottom: 5px; 
    margin-top:5px;
}

.force-break {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.toggle-accept {
    width: 120px;
}
.tc-label {
    padding-left: 10px;
}
.table-hover tbody tr {
    cursor: pointer;
}

#procurement-decision-attachment-error {
    display:none !important;
}
.table-container {
    overflow-x: auto;
}
.table-container > .table-fixed {
    min-width: 768px;
}
.table-row-expand > td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.table-row-expand.expanded > td {
    overflow: unset !important;
    text-overflow: unset !important;
    white-space: unset !important;
}
.modal {
    overflow: auto !important;
}
.massedit-input.edited {
    outline: 0;
    outline: thin dotted \9;
    border-color: #6ae82d;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(18, 140, 32, 0.6);
}
#system-search-div span {
    height: 34px;
    line-height: 34px;
}
.ie-table-overflow-fix {
    overflow-y: hidden;
}
.jstree-hidden-folder {
    opacity: 0.5;
}
.role-visible {
    display: table-row;
}
.role-hidden {
    display: none;
}

#rfplist-container {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 0px 4px 4px 4px;
}
ul.list-group-striped > li:nth-of-type(odd) {
    background-color: #f9f9f9;
}

div.list-group-striped > .project-role-row:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.label-text-right {
    text-align: right;
    padding-top: 7px;
}
.inline-padding {
    padding-top: 7px;
}
.list-group-item.distribution-list {
    color: var(--main);
}
.jstree-checkbox-disabled {
    visibility: hidden !important;
}
.force-hide {
    display: none !important;
}
.tablesorter-header-text {
    float: left;
    display: block;
    width: 80%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.tablesorter-order-icon {
    float: left;
    display: block;
    width: 20%;
}
.no-order-icon .tablesorter-order-icon {
    display: none !important;
}
.no-order-icon .tablesorter-header-text {
    width: 100%;
}
#jstree-marker {
    z-index: 2000;
}
#all-org-projects-table input::-ms-clear {
    display: none !important;
}

#bcHelpWidget {
    z-index: 999999;
    right: 0;
    box-sizing: border-box;
    position: fixed;
}

#bcHelpWidgetContent {
    margin-right: 16px;
    margin-left: 16px;
    padding: 15px;
    border-radius: 8px;
    background: rgb(48, 170, 188);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: center;
}

#bcHelpLink {
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: large;
    font-family: system-ui,sans-serif;
}

.on-drag-hover {
    border-bottom: solid !important;
    border-bottom-color: var(--main) !important;
}

#sort-tree a {
    height: auto;
    margin-right: 30px;
    white-space: normal !important;
}

.timeline-name-link:hover {
    text-anchor: end;
    text-decoration: underline;
    fill: var(--main-light);
}

.timeline-name-link {
    text-anchor: end;
    fill: var(--main);
}

.circle {
    height: 13px;
    width: 13px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.box {
    height: 13px;
    width: 13px;
    display: inline-block;
}

.scroll-y-300px {
    max-height: 300px;
    overflow-y: auto;
}

.normal-label {
    font-weight: normal;
}

.table-cursor-default > tbody > tr {
    cursor: default !important;
}

.cdefiles {
    position: absolute;
    z-index: 1000;
    background-color: #f1f1f1;
    bottom: 15px;
    right: 15px;
    border-bottom: 2px solid black;
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
 }

.cde-selected-files-table {
   
    display:block;
    max-height: 200px;
    overflow-y: auto;
    margin-left: 4px;
    margin-right: 4px;
}

@media(max-width:993px) {
    #secure-bank-notify-modal-dialog {
        margin: 100px auto 0 auto !important;
    }
}

@media print {
    .qr-code-print {
        display: flex;
    }

    #upkeep-measures-list .measure-width {
        min-width: 200px !important;
        width: 200px !important;
    }

    #upkeep-measures-list .measure-width-footer {
        min-width: 400px !important;
        width: 400px !important;
    }
    #scrolling-measure-list {
        max-height: unset !important;
    }

    .proposal {
        background-color: #e8adf2 !important;
    }

    .approvedgenerally {
        background-color: #00b4de !important;
    }

    .approvedforyear {
        background-color: #68f3d5 !important;
    }

    .ordered {
        background-color: #ffca4e !important;
    }

    .ready {
        background-color: #94ff97 !important;
    }

    .realized {
        background-color: #5dbc56 !important;
    }

    .realizedotherway {
        background-color: #008c44 !important;
    }

    .proposedbysystem {
        background-color: #808080 !important;
    }

    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    color: #fff;
    background: var(--main) !important;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
    color: #fff;
    background: var(--main) !important;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: var(--table-selected-background) !important;
}