.fancy input[type="checkbox"] {
    -webkit-appearance: checkbox;
    border-radius: 5px;
}
button#printButton {
    background: #000;
    border: none;
    color: #fff;
    padding: 5px 15px;
    border-radius: 3px;
    margin-right: 5px;
    margin-top: 15px;
    float: right;
    text-decoration: none;
    max-width: 100px;
    min-height: 42px;
    font-weight: bold;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.fancy-panel-bbar {
    display: none;
}
h1#reportHeadings {
    margin: 0;
    padding: 10px 0;
    display: inline-block;
    font-size: 22px;
    color: #797979;
}
a.button.button-primary.button-small.view {
    margin-right: 5px;
}
a.button.button-primary.button-small {
    margin-right: 5px;
    height: 24px;
    line-height: 22px;
    padding: 0 8px 1px;
    font-size: 11px;
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
    display: inline-block;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}
a.button.button-primary.button-small:hover {
    background: #008ec2;
    border-color: #006799;
    color: #fff;
}
a.button.button-small.delete {
    height: 24px;
    line-height: 22px;
    padding: 0 8px 1px;
    font-size: 11px;
    color: #555;
    border-color: #ccc;
    background: #f7f7f7;
    box-shadow: 0 1px 0 #ccc;
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    margin: 0;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}
a.button.button-small.delete:hover {
    background: #eee;
    border-color: #999;
    box-shadow: inset 0 2px 5px -3px rgba(0,0,0,.5);
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}
#agtable_wrapper .row:first-child {
    display: none;
}
#agtable_wrapper .row:last-child {
    display: none;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before{
    display: none;   
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
    display: none;  
}
