/*===== DANH MỤC =====*/
/* Biên mục */
.bienmuc__congcu {
    display: flex;
    justify-content: flex-start;
    margin-bottom: .5rem;
}

.bienmuc__title {
    padding: .5rem;
    text-align: center;
}

.bienmuc__title span {
    color: red;
}

.bienmuc__congcu .bienmuc__select {
    max-width: 15rem;
}

ul.bienmuc__data-congcu {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

ul.bienmuc__data-congcu li {
    display: inline-block;
    vertical-align: middle;
}

ul.bienmuc__data-congcu li:not(:last-child) {
    margin-right: 0px;
}

ul.bienmuc__data-congcu li a {
    display: block;
    border: 1px solid #ddd;
    padding: 5px 15px 3px 15px;
    color: #555;
    text-decoration: none;
}

ul.bienmuc__data-congcu li a:hover {
    color: rebeccapurple;
}

.modal__bienmuc_data {
    display: grid;
    grid-template-columns: 3fr 1fr;
}

.modal__bienmuc-footer button {
    margin-left: 5px;
}

.tagsinput {
    overflow: hidden;
}

.card__title {
    color: black;
    margin-bottom: 0.8rem;
}

.card__subtitle p {
    font-size: .8rem;
}

.dropzone {
    overflow: hidden;
    border: 2px solid transparent;
    background-color: #eee;
}

.dropzone .drag-icon-cph .fa {
    font-size: 50px;
    color: #717171;
    margin-bottom: 18px;
}

.dropzone .dz-message {
    font-size: 13px;
}

.bienmuc__card {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 1rem;
}

.bienmuc__card-body {
    border-radius: .5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    transition: .3s;
    width: 200px;
    height: 120px;
    padding: .8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bienmuc__card-name {
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    margin-bottom: .8rem;
}

.bienmuc__card-number {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

.bienmuc__sobanghi {
    background-color: #E25822;
}

.bienmuc__hople {
    background-color: #1E90FF;
}

.bienmuc__khonghople {
    background-color: #fd5c63;
}

.bieumuc__data-info {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.2rem;
}

.bieumuc__icon {
    font-size: 1.8rem;
    color: #1E90FF;
    margin-right: .5rem;
}

/* Loại sách */
.danhsach__data-info {
    display: flex;
    align-items: center;
    padding: 0 1.2rem;
    margin: 1rem 0rem;
}

.danhsach__icon {
    font-size: 3rem;
    color: #1E90FF;
    margin-right: .5rem;
}

/*===== TIỆN ÍCH =====*/
/* BỘ SÁCH */

.bosach__add {
    max-width: 400px;
}

/* QUẢN LÝ MẪU*/
.report__content {
    height: 430px;
}

.sach__congcu {
    display: flex;
    justify-content: flex-end;
    background-color: #fff;
    padding: .5rem;
    margin-bottom: 2px;
}

.sach__container,
.muontra__container {
    background-color: #fff;
    margin-right: 0px;
    margin-left: 0px;
    border-top: solid 2px;
    border-color: #F0F2F5;
}

.sach__content,
.muontra__content {
    background-color: #fff;

}

.sach__chitietphieu {
    background-color: #fff;
    padding: 15px;
    border-left: solid 2px;
    border-color: #F0F2F5;
}

.sach__text {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.sach__text-detail {
    display: flex;
    align-items: center;
}

.sach__text-detail h6 {
    margin-right: 20px;
}

.sach__text-detail span {
    font-weight: bold;
}

.item3 {
    grid-column: 1 / span 2;
}

.sach__chitiet {
    max-width: 800px;
    border-radius: .5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
}


.sach__chitiet thead {}

.sach__form-xuat {
    max-width: 800px;
}

.sach__chitiet-search {
    max-width: 400px;
}

/* Modal */
.modal__title {
    margin-right: 1rem;
}

.modal__tools {
    display: grid;
    grid-template-columns: 1fr;
}

.modal__tool {}

.modal__content {}

.modal__card {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 1rem;
}

.modal__card-body {
    border-radius: .5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    transition: .3s;
    width: 200px;
    height: 120px;
    padding: .8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal__card-name {
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    margin-bottom: .8rem;
}

.modal__card-number {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

.modal__sobanghi {
    background-color: #E25822;
}

.modal__hople {
    background-color: #1E90FF;
}

.modal__khonghople {
    background-color: #fd5c63;
}

.modal_data-info {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.2rem;
}

.modal__icon {
    font-size: 1.8rem;
    color: #1E90FF;
    margin-right: .5rem;
}
.modal__link{

}

/* Loại sách */
.danhsach__data-info {
    display: flex;
    align-items: center;
    padding: 0 1.2rem;
    margin: 1rem 0rem;
}

.danhsach__icon {
    font-size: 3rem;
    color: #1E90FF;
    margin-right: .5rem;
}

/* QUẢN LÝ MƯỢN TRẢ*/
.muontra__chitietphieu {
    background-color: #fff;
    padding: 15px;
    border-left: solid 2px;
    border-color: #F0F2F5;
}

.muontra__text {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 3px;
}

.muontra__text-detail {
    display: flex;
    align-items: center;
}

.muontra__text-detail h6 {
    margin-right: 20px;
}

.muontra__text-detail span {
    font-weight: bold;
}

/* TOOLS */
.tools {
    display: flex;
    justify-content: space-between;
}

.tool__left {
    display: flex;
    align-items: center;
    padding-right: 1.2rem;
}
.tool__details{
    display: flex;
    align-items: center;
    margin: 0 .5rem;
}
.tool__details h6{
    margin-right: .5rem;
}
.tool__details span{
    font-weight: bold;
}

.tool__right {}

.tool__title {
    margin-right: 1.5rem;
}

.tool__top {
    display: flex;
}

.tools__bottom {
    display: flex;
    justify-content: flex-end;
    margin: 1rem 0;
}

.tools__bottom a {
    margin-right: .2rem;
}

.tools__search {
    margin-bottom: 1rem;
}

.tools__search input {
    max-width: 500px;
}

/*Bạn đọc*/
.bandoc__tools-top{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    column-gap: .5rem;
}
#phanhe-hocsinh, #table-hocsinh{
    display: none;
}
/*Tra cứu*/
.tc__content{
    margin: 0 .7rem;
}
.tc__fitter{
    display: flex;
    align-items: center;
}
.tc__icon{
    font-size: 1rem;
    color: #0078D4;
    margin-right: 0.5rem;
}
.tc__button{
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #235569;
    /* background-color: #f5fcff; */
    border-radius: 24px;
    height: 24px;
    line-height: 22px;
    padding: 0 1rem;
    margin: 1px 2px 1px 0;
    cursor: pointer;
}
.tc__pagination{
    display: flex;
    justify-content: center;
}
.tc__ebook{
    padding: 3px 2px;
    border-radius: 5px;
    box-shadow: 0 -1px 4px rgba(0,0,0,.15 );
    margin-bottom: .5rem;
}
.tc__ebook-item{
    
}
.tc__ebook-thumb{

}
.tc__img{
display: inline-block;
width: 100%;
height: auto;
max-height: 400px;
margin: 3px;
padding: 2px;
text-align: center;
border: 1px dashed #ccc;
}

.tc__tools{
    display: flex;
    margin: .5rem 0;
}
.tc__tools a{
    margin-right: .5rem;
}

.treeview ul, li { list-style: none; margin: 0; padding: 0; }
.treeview ul { padding-left: 1em; }
.treeview li { padding-left: 1em;
  border: 1px dotted black;
  border-width: 0 0 1px 1px; 
}
.treeview li.container { border-bottom: 0px; }
.treeview li.empty { font-style: italic;
  color: silver;
  border-color: silver;
}
.treeview li p { margin: 0;
  background: white;
  position: relative;
  top: 0.5em; 
}
.treeview li ul { 
  border-top: 1px dotted black; 
  margin-left: -1em;     
  padding-left: 2em; 
}
.treeview ul li:last-child ul {
  border-left: 1px solid white;
  margin-left: -17px;
}
.tc__accordion-button{
    background-color: #0078D4;
    color: #fff;
}


.tc__accordion-button:not(.collapsed) {
    color: #fff;;
    background-color: #0078D4;
    box-shadow: inset 0 -1px 0 #e9ecef
}



