html{
    overflow-y: scroll;
    heigth: 100%; 
    margin-bottom: 1px;
}
body {
	padding-top: 51px;
}
.pagination-info{
	margin-bottom: 1em;
}
.pagination{
	margin-top: 0;
}
.search-form{
	float: right;
}
.search-form .form-control{
	width: 300px;
}
.search-form .input-group{
	float: left;
	width: 364px;
}
.search-form .search_by_text, .per_page .search_by_text, #filter_text{
	color: #808080;
	float: left;
	font-size: 12px;
	margin-right: 10px;
	margin-top: 9px;
	text-align: right;
}
.above_table_controls{
	margin-bottom: 1em;
}
.reset-text{
	font-size: 15px;
	font-style: italic;
}
.select2{
	width: 100%;
}
.required{
	color: #FF0000;
	font-size: 17px;
	font-weight: bold;
}
.label-info{
	background: none repeat scroll 0 0 transparent;
	font-style: italic;
	font-weight: normal;
}
.per_page{
	float: right;
	margin-right: 30px;
}
.per_page .input-group{
	float: left;
}
img{
	border: 0;
}
img a{
	border: 0;
}
.navbar-fixed-top{
	top: 0;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .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, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{
	padding-left: 32px;
}
.footer{
	border-top: 1px solid #EEEEEE;
	margin-top: 40px;
	padding-bottom: 40px;
	padding-top: 40px;
}
.clear{
	clear: both;
}
.report_images_table{
	max-width: 268px;
}
.alignright{
	float: right;
}
.ajax_loader{
	margin-top: 32px;
	text-align: center;
	display: none;
}
#report_images tr .textarea_container{
	display: none;
}
#report_images .desc{
	cursor: pointer;
	position: relative;
}
#report_images .desc:hover{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #000000;
	border-radius: 6px;
	bottom: 0;
	box-shadow: 1px 1px #808080;
	height: 100%;
	padding: 5px;
	top: 0;
}
.click_edit{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #FF0000;
	color: #FF0000;
	display: block;
	font-size: 16px;
	left: 50%;
	margin-left: -46px;
	margin-top: -18px;
	opacity: 0.7;
	padding: 5px;
	position: absolute;
	top: 50%;
	transform: rotate(16deg);
	display: none;
}
#report_images .desc:hover .click_edit{
	display: block;
}
.saveEdit, .CancelEdit{
	clear: both;
	margin-top: 6px;
	width: 100%;
	display: none;
}
.line_table{
	border: 1px solid #CCCCCC;
}
.line_totals{
	float: right;
	text-align: right;
	width: 280px;
}
.invisible{
	visibility:hidden;
}
.total_alignment{
	display: block;
	margin-top: 7px;
}
.config_description{
	display: block;
	font-style: italic;
	margin-bottom: 0.5em;
}
#login_logo{
	text-align: center;
}
.filter_by{
	margin-right: 2em;
}
.address_box{
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 260px;
	margin-bottom: 2em;
}
.bold{
	font-weight: bold;
}
.redfont{
	color: #A94442;
}
.yellowfont{
	color: orange;
}
.greenfont{
	color: green;
}
.small-text{
	font-size: 10px;
}