﻿@font-face
{
	font-family: 'BMitraBold';
	src: url('/Content/Fonts/bmitrabd.eot');
	src: url('/Content/Fonts/bmitrabd.ttf') format('truetype'), url('/Content/Fonts/bmitrabd.eot') format('embedded-opentype'), url('/Content/Fonts/bmitrabd.woff') format('woff'); /*url('/Content/Fonts/bmitrabd.svg#BMitraBold') format('svg');*/
}

@font-face
{
	font-family: 'BMitra';
	src: url('/Content/Fonts/bmitra.eot');
	src: url('/Content/Fonts/bmitra.ttf') format('truetype'), url('/Content/Fonts/bmitra.eot') format('embedded-opentype'), url('/Content/Fonts/bmitra.woff') format('woff');
}

.clear-fix:after
{
	content: ".";
	clear: both;
	display: block;
	height: 0;
	width: 0;
	visibility: hidden;
}

body, html
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	min-height: 450px;
	min-width: 700px;
}

.content-wrapper
{
	width: 100%;
}

header
{
	font-family: "BMitraBold";
	height: 46px;
	vertical-align: middle;
	display: table;
	table-layout: fixed;
}

.header-section
{
	display: table-cell;
	vertical-align: middle !important;
	white-space: nowrap;
}

.header-section > div
{
	overflow: hidden;
	max-height: 46px;
}

#header-logo
{
	text-align: right;
	width: 170px;
}

#header-logo > div
{
	border-left: 1px solid;
}

.ltr-layout #header-logo > div
{
	border-left: 0;
	border-right: 1px solid;
}

#header-userinfo
{
	padding-left: 10px;
	text-align:left;
	width: 240px;
}

.ltr-layout #header-userinfo
{
	padding-left: 0;
	padding-right: 10px;
	text-align: right;
	width: 210px;
}

#header-userinfo #header-userinfo-inner
{
	vertical-align: middle;
	height: 100%;
	display: inline-table;
}

#header-userinfo #header-userinfo-inner > *
{
	display: table-cell;
	vertical-align: middle;
}

#header-userinfo #signout-link
{
	width: 28px;
}

#header-userinfo #signout-link img
{
	display: block;
}

#header-userinfo #user-title
{
	padding-left: 10px;
	max-width: 170px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	text-align: left;
}

.ltr-layout #header-userinfo #user-title
{
	padding-left: 0;
	padding-right: 10px;
	text-align: right;
}

#header-commands
{
	padding-right: 25px;
}

.ltr-layout #header-commands
{
	padding-right: 0;
	padding-left: 25px;
}

#logo-image
{
	display: block;
	height: 30px;
	margin: 0 10px 0 10px;
	outline: none;
}

.ltr-layout #logo-image
{
	background-position-x: left !important;
}

#logo-image[data-for=cardtable]
{
	background: url(/i18n/images/cardtable-logo.png) no-repeat right center;
}

#logo-image[data-for=draft]
{
	background: url(/i18n/images/draft-logo.png) no-repeat right center;
}

#logo-image[data-for=archive]
{
	background: url(/i18n/images/archive-logo.png) no-repeat right center;
}

#logo-image[data-for=history]
{
	background: url(/i18n/images/history-logo.png) no-repeat right center;
}

#logo-image[data-for=secretariat]
{
	background: url(/i18n/images/secretariat-logo.png) no-repeat right center;
}

#logo-image[data-for=email-letter]
{
	background: url(/i18n/images/email-letter-logo.png) no-repeat right center;
}

#main-content
{
	position: absolute;
	top: 46px;
	bottom: 0;
	right: 0;
	left: 0;
}

#workspaceNavigator
{
	white-space: nowrap;
	margin: 0;
	padding: 0;
	height: 100%;
	vertical-align: top;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

.ltr-layout #workspaceNavigator
{
	right: auto;
	left: 0;
}

#workspaceNavigatorWrapper
{
	width: 100%;
	height: 100%;
}

#bodyContainer
{
	overflow-x: auto;
	overflow-y: hidden; /* manage overflow elsewhere */
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 202px;
}

.ltr-layout #bodyContainer
{
	left: 202px;
	right: 0;
}


.ui-action-bar
{
	border: none;
	border: 0;
	margin: 0;
	padding: 0;
	height: 45px;
}

.ui-action-bar ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.ui-action-bar > ul
{
	height: 100%;
}

.ui-action-bar li ul li
{
	display: block !important;
}

.ui-action-bar > ul > li > ul
{
	position: absolute;
	z-index: 999999;
}

.ui-action-bar > ul > li:last-child > ul > li div
{
	display: none;
}

.ui-action-bar > ul > li
{
	height: 100%;
	display: inline-block;
	cursor: pointer;
	overflow: hidden;
}

.ui-action-bar li > label
{
	display: table;
	height: 100%;
	padding: 0 14px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.ui-action-bar li.dropdown-group-item > label
{
	padding: 0;
}

.ui-action-bar li.dropdown-group-item .display-name
{
	padding: 0 5px 0 14px;
}

.ui-action-bar li.dropdown-group-item .dropdown-button
{
	padding: 0 5px 0 3px;
}

.ui-action-bar li > label > span
{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.ui-action-bar li > label > span > img
{
	display: block;
	height: 26px;
	width: 26px;
}


.ui-action-bar ul ul ul
{
	left: 100%;
	top: 0;
}

.ui-action-bar #commands li ul
{
	border-top: none;
}

.ui-action-bar li ul
{
	border-width: 2px;
	display: none;
}

.ui-action-bar li > ul
{
	position: absolute;
}

.ui-action-bar li li
{
	display: block;
	float: none;
	padding: 0;
	position: relative;
	width: 180px;
}

.ui-action-bar li ul label
{
	padding: 0 7px;
	height: 30px;
}

.ui-action-bar li#more-commands ul label
{
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
}

.ltr-layout .ui-action-bar li#more-commands ul label
{
	text-align: left;
}

.ui-action-bar #creation-commands-dropdown .headbar-item-text
{
	width: 100%;
	text-align: right;
}

.ltr-layout .ui-action-bar #creation-commands-dropdown .headbar-item-text
{
	text-align: left;
}

#spanVerticalLine
{
	width: 1px;
	height: 20px;
	float: right;
	margin: 5px 0 5px 0;
}

#hide-services
{
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999998;
}

#services
{
	position: absolute;
	top: -520px;
	left: 0;
	right: 0;
	background-color: #000050;
	-moz-transition: top .5s ease;
	-o-transition: top .5s ease;
	-webkit-transition: top .5s ease;
	transition: top .5s ease;
	z-index: 999999;
	padding: 35px;
}

#services ul
{
	margin: 0;
	padding: 0;
}

#services ul li
{
	width: 120px;
	height: 120px;
	display: inline-block;
	color: #fff;
	background: #666;
	margin: 5px;
}

#services ul li a
{
	display: block;
	color: #fff;
	position: relative;
	background-image: url(../Images/logos.png);
	width: 120px;
	height: 120px;
	background-repeat: no-repeat;	
}

#services ul li a span
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	line-height: 110%;
}

.ltr-layout #services ul li a span
{
	right: 0;
	left: 10px;
	font-family: 'Segoe UI';
}

#header-expand-services
{
	width: 35px;
}

#expand-services
{
	background-image: url(../Images/publicButtons.png);
	background-position: -92px -33px;
	width: 11px;
	height: 9px;
	display: block;
	text-align: center;
	vertical-align: middle;
	margin: 0 10px;
}

#cardtable-link
{
	background: #094ab2;
	background-position: -121px -0px;
}

#eform-link
{
	background-color: #00879D;
	background-position: -121px -0px;
}

#draft-link
{
	background: #5133AB;
}

#archive-link
{
	background: #d24726;
	background-position: -242px -0px;
}

#secretariat-link
{
	background: #2d88ef;
	background-position: -700px -0px;
}

#calendar-link
{
	background-color: #6C0BCE;
	background-position: -363px -0px;
}

#history-link
{
	background-color: #B01E00;
	background-position: -484px -0px;
}

#pb-link
{
	background-color: #00A200;
	background-position: -605px -0px;
}

#people-link
{
	background-color: #D34826;
	background-position: -804px -0px;
}

#email-letter-link
{
	background-color: #067A7D;
	background-image: url(/Images/email-letter.png) !important;
	background-position: 50% 40%;
	background-size: 55px;
}

#user-select-button
{
	display:none;
	width: 0;
	height: 0;
}

#workSpaceOwnerList
{
	display: none;
	position: absolute;
	left: 39px;
	top: 51px;
	background-color: #fff;
	width: 300px;
	min-height: 45px;
	height: 337px;
	border: 2px solid black;
	text-align: right;
	z-index: 1;
}

#workSpaceOwnerList #WorkspaceOwner_objectPicker
{
	margin: 3px 3px;
	width: 292px;
	height: 37px;
}

#workSpaceOwnerList .link-back
{
	width: 300px;
}

#workSpaceOwnerList .link-back .title
{
	cursor: pointer;
	font-family: 'B Mitra';
	font-weight: bold;
	font-size: 11pt;
	padding: 9px 16px;
}

#workSpaceOwnerList .listWrapper
{
	display: block;
	width: 300px;
	height: 249px;
}

@media print
{
	header.content-wrapper,
	#workspaceNavigator,
	#services, #hide-services,
	.custom-selector-container
	{
		display: none !important;
	}

	#bodyContainer
	{
		right: 0 !important;
		overflow-y: visible;
		height: auto;
		position: relative !important;
	}

	body
	{
		position: relative;
		overflow-y: visible;
		height: auto;
	}

	#main-content
	{
		position: relative;
		overflow-y: visible;
		height: auto;
	}
}

#bodyContainer .letter_read{
	background-image: url('../Images/letter_read.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .externalCycleLetter_read{
	background-image: url('../Images/externalCycleLetter_read.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .externalCycleLetter_bccRead{
	background-image: url('../Images/externalCycleLetter_read.png');
	background-position: center center;
	background-size: auto;
}


#bodyContainer .letter_ccRead{
	background-image: url('../Images/letter_ccRead.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .externalCycleLetter_ccRead{
	background-image: url('../Images/externalCycleLetter_ccRead.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .letter_unread{
	background-image: url('../Images/letter_unread.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .externalCycleLetter_unread{
	background-image: url('../Images/externalCycleLetter_unread.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .externalEntityWithoutLetter{
	background-image: url('../Images/externalEntityWithoutLetter.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .externalEntityWithoutLetterFailed{
	background-image: url('../Images/externalEntityWithoutLetterFailed.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .externalCycleLetter_bccUnread{
	background-image: url('../Images/externalCycleLetter_unread.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .letter_ccUnread{
	background-image: url('../Images/letter_ccUnread.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .externalCycleLetter_ccUnread{
	background-image: url('../Images/externalCycleLetter_ccUnread.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .draftLetter_read{
	background-image: url('../Images/draftLetter_read.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .draftLetter_ccRead{
	background-image: url('../Images/draftLetter_ccRead.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .draftLetter_unread{
	background-image: url('../Images/draftLetter_unread.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .draftLetter_ccUnread{
	background-image: url('../Images/draftLetter_ccUnread.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .eform_read{
	background-image: url('../Images/eform_read.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .eform_ccRead{
	background-image: url('../Images/eform_ccRead.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .eform_unread{
	background-image: url('../Images/eform_unread.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .eform_ccUnread{
	background-image: url('../Images/eform_ccUnread.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .memorandum_read{
	background-image: url('../Images/memorandum_read.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .memorandum_ccRead{
	background-image: url('../Images/memorandum_ccRead.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .memorandum_unread{
	background-image: url('../Images/memorandum_unread.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .memorandum_ccUnread{
	background-image: url('../Images/memorandum_ccUnread.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .emailLetter_read{
	background-image: url('../Images/emailLetter_read.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .emailLetter_ccRead{
	background-image: url('../Images/emailLetter_ccRead.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .emailLetter_unread{
	background-image: url('../Images/emailLetter_unread.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .emailLetter_ccUnread{
	background-image: url('../Images/emailLetter_ccUnread.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .reportEntity_read{
	background-image: url('../Images/reportEntity_read.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .reportEntity_ccRead{
	background-image: url('../Images/reportEntity_ccRead.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .reportEntity_unread{
	background-image: url('../Images/reportEntity_unread.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .reportEntity_ccUnread{
	background-image: url('../Images/reportEntity_ccUnread.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .externalEntity_read
{
	background-image: url('../Images/externalEntity_read.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .externalEntity_ccRead
{
	background-image: url('../Images/externalEntity_ccRead.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .externalEntity_unread
{
	background-image: url('../Images/externalEntity_unread.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .externalEntity_ccUnread
{
	background-image: url('../Images/externalEntity_ccunRead.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .folder{
	background-image: url('../Images/folder.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .fax_withNoLetter{
	background-image: url('../Images/fax_withNoLetter.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .fax_withLetter{
	background-image: url('../Images/fax_withLetter.png');
	background-position: center center;
	background-size: auto;
}

#bodyContainer .fax_error{
	background-image: url('../Images/fax_error.png');
	background-position: center center;
	background-size: auto;
}

@media (max-width: 767px){
	#workspaceNavigator{
		display: none;
	}

	#bodyContainer{
		/*position:initial;*/
		right:0 !important;
	}

	body{
		min-width:initial;
	}

	.ui-jqgrid tr.jqgrow td{
		overflow:inherit !important;
	}

	#services{
		display:none;
	}

	#custom-action-container.itemlist-filter-panel{
		display:none;
	}

	#header-logo{
		width:140px;
	}

	#WIL-pager_left{
		display:none;
	}

	body header{
		background-color:#0072C6;
		border-bottom:solid 2px #D6D6DC;
		height:58px;
	}

	.show-in-mobile{
		display : block !important;
	}

	.hide-in-mobile{
		display : none !important;
	}

	#main-content{
		top:60px;
	}

	#logo-image[data-for=cardtable] {
		background: url(../../images/mobile/cardtable-logo.png) no-repeat right center;
	}

	#back-image
	{
		display: block;
		height: 30px;
		margin: 0 10px 0 10px;
		outline: none;	
		background: url(../../images/mobile/arrow-back.png) no-repeat right center;
	}

	.ltr-layout #back-image
	{
		background-position-x: left !important;
	}

	.content-wrapper #header-logo > div{
		border-left-color:initial;
	}

	.content-wrapper #header-logo > div{
		border-left:initial;
	}

	#header-expand-services{
		display:none;
	}

	#mobileSearch-link{
		background: url(../../images/mobile/header-search.png) no-repeat right center;
		display:inline-block;
		width:28px;
		height:28px;
		cursor:pointer;
	}

	#header-userinfo #signout-link{
		display:none;
	}

	#header-userinfo-inner #user-title{
		display:none;
	}

	#header-userinfo{
		width:40px;
	}

	#creation-commands-dropdown > *{
		display:none;
	}

	#commands .headbar-item-text{
		display:none;
	}

	#commands #more-commands .headbar-item-text{
		display:inherit;
	}

	.commandDiv.commandRefer {
		background-image: url(../../images/mobile/command-refer.png);
		background-position:center;
		background-repeat:no-repeat;
		background-size: 20px 20px;
	}

	.commandDiv.actionArchiveRename {
		background-image: url(../../images/mobile/command-archiveRename.png);
		background-position:center;
		background-repeat:no-repeat;
		background-size: 20px 20px;
		display:inline-block;
		/*width: 32px;*/
	}

	.commandDiv.actionOpenCategory {
		background-image: url(../../images/mobile/OpenCategory.png);
		background-position:center;
		background-repeat:no-repeat;
		background-size: 20px 15px;
		display:inline-block;
		/*width: 32px;*/
	}

	.commandDiv.openCategory {
		background-image: url(../../images/mobile/OpenCategory.png);
		background-position:center;
		background-repeat:no-repeat;
		background-size: 20px 15px;
		display:inline-block;
		/*width: 32px;*/
	}

	#header-commands .ui-action-bar, #header-commands .ui-state-focus, #header-commands .ui-action-bar a{
		background:#0072C6;
	}

	#header-commands .ui-action-bar{
		text-align:left;
	}

	#commands li:not(.enableOnMobileVersion):not(#more-commands):not(#inprogress-state) > *
	{
		display:none;
	}
	
	.ui-action-bar #more-commands > label > span{
		display:none;
		width:30px;
	}

	.commandDiv.commandRemoveFromWorkspace {
		background-image: url(../../images/mobile/command-removeFromWorkspace.png);
		background-position:center;
		background-repeat:no-repeat;
		background-size: 16px 20px;
	}

	.commandDiv.commandEntityArchive {
		background-image: url(../../images/mobile/command-archive.png);
		background-position:center;
		background-repeat:no-repeat;
		background-size: 20px 20px;
		width: 32px;
	}

	.commandDiv.commandWorkTransactionMoveToBeingProcessing {
		background-image: url(../../images/mobile/command-workTransactionMoveToBeingProcessing.png);
		background-position:center;
		background-repeat:no-repeat;
		background-size: 20px 20px;
		width: 32px;
	}

	.commandDiv.commandWorkTransactionCycle {
		background-image: url(../../images/mobile/command-workTransactionCycle.png);
		background-position:center;
		background-repeat:no-repeat;
		background-size: 20px 20px;
		width: 32px;
	}

	.commandDiv.commandWorkTransactionReturnBack {
		background-image: url(../../images/mobile/command-workTransactionReturnBack.png);
		background-position:center;
		background-repeat:no-repeat;
		background-size: 20px 20px;
		width: 32px;
	}

	.commandDiv.commandLetterConfirm {
		background-image: url(../../images/mobile/command-letterConfirm.png);
		background-position:center;
		background-repeat:no-repeat;
		background-size: 20px 20px;
		width: 32px;
	}

	.commandDiv.commandMemorandumReply {
		background-image: url(../../images/mobile/command-memorandumReply.png);
		background-position:center;
		background-repeat:no-repeat;
		background-size: 20px 20px;
		width: 32px;
	}

	.commandDiv.actionCancel {
		background-image: url(../../images/mobile/action-cancel.png);
		background-position:center;
		background-repeat:no-repeat;
		background-size: 20px 20px;
		width: 32px;
	}

	.ui-action-bar #more-commands > label{
		background-image: url(../../images/mobile/commands-more.png);
		background-position:center;
		background-repeat:no-repeat;
		background-size: 4px 16px;
	}

	.ui-action-bar li > label{
		padding-left: 8px;
		padding-right: 8px;
	}

	.ui-action-bar #more-commands > label{
		padding-left: 32px;
		padding-right: 12px;
	}

	#header-commands{
		padding-left:6px;
	}

	header:not(.noCommandAvailable) #header-userinfo{
		display:none;
	}

	.confirming .ui-widget-overlay{
		background:initial;
	}

	.confirming .ui-widget-content{
		border:initial;
	}

	.confirming .ui-dialog-titlebar{
		display:none;
	}
	
	.confirming .ui-dialog .ui-dialog-content{
		min-width: 86%;
		background: rgba(85, 85, 85, 0.9);
		position: fixed;
		bottom: .4in;
		margin: 0 0 0 -43%;
		left: 50%;
		padding: 0 0 .5in 0 !important;
		border-radius: 0.25in;
		color:white;
		overflow:hidden;
	}

	.confirming .ui-dialog .ui-dialog-buttonpane{
		width: 86%;
		height: .5in;
		background: rgba(85, 85, 85, 1.0);
		position: fixed;
		bottom: .4in;
		background-size: .65in .65in;
	    margin: 0 0 0 -43%;
	    left:50%;
		padding:0 !important;
		border-radius: 0.25in;
	}
	
	.confirming .ui-button .ui-button-text{
		font-size:10pt;
		outline:0;
	}

	.confirming .ui-dialog .ui-state-default#button1{
		color:white;
		font-size:10pt;
		position: absolute;
		right:0;
		text-align:right;
		margin-right:.1in;
	}

	.confirming .ui-dialog .ui-state-default#button2{
		color:#AAAAAA;
		font-size:10pt;
		text-align:left;
		margin-left:.1in;
	}

	.confirming .ui-dialog .ui-dialog-buttonpane button{
		margin:.6em .4em .6em 0;
	}

	.confirming .ui-dialog .ui-dialog-content > *{
		margin: .5em 1em;
	}

	.ui-dialog .ui-dialog-content > :last-child{
		padding-bottom: 1in;
	}

	.confirming .ui-dialog .ui-state-focus, .confirming .ui-dialog .ui-state-default{
		background:inherit;
	}

	.startConfirming .ui-dialog .ui-dialog-content{
		height:0 !important;
		transition: height .3s;
	}

	.confirming .ui-dialog .ui-dialog-content{
		transition: height .3s;
	}

	#more-commands ul.ui-widget.ui-widget-content{
		left:0;
		border:2px solid #0072C6;
		margin-top: 5px
	}

	#more-commands ul.ui-widget.ui-widget-content li{
		line-height:30pt;
	}

	#header-commands .search-Mobile{
		background-color: transparent;
		border-top: none;
		border-right: none;
		border-bottom: 1px solid #83D0FE;
		border-left: none;
		box-shadow: none;
		outline: none;
		color: white;
		width:100%;
	}	

	.holder-header-search-mobile{
		margin-right: -25px !important;
		vertical-align: sub !important;
		height: inherit !important;
		width:100%;
	}
}

@media (min-width: 768px){
	.commandDiv.commandEntityArchive,
	.commandDiv.commandWorkTransactionMoveToBeingProcessing,
	.commandDiv.commandWorkTransactionCycle,
	.commandDiv.commandWorkTransactionReturnBack,
	.commandDiv.commandLetterConfirm,
	.commandDiv.commandMemorandumReply,
	.commandDiv.actionCancel,
	.commandDiv.actionArchiveRename,
	.commandDiv.openCategory
	{
		display:none;
	}

	.search-Mobile
	{
		display:none !important;
	}
}
