.row-fluid,
.row
fieldset:not([class*="col-"]) {
    position: relative;
    width: 100%;
    *zoom: 1;
}
.row-fluid:before, .row-fluid:after,
.row:before, .row:after,
fieldset:before, fieldset:after {
    display: table;
    line-height: 0;
    content: "";
    margin-bottom:1px;
}
.row-fluid:after,
.row:after
fieldset:after {
    clear: both
}
.row-fluid [class*="span"],
/*.row [class*="col-"],*/
fieldset [class*="span"]
/*fieldset [class*="col-"]*/ 
{
    display: block;
    float: left;
    /*display: inline-block;*/
    width: 100%;
    min-height: 30px;
    margin-left: 1%;
    *margin-left: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.item_tabs .row-fluid [class*="span"],
.item_tabs fieldset [class*="span"],
.item_tabs [class*="span"]{
    display: inline-block!important;
    /*float: none;*/
}

.row-fluid[class*="span"] {
}
.row-fluid [class*="span"]:first-child, .datatables [class*="span"], fieldset,
.row [class*="col-"]:first-child, .datatables [class*="col-"] {
    margin-left: 0
}
.row-fluid .controls-row [class*="span"]+[class*="span"] {
    margin-left: 2.564102564102564%
}
.row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
}
.row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
}
.row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
}
.row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
}
.row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
}
.row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
}
.row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
}
.row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
}
.row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
}
.row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
}
.row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
}
.row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
}
/* */
.row-fluid input[class*="span"]{
    margin-left: 0;
}
/*
.row-fluid + .row-fluid,
fieldset + fieldset,
fieldset + .fieldset, .fieldset + .fieldset, .fieldset + fieldset {
    margin-top: 5px;
}
*/
.form-inline .row-fluid + .row-fluid,
.form-inline .row + .row {
    margin-top: 10px;
}
.horizontal fieldset + fieldset {
    margin-top: 0 !important;
}
.row-fluid + .row-compact,
.row + .row-compact {
    margin-top: 10px;
}
.row-fluid + .row-nospacing,
.row + .row-nospacing {
    margin-top: 0;
}
.row-fluid > fieldset + fieldset,
.row > fieldset + fieldset {
    margin-top: 1px; /* before 15px */
}
.row-fluid.hidden, .row-fluid .hide {display: none;}
.row.hidden, .row .hide {display: none;}
.row-fluid.hidden:first-child + .row-fluid {margin-top: 0;}
.row.hidden:first-child + .row {margin-top: 0;}

.row-fluid table th[class*="span"], .row-fluid table td[class*="span"],
.row table th[class*="col-"], .row table td[class*="col-"] {
    margin: 0;
    display: table-cell;
    float: none;
}
.row-fluid label + [class*="span"],
.row label + [class*="col-"] {
    margin-left: 0;
}
.widget ul > li > .span8 {
    width: 68.376068376%;
    *width: 68.322876887%;
}

/*.checkbox {
    margin-top: 12px;
}*/

.tar20 {
    text-align: right !important;
    padding-right: 20px !important;
}