/**
 * Bootstrap (Yeti)
 */
.btn-success {
    background-color: #3eaf38 !important;
}

.btn-link {
    color: #3eaf38;
}

.btn-link.btn-abort{
    color: red !important;
}

/**
 * Fix multiselect
 */
.multiSelect .clearButton,
.multiSelect .helperButton,
.multiSelect .inputFilter {
    border-radius: 0 !important;
}

.multiSelect > button {
    border-radius: 0 !important;
}

.multiSelect .checkboxLayer {
    border-radius: 0 !important;
}

/**
 * Upload
 */
.drop {
    line-height: 34px;
    padding: 15px;
    border: 1px dashed #999;
    border-radius: 0px;
}
.upload-preview {
    position: relative;
    float: left;
    width: 120px;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid blue;
}

.upload-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
}

.upload-loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../content/images/loader1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 64px 64px;
}

.upload-ok {
    position: absolute;
    top: 4px;
    left: 4px;
    height: 16px;
    width: 16px;
    color: white;
}
