/* From https://www.w3schools.com/howto/howto_css_modals.asp */
.plugin-memos-edit-labels-box {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

#plugin-memos-labels-form{
	width: 80%;
}

.plugin-memos-label-form-flex {
	display: flex;
	align-items: center;
    justify-content: center;
	width: 100%;
	height: 100%;
}

.plugin-memos-labels-form-wrap{
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.plugin-memos-labels-form-div {
	width: 100%;
}

/* From https://www.w3schools.com/howto/howto_css_modals.asp */
.plugin-memos-edit-labels-box-content {
	background-color: #fefefe;
	margin: 12% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	
}

/* From https://www.w3schools.com/howto/howto_css_modals.asp */
.plugin-memos-close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}


.plugin-memos-edit-table {
	width: 100%;
	background-color: #fefefe;
}

.plugin-memos-edit-table td {
	width: 44%;
	align-content: center;
	vertical-align: top;
}

.plugin-memos-edit-table td:first-child {
	width: 2%;
}

.plugin-memo-edit-items {
	width: 100%;
	height: 100%;
}

.plugin-memos-save-labels {
	display: flex;
	flex-direction: column;
	align-items: flex-end;	
}

.plugin-memos-save-labels-button {
	display: inline-block;
	color: #fff;
	background-color: #0066cc;
	border: 1px solid #0066cc;
	width: auto;
	height: 30px;
	line-height: 15px;
	border-radius: 3px;
}

.plugin-memos-edit-button {
	display: inline-block;
	color: #fff;
	background-color: #0066cc;
	border: 1px solid #0066cc;
	width: auto;
	height: 35px;
	line-height: 15px;
	border-radius: 3px;	
}

.plugin-memos-edit-button:hover {
	background-color: #0080ff;
	border: 1px solid #0080ff;
}

.plugin-memos-save-labels-button:hover {
	background-color: #0080ff;
	border: 1px solid #0080ff;
}

.plugin-memos-error-display p {
	color: red;
	line-height: 18px;
}

.plugin-memos-label-text {
	width:100%;
	height:100%;
}

.plugin-memos-flex-parent {
	width: 40%;
	display: flex;
	flex-direction: column;
}

.plugin-memos-flex-child {
	width: 80%;
	display: flex;
	flex-direction: row;
	padding-bottom: 0.85%;
}

.plugin-memos-save-status {
	display: inline-block;
	color: #fff;
	background-color: #0066cc;
	border: 1px solid #0066cc;
	width: auto;
	height: 30px;
	line-height: 15px;
	border-radius: 3px;
	margin: 0px 10px 5px 0px;
}

.plugin-memos-save-status:hover {
	background-color: #0080ff;
	border: 1px solid #0080ff;
}

.plugin-memos-status-title {
	width: 45%;
	padding-right: 10px;
}

.plugin-memos-status-color {
	width: 45%;
	display: none;
}

.plugin-memos-delete-status {
	width: 80%;
	text-align: right;
	display: none;
	margin-bottom: 15px;
}

.plugin-memos-stati-edit {
	width: 10%
}

.plugin-memos-delete-status-button {
	display: inline-block;
	color: #fff;
	background-color: #ff3333;
	border: 1px solid #ff3333;
	width: auto;
	height: 30px;
	line-height: 15px;
	border-radius: 3px;	
}

.plugin-memos-delete-status-button:hover {
	border: 1px solid #ff4d4d;
	background-color: #ff4d4d;
}

.plugin-memos-disable-options-parent {
	display: flex;
	flex-direction: row;
	width: 70%;
	margin: 5px 0px 30px;
}

.plugin-memos-disable-options-child {
	width: 33%;
}

.plugin-memos-stati-edit-button {
	display: inline-block;
	color: #fff;
	background-color: #0066cc;
	border: 1px solid #0066cc;
	width: auto;
	height: 30px;
	line-height: 15px;
	border-radius: 3px;
	margin-bottom: 5px;
}

.plugin-memos-stati-edit-button:hover {
	background-color: #0080ff;
	border: 1px solid #0080ff;
}

.plugin-memos-new-status {
	width: 20%;
	text-align: right;
	margin-bottom: 15px;
}

.plugin-memos-new-status-color {
	width: 40%;
}