﻿.standards-master-container {
    width: 94%;
    max-width: 1500px;
    min-width: 825px;
    margin: 0 auto;
}

    .standards-master-container * {
        box-sizing: border-box;
    }

.standard-div {
    border: 1px solid #DDD;
    padding: 5px;
    text-align: left;
    margin: 5px auto;
    box-shadow: 0px 2px 2px #BBB;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 50px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

    .standard-div .standard-text-container {
        width: 100%;
    }

    .standard-div .standard-text {
        min-height: 2.25em;
        max-height: 1000px;
        transition: max-height 300ms;
    }

    .standard-div.standard-collapsed .standard-text {
        max-height: 2.25em;
        overflow: hidden;
    }

    .standard-div .standard-met-status {
        padding-top: .25em;
    }

    .standard-div .standard-time-frame {
        text-align: center;
        font-weight: bold;
        white-space: nowrap;
        color: #636363;
        padding: 5px;
    }

    .standard-div .standard-toggler {
        font-size: 24pt;
        color: #636363;
        text-align: center;
        padding-left: 5px;
        padding-right: 10px;
    }

    .standard-div:not(.standard-collapsed) .standard-toggler {
        transform: rotateX(180deg);
    }

.info-div {
    display: none;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
}

    .info-div a {
        color: rgb(0, 102, 204);
    }

.info-div.view-mode .edit-mode-only{
    display: none;
}

.info-div.edit-mode .view-mode-only{
    display: none;
}

.info-div-inner-container {
    background-color: #EEE;
    text-align: left;
    box-shadow: 0px 2px 4px #BBB;
    margin: auto;
    padding: 15px;
    padding-bottom: 30px;
}


textarea.new-note {
    width: 100%;
    max-width: 800px;
    height: 45px;
}

.review-div {
    text-align: center;
}

    .review-div hr {
        border-width: 2px;
    }

    .review-div .review-div-header {
        font-weight: bold;
    }

    .review-div textarea {
        width: 70%;
        height: 150px;
        margin-bottom: 1em;
        display: block;
        margin: .5em auto;
    }

    .review-div .review-div-help-message {
        max-width: 70%;
        font-style: italic;
        margin: .5em auto;
    }

.review-sent-success-div {
    font-weight: bold;
    text-align: center;
    display: none;
}


.approval-button {
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.ddl-docs {
    max-width: 300px;
    margin-right: .5em;
    margin-left: .5em;
}

.detail-items-div {
    position: relative;
}

.status-items-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 110px;
    align-items: center;
}

.detail-items {
    display: inline-block;
}

.note-div {
    text-align: left;
    word-wrap: break-word;
    margin-top: .5em;
    margin-bottom: .5em;
}

.note-edit-container {
    display: flex;
    padding-top: .25em;
    padding-bottom: .25em;
    align-items: center;
    width: 100%;
}

    .note-edit-container .note-edit {
        width: 100%;
    }

        .note-edit-container .note-edit .note-display {
            width: 100%;
            padding: 0.25em;
            margin-left: 0.5em;
        }

        .note-edit-container .note-edit .note-textarea-container {
            display: none;
        }

    .note-edit-container .note-textarea-container textarea {
        max-width: 800px;
        margin-left: .5em;
        height: 45px;
        width: 100%;
    }


.note-div .note-details {
    padding-top: .5em;
}

.note-div .update-cancel {
    display: none;
}

.new-note-button {
    margin-top: 1em;
}

.category-header {
    background-color: #002664;
    margin-top: 15px;
    padding: 10px;
    color: white;
    width: 45%;
    box-shadow: 1px 1px 1px gray;
    font-size: 16pt;
    font-weight: 600;
    border-top-right-radius: 40px;
}

.category-help {
    color: white;
    margin-left: 1em;
    text-decoration: underline;
    font-size: 12pt;
    cursor: pointer;
    font-weight: normal;
}

.horizontal-div {
    height: 1px;
    margin: 10px auto;
    background-color: white;
    box-shadow: 2px 2px 2px #AAA;
}

.standard-link-container {
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    left: 20px;
    bottom: 10px;
}
    .standard-link-container a{
        padding-right: .25em;
    }
    .standard-link-container a:not(:first-of-type) {
        border-left: 1px solid #a7a7a7;
        padding-left: .25em;
    }
.submit-to-ed {
    position: absolute;
    right: 20px;
    bottom: 10px;
}
    .standard-link-container, .submit-to-ed a {
        padding-right: .25em;
        text-decoration: underline;
        cursor: pointer;
    }

.clear-div {
    clear: both;
}


.edit-items {
    margin-top: 5px;
    margin-bottom: 10px;
}


.Help {
    text-align: right;
    float: right;
    position: relative;
    margin-top: -0px;
    width: 30px;
}

.Notes {
    text-align: center;
    float: right;
    margin-top: 20px;
    width: 52%;
}


.label-span {
    margin-left: 10px;
    margin-right: -5px;
}

.button {
    color: blue;
    border: none;
    padding: 0 !important;
    font: inherit;
    background-color: #EEE;
    text-decoration: underline;
    cursor: pointer;
}

.not-met {
    color: #ee0000;
    font-weight: bolder;
}

.awaiting-approval {
    color: #EAAB00;
    font-weight: bold;
}

.met {
    color: green;
    font-weight: bold;
}

.no-status {
    color: gray;
    font-weight: bold;
}

.yellow-warning {
    color: #EAAB00;
    font-weight: bold;
}

.required {
    color: #ee0000;
    display: none;
}

/*********classes for OSNavigation**********/

.os-navigation {
    align-content: center;
    margin-top: 1em;
}

    .os-navigation a {
        text-decoration: none;
    }

.div-goal-nav {
    display: inline-block;
    align-content: center;
    width: 310px;
    margin-left: 2px;
    margin-right: 2px;
}

.div-goal-nav-link {
    background-color: #4D4F53;
    border-radius: 5px;
    padding: 2px;
    box-shadow: 3px 3px 5px #888888;
}

    .div-goal-nav-link:hover {
        background-color: #9A9B9C;
    }

    .div-goal-nav-link.dimBackground {
        background-color: #4D4F53 !important;
        cursor: default !important;
    }

.div-cat-nav {
    background-color: #022664;
    border-radius: 5px;
    margin: 4px;
    padding: 2px;
    width: 300px;
    align-content: center;
    box-shadow: 3px 3px 5px #888888;
}

    .div-cat-nav:hover {
        background-color: #122135;
        cursor: pointer;
    }

    .div-cat-nav.dimBackground {
        background-color: #022664 !important;
        cursor: default !important;
    }

.lb-goal-nav {
    font-size: 12pt;
    color: white;
}

.lb-cat-nav {
    font-size: 12pt;
    color: white;
}


.documentation-type-header {
    font-style: italic;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    left: 25px;
    top: -6px;
    background: #eeeeee;
}

.invalid-documentation-types {
    color: #EE0000;
}

.documentation-types-master-container {
    margin-top: 1.5em;
    display: flex;
    flex-wrap: wrap;
}

.documentation-type-container {
    border: 1px solid black;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 0.5em;
    min-width: 350px;
    max-width: 900px;
    padding: 10px;
    padding-top: 15px;
    position: relative;
}

    .documentation-type-container.acceptable-types {
        margin-right: 1.25em;
    }

    .documentation-type-container.previously-selected-types {
        max-width: 400px;
    }

        .documentation-type-container.previously-selected-types ul {
            margin-top: 0.25em;
            margin-bottom: 0.25em;
        }

.documentation-type-group-header {
    font-weight: bold;
}

.documentation-type-checkbox {
    display: flex;
}

    .documentation-type-checkbox.invalid:before {
        content: '*';
        color: red;
        font-weight: bold;
    }

.document-container {
    border-bottom: 1px solid #afafaf;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    padding-left: 0;
    max-width: 100%;
}

    .document-container:last-of-type {
        border-bottom: none;
    }

    .document-container input[type='text'] {
        width: 250px;
    }

    .document-container .document-link {
        margin-bottom: .0em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        text-decoration: underline;
    }

    .document-container .reference-detail-container {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .document-container .btn-remove-document {
        margin-right: .4em;
        cursor: pointer;
        transition: color 250ms;
    }

        .document-container .btn-remove-document:hover {
            color: red;
        }

.btn-add-document {
    margin-left: 5px;
}

.date-of-compliance-textbox{
    width: 100px;
}
.info-div.edit-mode .date-of-compliance-textbox.invalid {
    background-color: red !important;
    color: white !important;
    font-weight: bold !important;
}

.initials-textbox{
    width: 40px;
}

#MetCount {
    font-weight: bold;
    font-size: 14pt;
}
/*for ADA complinace, elements with this class are not visible, but screen readers will read them*/
.Hide {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.char-count {
    margin-bottom: .5em;
}

    .char-count.warning {
        color: red;
    }

.help-tooltip-trigger {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

#helpPopup {
    height: auto;
    max-height: 90%;
    min-width: 600px;
    overflow: auto;
    border: 3px solid black;
    padding: 10px;
    background-color: white;
    text-align: center;
    position: fixed;
    z-index: 10001;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.alerts-toggler{
    text-align: center;
    display: block;
}

.alert-time-frame-fixed-container {
    position: absolute;
    right: 10px;
    border: 1px solid #9b9b9b;
    padding: 5px;
    background-color: white;
    z-index: 1;
}

.alert-time-frame-inner-container {
    display: none;
}
.alert-time-frame-inner-container.toggled {
    display: inline;
}
