﻿.cursor-pointer {
	cursor: pointer !important;
}

.text-dark-warning {
	color: #ff8407 !important;
}

.bg-black-50 {
	background-color: rgba(0, 0, 0, .04) !important;
	border-radius: .5rem;
}

img[src$="divider_left_s1.gif"] {
	display: none;
}

.popover-maxwidth-500 {
	max-width: 500px !important;
}

.non-flex {
	display: inline-block;
}

.bold {
	font-weight: bold;
}

.btn-group-xs > .btn, .btn-xs {
	padding: .25rem .4rem;
	font-size: .875rem;
	line-height: .5;
	border-radius: .2rem;
}

.btn.btn-no-outline-danger {
	color: #dc3545;
}

.btn.btn-no-outline-danger.disabled,
.btn.btn-no-outline-danger[disabled] {
		color: #bbbbbb;
	}

.btn.btn-no-outline-danger.disabled:hover,
.btn.btn-no-outline-danger[disabled]:hover {
	border-color: transparent !important;
	cursor: default;
}

.btn.btn-no-outline-danger:not(.disabled):hover,
.btn.btn-no-outline-danger:not([disabled]):hover {
	border-color: #dc3545;
}

/* MODALS */
.modal-dialog.modal-mobile-full {
	margin: 5px;
}

.modal-content.modal-mobile-full {
	width: calc(100vw - 10px);
	height: calc(var(--vh) - 10px);
}

/* FORMS */
.input-xs {
	height: 22px;
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

select.input-xs {
	height: 22px;
	line-height: 22px;
}

textarea.input-xs,
select[multiple].input-xs {
	height: auto;
}

/* Not really Bootstrap related, just didn't know where else to put it right now */
span.glossaryterm {
	text-decoration-line: underline;
	text-underline-offset: 4px;
	text-decoration-color: dodgerblue;
	text-decoration-style: dotted;
}

.bookmark {
	display: inline-block;
	padding: 1rem 1rem;
	margin: -0.3rem -0.3rem -1rem -1rem;
	color: grey;
	cursor: pointer;
}

	.bookmark.flagged {
		color: gold;
	}