/* ****** *************  MARKETS STYLE * ************* ******/
.tradingview-widget-container{
    overflow: hidden !important;
}
.tradingview-widget-container.left_side{
    height: 910px !important;
    border-bottom: 1px solid #e9eff2;
}
.tradingview-widget-container.right_side{
    height: 680px !important;
}
.tradingview-widget-container iframe{
    position: relative;
    width: calc(100% - -3px) !important;
    height: calc(100% - -35px) !important; 
    left:-1px;
    top:-1px;
}

#content_markets{

    margin-bottom: 70px;
}

.title_markets{

    color: #262b3e;
    font-size: 18px;
    margin-left: 10px;
}

.text_markets{
    color: #262b3e;
}

.data_info_green{ 
  font-size: 14px;
  color: #37bc9b;
}

.data_info_red{ 
  font-size: 14px;
  color: #FF4A64;
}   

.data_info_green_grey{ 
  font-size: 14px;
  color: #004012;
}

.data_info_red_grey{ 
  font-size: 14px;
  color: #400101;
}

.data_info_default{ 
  font-size: 14px;
  color: #111;
}

.data_info_equal{
    font-size: 14px;
    color: #B8A242;
}
/* ****** *************  END MARKETS STYLE * ************* ******/

.move_arrow{
    position: relative;
    -webkit-animation: move_arrow 1s infinite; /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: alternate; /* Safari 4.0 - 8.0 */
    animation: move_arrow 1s infinite;
    animation-direction: alternate;
}

@-webkit-keyframes move_arrow {
    0%   {top: 0px;}
    50%  {top: 10px;}
    100% {top: 10px;}
}

@-moz-keyframes move_arrow {
    0%   {top: 0px;}
    50%  {top: 10px;}
    100% {top: 10px;}
}

@-ms-keyframes move_arrow {
    0%   {top: 0px;}
    50%  {top: 10px;}
    100% {top: 10px;}
}

@-o-keyframes move_arrow {
    0%   {top: 0px;}
    50%  {top: 10px;}
    100% {top: 10px;}
}

@keyframes move_arrow {
    0%   {top: 0px;}
    50%  {top: 10px;}
    100% {top: 10px;}
}



/* @group Blink 5s */
.blink_three {
    -webkit-animation: blink_three 2.5s linear infinite;
    -moz-animation: blink_three 2.5s linear infinite;
    -ms-animation: blink_three 2.5s linear infinite;
    -o-animation: blink_three 2.5s linear infinite;
    animation: blink_three 2.5s linear infinite;
}

@-webkit-keyframes blink_three {
    0% { opacity: 1; }
    90% { opacity: 1; }
    90.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-moz-keyframes blink_three {
    0% { opacity: 1; }
    90% { opacity: 1; }
    90.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-ms-keyframes blink_three {
    0% { opacity: 1; }
    90% { opacity: 1; }
    90.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-o-keyframes blink_three {
    0% { opacity: 1; }
    90% { opacity: 1; }
    90.01% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes blink_three {
    0% { opacity: 1; }
    90% { opacity: 1; }
    90.01% { opacity: 0; }
    100% { opacity: 0; }
}
