
 .name_btn {
  
  font-family: Arial,"微軟正黑體", "微軟雅黑體";
 font-weight: normal;
 font-size: 14px;
   color: #158bc8;
 border: 0px solid #ccc;
 background:#fff;
 
 }


.name_btn:hover {
	
	color: #1aaefa; 

}

.name_btn:active {

color: #1379ad; 

 
}







.name_date_dropdown-menu {
  
  font-family: Arial,"微軟正黑體", "微軟雅黑體";
 font-weight: normal;
 
  
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  width: 110px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 12px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.name_date_dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.name_date_dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.name_date_dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.name_date_dropdown-menu > li > a:hover,
.name_date_dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.name_date_dropdown-menu > .active > a,
.name_date_dropdown-menu > .active > a:hover,
.name_date_dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.name_date_dropdown-menu > .disabled > a,
.name_date_dropdown-menu > .disabled > a:hover,
.name_date_dropdown-menu > .disabled > a:focus {
  color: #777;
}
.name_date_dropdown-menu > .disabled > a:hover,
.name_date_dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .name_date_dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.name_date_dropdown-menu-right {
  right: 0;
  left: auto;
}
.name_date_dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .name_date_dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .name_date_dropdown-menu,
.navbar-fixed-bottom .dropdown .name_date_dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .name_date_dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .name_date_dropdown-menu-left {
    right: auto;
    left: 0;
  }



.name_date_dropdown-menu a {
    white-space:normal;
}
.name_date_dropdown-menu > li{position:relative;}

.name_date_dropdown-menu > li > i{position:absolute;left:5px;top:9px;}






  .caret-up {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
  
  
  .caret-down{
    display: inline-block;
    width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-bottom: 4px dashed;
	border-left: 4px solid transparent;
    border-right: 4px solid transparent;;
  }
  
  
  