.main-page {
	min-height: 350px;
	padding-bottom: 100px;
}

.checkbox .cr {
	position: relative;
	display: inline-block;
	border: 1px solid #a9a9a9;
	border-radius: 0.25em;
	width: 1.3em;
	height: 1.3em;
	/* float: left; */
	margin-right: 0.5em;
}

.checkbox .cr .cr-icon {
	position: absolute;
	font-size: 0.8em;
	line-height: 0;
	top: 50%;
	left: 15%;
}

.checkbox label input[type='checkbox'] {
	display: none;
}

.checkbox label input[type='checkbox'] + .cr > .cr-icon {
	opacity: 0;
}

.checkbox label input[type='checkbox']:checked + .cr > .cr-icon {
	opacity: 1;
}

.checkbox label input[type='checkbox']:disabled + .cr {
	opacity: 0.5;
}
.error {
	color: red;
}
.success {
	color: rgb(125, 226, 100);
}
.table-list {
	padding: 20px 0px;
}
.parent-import {
	list-style: decimal;
}
.parent-import ul {
	list-style: disc;
}
.footer {
	/* position: fixed;
	width: 100%;
	bottom: 30px; */
	padding: 20px 0;
}

.loader,
.loader:before,
.loader:after {
	background: #977878;
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: 1em;
	height: 4em;
}
.loader {
	color: #977878;
	text-indent: -9999em;
	/* margin: 88px auto; */
	position: absolute;
	font-size: 11px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loader:before,
.loader:after {
	position: absolute;
	top: 0;
	content: '';
}
.loader:before {
	left: -1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader:after {
	left: 1.5em;
}
#loading {
	position: relative;
	/* height: 70px; */
}
.upload.item {
	border: 1px solid;
	margin-bottom: 20px;
}
.upload.item h4 {
	border-bottom: 1px solid;
	margin: 0;
	padding: 5px;
}
.delete-button {
	float: right;
	font-size: 15px;
}
.parent-import p {
	padding: 10px 7px 0 0;
}
@-webkit-keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}
@keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}
