*{
  font-family:'Noto Sans', sans-serif;  
}

.TopPage{
    background-color: #212121;
    height: 12%;
    width: 100%;
}

.FrameClose{
	cursor: pointer;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    height: 26px;
    width: 26px;
}

.DivTopTemp1{
    height: 14%;
}

.DivProductImage{
	margin: 0 auto;
	display:flex;
    align-items: center;
    height: 72%;
    width: 75%;
}

.ProductImg img{
    max-height: 100%;
    width: 100%;
    object-fit: contain;
}

.MidPage{
    background-color: #FFFFFF;
    height: 34%;
    width: 100%;
}

#ContainerLogin, #ContainerComment{
  //margin: 50px;
  padding: 10px;
  width: 100%;
  height: 70%;
  background-color: #FFFFFF;
  //border-radius: 5px;
  border-top: 10px solid #006EBA;
  //box-shadow: 0 0px 70px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
  /*定位對齊*/

  /*
  position:relative;   
  margin: auto;
  top: 100px;
  //text-align:center;  
  */
}

#ContainerComment{
  visibility: hidden;   /*剛開始消失*/
  height: 70%;
}


#username, #password{
  width: 80%;
  height: 20px;
  margin: 10px;
  color: #000000;
}

.submitLogin{
  color: white;  
  background: #006EBA;
  width: 90px;
  height: 30px;
  margin: 10px;
  padding: 5px;
  border-radius: 5px;
  border: 0px;
}

.submitLogin:hover{
  background: #0101DF;
}

.submitRegister{
  color: white;  
  background: #F52424;
  width: 90px;
  height: 30px;
  margin: 10px;
  padding: 5px;
  border-radius: 5px;
  border: 0px;
}

.submitRegister:hover{
  background: #C40B0B;
}

.QuestionnaireButton{
  color: white;  
  background: #35D840;
  width: 90px;
  height: 30px;
  margin: 10px;
  padding: 5px;
  border-radius: 5px;
  border: 0px;
}


.DownPage{
	  display:flex;
	  height: 54%;
    max-height: 150%;
    width: 100%;
    background-color:#FFFFFF;
    border-top: 6px solid #006EBA;
}

.PageTextSide{
    height: 100%;
    width: 70%;
    margin-left: 40px;
}

.PageFunctionSide{
	float: right;
    height: 100%;
    width: 30%;
    margin-right: 10px;
}
 
.PageFunctionButton{
    background-image:url("../images/pageButton.png");
    width: 75%;
    height: 8%;
    float: right;
    background-size: cover;
    border: none;color: #FFFFFF;
    text-align: center;
    background-color: #FFFFFF;
}

.PageTextDot{
	height: 2px;
	width: 2px;
    border: 4px solid #FA0202;
}

input{
  padding: 5px;
  border: none; 
  border:solid 1px #006EBA;
  border-radius: 5px;
}

.ShowComment {
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.SidebarWrapper {
  width: 18.5%;
  padding: 0;
  -webkit-transition: left .4s ease, width .3s ease;
  transition: left .4s ease, width .3s ease;
  background-color: #1B1A1B;
  height: calc(100vh - 0px);
  z-index: 999;

  position: fixed;  
  top: 10px;
  left: 10px;



}

.SidebarMenuScroll {
  height: calc(100vh - 0px);
}

.SidebarMenuText {
    color: #979697;
    flex-grow: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow: hidden;
    
  }

  .SidebarMenuText:link {
    text-decoration: none;
  }
  
  .SidebarMenuText:hover {
    //background-color: $sidebar-hover-bg;
    color: $sidebar-text-color;
  }

.SidebarDropdown {
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
      > a:after {
                -webkit-transition: -webkit-transform .3s ease;
        transition: transform .6s ease, -webkit-transform .3s ease;
        font-weight: bold;
        right: 28px;
        top: 29px;

      }
      &.active > a:after {
        right: 28px;
        -webkit-transform: rotate(-170deg);
        transform: rotate(-170deg);
        
      }
}
.SidebarDropdown:hover {
  -moz-box-shadow: 0 0 5px 5px #888;
  -webkit-box-shadow: 0 0 5px 5px#888;
  box-shadow: 0 0 5px 5px #888;
  background-color: #2C2A2C;
}

.SidebarSubmenuText {
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
      > a:after {
        font-family: "icomoon";
        font-weight: bold;
        right: 30px;
        top: 28px;
        -webkit-transition: -webkit-transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
      }
      &.active > a:after {
        -webkit-transform: rotate(-170deg);
        transform: rotate(-170deg);
        right: 30px;
      }
}
.SidebarSubmenuText:hover {
  -moz-box-shadow: 0 0 5px 5px #888;
  -webkit-box-shadow: 0 0 5px 5px#888;
  box-shadow: 0 0 5px 5px #888;
  background-color: #2C2A2C;
}

//display: none;

.SidebarSubmenu {
        
        ul {
          padding: 0;
          
        }
      }
      &.active > a:after {
        -webkit-transform: rotate(-160deg);
        transform: rotate(-160deg);
        right: 30px;
      }
