.task-priority-color {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
}
.item-body {
	overflow: hidden;
	padding: 10px 0 0 0;
	display: flex;
	flex-direction: column;
}
.subdocument-icon {
  padding: 14px 0;
  position: absolute;
}
.subdocument-data {
  width: 100%;
  padding-left: 50px;
}
.subdocument-date {
  position: absolute;
  right: 15px;
  top: 10px;
}
.subdocument-lock {
  position: absolute;
  right: 0;
  bottom: 10px;
  height: 15px;
}
.recalc-indicator {
  text-transform: uppercase;
  font-size: 10px;
  background-color: burlywood;
  margin-left: 10px;
}
.action-holder {
  right: 10px;
  top: 25px;
}
.item-body-title-cs {
  font-weight: bold;
  color: #002478;
  padding-right: 10px;
}
.item-body-filter {
	align-self: flex-start;
}
.item-date-cs {
	text-align: right;
	font-size: 14px;
	display: flex !important;
	flex-direction: column;
	align-items: flex-end !important;
	
}
.pull-left {
  position: relative;
}
.home-checked-out {
  max-width: 10px;
  vertical-align: top;
  /* top: 0; */
  margin-top: -8px;
  margin-left: 8px;
}
.lock {
  position: absolute;
  bottom: -7px;
  right: -7px;
}
.checked-out {
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 16px;
}
.row-image {
  position: absolute;
  top: 5px;
  width: 22px;
  height: auto;
}
.doc-image {
  width: 22px;
  height: 22px;
}
.col-header,
.row-header {
  font-weight: bold;
}
.col-header {
  padding-top: 10px;
  padding-bottom: 10px;
}
.row-cell {
  padding-top: 10px;
  padding-bottom: 10px;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.show-grid {
  margin-bottom: 15px;
}
.entity-modal-header {
  font-family: segoe ui;
  font-weight: 200;
  height: 50px;
  font-size: 24px;
  padding: 10px 10px;
  border-bottom: 1px solid #e4e6e8;
}
.entity-modal-body {
  line-height: 30px;
  font-size: 13px;
  bottom: 47px;
  top: 95px;
  left: 0;
  right: 0;
  overflow: auto;
  position: absolute;
}
.entity-modal-footer {
  border-top: 1px solid #e4e6e8;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: right;
  width: 100%;
  padding: 7px;
  padding-right: 35px;
}
.multi-row {
  width: 100%;
  border-bottom: 1px solid #e4e6e8;
  padding-top: 15px;
  padding-bottom: 8px;
  line-height: normal;
  position: relative;
  color: #000000;
}
.multicheck {
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  padding: 2px;
  margin: 2px 20px 8px 15px !important;
  text-align: center;
  min-height: 60%;
  float: left;
  font-size: 14px;
  -webkit-appearance: none;
  position: relative;
  z-index: 500;
  background-image: url('../assets/images/unchecked.png');
}
.multicheck:checked {
  background-image: url('../assets/images/checked.png');
  -webkit-appearance: none;
}
.multicheck:focus {
  outline: 0 !important;
  -webkit-appearance: none;
}
.search {
  border-bottom: 1px solid #e6e6e6;
  display: inline-block;
  width: 100%;
}
.search .search-text {
  /*width: 95%;
			margin: 8px;
			border-radius: 5px;*/
  padding-left: 10px;
}
.search-holder {
  width: 450px;
  padding-left: 10px;
  margin-top: 8px !important;
}
.period {
  width: 200px;
  border: 1px solid #dddddd /*!important*/;
  padding-left: 10px;
}
.entity-item {
  background-color: #e9f5f4;
  fill-opacity: 0.26;
}
.process-item {
  padding-left: 100px;
}
.period-item {
  padding-left: 160px;
}
.obligation-rule {
  top: 50px;
}
.obligation-selection {
  background-color: deepskyblue;
  color: white;
}
.rule {
  padding-left: 40px;
}
.duedate {
  padding-left: 28px;
}
.validation {
  padding: 10px;
  font-size: 12px;
  border: 1px solid #e4e6e8;
  margin: 12px;
}
.summary {
  padding-left: 10px;
  font-size: 14px;
  font-weight: bold;
}
.validationtext {
  padding-left: 10px;
  color: yellowgreen;
}
.title {
  font-family: segoe ui;
  font-weight: 500;
  height: 40px;
  font-size: 16px;
  border: 1px solid #e4e6e8;
  padding-top: 9px;
}
.rule-title {
  padding-left: 50px;
}
.date-title {
  padding-left: 72px;
}
.custom-tag {
	background-color: #00a3e0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border-radius: 3px;
	display: inline-block;
	margin-left: 15px;
	padding: 5px;
	padding-top: 0.5px;
	padding-bottom: 0.5px;
}