/*-------------------------
    Simple reset
--------------------------*/

/*
*{
    margin:0;
    padding:0;
}
*/

/*-------------------------
    General Styles
--------------------------*/

/*
html{
    background-color:#ebebec;

    background-image:-webkit-radial-gradient(center, #ebebec, #b4b4b4);
    background-image:-moz-radial-gradient(center, #ebebec, #b4b4b4);
    background-image:radial-gradient(center, #ebebec, #b4b4b4);

    min-height:900px;
}
*/
/*body{
    font:15px/1.3 Arial, sans-serif;
    color: #4f4f4f;
}

a, a:visited {
    outline:none;
    color:#389dc1;
}

a:hover{
    text-decoration:none;
}*/

section, footer, header, aside{
    display: block;
}

.incolla_new_up{ width:100%; position:absolute; top:70px; padding:3px 0px 3px 0px; left:0px; font-size:15px; color:black; font-weight:bold; background-color:#ededed; text-align:center; }
/*.incolla_new_up{ position:absolute; right:0px; width:100%; top:76px; display:inline-block; right:0px; text-align:right; background-color:red;  font-size:15px; color:#0986a3; font-weight:bold;  cursor:pointer}*/

.incolla_new_up_incolla{ width:100%; position:absolute; top:70px; padding:3px 0px 3px 0px; left:0px; font-size:15px; color:white; font-weight:bold; background-color:red; text-align:center;cursor:pointer}

.incolla_new_up2{ width:100%; position:fixed; z-index:99; font-size:15px;  background-color:white;  color:white; font-weight:bold; text-align:center; cursor:pointer}
/*----------------------------
    The file upload form
-----------------------------*/


#upload{
    font-family:'PT Sans Narrow', sans-serif;
    background-color:white;
    width:100%;
    padding:15px 0px 35px 0px;
    border-radius:3px;
    margin:0px auto;
	
	
    
  
}

#drop{
    background-color: white;
    padding: 20px 30px;
    margin-bottom: 0px;
	
    border: 3px dashed #a5a092 ;
    border-radius:0px;
   
    text-align: center;
    text-transform: uppercase;

    font-size:16px;
    font-weight:bold;
    color:#7f858a;
}

#drop a{
    background-color:#ededed;
    padding:12px 26px;
    color:black;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    margin-top:12px;
    line-height:1;
}

#drop a:hover{
    background-color:#0986a3;
}

#drop input{
    display:none;
}

/*
#upload ul{
    list-style:none;
    margin:0 -30px;
    border-top:1px solid #2b2e31;
    border-bottom:1px solid #3d4043;
}

#upload ul li{

    background-color:#333639;

    background-image:-webkit-linear-gradient(top, #333639, #303335);
    background-image:-moz-linear-gradient(top, #333639, #303335);
    background-image:linear-gradient(top, #333639, #303335);

    border-top:1px solid #3d4043;
    border-bottom:1px solid #2b2e31;
    padding:15px;
    height: 72px;
   
    position: relative;
}
*/



#upload ul{
    list-style:none;
    margin:0px;
	padding-left:0px;
	background-color:#ededed;
    margin-left:0px;
    
}

#upload ul li{

    background-color:white;
    border-bottom:1px solid grey;
    padding:15px 0px 5px 0px;
    height: 100px;
	color:#403930;
   
    position: relative;
}





#upload ul li input{
    display: none;
}

/*
#upload ul li p{
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    font-size: 13px;
    
    float:right;
}
*/

#upload ul li p{
    width:100%;
	padding-left:60px;
    overflow: hidden;
    white-space: nowrap;
    color: black;
    font-size: 15px;
    box-sizing: border-box; -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;
    float:left;
}



#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#upload ul li canvas{
    top: 15px;
    left: 2px;
    position: absolute;
}

#upload ul li span{
    width: 15px;
    height: 13px;
   
    position: absolute;
    top: 34px;
    right: 33px;
    cursor: pointer;
	
}


/*
#upload ul li.ok span{
    width: 15px;
    height: 13px;
    background: url('../images/icons_ok.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor: pointer;
	
}
#upload ul li.no span{
    width: 15px;
    height: 13px;
    background: url('../images/icons_no.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor: pointer;
	
}
*/

#upload ul li.ok span{
    width: 15px;
    height: 13px;
    background: url('../images/icons_ok.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor: pointer;
	
}
#upload ul li.no span{
	width:100%; color:red;
	float:left;
	
}




.testo_result{float:left; width:100%; background-color:#ededed;  }

/*
#upload ul li.working span{
   width: 15px;
    height: 13px;
    background: url('../images/icons_no.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor: pointer;
}*/

#upload ul li.error p{
    color: red;
}

#note, #note a{
    color: #7f858a;
}

#note span{
    color: black;
}

#note-error{
    cursor:pointer;
}


/*----------------------------
    The Demo Footer
-----------------------------*/


footer{
    background-color: #080808;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
    height: 40px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100000;
}

footer h2{
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    top:0;
    left: 50%;
    bottom:0;
    margin-left: -420px;
    padding:13px 20px 0;
    border:1px solid #000;
    border-width:0 1px;
    background-color:rgba(0,0,0,0.6);
    box-shadow:0 0 5px #000 inset;
    line-height: 1;
    margin-top: 0;
}

footer h2 a{
    color: #EEEEEE !important;
    text-decoration:none !important;
}

footer h2 i{
    font-style:normal;
    color:#888;
}

#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;
}
