.sidebar-heading{
    font-size: 15px;
    color: darkgoldenrod;
}

.alert-info{
    font-size: 13px;
}

td { font-size: 13px; }
table {
    margin: 0 auto;
    width: 100%;
    clear: both;
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap: break-word;
}

.select2-selection--multiple{
    overflow: hidden !important;
    height: auto !important;
}

.passwordStrengthBadge{
    margin-top: 5%;
    display: none;
    text-align :center;
}

input:required {
    border: 1px solid red;
}

select:required {
    border: 1px solid red;
}

textarea:required {
    border: 1px solid red;
}