.fileinput-remove-button{display: none!important;}
.file-loading {
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    font-size: 999px;
    text-align: right;
    color: #fff;
    background: transparent url('https://goeventz.com/web/js/img/loading.gif') top left no-repeat;
    border: none;
}

.file-object {
    margin: 0 0 -5px 0;
    padding: 0;
}

.btn-file {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    height: 36px;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
     height: 37px;
    text-align: right;
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block;
    border-radius: 0px;
}
.btn-file span{background-color: transparent!important;}
.file-caption-name {
    display: inline-block;
    overflow: hidden;
    height: 20px;
    word-break: break-all;
}

.input-group-lg .file-caption-name {
    height: 25px;
}
.file-error-message {
    color: #a94442;
    background-color: #f2dede;
    margin: 5px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    padding: 15px;
}

.file-error-message pre, .file-error-message ul {
    margin: 0;
    text-align: left;
}

.file-error-message pre {
    margin: 5px 0;
}

.file-caption-disabled {
    background-color: #EEEEEE;
    cursor: not-allowed;
    opacity: 1;
}

.file-preview {
    width: 100%;
    position: relative;
}
.file-preview .fileinput-remove{
    position: absolute;
    top: 0px;
    right: 5px;
    z-index: 1;
}
.file-caption-main .form-control:focus {
    border-color: #ddd;
    box-shadow: none;
    outline: 0 none;
}
.file-preview-frame {
    position: relative;
    display: table;
    height: 160px;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.file-preview-image {
    vertical-align: middle;
}

.file-preview-text {
    display: block;
    color: #428bca;
    border: 1px solid #ddd;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    outline: none;
    padding: 8px;
    resize: none;
}

.file-preview-html {
    border: 1px solid #ddd;
    padding: 8px;
    overflow: auto;
}
.file-preview-other {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.file-preview-other:hover {
    opacity: 0.8;
}

.file-actions, .file-other-error {
    text-align: left;
}

.file-other-icon {
    font-size: 4.8em;
}
.file-input-new .file-preview, .file-input-new .close, .file-input-new .glyphicon-file,
.file-input-new .fileinput-remove-button, .file-input-new .fileinput-upload-button,
.file-input-ajax-new .fileinput-remove-button, .file-input-ajax-new .fileinput-upload-button {
    display: none;
}

.file-caption-main {
    width: 100%;
}
.file-caption-main .btn-default,.file-caption-main .btn-default:hover{height:37px;border-radius: 0px;box-shadow: none;border: 1px solid #e5e5e5;}
.file-caption-main .btn-default span{background-color: transparent!important; color: #666;}


.file-caption-main .form-control{border-radius: 0px;box-shadow: none;border: 1px solid #e5e5e5;}
.file_my .file-caption-main .form-control{
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;}

.file-input-ajax-new .no-browse .input-group-btn,
.file-input-new .no-browse .input-group-btn {
    display: none;
}

.file-input-ajax-new .no-browse .form-control,
.file-input-new .no-browse .form-control {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.file-thumb-loading {
    background: transparent url('https://goeventz.com/web/js/img/loading.gif') no-repeat scroll center center content-box !important;
}

.file-actions {
    margin-top: 15px;
}

.file-footer-buttons {
    float: right;
}

.file-upload-indicator {
    display: inline;
    cursor: default;
    opacity: 0.8;
    width: 60%;
}

.file-upload-indicator:hover {
    font-weight: bold;
    opacity: 1;
}

.file-footer-caption {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
    padding-top: 4px;
    font-size: 11px;
    color: #777;
    /* margin: 5px auto; */
}

.file-preview-error {
    opacity: 0.65;
    box-shadow: none;
}


.file-drop-zone {
    border: 1px dashed #aaa;
    border-radius: 4px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    margin: 12px 15px 12px 12px;
    padding: 5px;
}

.file-drop-zone-title {
    color: #aaa;
    font-size: 1.6em;
    padding: 85px 10px;
    cursor: default;
}

.file-preview .clickable,
.clickable .file-drop-zone-title {
    cursor: pointer;
}

.file-drop-zone.clickable:hover {
    /* border: 2px dashed #999; */
}

.file-drop-zone.clickable:focus {
    /* border: 2px solid #5acde2; */
}

.file-drop-zone .file-preview-thumbnails {
    cursor: default;
}

.file-highlighted {
    border: 2px dashed #999 !important;
    background-color: #f0f0f0;
}

.file-uploading {
    background: url('https://goeventz.com/web/js/img/loading-sm.gif') no-repeat center bottom 10px;
    opacity: 0.65;
}

.file-thumb-progress {
    height: 10px;
}

.file-thumb-progress .progress, .file-thumb-progress .progress-bar {
    height: 10px;
    font-size: 9px;
    line-height: 10px;
}

.file-thumbnail-footer {
    position: relative;
}

.file-thumb-progress {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
}


.file-drag-handle {
  display: inline;
  margin-right: 2px;
  font-size: 16px;
  cursor: move;
  cursor: -webkit-grabbing;
}

.file-drag-handle:hover {
  opacity: 0.7;
}


.file-preview-initial.sortable-chosen {
  background-color: #d9edf7;
}

.fileinput-upload-button{
  background-color: #5cb85c!important;
  box-shadow: none!important;
  color: #fff!important;
  height:38px!important;
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #5cb85c;
  font-weight: bold!important;
}
.fileinput-upload-button:hover{
  background-color: #449D44!important;
}
.fileinput-upload-button i{
  font-weight: bold!important;
  font-size: 15px!important;
  display: inline-block;
  margin-right: 3px;
}
.fileinput-upload-button span{color: #fff!important;font-weight: bold!important;}

/* IE 10 fix */
.btn-file ::-ms-browse {
    width: 100%;
    height: 100%;
}