﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(229,126,118, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.tickerctrl {
    margin-top: 10px;
    margin-bottom: 10px;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn-purple {
    color: #fff;
    background-color: #8386b7;
    border-color: #8386b7;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 250px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}




@media (min-width: 576px) {
}


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

}


@media (min-width: 992px) {



}


@media (min-width: 1200px) {



}


.ssblue {
    color: #92B2F2;
}
.sslight {
    color: #8386b7;
}

.sslightgreen {
    color: #bfddb1;
}

.sslightred {
    color: #e57e76;
}

.sslogor {
    color: #e57e76;
}
.sslogog {
    color: #bfddb1;
}
.sslogof {
    color: #292b2c;
}

.sslogop {
    color: #bfddb1;
    stroke: #bfddb1;
    stroke-width: 2;
}

#sslogo {

}
.sslogod {
    color: #292b2c;
    stroke: #292b2c;
    fill: #292b2c;
}
#sslogo:hover .sslogor {

}
#sslogo:hover .sslogog {

}
#sslogo:hover .sslogop {
    filter: hue-rotate(45deg);
    stroke: #8386b7;
    stroke-width: 5;
}


.alert-custom {
    background-color: #e57e76;
    color: #FFF;
}

.navbar-custom {
    background-color: #292b2c;
}
    .navbar-custom:hover .sslogor {
        stroke: #e57e76;
        stroke-width: 5;
    }
    .navbar-custom:hover .sslogog {
        stroke: #bfddb1;
        stroke-width: 5;
    }




.nav-item-custom {
    color: #bfddb1;
    padding: 10px;
}
.nav-item-custom:hover {
    color: #e57e76;
    text-decoration: none;
}

#conames {
    position: absolute;
    width: 370px;
    background-color: #8386b7;
    z-index: 1000;
    color: #FFF;
    border: 1px solid #292b2c;
    border-radius: 10px;
}
#ticksuggest {
    list-style-type: none;
    width: 100%;
    font-family: sans-serif;
    font-size: 14px;
    padding: 0;
}
.ticksel {
    width: 100%;
    height: 50px;
    padding-bottom: 10px;
}
    .ticksel:nth-of-type(odd) {
        background: #565878;
    }

    .ticksel:hover {
        font-weight: bold;
        cursor: pointer;
        background-color: #323232;
    }



.schEx, .schPrice, .schRank {
    font-size:10px;
}
.schPrice, .schRank {
    text-align: right;
}


.tickerinput {
    background-color: #e57e76;
    border: 0;
    width: 70px;
    height: 25px;
}
.tickerinput:focus {
        background-color: #bfddb1;
        font-weight:bold;
        color:#FFF;
    }

.tickerinput::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}

.tickerinput:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}

.tickerinput::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}

.tickerinput:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}

.tickerinput::placeholder { /* Recent browsers */
    text-transform: none;
}


.btn-ssgreen {
    background-color: #bfddb1;
    color: #292b2c;
}
.btn-ssred {
    background-color: #e57e76;
    color: #292b2c;
}


.tooltip-ticker, .tooltip-price {
    font-weight: bold;
    font-size: 18px;
}

.tooltip-ticker {
    text-align: left;
    padding-top: 10px;
    margin-left: 10px;

}

.tooltip-price {
    text-align: right;
    padding-top: 10px;
}

.tooltip-change {
    text-align: right;
}

.tooltip {
    position: absolute;
    text-align: center;
    color: #FFF;
    width: 250px;
    height: 75px;
    padding: 2px;
    font: 12px sans-serif;
    background: #8386b7;
    border: 0;
    border-radius: 8px;
    pointer-events: none;
}

.cls-5 {
    color: #5f4b8c;
}

rect {

    stroke: white;
}


#tree {
    width: 1350px;
}

#chart {
    width:350px;
    height: 300px;
}

.charts {
    padding-top:10px;
}



