fieldset{
    border: solid 1px;
    border-color: #3B5998;
    border-radius: 5px;
    margin-top: 20px
}

legend{
    background-color:#3B5998;
    padding-left: 10px;
    padding-right: 10px;
    color:#FFF;
    border-radius: 2px;
}

.act{
    margin:0;
    padding:0;
    font-weight: bold;
}

.label_wide{
    width:300px;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    float: left;
    text-align: right;
    color: #666;
}
.fildset_border{
    border: solid 1px;
    border-color: #3B5998;
    border-radius: 5px;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-top: 20px;

}

.legend_border{
    background-color:#3B5998;
    padding: 3px 10px 5px;
    color:#FFF;
    border-radius: 2px;
    margin-left: 5px;
    font-size: 18px;
}
.container-fluid > .sidebar{width:220px}
.container-fluid > .content {margin-left: 230px;}
.pagination a { padding: 0 8px; }
.vertical_menu li{
    background-color:#3B5998;
    width:190px;
    margin-top:5px;
}
.vertical_menu li.toggled{
    border: 1px #3B5998 solid;
    background-color: #ffffff;
    margin-top: 0;
    width:188px;
}

.toggled ul{list-style: none; margin-left: 0;}

.toggled ul li{
    width: auto;
    background-color: #ffffff;
    font-size: 12px;
    margin: 0 auto;

}
.toggled ul li a{
    color: #3B5998;
    padding: 5px 10px ;
    font-size: 10px
}

.toggled ul li a:hover{
    text-decoration: underline ;
    color: #3B5998;
    background-color: transparent;
}

.vertical_menu a{ color:#fff;}

.first{font-size: 20px}

.topbar{ height: auto}
.topbar .brand {
    float: left;
    display: block;
    padding: 0 10px 5px;
    margin: 0 20px 0 20px;
    color: #ffffff;
    font-weight: 200;
    line-height: 1.5;
    font-size: 13px;
}

.mini-padding{padding: 3px 5px}

.news_font{font-size: 13px; line-height: 1.3}
.label_font{font-size: 10px; background-color: #3b5998}

.user_info{margin-left: 25px; border-bottom: 1px #808080 dotted; padding-bottom: 5px}

.pointer{cursor: pointer}

.hidden-row{
    visibility: hidden;
    overflow: hidden;
    height: 0;
    line-height: 0;
}
.hidden-row td{
    overflow:hidden;
    visibility: hidden;
    padding:0;
    border:0;
    height:0;
    line-height: 0;
}

.hidden-row input, .hidden-row button, .hidden-row select{
    visibility: hidden;
    height:0;
    line-height: 0;
    border-top:0;
    border-bottom:0;
    padding-top:0;
    padding-bottom:0;
}