.open-link-new-tab {
  color: #f7931d;
}
.open-link-new-tab:hover:after {
  color: #cc3131;
}
.open-link-new-tab:after {
  display: inline-block;
  content: "\f35d";
  content: "\f35d";
  color: #f7931d;
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
}
.d-none {
	display:none;
}

.datepicker-container.datepicker-dropdown.datepicker-top-left {
    margin-top: -35px;
}