.z-dropupload {
    position: absolute !important;
    background-color: #f2f2f2;
    padding: 3px;
}
 
.z-dropupload > div{
    top: 50%;
    margin-top: -1em;
    height: 2em;
    position: absolute;
    text-align: center;
    color: #cccccc;
}

.z-groupbox {
	padding: 16px;
}

.content-buttons {
	text-align: center;
}

.attachments > .z-groupbox-header,
.attachments > .z-groupbox-content {
    border-color: #e6e6e6;
}
.attachments .z-groupbox-title-content {
    color: #4d4d4d;
}
 
.attachments .z-dropupload > div {
    width: 180px;
    padding: 0 330px;
}
 
.dropzone {
    min-height: 50px;
}

.attachment {
    display: inline-block;
    padding: 4px 7px;
    margin-bottom: 3px;
    background-color: #f0f0f8;
    border-radius: 4px; 
}

.attachment > a {
    text-decoration: none;
} 

.attachment > a > i {
    margin-right: 8px;
} 

.z-button {
	background-color: #3276b1;
}

.z-button:hover, .z-button:active {
	background-color: #3276b1;
	border-color: #285e8e;
}

.clean {
    background-color: #f0ad4e;
} 

.clean:hover, .clean:active {
   background-color: #ed9c28;
	border-color: #d58512;
} 

.confirm {
    background-color: #47a447;
} 

.confirm:hover, .confirm:active {
    background-color: #47a447;
	border-color: #398439;
} 

.z-loading {
	top: 40% !important;
	left: 45% !important;	
}
