*{
    font-family: noto-sans-cjk-jp, sans-serif;
}

div.logo{
    display: flex;
    align-items: center;
}

div.logo a{
    width: 100%;
}

div.logo a img{
    width: 185px;
}

div.logo a img.logo-fold{
    width: 55px;
    margin: 0 auto;
}

.form-group h2{
    font-size: 110%;
}

.form-control,
.select2-container.selectbox{
    border: 1px solid #9fa4ad;
    border-radius: .25rem;
}

.form_header{
    border-bottom: 1px solid #333;
    padding-bottom: 8px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 19px;
}

.select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b{
    background: none!important;
}


.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 5px 8px;
}

a h1, a h2, a h3, a h4, a h5, a h6 {
    color: #3f87f5;
}

.header .avatar {
    background: #5d5d5d;
}

@media only screen and (max-width: 992px){
    .side-nav{
        left: -280px;
    }
    
    .is-expand .side-nav{
        left: 0;
    }
}

th { white-space: nowrap; }

.tac_offset{
    padding: .45rem 1rem;
    vertical-align: middle;
    margin-right: 15px;
}

.th-fix th{
    width: 350px;
}

.timestamp_btn{
    margin-bottom: 8px;
    background-color: #666;
    border: none;
    color: #fff;
    padding: 3px 15px;
}

.file_delete_btn{
    position: absolute;
    top: calc(50% - 15px);
    right: 15px;
    height: 30px;
    background-color: #f44336;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 0 15px;
}

@media only screen and (max-width: 1024px){
    th, td { white-space: nowrap; }
}