.widefat.recipes .check-column {
	width:1px;
}
.widefat.recipes .column-status {
	text-align: center;
}

#recipe_template > div {
	margin-right: 250px;
}
.recipe-ingredient {
	margin: 1em 0;
}
.recipe-ingredient .form-table {
	clear: left;
}
.js .recipe-edit .postbox .hndle {
	cursor: default;
}

#templateside li {
	margin: 12px 0;
	position: relative;
}
#templateside.recipe-edit-side {
	width: 230px;
}
#templateside.recipe-edit-side .postbox {
	min-width: 200px;
	overflow: hidden;
}
#templateside.recipe-edit-side button {
	width:100%;
	text-align: left;
	white-space: normal;
	overflow: visible;
	height: auto;
	padding: 1px 10px;
}
#templateside.recipe-edit-side button .fa {
	color: white;
}
.recipe-edit-side .wpchef-loadinfo > .loadinfo-spinner {
	left: auto;
	right: 0.5em;
}

/*#templateside.recipe-edit-side li > .fa {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
	color: #fff;
}*/
table.unstyled {
	border-spacing:0;
}
.unstyled td {
	padding: 0;
}
.save-to-cloud td {
	vertical-align: middle;
}
.recipe-edit-general .form-table {
	clear: none;
}

#toplevel_page_recipes .wp-menu-image img {
	padding-top: 6px;
}
.recipe-thumbnail {
	max-width: 100%;
	height: auto;
}
.recipe-detail .recipe-thumbnail {
	float: left;
	margin: 0 1em .5em 0;
}
.recipe-detail .ingredients {
	float:right;
	max-width: 33%;
	margin: 0 0 .5em 1em;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
	background-color: #f9f9f9;
}
.ingredients h4 {
	padding: 1em;
	margin:0;
	border-bottom: 1px solid #f0f0f0;
}
.ingredients .inside {
	margin: 1em;
}

#recipe_install li {
	margin: .5em 0 1.1em 20px;
}
#recipe_install .description-merge {
	margin-left: 20px;
}
#recipe_install .description + .description {
	margin-top: -3px;
}
.recipe-install .plugin-icon img{
	width: 128px;
	height: 128px;
}
#recipe-ingredients .toggle-indicator {
	display: inline-block;
	margin-top: 3px;
}
#recipe-ingredients .ingredient-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ingredient-spoiler{
	display:none;
	border: 1px solid #eee;
	margin: 0 0 1em;
	padding: .5em;
	overflow: auto;
	max-height: 15em;
}
.ingredient-spoiler-trigger {
	text-decoration: none;
	margin-top: 5px;
}
.ingredient-spoiler-trigger .dashicons {
	font-size:1em;
}
#recipe_install .progress.success {
	color: #46B450;
}
#recipe_install .progress.error {
	color: #DC3232;
}
.button.apply,.button.apply:hover,.button.apply:focus {
	background-color: #6ebe3b;
	border-color: #3e8e0b;
	color: white;
}
.button.apply:hover,.button.apply:focus {
	background-color:#7ece4b;
}
.button.danger,.button.danger:hover,.button.danger:focus {
	background-color: #c22;
	border-color: #600;
	color: white;
}
.button.danger:hover,.button.danger:focus {
	background-color:#d33;
}

.button.warning,.button.warning:hover,.button.warning:focus {
	background-color: #f0ad4e;
	border-color: #eea236;
	color: white;
}
.button.warning:hover,.button.warning:focus {
	background-color:#ec971f;
	border-color: #d58512;
}
.button.button-wpchef-lg {
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	padding: 0 20px 2px;
}

.widefat .column-autoupdate {
	text-align: center;
	width:3em;
	white-space: nowrap;
}

.autoupdate-switcher
{
	width: 5em;
	overflow: hidden;
	position:relative;
	height: 30px;
	margin: 0 auto;
	border: solid 1px #eee;
	border-radius: 3px;
}
.autoupdate-switcher > input[type=checkbox] {
	display:none;
}
.autoupdate-switcher label {
	width: 180%;
	transition: all 0.4s ease 0s;
	position: absolute;
	display: block;
	text-align:center;
	color: white;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	
	left: 0;
}
.autoupdate-switcher .switcher-off {
	background-color: #aaa;
	/*background-color: #c9433f;
	border-right:solid 6px #419641;*/
}
.autoupdate-switcher :checked + label {
	left: -80%;
}
.autoupdate-switcher .switcher-on {
	background-color: #6EBE3B;
	/*border-left:solid 6px #c9433f;*/
}
.autoupdate-switcher .ready + label {
	/*left: -100%;*/
	opacity: 0.5;
	cursor: wait;
}
.autoupdate-switcher :disabled + label {
	opacity: 0.5;
	left: 0;
	cursor: default;
}
.autoupdate-switcher .switcher-ready {
	background-color: #777;
}
.autoupdate-switcher label > span {
	float:left;
	width:50%;
	text-transform: uppercase;
	box-sizing: border-box;
}

.recipe-activate-warp.activate-inline {
	position: absolute;
	overflow: hidden;
	top: 59px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
#recipe_install .ingredients-list {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:60px;
	overflow-x:hidden;
	overflow-y:auto;
	border: 1px solid #e5e5e5;
	border-width: 1px 0;
	padding: 0 10px;
	background: #fff;
}
#recipe_install table.widefat {
	border: none;
}
.recipe-special {
	position: absolute;
	bottom: 15px;
	left:15px;
	right:15px;
}
.recipe-apply {
	float: right;
}
.recipe-special input[type=radio] {
	margin-left: .5em;
}
.recipe-apply .loadinfo {
	font-size: 1.2em;
	display: none;
}
.recipe-apply .loadinfo .fa {
	margin: 6px;
}
.recipe-apply .apply-state {
	display: none;
}

#toplevel_page_recipes a[href$="recipe-editor"], #toplevel_page_recipes a[href$="recipe-activate"], #toplevel_page_recipes a[href$="recipe-deactivate"], #toplevel_page_recipes a[href$="recipe-create"] {
	display: none;
}

h1 > span.recipe-name {
	font-weight: bold;
}

#recipe_snapshot {
	float: right;
	margin: -2px 0 0;
}
/*
#recipe_snapshot:disabled {
	background-color: #d54e21;
	border-color: #c53e11;
	color: white;
	opacity: .5;
}
*/
.recipes-install-page .wp-filter {
	margin-bottom: 0;
}
.recipes-install-page .paging-input {
	display: inline;
}
.wpchef-hint {
	cursor:pointer;
	color: #999;
	font-size:16px;
}
.wpchef-hint.disabled-wrapper {
	display: inline-block;
	position: relative;
	margin:4px 0 0 8px;
}
.plugins .check-column .wpchef-hint.disabled-wrapper > input {
	margin:0;
}
.wpchef-hint-bg {
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background: transparent;
}
.recipe-action-number {
	width: 17px;
	height: 17px;
	line-height: 16px;
	border: solid 2px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}
/*
#recipe_install tbody .check-column, #recipe_install .number-column {
	text-align: center;
	width: 1em;
	vertical-align: middle;
	padding:0;
}
#recipe_install tbody .check-column {
	padding-bottom:1px;
}
#recipe_install .check-column input {
	margin:0;
}
#recipe_install tbody td, #recipe_install tbody th {
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
}
#recipe_install .with-description td {
	-webkit-box-shadow: none;
	box-shadow: none;
}
*/
#recipe_install .chack-column .fa {
	margin: 4px 0 0 8px;
}
.recipe-ingredient .ui-helper-clearfix::after{
	clear: left;
}
.recipe-ingredient .pagination-links > * {
	margin-left: 3px;
}
.package-tabs .pagination-links .fa {
	font-size:.7em;
}
.package-search-tab .wp-list-table thead th {
	font-weight: bold;
}

#recipe_install thead th, #recipe_install tfoot th {
	font-weight: bold;
}

tr.action-invalid {
	opacity: 0.5;
}

.ratig-count-item {
	margin-bottom: 3px;
}
.rating-column-value {
	float: left;
	white-space: nowrap;
	min-width: 48px;
}
.rating-column-percent {
	height: 17px;
	background-color: white;
	padding: 0;
	float: left;
	width: 85px;
	margin: 0 5px;
}
.rating-column-percent > div {
	height: 17px;
	background-color: #ffc733;
}
.rating-column-count {
	margin-left: 5px;
}

.text-success {
	color: #46B450;
}
.text-danger, .text-error {
	color: #A00;
}
.text-info {
	color: #00a0d2;
}
.text-warning {
	color: #ffb900;
}
.text-warning-dark {
	color: #ec971f;
}
.text-update {
	color: #d54e21;
}
.text-like-primary {
	color: #0085ba;
}
.text-muted {
	opacity: .7;
}


.recipe-recent-options {
	float: right;
}
.recipe-recent-options .fa {
	margin: 9px 5px 0 0;
}
#recipe_recent_options{
	display: none;
	padding-top: 1em;
}
#recipe_recent_options table{
	clear: left;
}
#recipe_recent_options th{
	font-weight: bold;
}
#recipe_recent_options .option-list-item .fa-spin{
	opacity: 0;
	margin: 5px 0 0 5px;
	transition: opacity 0 ease .2s;
}
#recipe_recent_options .fa-spin.active{
	opacity: 1;
}
#recipe_recent_options .notice {
	text-align: left;
}
.select-founded-plugin + .fa-spin {
	display: none;
}

#add-ingredient {
	margin-top: -2px;
}
.recent-options-hide {
	text-align:right;
}

.ingredient-move-button {
	float: right;
	margin: 10px 1em 0;
	cursor: move;
	color:#a0a5aa;
}
.ingredient-remove-button {
	float: right;
	margin: 8px 1em 0;
	color: #A00;
	cursor: pointer;
}
.ingredient-hint {
	cursor:pointer;
	color: #999;
	font-size:16px;
}
.recipe-ingredient .dialog {
	display: none;
}
.recipe-ingredient.invalid {
	background-color: #FEF7F1;
}
.recipe-ingredient .form-table th {
	padding-top: 15px;
	padding-bottom: 15px;
}
.recipe-ingredient .form-table td {
	padding-top: 10px;
	padding-bottom: 10px;
}

option.placeholder {
	color: #999;
}
.add_ingredient_wrap {
	background-color: #ec971f;
	border-radius: 5px;
	padding: 10px;
	display: inline-block;
}
#add_ingredient_type, #add_ingredient_action {
	margin: 0;
	height: auto;
	/*box-shadow: none;*/
}

input[type=checkbox].wpchef-checkbox {
	display: none;
}
.wpchef-checkbox ~ label {
}
label.checkbox-checked, label.checkbox-disabled {
	display: none;
}
.wpchef-checkbox:checked ~ label, .wpchef-checkbox:disabled ~ label {
	display: none;
}
.wpchef-checkbox:checked ~ label.checkbox-checked, .wpchef-checkbox:disabled ~ label.checkbox-disabled {
	display:inline;
}
.wpchef-checkbox:disabled ~ label.checkbox-checked {
	display: none;
}
.wpchef-checkbox ~ label.checkbox-disabled {
	opacity: .4;
}
.wpchef-checkbox ~ label.checkbox-checked {
	margin-right: -0.1em;
}

.wp-menu-name .fa-stack {
	font-size: .8em;
	margin-left: .2em;
}
.plugin-update-tr .autoupdate-fail-message {
	margin:0 10px 8px 31px;
}

#adminmenu .update-plugins.errors {
	background-color: #c22;
}

.notice.wpchef-me-warning {
	margin: 10px 20px 0 0;
}
.plugin-card-bottom .column-ingredients {
	margin: 8px 0 -5px;
}

.wpchef-me-badge {
	float: right;
	font-size: 13px;
	color: #0073aa;
	margin-right: 5px;
}
.wpchef-me-badge .fa-user-circle {
	margin-right: 5px;
	font-size: 13px;
}


.autoupdate-3switcher {
	position: relative;
	overflow: visible;
	width: 5em;
}
.autoupdate-3switcher.button {
	color:white;
	box-shadow: none;
	border-color: #ccc;
}
.autoupdate-3switcher.button:hover {
	color:white;
	border-color: #eee;
}
.autoupdate-3switcher .switcher-items {
	position: absolute;
	background-color: white;
	top: 100%;
	left: -1px;
	right: -1px;
	margin: 1px 0px 0px;
	border: 1px solid rgb(204, 204, 204);
	border-radius: 3px;
	z-index: 1;
	display:none;
}
.autoupdate-3switcher .switcher-items > * {
	margin:0;
	text-align:center;
	padding:3px 0;
}
.autoupdate-3switcher .switcher-items > [data-value=off] {
	color: #999;
}
.autoupdate-3switcher .switcher-items > [data-value=off]:hover, .autoupdate-3switcher.autoupdate-off {
	background-color: #999;
}
.autoupdate-3switcher.autoupdate-off:hover {
	background-color: #aaa;
}
.autoupdate-3switcher .switcher-items > [data-value=minor] {
	color: #46B450;
}
.autoupdate-3switcher .switcher-items > [data-value=minor]:hover, .autoupdate-3switcher.autoupdate-minor {
	background-color: #46B450;
}
.autoupdate-3switcher.autoupdate-minor:hover {
	background-color: #56c460;
}
.autoupdate-3switcher .switcher-items > [data-value=major] {
	color: #00a0d2;
}
.autoupdate-3switcher .switcher-items > [data-value=major]:hover, .autoupdate-3switcher.autoupdate-major {
	background-color: #00a0d2;
}
.autoupdate-3switcher.autoupdate-major:hover {
	background-color: #10b0e2;
}

.autoupdate-3switcher .switcher-items > [data-value]:hover {
	color: white;
}

.recipe-activation-results {
	text-align: center;
}
.recipe-activation-results h2 {
	font-size: 2.6em;
}
.recipe-activation-results > p {
	font-size: 1.6em;
}
.recipe-activation-results .partial-details {
	margin: 5em 2em 1em;
	text-align: left;
}
.recipe-activation-results .notice {
	text-align: left;
}

.wpchef-external-link {
	background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2306c%22%20d%3D%22M1.5%204.518h5.982V10.5H1.5z%22%2F%3E%3Cpath%20d%3D%22M5.765%201H11v5.39L9.427%207.937l-1.31-1.31L5.393%209.35l-2.69-2.688%202.81-2.808L4.2%202.544z%22%20fill%3D%22%2306f%22%2F%3E%3Cpath%20d%3D%22M9.995%202.004l.022%204.885L8.2%205.07%205.32%207.95%204.09%206.723l2.882-2.88-1.85-1.852z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 13px;
}

#recipe_install .active > th, #recipe_install .active > .plugin-update  {
	border-left: 4px solid #00a0d2;
}
#recipe_install .active > * {
	background-color: #f7fcfe;
}
#recipe_install .impossible > * {
	background-color: #fff8e5;
}

.notice-recipe-author > div {
	margin: 1em 2em 1em 0;
	display: inline-block;
	vertical-align: top;
}

a.package-search-link {
	font-weight: bold;
	color: #0073aa;
}
.form-table th .fa-question-circle {
	font-size: 1.1em;
}
.form-table th > .fa-question-circle {
	position: relative;
	bottom: -2px;
}

.form-table .input-short {
	width: 100%;
	max-width: 24em;
}
.form-table .input-medium {
	width: 100%;
	max-width: 36em;
}
.ingredient-add-loadinfo {
	width: 3em;
	width: 1.5em;
	display: inline-block;
}
.ingredient-add-loadinfo .fa {
	display: none;
	margin: 8px 4px 0;
}

.ui-widget.ui-tooltip {
	font-size: 1em;
}

.wpchef-loadinfo {
	position: relative;
}
.wpchef-loadinfo > .loadinfo-content {
	opacity:.3;
	display:inline-block;
}
.wpchef-loadinfo > .loadinfo-spinner {
	display:inline-block;
	width:1em;
	height:1em;
	line-height:1em;
	text-align:center;
	position:absolute;
	left:50%;
	top:50%;
	margin:-.5em 0 0 -.5em;
}