@font-face {
  font-family: 'IcoMoon';
  src: url("../../../media/jui/fonts/IcoMoon.eot");
  src: url("../../../media/jui/fonts/IcoMoon.eot?#iefix") format('embedded-opentype'), url("../../../media/jui/fonts/IcoMoon.woff") format('woff'), url("../../../media/jui/fonts/IcoMoon.ttf") format('truetype'), url("../../../media/jui/fonts/IcoMoon.svg#IcoMoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ========================================================================
   Name:            Bootstrap layer
   Description:     Compatibility layer to match UIkit and Bootstrap style
 ========================================================================== */
/* Button overrides
 ========================================================================== */
.btn {
  /* Reset */
  border: none;
  /* Todo */
  border-radius: 0;
  border-color: transparent;
  box-shadow: none;
  text-shadow: none;
  /* Overrides */
  line-height: 22px;
  background: #4b7cb1;
  color: #000000;
  border-radius: 4px;
  font-weight: inherit;
  text-transform: none;
  letter-spacing: 0px;
}
.btn:hover,
.btn:focus {
  /* Reset */
  background-position: 0 0;
  -webkit-transition: none;
  transition: none;
  /* Overrides */
  background-color: #ffffff;
  color: #cad2da;
}
.btn.active,
.btn:active {
  /* Reset */
  box-shadow: none;
  /* Overrides */
  background-color: #ffffff;
  color: #ffffff;
}
/* Primary */
.btn-primary,
.btn-info,
.btn-inverse {
  background-color: #4b7cb1;
  color: #ffffff;
}
.btn-primary:hover,
.btn-info:hover,
.btn-inverse:hover {
  background-color: #5f8bbb;
  color: #ffffff;
}
.btn-primary:active,
.btn-primary.active,
.btn-info:active,
.btn-info.active,
.btn-inverse:active,
.btn-inverse.active {
  background-color: #586e85;
  color: #ffe5ac;
}
/* Danger */
.btn-danger,
.btn-warning {
  background-color: #e13d45;
  color: #ffffff;
}
.btn-danger:hover,
.btn-warning:hover {
  background-color: #e5585e;
  color: #ffffff;
}
.btn-danger:active,
.btn-danger.active,
.btn-warning:active,
.btn-warning.active {
  background-color: #d02f37;
  color: rgba(255, 255, 255, 0.85);
}
/* Success */
.btn-success {
  background-color: #0f4c81;
  color: #ffffff;
}
.btn-success:hover {
  background-color: #0f4c81;
  color: #ffffff;
}
.btn-success:active,
.btn-success.active {
  background-color: #0f4c81;
  color: rgba(255, 255, 255, 0.85);
}
/* Disabled */
.btn.disabled,
.btn[disabled] {
  background-color: #f1eaea;
  color: #60676d;
  border-radius: 4px;
  font-weight: inherit;
  text-transform: none;
  letter-spacing: 0px;
}
/* Link */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.uk-active,
.btn-link:disabled {
  display: inline;
  border: none;
  background: none;
  font-size: 14px;
  font-weight: inherit;
  text-transform: none;
  letter-spacing: 0px;
}
/* Color */
.btn-link {
  color: #d98a89;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.uk-active {
  color: #c36a69;
}
.btn-link:disabled {
  color: #60676d;
}
/* Dropdown caret */
.btn .caret {
  /* Reset */
  margin-bottom: 0;
  /* Overrides */
  border-top-color: #000000;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  margin-top: 4px;
  /* 14px = icon height */
  vertical-align: top;
}
.caret {
  /* Reset */
  margin-top: 0 !important;
  /* Override */
  vertical-align: middle !important;
}
/* Button group overrides
 ========================================================================== */
.btn-group > .btn + .dropdown-toggle {
  box-shadow: none;
}
/* Form overrides
 ========================================================================== */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  /* Reset */
  border-radius: 0;
  box-shadow: none;
  /* Overrides */
  height: 22px;
  line-height: 22px;
  color: #000000;
  border-radius: 0px;
  font-weight: inherit;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  /* Reset */
  box-shadow: none;
  /* Overrides */
  border-color: #f9f6f6;
  outline: 0;
  background: #f9f6f6;
}
select {
  border-color: #f9f6f6;
}
select,
input[type="file"] {
  height: auto;
  line-height: auto;
}
.input-append input {
  border-radius: 0 0 0 0;
}
.input-append .add-on,
.input-prepend .add-on {
  /* Reset */
  text-shadow: none;
  /* Overrides */
  height: 22px;
  line-height: 22px;
  border-color: #f9f6f6;
  background-color: rgba(239, 231, 231, 0.2);
}
.row-fluid input[class*="span"] {
  min-height: 22px;
}
.input-append .add-on:first-child,
.input-append .btn:first-child,
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child,
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  border-radius: 0 0 0 0;
}
.input-append > .btn,
.input-prepend > .btn {
  position: relative;
}
.input-append > .btn:hover,
.input-prepend > .btn:hover,
.input-append > .btn:focus,
.input-prepend > .btn:focus,
.input-append > .btn:active,
.input-prepend > .btn:active,
.input-append > .btn.active,
.input-prepend > .btn.active {
  z-index: 2;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-prepend .add-on:last-child,
.input-prepend .btn:last-child,
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  border-radius: 0 0 0 0;
}
.input-block-level {
  min-height: auto;
}
input.search-query {
  border-radius: 0;
}
.form-search .input-append .search-query {
  border-radius: 0 0 0 0;
}
.form-search .input-append .btn {
  border-radius: 0 0 0 0;
}
.form-search .input-prepend .search-query {
  border-radius: 0 0 0 0;
}
.form-search .input-prepend .btn {
  border-radius: 0 0 0 0;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  box-shadow: none;
  border-color: #e13d45 !important;
  background: rgba(249, 246, 246, 0.2) !important;
  color: #e13d45 !important;
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus,
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  box-shadow: none;
}
.control-group input {
  height: 24px;
  min-height: 24px !important;
  line-height: 24px;
}
.control-group.warning label,
.control-group.error label,
.control-group.warning .help-block,
.control-group.error .help-block,
.control-group.warning .help-inline,
.control-group.error .help-inline {
  color: #e13d45;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  box-shadow: none;
  border-color: #7bc075 !important;
  background: rgba(249, 246, 246, 0.2) !important;
  color: #7bc075 !important;
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  box-shadow: none;
}
.control-group.success label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #7bc075;
}
.form-actions {
  border: none;
}
/* Dropdown overrides
 ========================================================================== */
.dropdown-menu {
  /* Reset */
  border-radius: 0;
  border: none;
  box-shadow: none;
  /* Overrides */
  margin-top: 26px;
  padding: 15px;
  background: #808386;
  border-radius: 0px;
}
.dropdown-menu > li > a {
  /* Reset */
  font-weight: inherit;
  line-height: inherit;
  /* Overrides */
  color: #000000;
  padding: 5px 20px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background: #4b7cb1;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: #4b7cb1;
}
/* Well overrides
 ========================================================================== */
.well {
  /* Reset */
  border: none;
  border-radius: 0;
  box-shadow: none;
  /* Overrides */
  padding: 20px !important;
  background: #ffffff;
  border-radius: 0px;
}
/* Hero-unit overrides
 ========================================================================== */
.hero-unit {
  /* Reset */
  border-radius: 0;
  /* Overrides */
  background: #ffffff;
  border-radius: 0px;
}
/* Tooltip overrides
 ========================================================================== */
.tooltip.in {
  opacity: 1;
}
/* Alert overrides
 ========================================================================== */
.alert {
  /* Reset */
  border-radius: 0;
  border: none;
  text-shadow: none;
  /* Overrides */
  background: #f2914a;
  color: #ffffff;
  border-radius: 0px;
}
.alert-success {
  background: #7bc075;
  color: #ffffff;
}
.alert-danger,
.alert-error {
  background: #e13d45;
  color: #ffffff;
}
.alert-info {
  background: #53c2f0;
  color: #ffffff;
  border-radius: 0px;
}
/* Badge overrides
 ========================================================================== */
.label,
.badge {
  /* Reset */
  text-shadow: none;
  /* Overrides */
  padding: 0 5px;
  background: #4b7cb1;
  font-size: 13px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  vertical-align: middle;
  border-radius: 0px;
}
.badge {
  /* Overrides */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 18px;
  border-radius: 500px;
  font-size: 13px;
  line-height: 18px;
}
.label-important,
.badge-important {
  background-color: #e13d45;
  color: #ffffff;
}
.label-warning,
.badge-warning {
  background-color: #f2914a;
  color: #ffffff;
}
.label-success,
.badge-success {
  background-color: #7bc075;
  color: #ffffff;
}
/* Progress overrides
 ========================================================================== */
.progress {
  /* Reset */
  border-radius: 0;
  box-shadow: none;
  /* Overrides */
  background: #808386;
  border-radius: 0px;
}
.progress .bar {
  /* Reset */
  text-shadow: none;
  box-shadow: none;
  background-image: none;
  /* Overrides */
  background-color: #4b7cb1;
  color: #ffffff;
}
.progress-danger .bar,
.progress .bar-danger,
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #e13d45;
  color: #ffffff;
}
.progress-success .bar,
.progress .bar-success,
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #7bc075;
  color: #ffffff;
}
.progress-info .bar,
.progress .bar-info,
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #4b7cb1;
}
.progress-warning .bar,
.progress .bar-warning,
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #f2914a;
  color: #ffffff;
}
.progress .bar + .bar {
  box-shadow: none;
}
.progress-striped .bar {
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* Navbar overrides
 ========================================================================== */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  text-shadow: none;
}
/* Navs overrides
 ========================================================================== */
.nav > li > a {
  color: #000000;
  font-size: 13px;
  text-transform: uppercase;
}
.nav > li > a:hover,
.nav > li > a:focus {
  color: #d98a89;
}
.nav-header {
  text-shadow: none;
  color: #60676d;
}
/*
 * List
 */
.nav-list > li > a {
  /* Reset */
  text-shadow: none;
  /* Override */
  color: #000000;
}
.nav-list .nav-header {
  /* Reset */
  text-shadow: none;
  /* Override */
  color: #60676d;
}
.nav-list > li > a:hover,
.nav-list > li > a:focus {
  background: #808386;
  color: #cad2da;
  border-radius: 0px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  text-shadow: none;
  color: #d98a89;
  background-color: rgba(0, 0, 0, 0);
}
.nav-list .divider {
  border-color: #f1eaea;
  background: transparent;
}
/*
 * Pills
 */
.nav-pills > li > a {
  /* Reset */
  border-radius: 0;
  line-height: inherit;
  /* Override */
  padding: 3px 9px;
  border-radius: 0px;
}
.nav-pills > li > a:hover {
  background: #f9f6f6;
  color: #f1f6fa;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  /* Overrides */
  background: #4b7cb1;
  color: #ffffff;
}
.nav-pills li.dropdown a:hover .caret,
.nav-pills li.dropdown a:focus .caret {
  border-top-color: #f1f6fa;
  border-bottom-color: #f1f6fa;
}
/* Open dropdowns */
.nav-pills li.dropdown.open .caret,
.nav-pills li.dropdown.open.active .caret,
.nav-pills li.dropdown.open a:hover .caret,
.nav-pills li.dropdown.open a:focus .caret {
  border-top-color: #f1f6fa;
  border-bottom-color: #f1f6fa;
}
.nav-pills .open .dropdown-toggle {
  background: #f9f6f6;
  color: #f1f6fa;
}
.nav-pills .dropdown-menu {
  border-radius: 0;
}
.nav-pills .dropdown-toggle .caret {
  margin-left: 5px;
}
/*
 * Tabs Stacked
 */
.nav-tabs.nav-stacked > li > a {
  border-color: #f1eaea;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  border-top-radius: 0;
}
.nav-tabs.nav-stacked > li:last-child > a {
  border-bottom-radius: 0;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #f1eaea;
  z-index: 2;
}
/*
 * Tabs
 */
.nav-tabs {
  border-bottom: 1px solid #f1eaea;
}
.nav-tabs > li > a {
  border-radius: 0 0 0 0;
  /* Overrides */
  padding: 8px 12px 8px 12px;
}
.nav-tabs > li > a:hover {
  border-color: #f1eaea;
  border-bottom-color: #f1eaea;
  background: #f1eaea;
  color: #f1f6fa;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #d98a89;
  background-color: #ffffff;
  border: 1px solid #f1eaea;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #f1eaea;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 0 0;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-color: #f1eaea;
  border-top-color: #f1eaea;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #f1eaea #f1eaea #f1eaea;
}
.tabs-left > .nav-tabs {
  border-right: 1px solid #f1eaea;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 0 0 0 0;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #f1eaea;
  border-right-color: #f1eaea;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #f1eaea transparent #f1eaea #f1eaea;
}
.tabs-right > .nav-tabs {
  border-left: 1px solid #f1eaea;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 0 0 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #f1eaea;
  border-left-color: #f1eaea;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #f1eaea #f1eaea #f1eaea transparent;
}
/*
 * Dropdowns
 */
.nav-tabs .dropdown-menu {
  border-radius: 0 0 0 0;
}
/* Open dropdowns */
.nav-tabs .open .dropdown-toggle {
  /* Overrides */
  border-color: #f1eaea;
  background: #f1eaea;
  color: #f1f6fa;
}
.nav-tabs li.dropdown.open .caret,
.nav-tabs li.dropdown.open.active .caret,
.nav-tabs li.dropdown.open a:hover .caret,
.nav-tabs li.dropdown.open a:focus .caret {
  border-top-color: #f1f6fa;
  border-bottom-color: #f1f6fa;
}
.nav-tabs .dropdown-toggle .caret {
  margin-left: 5px;
}
/* Breadcrumb overrides
 ========================================================================== */
.breadcrumb {
  background-color: #ffffff;
}
.breadcrumb > li > .divider {
  color: inherit;
}
.breadcrumb > .active {
  color: #60676d;
}
.breadcrumb li {
  text-shadow: none;
}
/* Accordion overrides
 ========================================================================== */
.accordion-group {
  border-color: #f1eaea;
}
.accordion-inner {
  border-top-color: #f1eaea;
}
/* Pager overrides
 ========================================================================== */
.pager li > a,
.pager li > span {
  border: none;
  background-color: #f1eaea;
  border-radius: 0;
  color: #000000;
}
.pager li > a:hover,
.pager li > a:focus {
  background-color: #0f4c81;
  color: #f1f6fa;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #60676d;
  background-color: rgba(241, 234, 234, 0.7);
}
/* Pagination overrides
 ========================================================================== */
.pagination ul {
  box-shadow: none;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: transparent;
}
/* Scaffolding overrides
 ========================================================================== */
.img-polaroid {
  background-color: #ffffff;
  border-color: #f1eaea;
  box-shadow: none;
}
/* Thumbnail overrides
 ========================================================================== */
.thumbnail {
  border-color: #f9f6f6;
  box-shadow: none;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #ffffff;
  box-shadow: none;
}
.thumbnail .caption {
  color: #cad2da;
}
/* Modal overrides
 ========================================================================== */
.modal-backdrop {
  background: rgba(128, 131, 134, 0.6);
}
div.modal {
  /* Reset */
  border: none;
  box-shadow: none;
  /* Overrides */
  border-radius: 0;
  background: #f1eaea;
  border-radius: 0px;
}
.modal-header {
  border-color: #f1eaea;
}
.modal-footer {
  background: #ffffff;
  border-color: #f1eaea;
  border-radius: 0 0 0 0;
  box-shadow: none;
}
/* Table overrides
 ========================================================================== */
.table tbody tr.success td {
  color: #ffffff;
}
.table tbody tr.error td {
  color: #ffffff;
}
.table tbody tr.warning > td {
  color: #ffffff;
}
.table tbody tr.info td {
  color: #ffffff;
}
/* Code
 ========================================================================== */
code {
  padding: 2px 4px;
  border-radius: 0px;
  background: #f1eaea;
}
pre {
  border-radius: 0px;
  background: #f1eaea;
}
/* Close
 ========================================================================== */
.close {
  color: inherit;
}
.close:hover,
.close:focus {
  color: inherit;
}
/* Joomla Bootstrap Extended
 ========================================================================== */
a.disabled,
a.disabled:hover {
  background-color: #f1eaea;
  color: #60676d;
  border-radius: 4px;
  font-weight: inherit;
  text-transform: none;
  letter-spacing: 0px;
}
/* ========================================================================
   Name:            Bootstrap fix
   Description:     Compatibility layer for Bootstrap
 ========================================================================== */
/* Fixes Bootstrap defacement caused by UIkit
 ========================================================================== */
body {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  font: inherit;
  color: inherit;
}
ul.inline,
ol.inline,
ul.unstyled,
ol.unstyled,
.list-striped,
.list-condensed,
.nav:not(.nav-list),
.pager,
.pagination ul {
  padding-left: 0;
}
/* Fix text-rendering property in headings
========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: auto;
}
/* Fixes UIkit defacement caused by Bootstrap
 ========================================================================== */
/*
 * Base
 */
li,
dt,
dd {
  line-height: 22px;
}
pre {
  border: 0;
  border-radius: 0;
}
code {
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}
blockquote p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
blockquote small {
  line-height: inherit;
}
blockquote small:before {
  content: '';
}
pre code {
  border: 0;
  background-color: inherit;
  padding: 0;
}
iframe {
  max-width: none;
}
/*
 * Form
 */
.uk-form {
  margin: 0;
}
.uk-form label {
  display: inline-block;
  margin: 0;
  line-height: 22px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
}
.uk-form legend {
  display: inline-block;
  margin-bottom: 0;
  color: inherit;
}
.uk-form input:not([class*='uk-form-width-']):not([class*='uk-width-']):not([type="radio"]):not([type="checkbox"]),
.uk-form select:not([class*='uk-form-width-']):not([class*='uk-width-']),
.uk-form textarea:not([class*='uk-form-width-']):not([class*='uk-width-']) {
  width: auto;
}
.uk-form select,
.uk-form textarea,
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"] {
  height: auto;
  margin: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  /* Focus state */
}
.uk-form select:focus,
.uk-form textarea:focus,
.uk-form input[type="text"]:focus,
.uk-form input[type="password"]:focus,
.uk-form input[type="datetime"]:focus,
.uk-form input[type="datetime-local"]:focus,
.uk-form input[type="date"]:focus,
.uk-form input[type="month"]:focus,
.uk-form input[type="time"]:focus,
.uk-form input[type="week"]:focus,
.uk-form input[type="number"]:focus,
.uk-form input[type="email"]:focus,
.uk-form input[type="url"]:focus,
.uk-form input[type="search"]:focus,
.uk-form input[type="tel"]:focus,
.uk-form input[type="color"]:focus {
  box-shadow: none;
}
.uk-form input[type="file"] {
  height: auto;
}
.uk-form input[type="radio"],
.uk-form input[type="checkbox"] {
  vertical-align: baseline;
}
/*
 * Utility
 */
.uk-link-reset:focus,
.uk-link-reset a:focus {
  text-decoration: none;
}
/*
 * Search
 * Define defaults because search is an addon and may not been loaded by the theme
 */
input.uk-search-field {
  /* Reset */
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  line-height: normal;
  /* Override */
  width: 100%;
  height: 40px;
  padding: 0 0 0 40px;
  border: 1px solid #0f4c81;
  background: rgba(0, 0, 0, 0);
  color: #0f4c81;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  /* Override for themes */
  border-radius: 3px;
  font-weight: inherit;
  text-transform: none;
  letter-spacing: 0px;
}
input.uk-search-field:focus {
  /* Reset */
  border: 1px solid #0f4c81;
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
  /* Override */
  outline: 0;
  /* Override for themes */
}
.uk-offcanvas input.uk-search-field {
  /* Override */
  width: 100%;
  border-color: rgba(0, 0, 0, 0);
  background: #737679;
  color: #000000;
  /* Override for themes */
  border-radius: 0px;
}
/*
 * Fixed off-canvas for Windows phones
 */
@-ms-viewport {
  width: auto;
}
.navbar-search .search-query {
  line-height: 22px;
}
