﻿﻿/*补丁*/
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.aside-xxl { width:32%; }

/*header*/
.navbar-header {
    float: left;
}

.navbar-right {
    float: right !important;
}
/*content*/
.middleContainer{
    position: absolute;
    width:100%;
    top:66px;
    bottom:0px;
}
.hbox {
    display: table;
    border-spacing: 0;
    width: 100%;
}

.m-b .marTop{ margin-top:10px;}

.middleContainer .aside,.rightContainer{
    display: table-cell;
    vertical-align: top;
    height: 100%;
    padding: 0;
    float: none;
    overflow-x:hidden;
}
.vbox {
    border-spacing: 0;
    position: relative;
    height: 100%;
    width: 100%;

}
.contentContainer { 
    position:absolute;
    width:100%;
    top:50px;
    bottom:0px;
}
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 206px;
}
.form-horizontal .control-label {
    text-align: right;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
float:left;
}
.col-md-12 {
width:100%;
}
.col-md-11 {
width:91.66666666666666%;
}
.col-md-10 {
width:83.33333333333334%;
}
.col-md-9 {
width:75%;
}
.col-md-8 {
width:66.66666666666666%;
}
.col-md-7 {
width:58.333333333333336%;
}
.col-md-6 {
width:50%;
}
.col-md-5 {
width:41.66666666666667%;
}
.col-md-4 {
width:33.33333333333333%;
}
.col-md-3 {
width:25%;
}
.col-md-2 {
width:16.666666666666664%;
}
.col-md-1 {
width:8.333333333333332%;
}