﻿img.logo {
    width: auto !important; /*override the width below*/
    width: 100%;
    max-width: 200px;
    margin: auto;
}

.fixed-plugin .fa-filter {
    color: #FFFFFF;
    padding: 10px;
    border-radius: 0 0 6px 6px;
    width: auto;
}

.fixed-plugin .fa-gear {
    color: #FFFFFF;
    padding: 10px;
    border-radius: 0 0 6px 6px;
    width: auto;
}

.sidebar[data-color="erpio"] li.active > a {
    background: linear-gradient(60deg,#9B0202,#e53935)
}

.card.bg-erpio, .card .card-header-erpio .card-icon, .card .card-header-erpio .card-text, .card .card-header-erpio:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-erpio .back, .card.card-rotate.bg-erpio .front {
    background: linear-gradient(60deg,#9B0202,#e53935)
}

.card .card-header-erpio .card-icon, .card .card-header-erpio .card-text, .card .card-header-erpio:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(155, 2, 2,.4)
}

.tim-typo {
    padding-left: 25%;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

.tim-typo .tim-note {
    bottom: 5px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
}

.customupload {
    display: inline-block;
    visibility: visible;
}

.customupload input[type=file] {
    visibility: hidden;
    display: none;
}

input [type=file], /* FF, IE7+, chrome (except button) */
input[type=file]::-webkit-file-upload-button { /* chromes and blink button */
    cursor: pointer;
}

.e1-chips-padding-center {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sb-content-overlay {
    z-index: 10000022;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: transparent;
    overflow: hidden;
    pointer-events: none;
    left: 0px;
}

    .sb-content-overlay.sb-hide {
        display: none;
    }

.sb-loading {
    width: 56px;
    height: 56px;
    position: absolute;
    top: calc(50% - 28px);
    left: calc(50% - 28px);
    z-index: 10000;
    border-radius: 50%;
    padding: 3px;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    display: inline-block;
    background: white;
}

#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;
}