.btcd-f-input {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
	padding:10px;
}

.btcd-f-input > div > input::-webkit-file-upload-button {
    cursor: pointer;
}

.btcd-f-wrp {
    cursor: pointer;
}

.btcd-f-wrp > small {
    color: gray;
}

.btcd-f-wrp > button {
    cursor: pointer;
    background: transparent;
    display: inline-block;
    border: none;
	padding:0 5px;
    margin-right: 10px;
    height: 40px;
	width:50px;
	text-align:center;
}

.btcd-f-wrp > button > img {
    width: 24px;
}

.btcd-f-wrp > button > span,
.btcd-f-wrp > span,
.btcd-f-wrp > small {
    vertical-align: super;
}

.btcd-f-input > .btcd-f-wrp > input {
    z-index: 100;
    width: 100%;
    position: absolute;
    opacity: 0;
    left: 0;
    height: 37px;
    cursor: pointer;
}

.btcd-f-wrp:hover {
	background: transparent;
}

.btcd-files > div {
    display: flex;
	max-width:100%;
    align-items: center;
    background: #f8f8f8;
    margin-left: 30px;
    margin-top: 10px;
    height: auto;
	border:1px solid #d1d1d1;
}

.btcd-files > div > div {
    display: inline-block;
    width: 100%;
}

.btcd-files > div > div > small {
    color: gray;
}

.btcd-files > div > img {
    width: 100px;
    height: 80px;
    margin-right:10px;
}

.btcd-files > div > div > span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.btcd-files > div > button {
    background: transparent;
    border: none;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin-right: 6px;
    padding: 0;
}

.btcd-files > div > button:hover {
    background: transparent;
}

.btcd-f-title  {font-size:12px}
#upload-progress{
    height: 5px;
    border:0;
    width: 100%;
	display:none
}
#upload-progress .progress-bar{background: blue;width: 0;height: 2px;}
#server-results{ display:none;}