/* @group HTML */
h1 {
  font-size: 30px;
}
ul li{
	list-style-type: none;
}
footer{
	margin-top: 40px;
}
/* @end */
/* @group toolbar */
.toolbar .form-inline{
	margin: 0 10px 5px 0;
}
.toolbar .form-inline select{
	width: 150px;
}
.toolbar .toolrow{
	padding: 10px 0;
	border-bottom: 1px solid #DDD;
}
.toolbar .toolrow.last{
	padding-bottom: 0;
	border-bottom: 0;
}
.toolbar .well.well-last{
	margin-bottom: 0;
}
.toolbar .chosen-container{
	vertical-align: middle;
	width: 250px;
}
/* @end */

/* @group Reports */
tfoot tr.summary td{
	font-weight: bold;
	padding-top: 10px;
}
/* @end */


/* @group List */
th.action, td.action{
	width: 110px;
}
.well{
	padding:10px;
}
.listing-header h3{
	text-align:center;
}
.listing-header h5{
	padding-right: 10px;
}
.listing-header form{
	margin-bottom: 0;
}
.listing-header .btn-group {
    white-space: normal;
}
.bootstrap-datatable tfoot td{
	text-align: right;
	color: #999;
}
.actions{
	margin-bottom: 10px;
	margin-left: 0;
}
th.sortorder,
td.sortorder{
	display: none;
}
.sorter select{
	width: 60px;
}
a.previewImage{
	position: relative;
	width: 100px;
}
a.previewImage img{
	height: 30px;
	max-width:200px;
	top: 10px;
	left: 10px;
	position: absolute;
	z-index: 0;
}

/* @end */
/* @group Form */
form .required label.control-label{
    font-weight: bold;
}
form .required label.control-label:after {
    color: #e32;
    content: ' *';
    display:inline;
}
.checkbox-list{
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.radio, .checkbox {
    padding-left: 18px;
}
label.radio, label.checkbox{
	display: block;
}
.form-horizontal .control-label {
    width: 200px;
}
.form-horizontal .form-actions {
    padding-left: 220px;
}
.form-horizontal .controls {
    margin-left: 220px;
}
textarea {
	height: 5em;
	width: 20em;
}
textarea.shorttext{
	height: 2.5em;
	width: 20em;
}
textarea.longtext {
	height: 10em;
	width: 25em;
}
textarea.simpletext {
	height: 10em;
	width: 15em;
}
textarea.widetext {
	height: 10em;
	width: 95%;
}
.row-fluid input.span1,
.row-fluid input.span2,
.row-fluid input.span3,
.row-fluid input.span4{
    display: inline-block;
}
.row-fluid .form-horizontal .span1{
    width: 50px;
}
.row-fluid .form-horizontal .span2{
    width: 130px;
}
.row-fluid .form-horizontal .span3{
    width: 210px;
}
.row-fluid .form-horizontal .span4{
    width: 290px;
}
.formgrid{
	margin-left: 220px;
	padding: 10px 10px 10px 40px;
	border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
}
.formgrid .row{
	padding: 6px 0 2px 0;
	border-bottom: 1px solid #EEE;
}
.formgrid .row:hover{
	background-color: #F9F9F9;
}
.formgrid div input{
	margin-bottom: 5px;
}
.form-value-text{
	padding: 5px 10px;
	margin-bottom: 5px;
	border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}
/* @end */
/* @group Base Styles */
.left-spacer{
	margin-left: 15px;
}
.right-spacer{
	margin-right: 15px;
}
.capitalize{
	 text-transform:capitalize;
}
.placeholder {
	color: #AAA;
}
.center{
	text-align: center;
}
.image-border {
  border: 1px solid #999999;
    margin: 4px 12px;
    padding: 2px;
}
.btn-add-on{
	background-image: none;
	display: inline-block;
	width: auto;
	height: 20px;
	min-width: 16px;
	padding: 4px 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	text-shadow: 0 1px 0 #ffffff;
	background-color: #eeeeee;
	border: 1px solid #ccc;
}
/* @end */

table.cfdebug{
	margin-top: 50%;
	text-align: left;
}
table.cfdebug table.cfdebug{
	margin: 0;
}
table.cfdebug pre{
	white-space: pre-wrap;
}
