.checkbox {
    padding-left: 0px;
}
#footer {
	height: 100px;
}

.dropdown-input .dropdown-menu {
	margin-left: 15px;
}
.dropdown-input .dropdown-menu > li > a.text-muted,
.dropdown .dropdown-menu > li > a.text-muted {
	color: #999999;
}

table.fixed-table-headers thead {
	background-color: white;
}
.dropdown-menu {
	z-index: 1002;
}

#ui-datepicker-div {
	z-index: 1002 !important;
}

.m-b-5 {
    margin-bottom: 5px;
}
.m-t-20 {
    margin-top: 20px;
}
.min-w-70 {
    min-width: 70px;
}
.position-absolute {
    position: absolute;
}

span.show-report-description {
    color: #ccc;
    font-size: 14px;
    margin-left: 20px;
    cursor: pointer;
}
div.report-description {
    padding-left: 20px;
    padding-bottom: 20px;
}

body.demo-background {
    background-color: #ddd;
}
