/* 
	A couple styles to make the demo page look good
 */

.fileupload {
	margin-bottom: 1rem;
}
.fileupload [class*="col-"] {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.fileupload hr {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.fileupload #files {
    overflow-y: scroll !important;
    min-height: 320px;
}
@media (min-width: 768px) {
	.fileupload #files {
		min-height: 0;
	}
}
.fileupload #debug {
	overflow-y: scroll !important;
	height: 180px;	
}

.fileupload .dm-uploader {

	text-align: center;
}
.fileupload .dm-uploader.active {
	border-color: red;

	border-style: solid;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th{
	border: 2px solid #85257f38 !important;
}
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th{
	border: 2px solid #85257f38 !important;
}
.table > tbody > tr > td, .table > tbody > tr > th{
	padding: 0.5rem;
}
a{

}
a:hover{
	color: #bdbdbd!important;
	text-decoration: underline;
}
a.link:active{
	color: #bdbdbd!important;
	text-decoration: underline;
}
a.link:focus{
	color: #bdbdbd!important;
	text-decoration: underline;
}
select.form-control{
	appearance:auto;
}
