.ace-file-input {
    display: block;
    font-size: inherit;
    height: 30px;
    position: relative;
}
.ace-file-input input[type="file"] {
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 1px;
    z-index: -999;
}
.ace-file-input input[type="file"]:focus {
    outline: 0 none;
}
.ace-file-input .ace-file-container {
    background-color: #fff;
    border: 1px solid #d5d5d5;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.15s ease 0s;
}
.ace-file-input .ace-file-container:hover {
    border-color: #f59942;
    box-shadow: none;
}
.ace-file-input .ace-file-container::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #0091d9;
    border-color: #fff;
    border-image: none;
    border-style: solid;
    border-width: 2px 2px 2px 4px;
    bottom: 0;
    color: #fff;
    content: attr(data-title);
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 24px;
    padding: 0 8px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
}
.ace-file-input .ace-file-container .ace-file-name {
    color: #888;
    display: inline-block;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    max-width: 80%;
    overflow: hidden;
    padding-left: 30px;
    position: static;
    vertical-align: top;
    white-space: nowrap;
}
.ace-file-input .ace-file-container .ace-file-name::after {
    content: attr(data-title);
    display: inline-block;
}
.ace-file-input .ace-file-container.selected {
    right: 16px;
}
.ace-file-input .ace-file-container.selected .ace-file-name {
    color: #666;
}
.ace-file-input .ace-file-container .ace-icon {
    background-color: #d1d1d1;
    border: 2px solid #fff;
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    left: 0;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.1s ease 0s;
    width: 26px;
}
.ace-file-input .ace-file-container.selected .ace-file-name .ace-icon {
    background-color: #efad62;
}
.ace-file-input .ace-file-container.selected .ace-file-name .file-image {
    background-color: #bd7a9d;
}
.ace-file-input .ace-file-container.selected .ace-file-name .file-video {
    background-color: #87b87f;
}
.ace-file-input .ace-file-container.selected .ace-file-name .file-audio {
    background-color: #8b7ac9;
}
.ace-file-input .ace-file-container.selected .ace-file-name .file-archive {
    background-color: #efad62;
}
.ace-file-input .ace-file-container.hide-placeholder::before {
    display: none;
}
.ace-file-input a:hover {
    text-decoration: none;
}
.ace-file-input .remove {
    background-color: #fb7142;
    border-radius: 100%;
    color: #fff;
    display: none;
    font-size: 11px;
    font-weight: 400;
    height: 17px;
    line-height: 15px;
    position: absolute;
    right: -8px;
    text-align: center;
    text-decoration: none;
    top: 6px;
    width: 17px;
}
.ace-file-input .ace-file-container.selected + .remove {
    display: inline-block;
}
@media not all {
.ace-file-input input[type="file"] {
    height: 0;
    position: absolute;
    width: 0;
}
}
.ace-file-input input.disabled[type="file"] + .ace-file-container, .ace-file-input input[type="file"][disabled] + .ace-file-container, .ace-file-input input[type="file"][readonly] + .ace-file-container {
    background-color: #eee;
    cursor: not-allowed;
}
.ace-file-input input.disabled[type="file"] + .ace-file-container:hover, .ace-file-input input[type="file"][disabled] + .ace-file-container:hover, .ace-file-input input[type="file"][readonly] + .ace-file-container:hover {
    border-color: #e3e3e3;
    box-shadow: none;
}
.ace-file-input input.disabled[type="file"] + .ace-file-container::before, .ace-file-input input[type="file"][disabled] + .ace-file-container::before, .ace-file-input input[type="file"][readonly] + .ace-file-container::before {
    background-color: #a1aaaf;
    border-color: #eee;
}
.ace-file-input input[type="file"][readonly] + .ace-file-container {
    cursor: default;
}
.fc-event.ui-draggable-dragging, .item-list > li.ui-sortable-helper {
    cursor: move;
}
.ace-file-input .ace-file-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: -2px;
    left: -2px;
    position: absolute;
    right: -10px;
    top: -2px;
    z-index: 99;
}
.ace-file-input .ace-file-overlay > .overlay-content {
    display: inline-block;
    left: 0;
    position: relative;
    right: 0;
    text-align: center;
    top: 10%;
}
.ace-file-multiple {
    height: auto;
}
.ace-file-multiple .ace-file-container {
    border: 1px dashed #aaa;
    border-radius: 4px;
    height: auto;
    position: relative;
    text-align: center;
}
.ace-file-multiple .ace-file-container::before {
    background-color: #fff;
    border-width: 0;
    color: #ccc;
    content: attr(data-title);
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    left: 0;
    line-height: 22px;
    margin: 12px;
    position: relative;
    right: 0;
}
.ace-file-multiple .ace-file-container.selected .ace-file-name .ace-icon {
    border: 2px solid #fff;
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    left: 0;
    text-align: center;
    top: 0;
    transition: all 0.1s ease 0s;
    width: 26px;
}
.ace-file-multiple .ace-file-container .ace-file-name {
    border-bottom: 1px solid #ddd;
    display: block;
    height: auto;
    margin: 0 4px;
    max-width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
    width: auto;
}
.ace-file-multiple .ace-file-container .ace-file-name:first-child {
    margin-top: 1px;
}
.ace-file-multiple .ace-file-container .ace-file-name:last-child {
    border-bottom-width: 0;
    margin-bottom: 1px;
}
.ace-file-multiple .ace-file-container .ace-file-name img {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #d7d7d7;
    margin: 4px 8px 4px 1px;
    padding: 2px;
}
.ace-file-multiple .ace-file-container .ace-file-name::after {
    display: none;
}
.ace-file-multiple .ace-file-container.selected .ace-file-name::after {
    display: inline-block;
    white-space: pre;
}
.ace-file-multiple .ace-file-container .ace-file-name img + .ace-icon, .ace-file-multiple .ace-file-container.selected .ace-file-name img + .ace-icon {
    display: none;
}
.ace-file-multiple .remove {
    background-color: #fff;
    border: 3px solid #bbb;
    border-radius: 32px;
    color: red;
    height: 23px;
    line-height: 16px;
    right: -11px;
    top: -11px;
    width: 23px;
}
.input-group .input-group-addon, .input-group > .btn {
    border-radius: 0 !important;
}
.ace-file-multiple .ace-file-container.selected + .remove:hover {
    border-color: #f4c0b1;
}
.ace-file-multiple .ace-file-overlay {
    bottom: -6px;
    left: -12px;
    position: absolute;
    right: -12px;
    top: -12px;
}
.ace-file-multiple .ace-file-overlay > .overlay-content {
    top: 20%;
}
.ace-file-multiple .ace-file-container .ace-file-name .ace-icon {
    background-color: transparent;
    color: #d5d5d5;
    display: block;
    font-size: 64px;
    height: auto;
    line-height: 64px;
    margin: 4px 0;
    position: relative;
    text-align: center;
    width: auto;
}
.ace-file-multiple .ace-file-container.selected::after {
    display: none;
}
.ace-file-multiple .ace-file-container.selected .ace-file-name .ace-icon {
    line-height: 24px;
    margin-left: 2px;
    margin-right: 4px;
    position: relative;
}
.ace-file-multiple .ace-file-container .ace-file-name.large {
    border-bottom: 1px solid #222;
    margin: 0 1px 3px;
    text-align: center;
}
.ace-file-multiple .ace-file-container .ace-file-name.large:last-child {
    margin: 0 1px;
}
.ace-file-multiple .ace-file-container .ace-file-name.large::after {
    background-color: #555;
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0.8;
    padding: 0 4px;
    position: absolute;
    right: 0;
    top: auto;
}
.ace-file-multiple .ace-file-container .ace-file-name.large img {
    border-width: 0;
    margin: 0 !important;
    padding: 0;
}
.ace-file-multiple input.disabled[type="file"] + .ace-file-container:hover, .ace-file-multiple input[type="file"][disabled] + .ace-file-container:hover, .ace-file-multiple input[type="file"][readonly] + .ace-file-container:hover {
    border-color: #aaa;
}
.ace-file-multiple input.disabled[type="file"] + .ace-file-container::before, .ace-file-multiple input[type="file"][disabled] + .ace-file-container::before, .ace-file-multiple input[type="file"][readonly] + .ace-file-container::before {
    background-color: transparent;
}
.ace-file-multiple input.disabled[type="file"] + .ace-file-container .ace-icon, .ace-file-multiple input[type="file"][disabled] + .ace-file-container .ace-icon, .ace-file-multiple input[type="file"][readonly] + .ace-file-container .ace-icon {
    border-color: #eee;
}
label {
    font-size: 14px;
    font-weight: 400;
}


