#form-poster textarea{
  height: 100px;
}

.upload-files-button{
  width: 100%;
  line-height: 26px;
  background-color:#7d7596 !important;
}

.upload-files-button:hover{
  background-color:#68617d !important;
  border-color: #68617d !important;
}


.ul-uploads{
  font-size: 16px;
}

/* #drop{
    padding: 40px 50px;
    margin-bottom: 30px;
    border: 2px dashed #354BCF;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size:16px;
    font-weight:bold;
    color:#7f858a;
} */

/* #drop a{
    background-color:#7d7596;
    padding:12px 26px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
} */

/* #drop a:hover{
    background-color:#68617d;
} */

#drop input{
    display:none;
}

/* #upload ul{
    list-style:none;
    margin:0 -30px;
} */

/* #upload ul li{

	  border-bottom: 1px solid #AAAAAA;
    padding-left:15px;
    position: relative;
    display: inline-flex;
    width: 350px;
    margin-top: 10px;
} */


#upload ul li input{
    display: none;
}

/* #upload ul li p{
    width: 250px;
    overflow: hidden;
    white-space: nowrap;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    text-overflow: ellipsis;
 } */

/* #upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
} */

#upload ul li canvas{
    top: 15px;
    left: 32px;
 }

/* #upload ul li span{
    width: 15px;
    height: 12px;
    background: url('img/icons.png') no-repeat;
    right: 0px;
    position: absolute;
    cursor:pointer;
} */

#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p{
    color:red;
}

#closeUpload {
  font-size: 25px;
    color: grey;
    float: right;
    padding: 10px;
    padding-right: 15px;
}

#closeUpload:hover{
  text-decoration:none;
  cursor: pointer;
}


.filename-upload{
  display: none;
  height: 40px;
}

/* .filename-upload label{
  font-size: 16px;
  color: #a79dca;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
  float: left;
} */

.filename-upload a{
  /*color : red;*/
  font-size: 20px;
  line-height: 36px;
  float: left;
  font-weight: bold;
  margin-left: 5px;
}

.filename-upload a:hover{
  text-decoration: none;
}

.poster-info{
  font-weight: normal;
  color: grey;
}

.checkbox-poster-container > label{
  padding-left: 0px;
}

.checkbox-poster-container > label > span{
  line-height: 30px;
}

#conditions-checkbox{
  display: none;
}

#checkbox-div{
  height: 30px;
  width: 30px;
  float: left;
  border: 2px solid #a79dca;
  border-radius: 3px;
  margin-right: 10px;
}

#checkbox-div i{
  line-height: 25px;
  display: none;
}
