﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.body-background
{
    background-image: url('Images/leaf-doctor-instrument-303930-o.jpg');
    background-repeat:no-repeat;
    background-size:cover;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select {
    max-width: 280px;
}

.signature-area 
{
    width: 100%;
    position:relative  ; 
    bottom: 0px;
}

.chief-complain textarea
{
    width:100%;
    height:110px;
}
.case-summery textarea
{
    width:100%;
    height:325px;
}

.reporting-area
{
    min-height: 700px;
    
}



.report-title
{
    border: 1px solid;
    padding: 2px 2px 2px 2px;

    font-size: 18px;
    font-weight: bold;

}
.report-title-container{
    margin-top: 8px;
    margin-bottom: 8px;
}


.custom-text-area textarea
{
    clear: both;
    width: 100%;
    border: solid thin silver;
    
}

.text-bold
{
    font-weight:bold;
}


.advice select {
    max-width: 100%;
}

@media print {
    body {
        padding-top: 0px;
        padding-bottom: 0px;
    }


    .mis-report-body-portrait
    {
        min-height: 750px;
    }

    .mis-report-body-landscape
    {
        min-height:500px;
    }
    .signature-area-doctor
    {
        line-height:15px;
    }

    .memo-id
    {
        font-size:16px; 
        font-weight:600;
    }
    .memo-header td
    {
        padding: 2px;
    }

    .ReportHeader {
        text-align: center;
    }

}



.report-title
{
    border: 1px solid;
    padding: 2px 2px 2px 2px;

    font-size: 18px;
    font-weight: bold;

}
.report-title-container{
    margin-top: 8px;
    margin-bottom: 8px;
}
