@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    height: 100%;
}
body {
    overflow-x: hidden;
    position: relative;
    background: url(../img/main-bg-light.png) repeat;
    background-size: cover;    
}

.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: #f44336;
    font-weight: bold;
}

#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: 2000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.sf-license-warning{
    display: none;
}

.e-spinner-pane.e-spin-overlay {
    background-color: rgba(255,255,255,0.5);
    z-index: 2000 !important;
}

.nav-horizontal .nav.nav-tabs .nav-item .nav-link.active::after {
    left: unset;
    right: unset;
    transform: translate3d(0, 0, 0);
    transition-duration: 0;
    top: unset;
    width: 100%;
}

.nav-horizontal .nav-tabs .nav-link::after {
    transition: transform 0000000.1ms !important;
}

.nav-horizontal .nav-tabs .nav-link {
    padding: .61rem 1.2rem;
}

.nav-horizontal .tab-pane.active {
    padding-left: unset !important;
}

.nav-horizontal .nav-tabs {
    padding: .61rem 1.2rem;

}

.img-wrap {
    position: relative;
}

.img-wrap .close {
    position: absolute;
    top: 6px;
    right: 1px;
    color: #ea5455;
    z-index: 100;
    font-size: 23px;
    opacity: 0.9 !important;
    border-color: transparent;
    height: 1.2rem !important;
    width: 1.2rem !important;
    background-color: white;
    border-radius: 100%;
}

.img-wrap .close:hover {
        color: #5e5873;
        text-decoration: none;
        color: white !important;
        background-color: #ea5455;
        border-radius: 100%;
        border-color: transparent !important;
}

.img-wrap .close:hover {
    opacity: 1;
    font-size: 24px;
}

.img-style {
    -webkit-filter: brightness(100%);
}

.img-wrap:hover > .img-style {
    -webkit-filter: brightness(70%);
}

.img-wrap:hover > .edit {
    display: block;
}

.edit {
    display: none;
    position: absolute;
    top: 30px;
    right: 27px;
    height: 1.4rem;
    width: 1.4rem;
}

.subject .e-richtexteditor {
    max-height: 100px;
}

.e-richtexteditor {
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 16%;
}

.btn-group .dropdown-menu svg {
    height: 16px;
    width: 16px;
    font-size: 16px;
    vertical-align: bottom;
}
.btn-group .dropdown-menu .dropdown-item {
    line-height: 1;
}

.swal2-container {
    z-index: 1500 !important;
}
.mud-list-item .mud-svg-icon {
    vertical-align: bottom;
}
button > svg {
    vertical-align: top;
}
.e-grid .e-filtered::before {
    color: red;
}
.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top {
    left: 0 !important;
}
.text-muted {
    color: rgba(0, 0, 0, 0.54) !important;
}
.e-grid .e-altrow {
    background-color: #f5f5f5;
}
#order-lines .e-row {
    background-color: rgba(47, 111, 167, 0.1);
}
.e-dialog.e-filter-popup .e-footer-content {
    padding: 8px;
}
.e-dialog .e-dlg-header-content {
    padding-bottom: 8px;
    padding-top: 10px;
}
#select-part-dialog .e-footer-content {
    padding-bottom: 0;
}
.e-detailrow{
    background-color: #e0e0e0;
}
#recommendation-lines .e-row {
    background-color: rgba(218, 41, 28, 0.1);
}

/*.ekko-lightbox z-index fix*/
.modal-backdrop {
    z-index: 1300;
}
.ekko-lightbox.modal {
    z-index: 1301;
}

.e-switch-wrapper.e-switch-disabled .e-switch-handle.e-switch-active{
    background-color: #ffa099;
}
.e-switch-wrapper.e-switch-disabled .e-switch-inner.e-switch-active{
    background-color: rgb(218, 41, 28);
}