<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Styles for HTML5 File Drag &amp; Drop demonstration
Featured on SitePoint.com
Developed by Craig Buckler (@craigbuckler) of OptimalWorks.net
*/
body
{
    /*
	font-family: "Segoe UI", Tahoma, Helvetica, freesans, sans-serif;
	font-size: 90%;
	margin: 10px;*/
	/*color: #333;
	background-color: #fff;*/
}
/*
h1, h2
{
	font-size: 1.5em;
	font-weight: normal;
}

h2
{
	font-size: 1.3em;
}
*/
legend
{
	font-weight: bold;
	color: #333;
}

#IEfileSelectContainer
{
    height:146px;
    
    width:430px !important;
    
    font-weight: bold;
	
    padding : 1em 0 0 20px;
	margin: 1em 0 ;
	padding-left:2em;
	
	color: #555;
	border: 2px dashed blue;
	border-radius: 7px;
	cursor: default;
	border: 2px dashed #CCE6FF;
	text-decoration:none;

	
}

IEfileSelectContainer p
{
    margin-left:20px;
}

#IEfileSelectContainer &gt; a
{
    text-decoration:none !important;
    color:#6bb3ff !important;
   
}
   



#IEfileSelectContainer span
{
    float:left;
     margin-right:1em;
}

 .abort , .remove 
{ 
  
   text-decoration:none;
}
 
img.Icon
{
     width:60px;
     height:60px;
     padding-right:5px;
    
}

#ajaxloading
{
   
}

#filedrag.hover
{
	color:  #FF8D13;
    border: 3px solid  #79e32b ;
	box-shadow: inset 0 3px 4px #888;
	 
	
	
}



pre
{
	width: 95%;
	height: 8em;
	font-family: monospace;
	font-size: 0.9em;
	padding: 1px 2px;
	margin: 0 0 1em auto;
	border: 1px inset #666;
	background-color: #eee;
	overflow: auto;
}

/*
#messages
{
   
    width:475px !important;
	height:163px;    
	padding: 0 10px;	
	margin-right:1em;
	float:left;
	
}

#messages div.progressContainer
{
    float:left;
    width:450px !important;
    padding-left:0px;
    margin-top:5px;
    height:auto;
  
}*/

/*  jquery progress bar */
.ProgressBar
{
    width:7em !important;
    height:1em  !important;

  
}
.large
{
    width:15em !important;
    height:2em  !important;
    float :left !important;
    
}


.div1
{ 
    position :relative  !important;
    top:0px !important;
    left:0px !important;
    width:20px !important;
    
}

div.progressContainer div.filename
{  
    float:left;
    width:220px !important;
    
}
div.progressContainer div.prog 
{
    float:left;
    top: 2px !important;
    left:20px !important;
    width:60px !important;

    
}
div.progressContainer div.size 
{
     float:right;
    top:0px !important;
   
    width:100px !important;
    
    vertical-align:middle !important;
    text-align:right;
    
}
/*
div.removeicon 
{
   float:right;
    top:0px !important;
   
    width:30px !important;

    
}


#messages hr
{
     float: left;
     width:inherit;
     margin-left:0px  !important; 
     margin-bottom:5px;
    
}*/

.Upload{
        background-color: #79e32b !important;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
        color:White;
}

#randomFolderName
{
    visibility:hidden;
}



</pre></body></html>