.navbar-collapse {
    padding-right: 0;
}
.sidebar-right .sidebar-box-title {
    position: relative;
}
.sidebar-right .sidebar-box-title span.toggleSidebarElements {
    display: block;width: 30px;
    position: absolute;
    right:0;
    top:0;
    height: 100%;
    cursor: pointer;
    background: none;
}
.sidebar-right .sidebar-box-title span.toggleSidebarElements i {
    display: inline-block;
    height: 100%;
    background: none !important;
    line-height: 40px;
}
.sidebar-right .sidebar-box-title h4 i.fa-upload{
    display: none;
}

#navbar li.active a, .fc-toolbar .fc-right .fc-button-group button:hover {
    color: #e83368;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #e83368;
    border-color: #e83368;;
}
.hidden-invisi  {
    display: none !important;
}