.container {
    display: block;
}

h1 {
    font-size: 20px !important;
}

h2, h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.col-xs-6 {
    padding-left: 0px;
}

.col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.row {
    margin: 0px;
    margin-bottom: 5px;
}

.reportRow {
    margin-bottom: 0.4rem;
}

.reportPdfRow {
    padding: 2rem 0;
}

.occ-page-header {
    border: none;
    margin: 0px;
    padding: 0px;
}

.w100 {
    width: 100%;
}

.occ-report-button, .occ-report-button:active, .occ-report-button:focus {
    font-family: 'Open Sans', sans-serif;;
    font-size: 16px;
    text-align: left;
    color: #336799;
    padding: 1rem;
    display: inline-block;
    border-color: #336799;
    border-radius: 0;
    outline: none;
    background: white;
}

.occ-report-button:hover {
    color: #336799;
    border-color: #336799;
    background-color: #e6e6e6;
}

.panel-header:not(.collapsed) {
    background: #336799;
    color: white;
    border: none;
}

.occ-pdf-button {
    background-image: url(../../../images/pdf.png);
    background-repeat: no-repeat;
    font-family: Arial;
    font-size: 12px;
    padding-left: 30px;
}

div.uploaddiv form {
    width: 100%;
}

.header-left {
    width: 67%;
    float: left;
}

.header-right {
    width: 33%;
    float: right;
}

.eccairsBox {
    background-color: red;
    color: white;
    height: 135px;
    margin-top: 20px;
    margin-bottom: 5px;
    display: table;
    padding-left: 3px;
    padding-right: 3px;
}

.eccairsText {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 25px;

}
