.uk-button {
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    padding: 0.05em 3em;
    font-weight: 600 !important;
}

.uk-button-primary {
    background-color: #0db4be !important;
}

.uk-button-primary:active {
    background-color: #028e96 !important;
}

.uk-button-primary:hover {
    background-color: #63cbd1 !important;
}

.uk-button-muted {
    background-color: transparent;
    border: 2px solid #656565;
}

.uk-button-large {
    font-size: 1em;
}

.uk-text-large {
    font-size: 1.5em;
    line-height: 110%;
}

.uk-block-muted {
    background-color: #E7E7E7;
}

.uk-block-secondary {
    background: #1f1f1f;
    background: linear-gradient(#1f1f1f, #393a3b);
    background: -webkit-linear-gradient(#1f1f1f, #393a3b);
    background: -moz-linear-gradient(#1f1f1f, #393a3b);
    background: -o-linear-gradient(#1f1f1f, #393a3b);
}

.uk-nav a {
    color: #E7E7E7;
    font-weight: 600;
    border-bottom: 1px solid #393a3b;
}

.uk-nav a:hover {
    background-color: #fff;
    color: #1f1f1f;
    box-shadow: 0px 3px 10px #000;
}

.uk-nav a:focus {
    background-color: #0db4be;
}

.uk-nav-sub {
    padding-bottom: 0 !important;
    background-color: #393a3b;
}

.uk-nav-sub a{
    color: #E7E7E7;
    font-weight: 400;
    font-size: 0.8em;
    margin: 10px 0 5px 0;
    padding-left: 10px !important;
    border-bottom: 1px solid #1f1f1f;
}

.uk-navbar {
    background: #1f1f1f;
    background: linear-gradient(#1f1f1f, #393a3b);
    background: -webkit-linear-gradient(#FFFFFF, #98989A);
    background: -moz-linear-gradient(#1f1f1f, #393a3b);
    background: -o-linear-gradient(#1f1f1f, #393a3b);
    height: 45px;
    align-items: center;
    display: flex;
}

.uk-navbar-nav > li >a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
}

.uk-accordion-title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 20px 25px;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
    background: #eee;
    background: linear-gradient(#eee, #b4b2b2);
    background: -webkit-linear-gradient(#eee, #b4b2b2);
    background: -moz-linear-gradient(#eee, #b4b2b2);
    background: -o-linear-gradient(#eee, #b4b2b2);
}

.uk-slidenav {
    text-decoration: none;
}

.uk-panel-box-secondary {
    background-color: #fff;
}

.uk-tab > li {
    margin-right: 5px;
    margin-bottom: 0px;
    background-color: #f5f5f5;
}

.uk-tab > li > a {
    color: #444;
}

.uk-tab > li > a:hover {
    color: #222;
}

.uk-tab > li.uk-active > a {
    border-color: #ddd;
    border-bottom-color: transparent;
    background: #f5f5f5;
    color: #444;
}

.uk-table thead th {
    vertical-align: middle;
    background: #333;
    color: #fff;
    border: 1px solid #000;
}

.uk-dropdown {
    padding: 0px 15px;
    width: 100px;
}

.uk-dropdown-navbar {
    margin-top: 0;
    background: #393a3b;
    color: #fff;
}

.uk-nav-navbar > li > a {
    color: #fff;
}

.uk-nav-navbar > li > a:hover {
    background: #f5f5f5;
    color: #444;
}
