* {
    /*font-family: Avenir,system-ui,sans-serif !important;*/
    -webkit-tap-highlight-color: transparent;
}

a:link {
    text-decoration: none;
}


#mainCanvas {
    margin-left: 80px;
}




/*body {*/
/*    background-color: black;*/
/*    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);*/
/*}*/

.headerPlaceHolder {
    width:auto;
    height: auto;
    z-index: 0 !important;
    position: relative;
}

.coinzillaBanner {
    padding-top: 32px;
    text-align: center;
}

.coinzillaBannerMarkets {
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
}


.canvas {
    position: absolute;
    /*margin-top: 122px;*/
    height: 100% ;
    width: 100% ;
    /*image-rendering: -moz-crisp-edges;*/
    /*image-rendering: -webkit-crisp-edges;*/
    /*image-rendering: pixelated;*/
    /*image-rendering: crisp-edges;*/
    /* width: 100vw !important;
    height: 100vh !important; */

}



.appBanner {
    width: 100%;
    color: white;
    padding-top: 3px;
    padding-bottom: 9px;
    border: 1px solid rgba(74, 74, 74, 0.3);
    /*background-color: rgb(49 49 49);*/
    background-color: #1d1d1d;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.appBanner:hover {
    background-color: #232323;
}

.appBanner img{
    height: 20px;
    width: auto;
    padding-right: 2px;
}

.placeholderAD {
    width: 100%;
    height: 150px;
}








/*TODO remove roller */
#lds-roller {
    /*width: 100%;*/
    height: 100%;
    margin:0 auto;
    opacity: 0.5;
    /*position: relative;*/
    position: fixed;
    left: calc(50% - 100px);
    top:calc(50% - 156px);

}




#lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
#lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #00A6FB;
    margin: -4px 0 0 -4px;
}
#lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
#lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
#lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
#lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
#lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
#lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
#lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
#lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
#lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
#lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
#lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
#lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
#lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
#lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
#lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
#lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#lds-roller {
    -webkit-transform:scale(2.5);
    -webkit-transform-origin:top left;
    -moz-transform:scale(2.5);
    -moz-transform-origin:top left;
    -ms-transform:scale(2.5);
    -ms-transform-origin:top left;
    -o-transform:scale(2.5);
    -o-transform-origin:top left;
    transform:scale(2.5);
    transform-origin:top left;
}


























.canvasBackground {
    margin-top: 110px;
    /*bottom: 98px;*/
    /*margin-top: 0px;*/
    /*width: 100%;*/
    /*height: calc(100% - 122px);*/
    /*height: calc(100% - 201px);*/

    /*height: calc(100% - 198px);*/

    width: 100%;
    z-index: 0;
    /*background: black;*/
    /*background: #0c0c0c;*/
    background: #000000;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.settingsSliderExtraInformationLeft {
    font-size: 0.8rem;
    display: inline-block;
    float: left;
}

.settingsSliderExtraInformationRight {
    font-size: 0.8rem;
    padding-right: 8px;
    padding-left: 8px;
    display: inline-block;
    float: right;
}

/* Search Mobile*/
#searchFieldMobile {
    position:absolute;
    width: 100%;
}

#myInputMobile {
    border: 0px;
    border-radius: 5px;
    font-size: 0.8rem;
    padding-right: 2rem;
    padding-left: 2rem;
    height: 30px;
    flex: 0 0 80%; /* Let it fill the entire space horizontally */
    background-color: rgb(18,18,18);
    opacity: 0.95;
    border: 1px solid rgba(74, 74, 74, 0.3);
    color: white;
    display: inline-block;


}



/*the container must be positioned relative:*/
.mobile-autocomplete {
    position: relative;
    width: 100%;
    display: flex;
    padding-top: 1rem;

}



.mobile-autocomplete-items {
    position: absolute;
    border:  1px solid rgba(74, 74, 74, 0.3);
    border-bottom: none;
    border-top: none;
    z-index: 100;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.mobile-autocomplete-items div {
    color: white;
    padding: 8px;
    /*cursor: pointer;*/
    background-color: rgb(16, 16, 16);
    border-bottom: 1px solid rgb(55,55,55);
    flex: 0 0 20%; /* Let it fill the entire space horizontally */
    margin-right: 5px;
}

/*when hovering an item:*/
.mobile-autocomplete-items div:hover {
    background-color:  rgba(74, 74, 74, 0.8);
    width: 100%;
}

/*when navigating through the items using the arrow keys:*/
.mobile-autocomplete-active {
    background-color:  rgba(74, 74, 74, 0.8) !important;
    color: white;
    width: 100%;
    padding-left: 25px;
    display: inline-block;
}


#mobile-autocomplete-image {
    width: 20px;
}

















.newFeature {
    display: inline-block;
    font-size: 9px;
    color: rgb(92,184,93);
    position:relative;
    top:-5px;
}





/*Search*/


/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
    display: inline-block;
    /*max-width: 350px;*/


}

.autocompleteSearchIcon img {
    vertical-align: middle;
    height: 16px;
    width: auto;
    /*cursor:pointer;*/
    z-index: 2;
    padding: 7px;
    /*background-color: rgb(21, 24, 28);*/
    background-color: rgb(18,18,18);
    border-left: 1px solid rgb(50, 50, 50);
    border-top: 1px solid rgb(50, 50, 50);
    border-bottom:  1px solid rgb(50, 50, 50);
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    font-size: 16px;
    margin-right: -8px ;
    display: inline-block;
}



input {
    border-right:  1px solid rgb(55,55,55);
    border-top:  1px solid rgb(55,55,55);
    border-bottom:  1px solid rgb(55,55,55);
    background-color: white;
    font-size: 16px;
}

input[type=text] {
    background-color: white;
    width: 100%;
}

.autocomplete-items {
    position: absolute;
    border-left:  1px solid rgba(65, 65, 65, 1);
    /*border-bottom: none;*/
    /*border-top: none;*/
    z-index: 200;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    width: 500px;
}

.autocomplete-items  img {
    background-color: transparent !important;
    vertical-align: middle;
    height: 1.5rem !important;
    width: 1.5rem !important;
    cursor:pointer;
    z-index: 999999999999999;
    padding: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    /*background-color: rgb(21, 24, 28);*/
    /*border:  0px solid rgba(74, 74, 74, 0.3) !important;*/
    border: 5px !important;
    font-size: 12px !important;
    display: inline-block;
}


/*.autocomplete-items div {*/
/*    color: #f1f1f1;*/
/*    padding: 8px;*/
/*    cursor: pointer;*/
/*    background-color: rgb(16, 16, 16);*/
/*    border-bottom: 1px solid rgb(55,55,55);*/
/*    flex: 0 0 80%; !* Let it fill the entire space horizontally *!*/
/*    margin-right: 5px;*/
/*}*/

/*!*when hovering an item:*!*/
/*.autocomplete-items div:hover {*/
/*    background-color:  rgba(74, 74, 74, 0.8);*/
/*    width: 500px;*/
/*}*/

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: rgb(50,50,50) !important;
    color: white;
    width: 500px;
    align-items: center;
}


/*!*Search*!*/
/*#autocomplete-image {*/
/*    width: 20px;*/
/*    margin-right: 5px;*/
/*}*/



.navigatorMiddleSearchbar {
    padding-top: 10px;
    position: absolute;
    left: calc(50% - 271px);

    /*TODO*/

}



#searchField {
    /*position:absolute;*/
    /*right: 68px;*/
}


#myInput {
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px;

    font-size: 1rem;

    /*width: 150px;*/


    /*background-color: rgb(21, 24, 28);*/
    background-color: rgb(16,16,16);
    border-right:  1px solid rgb(50,50,50);
    border-top: 1px solid rgb(50,50,50);
    border-bottom:1px solid rgb(50,50,50);
    color: white;
    vertical-align: middle;
    height: 16px;
    cursor:pointer;
    z-index: 2;
    padding: 7px;
    width: 500px;
    padding-left: 4px;
    border-left: none;
    cursor: text;

}

/*the container must be positioned relative:*/

input {
    border: 1px solid transparent;
    background-color: white;
    font-size: 16px;
}

input[type=text] {
    background-color: white;
    width: 100%;
}

.autocomplete-items {
    position: absolute;
    /*border:   1px solid rgb(74, 74, 74);*/



    border-bottom: none;
    border-top: none;
    z-index: 200;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    width: 500px;
}

/*TODO*/
.autocomplete-items div {
    color: white;
    /*padding-top: 2px;*/
    /*padding-bottom: 2px;*/
    cursor: pointer;
    background-color: rgb(16, 16, 16);
    border-bottom:1px solid rgb(65, 65, 65);
    border-right: 1px solid rgb(65, 65, 65);

    width: 537px;
    max-height: 40px;
    font-size: 0.9rem;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: rgb(50,50,50);
    /*width: 512px;*/
    cursor: pointer;
}

/*when navigating through the items using the arrow keys:*/
/*.autocomplete-active {*/
/*    background-color:rgb(16,16,16) !important;*/
/*    color: #f1f1f1;*/
/*    width: 182px;*/
/*}*/


/*Search*/
#autocomplete-image {
    width: 20px;
    margin-right: 5px;
}

#searchField {
    display: inline-block;
    /*position:absolute;*/
    /*right: 112px;*/
}


/*the container must be positioned relative:*/
/*.autocomplete {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    max-width: 140px;*/
/*}*/

input {
    border: 1px solid transparent;
    background-color: white;
    font-size: 16px;
}

input[type=text] {
    background-color: white;
    width: 100%;
}

.autocomplete-items {
    position: absolute;
    /*border:  1px solid rgb(75, 75, 75);*/
    /*border-bottom: none;*/
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    /*width: 500px;*/
    /*border-radius: 10px;*/
}

/*.autocomplete-items div {*/
/*    color: #f1f1f1;*/
/*    padding: 10px;*/
/*    cursor: pointer;*/
/*    background-color: rgb(21, 24, 28);*/
/*    border-bottom:1px solid rgba(74, 74, 74, 0.3);*/
/*    width: 166px;*/
/*}*/

/*!*when hovering an item:*!*/
/*.autocomplete-items div:hover {*/
/*    background-color:  rgba(74, 74, 74, 0.8);*/
/*    width: 166px;*/
/*}*/

/*when navigating through the items using the arrow keys:*/
/*.autocomplete-active {*/
/*    background-color:  rgba(74, 74, 74, 0.8) !important;*/
/*    color: #f1f1f1;*/
/*    width: 500px;*/
/*}*/

#InfoDisplay{
    /*width: 200px;*/
    /*height: 250px;*/
    /*z-index: 1;*/
    /*opacity: 0.95;*/
    /*filter: alpha(opacity=95); !* For IE8 and earlier *!*/
    /*color: #f1f1f1;*/
    /*!*background-color: #111;*!*/
    /*background-color: rgb(21, 24, 28);*/
    /*opacity: 0.95;*/
    /*border: 1px solid #4a4a4a;*/
    /*border-top-right-radius: 8px;*/
    /*border-top-left-radius: 8px;*/
    visibility: hidden;
    position: absolute;
    z-index: 99;

}

.InfoModalPage {
    height: auto;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    text-align: center;
    font-size: 0.9rem;
    padding-top: 8px;
    background-color: rgb(16, 16, 16);
    opacity: 0.95;
}


.InfoModalGeneral{
    width: 100%;
    height: auto;
    padding-bottom: 4px;
    display: inline-block;
    border-bottom:  1px solid rgb(74, 74, 74);

}

.continueBtn{
    background-color: rgb(16, 16, 16);
    opacity: 0.95;
    border:  1px solid rgb(50, 50, 50);
    text-align: center;
    border-radius: 1px;
    /*font-weight: bold;*/
    font-size: 0.9rem;
    padding: 10px;
    width: 25%;
    margin: 0 auto;
}

.continueBtn:hover{
    background-color: rgb(30 30 30);
    cursor: pointer;
}

.InfoModalGeneralLeft{
    float: left;
    /*width: 50px;*/
    text-align: left;
    padding-left: 4px;
}





/*.InfoModalGeneralMiddleDetailedPageIcon,*/
/*#InfoModalGeneralFavorite {*/
/*    float: right;*/
/*    vertical-align: middle;*/
/*    height: 16px;*/
/*    width: 16px;*/
/*    cursor:pointer;*/
/*    z-index: 2;*/
/*    padding: 8px;*/
/*    background-color: rgb(21, 24, 28);*/
/*    opacity: 0.95;*/
/*    filter: alpha(opacity=95); !* For IE8 and earlier *!*/
/*    border: 1px solid #4a4a4a;*/
/*    !*border-bottom: 1px solid #4a4a4a;*!*/
/*    border-radius: 50px;*/
/*    !*border-top-right-radius: 8px;*!*/
/*    display: inline-block;*/
/*    background-color: rgba(1, 100, 148, 0.5) !important;*/
/*    border: 1px solid rgba(1, 100, 148, 1) !important;*/
/*    margin-top: 4px;*/
/*    margin-right: 4px;*/
/*}*/

.InfoModalGeneralMiddleDetailedPageIcon {
    height: 16px;
    width: auto;
}




.InfoModalGeneralCoinImage img{
    height: 2.5rem;
    width: auto;
    max-width: 80px;
    padding-top: 5px;

}

.InfoModalGeneralRight{
    padding-left: 8px;
    float: left;
    display: inline-block;

}

.InfoModalGeneralCoinSymbol{
    padding-top: 5px;
    font-size: 1.2rem;
    overflow: hidden;
    max-width: 100px;

}

.adSlotCreated {
    background: rgb(24,24,24);
    position: absolute;
    width: 100%;
    max-height: 20px;
    font-size: 0.8rem;
    border: 1px solid rgba(74, 74, 74, 0.3);
    border-bottom: none;
    border-top: none;
    z-index: 200;
    top: 100%;
    left: 0;
    right: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    height: 20px;


    display: inline-block;
    overflow: hidden;

    vertical-align: middle;
    line-height: 20px;       /* The same as your div height */
}

.InfoModalGeneralCoinName{
    font-size: 0.9rem;
    overflow: hidden;
    width: 100px;
    height: 16px;

}



.InfoModalDepth{
    padding-left: 5px;

    height: 5rem;
}

.InfoModalDepthPriceContainer {
    display: inline-block;
    float: left;
    padding-top: 20px;
    text-align: left;
}

.InfoModalDepthPrice{
    height: 1.1rem;
    float: left;
    font-size: 1.1rem;
    padding-bottom: 10px;
    padding-right: 5px;
    display: inline-block;

}

.InfoModalDepthChange{
    display: inline-block;

    height: 1.1rem;
    font-size: 0.9rem;
    padding-bottom: 10px;
}

.InfoModalDepthRank{
    display: block;
    font-size: 12px;
}

.InfoModalDepthRank a {
    font-weight: bold;
}
.InfoModalDepthMarketcap {
    display: block;
    font-size: 12px;
}

.InfoModalDepthMarketcap a {
    font-weight: bold;
}

.InfoModalDepthVolume{
    display: block;
    font-size: 12px;
}

.InfoModalDepthVolume a {
    font-weight: bold;
}


.InfoModalBottom{
    height: 93px;

}


#chartDisplay {
    z-index: 998;
    visibility: hidden;
    position: absolute;

}


body, html{
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    height: 100%;
    width: 100%;
    /*background: #1f1f1f;*/
    background:rgb(25,25,25);
    overflow: hidden;
}


.resetSettings img {
    height: auto;
    width: 16px;
    display: inline-block;

}

.resetSettings {
    float: right;
    background-color: rgb(16, 16, 16);
    opacity: 0.95;
    border:  1px solid rgb(50, 50, 50);
    text-align: center;
    border-radius: 1px;
    /*font-weight: bold;*/
    font-size: 0.9rem;
    /*padding: 10px;*/
    width: 4rem;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 20px;
    padding: 0.5rem;
}

.resetSettings:hover {
    background-color: rgb(30 30 30);
    cursor: pointer;
}



.shareImagePreview {
    /*background-color: rgb(16, 16, 16);*/
    height: 100%;
    width: 100%;
    /*margin-bottom: 8px;*/
    overflow: auto;
    /*background-color: black;*/
    margin-bottom: 8px;

}

.shareImagePreview img {
    max-height:400px ;
    height: auto;
    /*max-height:200px ;*/
    background-color: black;

}

.timestamp{
    color: white;
    font-size: 10px;
    cursor: default;
}

.shareImageSnapshot{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: black;
}

.shareImageSnapshot img{
    border:  1px solid rgb(74, 74, 74);
    max-width: 100%;
    max-height: calc(100% - 45px);
    width: auto;
    height: calc(100% - 45px);
    /*height: calc(100% - 45px);*/
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 45px;
    margin: auto;
}

.urlCopyImage {
    background-color: #4a4a4a;
    width: 30px;
    height:30px;
    cursor:pointer;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    float: right;
    border-left: 1px solid #4a4a4a;
}

.urlCopyImage img {
    height: 20px;
    width: auto;
    padding: 2px;
}



.urlDisplay {
    height: 39px;

    width: 60%;
    margin: 0 auto;
    margin-bottom: 16px;
    margin-top: 16px;
}

.shareButton {
    text-decoration: none;
    font-size: 15px;
    padding: 4px;
    width: 20%;
    height: 26px;
    margin-bottom: 5px;
    color: white;
    vertical-align: middle;
    cursor:pointer;
    border-radius: 1px;
    background-color: rgb(16, 16, 16);
    display: inline-block;
    border: 1px solid rgb(50, 50, 50)
}

.iconText {
    display: inline-block;
}




.urlLinkPlacerholder {
    height: 30px;
    opacity: 0.95;
    border: 1px solid rgb(50, 50, 50);
    border-radius: 5px;
    color: white;
    vertical-align: middle;
    border-radius: 1px;
    background-color: rgb(16, 16, 16) !important;
    display: inline-block;
    /*border:  1px solid rgb(74, 74, 74);*/
    padding-left: 8px;
    padding-right: 8px;
}


.shareButton:hover{
    background-color: rgba(130, 130, 130,0.3);
    cursor: pointer;
}

.shareButton img{
    width: 25px;
    height: auto;
    float: left;
}






#siteUrl {

}
.navIcon{
    color: white;
    font-size: 24px;
    cursor:pointer;
    width: 50%;
    flex-shrink: 1;
    display: flex;
}
/*#share {*/
/*    vertical-align: middle;*/
/*    height: 25px;*/
/*    width: auto;*/
/*    cursor:pointer;*/
/*    background:  rgba(0, 0, 0,  0.5);*/
/*    z-index: 55;*/
/*    border-radius: 20px;*/
/*}*/

#share img {
    vertical-align: middle;
    height: 25px;
    width: auto;
    cursor:pointer;
    z-index: 2;
}

.headerBtnLeftsSelected{
    color: rgb(144,144,144);;
    display: inline-block;
    vertical-align: middle;
    height: 1rem;
    width: auto;
    cursor:pointer;
    z-index: 2;
    font-size: 0.9rem;
}

.headerBtnLeftsSelected img{
    height: 1.1rem;
    width: auto;
    float: left;
    padding-right: 8px;

    /*padding-right: 2px;*/
    /*padding-left:  8px;*/
}

.headerBtnLeftsSelected:hover{
    border-bottom: 3px solid rgb(84, 186, 255) !important
}

.headerBtnLefts:hover{
    border-bottom: 3px solid rgb(0, 164, 255) !important
}

.headerBtnLefts{
    color: rgb(144,144,144);;
    display: inline-block;
    vertical-align: middle;
    height: 1rem;
    width: auto;
    cursor:pointer;
    z-index: 2;
    font-size: 0.9rem;
}

.headerBtnLefts img{
    filter: brightness(50%);
    height: 1.1rem;
    width: auto;
    float: left;
    padding-right: 8px;
    /*padding-left:  8px;*/
}



.headerBtn{
    /*color: ;;*/
    display: inline-block;
    vertical-align: middle;
    height: 1rem;
    width: auto;
    cursor:pointer;
    z-index: 2;
    padding: 7px;
    /*background-color: rgb(21, 24, 28);*/
    /*background-color:rgb(18,18,18);*/
    opacity: 0.95;
    border:  1px solid rgb(65, 65, 65);
    border-radius: 1px;
    /*margin-right: 4px;*/
    font-size: 0.9rem;
    /*background-color: rgb(45 45 45);*/
    color: rgb(144,144,144);

    /*box-shadow:0 1px 1px rgb(0 0 0 / 30%)*/

}


.headerBtnText,
.headerBtnTextRight,
.headerBtnTextLeft{
    display: inline-block;
    /*padding-left: 2px;*/
}



.headerBtn img{
    height: 1rem;
    width: 1rem;
    float: left;
    padding-right: 4px;
    padding-left:  4px;
}



.headerSearchBtn {
    color: #818181;;
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    width: auto;
    cursor:pointer;
    z-index: 2;
    padding: 7px;
    /*background-color: rgb(21, 24, 28);*/
    background-color: #111;
    opacity: 0.95;
    border:  1px solid rgb(74, 74, 74);
    border-radius: 5px;
    margin-right: 10px;
    font-size: 16px;
    display: none;

}

.headerSearchBtn img{

    height: 18px;
    width: auto;
    float: left;
    padding-right:  8px;
    padding-left:  8px;
}


#searchFieldMobile {
    display: none;
    width: 100%;
    position:relative;
}

#searchFieldMobile img {
    vertical-align: middle;
    height: 18px;
    width: auto;
    z-index: 2;
    opacity: 0.95;
    padding-right: 5px;

    /*position:absolute;*/
    /*    position:absolute;
            Makes imagae go next to text but
            fucks images to next searchbar up
            */
}

.searchFieldMobileIcon{
    position:absolute;
    vertical-align: middle;
    height: 18px;
    width: auto;
    z-index: 0;
    padding: 7px;
    opacity: 0.95;
}










.logoSmall,
.logo {
    display: inline;

}

.logoSmall {
    display: none;
}

.logoSmall img,
.logo img {
    vertical-align: middle;
    height: 35px;
    width: auto;
    padding-top: 10px;
}

.logoheader{
    text-align: center;
    flex-shrink: 0;

}

.logoText {
    vertical-align: middle;
    display: inline;
    font-size: 1.2rem;
    margin-left: -3px;
    font-family: sans-serif;
    letter-spacing: -0.75px;
}




.bottombannersection{
    position: fixed;
    top: 0;
    right: 0;
}


.sideNavScroller{
    padding-top: 60px;
    height: 10px;
    width: 10px;
}

.sidenav {
    overflow-y: scroll;
    padding-top: 60px;
    overflow-x: hidden;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    /*background-color: #111;*/
    background-color: rgb(21, 24, 28);
    transition: 0.5s;
    opacity: 0.9;
}

.sidenav a {
    cursor: pointer;
}

.socialCircle img {
    height: 25px;
    width: auto;
    display: inline-block
}

.socialCircle img:hover {
    cursor: pointer;

}

.socialCircle a {
    text-decoration: none;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
    overflow-x: hidden;
    white-space: nowrap;
}

.topbannersection {
    padding-bottom: 1rem;
}

.topbannersectionparagraph{
    font-size: 18px;
    display: block;
    color: white;
    padding-left: 8px;
    font-weight: bold;
    overflow-x: hidden;
    white-space: nowrap;
}

.selectedpage a {
    color: white;
}

.sidenav a:hover {
    color: white;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;

}

/* The Modal (background) */
.InfoModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999;
    /*padding-top: 1rem; !* Location of the box *!*/
    padding-top: 3rem; /* Location of the box */
    padding-bottom: 1rem;

    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}


/* Modal Content */
.modal-content-header {
    background-color: rgb(16, 16, 16);
    /*opacity: 0.95;*/
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-top:  1px solid rgb(50, 50, 50);
    border-left: 1px solid rgb(50, 50, 50);
    border-right:  1px solid rgb(50, 50, 50);
    width: 75%;
    text-align: center;
    color: white;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    /*font-weight: bold;*/
}

.modal-content-footer {
    background-color: #171717;
    opacity: 0.95;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    border: 1px solid rgb(50, 50, 50);

    width: 75%;
    text-align: center;
    color: white;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    margin: auto;
    overflow:hidden;
    height: auto;
    z-index: 999999999999999999999999;
    margin-bottom: 10rem;
}

.modal-content{

    padding-bottom: 2rem;

}

.modal-content a{
    text-decoration: none;
    /*font-size: 0.9rem;*/
}

/* The Close Button */
.closeSettingsModal,
.closeWallpaperModal,
.closeModal {
    color: white;
    float: right;
    font-size: 1.3rem;

}

.closeSettingsModal:hover,
.closeSettingsModal:focus,
.closeWallpaperModal:hover,
.closeWallpaperModal:focus,
.closeModal:hover,
.closeModal:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


#loaderScreen{
    text-align: center;
    width: 100%;
    margin: 1rem;
    position: absolute;
}


#particleMarketCapFilterSettingOutput,
#particleAmountSettingOutput,
#displayInfoSettingOutput,
#speedSettingOutput {
    font-weight: bold;
}


.slidecontainer {
    width: 100%;
    margin-bottom: 1rem;
}


.settingName {
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1.5rem;
    float: left;
    cursor: pointer;
    font-size: 0.9rem;
}

.checkboxContainer{
    float: left;
    width: 100%;

}


.continueContainer{
    float: left;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: rgb(100,100,100);
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin-bottom: 0.5rem;
}


.slider:hover {
    opacity: 1;
}


.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #00A6FB;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #00A6FB;
    cursor: pointer;
}



/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}




.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float: left;}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


.particleRedirect {
    /*padding: 5px;*/
    width: 100px;
    height: 100px;
    position: fixed;
    background-color: black;
    position: fixed;
    z-index: 999999999999999999999999;
    border-radius: 10%;
    opacity: 0.95;
    position: fixed;
    /*border:2px solid #016494 !important;*/
    /*border-top:2px solid #016494 !important;*/
    bottom: 0px;
    right: 0px;
}

.particleRedirect img {
    padding: 5px;
    width: 50px;
    height: 50px;
    border-radius: 10%;
    /*background-color: rgb(21, 24, 28);*/
    background-color: rgba(1, 100, 148, 0.4) !important;;
    border:2px solid rgba(1, 100, 148, 1) !important;
    position: relative;
    bottom: -20%;
    right: -20%;
    z-index: 999999999999999999999999;
}


#headerBtnShare {
    /*color: #f1f1f1;*/
    /*!*border: 2px solid rgba(1, 100, 148, 1) !important;*!*/
    /*border: 1px solid rgb(75,75,75);*/
    /*padding: 5px;*/
    /*background-color: rgb(18,18,18) !important;;*/


    /*color: #818181;*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*height: 1rem;*/
    /*width: auto;*/
    /*cursor: pointer;*/
    /*z-index: 2;*/
    /*padding: 7px;*/
    /*!* background-color: rgb(21, 24, 28); *!*/
    /*background-color: rgb(18,18,18);*/
    /*border: 1px solid rgb(74, 74, 74);*/
    /*border-radius: 2px;*/
    /*!* margin-right: 4px; *!*/
    /*font-size: 0.9rem;*/


    display: inline-block;
    vertical-align: middle;
    height: 1rem;
    width: auto;
    cursor:pointer;
    z-index: 2;
    /*padding: 7px;*/
    /*background-color: rgb(21, 24, 28);*/
    /*background-color:rgb(18,18,18);*/
    opacity: 0.95;
    border: 1px solid rgb(65, 65, 65);
    border-radius: 1px;
    /*margin-right: 4px;*/
    font-size: 0.9rem;
    /*background-color: rgb(55,55,55);*/
    color: rgb(144,144,144)
}


#headerBtnShare:hover {
    color: white;
}

.headerBtn:hover{
    background-color: rgb(50,50,50);
    color: white;

}








.sliderround {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d3d3d3;
    -webkit-transition: .4s;
    transition: .4s;
    display: block;
}

.sliderround:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .sliderround {
    background-color: #00A6FB;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;

}

input:hover + .sliderround {
    box-shadow: 0 0 1px #00A6FB;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

input:focus +hover + .sliderround {
    box-shadow: 0 0 1px #00A6FB;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

input:checked + .sliderround:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */
.sliderround {
    border-radius: 34px;
}

.sliderround:before {
    border-radius: 50%;
}











.mobileBottomMenu{
    height: 45px;
    /*background-color: #171717;*/
    background-color: #212121;
    width: 100% !important;
    bottom: 0px;
    position:absolute;;
    display: inline;
    /*border-top: 1px solid rgb(50, 50, 50);*/

    display: none;
    /*z-index: 99;*/
    font-size: 0.8rem;
    padding-top: 6px;
    padding-bottom: 1px;

    position: fixed;


}


.mobileBottomMenu img {
    width: 20px;
    height: auto;
}

.mobileBottomMenuVisualSelected,
.mobileBottomMenuVisual{
    width: 25%;
    float: left;
    text-align: center;
    vertical-align: middle;
    color: white;
}


.mobileBottomMenuVisual:hover{
    cursor: pointer;
    color: white !important;

}


/*.mobileBottomMenuVisual img:hover{*/
/*    cursor: pointer;*/
/*    filter: brightness(100%);*/

/*    background-color: red;*/
/*    color: white !important;*/
/*}*/



.mobileBottomMenuVisualSelected img{
    height: auto;
    width: 18px;
    padding-bottom: 2px;
}

.mobileBottomMenuVisual img {
    height: auto;
    width: 18px;
    padding-bottom: 2px;
    filter: brightness(50%);
}


.mobileBottomMenuScreener{
    /*width: calc(50% );*/
    float: right;
    height: 40px;
    text-align: center;
    vertical-align: center;
    color: white;
    /*border-left:  1px solid rgb(74, 74, 74);*/

}
.mobileBottomMenuText {
    /*display: inline-block;*/
    padding: 0px;
    margin: 0px;
    color: #818181;
    font-size: 11.5px;
}

.mobileBottomMenuTextSelected {
    /*font-weight: bold;*/
    color: white;
    font-size: 11.5px;
}

.modalBtnAbout {
    display: inline-block;
}

/*#navigator a {*/
/*    text-decoration: none;*/
/*    color: #f1f1f1;*/
/*}*/

.navigator {
    color: #818181;
    height: 55px;
    background-color:rgb(33,33,33);

    border-bottom: 1px solid #323232;
    z-index: 2;
    /*padding-left: 0.5rem;*/
    /*padding-right: 0.5rem;*/
}

.navigator a {
    color: #818181;
    text-decoration: none;
    cursor: pointer;

}

.navigatorLeft {
    /*margin-left: 69px;*/
    float: left;
}


.navigatorMiddle{
    float: left;
    padding-top: 0.8rem;
    margin-left: 4px;
    /*margin-left: 1rem;*/
    font-size: .9rem;
    /*font-weight: 500;*/
    color: #818181;
}

.navigatorMiddleButton{
    display: inline-block;
    padding-left: 0.3rem;
    padding-right:  0.3rem;
    font-size: 1rem;

}


.navigatorMiddleButton img {
    height: auto;
    width: 32px;
}

.navigatorRight{
    float: right;
    padding-top: 12px;
    padding-right: 8px;
}










#navigator {
    height: 45px;
    background-color: rgb(32,32,32);
    border-bottom: 1px solid rgb(55,55,55);
    z-index: 2;
    position: relative;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.logoheader{
    /*text-align: center;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    display: inline-block;
}

.logo {
    display: inline;
}

/*.logo img {*/
/*    vertical-align: middle;*/
/*    height: 35px;*/
/*    width: auto;*/
/*}*/





.nativeSearchAdText {
    font-size: 0.8rem !important;
    text-decoration: none !important;
    color: #e5e5e5 !important;

}








/*.mobileBottomMenuScreener img {*/
/*    width: 50px;*/
/*    height: auto;*/
/*}*/


@media screen and (max-width: 1500px) {

    /*#myInput {*/
    /*    width: 500px;*/
    /*}*/

    /*.navigatorMiddleSearchbar {*/
    /*    left: calc(50% - 220px);*/
    /*}*/


}


@media screen and (max-width: 1350px) {

    .iconText {
        display: none;
    }

    .shareButton img{
        width: 25px;
        height: auto;
        float: none;
    }


    /*#myInput {*/
    /*    width: 350px;*/
    /*}*/

    /*.navigatorMiddleSearchbar {*/
    /*    left: calc(50% - 145px);*/
    /*}*/

    /*.autocomplete-items div {*/
    /*    width: 387px;*/
    /*}*/




}

@media screen and (max-width: 1200px) {


    /*.navigatorMiddleSearchbar {*/
    /*    left: calc(50% - 105px);*/
    /*}*/

    /*!*#myInput {*!*/
    /*!*    width: 250px;*!*/
    /*!*}*!*/

    /*.autocomplete-items div {*/
    /*    width: 286px;*/
    /*}*/





}

@media screen and (max-width: 1100px) {

    .headerBtnTextRight{
        display: none;
    }

    .headerBtn img{
        padding-right: 2px;
        padding-left:  2px;
    }

    .headerBtn {
        /*margin-right: 0px;*/
        /*padding-right: 4px;*/
        /*padding-left: 4px;*/

    }

    .headerSearchBtn {
        /*margin-right: 0px;*/
        /*padding-right: 4px;*/
        /*padding-left: 4px;*/
    }

    /*#myInput {*/
    /*    width: 300px;*/
    /*}*/

    /*.navigatorMiddleSearchbar {*/
    /*    left: calc(50% - 25px);*/
    /*}*/

    /*.autocomplete-items div {*/
    /*    width: 337px;*/
    /*}*/






}

@media screen and (max-width: 1000px) {

    .logoSmall {
        display: block;
    }

    .logo {
        display: none;
    }


}


@media screen and (max-width: 900px) {

    #myInput {
        width: 450px;
    }
}







@media screen and (max-width: 850px) {

    .modalBtnAbout {
        display: none;
    }

}






@media screen and (max-width: 800px) {

    #mainCanvas {
        margin-left: 0px;
    }

    .logoSmall {
        display: none;
    }

    .logo {
        display: block;
    }


    .navigatorMiddle {
        display: none;
    }

    .navigatorMiddleSearchbar {
        display: none;

    }

    .canvasBackground {
        margin-top: 0px;

        /*height: 100%;*/
        /*margin-bottom: 102px;*/
    }

    .mobileBottomMenu{
        display: block;
    }

    .shareButton {
        width: 40%;
    }

}

@media screen and (max-width: 610px) {

    .shareImageSnapshot img{
        height: auto;
    }

    .shareButton {
        width: 35%;
    }


}

@media screen and (max-width: 500px) {

    .shareImageSnapshot img{
        height: auto;
    }

    .headerSearchBtn {
        display: block;
        text-align: right;
        display: inline-block;
    }



    #myInput {
        display: none;
    }

    .autocompleteSearchIcon {
        display: none;
    }

}


@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}



@media screen and (max-width: 400px) {

    .logo  img {
        /*height: 40px;*/
        /*padding-top: 0.8rem;*/
    }


    .modal-content{
        padding-left: 0rem;
        padding-right: 0rem;
        padding-bottom: 1rem;
    }



    .headerBtn {
        margin-right: 0px;

    }

    .headerBtn  img{
        padding-left: 4px;
        padding-right: 4px;

    }

    .headerSearchBtn {
        margin-right: 0px;
    }


    .headerSearchBtn  img{
        margin-right: 0px;
        padding-right: 4px;
        padding-left: 4px;
    }



}

@media screen and (max-width: 330px) {

    .logo{

        display: none;
    }


    .logoSmall {
        display: block;
    }



}
@media screen and (max-width: 220px) {
    .logoSmall {
        display: none;
    }

}


.navigatorMiddleButtonSelected {
    display: inline-block;
    color: white !important;
    /*font-weight: bold;*/
}

.navigator :hover{
    color: white;
}





#searchBtn {
    padding-left: 50px;
    padding-right: 50px
}

/*.headerPlaceHolder {*/
/*    background-color: rgb(175,226,227);*/
/*    color: #092240;*/
/*    text-align: center;*/
/*    padding-top: 0.5rem;*/
/*    padding-bottom: 0.5rem;*/
/*    font-weight: bold;*/
/*    font-size: 13px;*/
/*}*/
