html,
body {
    height: 100%;
    min-width: 1380px;


}

#page-wrapper {
    min-height: calc(100% - 60px);
    margin-bottom: -20px;
}

/* #page-wrapper:after {
    content: "";
    display: block;
    background-color: #414956;
}
#page-footer, #page-wrapper:after {
     height: 60px; 
} */

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #414956;
}

#page-footer {
    background-color: #414956;
}

.fullcolor {
    min-height: calc(100% - 103px);
    padding-left: 10px;

}

.bgmenu {
    background-color: #596475;
    min-width: 270px;
}

.white {
    color: #dcd7d7;
}

.awhite {
    color: #dcd7d7;
}

.awhite:hover {
    color: #dcd7d7;
}

.padding_login {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.h3_header {
    padding-top: 13px;
    text-transform: uppercase;
    margin-bottom: -10px;
}

.container {
    padding-right: 30px;
}

.uk-modal-title {
    font-size: 1rem;
    line-height: 1.3;
}

body {
    min-width: 1200px;
    font-family: 'Montserrat', sans-serif;
    font-style: bold;
    height: 100%;
}

#menus {
    text-transform: uppercase;
}

.l_menu {
    display: block;
    width: 80px;
    height: 150px;
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 99999;
}

.otstup {
    padding-top: 14%;
}

[class=uk-inline] {

    position: relative;
    max-width: 100%;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
}

.footers {
    font-size: 12px;
}

.uk-button-green {
    background-color: #008000ff;
    color: #fff;
    border: 1px solid transparent;
}

.uk-input,
.uk-select,
.uk-textarea {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: #fff;
    color: #666;
    border: 1px solid #008000ff;
    transition: 0.2s ease-in-out;
    transition-property: color, background-color, border;
}

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

.uk-offcanvas-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -270px;
    box-sizing: border-box;
    width: 380px;
    padding: 20px 20px;
    background: #222;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.menu {
    padding-top: 13px;
}

.uk-table td {
    padding: 10px 9px;
    vertical-align: top;
}



.uk-offcanvas-bar1 {
    position: absolute;
    top: 0;
    bottom: 0;

    box-sizing: border-box;
    width: 90%;
    padding: 20px 20px;
    background: #ffffff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.uk-card-default1 {
    background: #fff;
    color: #666;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.08);
    min-height: 80vh;
}

a,
.uk-link {
    color: #008000ff;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link,
.uk-link-toggle:focus .uk-link {
    color: #008000ff;
    text-decoration: underline;
}

.otstups {
    padding-top: 1%;
}

.uk-navbar-containers {
    border-bottom: 1px solid;
}

.limenu {
    border: 1px solid;
}

.uk-navbar-dropdown {
    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    width: 250px;
    padding: 25px;
    background: #fff;
    color: #666;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}