
.uk-background-primary {
    background-color: #589fc6;
}

.uk-background-secondary {
    background-color: #222d32;
}
.background-light-blue {
    background-color: #ecf0f5;
}
.footer {
    border-top: 1px solid #c3c6ca;
}
.uk-light uk-navbar .uk-light .uk-navbar-nav>li>a{
    color: #fff;
}

.uk-navbar-nav li.uk-background-primary a,
.uk-navbar-nav li.uk-background-secondary a{
    color: #fff;
}
.uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-toggle{
    height: 40px;
    text-transform: none;
}
.uk-padding-custom {
    padding: 5px 20px;
}
aside .uk-nav-default i{
    margin-right: 10px;
}
aside .uk-nav li.uk-active>a {
    color: #fff!important;
}
.bg-yellow:hover,
.bg-yellow {
    background: #f39c12 !important;
}
.bg-yellow h3,
.bg-yellow .uk-button-text,
.bg-yellow p {
    color: #fff;
}
.bg-yellow .uk-button-text::before {
    border-bottom: 1px solid #fff;
}
.dash-card {
    position: relative;
    padding: 10px;
}
.dash-card .icon{
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0,0,0,0.15);
}
.dash-card:hover .icon {
    font-size: 95px;
}
.dash-card h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}
.dash-card p {
    font-size: 15px;  
    margin: 5px 0px;
}
.dash-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255,255,255,0.8);
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.1);
    text-decoration: none;
}

.uk-breadcrumb {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 7px 5px;
}
.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    font: normal normal normal 6px/1 FontAwesome;
    content: "\f2da";
    display: inline-block;
    margin: 0 10px;
    color: #999;
}
.ajax-load {
    background: rgba(255, 255, 255, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.loading {
    background: url(../images/loading.gif) 50% 50% no-repeat;
    height: 100%;
    width: 100%;
}

/* button-success */
.uk-button-success {
    background-color: #00a65a;
    color: #fff;
    border: 1px solid transparent;
}

.uk-button-success:hover, .uk-button-success:active, .uk-button-success.hover {
    background-color: #008d4c;
    color: #fff;
}

/* button-info */
.uk-button-info{
    background-color: #00c0ef;
    color: #fff;
}

.uk-button-info:hover, .uk-button-info:active, .uk-button-info.hover {
    background-color: #00acd6;
    color: #fff;
}

/* button-warning */
.uk-button-warning{
    background-color: #f39c12;
    color: #fff;
}

.uk-button-warning:hover, .uk-button-warning:active, .uk-button-warning.hover {
    background-color: #e08e0b;
    color: #fff;
} 

.uk-button-mini {
    padding: 0px 6px;
    line-height: 20px;
    font-size: .875rem;
}

.uk-button{
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.22);
}

.uk-button-text{
    border: 0px;
}
.icon-line-1,
.icon-line-1 *{
    line-height: 1px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    max-width: 100%;
    padding: 5px 10px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    transition: .2s ease-in-out;
    transition-property: color,background-color,border;
    height: 40px;
    text-transform: none;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    touch-action: manipulation;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
    right: 6px;
}