


*, *:before, *:after {
    --theme-color: #055203;
}

.KandoDoc H1,
.KandoDoc H2,
.KandoDoc H3,
.KandoDoc H4,
.KandoDoc H5 {
    color: #044902;
}

.lightTxtShift{
    
}

.intButton {
    background: #055203;
    background-image: -webkit-linear-gradient(top, #055203, #044902);
    background-image: -moz-linear-gradient(top, #055203, #044902);
    background-image: -ms-linear-gradient(top, #055203, #044902);
    background-image: -o-linear-gradient(top, #055203, #044902);
    background-image: linear-gradient(to bottom, #055203, #044902);
}

.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: #055203;
    border: 0;
}

.intButton:not(.disabled):hover {
    background: #377435;
    background-image: -webkit-linear-gradient(top, #377435, #055203);
    background-image: -moz-linear-gradient(top, #377435, #055203);
    background-image: -ms-linear-gradient(top, #377435, #055203);
    background-image: -o-linear-gradient(top, #377435, #055203);
    background-image: linear-gradient(to bottom, #377435, #055203);
    text-decoration: none;
    color:#FFFFFF;
}

.intCallout {
    padding: 10px;
    margin-top: 2em;
    margin-bottom: 2em;
    border: 1px solid #dddddd;
    background: #FFF;
    border-left: 10px solid #055203;
}

.tags .tag {
    background-color:#055203;
    
}

.insight-carousel:hover {
    background-color: #ffc400;
}

.themeHoverText {
    color: #055203;
}

.themeHoverText:hover{
    color: #ffc400;
}

.themeBack {
    background-color: #055203 !important;
}

.themeBackDark {
    background-color: #044902 !important;
}

.themeText {
    color: #055203 !important;
}

.themeTextDark {
    color: #044902 !important;
}

.themeBorder{
    border-color: #044902 !important;
}

.main__menu li.selected {
    color: #ffc400;
}

.highColText {
    color: #ffc400 !important;
}

.highColBack {
    background-color: #ffc400 !important;
}

.highColBorder {
    border-color: #ffc400;
}

.navigatorview .folder-items .header .drill-items .badge {
    background-color:  #ffc400;
}

.appBar {
    background-color: #FFFFFF;
    color:#000 !important;;
}