



.table.b-table>tfoot>tr>[aria-sort=ascending],.table.b-table>thead>tr>[aria-sort=ascending]>.sort-icon{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table>tfoot>tr>[aria-sort=descending],.table.b-table>thead>tr>[aria-sort=descending]>.sort-icon{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table>tfoot>tr>[aria-sort=none],.table.b-table>thead>tr>[aria-sort=none]>.sort-icon{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath opacity='.3' d='M51 1l25 23 24 22H1l25-22zm0 100l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table>tfoot>tr>[aria-sort],.table.b-table>thead>tr>[aria-sort]>.sort-icon{
    cursor:pointer;background-repeat:no-repeat;background-size:.65em 1em;width:.65em;height: 1em;
}
.table.b-table>tfoot>tr>[aria-sort]:not(.b-table-sort-icon-left)>.sort-icon,.table.b-table>thead>tr>[aria-sort]:not(.b-table-sort-icon-left)>.sort-icon{
    background-position:right .375rem center;padding-right:calc(.75rem + .65em);
}

tr:hover td .action-button .btn {
    opacity: 1;
}
tr:hover td .action-button .btn:disabled {
    opacity: 0.65 !important;
    cursor: not-allowed;
}
@media (min-width: 992px) {
  .action-button .btn{
      opacity: 0;
  }
}
.action-button .btn:hover:not([disabled]) {
    color: white;
}
.btn-colorselector{
    border: 1px solid #c2cfd6;
}
.modal-dialog .modal-content .modal-header{
    position: relative;
}
.menu-mobile ul .router-link-exact-active{
    background: #f0f1f7;
    padding: 5px;
}
.menu-mobile ul .router-link-exact-active a{color: #3d94fb;}

.pagination .router-link-exact-active a{
	color: #3d94fb;
	background-color: #e4f0fe;
}

.btn.btn-outline-danger.nohover:hover, .btn.btn-outline-danger.nohover:active{
    color: #dc3545;
    background-color: transparent;
}
