/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.dropdown, .dropup{position:relative;}
.dropdown-toggle:focus {outline:0}
.dropdown-menu {position:absolute; top:50px; left: -1px; z-index:1000; display:none; padding: 0; min-width:calc(100% + 2px); font-size:14px; text-align:left; background-color:#f7f7f7; -webkit-background-clip:padding-box; background-clip:padding-box;  border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.dropdown-menu>li{width: 100%; border-left-width: 1px; border-right-width: 1px; border-top-width: 0; border-bottom-width: 0; border-color: #ddd; border-style: solid;}
.dropdown-menu>li>a {display:block; padding: 7px 15px; color: #333; font-size: 15px; line-height: 20px; white-space: nowrap;}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{font-weight: 600;}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{font-weight: 600;}
.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.open>.dropdown-menu{display:block}
.open>a{outline:0} 
.dropdown-menu-right{right:0; left:auto}

.dropdown-menu.type1 {border-bottom: 1px solid #257cae;}
.dropdown-menu.type1 li:first-child {padding-top: 15px;}
.dropdown-menu.type1 li:nth-child(6) {padding-bottom: 15px;}
.dropdown-menu.type1 li:nth-child(7) {border-top-width: 1px; padding-top: 15px;}
.dropdown-menu.type1 li:last-child {padding-bottom: 15px;}
.dropdown-menu.type1 li.bg {background: #3195ce; border-color: #257cae;}
.dropdown-menu.type1 li.bg a {color: #fff;}
/*# sourceMappingURL=bootstrap.min.css.map */

@media screen and (min-width:320px) and (max-width:640px){
    .dropdown-menu {top:30px; padding: 5px 0;}
    .dropdown-menu>li>a {padding: 7px 10px; font-size: 12px; line-height: 15px;}
    .eng .dropdown-menu>li>a {white-space: inherit;}
}