﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}


li {

}

ul.inmatelist {
    list-style-type: none;
    padding: 4px;
    background-color: #ededed;
    border-color: gray;
    border-style: solid;
    border-width: 1px;
}

article.inmate {
    background-color: white;
    border-color: gray;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    font-size: 12px;
}

article.inmate h1 {
    display: block;
    font-size: 18px;    
}
article.inmate > section > img {
    display: inline-block;
    max-height: 100px;
    max-width: 120px;    
}
article.inmate section {
    display: inline-block;
    vertical-align:top;
}
article.inmate h2 {
    display: inline-block;
    font-size: 15px;
    width: 96px;
    line-height:0.8;
}
article.inmate h3 {
    display: inline-block;
    font-size: 16px;
    width: 45px;
    line-height: 0.8;
}
article.inmate data {
    display: inline-block;    
    min-width: 100px;    
}
article.inmate p {
    margin: 0px 0px 0px 0px;
}

table.charges th {
    background-color: #787676;
    color: white;
    font-size: 16px;
    margin-right: 2px;
}

.data-right {
    display: none !important;
}

.data-left {
    display: inline-block !important;
}

#logoimg {
    display: none;
}

/* only show the logo if the screen is 600px or larger */
@media only screen and (min-width: 600px) {
    #logoimg {
        display: inline-block;
        max-height: 100px;
        max-width: 100px;
    }

    .data-right {
        display: inline-block !important;
    }

    .data-left {
        display: none !important;
    }
}