#eut-import-loading {
	height:110px;
	background: url('../images/eut-loader.gif') no-repeat 50% 50%;
	text-align:center;
}
#eut-import-countdown {
	width: 140px;
	margin-left: 10px;
	float: left;
}

#eut-import-output-container {
	height: 300px;
	overflow-y: auto;
}

#eut-import-settings-note-wrap,
#eut-import-output-info {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.65);
    border: 1px solid #e3e3e3;
    margin: 20px 10px;
    padding: 20px;
}

#eut-import-info {
	margin-left: 1em;
}

.eut-admin-dummy-list .eut-admin-dummy-item {
    margin: 0 3% 3% 0;
    width: 21.7%;
	border: 1px solid #dedede;
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
	position: relative;
    float: left;
}

.eut-admin-dummy-screenshot a:focus {
	box-shadow: none;
	color: transparent;
}
.eut-admin-dummy-screenshot img {
	max-width: 100%;
}
.eut-admin-dummy-screenshot:after {
    padding-top: 75%;
}

.eut-admin-dummy-list .eut-admin-dummy-name {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.65);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset;
    font-size: 15px;
    font-weight: 600;
    height: 18px;
    margin: 0;
    overflow: hidden;
    padding: 15px;
    white-space: nowrap;
}

.eut-admin-dummy-options {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.65);
	padding: 15px;
	height: 48px;
}

.eut-admin-dummy-option {
	width: 50%;
	float: left;
}

.eut-admin-dummy-list .eut-admin-dummy-buttons {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.65);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    bottom: 0;
    height: 38px;
    padding: 9px 10px 0;
    position: absolute;
    right: 0;
}


/* Tablet (landscape) ----------- */
@media only screen and (max-width: 1600px) {

	.eut-admin-dummy-list .eut-admin-dummy-item {
		margin: 0 3% 3% 0;
		width: 29.7%;
	}

}

/* Tablet (portrait) ----------- */
@media only screen and (max-width: 1200px) {
	.eut-admin-dummy-list .eut-admin-dummy-item {
		margin: 0 3% 3% 0;
		width: 46.7%;
	}
}



/* Smartphones (landscape) ----------- */
@media only screen and (max-width: 767px) {

	.eut-admin-dummy-list .eut-admin-dummy-item {
		margin: 0 3% 3% 0;
		width: 96.7%;
	}
}
