a:link:after, a:visited:after {
    content: "";
}
.header {
    border-bottom: 2px solid #000;
    padding: 30px 15px;
}
.header > div {
    padding: 0;
}
.header .logo {
    width: 20%;
}
.header .logo img {
    width: 100%;
}
.header .contact_details {
    width: 50%;
}
.header .report_details {
    width: 30%;
}
.contact_details > div {
    padding: 0 15px;
}
.contact_details p {
    margin: 0;
}
.report_actions button.btn, .report_actions button:focus, .report_actions button:active:focus {
    border-radius: 50%;
    padding: 5px !important;
    line-height: 100%;
    outline: none;
    margin: 5px;
    background: #3498db !important;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.report_actions button.btn:hover {
    background: #1b7fc2 !important;
}
.report_actions button i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}
.btn-pdf{
    position: relative;
}
.btn-pdf .pdf_actions {
    position: absolute;
    right: 0;
    top: 100%;
    padding-top: 5px;
    text-align: left;
    font-size: 14px;
    line-height: 150%;
    font-weight: bold;
    display: none;
}
.btn-pdf:hover .pdf_actions ul {
    list-style-type: none;
    margin: 0;
    padding: 5px 12px;
    background: #fff;
    border: 1px solid #666;
    width: 150px;
}
.btn-pdf:hover .pdf_actions {
    display: block;
}
.btn-pdf .pdf_actions a {
    color: #000;
    font-family: "Roboto";
}
.report_container {
    padding: 0 15px;
}
.cover_page {
    text-align: center;
    padding: 100px 0;
}
.cover_page h1 {
    font-size: 36px;
    font-weight: 700;
}
.cover_page > div {
    margin-bottom: 30px;
    font-size: 18px;
}
.heading {
    background-color: #012d74;
    padding: 15px;
    color: #fff;
    margin-bottom: 15px;
}
.page_content {
    margin-bottom: 20px;
}
.page_break {
    page-break-after: always;
    page-break-inside: avoid;
}
.modal ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.modal input[type="checkbox"] {
    margin: 0;
    vertical-align: -2px;
    margin-right: 5px;
}
.modal ul li i {
    font-size: 12px;
    vertical-align: 1px;
}
.modal .col-sm-2 {
    width: 30%;
}
.modal .col-sm-7 {
    width: 70%;
}

@media print {
    .print_hidden {
        visibility: hidden;
    }
}
