html {
	-webkit-text-size-adjust:100%;
}
body {
	color: #444;
	font-family: "Proxima Nova",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
	margin:0;
	overflow-y:scroll;
}
::-webkit-input-placeholder { /* Edge */
	color: #757575;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #757575;
}
::placeholder {
	color: #757575;
}
textarea:focus, input:focus{
	outline: none;
}
.option-item .freestocks-item {
	color: #be9734;
	background-color: transparent;
}
.dark .option-item .freestocks-item {
	color: #deca84;
}
.dark .badge-asset {
	background-color: #888;
}
.dark .dark-hidden {
	display: none;
}
.dark .dark-shown {
	display: inline;
}
.dark .percentage-red, .dark .text-red {
    color: #ffaaff;
}
.dark .percentage-green, .dark .text-green {
    color: #88dddd;
}
.dark-shown {
	display: none;
}
body.dark {
	background-color: #202124;
	color: #fff;
}
.dark .header a {
	color: #fff;
}
.hidden {
	display: none !important;
}
.pt-10px {
	padding-top:10px;
}
.code {
	padding: 10px;
}
.container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.header {
	width: 100%;
}
.header .logo {
	float:left;
	margin-left: 10px;
	position: relative;
}
.header .logo img {
	height: 70px;
}
.logo .line1 {
	position:absolute;
	left: 80px;
	top: 0px;
	font-size: 36px;
}
.logo .line2 {
	position:absolute;
	left: 80px;
	top: 45px;
	font-size: 20px;
}
.header .asset-menu {
	padding-top: 15px;
	margin-left: 10px;
	clear: both;
	font-size: 18px;
	color: #444;
	font-weight: 500;
}
.detail-sub-title {
	margin-top: 15px;
	margin-bottom: 15px;
}
.detail-sub-title svg {
	height: 20px;
	width:20px;
	margin-left:auto;
	margin-right:auto;
	margin-right: 10px;
	fill: #888;
}
.detail-sub-title span {
	font-size: 1.17em;
	font-weight: bold;
}

.details-container .header .asset-menu .active a {
	color: #444;
}
.details-container .header .asset-menu a {
	color: #888;
}
.details-tile-big {
	width:100%;
	max-width: 100%;
	padding: 10px;
}
.details-tile {
	width:50%;
	max-width: 50%;
	float:left;
	padding: 10px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}
.details-small-tile {
	width: 25%;
	float:left;
}
.details-small-tile .tile-title {
	font-size: 20px;
	font-weight: bold;
}
.details-small-tile .tile-value {
	font-size: 26px;
	margin-top: 10px;
}
.asset-menu .item img {
	vertical-align: bottom;
	height: 24px;
	margin-right: 5px;
}
.asset-menu .item.active {
	border-style: solid;
	border-width: 0px 0px 4px 0px;
	padding-bottom: 6px;
}
.asset-menu .item.all.active {
	border-color: #666;
}
.asset-menu .item.companies.active {
        border-color: #b599f1;
}
.asset-menu .item.etfs.active {
        border-color: #88dddd;
}
.asset-menu .item.cryptos.active {
        border-color: #ffaaff;
}
.asset-menu .item.metals.active {
        border-color: #ddd666;
}
.asset-menu .item.chan.active {
        border-color: orange;
}
.item-padding {
	padding-bottom: 6px;
	padding-top: 4px;
	border-style: solid;
	border-width: 0px 0px 4px 0px;
	border-color: transparent;
}
.header a {
	color: #444;
}
.badge {
	border-radius: 14px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #fff;
}
.badge-asset {
	background-color: #666;
}
.badge-company {
	background-color: #b599f1;
}
.badge-etf {
	background-color: #88dddd;
}
.badge-crypto {
	background-color: #ffaaff;
}
.badge-metal {
	background-color: #ffaaff;
}
.badge-metal {
	background-color: #ddd666;
}
.badge-fiat {
	background-color: #ddd666;
}
.badge-4chan {
        background-color: orange;
}
.badge-filter {
	background-color: #eaeaea;
	color: #444;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
}
.dark .badge-filter {
        background-color: #888;
}
.asset-menu .item {
	float: left;
	margin-right:30px;
}
a {
	text-decoration: none;
}
.middle-header {
	padding-top: 10px;
}
.middle-header {
	clear: both;
}
.middle-header h1 {
	text-align: center;
	font-size: 26px;
}
.search-container {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	position: relative;
}
.dark .search-container .search {
	background-color: #303134;
	color: #fff;
	border-color: #444;
}
.search-container .search {
	width: 100%;
	font-size:24px;
	border: 1px solid #ced4da;
	border-radius: 26px;
	padding: 10px 24px 10px 24px;
	margin-top: 10px;
	margin-bottom: 40px;
}
.search-container .search:focus {
	border-color: #b599f1;
}
.search-container .btn-search {
	position: absolute;
	right: 10px;
	top: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 0;
	background: transparent;
	outline: none;
}
.search-container .btn-search svg {
	height: 30px;
	width: 30px;
	stroke: #757575;
	fill:none;
}
.dark .search-container .btn-search svg {
	stroke: #fff;
}
.sparkline-td.green svg {
	/*stroke: #88dddd;*/
	stroke: #55bbbb;
	fill: #88dddd;
}
.sparkline-td.red svg {
	/*stroke: #ffaaff;*/
	stroke: #cc77cc;
	fill: #ffaaff;
}
.sparkline-td svg {
	stroke-width: 2px;
	fill: none;
	height: 45px;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.marketcap-table, .thead-copy {
	font-size: 18px;
	border-spacing: 0;
}
.marketcap-table td {
	padding-bottom: 18px;
	padding-top: 18px;
	white-space: nowrap;
}
.marketcap-table th {
	padding-bottom: 8px;
}
.marketcap-table tbody tr:hover {
	background-color: #f8fafd;
}
.dark .marketcap-table tbody tr:hover {
	background-color: #303134;
}
.company-logo {
	margin-top: 5px;
	height: 40px;
	width: 40px;
}
.company-name {
	font-size: 20px;
	margin-top: 10px;
	color: #444;
}
.dark .company-name {
	color: #fff;
}
.company-code {
    font-size: 14px;
}
.float-left {
	float:left;
}
.name-div {
	padding-left: 4rem;
}
.table td.td-right {
	text-align: right;
	padding-right: 25px;
}
.table td.td-center {
        text-align: center;
}
.thead-copy {
	position: fixed;
	z-index: 100000;
	top: 0px;
	background-color: #fff;
	padding-bottom: 7px;
	padding-top: 5px;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #f7f7f7;
}
.dark .thead-copy {
	background-color: #202124;
	border-color: #303134;
}
.percentage-red, .text-red {
	color: #aa11aa;
}
.percentage-green, .text-green {
	color: #11aaaa;
}
.arrow {
	border: solid #444;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
}
.mover.up .arrow {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.mover.down .arrow {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
td .mover {
	padding-right: 15px;
	white-space: nowrap;
	margin-left: -15px;
}
td .mover.up {
	color: #11aaaa;
}
td .mover.up i {
	border-color: #11aaaa;
}
td .mover.down {
	color: #aa11aa;
}
td .mover.down i {
	border-color: #aa11aa;
	margin-bottom: 3px;
}

.dark td .mover.up {
	color: #11aaaa;
}
.dark td .mover.up i {
	border-color: #11aaaa;
}
.dark td .mover.down {
	color: #ffaaff;
}
.dark td .mover.down i {
	border-color: #ffaaff;
	margin-bottom: 3px;
}
.option-icon {
	width: 24px;
	height: 24px;
	float: left;
}
.dropdown .arrow-down {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #444;
	float: left;
	margin-left: 5px;
	margin-top: 7px;
}
.dark .dropdown .arrow-down {
	border-top: 8px solid #fff;
}
.option-name {
	display: block;
	margin-left: 7px;
	float: left;
	margin-top: 1px;
}
.banner {
	overflow-x: auto;
	text-align: center;
	background-color: #f7f7f7;
	border-color: #444;
	border-width: 0px 0px 0px 0px;
	border-style:solid;
	color: #444;
	font-size: 18px;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 15px;
}
.dark .banner {
	color: #fff;
	background-color: #303134;
}
.dark .banner .marketcap {
	color: #c5a9fd;
}
.banner .marketcap {
	color: #a084dd;
	margin-left: 5px;
}
.banner .container {
	min-width: 740px;
}
.banner .banner-element {
	margin-right: 25px;
}
.col-sm2 {
	width: 48%;
	max-width: 50%;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.right-options {
	float: right;
	position: relative;
}
.option-item {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	padding-top: 2px;
	font-size: 18px;
}
.footer {
	text-align: left;
	clear: both;
	padding: 10px;
}
.footer a {
	color: #aa11aa;
}
.pagination-container {
	text-align: center;
	width: 100%;
	clear: both;
	
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
        justify-content: space-between;
}
.pagination-container .pagination li {
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	list-style-type: none;
}
.pagination li {

}
.pagination a {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	background-color: #f7f7f7;
	font-size: 20px;
	font-weight: bold;
	color: #444;
}
.pagination a:hover {
}
.pagination a.active {
	color: #fff;
	background-color: #b599f1;
}
.dark .pagination a.active {
	background-color: #b599f1;
}
.dark .pagination a {
	color: #fff;
	background-color: #444;
}
.right-options {
    margin-right: 10px;
}
.right-options .dropdown {
	margin-top: -7px;
}
.right-options .dropdown, .right-options .option-link {
	cursor: pointer;
	border-radius: 8px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.right-options .option-link {
	padding-top: 8px;
	padding-bottom: 8px;
}
.right-options .option-link:hover, .right-options .dropdown:hover {
	background-color: #f7f7f7;
}
.dark .right-options .option-link:hover, .dark .right-options .dropdown:hover {
	background-color: #444;
}
.right-options .dropdown.active {
	border-radius: 8px 8px 0px 0px;
	background-color: #f7f7f7;
}
.dark .right-options .dropdown.active {
	background-color: #444;
}
.clear-both {
	clear:both;
}
.dark .dropdown-menu {
	background-color: #444;
}
.dropdown-menu {
	position: absolute;
	z-index: 1000;
	margin-top: 0px;
	background-color: #f7f7f7;
	padding: 8px;
	border-radius: 0px 0px 8px 8px;
}
.dropdown-menu div {
	padding: 10px;
	clear:both;
}
.table-container {
	margin-top: 10px;
	max-width: 100%;
	overflow-x: auto;
	padding-left: 10px;
	width: 100%;
	margin-left: -20px;
	display: -ms-inline-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	padding: 20px;
	border: .2rem solid #e7e6e4;
	border-radius: 1rem;
	-webkit-box-shadow: 0 0 0 0 #e7e6e4, 0 0.8rem 1.5rem 0 rgba(42,40,37,.2);
	box-shadow: 0 0 0 0 #e7e6e4, 0 0.8rem 1.5rem 0 rgba(42,40,37,.2);
	
}
.dark .table-container {
	border-color: #444;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-toggler-container {
	display: none;
	float: right;
	margin-right: 5px;
}
button.navbar-toggler {
	border: none;
	background: none;
	cursor: pointer;
	outline: none;
}
.btn-search {
	cursor: pointer;
}
.navbar-toggler-icon {
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(68, 68, 68)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	width: 45px;
	height: 45px;
	display: block;
}
.navbar-toggler-icon.open {
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(68, 68, 68)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M5,5 L25,25 M5,25 L25,5'/%3E%3C/svg%3E");
}

.company-code .rank {
	border-radius: 14px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #aaa;
	color: #fff;
	margin-right: 4px;
	display: none;
}
th.sorting {
	cursor: pointer;
}
th.sorting_asc {

}
.marketcap-table tbody th {
	color: #666;
}
.marketcap-table tbody td {
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-color: #f7f7f7;
}

.dark .marketcap-table tbody td {
    border-color: #303134;
}

.progress {
	position: relative;
	height: 32px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 30px;
}
.progress .p1 {
	position: absolute;
	height: 32px;
	border-radius: 32px;
	background-color: #b599f1;
	z-index: 1001;
	
}
.progress .p2 {
	position: absolute;
	height: 32px;
	border-radius: 32px;
	background-color: #f7f7f7;
	width: 100%;
}
.progress .percentage {
	text-align: center;
	z-index: 1010;
	position: absolute;
	width: 100%;
	padding-top: 2px;
	font-size: 26px;
}
.dark .progress .p2 {
	background-color: #444;
}
.flip .flip-name {
	font-size: 36px;
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.flip .flip-name span {
	text-align: center;
	margin-bottom: 10px;
}
.flip .flip-name span img {
	height: 28px;
	width: 28px;
}
.flip .flip-name .left {
	text-align: right;
	width: 100%;
	padding-right: 8px;
}
.flip .flip-name .right {
	text-align: left;
	width: 100%;
	padding-left: 8px;
}
.flip .marketcap {
	font-size: 22px;
	text-align: center;
	margin-bottom: 10px;
}
.flip {
	margin-top: 20px;
	margin-bottom: 20px;
}
.rh-sm {
	padding-right: 15px;
}
ul.pagination li a.dots {
	background-color: transparent;
	opacity:0.5;
}
.dark .badge {
        color: #303134;
}
.night-button span {
        display: none;
}
.dark .sign-in {
	background-color: #303134;
}
.dark .right-options a.sign-in:hover {
	background-color: #303134;
}
.right-options a.sign-in:hover {
	background-color: #efefef;
}
.sign-in {
	background-color: #efefef;
}
.sign-in img {
	vertical-align: bottom;
	height: 18px;
	padding-bottom: 3px;
	padding-right: 3px;
}

.separator {
	position: relative;
	margin-top: 25px;
	margin-bottom: 10px;
	height: 1px;
	background-color: #aaa;
	width: 100%;
	margin-left:auto;
	margin-right: auto;
}
.separator .separator-text {
	position: absolute;
	background-color: #fff;
	top: -10px;
	width: 50px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	color: #888;
}
.dark .separator .separator-text {
	background-color: #444;
	color: #aaa;
}

/* POPUP */
.popup-overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	opacity: 0.6;
	top: 0;
	left: 0;
	z-index: 100001;
	background-color: #888;
}
.dark .popup-overlay {
	background-color: #222;
}
.dark .popup {
	background-color: #444;
}
.popup {
	z-index: 10002;
	background-color: #fff;
	width: 800px;
	padding: 20px;
	border-radius: 26px;
	margin: auto;
	vertical-align: middle;
	position: relative;
}
.popup-container {
	position: fixed;
	z-index: 100010;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	vertical-align: middle;
	display: flex;
	align-items: center;
}
.popup-title {
	font-size: 30px;
	text-align: center;
}
.popup-title img {
	height: 30px;
	vertical-align: bottom;
	padding-bottom: 2px;
	margin-right: 5px;
}
.popup-body {
	padding-top: 15px;
	font-size: 18px;
}
.popup-col-80 {
	width: 80%;
	float:left;
}
.popup-col-20 {
	width: 20%;
	float:left;
}
.popup-columns {
	clear: both;
}
.popup-columns>div {
	padding-bottom: 10px;
    padding-top: 5px;
}
button {
	border-radius: 10px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top:  5px;
    padding-bottom: 5px;
    font-size: 24px;
    cursor: pointer;
}
.button-secondary {
	background-color: transparent;
	color: #b599f1;
	border: #b599f1 2px solid;
}
.button-secondary:hover {
	background-color: #f8f8f8;
}
.button-secondary img {
	vertical-align: bottom;
	height: 24px;
	padding-bottom: 2px;
	margin-right: 5px;
}
.dark .button-secondary:hover {
	background-color: transparent;
}
.button-primary {
	background-color: #b599f1;
	color: #fff;
	border: #b599f1 2px solid;
}
.button-primary:hover {
	background-color: #a589e1;
	border: #a589e1 2px solid;
}
.popup-buttons {
	clear: both;
	padding-top: 15px;
	width: 100%;
}
.popup-buttons-2>div {
	width: 50%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.popup-buttons-2 {
	clear: both;
}
.popup-buttons-2 button {
	width: 100%;
}
.popup-greating {
	padding-bottom: 10px;
}
.popup.login-popup {
	width: 520px;
}
.popup .button-primary, .popup .button-secondary {
	width: 100%;
}
.form-input {
	font-size:24px;
	padding: 8px;
	border-radius: 10px;
	border-color: #aaa;
	border-style: solid;
	border-width: 2px;
	width: 100%;
	box-sizing: border-box;
}
.form-input:focus {
	border-color: #b599f1;
}
.popup-close-icon {
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(68, 68, 68)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M5,5 L25,25 M5,25 L25,5'/%3E%3C/svg%3E");
	width: 25px;
	height: 25px;
	display: block;
}
.dark .popup-close-icon {
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M5,5 L25,25 M5,25 L25,5'/%3E%3C/svg%3E");
}
.label{
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: bold;
}
.popup a {
	color: #b599f1;
}
.popup.delete-account-popup {
	max-width: 520px;
}
.text-center {
	text-align: center;
}
.option-title {
	font-size: 22px;
	font-weight: bold;
}
.checkbox-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

.checkbox-container:hover input ~ .checkmark {
	background-color: #ccc;
}

.checkbox-container input:checked ~ .checkmark {
	background-color: #2196F3;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}
.checkbox-container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.checkbox-container.checkbox-disabled {
	cursor: default;
	background-color: #ccc;
}
.checkbox-container.checkbox-disabled input:checked ~ .checkmark {
	background-color: #ccc;
}

td.fav img {
    padding-bottom: 2px;
    padding-top: 2px;
    opacity: .5;
    cursor: pointer;
}


@media only screen and (min-width: 997px) {
	.search-container .search {
		border-width: 2px;
	}
	.pagination-container {
		margin-top: 30px;
	}
}
@media only screen and (min-width: 1240px) and (max-width: 1459px) {
	.container {
		width: 1160px;
	}
        .company-name {
                max-width: 360px;
                text-overflow: ellipsis;
                overflow: hidden; 
        }
}

@media only screen and (max-width: 1240px) {
	.table-container {
		width: auto;
		margin-left: 0;
    	}
    	.container {
		width: 100%;
	}
        .company-name {
                max-width: 400px;
                text-overflow: ellipsis;
                overflow: hidden; 
        }
}

@media only screen and (max-width: 996px) {
        td.fav img {
                padding-right: 5px;
                margin-right: 5px;
        }
	.thead-copy {
		display: none;
	}
	.marketcap-table td:nth-child(2), .marketcap-table th:nth-child(2), .marketcap-table td:nth-child(4), .marketcap-table th:nth-child(4)  {
		display: none;
	}
	.company-name {
		margin-top: 0px;
	}
	.company-code .rank {
		display: inline;
	}
	.table-container {
		border: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
	}
	.container {
		width: 100%;
	}
	.search-container .search {
		margin-bottom: 0;
	}
        .company-name {
                max-width: 300px;
                text-overflow: ellipsis;
                overflow: hidden; 
        }
	.rh-sm {
        	padding-right: 10px;
	}
	.col-sm2 {
		width: 100%;
		max-width: 100%;
		float: none;
	}
}

@media only screen and (max-width: 850px) {
	.marketcap-table {
		font-size: 16px;
	}
	.banner .banner-element {
		font-size: 16px;
	}
	.middle-header h1 {
		font-size: 22px;
	}
	.asset-menu .item {
		float: none;
		margin-top: 15px;
		margin-bottom: 15px;
		margin-left: 20px;
	}
	.right-options {
		float: left;
		clear: both;
	}
	.right-options .option-item {
		float: none;
		margin-top: 15px;
		margin-bottom: 15px;
		margin-left: 10px;
	}
	.navbar-toggler-container {
		display: block;
	}
	.header .asset-menu {
		padding-top: 10px;
	}
	.responsive850-hidden {
		display:none;
	}
	.table td.td-right {
		padding-right: 15px;
	}
	.company-name {
		font-size: 16px;
	}
	.company-code {
		font-size: 12px;
	}
	.flip .flip-name span img {
		height: 24px;
		width: 24px;
	}
	
	.progress {
		position: relative;
		height: 26px;
	}
	.progress .p1 {
		height: 26px;
		border-radius: 26px;
		
	}
	.progress .p2 {
		height: 26px;
		border-radius: 26px;
	}
	.progress .percentage {
		font-size: 20px;
	}
	.flip .flip-name {
		font-size: 30px;
	}
        .company-name {
		font-size: 16px;
                max-width: 250px;
                text-overflow: ellipsis;
                overflow: hidden; 
        }
	.header .logo img {
	    height: 50px;
	}
	.logo .line1 {
		left: 60px;
		top: 0px;
		font-size: 26px;
	}
	.logo .line2 {
		left: 60px;
		top: 32px;
		font-size: 16px;
	}
	body .right-options {
		width: 100%;
	}
	body .search-container-small {
		width: 100%;
		position: inherit;
		top: 0px;
	}
	body .search-container-small .search-wrapper, body .search-container .search-wrapper {
		width: 100%;
	}
	
	body .search-container-small .search-wrapper .search:focus, body .search-container-small .search-wrapper .search {
		width: 100%;
	}
	body .search-result .result-text {
        	max-width: 100%;
	}
	.popup {
		width:  90%;
	}
}

@media only screen and (max-width: 650px) {
	.marketcap-table td:nth-child(7), .marketcap-table th:nth-child(7)  {
		display: none;
	}
	.marketcap-table td {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.marketcap-table th {
		padding-bottom: 5px;
	}
	.table-container {
		padding-left: 0;
		padding-right: 0;
	}
	.company-logo {
		margin-top: 2px;
		height: 34px;
		width: 34px;
	}
        .company-name {
                max-width: 200px;
                text-overflow: ellipsis;
                overflow: hidden; 
        }
	.banner .banner-element {
		font-size: 14px;
	}
	.middle-header h1 {
		font-size: 20px;
	}
	.search-container .search {
		font-size: 20px;
	}
	.search-container .btn-search svg {
		height: 26px;
		width: 26px;
	}
	.table td.td-right {
		padding-right: 10px;
	}
	.name-div {
        	padding-left: 2.5rem;
	}
	.company-code .rank {
		margin-right: 2px;
	}
	.flip .flip-name {
		font-size: 24px;
	}
	.flip .flip-name span img {
		height: 20px;
		width: 20px;
	}
	.flip .marketcap {
		font-size: 16px;
	}
	.popup-buttons-2>div {
		width: 100%;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.popup {
		top: 0;
		z-index: 10002;
		background-color: #fff;
		width: 100%;
		max-width: 100%;
		padding: 20px;
		border-radius: 26px;
		transform: none;
		top: 0;
		left: 0;
		box-sizing: border-box;
		border-radius: 0;
		margin-left:auto;
		margin-right:auto;
	}
	.popup.login-popup {
		width: 100%;
	}
	.popup.delete-account-popup {
		max-width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.company-name {
		max-width: 150px;
		text-overflow: ellipsis;
		overflow: hidden; 
	}
}

@media only screen and (min-width: 1460px) {
	.container {
		width: 1360px;
	}
	.header .logo img {
		height: 85px;
	}
	.middle-header h1 {
		font-size: 30px;
	}
	.header a {
		font-size: 20px;
	}
	.table td {
		font-size: 20px;
	}
	.table td .company-name {
		font-size: 22px;
	}
	.pagination a {
		font-size: 24px;
	}
        .company-name {
                max-width: 450px;
                text-overflow: ellipsis;
                overflow: hidden; 
        }
	.badge-filter {
		font-size: 20px;
	}
	.logo .line1 {
		position:absolute;
		left: 100px;
		top: 0px;
		font-size: 36px;
	}
	.logo .line2 {
		position:absolute;
		left: 100px;
		top: 45px;
		font-size: 20px;
	}
}

/* ADS */
.marketcap-table tbody tr.ad-tr:hover {
        background-color: inherit;
}
.marketcap-table .ad-tr td {
        display: table-cell !important;
}
.marketcap-table .ad-tr td {
        text-align: center;
        padding-bottom: 0px;
        padding-top: 0px;
}
.text-center {
        text-align: center;
}
.close-ad {
        border-radius: 10px;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 18px;
        color: #fff;
        border: none;
        background-color: #444;
        margin-top: 5px;
        margin-bottom: 10px;
        cursor: pointer;
}
.close-ad:hover {
	background-color: #666;
}
a:hover .company-name {
	text-decoration: underline;
}

/** DETAILS **/
.h1-company-name {
	color: #aaa;
}
svg.sentiment-bar {
        height: 24px;
        width: 450px;
        margin-left: auto;
        margin-right: auto;
        float: left;
}
.details-tile canvas {
        width:100%;
        height:350px;
}
.nearby-keywords {
        line-height: 32px;
        margin-top: 12px;
}
.detail-logo {
	height: 40px;
        margin-right: 20px;
        vertical-align: middle;
}
@media screen and (max-width: 1120px) {
        svg.sentiment-bar {
                width: 250px;
        }
}
@media screen and (max-width: 850px) {
        .details-tile {
                width: 100%;
                max-width: 100%;
                float: inherit;
        }
        svg.sentiment-bar {
                width: 75%;
        }
        .details-small-tile {
                width: 50%;
                margin-top: 10px;
                margin-bottom: 10px;
        }
	.night-button span {
                display: inherit;
        }
}


/* SEARCH */

.search-container-small {
	width: 450px;
	position: absolute;
	float: right;
	clear: both;
	right: 0;
	top: 40px;
	z-index:11000;
}
.dark input {
	color: #fff;
}
.dark .search-container-small .search-wrapper, .dark .search-container .search-wrapper {
	background-color: #303134;
	color: #fff;
	border-color: #444;
}
body .search-container-small .search {
	font-size:22px;
	padding: 6px 40px 6px 18px;
	width: 200px;
	border: none;
	background-color:transparent;
}
body .search-container-small .search.focus {
	min-width: 400px;
	width: 100%;
}
.search-container-small .search-wrapper, .search-container .search-wrapper {
	float: right;
	position: relative;
	border: 1px solid #ced4da;
	border-radius: 20px;
	background-color: #fff;
	overflow:hidden;
}
/*
.search-container-small .search-wrapper:focus-within, .search-container .search-wrapper:focus-within {
	border-color: #b599f1;
}*/
.search-container-small .btn-search {
	position: absolute;
	right: 5px;
	top: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 0;
	background: transparent;
	outline: none;
}
.search-container-small .btn-search svg, .search-container .btn-search svg {
	height: 24px;
	width: 24px;
	stroke: #757575;
	fill:none;
}
.dark .search-container-small .btn-search svg, .dark .search-container .btn-search svg {
	stroke: #fff;
}
.show {
	display: block !important;
}
.search-results {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #ced4da;
}
.dark .search-results {
	border-color: #e7e6e4;
}
.search-result {
	padding: 5px 20px 5px 15px;
	overflow:hidden;
	white-space: nowrap;
}
.search-results a:hover .search-result {
	background-color: #f8fafd;
}
.dark .search-results a:hover .search-result {
	background-color: #222;
}
.search-result .result-logo {
	display: inline-block;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.search-result .result-logo img {
	width: 35px;
}
.search-result .result-text {
	display: inline-block;
	max-width: 300px;
}
.search-result .result-description {
	font-size: 14px;
	padding-top: 4px;
}
.search-result .result-company-name {
	color: #aaa;
}


.grey-button {
	background-color: #efefef;
	color: #444;
	border-radius: 8px;
	padding: 7px;
	padding-left: 15px;
	padding-right: 15px;
	border-width: 0;
}
.dark .grey-button {
	background-color: #303134;
	color: #fff;
}
.red-button {
	background-color: #cc77cc;
	color: #fff;
	border-radius: 8px;
	padding: 7px;
	padding-left: 15px;
	padding-right: 15px;
	border-width: 0;
}
.w-100 {
	width: 100%;
}

.alert {
	text-align: center;
	font-size: 20px;
	background-color: #cc77cc;
	color: #fff;
	font-weight: bold;
	border-radius: 8px;
	padding: 11px;
}
.error-alert {
	background-color: #cc77cc;
	color: #fff;
}
.success-alert {
	background-color: #55bbbb;
	color: #fff;
}

/* Signup */
.sign-up-container {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.input-error {
	color: #aa11aa;
}
input.error {
	border-color: #aa11aa;
}
.overflow-hidden {
	overflow: hidden;
}


.button-delta-app, .button-delta-app-v2 {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;

    margin-top: 7px;
    margin-bottom: 7px;
	background-color: #fff;
}
.dark .button-delta-app, .dark .button-delta-app-v2 {
	background-color: #222;
}

.button-delta-app {
    color: #888;
    border: 3px solid #888;
}
.button-delta-app-v2 {
    color: #6236ff;
    border: 3px solid #6236ff;
}

@media only screen and (min-width: 899px) {
	.button-delta-app, .button-delta-app-v2 {
		display: none;
	}
}
