.LibraryCategoryControl {
        /* border: 1px solid #DDDDDD; */
        border-radius: 15px;
        margin-bottom: 10px;
        margin-top: 0;
}
.LibraryCategoryControl .HeaderBox {
        margin-bottom: 5px;
        padding-top: 0;
        border-bottom: 2px solid #166eca;
        height: 30px;
}
.LibraryCategoryControl .HeaderBox .rcbReadOnly {
        display:none;
}
.LibraryCategoryControl .LibraryList span {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
}
.LibraryCategoryControl .LibraryList span:hover {
        font: bold 10pt arial;
        color:#B80002;
}
.LibraryCategoryControl .LibraryList .LibraryItem {
        text-align: center;
        vertical-align: top;
}
.LibraryList .LibraryItem {
        text-align: center;
        vertical-align: top;
        /* width: 220px; */
}
.LibraryCategoryControl .LibraryList .LibraryItem .ItemImage {
        border: 2px solid #FFFFFF;
        height: 150px;
        transition: all 1s ease 0s;
        width: 100%;
        margin-bottom: 10px;
}
.LibraryCategoryControl .LibraryList .LibraryItem .ItemImage:hover {
        border: 2px solid #B80002;
        height: 150px;
        width: 100%;
}
.LibraryCategoryControl .LeftHeader {
        color: white;
        display: inline-block;
        font: 600 14px/30px Arial;
        padding: 0px 10px 0px 40px;
        text-transform: uppercase;
        white-space: nowrap;
        background: #166eca;
        position: relative;
        background-image: url(images/logo_title.png);
        background-position: left center;
        background-position-x: 5px;
        background-repeat: no-repeat;
}
#ctrl_184628_35_cboLibCatagory {
        width:100% !important;
        display: none;
}
.LibraryCategoryControl .LeftHeader:before {
        position: absolute;
        content: '';
        left: 100%;
        bottom: 0;
        width: 20px;
        height: 100%;
        display: inline-block;
        border-bottom: 30px #166eca solid;
        border-left: 0px transparent solid;
        border-right: 18px transparent solid;
}
.LibraryCategoryControl .rcbFocused {
        display: none;
}
.LibraryCategoryControl .HeaderBox table {
        /* display:none; */
}
.flickity-page-dots{
        display:none;
}
.LibraryCategoryControl .item span {
        font-size: 14px;
        text-align:center;
        font-weight: normal;
}
.LibraryCategoryControl .item {
        text-align:center;
        margin: 0;
        display: inline-block;
        width: 100%;
}
.LibraryCategoryControl .flickity-prev-next-button {
        width: 32px ;
        height: 32px;
}
.LibraryCategoryControl .LibraryCategoryPager {
        cursor: pointer;
        margin: 10px;
        text-align: center;
        padding-bottom: 10px;
}
.LibraryCategoryControl .LibraryCategoryPager .CurrentPage {
        cursor: pointer;
        padding: 0 2px;
}
.LibraryCategoryControl .LibraryCategoryPager .PageLink {
        font: 12px arial;
        padding: 0 2px;
}
.LibraryCategoryControl .LibraryCategoryPager .PagerButton, 
.LibraryCategoryControl .LibraryCategoryPager .CurrentPage, 
.LibraryCategoryControl .LibraryCategoryPager .PageLink {
        width: 25px;
        height: 25px;
        display: inline-flex;
        background: #dee2e6;
        border-radius: 5px;
        align-items: center;
        justify-content: center;
        font-size: 13px;
}
.LibraryCategoryControl .LibraryCategoryPager .CurrentPage {
        color: #fff;
        background: #dc3545;
        font-size: 12px;
}
