input.uk-input, form input.uk-input {
  display: none;
}

.uk-container {
  margin: 0 1em 1em 1em;
  position: relative;
  text-align: center;
  min-height: 245px;
  cursor: pointer;
  background: rgba(0,0,0,0.03);
  padding: 23px;
  border: 3px dashed #cdced1;
}

/* Específico do Admin Icandidatos Layout */
.uk-container {
  border-top: 0px;
}
/* Específico do Admin Icandidatos Layout */

.uk-container > .btn {
  margin: 0 0.25em;
}

.uk-container > .btn > i {
  margin-right: 0.25em;
}

.uk-container > .btn-primary {
  color: #fff;
}

.uk-container > table, .uk-info {
  margin-bottom: 0.5em;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.8);
}

.uk-container > table a.close {
  line-height: 12px;
}

.uk-container > table tr.error {
  color: #b94a48;
}

.uk-close-column, .uk-icon-column {
  width: 1em;
}

.uk-size-column, .uk-progress-column {
  width: 5em;
}

.uk-progress-column .progress {
  margin: 0;
  width: 5em;
}

.uk-info > * {
  text-align: center;
}

.uk-info > h1 {
  color: #444;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5em;
}

.uk-info > h2 {
  color: #444;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.5em;
}


.uk-info{
  width: 520px;
  height: 124px;
  overflow: hidden;
  margin: 0 auto;
  background-image: url(uploadimg.png);
  background-repeat: no-repeat;
  margin-top: 80px;
  transition: opacity .3s;
}

.error-container{
  cursor: text;
}

.dragover{
  opacity: .2;
}

/* Erro */
.uk-container .error-container{
  width: 60%;
  margin: 0 auto;
}
.uk-container .upload-error:last-child{
  margin-bottom: 40px;
}
.uk-container .upload-error:not(:last-child){
  border-bottom: 1px solid #7a7373;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.upload-error p:nth-child(1){
  font-family: 'Roboto', sans-serif;;
  font-size: 2em;
  font-weight: 300;
  color: #ffbaba;
  margin: 0;
}
.upload-error .file-name{
  font-weight: 400;
}
.upload-error p:nth-child(2){
  font-family: 'Roboto', sans-serif;;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 15px;
}

/* Uploading */
.table-files{
  cursor: default;
}
.table-files > div:nth-child(1){
  margin-top: auto;
  transition: all 1s ease-in-out;
}
.table-files.single-file > div:nth-child(1){
  margin-top: 60px;
}
.table-files.double-files > div:nth-child(1){
  margin-top: 15px;
}
.table-files .progress{
  height: 35px;
}
p.upload-title{
  font-family: 'Roboto', sans-serif;;
  font-size: 2em;
  font-weight: 300;
  color: #57A956;
}
p.file-size{
  font-size: 1.8em;
  font-weight: 300;
  cursor: text;
}
.file-percent{
  font-size: 2em;
  line-height: 1.4em;
  font-weight: 400;
}

/* Mensagem dos arquivos permitidos */
.uk-container .uk-container-message{
  position: absolute;
  top: 10px;
  right: 10px;
}

.uk-container .uk-container-message p{
  margin: 0;
  cursor: text;
  font-family: 'Roboto', sans-serif;
  color: #C6C6C6;
  transition: color .6s;
}

.uk-container:hover .uk-container-message p > span{
  color: #fff;
}

@media screen and (max-width:767px){
  .uk-container .uk-container-message{position: inherit;width: 95%;margin-left: 5%;}
  .uk-container .uk-container-message p{color: #fff}
}

/* Error Smartphone */
@media screen and (max-width:767px){
  .uk-container{margin: 0;padding: 5px;min-height: 145px;}
  .uk-info{margin-top: 30px;width: 270px;height: 100px;background-size: contain;}
  .uk-info-smartphone{background-image: url(uploadimg-touch.png)!important;}
  .uk-container .error-container{width: 95%;}
  .error-container .upload-error p:nth-child(1), p.upload-title{font-size: 1.3em;line-height: 18px;margin-bottom: 10px;}
  .error-container .upload-error p:nth-child(2), p.file-size{font-size: 1em;line-height: 18px;}
  .table-files.single-file > div:nth-child(1){margin-top: 35px;}
  .table-files.double-files > div:nth-child(1){margin-top: 20px;}
}

/* Cor dark */
.uk-container {margin: 0 0em 1em 0em;border-radius: 0 0 2em 2em;background: rgba(122,111,111,0.8);border: 4px dashed #5D5454;border-top: 0;}
.uk-info-smartphone{background-image: url(uploadimg-touch-dark.png)!important;}
.uk-info{background-image: url(uploadimg-dark.png);}
.uk-container p{color: #fff;}

/* Hover */
.uk-container .uk-info{margin-top: 35px; transition: all .3s}
.uk-container:hover .uk-info{margin-top: 45px;opacity: .5;}
