/********************************************************************************************
 * Load UIKit Components
 ********************************************************************************************/
@import "components/form-advanced.css";
@import "components/form-file.css";
@import "components/form-password.css";
@import "components/form-select.css";
@import "components/nestable.css";
@import "components/notify.css";
@import "components/form-advanced.css";
@import "components/placeholder.css";
@import "components/sortable.css";
@import "components/sticky.css";
@import "components/tooltip.css";
/********************************************************************************************
 * Basic Style
 ********************************************************************************************/
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  min-width: 340px;
}
html,
body {
  font-family: 'Open Sans', sans-serif !important;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-feature-settings: "kern" 1;
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder,
input:-moz-placeholder {
  color: #cccccc !important;
  font-size: 12px;
}
body {
  background-color: #fbf9f9;
}
body .text-align-left {
  text-align: left !important;
}
body #page_loading {
  height: 100vh;
  width: 100vw;
  background-color: #4a4a4a;
  position: fixed;
  top: 0;
  z-index: 10000;
}
body #page_loading .loading_container {
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body #page_loading .loading_container .uk-icon-spin {
  display: inline-block;
  -webkit-animation: uk-rotate 2s infinite linear;
  animation: uk-rotate 2s infinite linear;
  color: #fff;
  font-size: 30px;
  margin-top: 20px;
}
body #page_header {
  background-color: #05082e;
  color: #ffffff;
  z-index: 981;
}
body #page_header #page_header_content {
  padding-top: 15px;
  padding-bottom: 12px;
}
body #page_header #page_header_content ul.uk-subnav {
  margin: -3px 0 0 0;
}
body #page_header #page_header_content ul.uk-subnav > * > * {
  background-color: #05082e;
  color: #ffffff;
}
body #page_header #page_header_content ul.uk-subnav.uk-subnav-pill > * > :focus,
body #page_header #page_header_content ul.uk-subnav.uk-subnav-pill > * > :hover {
  background-color: #05082e;
  color: #ffffff;
}
body #page_header #page_header_content ul.uk-subnav li {
  margin-top: 0px;
}
body #page_header #page_header_content ul.uk-subnav li a {
  color: #ffffff;
}
body #page_header #page_header_content ul.uk-subnav li a .flag-icon {
  margin-right: 10px;
}
body #page_header #page_header_content ul.uk-subnav li a .uk-icon {
  margin-left: 10px;
}
body #page_header #page_header_content ul.uk-subnav li .uk-nav-dropdown > li > a:focus,
body #page_header #page_header_content ul.uk-subnav li .uk-nav-dropdown > li > a:hover {
  background-color: #0d1473;
}
body #page_footer {
  background-color: #090b25;
  color: #ffffff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
body .tm-navbar {
  background-color: #3b3b3b;
  box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.15) !important;
}
body .tm-navbar .uk-navbar-brand {
  background-image: url('../img/logo/logo.png');
  color: transparent;
  padding: 40px 5px;
  margin: 10px 0px;
}
body .tm-navbar .uk-navbar-brand.uk-visible-small {
  padding: 25px 25px;
  margin: 10px 0 5px 0;
  background-size: contain;
}
body .tm-navbar .uk-subnav {
  margin-top: 27px;
  margin-bottom: 27px;
  margin-right: 10px;
}
body .tm-navbar .uk-subnav > * > * {
  font-size: 20px;
  color: #ffffff;
}
body .tm-navbar .uk-subnav > * > *:hover {
  background: #3b3b3b;
  color: #fff;
}
body .tm-navbar .uk-subnav > * > .uk-dropdown {
  background-color: #303030;
  font-size: 14px;
  color: #fff;
}
body .tm-navbar .uk-subnav > * > .uk-dropdown .uk-nav-dropdown > li > a {
  color: #ffffff;
}
body .tm-navbar .uk-subnav > * > .uk-dropdown .uk-nav-dropdown > li > a:hover {
  font-weight: bold;
  background-color: #555555;
}
body .tm-navbar .uk-subnav.uk-visible-small {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 0;
}
body .tm-navbar .uk-subnav.uk-visible-small > * {
  margin-top: 0px;
}
body .tm-navbar .uk-subnav.uk-visible-small > * > * {
  font-size: 20px;
  color: #ffffff;
}
body .tm-navbar .uk-subnav.uk-visible-small > * > *:hover {
  background: #3b3b3b;
  color: #fff;
}
body .tm-navbar .uk-subnav.uk-visible-small > * > .uk-dropdown {
  background-color: #303030;
  font-size: 14px;
  color: #fff;
}
body .tm-navbar .uk-subnav.uk-visible-small > * > .uk-dropdown .uk-nav-dropdown > li > a {
  color: #ffffff;
}
body .tm-navbar .uk-subnav.uk-visible-small > * > .uk-dropdown .uk-nav-dropdown > li > a:hover {
  font-weight: bold;
  background-color: #555555;
}
body .tm-navbar .uk-subnav.uk-visible-small > *.lang-switcher-container > a {
  margin-top: 6px;
}
body nav.uk-navbar ul.uk-nav.uk-navbar-nav#main-navigation {
  margin-top: 30px;
  margin-bottom: 30px;
}
body nav.uk-navbar ul.uk-nav.uk-navbar-nav > li > a {
  padding: 0;
  color: #ffffff;
  /*font-weight: bold;*/
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif !important;
}
body nav.uk-navbar ul.uk-nav.uk-navbar-nav > li:not(:last-child) {
  margin-right: 30px;
}
body nav.uk-navbar ul.uk-nav.uk-navbar-nav > li:hover > a,
body nav.uk-navbar ul.uk-nav.uk-navbar-nav > li.uk-active > a {
  background-color: transparent;
  /*color: @color-red3;*/
  font-weight: bold;
}
body nav.uk-navbar ul.uk-nav li.uk-parent ul.uk-nav li.uk-parent > a.after {
  padding: 5px 40px 5px 10px;
}
body nav.uk-navbar ul.uk-nav li.uk-parent ul.uk-nav li.uk-parent > a.after:after {
  content: "\f105";
  width: 20px;
  /*float           : right;*/
  position: absolute;
  right: 5px;
  /*margin-right	: 20px;*/
  font-family: FontAwesome;
  text-align: center;
}
body nav.uk-navbar ul.uk-nav li.uk-parent ul.uk-nav li.uk-parent > a.before {
  padding: 5px 10px 5px 40px;
}
body nav.uk-navbar ul.uk-nav li.uk-parent ul.uk-nav li.uk-parent > a.before:before {
  content: "\f104";
  width: 20px;
  /*float           : right;*/
  position: absolute;
  left: 5px;
  /*margin-right	: 20px;*/
  font-family: FontAwesome;
  text-align: center;
}
body nav.uk-navbar ul.uk-nav li {
  /*border-left: 3px solid transparent;*/
  /*border-color: transparent;*/
}
body nav.uk-navbar ul.uk-nav li ul {
  display: none;
}
body nav.uk-navbar ul.uk-nav li.uk-open {
  background-color: transparent;
}
body nav.uk-navbar ul.uk-nav li.uk-open > ul {
  display: block;
}
body nav.uk-navbar ul.uk-nav li.uk-parent.uk-open {
  background-color: transparent;
}
body nav.uk-navbar ul.uk-nav li.uk-parent ul.uk-nav {
  z-index: 1;
  position: absolute;
  padding: 0;
  min-width: 150px;
}
body nav.uk-navbar ul.uk-nav li.uk-parent ul.uk-nav li {
  background-color: #252b6f;
  position: initial;
}
body nav.uk-navbar ul.uk-nav li.uk-parent ul.uk-nav li a {
  font-weight: bold;
  color: #ffffff;
  position: initial;
  font-size: 12px;
}
body nav.uk-navbar ul.uk-nav li.uk-parent ul.uk-nav li a.after {
  padding: 5px 40px 5px 10px;
}
body nav.uk-navbar ul.uk-nav li.uk-parent ul.uk-nav li a.before {
  padding: 5px 10px 5px 40px;
}
body nav.uk-navbar ul.uk-nav li.uk-parent ul.uk-nav li.uk-parent ul.uk-nav {
  z-index: 2;
  padding: 0;
  /*position: absolute;*/
  /*top: 0;*/
  /*margin-left: 50px;*/
  margin-top: -30px;
}
body nav.uk-navbar ul.uk-nav li.uk-parent ul.uk-nav li.uk-parent ul.uk-nav li.uk-open {
  background-color: transparent;
  /*border-color: #ddd;*/
}
body nav.uk-navbar ul.uk-nav li.uk-parent ul.uk-nav li.uk-parent ul.uk-nav li a.after {
  padding: 5px 40px 5px 10px;
}
body nav.uk-navbar ul.uk-nav li.uk-parent ul.uk-nav li.uk-parent ul.uk-nav li a.before {
  padding: 5px 10px 5px 40px;
}
body nav.uk-navbar ul.uk-nav li.uk-parent ul.uk-nav li:hover,
body nav.uk-navbar ul.uk-nav li.uk-parent ul.uk-nav li.uk-active {
  background-color: #121536;
}
body #page-title {
  background: #e4e4e4;
}
body #page-title h1 {
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif !important;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3) !important;
}
body #page-title .uk-button-add {
  background-color: #cf2720 !important;
  padding: 5px 25px;
}
body .uk-button {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3) !important;
}
body .uk-button .uk-icon {
  margin-right: 10px;
}
body .uk-button:hover {
  color: #ffffff;
}
body .uk-button.uk-button-add,
body .uk-button.uk-button-submit,
body .uk-button.uk-button-edit,
body .uk-button.uk-button-update,
body .uk-button.uk-button-delete,
body .uk-button.uk-button-back,
body .uk-button.uk-button-save,
body .uk-button.uk-button-sync {
  background-color: #fa0f07;
}
body .uk-button.uk-button-add:hover,
body .uk-button.uk-button-submit:hover,
body .uk-button.uk-button-edit:hover,
body .uk-button.uk-button-update:hover,
body .uk-button.uk-button-delete:hover,
body .uk-button.uk-button-back:hover,
body .uk-button.uk-button-save:hover,
body .uk-button.uk-button-sync:hover {
  background-color: #e30c05;
}
body .uk-button.uk-button-warning {
  background-color: #f9a124;
}
body .uk-button.uk-button-warning:hover {
  background-color: #fab656;
}
body .uk-button.uk-button-danger {
  background-color: #d32c46;
}
body .uk-button.uk-button-danger:hover {
  background-color: #e33551;
}
body .uk-button.uk-button-success {
  background-color: #82bb42;
}
body .uk-button.uk-button-success:hover {
  background-color: #8fce48;
}
body .uk-button.uk-button-primary,
body .uk-button.uk-button-default {
  background-color: #009dd8;
}
body .uk-button.uk-button-primary:hover,
body .uk-button.uk-button-default:hover {
  background-color: #00aff2;
}
body .uk-form-icon > [class*=uk-icon-] {
  color: #303030;
  z-index: 1;
}
body .dataTables_wrapper .dataTables_length,
body .dataTables_wrapper .dataTables_filter,
body .dataTables_wrapper .dataTables_info,
body .dataTables_wrapper .dataTables_processing,
body .dataTables_wrapper .dataTables_paginate {
  color: #ffffff;
}
body .dataTables_wrapper .dataTables_length,
body .dataTables_wrapper .dataTables_filter {
  margin-bottom: 15px;
}
body .dataTables_wrapper .dataTables_length label,
body .dataTables_wrapper .dataTables_filter label,
body .dataTables_wrapper .dataTables_length select,
body .dataTables_wrapper .dataTables_filter select,
body .dataTables_wrapper .dataTables_length input,
body .dataTables_wrapper .dataTables_filter input {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 13px;
}
body .dataTables_wrapper .dataTables_length select,
body .dataTables_wrapper .dataTables_filter select,
body .dataTables_wrapper .dataTables_length input,
body .dataTables_wrapper .dataTables_filter input {
  padding: 5px;
}
body .dataTables_wrapper .dataTables_length select,
body .dataTables_wrapper .dataTables_filter select {
  border-color: #cecece;
  background-color: #ffffff;
}
body .dataTables_wrapper .dataTables_length select {
  margin-right: 0.5em;
  color: #303030 !important;
}
body .dataTables_wrapper .dataTables_filter label div + input {
  display: none;
}
@media (max-width: 767px) {
  body .dataTables_wrapper .dataTables_length,
  body .dataTables_wrapper .dataTables_filter {
    text-align: right;
  }
  body .dataTables_wrapper .dataTables_length {
    float: left;
  }
}
body .dataTables_wrapper table {
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 13px;
  border: 1px solid #cecece;
}
body .dataTables_wrapper table.dataTable.display tbody > tr.selected {
  color: #ffffff;
}
body .dataTables_wrapper table.dataTable.display tbody > tr.selected.odd td {
  background-color: #cac6c6;
}
body .dataTables_wrapper table.dataTable.display tbody > tr.selected.odd td[class^="sorting_"]:nth-child(odd),
body .dataTables_wrapper table.dataTable.display tbody > tr.selected.odd td[class*="sorting_"]:nth-child(odd) {
  background-color: #cac6c6;
}
body .dataTables_wrapper table.dataTable.display tbody > tr.selected.odd td[class^="sorting_"]:nth-child(even),
body .dataTables_wrapper table.dataTable.display tbody > tr.selected.odd td[class*="sorting_"]:nth-child(even) {
  background-color: #cac6c6;
}
body .dataTables_wrapper table.dataTable.display tbody > tr.selected.even td {
  background-color: #dce2ef;
}
body .dataTables_wrapper table.dataTable.display tbody > tr.selected.even td[class^="sorting_"]:nth-child(odd),
body .dataTables_wrapper table.dataTable.display tbody > tr.selected.even td[class*="sorting_"]:nth-child(odd) {
  background-color: #dce2ef;
}
body .dataTables_wrapper table.dataTable.display tbody > tr.selected.even td[class^="sorting_"]:nth-child(even),
body .dataTables_wrapper table.dataTable.display tbody > tr.selected.even td[class*="sorting_"]:nth-child(even) {
  background-color: #dce2ef;
}
body .dataTables_wrapper table.dataTable.display tbody > tr.odd td {
  background-color: #efefef;
}
body .dataTables_wrapper table.dataTable.display tbody > tr.even td {
  background-color: #fefefe;
}
body .dataTables_wrapper table.dataTable thead,
body .dataTables_wrapper table.dataTable tbody,
body .dataTables_wrapper table.dataTable tfoot {
  background-color: #498391;
}
body .dataTables_wrapper table.dataTable thead .th-checkbox,
body .dataTables_wrapper table.dataTable tbody .th-checkbox,
body .dataTables_wrapper table.dataTable tfoot .th-checkbox {
  width: 10px !important;
}
body .dataTables_wrapper table.dataTable thead .th-action,
body .dataTables_wrapper table.dataTable tbody .th-action,
body .dataTables_wrapper table.dataTable tfoot .th-action {
  width: 50px !important;
}
body .dataTables_wrapper table.dataTable thead tr th,
body .dataTables_wrapper table.dataTable tbody tr th,
body .dataTables_wrapper table.dataTable tfoot tr th,
body .dataTables_wrapper table.dataTable thead tr td,
body .dataTables_wrapper table.dataTable tbody tr td,
body .dataTables_wrapper table.dataTable tfoot tr td {
  color: #303030;
  background-color: #ffffff;
  border: none !important;
}
body .dataTables_wrapper table.dataTable thead tr th input[type=checkbox],
body .dataTables_wrapper table.dataTable tbody tr th input[type=checkbox],
body .dataTables_wrapper table.dataTable tfoot tr th input[type=checkbox],
body .dataTables_wrapper table.dataTable thead tr td input[type=checkbox],
body .dataTables_wrapper table.dataTable tbody tr td input[type=checkbox],
body .dataTables_wrapper table.dataTable tfoot tr td input[type=checkbox] {
  padding: 0px;
  margin-right: 0px;
  height: 13px;
  width: 13px;
  margin-top: -3px;
  background-color: #ffffff;
  border: 1px solid #ec2121;
}
body .dataTables_wrapper table.dataTable thead tr th input[type=checkbox]:before,
body .dataTables_wrapper table.dataTable tbody tr th input[type=checkbox]:before,
body .dataTables_wrapper table.dataTable tfoot tr th input[type=checkbox]:before,
body .dataTables_wrapper table.dataTable thead tr td input[type=checkbox]:before,
body .dataTables_wrapper table.dataTable tbody tr td input[type=checkbox]:before,
body .dataTables_wrapper table.dataTable tfoot tr td input[type=checkbox]:before {
  margin: 0px;
  font-size: 11px;
  color: #d32c46;
}
body .dataTables_wrapper table.dataTable thead,
body .dataTables_wrapper table.dataTable tbody {
  background-color: #498391;
}
body .dataTables_wrapper table.dataTable thead tr th,
body .dataTables_wrapper table.dataTable tbody tr th,
body .dataTables_wrapper table.dataTable thead tr td,
body .dataTables_wrapper table.dataTable tbody tr td {
  padding: 5px;
}
body .dataTables_wrapper table.dataTable thead tr th ::-webkit-input-placeholder,
body .dataTables_wrapper table.dataTable tbody tr th ::-webkit-input-placeholder,
body .dataTables_wrapper table.dataTable thead tr td ::-webkit-input-placeholder,
body .dataTables_wrapper table.dataTable tbody tr td ::-webkit-input-placeholder {
  font-size: 12px;
}
body .dataTables_wrapper table.dataTable thead tr th ::-moz-placeholder,
body .dataTables_wrapper table.dataTable tbody tr th ::-moz-placeholder,
body .dataTables_wrapper table.dataTable thead tr td ::-moz-placeholder,
body .dataTables_wrapper table.dataTable tbody tr td ::-moz-placeholder {
  font-size: 12px;
}
body .dataTables_wrapper table.dataTable thead tr th :-moz-placeholder,
body .dataTables_wrapper table.dataTable tbody tr th :-moz-placeholder,
body .dataTables_wrapper table.dataTable thead tr td :-moz-placeholder,
body .dataTables_wrapper table.dataTable tbody tr td :-moz-placeholder {
  font-size: 12px;
}
body .dataTables_wrapper table.dataTable thead tr th :-ms-input-placeholder,
body .dataTables_wrapper table.dataTable tbody tr th :-ms-input-placeholder,
body .dataTables_wrapper table.dataTable thead tr td :-ms-input-placeholder,
body .dataTables_wrapper table.dataTable tbody tr td :-ms-input-placeholder {
  font-size: 12px;
}
body .dataTables_wrapper table.dataTable thead tr th input:-moz-placeholder,
body .dataTables_wrapper table.dataTable tbody tr th input:-moz-placeholder,
body .dataTables_wrapper table.dataTable thead tr td input:-moz-placeholder,
body .dataTables_wrapper table.dataTable tbody tr td input:-moz-placeholder {
  font-size: 12px;
}
body .dataTables_wrapper table.dataTable thead tr th input,
body .dataTables_wrapper table.dataTable tbody tr th input,
body .dataTables_wrapper table.dataTable thead tr td input,
body .dataTables_wrapper table.dataTable tbody tr td input {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 12px;
}
body .dataTables_wrapper table.dataTable thead tr th input,
body .dataTables_wrapper table.dataTable tbody tr th input,
body .dataTables_wrapper table.dataTable thead tr td input,
body .dataTables_wrapper table.dataTable tbody tr td input,
body .dataTables_wrapper table.dataTable thead tr th select,
body .dataTables_wrapper table.dataTable tbody tr th select,
body .dataTables_wrapper table.dataTable thead tr td select,
body .dataTables_wrapper table.dataTable tbody tr td select {
  font-size: 12px;
  font-weight: normal;
}
body .dataTables_wrapper table.dataTable thead tr th input,
body .dataTables_wrapper table.dataTable tbody tr th input,
body .dataTables_wrapper table.dataTable thead tr td input,
body .dataTables_wrapper table.dataTable tbody tr td input {
  padding-top: 3px;
  padding-bottom: 4px;
}
body .dataTables_wrapper table.dataTable thead tr th select,
body .dataTables_wrapper table.dataTable tbody tr th select,
body .dataTables_wrapper table.dataTable thead tr td select,
body .dataTables_wrapper table.dataTable tbody tr td select {
  font-size: 11px;
  padding-top: 6px;
  padding-bottom: 6px;
}
body .dataTables_wrapper table.dataTable thead tr th input[type=checkbox],
body .dataTables_wrapper table.dataTable tbody tr th input[type=checkbox],
body .dataTables_wrapper table.dataTable thead tr td input[type=checkbox],
body .dataTables_wrapper table.dataTable tbody tr td input[type=checkbox] {
  padding: 0px;
  margin-right: 0px;
  height: 13px;
  width: 13px;
  margin-top: -3px;
  background-color: #ffffff;
}
body .dataTables_wrapper table.dataTable thead tr th input[type=checkbox]:before,
body .dataTables_wrapper table.dataTable tbody tr th input[type=checkbox]:before,
body .dataTables_wrapper table.dataTable thead tr td input[type=checkbox]:before,
body .dataTables_wrapper table.dataTable tbody tr td input[type=checkbox]:before {
  margin: 0px;
  font-size: 11px;
  color: #4a4a4a;
}
body .dataTables_wrapper table.dataTable thead tr th .select2-container.select2-container--default .select2-selection--single,
body .dataTables_wrapper table.dataTable tbody tr th .select2-container.select2-container--default .select2-selection--single,
body .dataTables_wrapper table.dataTable thead tr td .select2-container.select2-container--default .select2-selection--single,
body .dataTables_wrapper table.dataTable tbody tr td .select2-container.select2-container--default .select2-selection--single {
  padding: 0;
  height: 28px;
}
body .dataTables_wrapper table.dataTable thead tr th .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow,
body .dataTables_wrapper table.dataTable tbody tr th .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow,
body .dataTables_wrapper table.dataTable thead tr td .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow,
body .dataTables_wrapper table.dataTable tbody tr td .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
}
body .dataTables_wrapper table.dataTable thead tr th .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered,
body .dataTables_wrapper table.dataTable tbody tr th .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered,
body .dataTables_wrapper table.dataTable thead tr td .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered,
body .dataTables_wrapper table.dataTable tbody tr td .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
  text-align: left;
  font-weight: normal;
}
body .dataTables_wrapper table.dataTable thead {
  background-color: #3b3b3b;
}
body .dataTables_wrapper table.dataTable thead tr th,
body .dataTables_wrapper table.dataTable thead tr td {
  padding: 10px 5px 10px 5px;
  border-right: 1px solid #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
  vertical-align: middle;
  text-align: center;
  color: #303030 !important;
  background-color: #ffffff !important;
}
body .dataTables_wrapper table.dataTable thead tr th:hover,
body .dataTables_wrapper table.dataTable thead tr td:hover {
  background-color: #ffffff !important;
  color: #303030;
}
body .dataTables_wrapper table.dataTable thead tr th {
  background-color: #3b3b3b;
  vertical-align: middle;
  color: #ffffff;
  border: 1px solid transparent;
  border-bottom: 1px solid #4a4a4a;
  text-align: center;
}
body .dataTables_wrapper table.dataTable thead tr th:not(:first-child) {
  border-left: 1px solid #4a4a4a;
}
body .dataTables_wrapper table.dataTable thead tr#columns-search th {
  padding: 5px 2px;
}
body .dataTables_wrapper table.dataTable tfoot tr th {
  text-align: center;
  border-top: 1px solid #4a4a4a;
  color: #ffffff;
}
body .dataTables_wrapper table.dataTable tfoot tr th input[type=checkbox] {
  padding: 0px;
  margin-right: 0px;
  height: 13px;
  width: 13px;
  margin-top: -3px;
  background-color: #ffffff;
}
body .dataTables_wrapper table.dataTable tfoot tr th input[type=checkbox]:before {
  margin: 0px;
  font-size: 11px;
  color: #4a4a4a;
}
body .dataTables_wrapper option {
  display: block;
  white-space: pre;
  min-height: 1.3em;
  min-width: 100px;
  padding: 6px 5px 2px 5px;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 12px;
}
body .select2.select2-container.select2-container--default {
  width: 100% !important;
}
body .select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
  background-color: #99baca;
}
body .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .selection .select2-selection.select2-selection--multiple,
body .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .selection .select2-selection.select2-selection--single {
  border: 1px solid #dddddd;
}
body .select2-container .select2-search--inline .select2-search__field {
  margin-top: 7px;
  margin-bottom: -5px;
}
body .select2-container.select2-container--default .select2-selection--multiple,
body .select2-container.select2-container--default .select2-selection--single {
  border: 1px solid #dddddd;
  border-radius: 0px;
}
body .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice,
body .select2-container.select2-container--default .select2-selection--single .select2-selection__choice {
  padding: 4px 5px;
  border: 1px solid #dddddd;
  background-color: #767dd1;
}
body .select2-container.select2-container--default .select2-selection--single {
  padding: 6px 20px 10px 6px;
  height: 40px;
}
body .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  color: #000000 !important;
  max-width: 288px !important;
}
body .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
body .select2-container.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #dddddd;
}
body .select2-container.select2-container--default.select2-container--open .select2-dropdown {
  border-color: #dddddd;
}
body .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-search input.select2-search__field {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px;
}
body .select2-container .select2-selection--single .select2-selection__clear {
  position: absolute;
  right: 20px;
}
body .uk-form-icon select.uk-form-large {
  padding: 8px 25px;
}
body .uk-form-icon .select2-container.select2-container--default .select2-selection--single {
  padding: 6px 20px 10px 22px;
}
body .uk-modal {
  background: rgba(18, 32, 35, 0.9);
  z-index: 999;
}
body .uk-modal .uk-modal-dialog {
  padding: 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.9);
  background-color: #f5f5f5;
}
body .uk-modal .uk-modal-dialog .custom-modal-header,
body .uk-modal .uk-modal-dialog .uk-modal-content,
body .uk-modal .uk-modal-dialog .custom-modal-footer {
  padding-left: 15px;
  padding-right: 15px;
}
body .uk-modal .uk-modal-dialog .custom-modal-header,
body .uk-modal .uk-modal-dialog .custom-modal-footer {
  background-color: #303030;
}
body .uk-modal .uk-modal-dialog .custom-modal-header {
  padding-top: 15px;
  padding-bottom: 1px;
  margin-bottom: 20px;
  border-bottom: 1px solid #161616;
  background-color: #e4e4e4;
  border-bottom: #e4e4e4;
}
body .uk-modal .uk-modal-dialog .custom-modal-header h3 {
  font-family: 'Open Sans', sans-serif !important;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
}
body .uk-modal .uk-modal-dialog .custom-modal-header h1,
body .uk-modal .uk-modal-dialog .custom-modal-header .uk-close {
  color: #ffffff;
}
body .uk-modal .uk-modal-dialog .custom-modal-header h1 {
  font-family: 'Open Sans', sans-serif !important;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3) !important;
}
body .uk-modal .uk-modal-dialog .custom-modal-header h1 .uk-icon,
body .uk-modal .uk-modal-dialog .custom-modal-header h1 [class^="uk-icon-"],
body .uk-modal .uk-modal-dialog .custom-modal-header h1 [class*="uk-icon-"],
body .uk-modal .uk-modal-dialog .custom-modal-header h1 .uk-form-icon [class^="uk-icon-"],
body .uk-modal .uk-modal-dialog .custom-modal-header h1 .uk-form-icon [class*="uk-icon-"] {
  color: #ffffff;
}
body .uk-modal .uk-modal-dialog .custom-modal-header .uk-close {
  float: right;
  color: #000000;
}
body .uk-modal .uk-modal-dialog .uk-modal-content + .uk-modal-footer {
  margin-top: 15px;
  margin: 15px -20px -20px -20px;
  padding: 20px;
  border-top: 1px solid #E5E5E5;
  border-radius: 0 0 4px 4px;
  background: #b6d7e8;
}
body .uk-modal .uk-modal-dialog .uk-modal-content .uk-form-label.required:after {
  content: ' *';
}
body .uk-modal .uk-modal-dialog .uk-modal-content .uk-form-label {
  color: #4a4a4a;
}
body .uk-modal .uk-modal-dialog .custom-modal-footer {
  padding-top: 1px;
  padding-bottom: 15px;
  margin-top: 20px;
  border-top: 1px #e4e4e4;
  background-color: #e4e4e4;
}
body .uk-modal .uk-modal-dialog .custom-modal-footer .uk-modal-footer .uk-button {
  width: 100px;
}
body .uk-modal .uk-modal-dialog .custom-modal-footer .uk-modal-footer .uk-button-cancel,
body .uk-modal .uk-modal-dialog .custom-modal-footer .uk-modal-footer .uk-button-close {
  background-color: #4a4a4a;
}
body .uk-modal .uk-modal-dialog .custom-modal-footer .uk-modal-footer .uk-button-submit {
  background-color: #d32c46;
}
body .uk-form-label {
  font-weight: 600;
  color: #303030;
}
body .uk-form-label.required:after {
  content: ' (*)';
  color: #fa0f07;
  font-size: 12px;
}
body #smartAlert {
  background: rgba(0, 0, 0, 0.75);
}
body #smartAlert #smartAlertBox {
  font-family: 'Open Sans', sans-serif !important;
}
body #smartAlert #smartAlertBox #smartAlertHeader {
  border-bottom: 1px solid #303030;
  padding: 14px 41px 13px 17px;
  background-color: #303030;
  background-image: linear-gradient(#8a8a8a, #4a4a4a);
  background-image: -webkit-linear-gradient(#8a8a8a, #4a4a4a);
  background-image: -moz-linear-gradient(#8a8a8a, #4a4a4a);
  background-image: -o-linear-gradient(#8a8a8a, #4a4a4a);
  background-image: -ms-linear-gradient(#8a8a8a, #4a4a4a);
  -pie-background: linear-gradient(#8a8a8a, #4a4a4a);
  box-shadow: 0 1px rgba(255, 255, 255, 0.21) inset, 0 0 10px rgba(255, 255, 255, 0.07) inset;
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.21) inset, 0 0 10px rgba(255, 255, 255, 0.07) inset;
  -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.21) inset, 0 0 10px rgba(255, 255, 255, 0.07) inset;
  -ms-box-shadow: 0 1px rgba(255, 255, 255, 0.21) inset, 0 0 10px rgba(255, 255, 255, 0.07) inset;
  -o-box-shadow: 0 1px rgba(255, 255, 255, 0.21) inset, 0 0 10px rgba(255, 255, 255, 0.07) inset;
}
body [class*=uk-text-disabled-] {
  cursor: not-allowed;
}
body .uk-table thead {
  background-color: #181d63;
}
body .uk-table thead tr th,
body .uk-table thead tr td {
  padding: 10px 5px 10px 5px;
  border-right: 1px solid #1d2377;
  border-bottom: 1px solid #1d2377;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
}
body .uk-table thead tr th:hover,
body .uk-table thead tr td:hover {
  background-color: #e94e24 !important;
  color: #ffffff;
}
body .uk-table thead tr th {
  background-color: #181d63;
  vertical-align: middle;
  color: #ffffff;
  border: 1px solid transparent;
  border-bottom: 1px solid #1d2377;
  text-align: center;
}
body .uk-table thead tr th:not(:first-child) {
  border-left: 1px solid #1d2377;
}
body .dd {
  max-width: initial;
}
body .dd .dd-list {
  padding-left: 35px;
}
body .dd .dd-list .dd-item {
  margin-bottom: 5px;
}
body .dd .dd-list .dd-item > button {
  margin-left: 0px;
}
body .dd .dd-list .dd-item .dd3-handle {
  width: 4px;
  z-index: 1;
}
body .dd .dd-list .dd-item .dd3-content {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box {
  padding: 0;
}
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box a .uk-panel-title {
  margin: 0;
  padding: 5px 5px 5px 45px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  background: #bfbfbf;
  background: -webkit-linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
  background: -moz-linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
  background: linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
}
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box a .uk-panel-title .uk-icon {
  margin-right: 5px;
}
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box a:hover {
  text-decoration: none;
}
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body {
  padding: 0px;
}
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body form,
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body .uk-form {
  padding: 10px 9px 10px 10px;
}
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body form .uk-form-label,
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body .uk-form .uk-form-label {
  font-size: 12px;
}
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body form .select2.select2-container.select2-container--default,
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body .uk-form .select2.select2-container.select2-container--default {
  width: 100% !important;
  line-height: 11px;
  min-height: 25px;
}
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body form .select2.select2-container.select2-container--default.select2-container--below.select2-container--open,
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body .uk-form .select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
  background-color: #99baca;
}
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body form .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .selection .select2-selection.select2-selection--multiple,
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body .uk-form .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .selection .select2-selection.select2-selection--multiple,
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body form .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .selection .select2-selection.select2-selection--single,
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body .uk-form .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .selection .select2-selection.select2-selection--single {
  border: 1px solid #dddddd;
}
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body form .select2-container,
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body .uk-form .select2-container {
  font-size: 12px;
}
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body form .select2-container .select2-search--inline .select2-search__field,
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body .uk-form .select2-container .select2-search--inline .select2-search__field {
  margin-top: 5px;
  margin-bottom: 4px;
}
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body form .select2-container .select2-search--inline input,
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body .uk-form .select2-container .select2-search--inline input {
  height: 13px;
  line-height: 14px;
}
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body form .select2-container.select2-container--default .select2-selection--multiple,
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body .uk-form .select2-container.select2-container--default .select2-selection--multiple,
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body form .select2-container.select2-container--default .select2-selection--single,
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body .uk-form .select2-container.select2-container--default .select2-selection--single {
  border: 1px solid #dddddd;
  border-radius: 0px;
  min-height: 20px;
}
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body form .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice,
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body .uk-form .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice,
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body form .select2-container.select2-container--default .select2-selection--single .select2-selection__choice,
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body .uk-form .select2-container.select2-container--default .select2-selection--single .select2-selection__choice {
  font-size: 10px;
  color: #000;
  padding: 1px 5px 2px 5px;
  margin-top: 2px;
  border: 1px solid #dddddd;
  border-radius: 0;
  background: #bfbfbf;
  background: -webkit-linear-gradient(top, #ddd 0, #bbb 100%);
  background: -moz-linear-gradient(top, #ddd 0, #bbb 100%);
  background: linear-gradient(top, #ddd 0, #bbb 100%);
  line-height: 14px;
}
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body form .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body .uk-form .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body form .select2-container.select2-container--default .select2-selection--single .select2-selection__choice .select2-selection__choice__remove,
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body .uk-form .select2-container.select2-container--default .select2-selection--single .select2-selection__choice .select2-selection__choice__remove {
  margin-right: 4px;
}
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body form .select2-container.select2-container--default .select2-selection--single,
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body .uk-form .select2-container.select2-container--default .select2-selection--single {
  padding: 6px 20px 10px 6px;
  height: 25px;
}
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body form .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered,
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body .uk-form .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 12px;
  color: #000000 !important;
  max-width: 288px !important;
  line-height: 14px;
  padding-left: 0px;
}
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body form .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow,
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body .uk-form .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 25px;
}
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body form .select2-container.select2-container--default.select2-container--focus .select2-selection--multiple,
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body .uk-form .select2-container.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #dddddd;
}
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body form .select2-container.select2-container--default.select2-container--open .select2-dropdown,
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body .uk-form .select2-container.select2-container--default.select2-container--open .select2-dropdown {
  border-color: #dddddd;
}
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body form .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-search input.select2-search__field,
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body .uk-form .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-search input.select2-search__field {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 12px;
}
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body form .select2-container.select2-container--default .select2-selection--multiple .select2-selection__clear,
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body .uk-form .select2-container.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
  margin-right: 2px;
}
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body form .select2-container .select2-selection--single .select2-selection__clear,
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body .uk-form .select2-container .select2-selection--single .select2-selection__clear {
  position: absolute;
  right: 20px;
}
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body form .select2-container .select2-selection--multiple,
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body .uk-form .select2-container .select2-selection--multiple {
  min-height: 20px;
}
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body form .uk-form-icon select.uk-form-large,
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body .uk-form .uk-form-icon select.uk-form-large {
  padding: 8px 25px;
}
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body form .uk-form-icon .select2-container.select2-container--default .select2-selection--single,
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body .uk-form .uk-form-icon .select2-container.select2-container--default .select2-selection--single {
  padding: 6px 20px 10px 22px;
}
body .dd .dd-list .dd-item .dd3-content .uk-panel.uk-panel-box .uk-panel-body footer {
  min-height: 25px;
  border-top: 1px solid #ccc;
  padding: 10px;
  background: #bfbfbf;
  background: -webkit-linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
  background: -moz-linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
  background: linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
}
body .dd > .dd-list {
  padding-left: 0px;
}
body .uk-accordion .uk-accordion-title {
  margin-bottom: 0px;
  border: 1px solid #ccc;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif !important;
}
body .uk-accordion .uk-accordion-title:not(:first-child) {
  margin-top: 10px;
}
body .uk-accordion .uk-accordion-content {
  padding: 5px 5px;
  border: 1px solid #ccc;
  border-top: 0;
}
body .uk-accordion .uk-accordion-content ul {
  padding-left: 0px;
  list-style-type: none;
}
body .uk-accordion .uk-accordion-content ul li {
  padding: 2px 5px 6px 10px;
  font-size: 13px;
}
body .uk-accordion .uk-accordion-content ul li:hover {
  background: #f2f2f2;
}
body #menu-source .uk-accordion .uk-accordion-title {
  margin-bottom: 0px;
  border: 1px solid #ccc;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif !important;
}
body #menu-source .uk-accordion .uk-accordion-title:not(:first-child) {
  margin-top: 10px;
}
body #menu-source .uk-accordion .uk-accordion-content {
  padding: 5px 5px;
  border: 1px solid #ccc;
  border-top: 0;
}
body #menu-source .uk-accordion .uk-accordion-content ul {
  padding-left: 0px;
  list-style-type: none;
}
body #menu-source .uk-accordion .uk-accordion-content ul li {
  padding: 2px 5px 6px 10px;
  font-size: 13px;
}
body #menu-source .uk-accordion .uk-accordion-content ul li:hover {
  background: #f2f2f2;
}
body #webmodule-sources,
body #custom-uri-sources,
body #enums-add {
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #ccc;
}
body #webmodule-sources {
  padding: 10px;
}
body #custom-uri-sources,
body #enums-add {
  padding: 0px;
}
body .uk-button-menu-sources,
body .uk-button-enums-add {
  text-align: left;
  background-color: #090b25;
  font-weight: bold;
}
body .uk-button-menu-sources:hover,
body .uk-button-enums-add:hover {
  background-color: #181d63;
}
body .uk-button-menu-sources:not(:first-child),
body .uk-button-enums-add:not(:first-child) {
  margin-top: 10px;
}
body #menu-source form,
body #enums-add form,
body #menu-source #custom-source-menu-add,
body #enums-add #custom-source-menu-add,
body #menu-source .uk-form,
body #enums-add .uk-form {
  padding: 10px;
}
body #menu-source form .uk-form-label,
body #enums-add form .uk-form-label,
body #menu-source #custom-source-menu-add .uk-form-label,
body #enums-add #custom-source-menu-add .uk-form-label,
body #menu-source .uk-form .uk-form-label,
body #enums-add .uk-form .uk-form-label {
  font-size: 12px;
}
body #menu-source form .select2.select2-container.select2-container--default,
body #enums-add form .select2.select2-container.select2-container--default,
body #menu-source #custom-source-menu-add .select2.select2-container.select2-container--default,
body #enums-add #custom-source-menu-add .select2.select2-container.select2-container--default,
body #menu-source .uk-form .select2.select2-container.select2-container--default,
body #enums-add .uk-form .select2.select2-container.select2-container--default {
  width: 100% !important;
  line-height: 11px;
  min-height: 25px;
}
body #menu-source form .select2.select2-container.select2-container--default.select2-container--below.select2-container--open,
body #enums-add form .select2.select2-container.select2-container--default.select2-container--below.select2-container--open,
body #menu-source #custom-source-menu-add .select2.select2-container.select2-container--default.select2-container--below.select2-container--open,
body #enums-add #custom-source-menu-add .select2.select2-container.select2-container--default.select2-container--below.select2-container--open,
body #menu-source .uk-form .select2.select2-container.select2-container--default.select2-container--below.select2-container--open,
body #enums-add .uk-form .select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
  background-color: #99baca;
}
body #menu-source form .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .selection .select2-selection.select2-selection--multiple,
body #enums-add form .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .selection .select2-selection.select2-selection--multiple,
body #menu-source #custom-source-menu-add .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .selection .select2-selection.select2-selection--multiple,
body #enums-add #custom-source-menu-add .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .selection .select2-selection.select2-selection--multiple,
body #menu-source .uk-form .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .selection .select2-selection.select2-selection--multiple,
body #enums-add .uk-form .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .selection .select2-selection.select2-selection--multiple,
body #menu-source form .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .selection .select2-selection.select2-selection--single,
body #enums-add form .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .selection .select2-selection.select2-selection--single,
body #menu-source #custom-source-menu-add .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .selection .select2-selection.select2-selection--single,
body #enums-add #custom-source-menu-add .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .selection .select2-selection.select2-selection--single,
body #menu-source .uk-form .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .selection .select2-selection.select2-selection--single,
body #enums-add .uk-form .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .selection .select2-selection.select2-selection--single {
  border: 1px solid #dddddd;
}
body #menu-source form .select2-container,
body #enums-add form .select2-container,
body #menu-source #custom-source-menu-add .select2-container,
body #enums-add #custom-source-menu-add .select2-container,
body #menu-source .uk-form .select2-container,
body #enums-add .uk-form .select2-container {
  font-size: 12px;
}
body #menu-source form .select2-container .select2-search--inline .select2-search__field,
body #enums-add form .select2-container .select2-search--inline .select2-search__field,
body #menu-source #custom-source-menu-add .select2-container .select2-search--inline .select2-search__field,
body #enums-add #custom-source-menu-add .select2-container .select2-search--inline .select2-search__field,
body #menu-source .uk-form .select2-container .select2-search--inline .select2-search__field,
body #enums-add .uk-form .select2-container .select2-search--inline .select2-search__field {
  margin-top: 5px;
  margin-bottom: 4px;
}
body #menu-source form .select2-container .select2-search--inline input,
body #enums-add form .select2-container .select2-search--inline input,
body #menu-source #custom-source-menu-add .select2-container .select2-search--inline input,
body #enums-add #custom-source-menu-add .select2-container .select2-search--inline input,
body #menu-source .uk-form .select2-container .select2-search--inline input,
body #enums-add .uk-form .select2-container .select2-search--inline input {
  height: 13px;
  line-height: 14px;
}
body #menu-source form .select2-container.select2-container--default .select2-selection--multiple,
body #enums-add form .select2-container.select2-container--default .select2-selection--multiple,
body #menu-source #custom-source-menu-add .select2-container.select2-container--default .select2-selection--multiple,
body #enums-add #custom-source-menu-add .select2-container.select2-container--default .select2-selection--multiple,
body #menu-source .uk-form .select2-container.select2-container--default .select2-selection--multiple,
body #enums-add .uk-form .select2-container.select2-container--default .select2-selection--multiple,
body #menu-source form .select2-container.select2-container--default .select2-selection--single,
body #enums-add form .select2-container.select2-container--default .select2-selection--single,
body #menu-source #custom-source-menu-add .select2-container.select2-container--default .select2-selection--single,
body #enums-add #custom-source-menu-add .select2-container.select2-container--default .select2-selection--single,
body #menu-source .uk-form .select2-container.select2-container--default .select2-selection--single,
body #enums-add .uk-form .select2-container.select2-container--default .select2-selection--single {
  border: 1px solid #dddddd;
  border-radius: 0px;
  min-height: 20px;
}
body #menu-source form .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice,
body #enums-add form .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice,
body #menu-source #custom-source-menu-add .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice,
body #enums-add #custom-source-menu-add .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice,
body #menu-source .uk-form .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice,
body #enums-add .uk-form .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice,
body #menu-source form .select2-container.select2-container--default .select2-selection--single .select2-selection__choice,
body #enums-add form .select2-container.select2-container--default .select2-selection--single .select2-selection__choice,
body #menu-source #custom-source-menu-add .select2-container.select2-container--default .select2-selection--single .select2-selection__choice,
body #enums-add #custom-source-menu-add .select2-container.select2-container--default .select2-selection--single .select2-selection__choice,
body #menu-source .uk-form .select2-container.select2-container--default .select2-selection--single .select2-selection__choice,
body #enums-add .uk-form .select2-container.select2-container--default .select2-selection--single .select2-selection__choice {
  font-size: 10px;
  color: #000;
  padding: 1px 5px 2px 5px;
  margin-top: 2px;
  border: 1px solid #dddddd;
  border-radius: 0;
  background: #bfbfbf;
  background: -webkit-linear-gradient(top, #ddd 0, #bbb 100%);
  background: -moz-linear-gradient(top, #ddd 0, #bbb 100%);
  background: linear-gradient(top, #ddd 0, #bbb 100%);
  line-height: 14px;
}
body #menu-source form .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,
body #enums-add form .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,
body #menu-source #custom-source-menu-add .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,
body #enums-add #custom-source-menu-add .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,
body #menu-source .uk-form .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,
body #enums-add .uk-form .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,
body #menu-source form .select2-container.select2-container--default .select2-selection--single .select2-selection__choice .select2-selection__choice__remove,
body #enums-add form .select2-container.select2-container--default .select2-selection--single .select2-selection__choice .select2-selection__choice__remove,
body #menu-source #custom-source-menu-add .select2-container.select2-container--default .select2-selection--single .select2-selection__choice .select2-selection__choice__remove,
body #enums-add #custom-source-menu-add .select2-container.select2-container--default .select2-selection--single .select2-selection__choice .select2-selection__choice__remove,
body #menu-source .uk-form .select2-container.select2-container--default .select2-selection--single .select2-selection__choice .select2-selection__choice__remove,
body #enums-add .uk-form .select2-container.select2-container--default .select2-selection--single .select2-selection__choice .select2-selection__choice__remove {
  margin-right: 4px;
}
body #menu-source form .select2-container.select2-container--default .select2-selection--single,
body #enums-add form .select2-container.select2-container--default .select2-selection--single,
body #menu-source #custom-source-menu-add .select2-container.select2-container--default .select2-selection--single,
body #enums-add #custom-source-menu-add .select2-container.select2-container--default .select2-selection--single,
body #menu-source .uk-form .select2-container.select2-container--default .select2-selection--single,
body #enums-add .uk-form .select2-container.select2-container--default .select2-selection--single {
  padding: 6px 20px 10px 6px;
  height: 25px;
}
body #menu-source form .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered,
body #enums-add form .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered,
body #menu-source #custom-source-menu-add .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered,
body #enums-add #custom-source-menu-add .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered,
body #menu-source .uk-form .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered,
body #enums-add .uk-form .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 12px;
  color: #000000 !important;
  max-width: 288px !important;
  line-height: 14px;
  padding-left: 0px;
}
body #menu-source form .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow,
body #enums-add form .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow,
body #menu-source #custom-source-menu-add .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow,
body #enums-add #custom-source-menu-add .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow,
body #menu-source .uk-form .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow,
body #enums-add .uk-form .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 25px;
}
body #menu-source form .select2-container.select2-container--default.select2-container--focus .select2-selection--multiple,
body #enums-add form .select2-container.select2-container--default.select2-container--focus .select2-selection--multiple,
body #menu-source #custom-source-menu-add .select2-container.select2-container--default.select2-container--focus .select2-selection--multiple,
body #enums-add #custom-source-menu-add .select2-container.select2-container--default.select2-container--focus .select2-selection--multiple,
body #menu-source .uk-form .select2-container.select2-container--default.select2-container--focus .select2-selection--multiple,
body #enums-add .uk-form .select2-container.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #dddddd;
}
body #menu-source form .select2-container.select2-container--default.select2-container--open .select2-dropdown,
body #enums-add form .select2-container.select2-container--default.select2-container--open .select2-dropdown,
body #menu-source #custom-source-menu-add .select2-container.select2-container--default.select2-container--open .select2-dropdown,
body #enums-add #custom-source-menu-add .select2-container.select2-container--default.select2-container--open .select2-dropdown,
body #menu-source .uk-form .select2-container.select2-container--default.select2-container--open .select2-dropdown,
body #enums-add .uk-form .select2-container.select2-container--default.select2-container--open .select2-dropdown {
  border-color: #dddddd;
}
body #menu-source form .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-search input.select2-search__field,
body #enums-add form .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-search input.select2-search__field,
body #menu-source #custom-source-menu-add .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-search input.select2-search__field,
body #enums-add #custom-source-menu-add .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-search input.select2-search__field,
body #menu-source .uk-form .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-search input.select2-search__field,
body #enums-add .uk-form .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-search input.select2-search__field {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 12px;
}
body #menu-source form .select2-container.select2-container--default .select2-selection--multiple .select2-selection__clear,
body #enums-add form .select2-container.select2-container--default .select2-selection--multiple .select2-selection__clear,
body #menu-source #custom-source-menu-add .select2-container.select2-container--default .select2-selection--multiple .select2-selection__clear,
body #enums-add #custom-source-menu-add .select2-container.select2-container--default .select2-selection--multiple .select2-selection__clear,
body #menu-source .uk-form .select2-container.select2-container--default .select2-selection--multiple .select2-selection__clear,
body #enums-add .uk-form .select2-container.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
  margin-right: 2px;
}
body #menu-source form .select2-container .select2-selection--single .select2-selection__clear,
body #enums-add form .select2-container .select2-selection--single .select2-selection__clear,
body #menu-source #custom-source-menu-add .select2-container .select2-selection--single .select2-selection__clear,
body #enums-add #custom-source-menu-add .select2-container .select2-selection--single .select2-selection__clear,
body #menu-source .uk-form .select2-container .select2-selection--single .select2-selection__clear,
body #enums-add .uk-form .select2-container .select2-selection--single .select2-selection__clear {
  position: absolute;
  right: 20px;
}
body #menu-source form .select2-container .select2-selection--multiple,
body #enums-add form .select2-container .select2-selection--multiple,
body #menu-source #custom-source-menu-add .select2-container .select2-selection--multiple,
body #enums-add #custom-source-menu-add .select2-container .select2-selection--multiple,
body #menu-source .uk-form .select2-container .select2-selection--multiple,
body #enums-add .uk-form .select2-container .select2-selection--multiple {
  min-height: 20px;
}
body #menu-source form .uk-form-icon select.uk-form-large,
body #enums-add form .uk-form-icon select.uk-form-large,
body #menu-source #custom-source-menu-add .uk-form-icon select.uk-form-large,
body #enums-add #custom-source-menu-add .uk-form-icon select.uk-form-large,
body #menu-source .uk-form .uk-form-icon select.uk-form-large,
body #enums-add .uk-form .uk-form-icon select.uk-form-large {
  padding: 8px 25px;
}
body #menu-source form .uk-form-icon .select2-container.select2-container--default .select2-selection--single,
body #enums-add form .uk-form-icon .select2-container.select2-container--default .select2-selection--single,
body #menu-source #custom-source-menu-add .uk-form-icon .select2-container.select2-container--default .select2-selection--single,
body #enums-add #custom-source-menu-add .uk-form-icon .select2-container.select2-container--default .select2-selection--single,
body #menu-source .uk-form .uk-form-icon .select2-container.select2-container--default .select2-selection--single,
body #enums-add .uk-form .uk-form-icon .select2-container.select2-container--default .select2-selection--single {
  padding: 6px 20px 10px 22px;
}
body #menu-source footer,
body #enums-add footer {
  min-height: 25px;
  border-top: 1px solid #ccc;
  padding: 10px;
  background: #bfbfbf;
  background: -webkit-linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
  background: -moz-linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
  background: linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
}
body select[readonly].select2 + .select2-container,
body select[disabled].select2 + .select2-container {
  pointer-events: none;
  touch-action: none;
}
body select[readonly].select2 + .select2-container .select2-selection,
body select[disabled].select2 + .select2-container .select2-selection {
  background: #eee;
  box-shadow: none;
}
body select[readonly].select2 + .select2-container .select2-selection__arrow,
body select[disabled].select2 + .select2-container .select2-selection__arrow,
body select[readonly].select2 + .select2-container .select2-selection__clear,
body select[disabled].select2 + .select2-container .select2-selection__clear {
  display: none;
}
body .show-advance {
  font-size: 11px;
}
body .show-advance:after {
  content: 'Show advance';
}
body .show-advance.uk-active:after {
  content: 'Hide advance';
}
body .order-container {
  position: relative;
}
body .order-container a.inc-order,
body .order-container a.dec-order {
  position: absolute;
  top: 3px;
  padding: 0;
  margin: 0;
  height: 15px;
  width: 15px;
  line-height: 0px;
  min-height: 15px;
  text-align: center;
  font-size: 14px;
}
body .order-container a.inc-order .uk-icon,
body .order-container a.dec-order .uk-icon {
  margin: 0px;
  padding: 0px;
  line-height: 13px;
}
body .order-container a.inc-order {
  left: 0;
}
body .order-container a.inc-order .uk-icon {
  line-height: 13px;
}
body .order-container a.dec-order {
  right: 0;
}
body .order-container a.dec-order .uk-icon {
  line-height: 15px;
}
