html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background: #000;
}

a {
    color: #25DC8E !important;
}

.hide {
    display: none;
}

canvas {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color:#ffffff;
}

.h2, h2, .h3, h3, h5 > svg {
    color: #25DC8E;
}

.text-bold {
    font-weight: 700;
}

.bg-success {
    background-color: #25DC8E !important;
}

.btn-success {
    background-color: #25DC8E !important;
    color: #000;
}

.text-success {
    color: #25dc8e !important;
}

.card-header.bg-success h6 {
    color: #000;
    margin:0px;
    padding: 10px 0px;
}

#bgwrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.btn-outline-success {
    color: #25DC8E;
    border-color: #25DC8E;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #25DC8E;
        border-color: #25DC8E;
    }

.card-wrap {
    color: #fff;
}

.card {
    background: rgba(100,200,100,.11);
    box-shadow: 0px 0px 1px 1px #25DC8E;
    color: #fff;
    border-radius:0px;
}

.card-header {
    border-radius: 0px !important;
}

.card-flex {
    height: 93%;
}

.list-group-item {
    color: #fff;
    background-color: transparent;
}

input.form-control:focus, .form-select:focus {
    color: #000;
    background-color: #fff;
    border-color: #25DC8E;
    outline: 0;
    box-shadow: 0 0 5px 2px rgba(0, 80, 0, 1);
}

.form-control:disabled, .form-control[readonly], .form-select:disabled {
    background-color: rgba(0, 0, 0, .7);
    border-color:#333;
    opacity: 1;
}

#ddChains {
    top: 28px;
    border-radius: 0 0 0.25rem 0.25rem;
    width: 175px;
    border-top: 0px;
}

.btn-header {
    color: #25DC8E;
}


#sideNav {
    border-right: 1px solid #25DC8E;
}


#secWelcome {
    color: #fff;
}

.ldr {
    margin-left: 50%;
    margin-top: 20%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.ldrMsg {
    color: #25DC8E;
    top: 112px;
    position: absolute;
    width: 400px;
    left: -200px;
    font-size: 24px;
    text-align: center;
}


.dt-input {
    background: #0b160b !important;
    margin-right:10px;
}

/*--------------------------------------*/

.border-bottom {
    border-bottom: 2px solid #25DC8E !important;
}



#sideNav .list-group-item, #headerNav .list-group-item {
    padding: 1rem 1rem;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    border: 1px solid rgba(0, 0, 0, .125);
}

    #sideNav .list-group-item.active, #headerNav .list-group-item.active {
        color: #000;
        background-color: #25DC8E;
        border-color: #25DC8E;
    }


@media (max-width: 576px) {

    .col-xs-hide {
        display: none;
    }

    .col-xs-show {
        display: block;
    }
}

@media (max-width: 768px) {

    .col-sm-hide {
        display: none;
    }

    .col-sm-show {
        display: block;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
        display: none !important;
        flex-basis: auto;
    }
}


/*--------------------------------------*/

.tab-pane {
    position: relative;
}

/*--------------------------------------*/


.slideWrap {
    width: 100%; /* Width of the outside container */
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #04AA6D;
        cursor: pointer;
    }

    .slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #04AA6D;
        cursor: pointer;
    }


/*--------------------------------------*/

.modal-content {
    box-shadow: 0px 0px 70px 17px #4080ff;
    background-color: rgba(0, 0, 0, .90);
    color: #fff;
    margin-top: 220px;
}

#lockRange::-webkit-slider-thumb {
    background: #4080ff;
    height: 20px;
    width: 20px;
    box-shadow: 0px 0px 20px 3px #4080ff;
    margin-top: -20px;
    border-radius: 2px;
}

#lockRange {
    background: #4080ff;
    box-shadow: 0px 2px 8px 2px #4080ff;
    height: 1px;
}

    #lockRange::-moz-range-thumb {
        background: #4080ff;
        box-shadow: 0px 2px 8px 3px #4080ff;
    }

    #lockRange::-ms-thumb {
        background: #4080ff;
    }

-webkit-slider-thumb:active {
    background-color: #4080ff;
    box-shadow: 0px 0px 10px 3px #4080ff;
}

-webkit-slider-thumb,
#lockRange:focus::-webkit-slider-thumb,
#lockRange:focus::-moz-range-thumb,
#lockRange:focus::-ms-thumb {
    box-shadow: 0px 0px 10px 3px #4080ff;
}


.prop-dd {
    cursor:pointer;
}

/*--------------------------------------*/
.dt-search, .dt-length, .dt-info, .dt-paging {
    color: #fff !important;
}

/*--------------------------------------*/

.highcharts-background {
    fill: rgba(0,0,0,.3);
}

.highcharts-title {
    color: #ffffff !important;
    fill: #ffffff !important;
    font-weight:500 !important;
    font-size: 26px!important;
}

.highcharts-root text {
    color: #ffffff !important;
    font-size: 0.8em;
    fill: #ffffff !important;
}