
div#report-controls {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 20px;
    padding: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #aaa;
}

div#report-controls a {
    margin: 0 5px;
    color: #FFF;
    height: 35px;
    display: block;
    float: left;
    text-decoration: none;
    /*    width: 35px;*/
}
div#report-controls a#print-report {
    padding-left: 30px;
    background: url('../img/reports-print.png') no-repeat;
}
div#report-controls a#save-report {
    padding-left: 20px;
    background: url('../img/reports-save.png') no-repeat;
}
div#report-controls a#email-report {
    padding-left: 25px;
    background: url('../img/reports-email.png') no-repeat;
}

div#report-errors .errorlist {
    margin-bottom: 10px;
}

div#report-options,
div#report-options div.divider,
div.full-height {
    height: 310px;
    position: relative;
    overflow: visible;
}

div#report-options div.last-column{
    margin-left: 10px;
    width: 420px;
}

div#report-options {
    border: 1px solid #AAAAAA;
    margin: 0;
    padding: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

div#report-options div {
    margin: 0;
    padding: 0;
}

div#report-options div.divider {
    border-right: 1px solid #aaa;
    margin-right: 5px;
    margin-left: 5px;
}

div#report-options div.grouping {
    width: 150px;
}

div#report-options h3 {
    font-size: 1.0em;
    color: #6F6F6F;
    margin: 10px 0 3px 0;
    font-weight: normal;
}

div#report-options h4 {
    font-size: 12px;
    color: #6F6F6F;
    margin: 10px 0 3px 0;
    font-weight: normal;
}

div#report-options h3.orange {
    color: #E17009;
    font-weight: bold;
}

div#report-options h3.orange {
    margin: 8px 0 9px 2px;
}

div#report-options div#location h3 {
    margin: 0 0 5px 0;

}

div#report-options .report_type_section{
    z-index: 10;
    width: 250px;
}

div#report-options select#report_type,
div#report-options select#id_location {
    width: 225px;
}

div#report-options select {
    margin-bottom: 7px;
}

div#report-options #id_from_,
div#report-options #id_to_ {
    width: 70px;
}
div#report-options p#group_by_date_container{
    display: none;
    font-size: 10px;
    margin: 5px 0 0 0;
}
div#report-options p#group_by_date_container input{
    margin: 0;
}

div#report-options div.report-list ul,
div#report-options div.report-list li,
div#report-options div.report-list label{
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 10px;
    font-color: #6F6F6F;
	line-height: 20px;
}

div#report-options div.report-list li{
    display: list-item;
}

div#report-options [name="tags_filter"]{
    width: 225px;
}

div#report-options [name="hq_tags_filter"]{
    width: 225px;
}

div#report-options .multiselect {
    margin-bottom:5px;
}

div#report-options .multiselect input[type=text] {
    width: 190px;
    border: 1px solid #CCC;
    margin-bottom: 0px;
}

div#report-options .multiselect > ul {
    width: 192px;
    height: 210px;
    overflow: auto;
    margin: 0;
    border: 1px solid #CCC;
    border-top: none;
}

div#report-options .multiselect li.no-show {
    display: none;
}

div#report-options .multiselect li.header {
    font-weight: bold;
    border-bottom: 1px solid #CCC;
}

div.multiselect ul{
    display:none;
}

div#report-options input#show-report {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

div#report-options .msg{
    font-size: 10px;
    font-weight: bold;
    margin: 10px 4px;
}

div#report-options .advance_billing_filter li{
    display: inline-block;
}

div#report-options .include_open_shifts h3 {
    display: none;
}

input#send_report_email {
    width: 300px;
}

div#the_report {
    border: 1px solid #AAAAAA;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 20px 20px 20px;
    margin: 10px 0 0 0;
}

#the_report .table {
    font-size: .75em;
}
#the_report .table td,
#the_report .table th{
    padding: 2px 4px;
}
#the_report tr.totals th,
#the_report tr.totals td{
    border-top: 2px solid #AAA;
}
#the_report tr.group th,
#the_report tr.group td{
    border-top: 0px;
}

div#carelog_report h1 {
    margin-bottom: 5px;
}

div#carelog_report h3 {
    margin: 5px 0;
}

div#carelog_report > p {
    margin: 5px 0;
}

div#the_report hr.big {
    padding: 0;
    margin: 0;
    height: 0;
    border: 5px solid #999;
}

div#the_report hr.break {
    page-break-before: always;
}

div#carelog_report table {
    width: 100%;
}
div#carelog_report td, div#carelog_report th {
    padding: 5px 0;
    vertical-align: top;
}
div#carelog_report th {
    color: #6F6F6F;
    font-weight: normal;
    text-align: left;
}

div#carelog_report tr.summary td {
    font-weight: bold;
    border-top: 2px solid #CCC;
}

tr#schedules-report-hours-wanted {
    font-weight: normal;
    border-top: none;
    text-align: right;
    font-style: italic;
}

div#carelog_report td span.comment {
    color: #999;
    font-style: italic;
}

div#the_report .payer-summary {
    float:right;
    width: 350px;
    padding: 10px;
}

div#the_report .payer-summary h4 {
    margin-bottom: 0;
}

div#the_report .payer-summary ul{
    list-style-type: none;
    padding: 0;
}

div#the_report .payer-summary ul li span{
    float:right
}

div#the_report .payer-summary table{
    width:100%;
}

div#the_report .payer-summary table tr td:nth-child(2){
    text-align:right;
}

#id_client_billing_type li {
    display: inline-block;
}

#report-form span#include_list, #report-form span#exclude_list {
    width: 205px;
    margin-top: 5px;
    font-size: 12px;
    color:#000;
}

#report-form span#exclude_list b{
    color: #FF0000;
}

select#id_hide_caregiver_info{
    width: 140px;
}

div.multiselect-container {
    width: 205px !important;
}

div.report-list a.excel-link{
    font-size: 14px;
}

div.recent-reports .report-title{
    font-size: 12px;
    margin: 0;
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.recent-reports .report-list{
    margin-top:15px !important;
    margin-left:15px !important;
}

div.recent-reports .report{
    height:35px;
    position:relative;
    margin:1px 10px;
}

div.recent-reports .report .report-info,
div.recent-reports .report .report-spinner{
    float:left;
}

div.recent-reports p.report-detail{
    position: absolute;
    margin:0;
    top: 15px;
    width: 220px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

div.recent-reports .initial-spinner{
    font-size: 50px;
    margin: 60px;
    position: absolute;
}

div.recent-reports .report-spinner{
    font-size: 18px;
    margin: 8px 5px 0px 0px;
}

@media print {
    hr.big.pgbrk {
        page-break-after: always;
    }
}

.reports ul#reports-nav {
    list-style-type: none;
    margin: 0;
    margin-left: 5px;
    padding: 0;
    display: flex;
    border:0;
    background: none;
}

#reports-tabs {
    width: 305px;
    border: 0;
}

.reports ul#reports-nav li {
    cursor: pointer;
    font-weight: 100;
    display: inline;
    font-size: 1.0em;
    margin-left: 5px;
    position: relative;
    border: 0;
    background: none;
}

.reports ul#reports-nav li a {
    font-size: 1.0em;
    cursor: pointer;
    margin-left: 5px;
    font-weight: 100;
    color: #2E6E9E;
    border: 0;
    display: inline;
    padding: 0;
    float: none;
}

.ui-state-hover {
    background-color: transparent;
}

.reports ul#reports-nav li a:hover {
    text-decoration: underline;
    background-color: transparent;
}

.reports ul#reports-nav li.ui-state-active a{
    color: #E17009;
    font-size: 1.0em;
    display: inline;
    font-weight: 100;
    border: 0;
}

div#report-options input#schedule-report {
    position: absolute;
    bottom: 5px;
    right: 92px;
}

.chzn-container .chzn-results {
    max-height: 100px;
}

#filtersAccordion .chzn-choices {
    border: none;
    background: none;
}

.scheduleAccordion {
    border-top: 1px inset;
    padding: 7px 0 7px 0;
    font-size: 0.9em;
}

.scheduleAccordion .ui-accordion-header .ui-icon {
    left: -1em;
}

.scheduleAccordion .ui-accordion-header {
    border: none;
    background: none;
}

.schedule-details {
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    font-size: 0.8rem;
}

.ui-dialog .ui-dialog-buttonpane .remove-schedule-btn {
    float: left;
    margin-right: 18em;
}

#recentScheduledReports .reports{
    height: 150px;
    overflow: scroll;
    border: none;
    padding: 0;
}

#recentScheduledReports .report-list{
    margin-top: 5px !important;
    margin-left: 7px !important;
}