/* Minification failed. Returning unminified contents.
(255,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(256,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(257,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(261,23): run-time error CSS1039: Token not allowed after unary operator: '-addButtonWidth'
(262,24): run-time error CSS1039: Token not allowed after unary operator: '-trashButtonWidth'
(264,15): run-time error CSS1039: Token not allowed after unary operator: '-gapWidth'
(274,15): run-time error CSS1039: Token not allowed after unary operator: '-gapWidth'
(278,17): run-time error CSS1039: Token not allowed after unary operator: '-addButtonWidth'
(302,17): run-time error CSS1039: Token not allowed after unary operator: '-trashButtonWidth'
(323,24): run-time error CSS1039: Token not allowed after unary operator: '-trashButtonWidth'
 */
input, textarea {
    max-width: none !important;
}

textarea {
    resize: vertical;
}

.head {
    display: block;
    background: white;
    width: 100%;
    border-bottom: solid 1px lightgray;
}

.logo-container {
    display: inline-block;
    vertical-align: top;
    line-height: 60px;
}

.logo-container img {
    max-width: none !important;
    height: 40px;
}

.one-required {
    font-weight: bold;
}

.submit-fail-message, .captcha-fail-message, .submit-fail-fields, .email-sent-message, .invalid-revision-list {
    color: #a94442;
    font-size: 20px;
    font-weight: bold;
    list-style: disc;
    list-style-position: inside;
}

#primary-contact-email-invalid-error, #secondary-contact-email-invalid-error {
    font-size: 14px;
    color: #a94442;
    font-weight: bold;
    margin-bottom: 15px;
}

.primary-contact-email-invalid-row, .secondary-contact-email-invalid-row {
    display: none;
    margin-bottom: 15px;
}

.trash-button-for-file {
    border: 0;
    background-color: inherit;
    margin-right: 5px;
}

ul {
    list-style: none;
    padding-left: 0
}

li {
    margin-bottom: 5px;
}

.limit-reached {
    border: 2px solid red;
}

.body-content {
    width: 100% !important;
}

h3 {
    font-size: 14px !important;
    font-weight: 700;
}

.excel-budget-workplan-ul, .governing-board-ul, .additional-documents-ul {
    list-style: none;
}

.top-description-ul {
    padding-left: 0;
    margin-top: 10px;
}

#esf-form {
    margin-top: 10px;
}

.align-right {
    text-align: right;
}

.top-description, .please-note {
    margin-top: 10px;
    margin-bottom: 10px;
}

.required:after {
    font-size: 20px;
    display: none;
}

.required {
    font-size: 14px;
}

a {
    cursor: pointer;
}

.modal-body li input {
    width: 100%;
    height: 30px;
    margin-bottom: 15px;
}

.assessment-documents-ul input {
    margin-left: 10px;
}

#assessment-documents-label {
    margin-bottom: 10px;
    margin-top: 10px;
}

.assessment-documents-ul {
    list-style: inside;
}

.saved-assessment-comment {
    width: 100%;
    margin-top: 5px;
}

.assessment-delete-button {
    height: 30px;
}

.box-body-aligned, .box-header-aligned {
    padding: 5px 10px 5px 10px !important;
}

.box-body-aligned-view, .box-header-aligned-view {
    padding: 5px 10px 5px 5px !important;
}

.no-side-padding {
    padding-right: 0;
}

.container-fluid .text-center {
    visibility: hidden;
}

.level-column .form-group {
    margin-left: 0;
    margin-right: 0;
}

    .level-column .form-group .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }

#hypothesis-table tbody {
    border-collapse: separate;
    border-spacing: 0 5px;
}

#hypothesis-table .form-group {
    margin-bottom: 0;
}

.hypothesis-add-col {
    width: 37px;
    padding-bottom: 15px;
}

.hypothesis-col {
    padding-left: 1rem;
    width: 24%;
    vertical-align: top;
    position: relative;
    padding-bottom: 10px;
    font-weight: normal;
    resize: vertical;
}

    .hypothesis-col input {
        height: 74px;
    }

.hypothesis-trash-col {
    width: 37px;
    padding-bottom: 15px;
}

    .hypothesis-trash-col .fa.fa-trash {
        font-size: 15px;
    }

.delete-hypothesis-item {
    padding-top: 5px;
    border: 0;
    background-color: inherit;
}

.hypothesis .createNewHypothesis {
    visibility: hidden;
    background-color: inherit;
    position: relative;
    z-index: 999;
}

.hypothesis tr:last-of-type .createNewHypothesis {
    visibility: visible;
}

.outcome-tables .outcome-table-label .control-label {
    width: 100%;
}

#validate-btn-check {
    color: green;
    display: none;
    margin-left: 1rem;
}

@media only screen and (max-width: 1200px) {
    .outcome-tables .outcome-table-label .control-label {
        text-align: initial;
        width: auto;
    }
}

.createNewRisk {
    visibility: hidden;
    background-color: inherit;
}

.risk-row:last-of-type .createNewRisk {
    visibility: visible;
}


.tooltip-inner {
    min-width: 250px !important;
    text-align: left !important;
}

.risk-header, .risk-row {
    --addButtonWidth: 37px;
    --trashButtonWidth: 37px;
    --gapWidth: 2rem;
}

.risk-header {
    margin-left: var(--addButtonWidth);
    margin-right: var(--trashButtonWidth);
    display: flex;
    gap: var(--gapWidth);
}

.risk-row {
    display: flex;
}

.risk-data {
    display: flex;
    width: 100%;
    gap: var(--gapWidth);
}

.risks-plus-column {
    width: var(--addButtonWidth);
}

.risks-name-column,
.risks-mitigation-column {
    width: 35%;
}

.risks-impact-column,
.risks-probability-column {
    width: 15%;
}

.risk-data .select2-container {
    min-width: 100px;
    width: 100% !important;
}

.risks-trash-column {
    margin-top: 3px;
    font-size: 15px;
}

.risks-trash-column .delete-additional-risk-item {
    width: var(--trashButtonWidth);
}

.form-button-container {
    text-align: center;
    margin-top: 20px;
}

    .form-button-container input {
        display: inline-block;
    }

.default-layout {
    direction: ltr;
}

.arabic-layout {
    direction: rtl !important;
}

.arabic-output-header {
    margin-right: var(--trashButtonWidth);
}

/*.icheck-primary.arabic-layout {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .icheck-primary.arabic-layout input[type="radio"] {
        margin-left: 10px;*/ /* Space between radio and label */
    /*}*/
/*.arabic-sustainability-header {
    margin-right: var(--trashButtonWidth);
}*/

@media (min-width: 990px) {
    .col-md-offset-right-3 {
        padding-right: 26% !important;
    }
}

@media (max-width: 991px) {
    .col-md-offset-right-3 {
        padding-right: 0 !important;
    }
}

.delete-additional-risk-item {
    padding-top: 5px;
    border: 0;
    background-color: inherit;
}

.hint, .hint:active, .hint:hover, .hint:focus {
    padding-left: 3px;
    padding-right: 3px;
    color: #c02c2c;
    font-size: 16px;
}

.bold {
    font-weight: bold;
}

.introduction-ending {
    font-size: 13px;
}

.hypothesis-data .field-display {
    margin-top: 10px;
    transform: none !important;
}

/*Revision process*/
.no-side-padding {
    padding-right: 0;
}

.info-icon {
    text-align: right;
    font-size: 18px;
}

#modal-close {
    font-size: 30px;
    color: black;
    opacity: 1;
    margin-right: 5px;
}

.announcement-text {
    word-break: break-word;
    text-align: justify;
}

.no-left-padding {
    padding-left: 0;
}

.fa-pencil, .fa-times {
    color: #E2001A;
    padding-bottom: 10px;
}

.cover-pencil {
    font-family: 'FontAwesome';
    content: '\f040';
    position: absolute;
    right: 50%;
    color: #E2001A;
    font-size: large;
}

.nowrap {
    white-space: nowrap;
}

.inline {
    display: inline;
}

.moxie-shim, .upload-pencil, .textarea-pencil {
    position: inherit !important;
}

.upload-pencil, .textarea-pencil {
    top: -10px;
}

.red-bordered {
    border: 2px solid #E2001A !important;
}

/*.lightgreen {
    background-color: lightgreen !important;
}*/

.align-center {
    text-align: center;
}

#to-plus, #cc-plus {
    margin-left: 5px;
}

.modal-lg {
    width: 90% !important;
}

    .modal-lg .modal-body {
        max-height: none !important;
    }

#FullEmailText {
    height: calc(100vh - 250px);
}

#to-address, #cc-address, #Subject {
    width: 100%;
}

#FullEmailText {
    word-break: break-word;
    text-align: justify;
}

.field-validation-error {
    display: block;
}

.inline-flex {
    display: inline-flex;
}

#Subject {
    word-break: break-word;
}

.subject-col .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid .text-center {
    visibility: hidden;
}

.previous-files-ul li {
    text-decoration: line-through;
}

.current-answer, .invalid-listitem, .current-file {
    font-weight: bold;
}

.form-revision-comment, .outcome-table .form-revision-comment {
    font-weight: bold;
    font-size: 14px;
}

    .form-revision-comment span {
        background-color: yellow;
    }

.invalid-message {
    margin: auto;
    width: 60%;
}

.flex {
    display: flex;
}

.field-validation-error {
    font-weight: 600;
    font-size: 15px;
}

.fake-field {
    padding: 0.5rem;
    border: 1px solid #d2d6de;
    background-color: #eee;
    margin-bottom: 1rem;
    min-height: 32px;
}


form .outcome-table.outcome-table-display .form-group, .confirm-conditions-col .form-group {
    margin-bottom: 0;
}

.outcome-table .fa-pencil, .risk-row .fa-pencil, .hypothesis-row .fa-pencil {
    float: right;
    padding-right: 2px;
    padding-top: 2px;
}

.outcome-sustainability .fa-pencil, .view-risks .fa-pencil, .view-learnings .fa-pencil, .outcome-sustainability .fa-times, .risk-item .fa-pencil, .learning-item .fa-pencil, .risk-item .fa-times, .learning-item .fa-times {
    float: right;
    padding-right: 2px;
}

.fa-pencil {
    cursor: pointer;
}


.moxie-shim.moxie-shim-html5 {
    display: none;
}

.outcome-comment {
    margin-bottom: 20px;
}

.outcome-comment-header {
    font-size: 14px;
    margin-bottom: 4px;
}

.risks .form-revision-comment, .learnings .form-revision-comment {
    padding-left: 50px;
}

.outcome-revision-comment {
    flex: 0 0 100%;
}

.change-deleted {
    /*background-color: lightcoral;*/
}

.change-added {
    text-decoration: none;
    background-color: lightgreen;
}

.previous-answer-container {
    min-height: 2rem;
}


#__GoverningBoardSeniorManagements_container .input-group-btn,
#__AdditionalDocuments_container .input-group-btn {
    /*fix for upload button position with pencil icon (revision) */
    padding-bottom: 12px;
}

.outcome-table .outcome-table-changed-field {
    border: 3px solid green !important;
}

.new-item {
    border: 3px solid green !important;
    padding-top: 10px;
    margin-top: 3px;
}

.outcome-table-display .outcome-trash-column {
    display: none;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 3px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #E2001A;
}

input:focus + .slider {
    box-shadow: 0 0 1px #E2001A;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 24px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.padding-on-top {
    padding-top: 10px;
}

#EmailPreview {
    border-radius: 0px;
    border-color: rgb(210, 214, 222);
    padding: 0px 12px;
    border-width: 1px;
    border-style: solid;
    margin: 15px;
    margin-top: 0;
}

    #EmailPreview ul {
        list-style: disc;
        padding-left: 12px;
    }

.email-preview {
    visibility: hidden;
}

.email-preview-label-div {
    margin-top: 10px;
    padding-left: 30px;
}

    .email-preview-label-div label {
        margin-bottom: 0;
    }

#preview {
    font-weight: 500;
    height: 30px;
}

.styling-button-container {
    display: flex;
    justify-content: space-between; /* Distributes buttons evenly */
    gap: 10px;
}

    .styling-button-container button {
        min-width: 30px;
    }
