﻿.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background-color: #128F76;
}

.nav-tabs > li.active > a {
    background-color: lightblue;
}

.nav-tabs > li.active > a:hover {
    color: black;
    background-color: #95a5a6;
}

.well {
    background-color: #dcebf9;
    border: 1px outset black;
}

.modal-content {
    background-color: #99beff;
}

.sidepanel {
    background: #DDD;
}

.highlightedrow {
    background-color: lightblue !important;
}
