.side-nav {
    position: fixed;
    width: 300px;
    left: 0;
    top: 0;
    margin: 0;
    transform: translateX(-100%);
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding: 20px;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateX(-105%);
}

.side-nav .collection .collection-item {
    background-color: #fff;
    line-height: 100%;
    padding: 6px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}

.side-nav .collection .collection-item.avatar {
    min-height: inherit;
    padding-left: inherit;
    position: relative;
}

.side-nav li.collection-item:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.side-nav li > a:hover {
    background-color: transparent !important;
}
.plg_selectcat-item_add_handle{
    /*height: 15px;
    background: green;
    opacity:.4;*/
}

.plg_selectcat-subitem_open_handle{
}

.btn-floating {
    border-radius: 50% !important;
}

/************************************ Custom Icon Font ***/
/************************************/

@font-face {
    font-family: 'pdfplus';
    src:  url('../fonts/customicons/pdfplus.eot?45agtw');
    src:  url('../fonts/customicons/pdfplus.eot?45agtw#iefix') format('embedded-opentype'),
    url('../fonts/customicons/pdfplus.ttf?45agtw') format('truetype'),
    url('../fonts/customicons/pdfplus.woff?45agtw') format('woff'),
    url('../fonts/customicons/pdfplus.svg?45agtw#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'pdfplus' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-pdfplus-01:before {
    content: "\e900";
}

.plg_selectcat-action_icons:hover{
    display:inherit;
}

.plg_selectcat-action_icons {
    position: absolute;
    padding: 10px;
    right: 0px;
    display: none;
}


.com_selectcat-replacement_image img{
    display: none;
}