/* Add here all your CSS customizations */
html.dark body {
    color: #CCC;
}
html a {
    color: #444;
}
html a:hover {
    color: #222;
}
html.dark a {
    color: #EEE;
}
html.dark a:hover {
    color: #FFF;
}
.popover-content, .flotTip {
    color: #666;
}
#help p{
    padding: 4px 0 4px 0;
}
#help h6{
    line-height: 1.5;
}
#stream {
    position: fixed;
    right: -280px;
    width: 280px;
    height: 100%;
    background: #171717;
    z-index: 1000;
    border-left: 5px solid #282d36;
    padding: 7px 0 7px 7px;
    line-height: 120%;
}
#stream-toggle {
    position: absolute;
    top: 120px;
    left: -38px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.alert-custom {
    background: #2e353e;
    color: #EEE;
    padding: 5px;
    margin: 0 0 8px 0;
}
.scrollable-content {
    margin-right: -20px;
    margin-left: 0;
}
@media only screen and (min-width: 768px) {
    #stream {
        top: 114px;
    }
    #stream-toggle {
        top: 120px;
    }
}
@media only screen and (max-width: 767px) {
    #stream {
        top: 0px;
    }
    #stream-toggle {
        top: 250px;
    }
}

/* Analysis datatable */
#datatable-custom-analysis{
    display: none;
}

td.details-control {
    width: 6.666%;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
tr.shown td.details-control {
    width: 6.666%;
    vertical-align: middle;
    text-align: center;
}

td.details-control, .indent {
    text-align: center;
}

table.dataTable tbody td.no-padding {
    padding: 0;
}

.analysisTable{
    width: 6.666%;
    vertical-align:middle;
    padding: 0px;
    margin: 0px
}

.keyStatsTable{
    width: 20%;
    text-align: center;
    vertical-align:middle !important;
    padding: 0px;
    margin: 0px
}

/* Loader */
#analysisLoader {
  margin-top: 10%;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 5px solid #ddd;
  border-radius: 50%;
  border-top: 5px solid #0088cc;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
  border-width: 0px !important;
}

table.dataTable tbody td {
  vertical-align: middle;
}

/* Whitelabel homepage */

.mobile-panel-heading{
  padding-top: 2%;
  padding-bottom: 2%;
}

.mobile-panel-body{
  font-size: 1.05rem;
}

.mobile-signal-rows{
  padding-top: 0.5%;
  vertical-align: middle;
  text-align: center;
}

.mobile-signal-analysis{
  width: 100%;
  height: 100%;
  vertical-align: middle !important;
}

.desktop-signal-analysis{
  width: 100%;
  height: 100%;
}

hr{
  margin-top: 0%;
  margin-bottom: 2%;
}

.alertCheckbox{
    padding-left: 0px !important;
}
