/*!
 * bootstrap-imgupload v2.2.0 2016/08/05
 * https://github.com/egonolieux/bootstrap-imgupload
 * Copyright 2016 Egon Olieux
 * Released under the MIT license
 */

.imgupload h3 {
    padding-top: 8px;
}

.imgupload .thumbnail {
    margin: 10px 0 0 0;
}

.imgupload .alert {
    margin-bottom: 10px;
}

.imgupload .btn {
    outline: 0;
}

.imgupload .btn:active {
    outline: 0;
}

.imgupload .btn-file {
    overflow: hidden;
    position: relative;
}

.imgupload .btn-file input[type=file] {
    cursor: inherit;
    display: block;
    font-size: 100px;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    outline: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.imgupload .file-tab .btn:nth-of-type(2) {
    display: none;
}

.imgupload .url-tab {
    display: none;
}
