/* ELEMENTS */
html,
body {
    /*overflow-y: auto;*/
    touch-action: auto;
    margin-bottom: 20px;
}
a {
  color: #8AB858;
}
@media (max-width: 450px) {
  html,
  body {
    overflow-y: auto;
    overflow-x: auto;
  }
}
/*
* {
    -webkit-touch-callout: default !important;
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}*/
h1, h2, h3 {
	font-weight: bold;
  color: ##808080;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}

/* CLASSES */
.filterlabel,
.filterData {
  height: 35px;
}
.filterlabel {
  font-size: 24px;
}
.filterData {
  padding-top: 10px;
}
.filterData a {
  cursor: pointer;
  margin-right: 10px;
}
#CFFmUaZ h1,
#DmJEa h1,
#fQMuVh h1 {
  padding-top: 0;
  margin-top: 0;
  padding-left: 10px;
}
.rightBorder {
  border-right: 1px solid lightgray;
}
#City_Analysis label {
  font-weight: normal;
  padding-right: 10px;
  cursor: pointer;
}
#City_Analysis input[type="radio"] {
  cursor: pointer;
}
#City_Analysis .qv-collapsed-listbox .title {
  font-weight: normal;
}
.tab4arrow {
  /*padding-top: 20%;*/
}
.tab4Selection h3,
.tab4arrow h1,
.tab4arrow h3 {
  font-weight: normal;
}
.tab4Selection h1 {
  margin-top: 0;
  padding-top: 0;
}
#clearAll {
  position: absolute;
  right: 0;
}
.bubble{
  line-height: 4px;
  padding: 10px !important;
}
.dropdown-menu>li>a {
  cursor: pointer;
}
.ui-autocomplete,
.scrollable-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
    padding: 20px, 0, 20px, 0; 
}
.overlay {
  /*width: 80%;*/
  height: 340px;
  margin: 10px 10px;
  position: absolute;
 /* top: 5%;
  left: 10%;*/
  color: black;
  background-color: rgba(255,255,255, 0.9);
  box-shadow: 0px 0px 30px #D3E3C4;
  border-radius: 5px;
  border: 1px solid #D3E3C4;
  padding: 10px;
}
.overlay .row {
  padding: 0;
}
.overlay .header {
  color: #636363;
  /*background-color: rgba(206,206,206, 0.6);*/
}
.overlay h4 {
  font-weight: 700;
  font-size: 120%;
}
.overlay button.close {
  font-size: 25px;
  color: black;
  top: 25px;
  line-height: 1.4;
  opacity: .5;
}
.overlay .content {
  height: 280px;
  padding-top: 10px;
  overflow-y: auto;
  line-height: 18px;
}
#myCarousel {
  min-height: 500px;
}
.qlik,
.qlik a,
.qlik a:hover {
    color: #65a604 !important;
}
.tab21c1,
.tab22c1 {
  min-height: 40px !important;
}

#tooltip {
  position: absolute;
  pointer-events: none;
  font-size: 0.7em;
  font-family: sans-serif;
  padding: 3px;
  width: auto;
  height: auto;
  background-color: #F2F2F2;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -mox-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rbga(0, 0, 0, 0.4);
  pointer-events: none;
}
.value {
  white-space: pre-line;
  margin: 0;
}
/*#tab21map1,*/
#tab21map2 {
  /*pointer-events: none;*/
}

.addline {
  /*padding: 0 15px;*/
  border-top: 1px solid #f3f3f3;
  padding-top: 20px;
}
.sortlabel {
  padding-right: 10px;
}
.bordertop {
  border-top: 1px solid #D3D3D3;
  padding-top: 20px;
}
.why {
  padding: 2px 10px;
  margin-top: -5px;
  
}
.switchbutton {
  background-color: #EFF5E9;
  border: 1px solid #D3E3C4;
  color: #333;
  outline-color: white;

}
.switchbutton:hover, 
.switchbutton:focus, 
.switchbutton.active:hover,
.switchbutton.active:active {
  border: 1px solid #B9D69E !important;
  background-color: #EFF5E9;
  outline-color: white !important;
}
.switchbutton.active {
  border: 1px solid #B9D69E;
  background-color: #E0ECD5;
  outline-color: white;
}
.clearsel {
  background-color: #B3D696;
  border: 1px solid #8ABB5F;
  border-bottom: 2px solid #8ABB5F;
  font-weight: 500;
}
.clearsel:hover, .clearsel:focus{
  background-color: #A9CA83;
  border: 1px solid #8AB858;
  border-bottom: 2px solid #8AB858;
}
.clearsel:active{
  background-color: #A9CA83 !important;
  border: 1px solid #8AB858 !important;
}
.form-control:focus {
  border-color: #B3D696;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(179, 214, 150, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(179, 214, 150, .6);
}

/* BOOTSTRAP */
.container {
  /*max-width: 620px;*/
  width: 100%;
  margin-right: 5px;
  margin-left: 0;
  padding-right: 5px;
  padding-left: 0;
}
.row {
  padding-top: 20px;
}
.noPaddingBottom {
  padding-bottom: 0;
}
.row2 {
  padding-bottom: 5px;
}
.noMarginPadding {
  margin: 0 !important;
  padding: 0 !important;
}
.noMarginPaddingLeftRight {
    margin: 25px 0;
    padding: 0;
}
.tab-pane {
  padding-top: 0;
}
.btn-success {
  background: #92d992;
  background-image: -webkit-linear-gradient(top, #92d992, #4cae4c);
  background-image: -moz-linear-gradient(top, #92d992, #4cae4c);
  background-image: -ms-linear-gradient(top, #92d992, #4cae4c);
  background-image: -o-linear-gradient(top, #92d992, #4cae4c);
  background-image: linear-gradient(to bottom, #92d992, #4cae4c);
  /*color: #136100;*/
}
.btn-warning {
  padding: 4px 8px;
  font-size: 11px;
  margin-left: 5px;
}

/* QLIK */
/* Fix for the icons in the toolbar*/
div.qvobject, div.qvplaceholder {
  padding: 30px 10px 10px 10px;
  height: 400px;
}
.sel-toolbar-span-icon {
  top: -10px;
}
/*.sel-toolbar-list {
  background-color: #595959;
}*/
.qv-object-content-container {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}


/* D3 */
.node rect {
  cursor: move;
  shape-rendering: crispEdges;
}
.node text {
  pointer-events: none;
  text-shadow: 1px 1px 2px #fff;
  font-size: 0.8em;
  font-family: sans-serif;
}
svg text {
  cursor: pointer;
  font-size:12px;
}
rect {
  cursor: pointer;
  shape-rendering:crispEdges;
}