.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.nopadding-r {
   padding-right: 0 !important;
   margin-right: 0 !important;
}
.border-3 {
    border-width:10px !important;
}

.font-normal{
    font-size:40px;
}

/*GOOGLE CHART*/
.css_GoogleChart_Table_header{
    font-family: 'Calibri';
    font-size: 18px;
}

.css_GoogleChart_Table_rows{
    font-family: 'Calibri';
    font-size: 18px;
}

/*AUTO COMPLETE*/
/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

/*SLIDER RANGE*/
.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #e0dfdf;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #3a4658;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #3a4658;
  cursor: pointer;
}
