/home/ivoiecob/email.hirewise-va.com/modules/MailWebclient/styles/themes/DeepForest/styles.less
.theme-thread-pin() {
	@thread-pin-background: #ffffff;
	@thread-pin-color: #a0a0a0;
	@thread-pin-border: 1px solid #a0a0a0;
	
	@thread-pin-selected-background: @theme-list-selected-item-bg;
	@thread-pin-selected-color: #ffffff;
	@thread-pin-selected-border: 1px solid #ffffff;
	
	@thread-pin-unread-background: #a0a0a0;
	@thread-pin-unread-color: #ffffff;
	@thread-pin-unread-border: 1px solid #a0a0a0;
	
	@thread-pin-unread-selected-background: #ffffff;
	@thread-pin-unread-selected-color: @theme-list-selected-item-bg;
	@thread-pin-unread-selected-border: @thread-pin-selected-border;
}

.theme-message-toolbar-item() {};

.manage_folders a {
	color: #a4a4a4 !important;
}

.theme-layout-horiz-split() {
	.messages_panel {
		padding-bottom: 2px !important;
	}
	.message_viewer {
		padding: 0px 5px !important;
		
		.panel_content {
			margin-top: 2px !important;
			border-top-right-radius: 5px !important;
		}
	}
};

@theme-mail-message-header-background: #ffffff;
@theme-mail-viewer-notice-background: #ffffc5;
@theme-mail-viewer-notice-link-color: #7e9baf;
@theme-mail-viewer-appointment-background: #dff6eb;
@theme-mail-viewer-appointment-border-bottom: 1px solid darken(@theme-mail-viewer-appointment-background, 10%);
@theme-mail-compose-showcc-link-color: #4477bb;
@theme-mail-compose-showcc-link-hover-color: #24579b;
@theme-mail-compose-minimized-background: #59afac;