/***************************************\
    Basic element style
\***************************************/
/* font color*/
.fc-orange {
    color: #ff8B1F;
}

.fc-lightGrey {
    color: lightgrey;
}

.fc-grey {
    color: grey;
}

.fc-content {
    color: #626f70;
    line-height: 150%;
}

/*background color*/
.bc-orange {
    background-color: #ff8B1F;
}

.bc-lightgrey {
    background-color: lightgrey;
}

.fs-14 {
    font-size: 14px;
}

.fs-13 {
    font-size: 13px;
}

.fs-11 {
    font-size: 11px;
}

/* display */
.display-none {
    display: none;
}

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

/* text align */
.text-align-center {
    text-align: center;
}

/* other */
.mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.6;
    z-index: 100;
}

.clsFloatLeft {
    float: left;
}

.clsFloatRight {
    float: right;
}

.clsANoDeco {
    text-decoration: none;
    color: #626f70;
}

.text-center {
    text-align: center;
}

/***************************************\
\***************************************/


.clsHrOrange {
    color: #ff8B1F;
    background-color: #ff8B1F;
    border: 0;
    height: 2px;
}

.clsHrGrey {
    color: grey;
    background-color: grey;
    border: 0;
    height: 2px;
}

.clsCategoryTitle {
    font-weight: bold;
    font-size: 16px;
    color: #191F20;
}

.clsCategorySubTitle {
    font-weight: bold;
    font-size: 16px;
    color: #ff8922;
    padding-right: 34px;
}

.clsCategorySubTitle a {
    text-decoration: none;
    color: #ff8922;
}

.clsCategorySubTitle a.unselected {
    color: #808080;
}

.clsCategoryListColor a.unselected {
    color: #808080;
}

.clsCategoryListColor a.selected {
    color: #ff8B1F;
}

.clsCategoryListItem {
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 10px;
}

.clsCategoryListItem a{
    text-decoration: none;
}

.clsCategoryListItem a.unselected {
    color: #808080;
}

.clsCategoryListItem a.selected {
    color: #ff8B1F;
}

.clsCategoryListWidth {
    width: 150px;
}

.clsCategoryContentWidth {
    width: 670px;
}

.clsDivGameList {
    height: 85px;
}

.clsDivGameLink {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: lightgrey;
    height: 75px;
    line-height: 75px;
}

.greyHr {
    background-color: #d2d2d2;
    height: 1px;
    border: 0;
    margin: 5px 0;
}

.clsHrLightBlack {
    border: 0;
    background-color: #7D7D7D;
    height: 1px;
}

/* news reference*/
.clsDivNewsSummary {
    padding-top: 10px;
    height: 55px;
}

.clsDivNewsSummary hr{
    position: relative;
    bottom: 0;
}

.clsANewsSummary {
    text-decoration: none;
    color: #626f70;
    cursor: pointer;
}

.clsPNewsSummary {
    margin: 12px 0 0;
    font-size: 12px;
    height:20px;
}

.clsSpanNewsFlag {
    margin-left: 30px;
    color: white;
    background-color: #ff8B1F;
    padding: 2px 8px;
    font-size: 12px;
}

.clsSpanNewsDate {
    font-weight: bold;
    font-size: 14px;
}

.pageNavigator {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pageNavigator a {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    text-align: center;
    vertical-align: text-bottom;
    text-decoration: none;
    border: 2px solid lightgrey;
    padding: 0 13px;
    cursor: pointer;
    margin-right: 10px;
    font-size: 11px;
    color: black;
}

.pageNavigator a:hover{
    background-color: lightgrey
}

.pageNavigator a.selected{
    background-color: lightgrey
}

.clsMaskPopDiv {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.clsMaskPopDiv .clsPopMask {
    position: absolute;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .6;
}

.clsMaskPopDiv .clsPopContent {
    position: absolute;
    width: 50%;
    min-width: 500px;
    top: 25%;
    left: 25%;
    padding: 20px;
}

.clsMaskPopDiv .clsPopDesc {
    color: darkgrey;
    font-size: 13px;
}

.clsMaskPopDiv .clsPopDesc p {
    line-height: 2;
}

.clsMaskPopDiv .clsPopCloseBtn {
    width: 100px;
}

