@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

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;
    }

.k-card-header {
    color: #656565 !important;
}

.ToPrepareRed, .ToPrepareOrange, .ToPrepareYellow, .ToPrepareWhite {
    padding-left: 5px;
}

.ToPrepareRed {
    background-color: red;
}

.ToPrepareOrange {
    background-color: orange;
}

.ToPrepareYellow {
    background-color: yellow;
}

.ToPrepareWhite {
    background-color: white;
}

.k-animation-container {
    z-index: 10002;
}

.k-button:disabled {
    background: lightgrey;
    border-color: transparent;
    opacity: 0.75;
}

.custom-textarea {
    height: 150px;
}

.grid-no-scroll .k-grid-content {
    overflow-y: auto;
}

.grid-no-scroll .k-grid-header,
.grid-no-scroll .k-grid-footer {
    padding-right: 0; /* version 2.26 and older requires !important here */
}

.grid-no-scroll .k-grid-header-wrap,
.grid-no-scroll .k-grid-footer-wrap {
    border-right-width: 0;
}

#version-text {
    font-size: x-small;
    color: lightgrey !important;
    margin-right: 1em;
}

.invalid-state div span {
    border-color: red;
    border-bottom-width: 2px;
}

.invalid-state div span:hover {
    border-color: red;
    border-bottom-width: 2px;
}

.invalid-state div span:focus-within {
    border-color: red;
    border-bottom-width: 2px;
}

.invalid-state span {
    border-color: red;
    border-bottom-width: 2px;
}

.invalid-state span:hover {
    border-color: red;
    border-bottom-width: 2px;
}

.invalid-state span:focus-within {
    border-color: red;
    border-bottom-width: 2px;
}

.collapsed-state {
    visibility: collapse !important;
}

.custom-tooltip .k-tooltip {
    border-color: #656565;
    border-width: 1px;
    color: #000000;
    background-color: #ffffff;
    box-shadow: unset;
    font-size: 16px;
    max-width: 500px;
}

.vertical-center {
    margin: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.container-auto {
    width: auto;
}

.k-form-field.k-disabled {
    opacity: 0.8 !important;
}

    .k-form-field.k-disabled > .k-combobox {
        border-color: rgba(0,0,0,0.06) !important;
        color: rgba(0,0,0,0.8) !important;
    }

.k-input-solid.k-disabled {
    border-color: rgba(0,0,0,0.06) !important;
    color: rgba(0,0,0,0.8) !important;
}

.menu-text-right > li > span {
    padding: 2px 0px !important;
}

.k-input-md .k-input-inner {
    padding: 2px 0px 2px 3px !important;
    text-overflow: clip !important;
}

.k-clear-value {
    width: 24px !important;
}

.k-filtercell-operator > .k-picker {
    width: 22px !important;
    aspect-ratio: auto !important;
}

    .k-filtercell-operator > .k-picker .k-input-button {
        padding: 6px 0px !important;
        width: 22px !important;
        aspect-ratio: auto !important;
    }

.k-filtercell-operator > .k-button {
    padding: 6px 0px !important;
    width: 22px !important;
    aspect-ratio: auto !important;
}

.k-input-inner {
    padding: 6px 4px 6px 3px !important;
    text-overflow: clip !important;
}

.k-input-spinner {
    width: 14px !important;
}

.k-spinner-increase .k-spinner-decrease {
    width: 14px !important;
    padding: 0px !important;
}

.k-datepicker > .k-button {
    padding: 4px 3px !important;
}

.datapicker-popup {
    z-index: 20000 !important;
}

.k-grid tr.no-children td.k-hierarchy-cell * {
    display: none;
}

.k-grid tr.no-children td.k-hierarchy-cell {
    pointer-events: none;
}

.bg-rob {
    background-color: #00236c;
}

.bg-rob {
    color: #00236c;
}

.sent-window .k-window-content{
   display: flex;
   flex-direction: column;
   align-self: stretch;
   align-items: stretch;
}