
:root {
    --menu-color: #3B5998;
    --active-color: #1163B7;
}

html, body {
    box-sizing: border-box;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100vh;
    line-height: normal;
}

#brand_logo {
    content: url(../DesignFiX.png);
}

a, .btn-link {
    color: #ffffff;
    text-decoration: none;
}

.nav-link.active {
    background: linear-gradient(0deg, #f7f7f7 0%, white 25%);
    border-top-width: 3px;
}

.nav-link:hover {
    background-color: lightgrey;
    color: black;
}

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

.btn3D {
    height: 40px;
    font-size: 20px;
}

.close-overlay {
    position: absolute;
    bottom: 55px;
    right: 80px;
    width: inherit;
}

.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.2);
    border: 0;
}

#start {
    display: table;
    height: 100%;
}

.bg-base {
    background-color: #f7f7f7;
    border-top: 1px solid #d6d5d5;
}

.bg-top {
    background-color: #aeaeae;
}

.navbar-main {
    background-color: #1c429c;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 50px;
}

.carousel-item img {
    max-height: 33vh;
}

.navbar-secondary {
    background-color: #2EA3F2;
    justify-content: center;
}

.navbar-secondary .nav-item {
    margin-right: 15px;
}

.anchorDesign-row,
.login-bg{
    display: table-row;
    height: 100%;
    background-image: url("../Header/DesignFiX-Concrete.jpg");
}

.login-link a {
}

.anchorDesign-body {
    padding-top: 10px;
    display: flex;
}

.anchorDesign-btn {
    /*display: flex;*/
    /*flex-direction: row;*/
    height: 135px;
}

.account-bg {
    background-image: url("../Header/DesignFiX-Concrete.jpg");
}

.account {
    display: table;
    height: 100%;
    width: 100%;
}

.form-center {
    width: 50%;
    max-width: 500px;
    margin: auto;
}

.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;
    border-color: var(--menu-color);
    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: 1px;
    margin-right: 1px;
}

.menu-input-group.input-group-sm {
    margin: 0.5px;
    padding-bottom: 0.5px;
}

.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;
}

.form-label-top-padd{
    padding-top: 0.5em;
}

.menu-input-group .input-group-text,
.menu-input-group .form-select,
.menu-input-group .form-control,
.menu-input-group .form-check-label,
.menu-field .btn,
.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;
}

.dialog-input-group > span,
.dialog-input-group > input {
    font-size: 12px;
    padding: 0.1rem 0.1rem !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);
}

.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: 1px;
}

.menu-input-group > .btn {
    color: black;
    background-color: darkgray;
    font-size: 11px;
}

.parent {
    display:grid;
    flex-flow:row;
}

.dropdown-filter-lg {
    position: relative;
    display: none;
    overflow: hidden;
    max-height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0.5rem !important;
    width: auto;
}

.dropdown-filter-lg.show {
    display: inline-block;
    overflow-y: auto;
}

.dropdown-filter-lg .dropdown-content {
    white-space: nowrap;

}

.dropdown-filter-lg .dropdown-content > * {
    display: inline-block;
    height: 100%;
    max-height: 45vh;
    margin: 0;
    vertical-align: top;
    overflow-x: hidden;
    overflow-y: auto;
}

.dropdown-filter-lg .filter-list label {
    padding: 0 25px 0 5px;
}

.dropdown-filter-lg .content-list {
    width: 650px;
    white-space: normal;
}

.dropdown-filter-lg .content-list > * {
    display: inline-block;
    font-size: 12px;
    min-height: 104px;
    width: 200px;
    float: left;
}

.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: white;*/
    background-color: lightgrey;
}

.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;
    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 {
    color: black;
    font-size: 12px;
    padding-left: 2em;
    padding-right: 2em;
}

.nav-menu-sm {
    color: black;
    font-size: 12px;
    padding-left: 1em;
    padding-right: 1em;
}

.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%;
    overflow-y: auto;
}

.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;
}

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

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.message {
    margin: 6px;
    border-style: solid;
    background-color: white;
    border-radius: 5px;
    display: grid;
    grid-template-columns: 20px auto;
    display: flex;
    border-width: thin;
}

.message-icon {
    text-align: center;
    grid-column: 1;
}

.message-text {
    grid-column: 2;
    padding: 5px;
    padding-top: 8px;
    font-size: 11px;
    font-weight: lighter;
}

.first-column {
    float: left;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    width: 10%;
    top: 50%;
}

.second-column {
    float: right;
    width: 90%;
}

#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: 80px;
    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.75rem 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;
}

.warning-color {
    color: darkorange;
}

.dxbs-sel .dxbs-btn-group
{
    visibility: hidden;
}

.label-overlay {
    position: absolute; 
    display: none;
    bottom: 21px;
    left: 3px;
    width: inherit;

}

.panel-overlay {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 40px;
    z-index: 1;
}

.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;
}

.edit-style {
    padding-top: 5px;   
    font-size: 7pt;
    color: blue;
}

.textbox-style {
    width: 200px;
    height: 10px;
    font-size: 7pt;
    background-color: #b0e0e6;
    
}

.btn-blue {
    background-color: var(--menu-color);
    color: white;
    margin: 1.5px 0.5px ;
}

.btn-blue : hover {
    color: lightblue;
}

.myCostumPopup {
    /* background: linear-gradient(60deg, #2EA3F2 42.34%, transparent 60.34%) 100% 0,linear-gradient(-36deg, #1c429c 42.34%, transparent 60.34%) 100% 0, linear-gradient( -72deg, #b0e0e6 75.48%, transparent 75.48% ) 100% 0;*/
    position: center;
    max-width: 200%;
    
}

.comment-style {
    height: 10vw;
}


.custom-modal {
}

.custom-modal .modal-body {
    padding: 5px;
}
.border-info {
    border: 1px solid;
    border-color: var(--menu-color) !important;
    border-radius: 0.2rem;
}

.custom-modal .btn-sm,
.custom-date {
    font-size: 12px;
    padding: 0.15rem 0.4rem;
}

.green-btn {
    border-color: mediumseagreen;
    background-color: #C1E1C1;
}

.green-btn:hover {
    background-color: #AFE1AF;
}

.orange-btn {
    border-color: darkorange;
    background-color: rgba(255, 140, 0, 0.2); /*corresponds darkorange with 0.2 opacity*/
}

.orange-btn:hover {
    border-color: darkorange;
}

.grey-btn {
    background-color: lightgrey;/* #d3d3d3;*/
}

.spinner-style {
    /*display: none;*/
    color: var(--menu-color);
}

.language-dropdown {
    height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
}

.btn-sm {
    padding: 0.1rem 0.5rem;
}


