.aclmanagement {
	flex: 1;
}

.sub-editor-item {
	padding: 10px 15px;
	margin: 10px;
	border-radius: 5px;
	border: 1px solid #e0e0e0;
	transition: all ease 0.3s;
	cursor: pointer;
	font-size: 15px!important;
	line-height: 22.5px!important;
	background: white;
	display: flex;
}

.sub-editor-item:hover {
	background: #f7f7f7;
	box-shadow: 0px 3px 2px rgba(0,0,0,0.1);
}

.sub-editor-item-title {
	font-family: 'Roboto';
  font-weight: 300;
  color: #000;
	font-size: 16px!important;
	width: 50%;
	display: flex;
  flex-direction: column;
  justify-content: center;
}

.sub-editor-sidelist {
  width: 50%;
  float: right;
}

#aclsmanagement-container .sub-editor-item-sub {
	display: block;
	font-size: 14px!important;
  color: #777777;
}

.sub-editor-item-icon {
	display: inline-block;
  margin-right: 10px;
  font-size: 15px!important;
}

.acl-description .col {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e2e2e2;
	padding-left: 0px;
  padding-right: 0px;
  margin-left: 13px!important;
  box-sizing: content-box;
  width: calc(100% - 25px)!important;
}

.acl-description span {
  font-size: 18px;
  font-weight: 400;
}

.acl-description p {
	margin-top: 0px;
  font-size: 14px;
  font-weight: 300;
}

.acl-search {
  border-bottom: 1px solid #ebedf2;
  display: flex;
}

.acl-search input {
  width: 50%!important;
  height: 40px;
  padding: 10px 15px;
  border: none;
  border-right: 1px solid #ebedf2;
  border-top-left-radius: 5px;
}

.acl-search select:last-child {
  border-top-right-radius: 5px;
}

.acl-search select {
  width: 25%!important;
  height: 40px!important;
  padding: 10px 15px!important;
  border: none!important;
  float: right!important;
  cursor: pointer;
  font-size: 14px;
}

.acl-search select[name='right'] {
  border-right: 1px solid #ebedf2!important;
}

.acl-search input:focus {
  outline: none;
}

.acl-category {
  margin-top: 20px;
  width: 100%;
}

.acl-category span {
  font-size: 18px;
  font-weight: 300;
  padding: 0px 12px;
}

/*.sub-editor-sidelist {
  display: flex;
  flex-wrap: wrap;
}*/

.sub-editor-sidelist .badge {
  height: 23px;
}

#popupacl-management .add-line {
  padding: 20px 0px;
  border: 2px solid #f2f3f8!important;
  border-radius: 6px;
  margin-bottom: 10px;
  position: relative;
  height: calc(100% - 25px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.5s;
  cursor: pointer;
  min-height: 90px;
  margin-top: 10px;
}

#popupacl-management .add-line i {
  font-size: 17px;
  height: 40px;
  width: 40px;
  background: #5866dd;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  cursor: pointer;
  transition: all ease 0.5s;
}

#popupacl-management .line {
  padding: 20px 0px;
  border: 2px solid #f2f3f8;
  border-radius: 6px;
  margin-bottom: 15px;
  position: relative;
}

#popupacl-management .line:after {
  content: "";
  display: table;
  clear: both;
}

#popupacl-management .line i {
  position: initial!important;
  float: right;
  background: #f2f3f8;
  width: 30px;
  height: 30px;
  right: 0px;
  top: 15px;
  border-radius: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5865dd;
  border: 1px solid #d2d2d2;
  cursor: pointer;
  margin: 6px 0px;
}