
#toast-container > div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: unset;
    max-width: 600px;
    min-width: 400px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #FFFFFF;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}

.toast-top-center {
    top: 5px;
    right: 0;
    width: 100%;
}

.toast-close-button {
    right: unset;
    top: unset;
}

.log_box {
    height: 915px;
    overflow: auto;
}

table td, table th {
    vertical-align: middle;
}

.table .description,
.items .description,
.table .description_long,
.table .customer-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.table .description,
.items .description {
    max-width: 260px;
}

.table .description_long {
    max-width: 280px;
}

.align-center {
    text-align: center;
    vertical-align: middle;
}

.head-txt-lg {
    padding-top: 25px;
}

#vertical-menu-btn {
    padding-top: 10px;
}

.txt_focus {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}

.spinner-sm {
    --bs-spinner-width: 1.5rem;
    --bs-spinner-height: 1.5rem;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.spinner-border {
    position: relative;
    /*top: 0px;*/
    /*left: 45%;*/
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.pagi-wrap {
    align-items: center;
    margin-bottom: 5px
}
    .pagi-wrap .pagi-info {
        margin-right: 10px;
    }

.pagi-btn-group {
    display: flex;
}
    .pagi-btn-group .pagi-prev {
        margin-right: 3px;
    }


input::placeholder,
textarea::placeholder {
    font-weight: 100 !important; /* 300~400ÀÌ ÀÏ¹ÝÀûÀ¸·Î ÀÚ¿¬½º·¯¿ò */
}

input.form-control::placeholder {
    font-weight: 100 !important;
}