/*!
 * @package Sectors
 * @author Joachim Jensen <jv@intox.dk>
 * @license GPLv3
 * @copyright 2018 by Joachim Jensen
 */

.sct-section {
	display: none;
}

.nav-tab-active:focus {
	box-shadow: none;
}

#submitdiv {
	.hndle,.handlediv {
		display: none;
	}

	.sct-save {
		background: #f5f5f5;
		border-bottom: 1px solid #ddd;
		overflow: hidden;
		padding: 7px 10px;
	}

	.sct-overview-actions {
		padding:0 10px;

		.dashicons {
			color: #82878c;
		}

		li {
			margin-bottom:14px;
		}
	}
}

/**
 * Admin list table columns
 */
.wp-list-table.fixed {

	//for older versions
	&.striped > tbody > *:nth-child(2n+1) {
		background-color:#f9f9f9;
	}

	.column-status {
		width:12%;
	}
}

.sct-form-table {
	tr td:first-child {
		min-width: 30%;
	}
}
