/**
* set padding to make room for bootstrap menu
*
*/
body {
	padding-bottom: 30px;
	touch-action: auto !important
}


/* Hide right button panel on CurrentSelections bar, hide left button panel at mobile size */
.qv-collapsed-listbox {
    background-color: #FFFFFF;
               border-color: #404040;
}

.qv-panel-current-selections .qv-selections-pager {
    padding-right: 0px;
}
@media (max-width: 600px) {
    .buttons.borderbox {
        display: none;
    }
    .qv-panel-current-selections .qv-selections-pager {
        padding-left: 0px;
    }
}

/* Bootstrap style fixes */
.sel-toolbar-span-icon { 
    top: -10px; 
}
.qv-panel-current-selections .qv-selections-pager {
    padding-right: 0px;
}
@media (max-width: 600px) {
    .buttons.borderbox {
        display: none;
    }
    .qv-panel-current-selections .qv-selections-pager {
        padding-left: 0px;
    }
}
/*
* need to set the height for objects
* set top padding to make room for selection toolbar
*/
/* So jumbotron clears selection bar */
.jumbotron {
    margin-top: 36px;
	padding:10px;
}
/* Factsheet properties */
.factsheet {
	font-family: 'QlikView Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #808080;
}
/* Modify bootstrap container */
.container {
    /*width: 98% !important;*/
	max-width: 700px;
}
/* Set heights for chart areas */
.qvobject, .qvplaceholder {
    height: 400px;
}

/* Keeps object heading text from cutting off */
.qv-object .qv-object-title {
    white-space: normal;
}
/*
 * Overrides Bootstrap navbar z-index to avoid conflict with selections bar
 */
