


*, *:before, *:after {
    --theme-color: #003d62;
    --theme-contrast: rgb(0, 61, 98);
    --theme-highlight: rgb(0, 93, 149);
    --theme-hover: rgba(0, 61, 98, 0.1);
}

.KandoDoc H1,
.KandoDoc H2,
.KandoDoc H3,
.KandoDoc H4,
.KandoDoc H5 {
    color: #003658;
}

.lightTxtShift{
    
}

.intButton {
    background: #003d62;
    background-image: -webkit-linear-gradient(top, #003d62, #003658);
    background-image: -moz-linear-gradient(top, #003d62, #003658);
    background-image: -ms-linear-gradient(top, #003d62, #003658);
    background-image: -o-linear-gradient(top, #003d62, #003658);
    background-image: linear-gradient(to bottom, #003d62, #003658);
}

.timeline-wrapper .nav-tabs > li.active > a,
.timeline-wrapper .nav-tabs > li.active > a:hover,
.timeline-wrapper .nav-tabs > li.active > a:focus {
    color: #fff !important;
    background-color: #003d62;
    border: 0;
}

.intButton:not(.disabled):hover {
    background: #336381;
    background-image: -webkit-linear-gradient(top, #336381, #003d62);
    background-image: -moz-linear-gradient(top, #336381, #003d62);
    background-image: -ms-linear-gradient(top, #336381, #003d62);
    background-image: -o-linear-gradient(top, #336381, #003d62);
    background-image: linear-gradient(to bottom, #336381, #003d62);
    text-decoration: none;
    color:#FFFFFF;
}

.intCallout {
    padding: 10px;
    margin-top: 2em;
    margin-bottom: 2em;
    border: 1px solid #dddddd;
    background: #FFF;
    border-left: 10px solid #003d62;
}

.tags .tag {
    background-color:#003d62;
    
}

.insight-carousel:hover {
    background-color: #a09fa4;
}

.themeHoverText {
    color: #003d62;
}

.themeHoverText:hover{
    color: #a09fa4;
}

.themeBack {
    background-color: #003d62 !important;
}

.themeBackDark {
    background-color: #003658 !important;
}

.themeText {
    color: #003d62 !important;
}

.themeTextDark {
    color: #003658 !important;
}

.themeBorder{
    border-color: #003658 !important;
}

.main__menu li.selected {
    color: #a09fa4;
}

.highColText {
    color: #a09fa4 !important;
}

.highColBack {
    background-color: #a09fa4 !important;
}

.highColBorder {
    border-color: #a09fa4;
}

.navigatorview .folder-items .header .drill-items .badge {
    background-color:  #a09fa4;
}

.appBar {
    background-color: #005387;
    ;
}