﻿:root {
    accent-color: #616161;
    --roller-color: #005da3;
    --warning-color: orangered;
    --filter-indicator-dimension: 0.5rem;
    --filter-indicator-border-thickness: 1px
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media print {
    body {
        -webkit-print-color-adjust: exact !important;
        color-adjust: exact !important;
    }
}

button:focus {
    outline: none;
    /*border-color: rgba(255,255,255,.5) !important;
    background-color: rgba(255, 255, 255, 0.2) !important;*/
}

a:focus {
    outline: none;
}

a, .btn-link {
    color: #0366d6;
}

.content {
    padding-top: 1.1rem;
}

.dropdown-button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font-size: 1.5rem !important;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    width: fit-content
}

.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;
    }

/*my classes*/
.accDisabledColor {
    color: rgb(117, 117, 117)
}

.checkbox-label {
    display: -webkit-inline-box;
    line-height: 1.15
}

.data-box {
    width: 350px;
}

.data-grid-style {
    border: solid 1px rgba(0, 0, 0, 0.3);
}

@media (min-width:992px) {
    .data-grid-style {
        margin-right: calc(203px + 0.5rem)
    }
}

.filter-width {
    width: 100%;
    padding: 1px 0
}

@media (min-width:768px) {
    .filter-width {
        width: 47.5%
    }
}

.font-color-gray {
    color: gray
}

.font-size-smaller {
    font-size: smaller !important
}

.font-size-large {
    font-size: large
}

.info-button {
    color: #313131;
    text-decoration: none;
    position: absolute;
    top: -6px;
    animation: info-button-animation 10s infinite;
}

@keyframes info-button-animation {
    0% {
        transform: scale(1);
    }

    5% {
        transform: scale(1.3);
    }

    10% {
        transform: scale(1);
    }
}

.line-height-1 {
    line-height: 1
}

.line-height-1_25 {
    line-height: 1.25 !important
}

.line-height-initial {
    line-height: initial !important
}

.main-width {
    width: 100%
}

@media (min-width:992px) {
    .main-width {
        width: 72%
    }
}

@media (min-width:1200px) {
    .main-width {
        width: 61%
    }
}

.make-it-flat {
    height: 1.5rem !important;
    line-height: 1.5rem !important;
    margin-top: 0 !important;
}

.min-width-50 {
    min-width: 50%
}

.multiline-checkbox {
    padding-left: 1.1rem;
    text-indent: -1.1rem;
    line-height: 1rem;
}

    .multiline-checkbox:first-line {
        line-height: 1.5rem;
    }

.no-spinner-buttons {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    width: 65px !important
}

.notes {
    background-image: -webkit-linear-gradient(white, white calc(1.5rem - 1px), #ccc calc(1.5rem - 1px), #ccc 1.5rem, white 1.5rem);
    background-image: -moz-linear-gradient(white, white calc(1.5rem - 1px), #ccc calc(1.5rem - 1px), #ccc 1.5rem, white 1.5rem);
    background-image: -ms-linear-gradient(white, white calc(1.5rem - 1px), #ccc calc(1.5rem - 1px), #ccc 1.5rem, white 1.5rem);
    background-image: -o-linear-gradient(white, white calc(1.5rem - 1px), #ccc calc(1.5rem - 1px), #ccc 1.5rem, white 1.5rem);
    background-image: linear-gradient(white, white calc(1.5rem - 1px), #ccc calc(1.5rem - 1px), #ccc 1.5rem, white 1.5rem);
    background-size: 100% 1.5rem;
    border: 1px solid #ccc;
    line-height: 1.5rem;
    padding: 5px 0.5rem;
    height: 145px;
    resize: none;
    color: rgb(49,49,49);
    width: 100% !important
}

input[type=checkbox]:disabled + label > img {
    opacity: 75%
}

input[type=number] {
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
    width: 83px;
    height: 2.5rem;
    padding: 0px 0.5rem;
    text-align: center
}

    input[type=number]:disabled {
        background-color: rgba(0, 0, 0, 0.05)
    }

input[type=password], input[type=text] {
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    border-left-width: 0;
    width: 120px;
    height: 1.5rem;
    float: left;
    padding: 0px 0.5rem;
}

input[type=radio], input[type=checkbox] {
    display: none
}

    input[type=radio]:not(:disabled) ~ label, input[type=checkbox]:not(:disabled) ~ label {
        cursor: pointer
    }

    input[type=radio]:disabled ~ label, input[type=radio]:disabled + label::before, input[type=checkbox]:disabled + label {
        color: #bcc2bf !important;
        background: transparent;
        border-color: #bcc2bf;
        box-shadow: none;
        cursor: not-allowed
    }

.input-name-background {
    width: 153px;
    border-radius: 3px 0px 0px 3px;
    background: rgba(0, 0, 0, 0.1);
    line-height: 2.5rem;
    padding-left: 0.5rem;
    padding-right: 0.3rem
}

.input-unit-background {
    width: 40px;
    border-radius: 0px 3px 3px 0px;
    background: rgba(0, 0, 0, 0.1);
    line-height: 2.5rem;
    text-align: center;
}

.input-inc-dec-background {
    width: 32px;
    font-size: initial !important;
    line-height: 2.5rem;
    text-align: center;
    margin-top: 0.25rem;
    margin-bottom: auto;
    top: 0 !important;
    border-radius: 0px;
    background: rgba(0, 0, 0, 0.2)
}

.loginInputLabel {
    width: 115px;
    float: left;
    background: rgba(0, 0, 0, 0.1);
    padding-left: 0.5rem;
    padding-right: 0.5rem
}

.mr-0125 {
    margin-right: 0.125rem
}

.mr-1_25 {
    margin-right: 1.25rem
}

.mt-0125 {
    margin-top: 0.125rem
}

@media (min-width:768px) {
    .mr-md-75 {
        margin-right: .75rem !important
    }

    .ml-md-75 {
        margin-left: .75rem !important
    }
}

.p-75 {
    padding: .75rem !important
}

.pt-75, .py-75 {
    padding-top: .75rem !important
}

.pr-75, .px-75 {
    padding-right: .75rem !important
}

.pb-75, .py-75 {
    padding-bottom: .75rem !important
}

.pl-75, .px-75 {
    padding-left: .75rem !important
}

@media (min-width:768px) {
    .p-md-75 {
        padding: .75rem !important
    }

    .pt-md-75, .py-md-75 {
        padding-top: .75rem !important
    }

    .pr-md-75, .px-md-75 {
        padding-right: .75rem !important
    }

    .pb-md-75, .py-md-75 {
        padding-bottom: .75rem !important
    }

    .pl-md-75, .px-md-75 {
        padding-left: .75rem !important
    }
}

@media (min-width:992px) {
    .p-lg-75 {
        padding: .75rem !important
    }

    .pt-lg-75, .py-lg-75 {
        padding-top: .75rem !important
    }

    .pr-lg-75, .px-lg-75 {
        padding-right: .75rem !important
    }

    .p-lg-75, .py-lg-75 {
        padding-bottom: .75rem !important
    }

    .pl-lg-75, .px-lg-75 {
        padding-left: .75rem !important
    }
}

.roller-color {
    color: var(--roller-color);
}

.max-height-animation {
    transition: max-height 0.3s ease;
    height: auto
}

.framed-content {
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding-bottom: 0.5rem;
    padding-top: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 0;
    position: relative;
}

    .framed-content > span:first-child {
        font-size: 2rem
    }

.selectable-text {
    user-select: text;
}

textarea#utfk-line-item, textarea#solder-material, textarea#outlet-connection {
    width: 270px;
    border: none;
    padding: 0 0.25rem;
    background-color: transparent;
    resize: none;
    overflow: hidden;
    white-space: nowrap
}

.theme-dark-gray {
    background-color: rgb(62, 62, 62);
    color: gainsboro;
    border-color: white
}

.theme-light-gray {
    background-color: rgb(234, 235, 236)
}

.theme-white {
    background-color: white
}

.transparent-outline {
    margin: 1px;
    outline: 1px solid transparent
}

.width-fit-content {
    width: fit-content !important;
}

.height-fit-content {
    height: fit-content !important;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1rem 0;
    padding: 0;
}

.warning-color {
    color: var(--warning-color)
}

.rz-datatable {
    border: none
}

/*bootstrap extensions*/
.btn {
    display: inline-block;
    font-weight: 400;
    color: #313131;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}

    .btn:hover {
        color: #313131;
        text-decoration: none
    }

    .btn:focus, .btn.focus {
        outline: 0;
        box-shadow: 0 0 0 0.1rem rgba(62,62,62,0.25)
    }

    .btn.disabled, .btn:disabled {
        opacity: 0.65
    }

.btn-primary {
    color: #fff;
    background-color: #3e3e3e;
    border-color: #3e3e3e
}

    .btn-primary:hover {
        color: #fff;
        background-color: #2b2b2b;
        border-color: #252525
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #2b2b2b;
        border-color: #252525;
        box-shadow: 0 0 0 0.1rem rgba(91,91,91,0.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #3e3e3e;
        border-color: #3e3e3e
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
        color: #fff;
        background-color: #252525;
        border-color: #1e1e1e
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
            box-shadow: 0 0 0 0.2rem rgba(91,91,91,0.5)
        }

.pre-scrollable {
    max-height: 500px;
    overflow-y: auto
}

/*icons*/
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    display: inline-block;
    vertical-align: bottom;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.handyman {
    color: cornflowerblue
}

.schedule {
    color: orange
}