#table_fileservice .dropzone i{
    margin-top: -10px;
    margin-bottom: -10px;
    vertical-align: -22%;
    margin-right: 5px;
    font-size: 38px;
}
#table_fileservice .dropzone{
    border: 1px dashed #dddddd;
    background: #fafafa;
    color: #444444;
    height: 28px;
    margin-bottom: -2px;
    margin-top: -2px;
    display: inline-block;
    padding: 2px 6px;
    margin-left: 10px;
}
#table_fileservice .dropzone.dz-drag-hover{
    color: #659f13 !important;
}

i.data-edit {
    pointer-events: auto !important;
}

.ezdz-dropzone [type='file']{
    height: 100% !important;
}

.uk-text-paypal{
    color: #0070ba!important;
}

#table_fileservice .striped > div:nth-of-type(odd) {
    background: rgba(255, 255, 255, 0.5);
}
#table_fileservice select.uk-form-width-mini {
    width: 50px;
}
#table_fileservice.uk-table-condensed td {
    padding: 4px 6px;
}
#table_fileservice .sorting_desc, #table_fileservice .sorting_asc , #table_fileservice .sorting {
    padding-right: 15px !important;
    background-position: 100% 50%;
}

#table_fileservice .henchman{
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 1%, rgba(255,222,165,0) 75%, rgba(255,211,136,1) 99%, rgba(255,211,135,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 1%,rgba(255,222,165,0) 75%,rgba(255,211,136,1) 99%,rgba(255,211,135,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 1%,rgba(255,222,165,0) 75%,rgba(255,211,136,1) 99%,rgba(255,211,135,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffd387',GradientType=1 );
}

#mcw_modal .uk-modal-dialog-large {
    width: 95% !important;
}


.select2-input .select2-selection--multiple .select2-search--inline{
    width: 100%;
}
.select2-input .select2-selection--multiple .select2-search--inline input{
    border: solid #99baca 1px;
    background-color: #f5fbfe;
    margin-bottom: 6px !important;
    width: 100% !important;
}

.select2-input .select2-selection--multiple .select2-search--inline:before {
    content: "";
    display: table-cell;
}

.select2-input .select2-selection--multiple .select2-search--inline:after {
    content: "";
    display: table;
    clear: both;
}