
.pagination--center-wrap > .pagination{
    justify-content: center;
}

tr.align-middle > thead > th,
tr.align-middle > th,
tr.align-middle > tbody > td,
tr.align-middle > td{
    vertical-align : middle !important;
}

.bg-books{
    background-image:url(../img/common/book-blue.png),
					 url(../img/common/book-red.png),
					 url(../img/common/book-red.png),
					 url(../img/common/book-blue.png);
    background-repeat: no-repeat;
    background-size: 60px auto, 62px, 60px auto, 58px;
    /* background-transform: rotateZ(-15deg); */
    background-position: 50px 100px, 20px 300px, right 10px top 100px, right 20px top 280px ;
}


.padding0 {
    padding: 0 !important;
}

.header_menu-padding {
    padding: 0 0.5rem !important
}

.header_menu > ul > li a{
    color: #3fa9f5 !important;
}

.header_menu > ul > li a:hover{
    color: #4d4d4d !important;
}

table.smc-table-info > thead > tr > th{
    background-color: #3fa9f5;
    border-bottom-width: 0;
    color: white;
}

table.smc-table-info > tbody > tr > td{
    border: 1px solid #CCC;
    border-top-width: 0;
}


.smc-card-header{
    background-color: #999999;
    color: white;
}



