div.teams-dd-attach {
	padding: 10px 10px;
	min-height: 150px;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	width: auto;
	min-width: 700px;
	position: relative;
}

div.teams-dd-attach div.dz-message {
	text-align: center;
}

div.teams-dd-attach div.dz-message i {
	font-size: 4em;
	position: relative;
}

div.teams-dd-attach div.dz-message span,div.teams-dd-attach div.tdda-drop-message span
	{
	font-size: 1.5em;
	display: block;
	line-height: 1.8em;
	font-weight: bold;
}

div.teams-dd-attach div.dz-message span:last-child {
	font-size: 1.5em;
	font-weight: normal;
}

.dropzone .dz-preview.tdda-row {
	width: 100%;
	margin: 0;
}

.panelContainer .dropzone .buttonContainer {
	padding-bottom: 0;
}

.dropzone.dz-started .buttonContainer {
	margin-bottom: 10px;
}

.tdda-meta {
	min-width: 345px;
	position: relative;
}

.tdda-meta>div.tdda-field, .tdda-header>div.tdda-field {
	display: inline-block;
	margin-right:10px;
}

.tdda-meta>div.tdda-field:last-child {
	margin-right: 0;
}

.tdda-row>div, .tdda-header {
	display: inline-block;
	min-height: 17px;
}

.tdda-view,.tdda-actions,.tdda-description {
	visibility: hidden;
	display: inline-block;
}

.dz-success .tdda-view,.dz-success .tdda-actions,.dz-success .tdda-description
	{
	visibility: visible;
}

.tdda-view,.tdda-actions {
	padding: 5px;
	font-size: 14px;
	min-width: 26px;
	min-height: 26px;
	text-align: center;
	vertical-align: baseline;
}

.tdda-view {
	margin-right: 5px;
}

.tdda-actions {
	margin-left: 1px;
}

.tdda-view:hover,.tdda-actions:hover {
	background: #eee;
	border-radius: 3px;
	cursor: pointer;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.25);
	outline: none;
	transition: box-shadow 70ms ease-out, background-color 70ms ease-out;
}

div.teams-dd-attach.dropzone .dz-message {
	margin: 0;
	margin-top: -25px;
}

div.teams-dd-attach.dropzone.dz-started .dz-message {
	display: block;
	position: relative;
	text-align: right;
	top: -18px;
	right: 0px;
	left: 350px;
	margin-right: 350px;
}

div.teams-dd-attach.dropzone.dz-started div.dz-message i {
	font-size: 1.5em;
	vertical-align: middle;
	padding-right: .5em;
}

div.teams-dd-attach.dropzone.dz-started div.dz-message span,div.teams-dd-attach.dropzone.dz-started div.tdda-drop-message span
	{
	font-size: 1em;
	display: inline-block;
	line-height: 1.8em;
	font-weight: bold;
}

div.teams-dd-attach.dropzone.dz-started div.dz-message span:last-child {
	font-size: 1em;
	font-weight: normal;
	padding-left: .5em;
}

.tdda-file>.tdda-file-name, .tdda-file-header {
	width: calc(100% -   35px);
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.tdda-row .tdda-file, .tdda-file-header {
	width:350px;
	text-align:center;
}

.tdda-file>.tdda-file-name>span {
	cursor: pointer;
}

.tdda-field, .tdda-field>input[type="text"], .tdda-field>select {
    max-width: 345px;
    padding-bottom: 0;
    padding-top: 0;
    margin: 0;
    width: 200px;
    display: inline-block;
    text-align:center;
}

.tdda-delete-field {
	width: 30px;
}

.tdda-field>input::-webkit-input-placeholder {
	color: #b9b9b9;
}

.dropzone .tdda-row.dz-preview {
	min-height: 30px;
	margin-top: 2px;
	border-radius: 3px;
	padding: 3px 3px 2px 3px;
}

.dropzone .tdda-row.dz-preview:nth-child(2n+1) {
	background: #f1f1f1;
}

.dropzone .tdda-row.dz-preview .dz-progress {
	top: 0;
	margin: 0;
	left: 0;
	border-radius: 3px;
	height: 26px;
	width: 100%;
	border: 1px solid #d3d3d3;
}

.dropzone .tdda-row.dz-preview .dz-progress .dz-upload {
	background: #eeeeee;
}

div.tdda-drop-message {
	position: absolute;
	top: -1px;
	left: -1px;
	text-align: center;
	background: #fffcc8;
	opacity: .9;
	width: 845px;
	height: 150px;
	border: 4px dashed #255a99;
	border-radius: 5px;
	display: table;
	z-index: 1001;
	visibility: hidden;
}

div.teams-dd-attach.dropzone div.tdda-drop-message span {
	display: table-cell;
	vertical-align: middle;
}

/* .tdda-file.tdda-external {
    background: #f9f9f9;
    border-radius: 3px;
} */
.tdda-file.tdda-external .tdda-view i:before {
	content: '\f14c';
}

div.teams-dd-attach.dropzone.dz-drag-hover {
	border-style: solid;
}

div.teams-dd-attach.dropzone.dz-drag-hover .dz-message {
	opacity: 1;
}

#dwtcontrolContainer {
	display:none;
}

.dropzone select {
    background-color: white;
    border-radius: 3px;
    height: 26px;
    border-color: #B0B0B0;
}

.dropzone select:disabled {
	background-color: rgb(235, 235, 228);
	color: #404040;
}

.dropzone .dz-preview .dz-error-message {
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 345px;
	border-radius: 3px;
	height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: inherit;
}

.dropzone .dz-preview .dz-error-message span {
	display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropzone .dz-preview .dz-error-message:after {
    border: none;
}

#scanLog, #scanErrorLog {
	min-height: 30px;
	text-align: center;
	width: 100%;
}

#scanDialog select {
	height: 26px;
	border-radius: 3px;
	width: 100%;
	border-color: #b0b0b0;
}