nav {
    background-color: #191919;
    color: white;
}

body {
    background-image: linear-gradient(to bottom, #2e3035, #474a51);
    padding-top: 70px;
    /*2e3035*/
    /*212529*/
    /*030303*/
}

.navbar {
    -webkit-box-shadow: 0 8px 6px -6px #000;
    -moz-box-shadow: 0 8px 6px -6px #000;
    box-shadow: 0 8px 6px -6px #000;
}

.navbar-toggler {
    background-color: #212529;
}

.dropdown-item:hover {
    background-color: #15cd72;
    color: #fff;
}

.dropdown-item.active {
    background-color: #15cd72 !important;
    color: #fff;
}

@media (max-width: 768px) {
    #withdraw-alert {
        display: none;
    }
}

@media (max-width: 1000px) {
    #withdraw-alert {
        font-size: 10px;
    }
}

a#navbarBrand.navbar-brand {
    color: #fff;
}

a#navbarBrand.navbar-brand:hover {
    color: #15cd72;
}

@media (min-width:500px) {
    /*body{
        padding-top:85px !important;
    }*/
}

@media (max-width: 968px) {

    /*body {
        padding-top: 100px;
    }
    */
    #marqueeScrollText {
        padding-top: 50px !important;
    }

    /*#activeOnlineNavBar {
        display: none !important;
    }*/
    #activeMemickNavBar {
        display: none !important;
    }

    #navbarMasterParent {
        max-height: 2000px !important;
    }

    ul.navbar-nav>li {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
}

#activeOnlineNavBar:hover {
    color: #fff;
}

#activeOfflineNavBar:hover {
    color: #fff;
}

#activeOnlineNavBar {
    color: #000;
}

#activeOfflineNavBar {
    color: #000;
}

.table td {
    padding: 0px;
    vertical-align: middle;
    border-top: 0px;
}


/* make scrollbar transparent */

::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}


/*TEXT SCROLL*/

div.marquee {
    overflow: hidden;
}

div.marquee>div.marquee-text {
    white-space: nowrap;
    display: inline;
    width: auto;
}

img.card-img-top.img-thumbnail {
    background-color: transparent !important;
    color: transparent !important;
    padding: 0px !important;
    border: none;
}

div#card:hover {
    border: 1px solid white;
}

#card {
    background-color: #191919 !important;
}

div#activityContainer:hover {
    border: 1px solid white !important;
}

div#stockLeaderContainer:hover {
    border: 1px solid white !important;
}

div#topStocksContainer:hover {
    border: 1px solid white !important;
}


/*tooltip*/


/*TOOLTIP BACKGROUND COLOR*/

.tooltip .tooltip-inner {
    background-color: #6c757d;
}

.tooltip .arrow::before {
    border-top-color: #6c757d;
}

.tooltip .arrow::after {
    border-top-color: #6c757d;
}

.tooltip .arrow::before {
    border-bottom-color: #6c757d;
}

.tooltip .arrow::after {
    border-bottom-color: #6c757d;
}


/*pulled from v4alpha*/

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem
}

.bd-callout h4 {
    margin-top: 0;
    margin-bottom: .25rem
}

.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout-info {
    border-left-color: #5bc0de
}

.bd-callout-info h4 {
    color: #5bc0de
}

.bd-callout-warning {
    border-left-color: #f0ad4e
}

.bd-callout-warning h4 {
    color: #f0ad4e
}

.bd-callout-danger {
    border-left-color: #d9534f
}

.bd-callout-danger h4 {
    color: #d9534f
}

.btn-primary:active,
.btn-primary:hover {
    background-color: #15cd72;
    border-color: #6c757d;
    color: white;
}

.btn-primary {
    background-color: #15cd72 !important;
    border-color: #6c757d !important;
    color: white !important;
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: #15cd72;
    border-color: #6c757d;
    color: white;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}


.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #15cd72;
    border-color: #6c757d;
    color: white;
}