@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/inconsolata/v36/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp4U8WR32kg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/inconsolata/v36/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp2I7WR32kg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjalmUiA8.ttf) format('truetype');
}
.center {
  text-align: center;
}
.icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  overflow: hidden;
  vertical-align: baseline;
  background-position: 0px 0px;
}
body {
  background: #333 url(/be703cb48ecba2af257b.png) repeat left top;
  margin: 0px;
  padding: 0px;
}
/* Hide few labels for large screens */
@media (min-width: 1350px) and (max-width: 1320px) {
  .collapsible-nav a:last-child .button-label,
  .collapsible-nav a:nth-last-child(1) .button-label,
  .collapsible-nav a:nth-last-child(2) .button-label,
  .collapsible-nav a:nth-last-child(3) .button-label {
    display: none;
  }
}
/* Hide few labels for largish screens */
@media (min-width: 1250px) and (max-width: 1350px) {
  .collapsible-nav a:last-child .button-label,
  .collapsible-nav a:nth-last-child(1) .button-label,
  .collapsible-nav a:nth-last-child(2) .button-label,
  .collapsible-nav a:nth-last-child(3) .button-label,
  .collapsible-nav a:nth-last-child(4) .button-label {
    display: none;
  }
}
/* Hide many labels for mediumish screens */
@media (min-width: 1155px) and (max-width: 1250px) {
  .collapsible-nav a:nth-last-child(1) .button-label,
  .collapsible-nav a:nth-last-child(2) .button-label,
  .collapsible-nav a:nth-last-child(3) .button-label,
  .collapsible-nav a:nth-last-child(4) .button-label,
  .collapsible-nav a:nth-last-child(5) .button-label {
    display: none;
  }
}
/* Hide most labels for smaller screens */
@media (min-width: 1100px) and (max-width: 1155px) {
  .collapsible-nav a:nth-last-child(1) .button-label,
  .collapsible-nav a:nth-last-child(2) .button-label,
  .collapsible-nav a:nth-last-child(3) .button-label,
  .collapsible-nav a:nth-last-child(4) .button-label,
  .collapsible-nav a:nth-last-child(5) .button-label,
  .collapsible-nav a:nth-last-child(6) .button-label {
    display: none;
  }
}
/* Hide most labels for smaller screens */
@media (min-width: 600px) and (max-width: 1100px) {
  .collapsible-nav a:nth-last-child(1) .button-label,
  .collapsible-nav a:nth-last-child(2) .button-label,
  .collapsible-nav a:nth-last-child(3) .button-label,
  .collapsible-nav a:nth-last-child(4) .button-label,
  .collapsible-nav a:nth-last-child(5) .button-label,
  .collapsible-nav a:nth-last-child(6) .button-label,
  .collapsible-nav a:nth-last-child(7) .button-label,
  .collapsible-nav a:nth-last-child(8) .button-label,
  .collapsible-nav a:nth-last-child(9) .button-label {
    display: none;
  }
}
/* Hide all labels below 800px for small screens */
@media (max-width: 600px) {
  .collapsible-nav span.button-label {
    display: none;
  }
}
.validation-error {
  font-size: 12px;
  color: #b94a48;
  padding-left: 4px;
}
.validation-error .popover-title {
  display: none;
}
.multi-download {
  z-index: 1000;
  color: #999;
  background-color: rgba(0, 0, 0, 0.75);
  border: solid 1px block;
  box-shadow: 5px;
  position: fixed;
  top: 15px;
  right: 40px;
  padding: 10px;
  width: 300px;
  border-radius: 5px;
}
.multi-download.error {
  background: #a94442;
}
.multi-download a {
  text-shadow: none;
  color: #80888e;
}
.row-subbar td {
  padding: 0px;
}
.row-subbar .row-subbar-content {
  background-color: #C7CED2;
  margin-bottom: 10px;
}
.row-subbar .row-subbar-title {
  height: 100%;
  background-color: #6F8693;
  color: #FFF;
  padding: 8px 8px;
  font-weight: bold;
  margin-right: 5px;
}
.row-subbar span {
  text-transform: uppercase;
  height: 20px;
  display: inline-block;
  font-family: 'Roboto';
  font-size: 12px;
  padding: 0 5px;
}
.row-subbar span strong {
  font-weight: 700;
}
.row-subbar span strong.flagged {
  color: red;
}
.row-subbar button {
  font-family: 'Roboto';
  font-size: 12px;
}
.row-subbar div.alert {
  margin-top: 0;
}
.no-results {
  font-size: 16px;
  font-weight: bold;
  color: #777;
  text-align: center;
  margin: 10px;
}
/* Server down page */
.server-down .offline {
  font-size: 120px;
  position: relative;
  top: -40px;
  left: 20px;
  height: 85px;
}
.server-down h1 {
  font-size: 50px;
  padding-top: 15px;
  color: #999;
}
/** "Sparks" used on headers for inmate details, requests, etc **/
#sparks {
  display: block;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  text-align: right;
}
#sparks select {
  width: auto;
}
#sparks li {
  display: inline-block;
  max-height: 47px;
  overflow: hidden;
  text-align: left;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#sparks li h5 {
  color: #999;
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: none;
  text-transform: uppercase;
  font-family: "Roboto";
}
#sparks li span {
  color: #636363;
  display: block;
}
#sparks li {
  border-left: 1px dotted #c7c7c7;
  padding: 0 10px;
}
#sparks li:last-child {
  padding-right: 0;
}
#sparks li:first-child {
  border-left: none;
  padding-left: 0;
}
.sparks-info span {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  text-transform: none;
}
.sparks-info .sparkline {
  display: block;
  float: right;
  margin: 3px 0 0 20px;
}
/** Table sort **/
th.sort-header::-moz-selection {
  background: transparent;
}
th.sort-header::selection {
  background: transparent;
}
th.sort-header {
  cursor: pointer;
}
th.sort-header::-moz-selection,
th.sort-header::selection {
  background: transparent;
}
table th.sort-header:after {
  content: '';
  float: right;
  margin-top: 7px;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #404040 transparent;
  visibility: hidden;
}
table th.sort-header:hover:after {
  visibility: visible;
}
table th.sort-up:after,
table th.sort-down:after,
table th.sort-down:hover:after {
  visibility: visible;
  opacity: 0.4;
}
table th.sort-up:after {
  border-bottom: none;
  border-width: 4px 4px 0;
}


/*# sourceMappingURL=common.css.map*/