@font-face {
    font-family: "montserrat-bold";
    src: url("../fonts/montserrat/montserrat-bold.eot");
    src: url("../fonts/montserrat/montserrat-bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/montserrat/montserrat-bold.woff2") format("woff2"),
    url("../fonts/montserrat/montserrat-bold.woff") format("woff"),
    url("../fonts/montserrat/montserrat-bold.ttf") format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: "montserrat-semibold";
    src: url("../fonts/montserrat/montserrat-semibold.eot");
    src: url("../fonts/montserrat/montserrat-semibold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/montserrat/montserrat-semibold.woff2") format("woff2"),
    url("../fonts/montserrat/montserrat-semibold.woff") format("woff"),
    url("../fonts/montserrat/montserrat-semibold.ttf") format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: "montserrat";
    src: url("../fonts/montserrat/montserrat-regular.eot");
    src: url("../fonts/montserrat/montserrat-regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/montserrat/montserrat-regular.woff2") format("woff2"),
    url("../fonts/montserrat/montserrat-regular.woff") format("woff"),
    url("../fonts/montserrat/montserrat-regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "montserrat-light";
    src: url("../fonts/montserrat/montserrat-light.eot");
    src: url("../fonts/montserrat/montserrat-light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/montserrat/montserrat-light.woff2") format("woff2"),
    url("../fonts/montserrat/montserrat-light.woff") format("woff"),
    url("../fonts/montserrat/montserrat-light.ttf") format("truetype");
    font-weight: 300;
}

.app_theme_dark body,
.app_theme_light body {
    min-height: 100%;
    font: 300 12px "montserrat", sans-serif;
    color: #5c5c5c;
    padding-top: 0px;
    box-sizing: border-box;
}
.app_theme_dark body {
    color: white;
}

.heading_b,
.md-card.md-card-overlay .md-card-overlay-header h3,
.app_theme_dark #menu_top > li > a,
.app_theme_light #menu_top > li > a,
.uk-navbar-flip .user_actions .sub-heading,
.md-card .md-card-toolbar-heading-text {
    color: #5c5c5c;
    font-family: "montserrat", sans-serif;
}

.user_heading_content .heading_a, .user_heading_content .heading_b, .user_heading_content .heading_c, .user_heading_content .heading_a .sub-heading, .user_heading_content .heading_b .sub-heading, .user_heading_content .heading_c .sub-heading {
    color: #5c5c5c;
}

.heading_b,
.md-card.md-card-overlay .md-card-overlay-header h3,
#menu_top > li > a,
.uk-navbar-flip .user_actions .sub-heading {
    text-transform: uppercase;
}

#page_content {
    margin-left: 0px !important;
}

#page_content_inner {
    padding: 0 !important;
    margin-top: 12px;
}

.app_theme_light {
    background: #FAFBFC;
    color: #5c5c5c !important;
}

.app_theme_light a {
    color: var(--main-accent-color);
}

.app_theme_light a:hover,
.app_theme_light a:active {
    color: var(--main-accent-color);
}

.app_theme_light .md-card,
.app_theme_light .md-card .md-card-toolbar,
.app_theme_light .md-card.md-card-overlay .md-card-overlay-content,
.app_theme_light .md-card-list-wrapper .md-card-list > ul > li,
.app_theme_light .uk-dropdown,
.app_theme_light #sidebar_main,
.app_theme_light #breadcrumbs,
.app_theme_light .uk-dropdown,
.app_theme_light #sidebar_secondary,
.app_theme_light #sidebar_secondary .uk-tab,
.app_theme_light .uk-sticky-placeholder .uk-tab,
.app_theme_light .clndr .clndr_events,
.app_theme_light #footer,
.app_theme_light .uk-nestable-panel,
.app_theme_light .gallery_grid_image_caption,
.app_theme_light .uk-accordion-alt .uk-accordion-title,
.app_theme_light .map_search_wrapper .map_search_list_wrapper,
.app_theme_light #page_heading {
    background: #ffffff;
}

.app_theme_light h1,
.app_theme_light h2,
.app_theme_light h3,
.app_theme_light h4,
.app_theme_light h5,
.app_theme_light h6,
.app_theme_light .md-card .md-card-toolbar-heading-text,
.app_theme_light .uk-dropdown > ul > li > a,
.app_theme_light .uk-dropdown,
.app_theme_light .uk-nav-dropdown > li > a,
.app_theme_light .uk-tab > li > a,
.app_theme_light .clndr .clndr_events .clndr_event > a,
.app_theme_light .fc .fc-day-grid-event,
.app_theme_light .md-card .md-card-head-text,
.app_theme_light .gallery_grid_item,
.app_theme_light .gallery_grid_item:hover,
.app_theme_light .gallery_grid_item:focus,
.app_theme_light .md-card .md-card-toolbar-input,
.app_theme_light .uk-article-lead,
.app_theme_light {
    color: #5c5c5c;
}

.app_theme_light [class*="uk-icon-"],
.app_theme_light .uk-datepicker-next,
.app_theme_light .uk-datepicker-previous,
.app_theme_light #menu_top > li > a,
.app_theme_light .disabled + .inline-label {
    color: #cbcbcb;
}

.app_theme_light .uk-text-muted {
    color: #999 !important;
}

.app_theme_light .material-icons:hover {
    color: #1A2F4C;
}

.app_theme_light .md-list-addon-element > .md-list-addon-icon {
    color: #1A2F4C;
}

.app_theme_light .md-list .uk-nestable-list > li > a.md-list-content,
.app_theme_light .md-list > li > a.md-list-content,
.app_theme_light .md-list-outside > li > .md-list-content,
.app_theme_light .md-input-wrapper > label,
.app_theme_light .uk-table thead th {
    color: #5c5c5c;
}

.app_theme_light .uk-table td,
.app_theme_light .uk-table tfoot td,
.app_theme_light .uk-table tfoot th,
.app_theme_light .uk-table thead th {
    border-color: #E2E6E8;
}

.app_theme_light .uk-table tr.row_checked td {
    background: #212121;
}

.app_theme_light .md-list .uk-nestable-list > li {
    border-color: #ffffff;
}

.app_theme_light .md-list > li {
    border-color: rgba(0, 0, 0, 0.12);
}

.app_theme_light select.md-input,
.app_theme_light textarea.md-input,
.app_theme_light input:not([type]).md-input,
.app_theme_light input[type="text"].md-input,
.app_theme_light input[type="password"].md-input,
.app_theme_light input[type="datetime"].md-input,
.app_theme_light input[type="datetime-local"].md-input,
.app_theme_light input[type="date"].md-input,
.app_theme_light input[type="month"].md-input,
.app_theme_light input[type="time"].md-input,
.app_theme_light input[type="week"].md-input,
.app_theme_light input[type="number"].md-input,
.app_theme_light input[type="email"].md-input,
.app_theme_light input[type="url"].md-input,
.app_theme_light input[type="search"].md-input,
.app_theme_light input[type="tel"].md-input,
.app_theme_light input[type="color"].md-input {
    border-color: #dedbdb;
    color: #5c5c5c;
}


.app_theme_light select optgroup,
.app_theme_light select option {
    background: #ffffff;
}

.app_theme_light .md-hr {
    border-top-color: rgba(0, 0, 0, 0.15);
}

.app_theme_light .uk-article-divider {
    border-color: #F3F2F2;
}

.app_theme_light input[type="button"]:disabled,
.app_theme_light input[type="submit"]:disabled,
.app_theme_light input[type="reset"]:disabled,
.app_theme_light input[type="file"]:disabled::-webkit-file-upload-button,
.app_theme_light button:disabled,
.app_theme_light select:disabled,
.app_theme_light keygen:disabled,
.app_theme_light optgroup:disabled,
.app_theme_light option:disabled,
.app_theme_light select[disabled] > option {
    color: #E2E6E8;
}

.app_theme_light .uk-tooltip {
    background: #212121;
}

.app_theme_light .uk-thumbnail {
    background: rgba(0, 0, 0, 0.12);
}

.app_theme_light .uk-thumbnail-caption {
    color: #5c5c5c;
}

.app_theme_light .uk-alert {
    background: #546e7a;
}

.app_theme_light .md-btn {
    color: #212121;
}

.app_theme_light .md-btn.disabled {
    background: rgba(0, 0, 0, 0.12);
}

.app_theme_light .md-btn-primary,
.app_theme_light .md-btn-primary:hover,
.app_theme_light .md-btn-primary:focus,
.app_theme_light .md-btn-primary:active {
    background: var(--main-accent-color);
    color: #fff;
}

.app_theme_light .md-btn-primary i {
    color: whitesmoke;;
}

.app_theme_light .md-btn-flat {
    color: #5c5c5c;
}

.app_theme_light .md-btn-flat:hover,
.app_theme_light .md-btn-flat:focus,
.app_theme_light .md-btn-flat:active {
    color: #5c5c5c;
}

.app_theme_light .md-btn-flat[data-uk-button]:hover,
.app_theme_light .md-btn-flat[data-uk-button]:focus,
.app_theme_light .md-btn-flat[data-uk-button]:active {
    color: #727272;
}

.app_theme_light .md-btn-flat-primary.uk-active {
    color: #5c5c5c !important;
    background: #546e7a;
}

.app_theme_light .md-btn-flat-warning.uk-active {
    color: #5c5c5c !important;
    background: #ffa000;
}

.app_theme_light .md-btn-flat-danger.uk-active {
    color: #5c5c5c !important;
    background: #e53935;
}

.app_theme_light .md-btn-flat-success.uk-active {
    color: #5c5c5c !important;
    background: #7cb342;
}

.app_theme_light .md-btn-flat.disabled {
    color: rgba(0, 0, 0, 0.12);
}

.app_theme_light .uk-badge-primary {
    background: #546e7a;
}

.app_theme_light .uk-badge > i {
    color: whitesmoke;
}

.app_theme_light
.md-card-list-wrapper
.md-card-list
> ul
> li.item-shown.md-card-list-item-selected:before {
    background: #546e7a;
}

.app_theme_light
.md-card-list-wrapper
.md-card-list
.md-card-list-item-selected {
    background: #546e7a;
}

.app_theme_light
.md-card-list-wrapper
.md-card-list
.md-card-list-item-selected.item-shown {
    background: #ffffff;
}

.app_theme_light
.md-card-list-wrapper
.md-card-list
.md-card-list-item-selected.item-shown:before {
    background: #546e7a;
}

.uk-datepicker-nav {
    background: var(--main-accent-color) !important;
}

.app_theme_light .uk-datepicker-table a {
    color: #5c5c5c;
}

.app_theme_light a.uk-datepicker-table-muted {
    color: #212121;
}

.app_theme_light .md-fab.md-fab-accent {
    background: #F3F2F2;
}

.app_theme_light .md-fab-warning .material-icons,
.app_theme_light .md-fab-success .material-icons,
.app_theme_light .md-fab-primary .material-icons,
.app_theme_light .md-fab-danger .material-icons,
.app_theme_light .md-fab-accent .material-icons {
    color: #ffffff;
}

.app_theme_light .uk-file-upload {
    background: rgba(0, 0, 0, 0.12);
}

.app_theme_light .iradio_md {
    border-color: rgba(0, 0, 0, 0.4);
}

.icheckbox_md {
    border-color: rgba(0, 0, 0, 0.4);
    background: #ffffff;
}

.icheckbox_md.hover.checked,
.icheckbox_md.checked {
    background: var(--main-accent-color);
    border-color: var(--main-accent-color) !important;
}

.app_theme_light .uk-modal-dialog,
.app_theme_light .uk-modal-dialog .uk-modal-footer {
    background: #ffffff;
}

.app_theme_light .uk-pagination > li > a:hover {
    background: #30ffec;
}

.app_theme_light .uk-pagination > li.uk-active > a,
.app_theme_light .uk-pagination > li.uk-active > span {
    background: #F3F2F2;
    color: #fff;
}

.app_theme_light .uk-subnav-pill > .uk-active > * {
    background: #F3F2F2;
}

.app_theme_light .uk-tab-bottom li.uk-active > a {
    border-top-color: #546e7a;
}

.app_theme_light .uk-tab-left li > a:hover,
.app_theme_light .uk-tab-left li > a:focus {
    border-right-color: #a6b9c1;
}

.app_theme_light .uk-tab-left li.uk-active > a {
    border-right-color: #546e7a;
}

.app_theme_light .uk-tab-right li > a:hover,
.app_theme_light .uk-tab-right li > a:focus {
    border-left-color: #a6b9c1;
}

.app_theme_light .uk-tab-right li.uk-active > a {
    border-left-color: #546e7a;
}

.app_theme_light .uk-tab-double-header li a:hover,
.app_theme_light .uk-tab-double-header li a:focus {
    border-bottom-color: #698998;
}

.app_theme_light .uk-tab-double-header li.uk-active > a {
    border-bottom-color: #F3F2F2;
}

.app_theme_light .timeline:before {
    background: rgba(0, 0, 0, 0.12);
}

.app_theme_light .timeline_icon {
    border-color: rgba(0, 0, 0, 0.12);
}

.app_theme_light .timeline_content_addon {
    background: rgba(0, 0, 0, 0.12);
}

.app_theme_light .k-panelbar li.k-item {
    background: #363636;
}

.app_theme_light .chat_submit_box {
    background: #212121;
}

.app_theme_light .scrum_board_overflow {
    background: #f8f8f8;
}

.app_theme_light .scrum_task {
    background: #ffffff;
}

.app_theme_light #scrum_board .scrum_column {
    background: rgba(0, 0, 0, 0.25);
}

.app_theme_light #scrum_board .scrum_column_heading {
    background: #f8f8f8;
}

.app_theme_light .blog_list_footer {
    border-top-color: rgba(0, 0, 0, 0.3);
}

.app_theme_light #header_main {
    background: #f8f8f8;
    height: 112px;
    padding: 0;
}

.app_theme_light #header_main .uk-navbar .uk-navbar-nav > li.uk-open > a:after {
    border-bottom-color: #ffffff;
}

.app_theme_light .header_double_height:after {
    background: #546e7a;
}

.app_theme_light #top_bar {
    background: #f1f2f2;
    top: 112px;
}

.app_theme_light #top_bar .top_bar_nav > li > a {
    color: #5c5c5c;
}

.app_theme_light #top_bar .top_bar_nav > li > a:hover {
    box-shadow: inset 0 -3px 0 #546e7a;
}

.app_theme_light #top_bar .top_bar_nav > li.uk-active a {
    box-shadow: inset 0 -3px 0 #546e7a;
}

.app_theme_light .user_heading {
    border-bottom: 1px solid #F3F2F2;
    background: #FFF;
}

.app_theme_light #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_light #sidebar_main .sidebar_main_header {
        background-image: url("../../img/sidebar_head_bg_dark@2x.png");
        background-size: 240px 88px;
    }
}

.app_theme_light
#sidebar_main
.sidebar_main_header
.selectize-control.single
.selectize-input:after {
    color: rgba(237, 72, 103, 0.25);
}

.app_theme_light
#sidebar_main
.sidebar_main_header
.sidebar_logo
a
.logo_light {
    display: inline-block;
}

.app_theme_light
#sidebar_main
.sidebar_main_header
.sidebar_logo
a
.logo_regular {
    display: none;
}

.app_theme_light #sidebar_main .menu_section > ul > li a {
    color: #5c5c5c;
}

.app_theme_light #sidebar_main .menu_section > ul > li ul li.act_item a {
    color: #F3F2F2;
}

.app_theme_light
#sidebar_main
.menu_section
> ul
> li.current_section
> a
> .menu_icon
.material-icons {
    color: #F3F2F2;
}

.app_theme_light
#sidebar_main
.menu_section
> ul
> li.current_section
> a
.menu_title {
    color: #F3F2F2;
}

.app_theme_light
.sidebar_mini
#sidebar_main
.menu_section
> ul
> li
> a
> .menu_title {
    background: #F3F2F2;
    color: #fff;
}

.app_theme_light
.sidebar_mini
#sidebar_main
.menu_section
> ul
> li:hover.sidebar_submenu {
    background: #F3F2F2;
}

.app_theme_light
.sidebar_mini
#sidebar_main
.menu_section
> ul
> li:hover.sidebar_submenu
> a
.menu_icon
.material-icons {
    color: #fff;
}

.app_theme_light
.sidebar_mini
#sidebar_main
.menu_section
> ul
> li:hover.sidebar_submenu
ul {
    border-left-color: #F3F2F2;
}

.app_theme_light
.sidebar_mini
#sidebar_main
.menu_section
> ul
> li.current_section
> a
> .menu_icon
.material-icons {
    color: #F3F2F2;
}

.app_theme_light .sidebar_mini #sidebar_main .menu_section > ul > li > ul {
    background: #ffffff;
}

.app_theme_light .clndr .clndr_days .clndr_days_grid .day.today > span {
    background: var(--main-accent-color);
}

.app_theme_light .clndr .clndr_days .clndr_days_grid .day.last-month,
.app_theme_light .clndr .clndr_days .clndr_days_grid .day.next-month {
    color: #212121;
}

.app_theme_light .clndr .clndr_days .clndr_days_grid .day.day.event > span {
    border-color: rgba(0, 0, 0, 0.25);
}

.app_theme_light .DTTT_print_info h6 {
    color: #F3F2F2;
}

.app_theme_light .fc-unthemed .fc-button.fc-state-active:after {
    color: #F3F2F2;
}

.app_theme_light .dropify-wrapper {
    background: #ffffff;
    color: #5c5c5c;
    border-color: rgba(0, 0, 0, 0.12);
}

.app_theme_light .dropify-wrapper .dropify-preview {
    background: #ffffff;
    color: #5c5c5c;
}

.app_theme_light div.ganttview-vtheader {
    background: #ffffff;
}

.app_theme_light div.ganttview-vtheader div.ganttview-vtheader-group-name {
    background: rgba(0, 0, 0, 0.5);
}

.app_theme_light div.ganttview-vtheader div.ganttview-vtheader-group {
    color: #5c5c5c;
}

.app_theme_light div.ganttview-vtheader div.ganttview-vtheader-series-row,
.app_theme_light div.ganttview-vtheader div.ganttview-vtheader-group-name {
    border-top-color: rgba(0, 0, 0, 0.3);
}

.app_theme_light div.ganttview-grid-spacer {
    border-top-color: rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.5);
}

.app_theme_light div.ganttview-grid-row-cell.ganttview-weekend,
.app_theme_light div.ganttview-hzheader-day.ganttview-weekend {
    background: rgba(0, 0, 0, 0.35);
}

.app_theme_light div.ganttview-grid-row-cell,
.app_theme_light div.ganttview-hzheader-day {
    border-color: rgba(0, 0, 0, 0.3) !important;
}

.app_theme_light div.ganttview-hzheader-month {
    color: #5c5c5c;
}

.app_theme_light .gmap-info-window h3 {
    color: #212121;
}

.app_theme_light .gmap .on_gmap .controls_title {
    color: #727272;
}

.app_theme_light .fc-unthemed .fc-highlight {
    box-shadow: inset 0 0 0 2px #546e7a, inset 0 -1px 0 2px #546e7a;
}

.app_theme_light .fc-toolbar .fc-button {
    text-shadow: none;
}

.app_theme_light
div.jtable-main-container
table.jtable
tbody
> tr.jtable-row-even {
    background: rgba(0, 0, 0, 0.2);
}

.app_theme_light div.jtable-main-container table.jtable tbody > tr:hover {
    background: rgba(0, 0, 0, 0.4);
}

.app_theme_light
div.jtable-main-container
table.jtable
tbody
td
.jtable-command-button {
    background-color: rgba(0, 0, 0, 0.6);
}

.app_theme_light .tablesorter-orbe tbody > tr.row_highlighted > td {
    background: #cfd8dc;
}

.app_theme_light .tablesorter-orbe .headerSortUp,
.app_theme_light .tablesorter-orbe .tablesorter-headerSortUp,
.app_theme_light .tablesorter-orbe .tablesorter-headerAsc,
.app_theme_light .tablesorter-orbe .headerSortDown,
.app_theme_light .tablesorter-orbe .tablesorter-headerSortDown,
.app_theme_light .tablesorter-orbe .tablesorter-headerDesc {
    color: #F3F2F2;
}

.app_theme_light .wizard > .steps {
    background: #546e7a;
}

.app_theme_light .wizard > .steps > ul > li.current a,
.app_theme_light .wizard > .steps > ul > li.current a:hover,
.app_theme_light .wizard > .steps > ul > li.current a:active {
    background: #698998;
}

.app_theme_light .wizard > .steps > ul > li.done a,
.app_theme_light .wizard > .steps > ul > li.done a:hover,
.app_theme_light .wizard > .steps > ul > li.done a:active {
    background: #37474f;
}

.app_theme_light .wizard > .actions a,
.app_theme_light .wizard > .actions a:hover,
.app_theme_light .wizard > .actions a:active,
.app_theme_light .wizard > .actions a .material-icons {
    color: #5c5c5c;
}

.app_theme_light .wizard.vertical > .content {
    background: #ffffff;
}

.app_theme_light
.md-card-toolbar[data-toolbar-progress]
    .md-card-toolbar-heading-text,
.app_theme_light .md-card-toolbar[data-toolbar-progress] .material-icons {
    color: #212121;
}

.app_theme_light .md-card-primary {
    border-left-color: #546e7a;
}

.app_theme_light .waves-effect.md-btn-flat-primary {
    background: none;
}

.app_theme_light .waves-effect.md-btn-flat-primary .waves-ripple {
    background: rgba(84, 110, 122, 0.4);
}

.app_theme_light .search_list_link {
    color: #F3F2F2;
}

.app_theme_light .selectize-dropdown {
    color: #5c5c5c;
    border-color: transparent;
    background: rgba(0, 0, 0, 0.12);
}

.app_theme_light .selectize-dropdown .optgroup-header {
    color: #5c5c5c;
    background: rgba(0, 0, 0, 0.12);
}

.app_theme_light .selectize-input {
    background: rgba(0, 0, 0, 0.12);
    color: #5c5c5c;
}

.app_theme_light .selectize-input,
.app_theme_light .selectize-control.single .selectize-input.input-active {
    background: rgba(0, 0, 0, 0.12);
}

.app_theme_light .selectize-control.single .selectize-input:after {
    color: #cbcbcb;
}

.app_theme_light .selectize-control.multi .selectize-input > div {
    background: #ffffff;
    color: #5c5c5c;
}

.app_theme_light .chatbox {
    background: #ffffff;
}

.app_theme_light .chatbox.cb_active .chatbox_header {
    background: #546e7a;
}

.app_theme_light
.chatbox_content
.chatbox_message
.chatbox_message_content
li
> span {
    background: rgba(0, 0, 0, 0.3);
}

.app_theme_light
.chatbox_content
.chatbox_message.own
.chatbox_message_content
li
> span {
    background: #546e7a;
}

.app_theme_light .chatbox_footer .message_input {
    background: transparent;
    color: #fff;
}

.top_bar_active {
    padding-top: 148px;
    padding-bottom: 50px;
}

header .sub-heading a {
    line-height: 24px;
    padding-left: 15px;
}

.header-icon-image {
    padding-bottom: 4px;
}

.head-right-info {
    border-right: 30px solid #f8f8f8;
    border-bottom: 30px solid #4c4c4c;
    height: 100%;
}

.head-right-info .head-right-right {
    display: block;
    border-right: 82px solid #f8f8f8;
    border-bottom: 82px solid #ed4867;
    position: relative;
    width: 200px;
}

.head-right-info .head-right-right .uk-text-muted {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #ffffff !important;
    font-size: 18px !important;
    padding-left: 30px;
}

.head-right-info .head-right-right h2 {
    position: absolute;
    color: #ffffff;
    top: 42px;
    left: 10px;
    font-size: 36px;
    padding-left: 30px;
}

.head-right-info .head-right-right .uk-text-muted.base {
    position: absolute;
    top: 89px;
    left: 10px;
    color: #ffffff !important;
}

#menu_top_dropdown .top_menu_toggle {
    height: 130px;
    line-height: 130px;
}

#menu_top > li {
    height: 80px;
}

.app_theme_light #menu_top > li > a,
#menu_top > li > a .material-icons {
    color: #7f8988;
}

.text-right {
    text-align: right;
}

.heading_b {
    font-size: 18px;
}

.app_theme_light .heading_b.text-right {
    margin-bottom: 10px;
    color: #5c5c5c;
}

.md-user-image {
    width: 58px;
    border-radius: 0;
    border: 3px solid #ffffff;
    margin-left: 15px;
}

.uk-navbar-flip {
    height: 72px;
    margin-top: 20px;
    padding-bottom: 20px;
}

.uk-navbar-flip:last-child {
    border-right: 1px solid #F3F2F2;
}

.uk-navbar-flip .user_heading_content {
    font-size: 18px;
}

.uk-navbar-flip .user_actions .sub-heading,
.uk-navbar-flip .user_actions .sub-heading .material-icons {
    color: #4694be;
    text-decoration: none;
}

.uk-navbar-flip .user_heading_content {
    padding: 0px;
}

/*.app_theme_light .user_heading {

  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 90% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 90% 0);

}*/

#header_main .user_actions .user_action_icon > .uk-badge {
    background: rgba(255, 0, 0, 0.5);
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    position: absolute;
    left: auto;
    right: 10px;
    top: 8px;
    min-width: 20px;
    height: 20px;
    padding: 2px;
    line-height: 20px;
    border-radius: 50%;
}

.uk-navbar {
    background: #000000;
    color: #444;
    border: none;
    border-radius: 0;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #000000;
    z-index: 999999;
}

footer p {
    color: #7f8988 !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.p-20 {
    padding: 20px;
}

.app_theme_light .rc-time-picker-panel-combobox {
    background-color: #fff !important;
    border-bottom: none;
}

.app_theme_light .rc-time-picker-panel-select {
    background-color: #fff;
}

.app_theme_light li.rc-time-picker-panel-select-option-selected {
    background: var(--main-accent-color);
    color: whitesmoke;
}

.app_theme_light .rc-time-picker.md-input-wrapper {
    border: 1px solid #E2E6E8 !important;
}

.app_theme_light .rc-time-picker-input {
    font-family: "montserrat";
    color: #5c5c5c !important;
}

.app_theme_light .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.app_theme_light .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-select: none;
}

.app_theme_light
.select2-container
.select2-selection--single
.select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app_theme_light
.select2-container
.select2-selection--single
.select2-selection__clear {
    position: relative;
}

.app_theme_light
.select2-container[dir="rtl"]
    .select2-selection--single
.select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.app_theme_light .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.app_theme_light
.select2-container
.select2-selection--multiple
.select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app_theme_light .select2-container .select2-search--inline {
    float: left;
}

.app_theme_light
.select2-container
.select2-search--inline
.select2-search__field {
    font-family: "montserrat";
    background-color: #E2E6E8;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
    color: #67226d;
}

.app_theme_light
.select2-container--default
.select2-search--dropdown
.select2-search__field {
    background: #E2E6E8;
    border: none;
    color: rgb(32, 12, 51);
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1em;
    font-family: "montserrat";
}

.app_theme_light
.select2-container
.select2-search--inline
.select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.app_theme_light .select2-dropdown {
    background-color: white;
    border: 1px solid #E2E6E8;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.app_theme_light .select2-results {
    display: block;
}

.app_theme_light .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.app_theme_light .select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

.app_theme_light .select2-results__option[aria-selected] {
    cursor: pointer;
}

.app_theme_light .select2-container--open .select2-dropdown {
    left: 0;
}

.app_theme_light .select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.app_theme_light .select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.app_theme_light .select2-search--dropdown {
    display: block;
    padding: 4px;
    background-color: white;
    border-bottom: none;
    color: var(--main-accent-color);
}

.app_theme_light .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.app_theme_light
.select2-search--dropdown
.select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.app_theme_light .select2-search--dropdown.select2-search--hide {
    display: none;
}

.app_theme_light .select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.app_theme_light .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.app_theme_light .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #E2E6E8;
}

.app_theme_light
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.app_theme_light
.select2-container--default
.select2-selection--single
.select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    font-size: 1.5rem;
}

.app_theme_light
.select2-container--default
.select2-selection--single
.select2-selection__placeholder {
    color: #a4a4a4;
}

.app_theme_light
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.app_theme_light
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
    border-color: #a7a4a4 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 75%;
    width: 0;
}

.app_theme_light
.select2-container--default[dir="rtl"]
    .select2-selection--single
.select2-selection__clear {
    float: left;
}

.app_theme_light
.select2-container--default[dir="rtl"]
    .select2-selection--single
.select2-selection__arrow {
    left: 1px;
    right: auto;
    top: 75%;
}

.app_theme_light
.select2-container--default.select2-container--disabled
.select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.app_theme_light
.select2-container--default.select2-container--disabled
.select2-selection--single
.select2-selection__clear {
    display: none;
}

.app_theme_light
.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
    top: 75%;
}

.app_theme_light .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #E2E6E8;
    cursor: text;
    padding-top: 4px !important;
    line-height: 20px !important;
}

.app_theme_light
.select2-container--default
.select2-selection--multiple
.select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.app_theme_light
.select2-container--default
.select2-selection--multiple
.select2-selection__rendered
li {
    list-style: none;
}

.app_theme_light
.select2-container--default
.select2-selection--multiple
.select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.app_theme_light
.select2-container--default
.select2-selection--multiple
.select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.app_theme_light
.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #E2E6E8;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.app_theme_light
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.app_theme_light
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove:hover {
    color: #333;
}

.app_theme_light
.select2-container--default[dir="rtl"]
    .select2-selection--multiple
.select2-selection__choice,
.select2-container--default[dir="rtl"]
    .select2-selection--multiple
.select2-selection__placeholder,
.select2-container--default[dir="rtl"]
    .select2-selection--multiple
.select2-search--inline {
    float: right;
}

.app_theme_light
.select2-container--default[dir="rtl"]
    .select2-selection--multiple
.select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.app_theme_light
.select2-container--default[dir="rtl"]
    .select2-selection--multiple
.select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.app_theme_light
.select2-container--default.select2-container--focus
.select2-selection--multiple {
    border: solid #E2E6E8 1px;
    outline: 0;
}

.app_theme_light
.select2-container--default.select2-container--disabled
.select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.app_theme_light
.select2-container--default.select2-container--disabled
.select2-selection__choice__remove {
    display: none;
}

.app_theme_light
.select2-container--default.select2-container--open.select2-container--above
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
.select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.app_theme_light
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.app_theme_light
.select2-container--default
.select2-search--dropdown
.select2-search__field {
    border: 1px solid #E2E6E8;
}

.app_theme_light
.select2-container--default
.select2-search--inline
.select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.app_theme_light
.select2-container--default
.select2-results
> .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.app_theme_light
.select2-container--default
.select2-results__option[role="group"] {
    padding: 0;
}

.app_theme_light
.select2-container--default
.select2-results__option[aria-disabled="true"] {
    color: #999;
}

.app_theme_light
.select2-container--default
.select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}

.app_theme_light
.select2-container--default
.select2-results__option
.select2-results__option {
    padding-left: 1em;
}

.app_theme_light
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__group {
    padding-left: 0;
}

.app_theme_light
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.app_theme_light
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.app_theme_light
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.app_theme_light
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.app_theme_light
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.app_theme_light
.select2-container--default
.select2-results__option--highlighted[aria-selected] {
    background-color: var(--main-accent-color);
    color: white;
}

.app_theme_light .select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.app_theme_light .select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #E2E6E8;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F2F2FF', endColorstr='#FFEEEEEE', GradientType=0);
}

.app_theme_light .select2-container--classic .select2-selection--single:focus {
    border: 1px solid var(--main-accent-color);
}

.app_theme_light
.select2-container--classic
.select2-selection--single
.select2-selection__rendered {
    color: #5c5c5c;
    line-height: 28px;
}

.app_theme_light
.select2-container--classic
.select2-selection--single
.select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}

.app_theme_light
.select2-container--classic
.select2-selection--single
.select2-selection__placeholder {
    color: #5c5c5c;
}

.app_theme_light
.select2-container--classic
.select2-selection--single
.select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #E2E6E8;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 5px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.app_theme_light
.select2-container--classic
.select2-selection--single
.select2-selection__arrow
b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 5px;
    width: 0;
}

.app_theme_light
.select2-container--classic[dir="rtl"]
    .select2-selection--single
.select2-selection__clear {
    float: left;
}

.app_theme_light
.select2-container--classic[dir="rtl"]
    .select2-selection--single
.select2-selection__arrow {
    border: none;
    border-right: 1px solid #E2E6E8;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.app_theme_light
.select2-container--classic.select2-container--open
.select2-selection--single {
    border: 1px solid var(--main-accent-color);
}

.app_theme_light
.select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow {
    background: transparent;
    border: none;
}

.app_theme_light
.select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.app_theme_light
.select2-container--classic.select2-container--open.select2-container--above
.select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F2F2FF', endColorstr='#FFEEEEEE', GradientType=0);
}

.app_theme_light
.select2-container--classic.select2-container--open.select2-container--below
.select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#F3F2F2FF', GradientType=0);
}

.app_theme_light .select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #E2E6E8;
    cursor: text;
    outline: 0;
}

.app_theme_light
.select2-container--classic
.select2-selection--multiple:focus {
    border: 1px solid var(--main-accent-color);
}

.app_theme_light
.select2-container--classic
.select2-selection--multiple
.select2-selection__rendered {
    list-style: none;
    padding: 0 5px;
    line-height: 30px;
}

.app_theme_light
.select2-container--classic
.select2-selection--multiple
.select2-selection__clear {
    display: none;
}

.app_theme_light
.select2-container--classic
.select2-selection--multiple
.select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #E2E6E8;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.app_theme_light
.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.app_theme_light
.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir="rtl"]
    .select2-selection--multiple
.select2-selection__choice {
    float: right;
}

.select2-container--classic[dir="rtl"]
    .select2-selection--multiple
.select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"]
    .select2-selection--multiple
.select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open
.select2-selection--multiple {
    border: 1px solid var(--main-accent-color);
}

.select2-container--classic.select2-container--open.select2-container--above
.select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below
.select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #E2E6E8;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role="group"] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
    color: grey;
}

.select2-container--classic
.select2-results__option--highlighted[aria-selected] {
    background-color: var(--main-accent-color);
    color: #fff;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.app_theme_light .select2-results__option select2-results__option--highlighted {
    background-color: var(--main-accent-color);
}

.md-btn-twitter {
    background: #ed4867 !important;
}

.uk-datepicker {
    z-index: 1094;
    width: auto;
    padding: 0;
}

.uk-datepicker-nav {
    margin-bottom: 15px;
    text-align: center;
    line-height: 20px;
    background: #F3F2F2;
    padding: 10px 0;
}

.uk-datepicker-nav a,
.uk-datepicker-nav a:hover {
    text-decoration: none;
    color: #fff;
}

.uk-datepicker-nav .uk-form-select {
    font: 400 14px / 22px "montserrat", sans-serif;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding: 0 4px;
}

.uk-datepicker-nav .uk-form-select + .uk-form-select {
    margin-left: 2px;
}

.uk-datepicker-previous {
    float: left;
    margin-left: 8px;
}

.uk-datepicker-previous:after {
    content: "\f053";
}

.uk-datepicker-next {
    float: right;
    margin-right: 8px;
}

.uk-datepicker-next:after {
    content: "\f054";
}

.uk-datepicker-previous:after,
.uk-datepicker-next:after {
    width: 20px;
    font-family: FontAwesome;
}

.uk-datepicker.dp-top {
    -webkit-transform-origin: 50% 100% !important;
    transform-origin: 50% 100% !important;
}

.uk-datepicker-table {
    width: 100%;
}

.uk-datepicker-table th,
.uk-datepicker-table td {
    padding: 2px;
    font: 400 13px / 15px "montserrat", sans-serif;
}

.uk-datepicker-table th {
    color: #727272;
    font-size: 12px;
    text-transform: uppercase;
}

.uk-datepicker-table a {
    display: block;
    width: 30px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    color: #212121;
}

.uk-datepicker-table a:hover {
    background-color: rgba(0, 0, 0, 0.085);
    color: #212121;
    outline: none;
}

.uk-datepicker-table a.uk-active {
    background-color: var(--main-accent-color);
    color: #fff;
}

a.uk-datepicker-table-muted {
    color: #999;
}

.app_theme_light .md-icon {
    font-size: 16px;
    line-height: 30px !important;
    margin-left: 5px;
    /*color: #727272;*/
    color: whitesmoke !important;
    background-color: var(--main-accent-color) !important;
    border-radius: 10%;
    cursor: pointer;
    -webkit-transition: background 280ms ease-out, color 280ms ease-out;
    transition: background 280ms ease-out, color 280ms ease-out;
    width: 30px !important;
    height: 30px !important;
    text-align: center;
}

.md-icon:hover,
.md-icon:focus,
.md-icon:active,
.md-icon.active {
    color: whitesmoke;
    background-color: var(--main-accent-color);
}

.material-icons.md-24 {
    margin-left: 5px;
}

.app_theme_light .material-icons {
    color: #8F9393;
}

.app_theme_light .md-fab.md-fab-primary {
    background: var(--main-accent-color);
}

.app_theme_light .md-fab-wrapper > a > i {
    color: #fff;
}

.user_heading.uk-active {
    box-shadow: none;
    padding: 16px 24px;
    z-index: 100;
}

/**
 * Gradient elements
 */
.app_theme_light .md-list .uk-nestable-list > li.md-list-item-active,
.app_theme_light .md-list > li.md-list-item-active {
    color: #fff;
    background: var(--main-accent-color);
}

li.md-list-item-active .uk-text-muted {
    color: #fff !important;
}

.app_theme_light .md-list-addon > li.md-list-item-active .md-list-addon-element,
.app_theme_light
.md-list-addon
> li.md-list-item-active
.md-list-addon-element
.material-icons {
    color: #F3F2F2;
}

.app_theme_light .md-fab.md-fab-success {
    background: rgb(42, 119, 166);
    background: var(--main-accent-color);
}

.app_theme_light .md-fab.md-fab-success > i {
    color: whitesmoke;
}

/**
**/

/**
 * Lists, Cards
 */
.app_theme_light .md-card-content-attachments {
    background-color: #E3E8ED;
    border: none !important;
}

.app_theme_light .md-list > li:hover {
    background-color: #FDF8F1;
}

.app_theme_light .md-list > li.md-list-item-active:hover {
    background-color: var(--main-accent-color);
}
.app_theme_light .full_width_in_card {
    background-color: #E3E8ED !important;
}

.app_theme_light .c3.donut.no-data:after {
    background: #E9E9E9;
}

.app_theme_light .c3.donut {
    background-color: #E9E9E9;
}

.app_theme_light .c3 .c3-legend-item text {
    fill: #5c5c5c;
    font-family: "montserrat";
}

.app_theme_light .c3-chart-arc text {
    fill: #ffffff;
    font-family: "montserrat";
}

.app_theme_light .c3-chart-arcs-title {
    fill: #5c5c5c;
    font-family: "montserrat";
}

.app_theme_light .md-card-content-white {
    border-top: 1px solid #D0DCEB;
}

.app_theme_light .md-list-heading > span {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 2px;
}

.app_theme_light .md-list-content {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.app_theme_light .md-card {
    box-shadow: none !important;
    border: 1px solid #f2f5f9;
}

.app_theme_light .md-input-bar::before{
    background: var(--main-accent-color) !important;
}

.app_theme_light .md-input-bar::after {
    background: var(--main-accent-color) !important;
}

.md-card .md-card-toolbar, div.mxWindow .mxWindowTitle {
    height: 48px;
    padding: 0 16px;
    border-bottom: none;
}

.md-card-toolbar-heading-text {
    font-family: "montserrat-semibold" !important;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.heading_c, .heading_b, .heading_a {
    font: "montserrat-semibold";
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.app_theme_light .md-list-item-active a {
    color: #fff !important;
}

.app_theme_light .md-list-item-active span {
    color: #fff !important;
}

.app_theme_light .md-list-item-active i {
    color: #fff !important;
}

.app_theme_light .md-list-item-active h5 {
    color: #fff !important;
}

#cards_list_heading {
    border-bottom: none;
}

.app_theme_light .user_heading {
    color: #5c5c5c;
    padding: 24px;
    position: relative;
    box-sizing: border-box;
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.heading_list {
    letter-spacing: 0.7px;
    font-family: montserrat-semibold;
}

dt {
    font-family: "montserrat-bold";
    font-size: 14px;
}

.app_theme_light .no-data-wrapper.dim {
    background: #ffffff !important;
}

/**
**/

/**
 * Tables
 */
.app_theme_light .ReactTable .rt-resizable-header-content {
    color: #5c5c5c !important;
}

.app_theme_light .ReactTable .rt-thead {
    color: #5c5c5c !important;
}

.app_theme_light .ReactTable .rt-thead.-header {
    background-color: #FDF8F1;
}

.app_theme_light .uk-table > tbody > tr:hover {
    transition: all 0.1s ease-in-out;
    /*-webkit-box-shadow: 0 0 10px #c7c7c7;*/
    /*-moz-box-shadow: 0 0 10px #c7c7c7;*/
    /*box-shadow: 0 0 10px #c7c7c7;*/
    background-color: #FDF8F1;
}

.app_theme_light .uk-table tbody tr {
    border-left: 1px solid #E2E6E8 !important;
    border-right: 1px solid #E2E6E8 !important;
    border-top: 1px solid #E2E6E8 !important;
}

.app_theme_light .uk-table > thead > tr > th {
    border: none !important;
    text-transform: uppercase;
    font: 700 11px "montserrat-semibold";
    color: #fff;
    background-color: #38495B;
    letter-spacing: 0.7px;
    padding-bottom: 20px;
}

.uk-table td {
    border-color: #E2E6E8 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.uk-table td:first-child {
    padding-left: 20px !important;
    font-family: "montserrat-semibold";
    font-size: 13px;
}

.app_theme_light .uk-table thead {
    border-left: none !important;
    border-right: none !important;
}

.uk-overflow-container {
    padding: 5px;
}

.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%, #d5dadf),
            color-stop(18%, #e3e8ee),
            color-stop(33%, #d5dadf)
    );
    background: -webkit-linear-gradient(
            left,
            #FAFBFC 8%,
            #e3e8ee 18%,
            #d5dadf 33%
    );
    background: linear-gradient(to right, #FAFBFC 8%, #e3e8ee 18%, #d5dadf 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;
}

/**
**/

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

/**
 * Nav Bar
 */

.app_theme_light #menu_top .module-item > .uk-dropdown.uk-dropdown-active {
    zoom: 120%;
}
.app_theme_light #top_bar {
    height: 80px;
    position: fixed;
    top: 0px !important;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0 !important;
    margin-left: 0px;
    box-shadow: none !important;
    background: #1A1B1C
}

#menu_top > li > a {
    height: 80px;
    line-height: 80px;
    display: block;
    color: #212121;
    padding: 0 16px;
    min-width: 60px;
    text-align: center;
    position: relative;
}

#menu_top > li .uk-dropdown {
    margin-top: 0px;
    top: 100% !important;
    z-index: 10000000000000;
}

.app_theme_light #menu_top > li[data-uk-dropdown] > a > span {
    color: #616179 !important;
}

.app_theme_light #menu_top > li[data-uk-dropdown] > a > i {
    color: #616179 !important;
}

#menu_top > li > a {
    line-height: 15px;
}

#menu_top > li > a > i {
    margin-top: 15px;
}

.app_theme_light #menu_top > li > a > span {
    margin-left: 0px;
    letter-spacing: 0.7px;
    font: 10px "montserrat-semibold" !important;
}

.app_theme_light #menu_top li > a.active > span {
    color: var(--main-accent-color) !important;
}

.app_theme_light #menu_top li > a.active > i {
    color: var(--main-accent-color) !important;
}


.app_theme_light #menu_top li.menu-item > a.active {
    border-top: var(--main-accent-color) 5px solid !important;
}

.app_theme_light .submenu-item > a.active {
  background-color: #FDF8F1;
}

.app_theme_light .uk-nav-dropdown .submenu-item > a.active {
  background-color: transparent;
}

@media (max-height: 767px) {
    .app_theme_light #menu_top > li .uk-dropdown {
        max-height: 200px !important;
        overflow-y: auto !important;
    }
}

#menu_top > li[data-uk-dropdown] > a:after {
    display: none;
}

@media (max-width: 1440px) {
    #menu_top > li[data-uk-dropdown] > a {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }

    #menu_top > li > a > span {
        margin-left: 0px;
        letter-spacing: 0.7px;
        font: 8px "montserrat-semibold" !important;
    }
}

.app_theme_light #menu_top > li[data-uk-dropdown].menu-item > a {
    padding-right: 0px;
    padding-left: 0px;
}

.app_theme_light .workflow-name-input {
    color: whitesmoke !important;
}

#menu_top > li[data-uk-dropdown] > a:after {
    display: none;
}

#menu_top > .settings-item {
    float: right !important;
}

#menu_top > .settings-item > a > i {
    line-height: 50px;
    font-size: 30px;
}

.app_theme_light #menu_top .module-item {
    background: var(--main-accent-color);
    width: 94px !important;
}

.app_theme_light #menu_top > li.module-item[data-uk-dropdown] > a > i {
    color: whitesmoke !important;
}

.app_theme_light #menu_top > li.module-item[data-uk-dropdown] > a > span {
    color: whitesmoke !important;
}

.app_theme_light #menu_top .module-item a {
    padding-left: 20px;
    padding-right: 20px;
}

.app_theme_light #menu_top .module-item a i {
    color: #5E728E !important;
}

.app_theme_light #menu_top .module-item a span {
    color: #5E728E !important;
}

.app_theme_light #menu_top .settings-item {
    background: #1A1B1C;
}

.app_theme_light #menu_top .settings-item a {
    padding-left: 25px;
    padding-right: 25px;
}

.app_theme_light #menu_top .settings-item a i {
    color: var(--main-accent-color) !important;
}

.app_theme_light #menu_top .settings-item a span {
    color: var(--main-accent-color) !important;
}

.app_theme_light #menu_top > li.settings-item[data-uk-dropdown] > a > i {
    color: var(--main-accent-color) !important;
}

#menu_top .md-user-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: 18px;
    margin-left: 0px;
    border-color: var(--main-accent-color);
}

#menu_top > li > a > span {
    vertical-align: 0px;
}

.dark-purple {
    background-color: #1a304c;
}

.uk-badge-dark-purple {
    position: absolute;
    top: 8px;
    background-color: #1a304c;
}

/**
**/

/**
 * Breadcrumbs
 */

#breadcrumbs_bar {
    margin-top: 80px;
    background-color: #FAFBFC;
    z-index: 2;
}

#breadcrumbs_bar > ul {
    padding-left: 10px;
    background-color: #FAFBFC;
    border-bottom: 1px solid #ecedef;
}

.breadcrumbs > li, .breadcrumbs > li a, .breadcrumbs > li span {
    position: relative;
    display: inline-block;
    font: 600 10px "montserrat-semibold";
    letter-spacing: 0.7px;
    text-transform: uppercase;
    line-height: 12px;
    color: #5c5c5c !important;
}

.breadcrumbs > li i.material-icons {
    font-size: 15px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    right: -30px;
    margin-top: -12px;
    color: #727272;
}

.app_theme_light .breadcrumbs > li a {
    color: var(--main-accent-color) !important;
}

/**
**/

/**
 * Tabs
 */

.uk-tab {
    border-bottom: none;
}

.app_theme_light .uk-tab > li > a {
    font: 11px "montserrat-bold" !important;
    color: #5c5c5c;
    letter-spacing: 0.7px;
}

.app_theme_light .uk-tab > li > a:hover,
.app_theme_light .uk-tab > li > a:focus {
    border-bottom-color: #5c5c5c;
}

.app_theme_light .uk-tab > li.uk-active > a {
    border-bottom-color: var(--main-accent-color);
    font: 11px "montserrat-bold" !important;
    color: var(--main-accent-color);
    letter-spacing: 0.7px;
    text-shadow: 0px 0px 28px var(--main-accent-color);
}

.app_theme_light .uk-tab-bottom li > a:hover,
.app_theme_light .uk-tab-bottom li > a:focus {
    border-top-color: #5c5c5c;
}

/**
**/

/**
 * Sortable Tree
 */
.app_theme_light .rst__rowContents {
    position: relative;
    height: 100%;
    padding: 10px 5px 10px 10px;
    border-radius: 3px;
    min-width: 230px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #E8EFF7;
    border: 2px #D4D6DA dotted !important;
}

.rst__rowTitle {
    font-size: 13px;
}

.app_theme_light .rst__rowSearchMatch {
    outline: solid 3px #5c5c5c;
}

.app_theme_light .rst__rowSearchFocus {
    outline: solid 3px var(--main-accent-color);
}

.rst__row {
    height: 50px;
}

/**
**/

/**
 * Buttons
 */

.app_theme_light .md-btn-blue,
.app_theme_light .md-btn-blue:hover,
.app_theme_light .md-btn-blue:focus,
.app_theme_light .md-btn-blue:active {
    background: #4CAAD5 !important;
    color: #fff;
}

.app_theme_light .md-color-light-blue-600 {
    color: #4CAAD5 !important;
}

.app_theme_light .selected-platform {
    background-color: var(--main-accent-color) !important;
}

.app_theme_light .selected-platform i {
    color: whitesmoke !important;
}

.app_theme_light .selected-platform span {
    color: whitesmoke !important;
}

.app_theme_light .md-btn-danger, .md-btn-danger:hover, .md-btn-danger:focus, .md-btn-danger:active, .md-btn-danger.uk-active {
    background: #e25f5c;
    color: white !important;
}

.app_theme_light .switchery {
    background-color: #ebebeb;
}

.app_theme_light .md-btn-success {
    color: whitesmoke !important;
}

.app_theme_light .md-btn-success i {
    color: whitesmoke;
}

.app_theme_light .md-btn-danger i {
    color: whitesmoke;
}

.app_theme_light .md-btn-warning i {
    color: whitesmoke;
}

.app_theme_light .iradio_md {
    border-color: var(--main-accent-color) !important;
}

.app_theme_light .iradio_md.checked:after {
    background: var(--main-accent-color);
}

/**
**/

.app_theme_light .gallery-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: none;
}

.app_theme_light .uk-accordion-title {
    background-color: #DCE5EC !important;
    font-family: "montserrat-semibold" !important;
    text-transform: uppercase;
    color: #5c5c5c;
}

.uk-text-bold {
    font-family: "montserrat-semibold";
}

/**
 * WEL Timeline
 */
.app_theme_light .vertical-timeline::before {
    background: var(--main-accent-color);
}

.app_theme_light .vertical-timeline-to-null::before {
    background: var(--main-accent-color);
}

.app_theme_light .vertical-timeline-to-left::before {
    background: var(--main-accent-color);
}

.app_theme_light .vertical-timeline-to-right::before {
    background: var(--main-accent-color);
}

.app_theme_light .vertical-timeline-to-null::after {
    background: #fff;
    border: solid 3px var(--main-accent-color);
}

.app_theme_light .vertical-timeline-to-left::after {
    background: #fff;
    border: solid 3px var(--main-accent-color);
}

.app_theme_light .vertical-timeline-to-right::after {
    background: #fff;
    border: solid 3px var(--main-accent-color);
}

.app_theme_light .vertical-timeline-element-date span {
    color: #5c5c5c !important;
}

.error_page {
    background-color: #fff !important;
}

.app_theme_light .clndr .clndr_days .clndr_days_grid .day.event.today span {
    cursor: pointer;
    background-color: var(--main-accent-color);
}

/**
**/

/**
 * Workflows
 */
.app_theme_light #toolbarContainer {
    background-color: #1A1B1C !important;
    z-index: 2;
    color: whitesmoke;
}

.app_theme_light #sidebarContainer {
    background-color: #1A1B1C !important;
    color: whitesmoke;
}

.app_theme_light #statusContainer {
    background-color: #1A1B1C !important;
    color: whitesmoke;
}

.app_theme_light #statusContainer {
    background-color: #1A1B1C !important;
    color: whitesmoke;
}

.app_theme_light #mainContainer {
    margin-left: -18px !important;
}

.mxWindowPane {
    font-family: "montserrat";
}

.app_theme_light .mxWindowTitle {
    color: #5c5c5c;
}

.app_theme_light .mxGraph {
    background-color: #D0DBEA !important;
}

.app_theme_light foreignObject h1, h2, h3, h4 {
    color: whitesmoke;
}

/**
**/

.md-fab-wrapper {
    z-index: 1;
}

.app_theme_light div.add-entity-field {
    padding: 2px;
    background: #546e79;
    margin-top: 8px;
}

/**
 * Form Builder
 */

.app_theme_light .form-builder-steps {
    background-color: #E3E8ED;
}

.app_theme_light .form-builder-handle {
    background-color: var(--main-accent-color);
}

.app_theme_light .handle-item i {
    color: whitesmoke;
}

.app_theme_light .form-builder-handle-right i {
    color: whitesmoke;
}

.app_theme_light .form-builder-handle-right {
    background-color: var(--main-accent-color);
}

.item-draggable, .item-draggable .btn-sidebar {
    margin-top: 3px;
    margin-bottom: 3px;
}

.app_theme_light .btn-sidebar-active {
    background: #E3E8ED !important;
}

.app_theme_light .uk-overlay-background {
    background: rgba(162, 156, 156, 0.5);
}

.app_theme_light .item-dragging {
    background: none;
    opacity: 0.4;
}

.app_theme_light .form-builder-field.selected {
    background-color: #9fb8de !important;
}

/**
**/

.app_theme_light .login_page .user_avatar {
    box-shadow: 0px 0px 15px var(--main-accent-color);
}

.app_theme_dark #login_card > div,
.app_theme_light #login_card > div {
    box-shadow: 0px 0px 10px var(--main-accent-color);
}

.app_theme_light
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #102A49 !important;
    -webkit-box-shadow: 0 0 0px 1000px #FDF8F1 inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

.app_theme_light input:-webkit-autofill:hover {
    -webkit-text-fill-color: #102A49 !important;
    -webkit-box-shadow: 0 0 0px 1000px #FDF8F1 inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

.app_theme_light#page_content, #page_content{
    padding-left: 18px!important;
    padding-right: 18px!important;
}

.app_theme_light ::-webkit-scrollbar {
    width: 4px !important;
    height: 2px !important;
}


.app_theme_light ::-webkit-scrollbar-track {
    display: none;
}

/* Handle */
.app_theme_light ::-webkit-scrollbar-thumb {
    background: var(--main-accent-faded);
}

/* Handle on hover */
.app_theme_light ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* = = = Trading sections styles = = =*/
.trading-account-card{
    border-radius: 5px;
  }
  
  .trading-account-card section,
  .trading-account-preview section{
    padding: 1em;
    border-radius: 10px;
    background-color: #fbfbfb;
    margin: 10px 0px;
    border: solid thin #f8f8f8;
    min-height: 60px;
  }
  
  .trading-account-card .md-card-content{
    padding: 2em;
  }
  
  .trading-account-card .c3.donut{
    border-radius: 5px;
  }
  
  .trading-account-card .acc-label,
  .trading-account-preview .acc-label{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
  }
  
  .trading-account-card .md-fab {
    position: relative;
    display: inline-block;
  }
  
  .trading-account-card .acc-value,
  .trading-account-preview .acc-value{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 2.2em;
  }
  
  .trading-account-card .money-ccy{
    font-size: 0.6em;
  }
  
  .total-deposits i{
    color: #00bc72!important;
  }
  
  .total-withdrawals i{
    color: #DE1E2D!important;
  }
  
  .money-value{
    font-family: Consolas,Monaco, Lucida Console, monospace;
  }
  
  .balance-transactions .money-value{
    font-size: 1.2em;
  }
  
  .trading-account-card dt,
  .trading-account-card dd{
    font-size: 1.2em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
  }
  
  .ccy-icon{
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
  }
  .ccy-icon.xs{
    width: 12px;
    height: 12px;
  }
  .ccy-icon.sm{
    width: 24px;
    height: 24px;
  }
  .ccy-icon.md{
    width: 36px;
    height: 36px;
  }
  .ccy-icon.lg{
    width: 48px;
    height: 48px;
  }
  .ccy-icon.xl{
    width: 96px;
    height: 96px;
  }

  .cursor-pointer {
    cursor: pointer !important;
  }

