/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 10, 2018, 12:59:49 PM
    Author     : mrr39
*/

.time-entry-sidebar {
    display: inline-block;
    width: 426px;
    margin-left: 10px;
    margin-bottom: 20px;
    vertical-align: top;
}

.timesheet-sidebar {
    width: 450px;
    display: inline-block;
    vertical-align: top;
}

.timesheet-report-sidebar {
    width: 475px;
    display: inline-block;
    vertical-align: top;
}

.timesheet-main {
    margin-left: 40px;
    margin-right: 40px;
    display: block;
    position: absolute;
    top: 125px;
}

.timesheet-report-main {
    margin-left: 400px;
    margin-right: 40px;
    display: block;
    position: absolute;
    top: 125px;    
}

.time-charge-report {
    margin-left: 40px;
    margin-right: 40px;
    display: block;
    position: absolute;
    top: 125px;
}

.approval-time-charge-report {
    margin-left: 500px;
    margin-right: 40px;
    display: block;
    position: absolute;
    top: 60px;
}

.time-charge-report-header-grid td:first-child {
    text-align: right;
    font-weight: bold;
    width: 90px;
    vertical-align: top;
}

.time-charge-report-header-grid .ui-datalist-content {
    border: none;
}

.time-charge-report-header-grid .ui-datalist-content li {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left

}

.time-charge-report-header-grid .ui-datalist-content ul {
    padding: 0;
    margin: 0;
}

.column-med {
    width: 120px;
}

.column-narrow {
    width: 80px;
}

.column-extra-narrow {
    width: 50px;
}

.column-wide {
    text-align: left;
}

.time-charge-data-table-class .ui-datatable-header{
    text-align: right;
}

#help-page-body h2 {
    font-size: 200%;
    color: #009933;
}

#help-page-body h3 {
    font-size: 150%;
    color: #009933;
    padding: 0;
    margin: 0;
}

#help-page-body h4 {
    font-size: 130%;
    text-decoration: none;
    font-style: normal;
    color: #666666;
}

#help-page-body h5 {
    font-size: 120%;
    font-style: italic;
    color: #666666;
}

.help-page-section {
    display: inline-block;
    width: 525px;
    vertical-align: top;
    margin: 10px;
    padding: 0 1em 0 2em;
    border: solid 1px gray;
}

.help-page-section p {
    font-size: 110%;
    padding: 0 0 0 1em;

}

.printable-time-period-header {
    display: none;
}

.submit-buttons {
    position: fixed;
    bottom: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    background-color: #333333;
    padding-top: 6px;
    z-index: 2;
}

.time-entry-background-footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #333333;
    height: 50px;
    z-index: 1;
}

.ui-growl {
    top: 50px;
}

.timesheet-block {
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 100px;
}

.timesheet-summary-link {
    margin-left: 10px;
    padding: 10px;
}

.timesheet-summary-link-inactive {
    border: 1px solid steelblue;
}

.timesheet-summary-link-active {
    background-color: steelblue;
    color: white;
}

.timesheet-wrapper-active {
    padding: 20px;
}

.timesheet-wrapper-inactive {
    border: none;
}

.ui-background-unsubmitted,
.ui-datepicker-calendar .ui-background-unsubmitted .ui-state-default {
    background-color: #c51d1d;
    color: white;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui-datepicker-current-day,
.ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default,
.ui-datepicker-current-day .ui-state-disabled {
    background-color: steelblue;
    color: white;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}

.ui-autocomplete-multiple-container {
    width: 200px;
}

#time-charge-filter-form\:comment-filter .ui-chips-container{
    width: 200px;
}


.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.approvals-nav-button {
    margin: 10px 5px;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.approvals-nav-button-selected {
    color: #007ad9;
    background-color: white;
    font-weight: bold;
    opacity: 1;
}

#time-period-report-buttons .ui-button {
    margin: 2px;
}

#time-charge-filter-form\:time-charge-filter-controls tr td:first-child{
    width: 200px;
}

body .ui-button {
    
    margin: 5px;
}


@media print{


    .printable-time-period-header {
        display: inline-block;
        width: 100%;
        font-size: 200%;
    }

    body{
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 10px;
    }

    table {
        border-collapse: collapse;
    }

    .timesheet-sidebar{
        display: none;
    }

    .timesheet-main {
        width: 8in;
        margin: 0;
        padding: 0;
        font-size: 10px;
    }

    .summary-view-buttons {
        display: none;
    }

    .submit-buttons {
        display: none;
    }

    .time-charge-report{
        top: 0;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .navigation{
        display: none;
    }

    .message-panel {
        display: none;
    }

    .inner-body-wrapper{
        margin: 0;
        position: relative;
    }

    .column-med {
        padding: 0;
        width: 8em;
        text-align: left;
        white-space: nowrap;
    }

    .column-narrow {
        padding: 0;
        width: 5em;
        text-align: left;
        white-space: nowrap;
    }

    .column-wide {
        text-align: left;
        white-space: nowrap;
    }

    .column-extra-narrow {
        text-align: left;
        padding: 0;
        width: 4em;
    }

    .ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td, .ui-datatable tfoot th{
        padding: 0;
    }
    
    td{
        padding: 0;
    }

    .ui-datatable-header{
        display: none;
    }

    .time-charge-report-header-grid td:first-child {
        text-align: left;
        font-weight: bold;
        width: 90px;
    }

    .timesheet-wrapper-active {
        border: none;
        padding: 0;
    }



}