*:focus{
    outline: 2px solid #269dff;
}
a:hover{
    cursor:pointer!important;
}
.skipNav{
    position:fixed;
    top:-9999px;
    left:0;
    right:0;
    padding:1.25em;
    font-size:1em;
    text-align: center;
    background:#fdffdb;
    border:2px solid #38c0ff;
    font-weight:bold;
    color:#38c0ff;
    z-index:9999;
}
.skipNav:focus{
    top:0;
    color:#38c0ff;
}
#stfmNav {
    border-top:2px solid #001871;
}
#sub-navbar-collapse .nav.navbar-nav .active>a, #sub-navbar-collapse .nav.navbar-nav .active>a:hover, #sub-navbar-collapse .nav.navbar-nav .active>a:focus {
    color:#fff;
    background-color: #001871;
}
#sub-navbar-collapse .nav.navbar-nav .open>a, #sub-navbar-collapse .nav.navbar-nav .open>a:hover, #sub-navbar-collapse .nav.navbar-nav .open>a:focus {
    color:#fff;
    background-color: #001871;
}

#sub-navbar-collapse .nav.navbar-nav .dropdown .dropdown-menu li a:hover {
    background-color: #ddd;
}
.paddingT20{
    padding-top:20px;
}
.offScreen{
    position:fixed;
    left:-9999px;
    top:-9999px;
}
button.update {
	color:#fff;
	background-color:#286090;
	border:none;
	border-radius: 2px;
	font-size:12px !important;
	width: auto;
	height: 30px;
	text-align:left;
	vertical-align:center;
	float:right;
	margin: 10px 0 0 10px;
	padding-left: 6px;
    padding-right: 6px;
	background-position: 6px center;
	background-repeat: no-repeat;

}

button.download {
    color:#fff !important;
    background-color:#265EAC;
    border:none;
    border-radius: 2px;
    font-size:12px !important;
    width: auto;
    height: 30px;
    text-align:left;
    vertical-align:center;
    float:right !important;
    margin: 10px 0 0 10px;
    padding-right: 30px;
    background-image: URL("/assets/images/download.png");
    background-position: 40px center;
    background-size: 20px 15px;
    background-repeat: no-repeat;

}

button.download, a.download {
    float: right;
    padding-right: 30px;
    background-image: URL("/assets/images/download.png");
    background-position: right 5px bottom 7px;
    background-repeat: no-repeat;
    background-size: 20px 15px;
}

button.get-data {
    position:relative;
    color:#fff !important;
    background-color:cornflowerblue;
    border:none;
    border-radius: 2px;
    font-size:18px !important;
    font-weight:700;
    width: auto;
    height: auto;
    text-align:center;
    vertical-align:center;
    float:right;
    margin: -100px 0 0 10px;
    padding: 12px;

}

.clear {
    clear: both;
}

button.get-data a {
    color:#fff;
}

#sub-navbar-collapse .nav.navbar-nav a {
    text-decoration: none;
}

#sub-navbar-collapse .nav.navbar-nav a:hover {
    text-decoration: underline;
    background-color:transparent;
    border:none;
    border-color:transparent;
}

#container1, #container2 {
    height:600px;
    width:100%;
    max-width:1231px;
}
.plot-lines-container {
    font-size:14px;
    margin: 34px auto -10px;
    width: 100%;
    padding-left:24px;
}
.plot-lines-container span {
    display:table-cell;
    font-size:14px;
    font-weight:500;
    font-family: 'Prompt', sans-serif;
    color:#333;
    padding-right:6px;
}
.plot-lines {
    display:table-cell;
    font-size:14px;
    border:none;
    background:none;
    padding:1px 6px;
    width:auto;
    margin:0 1em;
    -webkit-appearance: none;
    border-color: transparent;
    font-family: 'Prompt', sans-serif;
    cursor: pointer;
    border-right: 1px solid #999;
}

.plot-lines:last-child {
    border-right:none;
}

.plot-lines:first-child:before {
    content: 'Milestones: ';
    color:#333;
    font-size: 12px;
    font-weight:bold;
}
.visible {
    color:#666;
    padding-left:20px;
    background-image: URL('/financial-stress-index/images/visible.png');
    background-position: left center;
    background-repeat: no-repeat;
}
.notvisible {
    color:#aaa;
    padding-left:20px;
    background-image: URL('/financial-stress-index/images/invisible.png');
    background-position: left center;
    background-repeat: no-repeat;
}

.ui-widget-header {
	background-color:transparent !important;
	background-image:none !important;}
	
.ui-tabs .ui-corner-all .ui-widget .ui-widget-content, #tabs {
	padding:0 0 20px !important;
	border:none;
}

#tabs1, #tabs2 {
	max-width:100%;
}

.ui-tabs .ui-tabs-panel {
	padding-left:0;
}

.ui-tabs .ui-tabs-nav {
	background-color:transparent;
	border:none;
	border-bottom: 1px solid #e5e5e5;
	padding-left:10px;
}
.ui-tabs .ui-tabs-nav li {
	margin-left:10px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	background-color:#f9f9f9;
	margin-left:10px;
	border-color:#e5e5e5;
	color:#666;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	background-color: #ffffff;
	border:1px solid #e5e5e5;
}
a#ui-id-2.ui-tabs-anchor {
	border:none !important;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
	color:#666;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #454545;
	border:none !important;
}

.latest-daily-observation {
    /*width:auto;*/
    width:100%;
    height:auto;
    font-size:18px;
    margin:15px 0;
    padding: 0 20px 20px;
    box-sizing: border-box;
    border:1px solid #e5e5e5;
}

#feature .latest-daily-observation {
    /*width:auto;*/
    height:auto;
}

.latest-daily-observation h2 a, .latest-daily-observation h3 a {
    color:#555;
}

.latest-daily-observation h2 a:hover, .latest-daily-observation h3 a:hover {
    color:#777;
    text-decoration:underline;
}
.latest-daily-observation .ust_header {
    font-size: 18px;
    font-weight: 700;
    color:#428bca;
    padding: 10px;
    display:inline-block;
    min-height:35px;
    margin:0;
}

.ust_header span {
    font-weight: 700;
    color:#428bca;
}

.latest-daily-observation .agency_header {
    font-size: 18px;
    font-weight: 700;
    color:#428bca;
    padding: 5px 10px 5px;
    display:inline-block;
    min-height:35px;
    margin:0;
}

.agency_header span {
    font-weight: 700;
    color:#428bca;
}

.latest-daily-observation .corporate_header {
    font-size: 18px;
    font-weight: 700;
    color:#428bca;
    padding: 5px 10px 5px;
    display:inline-block;
    min-height:35px;
    margin:0;
}

.corporate_header span {
    font-weight: 700;
    color:#428bca;
}

.latest-daily-observation .other_header {
    font-size: 18px;
    font-weight: 700;
    color:#428bca;
    padding: 5px 10px 5px;
    display:inline-block;
    min-height:35px;
    margin:0;
}

.other_header span {
    font-weight: 700;
    color:#428bca;
}

.latest-daily-observation .ust_pa_header {
    font-size: 18px;
    font-weight: 700;
    color:#428bca;
    padding: 5px 10px 5px;
    display:inline-block;
    min-height:35px;
    margin:0;
}

.ust_pa_header span {
    font-weight: 700;
    color:#428bca;
}

.latest-daily-observation .agency_pa_header {
    font-size: 18px;
    font-weight: 700;
    color:#428bca;
    padding: 5px 10px 5px;
    display:inline-block;
    min-height:35px;
    margin:0;
}

.agency_pa_header span {
    font-weight: 700;
    color:#428bca;
}

.latest-daily-observation .corporate_pa_header {
    font-size: 18px;
    font-weight: 700;
    color:#428bca;
    padding: 5px 10px 5px;
    display:inline-block;
    min-height:35px;
    margin:0;
}

.corporate_pa_header span {
    font-weight: 700;
    color:#428bca;
}

.latest-daily-observation .other_pa_header {
    font-size: 18px;
    font-weight: 700;
    color:#428bca;
    padding: 5px 10px 5px;
    display:inline-block;
    min-height:35px;
    margin:0;
}

.other_pa_header span {
    font-weight: 700;
    color:#428bca;
}

.red{
    color:red !important;
}

.green{
    color:green !important;
}

#tabs-1{
    height:400px !important;
}

.latest-daily-observation .stat {
    padding: 7px 10px 7px;
    color: #000;
    font-weight:400;
    display:inline-block;
    margin:0;
    min-height:35px;
    font-size: 18px;
}

.highcharts-legend-item:hover {
    opacity:0.8;
}

.highcharts-legend-item text:hover {
    opacity:0.8;
    font-style: italic;
}
.intro {
    margin-top:15px;
}
.stfm-intro-text {
    color: #222;
    line-height: 25px;
    padding-bottom: 5px;
}
.container-buttons {
    width:100%;
    height: 40px;

}
.ui-tabs .ui-tabs-panel {
    padding: 0px !important;
}

.timeseries-text {
    color:#000;
    font-size: 12px;
    height: auto;
}
.stfmMonitor {
    min-height: 1600px;
}

#changeArrow {
    /*float:left;
    width: 10%;*/
    text-align: center;
    display: inline-block;
    height: inherit;
    padding: 15px 0;
    /*margin: 0;*/
}
.arrowSymbol {

}
.arrowText {
}
#newtext {
    /*float: left;
    width: 70%;
    height: inherit;*/
    display: inline-block;
    padding: 10px;
    text-align: left;
}
#newtext p {
    margin:0;
}
.glyphicon.glyphicon-arrow-up {
    font-size: 40px;
}
#newLabel {
    /*float:right;*/
    background-color: cornflowerblue;
    color: white;
    text-align: center;
    display: inline-block;
    font-size:30px;
    /*height: inherit;
    width: 20%;*/
    padding:20px;
}
.changeDiv {
    width:auto;
    max-width:100%;
    min-height: 70px;
    font-size:18px;
    margin:20px 0;
    border:1px solid #e5e5e5;
    text-align: center;
    overflow: hidden;
}
#site_footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
}
#tyld-chart {
   /* display:none;*/
}
span.arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    vertical-align: middle;
    border-left: 8px solid;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
}

.moreLabel {
    font-style: italic;
}

.popover-footer {
    max-width: 500px;
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.popover-title {
    background-color: #FFFFFF;
    border-bottom: 0px;

}

.popover-header {
    max-width: 500px;
    min-height: 15px;
    padding: 0px 15px 15px 15px;
    border-bottom: 1px solid #e5e5e5;
}

.popover-header > h2 {
    margin-top: 0;
    margin-bottom: 0;
}

.popover-content {
    max-width: 500px;
}

.popover-data, .data-button {
    background-color: #286090;
    border-color: #204d74;

}


.info-keyword {
    text-decoration: underline;
     font-style: italic;
    /*font-style: oblique;*/
    /*color: blue;*/
    /*font-weight: bolder;*/

}
span.info-keyword > span.glyphicon
{
    font-size: 12px;
    color:#001871;
}

.info-popover {
    background-color: rgba(218, 228, 247, 0.98);
}



.info-popover.right > .arrow:after {
    border-right-color: #dae4f7;
}

.popover-source {
    display: none;
}


.popover {
    max-width: 500px;
     min-width:350px;
}

.popover-level-before {
    background: #A4C6E9;
    border: 1px solid #001871;
    margin: -1px;
    padding: 10px 15px;
    color: #001871;
}

.popover-level-current {
    background: #001871;
    border: 1px solid #001871;
    margin-bottom: -1px;
    margin-left: -1px;
    margin-right: -1px;
    padding: 10px 15px;
    color: white;
}

.popover-level-after {
    background: lightgrey;
    border: 1px solid #001871;
    margin-bottom: -1px;
    margin-left: -1px;
    margin-right: -1px;
    padding: 10px 15px;
    color: #001871;
}
.popover-drillup-button {
    color: #fff;
    background-color: #000d3e;
    border-color: #00061a;
    border-radius: 0px;
    //position: absolute;
    z-index: 5;
    left: 80%;
}

.data-button {
    color: #fff;
    //background-color: #000d3e;
    border-color: #00061a;
    border-radius: 0px;
    font-size: 15px;
    z-index: 5;
}

.popover-data-button {
    color: #fff;
    //background-color: #000d3e;
    margin-top: 10px;
    border-color: #00061a;
    border-radius: 0px;
    font-size: 15px;
    position: absolute;
    z-index: 5;
    left: 80%;
}

.popover-drilldown-button {
    color: #fff;
    background-color: #000d3e;
    border-color: #00061a;
    border-radius: 0px;
    //position: absolute;
    z-index: 5;
    left: 80%;
}

.popover {
    max-width: 500px;
    min-width:350px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    /*max-width: 276px;*/
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    background: rgba(218, 228, 247, 0.98);
}

.popover.right {
    padding: 0 15px;
}

.moreLabel {
    font-style: italic;
}

.popover-footer {
    max-width: 500px;
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.popover-header {
    max-width: 500px;
    min-height: 15px;
    padding: 0px 15px 15px 15px;
    border-bottom: 1px solid #e5e5e5;
}

.popover-header > h2 {
    margin-top: 0;
    margin-bottom: 0;
}

.popover-content {
    max-width: 500px;
    padding-bottom: 6px;
}

.popover-data, .data-button {
    background-color: #286090;
    border-color: #204d74;
}

/* Dropdown Button */
.dropbtn {
    color: white;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */

/* The container <div> - needed to position the dropdown content */
.dataSeriesMain .dropdown {
    position: relative;
    display: inline-block;
    float: right;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top:40px;
    margin-left:10px;
}

.dataSeriesMain .col70 .dropdown-content{
    margin-top:30px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
        .col80{
            float:left;
            width:80%;
        }
        .col70{
            float:left;
            width:70%;
        }
        .col30{
            float:left;
            width:30%;
            padding-left:1em;
        }
        .col20{
            float:left;
            width:20%;
            padding-left:1em;
        }
        .chartplaceholder{
            width:100%;
            height:auto;
        }
        .insightGroup::after{
            content:'';
            clear:both;
            display:block;
        }
        .insightChart{
            float:left;
            width:45%;
            margin-bottom:1em;
            cursor:pointer;
            position: relative;
            display:block;
        }
        .STFMLanding .insightChart{
            min-height: 225px;
        }
        .browserfirefox .STFMLanding .insightChart, .browserIE .STFMLanding .insightChart{
            min-height: 245px;
        }
        .insightHover{
            position: absolute;
            top:0;
            left:0;
            right:0;
            height:0;
            overflow:hidden;
            background:rgba(0,24,113,.85);
            color:#ffffff;
            text-align:center;
            font-size:1.25em;
            vertical-align: middle;
            display:flex;
        }
        .insightHover > span{
            margin:auto;
        }
        .insightChart:hover .insightHover, .insightChart:focus .insightHover{
            padding:.5em;
            height:auto;
            bottom:0;
        }
        .insightName{
            display:inline-block;
            margin-bottom:.25em;
            padding-right:.5em;
            color:#001871;
            font-weight: bold;
            padding-left:20px;
            background-image:url(images/arrow.png);
            background-size: 15px;
            background-repeat:no-repeat;
            background-position: left 3px;
        }
        .insightGroup .insightName{
            min-height:2.85em;
        }
        .insightGroup .insightChart img{
            width:95%;
            border:1px solid #efefef;
        }
        .dataSets{
            margin:0;
            padding:0;
            clear:both;
        }
        .dataSets li{
            list-style:none;
            margin:1em 0;
        }
        .dataSets li a{
            padding:.5em;
            border:1px solid #001871;
            color:#001871;
            background:#adc8e8;
            text-decoration:none;
            display:inline-block;
        }
        .dataSets li a:hover{
            color:#ffffff;
            background:#001871;
        }
        .dsName{
            text-align:center;
            font-weight:bold;
            display:inline-block;
            width:100%;
            margin-bottom:.25em;
        }
        .dsDesc{
            font-size:.85em;
        }
        
        .search input{
            width:100%;
            height:2.25em;
            padding:.25em;
        }
        #ui-id-1 .ui-menu-item:nth-child(even) .ui-menu-item-wrapper {
            background: #fafafa;
        }
        #ui-id-1 .ui-menu-item .ui-state-active, #ui-id-1 .ui-menu-item .ui-menu-item-wrapper:hover {
            color: #4c8b2c;
            outline:1px dashed #4c8b2c;
        }
        ul#ui-id-1{
            font-size:.85em;
        }
        .search button{
            background:#001871;
            border:2px solid #001871;
            color:#ffffff;
            text-align: center;
            border:none;
            padding:.5em;
            border:none;
            width:43%;
            height:2.7em;
            font-size:.8em;
                        line-height:1;
            vertical-align:top;
        }
        .dlData{
            border:none;
            background-color:transparent;
            color:#001871;
            float:right;
            padding:5px;
            padding-right:30px;
            background-image:url(images/icon-DL.png);
            background-repeat:no-repeat;
            background-position:top right;
            cursor:pointer;
            font-size:.85em;

        }

/*Landing Page Search Bar*/
#searchBox{
    width: 100%;
}

.get-all-data-set-data{
    margin-bottom:10px !important;
}
/*New Insights Page*/
.relatedInsights{
    background:#fafafa;
}
.relatedInsights .insightChart{
    width:auto;
    float:none;
    border-bottom:1px solid #dddddd;
    margin:0;
    padding:.25em;
    background:#fafafa;
}
.relatedInsights .insightChart.active{
    border-top:1px solid #001871;
    border-bottom:1px solid #001871;
    box-shadow: inset 0px 0px 10px #5c88da;
}
.relatedInsights .insightName{
    font-size:.8em;
}
.relatedInsights .insightHover{
    font-size:.8em;
    line-height:1.2;
}
.relatedInsights .insightChart img{
    width:100%;
    padding:2%;
}
.toolTipIcon-circle{
    display:block;
    background:red;
    padding:.5em;
}
.toolTipIcon-::before, .toolTipIcon-circle::before{
    display:inline-block;
    content: '●';
}
.toolTipIcon-diamond::before{
    display:inline-block;
    content: '♦';
}
.toolTipIcon-square::before{
    display:inline-block;
    content: '■';
}                    
.toolTipIcon-triangle::before{
    display:inline-block;
    content: '▲';
}                       
.toolTipIcon-triangle-down::before{
    display:inline-block;
    content: '▼';
}                        
/*New Dataset Styles*/
.dataSeriesMain h2 form{
    float:right;
}
.dataSeriesMain h2 form .download{
    margin-top:0;
}
    .timeseriesList, .relatedInsights{
        border:1px solid #001871;
        padding:0;
        margin:0;
    }
    .timeseriesList h3, .relatedInsights h3{
        background-color:#adc8e8;
        color:#001871;
        font-size:.85em;
        padding:.25em;
        border-bottom:1px solid #001871;
        margin:0;
    }
    .timeseriesList #timeseriesTable th{
        padding:.5em;
        border-top:1px solid #ddd;
        border-bottom:1px solid #ddd;
    }
    .timeseriesList table td{
        background-color:#fafafa;
    }

    .timeseriesList table .selected td{
        background-color:#ffffff;
    }
    .timeseriesList #timeseriesTable{
        border:none;
    }
    #ts_metadata_div a{
        text-decoration: underline;
    }
    #SeriesName h3{
        margin-top:0;
        margin-bottom:.5em;
    }
    #downloadChartData{
        margin-top:0;
    }
    #seriesDescription{
        font-size:.85em;
    }
    #disclosureEdits{
        margin: .5em .25em;
    }
    #seriesUse p{
        margin-left:2.5em;
        position: relative
    }
    #seriesUse p span{
        position: absolute;
        top:50%;
        left:-25px;
        margin-top:-10px;
        font-size:20px;
        color:#54a136;
    }
    .note{
        font-size: .7em;
        padding: .5em;
        margin: .5em 0 0;
        background: #fafafa;
        border: 1px solid #efefef;
    }
    #ts_metadata_div th{
        padding:.25em 0;
        border-bottom:1px solid #dddddd;
    }
    #ts_metadata_div tr:hover td{
        background:#fafafa;
    }
    #ts_metadata_tbody td:first-child{
        width:30%;
        vertical-align: top;
    }
    .stfm-indent{
        margin-left:2em;
    }
    #seriesChild, #seriesParent{
        font-size:.85em;
    }
    #seriesChild p, #seriesParent p{
        margin-top:1em;
    }
    .timeseriesList  .dataTables_wrapper .col-sm-5, .dataTables_wrapper .col-sm-6, .dataTables_wrapper .col-sm-7{
        width:100%!important;
    }
    .timeseriesList  .dataTables_info{
        width:100%;
        text-align: center;
        padding:.5em;
        background:#fafafa;
        border-top:1px solid #dddddd;
        border-bottom:1px solid #dddddd;
    }
    .timeseriesList #timeseriesTable_filter label{
        display:block;
        box-sizing:border-box;
        width:100%;
        margin:.5em;
    }
    .timeseriesList #timeseriesTable_filter label input{
        box-sizing: border-box;
        width: 96%;
        margin: 0;
        padding: .25em 2%;
    }
    .timeseriesList .dataTables_wrapper .dataTables_paginate{
        float:none;
        margin:0;
        margin-left:1px;
        text-align:center;
        padding:0;
    }
    .timeseriesList  .dataTables_wrapper .pagination{
        margin:0;
        display:flex;
        justify-content:center;
    }
    .timeseriesList  .dataTables_wrapper .pagination li{
        flex-grow:1;
    }
    .timeseriesList  .dataTables_wrapper .pagination li a{
        width:100%;
        padding: 6px 0;
    }
    .timeseriesList  .dataTables_wrapper .paginate_button{
        margin:0!important;
        padding:0!important;
        border:none!important;
    }
    .timeseriesList  .dataTables_wrapper .paginate_button:last-child{
        padding-right:1px!important;
    }
    .timeseriesList  .dataTables_wrapper .paginate_button a{
        border-top:none;
        border-bottom:none;
    }
    .timeseriesList .dataTables_wrapper .dataTables_filter{
        float:none;
        text-align:left;
    }
    .timeseriesList .dataTables_length{
        position: absolute;
        right: 25px;
        top: -25px;
        font-size: .8em;
    }
    .timeseriesList .dataTables_length .form-control{
        padding: .25em;
        font-size: 1em;
        height: 2.25em;
        line-height: 1em;
    }

        
    .ui-autocomplete {
        max-height: 400px;
        max-width: 400px;
        overflow-y: auto;
        /* prevent horizontal scrollbar */
        overflow-x: hidden;
    }
    .ui-menu-item {
        border-bottom: 2px solid lightgray;
    }

/*Disclaimer*/
  .stfmDisclaimer{
        font-size:.75em;
        padding:1em;
        background:#fafafa;
        border-top:1px solid #001871;
        color:#001871;
        clear:both;
        display:inline-block;
        margin-top:1em;
    }  
/*Chart Loading*/
.OFRloading{
    background-image:URL("/short-term-funding-monitor/images/charts-loader.gif");
    background-repeat:no-repeat;
    background-position: center;
    min-height:200px;
}


/*API styling*/
.stfm-api{
    width:78%;
    float:left;
    margin-top:1.5em;
}
.stfm-api h2{
    margin-top:0;
}
.stfm-api-nav{
    width:20%;
    background:#fafafa;
    border:1px solid #efefef;
    margin-right:1em;
    margin-top:1.5em;
    float:left;
}
.stfm-api-nav div{
    padding:.5em;
    font-weight:bold;
    background:#efefef;
}
.stfm-api-nav ul{
    margin:0;  
    padding:0;  
}
.stfm-api-nav li{
    padding:0;
    margin:0;
    list-style: none;
    border-top:1px solid #efefef;
}
.stfm-api-nav li a{
    display:block;
    padding:.5em;
    text-decoration: none;
    font-size:.85em;
}
.stfm-api-nav li a:hover{
    color:#fff;
    background:#001871;
}
.stfm-api h4{
    margin-top: 1.25em;
    margin-bottom:1em;
}
.stfm-api table{
    margin:.5em;
}
.stfm-api th{
    background:#fafafa;
}
.stfm-api th, .stfm-api td{
    padding:.5em;
    border:1px solid #efefef;
}
pre.api-example-output {
    padding: .5em;
    margin: .5em 0;
    font-size: 1em;
    font-family: monospace;
    line-height: 1.5;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
/*Alert Banner*/
.stfm-alertBanner{
    border:3px solid #23AE49;
    background: #d1f0d9;
    width:100%;
    margin:.5em 0;
}
.stfm-alertBanner td{
    padding:.5em;
}
.stfm-alertBanner th{
    background:#23AE49;
    color:#fff;
    width:2em;
    text-align:center;
    padding:.25em .5em .25em .25em;
}
.stfm-alertBanner th i{
    vertical-align: middle;
}
.stfm-alertBanner td span{
    display:block;
}
.stfm-alertBanner td span::before{
    content:' ';
    display:block;
    width:25%;
    margin:.5em auto;
    border:0;
    border-top:1px solid #23AE49;
}
.stfm-alertBanner td span:first-child::before{
    display:none;
}

        @media only screen and (max-width: 1000px) {
            .col70, .col30, .col80, .col20 {
                width: 100%;
                float: none;
                padding:.5em;
            }
            .timeseriesList .dataTables_length{
                display: none;
            }
            .dataSets li a {
                display: block;
                text-align: center;
            }

            .relatedInsights .insightChart{
                width:49.5%;
                display:inline-block;

            }
            .stfm-api, .stfm-api-nav{
                width:100%;
                float:none;
            }
        }
        @media only screen and (max-width: 790px) {
            .stfmNav .navbar-nav{
                margin:0;
            }
            .stfmNav .nav > li{
                width:100%;
                margin-bottom:0;
                border-bottom:1px solid #efefef;
                float:none;
            }
            #stfmNav .navbar-header{
                display:none;
            }
            #sub-navbar-collapse .nav.navbar-nav .open>a, #sub-navbar-collapse .nav.navbar-nav .open>a:hover, #sub-navbar-collapse .nav.navbar-nav .open>a:focus{
                background:#4c8c2b;

            }
            .mobilebuffer{
                padding:0 .5em;
            }
            .STFMLanding .insightGroup .insightName {
                min-height: 4.25em;
                font-size: .85em;
            }
            .insightHover{
                font-size:.9em;
            }
            .STFMLanding .insightChart {
                min-height: 175px;
            }
        }
        @media only screen and (max-width: 480px) {
            .relatedInsights .insightChart{
                width:auto;
                display:block;

            }
           .STFMLanding .insightChart, .STFMLanding .insightChart img{
                width:100%;
           }
           .STFMLanding .insightGroup .insightName {
                min-height: 1.5em;
                font-size: 1em;
            }
        }

.alert.alert-grey-info{
    background-color: #f0f0f0;
    border: 1px solid rgb(34, 34, 34);
}