@charset "utf-8";

/*Description:  Print page structure definitions
Nunito Sans is a free substitute for Proxima nova font. Our licensed font does not work during PDF embedding
*/

html,
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Nunito' !important;
}

.loader-container,
.d-none,
.screen,
button,
nav,
footer,
.d-md-none,
.card-section,
.filter-container,
.wizard,
.wizard-bot-container,
input[type=hidden],
#gotoBottom,
#gotoTop {
    display: none !important;
}

/*h1,
h2,
h3,
h4,
thead {
    page-break-after: avoid;
} */

/*tr {
    page-break-inside: avoid;
} */

 
@page :first {
    margin-top: 2.5cm;
    @top-left {
        content: element(header);
    }
} 

@page {
    size: a4;
    margin-top: 2cm;
    margin-bottom: 1.5cm;
    margin-left: 1cm;
    margin-right: 1cm;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: .15cm 0;
    @top-right {
        content: element(logo);
    }
    @bottom-left {
        content: "Page " counter(page) " of " counter(pages);
        white-space: nowrap;
        font-size: 10px;
        color: #999;
        font-family: 'Nunito'
    }
    @bottom-center {
        content: element(footer);
    }
    @bottom-right {
        content: element(credit);
    }
}

#print_header {
    position: running(header);
    color:  #999; 
    font-size: 11px;
}

#print_footer {
    position: running(footer);
    color: #999;
    font-size: 10px;
}

#print_credits {
    position: running(credit);
    padding: 0px;
    color: #999;
    font-size: 10px;
}

#print_logo {
    position: running(logo);
    height: 47px;
    min-width: 300px;
    background-size: contain;
    margin-left: auto;
    margin-right: 0;
}

.pie,
.doughnut,
.donut {
    height: 200px;
    width: 350px;
    page-break-inside: avoid;
}

.container {
    margin: auto;
    background: white;
}

.body-container {
    padding: 8px;
}

dl {
    margin: 0 0 1.5em 0;
}

dl dt {
    clear: left;
    color: #999;
    float: left;
    text-align: left;
    width: 120px;
}

dl dd {
    font-weight: bold;
    margin-left: 120px;
}

.page-title {
    margin: 0px -12px;
    padding: 0px 12px 12px 12px;
}

.card-list {
    margin: 12px 0px;
    border: 1px solid #e1e1e1;
    height: 100%;
    padding: 0px;
    width: 100%;
    float: left;
}

.card-list-content,
.card-heading {
    padding: 0px 12px;
    display: block;
}

.card-list ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
}

.list-table li {
    display: inline-block;
    width: 49.68%;
    padding: 0px;
    margin: 0px;
    height: 55px;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 2px;
    /* background: orangered; */
}

.list-table li .text-text {
    height: 50px;
    display: block;
    position: relative;
}

.list-table li .text-text label {
    position: absolute;
    display: block;
    font-size: 12px;
    height: 20px;
}

.list-table li .text-text .value {
    position: absolute;
    bottom: 6px;
    height: 20px;
    font-weight: bold;
    display: block;
    font-size: 14px;
}

caption {
    padding: 6px;
    text-align: left;
    font-size: 14px;
    width: 100%;
}

.dataTables_wrapper {
    float: left;
    width: 100%;
}

table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #c3cbd2;
    border-bottom: 2px solid #c3cbd2;
    margin-bottom: 24px;
}

table tr td a.btn {
    text-decoration: none;
}

table tr td a.btn i.ewm-flag {
    background-image: url(../images/print_icons/sprite.png);
    background-position: 0 0;
    display: block !important;
    background-repeat: no-repeat;
    height: 22px;
    width: 27px;
}

table tr td a.btn i.ewm-flag.inActive,
table tr td a.btn i.ewm-star.inActive {
    background-image: none;
    height: 22px;
    width: 27px;
}

table tr td a.btn i.ewm-star {
    background-image: url(../images/print_icons/sprite.png);
    background-position: 0 -22px;
    display: block !important;
    background-repeat: no-repeat;
    height: 22px;
    width: 27px;
}

th {
    text-align: left;
    background: #e8f1f9;
    border-bottom: 1px solid #cdd2d6;
}

th,
td {
    font-size: 11px;
    padding: 6px;
    font-feature-settings: "tnum" 1;
}

td {
    border-bottom: 1px solid #e1e1e1;
}

th.more,
td.more {
    width: 1px;
    padding: 0px;
}

th.more .dropdown,
td.more .dropdown {
    display: none;
}


/* not is unsupported in css 2.1*/

tr:not(:first-child) td {
    border-top: 1px solid #e1e1e1;
}


/* not is unsupported in css 2.1*/

tr.group.group-end:not(.no-group) {
    background: #f5f8fa
}

tr.group {
    background: #dfe4e7;
}

td.visibility-hidden {
    color: white;
}

tr.group td.visibility-hidden {
    color: #000000;
}

.table-transpose td {
    font-weight: bold;
    text-align: right;
    border-bottom: 1px solid #dfe4e7;
}

.table-transpose th {
    background: #fff;
    text-decoration: none;
    border-bottom: 1px solid #dfe4e7;
    font-weight: normal;
}

.table-transpose tr:not(:first-child) td {
    border-top: 0px solid #e1e1e1;
}

.table-transpose {
    border: 0px;
}

.alert {
    position: relative;
    padding: 6px 12px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    float: left;
    width: 95.85%;
}

.alert>p {
    line-height: 1.8;
    margin-top: 0px;
    margin-bottom: 0px;
}

.alert.success {
    background: #EFF7E6;
    border-left: 4px solid #7dbe31;
}

.alert.warning {
    background: #FEF4E4;
    border-left: 4px solid #FAA51F;
}

.alert.error {
    background: #F9E1E4;
    border-left: 4px solid #D0021B;
}

.alert.info {
    background: #E8F1F9;
    border-left: 4px solid #428BCA;
}

hr {
    color: #a3d7ff;
}

.dataTables_filter {
    display: none;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}


/*
	table row color
*/

tr.group {
    background: #dfe4e7;
}

.multiple tr.group-start {
    background: #ffffff;
}

.multiple tr.group-end {
    background: #aebbc3;
}

.multiple.spl-point {
    background: #f5f8fa;
}

.multiple.spl-point tr.gp-level-0.group-start {
    background: #dce1e4;
}

.multiple.spl-point tr.gp-level-1.group-start {
    background: #fff;
}

.multiple.spl-point tr.gp-level-2.group-start {
    background: #f5f5f5;
}

.multiple.spl-point tr.gp-level-3.group-start {
    background: #fff;
}

.table-level-2 tr.gp-level-1 {
    background: #f5f5f5;
}

.table-level-3 tr.gp-level-1 {
    background: #f5f5f5;
}

.table-level-3 tr.gp-level-2 {
    background: #edf4f9;
}

tr.bold>td,
.group.bold>td,
td.bold {
    font-weight: 700 !important;
}

tr.italic>td,
.group.italic>td,
td.italic {
    font-style: italic !important;
}

tr.underline>td,
.group.underline>td,
td.underline {
    text-decoration: underline !important;
}

.text-decoration-none {
    text-decoration: none !important;
}


/* footnote starts*/

.footnotes.mut {
    color: #597181;
    word-wrap: break-word;
    padding-left: 24px;
    font-size: 12px;
    margin-bottom: 0px;
}

.footnotes.mut li {
    font-size: 12px;
}

ol.footnotes.mut + ul.footnotes.mut {
	margin-top:0;
}

/* footnote ends here*/


/* Key figures */

.key-figure-container {
    text-align: center;
    margin: auto;
}

.key-figure-container .col {
    height: 25px;
    background: #f1f1f1;
    padding: 12px;
    margin: 12px 0px;
    box-sizing: content-box;
    display: block;
}

.key-figure-container .col label {
    display: block;
    margin-bottom: 12px;
    float: left;
}

.key-figure-container .col .value {
    font-weight: bold;
    font-size: 14px;
    float: right;
}


/* grid starts here*/

.col-pr-12,
.row {
    width: 100%;
    float: left;
}

.col-pr-4,
.col-pr-6 {
    float: left;
}

.col-pr-6+.col-pr-6 {
    margin-left: 6px;
}

.col-pr-4+.col-pr-4:nth-child(2) {
    margin-left: 3px;
    margin-right: 3px;
}

.col-pr-6 {
    width: 49.5%;
}

.col-pr-4 {
    width: 33%;
}

.col-pr-4 li,
.col-pr-6 li {
    width: 100%;
    display: block;
    /*  background: greenyellow; */
}


/*
    printing grid ends here
*/