.skin_gold .tab-text {
  color: #444;
}
.skin_gold .primary {
  color: #8c420b !important;
}

.skin_gold .primary-bg {
  background-color: #8c420b !important;
}

.skin_gold .button-bg {
  color: #8c420b !important;
  border: 1px solid #dade6f !important;
  background: linear-gradient(to bottom, #fdfdef 0%, #e9eaa6 100%) !important;
}

.skin_gold .thead-bg {
  color: #8c420b !important;
  background: linear-gradient(to bottom, #fff 0%, #e9eaa6 100%) !important;
}

.skin_gold .tfoot-bg{
  background: #f0f1b0 !important;
}

.skin_gold .nav-primary-bg {
  background-color: #8c420b !important;
}

.skin_gold .spritearrow {
  background-color: #8c420b !important;
}

.skin_gold .secondary {
  color: #f9f4c5 !important;
}

.skin_gold .secondary-bg {
  background-color: #f9f4c5 !important;
}
.skin_gold .secondary-bg1 {
  background-color: #f9f4c5 !important;
}

.skin_gold .secondary-hover:hover {
  /* color: #8c420b !important; */
  /* background-color: #f9f4c5 !important; */
}

.skin_gold .secondary-hover:hover span,
.skin_gold .secondary-hover:hover i {
  color: #ffff00 !important;
}

.skin_gold .secondary-active {
  color: #8c420b !important;
  background-color: #f9f4c5 !important;
}

.skin_gold .secondary-active span,
.skin_gold .secondary-active i {
  color: #8c420b !important;
}

.skin_gold .primary-text {
  color: #9e3905 !important;
  /* font-weight: bold; */
}

.skin_gold .primary-text-hover:hover {
  color: #9e3905 !important;
  /* font-weight: bold !important; */
}

.skin_gold .text-hover:hover .text {
  color: #9e3905 !important;
  font-weight: bold;
}
.skin_gold .text-active .text {
  color: #9e3905 !important;
  font-weight: bold;
}

.skin_gold .gold {
  color: #8c420b !important;
}
.skin_gold .more-menu-box ul li:before {
  background-color: #8c420b !important;
}
.skin_gold .out-button {
  background-color: #bd873b;
  border-color: #bd873b;
}
.skin_gold .secondary-text {
  color: #333333 !important;
}
.skin_gold .gamecontainer {
  background-color: #f9f4c5;
}
.skin_gold .linear-gradient {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f9f4c5 51%, #f9f4c5 100%);
  background: -moz-linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f9f4c5 51%, #f9f4c5 100%);
  color: #9e3905;
}
.skin_gold .el-button--primary {
 background: linear-gradient(to bottom, #f8e9ad 0%, #e3bc5d 100%) !important;
 background: -moz-linear-gradient(to bottom, #f8e9ad 0%, #e3bc5d 100%) !important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8e9ad', endColorstr='#e3bc5d', GradientType=0);
 color: #973504 !important;
 border: 1px solid #c18314 !important;
}

.skin_gold .el-button--primary:hover {
  background: #e3bc5d !important;
  background: linear-gradient(to bottom,
     #e3bc5d 1%,
     #f8eaaf 100%) !important;
  background: -moz-linear-gradient(to bottom,
     #e3bc5d 1%,
     #f8eaaf 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3bc5d', endColorstr='#f8eaaf', GradientType=0);
}
.skin_gold .logout-button {
  background-color: #bd873b !important;
  background: linear-gradient(to bottom,
      #bd873b 0%,
      #bd873b 100%) !important;
  background: -moz-linear-gradient(to bottom,
      #bd873b 0%,
      #bd873b 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd873b', endColorstr='#bd873b', GradientType=0);
  color: #fff !important;
}
.skin_gold .logout-button:hover {
  background-color: #bd873b !important;
  border-color: #bd873b !important;
  background: linear-gradient(to bottom,
    #bd873b 0%,
    #bd873b 100%) !important;
  background: -moz-linear-gradient(to bottom,
    #bd873b 0%,
    #bd873b 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd873b', endColorstr='#bd873b', GradientType=0);
  color: #fff !important;
}


.skin_gold .el-message-box,
.skin_gold .el-dialog {
  border: 5px solid #c5c543;
  border-radius: 0;
}
.skin_gold .el-message-box__header,
.skin_gold .el-dialog__header {
  background-color: #fffff5 !important;
  text-align: left !important;
}
.skin_gold  .el-dialog__footer{
  background-color: #fffff5 !important;
}
.skin_gold .el-message-box__title,
.skin_gold .el-message-box__headerbtn .el-message-box__close,
.skin_gold .el-dialog__title,
.skin_gold .el-dialog__headerbtn .el-dialog__close  {
  color: #9e3905 !important;
  font-weight: bold !important;
}
.skin_gold .el-message-box__title,
.skin_gold .el-dialog__title{
  text-align: left !important;
  font-size: 14px !important;
}

.skin_gold .el-table thead tr th {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f9f4c5 51%, #f9f4c5 100%);
  background: -moz-linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f9f4c5 51%, #f9f4c5 100%);
  color: #9e3905;
}
.skin_gold .secondary-active .btns .el-button--primary span{
  color: #9e3905 !important;
}

.skin_gold .more-bg {
  background-color: #8a8c0b !important;
}
.skin_gold .more-hover {
  background-color: #8a8c0b !important;
}
.skin_gold .secondary-hover .more-hover span,
.skin_gold .secondary-active .more-hover span{
  color: #fff !important;
}
.skin_gold .more-hover:hover {
  background-color: #8c420b !important;
}
.skin_gold .secondary-hover .more-hover:hover span,
.skin_gold .secondary-active .more-hover:hover span{
  color: #ffff00 !important;
}

.skin_gold .lottery-list-select .el-dialog{
  border: 5px solid #c5c543;
}
.skin_gold .lottery-list-select .el-dialog .el-dialog__header,
.skin_gold .lottery-list-select .lottery-list-footer{
  background-color: #fffff5 !important;
}
.skin_gold .lottery-list-select .el-dialog__header .el-dialog__title,
.skin_gold .lottery-list-select .el-dialog__header .el-dialog__close{
  color: #8c420b !important;
  font-weight: bold;
}
.skin_gold .table .header li{
	background: linear-gradient(to bottom,
      #bd873b 0%,
      #bd873b 100%);
}
