.selectall select.selects {
    border-radius: 5px;
    width: 100%;
    max-width: 400px;
    margin: auto;
    height: 42px;
    border: 0px #dadada solid!important;
    box-shadow: 0 0 22px 4px #dcdcdc!important;
    padding: 0px 20px;
    margin-bottom: 20px;
} 
.selectall select.selects:focus-visible, .selectall select.selects:focus, .selectall select.selects:hover{
    border: 0px solid #dadada !important;
    border-color: #dadada !important;
}
.BooksListBoxItemDiv {
	background: #2fab99;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
        }
.BooksListBoxItemDiv:hover {
	opacity: 0.8;
        }

.BooksListBoxItemDiv a span{
	float:left
}
        
.BooksListBoxTitle{
    background: #343a40;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    color:#fff!important;
    }
.BooksListBoxTitle a, .BooksListBoxItemDiv a{
    color:#fff!important;
    }
.boxwideinside a {
    color: #1CB1A2;
    line-height: 17px;
}
.select-cat-tit {
    background: #343a40;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    color: #fff!important;
}
.select-cat-tab {
    background: #fff;
    margin: 15px 0px;
    padding: 15px 10px 15px 25px;
    box-shadow: 0 4px 5px -1px #c8c8c8;
    cursor: pointer;
}
table.event-list {
    width: 100%;
}
span.event-list-title.clear.box-slide-head a {
    background: #2fab99;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}
.max-bg-color a{
	background:#615768!important
}
span.event-list-title.clear.box-slide-head a:hover{
	background:#343a40!important;
}
span.event-list-title.clear.box-slide-head a i {
    margin-left:5px;
}