@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

html, body {
    font-family: "Noto Sans KR", sans-serif;
}

p {
    margin-block-end: 1em;
}

.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;
    }

/* spinner start */
.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
/* spinner end */

.btn,
.btn-group,
.form-control {
    border-radius: 0;
}

/* confirm start */
.confirm-title {
    color: rgba(0,0,0,.65);
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 25px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}

.confirm-text {
    font-size: 16px;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-weight: 400;
    color: rgba(0,0,0,.64);
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box;
}
/* confirm end */


.nav-link-active .mud-nav-link {
    font-weight: 500 !important;
    color: var(--mud-palette-primary);
    background-color: var(--mud-palette-action-default-hover);
}


/*Blazored TextEditor*/
.ql-editor {
    min-height: 300px;
}


.components-reconnect-show,
.components-reconnect-failed,
.components-reconnect-rejected {
    display: none;
}

img {
    max-width: 100%
}

.table-last-row-border-bottm-0 tr:last-child td {
    border-bottom: none !important;
}

/*mudblazor start*/
.mud-button {
    min-width: auto;
}

.mud-card img {
    max-width: 100%;
    height: auto !important;
}

/*mud-table start*/
.table-min-width-600 table {
    min-width: 600px;
}

.mud-table-head .header-centered th {
    text-align: center;
}

.mud-table-foot .bold-text .mud-table-cell {
    font-weight: 500;
}

.mud-table-dense * .mud-table-row .mud-table-cell {
    padding: 3px 6px 3px 6px;
}

    .mud-table-dense * .mud-table-row .mud-table-cell:last-child {
        padding-right: 6px;
        border-right: 1px solid var(--mud-palette-table-lines);
    }

.mud-simple-table table tbody tr:last-child td {
    border-bottom: 1px solid var(--mud-palette-table-lines);
}

.width-not-100 table {
    width: auto;
}

/*.mud-table-container {
    overflow-y: hidden;
}*/

.mud-table {
    overflow-x: auto;
    overflow-y: hidden;
}

@media (max-width:416px) {
    .mud-table .mud-table-pagination .mud-table-pagination-toolbar {
        padding-top: 0;
        min-height: auto;
    }

    .mud-table colgroup {
        display: none;
    }
}

@media (max-width:599px) {
    .mud-table {
        white-space: normal;
    }

    .mud-table-cell img {
        margin-top: 5px;
        margin-left: -20px;
    }

    .mud-table-cell {
        white-space: nowrap;
    }

    .mud-xs-table .mud-table-cell {
        white-space: normal;
    }

    /*    .mud-simple-table table {
        white-space: nowrap;
    }*/
}

@media (min-width:600px) {
    .mud-table {
        white-space: nowrap;
    }
}

.mud-table-cell .mud-checkbox {
    margin: 0;
}

.mud-simple-table.mud-table-bordered .mud-table-container table tr th {
    border-right: 1px solid var(--mud-palette-table-lines);
}

.mud-simple-table.mud-table-bordered > .mud-table-container > table {
    border-top: 1px solid var(--mud-palette-table-lines);
    border-left: 1px solid var(--mud-palette-table-lines);
    border-right: 1px solid var(--mud-palette-table-lines);
}

.mud-table-root .mud-table-head .mud-table-cell {
    color: inherit;
}

.mud-xs-table .mud-table-cell:before {
    white-space: nowrap;
}

.mud-input > input.mud-input-root-outlined.mud-input-root-margin-dense,
div.mud-input-slot.mud-input-root-outlined.mud-input-root-margin-dense {
    padding-top: 8px;
    padding-bottom: 8px;
}
/*mud-table end*/


/*¸Þ´º ÆùÆ® start*/
.mud-nav-link > .mud-nav-link-text {
    font-size: 15px;
}

.mud-icon-root + .mud-nav-link-text {
    font-size: 16px;
    font-weight: 500;
}
/*¸Þ´º ÆùÆ® end*/


.mud-typography-h6 {
    font-weight: bold;
}

th .mud-typography {
    font-weight: bold;
}

.mud-button-filled.mud-button-filled-primary,
.mud-chip-filled.mud-chip-color-primary {
    background-color: steelblue;
    color: #fff;
}

.mud-picker-calendar .mud-day.mud-range.mud-range-start-selected,
.mud-picker-calendar .mud-day.mud-range.mud-range-end-selected {
    background-color: black !important
}

.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;
}

.mud-input-control.no-label {
    margin-top: 0;
}

    .mud-input-control.no-label > .mud-input-control-input-container > div.mud-input.mud-input-text {
        margin-top: 0;
    }

.mud-toolbar .mud-typography {
    white-space: nowrap;
}

.mud-nav-link:not(.mud-nav-link-disabled) .mud-nav-link-icon.mud-nav-link-icon-default {
    margin-top: 2px;
}

.mud-progress-circular.mud-progress-small {
    height: 20px;
    width: 20px;
}

.mud-dialog.mud-dialog-content-p0 .mud-dialog-content {
    padding: 0;
}
/*mudblazor end*/


/*FullCalendar start*/
.fc .fc-today {
    background: #42A5F5;
}

.fc .fc-highlight {
    background: green !important;
}

.fc .fc-event {
    font-size: 1em;
}
/*FullCalendar end*/
