﻿
/* automatically add margin to form group buttons to make them inline better with inputs */
.form-horizontal .form-group.no-label {
    padding-top: 27px;
}

.btn-default:hover .glyphicon:not(.text-danger)   {
    color: #428bca;
    cursor: pointer
}

.btn-danger {
    color: #d9534f;
    background-color: #fff;
    border-color: #d9534f;
}