.container.browse {
  max-width: none;
}
.no-margin-bottom {
  margin-bottom: 4px;
}
#divDownloadTable {
  margin-bottom: 8px;
}
.browse table, .browse table.TF {
  border: 1px solid #ededed;
  max-width: 100%;
  font-family: 'Roboto Mono', monospace;
  font-size: 14px;
  /*overflow: inherit;*/
}
.browse div.helpCont {
  right: 0;
  z-index: 1;
  font-size: 12px;
}
div.colVisCont {
  right: 0;
}

th, td {
  border: 1px solid #ededed;
  padding: 3px;
}
td {
  text-align: right;
}
td:first-child {
  text-align: left;
}
.browse table.TF th {
  background-color: #4b585c;
  color: #fff;
  border: 1px solid #ededed;
  text-align: left;
  padding: 2px 15px 2px 5px;
  position: relative;
  -webkit-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}
.browse table.TF th:first-child {
  width: 70px;
}

th .sort-arrow {
  background-size: contain;
  width: 10px;
  height: 14px;
  position: absolute;
  right: 3px;
  top: 37%;
}
.sort-arrow.ascending {
  background-image: url(img/arrow-up.png);
}
.sort-arrow.descending {
  background-image: url(img/arrow-down.png);
}
.tooltip::before {
  border: solid;
  border-color: #222 transparent;
  border-width: 0px;
  top: 40px;
  content: "";
  position: absolute;
  z-index: 99;

}
.tooltip::after {
  background: rgba(0, 0, 0, 0.75);
  border-radius: 0px;
  top: 46px;
  color: #fff;
  content: attr(alt);
  left: 0;
  padding: 0;
  position: absolute;
  z-index: -1;
  width: 0;
  font-size: 12px;
  font-family: "Rubik";
  visibility: hidden;
}

.tooltip:hover::before {
  -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
      transition-delay: .3s;
  border-width: 0px 6px 6px 6px;
}
.tooltip:hover::after {
  padding: 5px 15px;
  width: 140px;
  -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
      transition-delay: .3s;
  z-index: 1179;
  visibility: visible;
}

.TF thead tr:not(.fltrow) th:last-child:hover:after {
  right: 0;
  left: auto;
}
table .fltrow td {
  border: none !important;
}
table .flt, table .flt_s, table .single_flt {
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  /*height: 37px;*/
  height: 24px;
}
table .flt:focus, table .flt_s:focus, table .single_flt:focus {
  border-color: #66afe9;
  outline: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.browse table.TF tr.fltrow td {
  position: relative;
}
.fltrow .div_checklist {
  height: 19px;
  overflow: hidden;
}

.div_checklist:hover {
  height: 90px;
  position: absolute;
  top: 2px;
  z-index: 9;
  background: #fff;
  -webkit-box-shadow: 0px 2px 5px -1px #4b585c;
    box-shadow: 0px 2px 5px -1px #4b585c;
  overflow: auto;
}

.browse table.TF td {
    padding: .5em .5em;
}



@media screen and (min-width: 768px) {


}

@media screen and (min-width: 1300px) {
	input,
	textarea,
  .browse table.TF select {
		font-size: 13px;
	}
}
