body {font: 12px Tahoma, "Trebuchet MS", Tahoma, sans-serif; line-height: 1.6em; color: #222;background-color: #fbf9f9; }

a {	color: #455a64; text-decoration: none; }
a:hover { color: #808080; text-decoration: none; }

#demo-status {
	background-color: #ffffff;
	margin: auto;
	padding: 10px 15px;
	width: 100%;
    max-width: 750px;
	border: 1px solid #eee;
}

#demo-status .progress {
	background: url(../assets/progress-bar/progress.gif) no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
	vertical-align: middle;
}

#demo-status .progress-text {
	font-size: 0.9em;
	
	
}

#demo-list {
	list-style: none;
	width: 100%;
    max-width: 750px;
	padding: 10px 15px;
	background-color: #ffffff;
	margin: auto;
	position: relative;
}

#demo-list li.validation-error {
	margin: auto;
	padding-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	color: #8a1f11;
	cursor: pointer;
	border-bottom: 1px solid #fbc2c4;
	background: #fbe3e4 url(../assets/failed.png) no-repeat 4px 4px;
}

#demo-list li.file {
	border-bottom: 1px solid #eee;
	overflow: auto;
	
}
#demo-list li.file.file-uploading {
	background-image: url(../assets/uploading.png);
	background-color: #D9DDE9;
}
#demo-list li.file.file-success {
	background-image: url(../assets/success.png);
}
#demo-list li.file.file-failed {
	background-image: url(../assets/failed.png);
}

#demo-list li.file .file-name {
	font-size: 11px;
	margin-left: 44px;
	display: block;
	line-height: 25px;
	height: 30px;
}
#demo-list li.file .file-size {
	font-size: 0.9em;
	line-height: 18px;
	float: right;
	margin-top: 2px;
	margin-right: 6px;
}
#demo-list li.file .file-info {
	display: block;
	margin-left: 44px;
	font-size: 0.9em;
	line-height: 20px;
	clear
}
#demo-list li.file .file-remove {
	clear: right;
	float: right;
	line-height: 18px;
	margin-right: 6px;
}

.bottom-nav {
    line-height: 36px;
    text-align: center;
    margin-top: 50px;
    font-size: 12px;
}
.clr {
    clear: both;
}
.pagi-nav {
    max-width: 100%;
    display: inline-block;
}
.pagi-nav > span {
    display: inline-block;
}
.navigation {
    text-align: center;
}

.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {
    display: inline-block;
    padding: 0 5px;
    min-width: 36px;
    background-color: #fff;
    margin: 0 3px;
    border-radius: 18px;
    margin-top: 10px;
    box-shadow: inset 0px 0 0 1px rgba(0, 0, 0, 0.1);
}

.navigation span, .pagi-nav a:hover {
    background-color: #67747e;
    color: #fff;
}
.btn-goload {
	margin-top: 12px;
    background-color: #455a64;
    color: #fff;
    border: #455a64;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.add_text {
	cursor: pointer;
}
.input-text {
	display: none;
    position: absolute;
    z-index: 99;
	background-color: #fff;
    padding: 10px;
	box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
    border-radius: 6px;
}
.input-text > textarea {
	width: max-content;
    height: 250px;
	margin-bottom: 12px;
	border: 1px solid #ddd;
    border-radius: 6px;
	min-width: 350px;
}
.text-btn {
	background-color: #03a9f4;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
	cursor: pointer;
}
.close-btn {
    background-color: #f44336;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
    cursor: pointer;
    margin-left: 13px;
}
.proc-hide {
	display: none;
}