html {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #fff;
    color: #666;
}
.uk-h2, h2 {
    font-size: 1.6rem;
    line-height: 1.3;
}
.uk-h3, h3 {
    font-size: 1.2rem;
    line-height: 1.4;
}
.icon_width{
	width:20px;
}
.navbaricon_width{
	width:21px;
	margin-bottom: -20px;
}
.sidebaricon_width{
	width:17px;
}
svg:not(:root) {
    width: 15px;
    height: 15px;
}

.navbar-container_color{
  background: #ffffffb5;
}
.menu_active{
   background: #e5e5e5;
	padding: 4px;
}
.uk-label {
font-size: .860rem;
}

.back-image
{
background-image: url('../images/back.jpg') !important;
	 
}
.text-white{
	color:white;
}

.back
{
 background: rgba(255, 255, 255, 0.4);
}
.uk-inline{
	display: inherit;
}
.uk-background-concrete
{
background: rgba(214, 214, 214,1.0);
}
.uk-notification-message{
background: rgba(51, 51, 51, 0.8);
}
.uk-white
{   
	color: #fff !important; 
}
.uk-offcanvas-bar {
    width: 350px;
    padding: 20px 20px;
	background:#222222eb;
}
.uk-button-cancel {
    background-color: #e1b12c;
    color: #fff;
}
.uk-button-del {
    background-color: #487eb0;
    color: #fff;
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 60px;
    padding: 0 15px;
    font-size: .875rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    text-decoration: none;
}

.uk-placeholder {
    margin-bottom: 20px;
    padding: 46px 30px;
    background: 0 0;
    border: 1px dashed #e5e5e5;
}
.uk-button-success{
	background-color: #2ed573;
    color: #fff;
}

:not(.uk-offcanvas-flip)>.uk-offcanvas-content-animation {
    left: 256px;
}
.uk-card-yellow{
	background:#fdcb6e;
}

.uk-heading-line>::before {
    right: 0%;
    border-bottom: 1px solid transparent;
}
.uk-heading-line>::after {
    left: 100%;
    margin-left: 0.0em;
}
.custom_dropdown>option{
	color:grey;
}

.uk-dropdown-nav>li>a:hover {
    color: #000;
} 
ul.uk-nav-sub {
    padding: 5px 10px 5px 15px;
}