
/*----------------------------
    The file upload form
-----------------------------*/


#drop {
  background: #fff;
-webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
  padding: 23px 50px 30px 50px;
  margin-bottom: 30px;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #414142;
}

#drop a{
  border: 2px solid transparent;
color: #fff;
transition: all ease .5s;
background: #95c11e;
  padding: 12px 26px;
  cursor: pointer;
  display: inline-block;
  margin-top: 12px;
  line-height: 1;
  margin-left: 13px;
}


#drop input{
    display:none;
}

#quoteForm ul{
    list-style:none;
    margin:0 0;
    border-top:1px solid #2b2e31;
    border-bottom:1px solid #3d4043;
}

#quoteForm 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: 14px 0px;
  height: 52px;
  position: relative;
  margin-left: 0px;
    list-style: none;
}

#quoteForm ul li input{
    display: none;
}

#quoteForm ul li p{
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
}

#quoteForm ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#quoteForm ul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
}

#quoteForm ul li span{
    width: 15px;
    height: 12px;
    background: url('../img/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}

#quoteForm ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#quoteForm ul li.error p{
    color:red;
}



#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;
}

.uploadBox p {
  width: 100% !important;
}
