
/*media screen*/

/*
.navbar-default {
    background-color: #EFF0F1;
    border-color: #dee5e5;
}
*/

.btn-primary {
    color: #EFF0F1;
    background-color: #3F597A;
    border-color: #3F597A;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .active.btn-primary, .open > .btn-primary.dropdown-toggle {
    color: #EFF0F1;
    background-color: #5477A3;
    border-color: #5477A3;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #EFF0F1;
    background-color: #3F597A;
}

.section-tout1 {
	color: #EFF0F1;
	background: radial-gradient(1200px circle at top left, #3F597A 0%, #212F40 55%, #141D2A 100%);
	margin-bottom: 0;
	padding-top: 4.5rem;
	padding-bottom: 4.5rem;
}

.section-tout2 {
	color: #212F40;
	background-color: #EFF0F1;
	padding-top: 3.75rem;
	padding-bottom: 5.5rem;
	border-bottom: 2px solid #dee5e5;
}

.section-tout3 {
	color: #212F40;
	background-color: #FFF;
	padding-top: 3.75rem;
	padding-bottom: 5.5rem;
	font-size: clamp(1.125rem, 1.2vw + 1rem, 1.5rem);
}

#root-entries .nav-link {
	display: block;
	padding: 0.5rem 0.75rem;
	border-radius: 0.375rem;
	text-decoration: none;
}

#root-entries .nav-link:not(.active) {
	color: var(--bs-body-color);
}

#root-entries .nav-link:not(.active):hover {
	background-color: var(--bs-tertiary-bg);
}

#root-entries .nav-link.active {
	background-color: #3F597A;
	color: #EFF0F1;
}

#root-content {
	width: 100% !important;
	max-width: 100%;
	overflow: visible;
	box-sizing: border-box;
}

#field-list {
	width: 100%;
	table-layout: fixed;
}

#field-list .template-fieldlist-tableRow-fieldLabel {
	width: 160px;
}

#field-list .template-fieldlist-tableRow-fieldValue {
	word-break: break-word;
}

#field-list .template-fieldlist-tableRow-fieldOptions {
	width: 170px;
}

#field-list > tbody > tr > th,
#field-list > tbody > tr > td {
	padding: 0.5rem 0.75rem;
	vertical-align: top;
	border-bottom: 0;
}

#field-list > tbody > tr:last-child > th,
#field-list > tbody > tr:last-child > td {
	border-bottom: 0;
}

@media (max-width: 575.98px) {
	.section-tout1 {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}

	#field-list .template-fieldlist-tableRow-fieldLabel {
		width: 120px;
	}

	#field-list .template-fieldlist-tableRow-fieldOptions {
		width: 140px;
	}
}


.pointer {
	cursor: pointer
}

.holly-image {
	cursor: pointer;
	width: 100px;
	position: absolute;
	top: 70px;
	right: 20px;
	z-index: 1010;
}

.vertical-center {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

::-ms-clear {
	display: none;
}
.template-fieldlist-tableRow-fieldLabel {
	width: 160px;
	text-align:right;
	font-weight:bold;
	cursor: pointer;
	vertical-align:top;
}
.template-fieldlist-tableRow-fieldValue {
	vertical-align:top;
}
.template-fieldlist-tableRow-fieldOptions {
	vertical-align:top;
	width:50px;
	cursor: pointer;
}
.fieldActive, .fieldActive a {
	background-color: #3F597A;
	color: #EFF0F1;
}
.table-hover tbody tr:hover.fieldActive  > td, .table-hover tbody tr:hover.fieldActive  > th, .table-hover tbody tr:hover.fieldActive > td > span,
	.table-hover tbody tr:hover.fieldActive > td > a {
  	background-color: #5477A3;
    color: #EFF0F1;
}

.table-hover tbody tr.fieldActive > td > span {
  	background-color: #3F597A;
    color: #EFF0F1;
}

.teletypeText { font-family: monospace; }
.forceWordWrap { word-break: break-all;word-wrap: break-word; }

@media (min-width: 992px) {
	.passwordtoolbox-entry-panel {
		display: flex;
		flex-direction: column;
		max-height: calc(100vh - 6rem);
		overflow: hidden;
	}

	.passwordtoolbox-entry-list {
		flex: 1 1 auto;
		min-height: 0;
		overflow-y: auto;
	}
}
