@font-face {
	font-family: OpenSansSemiBold;
	src: url('fonts/open-sans.semibold.ttf');
}

@font-face {
	font-family: OpenSans;
	src: url('fonts/open-sans.regular.ttf');
}

@font-face {
	font-family: OpenSansLight;
	src: url('fonts/open-sans.light.ttf');
}
:root {
	--bs-font-sans-serif: "OpenSans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.svg-img-logo-login {
	height: 55px;
}
.svg-img-logo-nav {
	height: 40px;
}
.svg-img-xs {
	height: 12px;
	width: 12px;
}
.svg-img-md {
	height: 20px;
	width: 20px;
}

.svg-img-sm {
  height: 15px;
  width: 15px;
}

.svg-img-24 {
  height: 24px;
  width: 24px;
}

.svg-img-lg {
  height: 30px;
  width: 30px;
}

.hoverable {
  cursor: pointer;
}

.layout-container {
  margin-top: 150px;
}

.container {
  margin-top: 67px;
  padding-top: 10px;
}
.box-shadow {
  box-shadow: var(--bs-box-shadow) 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.account-link {
  float: right;
  padding: 10px;
  vertical-align: middle;
  cursor: pointer;
  border-bottom: 2px solid transparent !important;
}

.account-link:hover {
  border-bottom: 2px solid #fff !important;
  background-color: transparent !important;
}

.nav-white,
.svg-white {
  filter: invert(1);
}

.svg-grey {
  filter: invert(43%) sepia(13%) saturate(0%) hue-rotate(210deg)
    brightness(100%) contrast(96%);
}

.svg-primary {
  filter: invert(19%) sepia(93%) saturate(7073%) hue-rotate(190deg)
    brightness(92%) contrast(100%);
}
.svg-danger {
  filter: invert(40%) sepia(62%) saturate(517%) hue-rotate(330deg)
    brightness(98%) contrast(83%);
}
.svg-warning {
  filter: invert(67%) sepia(98%) saturate(1492%) hue-rotate(9deg)
    brightness(108%) contrast(91%);
}

.hoverable {
  cursor: pointer;
}


[data-bs-theme=dark] .d-dark-none {
	display: none;
}
.d-light-none {
	display: none;
}

[data-bs-theme=dark] .d-light-none {
	display: unset;
}



.record-container {
	background: var(--bs-light-bg-subtle);
	border: solid 1px var(--bs-light-border-subtle);
	border-radius: 7px;
	padding: 15px;
	margin: 10px 0px;
}

.record-details {
	display: flex;
}

.svg-container {
	margin-left: auto;
	display: flex;
	padding: 15px;
	height: 50px;
}

.record-edit-svg {
	height: 15px;
	cursor: pointer;
	margin: 5px;
}

.record-delete-svg {
	height: 15px;
	cursor: pointer;
	margin: 5px;
}

.header-container {
	display: flex;
	align-items: center;
}

.add-new-btn {
	display: flex;
	align-items: center;
	margin-left: auto;
}
.btn-icon {
	background-color: transparent;
	border: none;
}
tr.record-row td{
	color: inherit !important;
}
body {
	background-color: var(--bs-tertiary-bg)
}
.profile-container th {
	font-weight: normal;
	color: var(--bs-secondary)
}
.control-label {
	color: var(--bs-secondary)
}
.clickable {
	cursor:pointer;
}
.photo-edit-container{
	position:relative;
}
.photo-edit-icon {
	position: absolute;
	bottom: 0;
}
.profile-img {
	max-height: 85px;
}
.profile-img-lg{
	max-height:120px;
}
.col-icon{
	width:40px;
}