.ui.pagination.menu .active.item {
    background: #2185d0;
    color:#fff;
    font-weight:bold;
}
.ui.menu.main {
    z-index:110;
}
.spray {
    background:#990000;
    height:15px;
    color:#fff;
}
.irrigate {
    background:#0099FF;
    height:10px;
}
.info-container {
    margin-bottom:-5px;
}

.selectRow {
    cursor:pointer;
}
.selectRow.selected {
    color:#fff !important;
    background:#0c84ff;
}
.selectRow.selected td {
    color:#fff;
}

ul.pagination li.active a {
    background-color:#008CBA;
    color:#fff;
}

#main-container {

}

@media print
{
    * {transition: none !important}
    .no-print, .no-print *
    {
        display: none !important;
        overflow:unset;
    }

    .ui.dropdown * {
        display:none !important;
    }

    .ui.dropdown input {
        display:none !important;
    }

    .ui.menu.fixed.table-controls {
        margin-top: 0px;
    }

    #main-container {
        padding-top:40px;
    }
}

.ag-dwn.ui.table thead tr th {
    color: #fff;
    background-color:#2185d0;
    border-bottom: 1px solid rgba(34,36,38,.1);
    border-top:1px solid rgba(34,36,38,.1);
    font-weight: normal;
    text-align: center;
}
.ag-dwn.ui.table.striped tbody tr:nth-child(2n) {
    background-color:#e7f6ff;
}
.ag-dwn.ui.table tbody tr td {
    text-align:center;
}
#tableContainer {

}
.ui.menu.fixed.table-controls {
    margin-top:32px;
    border-top:1px solid rgba(34,36,38,.1);
}
.ui.menu.main {
    border-radius:0;
}
div.overflow {
}

.ui.top.sidebar {

}
.ui.top.overflow-visible.sidebar {
    height:auto !important;
    overflow-y:visible !important;

}
.ui.top.sidebar > .ui.grid {

}

.ui.sidebar.overflow-visible {

}

.text-left {
    text-align:left;
}
.ui.middle.grid {
    height:100%;
}
.column.login {
    max-width:450px;
}

.filters.item .hidden {
    display:inline;
}
.filters.item .visible {
    display:none;
}

.filters.item.active .hidden {
    display:none;
}

.filters.item.active .visible {
    display:inline;
}
/* Styles */
.computer-only {
    display:none !important;
}

@media only screen and (min-width : 1224px) {
    .computer-only {
        display:inherit !important;
    }
}

.ag-fresh .ag-cell-not-inline-editing {
    padding:15px 2px 2px 2px;
}
.ag-fresh .ag-cell-edit-input {
    padding:1.5rem;
}
.row.ag-grid {
    height:100%;
}
.row.ag-grid .columns {
    height:100%;
}

table.ui.table.dwn-table {
  border-radius: 0;
}

table.ui.table.dwn-table thead tr:first-child th:first-child,
table.ui.table.dwn-table thead tr:first-child th:last-child {
  border-radius: 0;
}

table.ui.table.dwn-table thead tr:first-child th {
  color: #fff;
  background-color: #2185d0;
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  font-weight: normal;
  padding: 10px 10px;
}

table.ui.striped.table.dwn-table tbody tr:nth-child(2n) {
  background-color: #e7f6ff;
}