/* Fixed sidenav, full height */
.pr-top-list{display: none;}

.sidenav,.top-list {
  display: block;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 10px;
  text-decoration: none;
  font-size: 20px;
  color: #000;
  display: block;
  border: none;
  background: none;
  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  letter-spacing: 1px;
}

.sidenav a{
  font-size: 18px;
  color: #000;
}

/* On mouse-over */
.sidenav a:hover{
  color: #C30D23;
}

button.dropdown-btn{
  color: #fff;
  outline:none;
}

.dropdown-btn a.main-mu:hover {
  color: #ccc;
}

.dropdown-btn a.main-mu{
  display: inline;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  font-size: 20px;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
  background-color: #262626;
  color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #dadada;
}

/* Optional: Style the caret down icon */
.fa-sort-down {
  float: right;
  width: .8em!important;
  padding-right: 8px;
}

.top-list{
  color: #fff;
  padding: 10px;
  text-decoration: none;
  font-size: 20px;
  text-align: left;
  letter-spacing: 1px;
  background: #C30D23;
}

.btn-style{
  display: block;
  margin: 2em 0;
}

.btn-style button.btn{
  background: #C30D23;
  border:0; 
}

.dropdown-menu{
  text-align: center;
  margin: 0;
}

.dropdown-menu .item-bg{
  background: #e4d9c9;
  font-size: 22px;
  color:#840505;
}

.dropdown-item{
  font-size: 20px;
  white-space:normal;
  word-break: break-all;
  line-height: 1.2;
}

.dropdown-item.active, .dropdown-item:active{
  background-color: #b70218;
}


/*ACTIVE中的選單*/
.current{display: block;}
.current-item{
  border-left: 8px solid #C30D23!important;
}

@media (min-width: 992px) {
  .btn-group{display: none;}

  .pr-top-list{display: block;}
}