


::-moz-selection { 
   color:#fff; 
   background:#a4c401; 
   text-shadow: none; 
}

::selection { 
   color:#fff; 
   background:#a4c401; 
   text-shadow: none; 
}





.top-button.border-main {
    border: 2px solid #a4c401;
}

.top-button.border-main:hover {
    border: 2px solid #7e9800;
}

/* Preloader */
#status {
    color: #a4c401;
}



/* Buttons */

.btn-primary {
	color: #fff!important;
}

.btn-outline-primary:hover {
    color: #fff !important;
}




/* Timeline */

.uagb-timeline__main .uagb-timeline__marker.uagb-timeline__in-view-icon {
    background: #a4c401 !important;
    border-color: #a4c401 !important;
}


.uagb-timeline__line__inner {
    background-color: #a4c401 !important;
}

.uagb-timeline__events-inner-new {
    background-color: #f8f9fa !important;
    /*border-radius: .25rem !important;*/
    padding: 1.25rem !important;
}


.uagb-timeline__center-block .uagb-timeline__day-left .uagb-timeline__arrow:after {
    border-right-color: #f8f9fa !important;
}

.uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow:after {
    border-left-color: #f8f9fa !important;
}


#uagb-ctm-95df7d51-2cd1-493f-95e6-50ea47e04dbd .uagb-timeline__marker {
    background-color: #f8f9fa;
}


.uagb-timeline__arrow:after {
    border-right-color: #f8faf9 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8f9fa!important;
}









:focus {
    outline: none !important;
}
