.spinner.spinner-lg.spinner-center:before {
    left: 50%;
}

.spinner.spinner-primary.margin-left:before {
    left: 3px !important;
}

.smrt-file-upload {
}

.float-child {
    float: left;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfilelabel {
    margin-left: 10px;
    float: left;
    border: 1px solid #F3F6F9;
    background-color: #F3F6F9;
    padding: 5px;
    padding-left: 10px;
    border-radius: 0.42rem;
    min-width: 250px;
}

    .inputfilelabel .input-file-msg {
        font-size: 12px;
        color: green;
    }

    .inputfilelabel progress {
        margin-left: 10px;
        width: 100px;
        height: 10px;
    }

    .inputfilelabel .smrt-file-progress {
        width: 90%;
    }

    .inputfilelabel .smrt-progress-close {
        float: right;
        margin-top: -12%;
        cursor: pointer;
    }

        .inputfilelabel .smrt-progress-close i {
            font-size: 10px;
        }

            .inputfilelabel .smrt-progress-close i:hover {
                color: #0094ff;
            }

    .inputfilelabel .filename-label {
        margin-top: -1px;
        font-size: 12px;
    }

.no-arrows::-webkit-inner-spin-button,
.no-arrows::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.overflow-ellipsis{
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}