/*.dt-buttons {
    top: 33px;
    position: relative;
    z-index: 100;
}*/

.dark-night {
    color: #626467;
}

.card {
    background: #ffffff;
    color: #a2a2a2;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    margin-top: 18px;
    border: none;
}

.card-header {
    background-color: lightgrey;
}

.card-title {
    font-size: 16px;
    margin-top: 5px;
}

.red {
    color: #ff0000;
}

.orange {
    color: #FFA500;
}

.green {
    color: #00cc00;
}

.blue {
    color: #276da4;
}

span.blue a, span.blue a:link span.blue a:visited {
    color: #276da4;
    /*text-decoration: underline;*/
}

.chart-blue {
    color: #87bdee;
}

.chart-black {
    color: #000000;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.hider {
    display:none;
}

.anal-title {
    font-weight: bold;
    font-size: 14px;
}

.note-box {
    background-color: #ffffcc;
    border-left: 6px solid #ffeb3b;
}
.note-panel {
    margin: 16px;
}

.table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

dataTable tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.shine {
    background: #222 -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;
    -webkit-background-size: 125px;
    color: rgba(255, 255, 255, 0.1);
    -webkit-background-clip: text;
    -webkit-animation-name: shine;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
}

@keyframes shine {
    0% {
        background-position: top left;
    }

    100% {
        background-position: top right;
    }
}

.card-columns, .card-columns2 {
    margin-top: 15px;
}

.nav-tabs .badge {
    position: relative;
    top: -6px;
    right: -10px;
    border-radius: 20px;
    background: red;
    color: white;
}

.center-it {
    text-align: center;
}

.processing-gif {
    position: relative;
    width: 20%;
    z-index: 11;
}

.card-columns3 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}


.title_date_range {
    font-size: 14px;
    vertical-align: middle;
    margin-bottom: 12px;
}


.card-columns-highlights {
    margin-top: 15px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

@media (min-width: 34em) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 48em) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (min-width: 62em) {
    .card-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

@media (min-width: 75em) {
    .card-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}


.hidden {
    display: none;
}

.group_title {
    margin-top: 10px;
    color: #696969;
}

.device_channel_title {
    font-size: 14px;
    color: #C0C0C0;
}

#overlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.nav-pills .pill2 .nav-link:not(.active) {
    background-color: transparent;
    color: darkgrey;
}

.nav-pills .pill2 .nav-link {
    background-color: #15C507;
    color: white;
}

body{
    padding-top: 15px;
    background-color: #f9f9f9;
}

svg{
    /*width:100%;
    height:100%;*/
}

.svg-black-text text {
    fill: black;
}

text{
    fill:red;
}

.form-signin input {
    width: 390px;
}

.form-signin button {
    width: 390px;
}

.rocketManSVG {
    height: 624px
}

.margin-top-5 {
    margin-top: 5px;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}

#table_header {
    margin-left: 15px;
    color: darkgrey;
    font-size: 1.3em;
    margin-bottom: 10px;
}

#optionsrow {
    margin-top: -30px;
}

.adthena_blue {
    background-color: #246399;
    color:white;
}

.center_everything {
    margin: auto;
    text-align: center;
    width: 50%;
}

.form-inline .form-check {
    justify-content: left;
    margin-top: 10px;
}

.form-inline .form-check label {
    margin-right: 10px;
}

.form-signin {
    max-width: 420px;
    padding: 15px;
    position: relative;
    top: -250;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.rocket_page {
    margin-left: 140px;
    margin-top: -100px;
}

canvas {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}
canvas div {
    background-color: transparent;
}

#scene {
    background-color: white;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}


body {
    font-size:0.85rem;
}

#link-card a, #link-card a:link {
    color: #276da4;
}


a, a:link {
    color: darkgray;
}

th { font-size: 13px; }
td { font-size: 13px; }

input, select {
    margin-top:10px;
}

.loader {
    display: none;
}

.heading {
    font-size: 22px;
    color: #ffff00;
}

.go-right {
    text-align: right;
}

.clear_top {
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-group {
    margin-top: 20px;
}

.heading {
    color: #495057;
}

.small-margin {
    margin: 5px;
}

.main-logo {
    height: 85px;
}

.bg-light {
    background-color: #ffffff !important;
}

#body-row {
    margin-left:0;
    margin-right:0;
}

#sidebar-container {
    min-height: 100vh;
    background-color: #fff;
    padding: 0;
}

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    width: 210px;
}

.sidebar-collapsed {
    width: 60px;
}

/* Menu item*/
#sidebar-container .list-group a {
    height: 40px;
    color: black;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    height: 40px;
    padding-left: 30px;
}
.sidebar-submenu {
    font-size: 0.7rem;
}

/* Separators */
.sidebar-separator-title {
    background-color: #fff;
    height: 35px;
}
.sidebar-separator {
    background-color: #fff;
    height: 25px;
}
.logo-separator {
    background-color: #fff;
    height: 60px;
}

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
    content: " \f0d7";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}

/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
    content: " \f0da";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}

/* exlorer */

.tile_stats_count:first-of-type {
    border-right: 1px solid #9e9e9e;
}

.tile_stats_count:not(:first-child) {
    border-left: 1px solid #9e9e9e;
}

.tile_stats_count {
    background-color: #ffffff;
    color: #c1c0c0;
    color: #000000;
    font-size: 24px;
    line-height: 47px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
}

