.b-thumb {
	float: left;
    margin: 0px 5px 5px 0;
    padding: 0px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 4px rgba(0,0,0,.5);
    /*background-color: #fff; */
    border-radius:3px;
}

.b-thumb .b-thumb__preview {
    display:block;
    width: 100px;
    height: 100px;
    -webkit-transition: -webkit-transform .2s ease-in;
    -moz-transition: -moz-transform .2s ease-in;
    transition: transform .2s ease-in;
}
.b-thumb .b-thumb__name {
    width: 80px;
    overflow: hidden;
    font-size: 12px;
    white-space: nowrap;
}
.b-thumb .b-thumb__del {
	top: -4px;
    background: white;
    right: -1px;
    padding: 4px 6px 1px 4px;
    color: #9a1b1b;
    cursor: pointer;
    opacity: 1;
    z-index: 999;
    position: absolute;
    font-size: 17px;
    -webkit-transition: opacity .1s ease-in;
    -moz-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in;
}

.b-thumb .b-thumb__del:hover {
    color: #dc0707;
}

.b-thumb .copy-embed-code {display:none;padding:5px;}


.b-thumb:hover .b-thumb__del {
	opacity: 1;
}
.b-progress {
    height: 18px;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    /*background-color: rgba(0,0,0,.5);*/
    width: 91px;
    margin: 10px 3px 10px 3px;
    display: none;
}
.b-progress .label {
	color: rgba(255,255,255,.9);
    position: absolute;
    padding: 2px 7px;
}

.b-progress .bar {
	width: 0;
    height: 100%;
    position: static;
    border-radius: 10px;
    background-color:#3e803e;
}

.dropable .b-progress {
    border-radius: 4px;
    margin: 0;
    display: block;
    height: 100%;
    width: calc(100% + 145px);
    position: absolute;
    left: -145px;
    top: 0;
}

.dropable .b-progress .bar {
    border-radius: 4px;
    background-color: rgba(47, 24, 56, 0.7);
}

.prepare-list {
    display: none;
}

.js-file-tpl {
    display: none;
}

.dropable {
    display:inline-block;
    border-radius: 4px;
    width: 100%;
    background: #dcdcdc;
    user-select:none;
}

.fileapi-active {
    display: none;
}

.drugmessage.fileapi-active .text1 {
    padding-top: 10px;
    text-shadow: 1px 1px rgba(0,0,0,0.2);
}

.dropable .drugmessage.dnd_hover {
    background:#7c3698;
}

.dropable .drugmessage.fileapi-active .icon,
.dropable .drugmessage.dnd_hover .icon {
    color:#5f2875!important;
}

.dropable .drugmessage.fileapi-active .icon {
    color:#fff!important;
}

.dropable .drugmessage.fileapi-active .text1,
.dropable .drugmessage.dnd_hover .text1 {
    color:#fff!important;
}

.dropable .drugmessage.fileapi-active .text2,
.dropable .drugmessage.dnd_hover .text2 {
    color:#fff!important;
}

.dropable .drugmessage {
    display: block;
    text-align: left;
    padding: 0 0 0 145px;
    box-sizing: border-box;
    height: 55px;
    position:relative;
    overflow:hidden;
    border-radius:4px;
}

.dropable .drugmessage .icon {
    font-size: 142px;
    position: absolute;
    z-index: 1;
    left: -32px;
    top: -23px;
    color:#B3B3B3;
}

.dropable:hover {
    background: #d4d4d4;
}

.dropable:hover .icon {
    color: #a7a7a7!important;
}

.dropable:active {
    background: #ccc;
}

.dropable:active .icon {
    color: #999!important;
}

.dropable .drugmessage .text1 {
    position:relative;
    z-index:1;
    width: 100%;
    font-size: 30px;
    color: #7d7272;
    display: block;
}

.dropable.min .drugmessage {
    height: 33px;
    padding-left: 75px;
}

.dropable.min .drugmessage .icon {
    left: -7px;
    top: -9px;
    font-size: 52px;
}

.dropable.min .drugmessage .text1 {
    font-size: 21px;
    padding-top: 4px;
}


.dropable .drugmessage .text2 {
    position:relative;
    z-index:1;
    width: 100%;
    font-size: 18px;
    color: #7d7272;
    display: block;
    padding: 0;
    margin: 0 0 0 3px;
}
