.flags {
	z-index: 1;
	top: 4px;
	margin-left: 100px;
}

.flag-links>img {
	width: 28px;
}

.flag-links {
	margin: 0 6px;
}

.selected-flag {
	border-radius: 25px;
	background-color: #0d8;
	height: 36px;
	padding-top: 4px;
}

.circle_icons {
	width: 28px;
}

@media only screen and (max-width: 800px) {
	.flags {
		margin-left: 0px;
	}
}

.ui-autocomplete { 
    /* these sets the height and width */
    max-height:400px; 
    max-width: 236px; 

    /* these make it scroll for anything outside */
    overflow-x:scroll;
    overflow-y:scroll;
}

input[type=checkbox] {width: 20px!important; height: 20px!important;}

.tui-cal-pad {
	padding-left: 10px;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.disable-links {
    pointer-events: none;
}

.dt-note-txt {
	max-width: 300px;
}

.noteFuncTd {
	width:5%!important;
}

#new-dispatch-alert { 
  position: fixed;
  width: 200px;
  height: 58px;
  margin: 0px auto;
  top: 1px;
  left: 0;
  right: 0;
  z-index: 1050; 
  display: block;
  background-color: #db5858;
  color: white; 
  padding: 12px;
  font-size: x-large;
  text-align: center;
  border-radius: 29px;
  cursor: pointer;
}
