/*** General Styles ***/

body {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
}


/*** Reports ***/

.reports-container {
    position: relative;
    margin: 10px 0;
}

.reports-header, .facility-container {
    position: relative;
}

.reports-header {
    background: #f0f0f0;
    border: 1px solid #ccc;
    padding: 15px;
    position: relative;
    clear: both;
    overflow: hidden;
}

.reports-header img {
    /*width: 100%;*/
    max-width: 100%;
}

.facility-container {
    text-align: center;
    width:78.5%;
}

.facility-container .f-title {
    margin-top: 0px;
    font-size: 30px;
    line-height: 30px;
}

.facility-container .f-addr {
    margin-top: 10px;
}

.facility-container .f-location {
    margin-top: 10px;
}

.page-continue-header {
    background: #fff;
    border: 0;
    margin-top: 25px;
}

.report-title {
    text-align: right;
}

div.dates-field {
    text-align: right;
}


.page-continue-header .facility-container {
    text-align: left;
}


.print-report-table {
    position: relative;
    border-collapse: collapse;
    margin-top: 15px;
}

.mm-table-container tr th{
    background: #50C0E9;
    border-collapse: collapse;
}

.mm-table-container tr td{
    /*border-left: 1px solid #ddd;*/
    /*border-collapse: collapse;*/
}

.reports-title-container {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.reports-title-container .report-name {
    font-size: 22px;
    font-weight: bold;
    text-decoration: underline;
    margin: 10px 0 5px;
}

.reports-title-container .report-date {
    margin-bottom: 0px;
}

.print-page-number {
    text-align: center;
    font-size: 10px;
    margin: 5px 0;
}

/*** Nursing Progress Notes - Styles ***/

.npn-container {
    position: relative;
}

.npn-fields-ctn {
    position: relative;
    padding: 0;
}

.npn-fields-ctn .col-lg-6:first-child {
    padding-left: 0;
}

.npn-fields-ctn .npn-field-label {
    font-weight: bold;
    font-size: 14px;
}

/*** Staff Training Reports - Styles ***/

.staff-container {
    position: relative;
}

.staff-fields-ctn {
    position: relative;
    padding: 0;
}

.staff-fields-ctn .col-lg-6:first-child {
    padding-left: 0;
}

.staff-fields-ctn .staff-field-label {
    font-weight: bold;
    font-size: 14px;
}

tr.row-head td{
    background: #50c0e9;
    font-weight: bold;
}



/*** Print Styles ***/

@media print {
    
    .reports-header {
        background: #f0f0f0 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }    
    
    .mm-table-container tr th {
        background: #50C0E9 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    
    .page-continue-header {
        background: #fff !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    
    .facility-container {
        text-align: center;
        width:65%;
    }    
    
    


}


