
.upload-drop-zone {
	height: 100px;
	border-width: 2px;
	margin-bottom: 20px;
}

/* skin.css Style*/
.upload-drop-zone {
	color: #ccc;
	border-style: dashed;
	border-color: #ccc;
	line-height: 100px;
	text-align: center
}

.upload-drop-zone.drop {
	color: #222;
	border-color: #222;
	background-color: #fcfcfc;
	border-style: dotted;
}


.docsUpload {
	min-height: 60px;
    border: 1px var(--govapp-color) dashed;
    border-radius: 4px;
    padding: 10px;
    margin: 0px auto;
    font-size: 10pt;
    text-align: left;
    word-break: break-all;
}


.docsUpload.drop {
	border: 1px black dotted;
    background-color: #e8ebed;
}


.docsUpload button
{
    display: block;
    margin: 3px auto 0;
}


.pointer
{
    cursor: pointer;
}


.docsUpload .thumbnail
{
	width: fit-content;
	max-width: 100px;
	max-height: 100px;
	display: inline-block;
}


.docsUpload .thumbnail img
{
	max-width: 100px;
	max-height: 100px;
}


.picsUpload .attachPrevDocs
{
	display: inline;
	width: fit-content;
	height: fit-content;
}


.picsUpload .attachPrevDocs .prevUploadPicsDiv
{
	display: inline;
	width: fit-content;
	height: fit-content;
}


.picsUpload .attachDocsUpload
{
	display: inline !important;
	width: fit-content;
	height: fit-content;
}

