/* 
   Plupload
------------------------------------------------------------------- */

.plupload_button {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 2.2vh;
  font-family: sans-serif;
  text-decoration: none;
  color: #f5f5f5;
  border: 1px solid #bababa;
  padding: 10px 10px 10px 20px;
  margin-right: 4px;
  background-color: #7CA000;
  outline: none;
  border-radius: 3px;
}

.plupload_button:hover {
  color: white;
  text-decoration: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.plupload_disabled,
a.plupload_disabled:hover {
  color: #707070;
  border-color: #c5c5c5;
  background: #ededed 0 center;
  cursor: default;
}

.plupload_add {
  background-position: -181px center;
}

.plupload_wrapper {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-family: Arial, Verdana;
  width: 100%;
}

.plupload_container {
  padding: 8px;
  background: url('../img/transp50.png');
}

/* Inputs */
.plupload_container input {
  border: 1px solid #DDD;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-family: Arial, Verdana;
  width: 98%;
}

/* Header */
.plupload_header {
  background: #2A2C2E url('../img/backgrounds.gif') repeat-x;
}

.plupload_header_content {
  background: url('../img/backgrounds.gif') no-repeat 0 -317px;
  min-height: 56px;
  padding-left: 60px;
  color: #FFF;
}

.plupload_header_title {
  font-style: normal;
  font-weight: 400;
  font-size: 2vh;
  font-family: sans-serif;
  padding: 10px 0 10px 0;
}

.plupload_header_text {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8vh;
  font-family: sans-serif;
  padding: 0 0 15px 0;
}

/* File list */
.plupload_filelist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.plupload_scroll .plupload_filelist {
  height: auto;
  background: #F5F5F5;
  overflow-y: scroll;
}

.plupload_filelist li {
  padding: 10px 8px;
  background: #F5F5F5 repeat-x 0 -156px;
  border-bottom: 1px solid #DDD;
  font-size: 2.0vh;
}

.plupload_filelist_header {
  background: #DFDFDF;
  padding: 3px;
  color: #42454A;
  font-size: 1.8vh;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #CDCDCD;
}

.plupload_filelist_footer {
  border-top: 1px solid #FFF;
  height: auto;
  line-height: 20px;
  vertical-align: middle;
  background: #DFDFDF;
  padding: 3px;
  color: #42454A;
  font-size: 1.8vh;

}

.plupload_file_name { float: left; overflow: wrap; } /* eredetit meghagytam értékváltoztatás nélkül */
.plupload_file_status { color: #777; }
.plupload_file_status span { color: #42454A; }

.plupload_file_size,
.plupload_file_status,
.plupload_progress {
  float: right;
  width: 80px;
}

.plupload_file_size,
.plupload_file_status,
.plupload_file_action {
  text-align: right;
}

.plupload_filelist .plupload_file_name { width: 60%; }

/* Actions */
.plupload_file_action {
  float: right;
  width: 16px;
  height: 16px;
  margin-left: 15px;
}

.plupload_file_action * {
  display: none;
  width: 16px;
  height: 16px;
}

/* States */
li.plupload_uploading { background: #ECF3DC url('../img/backgrounds.gif') repeat-x 0 -238px; }
li.plupload_done { color: #AAA; }

li.plupload_delete a { background: url('../img/delete.gif'); }
li.plupload_failed a { background: url('../img/error.gif'); cursor: default; }
li.plupload_done a { background: url('../img/done.gif'); cursor: default; }

/* Progress */
.plupload_progress,
.plupload_upload_status {
  display: none;
}

.plupload_progress_container {
  margin-top: 3px;
  border: 1px solid #CCC;
  background: #FFF;
  padding: 1px;
}

.plupload_progress_bar {
  width: 0;
  height: 7px;
  background: #CDEB8B;
}

/* Scroll header/footer action spacing */
.plupload_scroll .plupload_filelist_header .plupload_file_action,
.plupload_scroll .plupload_filelist_footer .plupload_file_action {
  margin-right: 17px;
}

/* Floats */
.plupload_clear,
.plupload_clearer { clear: both; }

.plupload_clearer,
.plupload_progress_bar {
  display: block;
  font-size: 0;
  line-height: 0;
}

/* Drop area */
li.plupload_droptext {
  background: transparent;
  text-align: center;
  vertical-align: middle;
  border: 0;
  height: 200px;
  font-size: 1.8vh;
}

@media only screen and (max-width: 600px) {

.plupload_buttons {
    text-align: center;
	margin-top: 10px;
}

.plupload_button {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    font-family: sans-serif;
    text-decoration: none;
    color: #f5f5f5;
    border: 1px solid #bababa;
    padding: 10px 10px 10px 20px;
    margin: 5px;
    background-color: #7CA000;
    outline: none;
    border-radius: 10px;
}

	
.plupload_button:hover {
    background-color: #6a8800;
    transform: translateY(-1px);
}

.plupload_button:active {
    transform: translateY(0);
}


.plupload_wrapper {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    font-family: Arial, Verdana;
    width: 100%;
}

.plupload_header_text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-family: Arial, Verdana;
  padding: 0 0 15px 0;
}

.plupload_filelist_header {
  background: #DFDFDF;
  padding: 3px;
  color: #42454A;
  font-size: 18px;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #CDCDCD;
}

.plupload_filelist_footer {
  border-top: 1px solid #FFF;
  height: auto;
  line-height: 20px;
  vertical-align: middle;
  background: #DFDFDF;
  padding: 3px;
  color: #42454A;
  font-size: 18px;

}


}
