/*!
 * Copyright&#169; Multi-Support R&D A/S
 */
/* ExtJs style overrides */
.x-panel-inline-icon {
	/* margin and alignment fixes to better position panel header icons in
	   MultiArchive. */
	margin-top: 0px;
	margin-bottom: 1px;
	vertical-align: top;
}

.x-grid3-row td, .x-grid3-summary-row td {
    /*
      Alignment fix - text is default aligned 'top' in ExtJS grids.
      Because we insert 16x16 pixel icons, we need to change the
      alignment of text to make it appear at the center of a row.
    */
	vertical-align: inherit;
}

/*.ext-strict .ext-webkit .x-small-editor .x-form-text {
    height: 16px !important;
}
.ext-strict .ext-ie8 .x-small-editor .x-form-text {
    height: 17px !important;
}*/

/* Common MultiArchive style properties */


/* (ms-htmlupload) FireFox/Gecko overrides */
@-moz-document url-prefix() {
	.x-form-file {
	   height: 24px !important;
	}
    .x-form-file-wrap {
	   height: 26px;
    }
}

/* MS.plugin.ContextMenu */
.dialog-body {
	background-image: url('/js/ext/resources/images/default/window/top-bottom.png');
	background-repeat: repeat-x;
	background-position: 0px -5px;
	padding: 10px 20px;
}

/* MS.LoadSpinner */
.ms-mask-loading,
.ms-mask-loading div {
	background-color: transparent !important;
	border: none !important;
}
.ms-mask-loading {
    background: no-repeat 6px 6px;
    background-image: url('/resources/images/spinner_32.gif') !important;
    padding: 18px;
}

/* Archive Selector */
.ms-archive-menu.recent-header,
.ms-archvie-menu.all-header {
	filter: alpha(opacity=100) !important;
	opacity: 1.0 !important;
	background: #efefef;
	-moz-opacity: 1.0 !important;
}
.ms-archive-menu.recent-header span.x-menu-item-text,
.ms-archive-menu.all-header span.x-menu-item-text {
	color: #333 !important;
	font-weight: bold;
}
.ms-archive-menu a.x-menu-item {
	padding: 3px 5px;
}
.ms-archive-text,
.ms-archive-text * {
	cursor: default !important;
}
.ms-archive-text {
	padding-top: 0px !important;
}

/* MS.AboutBox */
.ms-about-logo-panel {
	background-repeat: no-repeat !important;
	width: 70px;
	height: 30px;
}

.ms-topbanner-preview {
    /*margin: auto;*/
    background-repeat : repeat-x;
    background-position: left top;
    height: 40px;
}

.ms-image-preview-container {
	
}

.ms-image-preview {
    background-color: #012D41;
    max-width: 195px;
    max-height: 260px;
}

.ms-powered-by-image-preview {
	max-height: 14px;
	max-width: 300px;
}

.ms-about-logo-text {
	color: #2C5366;
	font: 600 11px "Segoe UI", arial, helvetica, sans-serif !important;
	padding-left: 8px;
	padding-top: 7px;
}

.ms-about-version {
	margin-left: 10px; 
}

.x-selectable {
	cursor: pointer;
}

/* MS.TitleBar */
.title-desc {
	color: #ffffff !important;
	padding: 0px 200px;
	margin-right: 7px;
	overflow: hidden;
	line-height: 30px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* MS.Header */
#ms-headerborder,
#ms-headerborder.collapsed {
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	height: 5px;
}
#ms-headerborder {
	background-image: url('/js/ext/resources/images/default/layout/mini-top.gif');
}
#ms-headerborder.collapsed {
	background-image: url('/js/ext/resources/images/default/layout/mini-bottom.gif');
}

/* MS.ChangePasswordWin	dow */
.password-instruction {
	color: #15428b !important;
}

/* MS.upload.FileList */
.ms-progress-loop.x-progress-text {
	font-weight: lighter !important;
}

/* MS.filing.FieldBuilder */
.ms-archive-label {
	padding-top: 3px !important;
}

/* MS.media.TabPanel */
table.media-error {
	width: 100%;
	padding: 0px 10px;
	font-weight: bold;
}
.media-error-icon {
	background-image: url('../images/sinfo_32.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding: 16px 0px;
	width: 42px;
}

.dragdrop-mask, .dragdrop-fullscreen-mask, .dragdrop-single-mask, .dragdrop-multi-mask {
	z-index: 30000;
	position: absolute;
	-moz-opacity: 0.7;
	opacity: .70;
	filter: alpha(opacity=70);
	zoom: 1;
	background-color: #fff;
}

.dragdrop-fullscreen-mask {
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	height: 100%;
}

.dragdrop-single-mask {
	top: 10%;
	left: 5%;
	width: 42%;
	height: 80%;
}

.dragdrop-multi-mask {
	top: 10%;
	right: 5%;
	width: 42%;
	height: 80%;
}

.dragdrop-mask-text {
	width: 180px;
	height: 30px;
	position: absolute;
	top:140px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: .70;
	text-align: center;
	font-family: "Segoe UI",arial,helvetica,sans-serif !important;
	font-size: 18px;
	font-weight: bold;
}

.dragdrop-border {
	bottom: 12px;
	left: 12px;
	top: 12px;
	right: 12px;
	margin: auto;
	border: 4px dashed #999999;
	position: absolute;
}

.dragdrop-icon, .dragdrop-multiple-icon {
	background-size: 96px 96px;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	opacity: .70;
	right: 0;
	margin: auto;
}

.dragdrop-icon {
	background-image: url('../images/dragdrop/file-upload-outline.svg');
	width: 100px;
	height: 100px;
}

.dragdrop-multiple-icon {
	background-image: url('../images/dragdrop/file-upload-multiple-outline.svg');
	width: 100px;
	height: 110px;
}

.media-error-header {
	padding-top: 14px;
	padding-bottom: 14px;
}
.media-error-ruler {
	margin: 2px 10px;
	border-bottom-color: #99bbe8 !important;
	border-top-color: transparent;
}
.media-error-body {
	padding: 10px;
}

.error-flow-wrapper {
	padding		: 10px;
}
.error-section {
	margin-bottom	: 30px;
}
.error-entry-wrapper {
	find-size		: 10px;
}
.error-heading {
	font-weight    : bold;
	text-decoration: underline;
}
.error-entry-title {
	font-weight	: bold;
}

/* MS.content.DocumentComponent */
.ms-media-empty {
	display: none;
}

/* MS.content.ImageComponent */
.ms-media-img {
    zoom: 1;
}

.ms-media-doc {
	background-color: #ffffff !important;
	border: 0 none;
}
.media-text {
	border: 0 none;
	background: #ffffff repeat !important;
	width: inherit !important;
	height: inherit !important;
}

.ms-media-img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	-ms-interpolation-mode: bicubic; /* Should provide better IE image sampling */
}

.ms-media-doc {
	height: 100%;
	width: 100%;
}

/*
.ms-media-container {
	height: inherit;
	width: inherit;
}
*/

/* MS.FilterPanel */
.ms-filter-toolbar {
	padding: 0px 2px 1px 2px !important;
	border-width: 0px !important;
	border-bottom-width: 1px !important;
	border-color: #99bbe8;
}
.ms-filter-form {
	border-top: 0px none !important;
}

/* MS.common.MessagePanel */
.msg-inactive {
	border-color: #dfe8f7;
	background-color: #dfe8f7;
}

/* MS.common.ListForm */
.ms-listform-buttons {
	padding: 0px !important;
}

/* MS.TemplatePanel */
.ms-template-body {
	overflow: hidden !important;
}
.clickable,
.clickable.x-unselectable {
	cursor: pointer !important;
}

/* MS.Toolbar */
.ms-toolbar .x-btn button {
	width: 100%;
}
.ms-button button {
	white-space: pre-wrap;
}

/* MS.properties.flow.Header */
td.ms-flow-icon {
	width: 40px;
	padding: 16px 0px;
}
div.task-link-wrap {
	text-align: left;
}
td.ms-goto-task {
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
}
p.open-task {
	cursor: pointer;
	color: #15428b;
	margin: 0px;
}

/* MS.grid.OverflowTip */
.ms-tip-icon {
	background-repeat: no-repeat;
	height: 16px;
}
.ms-tip-nowrap {
	white-space: nowrap;
}

/* MS.properties.general.link.Header */
td.ms-filing-icon {
	width: 40px;
	padding: 16px 0px;
}
div.document-link-wrap {
	text-align: left;
}
td.ms-goto-document {
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
}
p.open-document {
	cursor: pointer;
	color: #15428b;
	margin: 0px;
}

/* MS.properties.flow.AnnotationView */
.ms-cmt-header p {
	margin-bottom: 2px;
	margin-top: 10px;
}

/* MS.form.ToggleField */
.ms-togglefield > .x-form-invalid {
	background-color: transparent !important;
}

/* MS.form.DateRangeField */
/* MS.form.NumberRangeField */
.ms-daterange-label,
.ms-numberrange-label {
	padding-top: 2px;
	padding-bottom: 4px;
}

 /* MS.form.MultipleValuesField */
 .ms-add-value {
    height: 15px;
 }
 .ms-add-value button {
    width: 16px;
 }
 .ms-value-wrap {
    float: left;
    margin-right: 3px;
 }
 .ms-value-view {
    float: left;
    padding: 1px 2px 2px 4px;
    border: 1px solid;
    border-color: #c9d1de;
    background-color: #ecf1fa;
    border-radius: 5px;
 }
 .ms-remove-value {
    margin: 0px 2px 0px 5px;
    float: right;
    cursor: pointer;
    display: block;
 }
 
/* (Admin) Remote warning */

.remote-warning-wrap {
    border: 1px solid #e6c657;
    background: #ffeeae;
    font-size: .9em !important;
    font-size: .9em !important;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 8px;
}

.remote-warning {
    background-repeat: no-repeat;
    background-position: left center;        
    font-size: .8em !important;
    padding: 6px 8px 6px 20px;
}

/* (Admin) Icon selector */

div.eyecon-list {
	height: 26px;
	padding-top: 6px;
	padding-bottom: 0;
}

label.color-preview div {
	height: 100%;
	border: 1px solid #6f7377;
}

.eyecon-preview {
	padding: 2px;
}

.eyecon-preview img {
	height: 18px;
}

.eyecon-name {
	vertical-align: top;
	padding-left: 2px;
}

/* Comments view */

.ms-comment {
	border: 0px none;
	width: 100%;
	table-layout: fixed;
}
.ms-comment-author {
	text-align: left;
}
.ms-comment-body {
	white-space: pre-wrap;
	word-wrap: break-word;
}
.ms-comment-date {
	text-align: right;
}
.ms-comment-wrap {
	margin-left: 10px;
	margin-right: 10px;
}
tr.ms-comment-header > td {
	padding-bottom: 5px;
	padding-top: 5px;
}

/* End comments view */

.ms-link {
	cursor: pointer;
	color: #15428b;
}
a.ms-link {
	text-decoration: none !important;
}

.ms-process-info-loading {
	background-position: left center;
	background-repeat: no-repeat;
}

.ms-process-info {
	width: 100%;
}
.ms-process-info svg:first-child{
	padding: 10px 0px 0px 0px;
}
.ms-process-info text {
	cursor: default;
}

.ms-archive-label {
	padding-top: 3px !important;
}

.ms-grid-column-icon {
    background-repeat: no-repeat;
    height: 16px;
}
.ms-grid-header-icon {
	background-repeat: no-repeat;
	height: 14px;
}

.ms-icon {
	background-repeat: no-repeat;
	background-position: 0px 15px;
}

.ms-panel-transparent-background {
	border : none;
	background-color: transparent;
}

.ms-window-padding {
	padding : 10px 10px 2px 10px;
}

.ms-error-dlg-details {
	background: none repeat scroll 0 0 transparent !important;
}
.ms-error-toolbar {
	margin-right: -5px;
}
.ms-error-dlg-details {
	padding: 0px;
	border: 0px !important;
}
.ms-error-dlg-details-txt{
	padding: 20px !important;
}
.ms-error-dlg-details-collapsed {
	background-image: url(../images/arrowCollapsed.png) !important;
}
.ms-error-dlg-details-expanded {
	background-image: url(../images/arrowExpanded.png) !important;
}

.ms-error-dlg-header {
	color: #6f7377 !important;
	font-size: 18px !important;
}

.ms-error-dlg-container {
	background-color: #dfe8f7 !important;
}
.ms-error-dlg-header {
	margin-top: 10px;
}
.ms-error-dlg-body {
	margin: 10px 0px;
}
.ms-error-dlg-msg-wrap {
	vertical-align: top;
	padding-bottom: 15px;
	padding-top: 20px;
}
.ms-error-dlg-msg-wrap p {
	margin-left: 42px;
	margin-top: -10px;
	line-height: 100%;
	text-align: top;
}
.ms-error-dlg-ruler {
	color: #15428b !important;
}


.ms-transparent {
	background: none repeat scroll 0 0 transparent !important;
}

.ms-btn-padding {
	padding: 2px 5px;
}

.ms-error-msg {
	margin-left: 45px;
	min-height: 32px;
}

.ms-error-msg-wrap {
	padding-bottom: 5px;
}

.ms-panel-inline-icon {
	width: 0px !important;
	margin-right: 0px !important;
}

.ms-filter-empty {
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

.ms-filter-normal {
    border-width: 1px !important;
}

.ms-no-bg {
	background : none repeat scroll 0 0 transparent;
}

.ms-window-bg { background: #CCD9E8 repeat scroll 0 0; }

#ms-workspace-header #ms-header-border {
    background: url("../../js/ext/resources/images/default/layout/mini-top.gif") no-repeat scroll center center transparent;
    cursor: pointer;
    height: 5px;
    width: 100%;
}

#ms-workspace-header #ms-header-border.collapsed {
    background: url("../../js/ext/resources/images/default/layout/mini-bottom.gif") no-repeat scroll center center transparent;
}

.ms-userdefined-button {
	height: 100%;
}

.ms-message-panel {
    background: #ffeeae;
    border: 1px solid #e6c657;
}

.ms-warning-panel .ms-message-panel {
    background-color: #fcc;
    border-color: #d88;
    padding: 2px 0 2px 0;
    margin-bottom: 3px;
}

.ms-message-panel-text {
	text-indent: 30px;
}

.ms-message-panel-container {
	margin: 1px 5px !important;
}

.ms-message-panel-icon {
	background-position: left center;
	background-repeat: no-repeat !important;
	margin-left: 5px;
}

.ms-warning-panel .ms-message-panel-icon {
	padding: 2px 0 2px 0;
	margin-left: 1px;
}

.ms-header-image {
	background-repeat  : repeat-x;	
	background-position: left top;
	/* See comment on MLT-290 
	background-size    : 100% 100%; 	//CSS level 3 - this should only affect WebKit browsers for now.  
	*/ 
}

.ms-properties-panel-top-body {
	background: none repeat scroll 0 0 transparent !important;
}

.ms-general-container {
	background-color: #DFE8F7;
	padding         : 10px;    /* 10 pixels top, left, bottom, right */
}

.ms-properties-container {
	background: #DFE8F7;
}

.ms-general-panel {
	background-color : #FFFFFF;
	padding: 5px 10px;
}

.ms-info-general-creator {
	line-height: 100% !important;
}

.ms-basket-icon {
	background-image: url('../images/basket_16_16.png') !important;
}

.ms-tool-window-body-text {
	margin-left: 50px;
}

.ms-checkin-window-form {
	margin-left: 50px !important;
	margin-top : 20px !important;
}

.ms-tool-window-text-container {
	background-position: top left;
	background-repeat  : no-repeat;
}

.ms-wait-dialog-body {
	padding   : 10px !important;
    background: url('../images/spinner.gif') no-repeat !important;
}

.ms-wait-dialog-message {
	margin-left: 40px !important;
}

.ms-property-panel-over {
	font-weight: bold !important;
}

.ms-version-headnote {
	width         : 100%;
	padding-bottom: 5px;
}

.ms-revision-entry .ms-version-headnote .ms-version-revnumber {
	text-align    : left;
	vertical-align: baseline;
	font-weight: normal!important
}

.ms-version-modifiedby {
	color         : #777 !important;
	text-align    : right;
	vertical-align: baseline;
}

.ms-version-filename {
    color      : #15428B !important;
	margin-left: 25px;
	line-height: 20px;
}

.ms-search-navigator {
	padding: 5px 8px !important;
}

.ms-search-view-tabstrip {
	white-space: nowrap !important;
}

.ms-search-view-tabstrip-text {
    color: #15428B !important;
}

.ms-status-icon,
.ms-status-header-icon {
    background-repeat: no-repeat !important;
}

.ms-status-header-icon {
	width: 16px;
	height: 16px;
	margin: 0px !important;
	padding: 0px !important;
}

.ms-status-icon-padding {
    width         : 18px;
    height        : 12px;
}

.ms-module-header-text {
	cursor: inherit !important;
}

.ms-no-border {
	border : 0 !important;
}

.ms-fieldset {
	padding: 0px !important;
	margin : 0px !important;
}

.ms-warning-field {
	background: lightyellow !important;
}

.spinner-mask-loading {
	vertical-align: middle;
	height: 100%;
}
.spinner-mask-loading div {
    background: no-repeat center center;
    height: 32px;
    width: 32px;
    background-image: url(../images/spinner_32.gif);
}

.ms-menu-minimal {
	padding-left:3px !important;
	padding-right:3px !important;
}
.x-menu-no-icon {background-image: none;} 
.x-menu-no-icon a.x-menu-item-link {padding-left: 3px;} 
.x-menu-no-icon .x-menu-item-icon {display: none;} 
.ms-userdefined-button {
	background-image: url("../../js/ext/resources/images/default/s.gif")
}
.ms-emptybox-text {
	width: 100%;
	height: 100%;
	text-align: center;
}
.ms-emptybox-text p {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}
.ms-policy-list {
	margin: 10px;
}
.ms-policy-header {
    margin-top: 5px;
    margin-bottom: 10px;
}
.ms-policy-entry {
	margin-left: 10px;
	margin-bottom: 5px;
}
.ms-generic-ruler {
	height: 1px;
	color: #b5b8c8;
    background-color: #b5b8c8;
    border: none;
}
.ms-permission-description {
	padding-bottom: 10px;
	font-size: 12px !important;
}
.ms-monospace-textarea {
	font-family: monospace, serif, sans-serif, fantasy;
	font-size: 1.2em;
}

/* ModuleGrid (module-grid.js) */
.ms-header-text {
	padding-top:2px;
	padding-bottom:3px;
	float:left;
}
.ms-module-grid .x-grid3-hd-inner {
	line-height:22px;
	vertical-align:middle;
}
.ms-module-grid td.sort-desc,
.ms-module-grid td.sort-asc {
	margin:0px !important;
	padding:0px !important;
}
/* This does not seem to be in use
.ms-template-column {
	text-overflow:hidden !important;
}
*/

/* General override of all p elements - do we really need/want this?
p {
	margin:0 0 1em;
}
*/

.ms-ldap-operation-help {
	margin: 0px 10px 10px 3px;
	line-height: 1.5;
}

/*
 * A D M I N I S T R A T I O N
 */
.warning-container {
	padding: 1px 0px;
	margin-left: 5px;
	margin-right: 4px;
}

.confirm-remove-permission {
	padding-left: 40px;
	background-repeat: no-repeat;
	font-size: 12px;
	background-image: url('/js/ext/resources/images/default/window/icon-question.gif');
}
.confirm-remove-permission > p {
	margin-top: 10px;
}
.section-title {
	text-indent: 10px;
	padding-top: 8px;
	line-height: 100%;
}
.section-description {
	font-size: 12px;
	margin-top: -5px !important;
	margin-left: 23px !important;
}
.admin-partlist.x-panel-footer {
	padding: 5px 0px !important;
}

.admin-status-icon-wrap {
	padding: 4px 8px;
	background-position: left center;
	background-repeat: no-repeat;
}

.ms-servernode-status-red
{
	background: rgb(245, 80, 105);
}

.ms-servernode-status-yellow
{
	background: rgb(255, 195, 50);
}

.ms-servernode-status-green
{
	background: rgb(130, 180, 85);
}

.ms-admin-filter-form {
	height: 21px !important;
	padding: 3px 0px 0px 0px !important;
	border-top: 0px none !important;
}
.ms-label {
	padding-top: 3px;
	margin-left: 4px;
}
.ms-wrap-label {
	white-space: normal !important;
}
.ms-condition-label {
	padding-top: 3px;
	height: auto !important;
}
.ms-preview-button {
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
}
.ms-definitionview {
	background-color: transparent;
}
.ms-termform {
	background-color: transparent;
}
.ms-head {
	margin-left: 10px;
	margin-top: 10px;
}
.ms-disabled.x-form-item-label,
.ms-disabled.x-form-element.ms-label {
	color: #666 !important;
}
.x-form-item-label {
	text-overflow: ellipsis;
    overflow: hidden;
}
.ms-ico-value {
	margin-top: 4px;
	padding-left: 4px;
	padding-right: 10px;
}
.ms-ico-field {
	margin-top: 4px;
	margin-left: 4px;
	background-repeat: no-repeat;
}
.icon-ct {
	float: left;
	margin: 2px;
	padding: 2px;
	border: 1px solid transparent;
}
.icon-over {
	border-color: #99bbe8;
	background-color: #99bbe8;
}
.icon-img {
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center center;
}
.ms-rowicon {
	background-repeat: no-repeat;
	background-position: left 2px;
	height: 18px;
}
.ms-menu-border {
	border-radius: .4em !important;
}
.icon-wrap {
	float: left;
	width: 100px;
	height: 60px;
	margin-top: 4px;
	margin-left: 4px;
	padding: 10px;
	border: 1px dashed #ccc;
	border-radius: .4em;
	line-height: 50%;
}

.thumb {
	text-align: center;
}
.thumb img {
	height: 32px;
	width: 100%;
	margin-top: 4px;
	margin-bottom: 4px;
	background-repeat: no-repeat;
	background-position: center center;
}
.thumb em {
	line-height: 50%;
}

/* MS.ContentInfo */
.ms-fileinfo-grid div.x-grid3-header {
	color: #888 !important;
	background: transparent !important;
}
ms-fileinfo-grid-container {
	height: 100%;
}
.ms-fileinfo-grid div.x-grid3-scroller {
	color: #333;
	height: 100%;
}

.ms-fileinfo-grid tr.x-grid3-hd-row td {
	border: 1px solid transparent !important;
}
.ms-fileinfo-msg p {
	margin: 0px 0px 1em 0px;
}

.ms-icon-grid-action,
.ms-icon-grid-action div.x-unselectable, .ms-icon-bar {
	cursor: pointer;
}

.detail-entry {
	overflow: hidden;
	zoom: 1;
}
.detail-entry p {
	margin-bottom: 2px !important;
}
.detail-name {
	float: left;
}
.detail-value {
	float: right;
}
.ms-icon-action-button, .ms-icon-bar {
	width : 20px;
	height : 17px;
	margin : 6px 0px 0px 10px !important;
	float : right;
}
.ms-icon-action-top-bar {
	border-top : 1px solid;
	overflow: hidden;
	margin : 3px 0px 0px 0px;
	border-color : #ccc;
}
.ms-attachment-header-table {
	width: 100%; background-color: #dfe8f6
}

/* MS.workspace.BaseToolbar */
.ms-workspacetoolbar .x-btn-text {
	color    : #ffffff !important;
	font-size: 13px;
}
.ms-workspacetoolbar .x-toolbar-right {
	vertical-align: top;
	padding-top   : 2px;
}

/* MS.FormWidget */
.ms-action-instruction-break {
	margin-left  : 10px;
	margin-right : 10px;
	margin-top   : 10px;
	height       : 1px;
	border-bottom: 1px solid #b5b8c8
}
.ms-textarea-container {
	margin-top   : 5px;
}

/* MS.Widget */
.ms-action-instruction p {
	margin-top: 10px; !important
}
.ms-action-instruction-wrap {
	background-repeat  : no-repeat;
	background-position: top left;
	margin-left   : 10px;
	padding-left  : 42px;
	margin-top    : 10px;
	padding-bottom: 18px;
	padding-right : 10px;
}

.x-window-footer .x-panel-btns {
	padding: 0px;
}
.ms-label {
	padding-top: 3px;
	margin-left: 4px;
}

/* MS.ActivityGrid */
.activity-event-user p {
	margin-bottom:6px;
	white-space:nowrap;
	width:120px !important;
	background-repeat:no-repeat;
	overflow:hidden;
	padding-top:40px;
	text-overflow:ellipsis;
}
.activity-event-user {
	background-repeat:no-repeat;
	background-position:center 2px;
	vertical-align:top !important;
	text-align:center
}
.activity-event {
	margin-left: 126px
}
.activity-event-firstrow {
	height: 20px;
	padding-top: 2px
}
.activity-event-row {
	height: 18px
}

/* MS.DynamicModuleGrid */
.ms-eventlist-column {
   line-height: 16px !important;
}
.ms-grid-preview b {
   color: #333;
   font-weight: bold;
}
.ms-grid-preview-highlight {
   color: #333;
   font-weight: bold;
}

/* MS.favorites.Filter */
.ms-filter-label {
	padding: 3px;
}

/* MS.workspace.ToolbarMenu */
.info-popup li {
	margin-left: 20px;
	margin-top : 5px;
}
.info-popup p {
	margin-top: 10px;
}
.restart-spin {
	background-color   : transparent !important;
	background-position: left center;
	background-repeat  : no-repeat;
	border-width       : 0px !important;
	height             : 32px !important;
	width              : 32px !important;
}
.restart-spin div {
	background-color   : transparent !important;
	border-width       : 0px !important;
}

/* MS.util.Message */
.ms-msg-body {
	border-bottom : 1px solid;
	padding-left  : 30px;
	padding-top   : 4px;
	padding-bottom: 4px;
	background-position: 10px 4px;
	background-repeat  : no-repeat;
}
.ms-box-msg-body {
	min-width: 200px;
	padding-left  : 40px;
	padding-right : 18px;
	padding-top   : 14px;
	padding-bottom: 14px;
	background-position: 18px 12px;
	background-repeat  : no-repeat;
}
.ms-box-msg-body a {
	text-decoration: none;
}

/* MS.util.ErrorBox */
.ms-error-msg-wrap {
	margin-left : 10px;
	margin-top  : 10px;
	margin-right: 10px;
}
.ms-textarea-wrap {
	background-color: transparent;
}

/* MS.application.Panel */
.ms-app-panel {
	background-image   : url("../images/title-bar-bg.png");
}
.ms-app-panel-header {
	background-image   : url("../images/logo-titlebar.png");
	background-position: 5px;
	background-repeat  : no-repeat;
	text-align         : center;
	color              : #fff;
}
.ms-app-panel-body {
	background-color: #dfe8f7;
}

/* ms-list.css */
.list-entry-wrap {
	margin: 2px 1px;
}

.entry-wrap span {
	margin-left: 5px;
	cursor: inherit;
	white-space: nowrap;
}

.list-entry-wrap span {
	margin: 0px;
	cursor: inherit;
	white-space: nowrap;
}

.list-entry-wrap div.entry {
	margin: 0px;
	padding: 1px;
}

.x-view-selected div.entry {
	background: transparent;
}

.entry-wrap div.entry div.icon {
	background-repeat: no-repeat !important;
	background-position: left center !important;
}

span.icon {
	margin-top: 2px;
	padding: 4px 8px;
    background-position: left bottom;
    background-repeat: no-repeat;
}


/* From init-util */

/* Custom CSS property to render visual indicator of button focus for WebKit browsers. */
.x-panel-inline-icon {
	margin-bottom: 0px;
}
.x-panel-header {
    line-height: 16px;
}

table.x-btn {
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
}

.ms-wrkspc-btn.x-btn-focus {
	border-color: #eee;
}
.ms-wrkspc-btn.ie8-btn BUTTON {
	padding-top: 0px !important;
}

.x-form-check-wrap {
	padding-bottom: 2px;
	line-height   : 16px;
}
.x-form-cb-label-wrap {
}
.x-form-checkbox-invalid {
	padding            : 2px 20px 2px 0px;
	background-position: 0px 2px;
	background-image   : url("/js/ext/resources/images/default/form/exclamation.gif");
	background-repeat  : no-repeat;
	background-position: right;
}

.ms-window-icon {
	background-repeat  : no-repeat;
}

.ms-draggable-row,
.ms-draggable-row div.x-unselectable,
.ms-draggable-row div.x-unselectable em {
	cursor: grab;
}
.notification-badge {
	position: relative;
	top: 1px;
	left: -1px;
	font-size: .05em;
	padding: 2px 4px;
	background-repeat: no-repeat;
	background-size: contain;
	visibility: hidden;
}
.notification-badge-active {
	visibility: visible !important;
}
.notification-entry {
	padding: 5px 10px;
	margin: 5px 20px 0px 5px;
	border-width: 1px;
	border-style: solid;
}
.notification-entry-link-wrap {
	padding-right: 18px;
	background-repeat: no-repeat;
	background-position: right;
}
.notification-entry-link {
	cursor: pointer;
	color: #15428b;
	text-decoration: none;
}
.notification-when {
	white-space: nowrap;
	padding-left: 10px;
	text-align: right;
	vertical-align: top;
}

.notification-info-section {
	padding: 0 0 0 24px;
	background-repeat: no-repeat;
	background-position: 0 4px;
}

.notification-info-section table {
	width: 100%;
}

.ms-radio-checked {
	font-weight: bold;
	display: inline-block;
	opacity: 1;
	padding: 1px 4px 1px 4px !important;
}

.ms-radio-unchecked {
    font-weight: normal;
    display: inline-block;
    opacity: 0.7;
    padding: 1px 4px 1px 4px !important;
	white-space: nowrap;
}

.ms-radio-no-button {
	display: none;
}

.ms-show-overflow {
	overflow : auto;
}

.ms-share-file-list-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position-y: 2px;
}

.ms-share-file-list-item {
    height: 20px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.ms-share-file-list-size {
	vertical-align: super;
	color: grey;
}

.ms-share-file-list-text {
	vertical-align: super;
}

.x-panel-noborder .x-panel-body-noborder {
	/* Use -moz-box-sizing to only affect Red panda */
    -moz-box-sizing: content-box;
}

.next-video {
	height: inherit;
    width: inherit;
    background-color: black;
}

.next-audio {
	height: inherit;
    width: inherit;
    background-color: black;
}

.next-instruction-text {
	padding-bottom: 10px;
	font-size: 12px;
}
/*
 * Sets the container background for pop-up messages to
 * transparent.
 */
.ms-popmessage-container {
	background: transparent;
}

/*
 * Common style properties for the pop-up message body.
 */
.ms-popmessage-body-init,
.ms-popmessage-body-info,
.ms-popmessage-body-success {
	background: #ffeeae;
	border-bottom: 1px solid;
	padding: 2px 0px;
}

/*
 * Special properties for the initialization phase.
 */
.ms-popmessage-body-init {
	background: transparent;
	border: 0;
}

/*
 * Sets the border color of the pop-up message for info messages.
 */
.ms-popmessage-body-info {
	border-color: #e6c657;
}

/*
 * Sets the border- and background color of the pop-up message for
 * success messages.
 */
.ms-popmessage-body-success {
	border-color: #afbf7e;
	background: #ddebb2;
}

/*
 * Sets container properties to prepare the pop-up message body for
 * an icon.
 */
.ms-popmessage-body-icon {
	background-position: left center;
	background-repeat: no-repeat !important;
	margin-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.ms-accounting-entry-details-font-small {
	font-size  : 9px !important;
	font-weight: lighter !important;
    font-weight: bold !important;
}

div.ms-accounting-entry-details {
}

div.ms-accounting-entry-details div {
	padding-top: 3px;	
}

table.accounting-entry-summary {
	padding-left   : 10px;
	padding-bottom : 15px;
}

table.accounting-entry-summary tr td{
	padding-top : 3px;
	padding-bottom: 3px;
}

table.accounting-entry-summary tr.accounting-discrepancy-row td {
    font-weight: bold;
    border-top: 1px solid black;
    border-bottom: 2px solid black;
}

table.accounting-entry-summary tr td.total-cell {
	width: 100px;
	text-align: right;
}

table.accounting-entry-summary tr.accounting-discrepancy-row td.non-zero-discrepancy {
	color: red ;
}

.ms-accounting-grid-entry-no-update table tr td,
.ms-accounting-grid-entry-no-update table tr td div.ms-generic-text {
	color: #999 !important;
}
.ms-toolbar td {
	vertical-align: top !important;
}

.ms-toolbar-loading-panel {
	height: 32px;
}

.ms-toolbar-loading-msg {
	background : url('../images/tool/spinner.gif') no-repeat;
	font: 11px tahoma,arial,helvetica;
	color: #3E6AAA;
	line-height: 32px !important;
	text-indent: 40px;
	display    : block;
}

.ms-wrapped-text {
	white-space: normal !important;
	line-height: 10px;
}

.ms-document-actions {
	height: 100% !important;
}

.ms-userdefined-actions {
	height: 100% !important;
}

.ms-button-small {
	text-align: left;
	height: 16px !important;
	padding-left: 20px !important;
}

.ms-button p {
	padding-top: 2px;
    line-height: 12px;
}

.ms-button-wrapped button {
    height: 100% !important;
}

.ms-button-wrapped p {
	white-space: normal !important;
}

.ms-accept-button {
	background-image: url('../images/tool/opts_32.png') !important;
}

.ms-reject-button {
	background-image: url('../images/tool/remov_32.png') !important;
}

.ms-delegate-button {
	background-image: url('../images/tool/go_32.png') !important;
}

.ms-postpone-button {
	background-image: url('../images/tool/cal_32.png') !important;
}

.ms-comment-button {
	background-image: url('../images/tool/addbk_32.png') !important;
}

.ms-email-button {
	background-image: url('../images/tool/mail_32.png') !important;
}

.ms-email-button-small {
    background-image: url('../images/tool/mail_16.png') !important;
}

.ms-checkin-button {
    background-image: url('../images/tool/ulock_32.png') !important;
}

.ms-checkin-button-small {
    background-image: url('../images/tool/ulock_16.png') !important;
}

.ms-checkout-button {
    background-image: url('../images/tool/lock_32.png') !important;
}

.ms-checkout-button-small {
    background-image: url('../images/tool/lock_16.png') !important;
}

.ms-edit-button {
	background-image: url('../images/tool/edit_32.png') !important;
}

.ms-edit-button-small {
	background-image: url('../images/tool/edit_16.png') !important;
}

.ms-comment-button {
    background-image: url('../images/tool/addbk_32.png') !important;
}

.ms-annotation-button {
	background-image: url('../images/tool/addbk_32.png') !important;
}

.ms-annotation-button-small {
    background-image: url('../images/tool/addbk_16.png') !important;
}

/* TODO: This file is probably not used anymore, please verify and delete */

.ms-document-title {
	text-align : right !important;
}

.ms-titlebar-color {
	color     : #FFF !important;
    text-align: center;
}

.ms-titlebar-over {
    cursor: default;
}

.ms-titlebar-combo {
	background-image : none;
	background-repeat: repeat;
	background-color : transparent;
	border-width     : 0;
	padding          : 3px 0 0 0;
}

.ms-titlebar-signout {
	color : #FFF !important;
    cursor: pointer;
}

.ms-titlebar-spacer {
	background: url('../images/title-bar-spacer.png') no-repeat top left;
}

.ms-titlebar-filteritems {
	background-repeat: no-repeat;
	height: 16px;
	text-indent: 20px;
	padding-top: -2px;
	/*color: #15428B !important;*/
	cursor: default !important;	
}

.ms-titlebar-user-description {
	color: #a8bbcb !important;
}

.ms-titlebar-icon {
	text-indent: 24px;
	background-repeat: no-repeat;
	background-position: left center;
}

.ms-titlebar-adddocument-icon { 
	background-image : url('../images/title-bar-add.png') !important;
}

.ms-titlebar-logout-icon { 
	background-image : url('../images/title-bar-logout.png') !important;
}
.ms-annotation-form {
	background: none repeat scroll 0 0 transparent !important;
	padding: 5px 7px;
}

.ms-annotation-view-container {
	padding: 2px;
}

.ms-annotation-content {
	padding: 0px 2px;
}

.ms-annotation-header {
	clear: both;
}

.ms-annotation-hr {
	padding: 0 7px;
}

.ms-annotation-author {
	float: left;
}

.ms-annotation-date {
	float: right;
}
.ms-versions {
	font-family: tahoma,arial,helvetica;
	font-weight: normal;
}

.ms-versions-header {
	background: #DDD repeat scroll !important;
	color: #333 !important;
	border-bottom-color: #EEE;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	font-size: 14px;
	padding: 5px 3px 4px 0px;
}

.ms-versions-header span {
	margin-left: 5px;
}

.ms-versions-container {
	padding: 5px 10px;
}

.ms-versions-revision-header {
	clear         : both;
	padding-top   : 5px;
	padding-bottom: 5px;
}

.ms-versions-revnumber {
	float      : left;
	font-size  : 14px;
	font-weight: bold;
}

.ms-versions-modified-header {
	font-size: 11px;
	font-weight: bold;
}

.ms-versions-filelist {
	padding-left: 10px;
	padding-top : 5px;
	color       : #5C698C;
	font-size   : 11px;
}

.ms-revision-entry {
	background: #FFF repeat scroll 0 0;
	border: 1px solid #FFF;
}

.ms-entry-active {
    background: #DFE8F6 repeat scroll 0 0;
    border: 1px solid #99BBE8;
}

.ms-revision-entry:HOVER {
	cursor: pointer;
}

.ms-versions-icon {	
	height             : 20px;
	vertical-align     : middle;
	background-position: left center;
	background-repeat  : no-repeat;
	margin-top         : 2px;
	margin-bottom      : 2px;
}

.ms-versions-icon-default {
    background: url('../images/displayitem/docs_16.png') !important;
}

.ms-versions-separator {
	color: #5C698C;
	background-color: #5C698C;
	border: 0;
	height: 1px;
}

.ms-versions-separator-invis {
	height: 0px;
	visibility: hidden;
}
.ms-general-properties-header {
	padding: 4px 10px;
}

.ms-resource-icon {
	background-repeat: no-repeat;
	background-position: left;
	padding: 16px 0px 0px 0px;
}

.ms-title {
	margin-left: 40px;
	padding-bottom: 16px;
}

.ms-property-float {
	float: left;
}

.ms-property-panel {
	padding: 5px 5px 5px 5px;
}

.ms-property-hint {
	padding   : 2px 5px;
	background: #FFEEAE;
	border    : 1px solid #E6C657;
}

.ms-property-content {
	padding: 0px 5px;
}

.ms-property-header {
	line-height        : 100%;
	padding            : 20px 5px;
	background-repeat  : no-repeat !important;
	background-position: left center;
}

.ms-property-body {
	padding: 5px 0px;
}

.ms-property-body-details {
	clear         : both;
	height        : 30px;
	vertical-align: bottom;
}

.ms-property-left {
	text-align: left;
}

.ms-property-center {
	text-align: center;
}

.ms-property-right {
	text-align: right;
}

.ms-property-list {
	margin: 5px 0px;
	padding: 0px 10px;
	width: 100%;
	overflow: hidden;
	cursor: default !important;
}

.ms-property-list-empty {
	margin: 5px 0px;
	cursor: default !important;
	text-align: center;
}

.ms-property-list-key {
	text-align: right;
	vertical-align: top;
	padding: 1px 0px;
	width: 50%;
	cursor: inherit !important;
}

.ms-property-list-value {
	vertical-align: bottom;
	width: 50%;
	padding: 1px 0px;
	padding-left: 10px;
	cursor: inherit !important;
}

.ms-property-list-separator {
	width: 10px;
}
.ms-module-header {
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
	cursor: pointer;	
}

.ms-module-header-selected {
    background-image: url('../images/module-selected.gif');
    background-color: #ffab3f;
    color: #333 !important;
}

.ms-module-header-mouse-over {
    background-image: url('../images/module-selected.gif');
    background-color: #ffab3f;
}

.ms-folder-navigation-next {
	background-image: url('../images/default/layout/ns-expand.gif') !important;
}

.ms-folder-navigation-previous {
	background-image: url('../images/default/layout/ns-collapse.gif') !important;	
}


.ms-folder-navigation-hidden a span {
	color: #999 !important;
}

.ms-approver-name {
	line-height: 20px;
	margin-left: 24px;
}

.ms-navigator-entry {
	height             : 20px;	
	cursor             : pointer;
	vertical-align     : middle;
	background-position: left;
	background-repeat  : no-repeat;
    border             : 1px solid #FFFFFF;
}

.ms-navigator-entry-normal {
    background-color: #FFFFFF;
}

.ms-navigator-entry-active {
    background-color: #DFE8F6;
    border: 1px solid #99BBE8;
}

.ms-navigator-entry-mouse-over {
	background-color: #EEE;
}.ms-approver-top {
    padding: 7px;    
}

.ms-approver-text {
	margin-left: 25px;
}.ms-error-page-container {
    margin-top   : 10px;
    margin-left  : 7px;
    margin-right : 7px;
    margin-bottom: 2px;
}

.ms-error-info-header {
	padding: 15px 5px !important;
	background-position: left center !important;
}

.ms-error-info-body {
	padding-top   : 5px;
	padding-left  : 0px;
	padding-right : 0px;
	padding-bottom: 20px;
}

.ms-error-info-header-text {
	line-height  : 100% !important;
	margin-left  : 40px !important;
	margin-top   : 0px !important;
	margin-bottom: 0px !important;
	margin-right : 0px !important;
}
.ms-documents-filed-items {
    background-repeat:no-repeat !important;
}
.ms-documents-filed-items-padding {
	width  : 40px;
	height : 0px;
}.ms-logentry-header {
	background: #DDD repeat scroll !important;
	color: #333 !important;
	border-bottom-color: #EEE;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	font-size: 14px;
	padding: 5px 3px 4px 0px;
}

.ms-logentry-headnote {
	width: 100%;
	padding-bottom: 5px;
}

.ms-logentry-entry {
	background: #FFF repeat scroll 0 0;
	border: 1px solid #FFF;
} 

.ms-logentry-type {
	font-weight: bold !important;
	text-align: left;
}

ms-logentry-headnote {
	width: 100%;
	padding-bottom: 5px;
}

.ms-logentry-stamp {
	color: #666 !important;
	text-align: right;
}.ms-upload-entry {
    padding: 1px 0px;
	overflow: hidden;
	height: 22px;
	vertical-align: middle;
}

.ms-upload-icon {
	padding: 2px 0px;
    float: left;
	background-repeat: no-repeat;
	background-position: left 4px;
}

.ms-upload-filename {
	margin-left: 20px;
	line-height: 20px;
}

.ms-upload-progress {
	padding: 2px 0px;
	float: left;
	width: 100px;
	margin-left: 10px;
}

.ms-upload-remove {
	padding: 2px 0px;
	float: left;
	margin-left: 10px;
	cursor: pointer;
}

.ms-upload-cancel-text {
	line-height: 20px;
	color: #99bbe8;
}

.ms-upload-remove-text {
    line-height: 20px;
    color: #888;
}	.ms-field-suggested {
	background-color: #ffe177;
	border-color: #ffab3f;
}

.ms-suggestion-body {
	border: 1px solid #99bbe8;
	margin: 0px;
	height: inherit;
}

.ms-suggestion-over {
	cursor: pointer !important;
}

.ms-suggestion-header,
.ms-suggestion-header-ie7 {
    padding-top: 5px !important;
    padding-bottom: 5px;
    cursor: default;
}

.ms-suggestion-header-ie7 {
	vertical-align: middle;
}

.ms-suggestion-header-text,
.ms-suggestion-header-text-ie7 {
	color: #15428B !important;
}

.ms-suggestion-header-text-ie7 {
	display: inline-block;
	height: inherit;
	#position: relative;
	#top: -5%;
}

.ms-suggestion-header-tools,
.ms-suggestion-header-tools-ie7 {
	width: 32px;
	margin-left: 5px;
	margin-right: 3px;
}

.ms-suggestion-header-tools {
	float: right;
}

.ms-suggestion-header-tools-ie7 {
	display: inline-block;
}

.ms-suggestion-tool-left,
.ms-suggestion-tool-right,
.ms-suggestion-tool-left-disabled,
.ms-suggestion-tool-right-disabled {
	background-color: transparent;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}

.ms-suggestion-tool-left,
.ms-suggestion-tool-left-disabled {
	float: left;
	background-position: 0px -105px;	
}

.ms-suggestion-tool-right,
.ms-suggestion-tool-right-disabled {
	float: right;
	background-position: 0px -120px;	
}

.ms-suggestion-tool-left:hover {
	background-image: urL('../../js/ext/resources/images/default/panel/tool-sprites.gif');
	background-position: -15px -105px;
}
.ms-suggestion-tool-right:hover {
	background-image: urL('../../js/ext/resources/images/default/panel/tool-sprites.gif');
	background-position: -15px -120px;
}

.ms-suggestion-next,
.ms-suggestion-prev,
.ms-suggestion-next-disabled,
.ms-suggestion-prev-disabled {
	width: inherit;
	height: inherit;
	background-repeat: no-repeat;
	display: inline-block;
}

.ms-suggestion-next,
.ms-suggestion-prev {
	cursor: pointer !important;
}

.ms-suggestion-next-disabled,
.ms-suggestion-prev-disabled {
	cursor: default !important;
}

.ms-suggestion-next {
	background-image: url('../../js/ext/resources/images/default/grid/page-next.gif');
}

.ms-suggestion-next-disabled {
	background-image: url('../../js/ext/resources/images/default/grid/page-next-disabled.gif');
}

.ms-suggestion-prev {
	background-image: url('../../js/ext/resources/images/default/grid/page-prev.gif');
}

.ms-suggestion-prev-disabled {
	background-image: url('../../js/ext/resources/images/default/grid/page-prev-disabled.gif');
}
.ms-flow-properties-properties {
	padding-bottom: 10px;
}

.ms-flow-properties-annotations-header {
	padding-top: 5px;
}.ms-list-header {
	background: #f2f2f2 repeat scroll 0 0 !important;
	border-color: white !important;
	border-bottom-color: #888 !important;
	border-width: 1px;
	cursor: default;
	padding: 4px 2px;
}/*!
 * Ext JS Library 3.4.0
 * Copyright(c) 2006-2011 Sencha Inc.
 * licensing@sencha.com
 * http://www.sencha.com/license
 */
/*
 * FileUploadField component styles
 */
.x-form-file-wrap {
    position: relative;
    height: 24px;
}
.x-form-file-wrap .x-form-file {
	position: absolute;
	right: 0;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
    height: 22px;
}
.x-form-file-wrap .x-form-file-btn {
	position: absolute;
	right: 0;
	z-index: 1;
}
.x-form-file-wrap .x-form-file-text {
    position: absolute;
    left: 0;
    z-index: 3;
    color: #777;
}
/*
https://dribbble.com/shots/2098841-process-flow-chart-diagram/attachments/378985
https://dribbble.com/shots/2137465-System-Architecture-Diagram
https://material.google.com/style/color.html#color-color-palette

NEXT UI Icons
*/

svg {
    font-family: tahoma,arial,helvetica,sans-serif;
    font-size: 12px;
    fill: #616161;
}
svg text,
svg image {}
svg text,
svg tspan,
.svg-activity-text {
    fill: #333;
}

svg polygon {
    fill: #9E9E9E;
}

.svg-documentation {
    fill: none;
    stroke: #9E9E9E;
    stroke-width: 2;
    stroke-dasharray: 5,5;
}

.svg-task {
    fill: #fff3d6;
    stroke: #ffc332;
    stroke-width: 1;
}

.svg-embedded-subprocess { 
	fill: #fff3d6; 
	stroke: #000; 
	stroke-width: 1; 
}

.svg-text-click-through {
    pointer-events: none;
}

.svg-active-node {
    fill: #93decf;
    stroke: #28bea0;
    stroke-width: 1;
}

.svg-event-icon {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
}

.svg-event-inner-circle,
.collapsed-icon {
    fill: none;
    stroke: #333;
    stroke-width: 1;
}

.svg-event-start,
.svg-event-end,
.svg-event-catch,
.svg-event-boundary,
.svg-event-throw {
    stroke: #333;
    stroke-width: 1;
}

.svg-event-start,
.svg-event-end {
	r: 17;
}

.svg-event-start {
    fill: #66BB6A;
}

.svg-event-end {
    fill: #EF5350;
}

.svg-event-catch {
	fill: #EEEEEE;
}

.svg-event-boundary {
    fill: #BB9;
}

.svg-event-throw {
    fill: #aaf;
}

.svg-event-noncancelling {
    stroke-dasharray: 1,1;
}

.svg-arrow-solid {
    fill: none;
    stroke: #a4a39d;
    stroke-width: 1;
}

.svg-completed-node {
    fill: #ebe9e1 !important;
    stroke: #a4a39d !important;
    stroke-width: 1;
}

.svg-completed-arrow {
    fill: none;
    stroke: #a4a39d;
    stroke-width: 2;
}

.svg-arrow-dotted {
    stroke: #9E9E9E;
    stroke-width: 1;
    stroke-dasharray: 5,5;
    shape-rendering: geometricPrecision;
}

.svg-gateway-icon {
    fill:none;
    stroke: #9E9E9E;
    stroke-width: 2;
}

.svg-gateway {
    fill: #fff3d6;
    stroke: #ffc332;
    stroke-width: 1;
}

.svg-lane {
    fill: none;
    stroke: #EEE;
    stroke-width: 2;
}

.svg-boundary-event-icon,
.svg-boundary-event-border-int {
    fill: none;
    stroke: #333;
    stroke-width: 1.16900003;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: none;
    stroke-opacity: 1;
}

.svg-boundary-event-border-ext {
    fill: none;
    stroke: none;
}

.svg-end-event-icon {
    fill: #a00;
    fill-opacity: 1;
    fill-rule: evenodd;
    stroke: none;
}

.svg-end-event-border-ext {
    fill: #a00;
    fill-opacity: 1;
    fill-rule: evenodd;
    stroke: none;
}

.svg-end-event-border-int {
    fill: none;
    stroke: #a00;
    stroke-width: 1.19200003;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: none;
    stroke-opacity: 1;
}

.svg-start-event-border {
    fill: none;
    stroke: none;
}

.svg-boundarynoblocking-event-icon,
.svg-start-event-icon,
.svg-startnoblocking-event-icon,
.svg-catch-event-border-ext,
.svg-catch-event-border-int,
.svg-catch-event-icon,
.svg-throw-event-border-ext,
.svg-throw-event-border-int,
.svg-message-innerline {
    fill: none;
    stroke: #333;
    stroke-width: 1.17499995;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: none;
    stroke-opacity: 1;
}

.svg-catch-event-border-ext,
.svg-throw-event-border-ext {
    stroke: none;
}

.svg-throw-event-border-int {
    stroke: blue;
}

.svg-message-innerline {
    stroke: #ffffff;
}

.svg-startnoblocking-event-border,
.svg-boundarynoblocking-event-border-int,
.svg-boundarynoblocking-event-border-ext {
	fill-opacity: 1;
    fill-rule: nonzero;
    stroke-width: 0.12;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 10;
    stroke-dasharray: none;
    stroke-opacity: 1;
}

.svg-startnoblocking-event-border {
    fill: none;
    stroke: none;
}

.svg-boundarynoblocking-event-border-int {
    fill: #333;
    stroke: #333;
}

.svg-boundarynoblocking-event-border-ext {
    fill:none;
    stroke:none;
}

.svg-throw-event-icon {
    fill: blue;
    fill-opacity: 1;
    fill-rule: evenodd;
    stroke: blue;
    stroke-width: 1.17499995;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: none;
    stroke-opacity: 1;
}
.collapsed-process-icon { fill:none;stroke:#000000;stroke-width:0.88999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1; }
.log-entry {
    min-height: 56px; margin:5px 10px;
}
/*log-entry table {width: 100%;},*/
.time-stamp {
    color:grey;vertical-align:top;
}
.log-event-user {
    position: absolute;
    margin-top: 4px;
    background-repeat:no-repeat;
    background-position:center top;
    vertical-align:bottom;
    text-align:center;
    /*font-size:.8em;,*/
}
.log-event-user p {
    margin-bottom:6px;white-space:nowrap;
    width:70px!important;
    background-repeat:no-repeat;
    overflow:hidden;
    padding-top:36px;
    text-overflow:ellipsis;
}

/*.activity-event-user p{margin-bottom:6px;white-space:nowrap;width:70px!important;background-repeat:no-repeat;overflow:hidden;padding-top:40px;text-overflow:ellipsis;},*/
/*.activity-event-user{background-repeat:no-repeat;background-position:center 2px;vertical-align:top !important;text-align:center}, //font-size:.8em;*/
.log-event {
    margin-left: 76px
}
.log-event-firstrow {
    line-height: 20px;
    margin-left: 15px
}
.log-event-row {
    line-height: 18px;
    margin-left: 15px
}
.log-event-toggle-row {
    cursor:pointer
}
.log-event-open-button {
    margin-left: 15px
}


/* CSS Code from relevant items panel, can be deleted */
/*
MS.util.Ext.addCustomCSS([
'.log-entry {min-height: 56px; margin:5px 10px;}',
//'.log-entry table {width: 100%;}',
'.time-stamp {color:grey;vertical-align:top;}',
'.log-event-user {',
     'position: absolute;',
     'margin-top: 4px;',
     'background-repeat:no-repeat;',
     'background-position:center top;',
     'vertical-align:bottom;',
     'text-align:center;',
     //'font-size:.8em;',
     '}',
'.log-event-user p {',
     'margin-bottom:6px;white-space:nowrap;',
     'width:70px!important;',
     'background-repeat:no-repeat;',
     'overflow:hidden;',
     'padding-top:36px;',
     'text-overflow:ellipsis;',
     '}',
'.log-entry-separator {',
     'border:0 none;',
     'height:1px;',
     'margin:2px 10px;',
     'background-color:#99bbe8;',
     '}',

    '.log-event {margin-left: 76px}',
    '.log-event-firstrow {line-height: 20px; margin-left: 15px}',
    '.log-event-row {line-height: 18px; margin-left: 15px}',
    '.log-event-toggle-row {cursor:pointer}',
    '.log-event-open-button {margin-left: 15px}'
].join(''), 'MS.CSS');
 */@charset "utf-8";

.ms-superboxselect-item-close {
    height: 14px;
    top: 0px;
}

.ms-superboxselect li {
    line-height: 13px;
}

.ms-superboxselect-btns div {
    margin-top: 2px;
}

.ms-superboxselect-input input {
    margin-top: 2px;
    margin-bottom: 2px;
}

.ms-superboxselect-chip {
    padding-right: 5px !important;
}

.ms-superboxselect-addnew {
    font-style: italic;
}

