input[type='radio'] {
    margin: 0 2px;
}

td > label {
    font-weight: normal;
}

.my-template-fieldset {
    border: none;
}

.my-template-legend {
    border: none;
    font-size: 14px;
    font-weight: 700;
}

.my-template-legend-basic {
    border: none;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.my-template-fieldset .form-control {
    border: none;
    box-shadow: none;
}

/*used for the color of the "starred" labels for required fields*/
.my-required {
    color: #df0000;
    font-weight: bolder
}

.my-error {
    /*same as bootstrap*/
    color: #a94442;
}

ul li a.active {
    background-color: #eee;
}

body {
    /*background-color: white;*/
    background-color: #ecf0f5;
}

a[aria-disabled='true'] {
    pointer-events: none;
    color: gray;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    padding: 10px;
    width: 100%;
}

.shadowed-box {
    box-shadow: 0 5px 11px 2px rgba(0, 9, 30, 0.10);
    border: 1px solid #dfdfdf !important;
    border-radius: 10px;
}

.top-left-no-margin {
    vertical-align: top;
    text-align: left;
    margin-top: 0 !important;
}

.phone {
}

.date {
}

/* Overlay */
.overlay {
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 2000; /* Sit on top, Bootstrap modal: 1050 */
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0); /* Black fallback color */
    background-color: rgba(0, 0, 0, 0.5); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
}

.scrollable {
    min-height: 100px;
    max-height: 260px;
    border: 1px solid #dddddd;
    overflow-y: auto;
    padding: 5px;
}

.messages {
    list-style: none;
    padding-left: 0;
    font-size: 18px
}

.simple-legend {
    border: none;
    margin-bottom: 0;
}

ul.column-checkboxes {
    padding: 0;
}

ul.column-checkboxes li {
    display: block;
    float: left;
    width: 33.33333333%;
}

ul.two-columns {
    columns: 2;
    list-style-position: inside;
}

@media (max-width: 992px) {
    ul.column-checkboxes li {
        width: 50%;
    }
}

.disabledLink {
    pointer-events: none;
    display: inline-block;
}

/*wizard styles*/
ul#stepForm li {
    list-style: none;
}

ul#stepForm{
    list-style: none;
    padding-left: unset;
}
/*wizard styles*/

.noHeight{
    height: 0!important;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

#equivalentDiv{
    padding-top: 1em;
}

.noPad {
    padding: 0 !important;
}

.bannerImg{
    height:25px;
}