/* CSS Document */

.upload-area {
    background-color: #EEE; 
    border: #999 5px dashed;
    width: 70%; 
    height: 200px;
    padding: 8px;
    font-size: 18px;
	text-align: center;
}

.upload-area2{
    width: 70%;
    height: 200px;
    border: 2px solid lightgray;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
    overflow: auto;
}

.upload-area:hover{
    cursor: pointer;
}

.upload-area h1{
    text-align: center;
    font-weight: normal;
    font-family: sans-serif;
    line-height: 50px;
    color: darkslategray;
}

#file{
    display: none;
}

/*---------------------------------------
      PHOTO THUMBNAIL [DATATABLES]            
  -----------------------------------------*/

/* Thumbnail */
.thumbnail_photo{
    width: 80px;
    height: 100px;
    padding: 2px;
    border: 2px solid lightgray;
    border-radius: 3px;
    float: left;
    margin: 5px;
}

.size{
    font-size:12px;
}

/*---------------------------------------
      THUMBNAIL [UPLOADS]            
  -----------------------------------------*/

/* Thumbnail */
.thumbnail_upload{
    width: 80px;
    height: 80px;
    padding: 2px;
    border: 2px solid lightgray;
    border-radius: 3px;
    float: left;
    margin: 5px;
}

.size{
    font-size:12px;
}