﻿
.faded {
    opacity: 0.4;
}

.expired-subscription-alert {
    border: 1px dotted grey;
    padding: 0.5rem;
    border-radius: 5px;
}

.btn.orange {
    text-align: center;
    background-color: var(--foresite-primary-darken);
    background-image: none;
    font-family: Arial, Open Sans;
    /*font-weight: 600;*/
    /*text-transform: uppercase;*/
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
    /*color: #fff;*/
    border-top-width: 2px;
    border-top-color: var(--foresite-primary-darken);
    border-top-style: solid;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-right-width: 2px;
    border-right-color: var(--foresite-primary-darken);
    border-right-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: var(--foresite-primary-darken);
    border-bottom-style: solid;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-left-width: 2px;
    border-left-color: var(--foresite-primary-darken);
    border-left-style: solid;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
}

.btn:hover {
    /*color: #fff;*/
}

.btn:active {
    border-color: inherit;
}

.btn:focus {
    box-shadow: inherit;
}

/* Hide the dropdown arrow */
.dropdown-toggle::after {
    display: none;
}

footer {
    position: fixed;
    bottom: 0;
}

img.header-logo {
    max-height: 4rem;
    width: 100%
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.req-field {
    color: red;
    font-weight: 800;
}

.signature-pad {
    display: flex;
    justify-content: space-between;
    width: 90%;
    border: 1px dashed black;
    border-radius: 5px;
}

.signature-image {
    width: inherit;
}

.vertical-text {
    -webkit-transform: rotate(220deg);
    padding-top: 0.5rem;
    writing-mode: vertical-lr;
}

.cdm-modal .modal-body {
    padding: 0;
}

.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-weight: normal;
    color: black;
}

table.hazard-allocator-table {
    table-layout: fixed;
    width: 100%;
    font-size: 0.7rem;
}

.hazard-allocator-table .col-id {
    /*width: 4rem;*/
    max-width: 1%;
}

.hazard-allocator-table .col-risk {
    width: 22rem;
}

.hazard-allocator-table .col-without-controls {
}

.hazard-allocator-table .col-control {
    width: 26rem;
}

.hazard-allocator-table .col-with-controls {
}

.hazard-allocator-table .col-applicable {
    width: 7%;
    /*width: fit-content;*/
}

.hazard-allocator-table .col-buttons {
    /*width: 12%;*/
    width: fit-content;
    white-space: nowrap;
}

.hazard-allocator-table .col-buttons button {
    /*width: 90%;*/
}

.risk-rating-value {
    display: inline-block;
    text-align: center;
}

.hazard-checkbox-wrapper {
    display: flex;
    white-space: normal;
    word-wrap: break-word;
}

hazard-checkbox-label {
    padding-left: 1rem;
    word-wrap: break-word;
}

.tasks-container {
    padding: 1rem;
    border-radius: 6px;
}

.drop-region {
    background-color: aliceblue;
    transition: ease 0.2s;
}

.rich-text-editor {
    height: 15rem;
}

.wpp-entry-incomplete {
    background-color: antiquewhite;
}

div.rz-html-editor {
    height: 40vh;
}

.has-inline-comment:hover .inline-comment {
    visibility: visible;
    opacity: 1;
}

.inline-comment {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.1s linear, opacity 0.1s linear;
    color: #b3b3b3;
    margin-left: 1.5rem;
}

/*button.nav-link.active {
    color: #433e3e !important;
    background-color: #ffe363 !important;
}*/
