@charset "utf-8";

.mt-table a,
.mt-settings a,
.mt-notice a,
a.mt-link {
	text-decoration: none;
}
.mt-table a:hover,
.mt-settings a:hover,
.mt-notice a:hover,
a.mt-link:hover {
	text-decoration: underline;
}

.mt-small-field {
	max-width: 80px;
}
.mt-big-field {
	width: 90%;
	max-width: 200px;
}
.mt-bigger-field {
	width: 90%;
	max-width: 250px;
}
.mt-long-field {
	width: 90%;
	max-width: 400px;
}

.mt-table select,
.mt-settings select {
	min-width: 70px;
}

.mt-hide {
	display: none !important;
}

/* Post type columns */
.column-mt-id,
.column-mt-data {
	width: 11%;
}
.column-mt-shortcode {
	width: 23%;
}

/* Copy to clipboard */
.mt-copy-clipboard {
	text-decoration: none;
}
.mt-copy-clipboard:hover {
	color: #00a0d2;
	text-decoration: none !important;
}
.mt-copy-clipboard:focus {
	outline: none;
	box-shadow: none;
	color: #0073aa;
}
.mt-copy-space {
	margin-left: 10px;
}

.mt-copy-message {
	color: green;
}
.mt-checkmark {
	vertical-align: bottom;
	width: 19px;
	height: 19px;
	line-height: 19px;
}
.mt-checkmark.mt-small {
	font-size: 18px;
	width: 17px;
	height: 17px;
	line-height: 17px;
}

/* Yes, no icons */
.mt-yes,
.mt-no {
	font-size: 22px;
}
.mt-yes {
	color: green;
}
.mt-no {
	color: red;
}

/* Hide ID meta box disable button */
label[for="modern-ticker-id-hide"] {
	display: none;
}

/* Hide the "Preview Changes" button */
#minor-publishing-actions {
	display: none;
}

/* Meta box top instructions */
.mt-instructions {
	margin-top: 13px;
}
.mt-instructions p {
	margin-top: 5px;
	margin-bottom: 0;
}
.mt-instructions p:first-child {
	margin-top: 0;
}

/* ID meta box */
#mt-id {
	max-width: 140px;
}
#mt-auto {
	margin-left: 5px;
}

/* Items meta box */
#mt-items {
	margin-top: 18px;
	margin-bottom: 12px;
}
#mt-no-items {
	background-color: #f8f8f8;
	border: 1px solid #eaeaea;
	line-height: 30px;
	padding: 10px;
}

#mt-items-list li {
	background-color: #f8f8f8;
	border: 1px solid #eaeaea;
	line-height: 18px;
	padding: 10px;
	display: table;
	width: 100%;
	box-sizing: border-box;
}
#mt-items-list li > div {
	display: table-cell;
}

#mt-items-list li div:nth-child(1) {
	width: 1%;
	padding: 0 5px 0 7px;
}
#mt-items-list li div:nth-child(2) {
	width: 1%;
	padding: 0 5px;
}
#mt-items-list li div:nth-child(3) input[type="text"] {
	width: 100%;
}
#mt-items-list li div:nth-child(4) {
	width: 1%;
	padding: 0 5px 0 10px;
}
#mt-items-list li div:nth-child(5) {
	width: 25%;
}
#mt-items-list li div:nth-child(5) input[type="text"] {
	width: 100%;
}
#mt-items-list li div:nth-child(6) {
	width: 20px;
	padding: 0 5px 0 10px;
}
#mt-items-list li div:nth-child(7) {
	width: 20px;
	padding: 0 3px 0 2px;
}

.mt-move {
	color: #41A3C7;
	line-height: inherit;
	vertical-align: middle;
	cursor: move;
}
.mt-remove {
	font-size: 22px;
	color: red;
	line-height: inherit;
	vertical-align: middle;
	cursor: pointer;
}

#mt-item-buttons {
	margin-bottom: 3px;
}
#mt-item-buttons input {
	margin-right: 3px;
}

#mt-item-template {
	display: none;
}

/* Post attributes panel */
.mt-post-atts-panel {
	max-height: 200px;
	max-width: 250px;
	overflow: auto;
	border: 1px solid #e0e0e0;
	padding: 7px 10px;
}
.mt-post-atts-panel ul {
	margin: 0;
}

.mt-table .mt-clear-atts-button {
	margin-top: 8px;
	margin-bottom: 5px;
}

 /* Theme select */
#mt-theme-select {
	position: relative;
}

#mt-theme-button {
	cursor: pointer;
	background-color: #f3f3f3;
	border: 1px solid #e0e0e0;
	padding: 10px;
	border-radius: 5px;
	display: inline-block;
}
#mt-theme-button.mt-open {
	box-shadow: 0 0 2px 1px rgba(100, 100, 100, 0.1);
	border-color: #d0d0d0;
}
.mt-theme-label {
	margin-left: 5px;
	margin-bottom: 5px;
}

#mt-theme-list {
	position: absolute;
	left: 0;
	background-color: #f3f3f3;
	border: 1px solid #d0d0d0;
	padding: 8px;
	border-radius: 5px;
	box-shadow: 0 0 2px 1px rgba(100, 100, 100, 0.1);
	z-index: 101;
	margin: 3px 0;
}
#mt-theme-list.mt-up {
	bottom: 80px;
}

.mt-theme-group {
	float: left;
	margin: 0;
}
.mt-theme-group li {
	padding: 9px 12px;
	border-radius: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}
.mt-theme-group li:last-child {
	margin-bottom: 0;
}
.mt-theme-group li:hover,
.mt-theme-group li.mt-selected {
	background-color: #fff;
}

/* Info meta box */
.mt-info-section {
	margin-top: 13px;
}
.mt-info-section:not(:first-of-type) {
	border-top: 1px solid #eaeaea;
	padding-top: 13px;
}

.mt-info-list {
	list-style-type: disc;
	margin-left: 18px;
}
.mt-info-list li:last-child {
	margin-bottom: 0;
}

.mt-info-instr {
	margin: 8px 0 15px;
}
.mt-info-instr p {
	margin-top: 8px;
	margin-bottom: 0;
}
.mt-info-instr p:first-child {
	margin-top: 0;
}

.mt-code {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	padding: 4px 5px;
	display: inline-block;
}