﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
}

a, .btn-link { color: var(--normal-brand); }


h1, h2, h3, h4, h5, h6 { color: var(--primary-brand); }

.btn,
button,
.button {
    color: var(--btn-text);
    background-color: var(--button-bkgnd);
    border: 2px solid var(--btn-bkgnd);
    border-radius: 0;
    padding: 0.75rem 0.75rem;
    text-transform: uppercase;
    font-size: 80%;
}


.btn:hover,
button:hover,
.button:hover {
    color: white;
    background-color: var(--primary-blue);
    border: 2px solid var(--primary-blue);
}


.rz-button.btn-primary, .btn-primary.rz-paginator-element {
    background-color: var(--normal-brand);
    border: 2px solid var(--normal-brand);
}

.rz-button {
    background: #8DC63F !important;
}

.rz-button:not(.rz-state-disabled):hover:not(:active), .rz-paginator-element:not(.rz-state-disabled):hover:not(:active) {
    color: white;
    background-color: var(--primary-blue);
    border: 2px solid var(--primary-blue);
}





.btn-primary {
    color: var(--btn-primary-text);
    border-color: var(--btn-primary-bkgnd);
    background-color: var(--btn-primary-bkgnd);
}


.btn-primary:hover {
    color: white;
    background-color: var(--primary-blue);
    border: 2px solid var(--primary-blue);
}


.btn-logout {
    display: flex;
    align-items: center;
    height: 3.2rem;
    position: fixed;
    right: 2rem;
    padding: 1rem 2rem;
}


.btn-block { margin: 1rem 0; }



.card {
    background: var(--card-bkgnd);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



.pad1 { padding: 1rem; }

.pad2 { padding: 2rem; }

.pad3 { padding: 3rem; }


.margin1 { margin: 1rem; }

.margin2 { margin: 2rem; }

.margin3 { margin: 3rem; }



.page {
    display: flex;
    flex-direction: column;
    position: relative;
}


.buttons { margin: 1rem auto; }

.section {
    margin: 1.5rem auto;
    width: 100%;
}

.content { padding: 3rem 2rem; }

.valid.modified:not([type=checkbox]) { outline: 1px solid #26b050; }

.invalid { outline: 1px solid red; }

.nocredit { color: red; }

.creditremain { color: #26b050; }

.nocredit-ind { color: orange; }

.validation-message { color: red; }

#blazor-error-ui {
    background: lightyellow;
    top: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 1rem 1.25rem 1rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.loading {
    background: white;
    color: var(--primary-brand);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 2rem auto;
    padding: 3rem 2rem;
    text-align: center;
    width: 50%;
    font-size: 125%;
}

.loading h1 {
    color: goldenrod;
    font-size: 24pt;
    font-weight: bold;
}

.btn-right { float: right; }

.rz-sidebar {
    background-color: unset;
    top: var(--top-bar-height);
}

.rz-panel-menu { background-color: unset; }


.rz-navigation-item {
    padding: 0.15rem 0;
    font-size: 90%;
}


.rz-panel-menu .rz-navigation-item-text {
    text-transform: uppercase;
    white-space: nowrap;
}


.rz-navigation-item-disabled {
    color: var(--disabled-item-color) !important;
    cursor: not-allowed;
}


.rz-panel-menu .rz-navigation-item-wrapper {
    background-color: unset;
    line-height: 1.575;
}


.rz-panel-menu .rz-navigation-item-wrapper:hover { background-color: var(--menu-hover-bkgnd); }

.rz-panel-menu .rz-navigation-item-wrapper-active {
    background-color: white !important;
    color: var(--primary-brand) !important;
}

.rz-panel-menu .rz-navigation-menu .rz-navigation-item-wrapper {
    background-color: unset;
    padding: 0.25rem 0;
}


.rz-panel-menu .rz-navigation-item-icon { color: var(--menu-icon-color); }


.rz-panel-menu .rz-navigation-item { border-bottom: unset; }


.rz-panel-menu .rz-navigation-menu .rz-navigation-item-wrapper:hover {
    background-color: var(--menu-hover-bkgnd);
    color: inherit;
}



.rz-datatable-data tr { cursor: pointer; }



thead { border: none; }

thead tr { border: none; }


thead.rz-datatable-thead th {
    border: none;
    padding: 0.25rem 0 0 0;
    background-color: white;
    border-bottom: 1px solid black;
}




.rz-datatable-thead th .rz-column-title { padding: 0 0 0.125rem 0.25rem; }


.rz-button-md.rz-button-icon-only {
    padding: 0;
    border: none;
    margin: 0 auto;
}





.table td, .table th { padding: 2px; }

.dlg-box {
    background-color: var(--card-bkgnd);
    border: 1px solid #999;
    border-radius: 1px;
    margin: 2rem auto;
    max-width: 40rem;
    min-width: 15rem;
    padding: 1rem 0.5rem;
    text-align: center;
}

.rz-datatable-data td { padding: 0.25rem 0.25rem; }



.brand-img {
    max-height: 2.5rem;
    margin-top: 0;
    margin-left: 2rem;
    margin-right: 0.75rem;
}



.top-bar a:hover { text-decoration: none; }

.slogan {
    display: inline-block;
    margin-top: 1.6rem;
}


.sidebar {
    background-image: url(/images/background.jpg);
    height: 100vh;
    position: sticky;
    top: 0;
    width: 275px;
}



.main { width: 100%; }

.main-menu-title {
    border-top: 1px solid white;
    color: white;
    font-size: 125%;
    padding: 1rem 1rem;
}


.page { margin-top: var(--top-bar-height); }


.top-bar {
    display: flex;
    top: 0;
    width: 100%;
    position: fixed;
    overflow: hidden;
    padding: 0.5rem;
    background: white;
    height: var(--top-bar-height);
    z-index: 5000;
    font-size: 125%;
    align-items: center;
}



.wizard-top-bar {
    display: flex;
    width: 100%;
    overflow: hidden;
    padding: 0.5rem;
    background: white;
    height: var(--wizard-bar-height);
    z-index: 1000;
    font-size: 125%;
    align-items: flex-start;
    font-size: 2.5rem;
    padding-left: 1rem;
    color: var(--normal-blue);
    border-bottom: 1px solid #aaa;
}


.wizard-bottom-bar {
    display: flex;
    width: 100%;
    overflow: hidden;
    padding: 0.5rem;
    background: white;
    height: var(--wizard-bar-height);
    z-index: 1000;
    font-size: 125%;
    align-items: flex-start;
    font-size: 2.5rem;
    padding-left: 1rem;
    color: var(--normal-blue);
    border-top: 1px solid #aaa;
}

.wizard-page {
    display: flex;
    overflow: hidden;
}


.wizard-page .sidebar {
    display: inline-block;
    width: unset;
    height: unset;
    background: var(--normal-brand);
}

.wizard-page .main { display: inline-block; }




.wizard-bkgnd {
    margin-top: var(--top-bar-height);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    background-image: url(/images/background.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}


.wizard-page-title { text-align: center; }



.wizard-title h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-brand);
    text-align: center;
}


.wizard-title h2 {
    color: var(--primary-brand);
    text-align: center;
}


.wizard-block {
    margin: 1rem 0;
    width: 100%;
}


.wizard-block h1 {
    display: inline-block;
    color: var(--normal-blue);
    font-size: 1.25rem;
    font-weight: bold;
}


.wizard-block h3 {
    color: var(--normal-blue);
    font-size: 1.25rem;
    font-weight: bold;
}


.wizard-button-block { display: flex; }





.wizard-buttons {
    display: flex;
    margin-left: auto;
    order: 2;
}


.wizard-buttons-top { padding-top: 0.75rem; }

.wizard-buttons-bottom { padding-bottom: 1rem; }



.wizard-buttons button { margin: 0 0.25rem; }



.wizard-bullet-steps { margin: 2rem auto; }


.wizard-bullet-steps li {
    padding-left: 0.5rem;
    line-height: 3.6rem;
    font-size: 3rem;
    font-weight: bold;
}



.wizard-card {
    background: white;
    margin: 3rem;
    display: flex;
    flex-direction: column;
    min-height: 40rem;
}

.wizard-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 70rem;
    margin: 0.5rem auto;
}


.wizard-validation-summary { width: 100%; }



.radio-group {
    text-align: left;
    margin: 1rem auto;
    max-width: 40rem;
}






.checkbox-control {
    border: 1px solid #ccc;
    margin: 1rem auto;
    padding: 0 5rem;
}


.checkbox-group { text-align: left; }


.checkbox-group h3 {
    font-size: 1.25rem;
    font-weight: bold;
    padding: 2px 5px;
    margin-left: -2rem;
    border-bottom: 2px solid var(--lighter-brand);
}


.checkbox-list-item {
    background: #fff;
    padding: 0.5rem 0.25rem;
}

.checkbox-item {
    background: #fff;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.checkbox-item-descr { margin-left: 6rem; }


/* Modify the browser's default checkbox */

.checkbox-item input {
    width: 25px;
    height: 25px;
    margin-right: 1rem;
}


/* Create a custom checkbox */

.checkmark {
    display: inline-block;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #ccc;
}


/* On mouse-over, add a grey background color */

.checkbox-item:hover input ~ .checkmark { background-color: #ccc; }

/* When the checkbox is checked, add a blue background */

.checkbox-item input:checked ~ .checkmark { background-color: #2196F3; }

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.checkbox-item input:checked ~ .checkmark:after { display: block; }

/* Style the checkmark/indicator */

.checkbox-item .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input:read-only {
    background-color: #e6ecef;
    border: none;
}

.persinfo {
    border: solid;
    border-width: 1px;
    border-color: #ccc;
    width: 100%;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}



.persinfo td input,
.persinfo td select {
    padding-left: 10px;
    width: 100%;
    border: 1px solid #ccc;
    min-height: 28px;
}

.persinfo td select { padding-left: 5px; }


.persinfo td:first-child {
    text-align: right;
    width: 20%;
    color: #777;
}



.org-ind {
    border-width: 1px;
    border-style: solid;
    border-color: deepskyblue;
    background: #fff;
    padding: 10px;
    width: 100%;
}




/*spinner*/

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 15000;
    display: block;
}



@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }

    to { -webkit-transform: rotate(360deg); }
}



@keyframes spin {
    from { transform: rotate(0deg); }

    to { transform: rotate(360deg); }
}


#cover-spin:after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.RequiredSpan {
    color: Red;
    font-weight: bolder;
}

.dropArea {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
    min-height: 100px;
}

.headshotClass {
    object-fit: fill;
    height: 250px;
    width: 250px;
}

.dropArea:hover { color: #333; }

.dropArea input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}



.fileUpload {
    position: relative;
    overflow: hidden;
    margin-right: 10px;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    padding: 0 !important;
}


.key {
    background: #efefef;
    padding: 3px 1px;
    border: 1px solid darkmagenta;
    color: darkmagenta;
    border-radius: 3px;
}


.code { font-family: monospace; }

ol li { margin-bottom: 1rem; }

.dragAndDropImage {
    object-fit: fill;
    width: 60%;
    height: 50%;
}

.uploadedFile {
    object-fit: fill;
    width: 30%;
    height: 30%;
}

.modal { z-index: 10000; }

.modal-dialog {
    max-width: 55rem;
    margin: 1.75rem auto;
    z-index: 900;
}

.errorDiv {
    color: red;
    text-align: left;
}


.listboxshow {
    height: 200px;
    width: 100%;
    overflow: scroll;
    overflow-x: scroll;
    border: solid 2px black;
}


.listboxTextColor { color: #A9A9A9 }


.industryList {
    height: 400px;
    width: 100%;
    overflow: scroll;
    overflow-x: scroll;
    border: solid 2px black;
    padding-left: 1rem;
    padding-top: 0.7rem
}


.industry-group { display: flex; }

.industry-group h3 {
    display: inline-block;
    font-weight: bold;
}

.industry-group-buttons { display: inline-block; }


.industry-group-title {
    color: var(--primary-brand);
    font-weight: bold;
    margin: 0.5rem 0 0 0;
    width: 100%;
}

.btn-collapse {
    border: none;
    padding: 0 3px;
    margin: 0 0.5rem 0 0;
    border-radius: 3px;
}

.btn-collapse:hover { border: none; }

.industry {
    margin-left: 2rem;
    margin-top: 3px;
}

.industry-item {
    margin: 0;
    background: none;
    border: none;
    padding: 0 1rem;
    width: 100%;
    text-align: left;
}

.industry:hover { background-color: var(--hover-bkgnd); }

.textLeft { text-align: left; }

.textright { text-align: right; }

.textwidth { width: 20% }

.industryright { width: 100%; }


.industrySelected {
    background-color: var(--normal-blue);
    color: white;
    border: none;
    border-radius: 0;
}

.industrySelected:focus, .industrySelected:hover {
    border: none;
    border-radius: 0;
}

.industry-selected {
    font-weight: bold;
    font-size: 120%;
}

.textLeft { text-align: left; }

.addTopicHeaderDialog {
    width: 30rem;
    left: 30rem;
}

.bluetext { color: blue; }


.margin-bottom-1 { margin-bottom: 1rem; }


.margin-top-1 { margin-top: 1rem; }


.margin-1 {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.btnAddAndRemove {
    display: inline-block;
    vertical-align: top;
}



.dashboard {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}


.dashboard-widget {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    width: 18rem;
    height: 15rem;
    margin: 0.5rem;
    padding: 1rem;
    border: 1px solid var(--lighter-blue);
    border-radius: 5px;
    box-shadow: 3px 3px #aaa;
}


.dashboard-widget-2 {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    width: 36.5rem;
    height: 15rem;
    margin: 0.5rem;
    padding: 1rem;
    border: 1px solid var(--normal-brand);
    border-radius: 5px;
    box-shadow: 3px 3px #aaa;
}

.dashboard-widget-2 h1,
.dashboard-widget h1 {
    font-size: 24pt;
    text-align: center;
    text-transform: uppercase;
}

.dashboard-widget-2 .number,
.dashboard-widget .number {
    text-align: center;
    font-size: 48pt;
    line-height: 3rem;
    margin-bottom: 0.5rem;
    color: var(--normal-blue);
}

.dashboard-widget-2 .descr,
.dashboard-widget-2 p,
.dashboard-widget .descr,
.dashboard-widget p {
    text-align: center;
    line-height: 96%;
    height: 42px;
}


.dashboard-widget-2 .buttons,
.dashboard-widget .buttons { text-align: center; }



.app-view h1,
.app-view h2,
.app-view h3 {
    margin-top: 1rem;
    color: var(--primary-brand);
}


.app-label {
    font-size: 9pt;
    color: var(--primary-blue)
}

.app-title { font-size: 18pt; }

.app-value-small { font-size: 10pt; }

.app-value-medium { font-size: 12pt; }

.app-value-large { font-size: 14pt; }


.application-tbl { width: 100%; }

.frame {
    border: 1px solid var(--frame-color);
    padding: 1.5rem;
}


.application-summary-list { margin: 1.5rem auto; }

 .overflow-text-hidden
 {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 50rem;
    overflow: hidden;
 }

.label-length-info {
    color: gray;
    width: 100%;
    text-align: right;
    font-weight: bold;
}

.label-length-warning {
    color: red;
    width: 100%;
    text-align: right;
    font-weight: bold;
}
@media (min-width: 641px) {
    .page { flex-direction: row; }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}