﻿/* Fix for validation messages */
.vld-fix {
    font-size: 100% !important;
    line-height: 2em !important;
    white-space: normal !important;
}

/* Fix for checkboxes and radio button alignments*/
.checkbox input[type=checkbox], .radio input[type=radio] {
    margin-left: 0px !important;
}

/* Fix for btn-lnk class*/
.btn-link-fix {
    height: auto !important;
    border-width: 0px;
    border-color: transparent;
    box-shadow: none;
    background-color: transparent;
    padding: 0px;
    color: inherit !important;
    text-decoration: underline;
}

.btn-link-disabled {
    height: auto !important;
    border-width: 0px;
    border-color: transparent;
    box-shadow: none;
    background-color: transparent;
    padding: 0px;
    color: inherit !important;
}

.ctl-minWidth {
    min-width: 200px !important;
}

.btn-minWidth {
    min-width: 150px !important;
}

/* Extra BG colour for grey bars */
.bg-default {
    background-color: lightgrey;
    font-weight: bold;
}

.bold-control-label {
    font-weight: bold !important;
    cursor: default !important;
}

fieldset{
    padding-top:0px !important;
    margin-bottom: 20px !important;
}

input.list-group-item {
    height: auto !important;
    width: 100% !important;
    text-align: left !important;
}

input:hover.list-group-item{
    color: #555 !important;
    background-color: #f5f5f5 !important;    
}

span.requiredfix:before, .checkbox.requiredfix:before, input[type=checkbox].requiredfix:before, label.requiredfix:before, legend.requiredfix:before {
    content: "* ";
    margin-left: -.665em;
}
 
span.requiredfix:before, .checkbox.requiredfix strong.requiredfix, .checkbox.requiredfix:before, input[type=checkbox].requiredfix strong.requiredfix, input[type=checkbox].requiredfix:before, label.requiredfix strong.requiredfix, label.requiredfix:before, legend.requiredfix strong.requiredfix, legend.requiredfix:before {
    color: #d3080c;
    font-weight: 700;
}
 
.bold {
    font-weight: bold;
} 

.bg-warning {
    padding:3px 6px 3px 6px;
}

.bg-danger {
    padding:3px 6px 3px 6px;
}