body {
    background: #fff;
    color: #2E314E;
}

#Table_01 tbody {
    background: #fff;
    color: #2E314E;
}

#table3 tr td {
    background: #2E314E;
    color: #2E314E;
}

table#table2 {
    border-bottom: 2px solid #C9C7C8;
    background: #fff;
    align-items: center;
}

.Booklinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

input#ctl00_Banner_ImageBtnAdmin,
input#ctl00_Banner_ImageButton1 {
    padding: 8px 20px;
    background: #2E314E;
    color: #fff;
    border-radius: 20px;
    transition: all 0.3s ease-in;
}

.SiteTitle {
    color: #2E314E;
}

a:link {
    color: #2E314E;
}

.GridHeader {
    background: #2E314E;
}


#ctl00_ContentPane {
    background: #fff;
    border-radius: 20px;
    padding-top: 20px;
    margin-top: 40px;
}

#ctl00_Main_UpdatePanel1>table {

    background: #fff !important;
    color: #2E314E !important;
}

#ctl00_Main_UpdatePanel1>table #ctl00_Main_DLstAlphabets_ctl00_Button1 {
    color: #2E314E !important;
	font-size: 20pt;
	font-weight:normal;
}

#ctl00_Main_UpdatePanel1>table #ctl00_Main_DLstAlphabets_ctl00_Button1 #ctl00_Main_DLstAlphabets span {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
}


#leftBar,#rightData{
    position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: 0.25rem;
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

#rightData{
align-items:center}

#ctl00_Main_DtListNodes table{
border: 1px solid #2E314E!important;
border-radius: 6px;
}

#ctl00_Main_DtListNodes table tbody{
border: unset!important
}

#ctl00_Main_DtListNodes table tbody td{
border: unset!important
}

#ctl00_Main_DtListNodes table tbody td a{
color:#2E314E;
}

#ctl00_Main_DtListNodes table tbody td a:hover{
color:#4a5183;
}

#rightData > span{
       margin-inline-end: 30px;
    margin-bottom: 10px;
}

#rightData .name{
    margin-inline-end: 0!important;

}

#ctl00_Main_DLstAlphabets{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#ctl00_Main_DLstAlphabets span{
align-items: center;
display: flex;
}

#ctl00_Main_DLstAlphabets #ctl00_Main_DLstAlphabets_ctl00_LinkButton2{
    margin-inline-end: 10px;
}

#Table_01 > tbody > tr:nth-child(4) > td{
    display: flex;
    margin-top: 30px;
}

table td {
    padding: 0px;
}
.book-cover{
	    width: 108px;
    height: 150px;
    background: url(../img/book-cover.png);
    display: block;
    background-size: cover;
}
.book-cover-wrap:hover .book-cover{
	    background: url(../img/book-cover-hover.png);
		background-size: cover;
}

.book-name{
	max-width: 200px;
    display: block;
    color: #94193b;
    font-size: 16px;
    min-height: 65px;
    margin: 20px;
}
.book-cover-wrap:hover .book-name{
	text-decoration: underline;
	
}
.book-cover-wrap:hover{
	background:#fff7f7;
}
.book-cover-wrap{
    box-shadow: 0 0 10px #dadadb;
    padding: 30px 5px 1px;
	border-radius:8px;
    margin-bottom: 20px;
	margin-left:20px;
width: 240px;
}