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

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

.alert-danger {
    margin-bottom: 0;
}

.left-align {
    text-align: left !important;
}

.th-box {
    width: 20px;
}

.no-margin {
    margin: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.hidden {
    visibility: hidden;
}

.long-width {
    width: 100%;
}

.half-width {
    width: 50%;
}

.no-top-padding {
    padding-top: 0px;
}

.cursor {
    cursor: pointer;
}

.float {
    float: right;
}

.popover.fade.right {
    margin-right: 500px !important;
}

.modal.fade.in {
    top: 15% !important;
    max-height: 500px !important;
    margin-top: 0px !important;
    width: 70% !important;
}
