﻿@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: 0px solid #26b050;
}

.invalid {
    outline: 0px 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;
    }


.spinner {
    border: 10px solid silver;
    border-top: 10px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.containerHeader {
    display: flex;
    flex-flow: row nowrap; /* Align on the same line */
    justify-content: space-between; /* Equal margin between the child elements */
}

#ui-datepicker-div {
    z-index: 10 !important;
}

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 50px;
    height: 50px;
    border-style: solid;
    border-color: white;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.blazored-modal {
    width: 50% !important;
}

:focus {
    border: solid 1px black !important;
}

.rz-dropdown-items-wrapper {
    max-height: 350px !important;
}

.rz-dropdown-panel {
    top: 20% !important;
}

.rz-grid-table td {
    padding: 0.25rem 0rem 0.25rem 0.3rem !important;
}

#lmenu {
    /*height: auto;
    width: 50px;
    background-color: #000;
    color: #fff;
    border: 1px solid #eee;*/
    text-align: center;
    display: none;
    margin-left: 0;
}

.form-group {
    margin-bottom: 0.3rem !important;
}

#popup-JqjvF2p5tE {
    width: 400px !important;
    left: 150px !important;
}

.rz-autocomplete-items li {
    overflow-x: auto !important;
    white-space: nowrap !important;
    display: inline-block !important;
    min-width: max-content !important;
}
