﻿@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import "lightbox.min.css";

:root {
    --mud-palette-dark-hover: rgba(66,66,66,0.058823529411764705)!important;
}

html, body {
    font-family: "Noto Sans KR", sans-serif !important;
    height: 100%;
}

h1:focus {
    outline: none;
}

.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: 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;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

/*추가 start*/
p {
    margin-block-end: 1em;
}

input[type="file"] {
    font-size: small;
}

.nav-link-active .mud-nav-link {
    font-weight: 500 !important;
    color: var(--mud-palette-primary);
    background-color: var(--mud-palette-primary-hover);
}

.two-line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Roboto","Arial",sans-serif;
}

@media print {
    .hide-print {
        display: none !important;
    }
}

#kakao-channel-button {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
}

li::marker {
    content: none;
}

/*mudblazor start*/
.mud-card-header-content,
.mud-nav-link-text,
.text-overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mud-nav-link-text {
    font-size: 14px;
}

.landing-appbar .mud-autocomplete {
    max-width: 360px;
}

.mudblazor-landingpage .mud-link {
    margin: inherit;
}

.docs-appbar .mud-button, .docs-menu-list .mud-button {
    font-family: "Noto Sans KR", sans-serif;
}

.mud-input > input.mud-input-root[inputmode="numeric"] {
    text-align: right;
}

.mud-input.mud-input-outlined > input.mud-input-root[inputmode="numeric"] {
    text-align: center;
    padding: 10px;
}

.mud-input-outlined textarea {
    min-height: auto;
}

.no-label .mud-input-label {
    display: none;
}

.mud-input.no-label,
.mud-input-control.no-label {
    margin-top: 0 !important;
}

    .mud-input-control.no-label > .mud-input-control-input-container > div.mud-input.mud-input-text {
        margin-top: 0;
    }

.mud-table {
    white-space: nowrap;
}
    .mud-table.mud-xs-table {
        white-space: initial;
    }
    .mud-table.no-wrap {
        white-space: initial;
    }

.mud-table-container {
/*    padding: 1px;*/
    overflow-y: hidden;
}

    .mud-table-container table th,
    .mud-table-container table td {
        border: inherit;
    }

.mud-table-sticky-header .mud-table-container {
    overflow-y: auto;
}

.mud-simple-table.mud-table-dense * tr td,
.mud-simple-table.mud-table-dense * tr th,
.mud-table-dense * .mud-table-row .mud-table-cell {
    padding: 0 2px 0 2px;
}

.mud-table-dense .mud-table-row {
    height: 34px;
}

.mud-simple-table table tbody tr:last-child th {
    border-bottom: none;
}

.mud-simple-table.mud-table-bordered .mud-table-container table thead tr th {
    border-right: 1px solid var(--mud-palette-table-lines);
}

.mud-table-cell .mud-checkbox,
.mud-table-cell .d-flex:first-child {
    justify-content: center;
}

.mud-table-root .mud-table-head .mud-table-cell {
    line-height: 1rem;
}

.docs-brand-text {
    font-family: inherit;
}

.docs-page-content img,
.mud-paper img {
    max-width: 100%;
}

.mud-grid:first-child .mud-grid-item:nth-child(-n+2) .docs-page-section:first-child .docs-section-header .mud-typography-h5 {
    margin-top: 0;
}

.mud-typography {
    color: var(--mud-palette-text-primary);
}

    .mud-typography ul {
        margin-left: 20px;
        list-style: inherit;
        margin-bottom: 10px;
    }

.mud-grid-item .mud-select .mud-input-control {
    margin-top: 14px;
}

.mud-button-filled.mud-button-filled-primary,
.mud-chip-filled.mud-chip-color-primary,
.mud-fab-primary {
    background-color: #594ae2ff;
}

    .mud-button-filled.mud-button-filled-primary:hover, .mud-button-filled.mud-button-filled-primary:focus-visible {
        background-color: #1A237E!important;
    }

.flex-row .mud-input-control.mud-input-control-margin-dense {
    margin: 0;
}

.mud-typography-button {
    white-space: pre;
}

form .mud-button-label {
    gap: 5px;
}

.mud-input-control-helper-container {
    margin-top: 0;
}

.mud-table-cell:first-child {
    min-width: 25px;
}
/*    .mud-table-cell:first-child .mud-table-cell-checkbox {
        padding: 13px 10px;
    }*/

.mud-timeline-vertical.mud-timeline-position-start::before {
    left: 10px;
}

.mud-timeline-vertical.mud-timeline-position-start .mud-timeline-item {
    margin-left: -37px;
}

.mudblazor-landingpage .mud-landingpage-section .section-container.padding-skew {
    padding: 0;
}

#mud-snackbar-container {
    z-index: 99999;
}


.print_area_content .mud-simple-table.mud-table-bordered .mud-table-container table tr th,
.print_area_content .mud-simple-table.mud-table-bordered .mud-table-container table tr td {
    border: 1px solid #000;
}

.print_area_content .mud-simple-table.mud-table-bordered > .mud-table-container > table {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.mud-picker-calendar-transition {
    margin-bottom: 12px;
}

.mud-range-selection-primary:hover,
.mud-picker-calendar .mud-day.mud-range.mud-range-start-selected,
.mud-picker-calendar .mud-day.mud-range.mud-range-end-selected {
    background-color: var(--mud-palette-tertiary) !important;
}

.d-flex .mud-picker-inline {
    max-width: 290px;
}

/*.mud-toolbar {
    height: auto !important;
}*/

.mud-main-content {
    min-height: 100vh;
}

.active .mud-nav-link {
    color: var(--mud-palette-primary);
    background-color: var(--mud-palette-primary-hover);
}

.mud-table .mud-toolbar {
    padding-left: 4px;
    padding-right: 4px;
    flex-wrap: wrap;
    height: auto;
}

.mud-table-head .header-centered th {
    text-align: center;
}

.mud-checkbox .mud-typography-body1 {
    font-size: 14px;
}

@media (max-width: 416px) {
    .mud-table .mud-table-pagination .mud-table-pagination-toolbar {
        padding-top: 0;
        min-height: auto;
    }
}

@media (max-width: 600px) {
    .mud-xs-table .mud-table-container {
         overflow-x: hidden !important;
    }

    .mud-xs-table td {
        border-right: 0 !important;
    }

    .mud-xs-table .mud-table-cell {
        align-items: start;
    }

        .mud-xs-table .mud-table-cell .mud-button {
            text-align: left;
            padding-top: 0;
        }

        .mud-xs-table .mud-table-cell:before {
            white-space: nowrap;
        }

    .mud-table-dense * .mud-table-row .mud-table-cell:last-child {
        padding-right: 2px;
    }

    .mud-xs-table th,
    .mud-sm-table th,
    .mud-xs-table td,
    .mud-sm-table td {
        white-space: normal !important;
    }

    .mud-xs-table .mud-table-cell:has(.mud-table-cell-checkbox):before {
        content: '선택';
    }
}

.mud-table-row.no-select td:first-child .mud-checkbox {
    display: none;
}

.mud-popover .mud-list-item-icon {
    min-width: 30px;
}

.mud-menu.pa-0 .mud-icon-button {
    padding: 0;
}

/*.mud-input > textarea.mud-input-root {
    padding: 10px;
}*/

.mud-dialog-content .mud-table-sticky-header .mud-table-container {
    overflow: auto;
}

.mud-dialog.mud-dialog-content-p0 .mud-dialog-content {
    padding: 0;
}

.mud-dialog.mud-dialog-content-m0 .mud-dialog-content {
    margin: 0;
}

.mud-layout {
    background-color: var(--mud-palette-drawer-background);
}

.mud-drawer-content {
    font-size: var(--mud-typography-default-size)
}

.docs-page-header {
    color: var(--mud-palette-text-primary);
}

.mud-container {
    padding-bottom: 70px;
}

.mud-container.mb-8 {
    padding-bottom: 32px;
}

.mud-landingpage-section .mud-container {
    padding-bottom: 0;
}

.mud-landingpage-section .mud-card-actions {
    color: rgb(178, 176, 191);
}

.mud-button-root.ml-n5 {
    margin-left: -20px !important;
}

.docs-page-header .mud-typography-h5 {
    font-size: 28.8px;
}

.mud-toolbar .mud-typography-h6,
.mud-card-header-content .mud-typography-h6 {
    font-size: 20px;
}

body .docs-page-content {
    font-weight: 400;
}

.docs-page-content .mud-table-cell {
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.docs-page-content .mud-table-empty-row {
    border: 0;
    padding: 0;
}

.docs-page-content button[type=submit].mud-button-filled-size-medium {
    font-size: inherit;
    font-weight: inherit;
    padding: 6px 16px;
    border: inherit;
}

.docs-page-content button[type=submit].mud-button-filled-size-small {
    font-size: inherit;
    font-weight: inherit;
    padding: 3px 10px;
    border: inherit;
}

.mud-dialog-container .mud-dialog-actions button[type=submit] {
    font-size: 14px;
    padding: 5px;
}

.mud-treeview-item.no-select > .mud-treeview-item-content .mud-treeview-item-checkbox {
    display: none;
}

/*.mudblazor-landingpage .lp-effect.phone-shadow,
.mudblazor-landingpage .lp-device.phone {
    left: auto;
}*/

.mudblazor-landingpage::after {
    height: auto;
    min-height: auto;
    max-height: none;
}

.mudblazor-landingpage::before {
    height: auto;
    min-height: auto;
}

.mud-chart.only-line .mud-charts-grid,
.mud-chart.only-line .mud-charts-yaxis {
    display: none;
}

.mud-chart-line {
    overflow: visible;
}

/*릴리즈 노트 start*/
.docs-github-releases h5:not(.mud-typography-display-inline):first-child {
    padding: 12px 0;
    margin-bottom: 24px;
    border-top: var(--mud-palette-lines-default) 1px solid;
    border-bottom: var(--mud-palette-lines-default) 1px solid;
    font-size: var(--mud-typography-h5-size);
    font-weight: var(--mud-typography-h5-weight)
}

.docs-github-releases ul {
    list-style: disc;
    font-size: var(--mud-typography-body1-size);
}

    .docs-github-releases ul a {
        font-weight: 700;
    }
/*릴리즈 노트 end*/

/*대시보드 start*/
.mud-icon-size-medium {
    font-size: 24px;
}

.mud-typography-subtitle1 {
    font-size: 16px;
}

.mud-layout .mb-12 {
    margin-bottom: 48px !important
}

.mud-layout .mt-6 {
    margin-top: 24px !important;
}

.mud-treeview-item .mud-checkbox {
    margin-bottom: 0;
}

.mud-treeview-item .mud-treeview-item-arrow .mud-icon-button, 
.mud-treeview-item .mud-treeview-item-checkbox .mud-icon-button {
    padding: 0;
}
/*대시보드 end*/

/*대시보드 캘린더 start*/
.docs-page-content .fc-day-header,
.docs-page-content .fc-day-number,
.docs-page-content .fc-toolbar h2 {
    color: var(--mud-palette-text-primary);
}

.docs-page-content .fc-toolbar h2 {
    font-size: 1.5em;
}

.docs-page-content .fc-widget-header {
    background-color: inherit;
}

.docs-page-content .fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 0 1px !important;
    border: 0 !important;
    border-radius: 3px !important;
}

.docs-page-content .fc-event .fc-content {
    color: #fff;
    text-align: left;
    margin: 0;
}

.docs-page-content .fc.fc-unthemed {
    font-size: 14px;
}

.docs-page-content .fc button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    height: 2.1em !important;
    padding: 0 .6em !important;
    color: inherit;
    line-height: inherit;
    font-family: inherit;
    text-shadow: none;
}

.docs-page-content .fc .fc-toolbar .fc-today-button {
    margin-left: .75em;
}

.docs-page-content .fc-unthemed th,
.docs-page-content .fc-unthemed td {
    border-color: #ddd !important;
}

.docs-page-content .fc th.fc-widget-header {
    padding: inherit;
    line-height: inherit;
}

.docs-page-content .fc-scroller.fc-day-grid-container {
    overflow: auto !important;
}

.docs-page-content .fc-today .fc-day-number {
    color: #000;
}


.docs-page-content .fc .fc-button-group .fc-button.fc-state-active,
.docs-page-content .fc .fc-toolbar .fc-state-active {
    z-index: 4;
    background-color: #6e81dc;
    border-color: #6e81dc;
    color: #ffffff;
}

.docs-page-content .fc-button {
    background: #dcdde1;
    border: 1px solid #ced0d5;
    box-shadow: none;
}

.docs-page-content .btn-group,
.docs-page-content .fc .fc-button-group {
    border: inherit;
    border-radius: inherit;
}

.docs-page-content .fc .fc-event {
    border: inherit;
    color: inherit;
    padding: inherit;
}

    .docs-page-content .fc .fc-event.fc-start {
        background: inherit;
        border-radius: inherit;
        border-left: inherit;
    }

.docs-page-content .fc .fc-content-skeleton table tr td {
    padding: inherit;
    font-size: inherit;
}

.docs-page-content .fc .fc-button-group .fc-button {
    background-color: rgb(220, 221, 225);
    margin: inherit;
}

.docs-page-content .fc button .fc-icon-left-single-arrow:after {
    content: "\02039";
    color: inherit;
    font: inherit;
    font-weight: 700;
    font-size: 200%;
}

.docs-page-content .fc button .fc-icon-right-single-arrow:after {
    content: "\0203A";
    color: inherit;
    font: inherit;
    font-weight: 700;
    font-size: 200%;
}

.docs-page-content .fc .fc-widget-header {
    border: 1px;
    border-style: solid;
    margin-right: 0 !important;
}

    .docs-page-content .fc .fc-widget-header table {
        margin-bottom: 0;
    }

    .docs-page-content .fc .fc-widget-header table tr th {
        border-width: 1px;
        text-align: center;
    }

        .docs-page-content .fc .fc-widget-header table tr th span {
            font-size: inherit;
        }
/*대시보드 캘린더 end*/

.mud-day.mud-selected {
    background-color: inherit !important;
    border: 1px solid var(--mud-palette-primary);
}
/*mudblazor end*/
/*추가 end*/