.acart-additional-data-box .field-container {
	margin: 16px 0;
}
.acart-additional-data-box .field-container label {
	font-weight: 700;
	margin-bottom: 8px;
	display: inline-block;
}
.acart-history-box ul {
	height: 300px;
	overflow-y: scroll;
}
.acart-history-box li {
	position: relative;
}
.acart-history-box span {
	display: block;
	font-size: 11px;
	line-height: 1;
}
.acart-history-box .comment-date {
	text-align: right;
	padding: 5px 0;
	margin-bottom: 15px;
}
.acart-history-box .comment-action {
	padding: 10px;
	background-color: #ececec;
}
.acart-history-box .comment-action:before {
	content: '';
    display: block;
    position: absolute;
    top: 21px;
    right: 40px;
    width: 0;
    height: 0;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #ececec transparent;
}
#acart_team_members {
	width: 100%;
}
.tablenav .actions.acart-team-members-container {
	overflow: visible;
	width: 500px;
}
.tablenav .actions.acart-team-members-container select {
	max-width: 500px;
}
.file-attachment-list table {
	width: 100%;
	border-spacing: 0;
}
.file-attachment-list table th,
.file-attachment-list table td {
    padding: 5px;
    text-align: left;
}

.file-attachment-list table td {
	border-bottom: 1px solid #ccc;
}
.file-attachment-list table tr:first-child td {
	border-top: 1px solid #ccc;
}
.file-attachment-list table td.file-rep-actions {
	text-align: right;
}
.file-attachment-list table td.mover span {
    cursor: move;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: text-bottom;
    color: #ccc;
}
.file-attachment-list table td.mover span:hover {
    color: #666;
}
.file-attachment-list table td.file-icon > img {
	max-height: 32px;
	width: auto;
}
.file-attachment-list table td.file-rep-actions a {
	display: inline-block;
	text-decoration: none;
	margin-left: 10px;
}
.item-thumbnail .file-meta {
	display: block;
	margin: 6px 0;
}
#acart-set-file,
#acart-remove-file {
	padding: 0 10px;
	margin: 10px 0;
	border-left: 1px solid #ccc;
	display: inline-block;
}
#acart-set-file:focus,
#acart-remove-file:focus {
	box-shadow: none;
}
#acart-set-file {
	padding-left: 0;
	border-left: 0;
}
.wp-core-ui .edit-attachment-frame .attachment-media-view {
	position: relative;
}
.wp-core-ui .attachments-browser .attachments .repository_attachment .attachment-preview:after,
.wp-core-ui .attachments-browser .attachment-info .thumbnail.repository_attachment:after,
.wp-core-ui .edit-attachment-frame .attachment-media-view .thumbnail.repository_attachment:after {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -10px;
    left: -10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
    font-family: dashicons;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    transition: color .1s ease-in 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f314";
    color: #fff;
    background-color: #00bcd4;
}
.wp-core-ui .attachments-browser .attachment-info .thumbnail.repository_attachment:after {
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
}
.wp-core-ui .edit-attachment-frame .attachment-media-view .thumbnail.repository_attachment:after {
	top: 0;
	left: auto;
	right: 0;
}
span.acart-repository_attachment-yes {
	width: 24px;
    height: 24px;
	color: #fff;
	background-color: #00bcd4;
	display: flex;
    justify-content: center;
    align-items: center;
}
span.acart-repository_attachment-yes:before {
	content: "\f314";
}
.column-repository_attachment span.text {
	display: none;
}
.acart-repository-maintainer label {
	display: block;
	margin-bottom: 5px;
}
#acart_file_rep_maintainers,
.acart-repository-maintainer select {
	width: 100%;
}
.acart-repository-maintainer {
	margin: 16px 0;
}
