﻿body {
    padding-bottom: 20px;
    background-color: #141a1f;
    color: white;
    font-family: mainFont;
}

button {
    color: white;
}

.navbar-currency {
    float: right;
}

.onArchive {
    cursor: pointer;
}

.onDelete {
    cursor: pointer;
}

.onDeleteSold {
    cursor: pointer;
}

.navbar-profile {
    float: right;
}

.navbar-nav > li {
    float: none;
    display: table-cell;
    text-align: center;
}

@font-face {
    font-family: 'Overpass', sans-serif !important;
}

.container {
    background-color: #141a1f;
    border-style: solid;
    border: none;
}

.footer-container {
    border: none;
}

.footer-container-bottom {
    border: none;
    color: #78828d;
    font-size: 11px;
}

.navbar-collapse {
    max-height: 340px;
    background-color: #141a1f;
}

.navbar {
    margin-bottom: 0;
    background-color: #141a1f;
}

.main-container {
    padding-left: 0;
    padding-right: 0;
}

.footer-container-style {
    background-color: #0d1013;
    border-top: #16222b 1px solid;
    border-bottom: #16222b 1px solid;
}

.navbar-brand {
    padding: 0px;
}

    .navbar-brand > img {
        height: 100%;
        display: block;
        width: 50px;
    }

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    font-size: 12px;
    padding-left: 5px;
    margin-left: 10px;
    margin-right: 5px;
    margin: 1px;
    list-style: none;
    background-color: #16222b;
    border: 2px solid #141a1f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    cursor: pointer;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: black;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}



.portfolio-container {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
}

.portfolio-input {
    background-color: white !important;
    color: #16222b !important;
}

.modal-image {
    float: left;
    width: 40px;
    text-align: center;
}

input[type=text] {
    background-color: #16222b;
    color: white;
    border-radius: 0;
    border-color: #1e2b34;
}

input[type=number] {
    background-color: #16222b;
    color: white;
    border-radius: 0;
    border-color: #1e2b34;
}

.loading {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.switcher-item {
    cursor: pointer;
    margin-top: 30px;
    border: 0;
    margin-left: 10px;
    background-color: #16222b;
}

.switcher-active-item {
    border: 0;
    margin-left: 10px;
    background-color: #141a1f;
}

#submitButton {
    font-family: FontAwesome;
    background-color: #141a1f;
    border: none;
}

.itemHref {
    color: white;
}

.btn.btn-square {
    border-radius: 0;
}

#currency {
    border-radius: 0;
    height: 30px;
}

.btn.btn-primary {
    border-radius: 0;
}

.steamLogin {
    padding-top: 15px;
}

.currencyDropdown {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 0;
}

.currencySuffix {
    display: inline-block;
}

.currencyPrefix {
    float: left;
}

.currency {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.currencyContainer {
    background-color: #141a1f;
    color: white;
    border-color: #16222b;
    font-size: 12px;
}

.admin-input {
    background-color: #141a1f;
    color: white;
    border-color: #16222b;
}

.filterContainer {
    background-color: #16222b;
    color: white;
    border-color: #16222b;
    margin-top: 5px;
    font-size: 12px;
}

.price-info {
    margin-top: 3px;
}

.item-container-hr {
    margin: 2.5px;
    border-color: grey;
}

.priceContainer {
    background-color: #16222b;
    color: white;
    border-color: #16222b;
    margin-top: 5px;
    font-size: 12px;
}

.add-portfolio-btn {
    background-color: #141a1f;
    color: white;
    border-color: #16222b;
    margin-bottom: 5px;
    font-size: 12px;
}

.new-portfolio-btn {
    background-color: #16222b;
    color: white;
    border-color: #141a1f;
    margin-bottom: 40px;
    margin-right: 50px;
    font-size: 12px;
}

.add-portfolio-btn:hover {
    color: grey;
}

.view-steammarket-btn {
    text-align: center;
    background-color: #141a1f;
    color: white;
    border-color: #141a1f;
    margin-top: 25px;
    font-size: 12px;
}

    .view-steammarket-btn:hover {
        color: grey;
    }

.refresh-btn {
    background-color: transparent
}

    .refresh-btn:hover {
        color: grey;
    }

.portfolio-body {
    background-color: #16222b;
    border: none;
}

.portfolio-panel {
    background-color: #141a1f;
}

.header-block {
    background-color: #16222b;
    border-left: 1px solid #16222b;
    border-right: 1px solid #16222b;
    border-bottom: 1px solid #16222b;
    padding-bottom: 40px
}

.header-block-mb {
    padding-bottom: 180px !important;
}

.header-padding {
}

@media (max-width: 850px) {
    .intro {
        padding: 0 !important;
        background-image: linear-gradient(to bottom right, rgba(30, 43, 52, 0.8), rgba(255, 255, 255, 0.1));
        padding-top: 15px;
        height: 500px;
        margin-bottom: 10px;
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 851px) {
    .intro {
        padding: 0 !important;
        background-image: linear-gradient(to bottom right, rgba(30, 43, 52, 0.8), rgba(255, 255, 255, 0.1));
        padding-top: 15px;
        height: 350px;
        margin-bottom: 10px;
        margin-right: -15px;
        margin-left: -15px;
    }
}

.faq-panel-body {
    background-color: #16222b;
    border-color: rgba(30, 43, 52, 0.8);
}

.faq-text {
    font-size: 13px;
}

.get-started-button {
    border-color: white;
    margin-top: 15px;
    background-color: rgba(255, 255, 255, 0.1);
}

    .get-started-button:focus {
        border-color: white;
        margin-top: 15px;
        background-color: rgba(255, 255, 255, 0.1);
    }

    .get-started-button:active:hover {
        border-color: white;
        margin-top: 15px;
        background-color: rgba(255, 255, 255, 0.1);
    }

    .get-started-button:hover {
        border-color: white;
        margin-top: 15px;
        background-color: #141a1f;
    }


.intro-text {
    font-size: 40px;
    padding-top: 100px;
    color: rgba(255,255,255, 0.7);
}

.intro-description {
    font-size: 20px;
    padding-top: 20px;
    color: rgba(255,255,255, 0.7);
}

.header-block-home {
    padding: 0 !important;
    background-color: #16222b;
    margin-top: -15px;
}

#market-info {
}

.intro-container {
    margin-left: 15px;
    margin-right: 15px;
}

.header-block-title {
    font-size: 12px;
    color: grey;
}

@media screen and (max-width: 767px) {
    .header-block-title {
        padding-bottom: 15px;
    }
}

.table th, .table td {
    border-top: none !important;
}

.table {
    color: white;
}

.item-info {
    background-color: rgba(30, 43, 52, 0.4);
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.item-panel-body {
    padding: 0;
    border: none;
}

.item-table {
    background-color: #16222b;
    margin-bottom: 10px;
    border: none;
}

.graph-container {
    background-color: #16222b;
    border: none;
}

.market-link {
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #16222b;
    border: none;
    color: white;
}

@media screen and (min-width: 990px) {
    .sidebar-container {
        padding-left: 15rem;
    }
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
}

.item-name-href {
    color: white;
}

.item-name {
    cursor: pointer;
}

.chart-container {
    background-color: #16222b;
    height: 500px;
    border-color: #16222b;
}

.chart-container-main {
    background-color: transparent;
    border-color: #141a1f;
}

.item-container {
    font-size: 12px;
}

.split-container {
    background-color: #141a1f;
    border-bottom: 1px solid #1e2b34;
}

    .split-container > td > input {
        background-color: #141a1f !important;
        border-radius: 0 !important;
        border-color: #1e2b34 !important;
    }

.table > thead > tr > th {
    border: none !important;
}

input[type="search"] {
    font-size: 12px !important;
}

.card-header {
    color: white;
    border-radius: 0 !important;
    background-color: #16222b;
    border-bottom: 1px solid #252c31;
    font-size: 13px;
}

.panel-item {
    color: white;
    background-color: #16222b;
    border: none;
    padding: 15px;
    font-size: 13px;
    margin-bottom: 15px;
}

.panel-heading-inverted {
    color: white;
    background-color: #16222b;
    border-color: white;
}

.overview-heading {
    color: white;
    border: none;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 13px;
    background-color: #141a1f;
    height: 100px;
}

.panel-heading-portfolio {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    border-bottom: 1px solid #252c31;
}

.portfolio-panel {
    border-radius: 0 !important;
}

.card-title {
    color: white;
    font-size: 15px;
    border-bottom: solid 1px grey;
    padding-top: 10px;
    height: 60px;
}

.item-card-home {
    font-size: 12px;
    color: grey;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 25px;
    margin-right: 25px;
    background-color: #141a1f;
    border-radius: 0;
}

.main-title {
    margin-left: 35px;
    margin-right: 40px;
}

.item-card {
    font-size: 12px;
    color: grey;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 3%;
    margin-right: 25px;
    background-color: #141a1f;
    border-radius: 0;
}

.bootstrap-select.btn-group .dropdown-menuc {
    background-color: #141a1f;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.search-bar {
    min-width: 500px !important;
    background-color: transparent;
    border: none;
    color: white !important;
}

@media (max-width: 990px) {
    .search-bar {
        min-width: 450px !important;
        position: relative;
        width: 30%;
        margin-bottom: 10px;
    }

    .misc-menu-items {
        float: left;
    }
}

.misc-menu-items {
    float: right;
}

#searchbar {
    padding: 8px;
}

.search-bar-results {
    margin-top: 40px;
    padding-bottom: 10px;
    background-color: #16222b;
    position: absolute;
    border: 1px solid #1e2b34;
    width: 97%;
}

.search-bar-results-modal {
    margin-top: 5px;
    padding-bottom: 10px;
    background-color: #141a1f;
    position: absolute;
    border: 1px solid #1e2b34;
    width: 90%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container--bootstrap {
    width: 100% !important;
}


    .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
        max-width: 100% !important;
    }

.select2-search {
    background-color: #141a1f;
    color: white;
}

    .select2-search input {
        background-color: #141a1f;
        color: white;
        max-width: 100% !important;
    }

.select2-results {
    background-color: #141a1f;
    color: white;
}

.select2-selection--single {
    background-color: transparent !important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    color: white !important;
}

.select2-container--bootstrap .select2-selection {
    border-color: #1e2b34 !important;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border-radius: 0;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    color: white;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: white;
}

#search-bar-item-wrapper {
    margin-left: 15px;
    margin-right: 15px;
}

.select2-container--bootstrap .select2-selection {
    border-radius: 0;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    background-color: transparent;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border: 1px solid #1e2b34 !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: white !important;
}

.select2-container--default .select2-selection--single {
    color: #16222b !important;
    background-color: #141a1f !important;
    border: 1px solid #16222b !important;
    border-radius: 1px;
}

.select2-dropdown {
    background-color: #141a1f;
    border: 1px solid #16222b !important;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    z-index: 1051;
}

#search-bar-item-wrapper > .select2-dropdown {
    background-color: #16222b;
    border: 1px solid #1e2b34 !important;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

#search-bar-item-wrapper > .select2-container--default .select2-selection--single {
    color: #141a1f !important;
    background-color: #16222b !important;
    border: 1px solid #1e2b34 !important;
    border-radius: 1px;
}

#search-bar-item-wrapper > .select2-results {
    background-color: #16222b;
    color: white;
}

#search-bar-item-wrapper > .select2-search {
    background-color: #16222b;
    color: white;
}

    #search-bar-item-wrapper > .select2-search input {
        background-color: #16222b;
        color: white;
    }


.navbar, .dropdown-menu {
    background-color: #16222b;
    border: none;
}

.nav-img {
    width: 1.5rem;
}

.nav > li > select {
    border-bottom: 0px solid transparent;
}

.nav > li > a:focus, .nav > li > a:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: none;
}

.navbar a, .dropdown-menu > li > a, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .navbar-toggle {
    color: #fff;
}

.dropdown-menu {
    background-color: #16222b;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: grey;
    }

.nav li select:hover {
    border-bottom: #5cb85c 0px solid !important;
}

.navbar-toggle .icon-bar {
    color: #fff;
    background: #fff;
}


.nav-side-menu {
    overflow: auto;
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    background-color: #2e353d;
    position: fixed;
    top: 0px;
    width: 300px;
    height: 100%;
    color: #e1ffff;
}

    .nav-side-menu .brand {
        background-color: #23282e;
        line-height: 50px;
        display: block;
        text-align: center;
        font-size: 14px;
    }

    .nav-side-menu .toggle-btn {
        display: none;
    }

    .nav-side-menu ul,
    .nav-side-menu li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        line-height: 35px;
        cursor: pointer;
        /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
    }

        .nav-side-menu ul :not(collapsed) .arrow:before,
        .nav-side-menu li :not(collapsed) .arrow:before {
            font-family: FontAwesome;
            content: "\f078";
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            vertical-align: middle;
            float: right;
        }

        .nav-side-menu ul .active,
        .nav-side-menu li .active {
            border-left: 3px solid #d19b3d;
            background-color: #4f5b69;
        }

        .nav-side-menu ul .sub-menu li.active,
        .nav-side-menu li .sub-menu li.active {
            color: #d19b3d;
        }

            .nav-side-menu ul .sub-menu li.active a,
            .nav-side-menu li .sub-menu li.active a {
                color: #d19b3d;
            }

        .nav-side-menu ul .sub-menu li,
        .nav-side-menu li .sub-menu li {
            background-color: #181c20;
            border: none;
            line-height: 28px;
            border-bottom: 1px solid #23282e;
            margin-left: 0px;
        }

            .nav-side-menu ul .sub-menu li:hover,
            .nav-side-menu li .sub-menu li:hover {
                background-color: #020203;
            }

            .nav-side-menu ul .sub-menu li:before,
            .nav-side-menu li .sub-menu li:before {
                font-family: FontAwesome;
                content: "\f105";
                display: inline-block;
                padding-left: 10px;
                padding-right: 10px;
                vertical-align: middle;
            }

    .nav-side-menu li {
        padding-left: 0px;
        border-left: 3px solid #2e353d;
        border-bottom: 1px solid #23282e;
    }

        .nav-side-menu li a {
            text-decoration: none;
            color: #e1ffff;
        }

            .nav-side-menu li a i {
                padding-left: 10px;
                width: 20px;
                padding-right: 20px;
            }

        .nav-side-menu li:hover {
            border-left: 3px solid #d19b3d;
            background-color: #4f5b69;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
        }

@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

        .nav-side-menu .toggle-btn {
            display: block;
            cursor: pointer;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 10 !important;
            padding: 3px;
            background-color: #ffffff;
            color: #000;
            width: 40px;
            text-align: center;
        }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}

@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}

@media only screen and (max-width : 768px) {
    .navbar-currency {
        float: left;
    }

    .navbar-profile {
        float: none;
    }
}

.pull-right {
    float: right !important;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .navbar-currency {
        float: left;
    }

    .navbar-profile {
        float: none;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .navbar-currency {
        float: left;
    }

    .navbar-profile {
        float: none;
    }
}

body {
    background-color: #141a1f;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
}

.avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-left: 10px;
}

/*footer*/
.full {
    width: 100%;
}

.gap {
    height: 30px;
    width: 100%;
    clear: both;
    display: block;
}

.footer {
    background: #141a1f;
    height: auto;
    position: relative;
    width: 100%;
}

    .footer p {
        margin: 0;
    }

    .footer img {
        max-width: 100%;
    }

    .footer h3 {
        margin-left: 2px;
        color: #54697E;
        font-size: 16px;
    }

    .footer ul {
        font-size: 13px;
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
        margin-top: 15px;
        color: #7F8C8D;
    }

        .footer ul li a {
            padding: 0 0 5px 0;
            display: block;
        }

    .footer a {
        color: #78828D
    }

.supportLi h4 {
    font-size: 20px;
    font-weight: lighter;
    line-height: normal;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.newsletter-box input#appendedInputButton {
    background: #FFFFFF;
    display: inline-block;
    float: left;
    height: 30px;
    clear: both;
    width: 100%;
}

.newsletter-box .btn {
    border: medium none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    height: 40px;
    padding: 0;
    width: 100%;
    color: #fff;
}

.newsletter-box {
    overflow: hidden;
}


.social li {
    background: none repeat scroll 0 0 #B5B5B5;
    border: 2px solid #B5B5B5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

    .social li:hover {
        transform: scale(1.15) rotate(360deg);
        -webkit-transform: scale(1.1) rotate(360deg);
        -moz-transform: scale(1.1) rotate(360deg);
        -ms-transform: scale(1.1) rotate(360deg);
        -o-transform: scale(1.1) rotate(360deg);
    }

    .social li a {
        color: #EDEFF1;
    }

    .social li:hover {
        border: 2px solid #2c3e50;
        background: #2c3e50;
    }

    .social li a i {
        font-size: 16px;
        margin: 0 0 0 2px;
        color: #16222b !important;
    }

.footer-bottom {
    background: #141a1f;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .footer-bottom p.pull-left {
        padding-top: 6px;
    }

.item-image {
    max-width: 360px;
    width: 100%;
    max-height: 200px;
}

.buy-order-bar {
    position: absolute;
    float: right;
    width: 334.8%;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.sell-order-bar {
    position: absolute;
    width: 296%;
    top: 0px;
    left: 0px;
    bottom: 0px;
}

.order-book-item {
    position: relative;
}

.buy-orders {
    text-align: right;
    padding-right: 2px;
}

    .buy-orders > table > thead > tr > th {
        text-align: right;
    }

    .buy-orders > h3 {
        text-align: center
    }

.sell-orders > table > thead > tr > th {
    text-align: left;
}

.sell-orders {
    padding-left: 2px;
}

    .sell-orders > h3 {
        text-align: center
    }

.order-book {
    margin-top: 10px;
    background-color: #16222b;
    height: 700px;
    border-color: #16222b;
}

@media (max-width: 1200px) {
    .order-book {
        background-color: #141a1f;
        height: 1220px;
        border-color: #16222b;
    }
}

@media only screen and (max-width: 768px) and (min-width: 760px) {
    .navbar-currency {
        float: right
    }
}

@media only screen and (max-width: 768px) and (min-width: 760px) {
    .item-container {
        background-color: #141a1f;
        font-size: 12px;
        padding-top: 50px;
    }
}

.fa-sync:hover {
    color: white;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.floating-tooltip-2 {
    width: 120px;
    height: 100px;
    position: absolute;
    display: none;
    padding: 8px;
    box-sizing: border-box;
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    background-color: rgb(22, 34, 43);
    text-align: left;
    z-index: 1000;
    top: 12px;
    left: 12px;
    pointer-events: none;
    border: 1px solid rgba(255, 70, 70, 1);
    border-radius: 2px;
}

.onUpdate {
    -webkit-transition: border 0.1s linear, box-shadow 0.2s ease-in-out;
    -moz-transition: border 0.1s linear, box-shadow 0.2s ease-in-out;
    transition: border 0.1s linear, box-shadow 0.2s ease-in-out;
}

.onUpdateSold {
    -webkit-transition: border 0.1s linear, box-shadow 0.2s ease-in-out;
    -moz-transition: border 0.1s linear, box-shadow 0.2s ease-in-out;
    transition: border 0.1s linear, box-shadow 0.2s ease-in-out;
}

.formUpdated {
    border-color: green;
    -webkit-box-shadow: 0 0 5px green;
    -moz-box-shadow: 0 0 5px green;
    box-shadow: 0 0 5px green;
}

.formUpdateFailed {
    border-color: red;
    -webkit-box-shadow: 0 0 5px red;
    -moz-box-shadow: 0 0 5px red;
    box-shadow: 0 0 5px red;
}

.how-it-works-intro {
    height: 300px;
    margin-right: -15px;
    margin-left: -15px;
    background-color: #16222b;
}

.how-it-works-second {
    padding-left: 10px;
    padding-top: 50px;
    margin-right: -15px;
    margin-left: -15px;
    background-color: #0d1013;
}

.how-it-works-icon {
    font-size: 30px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #be3333;
}

.table-dark {
    background-color: #16222b;
}

.site-feature {
    padding-bottom: 100px;
}

.site-feature-description {
    padding-bottom: 30px;
    color: rgba(255,255,255, 0.7);
}

.gheader {
    text-align: center;
    padding-bottom: -30px;
}

.archive-input {
    padding-top: 15px;
}

.mx-auto {
    float: none !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.font-weight-bold {
    font-size: 20px;
    text-align: left;
}

.font-weight-normal {
    color: #EEE;
    font-size: 15px;
    text-align: left;
}

.laptop-image {
    padding-top: 75px;
    display: block;
    margin: 0 auto;
    max-height: 100% !important;
    max-width: 100% !important;
}

.dt-buttons {
    float: right;
}

.dt-button {
    background-color: #141a1f;
    color: white;
    border-width: 0;
}

#active-portfolio_filter > label {
    font-size: 15px !important;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    float: left;
}

    #active-portfolio_filter > label > input {
        background-color: #16222b;
        color: white;
        border: 1px solid #1e2b34 !important;
        width: 35vw;
    }

#active-portfolio {
    width: 100% !important;
    border-collapse: collapse;
}

#inventory-table2_filter > label {
    font-size: 15px !important;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    float: left;
}

    #inventory-table2_filter > label > input {
        background-color: #16222b;
        color: white;
        border: 1px solid #1e2b34 !important;
        width: 35vw;
    }

#inventory-table2 {
    width: 100% !important;
    border-collapse: collapse;
}

#portfolio-active_filter > label {
    font-size: 15px !important;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    float: left;
}

    #portfolio-active_filter > label > input {
        background-color: #141a1f;
        color: white;
        border: 1px solid #1e2b34 !important;
        width: 35vw;
    }

#portfolio-active {
    width: 100% !important;
    border-collapse: collapse;
}

#sold-portfolio_filter > label {
    font-size: 15px !important;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    float: left;
}

    #sold-portfolio_filter > label > input {
        background-color: #16222b;
        color: white;
        border: 1px solid #1e2b34 !important;
        width: 35vw;
    }

#sold-portfolio {
    width: 100% !important;
}

.custom-tabs {
    padding-left: 15px;
    padding-bottom: 30px;
    border-bottom: none !important;
}

    .custom-tabs > li > a {
        background-color: #141a1f !important;
        border: none !important;
        color: white !important;
    }

@media (min-width: 1201px) {
    .donut-chart-container {
        padding-top: 40px;
        height: 500px;
    }

    #donutChart {
        margin: 0 auto !important;
    }

    .portfolio-chart-container {
        float: left;
        background-color: #16222b;
        height: 500px;
        border-color: #16222b;
    }

    .donutchart-container {
        background-color: #16222b;
        border-color: #16222b;
        height: 500px;
    }
}

@media (max-width: 1200px) {
    .donut-chart-container {
        padding-top: 40px;
        height: 500px;
    }

    #donutChart {
        width: 20vw;
        margin: 0 auto !important;
    }

    .portfolio-chart-container {
        background-color: #16222b;
        height: 500px;
        border-color: #16222b;
        margin-left: 5px;
        margin-right: 5px;
    }

    .donutchart-container {
        background-color: #16222b;
        border-color: #16222b;
        height: 500px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

.tab-content {
    padding-top: 20px;
}

#tab1 {
    padding-left: 15px;
    padding-right: 15px;
}

#tab2 {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 1024px) {
    .login-warning {
        margin-top: 14vh;
        border-radius: 0 !important;
    }
}

@media (min-width: 1025px) {
    .login-warning {
        margin-top: 10vh;
        border-radius: 0 !important;
    }
}

.modal .modal-dialog {
    max-width: 650px !important;
}

.card {
    border-radius: 0;
    border: none;
}

.card-body > .item-panel-right {
    background-color: #141a1f;
}

.card-body {
    padding: 0;
}

.item-panel-right-clear {
    clear: both;
}

.item-table > tbody > tr {
    border-bottom: solid #252c31 1px;
    background-color: #16222b !important;
}


    .item-table > tbody > tr > td {
        float: right;
    }

.well-lg {
    border-radius: 0 !important;
}

/*Popular items*/
.popular-container {
    padding-left: 15px;
    padding-right: 15px;
}

.popular-searchbox {
    padding-bottom: 15px;
}

    .popular-searchbox > input {
        background-color: #16222b;
        border: 1px #1e2b34 solid !important;
        width: 500px !important;
        height: 50px;
        max-width: 100%;
    }

.popular-container > .container {
    border: none;
}

.popular-split-container {
    background-color: #141a1f;
    border-bottom: 2px solid #16222b;
}

    .popular-split-container > td {
        vertical-align: middle !important;
    }

    .popular-split-container:hover {
        background-color: #16222b;
    }

#popular-table {
    margin: 20px 0;
}

table.dataTable {
    border-collapse: collapse !important;
}

#popular-table_filter {
    padding-bottom: 50px;
}

.popular-items-heading {
    padding-bottom: 20px;
}

.star-button {
    background-color: transparent;
    border: none;
}

.popular-container {
    border: none !important;
}

.popup-content {
    margin: auto !important;
    background: #1b222b !important;
    padding: 5px !important;
    border-color: #be3333 !important;
    border-radius: 0 !important;
}

.popup-arrow {
    color: #1b222b !important;
    stroke: #be3333 !important;
}

.centered-popular-message {
    padding-top: 50px;
    padding-bottom: 50px;
}

.inventory-image {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.btn-success {
    border-radius: 0;
    background-color: #159870;
}


.btn-secondary {
    border-radius: 0;
    color: black;
}

.errors-container {
    color: #be3333;
    margin-left: 15px;
    margin-top: 5px;
}

.portfolio-button {
    background-color: transparent;
    border: none;
}

.no-items {
    margin-top: 15%;
}

.steamLogin > li > form {
    margin-bottom: 0 !important;
}

.share-portfolio {
    padding-left: 15px;
    font-size: 15px !important;
}

.MuiTypography-body1 {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 12px !important;
}

.profile-panel {
    max-width: 100% !important;
    margin-bottom: 50px;
    border: none !important;
}

.profile-button-container {
    padding-left: 15px;
}

.profile-button {
    font-size: 18px;
    padding-bottom: 5px;
    text-align: left;
}

    .profile-button:hover {
        color: white;
        text-decoration: none;
        background-color: #16222b;
    }

    .profile-button:visited {
        color: white;
        text-decoration: none;
        background-color: #16222b;
    }

    .profile-button:active {
        color: white;
        text-decoration: none;
        background-color: #16222b;
    }

.btn-link {
    color: white;
}

.dark-hr {
    border-color: #16222b;
    border: 1px !important;
}

.dark-hr-secondary {
    border-color: #141a1f;
}

.long-input {
    max-width: 100% !important;
}

.profile-header {
    color: grey;
}

.avatar-profile {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-left: 10px;
}

.profile-field {
    padding-bottom: 15px;
}

.profile-card {
    background-color: #16222b;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.profile-card-title {
    padding-left: 15px;
    padding-bottom: 15px;
    margin-top: 0 !important;
}

.disabled-form {
    background-color: #16222b !important;
    cursor: default !important;
}

table#active-portfolio tbody tr:nth-child(even):hover td {
    background-color: #1e2b34 !important;
}

table#active-portfolio tbody tr:nth-child(odd):hover td {
    background-color: #1e2b34 !important;
}

table#sold-portfolio tbody tr:nth-child(even):hover td {
    background-color: #1e2b34 !important;
}

table#sold-portfolio tbody tr:nth-child(odd):hover td {
    background-color: #1e2b34 !important;
}

table#inventory-table2 tbody tr:nth-child(even):hover td {
    background-color: #1e2b34 !important;
}

table#inventory-table2 tbody tr:nth-child(odd):hover td {
    background-color: #1e2b34 !important;
}

.popular-filter-button {
    color: white !important;
    float: right;
    font-size: 20px !important;
}

.MuiPaper-rounded {
    border-radius: 0 !important;
}

.MuiPaper-root {
    background-color: #1b222b !important;
    color: white !important;
}

.MuiMenuItem-root {
    font-size: 14px !important;
}

.MuiCheckbox-root {
    color: rgb(63, 81, 181) !important;
}

.sortable-popular-column {
    cursor: pointer;
}

.sortable-offset {
    padding-right: 5px;
    padding-left: 5px;
}

.react-datepicker {
    width: 100% !important;
    background-color: #16222b !important;
    border: none !important;
}

.react-datepicker__header {
    background-color: #16222b !important;
    border: none !important;
}

.react-datepicker__month-container {
    width: 100% !important;
}

.popular-toggle-button {
    border: 1px solid #1e2b34;
    color: white;
    height: 40px;
    margin-right: 10px;
    font-size: 15px;
    background-color: #1b222b;
}

.popular-toggle-button-active {
    border: 1px solid #1e2b34;
    color: white;
    height: 40px;
    margin-right: 10px;
    font-size: 15px;
    background-color: #159870;
}


.react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name {
    color: #fff !important;
    font-size: 1.1rem;
}

    .react-datepicker__day:hover, .react-datepicker__month-text:hover, .react-datepicker__quarter-text:hover, .react-datepicker__year-text:hover {
        background-color: #141a1f !important;
    }

.month-select {
    width: 100% !important;
    background-color: #16222b !important;
    color: white !important;
    border: none;
    margin-right: 15px;
}

.date-forward-button-left {
    padding-right: 15px;
    background-color: #16222b !important;
    color: white !important;
    border: none !important;
}

.date-forward-button-right {
    padding-left: 15px;
    background-color: #16222b !important;
    color: white !important;
    border: none !important;
}

@media only screen and (max-width: 1199px) and (min-width: 1000px) {
    .customDatePickerWidth,
    .customDatePickerWidth > div.react-datepicker-wrapper,
    .customDatePickerWidth > div > div.react-datepicker__input-container
    .customDatePickerWidth > div > div.react-datepicker__input-container input {
        width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .customDatePickerWidth,
    .customDatePickerWidth > div.react-datepicker-wrapper,
    .customDatePickerWidth > div > div.react-datepicker__input-container
    .customDatePickerWidth > div > div.react-datepicker__input-container input {
        width: 100% !important;
    }

    .month-select {
        width: 30% !important;
        background-color: #16222b !important;
        color: white !important;
        border: none;
    }

    .date-forward-button-left {
        margin-right: 50px;
        background-color: #16222b !important;
        color: white !important;
        border: none !important;
    }

    .date-forward-button-right {
        margin-left: 50px;
        background-color: #16222b !important;
        color: white !important;
        border: none !important;
    }

    .react-datepicker {
        font-size: 1.5rem !important;
        width: 100% !important;
        background-color: #16222b !important;
        border: none !important;
    }

    .react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name {
        color: #fff !important;
        width: 5rem !important;
        line-height: 5rem !important;
    }
}

.react-datepicker__day--disabled, .react-datepicker__month-text--disabled, .react-datepicker__quarter-text--disabled, .react-datepicker__year-text--disabled {
    color: #ccc !important;
}

.modal-header {
    vertical-align: middle !important;
    border: none;
    padding-top: 15px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 0 !important;
}

.modal-body {
    padding-top: 15px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 0 !important;
}

.modal-footer {
    border: none;
}

.modal-input-label {
    padding-bottom: 10px;
}

.modal-button {
    background-color: #141a1f !important;
}

.modal-textarea {
    resize: none;
    background-color: #16222b !important;
    min-width: 100%;
    border-color: #1e2b34;
    height: 150px;
    color: white;
}

.modal-button-inversed {
    padding: 0;
    float: left;
    background-color: #16222b !important;
}

.modal-disabled-field {
    background-color: #1e2b34 !important;
    max-width: 100%;
}

.modal-offset {
    padding-top: 15px;
}

.modal-offset-large {
    margin-top: 15px;
}

.modal-selectlist {
    background-color: #16222b !important;
    color: white !important;
    min-width: 100%;
    border-color: #1e2b34;
}

.customportfolio-selectlist {
    font-size: 15px;
    background-color: #141a1f !important;
    color: white !important;
    min-width: 100%;
    border: none;
    margin-bottom: 6px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.btn {
    border-color: transparent;
    border-radius: 0 !important;
    color: white !important;
    font-size: 14px;
}

.mobile-searchbar {
    margin: 0;
    position: static;
    background-color: #141a1f;
    min-width: 350px !important;
    border: none;
    color: white !important;
}

select {
    font-size: 15px;
}

.form-control {
    border-radius: 0 !important;
}

    .form-control:focus {
        background-color: #16222b;
        color: white;
    }

.portfolio-overview-container {
    background-color: #141a1f;
    border-color: #141a1f;
}

.portfolio-search-input {
    background-color: #141a1f !important;
}

.portfolio-entry {
    list-style-type: none;
    padding: 8px;
    font-size: 16px;
}

    .portfolio-entry:hover {
        background-color: #16222b;
        cursor: pointer;
    }

.portfolio-button-options {
    background-color: #16222b;
    margin-left: 1vw;
}

.portfolio-list-splitter {
    border-top: 1px solid #16222b;
}

.formatted-error {
    list-style-type: none;
}

.add-portfolio-btn-2 {
    background-color: #16222b;
}

.disabled-share-input {
    background-color: #141a1f !important;
    max-width: 100%;
}

.back-btn {
    background-color: transparent;
}

.portfolio-item {
    padding-bottom: 15px !important;
}

.portfolio-item-img {
    width: 70px;
}

.extend-btn {
    color: white;
    background-color: transparent;
    padding-left: 0px;
}

.table.dataTable tbody th, table.dataTable tbody td {
    min-width: 50px;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none !important;
}

.pagination > li > a {
    color: white;
    background-color: transparent;
    border: none;
}

.MuiPagination-ul {
    justify-content: center;
    align-content: flex-start;
    flex-direction: row;
}

.MuiPaginationItem-root {
    color: white !important;
    font-size: 15px !important;
}

.MuiPaginationItem-page.Mui-selected {
    background-color: #159870 !important;
}

.MuiPaginationItem-icon {
    width: 2em !important;
    height: 2em !important;
}

.label-offset {
    padding-top: 35px;
}

.search-img {
    float: left;
    width: 75px;
    height: 40px;
}

.search-text {
    padding-top: 10px;
}

    .search-text:hover {
        color: grey;
        cursor: pointer
    }

.search-active {
    border-color: #141a1f !important;
    box-shadow: inset 0 0px 5px rgb(0 0 0 / 5%), 0 0 5px rgb(102 175 233 / 60%) !important;
    background-color: #141a1f !important;
}

#search-active {
    margin-top: 20px;
}

.warning-symbol {
    padding-left: 5px;
    color: yellow;
}

/* Sidebar */
.sidebar {
    background-color: #16222b;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 58px 0 0; /* Height of navbar */
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
    width: 240px;
    z-index: 600;
}

@media (max-width: 991.98px) {
    .sidebar {
        width: 100%;
    }
}

.sidebar .active {
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.list-group-item {
    font-size: 14px;
    background-color: #16222b;
    color: grey;
    border: none;
}

    .list-group-item:hover {
        background-color: #141a1f;
        color: white;
    }

.list-group-item-action:focus {
    background-color: #141a1f;
    color: white;
}


thead, tbody, tfoot, tr, td, th {
    border: none;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    background-color: transparent;
    color: white;
    border: none;
}

    .nav-tabs .nav-link.active {
        background-color: transparent;
        color: white;
        border-bottom: 3px solid #16222b;
    }

.nav-tabs:focus {
    border: none;
}

.nav-divider {
    color: grey;
    font-size: 13px;
}

.item-search {
    border: 1px solid #1e2b34;
}

.mt-7 {
    margin-top: 5rem;
}

.display-container {
    background-color: #141a1f;
}

.display-container-2 {
    background-color: #16222b;
}

.display-container-text {
    font-size: 0.75vw;
}

@media screen and (min-width: 1800px) {
    .display-container-text {
        font-size: 15px;
    }
}

.accordion-button {
    color: white;
    background-color: #16222b;
}

.accordion-header {
    padding: 0;
}

.accordion-button:not(.collapsed) {
    background-color: #16222b;
    color: white;
}

.accordion-flush .accordion-collapse {
    background-color: #16222b;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-item {
    border: 1px solid grey;
}

.react-loading-skeleton {
    --base-color: #1e2b34 !important;
    --highlight-color: #16222b !important;
}

.row-skeleton {
    display: flex;
    width: 100%;
    height: 100%;
}

    .row-skeleton .left {
        margin-right: 1.5rem;
    }

    .row-skeleton .right {
        flex: 1;
    }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: white;
}
