.tbox {
	font-family: Courier, Courier New, monospace;
	font-size: 10px;
}
.divImported {
	height: 170px;
	width: 160px;
    overflow: auto;
}
.FailMessage {
    position: absolute;
    top: 300px;
    left: -300px;
    padding: 10px;
    border:3px solid red;
    background: #FFF;
    font-weight: bold;
    font-size: 20px;
    z-index: 3000;
    color: Red;
    text-align: center;
}

.SuccessMessage {
    position: absolute;
    top: 300px;
    left: -300px;
    padding: 10px;
    border:3px solid Green;
    background: #FFF;
    font-weight: bold;
    font-size: 20px;
    z-index: 3000;
    color: Green;
    text-align: center;
}
// File Upload
#ufile_name {
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	color: #153b48;
	background:white;
	font-size:16px;
	display:inline-block;
}
#ufile_dropzone,.ufile_dropzone {
	display:inline-block;
	background:whitesmoke;
	border:2px dashed silver;
	border-radius:8px;
	width:250px;
	height:50px;
	position:relative;
	text-align:center;
}
#ufile_dropzonelabel,.ufile_dropzonelabel {
	display:inline-block;
	position:absolute;
	color:dimgrey;
	font-size:15px;
	top:17px;
	left:20px;
}
.ufile_dropzonename {
	color:midnightblue;
	font-size:9px;
	margin:3px;
}
.ufileBtns { text-align:center; }
.inputfile {
	width: 0px;
	height: 0px;
	overflow:hidden;
}
.inputfile + label,.ufile_btn {
	color: midnightblue;
	border: 1px solid midnightblue;
	padding:2px 10px;
	border-radius:3px;
	background:white;
	cursor: pointer;
    cursor: hand;
	font-weight:bold;
}
.ufile_btn {
	display:inline-block;
}
.inputfile + label {
	position:absolute;
	right:7px;
	top:16px;
}
.inputfile:focus + label,.inputfile + label:hover,.ufile_btn:hover {
	color:white;
	background:silver;
}
.ufile_file {		/* Dropped File Here */
	width:250px;
	background:whitesmoke;
	padding:4px;
	padding: 2px 10px;
	border:1px dashed silver;
	position:relative;
	display:inline-block;
	text-align:left;
	margin-top:5px;
	min-height:22px;
	border-radius:5px;
}
.ufile_file:last-child {
	margin-bottom:5px;
}
.ufileContainer { padding-bottom:15px; }
.ufileContainer[data-count='0'] { padding-bottom:3px; }
.ufile_fname {
	width:450px;
	font-size:9px;
	color:dimgrey;
	overflow:hidden;
}
.ufile_icon {
	position:absolute;
	top:5px;
	right:5px;
	font-size:20px;
}
.divclose {
	font-size:18px;
	cursor: pointer;
    cursor: hand;
	position:absolute;
	top:-9px;
	right:-9px;
	background:white;
}
.divclose:hover {
	color:gold;
}
.thumbnail {
	position:relative;
	display:inline-block;
	border-radius:5px;
	overflow:hidden;
	margin-bottom:4px;
	margin-right:14px;
	box-shadow: 4px 4px 5px rgba(72, 61, 139, .5);
	background-position:center center;
	background-repeat:no-repeat;
	cursor: pointer;
    cursor: hand;
}
.ufile_meta {
	padding:6px;
	border:2px dotted silver;
	border-radius:8px;
	margin-bottom:15px;
	white-space:nowrap;
	overflow:hidden;
	background:ivory;
}
.ufile_obj_tn {
	display:inline-block;
}
.ufile_obj_file {
	margin-top:3px;
}
.ufile_meta_img .ufile_metainputs {
	display:inline-block;
	vertical-align:top;
}
.ufile_metainput_table {
	display:table;
	border-collapse:collapse;
}
.ufile_metainput {
	display:table-row;
	border-bottom:1px dotted lightblue;
}
.ufile_metainput:last-child {
	border-bottom:none;
}
.ufile_metainput_label {
	color:midnightblue;
	display:table-cell;
	padding-right:12px;
	padding-bottom:3px;
	margin-bottom:3px;
}
.ufile_metainput_input {
	display:table-cell;
	padding-bottom:3px;
	margin-bottom:3px;
}


