html {
    height: 100vh;
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.isHidden_lg {
    display: table-cell;
}

.custom-file-upload {
    position: relative;
    height: 128px;
}

    .custom-file-upload .del-preview {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

    .custom-file-upload label {
        cursor: pointer;
    }

.isDisabled {
    cursor: not-allowed;
    opacity: 0.5;
}

    .isDisabled > a {
        color: currentColor;
        display: inline-block; /* For IE11/ MS Edge bug */
        pointer-events: none;
        text-decoration: none;
    }

@media only screen and (max-width:1000px) {
    .isHidden_lg {
        display: none;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
