.main_menu>ul>li>a {
    border-radius: 6px;
}
.main_menu>ul>li>a.active {
    background-color: #0A9FE3;
    color:#FFF;
}

.typeahead__field {
    color: #FFFFFF;
}
.typeahead__container {
    position: relative;
    font: 12px Lato,"Helvetica Neue",Arial,Helvetica,sans-serif;
}
.typeahead__container .typeahead__field input {
    padding: 9px;
    border-radius: 5px;
    border-color: #385068;
    background-color: #2F3955;
    color:#FFF;
    font-size: 12px;
    font-family: 'Montserrat';
}
ul.typeahead__list {
    border-radius: 5px;
    border:0px;
}

.close {
    color:#FFF;
    opacity: 0.8;
}
.close:hover {
    color:#FFF;
    opacity: 1;
}
.navbar-brand {
    font-weight: 500;
}

.panel-default {
    border-radius: 10px;
}
.panel-heading {
    padding:20px 15px;
    border-radius: 10px 10px 0 0 !important;
}
.panel-divider {
    font-weight: bold;
    padding: 15px;
    font-size: 18px;
}
.panel-list-padding td:first-child{
    padding-left: 15px;
}
.panel-list-padding td:last-child{
    padding-right: 15px;
}
.modal-body .panel-divider {
    padding-left: 0 !important;
}
.nft-avatar {
    width: 150px; height: 150px;
    background-size: cover;
    background-position: center center;
    border-radius: 100px;
    display: inline-block;
    border:2px solid #FFF;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}
.blurryJumboHolder {
    height: 250px;
    overflow: hidden;
}
.blurryJumbo {
    height: 120%;
    width: 110%;
    margin-top: -2%; margin-left: -2%;
    background-size: cover;
    background-position: center center;
    filter: blur(6px);
    -webkit-filter: blur(16px);
    opacity: 1;
}
.blurryJumboHolder {
    margin:-15px;
    margin-top: -20px;
    margin-bottom: -75px;
}

.goBack {
    position: absolute;
    left:15px; top:15px;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    cursor: pointer;
    color:#FFF;
    font-size: 18px;
    z-index: 20;
}
.goBack {
    color:#FFF !important;
}

.importantModalHolder {
    background: linear-gradient(32deg, rgba(167,48,255,1) 0%, rgba(77,247,139,1) 100%);
    padding:1px;
    border-radius: 5px;
}
.importantModal {
    border-radius: 5px;
    background-color: #1E2740;
}

.nav-tabs-inpage {
    border-bottom:1px solid #212B46;
    margin-bottom: 10px;
}


.fc-header-toolbar {
    padding: 20px;
    margin-bottom: 0 !important;
}
.fc-button-active {
    background-color: #079FE3 !important;
}
.fc-prev-button, .fc-next-button {
    background-color: transparent !important;
    padding-left:0 !important; padding-right: 0 !important;
    border:0 !important;
}
.fc-timegrid-event {
    cursor: pointer;
}
.fc-theme-standard .fc-list-day-cushion {
    background-color: #2F3955;
}
.fc-list {
    border-color: #2F3955 !important;
}
.fc .fc-list-event {
     cursor: pointer;
}
.fc .fc-list-event:hover td {
    background-color: #2F3955;
}
.fc-timegrid-event-harness-inset .fc-timegrid-event {
    box-shadow: none;
}


.note-editor.note-frame .note-editing-area .note-editable {
    background-color: #2F3955;
    color:#FFF;
}
.note-editor.note-frame .note-statusbar {
    background-color: #2F3955;
}

.noteCard {
    background-color: #2F3955;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.2s;
    transform: scale(1);
    margin-bottom: 10px;
}
.noteCard.active {
    background-color: #079FE3;
}
.noteCard:hover {
    transform: scale(1.02);
}
.noteCard .title {
    font-weight: bold;
}
.noteCard .date {
    font-size: 11px;
    opacity: 0.5;
}
[data-quickedit] .checkbox {
    margin: 0; padding: 0;
}
[data-quickedit] > a {
    color:#FFF;
}



.form-control {
    border-radius: 4px;
}

[data-quickedit] .editFieldButton {
    transition: all 0.2s;
    opacity: 0;
}
[data-quickedit]:hover .editFieldButton {
    opacity: 1;
}


.highcharts-credits {
    opacity: 0 !important;
}



.wallet-panel {
    cursor: pointer;
    transition: all 0.2s;
    transform: scale(1);
}
.wallet-panel:hover {
    transform: scale(1.03);
}
.wallet-panel:hover {
    background-color: #2F3955 !important;
}

td.txType {
    text-transform:uppercase;
    color:#B7B7B7;
}


.rightBar.affix {
    top:10px;
}



.chooseToken {
    width:100px; height: 60px;
    border:1px solid #222B44;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    display: inline-block;
    opacity: 0.5;
    transition: all 0.2s;
    text-align: center;
}
.chooseToken:hover {
    background-color: #222B44;
}
.chooseToken.active {
    opacity: 1;
    border-color: #018FCC;
    background-color: #222B44;
}
.chooseToken div {
    font-size: 11px;
    font-weight: bold;
    margin-top: 5px;
}
.chooseToken img {
    max-height: 25px !important;
    width: auto !important;
}
.btn[data-subscription] {
    font-size: 11px;
    color:#777;
}
.btn[data-subscription] strong {
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color:#000;
}
.btn.btn-success[data-subscription],.btn.btn-success[data-subscription] strong {
    color:#FFFFFF;
}


.voteCount {
    display: inline-block;
    background-color: #2F3955;
    color:#FFF;
    font-size: 11px;
    border-radius: 20px;
    margin: 0 3px;
    padding:0 5px;
    padding-top: 3px;
    min-width: 20px;
    height: 20px;
    vertical-align: 4px;
    text-align: center;
}
.voteBtn {
    cursor: pointer;
    display: inline-block;
}

[data-vote="up"] .voteBtn.active {
    color:#3FD68F;
}
[data-vote="down"] .voteBtn.active {
    color:#F93D71;
}


#marketTransactions {
    height: calc(100vh - 160px);
    overflow: scroll;
}
.marketTransaction {
    padding: 15px;
    margin: 0;
    /*-webkit-transform: translate3d(0,0,1px);*/
    /*transform: translate3d(0,0,1px);*/
    border-bottom:1px solid #2E3956;
}
.marketTransaction[data-new] {
    display: none;
}
.marketTransaction[onclick] {
    cursor: pointer;
}
.marketTransaction[onclick]:hover  {
    cursor: pointer;
    background-color: #2E3956;
}
.marketTransaction .title {
    font-weight: bold;
}
.marketTransaction .date {
    font-size: 11px;
    color: #999;
}
.marketTransaction .marketlogo {
    margin-top: 10px;
    opacity:.5;
    width: 20px;
}
#topListed div:nth-of-type(10) ~ div {
    display: none;
}
#topSales div:nth-of-type(10) ~ div {
    display: none;
}
#topListed > div,#topSales > div {
    padding: 10px;
    border-bottom:1px solid #2E3956;
    margin: 0;
}
#topListed, #topSales {
    height: calc(50vh - 115px);
    overflow: scroll;
}
.toplistedtopsales {
    cursor: pointer;
}
.toplistedtopsales:hover {
    cursor: pointer;
    background-color: #2E3956;
}


#collectionFilter {
    overflow-y: auto;
    max-height: calc(100vh - 410px);
}
.filterInput {
    padding: 10px 15px;
    padding-bottom: 0;
}
.filterList {
    padding: 10px 15px;
    font-size: 13px;
    color: #8F9092;
    font-weight: 100;
}
.activeFilters {
    padding: 15px;
    border-bottom: 1px solid #2E3956;
    display: none;
}
.projectsFilters .btn {
    margin-right: 10px;
}




#listedTable {

}
.scrollable_table {
    overflow-y: auto;
    max-height: calc(50vh - 242px);
}
.scrollable_table th {
    z-index: 100;
}
.tracker_scrollable {
    max-height: calc(100vh - 165px);
}
.home_scrollable {
    max-height: calc(50vh - 160px);
}
.scrollable_table thead th {
    position: sticky;
    top: 0;
    background-color: #212B46;
}
.table>thead>tr>th.active {
    background-color: #212B46;
    color:#0A9FE3;
}


.topTrackerCard {
    background-color: #212C46;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    transform: scale(1);
    transition: all 0.1s;
}
.topTrackerCard:hover {
    transform: scale(0.97);
}
.topTrackerCard img {
    width: 55px; height: 55px;
}
.topTrackerCard .background {
    position: absolute;
    top:0; left:0;
    width:100%; height: 100%;
    z-index: 0;
    opacity: 0.2;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
}
.topTrackerCard .blur {
    position: absolute;
    top:0; left:0;
    width:100%; height: 100%;
    z-index: 1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
}
.topTrackerCard .info {
    padding: 15px;
    z-index: 2;
    padding-bottom: 65px;
}

.topTrackerCard .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.topTrackerCard .graph {
    position: absolute;
    left:0; bottom:0;
    width: 100%;
    height: 50%;

    z-index: 3;
    border-radius: 0 0 10px 10px;
}
.topTrackerCard .trackerSpecs {
    position: absolute;
    left:15px; bottom:15px;
}




.alphaCard {
    background-color: #212C46;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    transform: scale(1);
    transition: all 0.1s;
}
.alphaCard:hover {
    transform: scale(0.97);
}
.alphaCard img {
    width: 55px; height: 55px;
}
.alphaCard .background {
    position: absolute;
    top:0; left:0;
    width:100%; height: 100%;
    z-index: 0;
    opacity: 0.2;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
}
.alphaCard .blur {
    position: absolute;
    top:0; left:0;
    width:100%; height: 100%;
    z-index: 1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
}
.alphaCard .info {
    padding: 15px;
    z-index: 2;
    padding-bottom: 65px;
}

.alphaCard .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}

.alphaCard .subtitle {
    font-size: 12px;
    margin-bottom: 10px;
    color:#B2B3B3;
}
.alphaCard .shortText {
    line-height: 19px;
    margin-bottom: 20px;
    font-style: italic;
}
.alphaCard .subtitle img {
    width: 15px; height: 15px;
    display: inline-block;
    vertical-align: -2px;
}

.alphaCard .graph {
    position: absolute;
    left:0; bottom:0;
    width: 100%;
    height: 50%;

    z-index: 3;
    border-radius: 0 0 10px 10px;
}
.alphaCard .trackerSpecs {
    position: absolute;
    left:15px; bottom:15px;
}


.modal-alphacall .info .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}

.modal-alphacall .info .subtitle {
    font-size: 12px;
    margin-bottom: 20px;
    color:#B2B3B3;
}

.alphaList .text {
    font-style: italic;
}






.rafffleCard {
    background-color: #212C46;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    transform: scale(1);
    transition: all 0.1s;
}
.rafffleCard:hover {
    transform: scale(0.97);
}
.rafffleCard img {
    width: 55px; height: 55px;
}
.rafffleCard .background {
    position: absolute;
    top:0; left:0;
    width:100%; height: 100%;
    z-index: 0;
    opacity: 0.2;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
}
.rafffleCard .blur {
    position: absolute;
    top:0; left:0;
    width:100%; height: 100%;
    z-index: 1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
}
.rafffleCard .info {
    padding: 15px;
    z-index: 2;
    /*padding-bottom: 65px;*/
}

.rafffleCard .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}
.rafffleCard .trackerSpecs {
    padding-top: 15px;
}
#rafffleCarousel {
    margin-bottom: 15px;
}


.referralCode {
    font-family: 'Courier New',sans-serif;
    font-size: 36px;
    color:#FFF;
    padding:10px 20px;
    border:1px solid #39425A;
    border-radius: 5px;
    cursor: pointer;
}
.referralURL {
    font-family: 'Courier New',sans-serif;
    font-size: 14px;
    color:#FFF;
    padding:10px 20px;
    border:1px solid #39425A;
    border-radius: 5px;
    cursor: pointer;
}


li.li-group-drop-item {
    padding:15px 0 !important;
    height: 43px !important;
    background-color: #2E3956 !important;
    display: block;
}
.ui-sortable-helper {
    background-color: #2E3956 !important;
}
.walletlists {
    position: relative;
}
.walletlists > li {
    cursor: pointer;
}
#walletgrouppanels .panel-heading {
    cursor: pointer;
}
.panel-drop-item {
    border: 1px solid #212B46;
    border-radius: 10px;
    margin-bottom: 18px;
}


.articleCard {
    background-color: #222B44;
    border-radius: 10px;
    transition: all 0.2s;
    transform: scale(1);
    cursor: pointer;
}
.articleCard:hover {
    transform: scale(0.97);
}

.articleCard .header, .articleCard .info {
    padding: 15px;
}
.articleCard .info .date {
    font-size: 12px;
}
.articleCard .info .title {
    font-size: 18px;
    font-weight: 500;
    padding:10px 0;
}
.articleCard .info .description {

}

.tweetCard {
    background-color: #222B44;
    border-radius: 10px;
    transition: all 0.2s;
    transform: scale(1);
    cursor: pointer;
}
.tweetCard:hover {
    transform: scale(0.97);
}
.tweetCard .header, .tweetCard .tweet, .tweetCard .stats {
    padding: 15px;
}
.tweetCard .media-object {
    width: 40px !important;
    height: 40px !important;
}
.tweetCard .tweet {
    border:1px solid #2F3955;
    border-radius: 5px;
    padding: 10px;
    margin: 0 15px;
}



.projectItem {

}
.projectItem .websites {
    padding-bottom: 15px;
    font-size: 11px;
}
.projectItem .websites:not(:empty) {
    margin-top: 10px;
}
.projectItem .websites a {
    margin-right: 10px;
}
.projectItem .calendarTitle {
    font-size: 12px;
    display: inline-block;
    font-weight: 300;
    padding-left: 10px;
}