.std-hc-green-background {
    background-color: #26BA9A;
    color: #FFFFFF;
}

.std-hc-darkorange-background {
    background-color: darkorange;
    color: #FFFFFF;
}

.text-unselectable {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.std-hc-blue-background {
    background-color: #1374BB;
    color: #FFFFFF;
}

.std-export-btn {
    background-color: #1374BB;
    color: #FFFFFF;
}
    .std-export-btn i {
        color: #FFFFFF !important;
        margin-right: 5px;
    }

.std-hc-blue-font {
    color: #1374BB;
}

.std-hc-whiteboard {
    border-radius: 5px;
    border: thin solid #DDDDDD;
    padding: 10px;
    margin: 0.75%;
    background-color: #ffffff;
    width: 98.5%;
    min-width: 660px;
}

    .std-hc-whiteboard .loading-state-controler {
        float: right;
    }

    .std-hc-whiteboard .options-menu-holder {
        position: relative;
        margin-bottom: 8px;
    }

        .std-hc-whiteboard .options-menu-holder .i-state-controler {
            position: absolute;
            top: 0;
            right: 0;
        }

    .std-hc-whiteboard .tabs {
        background: linear-gradient(to bottom, rgba(246, 247, 251, 0) 0%, rgba(246, 247, 251, 0) 50%, #f6f7fb 51%, #f6f7fb 100%);
    }

        .std-hc-whiteboard .tabs li {
            margin-right: 0.5%;
        }

    .std-hc-whiteboard .primary-panel {
        width: 100%;
        display: block;
        padding-bottom: 5px;
        padding-top: 5px;
        font-size: 15px;
    }

        .std-hc-whiteboard .primary-panel input {
            width: 100%;
            height: 25px;
            font-size: .775rem;
            display: inline-block;
            vertical-align: text-bottom;
        }

        .std-hc-whiteboard .primary-panel select {
            width: 100%;
            height: 25px;
            font-size: .775rem;
            display: inline-block;
            vertical-align: text-bottom;
        }

        .std-hc-whiteboard .primary-panel div {
            display: inline-block;
            margin-right: 1%;
            margin-top: 0.5%;
            margin-bottom: 0.5%;
        }

            .std-hc-whiteboard .primary-panel div.fltrs-control {
                margin-right: 0.5%;
                margin-left: 0.5%;
                vertical-align: middle;
            }

            .std-hc-whiteboard .primary-panel div.label {
                cursor: pointer;
            }

            .std-hc-whiteboard .primary-panel div.input {
                width: 20%;
            }

            .std-hc-whiteboard .primary-panel div.state-controller {
                display: inline-block;
                float: right;
            }

    .std-hc-whiteboard .secondary-panel {
        width: 100%;
        display: block;
        padding-bottom: 5px;
        overflow-x: auto;
    }

        .std-hc-whiteboard .secondary-panel .internal-options {
            margin: 4px 0 2px 0;
            display: block;
            width: 100%;
        }

        .std-hc-whiteboard .secondary-panel button {
            margin: 0 3px 0 0;
        }

        .std-hc-whiteboard .secondary-panel .next-page {
            width: 100%;
            text-align: center;
            cursor: pointer;
            clear: both;
            font-size: 20px;
        }

body {
    background-color: #F7F7F7;
    height: 100%;
    font-size: 0.8em;
    color: #68696C;
}

.nav-link.active {
    color: #1374BB !important;
    cursor: pointer;
}

.nav-link.live {
    border-color: #dee2e6 #dee2e6 #e6e6e6;
    cursor: pointer;
    background: #ffffff;
}

.nav-link.off {
    background-color: #b5b5b5;
    border-color: #dee2e6 #dee2e6 #e6e6e6;
    cursor: pointer;
    color: #ffffff;
}

.nav-link.on {
    background-color: #e6e6e6;
    border-color: #dee2e6 #dee2e6 #e6e6e6;
    cursor: pointer;
}

i.active {
    color: #DDDDDD !important;
    cursor: pointer;
}

i.fas {
    color: #1374BB;
    cursor: pointer;
}

    i.fas.summary-all {
        color: #DDDDDD !important;
        cursor: pointer;
    }

i.far {
    color: #1374BB;
    cursor: pointer;
}

    i.far.summary-all {
        color: #DDDDDD !important;
        cursor: pointer;
    }

i.fa {
    color: #1374BB;
    cursor: pointer;
}

    i.fa.summary-all {
        color: #DDDDDD !important;
        cursor: pointer;
    }

bottombar {
    width: 100%;
    height: 100px;
    background-color: #E6E6E6;
    border-top: thin solid #707070;
    text-align: center;
}

    bottombar span {
        width: 30%;
        height: 100%;
        color: #363636;
        display: inline-block;
        font-size: 20px;
    }

.main {
    width: 100%;
    height: 80%;
    margin-top: 75px;
    margin-bottom: 125px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px;
}

span.text-show-results {
    color: #1374BB;
    font-weight: bold;
    font-size: 11px
}
