﻿/* 로그인 타이틀 */
.login-logo-title {
    font-size: 1.5rem;
}

/* 우측 상단 타이틀 */
.sidebar-brand .brand-text {
    margin-left: 0
}

/* 메뉴바 하위 메뉴 */
.nav-treeview .nav-link p {
    font-size: 0.85rem;
}

/* 메인 font size */
.app-main {
    font-size: 0.9rem;
}

/* 열 간격 조정 */
.row > * {
    padding-right: 0;
}

/* 카드 타이틀 font size */
.card-title {
    font-size: 1.0rem;
}

/* 카드 header 여백 */
.card-header {
    padding: 0.8rem 0.8rem;
}

/* table 줄 여백 */
.table > :not(caption) > * > * {
    padding: 0.4rem 0.4rem;
}

.app-content {
    padding : 0
}

.container-fluid {
    padding-left : 0
}

#overlaySnippet {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2000;
    justify-content: center;
    align-items: center;
}

.flatpickr-wrapper {
    display: inline-flex !important;
    width: auto !important;
    align-items: center;
}

/* input 자체 폭과 정렬 고정 */
#search_date.flatpickr-input {
    width: 150px !important;
    text-align: center !important;
    flex: 0 0 auto !important;
    font-size: 1.25rem !important;
    border: 1px solid #ffc107 !important;
    border-radius: 0.25rem !important;
    padding: 0.25rem 0.5rem !important;
    box-sizing: border-box !important;
    background-color: #fff !important;
    display: inline-block !important;
}

/* Bootstrap의 form-control 기본 width 초기화 */
input.form-control {
    width: auto !important;
    display: inline-block !important;
}


