@charset "UTF-8";

.goto_demo {
	display: none !important;
}

#wpwrap table.widefat tbody tr.alternate {
	background-color: transparent;
}

#wpwrap table.widefat tbody tr:nth-child(even) th:nth-child(odd),
#wpwrap table.widefat tbody tr:nth-child(even) td:nth-child(odd) {
	background-color: rgba(0, 0, 0, .03)
}
#wpwrap table.widefat tbody tr:nth-child(even) th:nth-child(even),
#wpwrap table.widefat tbody tr:nth-child(even) td:nth-child(even) {
	background-color: rgba(0, 0, 0, .06)
}
#wpwrap table.widefat tbody tr:nth-child(odd) th:nth-child(odd),
#wpwrap table.widefat tbody tr:nth-child(odd) td:nth-child(odd) {
	background-color: rgba(0, 0, 0, 0)
}
#wpwrap table.widefat tbody tr:nth-child(odd) th:nth-child(even),
#wpwrap table.widefat tbody tr:nth-child(odd) td:nth-child(even) {
	background-color: rgba(0, 0, 0, .03)
}

#wpwrap table.widefat thead tr th:nth-child(odd),
#wpwrap table.widefat thead tr td:nth-child(odd) {
	background-color: rgba(0, 0, 0, .0);
}
#wpwrap table.widefat thead tr th:nth-child(even),
#wpwrap table.widefat thead tr td:nth-child(even) {
	background-color: rgba(0, 0, 0, .03);
}

#wpwrap table.widefat tfoot tr th:nth-child(odd),
#wpwrap table.widefat tfoot tr td:nth-child(odd) {
	background-color: rgba(0, 0, 0, .0);
}
#wpwrap table.widefat tfoot tr th:nth-child(even),
#wpwrap table.widefat tfoot tr td:nth-child(even) {
	background-color: rgba(0, 0, 0, .03);
}

#wpwrap textarea.code {
	overflow: auto;
	overflow-wrap: normal;
	white-space: pre;
}

#wpwrap p label input[type=radio] {
	margin: 0px;
	width: auto;
}
#wpwrap .ssif_settings .input-text {
	width: 100%;
}
#wpwrap .ssif_settings .input-textarea {
	width: 100%;
}
#wpwrap .ssif_settings .input-select {
	width: 100%;
}

#wpwrap div#widgets-right .widgets-sortables .description strong {
	background:#FFF;
	color:#F00;
}
#wpwrap div#widgets-right .widgets-sortables .description em {
	background:#FFF;
	color:#CC0;
}

#wpwrap .description .ok {
	color:#0F0;
}
#wpwrap .description .error {
	color:#F00;
}
#wpwrap .description .warn {
	color:#EE1;
}
#wpwrap .description .info {
	color:#07F;
}
