* {
  font-family: sans-serif;
}

.cursor-hover {
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content p:hover {
  background-color: #EDF2F7;
}

.standed:hover {
  margin-left: 5px;
  background-color: aqua;
}

.btn,
.modal-content,
.form-control {
  border-radius: .18rem
}

.modal-dialog {
  padding: 60px 5px;
  background: #ffffff4d;
  border-radius: 0.18rem;
  border: solid 1px #FFF;
}

.modal-content {
  background: none !important;
  border: none;
}

.modal-backdrop {
  background-color: #5c595940;
}

.listing li {
  transition: all 0.2s;
  cursor: pointer;
}

#sales-nav {
  background-color: #0000a4;
}

.listing li:hover {
  background-color: #c1daff;
  padding-left: 20px;
}

.sanja:hover {
  background-color: #c1daff;
}

.selected {
  background-color: #c1daff;
  border-left: 4px solid #617477;
  padding-left: 20px;
}

.modal-content {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  /* border: none !important; */
}

.modal-content {
  padding: 0px 0px;
  margin-right: 30px;
  margin-left: 30px;
  background: #00000059;
  border: solid 1px #FFF !important;
  border-radius: 3px;
  box-shadow: 0 0 9px 0px #999999;
}

.modal-body {
  background-color: white;
  border-radius: 3px;
}

.modal-backdrop {
  background-color: #000000c7;
}

#details {
  background-color: #000080;
  color: white;
}

div .pdf:hover {
  background-color: #f1eeee;;
}

.pdf {
  box-shadow: 4px 6px 6px 3px #888888;
  height: 230px;
}


