﻿#file-upload-form input, #file-upload-form1 input{
    display: none;
}

#file-drag, #file-drag-book {
    border: 2px dashed #555;
    border-radius: 7px;
    color: #333!important;
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin: 1em 0;
    padding: 3em;
    text-align: center;
    transition: background 0.3s, color 0.3s;
}


#file-drag:hover, #file-drag-book:hover {
    background: #ddd;
    border-color: #3070A5;
    border-style: solid;
    box-shadow: inset 0 3px 4px #888;
    color: #3070A5;
}

#file-progress {
    display: none;
    margin: 1em auto;
    width: 100%;
}

#file-upload-btn {
    margin: auto;
}

#file-upload-btn:hover {
    background: #4499c9;
}

#file-upload-form, #file-upload-form1 {
    margin: auto;
    width: 80%;
}

.book-img-block #file-upload-form, .ebook-img-block #file-upload-form, .book-img-block #file-upload-form1, .ebook-img-block #file-upload-form1{
    width: 100%;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.upload-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #d9d9d9;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.upload-result{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.remove-book, .remove-ebook{
    cursor: pointer;
}

.remove-ebook{
    display: none;
}

.book-status-bar{
    width: fit-content;
    float: right;
    margin-bottom: 15px;
    min-width: 108px;
}

.attached_icon{
    width: 50px;
    display: none;
    margin-right: 10px;
}

.book-status-sel .select2{
    width: fit-content;
    min-width: 120px;
}

#date_of_search, #date, #dateDialy, #dateFrom, #dateTo, #startDate, #endDate{
    border-bottom: 1px solid #d9d9d9!important;
}

.left_align_cell {
    text-align: left !important;
}
/* .form-group.form-md-line-input .form-control ~ label:after, .form-group.form-md-line-input .form-control ~ .form-control-focus:after, .picker, 
.select2-container--bootstrap4 .select2-selection:after, .select2-dropdown, .md-radio label > .check, .md-radio label > .box, .form-horizontal .form-group.form-md-line-input .input-icon > i,
.select2-container--bootstrap4 .select2-selection:after{
    z-index: 1!important;
} */

.sidebar{
    z-index: 1000!important;
}

.bookTableContainer .table th, .bookTableContainer .table td{
    font-size: 12px;
    text-align: left;
}

.detailBook{
    margin-right: 0!important;
    padding: 9px 20px!important;
    font-size: 0.6rem;
}

.user_history{
    font-weight: bold;
}

.user_history:hover{
    color: rgb(60, 72, 88);
    border-bottom: 1px solid #07b1c6;
}