/*   
    Class names used here match names found in the HTML
    Color reference: http://www.webreference.com/html/reference/color/
    CSS reference:   http://meiert.com/en/indices/css-properties/
                     http://cssdog.com/css_syntax.html
*/
BODY.page {
  background-color: white;
  color: #222;
  font-weight: normal;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

TABLE.hdr {
background-color: white;
border-width: 2px;
border-style: solid;
color: #000080;
}
TD.hdr {
border-style: none;
text-align: center;
font-weight: bold;
font-size: 20pt;
}
TD.hdr2 {
border-style: none;
text-align: center;
font-weight: bold;
font-size: 16pt;
}
A.hdr {
color: #000080;
font-size: 20pt;
text-decoration: none;
border-style:none;
}
A.nolink {
text-decoration: none;
}
SPAN.hdr {
font-size: 30pt;
}

INPUT.lzgo {
font-weight: bold;
font-size: 120%;
}
TD.lzprompt {
font-weight: bold;
}
TD.lzinput {
font-weight: bold;
}
TD.lzcomment {
font-size: 75%;
font-weight: bold;
color: green;
}
TD.optsprompt {
font-weight: bold;
}
SPAN.lzcomment {
font-size: 75%;
font-weight: bold;
color: green;
}
SPAN.lzminihdr {
font-size: 75%;
font-weight: bold;
color: red;
}
SPAN.lzminiopt {
font-size: 75%;
font-weight: bold;
color: green;
}
DIV.adminshow {
background-color: lightgray;
border-width: 2px;
border-style: solid;
color: #000080;
width: 80%;
padding-left: 1cm;
margin-left: 2cm;
}
DIV.indent {
margin-left: 2cm;
}

DIV.chart {
border: 1px solid #cccccc;
/* width: 325px; */
background: #E9ECEF;
font-family: Tahoma, Verdana, sans-serif;
font-weight: bold;
font-size: 11px;
padding: 5px;
text-align: center;
}
TD.chartc {
border: 1px solid #ccc;
}
TD.charti {
border: 1px solid #ccc;
}
TD.chartv {
border: 1px solid #ccc;
}
IMG.charti {
height: 10px;
}
SPAN.charthdr {
font-size: 11px;
font-weight: bold;
}
SPAN.chartfoot {
font-size: 9px;
font-weight: normal;
}

img.responsive {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

/* Button, borrowed from Skeleton CSS: https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.css */
.button {
  display: inline-block;
  padding: 0 22px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #D4D4D4;
  border-radius: 3px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}
.button:hover, .button:focus {
  color: #333;
  background-color: #B8B8B8;
  border-color: #888;
  outline: 0;
}
.button[disabled] {
  cursor: not-allowed;
  color: #888;
  background-color: #EAEAEA;
  border: 1px solid #ddd;
}
.button[disabled]:hover {
  cursor: not-allowed;
  color: #888;
  background-color: #EAEAEA;
  border: 1px solid #ddd;
}
.button-medium {
  line-height: 24px;
  padding: 0 12px;
  border-radius: 3px;
}

.button-medium {
  font-size: 1.2rem;
  color: #777;
}
.button-small {
  line-height: 18px;
  padding: 0 8px;
  border-radius: 2px;
}

.button small {
  font-size: 0.8rem;
  color: #777;
}

.button.big {
  font-size: 1.2rem;
  padding: 5px 22px;
}

.button.big img.icon {
  margin-top: 0.5em;
  margin-right: 0.2em;
}

.button.nav {
  margin-bottom: 1em;
  width: 100%;
}

/* Custom button colors */
.button.button-blue small,
.button.button-green small,
.button.button-red small,
.button.button-yellow small,
.button.button-violet small {
  color: #EAEAEA;
}

.button.button-blue {
    color: #FFF;
    background-color: #5DA2B8;
    border-color: #5DA2B8;
}
.button.button-blue:hover, .button.button-blue:focus {
    color: #FFF;
    background-color: #4C8496;
    border-color: #4C8496;
}

.button.button-green {
    color: #FFF;
    background-color: #5CB869;
    border-color: #5CB869;
}
.button.button-green:hover, .button.button-green:focus {
    color: #FFF;
    background-color: #4C8053;
    border-color: #4C8053;
}

.button.button-red {
    color: #FFF;
    background-color: #B85D5C;
    border-color: #B85D5C;
}
.button.button-red:hover, .button.button-red:focus {
    color: #FFF;
    background-color: #804D4C;
    border-color: #804D4C;
}

.button.button-yellow {
    color: #FFF;
    background-color: #A8A559;
    border-color: #A8A559;
}
.button.button-yellow:hover, .button.button-yellow:focus {
    color: #FFF;
    background-color: #7A794D;
    border-color: #7A794D;
}

.button.button-violet {
    color: #FFF;
    background-color: #AA82CF;
    border-color: #AA82CF;
}
.button.button-violet:hover, .button.button-violet:focus {
    color: #FFF;
    background-color: #9370B3;
    border-color: #9370B3;
}

div.news {
  font-size: 85%;
}

hr {
  margin-top: 1.8rem;
  margin-bottom: 2.2rem;
  border-width: 0;
  border-top: 1px solid #D4D4D4;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 75%;
  color: #888;
}

.st_pagination {
    float: left;
}
.st_pagination > ul {
    margin-top: 0em;
}
.expandable {
    background-color: #F4F4F4;
    border: 1px solid #333333;
    border-radius: 4px;
    padding: 0.3em 2em;
    margin-bottom: 0.5em;
    width: 100%;
}
.expandable-blue {
    background-color: #DAE8ED;
    border-color: #3A5159;
    color: #3A5159;
}
.expandable-green {
    background-color: #DAEDDD;
    border-color: #3A593E;
    color: #3A593E;
}
.expandable-red {
    background-color: #F0DDDD;
    border-color: #593B3A;
    color: #593B3A;
}
.expandable-yellow {
    background-color: #EBEACE;
    border-color: #5E5D3D;
    color: #5E5D3D;
}
.expandable-violet {
    background-color: #E8DFF0;
    border-color: #4D3F59;
    color: #4D3F59;
}
.expandable_caret {
    float: right !important;
    border-width: 1px;
    border-style: solid;
    border-radius: 1em;
    padding: 0.3em 0.7em;
    background-color: inherit;
    font-size: 90%;
}
.expandable_title {
    cursor: pointer;
}
.expandable_loading {
    font-size: 120%;
    font-weight: bold;
    font-style: italic;
    clear: both;
    width: 100%;
    margin-bottom: 1em;
    color: #777;
}
.dropdown-menu {
    padding: 5px 0;
    margin: 2px 0 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu>li>span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #888;
    white-space: nowrap;
    font-style: italic;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
}
.dropdown-menu>li>a>small {
    font-style: italic;
    float: right;
    margin-top: 0.2em;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.gwasloci-menu {
    text-align: left;
    list-style: none;
    padding: 0px;
    margin-top: 0px;
}
.gwasloci-menu>li {
    padding: 2px 8px;;
    border-radius: 2px;
}
.gwasloci-menu>li:hover {
    background-color: #F2F2F2;
}
.gwasloci-menu>li>a {
    display: block;
    clear: both;
    font-weight: 700;
    line-height: 1.2em;
    white-space: nowrap;
    cursor: pointer;
}
.gwasloci-menu>li>a>small {
    font-style: italic;
    font-weight: 400;
    float: right;
    margin-top: 0.2em;
}