.form-group.without-label.has-success:after,
.form-group.without-label.has-danger:after {
    top: -27px !important;
}

.pointer {
    cursor: pointer;
}

@media (max-width: 992px) {
    .show-on-small,
    .show-on-small.inline-block {
        display: inline-block !important;
    }
    .show-on-small.block {
        display: block !important;
    }
}

.show-on-small,
.show-on-small.inline-block,
.show-on-small.block {
    display: none;
}
@media (max-width: 992px) {
    .hide-on-small,
    .hide-on-small.inline-block,
    .hide-on-small.block {
        display: none !important;
    }
}
.hide-on-small.inline-block {
    display: inline-block;
}
.hide-on-small.block {
    display: block;
}

