.app_theme_dark {
    background: #303030;
    color: #fefefe;
}

.app_theme_dark a {
    color: #039be5;
}

.app_theme_dark a:hover,
.app_theme_dark a:active {
    color: #0277bd;
}

.app_theme_dark .md-card,
.app_theme_dark .md-card .md-card-toolbar,
.app_theme_dark .md-card.md-card-overlay .md-card-overlay-content,
.app_theme_dark .md-card-list-wrapper .md-card-list > ul > li,
.app_theme_dark .uk-dropdown,
.app_theme_dark #sidebar_main,
.app_theme_dark .breadcrumbs,
.app_theme_dark .uk-dropdown,
.app_theme_dark #sidebar_secondary,
.app_theme_dark #sidebar_secondary .uk-tab,
.app_theme_dark .uk-sticky-placeholder .uk-tab,
.app_theme_dark .clndr .clndr_events,
.app_theme_dark #footer,
.app_theme_dark .uk-nestable-panel,
.app_theme_dark .gallery_grid_image_caption,
.app_theme_dark .uk-accordion-alt .uk-accordion-title,
.app_theme_dark .map_search_wrapper .map_search_list_wrapper,
.app_theme_dark #page_heading,
.app_theme_dark div.mxWindow,
.app_theme_dark .mxWindowTitle {
    background: #424242;
}

.app_theme_dark h1,
.app_theme_dark h2,
.app_theme_dark h3,
.app_theme_dark h4,
.app_theme_dark h5,
.app_theme_dark h6,
.app_theme_dark .md-card .md-card-toolbar-heading-text,
.app_theme_dark .uk-dropdown > ul > li > a,
.app_theme_dark .uk-dropdown,
.app_theme_dark .uk-nav-dropdown > li > a,
.app_theme_dark .uk-tab > li > a,
.app_theme_dark .clndr .clndr_events .clndr_event > a,
.app_theme_dark .fc .fc-day-grid-event,
.app_theme_dark .md-card .md-card-head-text,
.app_theme_dark .gallery_grid_item,
.app_theme_dark .gallery_grid_item:hover,
.app_theme_dark .gallery_grid_item:focus,
.app_theme_dark .md-card .md-card-toolbar-input,
.app_theme_dark .uk-article-lead,
.app_theme_dark .uk-badge,
.app_theme_dark .mxWindowTitle {
    color: #fefefe;
}

.app_theme_dark [class*=uk-icon-],
.app_theme_dark .uk-datepicker-next,
.app_theme_dark .uk-datepicker-previous,
.app_theme_dark #menu_top > li > a,
.app_theme_dark .disabled + .inline-label {
    color: #cbcbcb;
}

.app_theme_dark .uk-text-muted {
    color: #999 !important;
}

.app_theme_dark .material-icons {
    color: rgba(255, 255, 255, 0.8);
}

.app_theme_dark .md-list-addon-element > .md-list-addon-icon {
    color: rgba(255, 255, 255, 0.7);
}

.app_theme_dark .md-list .uk-nestable-list > li > a.md-list-content,
.app_theme_dark .md-list > li > a.md-list-content,
.app_theme_dark .md-list-outside > li > .md-list-content,
.app_theme_dark .md-input-wrapper > label,
.app_theme_dark .uk-table thead th {
    color: #cbcbcb;
}

.app_theme_dark .uk-table td,
.app_theme_dark .uk-table tfoot td,
.app_theme_dark .uk-table tfoot th,
.app_theme_dark .uk-table thead th {
    border-color: #616161;
}

.app_theme_dark .uk-table tr.row_checked td {
    background: #212121;
}

.app_theme_dark .md-list .uk-nestable-list > li {
    border-color: #424242;
}

.app_theme_dark .md-list > li {
    border-color: #616161;
}

.app_theme_dark select.md-input,
.app_theme_dark textarea.md-input,
.app_theme_dark input:not([type]).md-input,
.app_theme_dark input[type="text"].md-input,
.app_theme_dark input[type="password"].md-input,
.app_theme_dark input[type="datetime"].md-input,
.app_theme_dark input[type="datetime-local"].md-input,
.app_theme_dark input[type="date"].md-input,
.app_theme_dark input[type="month"].md-input,
.app_theme_dark input[type="time"].md-input,
.app_theme_dark input[type="week"].md-input,
.app_theme_dark input[type="number"].md-input,
.app_theme_dark input[type="email"].md-input,
.app_theme_dark input[type="url"].md-input,
.app_theme_dark input[type="search"].md-input,
.app_theme_dark input[type="tel"].md-input,
.app_theme_dark input[type="color"].md-input {
    border-color: rgba(255, 255, 255, 0.25);
    color: #fefefe;
}

.app_theme_dark input.md-input.md-input-small {
    font: 400 14px / 16px "Roboto", sans-serif;
    padding: 6px 4px;
}

.app_theme_dark select optgroup,
.app_theme_dark select option {
    background: #424242;
}

.app_theme_dark .md-hr {
    border-top-color: rgba(0, 0, 0, 0.15);
}

.app_theme_dark input[type="button"]:disabled,
.app_theme_dark input[type="submit"]:disabled,
.app_theme_dark input[type="reset"]:disabled,
.app_theme_dark input[type="file"]:disabled::-webkit-file-upload-button,
.app_theme_dark button:disabled,
.app_theme_dark select:disabled,
.app_theme_dark keygen:disabled,
.app_theme_dark optgroup:disabled,
.app_theme_dark option:disabled,
.app_theme_dark select[disabled] > option {
    color: #aaa;
}

.app_theme_dark .uk-tooltip {
    background: #212121;
}

.app_theme_dark .uk-thumbnail {
    background: #616161;
}

.app_theme_dark .uk-thumbnail-caption {
    color: #fefefe;
}

.app_theme_dark .uk-alert {
    background: #546e7a;
}

.app_theme_dark .md-btn {
    color: #212121;
}

.app_theme_dark .md-btn.disabled {
    background: #616161;
}

.app_theme_dark .md-btn-primary,
.app_theme_dark .md-btn-primary:hover,
.app_theme_dark .md-btn-primary:focus,
.app_theme_dark .md-btn-primary:active {
    background: #546e7a;
    color: #fff;
}

.app_theme_dark .md-btn-flat {
    color: #fefefe;
}

.app_theme_dark .md-btn-flat:hover,
.app_theme_dark .md-btn-flat:focus,
.app_theme_dark .md-btn-flat:active {
    color: #fefefe;
}

.app_theme_dark .md-btn-flat[data-uk-button]:hover,
.app_theme_dark .md-btn-flat[data-uk-button]:focus,
.app_theme_dark .md-btn-flat[data-uk-button]:active {
    color: #727272;
}

.app_theme_dark .md-btn-flat-primary.uk-active {
    color: #fefefe !important;
    background: #546e7a;
}

.app_theme_dark .md-btn-flat-warning.uk-active {
    color: #fefefe !important;
    background: #ffa000;
}

.app_theme_dark .md-btn-flat-danger.uk-active {
    color: #fefefe !important;
    background: #e53935;
}

.app_theme_dark .md-btn-flat-success.uk-active {
    color: #fefefe !important;
    background: #7cb342;
}

.app_theme_dark .md-btn-flat.disabled {
    color: #616161;
}

.app_theme_dark .uk-badge-primary {
    background: #546e7a;
}

.app_theme_dark .uk-badge-default {
    background: gray;
}

.app_theme_dark .uk-badge-niceblue {
    background: #1089b8;
}

.app_theme_dark .md-card-list-wrapper .md-card-list
> ul
> li.item-shown.md-card-list-item-selected:before {
    background: #546e7a;
}

.app_theme_dark .md-card-list-wrapper .md-card-list .md-card-list-item-selected {
    background: #546e7a;
}

.app_theme_dark .md-card-list-wrapper .md-card-list .md-card-list-item-selected.item-shown {
    background: #424242;
}

.app_theme_dark .md-card-list-wrapper .md-card-list .md-card-list-item-selected.item-shown:before {
    background: #546e7a;
}

.app_theme_dark .uk-datepicker-nav {
    background: #009688;
}

.app_theme_dark .uk-datepicker-table a {
    color: #fefefe;
}

.app_theme_dark a.uk-datepicker-table-muted {
    color: #212121;
}

.app_theme_dark .md-fab.md-fab-accent {
    background: #009688;
}

.app_theme_dark .md-fab .material-icons {
    color: #727272;
}

.app_theme_dark .md-fab-warning .material-icons,
.app_theme_dark .md-fab-success .material-icons,
.app_theme_dark .md-fab-primary .material-icons,
.app_theme_dark .md-fab-danger .material-icons,
.app_theme_dark .md-fab-accent .material-icons {
    color: #fefefe;
}

.app_theme_dark .uk-file-upload {
    background: #616161;
}

.app_theme_dark .uk-file-upload.small-padding {
    padding: 16px;
}

.app_theme_dark .iradio_md {
    border-color: rgba(255, 255, 255, 0.4);
}

.app_theme_dark .icheckbox_md {
    border-color: rgba(255, 255, 255, 0.4);
    background: #424242;
}

.app_theme_dark .icheckbox_md.hover.checked,
.app_theme_dark .icheckbox_md.checked {
    background: #009688;
    border-color: #009688;
}

.app_theme_dark .md-list .uk-nestable-list > li.md-list-item-active,
.app_theme_dark .md-list > li.md-list-item-active {
    color: #009688;
    background: #212121;
}

.app_theme_dark .md-list-addon > li.md-list-item-active .md-list-addon-element,
.app_theme_dark .md-list-addon
> li.md-list-item-active .md-list-addon-element .material-icons {
    color: #009688;
}

.app_theme_dark .uk-modal-dialog,
.app_theme_dark .uk-modal-dialog .uk-modal-footer {
    background: #424242;
}

.app_theme_dark .uk-pagination > li > a:hover {
    background: #30ffec;
}

.app_theme_dark .uk-pagination > li.uk-active > a,
.app_theme_dark .uk-pagination > li.uk-active > span {
    background: #009688;
    color: #fff;
}

.app_theme_dark .uk-subnav-pill > .uk-active > * {
    background: #009688;
}

.app_theme_dark .uk-tab > li:not(.uk-disabled) > a:hover,
.app_theme_dark .uk-tab > li:not(.uk-disabled) > a:focus {
    border-bottom-color: #a6b9c1;
}

.uk-tab > li.uk-disabled > a {
    cursor: pointer !important;
}

.app_theme_dark .uk-tab > li.uk-active > a {
    border-bottom-color: #546e7a;
}

.app_theme_dark .uk-tab-bottom li > a:hover,
.app_theme_dark .uk-tab-bottom li > a:focus {
    border-top-color: #a6b9c1;
}

.app_theme_dark .uk-tab-bottom li.uk-active > a {
    border-top-color: #546e7a;
}

.app_theme_dark .uk-tab-left li > a:hover,
.app_theme_dark .uk-tab-left li > a:focus {
    border-right-color: #a6b9c1;
}

.app_theme_dark .uk-tab-left li.uk-active > a {
    border-right-color: #546e7a;
}

.app_theme_dark .uk-tab-right li > a:hover,
.app_theme_dark .uk-tab-right li > a:focus {
    border-left-color: #a6b9c1;
}

.app_theme_dark .uk-tab-right li.uk-active > a {
    border-left-color: #546e7a;
}

.app_theme_dark .uk-tab-double-header li a:hover,
.app_theme_dark .uk-tab-double-header li a:focus {
    border-bottom-color: #698998;
}

.app_theme_dark .uk-tab-double-header li.uk-active > a {
    border-bottom-color: #009688;
}

.app_theme_dark .timeline:before {
    background: #616161;
}

.app_theme_dark .timeline_icon {
    border-color: #616161;
}

.app_theme_dark .timeline_content_addon {
    background: #616161;
}

.app_theme_dark .k-panelbar li.k-item {
    background: #363636;
}

.app_theme_dark .chat_submit_box {
    background: #212121;
}

.app_theme_dark .scrum_board_overflow {
    background: #303030;
}

.app_theme_dark .scrum_task {
    background: #424242;
}

.app_theme_dark #scrum_board .scrum_column {
    background: rgba(0, 0, 0, 0.25);
}

.app_theme_dark #scrum_board .scrum_column_heading {
    background: #303030;
}

.app_theme_dark .blog_list_footer {
    border-top-color: rgba(0, 0, 0, 0.3);
}

.app_theme_dark #header_main {
    background: #546e7a;
}

.app_theme_dark #header_main .uk-navbar .uk-navbar-nav > li.uk-open > a:after {
    border-bottom-color: #424242;
}

.app_theme_dark .header_double_height:after {
    background: #546e7a;
}

.app_theme_dark #top_bar {
    background: #424242;
    z-index: 1099;
}

.app_theme_dark #top_bar .top_bar_nav > li > a {
    color: #fefefe;
}

.app_theme_dark #top_bar .top_bar_nav > li > a:hover {
    box-shadow: inset 0 -3px 0 #546e7a;
}

.app_theme_dark #top_bar .top_bar_nav > li.uk-active a {
    box-shadow: inset 0 -3px 0 #546e7a;
}

.app_theme_dark .user_heading {
    background: #37474f;
}

.app_theme_dark .user_heading.dark {
    background: #272727;
}

.app_theme_dark #sidebar_main .sidebar_main_header {
    background-image: url("../img/sidebar_head_bg_dark.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 192), only screen and (min-resolution: 192dppx), only screen and (min-resolution: 2dppx) {
    .app_theme_dark #sidebar_main .sidebar_main_header {
        background-image: url("../img/sidebar_head_bg_dark@2x.png");
        background-size: 240px 88px;
    }
}

.app_theme_dark #sidebar_main .sidebar_main_header .selectize-control.single .selectize-input:after {
    color: rgba(255, 255, 255, 0.25);
}

.app_theme_dark #sidebar_main .sidebar_main_header .sidebar_logo a .logo_light {
    display: inline-block;
}

.app_theme_dark #sidebar_main .sidebar_main_header .sidebar_logo a .logo_regular {
    display: none;
}

.app_theme_dark #sidebar_main .menu_section > ul > li a {
    color: #fefefe;
}

.app_theme_dark #sidebar_main .menu_section > ul > li ul li.act_item a {
    color: #009688;
}

.app_theme_dark #sidebar_main .menu_section
> ul
> li.current_section
> a
> .menu_icon .material-icons {
    color: #009688;
}

.app_theme_dark #sidebar_main .menu_section
> ul
> li.current_section
> a .menu_title {
    color: #009688;
}

.app_theme_dark .sidebar_mini #sidebar_main .menu_section
> ul
> li
> a
> .menu_title {
    background: #009688;
    color: #fff;
}

.app_theme_dark .sidebar_mini #sidebar_main .menu_section
> ul
> li:hover.sidebar_submenu {
    background: #009688;
}

.app_theme_dark .sidebar_mini #sidebar_main .menu_section
> ul
> li:hover.sidebar_submenu
> a .menu_icon .material-icons {
    color: #fff;
}

.app_theme_dark .sidebar_mini #sidebar_main .menu_section
> ul
> li:hover.sidebar_submenu ul {
    border-left-color: #009688;
}

.app_theme_dark .sidebar_mini #sidebar_main .menu_section
> ul
> li.current_section
> a
> .menu_icon .material-icons {
    color: #009688;
}

.app_theme_dark .sidebar_mini #sidebar_main .menu_section > ul > li > ul {
    background: #424242;
}

.app_theme_dark .clndr .clndr_days .clndr_days_grid .day.today > span {
    background: #009688;
}

.app_theme_dark .clndr .clndr_days .clndr_days_grid .day.last-month,
.app_theme_dark .clndr .clndr_days .clndr_days_grid .day.next-month {
    color: #212121;
}

.app_theme_dark .clndr .clndr_days .clndr_days_grid .day.day.event > span {
    border-color: rgba(255, 255, 255, 0.25);
}

.app_theme_dark .DTTT_print_info h6 {
    color: #009688;
}

.app_theme_dark .fc-unthemed .fc-button.fc-state-active:after {
    color: #009688;
}

.app_theme_dark .dropify-wrapper {
    background: #424242;
    color: #fefefe;
    border-color: #616161;
}

.app_theme_dark .dropify-wrapper .dropify-preview {
    background: #424242;
    color: #fefefe;
}

.app_theme_dark div.ganttview-vtheader {
    background: #424242;
}

.app_theme_dark div.ganttview-vtheader div.ganttview-vtheader-group-name {
    background: rgba(0, 0, 0, 0.5);
}

.app_theme_dark div.ganttview-vtheader div.ganttview-vtheader-group {
    color: #fefefe;
}

.app_theme_dark div.ganttview-vtheader div.ganttview-vtheader-series-row,
.app_theme_dark div.ganttview-vtheader div.ganttview-vtheader-group-name {
    border-top-color: rgba(0, 0, 0, 0.3);
}

.app_theme_dark div.ganttview-grid-spacer {
    border-top-color: rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.5);
}

.app_theme_dark div.ganttview-grid-row-cell.ganttview-weekend,
.app_theme_dark div.ganttview-hzheader-day.ganttview-weekend {
    background: rgba(0, 0, 0, 0.35);
}

.app_theme_dark div.ganttview-grid-row-cell,
.app_theme_dark div.ganttview-hzheader-day {
    border-color: rgba(0, 0, 0, 0.3) !important;
}

.app_theme_dark div.ganttview-hzheader-month {
    color: #fefefe;
}

.app_theme_dark .gmap-info-window h3 {
    color: #212121;
}

.app_theme_dark .gmap .on_gmap .controls_title {
    color: #727272;
}

.app_theme_dark .fc-unthemed .fc-highlight {
    box-shadow: inset 0 0 0 2px #546e7a, inset 0 -1px 0 2px #546e7a;
}

.app_theme_dark .fc-toolbar .fc-button {
    text-shadow: none;
}

.app_theme_dark div.jtable-main-container table.jtable tbody
> tr.jtable-row-even {
    background: rgba(0, 0, 0, 0.2);
}

.app_theme_dark div.jtable-main-container table.jtable tbody > tr:hover {
    background: rgba(0, 0, 0, 0.4);
}

.app_theme_dark div.jtable-main-container table.jtable tbody td .jtable-command-button {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 4px;
}

.app_theme_dark .tablesorter-orbe tbody > tr.row_highlighted > td {
    background: #cfd8dc;
}

.app_theme_dark .tablesorter-orbe .headerSortUp,
.app_theme_dark .tablesorter-orbe .tablesorter-headerSortUp,
.app_theme_dark .tablesorter-orbe .tablesorter-headerAsc,
.app_theme_dark .tablesorter-orbe .headerSortDown,
.app_theme_dark .tablesorter-orbe .tablesorter-headerSortDown,
.app_theme_dark .tablesorter-orbe .tablesorter-headerDesc {
    color: #009688;
}

.app_theme_dark .wizard > .steps {
    background: #546e7a;
}

.app_theme_dark .wizard > .steps > ul > li.current a,
.app_theme_dark .wizard > .steps > ul > li.current a:hover,
.app_theme_dark .wizard > .steps > ul > li.current a:active {
    background: #698998;
}

.app_theme_dark .wizard > .steps > ul > li.done a,
.app_theme_dark .wizard > .steps > ul > li.done a:hover,
.app_theme_dark .wizard > .steps > ul > li.done a:active {
    background: #37474f;
}

.app_theme_dark .wizard > .actions a,
.app_theme_dark .wizard > .actions a:hover,
.app_theme_dark .wizard > .actions a:active,
.app_theme_dark .wizard > .actions a .material-icons {
    color: #fefefe;
}

.app_theme_dark .wizard.vertical > .content {
    background: #424242;
}

.app_theme_dark .md-card-toolbar[data-toolbar-progress] .md-card-toolbar-heading-text,
.app_theme_dark .md-card-toolbar[data-toolbar-progress] .material-icons {
    color: #212121;
}

.app_theme_dark .md-card-primary {
    border-left-color: #546e7a;
}

.app_theme_dark .waves-effect.md-btn-flat-primary {
    background: none;
}

.app_theme_dark .waves-effect.md-btn-flat-primary .waves-ripple {
    background: rgba(84, 110, 122, 0.4);
}

.app_theme_dark .search_list_link {
    color: #009688;
}

.app_theme_dark .selectize-dropdown {
    color: #fefefe;
    border-color: transparent;
    background: #616161;
    border-radius: 2px;
}

.app_theme_dark .selectize-dropdown .optgroup-header {
    color: #fefefe;
    background: #616161;
}

.app_theme_dark .selectize-input {
    background: #616161;
    color: #fefefe;
}

.app_theme_dark .selectize-input,
.app_theme_dark .selectize-control.single .selectize-input.input-active {
    background: #616161;
}

.app_theme_dark .selectize-control.single .selectize-input:after {
    color: #cbcbcb;
}

.app_theme_dark .selectize-control.multi .selectize-input > div {
    background: #424242;
    color: #fefefe;
}

.app_theme_dark .chatbox {
    background: #424242;
}

.app_theme_dark .chatbox.cb_active .chatbox_header {
    background: #546e7a;
}

.app_theme_dark .chatbox_content .chatbox_message .chatbox_message_content li
> span {
    background: rgba(0, 0, 0, 0.3);
}

.app_theme_dark .chatbox_content .chatbox_message.own .chatbox_message_content li
> span {
    background: #546e7a;
}

.app_theme_dark .chatbox_footer .message_input {
    background: transparent;
    color: #fff;
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.woff2) format('woff2'),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

[class*=uk-icon-] {
    font-family: FontAwesome;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.error_page {
    background-color: #424242;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.error_page_header {
    background: #1565c0;
    padding: 80px 0 20px;
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 40px;
}

.selectize-control .selectize-input .item-icon,
.selectize-dropdown i.item-icon {
    margin-right: 4px;
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.animated-background,
.loading-item {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: #636363;
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(8%, #636363),
            color-stop(18%, #6d6d6d),
            color-stop(33%, #636363)
    );
    background: -webkit-linear-gradient(
            left,
            #636363 8%,
            #6d6d6d 18%,
            #636363 33%
    );
    background: linear-gradient(to right, #636363 8%, #6d6d6d 18%, #636363 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}

td .loading-item {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 28px;
}

tr.no-items-row td,
.no-items {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 1.3em;
}

.breadcrumbs {
    background: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
}

.breadcrumbs > li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.breadcrumbs > li {
    display: inline-block;
    position: relative;
}

.breadcrumbs > li a,
.breadcrumbs > li span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    padding: 8px 0;
    line-height: 24px;
}

.breadcrumbs > li + li a,
.breadcrumbs > li + li span {
    padding-left: 40px;
}

.breadcrumbs > li i.material-icons {
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -12px;
    font-size: 24px;
    display: block;
    color: #727272;
}

.c3-axis text tspan {
    fill: #aaa;
}

.c3 svg {
    padding-bottom: 30px;
}

.c3 .c3-legend-item text {
    fill: #f3f3f3;
}

.c3 line {
    stroke: #888;
}

.c3 path.domain {
    stroke: #616161;
}

.c3-tooltip th {
    background-color: #333;
    font-size: 14px;
    padding: 2px 5px;
    text-align: left;
    color: #fff;
}

.c3-tooltip td {
    font-size: 13px;
    padding: 3px 6px;
    background-color: #d0d0d0;
    border-left: 1px dotted #999;
    color: #484848;
}

.c3-shapes .c3-shape.c3-line-sales {
    stroke-width: 2px;
}

.c3-target.c3-focused path.c3-line {
    stroke-width: 3px;
}

/* = = select 2 custom = = = */

.select2-container--default .select2-selection--single {
    border: none;
    border-radius: 0px;
    padding-bottom: 4px;
    height: 40px;
    background: #616161;
}

.select2-container--default .select2-selection--single {
    padding-top: 6px;
}

.select2-container--default .select2-selection--multiple {
    padding-top: 15px !important;
    /*extra*/
    border: none;
    border-radius: 0px;
    padding-bottom: 4px;
    min-height: 40px;
    background: #616161;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 7px;
    right: 1px;
    width: 20px;
}

.select2-dropdown {
    background: #595959;
    border-radius: 0px;
    border: solid thin #595959;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #f3f3f3;
    line-height: 28px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    margin-top: -12px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #303030;
    color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #039be5;
    color: white;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
    border-bottom: solid thin #535353;
    background: #555;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background: #505050;
    border: none;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1em;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #3a3a3a;
    cursor: default;
}

/*select 2 multiple*/

.select2-container--default .select2-selection--multiple {
    border: none;
    border-radius: 0px;
    background: #595959;
    padding-top: 3px;
    padding-bottom: 2px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
    outline: 0;
}

.select2-selection--multiple ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999;
}

.select2-selection--multiple ::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
}

.select2-selection--multiple :-ms-input-placeholder {
    /* IE 10+ */
    color: #999;
}

.select2-selection--multiple :-moz-placeholder {
    /* Firefox 18- */
    color: #999;
}

.select2-selection--multiple .select2-selection__rendered {
    position: relative;
}

.select2-selection--multiple .select2-search--inline::after {
    content: "";
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 7px;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-right: 14px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #303030;
    border: 1px solid #616161;
    margin-right: 5px;
    margin-top: 5px;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    border: none;
}

.select2-container--default .select2-selection--multiple {
    background: #616161;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}

.select2-selection.select2-selection--single:focus,
.select2-container--focus,
.select2-container--focus:focus {
    outline: none;
}

label.uk-margin-bottom {
    display: inline-block;
}

.html-preview {
    color: #000;
    background: #fff;
}

.cms-block-preview .html-preview {
    padding: 15px;
}

.cms-block-preview .uk-accordion-content {
    padding: 0px;
}

.html-preview * {
    color: #000;
}

.uk-nestable-item.hidden + .uk-nestable-item {
    margin-top: 0px !important;
}

#transaction,
#trade_transaction,
#balance_transaction,
#item_card {
    transform: scale(1);
    opacity: 1;
    transition: all 0.35s ease-out;
}

#transaction.s50p,
#trade_transaction.s50p,
#balance_transaction.s50p,
#item_card.s50p {
    opacity: 0.1;
    transform: scale(0.12);
}

hr.uk-grid-divider {
    border-top-color: #555 !important;
}

/* Form builder */

.form-builder {
    padding: 16px;
}

.form-builder-layout-container {
    padding: 0;
}

.form-builder-action-btn {
    font-size: 9px !important;
}

.form-builder-field {
    border: 2px dotted #888;
    height: 100% !important;
}

.form-builder-field:hover {
    background-color: #4e7196;
    cursor: pointer;
}

.form-builder-field.selected {
    background-color: #0a396b;
}

#ctas-table td {
    border-bottom: none !important;
}

.gallery-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(top, #000000 0%, #303030 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #000000 0%, #303030 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #000000 0%, #303030 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr='#000000',
            endColorstr='#303030',
            GradientType=0
    );
    /* IE6-9 */
}

.gallery-item img {
    max-height: 200px;
}

#image-preview {
    max-height: 200px;
}

.form-builder-action-btn.mini > i {
    margin-top: 2px !important;
}

.form-builder-action-btn > i.disabled {
    color: gray;
}

html.app_theme_dark .btn-sidebar {
    background-color: #363636;
    padding: 7px;
    cursor: pointer;
}

html.app_theme_dark .btn-sidebar:hover:not(.btn-sidebar-active) {
    background-color: #3a3a3a;
}

html.app_theme_dark .btn-sidebar:active,
html.app_theme_dark .btn-sidebar-active {
    background-color: #2b2b2b;
}

.md-btn.md-btn-success {
    color: white;
}

.icheckbox_md.has-error > .help-block.form-error,
.iradio_md.has-error > .help-block.form-error {
    position: absolute;
    white-space: nowrap;
}

#form-builder-sidebar .btn-sidebar-active {
    background: #039be5;
}

.taxonomy .md-input-wrapper {
    margin-top: 11px;
}

.top-border-success {
    border-top: 4px solid green;
}

i.icon-large {
    font-size: 22pt;
}

/*RC TIME PICKER */

.rc-time-picker {
    display: inline-block;
    box-sizing: border-box;
}

.rc-time-picker * {
    box-sizing: border-box;
}

.rc-time-picker-input {
    border-color: rgba(255, 255, 255, 0.25);
    color: #fefefe;
    border-radius: 0;
    border-width: 0 0 1px;
    border-style: solid;
    font: 400 15px / 18px "Roboto", sans-serif;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
    box-sizing: border-box;
    padding: 12px 4px;
    background: transparent;
    width: 100%;
    display: block;
}

.rc-time-picker-panel-input {
    color: #fefefe;
    border-radius: 0;
    border-width: 0 0 0px;
    border-style: solid;
    font: 400 15px / 18px "Roboto", sans-serif;
    box-sizing: border-box;
    padding: 12px 4px;
    background: transparent;
    width: 100%;
    display: block;
}

.rc-time-picker-panel {
    z-index: 1070;
    width: 170px;
    position: absolute;
    box-sizing: border-box;
}

.rc-time-picker-panel * {
    box-sizing: border-box;
}

.rc-time-picker-panel-inner {
    display: inline-block;
    position: relative;
    outline: none;
    list-style: none;
    font-size: 12px;
    text-align: left;
    border-radius: 2px;
    background-clip: padding-box;
    border: none;
    line-height: 1.5;
}

.rc-time-picker-panel-input-wrap {
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.085);
    padding-top: 4px;
    width: 100%;
    display: block;
}

.rc-time-picker-panel-input-invalid {
    border-color: red;
}

.rc-time-picker-panel-clear-btn {
    position: absolute;
    right: 6px;
    cursor: pointer;
    overflow: hidden;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    top: 6px;
    margin: 0;
    visibility: hidden;
}

.rc-time-picker-panel-clear-btn:after {
    content: "x";
    font-size: 12px;
    color: #aaa;
    display: inline-block;
    line-height: 1;
    width: 20px;
    transition: color 0.3s ease;
    visibility: hidden;
}

.rc-time-picker-panel-clear-btn:hover:after {
    color: #666;
    visibility: hidden;
}

.rc-time-picker-panel-select {
    float: left;
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, 0.085);
    border-width: 0 1px;
    margin-left: -1px;
    box-sizing: border-box;
    width: 50%;
    overflow: hidden;
    position: relative;
    background-color: #424242;
}

.rc-time-picker-panel-select-active {
    overflow-y: auto;
}

.rc-time-picker-panel-select:first-child {
    border-left: 0;
    margin-left: 0;
}

.rc-time-picker-panel-select:last-child {
    border-right: 0;
}

.rc-time-picker-panel-select ul {
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 144px;
}

.rc-time-picker-panel-select li {
    list-style: none;
    box-sizing: content-box;
    margin: 0;
    padding: 0 0 0 16px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rc-time-picker-panel-select li:not(.rc-time-picker-panel-select-option-selected):hover {
    background: rgba(0, 0, 0, 0.085);
}

li.rc-time-picker-panel-select-option-selected {
    background: #009688;
}

li.rc-time-picker-panel-select-option-disabled {
    color: #bfbfbf;
}

li.rc-time-picker-panel-select-option-disabled:hover {
    background: transparent;
    cursor: not-allowed;
}

.rc-time-picker-panel-combobox {
    margin-top: 6px;
    padding-bottom: 8px;
    border-bottom: 3px solid #009688;
    display: flex;
    background-color: #424242;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.mxGraph > #toolbarContainer {
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    top: 0;
    left: 0;
    max-height: 44px;
    height: 34px;
    right: 0px;
    padding: 8px 6px;
    padding-left: 65px;
    box-shadow: 0px 7px 7px -4px rgba(0, 0, 0, 0.25);
}

.mxGraph > #graphContainer {
    position: absolute;
    overflow: hidden;
    top: 36px;
    left: 60px;
    bottom: 36px;
    right: 0px;
    cursor: default;
}

.mxGraph > #sidebarContainer {
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
    bottom: 32px;
    max-width: 52px;
    width: 56px;
    padding-top: 50px;
    padding-left: 4px;
    box-shadow: 7px 50px 7px -4px rgba(0, 0, 0, 0.25);
}

.mxGraph > #outlineContainer {
    position: absolute;
    overflow: hidden;
    top: 50px;
    right: 0px;
    width: 200px;
    height: 140px;
    background: transparent;
    border-style: solid;
    border-color: black;
}

.mxGraph > #statusContainer {
    text-align: right;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 0px;
    max-height: 32px;
    height: 36px;
    right: 0px;
    color: white;
    padding: 10px ss6px;
}

.md-datepicker {
    position: relative;
}

.md-datepicker .dp-clear {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 13px;
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: scale(0.5);
    pointer-events: none;
}

.md-datepicker .md-input-filled + .dp-clear {
    pointer-events: all;
    opacity: 1;
    transform: scale(1);
}

div.no-label > div:not(.md-input-wrapper) > label {
    display: none;
}

div.no-label-at-all > div > label {
    display: none;
}

div.no-label-at-all > div {
    padding-top: 0;
    margin-top: 0;
}

.last-field ~ .md-taxonomy:not(.uk-grid-margin) {
    margin-top: 24px;
}

.with-label ~ .md-taxonomy {
    padding-top: 20px;
}

#cards_list_heading {
    border-bottom: solid thin #585858;
}

#cards_list {
    height: 700px;
    overflow: auto;
}

textarea.no_autosize {
    resize: vertical;
}

div.add-entity-field {
    padding: 2px;
    background: #252525;
    margin-top: 8px;
}

.no-padding {
    padding: 0px !important;
}

.rc-time-picker-panel-input-wrap {
    visibility: hidden !important;
}

.clickable {
    cursor: pointer;
}

hr {
    border-top-color: #545454;
}

.email-image {
    max-width: 170px;
    max-height: 70px;
}

.email-image-small {
    max-width: 92px;
    max-height: 30px;
}

.universe-chart.grad svg {
    background: radial-gradient(ellipse at center, #2e428c 0%, #030c44 100%);
}

.universe-chart .orbit {
    /*stroke: #ccc;*/
    stroke: rgba(255, 255, 255, 0.3);
    fill: transparent;
}

.universe-chart .planet {
    stroke: #666;
    fill: #85b8c8;
}

.universe-chart #sun {
    fill: #85b8c8;
}

.universe-chart .planet_cluster {
    pointer-events: none;
}

.universe-chart .planet_cluster a {
    pointer-events: all;
}

.universe-chart .moon {
    stroke: #ccc;
    fill: #85b8c8;
}

.c3-chart-arcs-title {
    fill: #f3f3f3;
}

.soft-stroke .c3-chart-arc path {
    stroke: rgba(255, 255, 255, 0.2);
}

.partner-city-box {
    background-color: #000;
    background-size: cover !important;
    background-repeat: no-repeat;
    min-height: 480px;
    padding-top: 300px;
    padding-left: 25px;
    padding-bottom: 25px;
    padding-right: 25px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.partner-city-box .partner-name-location h3 {
    margin-top: 5px;
}

.partner-city-box .partner-name-location h3,
.partner-city-box .partner-name-location h1 {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.partner-city-box:before {
    content: " ";
    pointer-events: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.partner-city-box .partner-name-location {
    position: absolute;
    top: 25px;
    left: 25px;
}

.c3.donut {
    position: relative;
}

.c3.donut.no-data:after {
    font-family: 'FontAwesome', "Roboto", sans-serif;
    content: "No data to graph ";
    background: #424242;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

.go-back:hover {
    text-decoration: white underline;
}

.select2-container.select2-container--open {
    z-index: 10000;
}

.uk-tab.form-builder-steps {
    background: #2d2d2d;
}

.app_theme_dark .uk-tab.form-builder-steps > li.uk-active > a {
    border-bottom-color: #546e7a;
    background: #1a1a1a !important;
}

.uk-badge-notification {
    background-color: #007396;
}

.uk-badge-small {
    margin-right: 7px;
    line-height: 2px;
    min-width: 3px;
    border-radius: 50%;
    padding: 3px;
}

.md-card-content {
    transition: height 0.5s ease-in;
}

.md-card-content {
    transition: margin 0.3s ease-in;
}

.md-card-content-white {
    background-color: white;
    color: #222;
    border-top: 1px solid #333;
}

.md-card-content-email {
    padding: 0 !important;
}

.md-card-content-email iframe {
    width: 100%;
    overflow-y: hidden;
}

.md-card-content-attachments {
    background-color: #424242;
    padding: 12px !important;
}

.md-card-content-attachments a {
    text-overflow: ellipsis;
}

.md-card-content-attachments uk-grid > div {
    text-overflow: ellipsis;
}

#toolbarIconsContainer {
    padding-left: 8px;
}

#toolbarIconsContainer button {
    margin-right: 5px;
}

.uk-modal-dialog .select2-search__field {
    width: 100% !important;
}

.form-builder-row {
    position: relative;
    background: #424242;
}

.form-builder-row .form-builder-handle {
    background: rgb(76, 76, 76);
    padding: 5px;
    position: absolute;
    top: 2px;
    left: 12px;
    border-bottom-right-radius: 3px;
    z-index: 100;
}

.form-builder-row .form-builder-handle.margin {
    top: 12px;
}

.form-builder-row .form-builder-handle i {
    margin: 0px;
}

.form-builder-row .form-builder-handle {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.form-builder-row .form-builder-field {
    min-height: 26px;
}

div:active .form-builder-handle {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.uk-slidenav.uk-slidenav-attachments {
    width: 60px;
    height: 60px;
    color: white !important;
    font-size: 30px;
}

.uk-slidenav-position .uk-slidenav-previous {
    left: 0;
}

.uk-slidenav-position .uk-slidenav-next {
    right: 0;
}

body > #app {
    height: 100%;
}

body > #app > div {
    height: 100%;
}

body > #app > div #page_content {
    height: 100%;
}

body > #app > div #page_content .uk-vertical-align {
    height: 100%;
}

/*custom*/
.app_theme_dark #header_main {
    background: #033649;
}

#sidebar_main_header {
    background: none;
    border: none;
}

.app_theme_dark #sidebar_main .sidebar_main_header {
    background-image: none;
    border: none;
}

#sidebar_main .scrollbar-inner {
    background: #232323;
}

#sidebar_main {
    border-right: solid thin #1a1a1a;
}

#sidebar_main .menu_section > ul > li > a.active {
    background: #1d1d1d;
}

.md-user-image {
    background: #021a23;
}

.app_theme_dark .user_heading {
    background: #0b3f52;
}

.app_theme_dark #sidebar_main .menu_section > ul > li a.active {
    color: #009587;
    background: #1d1d1d;
}

.md-list-outside {
    max-height: 600px !important;
    overflow: auto;
}

@media print {
    body * {
        visibility: hidden;
    }

    .printSection {
        top: 0;
    }

    .printSection, .printSection * {
        visibility: visible;
    }
}

.top-right-corner {
    position: absolute;
    top: 7px;
    right: 7px;
}

.profileImage {
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
    display: inline-block;
    width: 38px;
    height: 38px;
    object-fit: cover;
}