html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: 'Roboto','Helvetica',sans-serif;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

body {
    line-height: 1;
    min-height: 100vh;
    min-width: 1024px;
    background-color: #eef1f3!important;
    min-width: 1024px!important;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

*,*:before,*:after {
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    background-color: #f5f8fa;
}

a {
    text-decoration: none;
    color: #1da1f2;
}

.center {
    text-align: center;
}

.m-0 {
    margin: 0px;
}

.header {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 5;
    position: relative;
}

.header .nav {
    min-width: 960px;
    max-width: 1600px;
    width: 93%;
    margin: 0 auto;
    display: flex;
        display: flex;
  align-items: center; 
}

.nav a {
    text-decoration: none;
    color: #757575;
    text-decoration: none;
    padding: 0 25px;
    display: inline-block;
    text-align: center;
    height: 70px;
    line-height: 88px;
    vertical-align: top;
    font-size: 18px;
    border-bottom: 0px solid transparent;
    transition: border .15s;
    margin-left: -3px;
  
}

.nav a.is_active {
    color: #000;
    border-bottom: 5px solid #1da1f2;
    transition: border .15s;
    text-decoration: none;
}

.nav a:hover {
    color: #1da1f2;
    text-decoration: none;
}

.menuarrow {
    position: relative;
    top: 24px;
    padding: 0px 5px 0px 14px;
    cursor: pointer;
    height: 36px;
}

.pl-1 {
    padding: 0 10px!important;
}

.pl-2 {
    padding: 0 15px!important;
}

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

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

.w100 {
    width: 100%;
}

.dropdownmenu a {
    color: #686b69!important;
    font-size: 16px!important;
}

.upgrade {
    font-size: 16px!important;
}

.dropdownmenu {
    position: absolute;
    display: none;
    left: 15px;
    top: 40px;
    border: 1px solid lightgray;
    box-shadow: 1px 1px lightgrey;
    background-color: white;
    line-height: 3;
    width: 155px;
}

.border-bottom {
    border-bottom: 1px solid lightgrey;
}

.dropdownmenu div {
    padding: 5px 15px 5px;
    color: gray;
}

.dropdownmenu div:hover {
    background-color: #F8F8FF;
    cursor: pointer;
}

.dropdownmenu a {
    color: #9a9a9a;
    text-decoration: none!important;
    height: 58px;
}

.dropdownmenu:after {
    border-left: 5px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #FAFAFA;
    content: "";
    bottom: 190px;
    position: absolute;
    left: 10px;
}

.extranav {
    font-size: .8em;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-right: 40px;
    position: relative;
    min-width: 200px;
    background-color: white;
}

.extranav a {
    margin-left: 25px;
    font-size: 15px;
    padding: 0 !important;
}

.extranav a:hover {
    color: #000;
    border-bottom: none;
}

.modality {
    margin: auto;
}



.main {
    background-color: #fff;
    border: 1px solid #e6ecf0;
    max-width: 1600px;
    display: flex;
    position: relative;
    padding-bottom: 40px;
    z-index: 3;
    margin: 7px auto;
}

@media only screen and (max-width: 1600px) {
    .main {
        margin:7px 10px 10px;
    }
}

.main .print {
    cursor: pointer;
}

.main .solvefor {
    cursor: pointer;
}

.topnav {
    position: absolute;
    width: 100%;
    z-index: 99999;
    top: 24px;
}

.topnav-right {
    display: inline-flex;
    right: 6px!important;
    position: absolute;
}

.topnav-social {
    position: absolute;
    right: 36px !important;
    top: 183px;
    line-height: 34px;
}

.main .monthly_data_label {
    position: absolute;
    top: 700px;
    width: 131px;
    height: 20px;
    color: #9e9e9e;
    z-index: 100;
    line-height: 1.2em;
    font-size: 14px;
    left: 331px;
}

.main .graph_explanatory {
    position: absolute;
    top: 480px;
    z-index: 100;
    font-size: 12px;
    line-height: 1.2em;
    right: 30px;
}

.main .risk_label {
    position: absolute;
    bottom: 44px;
    width: 127px;
    height: 42px;
    color: #9e9e9e;
    z-index: 100;
    line-height: 1.2em;
    font-size: 14px;
    display: none;
    top: 526px;
    right: 33px;
}

.main .widget {
    position: absolute;
    bottom: 30px;
    right: 40px;
    width: 20px;
    height: 20px;
    border: 2px solid #e6ecf0;
    cursor: pointer;
    z-index: 100;
}

.main .help {
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    left: 25px;
    width: 40px;
    height: 40px;
    z-index: 100;
}

.main .help:hover svg {
    fill: #1da1f2;
}

.sidebar {
    margin: 40px 0px 0px 25px;
    font-size: 13px;
    line-height: 15px;
    color: #424242;
    width: 290px;
    min-width: 290px;
    border-right: 1px solid #cfd4d8;
    padding-right: 20px;
}

.sidebar:checked + span {
    color: #000;
}

.sidebar .bitbig {
    font-size: 16px;
}

.sidebar .fieldset {
    border-bottom: 1px solid #cfd4d8;
    padding: 15px 0 28px 12px;
    position: relative;
}

.sidebar .legend {
    text-transform: uppercase;
    font-size: 14px;
}

.smnote {
    color: #424242;
    font-size: 12px !important;
    margin-left: 5px;
}

.sidebar .legend.inline {
}

.sidebar input[type="text"] {
    font-size: 15px;
}

.sidebar input[type="checkbox"] {
    margin-bottom: 0;
}

label {
    margin-bottom: 0px!important;
}

input#rate {
    margin-left: 0;
}

.align-right {
    position: absolute;
    top: 1em;
    right: 0;
}

.align-center {
    text-align: center;
    display: block;
}

.sidebar a:hover {
    text-decoration: underline;
}

.onemode,.pageset {
}

.onemode.is_active,.pageset.is_active {
    display: block;
}

.sidebar label > input {
}

.inline input {
    margin-left: 8px;
}

h2 + .inline input {
    margin-left: 0;
}

.sidebar input[type="radio"],.sidebar input[type="checkbox"],.onepop input[type="radio"],.onepop input[type="checkbox"] {
    width: 19px;
    height: 19px;
    font-size: 19px;
    margin-right: 0;
    vertical-align: middle;
    margin-top: -1px;
}

.sidebar label span,.onepop label span {
    vertical-align: middle;
}

.pages {
    flex-grow: 1;
    position: relative;
    padding: 40px;
}

.pages .note {
    font-size: 13px;
    text-align: center;
    color: #757575;
    margin: 20px;
}

.pages h1 {
    font-size: 24px;
    color: #fb8c00;
    margin-bottom: .5em;
}

h2 {
    font-size: 35px!important;
    color: #333333!important;
}

.show-break {
    display: none;
}

@media only screen and (min-width: 1365px) {
    .show-break {
        display:block!important;
    }
}

.pages p {
    color: #424242;
    font-size: 16px;
}

.chartspace_pdf,.chartspace {
    flex-grow: 1;
    height: 540px;
    position: relative;
}

.onepage {
    flex-direction: column;
    height: 100%;
    display: none;
}

.onepage.is_active {
    display: flex;
}

.chartspace_pdf > .chart .chartspace > .chart {
    width: 100%;
    margin-top: 20px;
}

.pdftext h1,.pdftext h2 {
    text-align: center;
}

.pdftext h2 {
    font-size: 24px;
    color: #ccc;
}

.pdftext h1 {
    font-size: 32px;
}

.pdfs {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 40px 0;
    margin: 40px 0 0 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-height: 500px;
}

.pdfs div {
    width: 33%;
}

.pdfs a {
    font-size: 25px;
    display: flex;
    align-items: center;
    color: #666;
    margin-right: 10px;
}

.pdfs a:hover {
    color: #000;
}

.pdfs svg {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.pdfs div:nth-of-type(n+1) svg {
    fill: #E91E63;
}

.pdfs div:nth-of-type(n+2) svg {
    fill: #9C27B0;
}

.pdfs div:nth-of-type(n+3) svg {
    fill: #673AB7;
}

.pdfs div:nth-of-type(n+4) svg {
    fill: #3F51B5;
}

.pdfs div:nth-of-type(n+5) svg {
    fill: #2196F3;
}

.pdfs div:nth-of-type(n+6) svg {
    fill: #009688;
}

.pdfs div:nth-of-type(n+7) svg {
    fill: #EF6C00;
}

.pdfs div:nth-of-type(n+8) svg {
    fill: #E64A19;
}

.pdfs div:nth-of-type(n+9) svg {
    fill: #607D8B;
}

.pdfs div:nth-of-type(n+10) svg {
    fill: #FFAB00;
}

.pdfs div:nth-of-type(n+11) svg {
    fill: #263238;
}

.pdfs div:nth-of-type(n+12) svg {
    fill: #BF360C;
}

.pagenavwrap {
    text-align: center;
    justify-content: space-between;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
}

.text-blue,.graph-arrow {
    color: #1da1f2;
}

.graphnav,.pagenav {
    margin: 0 auto;
}

.prev,.next {
}

.prev:hover,.next:hover {
    cursor: pointer;
}

.prev svg {
}

.next svg {
    position: relative;
    right: 2px;
    top: -2px;
}

.prev svg > *,.next svg > * {
    fill: #1da1f2;
}

.prev:hover svg > *,.next:hover svg > * {
    fill: #fff;
}

.prev.disabled,.next.disabled,.prev.disabled:hover,.next.disabled:hover {
    color: #9e9e9e;
    cursor: not-allowed;
}

.prev.disabled:hover svg > *,.next.disabled:hover svg > *,.prev.disabled svg > *,.next.disabled svg > * {
    fill: #ccc;
}

.pnav.is_active,.pnav:hover {
    color: #1da1f2;
}

input[type="text"],input[type="number"] {
    border-radius: 2px;
    border: 1px solid #ddd;
    padding: 3px;
    background-color: #f5f5f5;
}

input[type="text"]:focus {
    border-color: #1da1f2;
    background-color: #fff;
}

input[type="text"]:invalid {
    box-shadow: none;
}

input.blockinput {
    margin-left: 0;
}

.blocklabel {
    display: table;
    margin-top: 1.5em;
    margin-left: 0;
}

.inline,.inline * {
    display: inline-block;
    vertical-align: middle;
}

.smallinput {
    width: 50px;
    margin-left: 8px;
}

.smallestinput {
    width: 37px!important;
    margin-left: 8px;
}

.mediuminput {
    width: 100px!important;
    margin-left: 8px;
}

.mediumlargeinput {
    width: 94px;
    margin-left: 8px;
}

.largeinput {
    width: 120px;
    margin-left: 8px;
}

.twocol label {
    display: inline-block;
    width: 49%;
    white-space: nowrap;
    margin-left: 0;
    margin-bottom: 1em;
    margin-top: 1em;
}

input {
    margin-left: 0;
}

label + label {
    margin-left: 15px;
}

.popper {
    color: #1da1f2;
    cursor: pointer;
}

.popper:hover {
    text-decoration: underline;
}

.popup {
    display: none;
}

#popupOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba( 0,0,0,0.7);
    text-align: center;
    z-index: 500;
}

#popupOverlay .popclose {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 25px;
    cursor: pointer;
    color: #757575;
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
}

#popupOverlay .popclose:hover {
    color: #fff;
    background-color: #757575;
}

#popupOverlay .popclose:hover path {
    fill: #ffffff;
}

.onepop {
    width: 950px;
    margin: 40px auto;
    background-color: #fff;
    padding: 40px 77px 50px 77px;
    text-align: left;
    position: relative;
    border-radius: 4px;
}

.onepop.logoutwrap {
    width: 420px;
}

.onepop p {
    line-height: 1.4em;
    margin-top: 1em;
}

.onepop h1 {
    font-size: 24px;
}

.text-orange {
    color: #ffad1f!important;
}

.onepop .message {
    color: #ffad1f;
    margin-bottom: 1em;
}

.onepop .sections {
    display: flex;
    margin-top: 20px;
}

.onepop .selectport {
    margin-right: 40px;
}

.onepop .portassets {
    position: relative;
    flex: 2;
}

.onepop .twocols {
    display: inline-block;
    width: 44%;
    vertical-align: top;
}

.onepop .twocols:first-of-type {
    margin-right: 55px;
}

.onepop .twocols.assets input[value='0%'] {
    color: #ccc;
}

.onepop .selectport input[type="radio"] {
    float: left;
    clear: both;
    margin-top: 4px;
}

.onepop .selectport input[type="radio"] + input[type="text"] {
    float: left;
    margin-left: 10px;
    margin-bottom: 12px;
    width: 175px;
    border: 1px solid #ddd;
    color: #757575;
}

.onepop .selectport input[type="radio"]:checked + input[type="text"] {
    background-color: #fff;
    border: 1px solid #1da1f2;
    color: #000;
}

.onepop h2 {
    font-size: 18px;
    color: #757575;
    margin-top: 28px;
}

.onepop h3 {
    font-size: 18px;
    color: #757575;
    margin-bottom: 15px;
}

.onepop .twocols.assets > div,.onepop .twocols h3 {
    display: block;
    width: 100%;
    clear: both;
}

.onepop .twocols.assets span {
    font-size: 15px;
    color: #000;
    display: inline-block;
    margin-top: 5px;
}

.onepop .twocols.assets input {
    text-align: center;
    float: right;
    margin-bottom: 10px;
    width: 60px;
}

.onepop .portfolio-total-number {
    font-size: 26px;
    text-align: right;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 15px;
    width: 575px;
    float: right;
    margin-right: 14px;
}

.onepop .buttonholder {
    position: relative;
    height: 45px;
    clear: both;
}

.button {
    color: #1da1f2;
    border: 1px solid #1da1f2;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.onepop .btn {
    color: #1da1f2;
    border: 1px solid #1da1f2;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 4px;
    position: absolute;
    right: 0;
    cursor: pointer;
    font-size: 1.2em;
}

.onepop .btn:hover {
    color: #fff;
    background-color: #1da1f2;
}

.onepop .note {
    font-size: 13px;
    text-align: center;
    color: #757575;
    margin-top: 10px;
    clear: both;
}

.onepop .inline {
    display: inline-block;
    margin: 0;
}

.ratiowarpper.onepop {
    max-width: 500px;
}

.onepop input {
    font-size: 15px;
}

.onepop .portfolio-total-number {
    font-size: 30px;
    width: 588px;
}

.ratiosection span {
    font-size: 15px!important;
    font-weight: 100!important;
}

.ratiosections {
    margin-top: 40px;
}

.ratiosections {
    margin-top: 40px;
    font-size: 13px;
    color: #757575;
}

.ratiosection > div {
    margin: 15px 0;
}

.ratiosection .inline span {
    margin-right: 15px;
}

.ratiosection {
    border-top: 1px solid #ddd;
    margin-top: 25px;
    padding-top: 25px;
}

.ratiosection:first-of-type {
    border: navajowhite;
    padding-top: 0;
}

.ratiowarpper.onepop .twocols {
    width: 30%;
    margin-right: 0;
    margin-top: 0;
}

.onepop:checked + span {
    color: #000;
}

.onepop:checked + span + span input[type="text"] {
    background-color: #fff;
    border: 1px solid #1da1f2;
    color: #000;
}

.more.is_active {
    transform: scaleY(1);
    transform-origin: top;
    transition: all .25s;
}

.more {
    position: absolute;
    width: 210px;
    right: 15px;
    border-radius: 4px;
    padding: 15px;
    height: auto;
    top: 60px;
    transform: scaleY(0);
    transform-origin: top;
    transition: all .25s;
}

.more > .inside {
    background: #E0E0E0;
    border-radius: 4px;
    width: 100%;
    -webkit-box-shadow: -1px 5px 5px 5px rgba(255,255,255,0.10);
    -moz-box-shadow: -1px 5px 5px 5px rgba(255,255,255,0.10);
    box-shadow: -1px 5px 5px 5px rgba(255,255,255,0.10);
    cursor: pointer;
}

.more .inside::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 13px solid;
    border-color: #E0E0E0 transparent transparent transparent;
    top: 2px;
    margin-left: -13px;
    border-bottom-width: 0;
    right: 26px;
    transform: rotate(180deg);
}

.more > .inside > div {
    display: block;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 50px;
    color: #757575;
    width: auto !important;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
    padding-left: 46px;
    position: relative;
}

.more > .inside > div:hover {
    background-color: #ccc;
}

.more > .inside > div > a {
    text-align: left;
    line-height: 47px;
    color: #757575;
    font-size: 15px;
    padding: 0;
    position: absolute;
    top: 3px;
    left: 50px;
    right: 0;
    bottom: 0;
}

.more > .inside > div > a:hover {
    border: none;
    color: #fff;
}

.more .rewards {
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Imh1bWJ1cmdlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0IDI0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzAxNTc5Qjt9Cjwvc3R5bGU+Cjx0aXRsZT5zdGFydDwvdGl0bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMiwxOS40bDcuNCw0LjZsLTItOC44TDI0LDkuMWwtOC42LTAuNkwxMiwwTDguNiw4LjRMMCw5LjFMNi42LDE1bC0yLDguOEwxMiwxOS40eiIvPgo8L3N2Zz4K") 16px 14px/22px no-repeat;
}

.more .share {
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojN0I3QjdCO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTE0LjQsMjAuM1YxNUM3LjcsMTUsMy4zLDE3LDAsMjEuNWMxLjMtNi4zLDUuMS0xMi43LDE0LjQtMTRWMi40bDkuNiw5TDE0LjQsMjAuM3oiLz4KPC9zdmc+Cg==") 16px 14px/22px no-repeat;
}

.more .sources {
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojN0I3QjdCO30KPC9zdHlsZT4KPGc+Cgk8cmVjdCB4PSIxMCIgeT0iMTAiIGNsYXNzPSJzdDAiIHdpZHRoPSI0IiBoZWlnaHQ9IjEyIi8+Cgk8Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSIxMiIgY3k9IjQiIHI9IjIuNSIvPgo8L2c+Cjwvc3ZnPgo=") 16px 14px/22px no-repeat;
}

@keyframes sk-bouncedelay {
    0%,80%,100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1.0);
    }
}

.loaderGraphic {
    display: none;
    position: absolute;
    left: 1px;
    top: 0px;
    width: 100%;
    height: 102%;
    z-index: 9999;
    background: center no-repeat rgba(255,255,255,1);
    transform: translateZ(0);
    transform: translate3d(0,0,0);
}

.loaderPageGraphic {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    min-height: 80vh;
    z-index: 999999;
    background: center no-repeat rgba(255,255,255,1);
    transform: translateZ(0);
    transform: translate3d(0,0,0);
    position: fixed;
    padding: 0;
    margin: 0;
}

.spinner {
    position: absolute;
    margin: 0 0 0 -30px;
    left: 50%;
    top: 50%;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #0055a5;
    border-radius: 100%;
    display: inline-block;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    animation-delay: -0.16s;
}

.intercom-namespace .intercom-h54fhg {
    background: #42A5F5!important;
}

.intercom-lightweight-app-launcher {
    background: #42A5F5!important;
}

.scroller {
    max-height: 600px;
    overflow: auto;
    padding: 0px 10px 0px 10px;
}

@media only screen and (max-width: 1799px) {
    .pagetext {
        margin-top:-11px;
    }

    .sidebar {
        margin: 28px 0px -12px 20px;
        font-size: 12px;
        line-height: 10px;
    }

    .sidebar .fieldset {
    }

    .pages {
        padding: 24px 20px;
    }

    .main {
        height: 626px;
    }

    .extranav {
        margin-right: 20px;
    }

    .extranav a {
        font-size: 14px;
    }

    .main .print {
        top: 20px;
        right: 20px;
    }

    .main .widget {
        right: 20px;
        bottom: 20px;
    }

    .main .help {
        bottom: -2px;
        left: 20px;
    }

    .twocol label {
        margin-bottom: 5px;
    }

    .blocklabel {
        margin-top: 1em;
    }

    .pdfs a {
        font-size: 19px;
    }

    .pdfs {
        padding: 20px 0;
        max-height: 300px;
    }

    .main .monthly_data_label {
        top: 525px;
        right: 30px;
    }

    .chartspace_pdf,.chartspace {
        flex-grow: 1;
        height: 415px;
        position: relative;
    }
}

.footer-actions {
    position: absolute;
    display: flex;
    top: 643px;
    right: 24px;
}

@media only screen and (min-width: 1800px) {
    .footer-actions {
        top:761px;
        right: 20px;
    }

    .graph_text0 {
        transform: translate(0,35px)
    }

    .graph_text1,.graph_text2,.graph_text3,.graph_text4,.graph_text5 {
        transform: translate(0,-400px)
    }

    .main .monthly_data_label {
        left: 405px;
        top: 652px;
    }

    .main .risk_label {
        top: 700px;
        top: 652px;
    }

    .onepop {
        width: 1150px;
    }

    .onepop .selectport {
        margin-right: 40px;
    }

    .main {
        min-height: calc(80vh - 240px);
        line-height: 1.4em;
    }

    .sidebar {
        font-size: 15px;
        line-height: 18px;
        width: 340px;
        min-width: 340px;
        margin: 56px 10px 0px 25px;
        padding-right: 25px;
    }

    .sidebar .legend {
        font-size: 17px;
    }

    .sidebar .fieldset {
        padding: 15px 0 15px 12px;
    }

    .pages h1 {
        font-size: 32px;
    }

    .pages p {
        font-size: 18px;
        line-height: 1.4em;
    }

    .prev,.next {
        width: 1.4em;
        height: 1.4em;
    }

    .prev svg {
        top: 2px;
    }

    .next svg {
        top: 2px;
    }

    .main .graph_explanatory {
        position: absolute;
        top: 600px;
        z-index: 100;
        font-size: 12px;
        line-height: 1.2em;
        right: 30px;
    }
}

.twocols > div {
    margin-bottom: 10px;
}

.d3-bubble,.d3-tip {
    line-height: 1.3;
    padding: 10px;
    background: #eee;
    border-radius: 10px;
    z-index: 99999;
    width: 150px;
    text-align: center;
    color: #666;
    z-index: 9;
}

.d3-bubble:after,.d3-tip:after {
    box-sizing: border-box;
    color: #EEE!important;
    content: "\25BC";
    position: fixed;
    top: 53px;
    left: 69px;
}

.d3-bubble:after {
    top: 80px;
    left: 39px;
}

.d3-bubble {
    width: 90px;
}

.mb-2 {
    margin-bottom: 10px;
}

.mb-3 {
    margin-bottom: 20px;
}

.sidebar-hint {
    margin-top: 12px;
}

.hint-dot {
    vertical-align: middle;
}

.py-1 {
    padding-top: 5px;
}

.mt-2 {
    margin-top: 10px;
}

.pr-2 {
    padding-right: 10px;
}

.pr-3 {
    padding-right: 20px;
}

.pr-4 {
    padding-right: 30px;
}

.pr-5 {
    padding-right: 40px;
}

.ml-1 {
    margin-left: 5px;
}

.ml-2 {
    margin-left: 10px;
}

.mr-1 {
    margin-right: 5px;
}

.mr-2 {
    margin-right: 10px;
}

.mr-3 {
    margin-right: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.my-2 {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}

.my-3 {
    margin-top: 30px!important;
    margin-bottom: 30px!important;
}

.pt-2 {
    padding-top: 10px;
}

.pt-3 {
    padding-top: 20px;
}

.help-text {
    font-size: 12px;
    font-style: italic;
}

.italic-text {
    font-style: italic;
}

.text-dark {
    color: black;
}

.text-color-gray {
    color: #424242;
}

.text-color-blue {
    color: #03A9F4;
}

.text-color-gray {
    color: #424242;
}

.medium-gray {
    color: #666666;
}

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

.life-index-container {
}

.bigpicapp-graph-selector {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    transition: .2s;
    cursor: pointer;
    color: #9a9a9a;
    -webkit-appearance: none;
    background-color: #BFBFBF;
}

.bigpicapp-graph-selector:hover,.bigpicapp-graph-selector:checked {
    background: #9a9a9a;
    box-shadow: inset 0 0 0 .2em white,0 0 0 .3em;
}

.bigpicapp-graph-selector:checked {
    background: #1da1f2;
    box-shadow: inset 0 0 0 .2em white,0 0 0 .2em #1da1f2;
}

.bigpicapp-graph-selector:focus {
    outline: 0;
}

.inline-flex {
    display: inline-flex!important;
}

.disable-pointer {
    pointer-events: none!important;
}

.fees_radio_spacing {
    margin-left: 3px;
}

.explanatory_text {
    position: absolute;
    text-align: center;
    top: 450px;
    right: 9px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px!important;
}

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

ol {
    margin: 0 0 1.5em;
    padding: 0;
    counter-reset: item;
}

ol>li {
    margin: 0;
    padding: 0 0 0 2em;
    text-indent: -1.7em;
    list-style-type: none;
    counter-increment: item;
}

ol>li:before {
    display: inline-block;
    width: 1.5em;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
}

.explanatory_text_container li {
    list-style-type: none!important;
}

ul li {
    list-style-type: disc;
}

li {
    line-height: 1.4em!important;
}

.modes {
    transform: translateY(8%);
}
