html {
  font-family: CNN, sans-serif;
}
.top-bar {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #212121;
  height: 60px;
  width: 100%;
  z-index: 10;
}
.top-bar .logo {
  display: block;
  height: 60px;
  position: absolute;
  top: 0;
  width: 60px;
}
.top-bar .logo img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.top-bar .title {
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  margin-top: 0;
}
.top-bar .button-collapse {
  position: absolute;
  right: 20px;
  top: -82px;
}
.top-bar .button-collapse i {
  font-size: 30px;
}
.side-nav.fixed {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border-top: none;
  padding-top: 20px;
  width: 240px;
  top: 60px;
}
.side-nav.fixed a:hover {
  text-decoration: none;
}
.side-nav.fixed a {
  color: #212121;
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  padding: 0;
}
.side-nav.fixed .collapsible-body {
  background: #fff;
}
.side-nav.fixed .collapsible-body li.active,
.side-nav.fixed .collapsible-body li.active:hover {
  background: none;
  font-weight: 600;
}
.side-nav.fixed .collapsible-body li.active a,
.side-nav.fixed .collapsible-body li.active:hover a {
  color: #cc0000;
}
.side-nav.fixed .collapsible-body li a {
  height: 33px;
  line-height: 33px;
  margin: 0 15px;
}
.side-nav.fixed .collapsible-header {
  min-height: 42px;
  margin: 0 30px;
}
.side-nav.fixed li {
  font-weight: 600;
  padding: 0 30px;
}
.side-nav.fixed li.active,
.side-nav.fixed li.active:hover {
  background: #eee;
}
.side-nav.fixed li:hover {
  background: none;
}
.side-nav.fixed li ul li {
  font-weight: normal;
}
.side-nav.fixed li.inactive a {
  color: #bbb;
  cursor: default;
  display: none;
}

/*
* For parent.html
*/
a, a:link,
a:visited {
  color: #ffff;
  text-decoration: none;
}
a:hover,
a:active {
  color: #ffff;
}

.segment a.production, .segment a.production:link {
  color: red;
}

.segment a.staging, .segment a.staging:link {
  color: orange;
}

.segment a.spreadsheet, .segment a.spreadsheet:link {
  color: green;
}
a.btn {
  font-size: 12px;
  line-height: 28px;
  margin: 2px;
  float: left;
  padding: 0 11px;
  border-radius: 4px;
  border: 1px solid rgb(172,172,172);
  background-color: rgb(248,248,248);
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
a.btn:hover,
a.btn:active {
  background-color: #eaecec;
}

.graphics-list li {
  margin-top: 0;
  margin-bottom: 6px;
}

#toggle-button:hover {
  background-color: rgb(248,248,248);
}
.btn-toggle button,
.btn-toggle button:active,
.btn-toggle button:focus {
  outline: none !important;
}

.btn-primary.active,
.btn-primary.active:hover,
.btn-primary.active:focus {
  background-color: blue;
  border-color: #cc0000;
}

@media only screen and (min-width: 601px) {
  nav .nav-wrapper i { line-height: 40px; }
  .container { padding-left: 250px; }
}

#webtag textarea {
  height: 500px;
  border: 1px dashed #8c8c8c;
  padding: 1em;
  background-color: #f1f1f1;
  font-family: Input, Monaco, monospace;
  color: #8c8c8c;
}

a.btn-toggle.btn.waves-effect.waves-light.grey.lighten-3.localhost {
    color: #0066A7 !important;
}
a.btn-toggle.localhost {
    color: #0066A7 !important;
}
