﻿a {
    text-decoration: underline;
}

    a:not([href]) {
        text-decoration: none;
    }

    /* Sets disabled link color to gray*/
    a[disabled='disabled'] {
        color: GrayText !important;
        text-decoration: none;
    }

    a.btn {
        text-decoration: none;
        color: white !important;
    }

.panel-heading {
    padding: 3px 10px;
}

/* https://github.com/twbs/bootstrap/issues/4062 */
dd:after {
    display: block;
    clear: both;
    content: "";
}

dt, dd {
    line-height: 1.5;
}

/* (override bootstrap) match .fieldLabel */
dt {
    color: #404040;
    font-weight: 600;
}

select::-ms-expand {
    border: none;
    background: white;
}

.inlineOverride {
    width: auto;
    display: inline;
    vertical-align: middle;
}

.form-horizontal .form-group {
    margin-left: inherit;
    margin-right: inherit;
}

/*this hides the slight right border on popover arrows in IE and Edge*/ 
.popover.right > .arrow {
    -webkit-box-shadow: 1px 0px 0px 0px #ffffff;
    -moz-box-shadow: 1px 0px 0px 0px #ffffff;
    box-shadow: 1px 0px 0px 0px #ffffff;
}
