.linkedBoldLabel {
    color: #ffffff;
    text-decoration: none;
}

.linkedColoredLabel {
    color: #336699 !important;
    text-decoration: none;
}

.linkedColoredBoldLabel {
    font-weight: bold;
    color: #336699 !important;
    text-decoration: none;
}

.linkedColoredLabel:hover,
.linkedColoredBoldLabel:hover {
    text-decoration: underline;
}

.blueColor,
h2,
.secondaryNavigation ul li a:hover,
.secondaryNavigation ul li a.act {
    color: #336699 !important;
}

.windowHeaderText h1,
.dialogHeaderText h1 {
    font-size: 11px;
    font-weight: bold;
}

.tabTitleSelected {
    color: #ffffff;
}

.tabTitleOver,
.tabTitleDown,
.tabTitleSelectedOver,
.tabTitleSelectedDown {
    color: #cdcdcd;
}

.tabTitleDisabled,
.tabTitleSelectedDisabled {
    color: #ffffff;
}

.sectionHeaderopened,
.navToolbar {
    background: #336699;
    border-top: 1px solid #336699;
    border-bottom: 1px solid #336699;
}

.sectionStack {
    border-left: 1px solid #336699;
    border-right: 1px solid #336699;
    border-bottom: 1px solid #336699;
}

.sectionHeaderopened h1,
.sectionHeaderclosed h1,
.sectionHeaderDisabledopened h1,
.sectionHeaderDisabledclosed h1 {
    color: #ffffff;
    font-weight: bold;
}

.checkboxTrueDisabled,
.checkboxTrue,
.checkboxTrueOver,
.checkboxTrueDown,
.checkboxFalseDisabled,
.checkboxFalse,
.checkboxFalseOver,
.checkboxFalseDown,
.checkboxPartialDisabled,
.checkboxPartial,
.checkboxPartialOver,
.checkboxPartialDown {
    background-size: auto !important;
    background-image: url(/vendor/isomorphic/skins/Enterprise/images/DynamicForm/checkbox_sprite.png) !important;
}