/* Основные стили */
body {
  margin: 0;
  padding: 0;
  background: #f6f6f6;
  width: 100%;
  vertical-align: middle;
}

.parent {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

.parent_text {
  margin-top: 20px;
  margin-bottom: 25px;
  text-align: center;
}

.parent_text h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #00364b;
}

.header_table {
  width: auto;
}

.pull-rigth {
  position: inherit;
}

.header_table h2 {
  text-align: center;
  margin: 10px 0px 25px 0px;
}

a {
  color: black !important;
  text-decoration: none !important;
  font-weight: bold;
}

a:focus, a:hover {
  color: black !important;
  text-decoration: none !important; 
}

/* CHARTS */
.chart {
  margin-top: 10px;
}
td img {
  height: 60px;
  width: 175px;
}

/* FOOTER */

.container__icon__market {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.footer-describe {
  margin-top: 20px;
  font-size: 16px;
}

.icon__market:first-child {
  margin-right: 20px;
}

.icon__market {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.icon__market_png {
  width: 170px;
  height: 53px;
  transition: all 0.3s ease;
}

.icon__market_png:hover {
  filter: invert(100%);
  border-radius: 10px;
  transition: all 0.3s ease;
}

/* social icons */

.container-favicon {
  display: flex;
  justify-content: center;
}

.icon-social {
  margin: 5px;
  width: 50px;
  height: 50px;
  opacity: 0.3;
}

.icon-social:hover {
  opacity: 1;
  animation: up-to-icon 0.1s linear;
}

.payment-system {
  width: 5%;
  height: 5%;
  margin-left: 10px;
}

.web-pay {
  width: 11%;
  height: 11%;
  margin-left: 10px;
}

.payment-block {
  margin-top: 20px;
  width: 100%;
}

@keyframes up-to-icon {
  0%   {transform: translateY(0px)}
  100% {transform: translateY(-7px);}
}

@media all and (max-width:360px){

  .container__icon__market {
    flex-direction: column;
  }

  .icon__market:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }

}

/* animation table */
.animation-slide-left {
  animation: slide-left 0.2s ease-in;
}

@keyframes slide-left {
  0% {
    transform: translateX(-1000px);
  }
  100%{
    transform: translateX(0px);
  }
}

.animation-slide-rigth {
  animation: slide-rigth 0.2s ease-in;
}

@keyframes slide-rigth {
  0% {
    transform: translateX(1000px);
  }
  100%{
    transform: translateX(0px);
  }
}

[data-label="Price Graph (50d)"] {
  height: 60px;
  width: 175px;
}

span.toolbar-button-favorite {
  cursor: pointer;
  display: table-cell;
  border: 1px solid #c1ccd9;
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 13px;
  box-shadow: 0px 0px 2px 0px black;
  transition: all 0.2s ease;
}

span.toolbar-button-unwatch,
span.toolbar-button-watch {
  cursor: pointer;
  display: table-cell;
  border: 1px solid #c1ccd9;
  padding: 8px;
  border-radius: 5px;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 13px;
  box-shadow: 0px 0px 2px 0px black;
  transition: all 0.2s ease-in;
}

.button__watch_star {
  font-size: 16px;
}

span.toolbar-button-favorite:hover,
span.toolbar-button-watch:hover {
  background-color: #0185f5;
  color: white;
  border: 1px solid #0185f5;
  transition: all 0.2s linear;
}
span.toolbar-button-favorite:active {
  box-shadow: 0px 0px 0px 0px black;
}
.view_on_yahoo_mobile {
  display: none;
}

.view_on_yahoo {
  float: right;
  margin-top: 15px;
}

.button__watch,
.button__unwatch {
  float: right;
}

@media (max-width: 434px) {
  .view_on_yahoo {
    display: none;
  }

  .view_on_yahoo_mobile {
    display: flex;
    float: right;
    margin-right: 5px;
  }

  .container-footer {
    margin-top: 35px;
  }
}

.paragraph {
  display: inline-table;
}

/* Секция нового меню с кнопкой для адаптивности */
.navbar-custom {
	padding: 1px;
	letter-spacing: 1px;
  background: #fff;
}
.navbar-custom .navbar-brand {
	font-weight: 600;
}
.navbar-custom .navbar-brand i.fa {
	color: #f6f6f6;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-toggle {
	color: #00364b;
	font-size: 18px;
	border-radius: 2px;
	padding: 0 4px;
}
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
	background-color: #f6f6f6;
	color: #00364b;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a {
	color: #fff;
}
.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
	outline: 0;
	color: #00364b;
	background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #00364b;
}
.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
	color: #fff;
}
.navbar-header {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .navbar {
    width: 100% !important;
  }
  .navbar-header, .collapse, .container-sticky, .parent {
    width: auto !important;
  }
}

@media (min-width: 1000px) {
  .navbar-header {
    width: 50% !important;
  }
}


/* Modal menu */
.hide-menu {
  width: 100%;
  display: none !important;
}

.modal-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #3e4042;
  opacity: 0.7;
  z-index: 10;
}

/* Symbol close */
.container__flex_symbol {
  display: flex;
  justify-content: center;
} 

.close {
  z-index: 12;
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 1 !important;
  background-color: #3e4042;
}
.close:hover {
  opacity: 1;
}

#list-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  margin-top: 200px;
  z-index: 10;
}

#list-menu a {
  display: flex !important;
  width: max-content;
  z-index: 10;
  font-size: 35px;
  color: white !important;
  margin-left: auto;
  margin-right: auto;
}

#list-menu a:active {
  text-decoration: none;
}

.text {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #424141;
}

.text-logo {
  margin-top: 15px;
  margin-left: 10px;
  font-family: 'Raleway', Helvetica, sans-serif;
  font-weight: 600;
  font-size: 30px;
}

.text-beta {
  position: absolute;
  font-weight: bold;
  color: #c62121;
}

@media (min-width: 771px) 
and (max-width: 1000px) {
  .text-beta {
    position: unset;
    float: right;
    font-weight: bold;
    color: #c62121;
  }
}

.main-logo {
  float: left;
  width: 40px;
  height: 40px;
}

@media (max-width: 768px) {
  ul.cat li {
    display: block;
  }
  ol.type li {
    display: block;
    margin: 30px;
  }
  ol.type li a {
    color: #fff;
    padding: 8px 16px;
    border: 1px solid grey;
    border-radius: 2px;
  }
  ol.type li a.active {
    color: #f6f6f6;
    border: 1px solid grey;
    background: #ab864f;
  }
  ol.type li a:hover {
    color: #f6f6f6;
    border: 1px solid grey;
    background: #ab864f;
  }
}


/* Секция кнопок пагинации */
.paginator-with-button {
  width: 100%;
}

.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.paginator-button {
  float: right;
  color: #00364b;
  width: max-content;
}

.extend {
  background: white;
  border: 1px solid #00364b;
  border-radius: 5px;
 }


.paginator-box {
  width: 90%;
  float: right;
}

.pagination-button {
  background: #fff;
  color: #00364b;
  border: solid #cccccc;
  border-width: thin;
}

.pagination-button:hover, .extend:hover {
  background: #cccccc;
}

.active {
  border: 1px solid #00364b;
}

.left-pagination-button {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.right-pagination-button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select-pagination {
  height: 24px;
  margin-left: 10px;
  border: solid #cccccc;
  border-width: thin;
  border-radius: 4px;
  color: #333;
}

.box {
  margin-left: 20px;
}

.pagination-span {
  margin-left: 10px;
}

/* Медиа-запрос для пагинации */
@media screen and (max-width: 1100px) {
	.paginator-button {
    float: right;
    margin-bottom: 10px;
  }
  
  .paginator-box {
    width: 100%;
    float: left;
  }
}


/* Секция кнопок сортировки */
.ascending {
  background: url(../images/ascending.png) no-repeat;
  background-size: 10px 10px;
}

.descending {
  background: url(../images/descending.png) no-repeat;
  background-size: 10px 10px;
}

.color_rows, .color_rows_before {
  background: rgb(229, 255, 230) !important;
}

/* Классы для скрытия/показа графиков на детальной странице */
.disp {
  display: none;
}

.disp-t {
  display: block;
}

.coinlib-chart {
  height: 560px;
  background-color: #FFFFFF; 
  overflow: hidden; 
  box-sizing: border-box;
  border: 1px solid rgba(0, 85, 85, 0.2);
  border-radius: 4px; 
  text-align: right; 
  line-height: 14px;
  font-size: 12px; 
  font-feature-settings: normal; 
  text-size-adjust: 100%;
  box-shadow: inset 0 -20px 0 0 rgba(0, 85, 85, 0.2);
  padding: 0px;
  margin: 0px;
  width: 100%;
}

.coinlib-iframe {
  border: 0;
  margin: 0;
  padding: 0;
  line-height: 14px;
}

/* Секция кнопок регистрации */
.login { 
  background-color: #00364b !important;
  color: white;
  border: 1px solid white !important;
}

.get-started {
  font-weight: bold;
  width: 200px;
  min-width: min-content;
  height: 40px;
  font-size: 20px;
  background-color: white;
  border: 0;
}

#modal-button-signup {
  color: #00364b;
  border-radius: 2px;
  border: #c1ccd9 1px solid;
}

#modal-button-login {
  margin-top: 10px;
  border: 0;
  border-radius: 2px;
}

/* Секция полоски с регистрацией */

.registration__strip {
  z-index: 15;
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #00364b;
  padding: 10px;
  box-shadow: 2px 3px 20px 0px #00364b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.container__registration__strip {
  display: flex;
  justify-content: space-between;
}

.container__registration__strip_describe {
  color: white;
  display: flex;
  align-items: center;
  margin-left: 5px;
  /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
  font-size: 16px;
}

.container__registration__strip_buttons {
  display: flex;
}

.container__registration__strip_buttons_login,
.container__registration__strip_buttons_signup {
  text-decoration: none;
  font-size: 20px;
  border: 1px solid white !important;
  margin: 1px;
  width: 200px;
  min-width: min-content;
  height: 40px;
  font-weight: bold;
}

.container__registration__strip_buttons_login {
  background-color: #00364b;
  border-color: white;
  color: white;
}

.container__registration__strip_buttons_signup {
  background-color: white;
  border-color: white;
  color: #00364b;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .container__registration__strip_buttons_login,
  .container__registration__strip_buttons_signup {
    font-size: 1.667vw;
  }
  .container__registration__strip_describe {
    font-size: 1.6vw;
  }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .container__registration__strip_buttons_login,
  .container__registration__strip_buttons_signup {
    font-size: 1.916vw;
    width: 16.667vw;
  }
  .container__registration__strip_describe {
    font-size: 2vw;
  }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .container__registration__strip_buttons_login,
  .container__registration__strip_buttons_signup {
    font-size: 2.6vw;
    width: 19.557vw;
  }
  .container__registration__strip_describe {
    font-size: 2.5vw;
  }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
  .container__registration__strip_buttons_login,
  .container__registration__strip_buttons_signup {
    font-size: 3.2vw;
    width: 19.557vw;
    height: 4.2vh;
    border-top-left-radius:     20px;
    border-top-right-radius:    20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius:  20px;
  }
  .container__registration__strip_describe {
    font-size: 2.7vw;
  }
}

/* Landscape phones and smaller */
@media (max-width: 320px) {
  .container__registration__strip_buttons_login,
  .container__registration__strip_buttons_signup {
    font-size: 3.5vw;
    width: 19.557vw;
    height: 4.2vh;
    border-top-left-radius:     20px;
    border-top-right-radius:    20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius:  20px;
  }
}

.sticky {
  position: fixed;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 0;
  bottom: unset;
  width: 100%;
}

.toTopNew {
  position: fixed;
  right: 0px;
  bottom: 0px;
  margin-bottom: 60px !important;
}

/* Кнопка логаут */
.wrpap {
  position: relative;
}

.logout {
  display: block;
  margin-left: 50px;
  top: 20px;
}

.facebook-photo {
  border-radius: 50%;
  margin-top: 5px;
  margin-left: 15px;
  display: block;
  float: left;
  width: 40px;
  height: 40px;
}

.swal-size {
  font-size: 11px !important;
}

/* Стили таблицы */
table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: separate !important;
  border-spacing: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-size: 14px;
	color: #3e4042;
}

table tr {
  padding: 5px;
}

table th, table td {
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0.6px solid #cccccc;
  padding: 5px;
  text-align: center;
  width: 15px;
}

table th {
  font-size: 14px;
  letter-spacing: 1px;
}

.crypto_symbol {
  width: 100px !important;
}

.strength {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 5px;
  width: 50px;
  border: 1px solid;
  border-radius: 50%;
}

.strength2 {
  text-align: center;
  font-size: 26px !important;
  font-weight: bold;
  border: 1px solid;
  padding: 10px 0px 10px 0px;
  display: inline-block;
  width: 60px !important;
  border-radius: 50%;
}


/* Прячем колонку */
.hide {
  display: none;
}

.hide-change {
  display: none;
}


/* Медиа запросы для адаптивной таблицы */
@media screen and (max-width: 1300px) {
  .preview__title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 26px;
    color: #fff;
    margin-bottom: 40px;
  }
}


/* Стили для отдельной страницы по каждой акции */
.underscore {
  border-bottom: 3px solid #00364b;
}

.underscore2 {
  border-bottom: 3px solid #fff;
}

.popup-ico {
  float: center;
  cursor: pointer;
}

@media screen and (max-width: 495px) {
  .popup-ico {
    display: block;
  }
}

.popup-text {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-size: 20px;
}

.swal2-styled.swal2-confirm {
  background-color: rgba(0, 85, 85, 0.2) !important;
  color: black !important;
}

.overflow-x {
  overflow-x: hidden;
}

#tradingview_d0893 {
  width: 100%; 
  height: 550px;
  border: none;
}

.title_image {
  width: 32px;
  height: 32px;
  background: #fff;
  float: left;
}

.title_text {
  float: left;
  margin-left: 10px;
  font-weight: 500;
  font-size: 30px;
  color: #fff;
}

.title_twotext {
  float: right;
  margin-top: 10px;
  margin-left: 20px;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}

.title_logout {
  float: right;
  margin-top: 5px;
  margin-right: 30px;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}

.container_for_input {
  float: left;
  display: block;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

#input {
  margin-top: -6px;
  vertical-align: middle;
}

.search_button {
  margin-top: -6px;
  vertical-align: middle;
  color: #fff;
  background: none;
  border: none;
  padding-top: 4px;
  padding-bottom: 1px;
  font-size: 12px;
  transition: all 0.5s;
}

.preview_title_detpage {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 26px;
  color: #00364b;
  margin-bottom: 50px;
}

.company_name {
  font-weight: 600;
  font-size: 24px;
  color: #00364b;
}

.paragraph {
  margin-top: 30px;
  font-size: 20px;
}

.explain {
  font-size: 18px;
}

.company_symbol {
  font-weight: 500;
  font-size: 16px;
  color: #00364b;
}

.control-border {
  border-top: none !important;
  text-align: center !important;
}

.overflow {
  overflow-x: scroll !important;
}

.overflow2 {
  /* display: block; */
  position: relative;
  width: 100%;
  border-top: none;
  border-bottom: none;
  border-left: 1px solid rgba(0, 85, 85, 0.2);
  border-right: 1px solid rgba(0, 85, 85, 0.2);
  overflow-x: scroll !important; 
  /* overflow-y: hidden !important; */
  user-select: none;
  cursor: grab;
}

.overflow2:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

/* .active {
  display: block;
} */

/* .common {
  display: list-item;
  border-left: 1px solid rgba(0, 85, 85, 0.2);
  border-right: 1px solid rgba(0, 85, 85, 0.2);
  overflow-x: scroll !important; 
  overflow-y: hidden !important;
  user-select: none;
  cursor: grab;
} */ 

.detailed_table td, .detailed_table3 td {
	border-bottom: none !important;
}

.hist_datetime {
  display: block;
  width: 90px;
}

.container__flex_popub {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container__flex_popub img {
  width: 16px;
  height: 16px;
}

.container-footer {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 500px) {
  .detailed_table3 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .detailed_table3 tr {
    display: block;
  }
  
  .detailed_table3 td {
		width: 100%;
		border-bottom: 0.1vh solid rgba(0, 85, 85, 0.2) !important;
		display: block;
		font-weight: 400;
  	font-size: 15px;
    text-align: right;
  }
  
  .detailed_table3 td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
}

.detailed_table3 .detailed_table2 {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 15px;
  color: black;
  border: none;
}

.detailed_table2 th, .detailed_table2 tr, .detailed_table2 td {
  border: 0.1vh solid rgba(0, 85, 85, 0.2) !important;
  padding: 5px;
  text-align: center;
  width: 5px;
}

.detailed_table3 thead tr th, .detailed_table2 thead tr:nth-child(1),
.detailed_table thead tr:nth-child(1) {
  background: rgba(0, 85, 85, 0.2) !important;
}

.overflow {
  border-left: 1px solid rgba(0, 85, 85, 0.2);
  border-right: 1px solid rgba(0, 85, 85, 0.2);
}

.explanation {
  color: #00364b;
  text-align: center;
  font-weight: 200;
  font-size: 11px;
  margin-top: 10px;
}

.hide-add-code {
 display: none;
}


/* Детальная таблица с div*/
.d-table2 {
  display: table;
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}

.d-tr {
  display: table-row;
}

.d-th {
  display: table-cell;
  text-align: center;
  border: 0.1vh solid rgba(0, 85, 85, 0.2) !important;
  vertical-align: middle;
  font-weight: bold;
}

.d-caption {
  display: table-caption;
  text-align: center;
  border: 0.1vh solid rgba(0, 85, 85, 0.2) !important;
  vertical-align: middle;
  font-weight: bold;
}

/* Секция футера */
.footer {
  justify-content: center;
  width: 100%;
  background: #fff;
  padding: 10px 0 10px;
  text-align: center;
  margin-top: 20px;
}

.footer__title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #000;
}

.footer__info {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  margin-top: 20px;
  font-size: 20px;
  color: #000;
}


/* Другие стили */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 99999;
	height: 100%;
}

#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 120px;
	height: 120px;
	margin: -65px 0 0 -65px;
	padding: 0;
}

.toTop {
  z-index: 3;
  font: 800 24px / 24px ProximaNova;
  text-align: center;
  padding: 5px;
  position: fixed;
  bottom: 10px; /* отступ кнопки от нижнего края страницы*/
  right: 10px;
  cursor: pointer;
  display: none;
  transform: none;
}

.toTop .link_to_top {
  color: #cccccc;
}

.link_to_top {
 cursor: pointer;
}

.link_to_top {
  color: #cccccc;
  font: 800 24px / 24px ProximaNova;
}

.link_to_top:hover,
.link_to_top_active {
  color: #ffffff;
  font: 800 24px / 24px ProximaNova;
  background-color: #cccccc;
  border-radius: 4px;
  text-decoration: none;
}

.click {
  cursor: pointer;
}

.click:hover {
  text-decoration: underline;
}

.color_symbol {
  color: #00364b !important;
  padding: 5px;
  border: 0.7px solid #00364b;
  border-radius: 5px;
}

.color_symbol:active, .color_symbol:focus {
  color: #00364b !important;
  text-decoration: none !important; 
}

.color_symbol:hover {
  background: #d3d3d3;
}



/* sticky column and header */
[scope="col"] {
  cursor: pointer;
  z-index: 1;
  position: sticky;
  position: -webkit-sticky;
  border-top: 0.6px solid #cccccc;
  border-bottom: none !important;
  box-shadow: inset 0 -0.6px 0 #cccccc;
  border-left: 0px;
  border-right: 0px;
  top: 0;
  background-color: #fff;
}

[scope="col-detailed"] {
  border-top: 0.6px solid #cccccc;
  border-bottom: none !important;
  box-shadow: inset 0 -0.6px 0 #cccccc;
  border-left: 0px;
  border-right: 0px;
  top: -1px;
  background-color: #fff;
}

[data-label="Symbol"] {
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  background-color: #fff;
  z-index: 5;
}

[data-label="fixed-symbol"] {
  z-index: 6;
  position: sticky;
  position: -webkit-sticky;
  background-color: #fff;
  left: 0;
  top: 0;
}

[data-label="fixed-alg"] {
  z-index: 5;
  position: sticky;
  position: -webkit-sticky;
  left: -5px;
  background-color: #fff;
  top: 53px;
}

[data-label="fixed-col"] {
  z-index: 6;
  position: sticky;
  position: -webkit-sticky;
  left: -1px;
  background-color: #fff;
  top: 53px;
}

[data-label="fixed-crypto"] {
  z-index: 6;
  position: sticky;
  position: -webkit-sticky;
  left: -5px;
  background-color: #fff;
  top: 53px;
}

/*border: 0.6px solid #cccccc;*/

@media screen and (max-width: 800px) {
  .header_table  h2 {
    font-size: 22px;
  }

  table {
    font-size: 14px !important;
    width: 100%;
  }

  [scope="col"] {
    font-size: 14px;
  }

  table td {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    z-index: 1;
  }

  .hist_datetime {
    display: block;
    width: 100px;
  }

  [data-label="fixed-name"],
  [data-label="Name"] {
    border-right: 0.6px solid #cccccc;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  [data-label="fixed-symbol"],
  [data-label="Symbol"] {
    border-right: 0.6px solid #cccccc;
  }

  svg {
    height: 60px;
    width: 150px;
  }

  .fixed_header {
    font-size: 14px !important;
  }

  .title_text {
    font-size: 30px !important;
  }
    
  .title_twotext {
    font-size: 25px;
  }
    
  h2 {
   font-size: 100px;
   text-align: center;
  }
}

.style-color {
  background: #00364b !important;
  border-color: #00364b !important;
}

/* Стилизованный скроллбар */
::-webkit-scrollbar {
  width: 8px;
  height: 7px;
}

::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 2px;
  border-color: #f6f6f6;
  background-color: #00364b;
}

::-webkit-scrollbar-thumb:hover {
  border-width: 1px 1px 1px 2px;
  border-color: #f6f6f6;
  background-color: #00364b;
}

::-webkit-scrollbar-track {
  border-width: 1px;
  background-color: #f6f6f6;
  border-color: #fff;
}


/* Прелоадер */
.html-class, .body-class {
  -webkit-font-smoothing: antialiased;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0;
  height: 100%;
  width: 100%;
  display: table;
}

.html-class {
  background: black;
}
.body-class {
  overflow: hidden;	
}
.body-class p {
  color : black;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 2em;
  line-height: 2em;
}
.body-class i {
  display: inline-block;
  font-style: normal;
  padding: 0 0.25em;
  /* -webkit-transform: scale(0) translate3d(0, -2000px, 0);
     -moz-transform: scale(0) translate3d(0, -2000px, 0);
    -ms-transform: scale(0) translate3d(0, -2000px, 0);
     -o-transform: scale(0) translate3d(0, -2000px, 0); */
      transform: scale(0) translate3d(0, -2000px, 0);
}
.body-class i.fly-in-out {
  -webkit-animation: fly-in-out 2s infinite ease-in-out;
  -moz-animation: fly-in-out 2s infinite ease-in-out;
  -o-animation: fly-in-out 2s infinite ease-in-out;
  animation: fly-in-out 2s infinite ease-in-out;
}

@-webkit-keyframes fly-in-out {
  0% {
    -webkit-transform: scale(0) translate3d(0, -1000px, 0);
  }
  15%, 85% {
    color: rgba(255, 255, 255, 0.8);
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    background: transparent;
  }
  100% {
    color: transparent;	
    -webkit-transform: scale(0) translate3d(0, 1000px, 0);
  }
}
@-moz-keyframes fly-in-out {
  0% {
    -moz-transform: scale(0) translate3d(0, -2000px, 0);
  }
  15%, 85% {
    color: rgba(255, 255, 255, 0.8);
    -moz-transform: scale(1) translate3d(0, 0, 0);
    background: transparent;
  }
  100% {
    color: transparent;	
    -moz-transform: scale(0) translate3d(0, 2000px, 0);
  }
}
@-o-keyframes fly-in-out {
  0% {
    -o-transform: scale(0) translate3d(0, -2000px, 0);
  }
  15%, 85% {
    color: rgba(255, 255, 255, 0.8);
    -o-transform: scale(1) translate3d(0, 0, 0);
    background: transparent;
  }
  100% {
    color: transparent;	
    -o-transform: scale(0) translate3d(0, 2000px, 0);
  }
}
@keyframes fly-in-out {
  0% {
    transform: scale(0) translate3d(0, -2000px, 0);
  }
  15%, 85% {
    color: rgba(255, 255, 255, 0.8);
    transform: scale(1) translate3d(0, 0, 0);
    background: transparent;
  }
  100% {
    color: transparent;	
    transform: scale(0) translate3d(0, 2000px, 0);
  }
}
#one {
  animation-delay: 0.3s;
}
#two {
  animation-delay: 0.4s;
}
#thr {
  animation-delay: 0.5s;
}
#fou {
  animation-delay: 0.6s;
}
#fiv {
  animation-delay: 0.7s;
}
#six {
  animation-delay: 0.8s;
}
#sev {
  animation-delay: 0.9s;
}
#eig {
  animation-delay: 1s;
}

/* Popup window styles */
* {
  box-sizing: border-box;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  transition: opacity .3s ease;
}

.modal-container {
  width: 90%;
  margin: 40px auto 0;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  height: 55vh;
  margin: 20px 0;
  overflow-y: auto;
  position: relative;
}

.modal-footer {
  text-align: center !important;
}

.form-label > .form-control {
  margin-top: 0.5em;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  line-height: 1.5;
  border: 1px solid #ddd;
}

.border-frame:hover {
  background: rgba(0, 85, 85, 0.2) !important;
  cursor: pointer;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* dropdown-menu */
.dropdown-menu{
  text-align: center !important; 
  font-family: unset !important;
}

.dropdown-item {
  cursor: pointer;
}

.delete-favorit,
.delete-favorite {
  cursor: pointer;
}

.dropdown-item-add {
  cursor: pointer;
}

.test:after {
  content: '\2807';
  text-align: center;
  vertical-align: center;
  font-size: 20px;
  margin-top: 100px;
}

/* tab nav */
.btn-get-common,
.btn-get-favorits {
  display: inline-block;
  margin: 2px;
  height: 37px;
  margin-top: 3px;
  border: 1px solid #cccccc;
  justify-content: center;
  cursor: pointer;
  border-radius: 3px;
  padding: 5px;
  font-size: 15px;
  font-weight: normal !important;
  width: max-content;
  min-width: min-content;
  padding: 7px;
}
.btn-get-common {
  margin-left: -5px;
}
.btn-get-favorits :hover {
  color: #337ab7 !important;
  font-weight: bold !important;
}
.btn-get-favorits a {
  color: #333 !important;
  font-weight: normal !important;
}
.button_next_page {
  margin: 2px;
  display: flex;
  float: right;
  height: 37px;
  margin-top: 3px;
  border: 1px solid #cccccc;
  justify-content: center;
  cursor: pointer;
  border-radius: 3px;
  padding: 5px;
  font-size: 15px;
  width: max-content;
  padding: 7px;
}

.border__rigth_none {
  border-right: 0;
}

.button_next_page:nth-child(1) {
  border-right: 0;
}

#table-switch {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.switch-panel {
  height: 40px;
}

.control-panel {
  width: auto;
  height: auto;
}

/* arrow nav to top */
#navTop {
  z-index: 100;
}


/* describe for empty list */
.list__empty {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 20px;
  font-variant-caps: all-petite-caps;
  font-weight: bold;
}

@media (max-width: 800px) {
  .btn-get-common,
  .btn-get-favorits,
  .button_next_page {
    font-size: 15px;
  }

  #table-switch {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* watchlist */
.active {
  color: #00364b;
  font-weight: bold;
}

/* arrows */
.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: flex;
  float: left;
  padding: 3px;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* next and preview page */
.button_next_page {
  display: flex;
  float: right;
}
.main-body {    
  width: fit-content;
}

/* for sticky header */
.flex-space-sticky {
  position: sticky;
  left: 0;
  z-index: 7;
}
.flex-space-sticky-panel {
  position: sticky;
  left: 0;
  z-index: 8;
}

table {
  width: 100%;
}

th p {
  display: initial;
  margin: 5px 10px 0 10px;
}

.container_name_column {
  display: flex;
  justify-content: center;
}

.switch-panel {
  width: 100%;
}

/* PRELOADER */
*,:after,:before{
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}
.mk-spinner-wrap{
  min-height:100px;
  width:100%;
  position:relative;
  display: flex;
}
@-webkit-keyframes a{
  0%{
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }
  to{
    -webkit-transform:rotate(1turn);
    transform:rotate(1turn)
  }
}
@keyframes a{
  0%{
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }
  to{
    -webkit-transform:rotate(1turn);
    transform:rotate(1turn)
  }
}
.mk-spinner-ring{
  content:"";
  display:inline-block;
  position:absolute;
  width:50px;
  height:50px;
  top:50%;
  margin-top:-25px;
  left:50%;
  margin-left:-25px;
  z-index:1;
  border-radius:50%;
  border: 3px solid #00364b;
  border-left-color:transparent;
  background:transparent;
  -webkit-animation:a 1s infinite linear;
  animation:a 1s infinite linear
}

/* убираем стрелоки с инпута */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

/* FILTER */
.container__filter_absolute {
  position: fixed;
  height: 100vh;
  left: -440px;
  height: 100%;
  width: 440px;
  padding-left: 5px;
  padding-right: 5px;
  top: 0;
  z-index: 100;
  background-color: #00364b;
  overflow-x: scroll;
}

.container__filter_activate {
  left: 0;
}

.container__filter_content {
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  margin-top: 14px;
}

.close:before, .close:after {
  position: absolute;
  left: 38px;
  content: ' ';
  height: 28px;
  width: 2px;
  background-color: white;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

.container__filter_block {
  margin-top: 20px;
  color: white;
  /* font-size: 15px;
  font-weight: bold; */
  font-family: sans-serif;
}

.container__filter_inputs {
  display: flex;
  flex-direction: row;
}

.container__filter_inputs_crypto {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}

.container__filter_select {
  outline: none;
}

.exchanges-margin {
  margin-right: 57px;
}
.pr-change-cr-margin {
  margin-right: 6px;
}
.volatility-margin {
  margin-right: 41px;
}
.volume-margin {
  margin-right: 73px;
}
.cmp_index-margin {
  margin-right: 48px;
}
.close-margin {
  margin-right: 84px;
}
.power_c-margin {
  margin-right: 66px;
}
.power_ml-margin {
  margin-right: 57px;
}

@media (max-width: 450px) {
  .container__filter_inputs,
  .container__filter_inputs_crypto,
  .exchanges-margin,
  .pr-change-margin,
  .pr-change-cr-margin,
  .volatility-margin,
  .volume-margin,
  .cmp_index-margin,
  .close-margin,
  .power_c-margin,
  .power_ml-margin
  {
    display: block;
    margin-left: 15px;
  }

  .container__filter_inputs_crypto {
    margin-top: 45px;
  }

  .container__filter_content {
    margin-top: -5px;
  }

  .pr-change-cr-margin {
    margin-right: 0px;
  }

  .container__filter_absolute,
  .container__filter_activate {
    width: 320px;
    overflow: auto;
  }

  .container__filter_select {
    margin-left: 25px;
  }

  .container__filter_inputs input,
  .container__filter_inputs_crypto input
  {
    width: 120px !important;
  }

  #reset, #apply, .for-buy, .for-sell {
    width: 125px !important;
  }
}

.container__filter_select select {
  width: 140px;
  height: 25px;
  margin-left: 20px;
  color: black;
  background-color: #b5b5b5;
  margin: 0 !important;
  font-size: 16px;
  font-weight: 400;
  font-family: sans-serif;
  outline: none;
  transition: all .3s ease-in-out;
}

.container__filter_select select:focus {
  background: white;
  transition: all .3s ease-in-out;
}

.container__filter_inputs input,
.container__filter_inputs_crypto input {
  width: 140px;
  height: 25px;
  margin-left: 10px;
  border-radius: 3px;
  color: black;
  background-color: #b5b5b5;
  font-size: 14px;
  padding-left: 10px;
  font-weight: 400;
  outline: none;
  transition: all .3s ease-in-out;
}

.container__filter_inputs input:focus,
.container__filter_inputs_crypto input:focus {
  width: 140px;
  border-radius: 3px;
  background-color: white;
  border: 3px solid #555;
  transition: all .3s ease-in-out;
}

.container__filter_inputs input:last-child,
.container__filter_inputs_crypto input:last-child {
  margin-left: 10px;
}

/* Filter buttons */
.container__filter_button {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 5px;
}

#reset, #apply {
  margin-top: 20px;
  width: 180px;
  height: 35px;
  border: solid #00364b;
  border-radius: 8px;
  outline: none;
  font-size: 17px;
  /* font-weight: bold; */
  background: white;
}

.for-buy, .for-sell {
  margin-top: -10px;
  width: 180px;
  height: 35px;
  border: solid #00364b;
  border-radius: 8px;
  outline: none;
  font-size: 17px;
  /* font-weight: bold; */
  color: white;
}

.for-buy {
  background-color: rgb(1, 162, 96);
}

.for-sell {
  background-color: rgb(239, 83, 80);
}

.for-sell, #apply {
  margin-left: 10px;
}

body {
  width: 100%;
}

.container-filter {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  justify-items: center;
  flex-wrap: wrap;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 10px;
  background-color: white;
  border-top: 1px solid #efefef;
}

.container-filter-name {
  display: flex;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.container-filter-select {
  background-color: white;
  margin-top: 5px;
  width: 100px;
  height: 25px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: 3px;
}

.flex-container-fields {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
  margin-top: 10px;
}

.flex-container-fields span{
  text-align: left;
  font-weight: bold;
  font-size: 15px;
}

.span-highlight {
  font-weight: normal !important;
}

.flex-container-inputs {
  display: flex;
  width: 100%;
}

.flex-container-inputs input{
  width: 100px;
  height: 25px;
  margin-right: 5px;
  margin-top: 5px;
  border-width: 2px;
  padding-left: 5px;
  border-style: groove;
  border-color: #d9d5d5;
  border-image: initial;
  background-color: initial;
  border-radius: 3px;
}

input {
  border: 1px solid #a1a1a1 !important;
}

.flex-container-fields span {
  text-align: left;
  font-weight: bold;
  font-size: 15px;
}

.margin-top {
  margin-top: 10px;
}


@media (max-width: 664px) {
  .container-filter {
    justify-content: center;
  }

  .flex-container-fields {
    margin-right: 0px;
  }

}

@media (min-width: 1295px) {
  .container-filter {
    justify-content: space-between;
  }
}

@media (max-width: 977px) {
  .container-filter {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/* MODAL FILTER */
.container-buttons-modal {
  width: 100%;
  display: flex;
  justify-content: center;
}

.btn-img-filter {
  width: 30px;
  margin-left: 4px;
  margin-right: -15px;
  float: right;
  opacity: 0.5;
}


.btn-img-filter:hover {
  opacity: 1;
}

.btn-img-filter img {
  width: 54%;
}

/* SEARCH */

.search {
  display: table;
}

.search input {
  background: none;
  border: none !important;
  outline: none;
  width: 28px;
  min-width: 0;
  padding: 0;
  z-index: 1;
  position: relative;
  line-height: 18px;
  margin: 5px 0px;
  font-size: 17px;
  -webkit-appearance: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  transition: all .6s ease;
  cursor: pointer;
  color: #00364b;
}
.search input + div {
  position: relative;
  height: 28px;
  width: 100%;
  margin: -28px 0 0 0;
}
.search input + div svg {
  display: block;
  position: absolute;
  height: 28px;
  width: 160px;
  right: 0;
  top: 0;
  fill: none;
  stroke: #00364b;
  stroke-width: 1.5px;
  stroke-dashoffset: 271.908;
  stroke-dasharray: 59 212.908;
  transition: all .6s ease;
}
.search input:not(:placeholder-shown), .search input:hover {
  width: 160px;
  padding: 0 4px;
  cursor: text;
}
.search input:not(:placeholder-shown) + div svg, .search input:hover + div svg {
  stroke-dasharray: 150 212.908;
  stroke-dashoffset: 300;
}

::-moz-selection {
  background: #c7c7c7;
}

::selection {
  background: #c7c7c7;
}

::-moz-selection {
  background: #c7c7c7;
}

.container__input__search {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
}

.container__input__search + ul {
  padding: 0 !important;
  border-width: 0px 1px 1px 1px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  width: 160px;
  /* box-shadow: 0px 3px 9px 0px black; */
  position: absolute;
  z-index: 100;
  background-color: white;
}

.container__input__search+ul>li{
  cursor: pointer;
  list-style-type: none;
}

.container__input__search+ul>li:hover{
  background-color: #eeeeee;
}

.container__search__results {
  display: flex;
  justify-content: space-between;
  padding-left: 5px;
  font-family: Arial, Helvetica, sans-serif;
}

.search__symbol,
.search__name {
  width: 50%;
  margin-top: 3px;
  color: #00364b;
  font-size: 15px;
}

#search-stocks {
  display: none;
}

.svg-search-header {
  z-index: -10;
}

.search-stock-template {
  display: inline-block;
}

/* Donation page */
.content {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  align-items: stretch;
}

.content-item {
  /* transform: perspective(1000px); */
  /* visibility: hidden; */
  /* box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.78); */
  /* box-shadow: -1px 1px 40px 3px rgba(0, 0, 0, 0.46); */
  
  box-shadow: -1px 1px 13px 0px rgba(0, 0, 0, 0.46);
  border-radius: 5px;
  padding: 20px;
  margin-top: 50px;
  width: 22%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

input[type="submit"] {
  background-color: #00364b;
  border: 1px;
  border-radius: 10px;
  color: white;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.how-to-use > h2 {
    text-align: center;
}

.info-text {
  margin: 0px 50px 0px 50px;
  text-align: justify;
  font-family: 'Work Sans', sans-serif;
  font-weight: 200;
  font-size: 16px;
}

input[type="submit"]:hover {
  background-color: white;
  color: #00364b;
}

@media all and (max-width: 730px) {
  .content{
    flex-direction: column;
    align-items: center;
  }

  .content-item {
    width: 50%;
  }
}

.h3-margin {
  margin-top: 5px !important;  
}

/*Всплывающее окно ограничевающее действия пользователя */
.subscribe {
  height: 50px;
  padding: 0px 20px 0px 20px;
  margin-bottom: 15px;
  font-size: 16px;
  border-radius: 10px !important;
  color: white;
  background-color: #00364b !important;
}

.subscribe-logo {
  width: 50px;
  height: 50px;
  margin: 10px 0px 20px 0px;
}