.btn-right {
	float: right;
}
.dropdown:hover {
	display: block;
}
.btn-margin-right {
	margin-right: 5px;
}
@media (min-width: 992px) {
    .input_search {
       width: 11%;
   }
}
.content {
  position: relative;
}

.content .tooltipstd {
  background-color: white;
  border: 1px solid #777;
  border-radius: 7px;
  padding: 2px;
  position: absolute;
  width: 150px;
  z-index: 99999;
  display: none;
}
.tooltipstd li {
    list-style: none;
}
.tooltipstd ul {
    float: left;
    padding: 5px;
    margin: 0;

}
.bottom-margin {
    margin-bottom: 110px;
}
th {
    min-width: 30px;
}