html,
body,
p,
div,
img,
h1,
h2,
h3,
h4,
h5,
li,
ul,
ol,
dl,
dd,
dt,
form,
pagele,
td,
tr,
blockquote,
iframe {
  border: 0 none;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  padding: 0;
}
* *:focus {
  outline: 0 none;
}
.clear {
  clear: both;
}
p {
  margin-bottom: 15px;
}

body {
  background-color: #c3c3c3;
  color: #747474;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
}
.scroll_checkbox {
  border: 2px solid #ccc;
  width: 500px;
  height: 225px;
  overflow-y: scroll;
}
/*this controls how wide the screen is.  used to be fixed at 930px */
.wrapper {
  background-color: #f7f7f7;
  margin: 20px auto 0;
  padding: 5em 5em;
  width: 70%;
}
@media screen and (max-width: 60em) {
  .wrapper {
    width: 100%;
    padding: 0 0;
    margin: 0 auto 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Economica", sans-serif;
  margin-bottom: 15px;
}
h1 {
  font-size: 26px;
  line-height: 26px;
  text-transform: uppercase;
}
h2 {
  color: #3fb5e8;
  font-size: 24px;
  margin-bottom: 15px;
}
h3 {
  color: #3fb5e8;
  font-size: 20px;
  font-weight: normal;
  line-height: 22px;
}
h4 {
  color: #3fb5e8;
  font-size: 18px;
  font-weight: normal;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-top: 0;
}
a {
  color: #3fb5e8;
  text-decoration: none;
}

/*status facility line  Probably needs to change to stack the facility/actions when compressed */

.facility {
  background: #007aff;
  margin: 0 auto;
  list-style-type: none;
  float: left;
  width: 98%;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 1em;
}
.facility a {
  list-style-type: none;
  text-decoration: none;
  font-size: 1.25em;
  margin: 0;
  padding-right: 2em;
  float: left;
  color: #ffffff;
  font-weight: bold;
}

@media only screen and (max-width: 25em) {
  .facility a {
    pointer-events: none;
  }
  .facility {
    width: inherit;
  }
}

.facility li {
  list-style-type: none;
  text-decoration: none;
  font-size: 1.25em;
  margin: 0;
  padding-right: 2em;
  float: left;
  color: #ffffff;
  font-weight: bold;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  cursor: pointer;
  text-align: left;
}

/* Style the collapsible content. Note: hidden by default */
.col_content {
  display: none;
}
.collapsible:after {
  content: "\02795"; /* Unicode character for "plus" sign (+) */
  float: left;
  margin-right: 5px;
}

.col_active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

alarm {
  color: red;
  text-decoration: none;
}
a.alarm {
  color: red;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
table {
  border: 1px solid #e1e1e1;
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}
th {
  background: #e6e6e6;
  color: #3fb5e8;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  padding: 7px;
}
thead,
th,
tfoot {
  font-weight: normal;
}
th,
td,
caption {
  border-bottom: 1px solid #e1e1e1;
  padding: 7px;
  text-align: left;
}
.list-table tr:nth-child(even) {
  background: #f2f2f2;
}
.list-table tr {
  background: #ffffff;
}
input.alarm {
  color: red;
  text-decoration: none;
}
.narrow-table {
  width: 60%;
  display: inline-table;
}
.narrow-table input[type="text"] {
  width: 10em;
}

td.alarm {
  color: red;
  text-decoration: none;
}

.separator-noline {
  border: medium none;
  margin-bottom: 30px;
  margin-top: 0;
}
.separator-line {
  border: medium none;
  height: 15px;
  margin-bottom: 40px;
  margin-top: 0;
  width: 100%;
}

#header {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  margin: 0 auto 30px;
  padding: 15px 0;
}

#footer-bottom {
  background: none repeat scroll 0 0 #565656;
  border-top: 1px solid #363636;
  margin: 0 auto 0;
  padding: 2em 5em;
  width: 70%;
}
#footer-bottom-content {
  margin: 0 auto;
  /*    width: 90%; */
}
@media screen and (max-width: 60em) {
  #footer-bottom {
    width: 100%;
    padding: 0 0;
  }
}
#copyright {
  color: #dddddd;
  float: left;
  font-size: 1em;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px #262626;
  text-align: center;
}
#copyright p {
  margin-bottom: 0;
}
#copyright a {
  color: #f7f7f7;
  font-family: "Economica", sans-serif;
  font-size: 2em;
  letter-spacing: 1px;
}
#copyright a:hover {
  text-decoration: none;
}
#support {
  color: #dddddd;
  float: right;
  font-size: 1em;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px #262626;
  text-align: center;
}
#support p {
  margin-bottom: 0;
}
#support a {
  color: #f7f7f7;
  font-family: "Economica", sans-serif;
  font-size: 1em;
  letter-spacing: 1px;
}
#support a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 60em) {
  #support {
    float: none;
  }
  #copyright {
    float: none;
  }
}

form {
  width: 100%;
}
form p {
  margin-bottom: 0;
}
.textbox {
  background-color: #f7f7f7;
  border-color: #d1d1d1 #e1e1e1 #e1e1e1 #d1d1d1;
  border-style: solid;
  border-width: 1px;
  color: #747474;
  font-family: inherit;
  font-size: inherit;
  margin-bottom: 10px;
  padding: 8px;
  width: 330px;
}
#logo {
  background: url("/img/Minus-80-mrk-MED.png") no-repeat scroll left center
    transparent;
  background-position: top left;
  float: left;
  height: 83px;
  padding: 0;
  width: 235px;
}
#logo a {
  border: medium none;
  outline: medium none;
}
#logo h1 {
  margin-bottom: 0;
  padding-top: 5px;
}
#logo p {
  display: block;
  font-size: 10px;
  line-height: 10px;
  margin-top: 1px;
  text-transform: uppercase;
}
#logo h1 a:hover {
  text-decoration: none;
}

/*** this block handles the menu bar and moves it off the page when needed ****/

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

#navbar {
  /*	width: 100%;  Should be same width as content container */
  position: relative;
  top: 0; /*left: 15%; /* Left is 100-[content width]/2). */
  opacity: 1;
  z-index: 100;
  float: right;
}

nav ul {
  list-style-type: none;
  font-size: 1.5em;
  width: 100%;
  margin: 0;
  padding: 0 10px;
}

nav ul:nth-of-type(1) {
  float: left;
}
nav ul:nth-of-type(2) {
  float: right;
}

nav ul li {
  float: left;
  margin: 0;
  padding: 1em;
}
/**
nav ul:nth-of-type(2) li {float: left;}
**/
nav ul li a {
  text-decoration: none;
  color: #747474;
}
nav ul li a.active {
  color: #3fb5e8 !important;
}

nav ul li a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 60em) {
  /*body {font-size: 14px;} */

  nav#navbar {
    top: 55px;
    position: fixed;
    background: #c1c1c1;
    right: -150px;
    width: 150px;
    opacity: 0.92;
  }

  nav#navbar ul {
    width: 50%;
  }
  nav#navbar ul li a {
    text-decoration: none;
    color: #ffffff;
    float: none;
  }
  nav#navbar ul li {
    text-decoration: none;
    color: #ffffff;
    float: none;
    padding: 10px;
  }

  body.menu-active nav#navbar {
    right: 20px;
  }
  body.menu-active nav#navbar ul {
    right: 20px;
  }

  div.menu-trigger {
    position: fixed;
    top: 5px;
    right: 5px;
    /*		width: 32px; height: 32px;*/
    background: #c3c3c3;
    cursor: pointer;
    border-radius: 5px;
    z-index: 999;
    opacity: 0.8;
    line-height: 2.3em;
  }

  div.menu-trigger:before {
    content: "\2630";
    display: block;
    width: 32px;
    height: 32px;
    font-size: 1.8em;
    text-align: center;
    text-transform: none;
    font-family: "Economica", sans-serif;
  }
}

/***** end of menu block ****/

/** this div is for the selectors at the top of the lists  ***/
.selector-list {
  margin: 0 5px 0 5px;
  float: left;
}
.selector-list label {
  display: block;
}
.selector-list li {
  list-style-type: none;
  text-decoration: none;
  font-size: 1.25em;
  margin: 0;
  padding-right: 2em;
  float: left;
}
/*** end of selector lists ***/

/* allow the main status screen to flow properly ***/

.grid {
  overflow: hidden;
  /*    padding: 0.5em 0 0 0.5em; */
  max-width: 100%;
  /*    margin: 0 auto; */
  list-style-type: none;
  /*    display: inherit; */
  display: none;
}

.grid li {
  border: 1px solid #e1e1e1;
  background: #ffffff;
  vertical-align: text-top;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 15px;
  padding-left: 5px;
  padding-top: 5px;
  font-weight: bolder;
}
.grid li:nth-child(even) {
  background: #f2f2f2;
}

.grid li a {
  text-align: left;
}

.unit-name {
  font-size: 16px;
  font-weight: bolder;
}
@media all and (min-width: 20em) {
  .grid li {
    width: 45%;
    float: left;
  }
}

@media all and (min-width: 40em) {
  .grid li {
    width: 32%;
    float: left;
  }
  .grid {
    display: inherit;
  }
}
@media all and (min-width: 60em) {
  .grid li {
    width: 20%;
    float: left;
  }
}
@media all and (min-width: 80em) {
  .grid li {
    width: 16%;
    float: left;
  }
}

/* hide rows in list tables */
@media only screen and (max-width: 60em) {
  .drop {
    display: none;
  }
  .show-small {
    display: inline;
  }
  .show-small-para {
    display: block;
  }
}
@media only screen and (min-width: 60em) {
  .show-small {
    display: none;
  }
  .show-small-para {
    display: none;
  }
}
@media only screen and (max-width: 25em) {
  .drop-narrow {
    display: none;
  }
  .show-narrow {
    display: inline;
  }
}

@media only screen and (min-width: 25em) {
  .show-narrow {
    display: none;
  }
}

/* style the forms */
.login-form {
  width: 300px;
  margin: 0 auto;
}
.edit-field {
  padding-bottom: 1em;
}
.edit-field label {
  display: inline-block;
  width: 30%;
  text-align: right;
  font-weight: bold;
  font-size: 1.25em;
}
label.req {
  color: red;
}

td.req {
  color: red;
}

.edit-field .scroll_checkbox {
  display: inline-block;
}
.submit-button {
  padding-left: 30%;
}
.edit-field input[type="numeric"] {
  width: 6em;
}
.login-field label {
  display: inline-block;
  width: 30%;
  text-align: right;
  font-weight: bold;
  font-size: 1.25em;
}
@media only screen and (max-width: 60em) {
  .edit-field label {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 1.25em;
  }
  .edit-field {
    padding-left: 1em;
  }
  .edit-field input[type="text"],
  textarea {
    width: 80%;
  }
  .edit-field select {
    max-width: 80%;
  }
  .submit-button {
    text-align: left;
  }
}

/* for the google charts */
#curve_chart {
  width: 100%;
  height: 500px;
}

/* the user account report listing */
.report-list {
  list-style-type: none;
  font-size: 1.25em;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  float: left;
}
.report-list li {
  float: left;
  padding-right: 2em;
}

.swlicense {
  font-family: monospace;
}

/* Add ability to style a link as a button */
a.button {
  background-color: #f0f0f0;
  color: black;
  /*font-size: 13px;
    padding: 0.375rem 0.75em;*/
  font-size: inherit;
  padding: 1px 6px;
  border: solid 1px;
  border-radius: 0.25rem;
  border-color: black;
  text-decoration: none;
  /*text-transform: uppercase;*/
}

a.button:hover {
  background-color: #dddddd;
}

#edit-actions-button {
  font-family: ;
  font-weight: normal;
  font-size: 13px;
  padding: 1px 6px;
}

#cancel-actions-button {
  font-family: ;
  font-weight: normal;
  font-size: 14px;
  padding: 1px 6px;
}

#non-prod {
  width: 100%;
  padding: 5px;
  background-color: gold;
  color: navy;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
}
