/* Minification failed. Returning unminified contents.
(4,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(47,41): run-time error CSS1039: Token not allowed after unary operator: '-logo_color'
(702,25): run-time error CSS1039: Token not allowed after unary operator: '-theme_color'
 */
/*   GLOBAL   */
:root {
	/* navbar background and logo color variables with defaults */
	--theme_color: #11254F;
	--logo_color: #FFFFFF;
}

body {
	padding-top: 70px;
}

a:hover {
	text-decoration: none;
}

.form-group label {
	font-weight: 600;
}

.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 95%;
}

.dropdown-item:hover {
	background-color: #c8c8c8;
}


/*  SIDEBAR   */
#sidebar {
	position: fixed;
	width: inherit;
}


/*   NAVBAR   */
.zeerka_logo {
	transition: opacity 0.2s ease-in-out;
	opacity: 0.55;
	overflow: hidden;
}

	.zeerka_logo img {
		filter: drop-shadow(0px 1000px 0 var(--logo_color));  /* change color of image */
		transform: translateY(-1000px);
	}

	.zeerka_logo:hover {
		transition: opacity 0.2s ease-in-out;
		opacity: 0.75;
	}

	.zeerka_logo:active {
		transition: opacity 0.2s ease-in-out;
		opacity: 1;
	}

/*   SEARCH   */
#searchForm .form-group {
	margin-bottom: 0;
}

#searchBox {
	background-color: #F7F7F7;
}

	#searchBox:hover {
		background-color: #FFF;
	}

	#searchBox:focus {
		background-color: #FFF;
	}

div.search-result-panel {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
	width: 60%;
}

div.search-result {
	padding: 2px 2px 0px 2px;
	cursor: pointer;
	width: 100%;
	display: flex;
}

	div.search-result:hover {
		background-color: #dfdfdf !important;
	}

.searched_link {
	width: 135px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #212529;
	border-color: #ADADAD;
	flex-shrink: 0;
}

.searched_archive_link {
	width: 135px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #212529;
	border-color: #ADADAD;
	flex-shrink: 0;
}

.search-result-description {
	padding-left: 5px;
	flex-grow: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 100px;
}
.search-result-location-button {
	padding-left: 7px;
	width: 200px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex-grow: 0;
	flex-shrink: 0;
}
	.search-result-location-button .location-text {
		margin-left: 5px;
	}

@media (max-width: 1024px) {
	.searched_link {
		width: 32px;
		text-align: left;
		overflow: hidden;
		text-overflow: inherit;
		color: #212529;
		border-color: #ADADAD;
		flex-shrink: 0;
	}

	.searched_archive_link {
		width: 33px;
		text-align: left;
		overflow: hidden;
		text-overflow: inherit;
		color: #212529;
		border-color: #ADADAD;
		flex-shrink: 0;
	}

	.search-result-description {
		padding-left: 5px;
		flex-grow: 1;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		min-width: 100px;
	}

	.search-result-location-button {
		padding-left: 7px;
		width: 32px;
		text-align: left;
		overflow: hidden;
		text-overflow: inherit;
		white-space: nowrap;
		flex-shrink: 0;
		flex-grow: 0;
	}
		.search-result-location-button .location-text {
			visibility: hidden;
		}
}

div.search-result-selected {
	background-color: #d9edf7 !important;
}

#searchedLinkContextMenu {
	z-index: 10000 !important;
}

#searchedArchiveLinkContextMenu {
	z-index: 10000 !important;
}

#mostUsedLinkContextMenu {
	z-index: 10000 !important;
}

/*   TAB   */
.zeerka-tabs {
	white-space: pre-wrap;
	flex-wrap: wrap;
	/*	commenting out to remove underline across all tabs
	overflow-x: auto;
	overflow-y: hidden;*/
}

.utility-button {
	padding: 0px 8px;
	margin: 2px 0;
	border: 1px solid #DEE2E6;
	margin-right: 10px;
}

.tab_placeholder {
	border: 1px solid #dedeb6;
	position: relative;
	background-repeat: no-repeat;
	background-color: rgba(245, 245, 200, 0.25);
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}


/*   GROUP   */
div.group {
	margin-bottom: 15px;
}

.groupHeader {
	padding: 4px 4px 4px 10px;
}

.groupTitle {
	padding-left: 5px;
	font-weight: 500;
	font-size: 16px;
	cursor: default;
}

.groupIconsList {
	padding-left: 15px;
	margin-bottom: 15px;
	width: 460px;
	height: auto;
	max-height: 200px;
	overflow-x: hidden;
}

.listIcon {
	padding: 2px 3px;
	width: 30px;
}

div.group .card-header {
	background-color: #F8F8F8 !important;
	transition-property: background-color;
	transition-duration: 0.5s;
	-webkit-transition-property: background-color; /* Safari */
	-webkit-transition-duration: 0.5s; /* Safari */
}

div.group .card-body {
	background-color: #FFFFFF !important;
	transition-property: background-color;
	transition-duration: 0.5s;
	-webkit-transition-property: background-color; /* Safari */
	-webkit-transition-duration: 0.5s; /* Safari */
	-moz-border-radius: 6px;
	border-radius: 6px;
}

div.group:hover .card-header {
	background-color: #dfdfdf !important;
	transition-property: background-color;
	transition-duration: 0.5s;
	-webkit-transition-property: background-color; /* Safari */
	-webkit-transition-duration: 0.5s; /* Safari */
}

div.group:hover .card-body {
	background-color: #F5F5F5 !important;
	transition-property: background-color;
	transition-duration: 0.5s;
	-webkit-transition-property: background-color; /* Safari */
	-webkit-transition-duration: 0.5s; /* Safari */
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.no-cssgrid div.group_links {
	/* using flex for older browsers */
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cssgrid div.group_links {
	/* using grid if supported */
	display: grid;
	grid-column-gap: 5px;
	grid-row-gap: 5px;
}


/*  RELOCATE GROUP TO ANOTHER TAB  */
.group_icon {
	cursor: alias;
}

.tab_drop_hover {
	background-color: #D9EDF7;
}

.group_icon_draggable_clone {
	background-color: rgba(0, 0, 0, 0.2);
	border: solid 1px gray;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
}


/*   BOOKMARKLET   */
#imageButton {
	border-color: #CED4DA;
}


/*   LINK   */
.zeerka_link {
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #FFFFFF;
	border-color: #ADADAD;
	color: #212529;
}

.zeerka_reference_link {
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #FFFFFF;
	border-color: #ADADAD;
	color: #212529;
	margin-bottom: 5px;
}

.button_text {
	padding-left: 3px;
	text-align: left;
}

.button_icon {
	width: 16px;
	height: 16px;
	margin: 0 auto;
}

.button-add-link {
	opacity: 0.8;
	text-align: left;
	width: 33px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

.no-cssgrid .button-add-link {
	margin-left: 2px;
	margin-top: 2px;
}

.grid0 {
	grid-template-columns: repeat(auto-fill, minmax(38px, 1fr));
}

	.grid0 .button_text {
		display: none;
	}

.no-cssgrid .grid0 .zeerka_link {
	width: 38px;
	margin: 2px;
}

.grid1 {
	grid-template-columns: repeat(1, 1fr);
}

.no-cssgrid .grid1 .zeerka_link {
	width: 100%;
	margin: 2px;
}

.grid2 {
	grid-template-columns: repeat(2, 1fr);
}

.no-cssgrid .grid2 .zeerka_link {
	width: 231px;
	margin: 2px;
}

.grid3 {
	grid-template-columns: repeat(3, 1fr);
}

.no-cssgrid .grid3 .zeerka_link {
	width: 152px;
	margin: 2px;
}

.grid4 {
	grid-template-columns: repeat(4, 1fr);
}

.no-cssgrid .grid4 .zeerka_link {
	width: 113px;
	margin: 2px;
}

.grid5 {
	grid-template-columns: repeat(5, 1fr);
}

.no-cssgrid .grid5 .zeerka_link {
	width: 89px;
	margin: 2px;
}

.grid6 {
	grid-template-columns: repeat(6, 1fr);
}

.no-cssgrid .grid6 .zeerka_link {
	width: 73px;
	margin: 2px;
}

.grid-0 {
	width: 38px !important;
}

.grid-1 {
	width: 467px !important;
}

.grid-2 {
	width: 231px !important;
}

.grid-3 {
	width: 152px !important;
}

.grid-4 {
	width: 113px !important;
}

.grid-5 {
	width: 89px !important;
}

.grid-6 {
	width: 73px !important;
}

div.group:hover .button-add-link {
	opacity: 1;
	transition: opacity 0.5s linear;
}

.zeerka-group-add-button {
	position: absolute;
	right: 50px;
	top: -3px;
	padding-right: 10px;
	margin-right: 8px;
	border-style: none;
	opacity: 0;
	transition: opacity 0.5s linear;
}

div.group:hover .zeerka-group-add-button {
	opacity: 1;
	transition: opacity 0.5s linear;
}

.zeerka-group-view-button {
	position: absolute;
	right: 20px;
	top: -3px;
	padding-right: 10px;
	margin-right: 5px;
	border-style: none;
	opacity: 0;
	transition: opacity 0.5s linear;
}

div.group:hover .zeerka-group-view-button {
	opacity: 1;
	transition: opacity 0.5s linear;
}

.zeerka-group-menu-button {
	position: absolute;
	right: -3px;
	top: -3px;
	padding-right: 11px;
	padding-left: 10px;
	border-style: none;
	opacity: 0;
	transition: opacity 0.5s linear;
}

div.group:hover .zeerka-group-menu-button {
	opacity: 1;
	transition: opacity 0.5s linear;
}

.blink {
	opacity: 0;
	transition: opacity 0.2s linear;
}

.one-line-above {
	margin-top: 1em;
}

.one-line-below {
	margin-bottom: 1em;
}

.two-lines-above {
	margin-top: 2em;
}

.two-lines-below {
	margin-bottom: 2em;
}

.img-xs {
	width: 16px;
	height: 16px;
}

.img-sm {
	width: 32px;
	height: 32px;
}

.img-lg {
	width: 64px;
	height: 64px;
}

input.search-xs[type="search"] {
	height: 22.4px;
	font-size: 12px;
}

.cursor-move {
	cursor: move;
}

.extra_wide_link {
	width: 205px;
	text-align: left;
	margin: 2px;
}

.no-cssgrid .wide_link {
	width: 135px;
	text-align: left;
	margin: 2px;
}

.cssgrid .wide_link {
}

.narrow_link {
	width: 98px;
	text-align: left;
	margin: 2px;
}

.small_link {
	width: 38px;
	text-align: left;
	margin: 2px;
}

.wide_link_text {
	padding-left: 3px;
	width: auto;
	visibility: visible;
	overflow: hidden;
}

.small_link_text {
	display: none;
}

dd {
	margin-bottom: 0.8em;
}


/* --------------- */

/* italic for placeholders
----------------------------------------------------------*/
::-webkit-input-placeholder {
	font-style: italic;
}

:-moz-placeholder {
	font-style: italic;
}

::-moz-placeholder {
	font-style: italic;
}

:-ms-input-placeholder {
	font-style: italic;
}
/* --------------- */

/* zeerka toast styles */
#zeerkaToastContainer {
	z-index: 10;
}

.zeerka-toast-link {
	color: white;
}

	.zeerka-toast-link:hover {
		color: white;
		font-weight: bold;
		text-decoration: underline;
	}

/* groups and links styles
----------------------------------------------------------*/
.group_placeholder {
	margin-bottom: 13px;
	border: 1px solid #dedeb6;
	position: relative;
	background-repeat: no-repeat;
	background-color: rgba(245, 245, 200, 0.25);
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.link_placeholder {
	border: 1px solid #dedeb6;
	display: inline-block;
	position: relative;
	background-repeat: no-repeat;
	background-color: rgba(245, 245, 200, 0.25);
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left: 2px;
	padding-right: 2px;
}

.column_groups {
	min-height: 20px;
}

.helpButton {
	cursor: default;
}

.validation-summary-valid.alert-danger {
	display: none;
}

/* Add Tab Plus button */
#addTabButton {
	opacity: 0;
	transition: opacity 0.5s;
}

#userTabs:hover > #addTabButton {
	opacity: 1;
	transition: opacity 0.5s;
	-webkit-transition-property: opacity; /* Safari */
	-webkit-transition-duration: 0.5s; /* Safari */
}
/* ------------ */

/* set navbar background color to our variable */
.navbar {
	background-color: var(--theme_color);
}

/* Copy/Cut/Paste */
.cutLink {
	background-color: #dfdfdf !important;
	color: #777 !important;
}
.copiedLink {
	border-color: #0D6EFD !important;
}
.cutGroup {
	background-color: #dfdfdf !important;
	color: #777 !important;
}
