.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

.files img {
    width: 200px;
    margin: 10px;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #000 !important;
}

.w-e-text img {
    max-width: 100%;
}

.w-e-text iframe {
    height: 600px !important;
    width: 100% !important;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

.files img {
    width: 200px;
    margin: 10px;
}

.img-sc {
    float: left;
    margin: 0 20px 20px 0;
    height: 120px;
    position: relative;
}

.img-sc img {
    height: 120px;
    width: auto;
}

.img-sc .remove {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: red;
    border-radius: 50%;
    text-align: center;
    height: 16px;
    width: 16px;
    line-height: 16px;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

.md-wrapper {
    width: 100%;
}

.md-wrapper .md-op {
    margin-bottom: 20px;
}


.md-row {
    width: 100%;
    border: 1px #555 dashed;
    padding: 20px 10px 20px 60px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}

.row-op {
    position: absolute;
    left: 5px;
    top: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.row-op button {
    margin-bottom: 4px;
    width: 40px;
}