﻿@import "jquery-ui.css";


* {
    font-family: 'Default';
}

.m-application--is-ltr .fa-ltr-rotate-180 {
    transform: scaleX(-1);
}

html {
    overflow: hidden;
}




.label-default-size {
    height: 25px;
    width: 105px
}

.container-default-size {
    height: 45px;
    width: 45px
}

.flex-1 {
    flex: 1
}

.w-0 {
    width: 0 !important;
}

.h-0 {
    height: 0 !important
}

.ui-selectable-helper {
    z-index: 9999;
    border: blue 2px solid !important;
    background: var(--primary);
    opacity: .4;
    border-radius: 4px;
}

.ui-selecting {
    border: #000 1px solid !important;
}

.ui-selected {
    border: var(--primary) 1px solid !important;
}

.loading-card {
    background: url("../Animated Shape.svg");
}

.blazor-context-menu--default {
    width: 170px !important;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}

.image {
    background-image: url("../sprite.png");
    background-repeat: initial;
    height: 100%;
    background-size: 35px;
}

.r-tl-tr {
    border-radius: 15px 15px 0 0 !important;
}

.fieldsetscheduler {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

.legendscheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
}













.m-application--is-ltr .w-submenu-item-container .w-menu-group {
    transform: translateY(-44px) !important;
    padding-top: 0px;
    padding-left: 10px !important;
    padding-right: 0 !important;
    right: -96%;
    left: auto !important
}

.w-data-grid-clickable-row:has(*:focus) {
    background: rgba(var(--primary-rgb), 0.3) !important
}

.w-data-grid-clickable-row > td {
    transition: 0.3s;
}

    .w-data-grid-clickable-row > td:has(*:focus), .w-data-grid-clickable-row > td:focus {
        background: rgba(var(--primary-rgb), 0.1) !important
    }

.btn, .btn-sm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: .5rem;
    font-size: .875rem;
    line-height: 1.5715;
    font-weight: 500;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}
.muted{
    opacity: 0.8;
}
.btn {
    padding: 11px 1rem;
    --tw-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)
}

.btn, .btn-sm {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.btn-sm {
    padding: 5px .75rem;
    --tw-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)
}