﻿/* Classes for bootstrap 3 to 5, should have been mix-ins probably but this is easy.*/
.mandatory-field {
    font-weight: bold;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 7px;
    font-weight: 700;
}

.widget-spacer {
    margin-right: 3px;
    margin-left: 3px;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent;
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}

.fix-gridlink {
    cursor: pointer;
    color: #337ab7;
    text-decoration: none;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
