.layout_edit_enable {
  border: 1px dashed red;
  position: absolute;
}

.layout_edit_disable {
  position: absolute;
}

.layout_container_enable {
  border: 2px dashed green;
  position: absolute;
  background-image: url('../../images/rightdown.png'), url('../../images/move.png');
  background-repeat: no-repeat, no-repeat;
  background-position: right bottom, center;
}

.layout_container_disable {
  position: absolute;
}

.h5ta_NormalFontStyle {
  font: 16px Arial, Helvetica, sans-serif, Meiyo, 微軟正黑體;
  font-weight: 600;
}

.h5ta_SmallFontStyle {
  font: 12px Arial, Helvetica, sans-serif, Meiyo, 微軟正黑體;
  font-weight: 600;
}

.h5ta_TextStyle {
  color: rgb(0, 0, 0);
}

.h5ta_SpanStyle {
  color: rgb(0, 0, 0);
}

/*上漲樣式*/

.h5ta_UpStyle {
  color: rgb(255, 39, 39);
}

/*下跌樣式*/

.h5ta_DownStyle {
  color: rgb(21, 199, 21);
}

/*漲停樣式*/

.h5ta_UpLimitStyle {
  background-color: rgb(255, 39, 39);
  color: rgb(31, 31, 31);
}

/*跌停樣式*/

.h5ta_DownLimitStyle {
  background-color: rgb(21, 199, 21);
  color: rgb(31, 31, 31);
}

/*平盤樣式*/

.h5ta_FlatStyle {
  color: rgb(0, 0, 0);
}

.h5ta_SymbolStyle {
  color: blue;
}

/*商品名稱暫停交易樣式*/

.h5ta_SymbolPauseStyle {
  color: #ff0000;
}

/*商品名稱延後開盤樣式*/

.h5ta_SymbolOpenDelayStyle {
  background-color: #A349A3;
  color: rgb(232, 232, 232);
}

/*商品名稱延後收盤樣式*/

.h5ta_SymbolCloseDelayStyle {
  background-color: #008080;
  color: rgb(232, 232, 232);
}

.h5ta_BGStyle {
  background-color: rgb(255, 255, 255);
}

.h5ta_Quotebackground {
  be-color: rgb(51, 51, 51);
  af-color: rgb(71, 71, 71);
}

/*一般按鈕樣式 關閉格線 K線 成交量字 */

.h5ta_ButtonStyle {
  color: rgb(232, 232, 232);
  background-color: rgb(11, 118, 181);
  border-color: rgb(169, 169, 169);
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  font-size: 1.0em;
  font-family: Arial, Helvetica, sans-serif, Meiyo, 微軟正黑體;
  height: 22px;
  text-align: center;
  vertical-align: middle;
  padding: 0;
}

/*旋轉按鈕樣式*/

.h5ta_RotationButtonStyle {
  height: 22px;
  width: 22px;
  color: rgb(232, 232, 232);
  background-image: url('../../images/rotation.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgb(11, 118, 181);
  border-color: rgb(169, 169, 169);
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  font-size: 1.0em;
  font-family: Arial, Helvetica, sans-serif, Meiyo, 微軟正黑體;
}

.h5ta_SettingBarVertical {
  background-color: rgb(11, 118, 181);
  border-color: rgb(169, 169, 169);
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  color: rgb(232, 232, 232);
  font-family: Arial, Helvetica, sans-serif, Meiyo, 微軟正黑體;
  font-weight: 600;
  font-size: 1.0em;
  right: 0;
}

.h5ta_DropdownMenu>tbody>tr>td {
  text-align: right;
}

.h5ta_DropdownMenu .h5ta_SettingBarVertical>tbody>tr>td {
  border-bottom: 1px solid rgb(169, 169, 169);
}

.h5ta_DropdownMenu .h5ta_SettingBarVertical>tbody>tr:last-child>td {
  border-bottom: 0px;
}

.h5ta_DropdownMenu .h5ta_SettingBarVertical>tbody>tr>td>* {
  border: 0px;
  height: 35px;
  -webkit-appearance: none;
}

.h5ta_DropdownMenu .h5ta_SettingBarVertical>tbody>tr>td>select {
  background-image: url('../../images/selectarrow.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 8px;
  width: 4em;
}

/*收攏設定按鈕樣式*/

.h5ta_DropdownButtonStyle {
  /* width: 75px; */
  /* height: 22px; */
  height: 35px;
  width: 35px;
  color: rgb(0, 0, 0);
  background-image: url('../../images/settings.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgb(11, 118, 181);
  border-color: rgb(169, 169, 169);
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  font-size: 1.0em;
  font-family: Arial, Helvetica, sans-serif, Meiyo, 微軟正黑體;
  -webkit-appearance: none;
}

/*下拉選單樣式 日線二圖*/

.h5ta_SelectMenuStyle {
  background-color: rgb(11, 118, 181);
  border-color: rgb(169, 169, 169);
  border-style: solid;
  border-width: 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: rgb(232, 232, 232);
  font-family: Arial, Helvetica, sans-serif, Meiyo, 微軟正黑體;
  font-weight: 600;
  font-size: 1.0em;
  height: 22px;
}

/* 搜尋 K線成交量點選進去的字體顏色*/

.h5ta_SearchStyle {
  background-color: rgb(11, 118, 181);
  color: rgb(232, 232, 232);
  border-color: rgb(169, 169, 169);
  border-style: inset;
  border-width: 1px;
  height: 32px !important;
  min-width: 32px;
  font-size: 1.0em;
  font-family: Arial, Helvetica, sans-serif, Meiyo, 微軟正黑體;
  font-weight: 600;
  text-align: center;
}

.h5ta_CrossBrowserScrollDivStyle {
  border-color: gray;
  border-style: solid;
  border-width: 1.5px;
  background-color: rgb(255, 255, 255);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.h5ta_BorderColorStyle {
  color: #000;
}

.h5ta_GridColorStyle {
  color: gray;
}
