/*-------------------------
    Simple reset
--------------------------*/


*{
    margin:0;
    padding:0;
}


/*----------------------------
    The file upload form
-----------------------------*/

#drop{
	margin-top: 15px;
    background-color: rgba(237, 240, 243, 0.41);
   
    margin-bottom: 30px;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 6px;
  	padding: 2% 2% 2% 20%;
    border: 1px dashed #7f7f7f;'
    text-align: center;
    text-transform: uppercase;
    font-size:16px;
    font-weight:bold;
    color:#7f858a;
}

#drop a{
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
}


#drop input{
    display:none;
}

#upload ul{
    list-style:none;
    margin:0 -30px;
   
}

#upload ul li{
    padding:55px 0px 10px 0px;
  	color: #333639;
    position: relative;
}

#upload ul li input{
    display: none;
}

#upload ul li p{
    width: 30%;
    overflow: hidden;
    white-space: nowrap;
    color: #7f858a;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 35%;
}

#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#upload ul li canvas{
    top: 15px;
    left: 10px;
    position: absolute;
}

#upload ul li span{
    width: 15px;
    height: 50px;
    background: url('../img/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}

#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p{
    color:red;
}


/*----------------------------
    The Demo Footer
-----------------------------*/



#tzine-download{
    opacity:0.9;
    background-color:#257691;
    font-size:11px;
    text-align:center;
    text-transform:uppercase;
    width:150px;
    height:28px;
    line-height:28px;
    text-decoration:none !important;

    display: inline-block;
    border-radius: 2px;
    color: #fff !Important;
    font-weight: bold;
    box-shadow: 0 -1px 2px #1e5e74 inset;

    border-top:1px solid #26849c;

    text-shadow:1px 1px 1px #1e6176;
    margin-top:6px;
}

#tzine-download:hover{
    opacity:1;
}

#tzine-actions{
    position:absolute;
    top:0;
    width:500px;
    right:50%;
    margin-right:-420px;
    text-align:right;
}

#tzine-actions iframe{
    display: inline-block;
    height: 21px;
    width: 95px;
    position: relative;
    float: left;
    margin-top: 11px;
}
