
*
{
padding: 0px;
margin: 0px;
}

html,
body
{
/*background: #F9F9F7 url('images/a1.gif') repeat-x; */
font-size: 100%;
font-family: "trebuchet ms", helvetica, sans-serif;
color: #656551;
line-height: 18px;
height: 100%;
margin: 0;
padding: 0;
}

/* The Modal (background) */

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 15;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
}


/* Modal Content/Box */

.modal-content {
  color: #414242;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 30px 60px;
  width: 650px;
  height: 350px;
  -webkit-font-smoothing: antialiased;
  /* Rectangle 2 Copy 3: */
  background: #FFFFFF;
  border: 1px solid #9B9C9D;
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.20);
  border-radius: 6px;
}

.modal-content a {
  color: #636464;
}

.modal-content > h1 {
  display: block;
  width: 100%;
  text-align: center;
}

button#accept {
  margin: 30px auto;
  display: block;
  border: 1px solid #fc4c02;
  border-radius: 3px;
  background: #fff;
  color: blue;
  font-size: 16px;
  height: 48px;
  padding: 0 20px;
  cursor: pointer;
}

button#cancel {
  margin: 30px auto;
  display: block;
  border: 1px solid #fc4c02;
  border-radius: 3px;
  background: #fff;
  color: red;
  font-size: 16px;
  height: 48px;
  padding: 0 20px;
  cursor: pointer;
}

.band_container
{
text-align:center;
font-size:smaller;
}

#hd_selection_container
{
padding-top: 1.5em;
padding-bottom: 1.5em;
text-align: center;
font-size: 9px;
}

input[type="file"] 
{
display: none;
}

a
{
color: #656551;
}

#menu a
{
text-decoration: none;
}

#menu a.selected
{
text-decoration: none;
}

#menu span
{
color: #888;
text-decoration: none;
}

sup
{
font-size: 0.5em;
}

p
{
margin-bottom: 14px;
text-align: justify;
}

#upbg
{
/*
position: absolute;
top: 0px;
left: 0px;
background: #fff url('images/upbg.gif') repeat;
width: 100%;
height: 264px;
z-index: 1;
*/
}

#outer
{
margin-left: auto;
margin-right: auto;
display: table;
height: 100%;
font-size: smaller;
}

#inner
{
position: relative;
padding: 0px 30px 13px 30px;
z-index: 2;
background-color: white;
/* height offset for footer */
height: calc(100vh - 85px);
}

#header
{
/*
position: absolute;
background: #FF7800 url('images/asi_logo_iyo.png') repeat-x;
width: 687px;
height: 54px;
color: #fff;
*/
}

#splash span
{
font-weight: normal;
}

#splash h1
{
position: absolute;
letter-spacing: -1px;
top: 30px;
height: 92px;
}

#splash h2
{
position: absolute;
font-weight: normal;
color: #FCE2CA;
top: 54px;
}

#splash sup
{
color: #FCE2CA;
}

#splash
{
position: absolute;
right: 30px;
background: #FF7800 url('images/a8.gif') repeat-x;
/* background: #EAEAE2 url('images/a10.jpg') no-repeat; */
width: 100%;
height: 92px;
color: #fff;
padding-left: 20px;
text-align: center;
}

#menu ul
{
}

#menu ul li
{
display: inline;
line-height: 70px;
padding-left: 10px;
}

#checkbox1
{
display: none;
}

.burger
{
color: #888;
}

.burger:hover
{
cursor: pointer;
}

#checkbox1:checked + .burger
{
color: #fb9501;
}

#menu ul li.first
{
border-left: 0px;
}

#menu ul li:before
{
content: '\00B7';
padding-right: 10px;
}

#menu ul li.first:before
{
content: '';
}

#menu ul li.nav:before
{
content: '';
}

#menu ul li a:hover
{

}

#primarycontent
{
background-color: white;
position: relative;
max-width: 1100px;
height: calc(100vh - 166px);
}

#content
{
max-width: 1100px;
}

#primarycontent h3
{
position: relative;
top: 4px;
line-height: 25px;
color: #656551;
letter-spacing: -1px;
padding: 0px 0px 10px 0px;
margin-bottom: 20px;
}

#primarycontent .content
{
/*padding: 0px 15px 0px 15px;*/
margin-bottom: 20px;
font-size: smaller;
text-align: center;
}

#primarycontent .post
{
margin-bottom: 30px;
margin-top: 80px;
}

#primarycontent .post .header
{
position: relative;
text-align: center;
}

#primarycontent .post .date
{
position: absolute;
right: 15px;
top: 0px;
line-height: 35px;
color: #AFAFA4;
font-weight: bold;
}

#primarycontent .post .content
{
margin-bottom: 0px;
}

#primarycontent .post .footer
{
position: relative;
top: -10px;
background: url('images/a33.gif') repeat-x;
height: 64px;
}

#primarycontent .post .footer ul
{
list-style: none;
position: absolute;
right: 15px;
bottom: 15px;
}

#primarycontent .post .footer ul li
{
display: inline;
line-height: 14px;
padding-left: 17px;
margin-left: 25px;
background-repeat: no-repeat;
background-position: 0px 2px;
}

#footer
{
position: relative;
bottom: 0;
left: 0;
width: 100%;
clear: both;
height: 66px;
text-align: center;
line-height: 66px;
border-top-width: 2px;
border-top-style: solid;
border-top-color: lightgray;
font-size: .8em;
}

#footer a
{
}


.mobile-nav
{
z-index: 9999;
position: fixed;
right: 35px;
top: 25px;
width: 20px;
}

.menu-btn div
{
position: absolute;
left: 100%;
top: 64%;
padding-right: 8px;
margin-top: -0.50em;
line-height: 1.2;
font-weight: 200;
vertical-align: middle;
z-index: 99;
}

.menu-btn span
{
display: block;
width: 19px;
height: 3px;
margin: 4px 0;
background: lightgray;
z-index: 99;
}

.menu-btn:hover span
{
background: #be531c;
}

.dev-container
{
border-radius: 10px;
background: #f8f8f8;
min-width: 150px;
min-height: 200px;
float: left;
padding: 20px 20px 20px 20px;
margin-right: 20px;
margin-top: 20px;
margin-bottom: 20px;
}

.dev-container.last
{
    margin-right: 0px;
}

.responsive-menu
{
max-height: 0;
background-color: rgba(255, 255, 255, 0.85);
width: 300px; overflow: hidden;
transition: all .25s;
position: absolute;
left: -245px;
text-align: center;
margin-top: 20px;
}

.responsive-menu ul
{
padding: 20px 0 0 20px;
}

.responsive-menu ul li
{
padding-bottom: 20px;
}

.responsive-menu a
{
text-decoration: none;
}

.expand
{
max-height: 300px;
}

.content a
{
    cursor: pointer;
}

.content button
{
    cursor: pointer;
}

.led-hdr {
    display: inline-block;
    margin-left: 1.2em;
    margin-right: 1em;
}

.led {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 1em;
    margin-right: 1em;
    box-shadow: 0.2em 0.2em 0.2em #888888;
}

.led-red {
    background-color: #FF0000;
}
.led-orange {
    background-color: #FF7000;
}

.led-green {
    background-color: #00FF00;
}

.led-gray {
    background-color: #d3d3d3;
}

.led-black {
    background-color: #000000;
}

.led-blue {
    background-color: #1E90FF;
}

table, th, td {
    font-size: 1em;
    text-align: left;
    padding-right: .5em;
    margin: 0 auto;
}

select {
  background-color: #dcdcdc;
  color: inherit;
  font-size: .8em;
  margin-left: .35em;
  margin-right: .35em;
  height: 16px;
  width: 5.5em;
  border-radius: 3px;
}

.btn-container {
    text-align: center;
    font-size: 1.25em;
}

.show-diag-btn-container {
    text-align: center;
    margin-top: 0.3em;
}

.show-diag-btn.btn {
    width: 10em;
    text-align: center;
    padding: .1em;
}

.gen-btn.btn {
    width: 4.5em;
    margin-bottom: 1.5em;
}

.btn {
  outline: 0;
  display: inline-block;
  width: 4em;
  height: 2em;
  cursor: pointer;
  user-select: none;
  backface-visibility: hidden;
  background-image: linear-gradient(180deg,hsla(0,0%,100%,.3),transparent);
  background-color: #c0c0c0;
  box-shadow: 1px 1px 1px rgba(0,0,0,.25), inset 1px 1px hsla(0,0%,100%,.09), inset -1px -1px hsla(0,0%,100%,.05);
  border: 1px solid rgba(0,0,0,.6);
  border-radius: 4px;
  color: #656551;
  padding-top: 0.3em;
  font-size: .8em;
}

.btn:hover {
    background: #1c85be33; /* light blue background */
}

.operation-in-progress-text {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1em;
}

.rounded-box {
  background-color: #dcdcdc;
  color: inherit;
  font-size: .75em;
  height: 16px;
  border-radius: 3px;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-line-scale-pulse-out,
.la-line-scale-pulse-out > div {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.la-line-scale-pulse-out {
    display: block;
    font-size: 0;
    margin: 0 auto;
}
.la-line-scale-pulse-out.la-dark {
    color: #333;
}
.la-line-scale-pulse-out > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-line-scale-pulse-out {
    width: 40px;
    height: 32px;
}
.la-line-scale-pulse-out > div {
    width: 4px;
    height: 32px;
    margin: 2px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    -webkit-animation: line-scale-pulse-out .9s infinite cubic-bezier(.85, .25, .37, .85);
       -moz-animation: line-scale-pulse-out .9s infinite cubic-bezier(.85, .25, .37, .85);
         -o-animation: line-scale-pulse-out .9s infinite cubic-bezier(.85, .25, .37, .85);
            animation: line-scale-pulse-out .9s infinite cubic-bezier(.85, .25, .37, .85);
}
.la-line-scale-pulse-out > div:nth-child(3) {
    -webkit-animation-delay: -.9s;
       -moz-animation-delay: -.9s;
         -o-animation-delay: -.9s;
            animation-delay: -.9s;
}
.la-line-scale-pulse-out > div:nth-child(2),
.la-line-scale-pulse-out > div:nth-child(4) {
    -webkit-animation-delay: -.7s;
       -moz-animation-delay: -.7s;
         -o-animation-delay: -.7s;
            animation-delay: -.7s;
}
.la-line-scale-pulse-out > div:nth-child(1),
.la-line-scale-pulse-out > div:nth-child(5) {
    -webkit-animation-delay: -.5s;
       -moz-animation-delay: -.5s;
         -o-animation-delay: -.5s;
            animation-delay: -.5s;
}
.la-line-scale-pulse-out.la-sm {
    width: 20px;
    height: 16px;
}
.la-line-scale-pulse-out.la-sm > div {
    width: 2px;
    height: 16px;
    margin: 1px;
    margin-top: 0;
    margin-bottom: 0;
}
.la-line-scale-pulse-out.la-2x {
    width: 80px;
    height: 64px;
}
.la-line-scale-pulse-out.la-2x > div {
    width: 8px;
    height: 64px;
    margin: 4px;
    margin-top: 0;
    margin-bottom: 0;
}
.la-line-scale-pulse-out.la-3x {
    width: 120px;
    height: 96px;
}
.la-line-scale-pulse-out.la-3x > div {
    width: 12px;
    height: 96px;
    margin: 6px;
    margin-top: 0;
    margin-bottom: 0;
}
/*
 * Animation
 */
@-webkit-keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
                transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(.3);
                transform: scaley(.3);
    }
    100% {
        -webkit-transform: scaley(1);
                transform: scaley(1);
    }
}
@-moz-keyframes line-scale-pulse-out {
    0% {
        -moz-transform: scaley(1);
             transform: scaley(1);
    }
    50% {
        -moz-transform: scaley(.3);
             transform: scaley(.3);
    }
    100% {
        -moz-transform: scaley(1);
             transform: scaley(1);
    }
}
@-o-keyframes line-scale-pulse-out {
    0% {
        -o-transform: scaley(1);
           transform: scaley(1);
    }
    50% {
        -o-transform: scaley(.3);
           transform: scaley(.3);
    }
    100% {
        -o-transform: scaley(1);
           transform: scaley(1);
    }
}
@keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
           -moz-transform: scaley(1);
             -o-transform: scaley(1);
                transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(.3);
           -moz-transform: scaley(.3);
             -o-transform: scaley(.3);
                transform: scaley(.3);
    }
    100% {
        -webkit-transform: scaley(1);
           -moz-transform: scaley(1);
             -o-transform: scaley(1);
                transform: scaley(1);
    }
}

/* separator horizontal line */
.separator {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: .1em;
  margin-right: .1em;
  margin-bottom: 1em;
}

.separator.mute_ph_label {
  margin-top: 50px;
}

div[disabled] {
  pointer-events: none;
  opacity: 0.5;
}
