::selection {
    background: #e2863b!important;
}
html {
    background: #F8F8F8!important;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, a:active, a:visited ,a span ,a i, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    color: inherit;
    transition: color 0.3s;
}
a:hover, a:hover span, a:hover i{
    color: #e2863b!important;
}
a.elm_active, a.elm_active:active, a.elm_active:visited ,a.elm_active span, a.elm_active i{
    color: #e2863b!important;
}
i.fas, i.far i.fa {
    color: #999;
}
span.uk-icon,span.sub-name{
    color: #999;
}
.color_text{
    color: #999!important;
}
.color_themes{
    color: #e2863b!important;
}
.elm_background{
    background: #FFFFFF!important;
}
.elm_background_color{
    background: #ffdfc5!important;
}
.elm_background_hover:hover{
    background: #ffdfc5!important;
}
.elm_box_background{
    background: #e2863b!important;
}
.elm_border{
    border: 1px solid #ffdfc5!important;
}
.elm_border_color{
    border-color: #e2863b!important;
}
.elm_active{
    color: #e2863b!important;
}
.uk-tab-right > * > a{
    border-left-width: 3px!important;
}
.uk-tab > .uk-active > a{
    border-color: #e2863b!important;
}
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
    background-color: #e2863b!important;
}
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
    border-color: #e2863b!important;
}
.uk-input, .uk-select, .uk-textarea{
    border: 1px solid #e2863b!important;
}
.uk-tooltip {
    background: #e2863b!important;
    color: #fff!important;
    font-size: 11px!important;
}
.elm_box_shadow{
    box-shadow: 0 1px 15px rgba(0,0,0,.1), 0 1px 6px rgba(0,0,0,.1);
}
.elm_border_radius{
    border-radius: 4px;
}
.form-error{
    color: #E91E63!important;
}
.elm_border_top{
    border-top: 3px solid #2196F3;
}
@media screen and (max-width: 960px) {
    a{
        border: none!important;
    }
}
