.outer-table > thead > tr > th {
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapsed;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
          border-radius: 4px;
}

.pull-center {
    text-align: center;
}

.table .conflicted td, .table tbody tr.conflicted td {
    color: black;
    background-color: pink;
}

.table tbody tr.selected td {
    color: white;
    background-color: blue;
}

.selected {
    color: white;
    background-color: blue;
}

input.input-tall {
    height: 28px;
}

div.div-scroll {
    overflow: scroll;
    overflow-x:hidden;
    height: 300;
    max-height:355px;
    min-height:300px;
    cursor: pointer;
    cursor: hand;
}
::-webkit-scrollbar {
    width: 1.3em;
    height: 1em
}
        
::-webkit-scrollbar-button {
    background: #ccc
}
::-webkit-scrollbar-track-piece {
    background: #eee
}
::-webkit-scrollbar-thumb {
    background: #888
}

div.div-header {
    width:940px;
}

.nav {
    font-size: 130%;
    font-weight: bold;
}

.dataTables_scrollHead .table {
  margin-top: 1em;
  margin-bottom: 0;
  border-bottom: none;
}

.table-striped tbody table.stripe-dark td {
    border: none;
}
.table-striped tbody table.customtd td:first-child {
    padding-left: 0;
}

.table-striped tbody table.stripe-light td {
   border: none;
   background-color: #ffffff;
}

table tr.outerTR:hover table.stripe-dark, table tr.outerTR:hover table.stripe-light td{
   background-color: #f5f5f5;
 }

.dterm-page-header .row {
  margin-bottom: 5px;
  margin-left: -35px;
}
.dterm-page-header label {
  margin-right: 1em;
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: bold;
}
.dterm-page-header select {
  width: 10em;
  vertical-align: baseline;
}
.dterm-page-header .label {
  vertical-align: 5%;
}
.ascending:after {
  content: "\2193";
}
.descending:after {
  content: "\2191";
}
.dataTables_scrollBody .ascending:after {
  content: none;
}
.dataTables_scrollBody .descending:after {
  content: none;
}
.modal {
  width: 450px;
}
.modal-header {
  text-align: center;
}
.modal-body input {
  vertical-align: sub;
}
.modal-body .label {
  font-size: 120%;
}
.modal-footer {
  text-align: center;
}
.modal button {
  min-width: 8em;
}
.result-text {
  white-space: pre-line;
}
.important-notice {
  color: red;
}
label.disabled {
  color: #999;
  cursor: not-allowed;
}
.nav > li > a > img {
  margin-top: 2px;
}
.nav > li > a:hover > img {
  filter: brightness(0) invert(1);
}
