#kepfeltoltes {
 margin-bottom:20px;
 margin-top:20px;
}

.ajax-file-upload-statusbar {
 float:left;
 border: 1px solid #eaeaea;
 margin-top: 5px;
 margin-bottom: 5px;
 margin-left:5px;
}

.ajax-file-upload-filename {
 display:none;
}

.ajax-file-upload-filesize {
 display:none;
}

.ajax-file-upload-progress {
 position:absolute;
 width: 160px;
 margin-left:20px;
 margin-top:90px;
 background-color: rgba(255, 255, 255, 0.88);
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 border-style:solid;
 border-color:#c0c0c0;
 border-width:1px;
}

.ajax-file-upload-bar {
 background-color: rgba(0, 152, 255, 0.45);
 width: 0;
 height: 20px;
 font-size:16px;
 font-weight:bold;
 color:#FFFFFF;
}

.ajax-file-upload-percent {
 position: absolute;
 display: inline-block;
 top: 3px;
 left: 48%
}

.ajax-file-upload-red {
 background-color: red;
 color: #fff;
 width:100%;
 text-align:center;
 padding-top:10px;
 padding-bottom:10px;
 cursor:pointer;
 margin-top:10px;
 border-radius:3px;
 text-transform:uppercase; 
 font-weight:bold;
 font-size:12px;
}

.ajax-file-upload-green {
 background-color: #77b55a;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
 margin: 0;
 padding: 0;
 display: inline-block;
 color: #fff;
 font-family: arial;
 font-size: 13px;
 font-weight: normal;
 padding: 4px 15px;
 text-decoration: none;
 cursor: pointer;
 text-shadow: 0 1px 0 #5b8a3c;
 vertical-align: top;
 margin: 5px 10px 5px 0px;
}

.ajax-file-upload {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    line-height: 20px;
    height: 25px;
    width: calc(100% - 20px);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    background: red;
    text-transform: uppercase;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 6px;
    border	-radius: 5px;
}

.ajax-file-upload:hover {
	background:#a80000;
}

.ajax-upload-dragdrop {
 border:2px dotted #A5A5C7;
 width:420px;
 color: #DADCE3;
 text-align:center;
 vertical-align:middle;
 padding:10px 10px 0px 10px;
 padding-bottom:20px;
}

.state-hover {
 border:2px solid #A5A5C7;
}

.image_container {
 cursor:pointer;
 width:200px;
 height:200px;
 white-space: nowrap;
 text-align: center;
 overflow: hidden;
 background-color:#fff;
}

.helper {
 display: inline-block;
 height:100%;
 vertical-align:middle;
}

.ajax-file-upload-preview {
 vertical-align:middle;
}