﻿@charset "UTF-8";
/*****************************************************分類橫軸列表***************************************************/
.retex-navigation-typeList-1 {
  background-color: #FFFFFF;
}
.retex-navigation-typeList-1 .webix_list_item {
  /*font-size: 14px;
  font-weight: bold;
  border-right: 0 !important;
  margin-top: 2px;
  color: #707070;*/
  font-size: 20px;
  font-family: Segoe UI;
  font-weight: bold;
  line-height: 20px;
  color: #25652E;
  border-right: 0px;
  padding: 5px 10px 5px 10px !important;
}
.retex-navigation-typeList-1 .webix_list_item.webix_selected {
  /* color: #416843;
   background-color: #fff;*/
  color: #BC4410;
  background-color: white;
  border-bottom: 2px solid #BC4410;
  border-right: 0px;
}
.retex-navigation-typeList-1 .retex-navigation-typelist-1-arrowicon .iconArea {
  color: #707070;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.retex-navigation-typeList-1 .retex-navigation-typelist-1-arrowicon .iconArea .icon {
  font-size: 20px;
}

.retex-navigation-typelist-1-sideMenu .retex-navigation-typelist-1-sideMenu-header {
  background: #fff;
  border-bottom: 0.5px solid #e5e5e5 !important;
  margin-bottom: 0.5px !important;
}
.retex-navigation-typelist-1-sideMenu .retex-navigation-typelist-1-sideMenu-title .webix_template {
  /*color: #416843;*/
  display: flex;
  align-items: center;
  margin-left: 20px;
  /*font-weight: bold;*/
  /*font-size: 14px;*/
  /*line-height: 19px;*/
  font-size: 20px;
  font-family: Segoe UI;
  font-weight: bold;
  line-height: 20px;
  color: #25652E;
}
.retex-navigation-typelist-1-sideMenu .retex-navigation-typelist-1-arrowicon .iconArea {
  color: #707070;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.retex-navigation-typelist-1-sideMenu .retex-navigation-typelist-1-arrowicon .iconArea .icon {
  font-size: 20px;
}
.retex-navigation-typelist-1-sideMenu .retex-navigation-typelist-1-sideMenu-button button.webix_button {
  font-size: 14px;
  color: #707070;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #707070;
}
.retex-navigation-typelist-1-sideMenu .retex-navigation-typelist-1-sideMenu-button.selected button.webix_button {
  color: #fff !important;
  background: #BC4410 !important;
  border-color: #BC4410 !important;
}

/*****************************************************分類橫軸列表***************************************************/
