﻿/*Semantic UI 2.5.0*/

/*Custom css*/

.selected-row {
    background-color: rgba(0,0,0,0.05);
}

.x-cell-edit {
    visibility: hidden;
}

td:hover > .x-cell-edit {
    visibility: visible;
}

.x-va-bottom {
    vertical-align: bottom !important;
}

.x-history-popup-gxalert {
    cursor: pointer;
}

.x-history-popup-aspect {
    cursor: pointer;
}

/*Semantic overrides*/
#devices .ui.label {
    margin: 0;
    font-weight: normal;
}

#history-popup .ui.label {
    margin: 0 3px 0 0;
    font-weight: normal;
}


/*Table sorter*/
.tablesorter-default thead .headerSortUp, .tablesorter-default thead .tablesorter-headerAsc, .tablesorter-default thead .tablesorter-headerSortUp {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7) !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
}

.tablesorter-default thead .headerSortDown, .tablesorter-default thead .tablesorter-headerDesc, .tablesorter-default thead .tablesorter-headerSortDown {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7) !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
}

/*Fix google charts flickering*/
svg > g > g.google-visualization-tooltip {
    pointer-events: none
}