html {
    font-size: 13px;
}
select.uk-form-large,
textarea.uk-form-large,
input[type].uk-form-large,
input:not([type]).uk-form-large {
    font-size: 13px !important;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    color: #0da3e2;
}
.uk-notify {
    z-index: 999999 !important;
}

.uk-navbar {
    background-color: transparent;
}

.uk-offcanvas {
    z-index: 999999999;
}

.uk-dropdown {
    width: auto;
    min-width: 200px;
    z-index: 999998 !important;
    overflow: hidden;
}
.uk-modal {
    z-index: 9999999;
}
.uk-sortable-over {
    border: 3px solid #0da3e2;
    background-color: rgba(255,255,255, 0.7);
    opacity: 0.9 !important;
}

.uk-tooltip {
    z-index: 9999999;
    text-align: left;
}

#main-panel .uk-navbar { background-color: #f5f5f5 !important; }

@media (max-width: 900px) {
    #header { height: 3em !important; }
    #header .logo { text-align: left !important; }
    #left-panel, #main-panel { top: 3em !important; }
    #main-panel {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	left: 0;
	right: 0;
    }
    #right-panel { display: none; }
    #map { display: none; }
    .uk-width-smally-4-5 {
	width: 80% !important;
    }
    .uk-width-smally-1-5 {
	width: 20% !important;
    }
    .current-view { display: none; }
}