/*! UIkit 2.8.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */

.uk-dotnav {
    padding: 0;
    list-style: none;
    font-size: 0
}

.uk-dotnav > li {
    display: inline-block;
    font-size: 1rem;
    vertical-align: top
}

.uk-dotnav > li:nth-child(n+2) {
    margin-left: 15px
}

.uk-dotnav > li > a {
    display: inline-block;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(50, 50, 50, .1);
    vertical-align: top;
    overflow: hidden;
    text-indent: -999%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.uk-dotnav > li > a:hover, .uk-dotnav > li > a:focus {
    background: rgba(50, 50, 50, .4);
    outline: 0
}

.uk-dotnav > li > a:active {
    background: rgba(50, 50, 50, .6)
}

.uk-dotnav > li.uk-active > a {
    background: rgba(50, 50, 50, .4);
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.uk-dotnav-vertical > li {
    display: block
}

.uk-dotnav-vertical > li:nth-child(n+2) {
    margin-left: 0;
    margin-top: 15px
}

.uk-slidenav {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: rgba(50, 50, 50, .4);
    font-size: 60px;
    text-align: center
}

.uk-slidenav:hover, .uk-slidenav:focus {
    outline: 0;
    text-decoration: none;
    color: rgba(50, 50, 50, .7);
    cursor: pointer
}

.uk-slidenav:active {
    color: rgba(50, 50, 50, .9)
}

.uk-slidenav-previous:before {
    content: "\f104";
    font-family: FontAwesome
}

.uk-slidenav-next:before {
    content: "\f105";
    font-family: FontAwesome
}

.uk-slidenav-position {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    position: relative
}

.uk-slidenav-position .uk-slidenav {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -30px
}

.uk-slidenav-position:hover .uk-slidenav {
    display: block
}

.uk-slidenav-position .uk-slidenav-previous {
    left: 20px
}

.uk-slidenav-position .uk-slidenav-next {
    right: 20px
}

.uk-form input[type=radio], .uk-form input[type=checkbox] {
    display: inline-block;
    height: 14px;
    width: 14px;
    border: 1px solid #aaa;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: 0;
    background: 0 0
}

.uk-form input[type=radio] {
    border-radius: 50%
}

.uk-form input[type=checkbox]:checked:before, .uk-form input[type=radio]:checked:before {
    display: block
}

.uk-form input[type=radio]:checked:before {
    content: '';
    width: 8px;
    height: 8px;
    margin: 2px auto 0;
    border-radius: 50%;
    background: #00a8e6
}

.uk-form input[type=checkbox]:checked:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 12px;
    color: #00a8e6
}

.uk-form input[type=radio]:disabled, .uk-form input[type=checkbox]:disabled {
    border-color: #ddd
}

.uk-form input[type=radio]:disabled:checked:before {
    background-color: #aaa
}

.uk-form input[type=checkbox]:disabled:checked:before {
    color: #aaa
}

.uk-form-file {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden
}

.uk-form-file input[type=file] {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    left: 0;
    font-size: 500px
}

.uk-form-password {
    position: relative;
    display: inline-block;
    max-width: 100%
}

.uk-form-password-toggle {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
    font-size: 13px;
    line-height: 13px;
    color: #999
}

.uk-form-password-toggle:hover {
    color: #999;
    text-decoration: none
}

.uk-form-password > input {
    padding-right: 50px !important
}

.uk-form-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden
}

.uk-form-select select {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    left: 0;
    -webkit-appearance: none
}

.uk-placeholder {
    margin-bottom: 15px;
    padding: 20px;
    border: 1px dashed #ddd;
    background: #fafafa;
    color: #444
}

* + .uk-placeholder {
    margin-top: 15px
}

.uk-placeholder > :last-child {
    margin-bottom: 0
}

.uk-placeholder-large {
    padding-top: 80px;
    padding-bottom: 80px
}

.uk-autocomplete {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.uk-nav-autocomplete > li > a {
    color: #444
}

.uk-nav-autocomplete > li.uk-active > a {
    background: #009dd8;
    color: #fff;
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .2);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2)
}

.uk-nav-autocomplete .uk-nav-header {
    color: #999
}

.uk-nav-autocomplete .uk-nav-divider {
    border-top: 1px solid #ddd
}

.uk-datepicker {
    width: auto
}

.uk-datepicker-nav {
    margin-bottom: 15px;
    text-align: center;
    line-height: 20px
}

.uk-datepicker-nav:before, .uk-datepicker-nav:after {
    content: " ";
    display: table
}

.uk-datepicker-nav:after {
    clear: both
}

.uk-datepicker-nav a {
    color: #444;
    text-decoration: none
}

.uk-datepicker-nav a:hover {
    color: #444
}

.uk-datepicker-previous {
    float: left
}

.uk-datepicker-next {
    float: right
}

.uk-datepicker-previous:after, .uk-datepicker-next:after {
    width: 20px;
    font-family: FontAwesome
}

.uk-datepicker-previous:after {
    content: "\f053"
}

.uk-datepicker-next:after {
    content: "\f054"
}

.uk-datepicker-table {
    width: 100%
}

.uk-datepicker-table th, .uk-datepicker-table td {
    padding: 2px
}

.uk-datepicker-table th {
    font-size: 12px
}

.uk-datepicker-table a {
    display: block;
    width: 26px;
    line-height: 24px;
    text-align: center;
    color: #444;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-origin: border-box
}

a.uk-datepicker-table-muted {
    color: #999
}

.uk-datepicker-table a:hover, .uk-datepicker-table a:focus {
    background-color: #fafafa;
    color: #444;
    outline: 0;
    border-color: rgba(0, 0, 0, .2);
    border-bottom-color: rgba(0, 0, 0, .3);
    text-shadow: 0 1px 0 #fff
}

.uk-datepicker-table a:active {
    background-color: #f5f5f5;
    color: #444;
    border-color: rgba(0, 0, 0, .2);
    border-top-color: rgba(0, 0, 0, .3);
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1)
}

.uk-datepicker-table a.uk-active {
    background: #009dd8;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-bottom-color: rgba(0, 0, 0, .4);
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top, #00b4f5, #008dc5);
    background-image: linear-gradient(to bottom, #00b4f5, #008dc5);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2)
}

.uk-htmleditor-navbar {
    background: #f7f7f7;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-color: rgba(0, 0, 0, .2);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(to bottom, #fff, #eee)
}

.uk-htmleditor-navbar:before, .uk-htmleditor-navbar:after {
    content: " ";
    display: table
}

.uk-htmleditor-navbar:after {
    clear: both
}

.uk-htmleditor-navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left
}

.uk-htmleditor-navbar-nav > li {
    float: left
}

.uk-htmleditor-navbar-nav > li > a {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    height: 41px;
    padding: 0 15px;
    line-height: 40px;
    color: #444;
    font-size: 11px;
    cursor: pointer;
    margin-top: -1px;
    margin-left: -1px;
    border: 1px solid transparent;
    border-bottom-width: 0;
    text-shadow: 0 1px 0 #fff
}

.uk-htmleditor-navbar-nav > li:hover > a, .uk-htmleditor-navbar-nav > li > a:focus {
    background-color: transparent;
    color: #444;
    outline: 0;
    position: relative;
    z-index: 1;
    border-left-color: rgba(0, 0, 0, .1);
    border-right-color: rgba(0, 0, 0, .1);
    border-top-color: rgba(0, 0, 0, .1);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1)
}

.uk-htmleditor-navbar-nav > li > a:active {
    background-color: #f5f5f5;
    color: #444;
    border-left-color: rgba(0, 0, 0, .1);
    border-right-color: rgba(0, 0, 0, .1);
    border-top-color: rgba(0, 0, 0, .2);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1)
}

.uk-htmleditor-navbar-nav > li.uk-active > a {
    background-color: #fafafa;
    color: #444;
    border-left-color: rgba(0, 0, 0, .1);
    border-right-color: rgba(0, 0, 0, .1);
    border-top-color: rgba(0, 0, 0, .2);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1)
}

.uk-htmleditor-navbar-flip {
    float: right
}

[data-mode=split] .uk-htmleditor-button-code, [data-mode=split] .uk-htmleditor-button-preview {
    display: none
}

.uk-htmleditor-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.uk-htmleditor-content:before, .uk-htmleditor-content:after {
    content: " ";
    display: table
}

.uk-htmleditor-content:after {
    clear: both
}

.uk-htmleditor-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990
}

.uk-htmleditor-fullscreen .uk-htmleditor-content {
    position: absolute;
    top: 41px;
    left: 0;
    right: 0;
    bottom: 0
}

.uk-htmleditor-fullscreen .uk-icon-expand:before {
    content: "\f066"
}

.uk-htmleditor-code, .uk-htmleditor-preview {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.uk-htmleditor-preview {
    padding: 20px;
    overflow-y: scroll
}

[data-mode=tab][data-active-tab=code] .uk-htmleditor-preview, [data-mode=tab][data-active-tab=preview] .uk-htmleditor-code {
    display: none
}

[data-mode=split] .uk-htmleditor-code, [data-mode=split] .uk-htmleditor-preview {
    float: left;
    width: 50%
}

[data-mode=split] .uk-htmleditor-code {
    border-right: 1px solid #eee
}

.uk-htmleditor .CodeMirror {
    padding: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.uk-htmleditor-navbar-nav:first-child > li:first-child > a {
    border-top-left-radius: 4px
}

.uk-htmleditor-navbar-flip .uk-htmleditor-navbar-nav > li > a {
    margin-left: 0;
    margin-right: -1px
}

.uk-htmleditor-navbar-flip .uk-htmleditor-navbar-nav:first-child > li:first-child > a {
    border-top-left-radius: 0
}

.uk-htmleditor-navbar-flip .uk-htmleditor-navbar-nav:last-child > li:last-child > a {
    border-top-right-radius: 4px
}

.uk-htmleditor-fullscreen .uk-htmleditor-navbar {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0
}

.uk-htmleditor-fullscreen .uk-htmleditor-content {
    border: none;
    border-radius: 0
}

.uk-htmleditor-fullscreen .uk-htmleditor-navbar-nav > li > a {
    border-radius: 0 !important
}

.uk-nestable {
    padding: 0;
    list-style: none
}

.uk-nestable-list {
    margin: 0;
    padding-left: 40px;
    list-style: none
}

.uk-nestable-list-dragged {
    position: absolute;
    z-index: 1050;
    padding-left: 0;
    pointer-events: none
}

.uk-nestable-item {
    margin-bottom: 10px;
    padding: 5px;
    background: #f7f7f7;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-bottom-color: rgba(0, 0, 0, .3);
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(to bottom, #fff, #eee);
    text-shadow: 0 1px 0 #fff
}

.uk-nestable-placeholder {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    border: 1px dashed #ddd
}

.uk-nestable-empty {
    min-height: 40px
}

.uk-nestable-handle {
    display: inline-block;
    font-size: 18px;
    color: #ddd
}

.uk-nestable-handle:hover {
    cursor: move
}

.uk-nestable-handle:after {
    content: "\f0c9";
    font-family: FontAwesome
}

.uk-nestable-moving, .uk-nestable-moving * {
    cursor: move
}

[data-nestable-action=toggle] {
    display: inline-block;
    color: #999;
    visibility: hidden
}

[data-nestable-action=toggle]:hover {
    color: #444;
    cursor: pointer
}

[data-nestable-action=toggle]:after {
    content: "\f147";
    font-family: FontAwesome
}

.uk-parent > .uk-nestable-item [data-nestable-action=toggle] {
    visibility: visible
}

.uk-collapsed > .uk-nestable-item [data-nestable-action=toggle]:after {
    content: "\f196"
}

.uk-collapsed .uk-nestable-list {
    display: none
}

.uk-notify {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1040;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 370px
}

.uk-notify-top-right, .uk-notify-bottom-right {
    left: auto;
    right: 10px
}

.uk-notify-top-center, .uk-notify-bottom-center {
    left: 50%;
    margin-left: -175px
}

.uk-notify-bottom-left, .uk-notify-bottom-right, .uk-notify-bottom-center {
    top: auto;
    bottom: 10px
}

@media (max-width: 479px) {
    .uk-notify {
        left: 10px;
        right: 10px;
        width: auto;
        margin: 0
    }
}

.uk-notify-message {
    position: relative;
    margin-bottom: 10px;
    padding: 15px;
    background: #444;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    border: 1px solid #444;
    border-radius: 4px
}

.uk-notify-message > .uk-close {
    visibility: hidden;
    float: right
}

.uk-notify-message:hover > .uk-close {
    visibility: visible
}

.uk-notify-message-primary {
    background: #ebf7fd;
    color: #2d7091;
    border-color: rgba(45, 112, 145, .3)
}

.uk-notify-message-success {
    background: #f2fae3;
    color: #659f13;
    border-color: rgba(101, 159, 19, .3)
}

.uk-notify-message-warning {
    background: #fffceb;
    color: #e28327;
    border-color: rgba(226, 131, 39, .3)
}

.uk-notify-message-danger {
    background: #fff1f0;
    color: #d85030;
    border-color: rgba(216, 80, 48, .3)
}

.uk-search {
    display: inline-block;
    position: relative;
    margin: 0
}

.uk-search:before {
    content: "\f002";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-family: FontAwesome;
    font-size: 14px;
    color: rgba(0, 0, 0, .2)
}

.uk-search-field {
    width: 120px;
    height: 30px;
    padding: 0 30px;
    border: 1px solid rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    color: #444;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    border-radius: 0
}

input.uk-search-field {
    -webkit-appearance: none
}

.uk-search-field:-ms-input-placeholder {
    color: #999
}

.uk-search-field::-moz-placeholder {
    color: #999
}

.uk-search-field::-webkit-input-placeholder {
    color: #999
}

.uk-search-field::-ms-clear {
    display: none
}

.uk-search-field:focus {
    outline: 0
}

.uk-search-field:focus, .uk-search.uk-active .uk-search-field {
    width: 180px
}

.uk-search-close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: rgba(0, 0, 0, .2);
    padding: 0;
    border: 0;
    -webkit-appearance: none;
    background: 0 0
}

.uk-loading > .uk-search-close, .uk-active > .uk-search-close {
    display: block
}

.uk-search-close:after {
    display: block;
    content: "\f00d";
    font-family: FontAwesome
}

.uk-loading > .uk-search-close:after {
    content: "\f110";
    -webkit-animation: uk-spin 2s infinite linear;
    animation: uk-spin 2s infinite linear
}

.uk-dropdown-search {
    width: 300px;
    margin-top: 0;
    background: #fff;
    color: #444
}

.uk-open > .uk-dropdown-search {
    -webkit-animation: uk-slide-top-fixed .2s ease-in-out;
    animation: uk-slide-top-fixed .2s ease-in-out
}

.uk-navbar-flip .uk-dropdown-search {
    margin-top: 12px;
    margin-right: -16px
}

.uk-nav-search > li > a {
    color: #444
}

.uk-nav-search > li.uk-active > a {
    background: #009dd8;
    color: #fff;
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .2);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2)
}

.uk-nav-search .uk-nav-header {
    color: #999
}

.uk-nav-search .uk-nav-divider {
    border-top: 1px solid #ddd
}

.uk-nav-search ul a {
    color: #07d
}

.uk-nav-search ul a:hover {
    color: #059
}

.uk-offcanvas .uk-search {
    display: block;
    margin: 20px 15px
}

.uk-offcanvas .uk-search:before {
    color: #777
}

.uk-offcanvas .uk-search-field {
    width: 100%;
    border-color: rgba(0, 0, 0, 0);
    background: #1a1a1a;
    color: #ccc
}

.uk-offcanvas .uk-search-field:-ms-input-placeholder {
    color: #777
}

.uk-offcanvas .uk-search-field::-moz-placeholder {
    color: #777
}

.uk-offcanvas .uk-search-field::-webkit-input-placeholder {
    color: #777
}

.uk-sortable {
    position: relative
}

.uk-sortable > * {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.uk-sortable > * * {
    -webkit-user-drag: none;
    user-drag: none
}

.uk-sortable-dragged {
    position: absolute;
    z-index: 1050;
    pointer-events: none
}

.uk-sortable-placeholder {
    opacity: 0
}

.uk-sortable-over {
    opacity: .3
}

.uk-sortable-moving, .uk-sortable-moving * {
    cursor: move
}

.uk-sticky {
    z-index: 980
}

.uk-dragover {
    box-shadow: 0 0 20px rgba(100, 100, 100, .3)
}