body {
    margin: 1% 1%;
}

.header {
    position: fixed;
    top: 0%;
    left: 0%;
    bottom: 0%;
    width: 160px;
    height: 100vh;
    z-index: 100;
    background-color: #327bbf;
    padding: 0.2%;
    display: inline;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.3);
}

.margin-left {
    margin-left: 160px;
}

.border {
    border: #656b6f ;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #327bbf;
}

.margin-line {
    margin-top: 1%;
}

.filter-title {
    font-size: 10px;
    color: white;
    margin-bottom: 5px;
}

.dropdown {
    font-size: 12px;
    padding: 0%;
}

.no-padding-div {
    padding: 0% 0% 0% 10%;
    line-height: 10px;
}

.arrows {
    color: #327bbf;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    display: flex;
    justify-content: center;
}

.item-name {
    display: block;
    color: #193e60;
    font-style: italic;
    text-align: right;
}

.item-description {
    font-size: 12px;
}

.item-value {
    display: block;
    margin-top: 5px;
}

.item-additional-value > h6 {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}

.table-border-bottom {
    border-bottom-style: solid !important;
    border-bottom-color: inherit !important;
}

.table-border-top {
    border-top-style: solid !important;
    border-top-color: inherit !important;    
}

.table-no-border {
    border-style: hidden;
}

.modal-body {
    font-family: "Lato", sans-serif !important;
    font-size: 13px !important;
    color: #193e60;
}

.modal-footer > .btn {
    color: white !important;
    background-color: #327bbf !important;
    font-size: 13px !important;
}

.modal-button:hover, .modal-button:active, .modal-button {
    color: #193e60 !important;
    background: none !important;
    padding: 0px !important;
    border: none !important;
    font-size: 11px !important;
    font-family: "Lato", sans-serif !important;
}

.row-overflow {
    overflow: hidden !important;
}

.logo {
    display:inline-block;
    position:absolute;
    right:1%;
}

.footnote {
    display: block;
    position:relative;
    font-size: 12px;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

p {
    font-family: "Lato", sans-serif !important;
    color: #193e60 !important;
}

text {
    font-family: "Lato", sans-serif !important;
    color: #193e60;
}

a {
    font-family: "Lato", sans-serif;
    color: #01757d;
    font-style: italic;
}

.figure-text {
    font-family: "Lato", sans-serif;
    color: #01757d;
    font-weight: bold;
}

.xgrid {
    stroke: rgb(236, 239, 244) !important;
    stroke-opacity: 1 !important;
    stroke-width: 1px !important;
}

.ygrid {
    stroke: rgb(236, 239, 244) !important;
    stroke-opacity: 1 !important;
    stroke-width: 1px !important;
}

.small-label {
    margin: 0;
    padding: 0;
    font-size: 14px;
}