.list-table {
    border-top: 1px solid #4d4d4d;
    font-size: 14px;

}

.list-table th {
    color: #000000;
}

.list-table th, .list-table td {
    white-space: nowrap;
    text-align: center;
}

.list-table thead th {
    padding: 10px 15px;
    color: #1e1e1e;
    border-bottom: 1px solid #e6e6e6;
    vertical-align: middle;
}

.list-table tbody td {
    padding: 10px 15px;
    font-size: 13px;
    border-bottom: 1px solid #e6e6e6;
    vertical-align: middle;
}

.list-table thead th.fst, .list-table thead th:first-child {
    border-left: 0 none;
}

.list-table tbody td.fst, .list-table tbody td:first-child {
    border-left: 0 none;
}

.list-table tbody th:last-child, .list-table tbody td:last-child {
    padding-right: 14px;
}


.list-dashboard {
    border-top: 0 none !important;
}

.list-dashboard thead th {
    color: #000000 !important;
    font-size: .9em;
    padding: .5rem !important;
    background-color: transparent !important;
}


.list-dashboard tbody tr:last-child td {
    border-bottom: 0 none;
}

.form-control-inline {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-table {
    border-top: 1px solid #4d4d4d;
    font-size: 14px;
}

.form-table.service-form {
    border-top: 1px solid #4d4d4d;
    border-radius: 5px;
}

.form-table.service-form {
    border-top: 1px solid #dbdfea;
    border-radius: 4px;
}

.form-table.service-form th {
    background-color: #f5f6fa;
    color: #000000;
    border-bottom: 1px solid #dbdfea;
}

.form-table.service-form td {
    color: #000000;
    border-bottom: 1px solid #dbdfea;
    border-right: 1px solid #dbdfea;
}

.form-table .custom-control {
    display: flex;
}

.form-table.inner-form-table {
    border-top: 1px solid #4d4d4d;
    font-size: 14px;
}

.form-table th {
    color: #000000;
    background-color: #fbfbfc;
    text-align: left;
}

.form-table tr.div th, .form-table tr.div td {
    border-bottom: 1px solid #4d4d4d;
    border-left: 0 none;
}

.form-table th, .form-table td {
    vertical-align: middle;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 15px;
}

.form-table th {
    padding: 10px 15px;
    color: #1e1e1e;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    vertical-align: middle;
}

.form-table.inner-form-table th {
    border-left: 0 none;
    border-right: 0 none;
}

.form-table td {
    font-size: 13px;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    vertical-align: middle;
    text-align: left;
}

.form-table label {
    margin-bottom: 0;
}

@media all and (max-width: 768px) {
    .form-table {
        border-top: 0 none !important;
        margin-bottom: 0 !important;
    }

    .form-table th {
        white-space: nowrap;
    }

    .form-table > colgroup {
        display: none;
    }

    .form-table > thead > tr, .form-table > tbody > tr {
        display: block;
        width: 100%;
    }

    .form-table > thead > tr > td, .form-table > tbody > tr > td {
        display: block;
        width: 100%;
        border: 0 none !important;
        padding: 0 !important;
        margin-bottom: 1.25rem;
    }

    .form-table > thead > tr > th, .form-table > tbody > tr > th {
        background-color: transparent !important;
        width: 100%;
        border: 0 none !important;
        text-align: left;
        display: block;
        padding: 0 !important;
        margin-bottom: 8px;
    }
}

.no-size {
    font-size: inherit;
}

.form-control-inline {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.width-auto {
    width: auto;
}

.no-margin p, .note-editable p {
    margin-bottom: 0;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.note-modal .modal-dialog {
    box-shadow: none !important;
}

textarea.form-control {
    min-height: auto;
}

@media screen and ( max-width: 520px ) {
    li.page-item {
        display: none;
    }

    .page-item:first-child,
    .page-item:last-child,
    .page-item.active {
        display: block;
    }
}

.uk-sticky .logo-light {
    display: none;
}

.uk-sticky .logo-dark {
    display: block;
}

.uk-sticky.uk-light .logo-light {
    display: block;
}

.uk-sticky.uk-light .logo-dark {
    display: none;
}

.uk-sticky.uk-light.uk-sticky-below .logo-light {
    display: none;
}

.uk-sticky.uk-light.uk-sticky-below .logo-dark {
    display: block;
}

.night-mode .uk-sticky-below .logo-light {
    display: block !important;
}

.night-mode .uk-sticky-below .logo-dark {
    display: none !important;
}

@media screen and ( max-width: 520px ) {
    .uk-light .logo-light {
        display: none !important;
    }

    .uk-light .logo-dark {
        display: block !important;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
}

.swiper-button-next, .swiper-button-prev {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.swiper-pagination-bullet {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}

.swiper-pagination-bullet-active {
    background-color: #ffffff;
}

.table th {
    line-height: unset;
}

.datatable-wrap {
    border: 0 none;
    border-radius: unset;
}

table.dataTable {
    border-collapse: collapse !important;
}

.dataTables_empty {
    border-left: 0 none !important;
    padding: 100px 0 !important;
    text-align: center !important;
}

tr.dataTables_empty td {
    padding: 100px 0 !important;
    text-align: center !important;
}

.h-max-50px {
    max-height: 50px !important;
}

.h-max-30px {
    max-height: 30px !important;
}

.image-thumbnail-sm {
    width: 40px;
    height: 40px;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
}

.text-muted-2 {
    color: #999999;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-19 {
    font-size: 19px;
}

.font-size-20 {
    font-size: 20px;
}

.precautions li:not(:first-child) {
    margin-top: 15px;
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-prev-button:hover, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-prev-button:focus, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-next-button:hover, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-next-button:focus {
    background: #2c3250 !important;
}

.select_month {
    width: 90px; !important;
    display: inline !important;
}

.circle {
    /*width: 100%;*/
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: center;
}

.circle canvas {
    width: 100px !important;
    height: 100px !important;;
    max-width: 100%;
    max-height: 100%;
}

.circle strong {
    top: 32%;
    width: 100%;
    display: block;
    position: absolute;
    text-align: center;
    font-size: 1.3rem;
    margin: auto;
}

/* 기간 검색 아이콘 */
.inputDiv {
    position: relative;
}

.inputDiv i{
    position: absolute;
    right: 10px;
    top: -10px;
    color: gray;
    font-size: x-large;
}

.inputDiv2 {
    position: relative;
}

.inputDiv2 i{
    position: absolute;
    right: 10px;
    top: -10px;
    color: gray;
    font-size: x-large;
}

/* 기간 버튼 (개월) */
.content-table td{
    border: 1px solid #ccc;
    height: 40px;
}

.content-table tr{
    border: 1px solid #ccc;
    height: 40px;
}

.content-table th{
    border: 1px solid #ccc;
    height: 40px;
}

.month-button {
    color: grey;
    background-color: #FBFBFD !important;
    border: 1px solid #CCCCCC !important;
}

.month-button:hover {
    color: #ccd3e5;
}
