/* _content/Ynnova.Blazor.Lib.MetronicUI/Components/Dottor/Dashboard/DashboardContainer.razor.rz.scp.css */
.dashbaord-container[b-zb3xh4n9al] {
    display: inline-block;
    position: relative;
    height: 800px;
    width: 100%;
    padding: 0;
}

[b-zb3xh4n9al] .dashboard-widget-item {
    display: inline-block;
    position: absolute;
    width: 120px;
    height: 120px;
    margin: 0;
    border: 0;
    padding: 0;
    touch-action: none;
}

[b-zb3xh4n9al] .dashboard-widget-item:hover {
    z-index: 1002;
}

[b-zb3xh4n9al] *::selection {
    background: transparent !important;
}
/* _content/Ynnova.Blazor.Lib.MetronicUI/Components/Dottor/Dashboard/WidgetMenuItem.razor.rz.scp.css */
[b-8exh4dlww7] .widget-item {
    z-index: 1002;
    cursor: move;
}
/* _content/Ynnova.Blazor.Lib.MetronicUI/Components/Dottor/EditBoolean.razor.rz.scp.css */
/* _content/Ynnova.Blazor.Lib.MetronicUI/Components/Dottor/EditSelect.razor.rz.scp.css */
.fix-css[b-f9h356vmme] {
    -webkit-box-shadow: unset;
    box-shadow: unset;    
}

select:disabled[b-f9h356vmme] {
    background-image: none;
    border-bottom-color: transparent !important;
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
    appearance: none !important;

    cursor: not-allowed !important;
}
/* _content/Ynnova.Blazor.Lib.MetronicUI/Components/Dottor/EditText.razor.rz.scp.css */
.ro[b-n6cklfula5] {
}

.ro[readonly][b-n6cklfula5] {
    color: #3F42546B;
    background-color: #F3F6F9;
    border-color: #F3F6F9;
}

.ro:focus-visible[b-n6cklfula5] {
    text-shadow: unset;
}

input[b-n6cklfula5]::placeholder {
    text-transform: none !important;
}
/* _content/Ynnova.Blazor.Lib.MetronicUI/Components/Dottor/Gridstack/GridstackContainer.razor.rz.scp.css */
.dashbaord-container[b-ueqstplc00] {
    display: inline-block;
    position: relative;
    height: 800px;
    width: 100%;
    padding: 0;
}

[b-ueqstplc00] > .grid-stack-item > .grid-stack-item-content {
    inset: 2px !important;
}

[b-ueqstplc00] .grid-stack-item:hover {
    z-index: 1002;
}

[b-ueqstplc00] *::selection {
    background: transparent !important;
}
/* _content/Ynnova.Blazor.Lib.MetronicUI/Components/Dottor/Gridstack/GridstackWidgetMenuItem.razor.rz.scp.css */
.widget-item[b-4bj9dcak9l] {
    z-index: 1002;
    cursor: move;
}
/* _content/Ynnova.Blazor.Lib.MetronicUI/Components/Y/Card/Card.razor.rz.scp.css */
.y-card-fix-default-css .card-collapsed[b-hhee91h6i9],
.y-card-fix-default-css .card-collapse[b-hhee91h6i9],
[b-hhee91h6i9] .y-card-fix-default-css .card-collapsed,
[b-hhee91h6i9] .y-card-fix-default-css .card-collapse
{
    padding-bottom: 1.25rem;
}
/* _content/Ynnova.Blazor.Lib.MetronicUI/Components/Y/DetailsItem/DetailsItem.razor.rz.scp.css */
[b-md0iqiyzk8] .flash {
    -webkit-animation-name: flash-animation;
    -webkit-animation-duration: 1.5s;

    animation-name: flash-animation-b-md0iqiyzk8;
    animation-duration: 1.5s;
}

@-webkit-keyframes flash-animation {
    from { background: yellow; }
    to   { background: default; }
}

@keyframes flash-animation-b-md0iqiyzk8 {
    from { background: yellow; }
    to   { background: default; }
}
/* _content/Ynnova.Blazor.Lib.MetronicUI/Components/Y/Settings/SettingsGroupPanel.razor.rz.scp.css */
/* _content/Ynnova.Blazor.Lib.MetronicUI/Components/Y/Settings/SettingsLayout.razor.rz.scp.css */
.ActionList[b-tq2cmweekf] {
    padding: 8px;
}

.ActionList-item[b-tq2cmweekf] {
    position: relative;
    list-style: none;
    background-color: transparent;
    border-radius: 6px;
    margin-bottom: 4px;
}

.ActionList-content[b-tq2cmweekf] {
    position: relative;
    display: grid;
    width: 100%;
    padding: 6px 8px;
    font-size: 14px;
    font-weight: 400;
    color: #24292F;
    text-align: left;
    -webkit-user-select: none;
    user-select: none;
    background-color: transparent;
    border: none;
    border-radius: 6px;
    transition: background 33.333ms linear;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    grid-template-rows: min-content;
    grid-template-areas: "leadingAction leadingVisual label trailingVisual trailingAction";
    grid-template-columns: min-content min-content minmax(0, auto) min-content min-content;
    align-items: start;
}

.ActionList-content > :not(:last-child)[b-tq2cmweekf] {
    margin-right: 8px;
}


.ActionList-item-visual[b-tq2cmweekf], .ActionList-item-action[b-tq2cmweekf] {
    display: flex;
    min-height: 20px;
    color: #57606A;
    pointer-events: none;
    fill: #57606A;
    align-items: center;
}

.ActionList-item-label[b-tq2cmweekf] {
    position: relative;
    font-weight: 400;
    line-height: 20px;
    color: #24292F;
}

.ActionList-item-label[b-tq2cmweekf] {
    grid-area: label;
}

.ActionList-sectionDivider:empty[b-tq2cmweekf] {
    display: block;
    height: 1px;
    padding: 0;
    margin: 7px -8px 8px;
    list-style: none;
    background: rgba(208,215,222,0.48);
    border: 0;
}

.ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger)[b-tq2cmweekf]::after {
    position: absolute;
    top: calc(50% - 12px);
    left: -8px;
    width: 4px;
    height: 24px;
    content: "";
    background: #0969DA;
    border-radius: 6px;
}

.ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger)[b-tq2cmweekf] {
    background: rgba(208,215,222,0.24);
}

.ActionList-item.ActionList-item--navActive:not(.ActionList-item--subItem) .ActionList-item-label[b-tq2cmweekf] {
    font-weight: 600;
}

.ActionList-item:not(.ActionList-item--hasSubItem):hover[b-tq2cmweekf], .ActionList-item.ActionList-item--hasSubItem > .ActionList-content:hover[b-tq2cmweekf] {
    cursor: pointer;
    background-color: rgba(208,215,222,0.32);
}		
/* _content/Ynnova.Blazor.Lib.MetronicUI/Components/Y/Touchspin.razor.rz.scp.css */
[b-jjog6okc75] .y-form-control {
	border: 1px solid #E4E6EF;
	height: calc(1.35em + 1.1rem + 2px);
}
/* _content/Ynnova.Blazor.Lib.MetronicUI/Components/Y/YSfGrid/YSfGrid.razor.rz.scp.css */
[b-5d3b3vgrce] .e-grid {
    border: 0;
    font-family: "Lato", "Helvetica", "sans-serif";
    font-size: 14px;
}

[b-5d3b3vgrce] .e-grid .e-gridheader {
    background-color: #fff;
    color: #b5b5c3;
    border: 0;
    border-bottom: 1px solid #EBEDF3;
}

[b-5d3b3vgrce] .e-grid .e-headercell, 
    [b-5d3b3vgrce] .e-grid .e-detailheadercell {
    height: auto;
}

[b-5d3b3vgrce] .e-grid .e-headercelldiv {
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1rem 0.75rem 0.75rem;
    height: auto;
    line-height: normal;
    margin: 0;
}

[b-5d3b3vgrce] .e-grid .e-gridheader .e-sortfilter .e-headercelldiv, 
    [b-5d3b3vgrce] .e-grid .e-gridheader .e-stackedheadercelldiv, 
    [b-5d3b3vgrce] .e-grid .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
    padding: 0.75rem 1rem 0.75rem 0.75rem;
}

[b-5d3b3vgrce] .e-grid .e-rowcell {
    padding: 1rem 1rem 1rem 0.75rem;
}

[b-5d3b3vgrce] .e-grid .e-gridheader tr th:first-child {
    padding-left: 0;
}

[b-5d3b3vgrce] .e-grid .e-summarycell:first-child {
    padding-left: 0;
}

[b-5d3b3vgrce] .e-grid .e-rowcell,
    [b-5d3b3vgrce] .e-grid .e-groupcaption,
    [b-5d3b3vgrce] .e-grid .e-indentcell,
    [b-5d3b3vgrce] .e-grid .e-recordplusexpand, 
    [b-5d3b3vgrce] .e-grid .e-recordpluscollapse, 
    [b-5d3b3vgrce] .e-grid .e-detailrowcollapse, 
    [b-5d3b3vgrce] .e-grid .e-detailrowexpand, 
    [b-5d3b3vgrce] .e-grid .e-detailindentcell, 
    [b-5d3b3vgrce] .e-grid .e-detailcell {
    border-color: #EBEDF3;
}

[b-5d3b3vgrce] .e-grid .e-headercell,
    [b-5d3b3vgrce] .e-grid .e-detailheadercell {
    padding: 0 12px 0 0;
}

[b-5d3b3vgrce] .e-pager {
    border-style: unset;
    padding: 1rem 0 0 0;
}

[b-5d3b3vgrce] .e-pager .e-pagercontainer {
    background-color: #fff;
    border-style: unset;
    display: inline-block;
    margin: 0 0 -4px;
    overflow: hidden;
}

[b-5d3b3vgrce] .e-pager .e-pagercontainer .e-firstpage, 
    [b-5d3b3vgrce] .e-pager .e-pagercontainer .e-prevpage, 
    [b-5d3b3vgrce] .e-pager .e-pagercontainer .e-firstpagedisabled, 
    [b-5d3b3vgrce] .e-pager .e-pagercontainer .e-prevpagedisabled, 
    [b-5d3b3vgrce] .e-pager .e-pagercontainer .e-nextpage, 
    [b-5d3b3vgrce] .e-pager .e-pagercontainer .e-lastpage, 
    [b-5d3b3vgrce] .e-pager .e-pagercontainer .e-nextpagedisabled, 
    [b-5d3b3vgrce] .e-pager .e-pagercontainer .e-lastpagedisabled {
    border-right-style: unset;
    border-right-width: 0
}

[b-5d3b3vgrce] .e-pager .e-currentitem, 
    [b-5d3b3vgrce] .e-pager .e-currentitem:hover {
    border-right-style: unset;
    border-right-width: 0;
    background: #3699FF;
    color: #FFFFFF !important;
    line-height: 1.3rem;
    margin-right: 5px;
    text-align: center;
    padding: 0.5rem;
    min-width: 2.25rem;
    min-height: 2.25rem;
    border-radius: 0.42rem;
}

[b-5d3b3vgrce] .e-pager .e-numericitem {
    border-right-style: unset;
    border-right-width: 0;
    display: inline-block;
    line-height: 1.3rem;
    margin-right: 5px;
    text-align: center;
    padding: 0.5rem;
    min-width: 2.25rem;
    min-height: 2.25rem;
    color: #7E8299;
    border-radius: 0.42rem;
}

[b-5d3b3vgrce] .e-pager .e-spacing.e-numericitem:not(.e-active):not(.e-np):not(.e-pp):hover {
    background: #3699FF;
    border-right-style: unset;
    border-right-width: 0;
    display: inline-block;
    line-height: 1.3rem;
    margin-right: 5px;
    text-align: center;
    padding: 0.5rem;
    min-width: 2.25rem;
    min-height: 2.25rem;
    color: #FFFFFF;
    border-radius: 0.42rem;
}

[b-5d3b3vgrce] .e-pager .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, 
    [b-5d3b3vgrce] .e-pager .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default {
    line-height: 1.3rem;
    margin-right: 0;
    text-align: center;
    padding: 0.5rem;
    min-width: 2.25rem;
    min-height: 2.25rem;
    color: #7E8299;
}

[b-5d3b3vgrce] .e-pager .e-last.e-icons.e-icon-last.e-lastpagedisabled.e-disable, 
    [b-5d3b3vgrce] .e-pager .e-last.e-icons.e-icon-last.e-lastpage.e-pager-default {
    line-height: 1.3rem;
    margin-right: 0;
    text-align: center;
    padding: 0.5rem;
    min-width: 2.25rem;
    min-height: 2.25rem;
    color: #7E8299;
}

[b-5d3b3vgrce] .e-pager .e-nextpage.e-pager-default:not(.e-active):not(.e-np):not(.e-pp):hover, 
    [b-5d3b3vgrce] .e-pager .e-lastpage.e-pager-default:not(.e-active):not(.e-np):not(.e-pp):hover {
    background: #3699FF;
    color: #FFFFFF;
}

[b-5d3b3vgrce] .e-pager .e-pagercontainer .e-firstpage, 
    [b-5d3b3vgrce] .e-pager .e-pagercontainer .e-prevpage, 
    [b-5d3b3vgrce] .e-pager .e-pagercontainer .e-firstpagedisabled, 
    [b-5d3b3vgrce] .e-pager .e-pagercontainer .e-prevpagedisabled {
    line-height: 1.3rem;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    margin-top: 0;
    min-width: 2.25rem;
    min-height: 2.25rem;
    padding: 0.5rem;
    background: #ecf1f6;
    border-radius: 0.42rem;
    color: #7E8299;
}

[b-5d3b3vgrce] .e-pager .e-firstpage.e-pager-default:not(.e-active):not(.e-np):not(.e-pp):hover, 
    [b-5d3b3vgrce] .e-pager .e-prevpage.e-pager-default:not(.e-active):not(.e-np):not(.e-pp):hover {
    background: #3699FF;
    color: #FFFFFF;
}

[b-5d3b3vgrce] .e-pager .e-link.e-np.e-spacing.e-numericitem.e-pager-default:hover, 
    [b-5d3b3vgrce] .e-pager .e-link.e-pp.e-spacing.e-numericitem.e-pager-default:hover {
    line-height: 1.3rem;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    margin-top: 0;
    min-width: 2.25rem;
    min-height: 2.25rem;
    padding: 0.5rem;
    background: #3699FF;
    border-radius: 0.42rem;
    color: #FFFFFF;
}

[b-5d3b3vgrce] .e-pager .e-pagercontainer .e-firstpagedisabled, 
    [b-5d3b3vgrce] .e-pager .e-pagercontainer .e-prevpagedisabled {
    opacity: 0.6;
}

[b-5d3b3vgrce] .e-pager .e-numericcontainer {
    margin-left: 5px;
}

[b-5d3b3vgrce] .e-pager .e-pagercontainer .e-nextpage, 
    [b-5d3b3vgrce] .e-pager .e-pagercontainer .e-lastpage, 
    [b-5d3b3vgrce] .e-pager .e-pagercontainer .e-nextpagedisabled, 
    [b-5d3b3vgrce] .e-pager .e-pagercontainer .e-lastpagedisabled {
    line-height: 1.3rem;
    text-align: center;
    display: inline-block;
    margin-top: 0;
    min-width: 2.25rem;
    min-height: 2.25rem;
    padding: 0.5rem;
    background: #ecf1f6;
    border-radius: 0.42rem;
}

[b-5d3b3vgrce] .e-pager .e-pagercontainer .e-nextpagedisabled, 
    [b-5d3b3vgrce] .e-pager .e-pagercontainer .e-nextpage {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

[b-5d3b3vgrce] .e-pager .e-pagercontainer .e-nextpagedisabled, 
    [b-5d3b3vgrce] .e-pager .e-pagercontainer .e-lastpagedisabled {
    opacity: 0.5;
}

[b-5d3b3vgrce] .e-pager .e-pagerconstant {
    display: none;
}

[b-5d3b3vgrce] .e-pager .e-pagesizes {
    float: right;
}

[b-5d3b3vgrce] .e-pager .e-pagerdropdown {
    margin-right: 15px;
    margin-top: 0;
}

[b-5d3b3vgrce] .e-grid td.e-active {
    background: rgba(0, 0, 0, 0.03);
}

[b-5d3b3vgrce] .e-grid.e-gridhover tr[role='row']:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
    background: rgba(0, 0, 0, 0.03);
}

[b-5d3b3vgrce] .e-grid.e-gridhover tr[role='row']:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
    background-color: rgba(0, 0, 0, 0.03);
    color: #212529;
}

[b-5d3b3vgrce] .e-grid.e-gridhover tr[role='row']:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
    background-color: rgba(0, 0, 0, 0.03);
    color: #212529;
}

[b-5d3b3vgrce] .e-grid [aria-selected] + tr .e-detailindentcell {
    border-color: #EBEDF3;
}

[b-5d3b3vgrce] .e-grid .e-detailindentcell {
    border-right-width: 0;
}

[b-5d3b3vgrce] .e-pagenomsg {
    font-family: "Lato", "Helvetica", "sans-serif";
    font-size: 14px;
}

[b-5d3b3vgrce] .e-pagecountmsg {
    font-family: "Lato", "Helvetica", "sans-serif";
    font-size: 14px;
}

[b-5d3b3vgrce] .e-grid .e-detailcell {
    background: rgba(0, 0, 0, 0.03);
    border-top-width: 0;
    padding: 0;
}

[b-5d3b3vgrce] .e-grid .e-detailrowopened {
    background: rgba(0, 0, 0, 0.03) !important;
}

[b-5d3b3vgrce] .e-grid .e-sortfilterdiv {
    padding: 3px 0 !important;
}

[b-5d3b3vgrce] .e-grid .e-gridheader .e-icons:not(.e-icon-hide):not(.e-check):not(.e-stop):not(.e-icon-reorderuparrow):not(.e-icon-reorderdownarrow) {
    color: #BEBECB !important;
}

[b-5d3b3vgrce] .red-status {
    border-left-width: 8px !important;
    border-left-style: solid !important;
    border-left-color: #D32F2F !important;
}

[b-5d3b3vgrce] .orange-status {
    border-left-width: 8px !important;
    border-left-style: solid !important;
    border-left-color: orange !important;
}

[b-5d3b3vgrce] .green-status {
    border-left-width: 8px !important;
    border-left-style: solid !important;
    border-left-color: yellowgreen !important;
}

[b-5d3b3vgrce] .gray-status {
    border-left-width: 8px !important;
    border-left-style: solid !important;
    border-left-color: #A0A0A0 !important;
}

[b-5d3b3vgrce] .blue-status {
    border-left-width: 8px !important;
    border-left-style: solid !important;
    border-left-color: #2196F3 !important;
}







/* _content/Ynnova.Blazor.Lib.MetronicUI/Components/Y/YSfGridV2/YSfGridV2.razor.rz.scp.css */
[b-pai6fe9u97] .e-grid {
    border: 0;
    font-family: "Lato", "Helvetica", "sans-serif";
    font-size: 14px;
}

[b-pai6fe9u97] .e-grid .e-gridheader {
    background-color: #fff;
    color: #b5b5c3;
    border: 0;
    border-bottom: 1px solid #EBEDF3;
}

[b-pai6fe9u97] .e-grid .e-headercell,
[b-pai6fe9u97] .e-grid .e-detailheadercell {
    height: auto;
}

[b-pai6fe9u97] .e-grid .e-headercelldiv {
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1rem 0.75rem 0.75rem;
    height: auto;
    line-height: normal;
    margin: 0;
}

[b-pai6fe9u97] .e-grid .e-gridheader .e-sortfilter .e-headercelldiv,
[b-pai6fe9u97] .e-grid .e-gridheader .e-stackedheadercelldiv,
[b-pai6fe9u97] .e-grid .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
    padding: 0.75rem 1rem 0.75rem 0.75rem;
}

[b-pai6fe9u97] .e-grid .e-rowcell {
    padding: 1rem 1rem 1rem 0.75rem;
}

[b-pai6fe9u97] .e-grid .e-gridheader tr th:first-child {
    padding-left: 0;
}

[b-pai6fe9u97] .e-grid .e-summarycell:first-child {
    padding-left: 0;
}

[b-pai6fe9u97] .e-grid .e-rowcell,
[b-pai6fe9u97] .e-grid .e-groupcaption,
[b-pai6fe9u97] .e-grid .e-indentcell,
[b-pai6fe9u97] .e-grid .e-recordplusexpand,
[b-pai6fe9u97] .e-grid .e-recordpluscollapse,
[b-pai6fe9u97] .e-grid .e-detailrowcollapse,
[b-pai6fe9u97] .e-grid .e-detailrowexpand,
[b-pai6fe9u97] .e-grid .e-detailindentcell,
[b-pai6fe9u97] .e-grid .e-detailcell {
    border-color: #EBEDF3;
}

[b-pai6fe9u97] .e-grid .e-headercell,
[b-pai6fe9u97] .e-grid .e-detailheadercell {
    padding: 0 12px 0 0;
}

[b-pai6fe9u97] .e-pager {
    border-style: unset;
    padding: 1rem 0 0 0;
}

[b-pai6fe9u97] .e-pager .e-pagercontainer {
    background-color: #fff;
    border-style: unset;
    display: inline-block;
    margin: 0 0 -4px;
    overflow: hidden;
}

[b-pai6fe9u97] .e-pager .e-pagercontainer .e-firstpage,
[b-pai6fe9u97] .e-pager .e-pagercontainer .e-prevpage,
[b-pai6fe9u97] .e-pager .e-pagercontainer .e-firstpagedisabled,
[b-pai6fe9u97] .e-pager .e-pagercontainer .e-prevpagedisabled,
[b-pai6fe9u97] .e-pager .e-pagercontainer .e-nextpage,
[b-pai6fe9u97] .e-pager .e-pagercontainer .e-lastpage,
[b-pai6fe9u97] .e-pager .e-pagercontainer .e-nextpagedisabled,
[b-pai6fe9u97] .e-pager .e-pagercontainer .e-lastpagedisabled {
    border-right-style: unset;
    border-right-width: 0
}

[b-pai6fe9u97] .e-pager .e-currentitem,
[b-pai6fe9u97] .e-pager .e-currentitem:hover {
    border-right-style: unset;
    border-right-width: 0;
    background: #3699FF;
    color: #FFFFFF !important;
    line-height: 1.3rem;
    margin-right: 5px;
    text-align: center;
    padding: 0.5rem;
    min-width: 2.25rem;
    min-height: 2.25rem;
    border-radius: 0.42rem;
}

[b-pai6fe9u97] .e-pager .e-numericitem {
    border-right-style: unset;
    border-right-width: 0;
    display: inline-block;
    line-height: 1.3rem;
    margin-right: 5px;
    text-align: center;
    padding: 0.5rem;
    min-width: 2.25rem;
    min-height: 2.25rem;
    color: #7E8299;
    border-radius: 0.42rem;
}

[b-pai6fe9u97] .e-pager .e-spacing.e-numericitem:not(.e-active):not(.e-np):not(.e-pp):hover {
    background: #3699FF;
    border-right-style: unset;
    border-right-width: 0;
    display: inline-block;
    line-height: 1.3rem;
    margin-right: 5px;
    text-align: center;
    padding: 0.5rem;
    min-width: 2.25rem;
    min-height: 2.25rem;
    color: #FFFFFF;
    border-radius: 0.42rem;
}

[b-pai6fe9u97] .e-pager .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable,
[b-pai6fe9u97] .e-pager .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default {
    line-height: 1.3rem;
    margin-right: 0;
    text-align: center;
    padding: 0.5rem;
    min-width: 2.25rem;
    min-height: 2.25rem;
    color: #7E8299;
}

[b-pai6fe9u97] .e-pager .e-last.e-icons.e-icon-last.e-lastpagedisabled.e-disable,
[b-pai6fe9u97] .e-pager .e-last.e-icons.e-icon-last.e-lastpage.e-pager-default {
    line-height: 1.3rem;
    margin-right: 0;
    text-align: center;
    padding: 0.5rem;
    min-width: 2.25rem;
    min-height: 2.25rem;
    color: #7E8299;
}

[b-pai6fe9u97] .e-pager .e-nextpage.e-pager-default:not(.e-active):not(.e-np):not(.e-pp):hover,
[b-pai6fe9u97] .e-pager .e-lastpage.e-pager-default:not(.e-active):not(.e-np):not(.e-pp):hover {
    background: #3699FF;
    color: #FFFFFF;
}

[b-pai6fe9u97] .e-pager .e-pagercontainer .e-firstpage,
[b-pai6fe9u97] .e-pager .e-pagercontainer .e-prevpage,
[b-pai6fe9u97] .e-pager .e-pagercontainer .e-firstpagedisabled,
[b-pai6fe9u97] .e-pager .e-pagercontainer .e-prevpagedisabled {
    line-height: 1.3rem;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    margin-top: 0;
    min-width: 2.25rem;
    min-height: 2.25rem;
    padding: 0.5rem;
    background: #ecf1f6;
    border-radius: 0.42rem;
    color: #7E8299;
}

[b-pai6fe9u97] .e-pager .e-firstpage.e-pager-default:not(.e-active):not(.e-np):not(.e-pp):hover,
[b-pai6fe9u97] .e-pager .e-prevpage.e-pager-default:not(.e-active):not(.e-np):not(.e-pp):hover {
    background: #3699FF;
    color: #FFFFFF;
}

[b-pai6fe9u97] .e-pager .e-link.e-np.e-spacing.e-numericitem.e-pager-default:hover,
[b-pai6fe9u97] .e-pager .e-link.e-pp.e-spacing.e-numericitem.e-pager-default:hover {
    line-height: 1.3rem;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    margin-top: 0;
    min-width: 2.25rem;
    min-height: 2.25rem;
    padding: 0.5rem;
    background: #3699FF;
    border-radius: 0.42rem;
    color: #FFFFFF;
}

[b-pai6fe9u97] .e-pager .e-pagercontainer .e-firstpagedisabled,
[b-pai6fe9u97] .e-pager .e-pagercontainer .e-prevpagedisabled {
    opacity: 0.6;
}

[b-pai6fe9u97] .e-pager .e-numericcontainer {
    margin-left: 5px;
}

[b-pai6fe9u97] .e-pager .e-pagercontainer .e-nextpage,
[b-pai6fe9u97] .e-pager .e-pagercontainer .e-lastpage,
[b-pai6fe9u97] .e-pager .e-pagercontainer .e-nextpagedisabled,
[b-pai6fe9u97] .e-pager .e-pagercontainer .e-lastpagedisabled {
    line-height: 1.3rem;
    text-align: center;
    display: inline-block;
    margin-top: 0;
    min-width: 2.25rem;
    min-height: 2.25rem;
    padding: 0.5rem;
    background: #ecf1f6;
    border-radius: 0.42rem;
}

[b-pai6fe9u97] .e-pager .e-pagercontainer .e-nextpagedisabled,
[b-pai6fe9u97] .e-pager .e-pagercontainer .e-nextpage {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

[b-pai6fe9u97] .e-pager .e-pagercontainer .e-nextpagedisabled,
[b-pai6fe9u97] .e-pager .e-pagercontainer .e-lastpagedisabled {
    opacity: 0.5;
}

[b-pai6fe9u97] .e-pager .e-pagerconstant {
    display: none;
}

[b-pai6fe9u97] .e-pager .e-pagesizes {
    float: right;
}

[b-pai6fe9u97] .e-pager .e-pagerdropdown {
    margin-right: 15px;
    margin-top: 0;
}

[b-pai6fe9u97] .e-grid td.e-active {
    background: rgba(0, 0, 0, 0.03);
}

[b-pai6fe9u97] .e-grid.e-gridhover tr[role='row']:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
    background: rgba(0, 0, 0, 0.03);
}

[b-pai6fe9u97] .e-grid.e-gridhover tr[role='row']:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
    background-color: rgba(0, 0, 0, 0.03);
    color: #212529;
}

[b-pai6fe9u97] .e-grid.e-gridhover tr[role='row']:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
    background-color: rgba(0, 0, 0, 0.03);
    color: #212529;
}

[b-pai6fe9u97] .e-grid [aria-selected] + tr .e-detailindentcell {
    border-color: #EBEDF3;
}

[b-pai6fe9u97] .e-grid .e-detailindentcell {
    border-right-width: 0;
}

[b-pai6fe9u97] .e-pagenomsg {
    font-family: "Lato", "Helvetica", "sans-serif";
    font-size: 14px;
}

[b-pai6fe9u97] .e-pagecountmsg {
    font-family: "Lato", "Helvetica", "sans-serif";
    font-size: 14px;
}

[b-pai6fe9u97] .e-grid .e-detailcell {
    background: rgba(0, 0, 0, 0.03);
    border-top-width: 0;
    padding: 0;
}

[b-pai6fe9u97] .e-grid .e-detailrowopened {
    background: rgba(0, 0, 0, 0.03) !important;
}

[b-pai6fe9u97] .e-grid .e-sortfilterdiv {
    padding: 3px 0 !important;
}

[b-pai6fe9u97] .e-grid .e-gridheader .e-icons:not(.e-icon-hide):not(.e-check):not(.e-stop):not(.e-icon-reorderuparrow):not(.e-icon-reorderdownarrow) {
    color: #BEBECB !important;
}

[b-pai6fe9u97] .red-status {
    border-left: solid 8px #D32F2F !important;
}

[b-pai6fe9u97] .orange-status {
    border-left: solid 8px orange !important;
}

[b-pai6fe9u97] .green-status {
    border-left: solid 8px yellowgreen !important;
}

[b-pai6fe9u97] .gray-status {
    border-left: solid 8px #A0A0A0 !important;
}

[b-pai6fe9u97] .blue-status {
    border-left: solid 8px #2196F3 !important;
}

[b-pai6fe9u97] .e-templatecell {
    padding: 0 !important;
    height: 1px;
}

@supports (-moz-appearance:none) {
    [b-pai6fe9u97] tr { height: 100% !important; }
    [b-pai6fe9u97] td { height: 100% !important; }
}

[b-pai6fe9u97] .e-templatecell > div{
    height: 100% !important;
}

[b-pai6fe9u97] .e-grid .e-headericon {
    font-size: 14px !important;
}
[b-pai6fe9u97] .e-grid .e-icon-userlogin::before {
    content: '\e702';
}
[b-pai6fe9u97] .e-grid .e-icon-calender::before {
    content: '\e960';
}
[b-pai6fe9u97] .e-grid .e-icon-sorting-1::before {
    content: '\e7c2';
}
