body{
    font-family: "Roboto";
    background: #f4f4f6;
    color: #0b5392;
    background-image: url('background.png');
}

h6{
    margin-top: 20px;
    font-weight: 600;
    font-size: 1.1rem;
}

.hidden{
    display: none;
}

.header{
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
}

.btn-circle-info{
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    top: 0px;
    right: 30px;
}

span.info-icon{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    margin-top: -3px;
}

.btn-circle-help{
    height: 30px;
    width: 30px;
    border-radius: 50% !important;
    text-align: center;
    padding-top: 1px;
}

.update-notifier{
    display: none;
}
span.help-icon{
    font-size: 18px;
}

.modal-info .modal-header h5{
    display: block;
    text-align: center;
    width: 100%;
}

.modal-info h6{
    margin-top: 5px;
    font-size:14px;
}

.modal-info li{
    font-size: 13px;
}

.modal-info p.info-contact{
    display: block;
    text-align: center;
    font-size: 12px;
    width: 100%;
}

.user_input{
    background: white;
    padding-top: 20px;
    border-radius: 5px;
}

.mainbox{
    box-shadow: #333 1px 1px 15px 1px;
    border-radius: 5px;
}

.chart_container, .info_table{
    background: white;
    padding-top: 20px;
}

.chart_info{
    font-size: 12px;
}

.table tbody{
    font-family: "Roboto Mono", monospace;
    font-size: 14px;
}

.table-striped tbody tr:nth-of-type(odd){
    background: #d7edf9;
}

.table-striped thead {
    color: #0b5392;
}

.table-striped thead td {
    border-color: #0b5392;
}

tr.ledger_head td{
    height: 50px;
}

tr.ledger_head td{
    vertical-align: middle;
}

.table-striped td{
    border-right: dotted 1px #dee2e6 !important;
    border-left: dotted 1px #dee2e6 !important;
    white-space: nowrap;
}

tr.highlight{
    background: #fbf86d !important;
}

.flot_tooltip{
    position: absolute;
    display: none;
    padding: 5px;
    background-color: #000;
    opacity: 0.6;
    z-index: 5000;
    color: white;
    border-radius: 5px;
    font-size: 12px;
    width: 150px;

}

.footer {
    padding: 10px;
    width: 100%;
    height: 60px;
}

.pull-right{
    float: right;
}

.footer_copyright{
    font-size: 10px
}

ul.nav-tabs {
    border-bottom: 1px solid #102e50 !important;
}

ul.nav-tabs > li.nav-item > a.nav-link.active {
    border-top: 3px solid #102e50 !important;
    border-left: 1px solid #102e50 !important;
    border-right: 1px solid #102e50 !important;
    border-radius: 0;
}

ul.nav-tabs > li.nav-item > a.nav-link {
    color: #102e50;
    border-radius: 0;
    padding: 6px 7px;
    font-weight: normal;
}

.legend_container{
    width: 100%;
    padding: 10px 5px;
    text-align: center;
}

.legend_footer{
    font-weight: normal;
    font-size: 14px;
    color: #666;
}

.legend_container table{
    margin: 0 auto;
}

.legend_container .legendColorBox > div{
    border: none !important;
}

.legend_container .legendColorBox > div > div{
    border-radius: 3px;
    border-width: 10px !important;
    margin-left: 20px;
    margin-right: 5px;
}

.legend_container .legendColorBox:first-child > div > div{
    margin-left: 5px !important;
}

@media print {
    body {
        margin: 0cm;
    }

    .header {
        margin-top: 0;
    }

    input, select {
        border: none !important;
    }

    .table td{
        padding: 2px;
    }

    .table-striped tbody tr:nth-of-type(odd) td{
        background-color: #d7edf9 !important;
        -webkit-print-color-adjust: exact;
        -moz-print-color-adjust: exact;
    }

    .flot_tooltip{
        background-color: #000 !important;
        opacity: 1 !important;
        -webkit-print-color-adjust: exact;
        -moz-print-color-adjust: exact;
    }

    select {
         -webkit-appearance: none;
         -moz-appearance: none;
        appearance: none;
    }
}
