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


h6 {
        text-transform: none;
}

nav {
    padding-bottom: 30px;
}

/* 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;
}

button.qcmd, button.utilitiy-btn {
  background-color: #76b66c;
  border: 1px solid #76b66c;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 87.5%;
  font-weight: bold;
  height: 30px;
  line-height: 22px;
  margin: 0 0 1.5em;
  padding: 0 .5em;
  text-align: center;
  text-decoration: none;
  vertical-align: baseline;
  cursor: pointer;
}

/*
 * Overrides Bootstrap navbar z-index to avoid conflict with selections bar
 */
