@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Poppins&display=swap');

body{
  color: #333;
  font: normal 15px/1.4 "Poppins","Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: 15px;
  line-height: 1.4;
  font-family: Poppins, Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 100%;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: .45px rgba(0,0,0,.1);
}

.form-control:focus {
  border-color: #7b2a2b;
  outline: 0;
  box-shadow: none;
}

.dropdown-item.active, .dropdown-item:active{
  background-color: #7b2a2b;
}
.btn-info:not(:disabled):not(.disabled).active, 
.btn-info:not(:disabled):not(.disabled):active, 
.show>.btn-info.dropdown-toggle,
.btn-info:hover,
.btn-info {
  color: #fff;
  background-color: #7b2a2b;
  border-color: #7b2a2b;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner{
  color: #7b2a2b;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder .filter-option-inner-inner{
  color: #999;
}
.btn-group-sm>.btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.4;
  border-radius: .2rem;
}

.dropdown-item{
  white-space: normal;
}

#result_table .dropdown-toggle{
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.4;
}
#result_table .form-control{
  height: calc(1em + .75rem + 2px);
  padding: auto;
  font-size: .875rem;
  line-height: 1.4;
}
#result_table .bootstrap-select .dropdown-menu{
  font-size: .875rem;
  padding: 0;
}
#result_table .bootstrap-select .dropdown-item{
  padding: .25rem .5rem;
}
#tooltip{
  cursor: pointer;
  position: relative;
}
#limits{
  position: absolute;
  right: 26px;
  top: -3px;
  white-space: nowrap;
  display: block;
  background-color: #fff;
  padding: 5px 15px;
  border: 1px solid;
  border-radius: 4px;
}

@media (min-width: 768px) {
  #header{
    align-items: center!important;
  }
 }


 @media only screen and (max-width: 768px) {
  #filter .col{
    display: flex;
    align-items: center;
  }

  #filter label{
    min-width: 115px;
  }

  .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
    white-space: normal;
  }
	
	/* Force table to not be like tables anymore */
	.mobile-tables table, 
	.mobile-tables thead, 
	.mobile-tables tbody, 
	.mobile-tables th, 
	.mobile-tables td, 
	.mobile-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.mobile-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
  .mobile-tables tr { border: 1px solid #ccc; }
  
  nobr{white-space: normal;}
 
	.mobile-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
    text-align:left;
    min-height: 32px;
	}
 
	.mobile-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	.mobile-tables td:before { content: attr(data-title); }
}
					