@import url('/svgicons/SvgIcons.css');
@import url('/css/components/Components.css');
@import url('/css/components/Calendar.css');

.wi-10 {
    width: 10px;
}

.wi-20 {
    width: 20px;
}

.wi-30 {
    width: 30px;
}

.wi-40 {
    width: 40px;
}

.wi-60 {
    width: 60px;
}

.wi-70 {
    width: 70px;
}

.wi-80 {
    width: 80px;
}

.wi-200 {
    width: 200px;
}

.wi-100 {
    width: 100px;
}

.wi-120 {
    width: 120px !important;
}

.wi-140 {
    width: 140px;
}

.wi-160 {
    width: 160px;
}

.wi-300 {
    width: 300px;
}

html,
body {
    font-family: system-ui, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #f1f4f5;
}

.dropzone {}

.pointer {
    cursor: pointer;
}

img {
    max-width: 100%;
}

img.avatar_mini {
    max-width: 40px;
    max-height: 40px;
    border-radius: 50%;
    border: 3px white solid;
}

a {
    text-decoration: none;
    color: inherit;
}

a,
.btn-link {
    color: #0366d6;
}

.form-control,
.form-select,
textarea {
    padding: 0.25rem 0.4rem;
    font-size: 0.9rem;
    border-radius: 0.15rem;
}

.btn {
    cursor: pointer;
    transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
    -webkit-font-smoothing: subpixel-antialiased;
}

.pointer {
    cursor: pointer;
}

.btn-primary {
    color: #fff;
    border: 2px solid #F39123;
    color: #F39123;
}

.btn.theme {
    border: 2px solid #F39123;
    color: #F39123;
}

    .btn.theme:hover, .btn.theme:active {
        background-color: #F39123;
        color: white;
    }

.btn-round {
    border-radius: 1000px;
}

.btn-inverse {
    color: #111;
    background-color: #fff;
    border-color: #e4eaec;
    box-shadow: none;
}

.btn .oi,
.btn .fa,
.btn .fa-solid {
    margin-top: 4px;
    margin-right: 3px;
    width: 1.2em;
    line-height: inherit;
    text-align: center;
}

.btn:focus,
.btn:active {
    outline: none;
    box-shadow: none;
}

button:focus-visible,
.btn:focus-visible {
    /* a11y: så tangentbordsavändare kan se var de är någonstans  */
    border: 2px solid black;
    /* outline*/
    /* custom focus styles */
    box-shadow: 0 0 2px 2px #51a7e8;
    /*color: lime;*/
}


option {
    padding: 20px;
    margin: 30px;
}

.content {
    padding-top: 1.1rem;
}

.page h5:after {
    content: '';
    display: block;
    width: 55px;
    height: 1px;
    background: #dbaf37;
    margin: 5px 0 0 0;
}

.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 {
    position: relative;
    min-height: calc(100% - 44px);
    background: #f1f4f5;
}

.page-header {
    position: relative;
    z-index: 1;
    margin-top: 0;
    margin-bottom: 20px;
    background: transparent;
    border-bottom: 0;
}

.page-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
}

.page-header-actions {
    position: absolute;
    top: 50%;
    right: 0px;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-header-actions .nav-link {
    display: inline-block;
}

.panel-actions .panel-action {
    display: inline-block;
    padding: 8px 10px;
    color: #a3afb7;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
}

.table {
    color: #76838f;
}

.table thead:first-child th {
    border-top: none;
}

.table thead th,
.table tfoot th {
    font-weight: 400;
    color: #526069;
    border-bottom-width: 1px;
}

.nav-tabs .nav-link.active {
    background-color: inherit;
    border: none;
    border-bottom: 4px solid #fab702;
}

/* taggar */
.status_ej {
    background-color: inherit !important;
}

.status_Krav {
    background-color: red !important;
    color: white !important;
}

.status_Meriterande {
    background-color: green !important;
    color: white !important;
}

@media (min-width: 991.99px) {}

@media (max-width: 991.98px) {
    .page-title {
        font-size: 18px;
    }

    .pl-3,
    .px-3 {
        padding-left: 0.8rem !important;
    }
}







.debug-Server {
    border: 1px dashed red;
}









/* mattias leker, eller i MainLayout.razor.css ? */
html,
body {
    width: 100%;
    height: 100%;
}

.main {
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
}

.main>footer {
    background-color: var(--bs-warning);
    padding: 0.1rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /*z-index:0; */

}