﻿

/*drop down:main*/
.dropdown-submenu > a::after {
  border: none !important; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background: none !important;
  border: none !important; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .nav > li > a:focus, .nav > li > a:hover {
  color: inherit !important;
  background: inherit !important; }

.nav-pills > li > a {
  /* top left, top right, bottom right, bottom left */
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box; }

.nav > li > a {
  padding: 0px !important; }


  .dropdown .dropdown-menu {
    right: -9px !important;
    left: auto !important;
    /* top left, top right, bottom right, bottom left */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    width: 230px;
    padding: 5px 0px 13px 0px;
    font-size: 12px; 
    margin-top: 18px;
  }
  .dropdown .dropdown-menu::after {
    border-width: 0 20px 20px;
    border-style: solid;
    top: -19px;
    content: "";
    display: block;
    right: 10px;
    position: absolute;
    width: 0; }
  .dropdown .dropdown-infoList, .dropdown .dropdown-menu > li {
    padding: 3px 20px !important; }
  .dropdown .dropdown-infoList, .dropdown .dropdown-menu > li.divider {
    padding: 0px !important; }
  .dropdown .dropdown-menu > li > a {
    padding: 10px 10px !important;
    /* top left, top right, bottom right, bottom left */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-clip: padding-box; 
    width: 230px; }
  .dropdown .dropdown-menu > li > a > i {
    position: absolute;
    right: 40px;
    display: inline-block; }
  .dropdown .infoList_account {
    width: 100%;
    font-weight: bold;
    line-height: 28px; }

  
