#wcc-planning-form-pre-app #files .uploaded-item {
    float: left;
    text-align: center;
    width: 120px;
    height: 150px;
    padding: 5px;
    position: relative;
    overflow: hidden;
    border: 1px solid #C7C7C6;
    margin-right: 10px;
    margin-bottom: 10px;
}

#wcc-planning-form-pre-app #files .uploaded-item p{
    font-size: 10px;
    line-height: 15px;
}

#wcc-planning-form-pre-app .file-delete {
    padding: 5px 3px 5px 3px;
    margin: -10px 0px 10px 0px;
    color: #FFFFFF;
    background: #78ADDF;
    border: #1B72C2 solid 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 0.8em;
    position: relative;
    top: -8px;
    opacity: 0.7;
    left: 0px;
    width: 80px;
}

#wcc-planning-form-pre-app #edit-attachments,
#wcc-planning-form-pre-app .form-item-attachments .grippie {
    display: none;
}

#wcc-planning-form-pre-app .warning.msg {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    padding: 20px;
}

#wcc-planning-form-pre-app .fileinput-button input {
    position: absolute;
    margin-left: -100px;
    margin-top: -5px;
    height: 30px;
    width: 110px;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.glyphicon:empty {
    width: 1em;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.glyphicon-plus:before {
    content: "\2b";
}

.btn {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

#wcc-planning-form-pre-app .progress {
    display: none;
}

#wcc-planning-form-pre-app #files {
    margin-top: 10px;
}

#deleting,
.one-delete {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    padding-top : 3px;
    padding-left : 35px;
    margin-bottom: 10px;
}

#wcc-planning-form-pre-app .total-progress.label {
    margin-top: 10px;
    display: none;
    font-size: 12px;
    opacity: 0.7;
}

.planning-app-table {
    width: 100%;
    max-width: none !important;
}

.planning-app-label {
    width: 25%;
    min-width: 210px;
}