label.label-checkbox {
	display: inline;
}

span.help-block {
	margin: 5px 0;
}

ul.sortable {
	list-style-type: none;
	margin: 0;
	padding: 10px 5px;
	border: 1px solid #ccc;
}

ul.sortable > li {
	margin: 5px;
	padding: 5px;
}

.user-roles {
	max-width: 250px;
}

.item-roles {
	border: 1px solid #CCCCCC;
	background-color: #B6E026;
	color: #000000;
}

ul.auth-children {
	list-style-type: none;
	margin: 0;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em; 
}

ul.auth-children li {
	display: block;
}

table.td-middle > tbody > tr > td {
	vertical-align: top;
}

table .control-group {
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 959px) {
    .row-fluid .span6{
        width: 97.8724%;
    }
}

@media only screen and (max-width: 767px) {
    .row-fluid .span4{
        width: 97.8724%;
        margin: 0;
    }
}