
:root {
    --menu-color: #f21600;
    --active-color: black;
    --bs-primary: var(--menu-color);
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100vh;
    line-height: normal;
    margin: 0px;
}

a, .btn-link {
    color: #ffffff;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: var(--menu-color);
    border-color: #fff;
}

.btn-outline-secondary {
    color: #212529;
}

.btn3D {
    height: 40px;
    font-size: 20px;
}

.label3d {
    margin-top: -1em;
    color: black;
    font-weight: bold;
}

.input3d {
    min-width: 18px;
    margin-top: -1em;
    text-align: right;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid Grey;
    border-radius: 0.1rem;
}

#start {
    display: table;
    height: 100%;
}

::-moz-selection { /* Code for Firefox */
    background: LightGrey;
}

::selection {
    background: LightGrey;
}

.bg-base {
    background-color: #f7f7f7;
    border-top: 1px solid #d6d5d5;
}

.bg-top {
    background-color: #eee;
}

.navbar-main {
    background-color: #1c429c;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 50px;
}

.navbar-footer {
    min-height: 50px;
    border-top: 1px solid red;
}

.navbar-top {
    height: 32px;
    background-color: #eee;
    border-bottom: 1px solid #cccccc;
}

.carousel-item img {
    max-height: 35vh;
}

.navbar-secondary {
    background-color: #2EA3F2;
    justify-content: center;
}

.navbar-secondary .nav-item {
    margin-right: 15px;
    /*height: 30px;*/
}

.anchorDesign-row {
    display: table-row;
    height: 100%;
    background-image: url("../Header/DesignFiX-Concrete.jpg");
}

.anchorDesign-body {
    padding-top: 10px;
    display: flex;
}

.anchorDesign-btn {
    display: flex;
    flex-direction: row;
}

.anchorDesign-btn,
.customer-btn {
    margin: 5px;
    background: rgba(255, 255, 255, 0.4);
}

.customer-btn {
    width: 200px;
}

.customer-btn img {
    width: 100%;
}

.bg-menu {
    background-color: var(--menu-color);
}

.scrolldown {
    /*display: flex;
    flex-direction: inherit;*/
    /*overflow-x:auto;*/
    overflow-x: hidden;
    overflow-y: auto;
}

.menu-tab {
    display: flex;
    flex-direction: row;
}

.menu-group {
    height: 104px;
    border: 1px solid #dfdfdf;
    border-radius: 0.1rem;
    width: fit-content;
    margin-right: 2px;
}

.menu-child {
    margin: 1px;
}

.menu-title {
    font-size: small;
    width: auto;
    text-align: center;
    color: white;
    background-color: var(--menu-color);
    margin: 0px;
    padding: .2em;
}

.menu-field {
    color: black;
    height: 80px;
    margin-left: 2px;
    margin-right: 1px;
}

.menu-input-group.input-group-sm {
    padding: 0.5px;
    margin: 0.5px;
}

.menu-field .input-group-text,
.menu-field .form-select,
.menu-field .form-control,
.menu-field .form-check-label,
.menu-field .btn,
.menu-field .menu-input-group > input {
    font-size: 12px;
    padding: 0.15rem 0.4rem;
}

.menu-input-group.form-check {
    margin-bottom: 0px;
}

.menu-input-group .form-check-label {
    padding-left: 2px;
    padding-top: 5px;
}

.menu-field .menu-input-group > input.form-check-input {
    font-size: 16px;
    margin-left: -1.3em;
}

.form-check-center {
    text-align: center;
    padding: 0px !important;
}

    .form-check-center > input {
        margin-left: auto !important;
        float: none !important;
    }

.input-group-text {
    text-align: start;
}

.label-w60 {
    min-width: 60px;
}

.label-w80 {
    min-width: 80px;
}

.label-w100 {
    min-width: 100px;
}

.label-w110 {
    min-width: 110px;
}

.label-w120 {
    min-width: 120px;
}

.label-w140 {
    min-width: 140px;
}

.menu-field .form-check-input:checked {
    background-color: var(--menu-color);
    border-color: var(--menu-color);
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem var(--menu-color);
}

.custom-range::-webkit-slider-thumb {
    background: var(--menu-color);
}

.custom-range::-webkit-slider-runnable-track {
    background-color: white;
}

.custom-range::-moz-range-track {
    background-color: white;
}

sub {
    font-size: .9em;
    bottom: -.4em;
}

.menu-field .btn > div,
.menu-field .btn > img {
    vertical-align: middle;
    padding-bottom: 5px;
}

.menu-input-group > .btn {
    color: black;
    background-color: darkgray;
    font-size: 11px;
}

.menu-input-group .btn-bg-white {
    color: black;
    background-color: white;
    border: 1px solid #dfdfdf;
    font-size: 11px;
}

.parent {
    display: grid;
    flex-flow: row;
}

.dropdown-filter-lg {
    width: 850px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0.5rem !important;
}

.dropdown-n {
    /*width: 550px;*/
    width: 400px;
    max-height: 75vh;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0.5rem !important;
}

.dropdown-n > .dropdown-header,
.dropdown-filter-lg > .dropdown-header {
    color: white;
    background-color: var(--menu-color);
    padding: 2px;
}

.dropdown-n .side-tab {
    max-height: 60vh;
}

.dropdown-header {
    border-start-start-radius: 0.25rem;
    border-start-end-radius: 0.25rem;
}

.filter-row {
    display: flex;
    flex-direction: row;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.dropdown-menu {
    /*padding-left: 2px;
    padding-right: 2px;*/
}

.dropdown-menu > li {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    margin: 1px;
}

.dropdown-menu > li > button {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.dropdown-menu > li > button > img {
    margin-right: 10px;
}

.text-title {
    text-align: start;
    text-size-adjust: inherit;
    background: border-box;
    background-color: lightgrey;
    padding-left: 5px;
    margin-top: 2px;
}

.btn-left {
    text-align: left !important;
    padding-right: 0px;
}

.btn-text {
    padding-left: 1px;
    padding-right: 3px;
}

.btn:hover {
    color: var(--menu-color);
    background-color: lightgray;
    border-color: var(--menu-color);
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.1rem var(--menu-color);
}

i.btn {
    font-size: smaller;
}

.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0;
    border: 1px solid #ced4da;
    border-bottom: 2px solid var(--menu-color);
    /*border-color: var(--menu-color);*/
    /*box-shadow: 0 0 0 0.1rem var(--menu-color);*/
    font-weight: bolder;
}

input:focus-visible {
    /*outline: 0;*/
    outline-color: var(--menu-color);
    font-weight: bolder;
    /*border: 1px solid;
    border-color: var(--sst-color);*/
}

.nav-menu, .nav-menu-sm {
    color: black;
    font-size: 12px;
    padding: 0px;
}

.nav-menu.active, .nav-menu-sm.active {
    background-color: #f21600 !important;
}

.nav-link-text {
    background-color: #fafafa;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 2px;
    padding: 0.5em 1em;
}

.nav-link:hover {
    background-color: lightgrey;
    color: black;
}

.side {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.side-tabs {
    flex: 1 1 auto;
    min-height: 0px;
}

.side-nav {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.side-tab {
    height: 100%;
    min-height: 0px;
    overflow-y: auto;
}

.side-tab > .tab-content > .tab-pane {
    height: 100%;
}

.btn-c {
    width: 100%;
    text-align: left;
}

.result-content {
    background-color: white;
    padding: 3px;
}

.result-content th {
    font-size: .7rem;
}

.result-expand {
    border-radius: 0;
}

.result-expand:focus {
    box-shadow: none;
}

.result-dropdown {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 20px !important;
    background-color: lightgray;
}

.progress {
    position: relative;
}

.progress-bar {
    overflow: hidden;
    height: 100%;
    z-index: 2;
    text-align: left;
    text-indent: 3px;
}

.progress-label {
    color: green;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*font-weight: bold;*/
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    text-indent: 3px;
}

.tab-content {
    height: 100%;
}

.content {
    padding-top: 1.1rem;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.message {
    margin-bottom: 0;
    border-style: solid;
    border-color: White;
    border-radius: 5px;
    display: grid;
    grid-template-columns: 20px auto;
}
.reinforc-tab-width{
    width: 100px;
}

.message-icon {
    text-align: center;
    grid-column: 1;
}

.message-text {
    grid-column: 2;
}

#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;
}

#culture-select {
    min-width: 70px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
}

.custom-select {
    text-align: left;
    width: 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.2rem center;
    background-size: 16px 12px;
    /*background-image: linear-gradient(45deg, transparent 50%, red 60%), linear-gradient(135deg, red 40%, transparent 50%) !important;
    background-position: calc(100% - 30px) 14px, calc(100% - 20px) 14px, 100% 0;
    background-size: 10px 10px, 10px 10px;
    background-repeat: no-repeat;*/
    -webkit-appearance: none;
    -moz-appearance: none;
}

.dxbs-sel .dxbs-btn-group {
    visibility: hidden;
}

.close-overlay {
    position: absolute;
    bottom: 55px;
    right: 80px;
    width: inherit;
}

.label-overlay {
    position: absolute;
    display: none;
    bottom: 21px;
    left: 3px;
    width: inherit;
}

.text {
    position: absolute;
    font-size: 12px;
    width: auto;
    height: fit-content;
    text-align: revert;
    background: border-box;
    background-color: lightgray;
}

.login-container {
    display: flex;
    justify-content: flex-end;
}

.login-email {
    white-space: nowrap;
}

.check-margin {
    margin-top: 15px;
}

.text-sm {
    font-size: 12px;
}

.btn-bg-white {
    color: #000;
    background-color: #ffffff;
    border-color: #f8f9fa;
}

.drop-width {
    min-width: 6rem;
}

.mytable > tbody > tr > td,
.mytable > tbody > tr > th,
.mytable > tfoot > tr > td,
.mytable > tfoot > tr > th,
.mytable > thead > tr > td,
.mytable > thead > tr > th {
    padding: 0rem 0rem 0.1rem 0.1rem;
    border-bottom-width: 0px;
}

.language-dropdown {
    height: 430px;
    overflow-x: hidden;
    overflow-y: auto;
}

.logo {
    padding-right: 0.3rem !important;
}

.result_hint_size {
    font-size: 12px;
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.result_hint_seperator {
    width: 1px;
    height: 2px !important;
    display: block;
    transform: rotate(90deg);
    padding-bottom: 1px;
    text-align: center;
    margin: auto;
}

#result_hint_major_separator {
    width: 1px;
    flex-grow: 0.2;
}

.overflow-y {
    overflow-y: scroll;
}

.short-width{
    max-width : 680px;
}
.fire-exposure-dropdown {
    width: 900px; /* Adjust this value as needed */
}

.wrapper {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.table_cell {
    border: 1px solid black;
    padding: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 100%;
    
}

.cell_pattern {
    border: 1px solid #ddd;
    padding: 8px;
}

.cell_pattern_selected {
    border: 1px solid #ddd;
    padding: 8px;
    background-color: #FFD580;
}

.tr_highlight:nth-child(odd) {
    background-color: #f2f2f2;

}

.selected-row > td {
    background-color: #FFD580;
}

/*.pop-up-title {
    background-color: dimgrey;
    border-bottom: solid;
    border-bottom-color: dimgray;
    border-bottom-width: 4px;
    font-size: 12px;
    padding: 2px 12px 0px;
    padding-bottom: 0px;
}*/

.menu_field_fit_content_width {
    width: fit-content;
}

.title-style {
    border-bottom: solid;
    border-bottom-color: dimgray;
    border-bottom-width: 4px;
    font-size: 12px;
    padding: 2px 12px 0px;
}

.pop-up-title {
    background-color: dimgrey;
    padding-bottom: 0px;
}


.white-letter {
    color: white;
}

.footer-borders {
    border-left: solid;
    border-left-color: dimgray;
    border-left-width: 4px;
    border-right: solid;
    border-right-color: dimgray;
    border-right-width: 4px;
    border-bottom: solid;
    border-bottom-color: dimgray;
    border-bottom-width: 4px;
    justify-content:flex-start;
    padding: 9px;
}


.borders-popup {
    border-left: solid;
    border-left-color: dimgray;
    border-left-width: 4px;
    border-right: solid;
    border-right-color: dimgray;
    border-right-width: 4px;
    border-top: solid;
    border-top-color: dimgray;
    border-top-width: 4px;
    /*background-color: lightgray;*/
}

.popup-font {
    font-size: 12px;
}

.popup-title-font {
    font-size: 15px;
}


.modal-header {
    padding-top: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-close-button {
    padding: 4.5px 9px 0px;
    font-size: 11px;
}

.padding-bottom-zero {
    padding-bottom: 0px;
}
.modal-close-symbol-span {
    font-size : 12px;
}

.setting-popup-reset-button {
    font-size: 12px;
    margin: 3px !important;
    padding: 4.5px 9px !important;
}

.setting-popup-navbar {
    padding:0px 3px !important;
}

.setting-popup-column {
    padding:0px 9px;
}

.setting-popup-column-button {
    padding: 3px;
    font-size:12px;
}

.setting-popup-button-background {
    background:#D3D3D3;
}

.setting-popup-input-label {
    font-size: 10.5px !important;
    padding: 3px 6px;
}

.setting-popup-select {
    font-size: 11px !important;
    margin: 0px 0px 0px -1px;
    padding: 3px 36px 3px 6px;
}

.btn-red {
    justify-content: flex-start;
    background-color: var(--menu-color);
    border-color: var(--menu-color);
    color: white;
    font-size: 12px; 
}

.no-left-padding {
    padding-left: 0px;
}

.loadtable-scrolldown {
    /*    height: fit-content;*/
    height: 100%;
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 20vh;
}

.load-table > :not(caption) > * > * {
    box-shadow: none;
}

.load-table td {
    padding: 0;
    margin: 0;
}

.load-table th {
    font-weight: normal;
    font-size: 12px;
}

.loadtable-header {
    position: sticky;
    top: 0; /* Stick the header to the top of the container */
    z-index: 1; /* Ensure the header stays above the table body while scrolling */
    background-color: #fafafa;
}