
body {
  background-color: #ccc;
}

body, td {
  font-family: verdana;
  font-size: 12px;
}

a {
  text-decoration: none;
  color: #00f;
}

a:hover {
  text-decoration: underline;
  color: #f00;
}

#wrapper {
  width: 80%;
  max-width: 600px;
  margin: 0 auto 7px;
  background-color: #fff;
  padding: 10px;
  border: 1px #333 solid;
  box-shadow: 2px 2px 7px 1px rgba(0,0,0,.5);
}

h1, h2 {
  margin: .2em 0 .5em 0;
}

li {
  margin-bottom: .3em;
}

.config {
  font-weight: bold;
}

ul.logs {
  cursor: pointer;
}

ul.logs ul {
  padding-left: 1em;
}

ul.logs ul li {
  margin-top: .4em;
}

nav {
  margin-top: 3em;
  padding: 1.2em 0 .3em;
  border-top: 1px #000 solid;
  text-align: right;
}

nav a {
  display: inline-block;
  padding-right: .5em;
  border-right: 1px #000 solid;
}

nav a:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border-right: 0px #000 solid;
}

.button {
  background-color: #000;
  color: #fff;
  border: 1px #000 solid;
  font-size: 1.15em;
}

.button:hover {
  background-color: #fff;
  color: #000;
}

tr.header-row {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

ul.configs {
  overflow-wrap: break-word;
}

table.stripes {
  width: 100%;
}

table.stripes tbody tr:not(.header-row):nth-child(even):hover,
table.stripes tbody tr:not(.header-row):nth-child(odd):hover,
table.stripes tbody tr:not(.header-row):hover {
  background-color: #ff0;
}

table.stripes tbody tr:not(.header-row):nth-child(odd) {
  background-color: #fff;
}

table.stripes tbody tr.highlight:not(.header-row):nth-child(odd) {
  background-color: #c0e6ff;
}

table.stripes tbody tr.highlight:not(.header-row):nth-child(odd):hover {
  background-color: #ffa8dc;
}

table.stripes tbody tr:not(.header-row):nth-child(even) {
  background-color: #efefef;
}

table.stripes tbody tr.highlight:not(.header-row):nth-child(even) {
  background-color: #a8dcff;
}

table.stripes tbody tr.highlight:not(.header-row):nth-child(even):hover {
  background-color: #ffa8dc;
}

table.stripes tbody tr:not(.header-row):hover {
  background-color: #ff0;
}

/*table.stripes tbody tr:not(.header-row):not(.header-row).highlight td:hover,
table.stripes tbody tr:not(.header-row):not(.header-row) td:hover {
  background-color: #cec !important;
  color: #000;
}*/

table.stripes tbody tr:not(.header-row).highlight:hover {
  background-color: #ffb4f9 !important;
  color: #000;
}

section.results {
  height: 160px;
  border: 4px #777 solid;
  margin: .5em 0 0;
  background-color: rgba(255,255,255,.9);
  color: #000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  box-sizing: border-box;
}

section.results h3 {
  margin: 0;
  padding: .5em 1em;
  background-color: rgba(255,0,0,.6);
  color: #fff;
}

section.results .results-output {
  padding: 1em;
}

.vapi-table-window {

}

.vapi-table-window-scroll {

}

.ui-datepicker {
  z-index: 5000!important;
}

.data-window {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: auto;
}

@media (max-height: 800px) {
  .data-window {
    height: 40vh;
  }
}

@media (max-height: 400px) {
  .data-window {
    height: 40vh;
  }
}

.data-window .stripes th {
  position: sticky;
  top: 0;
  text-align: left;
  background-color: #000;
  color: #fff;
  z-index: 1000;
}

table.searchTable {
  width: auto;
}


.data-window .stripes td {
  font-family: tahoma, helvetica, arial, sans-serif;
}




/*.search-table .top:before,*/
.search-table .top:after {
  content: '';
  display: block;
  clear: both;
}
.search-table table {
  float: left;
}
.search-table .top {
  float: right;
  margin-top: .75em;
}
.search-table:after {
  content: '';
  display: block;
  clear: both;
}

.search-table .dataTables_info,
.search-table .dataTables_paginate {
  padding-top: 0;
  float: left;
  clear: none;
}

.search-table .paging_simple_numbers:before,
.search-table .dataTables_filter:before,
.search-table .dataTables_length:before {
  content: ' | ';
  display: inline-block;
  padding-left: .25em;
  padding-right: .25em;
  line-height: 1;
  vertical-align: unset;
  font-size: 1.25em;
}

.search-table .dataTables_paginate .paginate_button {
  padding: 0 .25em;
}


.search-table .dataTables_paginate .paginate_button {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
  margin: 0 .25em;
}
.search-table .dataTables_paginate .paginate_button.current,
.search-table .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  border: 1px solid #979797;
  background: #000;
  color: #fff;
  margin: 0 .25em;
}






table.stripes tbody tr:nth-child(odd) td.sorting_1 {
  background-color: #eee;
}

table.stripes tbody tr.highlight:nth-child(odd) td.sorting_1 {
  background-color: #aed2eb;
}

table.stripes tbody tr.highlight:nth-child(odd):hover td.sorting_1 {
  background-color: #ffa8dc;
}

table.stripes tbody tr:nth-child(even) td.sorting_1 {
  background-color: #ddd;
}

table.stripes tbody tr.highlight:nth-child(even) td.sorting_1 {
  background-color: #91c2e3;
}

table.stripes tbody tr.highlight:nth-child(even):hover td.sorting_1 {
  background-color: #ffa8dc;
}

table.dataTable .sorting_asc,
table.dataTable .sorting_desc {
  background-color: #393 !important;
}

table.dataTable thead th:hover {
  background-color: #5c5;
  cursor: pointer;
}






.ajax-results {
  display: none;
  padding: .1em .25em;
}

.retrieval .ajax-results {
  margin: .25em;
  display: none;
  clear: both;
  max-width: 72px;
  text-align: center;
}

.retrieval .ajax-results img {
  height: 16px;
}

.ajax-results img {
  vertical-align: bottom;
}

.ajax-results.error {
  background-color: #fcc;
  color: #f00;
  border: 1px #f00 solid;
}

.ajax-results.success {
  background-color: #cfc;
  color: #090;
  border: 1px #090 solid;
}