.alertDv {
  text-align: center;
  position: fixed;
  top: 75px;
  left:2%;
  width: 96%;
  opacity: 1;
  z-index: 11000;
}

.alertDis{
    display: none;
}

.alertDv.danger {
	background-color: #C24436;
	opacity: 1;
	color: white;
}

.alertDv.success {
	background-color: #4CAF50;
	opacity: 1;
	color: white;
}

.alertDv.info {
	background-color: #4e96bf;
	opacity: 1;
	color: white;
}

.alertDv.warning {
	background-color: #ff9800;
	opacity: 1;
	color: white;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: black;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: grey;
}

.filterDiv{
  border-style: solid;
  border-width: 2px;
  border-color: #f0f0f0;
  padding: 10px;
}

.filter{
  margin-top: -20px;
  margin-bottom: 5px;
}

.filterText{
	background-color: #126799;
  color:#ffffff;
}

.loginBlk{
  background-color: rgba(255,255,255,0.7);
}

.loginBlk label{
  color: #126799
}

.KSActive {
  position: relative;
  background-color: #158705;
  color:#ffffff;
}

.KSInactive {
  position: relative;
  background-color: #870505;
  color:#ffffff;
}

.img-preview{
  cursor: pointer;
}

.circle-img{
  margin: auto;
  position: relative;
  border: 2px solid #fff;
  border-radius: 100%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.circle-img img {
  display: block;
  margin: auto;
  object-fit: cover;
  border-radius: 50%;
}

.tableTitle{
  font-size: 18px;
  font-weight: bold;
}

/* The container <div> - needed to position the dropdown content */
.dropdownAction {
  position: relative;
  display: inline-block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdownAction:hover .dropActBtn {
  background-color: #004998;
}

/* Dropdown Content (Hidden by Default) */
.dropdownAction-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  bottom: 35px;
  min-width: 100%;
  text-align: center;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdownAction-content > label {
  display: block;
  color: black;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  /* width: 100%; */
  /* padding: 8px;
  margin-left: 0px; */
  /* text-decoration: none; */
}

/* Change color of dropdown links on hover */
.dropdownAction-content > label:hover {
  background-color: #878787;
  color: white;
  cursor: pointer;
}

/* Show the dropdown menu on hover */
/* .dropdownAction:hover .dropdownAction-content {
  display: block;
} */

.costumer-list {
  flex: 1;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1), -4px -4px 10px rgba(0, 0, 0, 0.1);
  padding: 0px 15px 0px 15px;
  margin-bottom: 22px;
}

.costumer-list > p {
  text-align: justify;
}

.costumer-list > button {
  text-align: center;
}

/* Styles for the search suggestions */
/*
height: 200px;
background-color: #fff;
border: 1px solid #ccc;
border-top: none; */
#listaItems {
  align-items: center;
  justify-content: center;
  overflow: auto;
  max-height: 300px;
  z-index: 100;
  /* display: none;
  padding: 10px;
  top: 100%;
  width: 100%;
  z-index: 100; */
}

#listaItems ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#listaItems li {
  background-color: #ffffff;
  padding: 8px;
  cursor: pointer;
  text-align: justify;
}

/* Highlight the suggestion on hover */
#listaItems li:hover {
    background-color: #f1f1f1;
}

/* Styles for the image */
.image {
  display: inline-block; /* Display the image as an inline block */
  vertical-align: middle; /* Center the image vertically */
}

/* Styles for the text */
.text {
  display: inline-block; /* Display the text as an inline block */
  vertical-align: middle; /* Center the text vertically */
}

.tab {
  margin-left: 20px; /* Adjust the value to control the tab space */
}

/* Example CSS for the tooltip */
/* .flot-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999; /* Set a higher value than the z-index of the div */
  /* Other styles for the tooltip */
/* } */

/*When window is smaller than 768px*/
@media (max-width: 768px) {
  .tableTitle{
    font-size: 15px;
    font-weight: bold;
  }
}
