.ft-loader {
    padding-top: 200px;
    text-align: center;
}

.ft-title {
    padding-top: 20px;
    margin-bottom: 7px;
}

.alert {
    font-size: 1.4rem;

    .sr-only {
        display: none;
    }

    .close {
        background: transparent;
        border: 0;
        right: -5px;
    }

    &.alert-warning {
        .close:hover {
            color: $warn-color;
        }
    }
}

.SnapshotItem {
    width: 33.33%;
}

.ft-original-projection-line {
    border: 1px;
    border-style: dashed;
    border-color: $peacock;
    margin-bottom: 0;
}

.show_original_projection_checkbox {
    line-height: 0.4;
    margin-top: 0;

    label {
        height: 12px;
        line-height: 1.4;
    }
}

.Icons-info {
    cursor: default;
}

.overall-original-projection {
    margin-top: 10px;
    position: relative;
}

.alert-success {
    border: 0;
    border-radius: 3px;
    position: relative;

    h4 {
        color: $bluejay;
        font-weight: bold;
        margin-top: 0;
    }

    .btn-link {
        font-weight: bold;
        position: absolute;
        right: 10px;
        top: 20px;
    }
}
