/*user css (this edit)*/
.menu_hor {
    border:0px solid #1570AA;
    /*border-radius:5px;*/
    background-color:transparent;
    /*display: table;
    width: 100%;*/
}
.menu_hor a, .menu_hor a:link,.menu_hor a:visited,.menu_hor a:active   {
    font:12px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align:left;
    padding:6px 10px 5px;
    text-decoration:none;
    color:#333333;
    cursor: pointer;
    border-radius:0px;

}
.menu_hor a:hover {
    background:#dcdbdb;
    color:#333333;
    text-decoration:none;
    text-shadow:none;
}
.menu_hor .arrow-down{
    border-top-color: #1570AA;
}
.menu_hor a:hover .arrow-down {
    border-top-color: #FFF;
}
.menu_hor .active {
    background:#dcdbdb;
    color:#333333;
}
.menu_hor .active:hover {
    background:#dcdbdb;
    color:#333333;
}
.menu_hor .active .arrow-down {
    border-top-color: #FFF;
}
.menu_hor ul {
    padding: 5px 0;
    background:#fff;
    border:1px solid #ccc;
    /*border-radius:5px;/*/
    box-shadow:0 5px 10px rgba(0,0,0,0.2);
    list-style: none;
}
.menu_hor ul li {
    padding:0;
    margin:0;
    list-style-type: none;
}
.menu_hor ul li a,.menu_hor ul li a:link, .menu_hor ul li a:active, .menu_hor ul li a:visited{
    color:#333333;
}
.menu_hor ul li a:hover {
    background:#428bca;
    color:#ffffff;
}
.menu_hor ul .active {
    background:#428bca;
    color:#ffffff;
}

.menu_hor ul ul {
    padding:0;
    margin:0;
    list-style: none;
    display: none;
}
.menu_hor ul li a:hover {
    background:#428bca;
    color:#ffffff;
}
.menu_hor ul li a.active:hover {
    background:#428bca;
    color:#ffffff;
}
.arrow-up {
    border-bottom-color:#ffffff;
    top:-4px;
}
.arrow-up2 {
    border-bottom-color:#ccc;
    top:-5px;
}
.arrow-left {
    border-right-color:#eee;
    left:-4px;
}
.arrow-left2 {
    border-right-color:#ccc;
    left:-5px;
}
.toLeft .arrow-left {
    border-left-color:#eee;
    right:-4px;
}
.toLeft .arrow-left2 {
    border-left-color:#ccc;
    right:-5px;
}
.arrow-right {
    border-left-color: #333;
    vertical-align: baseline;
}
.menu_hor li a:hover .arrow-right {
    border-left-color: #ffffff;
}
.menu_hor li a.active .arrow-right {
    border-left-color: #ffffff;
}
.arrow-down {
    display: none;
}
#navi {
    padding-left: 0px;
}/*
#navi > ul.menu_hor > li {
    display: table-cell;
}*/
#navi > ul.menu_hor > li  > a ,
#navi-action > ul.menu_hor > li  > a,
#navi-module > ul.menu_hor > li  > a {
    font:13px/1em "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    border-radius: 0;
    min-width: 55px;
    width: 100%;
    /*overflow: hidden;*/
    padding-left: 4px;
    padding-right: 4px;
    min-height: 59px;
}
#navi > ul.menu_hor > li  > a > i ,
#navi-action > ul.menu_hor > li  > a > i,
#navi-module > ul.menu_hor > li  > a > i {
    font-size: 1.4em;
    line-height: 1.8em;
    display: block;
}
#navi-action > ul.menu_hor > li  > a.other-action> i,
#navi-module > ul.menu_hor > li  > a.other-action> i {
    font-size: 1.8em;
    line-height: 1.9;
    display: block;
}
#navi-action {
    border-right: 1px solid #dddddd;
}
#header .userinfo-btn {
    background-color: transparent;
}
#header .btn-group .userinfo-btn {
    height: 59px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0px;
    padding-right: 10px;
    overflow: hidden;
    width: 100%;
}
#header .btn-group.open .userinfo-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#header .userinfo {
    font-size: 10px;
    display: block;
    vertical-align: bottom;
    white-space: normal;

    text-align: right;
}
#header a > .userinfo {
    font-size: 12px;
    text-align: left;
}

#header .userpic {
    display: inline-block;
    width: 36px;
    vertical-align: top;
}
#footer .navbar-text{
    font-size: 18px;
    cursor: default;
    margin-bottom: 5px;
    margin-top: 5px;
}
#footer a.navbar-text {
    color: #428bca;
    cursor: pointer;
}
#footer .navbar-btn{
    margin-bottom: 5px;
    margin-top: 5px;
}
#footer .spoiler-btn {
    position: absolute;
    bottom: 38px;
    left: 50%;
    padding: 3px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f5f5f5;;
    border: 1px solid #E7E7E7;
    border-bottom: none;
    cursor: pointer;
}
#footer .spoiler-btn.footer-hide i {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
ul.unstyled, ol.unstyled {
    list-style: none;
}
#footer .navbar {
    min-height: 40px;
}
.menu_hor li.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}