.sheet-header {
    color: #aeaeae;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
}

body.sheet {
    padding-top: 0;
}

.sheet #page-content {
    margin-left: 0;
}

.sheet .container {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}

.sheet .table > thead > tr > th,
.sheet .table > tbody > tr > th,
.sheet .table > tfoot > tr > th,
.sheet .table > thead > tr > td,
.sheet .table > tbody > tr > td,
.table > tfoot > tr > td {
    line-height: 0.9;
}

/* Spreadsheet */

.sheet .htHide {
    display: none;
}

.sheet .htLeft {
    text-align: left;
}

.sheet .htCenter {
    text-align: center;
}

.sheet .htRight {
    text-align: right;
}

.sheet .htJustify {
    text-align: justify;
}

.sheet .htJustify {
    text-align: justify;
}

.sheet .ht-multilingual-label,
.pdf .ht-label {
    background-color: #e4e4e4;
    color: #000;
}

.sheet .spreadsheet.table {
    margin-bottom: 0;
}

.sheet .ht-multilingual-label {
    text-transform: uppercase;
}

.sheet .leftBorder {
    border-left: 1px solid #919191;
}

/* Portlet */
.sheet .portlet {
    padding: 0;
}

.sheet .portlet .portlet-body {
    margin: 10px;
}

.sheet .portlet-body,
.pdf .portlet[class*="portlet-"] .portlet-body {
    padding: 0;
}

.sheet .portlet > .portlet-title > .caption {
    float: none;
}

.sheet .portlet-title {
    background-color: #d6d6d6;
    color: #000;
    text-align: center;
    margin-bottom: 0;
}

.sheet .portlet[class*="portlet-"] .portlet-title > h4 {
    color: #000;
    text-align: center;
    float: none;
    text-transform: uppercase;
}

.sheet .portlet.light > .portlet-title {
    min-height: 40px;
}

.sheet .portlet.light .form .form-body,
.sheet .portlet.light .portlet-form .form-body {
    padding: 0;
}

.sheet-time{
    font-size:9px;
}

