.head_secondary {
    background-color: #474B55;
    color: #fff;
    font-weight: normal;
    padding: 10px;
    margin: 0;
    font-size: 1em;
}

a, .caseActionContent .propsToggle a, a.box:link, .userDisplay th.sorted a {
	color: #539536 !important;
	text-decoration: none;
}

#quickSearchTextFieldAnchor {
	display: none;
}

.topbg>td {
	border-bottom: 0 solid #529535;
}

.caseActionContent .head {
	background-color: #474B55;
}

.modalHeader {
	background-color: #474B55;
	box-shadow: none;
}

.modalHeader td {
	background-color: #474B55;
	color: white;
}

.modalHelpLink {
	color: #FFFFFF;
	visibility: hidden;
}

.buttons, .btn, a.replyOnComment, .buttons[value=Search], .apBtnWorkflow,
	.apBtnFormDesigner, .apCancelAndDelete, .addNewWorkflowWizardSubmit, .customTableControllerConfirmationSave, .customTableControllerConfirmationCancel{
    background-color: #539536 !important;
    background: #deb linear-gradient(#539536, #539536) repeat scroll 0 0 !important;
    border: 1px solid #539536 !important;
    color: white !important;
}

.buttons:hover, a.replyOnComment:hover, .buttons[value=Search]:hover,
	.apBtnWorkflow:hover, .apBtnFormDesigner:hover, .apCancelAndDelete:hover,
	.addNewWorkflowWizardSubmit:hover {
	background: rgba(0, 0, 0, 0) linear-gradient(#539536, #539536) repeat scroll 0 0;
}

.mattblackmenu li a.selected {
	font-weight: bold;
}

.image-holder {
	float: left;
	padding: 5px;
	text-align: center;
	width: 100px;
}

.info {
	float: left;
}

.info span:first-child {
	color: #27274d;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

.info span {
	padding: 5px 0;
	display: block;
	font-weight: normal !important;
}

.bottom-part {
	border-top: 1px solid #d4d4d4;
	padding: 10px 0;
	background-color: #fafafa;
}

.bottom-part a {
	display: inline-block;
	margin: 0 10px;
	font-weight: normal !important;
}

.bottom-part a:first-child + a {
	float: right;
}

.userPhotoLink {
	font-size: 1em;
}

.view_wf_l2 {
	color: #539536;
}

.mattblackmenu li.user-menu-item a {
   color: white;
}

.cfUl {
	display: inline-flex;
}

.hiddenElememt {
	display: none;
}

.debugConsoleParent {
	width: 800px;
	margin: auto;
}

.debugConsole {
	height: 180px;
	overflow: auto;
	border: 1px solid #ccc;
}

.debugConsoleTable {
	width: 100%;
	border-collapse: collapse;
}

.debugConsoleTable td, .debugConsoleTable th {
	font-size: 11px;
	padding: 3px;
}

.debugConsoleTable th, .debugConsoleTable th {
	text-align: left;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.debugConsoleTable tr:nth-child(odd) {
	background-color: #f9f9f9;
}

.debugConsoleButtons {
	margin: 5px 0px;
	text-align: right;
}

.debugConsoleButtons .buttons {
	margin: 0px 2px;
}

.debugConsoleERROR {
	color: red;
}

.mailerSentMessagesColumnLarge {
    width: 300px;
}

.mailerSentMessagesColumnSmall {
    width: 100px;
}

.topbox {
	top: 0.25rem;
}

.topbox .fd-form-label {
    color: #fff;
}

#userInfo .user-menu .bottom-part a:first-child {
	visibility: hidden;
}

.help_message {
	border-style: solid;
	border-width: 1px;
	border-color: #5E2584;
	margin: 10px;
	padding: 10px;
	background-color: #FBFBFB;
}

.addNewContentColumn .fd-form-item {
	width: 220px;
}

.addNewContentColumn textarea {
	width: 220px;
}

.logo-img-custom {
  max-width: 150px !important;
  max-height: 40px !important;
}

.fd-shellbar {
    position: initial !important;
}

#userInfo {
    left: auto !important;
    right: 0 !important;
    top: calc(var(--fdPopover_Offset) + var(--fdPopover_Arrow_Size)) !important;
	box-shadow: var(--fdPopover_Body_Box_Shadow) !important;
}

.caseAction .case-action-div a span {
	overflow: hidden;
    text-overflow: ellipsis;
}

#new-casedropdown {
	position: absolute !important;
	padding: 0 !important;
	right: 0 !important;
	box-shadow: var(--fdPopover_Body_Box_Shadow) !important;
}
