body {
    color: #000;
}

.table-nonfluid {
    width: auto !important;
 }

.sidebar-dark {
    background-color: #1a1a1a;
    background-image: none;
}

.mtlogo {
    width: 15px;
}

.form-control { color: #000; }
.text-muted { color: #555 !important; }

/* Logo via CSS */
#lmc_logo {
   width: 45px;
   height: 45px;
}

/**
 * Plotly bars loading
 */
.plotlybars {
    padding: 0 10px;
    vertical-align: bottom;

    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.plotlybars-wrapper {
    width: 205px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.plotlybars-text {
    color: #447adb;
    font-family: 'Open Sans', verdana, arial, sans-serif;
    font-size: 80%;
    text-align: center;
    margin-top: 5px;
}

.plotlybars-bar {
    background-color: #447adb;
    height: 100%;
    width: 13.3%;
    position: absolute;
    transform: translateZ(0);

    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-timing-function: linear;
}

.b1 { left: 0%; top: 88%; animation-name: b1; }
.b2 { left: 14.3%; top: 76%; animation-name: b2; }
.b3 { left: 28.6%; top: 16%; animation-name: b3; }
.b4 { left: 42.9%; top: 40%; animation-name: b4; }
.b5 { left: 57.2%; top: 26%; animation-name: b5; }
.b6 { left: 71.5%; top: 67%; animation-name: b6; }
.b7 { left: 85.8%; top: 89%; animation-name: b7; }

@keyframes b1 {
    0% { top: 88%; }
    44% { top: 0%; }
    94% { top: 100%; }
    100% { top: 88%; }
}

@keyframes b2 {
    0% { top: 76%; }
    38% { top: 0%; }
    88% { top: 100%; }
    100% { top: 76%; }
}

@keyframes b3 {
    0% { top: 16%; }
    8% { top: 0%; }
    58% { top: 100%; }
    100% { top: 16%; }
}

@keyframes b4 {
    0% { top: 40%; }
    20% { top: 0%; }
    70% { top: 100%; }
    100% { top: 40%; }
}

@keyframes b5 {
    0% { top: 26%; }
    13% { top: 0%; }
    63% { top: 100%; }
    100% { top: 26%; }
}

@keyframes b6 {
    0% { top: 67%; }
    33.5% { top: 0%; }
    83% { top: 100%; }
    100% { top: 67%; }
}

@keyframes b7 {
    0% { top: 89%; }
    44.5% { top: 0%; }
    94.5% { top: 100%; }
    100% { top: 89%; }
}


/**
 * Graph dimensions
 */
#users-graph {
    min-height: 300px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 30px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e74a3b;
    -webkit-transition: .2s;
    transition: .2s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .2s;
    transition: .2s;
}

input:checked + .slider {
    background-color: #1cc88a;
}

input:focus + .slider {
    box-shadow: 0 0 1px #1cc88a;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 30px;
}

.slider.round:before {
    border-radius: 50%;
}

.url-note {
    font-size: small;
}

.text-underline-dotted {
    text-decoration: underline gray;
    text-decoration-style: dotted;
    text-underline-offset: 10%;
}
