.hidden {
display:none;
}
.cf7-taks-type {
list-style: none;
margin:0;
padding: 0;
}

.cf7-taks-type li {
list-style: none;
margin:0;
padding: 0;
display: flex;
}

.cf7-taks-type li >div {
flex: 1;
}

.cf7-taks-type li .cf7-fileprogressBar {
flex: 2;
}

.cf7-dragandrophandler-container,
.cf7-dragandrophandler-container span {
display: block;
}

.cf7-dragandrophandler {
position:relative;
}

.cf7-dragandrophandler-inner {
}

.cf7-drop-progressBar {
/* clear: both; */
background: #e5e5e5;
height: 30px;
text-align: center;
font-size: 10px;
font-weight: bold;
line-height: 30px;
color: #FFFFFF;
}

.cf7-drop-progressBar div {
height: 30px;
line-height: 30px; /* same as #progressBar height if we want text middle aligned */
width: 0;
padding: 0 10px 0 35px;
box-sizing: border-box;
background: #398ecc;
}

.cf7-drop-progressBar div.error {
background: #dc3232;
color: #FFFFFF;
font-style: normal;
}

.cf7-drop-progressBar div.success {
background: #46b450;
color: #FFFFFF;
font-style: normal;
}

.cf7-drop-statusbar {
padding-bottom: 15px;
position: relative;
min-height: 58px;
}

.cf7-drop-statusbar > div {
}

.cf7-drop-filename {
padding-bottom: 5px;
font-size: 14px;
box-sizing: border-box;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.cf7-drop-filesize {
float: left;
width: 20%;
padding-bottom: 5px;
text-align: right;
box-sizing: border-box;
}

.cf7-drop-abort a,
.cf7-drop-remove a {
position: absolute;
right: -28px;
bottom: 25px;
font-size: 0;
width: 16px;
height: 16px;
background: url(../images/trash.png) center no-repeat;
}

.cf7-text-browser a {
display: block;
border-radius: 8px;
text-align: center;
text-decoration: none;
height: 20px;
line-height: 20px;
box-sizing: content-box;
padding: 20px 40px;
background: #f3f3f3;
border: 1px solid #f3f3f3;
color: inherit;
font-weight: 500;
}

.cf7-text-browser a:hover {
opacity: 0.4;
color: inherit;
}

.cf7-text-drop {
font-size: 24px;
font-weight: bold;
}

.cf7-drop-progressBar.cf7-text-error {
background: #ff0000;
color: #FFFFFF;
font-style: normal;
}

.cf7-dragandroplist {
padding-top: 15px;
padding-right: 25px;
}

.cf7-dragandroplist.ui-sortable:not(.ui-sortable-disabled) .cf7-drop-statusbar:hover {
cursor: move;
}

.cf7-dragandroplist.ui-sortable .ui-state-highlight {
border: 1px dashed #858585;
height: 66px;
margin: 15px 0;
}

@media screen and (max-width: 680px) {
	.cf7-drop-filesize {
	display: none;
	}
	
	.cf7-drop-filename {
	width: 100%;
	}
	
	.cf7-text-browser a {
	padding-left: 30px;
	padding-right: 30px;
	}
}