﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/* styles from app.css initial template */

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* end styles from app.css initial template */

/* project-specific styling intended to be applicable to all components below this point */
/* should be migrated to "closest" component where the css should be in scope */

.app-content {
    padding: 24px;
    background-color: #F0F1F2;
    min-height: 95vh;
    z-index: -2;
}

a, .btn-link {
    color: #376B7F;
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
    }

.bkd-table thead th {
    background-color: white;
}

.bkd-table .table td, .table th {
    border: 0px solid gray;
}

.bkd-table tbody tr:nth-child(odd) {
    background-color: white;
}

.bkd-table tbody tr:nth-child(even) {
    background-color: white;
}


.bkd-table-disabled thead th {
    background-color: white;
    color: #747678 !important;
}

.table.bkd-table-disabled {
    color: #747678 !important;
}

.new-btn {
    margin: 10px;
    float: right;
}

.new-btn-inactive {
    color: #747678 !important;
    float: right !important;
}


.edit-btn {
    float: left;
    padding: 0px;
    margin-left: 2.5px;
    margin-right: 2.5px;
    color: #376B7F !important;
    cursor: pointer;
}

.edit-btn:hover {
    text-decoration: underline !important;
}

.edit-btn-red {
    float: left;
    padding: 0px;
    margin-left: 2.5px;
    margin-right: 2.5px;
    color: red;
}

.edit-btn-inactive {
    float: left;
    padding: 0px;
    margin-left: 2.5px;
    margin-right: 2.5px;
    color: #747678 !important;
}

.del-btn {
    float: left;
    padding: 0px;
    margin-left: 2.5px;
    margin-right: 2.5px;
    color: #C8102E !important;
    cursor: pointer;
}

.del-btn-inactive {
    float: left;
    padding: 0px;
    margin-left: 2.5px;
    margin-right: 2.5px;
    color: #747678 !important;
}

.del-btn:hover {
    text-decoration: underline !important;
}


.form-btn {
    width: 100px !important;
}

.bkd-table {
    border: 0px solid gray;
}

.table-container {
    padding: 2rem;
    background-color: white;
    overflow-y: auto;
    overflow-x: auto;
    border-radius: 4px;
    border: 1px solid #DEDEE0;
}

.category-container {
    margin-top: 10px;
    padding: 20px;
    background-color: white;
    overflow-y: auto;
    border-radius: 4px;
    border: 1px solid #DEDEE0;
}

input {
    border-radius: 5px !important;
    border-color: #C8C8CC !important;
    border-width: 1px;
    border-style: solid;
}

.red-asterisk {
    color: red;
}

.validation-class {
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
    width: 100%;
    font-size: 80%;
    color: #dc3545;
}

.question-select-info {
    text-decoration-color: #747678;
    color: #747678;
    font-size: 14px;
    font-weight: 400;
}

.search-icon {
    position: relative;
    margin-top: 12px;
    margin-left: 10px;
    z-index: 1;
}

.control-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.control-search {
    width: 300px;
    padding-left: 30px;
    margin-top: -26px;
}

.page-item .page-link {
    background-color: #FFFFFF !important;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 5px;
    cursor: pointer;
}

.active-icon {
    margin-left: 18px;
}

.page-name-2 {
    margin-top: 8px;
    font-size: 26px;
}

h4 {
    font-size: 18px;
}

.green-check-box {
    background: #376B7F !important;
    color: white !important;
}

/* three pages including AddEngagementQuestions.razor.css */
.button-link {
    text-decoration: none !important;
    color: white !important;
    text-align: center;
}

.button-link-gray {
    text-decoration: none !important;
    color: #747678 !important;
    text-align: center;
}

.button-link-white {
    text-decoration: none !important;
    color: #376B7F !important;
    text-align: center;
    background-color: white !important;
}

.add-engagement-nav {
    padding-top: 15px;
    background-color: white;
    overflow-y: auto;
    height: 88px;
    border-radius: 4px;
    border: 1px solid #DEDEE0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.add-eng-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    width: 100px;
    margin-left: -15px;
    margin-right: -15px;
}

.add-eng-circle {
    width: 32px;
    height: 32px;
    padding: 15px;
    background-color: #EBECED;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.add-eng-circle-white {
    width: 29px;
    height: 29px;
    padding: 15px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #67A984;
    margin-bottom: 3px;
}

.add-eng-circle-active {
    background-color: #314D74;
    color: white;
}

.checked-eng-circle {
    height: 17px;
}

.eng-line {
    height: 2px;
    width: 104px;
    background-color: #DEDEE0;
    border-color: #707070;
    border-width: 1px;
    margin-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.add-engagement-controls {
    padding-top: 15px;
    background-color: white;
    overflow-y: auto;
    height: 64px;
    border-radius: 4px;
    border: 1px solid #DEDEE0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 5px;
}

.add-eng-btn-back {
    height: 32px;
    width: 62px;
    background-color: #EBECED;
    border-color: #C8CACC;
    border-width: 1px;
    color: #747678 !important;
    display: flex;
    margin: 5px;
    justify-content: center;
    align-items: center;
}

.add-eng-btn-back-white {
    height: 32px;
    width: 62px;
    background-color: white;
    border-color: #C8CACC;
    border-width: 1px;
    color: #747678 !important;
    display: flex;
    margin: 5px;
    justify-content: center;
    align-items: center;
}

.add-eng-btn-next {
    height: 32px;
    width: 62px;
    background-color: #376B7F;
    border-width: 0px;
    color: #747678 !important;
    display: flex;
    margin: 5px;
    justify-content: center;
    align-items: center;
}

.honor-line-breaks {
    white-space: pre-line;
}

/* end three pages including AddEngagementQuestions.razor.css */

/* unused? not in authored markup */

