﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

footer {
    line-height: 0 !important;
}

.k-animation-container, .k-animation-container *, .k-animation-container :after, .k-block .k-header, .k-list-container, .k-widget, .k-widget *, .k-widget :before {
    box-sizing: border-box !important;
}

.mr-2 {
    margin-right: 20px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.ml-2 {
    margin-left: 20px !important;
}

.ml-1 {
    margin-left: 10px !important;
}

.required-field::after {
    content: ' *';
    color: #d63939 !important;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff99;
    z-index: 100;
    cursor: wait;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    position: relative;
    top: 50%;
    left: 50%;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #787878;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.k-tabstrip-left > .k-tabstrip-items {
    background: #fff;
    padding: 0 !important;
    border: 1px solid #dadcde;
}

    .k-tabstrip-left > .k-tabstrip-items .k-item.k-state-active {
        padding: 0 !important;
        background: #206bc4;
        color: #fff;
        border: 0 !important;
        border-radius: 0;
    }

.k-dropdown .k-dropdown-wrap.k-state-focused, .k-dropdowntree .k-dropdown-wrap.k-state-focused {
    background: #fff !important;
}

.k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap {
    background: #fff !important;
}

.k-dropdown, .k-dropdowntree {
    width: 100% !important;
}

.k-datepicker .k-picker-wrap .k-select, .k-timepicker .k-picker-wrap .k-select {
    width: 35px;
}

select {
    width: 100% !important;
}

input[readonly] {
    background: #edf2f6 !important;
}

.k-input[type=text], .k-input[type=number], .k-multiselect .k-input, .k-picker-wrap .k-input, .k-textbox, .k-textbox > input {
    width: 100% !important;
}

.k-datepicker {
    width: 100% !important;
}

.boq-item-label {
    line-height: 1 !important;
    font-weight: bold;
}

.boq-specification {
    line-height: 1 !important;
    font-size: 9px !important;
}

.ellipsis {
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}

.boq-p-specification {
    line-height: 1.5 !important;
    font-size: 11px !important;
}

.fa {
    margin-right: 5px !important;
}

.form-group {
    margin-bottom: 10px !important;
}

.alert {
    padding: 0.7rem 1rem !important;
}

.rpt-title {
    font-size: .625rem;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1.6;
    color: #656d77;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.rpt table tr th {
    text-transform: none !important;
}

@media only screen and (max-width: 600px) {
    .k-tabstrip-left {
        flex-direction: inherit !important;
    }

    .k-tabstrip-items {
        margin-bottom: 10px !important;
    }
}

