#FolderListCommon {
	border-radius: 0;
}

.FolderListCommon {
	list-style-type: none;
	padding: 0px 0px 0px 2px;
	margin: 0px;
}

.FolderListItemSelected {
	background-color: #C0C0C0; /* silver */
}

.FolderListItem {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.FolderListItem a {
	color: #333333;
	font-family: Verdana;
	text-decoration: none;
	display: block;
	margin: 0px;
}

.FolderListItem a:hover,
.FolderListItem a:focus {
	background-color: #D1D1D1;
}

.FolderListItem a:visited {
	color: #333333;
}

.FolderListItem a img {
	vertical-align: text-bottom;
}

.UserInformation {
	padding: 1px;
	font-weight: bold;
	margin: 1px 0px 1px 1px;
	color: #5b5b5b;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

div.MainPanel {
	display: block;
	height: 100%;
	width: 100%;
}

div.ContentPanel {
	display: block;
	border: 1px solid #bebec2;
	border-radius:4px;
	padding: 2px;
}

div.ComposePanel {
	margin-top: 3px;
}

a, a:visited ,a:hover {
	color: #333333;
}

div.GeneralButtonStyle {
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
}

.FieldsetStyle {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	border: 1px solid #BEBEC2;
}

div.FaxStatusButtonPanel {
	width: 450px;
}

div.ResubmitToButtonPanel {
	width: 600px;
}

div.NoImagePanel {
	width: 440px;
}

div.NoImageButtonPanel {
	width: 440px;
}

.TdStyleResubmit {
	font-size: 11px;
	font-family: Verdana;
}

#mainMenuDiv {
	height: 100%;
	margin: 0px 0px 1px 0px;
}

.skip-container {
	position: absolute;
	top: 0;
	left: -1000px;
	z-index: 2000;
	background-color: #232e72;
	color: #fff;
	border-bottom-right-radius: 10px;
}

.skip-container:focus-within {
	left: 0;
}

.skip-link {
	color: #fff !important;
}

table.sublist {
	border-collapse: collapse;
}


.tooltipTitle {
	font-size: 12px;
	font-weight: bold;
	color: #97450f;
}

.tooltipMaxHits,.tooltipMaxHits a:visited {
	font-size: 11px;
	font-weight: bold;
	color: red;
}

.DelegateList {
	margin: 5px;
	height: 240px;
	width: 550px;
	background-color: #ffffff;
	overflow: auto;
	border: 1px solid #333333;
}

.buttons_tooltip {
	margin-top: 10px;
}

.DisabledText {
	color: #aca899;
}

.ErrorPanel {
	border: 1px solid #bdbec6;
	margin: 10px;
	background-color: #f7f7f7;
}

div.ShowDetailsViewerTabPanel {
	overflow: hidden;
}

#openid-content {
	margin-left: 10px;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#noteTextAreaMessage {
	padding: 5px 0 0 15px;
}

div.textContainer {
	line-height: 12px;
	padding: 7px 0 8px;
}

.columnDivs {
	float: left;
	padding-right: 5px;
}

div.elementContainer {
	margin-top: 5px;
}

select.uniformSelects {
	width: 120px;
	height: 20px;
}

div.uniformInputs {
	width: 120px;
}

.title {
	font-weight: bold;
	color: #000000;
	height: 20px;
}
.title-with-bg  {
	background-color: #E5EAEE;
}
.title a {
	/* We don't want to see underline under a title which is also a URL link*/
	text-decoration: none;
	color: #000000;
}

.navbar .navbar-text {
	padding: 3px;
}

*:not(.menu-portal) > .navbar a.nav-link:hover {
	text-decoration: none;
	background-color: #dee2e6;
	border-radius: 4px;
}

.list-group-item.active {
	background-color: #6c757d;
	border-color: #6c757d;
}

#mmFolderIsSCIcon hr {
	height: 2px;
}

.otBackgroundBorder {
	background: rgb(12,25,67);
	background: linear-gradient(90deg, rgba(12,25,67,1) 0%, rgba(9,9,121,1) 50%, rgba(8,137,180,1) 100%);
}

.navbar-brand img {
	padding-top: .3rem;
	max-height: 30px;
}

.otfc-version .navbar-brand img {
	padding-top: 0px;
}

.container-login > .row,
.container-change-pwd > .row {
	margin-top: -200px;
}

.m-h-100 {
	max-height: 100% !important;
}

.m-w-100 {
	max-width: 100% !important;
}

.dropdown-toggle-ellipsis {
	display: flex;
}

.dropdown-text-ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	display: inline-block;
	white-space: nowrap;
	margin-right: -1rem;
	padding-right: 1rem;
}

/** 
use it to have a bootstrap modal with a forced height that takes almost all the screen.
has to  be on the same element as the 'modal-content' class.
*/
.modal-height-xl {
	height: 70vh;
}

/** overload the Bootstrap's class so it works on table cells too. */
td.text-truncate {
	max-width: 0;
}

.draggable-cursor {
	cursor: move;
}

.forwarding-detach-dialog {
	display: block;
	position: absolute;
	top:25%;
	left: 40%;
}

.min-w-100 {
	min-width: 100%;
}

.z-max {
	/* bootstrap z-index max is 1080 */
	z-index: 1090;
}

.modal-open .z-max {
	z-index: auto;
}

.z-auto {
	z-index: auto;
}
