﻿/* 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;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

/*.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}*/

.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;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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: 60px;
}*/
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}



/* Login style*/
.login {
    background-color: #393284;
    color: #FFF;
    height: 100vh;
    margin-bottom: 0;
}

.error-message {
    text-align: center;
}

.form-label-group {
    margin-bottom: 15px;
}

form.form-signin {
    max-width: 400px;
    margin: 0 auto;
}

.login.container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.resetpass a {
    color: #fff;
}

button.btn.btn-lg.btn-primary.btn-block {
}

button.btn.btn-lg.btn-primary.btn-block {
}

button.btn.btn-md.btn-primary.btn-block {
    width: auto;
    display: block;
    margin: 0 auto;
    padding: 8px 50px;
    border-radius: 50px;
    color: #393284;
    background: #D2D2D2;
    border: none;
}

input.form-control {
    border-radius: 50px;
}


/* Investment portfolion style*/

.user-profile {
    display: flex;
    align-items: center;
}

.user-profile-img {
    flex: 0 0 40%;
    background: white;
    padding: 5px;
    margin-right: 5px;
    border-radius: 10px;
}

header img {
    max-width: 100%;
    height: auto;
}

header {
    padding: 15px;
    overflow: hidden;
}

.user-profile-img {
}

.user-profile-name {
    font-size: 9px;
}

.header-row {
    align-items: center;
}

/*Investment portfolio style*/

header {
    background: #393284;
    color: #FFF;
}

.portfolio-container {
    color: #393284;
}

.portfolio h1 {
    color: #393284;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.portfolio-value .title {
    color: #393284;
    font-size: 25px;
    line-height: 10px;
}

.portfolio-value .value {
    color: #393284;
    font-size: 35px;
}

.portfolio-value .date {
    color: #393284;
    font-size: 12px;
    font-weight: 500;
}

.portfolio-gain-to-date .title {
    color: #28a745;
}

.portfolio-gain-to-date .value {
    color: #28a745;
    font-size: 25px; /* font-weight: 600; */
}

.portfolio-gain-to-date .date {
    color: #393284;
    font-size: 12px;
    font-weight: 500;
}

.comparison h2 {
    color: #393284;
    font-size: 12px;
}


.portfolio-value {
    margin-top: 20px;
}

.btn-group.show {
    /* width: 30px; */
}

.btn-xl {
    width: 100px;
}

button.btn.btn-secondary.dropdown-toggle.btn-xl {
    width: 50%;
}

select.form-select.form-select-lg.mb-3 {
    border-radius: 10px;
    width: 50px;
    width: 250px;
    height: 30px;
    background: #393284;
    color: #FFF;
    font-weight: 600;
}

.comparison {
}


/*Product Details Investments*/

.investment-info.header {
    color: #393284;
    font-size: 12px;
    font-weight: 500;
    margin-top: 20px;
}


.investment-info .label {
    color: #393284;
    font-size: 12px;
    font-weight: 600;
    margin-top: 20px;
}


.investment-info .value {
    font-style: normal;
    font-size: smaller;
    font-weight: 600
}


/*Media query*/

@media(min-width: 1024px) {
    .user-profile-img img {
        max-width: 125px;
    }

    .user-profile-img {
        flex: inherit
    }

    .user-profile-name {
        font-size: 15px;
        margin-left: 5px;
    }

    .header-logo img {
        max-width: 240px;
    }

    .header-logo {
        text-align: right
    }

    header {
        padding: 25px 0
    }

    .investment-info-header .header-logo img {
        max-width: 200px;
    }

    .investment-info .user-profile-img img {
        max-width: 90px;
    }

    a.user-signout {
        margin-left: 50px;
    }

    .error-message {
        text-align: center;
    }

    button#pauseplay {
        margin-bottom: 10px;
    }
}

.progress-bar {
    /* background-color: red; */
}

.progress {
    background-color: #393284;
    margin-bottom: 10px;
}

.comparison h2 {
    margin-bottom: 15px;
}

.portfolio-gain-to-date {
    margin: 15px 0;
}

.comparison .title {
    color: #393284;
    font-size: 15px;
    margin-bottom: 15px;
}

a.user-signout {
    margin-right: 40px;
}

.investment-info-header .user-profile-img {
    background: none;
    flex: 0 0 70%;
}

.investment-info .user-profile-img {
    background-color: #393284;
}

.investment-info .header-row {
    margin-top: 15px;
}


.investment-info .user-profile img {
    max-width: 55px;
}

investment-info .user-profile-name {
    font-size: 10px;
}


/*Style for Product Details  Accordion*/

.card-header .btn-link {
    text-align: left;
    display: block;
    width: 100%;
    position: relative;
    color: #393284;
    font-weight: bold;
}

    .card-header .btn-link:after {
        content: "+";
        position: absolute;
        right: 5px;
        font-size: 30px;
        top: -9px;
        font-weight: bold;
    }

    .card-header .btn-link[aria-expanded="true"]:after {
        content: "-";
    }

    /*Style for Racing Graph and Slider*/

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .slider:hover {
        opacity: 1;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 10px;
        background: #04AA6D;
        cursor: pointer;
    }

    .slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        background: #04AA6D;
        cursor: pointer;
    }

button#pauseplay {
    margin-bottom: 10px;
}
