﻿a {
    text-decoration: unset;
}
.searchTd1{
    width:100px;
}
.searchDiv{
    display:flex;
	background-color: white;
}

.addCompany {
    width: 25px;
    height: 25px;
}
.add-image{
    width:25px;
    height:25px;
}
.subtract-image {
    width: 25px;
    height: 25px;
}
.rule-value {
    height: 22px;
}
.td-fcolor-red {
    color: red;
    font-weight: bold;
}

.td-fcolor-green {
    color: green;
    font-weight: bold;
}

.td-fcolor-white {
    color: white;
    font-weight: bold;
}

.td-bcolor-green {
    background-color: green !important;
}

.td-bcolor-red {
    background-color: red !important;
}

.td-fcolor-orange {
    color: orange;
    font-weight: bold;
}
.textRed {
    color: red;
}

.textGreen {
    color: green;
}

.textOrange {
    color: orange;
}

.textYellow {
    color: yellow;
}

.textWhite {
    color: white;
}

.text-bcolor-green {
    background-color: green;
}

.text-bcolor-red {
    background-color: red;
}
.odd {
    background-color: aliceblue;
}

.even {
    background-color: white;
}

.display-text {
    color: inherit;
}

.display-text2 {
    color: inherit;
}

.displayUpDown {
    color: inherit;
    display: block;
    /*  text-align: right;*/
    font-size: 13px;
}

.displayUpDownPercentage {
    color: inherit;
    display: block;
    /*  text-align: right;*/
    font-size: 13px;
}
#search-Criteria{
    margin-top:10px;
    margin-bottom:10px;
}
.search-option-area{
    margin-bottom:5px;
}
/*.select-rule optgroup[label="籌碼"] {
    color: blue;
}

.select-rule optgroup[label="財務"] {
    color: green;
}

.select-rule optgroup[label="基本面"] {
    color: red;
}*/
.select-rule optgroup{
    color:red;
    font-weight:bold;
}
.select-rule option {
    color: black;
}
.percent-text {
    font-size: 12px;
    color: inherit;
}