.wrapper .block .table {
    width: 100%;
    display: table;
}

.wrapper .block .thead {
    display: table-header-group;
}

.wrapper .block .thead .tr {
    display: table-row;
}

.wrapper .block .thead .th {
    display: table-cell;
    color: #fff;
    background-color: #333;
    font-size: 125%;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 11px;
    padding-bottom: 11px;
    border-left: 2px solid #fff;
    border-bottom: 3px solid #fff;
}

.wrapper .block .tbody .td:first-child {
    border-left: none;
    width:25%;
}

.wrapper .block .tbody {
    display: table-row-group;
}

.wrapper .block .tbody .tr {
    display: table-row;
}

.wrapper .block .tbody .td {
    display: table-cell;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 3px solid #fff;
    vertical-align: middle;
}

.wrapper .block .tbody .e {
    background-color: #eee;
    font-size: 125%;
    text-align: center;
}

.wrapper .block .tbody .v {
    background-color: #f9f9f9;
    font-size: 117%;
}



#inputArea{
    position: relative;
    background-color: #f4f4f4;
    vertical-align: middle;
    border: #ddd dashed 5px;
    height: 150px;
    width: 100%;
    text-align: center;
}
#inputArea p.text{
    position: absolute;
    top: 50%;
    left: 50%;
    width:100%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

#fileName{
	display:none;
	text-align: center;
	font-size:117%;
	padding-top:18px;
}


.disabled {
    pointer-events: none;
    cursor: default;
    background-color: #DCDCDC!important;
}
.loading {
    color:#333333!important;
}

.btn_form{
    float: initial!important;
    margin-bottom:10px;
    padding-left:10px;
    padding-right:10px;
	text-align:center;
}
.btn_submit{
	width: auto !important;
	min-width:168px;
}

#buildBtnProgress{
	padding-left:10px;
}

#dlBtn {
    display:none;
}
