table {
    word-break: break-all;
}
th, td {
    vertical-align: middle!important;
}
.pagination li.disabled a {
    color: #dee2e6!important;
}
.cursor-pointer {
    cursor: pointer;
}
#ajax-indicator, #toastr-blur {
    position: fixed;
    z-index: 99998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

#ajax-indicator .sk-spinner-wave {
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 25px);
}
.footable-disabled {
    pointer-events: none;
}
.was-validated .form-control:invalid, .was-validated .form-control:valid {
    padding-right: inherit;
    background-image: none;
}
.thumbnailImage {
    height: 200px;
    width: 400px;
}
.file-drop-area{
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%;
    padding:25px;
    border: 1px dashed rgba(0,0,0,0.4);
    border-radius: 3px;
    transition: .2s;
}
.choose-file-button{
    flex-shrink: 0;
    background-color: rgba(0,0,0,0.04);
    border:1px solid rgba(0,0,0,0.1);
    border-radius: 3px;
    padding:8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
}
.file-message{
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file-input{
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}
 .fixed-regist-btn {
     position: fixed;
     right: 20px;
     bottom: 50px;
     padding: 0!important;
     outline: 1px solid white;
 }

/* 라벨 css */
.custom-label-warning {
    font-size: 11px;
    border-radius: 3px;
    background-color: #f8ac59;
    padding: 2px 5px 2px 5px;
    font-weight: bold;
    color: white;
    white-space: nowrap;
}
.custom-label-success {
    font-size: 11px;
    border-radius: 3px;
    background-color: #1c84c6;
    padding: 2px 5px 2px 5px;
    font-weight: bold;
    color: white;
    white-space: nowrap;
}
.custom-label-danger {
    font-size: 11px;
    border-radius: 3px;
    background-color: #ED5565;
    padding: 2px 5px 2px 5px;
    font-weight: bold;
    color: white;
    white-space: nowrap;
}
.custom-label-info {
    font-size: 11px;
    border-radius: 3px;
    background-color: #23c6c8;
    padding: 2px 5px 2px 5px;
    font-weight: bold;
    color: white;
    white-space: nowrap;
}

.custom-label-light {
    font-size: 12px !important;
    border-radius: 3px;
    background-color: #d9d9d9;
    padding: 5px 6px 5px 6px;
    color: #3a3a3a;
    white-space: nowrap;
}

.custom-label-dark {
    background-color: #ffffff;
    border: solid 1px black;
    text-align: center;
    color: #464646;
    white-space: nowrap;
}


[data-toggle=tooltip] {
    cursor: pointer;
}
.font-30 {
    font-size: 30px;
}
.font-24 {
    font-size: 24px;
}
.font-16 {
    font-size: 16px;
}
.download-pdf {
    content: url("../img/common/pdf_icon.png");
    cursor: pointer;
}
.download-excel {
    content: url("../img/common/excel_icon.png");
    cursor: pointer;
}
@media (max-width: 768px) {
    .body-small .navbar-static-side {
        display: none;
    }
}
.mini-navbar .nav-second-level li:last-child {
    padding-bottom: 0;
}

.deleted-badge {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #d30000;
    color: white;
    font-weight: bold;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 3px;
    z-index: 10;
}

.grayscale {
    filter: grayscale(100%);
}