/* CSS for dash-client */

body {
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-size: 18px;
  line-height: 1.6em;
  padding-bottom: 120px;
}

.header {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
  font-weight:normal;
  background-color: #333333;
  box-shadow: 0px 0px 0px #cdcdcd;
}

.header .navbar-text {
  /* Resets to Bootstrap 3 defaults */
  font-size: 16px;
  line-height: 1.428;
}

h1 {
  /* text-transform: uppercase; */
  font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
}

a {
  color: #000;
}

.alert a {
    text-decoration: underline;
}

.dev-warning-alert {
    display:none;
}

.dev-warning .dev-warning-alert {
    display: block;
}

.dev-expired-alert {
    display:none;
}

.dev-expired .dev-expired-alert {
    display: block;
}

#logo {
  position: absolute;
  top: 16px;
}

.panel {
    margin-bottom: 20px;
    background-color: #f7f7f7;
    border: 0px;
    border-radius:10px;
    box-shadow: 0px 0px;
}

.filter {
  font-size: 14px;
}

.message {
  font-size: 60px;
  font-weight: bold;
  margin-top: 50px;
}

.navbar {
    background-color: #ffde17;
    border: 0px;
}

.navbar .header-img {
  padding: 0 0 0 15px;
  height: 50px;
}
@media (min-width: 768px) {
  .navbar .header-img {
    margin-left: -15px;
  }
}

.navbar .brand {
  color:#000000;
  text-shadow: 0 1px 0 rgb(250, 200, 150);
}

.navbar-default .navbar-text {
    color:#333333;
}

.navbar-default {
    border-color: #333333;
}

.navbar-inner {
  border: 0;
  background-color:rgb(255,255,255);
  background-image: none;
  color:#000000;
}

.navbar .nav > li > a {
  /* height: 29px; */
  display: block;
  /* padding: 34px 15px; */
  color: rgb(51, 51, 51);
  /* text-transform: uppercase; */
  font-weight: normal;
  font-size: 16px;
}

.dropdown-menu>li>a {
    font-weight: 600;

}

.dropdown-menu {
    border: 0px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav .dropdown-menu > li > a:focus,
.navbar .nav .dropdown-menu > li > a:hover,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #FFEE88;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar .nav .dropdown-menu > .active > a,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover {
  color: #ffffff;
  background-color: #333333;
}

.navbar-fixed-bottom .navbar-inner {
  background-color: rgb(39, 39, 39);
  color: #ffffff;
  height: 60px;
}

.navbar-fixed-bottom .navbar-inner .navbar-text {
  color: #ffffff;
}

.btn-primary {
  color: #333333;
  background: #ffde17;
  border: 0;
  border-radius: 0;
  text-shadow: none;
  text-transform: uppercase;
  padding: 10px 25px;
}

.btn-warning, .btn-warning:hover, .btn-warning:active, .btn-warning:focus {
    background-color: #ffde17;
    border-color: #ffde17;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: #333333;
  background: #f9d439;
}

.btn-primary:active:focus, .btn-primary:active:hover {
  color: #333333;
  background: #f9d439;
}

.container {
  margin-top: 10px;
  margin-bottom: 60px;
}

.main-content {
  background-color:rgb(255,255,255);
}

.tab-pane.main-content h1 {
  display: block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.table-striped tbody > tr > td {
  font-size: 16px;
  background-color: white;
  transition: background-color 1s;
  -webkit-transition: background-color 1s;
}

.table-striped tbody > tr:nth-child(odd) > td {
  background-color: #f7f7f7;
}

.table-striped tbody > tr.blink > td {
    background-color: #ffde17;
    transition: background-color 0.25s color 0.25s;
    -webkit-transition: background-color 0.25s  color 0.25s;
}


/* .table-striped tfoot > tr > td { */
/*   background-color: white; */
/*   transition: background-color 1s; */
/*   -webkit-transition: background-color 1s; */
/* } */

/* .table-striped tfoot > tr.blink > td { */
/*   background-color: rgb(252, 165, 38); */
/*   transition: background-color 0.25s; */
/*   -webkit-transition: background-color 0.25s; */
/* } */


.table-striped th {
  text-align:center;
  font-size: 16px;
  /* text-transform: uppercase; */
  color: #FFF;
  background: #222;
}

.table-striped th span {
  /* color: #fca526; */
}

.table-striped th div {
  color: #232323;
  font-size: 13px;
  text-transform: none;
}

.table-striped th a {
  color: #FFF;
  font-weight: normal;
  cursor: default;
}

.table-striped th a:hover{
  color: #FFF;
  cursor: default;
  text-decoration: none;
}

.table-striped td {
  border: none;
}


.table-striped td + td {
  border-left: 1px dotted #CCC;
}

.table-striped th + th {
  border-left: 1px dotted #444;
}

.alert-messages {
  font-size: 14px;
  position: fixed;
  bottom: 60px;
  left: 0;
  right: 0;
  opacity: 0.9;
  z-index: 99;
}

.alert-messages div {
  margin-bottom: 2px;
}

.live-count-div .popover {
  color: #232323;
  font-size: 13px;
  text-decoration: none;
  width: 500px;
}

.live-count-div .popover-content {
  font-size: 13px;
  font-weight: bold;
}

.user-count-highlight {
  background-color: #ffde17;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  /* line-height: 1.428571429; */
  color: #333333;
  background-color: #e2e2e2;
}

.glyphicon.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
  from { transform: scale(1) rotate(0deg); }
  to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}

.popover-custom {
  max-width: 100%;
}

/* Winterfell-specific classes */
.wfell-button-bar .btn {
  margin-right: 1em;
}

.color-picker {
  margin-top: 15px;
  margin-bottom: 15px;
}

/** API Key specific classes **/
.apikey {
    vertical-align:middle;
    font-size:24px;
    margin-top:20px;
    margin-bottom:20px;
}
