@charset "UTF-8";

/*@import url("../../../icomoon/style.css");*/

.jcrop-holder { margin: 0 auto !important; }
#files img { width: 100%; }
.hidden { display: none; }
.fileinputs { overflow: hidden; }
.fileinput-progress { display: none; }
.fileinput-container {
    display: none;
    margin: 0 auto;
}
.fileinput-container.fileinput-nr-1 {
    display:block;
}
.fileinput-container.fileinput-nr-2 {
    display:block;
}
.fileinput-container.fileinput-nr-3 {
    display:block;
}
.fileinput-button {
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background: white;
    color: #bcbcbc;
    margin-bottom: 4px;
    margin-right: 4px;
}
.fileinput-button .fileinput-holder {
    font-size: 16px;
}
.fileinput-button .fileinput-holder i {
    color: #fff;
    font-size: 34px;
}
.fileinput-button .fileinput-holder img {
    /*height: auto !important;
    width: auto !important;*/
    margin: 0 auto !important;
}
.fileinputs .fileinput-smaller {
    font-size: 12px;
}
.fileinputs .fileinput-smaller i {
    font-size: 100%;
}
.fileinput-button span {
    display: block;
}

.fileinput-button .fileinput-center {
    display: table-cell;
    vertical-align: middle;

    height: 100%;
    width: 100%;
}
.fileinput-button .fileinput-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
.fileinput-button .fileinput-holder {
    /*overflow: hidden;*/
    position: relative;
    z-index: 2;
    display: block;
    /*height: 100%;
    width: 100%;*/
    /*top: 0;
    left: 0;*/
}
.centerize {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -54px;
}
.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-300px, 0px) scale(10);
    background-image: none;
    border: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.fileinput-button .fileinput-actions {
    text-align: right;
    position: absolute;
    display: none;
    bottom: 0;
    right: 0;
    z-index: 3;
}
.fileinput-button .fileinput-actions ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
}
.fileinput-button .fileinput-actions ul li {
    float: left;
    margin: 0;
}
.fileinput-button .fileinput-actions a {
    display: inline-block;
    background-color: #0059AD;
    color: #FFFFFF;
    text-decoration: none;
    padding: 2px 6px;
    margin-left: 1px;
    /*margin-bottom: 2px;*/
    font-size: 12px;
}
input[type="file"] {
    display: block;
}
