@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;
    }

/*-----------------------------------*/
.page-header {
    background-image: none !important;
    background-color: #fff;
    padding-bottom: 16px;
}

    .page-header .header-wrap {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-end;
        max-width: 100%;
    }

    .page-header .dlt-logo {
        position: relative;
        display: inline-block;
        padding: 10px 0 0 0;
        margin-right: auto;
        background-color: transparent;
        margin-left:20px;
        width:150px;
    }

    .page-header .dlt-logo img {
        max-width: 250px;
        vertical-align: middle;
        padding-right: 10px;
    }

    .page-header .dlt-logo-text {
        display: inline-block;
        max-width: 300px;
        font-size: 12px;
        line-height: 1.45em;
        padding-top: 0.5em;
        font-style: italic;
        font-weight: 500;
        color: #545454;
        vertical-align: middle;
    }

.layout-container-content {
    background-image: url(/images/interior-hero-bg-1.jpg);
    background-size:contain;
    background-position: center 0;
    background-repeat: no-repeat;
    width:100% !important;
    min-height:60em !important;
}

.interior-content {
    position: relative;
}


.divForm {
    margin: 0 auto;
    padding:1.5em 3em 3em 3em;
    border: 1px solid rgba(20,53,80,0.14);
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.08), 0 3px 6px rgba(0,0,0,.08);
    width:500px !important;
    background: rgb(255 255 255 / 0.63);
}


.txt-gray{
    color:gray;
}

.txt-gray-small {
    color: gray;
    font-size:small;
}

.txt-strong-small {
    font-weight:600;
    font-size: small;
}

.txt-blue {
    color: #1861ac !important;
}

.custom-ellipsis {
    overflow: hidden;
    max-height: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.k-dialog-titlebar{
    background-color:#545454 !important;
}

.div-Panel-Form {
    background-color: #ffffff;
    padding: 5px;
    border: solid 1px;
    margin-bottom: 5px;
}

/*--------------*/
.margin-5 {
    margin: 5px
}

.margin-top-30 {
    margin-top: 30px
}

.span-red-color {
    color: #ff0000;
}

#orderReport-footer {
    bottom: 0;
    height: 3em;
    position: fixed;
    background-image: linear-gradient(to right, rgb(0 0 0 / 0.47), rgba(0,0,0,0));
    width: 50%;
    padding-left: 0px;
}

#orderNo + span.k-input-spinner {
    display: none !important;
}

#referenceNo + span.k-input-spinner {
    display: none !important;
}

.k-button-solid-info {
    background-color: #1b6ec2 !important;
    border-color: #1861ac !important;
}

#btnSubmitPurchaseOrder.k-button-solid-info:hover {
    background-color: #45A049 !important;
}

.k-window.errorWindowTitle .k-window-titlebar {
    background-color: red !important;
    color: #fff !important;
    font-weight:300 !important;
}

.k-upload .k-upload-button {
    background-color: #1b6ec2 !important;
    color:#fff !important;
}

#btnOk {
    color: #fff !important;
    background-color: #198754 !important;
    border-color: #198754 !important;
    margin-left:40% !important;
    margin-right:40% !important;
}

#btnClose {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    margin-left: 45% !important;
    margin-right: 45% !important;
}

.modal-footer {
    justify-content:center !important;
    padding:0.15rem !important;
}

.txtError{
    color:red !important;
    font-size:small !important;
}

/*
#submit-button:hover {
    background-color: #ebebeb !important;
    border-width:1px !important;
}*/