.dt-alertify-response {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: left;
}

.dt-dummy-screenshot {
	position: relative;
	width: 215px;
	float: left;
}

.dt-dummy-screenshot a {
	display: block;
}

.dt-dummy-screenshot img {
	width: 100%;
	height: auto;
	display: block;
}

.dt-dummy-controls {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 251px;
}

.dt-dummy-controls-block {
	padding-bottom: 1.33em;
}

.dt-dummy-controls-block:last-child {
	padding-bottom: 0;
}

.dt-dummy-controls-block p:first-child {
	margin-top: 0;
}

.dt-dummy-controls-block label,
.dt-dummy-controls-block .dt-dummy-checkbox-desc
{
	padding: 0px 10px 10px 0px;
	display: inline-block;
	vertical-align: middle;
}

.dt-dummy-controls-block h4 {
	margin-top: 0em;
}

.dt-dummy-button-wrap {
	display: inline-block;
}

.dt-dummy-button-wrap .spinner {
	margin-top: 4px;
}

.dt-dummy-button-wrap .button-primary.button--importing,
.dt-dummy-button-wrap .button-primary.button--importing:hover
{
	cursor: default;
}

.dt-dummy-alertify-loading .alertify-buttons{
	display: none;
}

.dt-dummy-alertify-loading .dt-dummy-spinner {
	display: block;
	height: 32px;
	background: url(../images/spinner.gif) no-repeat;
	background-position: center center;
	opacity: 0.7;
}

.new-badge {
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: #fe6363;
	border-radius: 3px;
	color: #ffffff;
	padding: 5px;
}

.dt-dummy-tags span,
.dt-dummy-tag
{
	padding: 5px;
	margin: 0 5px 0 0;
	background-color: #F9F9F9;
	border-radius: 3px;
	border: 1px solid #ddd;
}

.dt-dummy-tags-filter {
	display: inline-block;
}

/* PHP status table */
table.dt-dummy-php-status h2 {
	font-size: 14px;
	margin: 0
}

table.dt-dummy-php-status tr:nth-child(2n) td {
	background: #fcfcfc
}

table.dt-dummy-php-status td mark {
	background: 0 0;
}

table.dt-dummy-php-status td mark.yes {
	color: #7ad03a;
}

table.dt-dummy-php-status td mark.error {
	color: #a00;
}




#the7-dashboard .dt-dummy-search {
	margin: 24px 0 16px 0;
}
#the7-dashboard .dt-dummy-search input {
	margin: 0;
}

#the7-dashboard .dt-dummy-content {
	margin: 16px 0;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
	background: #fff;
}
#the7-dashboard .dt-dummy-import-item {
	overflow: hidden;
	padding: 0 18px 18px 18px;
}
#the7-dashboard .dt-dummy-content h3 {
	padding: 8px 16px;
	margin: 0 0 16px 0;
	font-size: 18px;
	font-weight: 400;
	background-color: #F9F9F9;
}


.the7-installation-status {
	position: fixed;
	top: 15%;
	left: 25%;
	box-sizing: border-box;
	width: 50%;
	height: 70%;
	padding: 8px 24px;
	overflow: auto;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.4);
	background: #fff;
}
#the7-dashboard .the7-updated:before,
#the7-dashboard .the7-error:before {
	float: left;
	content: "\2022";
	padding-right: 8px;
	font-size: 20px;
	line-height: 20px;
	vertical-align: top;
}
#the7-dashboard .the7-updated:before {
	color: #27ae60;
}
#the7-dashboard .the7-error:before {
	color: #e74c3c;
}
#the7-dashboard .dt-dummy-inline-msg.inline {
	padding-bottom: 1.33em;
}
#the7-dashboard .dt-dummy-inline-msg.inline p {
	margin-top: 0;
}
#the7-dashboard .dt-dummy-controls p {
	margin: 0;
}
#the7-dashboard .dt-dummy-controls ul,
#the7-dashboard .dt-dummy-controls ol {
	margin-bottom: 0;
}
.dt-dummy-import-settings.disabled {
	color: #c7c7c7;
}