﻿.aconnectSystem {
  width: 100%;
  text-align: right;
  font-size: 14px;
  padding-top: 20px;
}

.aconnectSystem a {
  color: black !important;
}

.aconnectSystem a:hover {
  color: #16B14C !important;
}

.container-fluid {
  padding: 0!important;
}

.stock_content_bg {
  padding-left: 23px;
}

.ir_stock_box {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e2f6e8;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  border-bottom: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
  text-align: start;
}

.ir_stock_box_2 {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
  text-align: center;
}

.table_01 {
  padding: 20px;
}

.table_02 {
  padding: 20px;
  border-left: dashed;
  border-left-width: 1px;
  border-left-color: #cfcfcf;
}

.table_03 {
  padding: 20px;
  border-left: dashed;
  border-left-width: 1px;
  border-left-color: #cfcfcf;
}

.table_04 {
  padding: 20px;
  border-left: dashed;
  border-left-width: 1px;
  border-left-color: #cfcfcf;
}

.btn-periodgroup>button {
  color: #000;
}

.stock_text {
  font-size: 16px;
  text-transform: none;
  color: #000;
}

.stock_text_big {
  font-size: 24px;
  text-transform: none;
  color: #000;
  font-weight: bold;
}

.stock_text_green {
  font-size: 36px;
  text-transform: none;
  color: #16B14C;
  font-weight: bold;
}

.stock_text_green_s {
  font-size: 24px;
  text-transform: none;
  color: #16B14C;
}

.stock_text_footer {
  font-size: 14px;
  text-transform: none;
  color: #000;
  text-align: center;
}

.btn-periodgroup>button {
  color: #000;
}

.btn-periodgroup>button.active {
  background-color: #16B14C;
  color: white !important;
}

#StockDiv a:hover {
  background-color: #16B14C;
  color: white !important;
  text-decoration: none !important;
}

#menu a {
  text-decoration: none !important;
  font-size: 14px;
}

#footer a {
  text-decoration: none !important;
}

.btn-periodgroup>button {
  margin: 0 5px !important;
  min-width: 90px;
}

@media screen and (max-width: 1199px) {
  .btn-periodgroup {
      justify-content: space-between;
      display: flex;
      overflow-x: scroll;
      padding: 10px 0;
  }

  .btn-periodgroup::-webkit-scrollbar {
      height: 5px !important;
  }

  .btn-periodgroup::-webkit-scrollbar-thumb {
      background: #e2f6e8;
      border-radius: 10px;
  }

  .ir_stock_box{
      margin-top: 0!important;
      justify-content: space-evenly;
  }

  .ir_stock_box,
  .ir_stock_box_2 {
      width: 100%;
      padding: 20px;
  }

  .table_01{
    width: 100%;
    padding: 10px 10px;
    text-align: center !important;
  }

  .table_02,
  .table_03,
  .table_04 {
      width: auto;
      padding: 10px 20px;
      text-align: center !important;
      border: none;
  }
}


@media screen and (max-width: 640px) {
  .ir_stock_box{
    flex-direction: column;
  }
}