/*
*  Altair Admin AngularJS
*  author: tzd
*
*  Content:
*    1. variables/mixins
*    2. UIkit custom styles
*    3. Kendo UI custom styles
*    4. custom components
*    5. material design styles
*    6. plugins
*    7. partials (header,sidebars,top bar)
*    8. pages
*    9. altair admin styles
*    10. print styles
*    12. themes
*    11. style switcher
*/
/* 1. altair variables/mixins ======================== */
/* 2. UIkit custom styles ============================ */

/* Custom Styling */
.pad0 {
    padding: 0;
}

.padL0 {
    padding-left: 0 !important;
}

.uk-table td {
    vertical-align: middle;
}

.dataTables_wrapper .dataTables_processing {
    background: url(/admin-ui/assets/img/spinners/spinner_success.gif);
    background-repeat: no-repeat;
    font-size: 1.2em;
    height: 32px;
    text-indent: -9999px;
    width: 32px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.users_modal {
    width: 700px !important;
}

.inventory_modal {
    width: 1000px !important;
}

.minH200 {
    min-height: 200px;
}

.pt15 {
    padding-top: 15px;
}

.kendo_custom .parsley-errors-list {
    margin-top: -8px;
}

.select_type {
    font-size: 12px;
    margin-left: 4px;
    color: #727272;
    top: -10px;
    position: relative;
}
.bigHr {
    background-color: dimgrey !important;
    color: dimgrey !important;
    border: solid 1px !important;
    margin-top: 10px !important;
}

.uk-pagination>li>a {
    font-size: .85rem;
    height: 25px !important;
    line-height: 18px !important;
    min-width: 18px !important;
    padding: 4px 6px !important;
}

.mr-0 {
    margin-right: 0;
}

.sub_heading.sub_heading {
    font-size: 1.2rem;
    font-weight: 400;
    margin: 15px 0;
}

.custom_paging .uk-width-medium-7-10 {
    width: 100%;
    padding-left: 0;
}

.head_bg .dt-uikit-header {
    display: none;
}

.head_bg thead {
    background: #67B448;
}

.head_bg th,
.head_bg th:after {
    color: #fff !important;
}

.head_bg tr {
    cursor: pointer;
}

.custom_table caption {
    text-align: left;
    font-weight: 500;
    font-size: 1rem;
}

.custom_table caption span {
    font-weight: 400;
    font-size: .85rem;
}

.custom_table td,
.custom_table th {
    border-bottom: 1px solid #ccc;
}

.custom_table th:first-child,
.custom_table td:first-child {
    text-align: left;
}

.custom_table th:last-child,
.custom_table td:last-child {
    text-align: right;
}

.custom_table th {
    color: #CDCAC4;
    font-weight: 400;
    font-size: .9rem;
}














/* Attendence Approval Styling */

.approval-block .dt-buttons {
    position: absolute;
    top: 53px;
    right: 25px;
    margin: 5px 0;
}

.approval-block .dt-buttons a {
    background: #7cb342 !important;
    color: #fff;
    margin-right: 10px !important;
    border: 1px solid #ff6e3f !important;
    width: 94px;
    text-align: center;
    box-shadow: 0 0 5px #ccc;
}

.approval-block .md-input-wrapper {
    position: relative;
    right: 0;
    width: 32%;
    float: right;
    top: -45px;
}

.approval-block table {
    margin-top: 50px !important;
}

/*SecurityAttendance Approval  */
.approval-block-securityAttendance .dt-buttons {
    position: absolute;
    top: 53px;
    right: 25px;
    margin: 5px 0;
}

.approval-block-securityAttendance .dt-buttons a {
    background: #7cb342 !important;
    color: #fff;
    margin-right: 10px !important;
    border: 1px solid #ff6e3f !important;
    /* width: 94px; */
    text-align: center;
    box-shadow: 0 0 5px #ccc;
}

/* .approval-block-securityAttendance .md-input-wrapper {
    position: relative;
    right: 0;
    width: 32%;
    float: right;
    top: -45px;
} */

.approval-block-securityAttendance table {
    margin-top: 50px !important;
}


/*-- Report Styling -- */

#loader {
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

#loader>img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -150px;
    width: 300px;
    height: 300px;
}

.map_block h3 {
    color: #666;
    font-weight: 500;
    margin: 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.map_block .uk-accordion-content {
    padding: 2px 0 0 !important;
}

.map_block h3 i:first-child {
    padding-right: 10px;
    font-size: 20px;
}

.reload-icon {
    float: right;
    cursor: pointer;
    font-size: 22px;
}

.uk-accordion-title:after {
    font-size: 25px !important;
}

.map_content h3 {
    color: #fff;
    margin: 0;
}

.green_border.green_border {
    border: 1px solid #35AA47;
}

.green_bg.green_bg {
    background: #35AA47;
    border: 1px solid #35AA47;
}

.map_content h3 i:first-child {
    color: #fff;
    padding-right: 10px;
    font-size: 18px;
}

.grey_border.grey_border {
    border: 1px solid #95A5A6;
}

.grey_bg.grey_bg {
    background: #95A5A6;
    border: 1px solid #95A5A6;
}

.map_content .uk-accordion-title:after {
    color: #fff;
}

.map_content label {
    float: right;
    font-size: 13.5px;
    margin: 0;
    padding-right: 10px;
    cursor: pointer;
}

.point_data,
.phone_data {
    width: 100%;
}

.point_data td,
.phone_data td {
    padding: 7px 0;
    font-size: 12.5px;
    border-top: 1px solid #ddd;
}

.point_data tr td:first-child {
    font-weight: 500;
    font-size: 14px;
    width: 10%;
}

.point_data tr td:nth-of-type(2) {
    width: 10%;
    text-align: center;
}

.phone_data thead tr:first-child td {
    font-size: 14px;
    font-weight: bold;
}

.infoTitle {
    font-size: 16px;
    text-align: center;
    margin: 0;
}



/*-- Report Styling --*/


.user_select label {
    font-size: 12px;
    margin-left: 4px;
    color: #727272;
}

.select_fix .selectize-control.single {
    height: 30px;
    margin-top: 0px;
}

.select_fix .selectize-control.single .selectize-input {
    padding-bottom: 0;
    top: -12px;
}

.kendo_custom .k-dropdown-wrap {
    background: transparent;
    border-width: 0 0 1px;
    border-color: #d0d0d0;
    padding: 0;
}

.kendo_custom .k-select {
    border: none;
}

.kendo_custom .k-icon {
    opacity: .3;
}

.kendo_custom .k-state-hover,
.kendo_custom .k-state-focused,
.kendo_custom .k-state-active {
    box-shadow: none;
}

.kendo_custom .k-combobox {
    top: -8px;
}




/* Commodity Styling */
.commodity_view .icon-minus,
.commodity_view .icon-plus,
.commodity_view .tree-icon {
    color: #727272;
}


/* animations */
[class^="uk-animation-"] {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-duration: 280ms;
    animation-duration: 280ms;
}

/* alerts */
.uk-alert {
    border: none;
    background: #1976d2;
    color: #fff;
    text-shadow: none;
    padding-right: 32px;
    position: relative;
    display: block;
}

.uk-alert-success {
    background: #8bc34a !important;
}

.uk-alert-danger {
    background: #e53935 !important;
}

.uk-alert-warning {
    background: #ffa000 !important;
}

.uk-alert-info {
    background: #0097a7 !important;
}

.uk-alert-large {
    padding: 24px 32px 24px 24px;
}

.uk-alert-close {
    position: absolute;
    top: 10px;
    right: 8px;
    float: none !important;
    margin: 0 !important;
}

.uk-alert-close:after {
    color: #fff !important;
}

/* badges */
.uk-badge {
    background: #0097a7;
    padding: 2px 6px;
    border: none;
    border-radius: 2px;
    text-shadow: none;
    font-size: 11px;
    line-height: 15px;
    font-weight: 400;
}

.uk-badge-primary {
    background: #2196f3;
}

.uk-badge-danger {
    background: #e53935;
}

.uk-badge-warning {
    background: #ffa000;
}

.uk-badge-success {
    background: #ff6e3f;
}

.uk-badge-muted {
    background: #bdbdbd;
}

.uk-badge-notification {
    border-radius: 20px;
}

.uk-badge.inline-label {
    vertical-align: 1px;
    margin-left: 4px;
}

.uk-badge-outline {
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
    color: #212121;
    padding-bottom: 0;
    line-height: 16px;
}

/* buttons */
.uk-button {
    font-weight: 400;
    border-radius: 2px;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* comments */
.uk-comment-list>li+li {
    border-top: 1px dashed rgba(0, 0, 0, 0.12);
    margin-top: 16px !important;
}

.uk-comment-list .uk-comment+ul {
    margin: 8px 0 0 0;
}

@media only screen and (min-width: 768px) {
    .uk-comment-list .uk-comment+ul {
        padding-left: 48px;
    }
}

.uk-comment-header {
    padding: 16px 8px 8px;
    border: none;
    background: none;
    margin-bottom: 0;
}

.uk-comment-title {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

/* dialog modals */
.uk-modal {
    z-index: 1304;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
    overflow: auto !important;
}

.uk-modal.uk-modal-no-backdrop {
    background: transparent;
}

.uk-modal-dialog {
    border-radius: 2px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    padding: 24px;
    width: 630px;
    display: block !important;
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transition: -webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1), opacity 280ms ease-in;
    transition: transform 280ms cubic-bezier(0.4, 0, 0.2, 1), opacity 280ms ease-in;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.uk-open .uk-modal-dialog {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.uk-modal-dialog .uk-modal-header {
    background: none;
    border-bottom: none;
    margin: 0 -24px 24px;
    padding: 0 32px 0 24px;
    overflow: hidden;
}

.uk-modal-dialog .uk-modal-header .uk-modal-title {
    margin: 0;
    font: 500 18px / 28px "Roboto", sans-serif;
}

.uk-modal-dialog .uk-modal-header .uk-modal-title span {
    font-size: 16px;
    display: block;
    color: #727272;
}

.uk-modal-dialog .uk-modal-footer {
    margin: 16px -16px -16px;
    padding: 16px;
    background: #fff;
    border-top: none;
}

.uk-modal-dialog .uk-modal-footer:before,
.uk-modal-dialog .uk-modal-footer:after {
    content: " ";
    display: table;
}

.uk-modal-dialog .uk-modal-footer:after {
    clear: both;
}

.uk-modal-dialog .uk-modal-footer:before,
.uk-modal-dialog .uk-modal-footer:after {
    content: " ";
    display: table;
}

.uk-modal-dialog .uk-modal-footer:after {
    clear: both;
}

.uk-modal-dialog .uk-modal-footer .md-icon-btn {
    margin-top: 2px;
}

.uk-modal-dialog .uk-modal-caption {
    bottom: 16px;
    margin: 0 32px;
}

.uk-modal-dialog>.uk-close:first-child {
    top: 8px;
    right: 8px;
    position: absolute;
    float: none;
    margin: 0;
}

.uk-modal-dialog-lightbox {
    padding: 0;
}

.uk-modal-dialog-lightbox>.uk-close:first-child {
    top: -11px;
    right: -11px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border: none;
}

.uk-modal-dialog .uk-overflow-container {
    margin: 16px 0;
}

.uk-modal .uk-margin.uk-modal-content {
    margin-bottom: 0;
}

.uk-modal.uk-modal-dialog-replace .uk-modal-content {
    font-size: 18px;
}

/* dropdowns */
.uk-dropdown {
    -webkit-transform: scale(0.25, 0);
    transform: scale(0.25, 0);
    opacity: 0;
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transform-origin: 50% 0 !important;
    transform-origin: 50% 0 !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border: none;
    border-radius: 2px;
}

.uk-dropdown.uk-dropdown-xlarge {
    width: 360px;
}

@media only screen and (max-width: 479px) {
    .uk-dropdown.uk-dropdown-xlarge {
        width: 260px;
    }
}

.uk-dropdown.uk-dropdown-large {
    width: 260px;
}

.uk-dropdown.uk-dropdown-small {
    width: 160px;
}

.uk-dropdown>ul>li>a {
    font-size: 14px;
    color: #212121;
}

.uk-dropdown>ul>li>a:hover {
    background: rgba(0, 0, 0, 0.085);
}

.uk-dropdown>ul>li.uk-active>a {
    background: rgba(0, 0, 0, 0.085);
}

.uk-dropdown.dropdown-modal {
    z-index: 1310;
}

.uk-dropdown.dropdown-fs {
    z-index: 9999;
}

.uk-dropdown.uk-dropdown-scrollable {
    -webkit-overflow-scrolling: touch;
}

[data-uk-dropdown*="top-"] .uk-dropdown {
    -webkit-transform-origin: 50% 100% !important;
    transform-origin: 50% 100% !important;
}

[data-uk-dropdown*="left-"] .uk-dropdown {
    -webkit-transform-origin: 100% 50% !important;
    transform-origin: 100% 50% !important;
}

[data-uk-dropdown*="right-"] .uk-dropdown {
    -webkit-transform-origin: 0 50% !important;
    transform-origin: 0 50% !important;
}

[data-uk-dropdown*='justify'] {
    position: static !important;
}

[data-uk-dropdown*='justify'] [class*="uk-dropdown-width"] {
    left: 0 !important;
    width: 100% !important;
    min-width: inherit !important;
    margin-left: 0 !important;
}

.uk-dropdown-active {
    display: block !important;
}

.uk-dropdown-shown {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.uk-nav-dropdown>li>a:focus,
.uk-nav-dropdown>li>a:hover {
    text-shadow: none;
    box-shadow: none;
    color: #212121;
    background: rgba(153, 153, 153, 0.2);
}

/* forms */
.uk-form input:not([type]),
.uk-form input[type=color],
.uk-form input[type=date],
.uk-form input[type=datetime-local],
.uk-form input[type=email],
.uk-form input[type=month],
.uk-form input[type=number],
.uk-form input[type=password],
.uk-form input[type=search],
.uk-form input[type=tel],
.uk-form input[type=text],
.uk-form input[type=time],
.uk-form input[type=url],
.uk-form input[type=week],
.uk-form select,
.uk-form textarea {
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-transition: border 200ms ease-in;
    transition: border 200ms ease-in;
    resize: none;
}

.uk-form input:not([type]):focus,
.uk-form input[type=color]:focus,
.uk-form input[type=date]:focus,
.uk-form input[type=datetime-local]:focus,
.uk-form input[type=email]:focus,
.uk-form input[type=month]:focus,
.uk-form input[type=number]:focus,
.uk-form input[type=password]:focus,
.uk-form input[type=search]:focus,
.uk-form input[type=tel]:focus,
.uk-form input[type=text]:focus,
.uk-form input[type=time]:focus,
.uk-form input[type=url]:focus,
.uk-form input[type=week]:focus,
.uk-form select:focus,
.uk-form textarea:focus {
    background: none;
    border-color: #2196f3;
}

.uk-form textarea {
    -webkit-transition: border-color 200ms ease-in, height 280ms ease-in;
    transition: border-color 200ms ease-in, height 280ms ease-in;
}

.uk-form-row {
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.uk-form-row+.uk-form-row {
    margin-top: 24px;
}

.uk-form-stacked .uk-form-label {
    font-weight: 500;
    font-size: 13px;
    display: block;
    padding-bottom: 8px;
}

.uk-form-stacked .uk-form-label+p {
    margin-top: 0;
}

.uk-form-help-block {
    display: block;
    font-size: 12px;
    color: #727272;
    padding: 4px 0 0 0;
    font-style: italic;
}

.uk-form-width-large,
.uk-form-width-medium,
.uk-form-width-small,
.uk-form-width-mini {
    max-width: 100%;
}

/* grid */
.uk-grid+.uk-grid,
.uk-grid-margin,
.uk-grid>*>.uk-panel+.uk-panel {
    margin-top: 24px;
}

.uk-grid.uk-grid-small+.uk-grid-small,
.uk-grid.uk-grid-small>*>.uk-panel+.uk-panel,
.uk-grid.uk-grid-small>.uk-grid-margin {
    margin-top: 10px;
}

/* icons */
[class*="uk-icon-"] {
    color: #727272;
}

/* input groups */
.uk-input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    /*&-icon {
        font-size: 20px !important;
        vertical-align: -3px;
    }*/
}

.uk-input-group>input[type=text] {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.uk-input-group-addon,
.uk-input-group>input[type=text] {
    display: table-cell;
}

.uk-input-group-addon {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1;
    text-align: center;
    padding: 0 16px;
    font-size: 16px;
    min-width: 22px;
}

.uk-input-group>.md-input-wrapper {
    display: inline-block;
}

.uk-input-group.uk-input-group-danger .uk-input-group-addon i {
    color: #e53935 !important;
}

.uk-input-group.uk-input-group-danger+.parsley-errors-list {
    margin-left: 58px;
}

.uk-input-group.uk-input-group-success .uk-input-group-addon i {
    color: #ff6e3f !important;
}

/* pagination */
.uk-pagination {
    margin: 0;
}

.uk-pagination>li {
    outline: none !important;
}

.uk-pagination>li>a,
.uk-pagination>li>span {
    border: none;
    padding: 4px 8px;
    min-width: 32px;
    line-height: 24px;
    height: 32px;
    box-sizing: border-box;
    text-shadow: none;
    color: #212121;
    border-radius: 4px;
}

.uk-pagination>li>a [class*="uk-icon-"],
.uk-pagination>li>span [class*="uk-icon-"] {
    font-size: 16px;
}

.uk-pagination>li>a {
    background: transparent;
}

.uk-pagination>li>a:hover {
    background: #e1efd2;
}

.uk-pagination>li.uk-active>a,
.uk-pagination>li.uk-active>span {
    background: #ff6e3f;
}

.uk-pagination>li.uk-active>a,
.uk-pagination>li.uk-active>span,
.uk-pagination>li.uk-active>a:hover,
.uk-pagination>li.uk-active>span:hover {
    color: #fff;
}

.uk-pagination>li.uk-disabled>a,
.uk-pagination>li.uk-disabled>span {
    border: none;
    text-shadow: none;
    background: transparent !important;
    color: #aaa;
    cursor: default;
}

/* panels */
.uk-panel-box {
    border-radius: 2px;
    background: #fff;
    border-color: rgba(0, 0, 0, 0.12);
}

.uk-panel-box .uk-panel-teaser {
    border-radius: 2px 2px 0 0;
}

/* tables */
.uk-table td {
    border-bottom-color: rgba(0, 0, 0, 0.12);
}

.uk-table th {
    border-bottom: 1px #444;
}

.uk-table-nowrap td,
.uk-table-nowrap th {
    white-space: nowrap;
}

.uk-table-align-vertical td,
.uk-table-align-vertical th {
    vertical-align: middle;
}

.uk-table-no-border td {
    border-bottom-color: transparent;
}

/* sticky */
.uk-sticky-placeholder .uk-active {
    z-index: 1094;
}

/* subnav */
.uk-subnav-pill>*>* {
    color: #212121;
}

.uk-subnav-pill>.uk-active>* {
    background: #ff6e3f;
}

/* tables */
.uk-table thead th {
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}

.uk-table thead th,
.uk-table tfoot td,
.uk-table tfoot th {
    font-style: normal;
    font-weight: 400;
    color: #727272;
    font-size: 14px;
}

.uk-table td {
    border-bottom-color: #e0e0e0;
}

.uk-table tfoot td,
.uk-table tfoot th {
    border-top: 2px solid rgba(0, 0, 0, 0.12);
    border-bottom: none;
}

.uk-table-striped tbody tr:nth-of-type(odd) {
    background: rgba(0, 0, 0, 0.085);
}

.uk-table-hover tbody tr:hover {
    background: rgba(0, 0, 0, 0.085);
}

/* thumbnails */
.uk-thumbnail {
    border-radius: 0;
    border-color: rgba(0, 0, 0, 0.12);
}

.uk-thumbnail-caption {
    padding: 4px 4px 0;
    line-height: 20px;
    color: #727272;
    font-size: 12px;
}

/* utilities */
.uk-text-small {
    font-size: 12px;
}

.uk-text-muted {
    color: #757575 !important;
}

.uk-text-primary {
    color: #2196f3 !important;
}

.uk-text-danger {
    color: #e53935 !important;
}

.uk-text-success {
    color: #ff6e3f !important;
}

.uk-text-warning {
    color: #ffa000 !important;
}

.uk-margin-bottom {
    margin-bottom: 16px !important;
}

.uk-margin-small-bottom {
    margin-bottom: 8px !important;
}

.uk-margin-medium-bottom {
    margin-bottom: 32px !important;
}

.uk-margin-large-bottom {
    margin-bottom: 48px !important;
}

.uk-margin-medium-top {
    margin-top: 32px !important;
}

.uk-margin-large-top {
    margin-top: 48px !important;
}

.uk-close {
    font-size: 18px;
    opacity: 1;
}

.uk-close:hover,
.uk-close:focus {
    opacity: 1;
}

.uk-close:after {
    opacity: 1 !important;
    color: #727272;
    content: '\e5cd';
    font-family: "Material Icons";
}

/* ------------ Components ------------ */
/* accordion */
/*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Accordion
 ========================================================================== */
/* Sub-object: `uk-accordion-title`
 ========================================================================== */
.uk-accordion-title {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 5px 15px;
    background: #f5f5f5;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

/* Sub-object: `uk-accordion-content`
 ========================================================================== */
.uk-accordion-content {
    padding: 0 15px 15px 15px;
}

/*
 * Micro clearfix to make panels more robust
 */
.uk-accordion-content:before,
.uk-accordion-content:after {
    content: "";
    display: table;
}

.uk-accordion-content:after {
    clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-accordion-content> :last-child {
    margin-bottom: 0;
}

.uk-accordion-title {
    background: rgba(153, 153, 153, 0.2);
    border-radius: 0;
    border: none;
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 24px 8px 16px;
    position: relative;
}

.uk-accordion-title:after {
    content: '\e313';
    font-family: "Material Icons";
    font-size: 18px;
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    color: #727272;
    -webkit-transition: -webkit-transform 280ms;
    transition: transform 280ms;
}

.uk-accordion-title.uk-active:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.uk-accordion-title-primary {
    background: #2196f3;
    color: #fff;
}

.uk-accordion-title-primary:after {
    color: #fff;
}

.uk-accordion-title-danger {
    background: #e53935;
    color: #fff;
}

.uk-accordion-title-danger:after {
    color: #fff;
}

.uk-accordion-title-success {
    background: #ff6e3f;
    color: #fff;
}

.uk-accordion-title-success:after {
    color: #fff;
}

.uk-accordion-title-warning {
    background: #ffa000;
    color: #fff;
}

.uk-accordion-title-warning:after {
    color: #fff;
}

.uk-accordion-content {
    padding: 16px;
}

.uk-accordion-alt .uk-accordion-title {
    background: #fff;
    margin: 0;
    padding: 16px 24px 16px 48px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.uk-accordion-alt .uk-accordion-title:first-child {
    border-top: none;
}

.uk-accordion-alt .uk-accordion-title:after {
    color: #2196f3;
    content: '\e145';
    right: auto;
    left: 16px;
    top: 16px;
}

.uk-accordion-alt .uk-accordion-title.uk-active:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    content: '\e15b';
}

.uk-accordion-alt .uk-accordion-content {
    padding: 24px;
}

/* dotnav */
/*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Dotnav
 ========================================================================== */
/*
 * 1. Gutter
 * 2. Remove default list style
 */
.uk-dotnav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /* 1 */
    margin-left: -15px;
    margin-top: -15px;
    /* 2 */
    padding: 0;
    list-style: none;
}

/*
 * 1. Space is allocated solely based on content dimensions
 * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied
 */
.uk-dotnav>* {
    /* 1 */
    -ms-flex: none;
    -webkit-flex: none;
    -webkit-box-flex: 0;
    flex: none;
    /* 2 */
    padding-left: 15px;
    margin-top: 15px;
}

/*
 * DEPRECATED IE9 Support
 */
.uk-dotnav:before,
.uk-dotnav:after {
    content: "";
    display: block;
    overflow: hidden;
}

.uk-dotnav:after {
    clear: both;
}

.uk-dotnav>* {
    float: left;
}

/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
.uk-dotnav>*>* {
    display: block;
    box-sizing: content-box;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(50, 50, 50, 0.1);
    /* 1 */
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-dotnav>*> :hover,
.uk-dotnav>*> :focus {
    background: rgba(50, 50, 50, 0.4);
    /* 2 */
    outline: none;
}

/* OnClick */
.uk-dotnav>*> :active {
    background: rgba(50, 50, 50, 0.6);
}

/* Active */
.uk-dotnav>.uk-active>* {
    background: rgba(50, 50, 50, 0.4);
}

/* Modifier: `uk-dotnav-contrast`
 ========================================================================== */
.uk-dotnav-contrast>*>* {
    background: rgba(255, 255, 255, 0.4);
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 */
.uk-dotnav-contrast>*> :hover,
.uk-dotnav-contrast>*> :focus {
    background: rgba(255, 255, 255, 0.7);
}

/* OnClick */
.uk-dotnav-contrast>*> :active {
    background: rgba(255, 255, 255, 0.9);
}

/* Active */
.uk-dotnav-contrast>.uk-active>* {
    background: rgba(255, 255, 255, 0.9);
}

/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * DEPRECATED
 */
.uk-dotnav-vertical {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

/*
 * DEPRECATED IE9 Support
 */
.uk-dotnav-vertical>* {
    float: none;
}

/* progress */
/*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Progress
 ========================================================================== */
/*
 * 1. Clearing
 * 2. Vertical alignment if text is used
 */
.uk-progress {
    box-sizing: border-box;
    height: 20px;
    margin-bottom: 15px;
    background: #f5f5f5;
    /* 1 */
    overflow: hidden;
    /* 2 */
    line-height: 20px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

/*
 * Add margin if adjacent element
 */
*+.uk-progress {
    margin-top: 15px;
}

/* Sub-object: `uk-progress-bar`
 ========================================================================== */
/*
 * 1. Transition
 * 2. Needed for text
 */
.uk-progress-bar {
    width: 0;
    height: 100%;
    background: #00a8e6;
    float: left;
    /* 1 */
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
    /* 2 */
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}

/* Size modifiers
 ========================================================================== */
/* Mini */
.uk-progress-mini {
    height: 6px;
}

/* Small */
.uk-progress-small {
    height: 12px;
}

/* Color modifiers
 ========================================================================== */
.uk-progress-success .uk-progress-bar {
    background-color: #8cc14c;
}

.uk-progress-warning .uk-progress-bar {
    background-color: #faa732;
}

.uk-progress-danger .uk-progress-bar {
    background-color: #da314b;
}

/* Modifier: `uk-progress-striped`
 ========================================================================== */
.uk-progress-striped .uk-progress-bar {
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 30px 30px;
}

/*
 * Animation
 */
.uk-progress-striped.uk-active .uk-progress-bar {
    -webkit-animation: uk-progress-bar-stripes 2s linear infinite;
    animation: uk-progress-bar-stripes 2s linear infinite;
}

@-webkit-keyframes uk-progress-bar-stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 30px 0;
    }
}

@keyframes uk-progress-bar-stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 30px 0;
    }
}

/* Size modifiers
     ========================================================================== */
.uk-progress-mini,
.uk-progress-small {
    border-radius: 500px;
}

.uk-progress {
    box-shadow: none;
    border-radius: 2px;
}

.uk-progress-bar {
    background: #009688;
}

.uk-progress-success .uk-progress-bar {
    background-color: #ff6e3f;
}

.uk-progress-danger .uk-progress-bar {
    background-color: #e53935;
}

.uk-progress-warning .uk-progress-bar {
    background-color: #ffa000;
}

/* htmleditor */
/*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: HTML editor
 ========================================================================== */
/* Sub-object `uk-htmleditor-navbar`
 ========================================================================== */
.uk-htmleditor-navbar {
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

/*
 * Micro clearfix
 */
.uk-htmleditor-navbar:before,
.uk-htmleditor-navbar:after {
    content: "";
    display: table;
}

.uk-htmleditor-navbar:after {
    clear: both;
}

/* Sub-object `uk-htmleditor-navbar-nav`
 ========================================================================== */
.uk-htmleditor-navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.uk-htmleditor-navbar-nav>li {
    float: left;
}

/*
 * 1. Dimensions
 * 2. Style
 */
.uk-htmleditor-navbar-nav>li>a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    /* 1 */
    height: 41px;
    padding: 0 15px;
    line-height: 40px;
    /* 2 */
    color: #444444;
    font-size: 11px;
    cursor: pointer;
    margin-top: -1px;
    margin-left: -1px;
    border: 1px solid transparent;
    border-bottom-width: 0;
    text-shadow: 0 1px 0 #ffffff;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-htmleditor-navbar-nav>li:hover>a,
.uk-htmleditor-navbar-nav>li>a:focus {
    background-color: #fafafa;
    color: #444444;
    outline: none;
    /* 2 */
    position: relative;
    z-index: 1;
    border-left-color: rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    border-top-color: rgba(0, 0, 0, 0.1);
}

/* OnClick */
.uk-htmleditor-navbar-nav>li>a:active {
    background-color: #eeeeee;
    color: #444444;
    border-left-color: rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    border-top-color: rgba(0, 0, 0, 0.2);
}

/* Active */
.uk-htmleditor-navbar-nav>li.uk-active>a {
    background-color: #fafafa;
    color: #444444;
    border-left-color: rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    border-top-color: rgba(0, 0, 0, 0.1);
}

/* Sub-object: `uk-htmleditor-navbar-flip`
 ========================================================================== */
.uk-htmleditor-navbar-flip {
    float: right;
}

/* Sub-object for special buttons
 ========================================================================== */
[data-mode='split'] .uk-htmleditor-button-code,
[data-mode='split'] .uk-htmleditor-button-preview {
    display: none;
}

/* Sub-object `uk-htmleditor-content`
 ========================================================================== */
.uk-htmleditor-content {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background: #ffffff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*
 * Micro clearfix
 */
.uk-htmleditor-content:before,
.uk-htmleditor-content:after {
    content: "";
    display: table;
}

.uk-htmleditor-content:after {
    clear: both;
}

/* Modifier `uk-htmleditor-fullscreen`
 ========================================================================== */
.uk-htmleditor-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
}

.uk-htmleditor-fullscreen .uk-htmleditor-content {
    position: absolute;
    top: 41px;
    left: 0;
    right: 0;
    bottom: 0;
}

.uk-htmleditor-fullscreen .uk-icon-expand:before {
    content: "\f066";
}

/* Sub-objects `uk-htmleditor-code` and `uk-htmleditor-preview`
 ========================================================================== */
.uk-htmleditor-code,
.uk-htmleditor-preview {
    box-sizing: border-box;
}

.uk-htmleditor-preview {
    padding: 20px;
    overflow-y: scroll;
    position: relative;
}

/*
 * Tab view
 */
[data-mode='tab'][data-active-tab='code'] .uk-htmleditor-preview,
[data-mode='tab'][data-active-tab='preview'] .uk-htmleditor-code {
    display: none;
}

/*
 * Split view
 */
[data-mode='split'] .uk-htmleditor-code,
[data-mode='split'] .uk-htmleditor-preview {
    float: left;
    width: 50%;
}

[data-mode='split'] .uk-htmleditor-code {
    border-right: 1px solid #eeeeee;
}

/* Sub-object `uk-htmleditor-iframe`
 ========================================================================== */
.uk-htmleditor-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* CodeMirror modifications
 ========================================================================== */
.uk-htmleditor .CodeMirror {
    padding: 10px;
    box-sizing: border-box;
}

/*
     * Apply same `border-radius` as `uk-htmleditor-navbar`
     */
.uk-htmleditor-navbar-nav:first-child>li:first-child>a {
    border-top-left-radius: 4px;
}

/*
     * Sub-modifier `uk-htmleditor-navbar-flip`
     */
/* Collapse border */
.uk-htmleditor-navbar-flip .uk-htmleditor-navbar-nav>li>a {
    margin-left: 0;
    margin-right: -1px;
}

/* Apply same `border-radius` as `uk-htmleditor-navbar` */
.uk-htmleditor-navbar-flip .uk-htmleditor-navbar-nav:first-child>li:first-child>a {
    border-top-left-radius: 0;
}

.uk-htmleditor-navbar-flip .uk-htmleditor-navbar-nav:last-child>li:last-child>a {
    border-top-right-radius: 4px;
}

/*
     * Sub-modifier `uk-htmleditor-fullscreen`
     */
.uk-htmleditor-fullscreen .uk-htmleditor-navbar {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.uk-htmleditor-fullscreen .uk-htmleditor-content {
    border: none;
    border-radius: 0;
}

.uk-htmleditor-fullscreen .uk-htmleditor-navbar-nav>li>a {
    border-radius: 0 !important;
}

.uk-htmleditor-navbar {
    border-radius: 0;
    background: #f9f9f9;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.uk-htmleditor-navbar-nav>li>a {
    border: none;
    border-radius: 0 !important;
    height: 38px;
}

.uk-htmleditor-navbar-nav>li.uk-active>a {
    background: #ebebeb;
}

.uk-htmleditor-navbar-nav>li:hover>a,
.uk-htmleditor-navbar-nav>li>a:focus {
    background: #ebebeb;
}

.uk-htmleditor-content {
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.uk-htmleditor-fullscreen {
    z-index: 1154;
}

.uk-htmleditor-fullscreen .uk-htmleditor-navbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.uk-htmleditor-fullscreen .uk-htmleditor-content {
    top: 38px;
}

/* upload */
/*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Form file
 ========================================================================== */
/*
 * 1. Behave like form elements
 * 2. Create position context for dropdowns
 * 3. Clip content
 */
.uk-form-file {
    /* 1 */
    display: inline-block;
    vertical-align: middle;
    /* 2 */
    position: relative;
    /* 3 */
    overflow: hidden;
}

/*
 * 1. Required for Firefox
 * 2. Expand height and required for the cursor
 */
.uk-form-file input[type="file"] {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    /* 1 */
    left: 0;
    /* 2 */
    font-size: 500px;
}

/*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Upload
 ========================================================================== */
/*
 * Create a box-shadow when dragging a file over the upload area
 */
.uk-dragover {
    box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}

.uk-file-upload {
    width: 100%;
    padding: 32px 16px;
    box-sizing: border-box;
    background: #f5f5f5;
    text-align: center;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.uk-file-upload p {
    margin: 0;
}

.uk-file-upload.uk-dragover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

div.uk-form-file {
    padding: 3px 2px;
}

.uk-form-file input[type="file"] {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    left: 0;
    font-size: 500px;
}

.uk-form-file input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

/* form select */
/*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Form select
 ========================================================================== */
/*
 * 1. Behave like form elements
 * 2. Create position context for dropdowns
 * 3. Clip content
 */
.uk-form-select {
    /* 1 */
    display: inline-block;
    vertical-align: middle;
    /* 2 */
    position: relative;
    /* 3 */
    overflow: hidden;
}

/*
 * 1. Required for Firefox
 * 1. Required for Webkit to make `height` work
 */
.uk-form-select select {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    /* 1 */
    left: 0;
    /* 2 */
    -webkit-appearance: none;
}

/* datepicker */
.uk-datepicker {
    z-index: 1310;
    width: auto;
    padding: 0;
}

.uk-datepicker-nav {
    margin-bottom: 15px;
    text-align: center;
    line-height: 20px;
    background: #009688;
    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 16px / 22px "Roboto", sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.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 "Roboto", 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: #009688;
    color: #fff;
}

a.uk-datepicker-table-muted {
    color: #999;
}

/* autocomplete, timepicker */
.uk-autocomplete .uk-dropdown {
    display: block;
    max-height: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 0;
    border: none;
    -webkit-transform: scale(0.25, 0);
    transform: scale(0.25, 0);
    opacity: 0;
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.uk-autocomplete.uk-open .uk-dropdown {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    max-height: 210px;
}

/* password toggle */
.uk-form-password-toggle {
    position: absolute;
    right: 8px;
    top: 16px;
    color: #727272;
}

.uk-form-password-toggle:hover {
    color: #727272;
}

/* nestable */
/*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Nestable
 ========================================================================== */
.uk-nestable {
    padding: 0;
    list-style: none;
}

/*
 * Disables the default callout shown when you touch and hold a touch target
 * Currently only works in Webkit
 */
.uk-nestable a,
.uk-nestable img {
    -webkit-touch-callout: none;
}

/* Sub-object `uk-nestable-list`
 ========================================================================== */
.uk-nestable-list {
    margin: 0;
    padding-left: 40px;
    list-style: none;
}

/* Sub-modifier `uk-nestable-item`
 ========================================================================== */
/*
 * 1. Deactivate browser touch actions in IE11
 */
.uk-nestable-item {
    /* 1 */
    -ms-touch-action: none;
    touch-action: none;
}

.uk-nestable-item+.uk-nestable-item {
    margin-top: 10px;
}

.uk-nestable-list:not(.uk-nestable-dragged)>.uk-nestable-item:first-child {
    margin-top: 10px;
}

/* Sub-modifier `uk-nestable-dragged`
 ========================================================================== */
/*
 * 1. Reset style
 */
.uk-nestable-dragged {
    position: absolute;
    z-index: 1050;
    pointer-events: none;
    /* 1 */
    padding-left: 0;
}

/* Sub-modifier `uk-nestable-placeholder`
 ========================================================================== */
.uk-nestable-placeholder {
    position: relative;
}

.uk-nestable-placeholder>* {
    opacity: 0;
}

.uk-nestable-placeholder:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px dashed #dddddd;
    opacity: 1;
}

/* Empty List
 ========================================================================== */
.uk-nestable-empty {
    min-height: 30px;
}

/* Sub-object `uk-nestable-handle`
 ========================================================================== */
/*
 * Deactivate browser touch actions in IE11
 */
.uk-nestable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

/* Hover */
.uk-nestable-handle:hover {
    cursor: move;
}

/* Sub-object `uk-nestable-moving`
 ========================================================================== */
.uk-nestable-moving,
.uk-nestable-moving * {
    cursor: move;
}

/* [data-nestable-action='toggle']
 ========================================================================== */
/*
 * 1. Makes text unselectable. Happens if double clicked by mistake
 */
[data-nestable-action='toggle'] {
    cursor: pointer;
    /* 1 */
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Sub-object `.uk-nestable-toggle`
 ========================================================================== */
.uk-nestable-toggle {
    display: inline-block;
    visibility: hidden;
}

.uk-nestable-toggle:after {
    content: "\f147";
    font-family: FontAwesome;
}

.uk-parent> :not(.uk-nestable-list) .uk-nestable-toggle {
    visibility: visible;
}

/*
 * Collapsed
 */
.uk-collapsed .uk-nestable-list {
    display: none;
}

.uk-collapsed .uk-nestable-toggle:after {
    content: "\f196";
}

/* Sub-object `uk-nestable-panel`
 ========================================================================== */
.uk-nestable-panel {
    padding: 5px;
    background: #f5f5f5;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    text-shadow: 0 1px 0 #ffffff;
}

.uk-nestable-handle {
    margin-right: 16px;
}

.uk-nestable-panel {
    padding: 8px 16px;
    background: #fff;
    border-radius: 4px;
    border: none;
    text-shadow: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.uk-nestable-placeholder:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
    background: rgba(0, 0, 0, 0.085);
    opacity: 1;
}

.uk-nestable-toggle {
    font-size: 18px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 8px;
    display: none;
}

.uk-nestable-toggle:after {
    vertical-align: top;
    content: '\e316';
    font-family: "Material Icons";
}

.uk-parent>.uk-nestable-panel .uk-nestable-toggle {
    display: inline-block;
}

.uk-collapsed .uk-nestable-toggle:after {
    content: "\e313";
}

/* notify */
/*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Notify
 ========================================================================== */
/*
 * Message container for positioning
 */
.uk-notify {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1040;
    box-sizing: border-box;
    width: 350px;
}

/* Position modifiers
========================================================================== */
.uk-notify-top-right,
.uk-notify-bottom-right {
    left: auto;
    right: 10px;
}

.uk-notify-top-center,
.uk-notify-bottom-center {
    left: 50%;
    margin-left: -175px;
}

.uk-notify-bottom-left,
.uk-notify-bottom-right,
.uk-notify-bottom-center {
    top: auto;
    bottom: 10px;
}

/* Responsiveness
========================================================================== */
/* Phones portrait and smaller */
@media (max-width: 479px) {

    /*
     * Fit in small screen
     */
    .uk-notify {
        left: 10px;
        right: 10px;
        width: auto;
        margin: 0;
    }
}

/* Sub-object: `uk-notify-message`
========================================================================== */
.uk-notify-message {
    position: relative;
    margin-bottom: 10px;
    padding: 15px;
    background: #444444;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    border: 1px solid #444444;
    border-radius: 4px;
}

/* Close in notify
 ========================================================================== */
.uk-notify-message>.uk-close {
    visibility: hidden;
    float: right;
}

.uk-notify-message:hover>.uk-close {
    visibility: visible;
}

/* Modifier: `uk-alert-info`
 ========================================================================== */
.uk-notify-message-primary {
    background: #ebf7fd;
    color: #2d7091;
    border-color: rgba(45, 112, 145, 0.3);
}

/* Modifier: `uk-alert-success`
 ========================================================================== */
.uk-notify-message-success {
    background: #f2fae3;
    color: #659f13;
    border-color: rgba(101, 159, 19, 0.3);
}

/* Modifier: `uk-notify-message-warning`
 ========================================================================== */
.uk-notify-message-warning {
    background: #fffceb;
    color: #e28327;
    border-color: rgba(226, 131, 39, 0.3);
}

/* Modifier: `uk-notify-message-danger`
 ========================================================================== */
.uk-notify-message-danger {
    background: #fff1f0;
    color: #d85030;
    border-color: rgba(216, 80, 48, 0.3);
}

.uk-notify {
    z-index: 1114;
    width: 400px;
    top: 56px;
    max-width: 100%;
}

.uk-notify-top-center,
.uk-notify-bottom-center {
    margin-left: -200px;
}

.uk-notify-top-left {
    left: 24px;
}

.uk-notify-top-right {
    right: 24px;
}

.uk-notify-bottom-left {
    left: 24px;
}

.uk-notify-bottom-right {
    right: 24px;
}

.uk-notify-bottom-center,
.uk-notify-bottom-left,
.uk-notify-bottom-right {
    top: auto;
    bottom: 8px;
}

.uk-notify-message {
    background: #323232;
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 18px;
    border: none;
}

.uk-notify .uk-close {
    display: none;
}

.uk-notify .notify-action {
    float: right;
    text-transform: uppercase;
    color: #8bc34a;
    margin-left: 16px;
}

.uk-notify .notify-action:hover {
    color: #689f38;
}

.uk-notify .notify-content {
    overflow: hidden;
}

.uk-notify-message-info {
    background: #1976d2;
    color: #fff;
}

.uk-notify-message-success {
    background: #7cb342;
}

.uk-notify-message-warning {
    background: #ffa000;
}

.uk-notify-message-danger {
    background: #e53935;
}

.uk-notify-message-info,
.uk-notify-message-success,
.uk-notify-message-warning,
.uk-notify-message-danger {
    color: #fff;
}

.uk-notify-message-info .notify-action,
.uk-notify-message-success .notify-action,
.uk-notify-message-warning .notify-action,
.uk-notify-message-danger .notify-action {
    color: #fff;
}

.uk-notify-message-info .notify-action:hover,
.uk-notify-message-success .notify-action:hover,
.uk-notify-message-warning .notify-action:hover,
.uk-notify-message-danger .notify-action:hover {
    color: #fff;
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {

    .uk-notify-top-center,
    .uk-notify-top-left,
    .uk-notify-top-right,
    .uk-notify-bottom-center,
    .uk-notify-bottom-left,
    .uk-notify-bottom-right {
        width: 100%;
        margin: 0;
        left: 0;
        right: 0;
    }

    .uk-notify-top-center>.uk-notify-message,
    .uk-notify-top-left>.uk-notify-message,
    .uk-notify-top-right>.uk-notify-message,
    .uk-notify-bottom-center>.uk-notify-message,
    .uk-notify-bottom-left>.uk-notify-message,
    .uk-notify-bottom-right>.uk-notify-message {
        border-radius: 0;
        padding: 16px 32px;
    }

    .uk-notify-top-center,
    .uk-notify-top-left,
    .uk-notify-top-right {
        top: 0;
        bottom: auto;
    }

    .uk-notify-bottom-center,
    .uk-notify-bottom-left,
    .uk-notify-bottom-right {
        top: auto;
        bottom: -10px;
    }
}

@media only screen and (min-width: 960px) {

    .sidebar_main_active .uk-notify-top-left,
    .sidebar_main_open .uk-notify-top-left {
        left: 256px;
    }

    .sidebar_main_active .uk-notify-top-center,
    .sidebar_main_open .uk-notify-top-center {
        margin-left: -80px;
    }

    .sidebar_main_active .uk-notify-bottom-left,
    .sidebar_main_open .uk-notify-bottom-left {
        left: 256px;
    }

    .sidebar_main_active .uk-notify-bottom-center,
    .sidebar_main_open .uk-notify-bottom-center {
        margin-left: -80px;
    }
}

/* slideshow */
/*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Create position context
 * 2. Create stacking context to prevent z-index issues with other components
 * 3. Set width because child elements are positioned absolute. Height is set via JS
 * 4. Reset list style
 * 5. Clip child elements
 * 6. Deactivate browser history navigation in IE11
 */
.uk-slideshow {
    /* 1 */
    position: relative;
    /* 2 */
    z-index: 0;
    /* 3 */
    width: 100%;
    /* 4 */
    margin: 0;
    padding: 0;
    list-style: none;
    /* 5 */
    overflow: hidden;
    /* 6 */
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

/*
 * Sub-object item
 * 1. Position items above each other
 * 2. Expand to parent container width
 * 3. Hide by default
 */
.uk-slideshow>li {
    /* 1 */
    position: absolute;
    top: 0;
    left: 0;
    /* 2 */
    width: 100%;
    /* 3 */
    opacity: 0;
}

/*
 * Active
 * 1. Stack at first
 * 2. Show slide
 */
.uk-slideshow>.uk-active {
    /* 1 */
    z-index: 10;
    /* 2 */
    opacity: 1;
}

/*
 * Hide default images which is only relevant to keep existing proportions
 */
.uk-slideshow>li>img {
    visibility: hidden;
}

/*
 * Pointer for controls
 */
[data-uk-slideshow-slide] {
    cursor: pointer;
}

/* Modifier: `uk-slideshow-fullscreen`
 ========================================================================== */
.uk-slideshow-fullscreen,
.uk-slideshow-fullscreen>li {
    height: 100vh;
}

/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-slideshow-fade-in {
    -webkit-animation: uk-fade 0.5s linear;
    animation: uk-fade 0.5s linear;
}

.uk-slideshow-fade-out {
    -webkit-animation: uk-fade 0.5s linear reverse;
    animation: uk-fade 0.5s linear reverse;
}

/*
 * Scroll
 */
.uk-slideshow-scroll-forward-in {
    -webkit-animation: uk-slide-right 0.5s ease-in-out;
    animation: uk-slide-right 0.5s ease-in-out;
}

.uk-slideshow-scroll-forward-out {
    -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
    animation: uk-slide-left 0.5s ease-in-out reverse;
}

.uk-slideshow-scroll-backward-in {
    -webkit-animation: uk-slide-left 0.5s ease-in-out;
    animation: uk-slide-left 0.5s ease-in-out;
}

.uk-slideshow-scroll-backward-out {
    -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
    animation: uk-slide-right 0.5s ease-in-out reverse;
}

/*
 * Scale
 */
.uk-slideshow-scale-out {
    -webkit-animation: uk-fade-scale-15 0.5s ease-in-out reverse;
    animation: uk-fade-scale-15 0.5s ease-in-out reverse;
}

/*
 * Swipe
 */
.uk-slideshow-swipe-forward-in {
    -webkit-animation: uk-slide-left-33 0.5s ease-in-out;
    animation: uk-slide-left-33 0.5s ease-in-out;
}

.uk-slideshow-swipe-forward-out {
    -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
    animation: uk-slide-left 0.5s ease-in-out reverse;
}

.uk-slideshow-swipe-backward-in {
    -webkit-animation: uk-slide-right-33 0.5s ease-in-out;
    animation: uk-slide-right-33 0.5s ease-in-out;
}

.uk-slideshow-swipe-backward-out {
    -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
    animation: uk-slide-right 0.5s ease-in-out reverse;
}

.uk-slideshow-swipe-forward-in:before,
.uk-slideshow-swipe-backward-in:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    -webkit-animation: uk-fade 0.5s ease-in-out reverse;
    animation: uk-fade 0.5s ease-in-out reverse;
}

/* slidenav */
/*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * 1. Required for `a` elements
 * 2. Dimension
 * 3. Style
 */
.uk-slidenav {
    /* 1 */
    display: inline-block;
    /* 2 */
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    /* 3 */
    line-height: 60px;
    color: rgba(50, 50, 50, 0.4);
    font-size: 60px;
    text-align: center;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 * 4. Style
 */
.uk-slidenav:hover,
.uk-slidenav:focus {
    /* 2 */
    outline: none;
    /* 3 */
    text-decoration: none;
    /* 4 */
    color: rgba(50, 50, 50, 0.7);
    cursor: pointer;
}

/* Active */
.uk-slidenav:active {
    color: rgba(50, 50, 50, 0.9);
}

/*
 * Icons
 */
.uk-slidenav-previous:before {
    content: "\f104";
    font-family: FontAwesome;
}

.uk-slidenav-next:before {
    content: "\f105";
    font-family: FontAwesome;
}

/* Sub-object: `uk-slidenav-position`
 ========================================================================== */
/*
 * Create position context
 */
.uk-slidenav-position {
    position: relative;
}

/*
 * Center vertically
 */
.uk-slidenav-position .uk-slidenav {
    display: none;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -30px;
}

.uk-slidenav-position:hover .uk-slidenav {
    display: block;
}

.uk-slidenav-position .uk-slidenav-previous {
    left: 20px;
}

.uk-slidenav-position .uk-slidenav-next {
    right: 20px;
}

/* Modifier: `uk-slidenav-contrast`
 ========================================================================== */
.uk-slidenav-contrast {
    color: rgba(255, 255, 255, 0.5);
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 */
.uk-slidenav-contrast:hover,
.uk-slidenav-contrast:focus {
    color: rgba(255, 255, 255, 0.7);
}

/* Active */
.uk-slidenav-contrast:active {
    color: rgba(255, 255, 255, 0.9);
}

/* tooltips */
/*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Set dimensions
 * 4. Set style
 */
.uk-tooltip {
    /* 1 */
    display: none;
    /* 2 */
    position: absolute;
    z-index: 1030;
    /* 3 */
    box-sizing: border-box;
    max-width: 200px;
    padding: 5px 8px;
    /* 4 */
    background: #333333;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    line-height: 18px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

/* Triangle
 ========================================================================== */
/*
 * 1. Dashed is less antialised than solid
 */
.uk-tooltip:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    /* 1 */
    border: 5px dashed #333333;
}

/* Direction modifiers
 ========================================================================== */
/*
 * Top
 */
.uk-tooltip-top:after,
.uk-tooltip-top-left:after,
.uk-tooltip-top-right:after {
    bottom: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: #333333;
}

/*
 * Bottom
 */
.uk-tooltip-bottom:after,
.uk-tooltip-bottom-left:after,
.uk-tooltip-bottom-right:after {
    top: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #333333;
}

/*
 * Top/Bottom center
 */
.uk-tooltip-top:after,
.uk-tooltip-bottom:after {
    left: 50%;
    margin-left: -5px;
}

/*
 * Top/Bottom left
 */
.uk-tooltip-top-left:after,
.uk-tooltip-bottom-left:after {
    left: 10px;
}

/*
 * Top/Bottom right
 */
.uk-tooltip-top-right:after,
.uk-tooltip-bottom-right:after {
    right: 10px;
}

/*
 * Left
 */
.uk-tooltip-left:after {
    right: -5px;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #333333;
}

/*
 * Right
 */
.uk-tooltip-right:after {
    left: -5px;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: #333333;
}

.uk-tooltip {
    background: #424242;
    color: #fff;
    font-size: 13px;
    padding: 3px 16px;
    line-height: 22px;
    text-shadow: none;
    min-width: 80px;
    text-align: center;
    z-index: 1114;
    opacity: 0;
}

.uk-tooltip .uk-tooltip-inner {
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.uk-tooltip:after {
    display: none !important;
}

.uk-tooltip.long-text {
    text-align: left;
}

.uk-tooltip.long-text .uk-tooltip-inner {
    white-space: normal;
    overflow: visible;
    line-height: 18px;
    padding: 4px 0;
}

.uk-tooltip-small {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
}

/* tabs */
.uk-tab {
    border-bottom-color: rgba(0, 0, 0, 0.12);
}

.uk-sticky-placeholder .uk-tab {
    background: #fff;
    padding-top: 8px;
}

.uk-tab>li {
    margin-bottom: 0;
    margin-top: 0;
    z-index: 1;
}

.uk-tab>li>a {
    font-size: 13px;
    text-transform: uppercase;
    color: #212121;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0 !important;
    font-weight: 500;
    min-width: 100px;
    max-width: 100%;
    text-align: center;
    -webkit-transition: all 220ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 220ms cubic-bezier(0.4, 0, 0.2, 1);
    padding: 8px !important;
    margin: 0 !important;
    box-sizing: border-box;
    position: relative;
    top: 1px;
}

.uk-tab>li>a:hover,
.uk-tab>li>a:focus {
    background: none;
    color: #212121;
    border-bottom-color: rgba(255, 97, 0, .5);
}

.uk-tab>li.uk-active>a {
    background: transparent !important;
    border-bottom-color: #2196f3;
}

.uk-tab>li.uk-disabled>a,
.uk-tab>li.uk-disabled>a:hover,
.uk-tab>li.uk-disabled>a:focus {
    color: #aaa;
}

.uk-tab-bottom li {
    margin-top: 0;
}

.uk-tab-bottom li>a {
    border-top: 2px solid transparent;
    border-bottom: none;
    top: auto;
    bottom: 1px;
}

.uk-tab-bottom li>a:hover,
.uk-tab-bottom li>a:focus {
    border-top-color: #b2dbfb;
}

.uk-tab-bottom li.uk-active>a {
    border-top-color: #2196f3;
}

.uk-tab-left {
    border-bottom: none;
}

.uk-tab-left li>a {
    border-right: 2px solid transparent;
    border-bottom: none;
    text-align: right;
    top: auto;
    bottom: auto;
}

.uk-tab-left li>a:hover,
.uk-tab-left li>a:focus {
    border-right-color: #b2dbfb;
}

.uk-tab-left li.uk-active>a {
    border-right-color: #2196f3;
}

.uk-tab-right {
    border-bottom: none;
}

.uk-tab-right li>a {
    border-left: 2px solid transparent;
    border-bottom: none;
    text-align: left;
    top: auto;
    bottom: auto;
}

.uk-tab-right li>a:hover,
.uk-tab-right li>a:focus {
    border-left-color: #b2dbfb;
}

.uk-tab-right li.uk-active>a {
    border-left-color: #2196f3;
}

.uk-tab-responsive li a {
    border: none !important;
}

.uk-tab-responsive>a:before {
    content: '\e5d2';
    font-family: "Material Icons";
    color: #727272;
    margin-right: 8px;
    vertical-align: -4px;
    font-size: 18px;
}

.uk-tab-icons>li>a {
    min-width: 64px;
}

.uk-tab-icons>li>a>.material-icons {
    font-size: 24px;
}

/* text truncate */
.uk-text-truncate {
    display: block;
}

.uk-text-truncate-crf {
    margin-left: 80px;
    margin-top: -80px;
    display: block;
}
/* sortable */
/*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Sortable
 ========================================================================== */
.uk-sortable {
    position: relative;
}

/*
 * Deactivate browser touch actions in IE11
 */
.uk-sortable>* {
    -ms-touch-action: none;
    touch-action: none;
}

/*
 * Disables the default callout shown when you touch and hold a touch target
 * Currently only works in Webkit
 */
.uk-sortable a,
.uk-sortable img {
    -webkit-touch-callout: none;
}

/*
 * Remove margin from the last-child
 */
.uk-sortable> :last-child {
    margin-bottom: 0;
}

/* Sub-modifier `uk-sortable-dragged`
 ========================================================================== */
.uk-sortable-dragged {
    position: absolute;
    z-index: 1050;
    pointer-events: none;
}

/* Sub-modifier `uk-sortable-placeholder`
 ========================================================================== */
.uk-sortable-placeholder {
    opacity: 0;
}

/* Empty List
 ========================================================================== */
.uk-sortable-empty {
    min-height: 30px;
}

/* Sub-object `uk-sortable-handle`
 ========================================================================== */
/*
 * Deactivate browser touch actions in IE11
 */
.uk-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

/* Hover */
.uk-sortable-handle:hover {
    cursor: move;
}

/* Sub-object `uk-sortable-moving`
 ========================================================================== */
.uk-sortable-moving,
.uk-sortable-moving * {
    cursor: move;
}

.uk-sortable>* {
    -ms-touch-action: auto;
    touch-action: auto;
}

.uk-sortable.sortable-handler>* {
    cursor: move;
}

.uk-sortable .sortable-handler {
    cursor: move;
}

.uk-switcher {
    overflow: hidden;
}

/*
* add extra Uikit grid sizes
*
* usage:
* set custom breakpoint (1480px) and name ("xlarge-x")
* @media (min-width: 1480px) {
*  .add-grid-sizes(xlarge-x);
* }
*/
@media (min-width: 1480px) {

    /* Whole */
    .uk-width-xLarge-1-1,
    .uk-grid-width-xLarge-1-1>* {
        width: 100%;
    }

    /* Halves */
    .uk-width-xLarge-1-2,
    .uk-width-xLarge-2-4,
    .uk-width-xLarge-3-6,
    .uk-width-xLarge-5-10,
    .uk-grid-width-xLarge-1-2>*,
    .uk-grid-width-xLarge-2-4>*,
    .uk-grid-width-xLarge-3-6>*,
    .uk-grid-width-xLarge-5-10>* {
        width: 50%;
    }

    /* Thirds */
    .uk-width-xLarge-1-3,
    .uk-width-xLarge-2-6,
    .uk-grid-width-xLarge-1-3>*,
    .uk-grid-width-xLarge-2-6>* {
        width: 33.333%;
    }

    .uk-width-xLarge-2-3,
    .uk-width-xLarge-4-6,
    .uk-grid-width-xLarge-2-3>*,
    .uk-grid-width-xLarge-4-6>* {
        width: 66.666%;
    }

    /* Quarters */
    .uk-width-xLarge-1-4,
    .uk-grid-width-xLarge-1-4>* {
        width: 25%;
    }

    .uk-width-xLarge-3-4,
    .uk-grid-width-xLarge-3-4>* {
        width: 75%;
    }

    /* Fifths */
    .uk-width-xLarge-1-5,
    .uk-width-xLarge-2-10,
    .uk-grid-width-xLarge-1-5>*,
    .uk-grid-width-xLarge-2-10>* {
        width: 20%;
    }

    .uk-width-xLarge-2-5,
    .uk-width-xLarge-4-10,
    .uk-grid-width-xLarge-2-5>*,
    .uk-grid-width-xLarge-4-10>* {
        width: 40%;
    }

    .uk-width-xLarge-3-5,
    .uk-width-xLarge-6-10,
    .uk-grid-width-xLarge-3-5>*,
    .uk-grid-width-xLarge-6-10>* {
        width: 60%;
    }

    .uk-width-xLarge-4-5,
    .uk-width-xLarge-8-10,
    .uk-grid-width-xLarge-4-5>*,
    .uk-grid-width-xLarge-8-10>* {
        width: 80%;
    }

    /* Sixths */
    .uk-width-xLarge-1-6,
    .uk-grid-width-xLarge-1-6>* {
        width: 16.666%;
    }

    .uk-width-xLarge-5-6,
    .uk-grid-width-xLarge-5-6>* {
        width: 83.333%;
    }

    /* Tenths */
    .uk-width-xLarge-1-10,
    .uk-grid-width-xLarge-1-10>* {
        width: 10%;
    }

    .uk-width-xLarge-3-10,
    .uk-grid-width-xLarge-3-10>* {
        width: 30%;
    }

    .uk-width-xLarge-7-10,
    .uk-grid-width-xLarge-7-10>* {
        width: 70%;
    }

    .uk-width-xLarge-9-10,
    .uk-grid-width-xLarge-9-10>* {
        width: 90%;
    }
}

/* ie9 fixes */
.lte-ie9 *[class*="uk-animation-"] {
    opacity: 1 !important;
}

/* 3. Kendo UI custom styles ========================= */
.k-button,
.k-header {
    font-weight: 400;
}

.k-list-wrapper {
    padding: 8px 0;
}

.k-list-wrapper-addon {
    margin-right: 16px;
    float: left;
}

.k-list-wrapper-addon>img {
    width: 34px;
    border-radius: 50%;
}

.k-list-wrapper-addon>img-large {
    width: 82px;
    border-radius: 50%;
}

.k-list-wrapper-content {
    overflow: hidden;
    display: block;
}

.k-list-wrapper-content>p {
    margin: 0;
    font-weight: 500;
    line-height: 18px;
}

.k-list-wrapper-content>span {
    display: block;
}

.k-tag-image {
    width: auto;
    height: 17px;
    margin: 4px 5px 0 0;
    vertical-align: top;
    border-radius: 50%;
}

.k-multiselect .k-delete,
.k-multiselect .k-button:not(.k-state-disabled):hover .k-delete {
    background-position: -162px -80px;
}

.k-multiselect .k-delete {
    opacity: 0.5;
}

.k-multiselect .k-button:not(.k-state-disabled):hover .k-delete {
    opacity: 1;
}

.k-window-title {
    font-size: 14px;
}

.k-panelbar li.k-item {
    background: #fff;
}

.k-panelbar li.k-state-default>.k-link.k-state-selected {
    box-shadow: none;
}

/* 4. custom components ============================== */
/**
 * Google Material Design Preloader
 *
 * CSS animated SVG implementation of the Google Material Design preloader
 *
 * Reference: http://goo.gl/ZfulRH
 * License: MIT
 * Author: Rudi Theunissen (rudolf.theunissen@gmail.com)
 * Version: 1.1.1
 */
.md-preloader {
    font-size: 0;
    display: inline-block;
    -webkit-animation: outer 6000ms linear infinite;
    animation: outer 6000ms linear infinite;
}

.md-preloader svg {
    -webkit-animation: inner 1200ms linear infinite;
    animation: inner 1200ms linear infinite;
}

.md-preloader svg circle {
    fill: none;
    stroke: #448aff;
    stroke-linecap: round;
    -webkit-animation: arc 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite;
    animation: arc 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@-webkit-keyframes outer {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes outer {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes inner {
    0% {
        -webkit-transform: rotate(-64.8deg);
        transform: rotate(-64.8deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes inner {
    0% {
        -webkit-transform: rotate(-64.8deg);
        transform: rotate(-64.8deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes arc {
    0% {
        stroke-dasharray: 1 210.48670779px;
        stroke-dashoffset: 0;
    }

    40% {
        stroke-dasharray: 172.59910039px, 210.48670779px;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 1 210.48670779px;
        stroke-dashoffset: -172.59910039px;
    }
}

@keyframes arc {
    0% {
        stroke-dasharray: 1 210.48670779px;
        stroke-dashoffset: 0;
    }

    40% {
        stroke-dasharray: 172.59910039px, 210.48670779px;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 1 210.48670779px;
        stroke-dashoffset: -172.59910039px;
    }
}

.md-preloader-success svg circle {
    stroke: #ff6e3f;
}

.md-preloader-danger svg circle {
    stroke: #e53935;
}

.md-preloader-warning svg circle {
    stroke: #ffa000;
}

/* content preloader */
.content-preloader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    left: 50%;
    overflow: hidden;
    margin-left: -24px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    padding: 8px;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: top 400ms cubic-bezier(0.4, 0, 0.2, 1) 50ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: top 400ms cubic-bezier(0.4, 0, 0.2, 1) 50ms, transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.content-preloader .regular-preloader {
    position: relative;
    width: 30px;
    height: 30px;
}

.content-preloader .regular-preloader>div {
    width: 26px;
    height: 26px;
}

.content-preloader.preloader-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: top 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 400ms cubic-bezier(0.4, 0, 0.2, 1) 50ms;
    transition: top 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 400ms cubic-bezier(0.4, 0, 0.2, 1) 50ms;
}

body>.content-preloader {
    position: fixed;
    z-index: 1099;
    top: -48px;
}

body>.content-preloader.preloader-active {
    top: 56px;
}

.sidebar_main_active body>.content-preloader,
.sidebar_main_open body>.content-preloader {
    margin-left: 96px;
}

.md-card>.content-preloader {
    position: absolute;
    z-index: 10;
    top: 0;
}

.md-card>.content-preloader.preloader-active {
    top: 64px;
}

/* timeline */
.timeline {
    position: relative;
    min-height: 40px;
    padding: 8px 0 8px 62px;
}

.timeline,
.timeline:before,
.timeline:after,
.timeline *,
.timeline *:before,
.timeline *:after {
    box-sizing: border-box;
}

.timeline:before {
    position: absolute;
    left: 29px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: rgba(0, 0, 0, 0.085);
    content: '';
    display: block;
}

.timeline_item {
    position: relative;
    min-height: 64px;
    padding: 16px 0;
}

.timeline_icon {
    position: absolute;
    left: -54px;
    top: 16px;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background: #9e9e9e;
    text-align: center;
    border: 4px solid #fff;
}

.timeline_icon .material-icons {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
}

.timeline_icon_danger {
    background: #e53935;
}

.timeline_icon_success {
    background: #ff6e3f;
}

.timeline_icon_warning {
    background: #ffa000;
}

.timeline_icon_primary {
    background: #2196f3;
}

.timeline_date {
    float: left;
    min-width: 60px;
    color: #aaa;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
    margin-right: 8px;
    padding-top: 6px;
}

.timeline_date span {
    font-size: 11px;
    display: block;
    text-transform: uppercase;
}

.timeline_content {
    padding: 5px 4px 8px;
    overflow: hidden;
}

.timeline_content_addon {
    background: #fff;
    margin-top: 8px;
    max-width: 340px;
    padding: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 4px;
}

.timeline_content_addon>img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.timeline_content_addon blockquote {
    margin: 8px 0 8px 8px;
    font-size: 15px;
}

.timeline.timeline_small {
    padding: 4px 0 4px 48px;
}

.timeline.timeline_small:before {
    left: 16px;
}

.timeline.timeline_small .timeline_item {
    min-height: 32px;
}

.timeline.timeline_small .timeline_icon {
    left: -50px;
    height: 40px;
    width: 40px;
}

.timeline.timeline_small .timeline_icon .material-icons {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
}

.timeline.timeline_small .timeline_date {
    float: none;
    text-align: left;
    font-size: 11px;
}

.timeline.timeline_small .timeline_date span {
    display: inline;
}

.timeline.timeline_small .timeline_content {
    font-size: 13px;
    padding-left: 0;
}

.timeline.timeline_small .timeline_content .md-list li {
    margin-left: 0;
    text-align: center;
}

.timeline.timeline_small .timeline_content .md-list .md-list-addon-element {
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    padding-top: 0;
}

.timeline.timeline_small .timeline_content blockquote {
    font-size: 13px;
}

/* 5. material design styles ========================= */
/* bg colors */
.md-bg-cyan {
    background-color: #00acc1 !important;
    color: #fff;
}

.md-bg-light-green {
    background-color: #ff6e3f !important;
    color: #fff;
}

.md-bg-grey {
    background-color: #616161 !important;
    color: #fff;
}

.md-bg-red {
    background-color: #d32f2f !important;
    color: #fff;
}

.md-bg-light-blue {
    background-color: #0288d1 !important;
    color: #fff;
}

.md-bg-teal {
    background-color: #00897b !important;
    color: #fff;
}

.md-bg-purple {
    background-color: #8e24aa !important;
    color: #fff;
}

/* buttons */
.md-btn {
    background: #fff;
    border: none;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    min-height: 31px;
    min-width: 70px;
    padding: 2px 16px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #212121;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    font: 500 14px / 31px "Roboto", sans-serif !important;
}

.md-btn:hover,
.md-btn:focus,
.md-btn:active,
.uk-button-dropdown.uk-open>.md-btn {
    background: #fff;
    outline: none;
    text-decoration: none;
    color: #212121;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.md-btn:active,
.uk-button-dropdown.uk-open>.md-btn {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.md-btn-flat {
    box-shadow: none !important;
    background: none;
}

.md-btn-flat:hover,
.md-btn-flat:focus {
    background: rgba(153, 153, 153, 0.2);
}

.md-btn-flat:active {
    background: rgba(153, 153, 153, 0.4);
}

.md-btn-flat-danger,
.md-btn-flat-danger:hover,
.md-btn-flat-danger:focus,
.md-btn-flat-danger:active {
    color: #e53935;
}

.md-btn-flat-danger:hover,
.md-btn-flat-danger:focus,
.md-btn-flat-danger:active {
    background: #fceaea;
}

.md-btn-flat-primary,
.md-btn-flat-primary:hover,
.md-btn-flat-primary:focus,
.md-btn-flat-primary:active {
    color: #1976d2;
}

.md-btn-flat-primary:hover,
.md-btn-flat-primary:focus,
.md-btn-flat-primary:active {
    background: #e3f2fd;
}

.md-btn-flat-success,
.md-btn-flat-success:hover,
.md-btn-flat-success:focus,
.md-btn-flat-success:active {
    color: #ff6e3f;
}

.md-btn-flat-success:hover,
.md-btn-flat-success:focus,
.md-btn-flat-success:active {
    background: #e1efd2;
}

.md-btn-flat-warning,
.md-btn-flat-warning:hover,
.md-btn-flat-warning:focus,
.md-btn-flat-warning:active {
    color: #ffa000;
}

.md-btn-flat-warning:hover,
.md-btn-flat-warning:focus,
.md-btn-flat-warning:active {
    background: #ffeccc;
}

.md-btn-flat.disabled {
    background: none !important;
}

.md-btn-danger,
.md-btn-danger:hover,
.md-btn-danger:focus,
.md-btn-danger:active {
    background: #e53935;
    color: #fff;
}

.md-btn-primary,
.md-btn-primary:hover,
.md-btn-primary:focus,
.md-btn-primary:active {
    background: #2196f3;
    color: #fff;
}

.md-btn-success,
.md-btn-success:hover,
.md-btn-success:focus,
.md-btn-success:active {
    background: #ff6e3f;
    color: #fff;
}

.md-btn-disabled,
.md-btn-disabled:hover,
.md-btn-disabled:focus,
.md-btn-disabled:active {
    background: #e4e2e2;
    color: #535976 !important;
    cursor: default;
    pointer-events: none;
}

.md-btn-warning,
.md-btn-warning:hover,
.md-btn-warning:focus,
.md-btn-warning:active {
    background: #ffa000;
    color: #fff;
}

.md-btn.disabled,
.md-btn.disabled:hover,
.md-btn.disabled:focus,
.md-btn.disabled:active {
    color: #a8a8a8;
    background: #eaeaea;
    box-shadow: none !important;
    cursor: default;
    pointer-events: none;
}

.md-btn-small {
    line-height: 27px !important;
    min-width: 14px;
    font-size: 11px !important;
}

.md-btn-large {
    line-height: 42px !important;
    font-size: 16px !important;
}

.md-btn::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.md-btn+.md-btn {
    margin-left: 8px;
}

.md-btn-block {
    width: 100%;
}

.md-btn-block+.md-btn-block {
    margin-left: 0;
    margin-top: 12px;
}

.md-btn+.md-btn-group {
    margin-left: 16px;
}

.md-btn-facebook {
    background: #3b5998 !important;
}

.md-btn-twitter {
    background: #00aced !important;
}

.md-btn-gplus {
    background: #dd4b39 !important;
}

.md-btn-social,
.md-btn-facebook,
.md-btn-twitter,
.md-btn-gplus {
    color: #fff !important;
    min-width: 64px;
}

.md-btn-social>i,
.md-btn-facebook>i,
.md-btn-twitter>i,
.md-btn-gplus>i {
    color: #fff !important;
    font-size: 18px;
    margin-right: 8px;
    vertical-align: -1px;
}

.md-btn-social-large>i,
.md-btn-facebook.md-btn-large>i,
.md-btn-twitter.md-btn-large>i,
.md-btn-gplus.md-btn-large>i {
    font-size: 24px;
    margin-right: 12px;
    vertical-align: -2px;
}

.md-fab {
    box-sizing: border-box;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    color: #727272;
    display: block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.md-fab:hover,
.md-fab:focus,
.md-fab:active {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.md-fab>i {
    font-size: 36px;
    line-height: 64px;
    height: inherit;
    width: inherit;
    position: absolute;
    left: 0;
    top: 0;
    color: #727272;
}

.md-fab.md-fab-accent {
    background: #ff6e3f;
}

.md-fab.md-fab-accent>i {
    color: #fff;
}

.md-fab.md-fab-success {
    background: #ff6e3f;
}

.md-fab.md-fab-success>i {
    color: #fff;
}

.md-fab.md-fab-danger {
    background: #e53935;
}

.md-fab.md-fab-danger>i {
    color: #fff;
}

.md-fab.md-fab-primary {
    background: #2196f3;
}

.md-fab.md-fab-primary>i {
    color: #fff;
}

.md-fab.md-fab-warning {
    background: #ffa000;
}

.md-fab.md-fab-warning>i {
    color: #fff;
}

.md-fab.md-fab-small {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.md-fab.md-fab-small>i {
    line-height: 48px;
    height: inherit;
    width: inherit;
    font-size: 24px;
}

.md-fab-speed-dial .md-fab-action-close {
    display: none;
}

.md-fab-wrapper {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1004;
    -webkit-transition: margin 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: margin 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (max-width: 767px) {
    .md-fab-wrapper {
        bottom: 20px;
        right: 20px;
    }
}

.md-fab-wrapper>.md-fab+.md-fab {
    margin-top: 16px;
}

.md-fab-wrapper.md-fab-in-card {
    position: absolute;
}

.md-fab-speed-dial .md-fab-wrapper-small {
    position: absolute;
    bottom: 80px;
    right: 8px;
    min-height: 48px;
    width: 48px;
    z-index: -1;
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    position: absolute;
    right: 0;
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small:nth-child(1) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 50ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 50ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 50ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 50ms;
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small:nth-last-child(2) {
    bottom: 64px;
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small:nth-child(2) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small:nth-last-child(3) {
    bottom: 128px;
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small:nth-child(3) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 150ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 150ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 150ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 150ms;
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small:nth-last-child(4) {
    bottom: 192px;
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small:nth-child(4) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 200ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 200ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 200ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 200ms;
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small:nth-last-child(5) {
    bottom: 256px;
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small:nth-child(5) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 250ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 250ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 250ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 250ms;
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small:nth-last-child(6) {
    bottom: 320px;
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small:nth-child(6) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 300ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 300ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 300ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 300ms;
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small:nth-last-child(7) {
    bottom: 384px;
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small:nth-child(7) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 350ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 350ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 350ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 350ms;
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small:nth-last-child(8) {
    bottom: 448px;
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small:nth-child(8) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 400ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 400ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 400ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 400ms;
}

.md-fab-speed-dial.md-fab-active .md-fab-small {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 10;
}

.md-fab-speed-dial.md-fab-active .md-fab-small:nth-last-child(1) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 50ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 50ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 50ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 50ms;
}

.md-fab-speed-dial.md-fab-active .md-fab-small:nth-last-child(2) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
}

.md-fab-speed-dial.md-fab-active .md-fab-small:nth-last-child(3) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 150ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 150ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 150ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 150ms;
}

.md-fab-speed-dial.md-fab-active .md-fab-small:nth-last-child(4) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 200ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 200ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 200ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 200ms;
}

.md-fab-speed-dial.md-fab-active .md-fab-small:nth-last-child(5) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 250ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 250ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 250ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 250ms;
}

.md-fab-speed-dial.md-fab-active .md-fab-small:nth-last-child(6) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 300ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 300ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 300ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 300ms;
}

.md-fab-speed-dial.md-fab-active .md-fab-small:nth-last-child(7) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 350ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 350ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 350ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 350ms;
}

.md-fab-speed-dial.md-fab-active .md-fab-small:nth-last-child(8) {
    -webkit-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 400ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 400ms;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) 400ms, opacity 100ms cubic-bezier(0.4, 0, 0.2, 1) 400ms;
}

.md-fab-toolbar {
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default;
}

.md-fab-toolbar>i {
    cursor: pointer;
}

.md-fab-toolbar-actions {
    visibility: hidden;
    white-space: nowrap;
    padding: 0 16px;
    overflow: hidden;
    box-sizing: border-box;
}

.md-fab-toolbar-actions>a,
.md-fab-toolbar-actions>button {
    display: block;
    float: left;
    opacity: 0;
    margin: 0 0 0 16px;
    height: 64px;
    width: 48px;
    box-sizing: border-box;
    -webkit-transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.md-fab-toolbar-actions>a:first-child,
.md-fab-toolbar-actions>button:first-child {
    margin-left: 0;
}

.md-fab-toolbar-actions .material-icons {
    font-size: 36px;
    line-height: 64px;
}

.md-fab-toolbar.md-fab-animated {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 4px;
}

.md-fab-toolbar.md-fab-animated>i {
    display: none;
}

.md-fab-toolbar.md-fab-active .md-fab-toolbar-actions {
    visibility: visible;
}

.md-fab-toolbar.md-fab-active .md-fab-toolbar-actions>a,
.md-fab-toolbar.md-fab-active .md-fab-toolbar-actions>button {
    opacity: 1;
}

.md-fab-toolbar.md-fab-small .md-fab-toolbar-actions>a,
.md-fab-toolbar.md-fab-small .md-fab-toolbar-actions>button {
    height: 48px;
    width: 36px;
    padding: 0;
    margin: 0 0 0 8px;
}

.md-fab-toolbar.md-fab-small .md-fab-toolbar-actions>a:first-child,
.md-fab-toolbar.md-fab-small .md-fab-toolbar-actions>button:first-child {
    margin-left: 0;
}

.md-fab-toolbar.md-fab-small .md-fab-toolbar-actions .material-icons {
    font-size: 24px;
    line-height: 48px;
    height: inherit;
}

.md-fab-sheet {
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default;
}

.md-fab-sheet>i {
    cursor: pointer;
}

.md-fab-sheet-actions {
    visibility: hidden;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    padding: 4px 0;
}

.md-fab-sheet-actions>a {
    display: block;
    opacity: 0;
    padding: 4px 16px;
    box-sizing: border-box;
    font: 400 16px / 32px "Roboto", sans-serif;
    text-align: left;
}

.md-fab-sheet-actions>a,
.md-fab-sheet-actions>a:hover {
    color: #212121;
}

.md-fab-sheet-actions .material-icons {
    font-size: 24px;
    margin-right: 8px;
    vertical-align: -6px;
}

.md-fab-sheet.md-fab-animated {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 4px;
}

.md-fab-sheet.md-fab-animated>i {
    display: none;
}

.md-fab-sheet.md-fab-active .md-fab-sheet-actions {
    visibility: visible;
}

.md-fab-sheet.md-fab-active .md-fab-sheet-actions>a {
    opacity: 1;
}

.sidebar_secondary_active .md-fab-wrapper {
    margin-right: 264px;
}

@media only screen and (max-width: 767px) {
    .sidebar_secondary_active .md-fab-wrapper {
        margin-right: 280px;
    }
}

.md-toggle-group .md-toggle-button {
    border-width: 0 0 2px;
    border-style: solid;
    border-color: transparent;
    background: none;
    line-height: 30px;
    min-width: 42px;
    text-align: center;
    padding: 0 8px;
    vertical-align: middle;
    cursor: pointer;
}

.md-toggle-group .md-toggle-button.md-toggle-active {
    border-bottom-color: #212121;
}

.md-toggle-group.md-toggle-group-small .md-toggle-button {
    font-size: 11px;
    line-height: 24px;
    min-width: 16px;
    padding: 0 6px;
}

.md-btn-group {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.md-btn-group .md-btn {
    vertical-align: top;
    margin-left: 0 !important;
}

.md-btn-group .md-btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.md-btn-group .md-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.md-btn-group .md-btn:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.md-color-red-50 {
    color: #ffebee !important;
}

.md-bg-red-50 {
    background-color: #ffebee !important;
}

.md-color-red-100 {
    color: #ffcdd2 !important;
}

.md-bg-red-100 {
    background-color: #ffcdd2 !important;
}

.md-color-red-200 {
    color: #ef9a9a !important;
}

.md-bg-red-200 {
    background-color: #ef9a9a !important;
}

.md-color-red-300 {
    color: #e57373 !important;
}

.md-bg-red-300 {
    background-color: #e57373 !important;
}

.md-color-red-400 {
    color: #ef5350 !important;
}

.md-bg-red-400 {
    background-color: #ef5350 !important;
}

.md-color-red-500 {
    color: #f44336 !important;
}

.md-bg-red-500 {
    background-color: #f44336 !important;
}

.md-color-red-600 {
    color: #e53935 !important;
}

.md-bg-red-600 {
    background-color: #e53935 !important;
}

.md-color-red-700 {
    color: #d32f2f !important;
}

.md-bg-red-700 {
    background-color: #d32f2f !important;
}

.md-color-red-800 {
    color: #c62828 !important;
}

.md-bg-red-800 {
    background-color: #c62828 !important;
}

.md-color-red-900 {
    color: #b71c1c !important;
}

.md-bg-red-900 {
    background-color: #b71c1c !important;
}

.md-color-red-A100 {
    color: #ff8a80 !important;
}

.md-bg-red-A100 {
    background-color: #ff8a80 !important;
}

.md-color-red-A200 {
    color: #ff5252 !important;
}

.md-bg-red-A200 {
    background-color: #ff5252 !important;
}

.md-color-red-A400 {
    color: #ff1744 !important;
}

.md-bg-red-A400 {
    background-color: #ff1744 !important;
}

.md-color-red-A700 {
    color: #d50000 !important;
}

.md-bg-red-A700 {
    background-color: #d50000 !important;
}

.md-color-pink-50 {
    color: #fce4ec !important;
}

.md-bg-pink-50 {
    background-color: #fce4ec !important;
}

.md-color-pink-100 {
    color: #f8bbd0 !important;
}

.md-bg-pink-100 {
    background-color: #f8bbd0 !important;
}

.md-color-pink-200 {
    color: #f48fb1 !important;
}

.md-bg-pink-200 {
    background-color: #f48fb1 !important;
}

.md-color-pink-300 {
    color: #f06292 !important;
}

.md-bg-pink-300 {
    background-color: #f06292 !important;
}

.md-color-pink-400 {
    color: #ec407a !important;
}

.md-bg-pink-400 {
    background-color: #ec407a !important;
}

.md-color-pink-500 {
    color: #e91e63 !important;
}

.md-bg-pink-500 {
    background-color: #e91e63 !important;
}

.md-color-pink-600 {
    color: #d81b60 !important;
}

.md-bg-pink-600 {
    background-color: #d81b60 !important;
}

.md-color-pink-700 {
    color: #c2185b !important;
}

.md-bg-pink-700 {
    background-color: #c2185b !important;
}

.md-color-pink-800 {
    color: #ad1457 !important;
}

.md-bg-pink-800 {
    background-color: #ad1457 !important;
}

.md-color-pink-900 {
    color: #880e4f !important;
}

.md-bg-pink-900 {
    background-color: #880e4f !important;
}

.md-color-pink-A100 {
    color: #ff80ab !important;
}

.md-bg-pink-A100 {
    background-color: #ff80ab !important;
}

.md-color-pink-A200 {
    color: #ff4081 !important;
}

.md-bg-pink-A200 {
    background-color: #ff4081 !important;
}

.md-color-pink-A400 {
    color: #f50057 !important;
}

.md-bg-pink-A400 {
    background-color: #f50057 !important;
}

.md-color-pink-A700 {
    color: #c51162 !important;
}

.md-bg-pink-A700 {
    background-color: #c51162 !important;
}

.md-color-purple-50 {
    color: #f3e5f5 !important;
}

.md-bg-purple-50 {
    background-color: #f3e5f5 !important;
}

.md-color-purple-100 {
    color: #e1bee7 !important;
}

.md-bg-purple-100 {
    background-color: #e1bee7 !important;
}

.md-color-purple-200 {
    color: #ce93d8 !important;
}

.md-bg-purple-200 {
    background-color: #ce93d8 !important;
}

.md-color-purple-300 {
    color: #ba68c8 !important;
}

.md-bg-purple-300 {
    background-color: #ba68c8 !important;
}

.md-color-purple-400 {
    color: #ab47bc !important;
}

.md-bg-purple-400 {
    background-color: #ab47bc !important;
}

.md-color-purple-500 {
    color: #9c27b0 !important;
}

.md-bg-purple-500 {
    background-color: #9c27b0 !important;
}

.md-color-purple-600 {
    color: #8e24aa !important;
}

.md-bg-purple-600 {
    background-color: #8e24aa !important;
}

.md-color-purple-700 {
    color: #7b1fa2 !important;
}

.md-bg-purple-700 {
    background-color: #7b1fa2 !important;
}

.md-color-purple-800 {
    color: #6a1b9a !important;
}

.md-bg-purple-800 {
    background-color: #6a1b9a !important;
}

.md-color-purple-900 {
    color: #4a148c !important;
}

.md-bg-purple-900 {
    background-color: #4a148c !important;
}

.md-color-purple-A100 {
    color: #ea80fc !important;
}

.md-bg-purple-A100 {
    background-color: #ea80fc !important;
}

.md-color-purple-A200 {
    color: #e040fb !important;
}

.md-bg-purple-A200 {
    background-color: #e040fb !important;
}

.md-color-purple-A400 {
    color: #d500f9 !important;
}

.md-bg-purple-A400 {
    background-color: #d500f9 !important;
}

.md-color-purple-A700 {
    color: #aa00ff !important;
}

.md-bg-purple-A700 {
    background-color: #aa00ff !important;
}

.md-color-deep-purple-50 {
    color: #ede7f6 !important;
}

.md-bg-deep-purple-50 {
    background-color: #ede7f6 !important;
}

.md-color-deep-purple-100 {
    color: #d1c4e9 !important;
}

.md-bg-deep-purple-100 {
    background-color: #d1c4e9 !important;
}

.md-color-deep-purple-200 {
    color: #b39ddb !important;
}

.md-bg-deep-purple-200 {
    background-color: #b39ddb !important;
}

.md-color-deep-purple-300 {
    color: #9575cd !important;
}

.md-bg-deep-purple-300 {
    background-color: #9575cd !important;
}

.md-color-deep-purple-400 {
    color: #7e57c2 !important;
}

.md-bg-deep-purple-400 {
    background-color: #7e57c2 !important;
}

.md-color-deep-purple-500 {
    color: #673ab7 !important;
}

.md-bg-deep-purple-500 {
    background-color: #673ab7 !important;
}

.md-color-deep-purple-600 {
    color: #5e35b1 !important;
}

.md-bg-deep-purple-600 {
    background-color: #5e35b1 !important;
}

.md-color-deep-purple-700 {
    color: #512da8 !important;
}

.md-bg-deep-purple-700 {
    background-color: #512da8 !important;
}

.md-color-deep-purple-800 {
    color: #4527a0 !important;
}

.md-bg-deep-purple-800 {
    background-color: #4527a0 !important;
}

.md-color-deep-purple-900 {
    color: #311b92 !important;
}

.md-bg-deep-purple-900 {
    background-color: #311b92 !important;
}

.md-color-deep-purple-A100 {
    color: #b388ff !important;
}

.md-bg-deep-purple-A100 {
    background-color: #b388ff !important;
}

.md-color-deep-purple-A200 {
    color: #7c4dff !important;
}

.md-bg-deep-purple-A200 {
    background-color: #7c4dff !important;
}

.md-color-deep-purple-A400 {
    color: #651fff !important;
}

.md-bg-deep-purple-A400 {
    background-color: #651fff !important;
}

.md-color-deep-purple-A700 {
    color: #6200ea !important;
}

.md-bg-deep-purple-A700 {
    background-color: #6200ea !important;
}

.md-color-indigo-50 {
    color: #e8eaf6 !important;
}

.md-bg-indigo-50 {
    background-color: #e8eaf6 !important;
}

.md-color-indigo-100 {
    color: #c5cae9 !important;
}

.md-bg-indigo-100 {
    background-color: #c5cae9 !important;
}

.md-color-indigo-200 {
    color: #9fa8da !important;
}

.md-bg-indigo-200 {
    background-color: #9fa8da !important;
}

.md-color-indigo-300 {
    color: #7986cb !important;
}

.md-bg-indigo-300 {
    background-color: #7986cb !important;
}

.md-color-indigo-400 {
    color: #5c6bc0 !important;
}

.md-bg-indigo-400 {
    background-color: #5c6bc0 !important;
}

.md-color-indigo-500 {
    color: #3f51b5 !important;
}

.md-bg-indigo-500 {
    background-color: #3f51b5 !important;
}

.md-color-indigo-600 {
    color: #3949ab !important;
}

.md-bg-indigo-600 {
    background-color: #3949ab !important;
}

.md-color-indigo-700 {
    color: #303f9f !important;
}

.md-bg-indigo-700 {
    background-color: #303f9f !important;
}

.md-color-indigo-800 {
    color: #283593 !important;
}

.md-bg-indigo-800 {
    background-color: #283593 !important;
}

.md-color-indigo-900 {
    color: #1a237e !important;
}

.md-bg-indigo-900 {
    background-color: #1a237e !important;
}

.md-color-indigo-A100 {
    color: #8c9eff !important;
}

.md-bg-indigo-A100 {
    background-color: #8c9eff !important;
}

.md-color-indigo-A200 {
    color: #536dfe !important;
}

.md-bg-indigo-A200 {
    background-color: #536dfe !important;
}

.md-color-indigo-A400 {
    color: #3d5afe !important;
}

.md-bg-indigo-A400 {
    background-color: #3d5afe !important;
}

.md-color-indigo-A700 {
    color: #304ffe !important;
}

.md-bg-indigo-A700 {
    background-color: #304ffe !important;
}

.md-color-blue-50 {
    color: #e3f2fd !important;
}

.md-bg-blue-50 {
    background-color: #e3f2fd !important;
}

.md-color-blue-100 {
    color: #bbdefb !important;
}

.md-bg-blue-100 {
    background-color: #bbdefb !important;
}

.md-color-blue-200 {
    color: #90caf9 !important;
}

.md-bg-blue-200 {
    background-color: #90caf9 !important;
}

.md-color-blue-300 {
    color: #64b5f6 !important;
}

.md-bg-blue-300 {
    background-color: #64b5f6 !important;
}

.md-color-blue-400 {
    color: #42a5f5 !important;
}

.md-bg-blue-400 {
    background-color: #42a5f5 !important;
}

.md-color-blue-500 {
    color: #2196f3 !important;
}

.md-bg-blue-500 {
    background-color: #2196f3 !important;
}

.md-color-blue-600 {
    color: #1e88e5 !important;
}

.md-bg-blue-600 {
    background-color: #1e88e5 !important;
}

.md-color-blue-700 {
    color: #1976d2 !important;
}

.md-bg-blue-700 {
    background-color: #1976d2 !important;
}

.md-color-blue-800 {
    color: #1565c0 !important;
}

.md-bg-blue-800 {
    background-color: #1565c0 !important;
}

.md-color-blue-900 {
    color: #0d47a1 !important;
}

.md-bg-blue-900 {
    background-color: #0d47a1 !important;
}

.md-color-blue-A100 {
    color: #82b1ff !important;
}

.md-bg-blue-A100 {
    background-color: #82b1ff !important;
}

.md-color-blue-A200 {
    color: #448aff !important;
}

.md-bg-blue-A200 {
    background-color: #448aff !important;
}

.md-color-blue-A400 {
    color: #2979ff !important;
}

.md-bg-blue-A400 {
    background-color: #2979ff !important;
}

.md-color-blue-A700 {
    color: #2962ff !important;
}

.md-bg-blue-A700 {
    background-color: #2962ff !important;
}

.md-color-light-blue-50 {
    color: #e1f5fe !important;
}

.md-bg-light-blue-50 {
    background-color: #e1f5fe !important;
}

.md-color-light-blue-100 {
    color: #b3e5fc !important;
}

.md-bg-light-blue-100 {
    background-color: #b3e5fc !important;
}

.md-color-light-blue-200 {
    color: #81d4fa !important;
}

.md-bg-light-blue-200 {
    background-color: #81d4fa !important;
}

.md-color-light-blue-300 {
    color: #4fc3f7 !important;
}

.md-bg-light-blue-300 {
    background-color: #4fc3f7 !important;
}

.md-color-light-blue-400 {
    color: #29b6f6 !important;
}

.md-bg-light-blue-400 {
    background-color: #29b6f6 !important;
}

.md-color-light-blue-500 {
    color: #03a9f4 !important;
}

.md-bg-light-blue-500 {
    background-color: #03a9f4 !important;
}

.md-color-light-blue-600 {
    color: #039be5 !important;
}

.md-bg-light-blue-600 {
    background-color: #039be5 !important;
}

.md-color-light-blue-700 {
    color: #0288d1 !important;
}

.md-bg-light-blue-700 {
    background-color: #0288d1 !important;
}

.md-color-light-blue-800 {
    color: #0277bd !important;
}

.md-bg-light-blue-800 {
    background-color: #0277bd !important;
}

.md-color-light-blue-900 {
    color: #01579b !important;
}

.md-bg-light-blue-900 {
    background-color: #01579b !important;
}

.md-color-light-blue-A100 {
    color: #80d8ff !important;
}

.md-bg-light-blue-A100 {
    background-color: #80d8ff !important;
}

.md-color-light-blue-A200 {
    color: #40c4ff !important;
}

.md-bg-light-blue-A200 {
    background-color: #40c4ff !important;
}

.md-color-light-blue-A400 {
    color: #00b0ff !important;
}

.md-bg-light-blue-A400 {
    background-color: #00b0ff !important;
}

.md-color-light-blue-A700 {
    color: #0091ea !important;
}

.md-bg-light-blue-A700 {
    background-color: #0091ea !important;
}

.md-color-cyan-50 {
    color: #e0f7fa !important;
}

.md-bg-cyan-50 {
    background-color: #e0f7fa !important;
}

.md-color-cyan-100 {
    color: #b2ebf2 !important;
}

.md-bg-cyan-100 {
    background-color: #b2ebf2 !important;
}

.md-color-cyan-200 {
    color: #80deea !important;
}

.md-bg-cyan-200 {
    background-color: #80deea !important;
}

.md-color-cyan-300 {
    color: #4dd0e1 !important;
}

.md-bg-cyan-300 {
    background-color: #4dd0e1 !important;
}

.md-color-cyan-400 {
    color: #26c6da !important;
}

.md-bg-cyan-400 {
    background-color: #26c6da !important;
}

.md-color-cyan-500 {
    color: #00bcd4 !important;
}

.md-bg-cyan-500 {
    background-color: #00bcd4 !important;
}

.md-color-cyan-600 {
    color: #00acc1 !important;
}

.md-bg-cyan-600 {
    background-color: #00acc1 !important;
}

.md-color-cyan-700 {
    color: #0097a7 !important;
}

.md-bg-cyan-700 {
    background-color: #0097a7 !important;
}

.md-color-cyan-800 {
    color: #00838f !important;
}

.md-bg-cyan-800 {
    background-color: #00838f !important;
}

.md-color-cyan-900 {
    color: #006064 !important;
}

.md-bg-cyan-900 {
    background-color: #006064 !important;
}

.md-color-cyan-A100 {
    color: #84ffff !important;
}

.md-bg-cyan-A100 {
    background-color: #84ffff !important;
}

.md-color-cyan-A200 {
    color: #18ffff !important;
}

.md-bg-cyan-A200 {
    background-color: #18ffff !important;
}

.md-color-cyan-A400 {
    color: #00e5ff !important;
}

.md-bg-cyan-A400 {
    background-color: #00e5ff !important;
}

.md-color-cyan-A700 {
    color: #00b8d4 !important;
}

.md-bg-cyan-A700 {
    background-color: #00b8d4 !important;
}

.md-color-teal-50 {
    color: #e0f2f1 !important;
}

.md-bg-teal-50 {
    background-color: #e0f2f1 !important;
}

.md-color-teal-100 {
    color: #b2dfdb !important;
}

.md-bg-teal-100 {
    background-color: #b2dfdb !important;
}

.md-color-teal-200 {
    color: #80cbc4 !important;
}

.md-bg-teal-200 {
    background-color: #80cbc4 !important;
}

.md-color-teal-300 {
    color: #4db6ac !important;
}

.md-bg-teal-300 {
    background-color: #4db6ac !important;
}

.md-color-teal-400 {
    color: #26a69a !important;
}

.md-bg-teal-400 {
    background-color: #26a69a !important;
}

.md-color-teal-500 {
    color: #009688 !important;
}

.md-bg-teal-500 {
    background-color: #009688 !important;
}

.md-color-teal-600 {
    color: #00897b !important;
}

.md-bg-teal-600 {
    background-color: #00897b !important;
}

.md-color-teal-700 {
    color: #00796b !important;
}

.md-bg-teal-700 {
    background-color: #00796b !important;
}

.md-color-teal-800 {
    color: #00695c !important;
}

.md-bg-teal-800 {
    background-color: #00695c !important;
}

.md-color-teal-900 {
    color: #004d40 !important;
}

.md-bg-teal-900 {
    background-color: #004d40 !important;
}

.md-color-teal-A100 {
    color: #a7ffeb !important;
}

.md-bg-teal-A100 {
    background-color: #a7ffeb !important;
}

.md-color-teal-A200 {
    color: #64ffda !important;
}

.md-bg-teal-A200 {
    background-color: #64ffda !important;
}

.md-color-teal-A400 {
    color: #1de9b6 !important;
}

.md-bg-teal-A400 {
    background-color: #1de9b6 !important;
}

.md-color-teal-A700 {
    color: #00bfa5 !important;
}

.md-bg-teal-A700 {
    background-color: #00bfa5 !important;
}

.md-color-green-50 {
    color: #e8f5e9 !important;
}

.md-bg-green-50 {
    background-color: #e8f5e9 !important;
}

.md-color-green-100 {
    color: #c8e6c9 !important;
}

.md-bg-green-100 {
    background-color: #c8e6c9 !important;
}

.md-color-green-200 {
    color: #a5d6a7 !important;
}

.md-bg-green-200 {
    background-color: #a5d6a7 !important;
}

.md-color-green-300 {
    color: #81c784 !important;
}

.md-bg-green-300 {
    background-color: #81c784 !important;
}

.md-color-green-400 {
    color: #66bb6a !important;
}

.md-bg-green-400 {
    background-color: #66bb6a !important;
}

.md-color-green-500 {
    color: #4caf50 !important;
}

.md-bg-green-500 {
    background-color: #4caf50 !important;
}

.md-color-green-600 {
    color: #43a047 !important;
}

.md-bg-green-600 {
    background-color: #43a047 !important;
}

.md-color-green-700 {
    color: #388e3c !important;
}

.md-bg-green-700 {
    background-color: #388e3c !important;
}

.md-color-green-800 {
    color: #2e7d32 !important;
}

.md-bg-green-800 {
    background-color: #2e7d32 !important;
}

.md-color-green-900 {
    color: #1b5e20 !important;
}

.md-bg-green-900 {
    background-color: #1b5e20 !important;
}

.md-color-green-A100 {
    color: #b9f6ca !important;
}

.md-bg-green-A100 {
    background-color: #b9f6ca !important;
}

.md-color-green-A200 {
    color: #69f0ae !important;
}

.md-bg-green-A200 {
    background-color: #69f0ae !important;
}

.md-color-green-A400 {
    color: #00e676 !important;
}

.md-bg-green-A400 {
    background-color: #00e676 !important;
}

.md-color-green-A700 {
    color: #00c853 !important;
}

.md-bg-green-A700 {
    background-color: #00c853 !important;
}

.md-color-light-green-50 {
    color: #f1f8e9 !important;
}

.md-bg-light-green-50 {
    background-color: #f1f8e9 !important;
}

.md-color-light-green-100 {
    color: #dcedc8 !important;
}

.md-bg-light-green-100 {
    background-color: #dcedc8 !important;
}

.md-color-light-green-200 {
    color: #c5e1a5 !important;
}

.md-bg-light-green-200 {
    background-color: #c5e1a5 !important;
}

.md-color-light-green-300 {
    color: #aed581 !important;
}

.md-bg-light-green-300 {
    background-color: #aed581 !important;
}

.md-color-light-green-400 {
    color: #9ccc65 !important;
}

.md-bg-light-green-400 {
    background-color: #9ccc65 !important;
}

.md-color-light-green-500 {
    color: #8bc34a !important;
}

.md-bg-light-green-500 {
    background-color: #8bc34a !important;
}

.md-color-light-green-600 {
    color: #ff6e3f !important;
}

.md-bg-light-green-600 {
    background-color: #ff6e3f !important;
}

.md-color-light-green-700 {
    color: #689f38 !important;
}

.md-bg-light-green-700 {
    background-color: #689f38 !important;
}

.md-color-light-green-800 {
    color: #558b2f !important;
}

.md-bg-light-green-800 {
    background-color: #558b2f !important;
}

.md-color-light-green-900 {
    color: #33691e !important;
}

.md-bg-light-green-900 {
    background-color: #33691e !important;
}

.md-color-light-green-A100 {
    color: #ccff90 !important;
}

.md-bg-light-green-A100 {
    background-color: #ccff90 !important;
}

.md-color-light-green-A200 {
    color: #b2ff59 !important;
}

.md-bg-light-green-A200 {
    background-color: #b2ff59 !important;
}

.md-color-light-green-A400 {
    color: #76ff03 !important;
}

.md-bg-light-green-A400 {
    background-color: #76ff03 !important;
}

.md-color-light-green-A700 {
    color: #64dd17 !important;
}

.md-bg-light-green-A700 {
    background-color: #64dd17 !important;
}

.md-color-lime-50 {
    color: #f9fbe7 !important;
}

.md-bg-lime-50 {
    background-color: #f9fbe7 !important;
}

.md-color-lime-100 {
    color: #f0f4c3 !important;
}

.md-bg-lime-100 {
    background-color: #f0f4c3 !important;
}

.md-color-lime-200 {
    color: #e6ee9c !important;
}

.md-bg-lime-200 {
    background-color: #e6ee9c !important;
}

.md-color-lime-300 {
    color: #dce775 !important;
}

.md-bg-lime-300 {
    background-color: #dce775 !important;
}

.md-color-lime-400 {
    color: #d4e157 !important;
}

.md-bg-lime-400 {
    background-color: #d4e157 !important;
}

.md-color-lime-500 {
    color: #cddc39 !important;
}

.md-bg-lime-500 {
    background-color: #cddc39 !important;
}

.md-color-lime-600 {
    color: #c0ca33 !important;
}

.md-bg-lime-600 {
    background-color: #c0ca33 !important;
}

.md-color-lime-700 {
    color: #afb42b !important;
}

.md-bg-lime-700 {
    background-color: #afb42b !important;
}

.md-color-lime-800 {
    color: #9e9d24 !important;
}

.md-bg-lime-800 {
    background-color: #9e9d24 !important;
}

.md-color-lime-900 {
    color: #827717 !important;
}

.md-bg-lime-900 {
    background-color: #827717 !important;
}

.md-color-lime-A100 {
    color: #f4ff81 !important;
}

.md-bg-lime-A100 {
    background-color: #f4ff81 !important;
}

.md-color-lime-A200 {
    color: #eeff41 !important;
}

.md-bg-lime-A200 {
    background-color: #eeff41 !important;
}

.md-color-lime-A400 {
    color: #c6ff00 !important;
}

.md-bg-lime-A400 {
    background-color: #c6ff00 !important;
}

.md-color-lime-A700 {
    color: #aeea00 !important;
}

.md-bg-lime-A700 {
    background-color: #aeea00 !important;
}

.md-color-yellow-50 {
    color: #fffde7 !important;
}

.md-bg-yellow-50 {
    background-color: #fffde7 !important;
}

.md-color-yellow-100 {
    color: #fff9c4 !important;
}

.md-bg-yellow-100 {
    background-color: #fff9c4 !important;
}

.md-color-yellow-200 {
    color: #fff59d !important;
}

.md-bg-yellow-200 {
    background-color: #fff59d !important;
}

.md-color-yellow-300 {
    color: #fff176 !important;
}

.md-bg-yellow-300 {
    background-color: #fff176 !important;
}

.md-color-yellow-400 {
    color: #ffee58 !important;
}

.md-bg-yellow-400 {
    background-color: #ffee58 !important;
}

.md-color-yellow-500 {
    color: #ffeb3b !important;
}

.md-bg-yellow-500 {
    background-color: #ffeb3b !important;
}

.md-color-yellow-600 {
    color: #fdd835 !important;
}

.md-bg-yellow-600 {
    background-color: #fdd835 !important;
}

.md-color-yellow-700 {
    color: #fbc02d !important;
}

.md-bg-yellow-700 {
    background-color: #fbc02d !important;
}

.md-color-yellow-800 {
    color: #f9a825 !important;
}

.md-bg-yellow-800 {
    background-color: #f9a825 !important;
}

.md-color-yellow-900 {
    color: #f57f17 !important;
}

.md-bg-yellow-900 {
    background-color: #f57f17 !important;
}

.md-color-yellow-A100 {
    color: #ffff8d !important;
}

.md-bg-yellow-A100 {
    background-color: #ffff8d !important;
}

.md-color-yellow-A200 {
    color: #ffff00 !important;
}

.md-bg-yellow-A200 {
    background-color: #ffff00 !important;
}

.md-color-yellow-A400 {
    color: #ffea00 !important;
}

.md-bg-yellow-A400 {
    background-color: #ffea00 !important;
}

.md-color-yellow-A700 {
    color: #ffd600 !important;
}

.md-bg-yellow-A700 {
    background-color: #ffd600 !important;
}

.md-color-amber-50 {
    color: #fff8e1 !important;
}

.md-bg-amber-50 {
    background-color: #fff8e1 !important;
}

.md-color-amber-100 {
    color: #ffecb3 !important;
}

.md-bg-amber-100 {
    background-color: #ffecb3 !important;
}

.md-color-amber-200 {
    color: #ffe082 !important;
}

.md-bg-amber-200 {
    background-color: #ffe082 !important;
}

.md-color-amber-300 {
    color: #ffd54f !important;
}

.md-bg-amber-300 {
    background-color: #ffd54f !important;
}

.md-color-amber-400 {
    color: #ffca28 !important;
}

.md-bg-amber-400 {
    background-color: #ffca28 !important;
}

.md-color-amber-500 {
    color: #ffc107 !important;
}

.md-bg-amber-500 {
    background-color: #ffc107 !important;
}

.md-color-amber-600 {
    color: #ffb300 !important;
}

.md-bg-amber-600 {
    background-color: #ffb300 !important;
}

.md-color-amber-700 {
    color: #ffa000 !important;
}

.md-bg-amber-700 {
    background-color: #ffa000 !important;
}

.md-color-amber-800 {
    color: #ff8f00 !important;
}

.md-bg-amber-800 {
    background-color: #ff8f00 !important;
}

.md-color-amber-900 {
    color: #ff6f00 !important;
}

.md-bg-amber-900 {
    background-color: #ff6f00 !important;
}

.md-color-amber-A100 {
    color: #ffe57f !important;
}

.md-bg-amber-A100 {
    background-color: #ffe57f !important;
}

.md-color-amber-A200 {
    color: #ffd740 !important;
}

.md-bg-amber-A200 {
    background-color: #ffd740 !important;
}

.md-color-amber-A400 {
    color: #ffc400 !important;
}

.md-bg-amber-A400 {
    background-color: #ffc400 !important;
}

.md-color-amber-A700 {
    color: #ffab00 !important;
}

.md-bg-amber-A700 {
    background-color: #ffab00 !important;
}

.md-color-orange-50 {
    color: #fff3e0 !important;
}

.md-bg-orange-50 {
    background-color: #fff3e0 !important;
}

.md-color-orange-100 {
    color: #ffe0b2 !important;
}

.md-bg-orange-100 {
    background-color: #ffe0b2 !important;
}

.md-color-orange-200 {
    color: #ffcc80 !important;
}

.md-bg-orange-200 {
    background-color: #ffcc80 !important;
}

.md-color-orange-300 {
    color: #ffb74d !important;
}

.md-bg-orange-300 {
    background-color: #ffb74d !important;
}

.md-color-orange-400 {
    color: #ffa726 !important;
}

.md-bg-orange-400 {
    background-color: #ffa726 !important;
}

.md-color-orange-500 {
    color: #ff9800 !important;
}

.md-bg-orange-500 {
    background-color: #ff9800 !important;
}

.md-color-orange-600 {
    color: #fb8c00 !important;
}

.md-bg-orange-600 {
    background-color: #fb8c00 !important;
}

.md-color-orange-700 {
    color: #f57c00 !important;
}

.md-bg-orange-700 {
    background-color: #f57c00 !important;
}

.md-color-orange-800 {
    color: #ef6c00 !important;
}

.md-bg-orange-800 {
    background-color: #ef6c00 !important;
}

.md-color-orange-900 {
    color: #e65100 !important;
}

.md-bg-orange-900 {
    background-color: #e65100 !important;
}

.md-color-orange-A100 {
    color: #ffd180 !important;
}

.md-bg-orange-A100 {
    background-color: #ffd180 !important;
}

.md-color-orange-A200 {
    color: #ffab40 !important;
}

.md-bg-orange-A200 {
    background-color: #ffab40 !important;
}

.md-color-orange-A400 {
    color: #ff9100 !important;
}

.md-bg-orange-A400 {
    background-color: #ff9100 !important;
}

.md-color-orange-A700 {
    color: #ff6d00 !important;
}

.md-bg-orange-A700 {
    background-color: #ff6d00 !important;
}

.md-color-deep-orange-50 {
    color: #fbe9e7 !important;
}

.md-bg-deep-orange-50 {
    background-color: #fbe9e7 !important;
}

.md-color-deep-orange-100 {
    color: #ffccbc !important;
}

.md-bg-deep-orange-100 {
    background-color: #ffccbc !important;
}

.md-color-deep-orange-200 {
    color: #ffab91 !important;
}

.md-bg-deep-orange-200 {
    background-color: #ffab91 !important;
}

.md-color-deep-orange-300 {
    color: #ff8a65 !important;
}

.md-bg-deep-orange-300 {
    background-color: #ff8a65 !important;
}

.md-color-deep-orange-400 {
    color: #ff7043 !important;
}

.md-bg-deep-orange-400 {
    background-color: #ff7043 !important;
}

.md-color-deep-orange-500 {
    color: #ff5722 !important;
}

.md-bg-deep-orange-500 {
    background-color: #ff5722 !important;
}

.md-color-deep-orange-600 {
    color: #f4511e !important;
}

.md-bg-deep-orange-600 {
    background-color: #f4511e !important;
}

.md-color-deep-orange-700 {
    color: #e64a19 !important;
}

.md-bg-deep-orange-700 {
    background-color: #e64a19 !important;
}

.md-color-deep-orange-800 {
    color: #d84315 !important;
}

.md-bg-deep-orange-800 {
    background-color: #d84315 !important;
}

.md-color-deep-orange-900 {
    color: #bf360c !important;
}

.md-bg-deep-orange-900 {
    background-color: #bf360c !important;
}

.md-color-deep-orange-A100 {
    color: #ff9e80 !important;
}

.md-bg-deep-orange-A100 {
    background-color: #ff9e80 !important;
}

.md-color-deep-orange-A200 {
    color: #ff6e40 !important;
}

.md-bg-deep-orange-A200 {
    background-color: #ff6e40 !important;
}

.md-color-deep-orange-A400 {
    color: #ff3d00 !important;
}

.md-bg-deep-orange-A400 {
    background-color: #ff3d00 !important;
}

.md-color-deep-orange-A700 {
    color: #dd2c00 !important;
}

.md-bg-deep-orange-A700 {
    background-color: #dd2c00 !important;
}

.md-color-brown-50 {
    color: #efebe9 !important;
}

.md-bg-brown-50 {
    background-color: #efebe9 !important;
}

.md-color-brown-100 {
    color: #d7ccc8 !important;
}

.md-bg-brown-100 {
    background-color: #d7ccc8 !important;
}

.md-color-brown-200 {
    color: #bcaaa4 !important;
}

.md-bg-brown-200 {
    background-color: #bcaaa4 !important;
}

.md-color-brown-300 {
    color: #a1887f !important;
}

.md-bg-brown-300 {
    background-color: #a1887f !important;
}

.md-color-brown-400 {
    color: #8d6e63 !important;
}

.md-bg-brown-400 {
    background-color: #8d6e63 !important;
}

.md-color-brown-500 {
    color: #795548 !important;
}

.md-bg-brown-500 {
    background-color: #795548 !important;
}

.md-color-brown-600 {
    color: #6d4c41 !important;
}

.md-bg-brown-600 {
    background-color: #6d4c41 !important;
}

.md-color-brown-700 {
    color: #5d4037 !important;
}

.md-bg-brown-700 {
    background-color: #5d4037 !important;
}

.md-color-brown-800 {
    color: #4e342e !important;
}

.md-bg-brown-800 {
    background-color: #4e342e !important;
}

.md-color-brown-900 {
    color: #3e2723 !important;
}

.md-bg-brown-900 {
    background-color: #3e2723 !important;
}

.md-color-grey-50 {
    color: #fafafa !important;
}

.md-bg-grey-50 {
    background-color: #fafafa !important;
}

.md-color-grey-100 {
    color: #f5f5f5 !important;
}

.md-bg-grey-100 {
    background-color: #f5f5f5 !important;
}

.md-color-grey-200 {
    color: #eeeeee !important;
}

.md-bg-grey-200 {
    background-color: #eeeeee !important;
}

.md-color-grey-300 {
    color: #e0e0e0 !important;
}

.md-bg-grey-300 {
    background-color: #e0e0e0 !important;
}

.md-color-grey-400 {
    color: #bdbdbd !important;
}

.md-bg-grey-400 {
    background-color: #bdbdbd !important;
}

.md-color-grey-500 {
    color: #9e9e9e !important;
}

.md-bg-grey-500 {
    background-color: #9e9e9e !important;
}

.md-color-grey-600 {
    color: #757575 !important;
}

.md-bg-grey-600 {
    background-color: #757575 !important;
}

.md-color-grey-700 {
    color: #616161 !important;
}

.md-bg-grey-700 {
    background-color: #616161 !important;
}

.md-color-grey-800 {
    color: #424242 !important;
}

.md-bg-grey-800 {
    background-color: #424242 !important;
}

.md-color-grey-900 {
    color: #212121 !important;
}
.md-color-green {
    color: rgb(35, 115, 37) !important;
}

.md-bg-grey-900 {
    background-color: #212121 !important;
}

.md-color-blue-grey-50 {
    color: #eceff1 !important;
}

.md-bg-blue-grey-50 {
    background-color: #eceff1 !important;
}

.md-color-blue-grey-100 {
    color: #cfd8dc !important;
}

.md-bg-blue-grey-100 {
    background-color: #cfd8dc !important;
}

.md-color-blue-grey-200 {
    color: #b0bec5 !important;
}

.md-bg-blue-grey-200 {
    background-color: #b0bec5 !important;
}

.md-color-blue-grey-300 {
    color: #90a4ae !important;
}

.md-bg-blue-grey-300 {
    background-color: #90a4ae !important;
}

.md-color-blue-grey-400 {
    color: #78909c !important;
}

.md-bg-blue-grey-400 {
    background-color: #78909c !important;
}

.md-color-blue-grey-500 {
    color: #607d8b !important;
}

.md-bg-blue-grey-500 {
    background-color: #607d8b !important;
}

.md-color-blue-grey-600 {
    color: #546e7a !important;
}

.md-bg-blue-grey-600 {
    background-color: #546e7a !important;
}

.md-color-blue-grey-700 {
    color: #455a64 !important;
}

.md-bg-blue-grey-700 {
    background-color: #455a64 !important;
}

.md-color-blue-grey-800 {
    color: #37474f !important;
}

.md-bg-blue-grey-800 {
    background-color: #37474f !important;
}

.md-color-blue-grey-900 {
    color: #263238 !important;
}

.md-bg-blue-grey-900 {
    background-color: #263238 !important;
}

.md-color-white {
    color: #fff !important;
}

/* cards */
.md-card {
    background: #fff;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border: none;
}

.md-card+.md-card,
.md-card+.uk-grid,
.uk-grid+.md-card {
    margin-top: 25px;
}

.md-card .full_width_in_card {
    padding: 16px 24px;
    background: rgba(0, 0, 0, 0.085);
}

.md-card .md-card-toolbar {
    height: 48px;
    padding: 0 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
}

.md-card .md-card-toolbar:before,
.md-card .md-card-toolbar:after {
    content: " ";
    display: table;
}

.md-card .md-card-toolbar:after {
    clear: both;
}

.md-card .md-card-toolbar:before,
.md-card .md-card-toolbar:after {
    content: " ";
    display: table;
}

.md-card .md-card-toolbar:after {
    clear: both;
}

.md-card .md-card-toolbar-heading-text {
    font: 500 14px / 50px "Roboto", sans-serif;
    color: #212121;
    margin: 0;
    float: left;
    overflow: hidden;
    height: 48px;
}

.md-card .md-card-toolbar-heading-text.large {
    font-size: 18px;
    font-weight: 400;
}

.md-card .md-card-toolbar .md-toggle-group {
    float: left;
    margin: 8px 0 0 16px;
}

.md-card .md-card-toolbar .md-toggle-group.md-toggle-group-small {
    margin-top: 10px;
}

.md-card .md-card-toolbar .md-card-toolbar-actions {
    float: right;
    padding-top: 10px;
}

.md-card .md-card-toolbar .md-card-toolbar-actions .uk-open .md-card-toolbar-icon {
    background: rgba(0, 0, 0, 0.085);
    color: #212121;
}

.md-card .md-card-toolbar .md-card-toolbar-actions .md-card-dropdown {
    display: inline-block;
    position: relative;
}

.md-card .md-card-toolbar .md-card-toolbar-actions .selectize-control {
    min-width: 220px;
    margin-top: -3px;
}

.md-card .md-card-toolbar .md-card-toolbar-actions .selectize-control .selectize-input {
    min-height: 30px;
    padding: 4px 8px;
}

.md-card .md-card-toolbar .md-card-toolbar-actions .selectize-control .selectize-dropdown {
    margin-top: -34px;
}

.md-card .md-card-toolbar .md-icon+.md-card-dropdown {
    margin-left: 4px;
}

.md-card .md-card-toolbar .md-card-fullscreen-deactivate {
    margin: 9px 8px 0 0;
}

.md-card .md-card-toolbar-input {
    border: none;
    font: 400 18px / 24px "Roboto", sans-serif;
    height: auto;
    background: none !important;
    padding: 12px 0;
    width: 50%;
    box-sizing: border-box;
}

.md-card .md-card-toolbar .uk-tab {
    margin-top: -2px;
    border-bottom: none;
}

.md-card .md-card-toolbar .uk-tab li>a {
    padding: 10px 8px !important;
}

.md-card .md-card-head {
    height: 160px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.md-card .md-card-head-menu {
    position: absolute;
    right: 8px;
    top: 8px;
}

.md-card .md-card-head-avatar {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    margin-top: 16px;
    border: 2px solid #fff;
    display: inline-block;
}

.md-card .md-card-heads-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-top: 16px;
    display: inline-block;
    background: #E6E6E6;
}

.md-card .md-card-head-text {
    padding: 8px 16px 16px;
    font: 500 16px / 22px "Roboto", sans-serif;
    color: #212121;
    margin: 0;
}

.md-card .md-card-head-text span {
    display: block;
    font: 400 12px / 18px "Roboto", sans-serif;
    margin-top: -2px;
}

.md-card .md-card-head-text.text_dark {
    color: #212121 !important;
}

.md-card .md-card-head-text-over {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

.md-card .md-card-head-subtext {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    padding: 0 16px;
    text-align: right;
    color: #fff;
}

.md-card .md-card-head-subtext span {
    font-size: 26px;
}

.md-card .md-card-head-icon {
    font-size: 48px;
    color: #fff;
    vertical-align: middle;
}

.md-card .md-card-head.head_background {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-bottom-color: transparent;
}

.md-card .md-card-head.head_background .md-card-head-text {
    color: #fff;
}

.md-card .md-card-head.head_background_top {
    background-repeat: no-repeat;
    background-position: center top;
}

.md-card .md-card-head.head_background_bottom {
    background-repeat: no-repeat;
    background-position: center bottom;
}

.md-card .md-card-head .head_chart {
    height: 100px;
    width: 100%;
    position: absolute !important;
    left: 0;
    top: 40px;
}

.md-card .md-card-head .fitVid_player {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.md-card .md-card-head-img {
    height: 100%;
    width: auto;
}

.md-card .md-card-head iframe {
    height: 160px;
}

.md-card .md-card-content {
    padding: 16px;
}

.md-card .md-card-content.padding-reset {
    padding: 0;
}

.md-card .md-card-content.large-padding {
    padding: 24px 35px;
}

.md-card .md-card-content.small-padding {
    padding: 8px;
}

.md-card.md-card-fullscreen {
    position: fixed;
    z-index: 9998;
    overflow-x: hidden;
}

.md-card.md-card-fullscreen .md-card-fullscreen-activate {
    display: none;
}

.md-card .md-card-fullscreen-content {
    display: none;
    padding: 16px 0;
}

.md-card-fullscreen-content-hidden .md-card .md-card-fullscreen-content {
    display: block;
    visibility: hidden;
    padding: 0;
}

.md-card.mdToolbar_fixed {
    overflow-y: hidden;
}

.md-card.mdToolbar_fixed>.md-card-toolbar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.md-card.mdToolbar_fixed>.md-card-content {
    overflow-y: scroll;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    top: 48px;
    bottom: 0;
}

.md-card.md-card-overlay {
    overflow: hidden;
    padding-bottom: 54px;
}

.md-card.md-card-overlay .md-card-content {
    height: 142px;
    overflow: hidden;
    box-sizing: border-box;
}

.md-card.md-card-overlay .md-card-content.no_truncate {
    position: relative;
}

.md-card.md-card-overlay .md-card-content.no_truncate:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    background-image: -webkit-linear-gradient(bottom, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to top, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
    display: block;
    content: '';
    z-index: 10;
}

.md-card.md-card-overlay .md-card-content>pre {
    margin-top: 0;
    max-height: 110px;
}

.md-card.md-card-overlay .md-card-content>pre>code {
    overflow: hidden;
}

.md-card.md-card-overlay .md-card-overlay-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0 16px;
    margin-top: -54px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    text-align: left;
    bottom: 0;
    background: #fff;
    z-index: 10;
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.md-card.md-card-overlay .md-card-overlay-content p {
    margin: 0;
}

.md-card.md-card-overlay .md-card-overlay-content p+* {
    margin-top: 16px;
}

.md-card.md-card-overlay .md-card-overlay-content p+p {
    margin-top: 4px;
}

.md-card.md-card-overlay .md-card-overlay-header {
    padding: 12px 0;
}

.md-card.md-card-overlay .md-card-overlay-header:before,
.md-card.md-card-overlay .md-card-overlay-header:after {
    content: " ";
    display: table;
}

.md-card.md-card-overlay .md-card-overlay-header:after {
    clear: both;
}

.md-card.md-card-overlay .md-card-overlay-header:before,
.md-card.md-card-overlay .md-card-overlay-header:after {
    content: " ";
    display: table;
}

.md-card.md-card-overlay .md-card-overlay-header:after {
    clear: both;
}

.md-card.md-card-overlay .md-card-overlay-header h3,
.md-card.md-card-overlay .md-card-overlay-header h4 {
    margin: 0;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    padding-right: 32px;
    box-sizing: border-box;
}

.md-card.md-card-overlay .md-card-overlay-header h3 {
    font: 400 16px / 30px "Roboto", sans-serif;
}

.md-card.md-card-overlay .md-card-overlay-header h4 {
    font: 500 14px / 30px "Roboto", sans-serif;
}

.md-card.md-card-overlay .md-card-overlay-header .md-icon {
    position: absolute;
    right: 12px;
    top: 11px;
}

.md-card.md-card-overlay-active .md-card-overlay-content {
    top: -1px;
    margin-top: 0;
}

.md-card.md-card-hover {
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.md-card.md-card-hover.md-crd-cursor{
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.md-card.md-card-hover:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.uk-sortable-dragged .md-card {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.uk-sortable-dragged .md-card canvas {
    margin: 0 auto;
    display: block;
}

.md-card .heading_list {
    padding: 0;
}

.md-card-primary,
.md-card-success,
.md-card-danger,
.md-card-warning {
    border-left: 4px solid transparent;
}

.md-card-primary {
    border-left-color: #2196f3;
}

.md-card-success {
    border-left-color: #ff6e3f;
}

.md-card-danger {
    border-left-color: #e53935;
}

.md-card-warning {
    border-left-color: #ffa000;
}

.md-expand,
.md-expand-group>* {
    opacity: 0;
}

.md-card-placeholder {
    min-width: 100%;
}

.md-card-list-wrapper,
.md-card-list-wrapper:before,
.md-card-list-wrapper:after,
.md-card-list-wrapper *,
.md-card-list-wrapper *:before,
.md-card-list-wrapper *:after {
    box-sizing: border-box;
}

.md-card-list-wrapper .md-card-list-header {
    position: absolute;
    top: -24px;
    left: 0;
}

.md-card-list-wrapper .md-card-list {
    margin: 48px 0 0 0;
    position: relative;
}

.md-card-list-wrapper .md-card-list:first-child {
    margin-top: 24px;
}

.md-card-list-wrapper .md-card-list>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.md-card-list-wrapper .md-card-list>ul>li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.md-card-list-wrapper .md-card-list>ul>li {
    min-height: 34px;
    padding: 8px 16px;
    font-size: 13px;
    -webkit-transition: background 150ms, padding 200ms;
    transition: background 150ms, padding 200ms;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.md-card-list-wrapper .md-card-list>ul>li:before,
.md-card-list-wrapper .md-card-list>ul>li:after {
    content: " ";
    display: table;
}

.md-card-list-wrapper .md-card-list>ul>li:after {
    clear: both;
}

.md-card-list-wrapper .md-card-list>ul>li:before,
.md-card-list-wrapper .md-card-list>ul>li:after {
    content: " ";
    display: table;
}

.md-card-list-wrapper .md-card-list>ul>li:after {
    clear: both;
}

.md-card-list-wrapper .md-card-list>ul>li.item-shown {
    background: #fff;
    padding: 8px 36px;
}

@media only screen and (max-width: 767px) {
    .md-card-list-wrapper .md-card-list>ul>li.item-shown .md-card-list-item-subject {
        clear: both;
        float: none;
        padding-top: 16px;
    }

    .md-card-list-wrapper .md-card-list>ul>li.item-shown .md-card-list-item-subject>span {
        white-space: normal;
    }
}

.md-card-list-wrapper .md-card-list>ul>li.item-shown .md-card-list-item-sender {
    width: auto;
    overflow: hidden;
}

.md-card-list-wrapper .md-card-list>ul>li.item-shown.md-card-list-item-selected {
    position: relative;
}

.md-card-list-wrapper .md-card-list>ul>li.item-shown.md-card-list-item-selected:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    background: #e3f2fd;
}

.md-card-list-wrapper .md-card-list .md-card-list-item-select,
.md-card-list-wrapper .md-card-list .md-card-list-item-avatar-wrapper,
.md-card-list-wrapper .md-card-list .md-card-list-item-sender {
    float: left;
}

.md-card-list-wrapper .md-card-list .md-card-list-item-select {
    padding: 6px 8px 0 0;
}

.md-card-list-wrapper .md-card-list .md-card-list-item-avatar-wrapper,
.md-card-list-wrapper .md-card-list .md-card-list-item-sender,
.md-card-list-wrapper .md-card-list .md-card-list-item-subject,
.md-card-list-wrapper .md-card-list .md-card-list-item-date {
    padding: 0 8px;
}

.md-card-list-wrapper .md-card-list .md-card-list-item-avatar-wrapper .md-card-list-item-avatar {
    background: #757575;
    color: #fff;
    width: 34px;
    border-radius: 50%;
    display: block;
}

.md-card-list-wrapper .md-card-list .md-card-list-item-avatar-wrapper .md-card-list-item-avatar-large {
    width: 82px;
    border-radius: 50%;
}

.md-card-list-wrapper .md-card-list .md-card-list-item-avatar-wrapper span.md-card-list-item-avatar {
    line-height: 34px;
    text-transform: uppercase;
    text-align: center;
}

.md-card-list-wrapper .md-card-list .md-card-list-item-sender {
    width: 220px;
    line-height: 34px;
}

.md-card-list-wrapper .md-card-list .md-card-list-item-sender>span {
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

@media only screen and (max-width: 1219px) {
    .md-card-list-wrapper .md-card-list .md-card-list-item-sender {
        display: none;
    }
}

.md-card-list-wrapper .md-card-list .md-card-list-item-subject {
    overflow: hidden;
    font-weight: 500;
}

.md-card-list-wrapper .md-card-list .md-card-list-item-subject>span {
    line-height: 34px;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.md-card-list-wrapper .md-card-list .md-card-list-item-subject .md-card-list-item-sender-small {
    display: none;
}

@media only screen and (max-width: 1219px) {
    .md-card-list-wrapper .md-card-list .md-card-list-item-subject .md-card-list-item-sender-small {
        display: block;
    }

    .md-card-list-wrapper .md-card-list .md-card-list-item-subject .md-card-list-item-sender-small+span {
        line-height: inherit;
    }
}

.md-card-list-wrapper .md-card-list .md-card-list-item-subject .md-card-list-item-sender-small>span {
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    color: #999;
}

.md-card-list-wrapper .md-card-list .md-card-list-item-date {
    line-height: 34px;
    float: right;
    color: #999;
}

@media only screen and (max-width: 479px) {
    .md-card-list-wrapper .md-card-list .md-card-list-item-date {
        display: none;
    }
}

.md-card-list-wrapper .md-card-list .md-card-list-item-menu {
    float: right;
    margin: 0 0 0 8px;
    position: relative;
}

.md-card-list-wrapper .md-card-list .md-card-list-item-menu .uk-dropdown .material-icons {
    margin-right: 8px;
}

.md-card-list-wrapper .md-card-list .md-card-list-item-content-wrapper {
    display: none;
    clear: both;
    opacity: 0;
}

.md-card-list-wrapper .md-card-list .md-card-list-item-content {
    padding: 16px 16px 0 0;
    max-height: 360px;
    overflow-x: hidden;
    margin: 0 0 40px;
    top: 20px;
    position: relative;
    font-size: 14px;
}

.md-card-list-wrapper .md-card-list .md-card-list-item-content+.md-card-list-item-reply {
    padding-top: 10px;
}

.md-card-list-wrapper .md-card-list .md-card-list-item-reply {
    padding: 16px 0;
}

.md-card-list-wrapper .md-card-list .md-card-list-item-selected {
    background: #e3f2fd;
}

/* forms */
select,
textarea,
input:not([type]),
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    outline: none;
}

select.md-input,
textarea.md-input,
input:not([type]).md-input,
input[type="text"].md-input,
input[type="password"].md-input,
input[type="datetime"].md-input,
input[type="datetime-local"].md-input,
input[type="date"].md-input,
input[type="month"].md-input,
input[type="time"].md-input,
input[type="week"].md-input,
input[type="number"].md-input,
input[type="email"].md-input,
input[type="url"].md-input,
input[type="search"].md-input,
input[type="tel"].md-input,
input[type="color"].md-input {
    border-radius: 0;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.12);
    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;
}

select.md-input.md-input-danger,
textarea.md-input.md-input-danger,
input:not([type]).md-input.md-input-danger,
input[type="text"].md-input.md-input-danger,
input[type="password"].md-input.md-input-danger,
input[type="datetime"].md-input.md-input-danger,
input[type="datetime-local"].md-input.md-input-danger,
input[type="date"].md-input.md-input-danger,
input[type="month"].md-input.md-input-danger,
input[type="time"].md-input.md-input-danger,
input[type="week"].md-input.md-input-danger,
input[type="number"].md-input.md-input-danger,
input[type="email"].md-input.md-input-danger,
input[type="url"].md-input.md-input-danger,
input[type="search"].md-input.md-input-danger,
input[type="tel"].md-input.md-input-danger,
input[type="color"].md-input.md-input-danger {
    border-color: #e53935;
}

select.md-input.md-input-danger:focus,
textarea.md-input.md-input-danger:focus,
input:not([type]).md-input.md-input-danger:focus,
input[type="text"].md-input.md-input-danger:focus,
input[type="password"].md-input.md-input-danger:focus,
input[type="datetime"].md-input.md-input-danger:focus,
input[type="datetime-local"].md-input.md-input-danger:focus,
input[type="date"].md-input.md-input-danger:focus,
input[type="month"].md-input.md-input-danger:focus,
input[type="time"].md-input.md-input-danger:focus,
input[type="week"].md-input.md-input-danger:focus,
input[type="number"].md-input.md-input-danger:focus,
input[type="email"].md-input.md-input-danger:focus,
input[type="url"].md-input.md-input-danger:focus,
input[type="search"].md-input.md-input-danger:focus,
input[type="tel"].md-input.md-input-danger:focus,
input[type="color"].md-input.md-input-danger:focus {
    border-bottom-color: #e53935;
}

select.md-input.md-input-success,
textarea.md-input.md-input-success,
input:not([type]).md-input.md-input-success,
input[type="text"].md-input.md-input-success,
input[type="password"].md-input.md-input-success,
input[type="datetime"].md-input.md-input-success,
input[type="datetime-local"].md-input.md-input-success,
input[type="date"].md-input.md-input-success,
input[type="month"].md-input.md-input-success,
input[type="time"].md-input.md-input-success,
input[type="week"].md-input.md-input-success,
input[type="number"].md-input.md-input-success,
input[type="email"].md-input.md-input-success,
input[type="url"].md-input.md-input-success,
input[type="search"].md-input.md-input-success,
input[type="tel"].md-input.md-input-success,
input[type="color"].md-input.md-input-success {
    border-color: #7cb342;
}

select.md-input.md-input-success:focus,
textarea.md-input.md-input-success:focus,
input:not([type]).md-input.md-input-success:focus,
input[type="text"].md-input.md-input-success:focus,
input[type="password"].md-input.md-input-success:focus,
input[type="datetime"].md-input.md-input-success:focus,
input[type="datetime-local"].md-input.md-input-success:focus,
input[type="date"].md-input.md-input-success:focus,
input[type="month"].md-input.md-input-success:focus,
input[type="time"].md-input.md-input-success:focus,
input[type="week"].md-input.md-input-success:focus,
input[type="number"].md-input.md-input-success:focus,
input[type="email"].md-input.md-input-success:focus,
input[type="url"].md-input.md-input-success:focus,
input[type="search"].md-input.md-input-success:focus,
input[type="tel"].md-input.md-input-success:focus,
input[type="color"].md-input.md-input-success:focus {
    border-bottom-color: #7cb342;
}

select.md-input:focus,
textarea.md-input:focus,
input:not([type]).md-input:focus,
input[type="text"].md-input:focus,
input[type="password"].md-input:focus,
input[type="datetime"].md-input:focus,
input[type="datetime-local"].md-input:focus,
input[type="date"].md-input:focus,
input[type="month"].md-input:focus,
input[type="time"].md-input:focus,
input[type="week"].md-input:focus,
input[type="number"].md-input:focus,
input[type="email"].md-input:focus,
input[type="url"].md-input:focus,
input[type="search"].md-input:focus,
input[type="tel"].md-input:focus,
input[type="color"].md-input:focus {
    background: transparent;
    border-color: rgba(0, 0, 0, 0.12);
}

select.md-input-small,
textarea.md-input-small,
input:not([type]).md-input-small,
input[type="text"].md-input-small,
input[type="password"].md-input-small,
input[type="datetime"].md-input-small,
input[type="datetime-local"].md-input-small,
input[type="date"].md-input-small,
input[type="month"].md-input-small,
input[type="time"].md-input-small,
input[type="week"].md-input-small,
input[type="number"].md-input-small,
input[type="email"].md-input-small,
input[type="url"].md-input-small,
input[type="search"].md-input-small,
input[type="tel"].md-input-small,
input[type="color"].md-input-small {
    padding: 4px;
}

.md-input-width-small {
    min-width: 80px !important;
}

.md-input-width-medium {
    min-width: 160px !important;
}

.md-input-width-large {
    min-width: 320px !important;
}

textarea.md-input {
    min-height: 80px;
    resize: none;
    overflow: hidden;
    -webkit-transition: height 200ms ease-out;
    transition: height 200ms ease-out;
    line-height: 24px;
}

.md-input-wrapper {
    position: relative;
    padding-top: 4px;
    width: 100%;
    display: block;
}

.md-input-wrapper .md-input-bar {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.md-input-wrapper .md-input-bar:before,
.md-input-wrapper .md-input-bar:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #1976d2;
    -webkit-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.md-input-wrapper .md-input-bar:before {
    left: 50%;
}

.md-input-wrapper .md-input-bar:after {
    right: 50%;
}

.md-input-wrapper>label {
    color: #727272;
    position: absolute;
    top: 16px;
    left: 4px;
    right: 0;
    pointer-events: none;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}

.md-input-wrapper+* {
    margin-top: 10px;
}

.md-input-wrapper.md-input-wrapper-disabled>label {
    color: rgba(0, 0, 0, 0.26);
}

.md-input-wrapper-count {
    padding-bottom: 24px;
}

.md-input-wrapper-count .md-input-bar {
    bottom: 24px;
}

.md-input-wrapper-count .text-count-wrapper {
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
}

.md-input-wrapper-count>.md-input-wrapper-count .text-count-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
}

.md-input-filled>label,
.md-input-focus>label {
    top: -6px;
    font-size: 12px;
}

.md-input-filled.md-input-wrapper-count .text-count-wrapper,
.md-input-focus.md-input-wrapper-count .text-count-wrapper {
    opacity: 1;
}

.md-input-focus .md-input-bar:before,
.md-input-focus .md-input-bar:after {
    width: 50%;
}

.md-input-wrapper-danger .md-input-bar:before,
.md-input-wrapper-danger .md-input-bar:after {
    background: #e53935;
}

.md-input-wrapper-danger.md-input-wrapper-count .text-count-wrapper {
    color: #e53935;
}

.md-input-wrapper-success .md-input-bar:before,
.md-input-wrapper-success .md-input-bar:after {
    background: #ff6e3f;
}

.md-input-wrapper-success.md-input-wrapper-count .text-count-wrapper {
    color: #ff6e3f;
}

.md-form-group {
    position: relative;
}

label.md-label {
    color: #999;
    padding: 0 6px;
    font-size: 11px;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url("../icons/material-design-icons/MaterialIcons-Regular.eot");
    /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url("../icons/material-design-icons/MaterialIcons-Regular.woff2") format('woff2'), url("../icons/material-design-icons/MaterialIcons-Regular.woff") format('woff'), url("../icons/material-design-icons/MaterialIcons-Regular.ttf") format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    vertical-align: -4px;
    color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}

.material-icons.md-24 {
    font-size: 24px;
    vertical-align: -8px;
}

.material-icons.md-36 {
    font-size: 36px;
    vertical-align: -16px;
}

.material-icons.md-48 {
    font-size: 48px;
    vertical-align: -24px;
}

.material-icons.md-light {
    color: #ffffff;
}

.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}

/* list */
.md-list {
    margin: 0;
    padding: 0;
    list-style: none;
    /*&-outside-wrapper {
        overflow: hidden;
    }*/
}

.md-list>li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.md-list,
.md-list:before,
.md-list:after,
.md-list *,
.md-list *:before,
.md-list *:after {
    box-sizing: border-box;
}

.md-list .uk-nestable-list>li,
.md-list>li {
    min-height: 48px;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    position: relative;
}

.md-list .uk-nestable-list>li>.md-list-content,
.md-list>li>.md-list-content {
    overflow: hidden;
}

.md-list .uk-nestable-list>li>.md-list-content>span,
.md-list>li>.md-list-content>span {
    display: block;
}

.md-list .uk-nestable-list>li>.md-list-content .md-list-heading,
.md-list>li>.md-list-content .md-list-heading {
    margin: 0;
    font-weight: 500;
    display: block;
    overflow: hidden;
    padding-bottom: 1px;
}

.md-list .uk-nestable-list>li>.md-list-content .md-list-menu,
.md-list>li>.md-list-content .md-list-menu {
    float: right;
}

.md-list .uk-nestable-list>li>.md-list-content .md-list-menu .md-list-menu-toggle,
.md-list>li>.md-list-content .md-list-menu .md-list-menu-toggle {
    display: block;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    text-align: center;
}

.md-list .uk-nestable-list>li>.md-list-content .uk-badge,
.md-list>li>.md-list-content .uk-badge {
    float: right;
    color: #fff !important;
}

.md-list .uk-nestable-list>li>.md-list-content .md-list-action,
.md-list>li>.md-list-content .md-list-action {
    float: right;
    margin-left: 8px;
    margin-top: 2px;
    display: none;
}

.md-list .uk-nestable-list>li>.md-list-content .md-list-action-placeholder,
.md-list>li>.md-list-content .md-list-action-placeholder {
    float: right;
    margin-left: 8px;
    display: none;
    width: 32px;
    height: 32px;
}

.md-list .uk-nestable-list>li .md-list-action-dropdown,
.md-list>li .md-list-action-dropdown {
    position: absolute;
    right: 16px;
    top: 10px;
    display: none;
}

.md-list .uk-nestable-list>li>a.md-list-content,
.md-list>li>a.md-list-content {
    display: block;
    color: #212121;
}

.md-list .uk-nestable-list>li:last-child,
.md-list>li:last-child {
    border-bottom: none;
}

.md-list .uk-nestable-list>li.md-list-item-active,
.md-list>li.md-list-item-active {
    color: #ff6e3f;
}

.md-list .uk-nestable-list>li.md-list-item-disabled>.md-list-content,
.md-list>li.md-list-item-disabled>.md-list-content {
    color: #bdbdbd;
}

.md-list .uk-nestable-list>li.md-list-item-disabled>.md-list-content span,
.md-list>li.md-list-item-disabled>.md-list-content span {
    color: #bdbdbd !important;
}

.md-list .uk-nestable-list>li.heading_list,
.md-list>li.heading_list {
    min-height: 32px;
    padding: 32px 8px 16px;
    border-bottom: none;
    background: transparent !important;
    text-transform: uppercase;
}

.uk-touch .md-list .uk-nestable-list>li>.md-list-addon-element .uk-nestable-handle,
.uk-touch .md-list>li>.md-list-addon-element .uk-nestable-handle,
.md-list .uk-nestable-list>li:hover>.md-list-addon-element .uk-nestable-handle,
.md-list>li:hover>.md-list-addon-element .uk-nestable-handle {
    display: block;
}

.uk-touch .md-list .uk-nestable-list>li>.md-list-content .md-list-action,
.uk-touch .md-list>li>.md-list-content .md-list-action,
.md-list .uk-nestable-list>li:hover>.md-list-content .md-list-action,
.md-list>li:hover>.md-list-content .md-list-action,
.uk-touch .md-list .uk-nestable-list>li>.md-list-content .md-list-action-placeholder,
.uk-touch .md-list>li>.md-list-content .md-list-action-placeholder,
.md-list .uk-nestable-list>li:hover>.md-list-content .md-list-action-placeholder,
.md-list>li:hover>.md-list-content .md-list-action-placeholder {
    display: block;
}

.uk-touch .md-list .uk-nestable-list>li .md-list-action-dropdown,
.uk-touch .md-list>li .md-list-action-dropdown,
.md-list .uk-nestable-list>li:hover .md-list-action-dropdown,
.md-list>li:hover .md-list-action-dropdown {
    display: block;
}

.md-list .uk-nestable-list>li {
    margin-left: 64px;
}

.md-list-addon>li {
    margin-left: 64px;
    position: relative;
}

.md-list-addon>li:last-child .md-list-addon-element {
    border-bottom: none;
    bottom: 0;
}

.md-list-addon>li:first-child .md-list-addon-element {
    top: 0;
}

.md-list-addon>li.md-list-item-active .md-list-addon-element,
.md-list-addon>li.md-list-item-active .md-list-addon-element .material-icons {
    color: #ff6e3f;
}

.md-list-addon-element {
    position: absolute;
    left: -64px;
    top: -1px;
    bottom: -1px;
    width: 64px;
    text-align: center;
    padding: 8px 0;
    display: block;
}

.md-list-addon-element .element-status {
    position: absolute;
    right: 12px;
    top: 10px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #bdbdbd;
    border: 1px solid #fff;
}

.md-list-addon-element .element-status-danger {
    background: #e53935;
}

.md-list-addon-element .element-status-success {
    background: #ff6e3f;
}

.md-list-addon-element .element-status-warning {
    background: #ffa000;
}

.md-list-addon-element>.md-list-addon-avatar {
    margin-top: 2px;
}

.md-list-addon-element>.md-list-addon-icon {
    font-size: 28px;
    margin-top: 4px;
    color: #727272;
}

.md-list-addon-element>.material-icons {
    margin-top: 6px;
}

.md-list-addon-element .iradio_md,
.md-list-addon-element .icheckbox_md {
    margin-top: 10px;
}

.md-list-addon-element .uk-nestable-handle {
    position: absolute;
    left: -2px;
    top: 12px;
    display: none;
}

.md-list-interactive li {
    cursor: pointer;
}

.md-list-bg {
    background: #fff;
}

.md-list-separated li {
    background: #fff;
    padding: 8px;
}

.md-list-separated li+li {
    border-top: none;
    margin-top: 8px;
}

.md-list-bg-no-sep {
    background: #fff;
    padding: 8px;
}

.md-list-bg-no-sep li>.md-list-content {
    padding: 0 4px;
}

.md-list-outside>li {
    padding: 0;
}

.md-list-outside>li>.md-list-content {
    padding: 8px 16px;
    display: block;
    color: #212121;
}

.md-list-outside>li.md-list-item-active,
.md-list-outside>li:hover:not(.heading_list) {
    background: rgba(0, 0, 0, 0.085);
}

.md-list-outside>li.heading_list {
    padding: 32px 16px 16px;
}

.md-list-outside.md-list-addon li {
    margin-left: 0;
}

.md-list-outside.md-list-addon li .md-list-addon-element {
    position: relative;
    top: auto;
    left: auto;
    float: left;
}

.md-list-outside.md-list-addon li .md-list-content {
    padding-left: 0;
}

.md-list .uk-nestable-list {
    padding-left: 0;
}

.md-list .uk-nestable-list .uk-nestable-item {
    padding-right: 0;
}

.md-list .uk-nestable-item+.uk-nestable-item {
    margin-top: 0;
}

.md-list-right.md-list-addon>li {
    margin-left: 0;
    margin-right: 64px;
}

.md-list-right.md-list-addon>li .md-list-addon-element {
    left: auto;
    right: -64px;
}

.uk-touch .md-list-addon-element .uk-nestable-handle {
    display: block !important;
}

.uk-touch .md-list-content .md-list-action,
.uk-touch .md-list-content .md-list-action-placeholder {
    display: block !important;
}

.uk-touch .md-list-action-dropdown {
    display: block !important;
}

/* panels */
.md-panel-full {
    position: relative;
    overflow: hidden;
    min-height: 100%;
}

.md-panel-full,
.md-panel-full:before,
.md-panel-full:after,
.md-panel-full *,
.md-panel-full *:before,
.md-panel-full *:after {
    box-sizing: border-box;
}

.md-panel-full>.uk-grid {
    height: 100%;
}

.md-panel-full>.uk-grid [class*=uk-width] {
    height: 100%;
}

.md-panel-full .md-panel-full-aside {
    margin: 16px 16px 32px;
    padding: 16px;
}

.md-panel-full .md-panel-full-aside.md-panel-full-aside-bg {
    background: #fff;
}

.md-panel-full .md-panel-full-content {
    background: #fff;
    padding: 25px 25px 90px;
    width: inherit;
    min-width: 100%;
    min-height: 100%;
}

.md-panel-full .md-panel-full-content>.md-panel-full-content-inner {
    position: relative;
    z-index: 10;
}

.md-panel-full .md-panel-full-content:before {
    width: inherit;
    content: '';
    position: absolute;
    background: #fff;
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.26);
    z-index: 5;
}

.md-panel-full .md-panel-full-content .md-panel-full-content-header {
    margin-bottom: 24px;
}

.md-panel-full .md-panel-full-content .md-panel-full-content-header .md-panel-full-content-menu {
    float: right;
}

/* top bar */
.md-top-bar .md-top-bar-actions-left {
    float: left;
    padding-left: 16px;
}

.md-top-bar .md-top-bar-actions-left .md-top-bar-checkbox {
    padding-top: 10px;
}

.md-top-bar .md-top-bar-actions-left .md-top-bar-icons {
    margin-top: 5px;
}

.md-top-bar .md-top-bar-actions-right {
    float: right;
    padding-right: 16px;
}

.md-top-bar .md-top-bar-actions-right .md-top-bar-icons {
    margin-top: 5px;
}

.md-top-bar .md-top-bar-actions-right .md-top-bar-checkbox {
    padding-top: 10px;
}

/*** utils ***/
/* avatar */
.md-user-image {
    width: 34px;
    border-radius: 50%;
}

.md-user-image-large {
    width: 82px;
    border-radius: 50%;
}

.md-user-placeholder {
    background-color: rgba(0, 0, 0, 0.085);
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

.md-user-letters {
    display: inline-block;
    line-height: 35px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.085);
}

/* icons */
.md-icon {
    font-size: 24px;
    line-height: 32px !important;
    height: 32px !important;
    color: #727272;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: background 280ms ease-out, color 280ms ease-out;
    transition: background 280ms ease-out, color 280ms ease-out;
    width: 32px !important;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.md-icon:hover,
.md-icon:focus,
.md-icon:active,
.md-icon.active {
    color: #212121;
    background: rgba(0, 0, 0, 0.08);
}

.md-icon-light {
    color: #fff;
}

.md-icon-light:hover,
.md-icon-light:focus,
.md-icon-light:active {
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
}

.md-icon-dark {
    color: #212121;
}

.md-icon-dark:hover,
.md-icon-dark:focus,
.md-icon-dark:active {
    color: #212121;
    background: rgba(255, 255, 255, 0.6);
}

.md-icon+.md-icon {
    margin-left: 4px;
}

.md-icon-btn {
    display: inline-block;
}

.md-icon-btn.active .md-icon {
    color: #212121;
    background: rgba(0, 0, 0, 0.08);
}

button.md-icon {
    background: none;
    border: none;
    outline: none;
}

.uk-open .md-icon {
    color: #212121;
    background: rgba(0, 0, 0, 0.08);
}

.uk-open .md-icon-light {
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
}

.uk-open .md-icon-dark {
    color: #212121;
    background: rgba(255, 255, 255, 0.6);
}

/* dropdown list */
.md-list-inputs {
    margin: 0;
    padding: 0;
    list-style: none;
}

.md-list-inputs>li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.md-list-inputs li+li {
    margin-top: 8px;
}

.md-list-inputs li .icheckbox_md {
    float: left;
}

.md-list-inputs li label {
    overflow: hidden;
    padding-left: 8px;
    display: block;
    cursor: pointer;
}

/* hr */
.md-hr {
    margin: 32px 0;
    height: 0;
    border-top: 2px solid rgba(0, 0, 0, 0.12);
}

/* animated show */
@-webkit-keyframes hierarchical_show {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.2, 0.2, 2);
        transform: scale3d(0.2, 0.2, 2);
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes hierarchical_show {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.2, 0.2, 2);
        transform: scale3d(0.2, 0.2, 2);
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.hierarchical_show>* {
    visibility: hidden;
}

.hierarchical_show_inView>* {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
    -webkit-animation-name: hierarchical_show;
    animation-name: hierarchical_show;
    visibility: visible;
}

@-webkit-keyframes hierarchical_slide {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 160%, 0);
        transform: translate3d(0, 160%, 0);
    }

    33% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes hierarchical_slide {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 160%, 0);
        transform: translate3d(0, 160%, 0);
    }

    33% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.hierarchical_slide>* {
    visibility: hidden;
}

.hierarchical_slide_inView>* {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
    -webkit-animation-name: hierarchical_slide;
    animation-name: hierarchical_slide;
    visibility: visible;
}

.fast_animation {
    -webkit-animation-duration: 350ms;
    animation-duration: 350ms;
}

/* 6. plugins ======================================== */
/* altair plugins */
/* colorpicker */
.cp_altair {
    padding: 8px 0;
    overflow: hidden;
}

.cp_altair span {
    width: 24px;
    height: 24px;
    margin: 0 8px 8px 0;
    float: left;
    -webkit-transition: all 280ms ease-out;
    transition: all 280ms ease-out;
    cursor: pointer;
}

.cp_altair span.active_color {
    border-radius: 50%;
    cursor: default;
}

/* metrics graphics */
.mGraph {
    min-height: 240px;
    width: 100%;
}

.mGraph-wrapper {
    position: relative;
}

.mGraph-wrapper .md-toggle-group {
    position: absolute;
    top: 4px;
    left: 12px;
}

.mGraph .mg-active-datapoint {
    font-size: 13px;
}

.mGraph .mg-area1-color {
    fill: #1976d2;
}

.mGraph .mg-area2-color {
    fill: #689f38;
}

.mGraph .mg-area3-color {
    fill: #d32f2f;
}

.mGraph .mg-area4-color {
    fill: #ffa000;
}

.mGraph .mg-area5-color {
    fill: #455a64;
}

.mGraph .mg-baselines line {
    stroke: #909090;
    stroke-width: 0.5;
}

.mGraph .mg-baselines text {
    font-size: 9px;
    opacity: 0.5;
}

.mGraph .mg-chart-title {
    font-size: 22px;
}

.mGraph .mg-chart-title .fa {
    font-size: 16px;
}

.mGraph .mg-line1-color {
    stroke: #1976d2;
}

.mGraph .mg-hover-line1-color {
    fill: #1976d2;
}

.mGraph .mg-line2-color {
    stroke: #689f38;
}

.mGraph .mg-hover-line2-color {
    fill: #689f38;
}

.mGraph .mg-line3-color {
    stroke: #d32f2f;
}

.mGraph .mg-hover-line3-color {
    fill: #d32f2f;
}

.mGraph .mg-line4-color {
    stroke: #ffa000;
}

.mGraph .mg-hover-line4-color {
    fill: #ffa000;
}

.mGraph .mg-line5-color {
    stroke: #455a64;
}

.mGraph .mg-hover-line5-color {
    fill: #455a64;
}

.mGraph .mg-line1-legend-color {
    color: #1976d2;
}

.mGraph .mg-line2-legend-color {
    color: #689f38;
}

.mGraph .mg-line3-legend-color {
    color: #d32f2f;
}

.mGraph .mg-line4-legend-color {
    color: #ffa000;
}

.mGraph .mg-line5-legend-color {
    color: #455a64;
}

.mGraph .mg-markers line {
    stroke-width: 0.8;
}

.mGraph .mg-markers text {
    font-size: 9px;
}

.mGraph path.mg-main-line {
    stroke-width: 1.1;
}

.mGraph .mg-x-axis line,
.mGraph .mg-y-axis line {
    stroke: #ccc;
    stroke-width: 0.8;
}

.mGraph .mg-x-axis text,
.mGraph .mg-y-axis text,
.mGraph .mg-histogram .axis text {
    font-size: 11px;
}

.mGraph .mg-x-axis .label,
.mGraph .mg-y-axis .label,
.mGraph .mg-axis .label {
    font-size: 10px;
}

.mGraph .mg-x-axis-small text,
.mGraph .mg-y-axis-small text,
.mGraph .mg-active-datapoint-small {
    font-size: 8px;
}

.mGraph .mg-x-axis-small .label,
.mGraph .mg-y-axis-small .label {
    font-size: 9px;
}

.mGraph .mg-year-marker text {
    font-size: 9px;
}

.mGraph .mg-year-marker line {
    stroke: #ccc;
    stroke-width: 0.8;
}

.mGraph .mg-year-marker-small text {
    font-size: 8px;
}

.mGraph .mg-chart-title {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.mGraph .mg-chart-title .popover {
    z-index: 1060;
    position: absolute !important;
    background: #616161;
    color: #fff;
    font-size: 13px;
    padding: 8px 16px;
    line-height: 16px;
    max-width: 290px;
    margin-top: -10px;
}

/* c3 charts */
.c3chart {
    min-height: 240px;
    width: 100%;
}

.c3chart .c3-tooltip {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    box-shadow: none;
    opacity: 1;
    background: #fff;
    border: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.c3chart .c3-tooltip th {
    border: none;
    background: #fff;
    color: #212121;
}

.c3chart .c3-tooltip td {
    border: none;
    color: #212121;
    font-weight: 400;
    font-size: 12px;
}

.c3chart .c3-tooltip td+td {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.c3chart .c3-tooltip tr {
    border: none;
}

.c3chart .c3-tooltip tr+tr td {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.c3-area {
    opacity: 0.25;
}

/* clndr */
.clndr {
    position: relative;
    overflow: hidden;
}

.clndr,
.clndr:before,
.clndr:after,
.clndr *,
.clndr *:before,
.clndr *:after {
    box-sizing: border-box;
}

.clndr .clndr_days_names:before,
.clndr .clndr_days_grid:before,
.clndr .clndr_days_names:after,
.clndr .clndr_days_grid:after {
    content: " ";
    display: table;
}

.clndr .clndr_days_names:after,
.clndr .clndr_days_grid:after {
    clear: both;
}

.clndr .clndr_days_names:before,
.clndr .clndr_days_grid:before,
.clndr .clndr_days_names:after,
.clndr .clndr_days_grid:after {
    content: " ";
    display: table;
}

.clndr .clndr_days_names:after,
.clndr .clndr_days_grid:after {
    clear: both;
}

.clndr .md-card-toolbar-heading-text {
    text-transform: capitalize;
}

.clndr .clndr_days {
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    padding: 16px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.clndr .clndr_days .clndr_days_names .day-header {
    width: 14.28571429%;
    float: left;
    text-align: center;
    padding: 8px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.clndr .clndr_days .clndr_days_grid .day {
    width: 14.28571429%;
    float: left;
    padding: 6px;
    text-align: center;
    position: relative;
}

.clndr .clndr_days .clndr_days_grid .day.next-month,
.clndr .clndr_days .clndr_days_grid .day.last-month {
    color: #bbb;
}

.clndr .clndr_days .clndr_days_grid .day>span {
    display: inline-block;
    font-size: 15px;
    line-height: 36px;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    border: 1px solid transparent;
}

@media only screen and (max-width: 479px) {
    .clndr .clndr_days .clndr_days_grid .day>span {
        font-size: 14px;
        line-height: 32px;
        width: 32px;
        border-radius: 16px;
    }
}

.clndr .clndr_days .clndr_days_grid .day.today>span {
    background: #ff6e3f;
    color: #fff;
}

.clndr .clndr_days .clndr_days_grid .day.event {
    cursor: pointer;
}

.clndr .clndr_days .clndr_days_grid .day.event>span {
    border-color: rgba(0, 0, 0, 0.12);
}

.clndr .clndr_days .clndr_days_grid .day.event.today>span {
    border-color: transparent;
}

.clndr .clndr_events {
    position: absolute;
    top: 48px;
    bottom: 0;
    right: 0;
    width: 240px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 16px;
    margin-right: -240px;
    -webkit-transition: margin 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: margin 280ms cubic-bezier(0.4, 0, 0.2, 1);
    border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.clndr .clndr_events .clndr_event {
    padding: 8px 0;
    display: none;
}

.clndr .clndr_events .clndr_event>a {
    display: inline-block;
    color: #212121;
}

.clndr .clndr_events .clndr_event .clndr_event_more_info,
.clndr .clndr_events .clndr_event .clndr_event_title {
    display: block;
}

.clndr .clndr_events .clndr_event .clndr_event_more_info {
    margin: 0;
    font-size: 12px;
    color: #999;
}

.clndr .clndr_events .clndr_event .clndr_event_title {
    font-size: 14px;
    font-weight: 500;
}

.clndr .clndr_events .clndr_events_close_button {
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer;
}

.clndr-wrapper.animated_change .clndr_days {
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
    opacity: 0;
}

.events_visible .clndr .clndr_days {
    margin-right: 240px;
}

.events_visible .clndr .clndr_days .day-active>span {
    border-color: #2196f3 !important;
    box-shadow: 0 0 0 1px #2196f3;
}

.events_visible .clndr .clndr_events {
    margin-right: 0;
}

.events_over.events_visible .clndr .clndr_days {
    margin-right: 0;
}

.events_over.events_visible .clndr_events {
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.26);
    z-index: 5;
    border-left-color: transparent;
}

.peity_data {
    display: none;
}

/* gmaps (google maps) */
.gmap {
    width: 100%;
    height: 240px;
}

.gmap img {
    max-width: none;
}

.gmap .on_gmap .wrap_controls {
    width: 180px;
    border: none !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}

.gmap .on_gmap .controls_title {
    font-weight: normal !important;
    font-size: 14px !important;
}

.gmap .on_gmap.dropdown .wrap_controls {
    overflow: visible !important;
}

.gmap_large {
    height: 300px;
}

.gmap_xlarge {
    height: 400px;
}

.gmap_list>li {
    cursor: pointer;
    -webkit-transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gmap_list>li:active {
    background: #eee;
}

.gmap-info-window {
    min-width: 120px;
    font-weight: 400;
}

.gmap-info-window h3 {
    margin: 0;
    font-size: 14px;
}

.gmap-info-window p {
    color: #aaa;
    font-size: 13px;
    margin: 0;
}

/* easy pie chart */
.epc_chart {
    display: block;
    position: relative;
}

.epc_chart_text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font: 400 20px / 110px "Roboto", sans-serif;
}

.epc_chart_icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 104px;
    display: block;
}

.epc_chart_icon>i {
    color: #727272;
    font-size: 48px;
    vertical-align: middle;
}

.epc_chart+.heading_a {
    margin-top: 10px;
}

.iradio_md_disabled {
    cursor: default;
    pointer-events: none;
}
/* iCheck material design theme
----------------------------------- */
.icheckbox_md,
.iradio_md {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}

.icheckbox_md:after,
.iradio_md:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.icheckbox_md>input,
.iradio_md>input {
    margin: 0;
}

.icheckbox_md>.iCheck-helper,
.iradio_md>.iCheck-helper {
    z-index: 10;
}

.icheckbox_md {
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 2px;
    width: 18px;
    height: 18px;
    background: #fff;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.icheckbox_md.checked:after,
.icheckbox_md.disabled:after {
    content: '\e5ca';
    font-family: "Material Icons";
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: -2px;
    top: -6px;
    line-height: 1.42857143;
}

.icheckbox_md.hover.checked,
.icheckbox_md.checked {
    background: #029688;
    border-color: #029688;
}

.icheckbox_md.disabled:after {
    display: none;
}

.icheckbox_md.disabled,
.icheckbox_md.disabled.checked {
    background: transparent;
    background-clip: padding-box;
    border-color: rgba(0, 0, 0, 0.26);
    cursor: default;
}

.icheckbox_md.disabled.checked {
    background: #009688 !important;
    border-color: #009688 !important;
}

.icheckbox_md.disabled.checked:after {
    display: block;
}

.md-input-danger .icheckbox_md {
    border-color: #e53935;
}

.icheckbox_md.indeterminate {
    background: #009688;
    border-color: #009688;
}

.icheckbox_md.indeterminate:after {
    content: '';
    background: #fff;
    position: absolute;
    left: 2px;
    top: 2px;
    width: 10px;
    height: 10px;
}

.iradio_md {
    border: 2px solid rgba(0, 0, 0, 0.54);
    width: 21px;
    height: 21px;
    border-radius: 50%;
}

.iradio_md:after {
    content: '';
    background: transparent;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.iradio_md.checked {
    border-color: #009688;
}

.iradio_md.checked:after {
    background: #009688;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.iradio_md.disabled {
    border-color: rgba(0, 0, 0, 0.26);
    cursor: default;
}

.iradio_md.disabled:after {
    background: rgba(0, 0, 0, 0.26);
    -webkit-transform: scale(1);
    transform: scale(1);
    left: 4px;
}

.md-input-danger .iradio_md {
    border-color: #e53935;
}

.disabled+.inline-label {
    color: rgba(0, 0, 0, 0.26);
    cursor: default;
}

.icheck-inline {
    display: inline-block;
    margin: 0 16px 16px 0;
}

.icheck-inline+.parsley-errors-list {
    margin-top: -8px;
}

/* prism syntax highlighter */
/**
 * prism.js Coy theme for JavaScript, CoffeeScript, CSS and HTML
 * Based on https://github.com/tshedor/workshop-wp-theme (Example: http://workshop.kansan.com/category/sessions/basics or http://workshop.timshedor.com/category/sessions/basics);
 * @author Tim  Shedor
 */
code[class*="language-"],
pre[class*="language-"] {
    color: black;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

/* Code blocks */
pre[class*="language-"] {
    position: relative;
    margin: .5em 0;
    box-shadow: -1px 0px 0px 0px #358ccb, 0px 0px 0px 1px #dfdfdf;
    border-left: 10px solid #358ccb;
    background-color: #fdfdfd;
    background-image: -webkit-linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%);
    background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%);
    background-size: 3em 3em;
    background-origin: content-box;
    overflow: visible;
    max-height: 30em;
    padding: 0;
}

code[class*="language"] {
    max-height: inherit;
    height: 100%;
    padding: 0 1em;
    display: block;
    overflow: auto;
}

/* Margin bottom to accomodate shadow */
:not(pre)>code[class*="language-"],
pre[class*="language-"] {
    background-color: #fdfdfd;
    box-sizing: border-box;
    margin-bottom: 1em;
}

/* Inline code */
:not(pre)>code[class*="language-"] {
    position: relative;
    padding: .2em;
    border-radius: 0.3em;
    color: #c92c2c;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: inline;
    white-space: normal;
}

pre[class*="language-"]:before,
pre[class*="language-"]:after {
    content: '';
    z-index: -2;
    display: block;
    position: absolute;
    bottom: 0.75em;
    left: 0.18em;
    width: 40%;
    height: 20%;
    box-shadow: 0px 13px 8px #979797;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

:not(pre)>code[class*="language-"]:after,
pre[class*="language-"]:after {
    right: 0.75em;
    left: auto;
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
}

.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
    color: #7D8B99;
}

.token.punctuation {
    color: #5F6364;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.function-name,
.token.constant,
.token.symbol,
.token.deleted {
    color: #c92c2c;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.function,
.token.builtin,
.token.inserted {
    color: #2f9c0a;
}

.token.operator,
.token.entity,
.token.url,
.token.variable {
    color: #a67f59;
    background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword,
.token.class-name {
    color: #1990b8;
}

.token.regex,
.token.important {
    color: #e90;
}

.language-css .token.string,
.style .token.string {
    color: #a67f59;
    background: rgba(255, 255, 255, 0.5);
}

.token.important {
    font-weight: normal;
}

.token.bold {
    font-weight: bold;
}

.token.italic {
    font-style: italic;
}

.token.entity {
    cursor: help;
}

.namespace {
    opacity: .7;
}

@media screen and (max-width: 767px) {

    pre[class*="language-"]:before,
    pre[class*="language-"]:after {
        bottom: 14px;
        box-shadow: none;
    }
}

/* Plugin styles */
.token.tab:not(:empty):before,
.token.cr:before,
.token.lf:before {
    color: #e0d7d1;
}

/* Plugin styles: Line Numbers */
pre[class*="language-"].line-numbers {
    padding-left: 0;
}

pre[class*="language-"].line-numbers code {
    padding-left: 3.8em;
}

pre[class*="language-"].line-numbers .line-numbers-rows {
    left: 0;
}

/* Plugin styles: Line Highlight */
pre[class*="language-"][data-line] {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}

pre[data-line] code {
    position: relative;
    padding-left: 4em;
}

pre .line-highlight {
    margin-top: 0;
}

pre.line-numbers {
    position: relative;
    padding-left: 3.8em;
    counter-reset: linenumber;
}

pre.line-numbers>code {
    position: relative;
}

.line-numbers .line-numbers-rows {
    position: absolute;
    pointer-events: none;
    top: 0;
    font-size: 100%;
    left: -3.8em;
    width: 3em;
    /* works for line-numbers below 1000 lines */
    letter-spacing: -1px;
    border-right: 1px solid #999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.line-numbers-rows>span {
    pointer-events: none;
    display: block;
    counter-increment: linenumber;
}

.line-numbers-rows>span:before {
    content: counter(linenumber);
    color: #999;
    display: block;
    padding-right: 0.8em;
    text-align: right;
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper>.scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}

.scroll-element,
.scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea>.scroll-content {
    overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scrollbar-inner {
    height: 100% !important;
    max-height: 100%;
    overflow-y: auto;
}

.scrollbar-inner>.scroll-element,
.scrollbar-inner>.scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner>.scroll-element .scroll-element_track {
    display: none;
}

.scrollbar-inner>.scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;
    opacity: 0;
    border-radius: 6px;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.scrollbar-inner>.scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px;
}

.scrollbar-inner>.scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}

.scrollbar-inner>.scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-inner>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0;
}

.scrollbar-inner>.scroll-element.scroll-y .scroll-bar {
    left: -8px;
    min-height: 10px;
    width: 6px;
}

.scrollbar-inner>.scroll-element.scroll-y .scroll-element_outer {
    top: 2px;
}

.scrollbar-inner>.scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}

.scrollbar-inner:hover>.scroll-element .scroll-bar,
.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
    opacity: 0.7;
}

.sidebar_mini .scrollbar-inner>.scroll-element.scroll-y {
    right: auto;
    left: 0;
}

.sidebar_mini .scrollbar-inner>.scroll-element.scroll-y .scroll-bar {
    left: 2px;
}

/*
.scrollbar-outer {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
.scrollbar-inner {
    height: 100%;
}
*/
/* selectize */
/**
 * selectize.css (v0.12.1)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 0 none !important;
    box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-minus-10 {
    margin-top: -10px !important;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: 0.4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
    color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none;
}

.selectize-dropdown.single {
    position: relative !important;
    top: 22px !important;
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    /* fixes ie bug (see #392) */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: 1px solid #d0d0d0;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #ffffff;
}

.selectize-control {
    position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
    background: #ffffff;
    cursor: text;
    display: inline-block;
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px;
}

.selectize-input.full {
    background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important;
}

.selectize-input.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0;
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input>div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
    color: #7d7d7d;
    background: #ffffff;
    border: 0 solid #ffffff;
}

.selectize-input>input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    box-shadow: none !important;
}

.selectize-input>input::-ms-clear {
    display: none;
}

.selectize-input>input:focus {
    outline: none !important;
}

.selectize-input::after {
    content: ' ';
    display: block;
    clear: left;
}

.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
    border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
    padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #ffffff;
    cursor: default;
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68;
}

.selectize-dropdown .active.create {
    color: #495c68;
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text;
}

.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto;
}

.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
    opacity: 0.5;
    background-color: #fafafa;
}

.selectize-input {
    border-color: rgba(0, 0, 0, 0.12);
    line-height: 25px;
    padding: 6px 8px;
}

.selectize-input,
.selectize-input.focus {
    border-radius: 0;
    box-shadow: none;
}

.selectize-input:before,
.selectize-input.focus:before {
    display: none;
}

.md-input-danger .selectize-input {
    border-color: #e53935;
}

.selectize-input.dropdown-active:before {
    display: none;
}

.selectize-dropdown {
    margin-top: -40px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    color: #212121;
    z-index: 1210;
}

.selectize-dropdown [data-selectable] {
    padding-top: 11px;
    padding-bottom: 10px;
    font-size: 15px;
}

.selectize-dropdown .active {
    background: rgba(0, 0, 0, 0.085);
    color: inherit;
}

.selectize-dropdown .optgroup-header {
    font-size: 14px;
    color: #aaa;
    padding-top: 8px;
}

.selectize-dropdown.multi .item-icon {
    margin-right: 4px;
}

.selectize-dropdown.selectize_fs {
    z-index: 9999;
}

.selectize-control .selectize-input {
    min-height: 40px;
}

.selectize-control.multi .selectize-input {
    line-height: 21px;
}

.selectize-control.multi .selectize-input>div {
    border-radius: 18px;
    padding: 3px 8px 2px;
    font-size: 14px;
}

.selectize-control.multi .selectize-input .selectize-input.has-items {
    padding: 4px;
}

.selectize-control.multi .selectize-input .item-icon {
    margin-right: 4px;
}

.selectize-control.multi .selectize-input input {
    height: 26px;
    font-size: 15px;
}

.selectize-control.plugin-remove_button [data-value] {
    padding-right: 32px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
    border: none;
    width: auto;
    padding: 4px 5px 0 0;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: none;
}

.selectize-control.plugin-remove_button [data-value] .remove:after {
    color: #727272;
    content: '\e5cd';
    font-family: "Material Icons";
    font-size: 18px;
}

.selectize-control.single {
    height: 40px;
    margin-top: 4px;
}

.selectize-control.single .selectize-input {
    border-width: 0 0 1px;
}

.selectize-control.single .selectize-input:after {
    border: none !important;
    content: '\e5c5';
    font-family: "Material Icons";
    font-size: 28px;
    margin-top: -12px !important;
    right: 28px;
    color: rgba(0, 0, 0, 0.3);
}

.selectize-control.single .selectize-input .item {
    font-size: 15px;
}

.selectize-control.single .selectize-input input {
    font-size: 15px;
}

.selectize_fix {
    overflow: hidden;
    height: 0;
    width: 100%;
}

/* codemirror */
#code_editor_close {
    display: none;
}

.CodeMirror pre {
    font-size: 14px !important;
    line-height: 20px !important;
}

.CodeMirror div.CodeMirror-cursor {
    min-height: 20px;
}

.CodeMirror-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
}

.CodeMirror-fullscreen #code_editor_close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
}

.CodeMirror_textarea {
    visibility: hidden;
}

.uk-notouch #code_editor_close {
    right: 30px !important;
}

.md-card-CodeMirror .md-card-content form,
.md-card-CodeMirror .md-card-content form .CodeMirror {
    height: 100%;
}

body.CodeMirror-fullscreen-active #header_main,
body.CodeMirror-fullscreen-active #sidebar_main,
body.CodeMirror-fullscreen-active #style_switcher {
    display: none;
}

body.CodeMirror-fullscreen-active .md-card-CodeMirror {
    z-index: 1154;
}

body.CodeMirror-fullscreen-active .CodeMirror-fullscreen {
    z-index: 1154;
}

body.CodeMirror-fullscreen-active .CodeMirror-fullscreen #code_editor_close {
    z-index: 1155;
}

/* switchery */
.switchery {
    background-color: #fff;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    position: relative;
    vertical-align: middle;
    width: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box;
    background-clip: content-box;
    -webkit-transition: background-color 800ms ease-out !important;
    transition: background-color 800ms ease-out !important;
    box-shadow: none !important;
    margin: 6px 2px;
}

.switchery>small {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
    height: 20px;
    position: absolute;
    top: 0;
    width: 20px;
    margin-top: -3px;
    -webkit-transition: background 200ms cubic-bezier(0.4, 0, 0.2, 1), left 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition: background 200ms cubic-bezier(0.4, 0, 0.2, 1), left 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.switchery-small {
    width: 32px;
    height: 9px;
    margin: 4px 1px;
}

.switchery-small>small {
    height: 16px;
    width: 16px;
    top: -1px;
}

.switchery-large {
    width: 48px;
}

.switchery-large>small {
    height: 24px;
    width: 24px;
    top: -3px;
}

/* Ion.RangeSlider, Modern Skin */
.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 55px;
}

.irs-line {
    height: 2px;
    top: 33px;
    background: #EEE;
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}

.irs-line-left {
    height: 8px;
    left: 0;
    width: 11%;
}

.irs-line-mid {
    height: 8px;
    left: 9%;
    width: 82%;
}

.irs-line-right {
    height: 8px;
    right: 0;
    width: 11%;
}

.irs-bar {
    height: 2px;
    top: 33px;
    background: #009688;
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}

.irs-bar-edge {
    height: 2px;
    width: 6px;
    border-right: 0;
    background: #009688;
    position: absolute;
    display: block;
    top: 33px;
    left: 0;
}

.irs-shadow {
    height: 4px;
    top: 32px;
    background: #000;
    opacity: 0.4;
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}

.irs-slider {
    top: 28px;
    width: 12px;
    height: 12px;
    background: #009688;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    display: block;
    z-index: 1;
}

.irs-slider.state_hover,
.irs-slider:hover {
    background: #009688;
}

.irs-slider.type_last {
    z-index: 2;
}

.irs-min,
.irs-max {
    color: #727272;
    font-size: 12px;
    line-height: 16px;
    text-shadow: none;
    top: 0;
    padding: 1px 4px;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    display: block;
    cursor: default;
    position: absolute;
}

.irs-min {
    left: 0;
}

.irs-max {
    right: 0;
}

.irs-from,
.irs-to,
.irs-single {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-shadow: none;
    padding: 1px 4px;
    background: #009688;
    border-radius: 2px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-from:after,
.irs-to:after,
.irs-single:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -4px;
    display: block;
    border: 4px solid transparent;
    border-top-color: #009688;
}

.irs-with-grid {
    height: 65px;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-grid-pol {
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #727272;
}

.irs-grid-pol.small {
    background: #727272;
    height: 4px;
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #727272;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
}

.irs-disabled {
    opacity: 0.4;
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}

.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
    background: #ccc;
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
    background: #999;
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.parsley-errors-list {
    color: #e53935;
    margin-top: 0;
}

.parsley-errors-list span {
    display: block;
    padding-top: 4px;
    font-size: 13px;
    position: absolute;
}

/* datatables */
.dataTables_wrapper .uk-table {
    margin: 0 auto;
    border-spacing: 0;
}

.dataTables_wrapper .uk-table thead .sorting,
.dataTables_wrapper .uk-table thead .sorting_asc,
.dataTables_wrapper .uk-table thead .sorting_desc {
    cursor: pointer;
    padding-right: 24px;
}

.dataTables_wrapper .uk-table thead .sorting,
.dataTables_wrapper .uk-table thead .sorting_asc,
.dataTables_wrapper .uk-table thead .sorting_desc,
.dataTables_wrapper .uk-table thead .sorting_asc_disabled,
.dataTables_wrapper .uk-table thead .sorting_desc_disabled {
    position: relative;
}

.dataTables_wrapper .uk-table thead .sorting:after,
.dataTables_wrapper .uk-table thead .sorting_asc:after,
.dataTables_wrapper .uk-table thead .sorting_desc:after,
.dataTables_wrapper .uk-table thead .sorting_asc_disabled:after,
.dataTables_wrapper .uk-table thead .sorting_desc_disabled:after {
    position: absolute;
    right: 4px;
    bottom: 13px;
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    font-size: 18px;
    font-family: "Material Icons";
    color: #212121;
}

.dataTables_wrapper .uk-table thead .sorting:after {
    content: '\e164';
    color: #aaa;
}

.dataTables_wrapper .uk-table thead .sorting_asc:after {
    content: '\e313';
}

.dataTables_wrapper .uk-table thead .sorting_desc:after {
    content: '\e316';
}

.dataTables_wrapper .uk-table thead .sorting_asc_disabled:after {
    content: '\e313';
    color: #aaa;
}

.dataTables_wrapper .uk-table thead .sorting_desc_disabled:after {
    content: '\e316';
    color: #aaa;
}

.dataTables_wrapper .uk-table,
.dataTables_wrapper .uk-table th,
.dataTables_wrapper .uk-table td {
    box-sizing: content-box;
}

.dataTables_wrapper .uk-table:active,
.dataTables_wrapper .uk-table th:active,
.dataTables_wrapper .uk-table td:active {
    outline: none;
}

.dataTables_wrapper .uk-table tbody tr.selected {
    background-color: rgba(102, 102, 102, 0.085);
}

.dataTables_wrapper .uk-table.order-column tbody tr>.sorting_1,
.dataTables_wrapper .uk-table.order-column tbody tr>.sorting_2,
.dataTables_wrapper .uk-table.order-column tbody tr>.sorting_3,
.dataTables_wrapper .uk-table tbody tr>.sorting_1,
.dataTables_wrapper .uk-table tbody tr>.sorting_2,
.dataTables_wrapper .uk-table tbody tr>.sorting_3 {
    background-color: rgba(102, 102, 102, 0.085);
}

.dataTables_wrapper .uk-table.nowrap th,
.dataTables_wrapper .uk-table.nowrap td {
    white-space: nowrap;
}

.dataTables_wrapper .uk-table.compact thead th,
.dataTables_wrapper .uk-table.compact thead td {
    padding: 4px 17px 4px 4px;
}

.dataTables_wrapper .uk-table.compact tfoot th,
.dataTables_wrapper .uk-table.compact tfoot td {
    padding: 4px;
}

.dataTables_wrapper .uk-table.compact tbody th,
.dataTables_wrapper .uk-table.compact tbody td {
    padding: 4px;
}

.dataTables_wrapper .uk-table th.dt-left,
.dataTables_wrapper .uk-table td.dt-left {
    text-align: left;
}

.dataTables_wrapper .uk-table th.dt-center,
.dataTables_wrapper .uk-table td.dt-center,
.dataTables_wrapper .uk-table td.dataTables_empty {
    text-align: center;
}

.dataTables_wrapper .uk-table th.dt-right,
.dataTables_wrapper .uk-table td.dt-right {
    text-align: right;
}

.dataTables_wrapper .uk-table th.dt-justify,
.dataTables_wrapper .uk-table td.dt-justify {
    text-align: justify;
}

.dataTables_wrapper .uk-table th.dt-nowrap,
.dataTables_wrapper .uk-table td.dt-nowrap {
    white-space: nowrap;
}

.dataTables_wrapper .uk-table thead th.dt-head-left,
.dataTables_wrapper .uk-table thead td.dt-head-left,
.dataTables_wrapper .uk-table tfoot th.dt-head-left,
.dataTables_wrapper .uk-table tfoot td.dt-head-left {
    text-align: left;
}

.dataTables_wrapper .uk-table thead th.dt-head-center,
.dataTables_wrapper .uk-table thead td.dt-head-center,
.dataTables_wrapper .uk-table tfoot th.dt-head-center,
.dataTables_wrapper .uk-table tfoot td.dt-head-center {
    text-align: center;
}

.dataTables_wrapper .uk-table thead th.dt-head-right,
.dataTables_wrapper .uk-table thead td.dt-head-right,
.dataTables_wrapper .uk-table tfoot th.dt-head-right,
.dataTables_wrapper .uk-table tfoot td.dt-head-right {
    text-align: right;
}

.dataTables_wrapper .uk-table thead th.dt-head-justify,
.dataTables_wrapper .uk-table thead td.dt-head-justify,
.dataTables_wrapper .uk-table tfoot th.dt-head-justify,
.dataTables_wrapper .uk-table tfoot td.dt-head-justify {
    text-align: justify;
}

.dataTables_wrapper .uk-table thead th.dt-head-nowrap,
.dataTables_wrapper .uk-table thead td.dt-head-nowrap,
.dataTables_wrapper .uk-table tfoot th.dt-head-nowrap,
.dataTables_wrapper .uk-table tfoot td.dt-head-nowrap {
    white-space: nowrap;
}

.dataTables_wrapper .uk-table tbody th.dt-body-left,
.dataTables_wrapper .uk-table tbody td.dt-body-left {
    text-align: left;
}

.dataTables_wrapper .uk-table tbody th.dt-body-center,
.dataTables_wrapper .uk-table tbody td.dt-body-center {
    text-align: center;
}

.dataTables_wrapper .uk-table tbody th.dt-body-right,
.dataTables_wrapper .uk-table tbody td.dt-body-right {
    text-align: right;
}

.dataTables_wrapper .uk-table tbody th.dt-body-justify,
.dataTables_wrapper .uk-table tbody td.dt-body-justify {
    text-align: justify;
}

.dataTables_wrapper .uk-table tbody th.dt-body-nowrap,
.dataTables_wrapper .uk-table tbody td.dt-body-nowrap {
    white-space: nowrap;
}

.dataTables_wrapper .uk-table tfoot .md-input-wrapper {
    padding-top: 0;
}

.dataTables_wrapper .uk-table tfoot .md-input-wrapper .md-input {
    padding: 8px 4px;
}

.dataTables_wrapper .dataTables_length {
    margin-top: -1px;
}

.dataTables_wrapper .dataTables_filter .md-input-wrapper {
    padding-top: 3px;
}

.dataTables_wrapper .dataTables_filter .md-input-wrapper .md-input {
    padding: 6px 4px;
    -webkit-appearance: none;
    border-radius: 0;
}

.dataTables_wrapper .selectize-control.dt-selectize {
    min-width: 64px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    height: 40px;
}

.dataTables_wrapper .selectize-control.dt-selectize .selectize-input {
    border-color: transparent;
    background: transparent;
}

.dataTables_wrapper .selectize-control.dt-selectize:hover .selectize-input {
    border-color: rgba(0, 0, 0, 0.12);
    background: #fff;
}

.dataTables_wrapper .dt-uikit-header {
    padding: 4px 8px;
    margin-bottom: 16px;
}

.dataTables_wrapper .dt-uikit-footer {
    padding: 4px 8px;
    margin-top: 16px;
}

.dataTables_wrapper .dt-uikit-footer .dataTables_info {
    padding-top: 8px;
    color: #727272;
    font-size: 12px;
}

@media only screen and (max-width: 767px) {
    .dataTables_wrapper .dt-uikit-footer .dataTables_info {
        text-align: center;
    }
}

.dataTables_wrapper .dt-uikit-footer .uk-pagination {
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .dataTables_wrapper .dt-uikit-footer .uk-pagination {
        margin-top: 16px;
        text-align: center;
    }
}

.dataTables_wrapper .uk-overflow-container th,
.dataTables_wrapper .uk-overflow-container td {
    white-space: nowrap !important;
}

/* plugins */
.md-colVis li.ColVis_Special {
    cursor: pointer;
}

.DTTT {
    margin-bottom: 8px;
}

.DTTT_btn {
    position: relative;
    margin-bottom: 8px;
}

.DTTT_Print {
    overflow-y: auto !important;
    height: auto;
    padding-top: 0;
}

.DTTT_Print #page_content {
    display: block !important;
    height: auto;
    overflow-y: hidden;
    margin-left: 0 !important;
}

.DTTT_Print #page_content_inner {
    padding: 24px;
}

.DTTT_print_info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 150px;
    margin-left: -200px;
    margin-top: -75px;
    text-align: center;
    color: #212121;
    padding: 24px 32px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-sizing: border-box;
}

.DTTT_print_info h6 {
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
    color: #ff6e3f;
}

.DTTT_print_info p {
    font-size: 16px;
    line-height: 20px;
}

/* fullcalendar */
.fc-state-default {
    border: none;
    background: none;
    box-shadow: none;
    border-radius: 0 !important;
}

.fc-toolbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin: -16px -16px 16px;
    height: 48px;
    padding: 0 16px;
}

.fc-toolbar h2 {
    line-height: 48px;
}

.fc-toolbar .fc-button {
    margin-top: 8px;
    border-radius: 50% !important;
}

.fc-toolbar .fc-button:hover {
    background: rgba(0, 0, 0, 0.08);
}

.fc-event {
    background: #0277bd;
    border-radius: 3px;
    font-size: 12px;
}

.fc-day-grid-event {
    padding: 2px 2px;
}

.fc-day-number.fc-other-month {
    opacity: 0.4;
}

.fc .fc-button-group+.fc-button-group {
    margin-left: 24px;
}

.fc .fc-day-grid-event {
    margin-top: 2px;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: rgba(102, 102, 102, 0.12);
}

.fc-unthemed .fc-widget-header {
    border: none;
    text-align: left;
    font-size: 15px;
    color: #727272;
    font-weight: 400;
    padding: 2px 1px;
}

.fc-unthemed .fc-today {
    background: #fffde7;
}

.fc-unthemed .fc-button {
    position: relative;
    min-width: 32px;
    height: 32px;
    box-sizing: border-box;
    padding: 0;
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.fc-unthemed .fc-button+.fc-button {
    margin-left: 8px;
}

.fc-unthemed .fc-button:after {
    font-family: "Material Icons";
    font-size: 24px;
    position: absolute;
    color: #727272;
    left: 0;
    top: 4px;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.fc-unthemed .fc-button:hover:after {
    color: #212121;
}

.fc-unthemed .fc-button.fc-state-active {
    background: none !important;
    cursor: default;
}

.fc-unthemed .fc-button.fc-state-active:after {
    color: #ff6e3f;
}

.fc-unthemed .fc-button.fc-state-disabled {
    background: none !important;
    cursor: default;
}

.fc-unthemed .fc-button.fc-state-disabled:hover:after {
    color: #727272;
}

.fc-unthemed .fc-today-button {
    margin-left: 16px;
}

.fc-unthemed .fc-today-button:after {
    content: '\e8df';
}

.fc-unthemed .fc-month-button:after {
    content: '\e42a';
}

.fc-unthemed .fc-agendaWeek-button:after {
    content: '\e8f3';
}

.fc-unthemed .fc-agendaDay-button:after {
    content: '\e8ed';
}

.fc-unthemed .fc-prev-button:after {
    content: '\e408';
}

.fc-unthemed .fc-next-button {
    margin-left: 0 !important;
}

.fc-unthemed .fc-next-button:after {
    content: '\e409';
}

.fc-unthemed .fc-popover {
    border: none !important;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    margin: -10px 0 0 -4px;
}

.fc-unthemed .fc-popover .fc-header {
    padding: 4px;
    background: #999;
    color: #fff;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    margin-top: 3px;
    color: #fff;
}

.fc-unthemed .fc-popover .fc-event-container {
    padding: 8px;
}

.fc-unthemed .fc-highlight {
    background: none;
    box-shadow: inset 0 0 0 2px #2196f3, inset 0 -1px 0 2px #2196f3;
    opacity: 1;
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: left;
    color: #212121;
}

.fc-basic-view td.fc-day-number,
.fc-basic-view td.fc-week-number span {
    padding: 2px 4px;
}

/* vector maps */
.mapTooltip {
    background: #616161;
    color: #fff;
    font-size: 14px;
    padding: 6px 16px;
    line-height: 18px;
    text-shadow: none;
    position: fixed;
    border-radius: 4px;
    z-index: 1000;
    max-width: 200px;
    display: none;
}

.vm_wrapper {
    max-width: 100%;
    margin: 0 auto;
}

.plotLegend {
    margin-top: 24px;
    padding: 16px 16px 8px;
}

/* fileinput */
.btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
}

.btn-file input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 14px;
    cursor: pointer;
    opacity: 0;
    direction: ltr;
}

.fileinput {
    display: inline-block;
}

.fileinput .form-control {
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 5px;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: text;
}

.fileinput .thumbnail {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.fileinput .thumbnail>img {
    height: 100%;
    width: 100%;
}

.fileinput .btn {
    vertical-align: middle;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
    display: none !important;
}

.fileinput-inline .fileinput-controls {
    display: inline;
}

.fileinput-filename {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

/*
jQuery.ganttView v.0.8.0
Copyright (c) 2010 JC Grubbs - jc.grubbs@devmynd.com
MIT License Applies
*/
div.ganttview {
    position: relative;
    /* Horizontal Header */
    /* Vertical Header */
    /* Slider */
    /* Grid */
    /* Adjustments for jQuery UI Styling */
}

div.ganttview,
div.ganttview:before,
div.ganttview:after,
div.ganttview *,
div.ganttview *:before,
div.ganttview *:after {
    box-sizing: border-box;
}

div.ganttview-wrapper {
    margin: 0 auto;
    overflow: hidden;
}

div.ganttview-hzheader-month,
div.ganttview-hzheader-day,
div.ganttview-vtheader,
div.ganttview-grid,
div.ganttview-grid-row-cell {
    float: left;
}

div.ganttview-hzheader-month,
div.ganttview-hzheader-day {
    text-align: center;
}

div.ganttview-grid-row-cell.last,
div.ganttview-hzheader-day.last,
div.ganttview-hzheader-month.last {
    border-right: none;
}

div.ganttview-hzheader-month {
    width: 60px;
    height: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    line-height: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #727272;
    box-sizing: content-box;
}

div.ganttview-hzheader-day {
    width: 20px;
    height: 20px;
    border-right: 1px solid #f0f0f0;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    line-height: 20px;
    color: #999;
    font-size: 11px;
}

div.ganttview-hzheader-day.ganttview-weekend {
    background: #f8f8f8;
}

div.ganttview-vtheader {
    margin-top: 41px;
    width: 240px;
    background-color: #fff;
}

div.ganttview-vtheader-group {
    color: #212121;
}

div.ganttview-vtheader-group-name {
    line-height: 24px;
    font-size: 13px;
    font-weight: 500;
    height: 24px;
    padding: 0 8px;
    position: relative;
    border-top: 1px solid #e0e0e0;
    background: rgba(0, 0, 0, 0.085);
}

div.ganttview-vtheader-group-name.toggle_enabled {
    cursor: pointer;
}

div.ganttview-vtheader-group-name.toggle_enabled:before {
    position: absolute;
    right: 4px;
    top: 0;
    display: block;
    content: '\e313';
    font-family: "Material Icons";
    font-size: 18px;
    color: #727272;
}

div.ganttview-vtheader-group-name.toggle_enabled.projectHidden:before {
    content: '\e316';
}

div.ganttview-vtheader-series-row {
    height: 42px;
    padding: 3px 8px;
    border-top: 1px solid #e0e0e0;
    font-size: 13px;
    overflow: hidden;
}

div.ganttview-vtheader-series-row .series-user {
    float: left;
    margin-right: 8px;
}

div.ganttview-vtheader-series-row .series-user img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

div.ganttview-vtheader-series-row .series-content {
    line-height: 16px;
    padding-top: 2px;
}

div.ganttview-vtheader-series-row .series-content>span {
    color: #aaa;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
}

div.ganttview-hzheader-months,
div.ganttview-hzheader-days {
    overflow: hidden;
}

div.ganttview-slide-container {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-y: auto;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

div.ganttview-grid-row {
    overflow: hidden;
}

div.ganttview-grid-row-cell {
    width: 20px;
    height: 42px;
    border-right: 1px solid #f0f0f0;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

div.ganttview-grid-row-cell.ganttview-weekend {
    background-color: #fafafa;
}

div.ganttview-grid-spacer {
    background: #ededed;
    height: 24px;
    border-top: 1px solid #e0e0e0;
    cursor: pointer;
}

div.ganttview-grid-spacer+.ganttview-grid-row>div.ganttview-grid-row-cell {
    border-top-color: #e0e0e0;
}

div.ganttview-blocks {
    min-width: 100%;
    width: auto;
}

div.ganttview-block {
    position: relative;
    height: 26px;
    background-color: #bbb;
    border-radius: 2px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

div.ganttview-block-spacer {
    height: 24px;
}

div.ganttview-block-container {
    padding: 8px 0;
}

div.ganttview-block-text {
    position: absolute;
    font-size: 11px;
    color: #fff;
    padding: 2px 4px;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: block;
}

div.ganttview-block div.ui-resizable-handle.ui-resizable-s {
    bottom: 0;
}

div.ganttview .ui-resizable {
    position: relative;
}

div.ganttview .ui-resizable-handle {
    display: block;
    font-size: 0.1px;
    position: absolute;
}

div.ganttview .ui-resizable-disabled .ui-resizable-handle,
div.ganttview .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

div.ganttview .ui-resizable-e {
    cursor: e-resize;
    height: 100%;
    right: -5px;
    top: 0;
    width: 7px;
}

div.ganttview .ui-resizable-w {
    cursor: w-resize;
    height: 100%;
    left: -5px;
    top: 0;
    width: 7px;
}

@media only screen and (min-width: 768px) {
    div.ganttview-wrapper {
        width: 100%;
    }

    div.ganttview-slide-container {
        width: 75%;
        border: 1px solid rgba(0, 0, 0, 0.12);
    }

    div.ganttview-vtheader {
        width: 25%;
        border-right: 1px solid rgba(0, 0, 0, 0.12);
    }
}

@media only screen and (max-width: 767px) {
    div.ganttview-wrapper {
        position: relative;
    }

    div.ganttview-vtheader {
        position: absolute;
        left: 0;
        top: 0;
        background: none;
        width: 100%;
        z-index: 10;
        margin-top: 40px;
    }

    div.ganttview-vtheader-series-name {
        height: 22px;
        line-height: 20px;
        border: none;
        margin-bottom: 31px;
    }

    div.ganttview-vtheader-series-row {
        margin-bottom: 42px;
    }

    div.ganttview-row {
        margin-top: 21px;
    }

    div.ganttview-grid-spacer {
        background: none;
        border-top: none;
    }

    div.ganttview-grid-spacer+.ganttview-grid-row>div.ganttview-grid-row-cell {
        border-top-color: rgba(0, 0, 0, 0.12);
    }

    div.ganttview-grid-row {
        margin-top: 42px;
    }

    div.ganttview-block-container {
        margin-top: 42px;
    }

    div.ganttview-wrapper,
    div.ganttview-slide-container {
        width: 100%;
    }

    div.ganttview-slide-container {
        border-left: none;
        position: relative;
        z-index: 10;
    }

    div.ganttview-vtheader-group:last-child {
        border-bottom: none;
    }
}

.animate_hide {
    display: none;
}

/* chartist overide */
.chartist {
    height: 240px;
    width: 100%;
}

.chartist .ct-label {
    color: #727272;
    fill: #727272;
    font-size: 14px;
}

.chartist-labels-inside .ct-label {
    color: #fff;
    fill: #fff;
}

.ct-line {
    stroke-width: 2px;
}

.ct-point {
    stroke-width: 8px;
}

.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
    stroke: #1f77b4;
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
    fill: #1f77b4;
}

.ct-series-b .ct-bar,
.ct-series-b .ct-line,
.ct-series-b .ct-point,
.ct-series-b .ct-slice-donut {
    stroke: #ff7f0e;
}

.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
    fill: #ff7f0e;
}

.ct-series-c .ct-bar,
.ct-series-c .ct-line,
.ct-series-c .ct-point,
.ct-series-c .ct-slice-donut {
    stroke: #2ca02c;
}

.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
    fill: #2ca02c;
}

.ct-series-d .ct-bar,
.ct-series-d .ct-line,
.ct-series-d .ct-point,
.ct-series-d .ct-slice-donut {
    stroke: #d62728;
}

.ct-series-d .ct-area,
.ct-series-d .ct-slice-pie {
    fill: #d62728;
}

.ct-series-e .ct-bar,
.ct-series-e .ct-line,
.ct-series-e .ct-point,
.ct-series-e .ct-slice-donut {
    stroke: #9467bd;
}

.ct-series-e .ct-area,
.ct-series-e .ct-slice-pie {
    fill: #9467bd;
}

.ct-series-f .ct-bar,
.ct-series-f .ct-line,
.ct-series-f .ct-point,
.ct-series-f .ct-slice-donut {
    stroke: #8c564b;
}

.ct-series-f .ct-area,
.ct-series-f .ct-slice-pie {
    fill: #8c564b;
}

.ct-series-g .ct-bar,
.ct-series-g .ct-line,
.ct-series-g .ct-point,
.ct-series-g .ct-slice-donut {
    stroke: #e377c2;
}

.ct-series-g .ct-area,
.ct-series-g .ct-slice-pie {
    fill: #e377c2;
}

.ct-series-h .ct-bar,
.ct-series-h .ct-line,
.ct-series-h .ct-point,
.ct-series-h .ct-slice-donut {
    stroke: #7f7f7f;
}

.ct-series-h .ct-area,
.ct-series-h .ct-slice-pie {
    fill: #7f7f7f;
}

.ct-series-i .ct-bar,
.ct-series-i .ct-line,
.ct-series-i .ct-point,
.ct-series-i .ct-slice-donut {
    stroke: #bcbd22;
}

.ct-series-i .ct-area,
.ct-series-i .ct-slice-pie {
    fill: #bcbd22;
}

.ct-series-j .ct-bar,
.ct-series-j .ct-line,
.ct-series-j .ct-point,
.ct-series-j .ct-slice-donut {
    stroke: #17becf;
}

.ct-series-j .ct-area,
.ct-series-j .ct-slice-pie {
    fill: #17becf;
}

.ct-series-k .ct-bar,
.ct-series-k .ct-line,
.ct-series-k .ct-point,
.ct-series-k .ct-slice-donut {
    stroke: #eacf7d;
}

.ct-series-k .ct-area,
.ct-series-k .ct-slice-pie {
    fill: #eacf7d;
}

.ct-series-l .ct-bar,
.ct-series-l .ct-line,
.ct-series-l .ct-point,
.ct-series-l .ct-slice-donut {
    stroke: #86797d;
}

.ct-series-l .ct-area,
.ct-series-l .ct-slice-pie {
    fill: #86797d;
}

.ct-series-m .ct-bar,
.ct-series-m .ct-line,
.ct-series-m .ct-point,
.ct-series-m .ct-slice-donut {
    stroke: #b2c326;
}

.ct-series-m .ct-area,
.ct-series-m .ct-slice-pie {
    fill: #b2c326;
}

.ct-series-n .ct-bar,
.ct-series-n .ct-line,
.ct-series-n .ct-point,
.ct-series-n .ct-slice-donut {
    stroke: #6188e2;
}

.ct-series-n .ct-area,
.ct-series-n .ct-slice-pie {
    fill: #6188e2;
}

.ct-series-o .ct-bar,
.ct-series-o .ct-line,
.ct-series-o .ct-point,
.ct-series-o .ct-slice-donut {
    stroke: #a748ca;
}

.ct-series-o .ct-area,
.ct-series-o .ct-slice-pie {
    fill: #a748ca;
}

/* dragula.js */
.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 0.8;
}

.gu-hide {
    display: none !important;
}

.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.gu-transit {
    opacity: 0.2;
}

.dragula>* {
    cursor: move;
}

.dragula-vertical {
    height: 100%;
}

.dragula-vertical *+* {
    margin-top: 4px;
}

/* Tablesorter Altair Theme */
.tablesorter-altair {
    /*td.primary,
    tr.odd td.primary {
        color: #ddd;
        background-color: #165388;
    }
    tr.even {
        td {
            &.primary {
                color: #ddd;
                background-color: #195c93;
            }
            &.secondary {
                color: #ddd;
                background-color: #1D67A5;
            }
            &.tertiary {
                color: #ddd;
                background-color: #2073B7;
            }
        }
    }
    td.secondary,
    tr.odd td.secondary {
        color: #ddd;
        background-color: #185C9A;
    }
    td.tertiary,
    tr.odd td.tertiary {
        color: #ddd;
        background-color: #1B67AD;
    }*/
}

.tablesorter-altair .tablesorter-header-inner {
    position: relative;
    padding: 0 32px 0 0;
}

.tablesorter-altair .tablesorter-header-inner:after {
    position: absolute;
    right: 0;
    top: -3px;
    content: '\e164';
    display: block;
    width: 18px;
    height: 18px;
    font-size: 18px;
    font-family: "Material Icons";
    color: #aaa;
}

.tablesorter-altair .sorter-false .tablesorter-header-inner {
    padding: 0;
}

.tablesorter-altair .header,
.tablesorter-altair .tablesorter-header {
    cursor: pointer;
}

.tablesorter-altair th {
    outline: 0 !important;
}

.tablesorter-altair .headerSortUp,
.tablesorter-altair .tablesorter-headerSortUp,
.tablesorter-altair .tablesorter-headerAsc {
    color: #ff6e3f;
}

.tablesorter-altair .headerSortUp .tablesorter-header-inner:after,
.tablesorter-altair .tablesorter-headerSortUp .tablesorter-header-inner:after,
.tablesorter-altair .tablesorter-headerAsc .tablesorter-header-inner:after {
    top: -2px;
    content: '\e313';
    color: #212121;
}

.tablesorter-altair .headerSortDown,
.tablesorter-altair .tablesorter-headerSortDown,
.tablesorter-altair .tablesorter-headerDesc {
    color: #ff6e3f;
}

.tablesorter-altair .headerSortDown .tablesorter-header-inner:after,
.tablesorter-altair .tablesorter-headerSortDown .tablesorter-header-inner:after,
.tablesorter-altair .tablesorter-headerDesc .tablesorter-header-inner:after {
    top: -2px;
    content: '\e316';
    color: #212121;
}

.tablesorter-altair thead .sorter-false {
    cursor: default;
}

.tablesorter-altair thead .sorter-false .tablesorter-header-inner:after {
    display: none;
}

.tablesorter-altair tbody>tr.even>td {
    background-color: rgba(0, 0, 0, 0.085);
}

.tablesorter-altair tbody>tr.row_highlighted>td {
    background: #e3f2fd;
}

.tablesorter-altair .tablesorter-processing {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-image: url(assets/img/spinners/spinner.gif) !important;
}

.tablesorter-altair caption {
    background-color: #fff;
}

.tablesorter-altair .tablesorter-filter-row td {
    padding: 8px 4px;
    line-height: normal;
    text-align: center;
    -webkit-transition: line-height 0.1s ease;
    transition: line-height 0.1s ease;
}

.tablesorter-altair .tablesorter-filter-row .disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: rgba(0, 0, 0, 0.085);
}

.tablesorter-altair .tablesorter-filter-row.hideme * {
    height: 1px;
    min-height: 0;
    border: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
}

.tablesorter-altair .tablesorter-filter-row.hideme td {
    /*** *********************************************** ***/
    /*** change this padding to modify the thickness     ***/
    /*** of the closed filter row (height = padding x 2) ***/
    padding: 2px;
    /*** *********************************************** ***/
    margin: 0;
    line-height: 0;
    cursor: pointer;
}

.tablesorter-altair input.tablesorter-filter,
.tablesorter-altair select.tablesorter-filter {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 4px;
    line-height: 24px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    color: #212121;
    box-sizing: border-box;
    -webkit-transition: height 0.1s ease;
    transition: height 0.1s ease;
    border-radius: 0;
    -webkit-appearance: none;
}

.tablesorter-altair .ts-align-wrap {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

.tablesorter-altair .ts-align-wrap,
.tablesorter-altair .ts-align-left,
.tablesorter-altair .ts-align-right {
    display: inline-block;
    box-sizing: border-box;
}

.tablesorter-altair .ts-align-left {
    text-align: right;
}

.tablesorter-altair .ts-align-right {
    text-align: left;
}

.tablesorter-altair td:nth-child(3) .ts-align-right i {
    color: #e53935;
}

.tablesorter .filtered {
    display: none;
}

.tablesorter .tablesorter-errorRow td {
    text-align: center;
    cursor: pointer;
    background-color: #e53935;
    color: #fff;
}

.tablesorter .remove-me {
    display: none;
}

.ts_pager .selectize-control {
    vertical-align: middle;
    display: inline-block;
    text-align: left;
    margin-top: -3px;
    margin-left: 4px;
}

.ts_pager .selectize-control .selectize-input {
    min-width: 64px;
}

/*!
* Waves v0.7.4
* http://fian.my.id/Waves
*
* Copyright 2014 Alfiana E. Sibuea and other contributors
* Released under the MIT license
* https://github.com/fians/Waves/blob/master/LICENSE
*/
.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0);
    pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.55);
}

.waves-effect.md-btn-flat {
    background: none;
}

.waves-effect.waves-default .waves-ripple {
    background: rgba(153, 153, 153, 0.2);
}

.waves-effect.md-btn-flat-primary .waves-ripple {
    background: rgba(33, 150, 243, 0.4);
}

.waves-effect.md-btn-flat-danger .waves-ripple {
    background: rgba(229, 57, 53, 0.4);
}

.waves-effect.md-btn-flat-warning .waves-ripple {
    background: rgba(255, 160, 0, 0.4);
}

.waves-effect.md-btn-flat-success .waves-ripple {
    background: rgba(124, 179, 66, 0.4);
}

.waves-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

.waves-button,
.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
    padding: 0;
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
}

.waves-float {
    -webkit-mask-image: none;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.waves-block {
    display: block;
}

/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
    z-index: -1;
}

/* 7. partials (header,sidebars,top bar) ============= */
/* main header */
#header_main {
    background: #f6f6f6;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 0 25px;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1104;
}

#header_main:before,
#header_main:after {
    content: " ";
    display: table;
}

#header_main:after {
    clear: both;
}

#header_main:before,
#header_main:after {
    content: " ";
    display: table;
}

#header_main:after {
    clear: both;
}

#header_main .uk-navbar {
    border: none;
    background: none;
}

#header_main .uk-navbar .uk-navbar-nav {
    position: relative;
}

#header_main .uk-navbar .uk-navbar-nav>li {
    position: static;
}

#header_main .uk-navbar .uk-navbar-nav>li>a {
    color: #fff;
    text-shadow: none;
    border: none;
    line-height: 44px;
    height: 48px;
    z-index: auto;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    #header_main .uk-navbar .uk-navbar-nav>li>a {
        padding: 0 10px;
    }
}

#header_main .uk-navbar .uk-navbar-nav>li>a:focus,
#header_main .uk-navbar .uk-navbar-nav>li>a:active {
    background: none;
}

#header_main .uk-navbar .uk-navbar-nav>li>a:after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    content: '';
    display: block;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    margin-left: -6px;
    z-index: -1;
    -webkit-transition: all 100ms ease-in 0ms;
    transition: all 100ms ease-in 0ms;
}

#header_main .uk-navbar .uk-navbar-nav>li:hover>a,
#header_main .uk-navbar .uk-navbar-nav>li:focus>a,
#header_main .uk-navbar .uk-navbar-nav>li.uk-open>a,
#header_main .uk-navbar .uk-navbar-nav>li.uk-active>a {
    background: none;
}

#header_main .uk-navbar .uk-navbar-nav>li.uk-open>a {
    position: relative;
}

#header_main .uk-navbar .uk-navbar-nav>li.uk-open>a:after {
    border-bottom-color: #fff;
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1104;
}

#header_main .uk-navbar .uk-navbar-nav>li .uk-dropdown {
    margin-top: 1px;
    max-height: 300px;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
}

#header_main .uk-navbar .uk-navbar-nav>li .uk-dropdown .md-list {
    margin-left: -10px;
}

#header_main .uk-navbar .uk-navbar-nav>li .uk-dropdown .md-list>li {
    margin-right: 16px;
}

#header_main .uk-navbar .uk-navbar-nav>li .uk-dropdown .uk-switcher {
    max-height: 216px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#header_main .user_actions a.user_action_image {
    position: relative;
    padding-top: 2px;
}

#header_main .user_actions .user_action_icon {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 4px;
}

#header_main .user_actions .user_action_icon:hover,
#header_main .user_actions .user_action_icon:focus {
    text-decoration: none;
}

#header_main .user_actions .user_action_icon>.uk-badge {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 8px;
    min-width: 20px;
    padding: 1px 4px;
    line-height: 14px;
    border-radius: 2px;
}

#header_main .sSwitch {
    cursor: pointer;
    margin: 12px 0 0;
    padding: 12px 0;
}

#header_main .sSwitch,
#header_main .sSwitch .sSwitchIcon {
    display: block;
    height: 2px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 20px;
}

#header_main .sSwitch .sSwitchIcon,
#header_main .sSwitch .sSwitchIcon:before,
#header_main .sSwitch .sSwitchIcon:after {
    background: #535976;
    -webkit-transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

#header_main .sSwitch .sSwitchIcon:before,
#header_main .sSwitch .sSwitchIcon:after {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 20px;
    z-index: -1;
}

#header_main .sSwitch .sSwitchIcon:before {
    top: 6px;
}

#header_main .sSwitch .sSwitchIcon:after {
    top: -6px;
}

#header_main .sSwitch.sSwitch_left {
    float: left;
    margin-right: 16px;
}

#header_main .sSwitch.sSwitch_left .sSwitchIcon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#header_main .sSwitch.sSwitch_left .sSwitchIcon:before,
#header_main .sSwitch.sSwitch_left .sSwitchIcon:after {
    left: 0;
}

#header_main .sSwitch.sSwitch_right {
    float: right;
    margin-left: 30px;
}

@media only screen and (max-width: 767px) {
    #header_main .sSwitch.sSwitch_right {
        margin-left: 24px;
    }
}

#header_main .sSwitch.sSwitch_right .sSwitchIcon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#header_main .sSwitch.sSwitch_right .sSwitchIcon:before,
#header_main .sSwitch.sSwitch_right .sSwitchIcon:after {
    right: 0;
}

#header_main .sSwitch.sSwitch_right.sidebar_secondary_check {
    display: none;
}

#header_main .header_main_search_form {
    display: none;
    position: relative;
    padding: 0 40px;
    margin: 5px 0;
    background: rgba(255, 255, 255, 0.18);
}

#header_main .header_main_search_form .md-icon,
#header_main .header_main_search_form .md-icon:hover,
#header_main .header_main_search_form .md-icon:focus {
    color: #fff;
}

#header_main .header_main_search_input {
    border: none;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    vertical-align: top;
    padding: 8px 0 6px;
    font-size: 16px;
    height: auto;
    background: transparent;
    color: #fff;
}

#header_main .header_main_search_btn {
    position: absolute;
    top: 1px;
    right: -2px;
    cursor: pointer;
}

#header_main .header_main_search_close {
    position: absolute;
    top: 3px;
    left: 2px;
}

.header_double_height #header_main {
    box-shadow: none;
    position: absolute;
}

.header_double_height #page_content {
    position: relative;
    overflow: hidden;
    padding-top: 10px;
}

.header_double_height #page_content:after {
    position: fixed;
    top: 46px;
    left: 0;
    right: 0;
    height: 60px;
    background: #1976d2;
    content: '';
    display: block;
}

.header_double_height #page_content_inner {
    padding: 0;
}

.header_double_height .md-card-single {
    position: relative;
    z-index: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.header_double_height .md-card-single .md-card-content {
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.header_double_height .md-list-outside-wrapper {
    margin-top: 48px;
}

.main_logo_top {
    float: left;
    line-height: 48px;
    min-width: 240px;
    display: block;
}

@media only screen and (max-width: 767px) {
    .main_logo_top {
        display: none;
    }
}

.main_logo_top>a {
    display: inline-block;
    line-height: 48px;
}

.main_logo_top>a img {
    max-height: 48px;
    width: auto;
}

.header_full #sidebar_main {
    top: 48px;
    height: auto;
}

.header_full #header_main {
    margin-left: 0 !important;
    z-index: 1214;
}

.header_full.sidebar_mini #sidebar_main .menu_section>ul>li>ul {
    top: 48px;
}

.header_full.sidebar_mini #sidebar_main .menu_section>ul>li>a>.menu_title {
    top: 48px;
}

/* main sidebar */
#sidebar_main {
    width: 240px;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    left: -240px;
    z-index: 1204;
    background: #fff;
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#sidebar_main,
#sidebar_main:before,
#sidebar_main:after,
#sidebar_main *,
#sidebar_main *:before,
#sidebar_main *:after {
    box-sizing: border-box;
}

#sidebar_main .menu_section .menu_heading {
    font: 400 12px / 16px "Roboto", sans-serif;
    margin: 0 0 12px;
    padding: 6px 6px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    text-transform: uppercase;
    color: #212121;
}

#sidebar_main .menu_section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar_main .menu_section ul>li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#sidebar_main .menu_section ul>li.current_section {
    background: #f5f5f5;
}

#sidebar_main .menu_section>ul>li>a {
    font: 500 14px / 25px "Roboto", sans-serif;
    color: #212121;
    padding: 10px 25px 10px 15px;
    display: table;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 767px) {
    #sidebar_main .menu_section>ul>li>a {
        font-size: 16px;
    }
}

#sidebar_main .menu_section>ul>li>a:hover {
    text-decoration: none;
}

#sidebar_main .menu_section>ul>li>a>.menu_icon {
    width: 40px;
    display: table-cell;
    vertical-align: middle;
    color: #727272;
}

#sidebar_main .menu_section>ul>li>a>.menu_icon .material-icons {
    font-size: 24px;
    vertical-align: top;
}

#sidebar_main .menu_section>ul>li>a .menu_title {
    display: table-cell;
    vertical-align: middle;
    width: 155px;
}

#sidebar_main .menu_section>ul>li>a .uk-badge {
    padding: 1px 4px;
    text-transform: uppercase;
    font-size: 10px;
    position: absolute;
    left: 34px;
    top: 0;
}

#sidebar_main .menu_section>ul>li.act_section.submenu_trigger>a {
    position: relative;
}

#sidebar_main .menu_section>ul>li.act_section.submenu_trigger>a:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#sidebar_main .menu_section>ul>li.current_section>a>.menu_icon .material-icons {
    color: #ff6e3f;
}

#sidebar_main .menu_section>ul>li.current_section>a .menu_title {
    color: #ff6e3f;
}

#sidebar_main .menu_section>ul>li ul {
    margin: 0;
    display: none;
}

#sidebar_main .menu_section>ul>li ul a {
    padding: 8px 10px 8px 72px;
    display: block;
    font: 400 13px / 18px "Roboto", sans-serif;
    color: #212121;
}

@media only screen and (max-width: 767px) {
    #sidebar_main .menu_section>ul>li ul a {
        font-size: 15px;
        line-height: 20px;
    }
}

#sidebar_main .menu_section>ul>li ul a:hover {
    text-decoration: none;
}

#sidebar_main .menu_section>ul>li ul li.act_item a {
    color: #ff6e3f;
    font-weight: 500;
}

#sidebar_main .menu_section>ul>li ul li.menu_subtitle {
    font-weight: 500;
    font-size: 13px;
    color: #aaa;
    padding: 16px 0 4px 72px;
}

#sidebar_main .menu_section>ul>li.submenu_trigger>a {
    position: relative;
}

#sidebar_main .menu_section>ul>li.submenu_trigger>a:before {
    position: absolute;
    right: 8px;
    top: 9px;
    content: '\e313';
    font-family: "Material Icons";
    font-size: 18px;
    display: block;
    color: #727272;
    -webkit-transition: -webkit-transform 280ms;
    transition: transform 280ms;
}

#sidebar_main .menu_section>ul>li.submenu_trigger li ul {
    margin-left: 16px;
}

#sidebar_main .menu_section>ul>li.submenu_trigger li.submenu_trigger>a {
    position: relative;
    padding-right: 32px;
}

#sidebar_main .menu_section>ul>li.submenu_trigger li.submenu_trigger>a:before {
    position: absolute;
    right: 8px;
    top: 7px;
    content: '\e5c5';
    font-family: "Material Icons";
    font-size: 18px;
    display: block;
    color: #727272;
    -webkit-transition: -webkit-transform 280ms;
    transition: transform 280ms;
}

#sidebar_main .menu_section>ul>li.submenu_trigger li.submenu_trigger.act_section>a:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#sidebar_main .sidebar_main_header {
    height: 80px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 20px;
    text-align: center;
    padding-top: 4px;
}

#sidebar_main .sidebar_main_header img {
    width: 60%;
}

#sidebar_main .sidebar_main_header .sidebar_logo {
    height: 70px;
    line-height: 70px;
    overflow: hidden;
}

#sidebar_main .sidebar_main_header .sidebar_logo a {
    display: inline-block;
    margin-left: 0px;
}

#sidebar_main .sidebar_main_header .sidebar_actions {
    margin: 0 20px;
}

#sidebar_main .sidebar_main_header .sidebar_actions:before,
#sidebar_main .sidebar_main_header .sidebar_actions:after {
    content: " ";
    display: table;
}

#sidebar_main .sidebar_main_header .sidebar_actions:after {
    clear: both;
}

#sidebar_main .sidebar_main_header .sidebar_actions:before,
#sidebar_main .sidebar_main_header .sidebar_actions:after {
    content: " ";
    display: table;
}

#sidebar_main .sidebar_main_header .sidebar_actions:after {
    clear: both;
}

#sidebar_main .sidebar_main_header .sidebar_actions .selectize-control {
    float: left;
    height: 40px;
}

#sidebar_main .sidebar_main_header .sidebar_actions .selectize-control .selectize-input:after {
    margin-top: -13px !important;
    right: 32px;
}

#sidebar_main .sidebar_main_header .sidebar_actions .selectize-input {
    width: 48px;
    border: none;
    padding: 6px 0;
    background: transparent;
}

#sidebar_main .sidebar_main_header .sidebar_actions .selectize-input input {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

#sidebar_main .sidebar_main_header .sidebar_actions .selectize-dropdown {
    width: 160px !important;
    margin-left: -8px;
}

#sidebar_main .sidebar_main_header .sidebar_actions .selectize-dropdown .item-icon {
    margin-right: 8px;
}

#sidebar_main .sSidebar_show {
    display: none !important;
}

#page_content,
#header_main,
#top_bar {
    -webkit-transition: margin 280ms;
    transition: margin 280ms;
}

.sidebar_main_active #sidebar_main {
    left: 0;
}

@media only screen and (max-width: 1219px) {
    .sidebar_main_active #sidebar_main {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 2px 4px 8px rgba(0, 0, 0, 0.28);
    }
}

@media only screen and (max-width: 767px) {
    .sidebar_main_active #sidebar_main {
        width: 280px;
    }
}

@media only screen and (min-width: 1220px) {

    .sidebar_main_active #page_content,
    .sidebar_main_active #header_main,
    .sidebar_main_active #top_bar {
        margin-left: 240px;
    }
}

@media only screen and (max-width: 1219px) {
    .sidebar_main_active #page_content:before {
        opacity: 1;
        z-index: 1184;
    }
}

.sidebar_main_active:not(.steps) .sSwitch_left .sSwitchIcon:before,
.sidebar_main_active:not(.steps) .sSwitch_left .sSwitchIcon:after {
    top: 0 !important;
}

.sidebar_main_active #header_main .sSwitch.sSwitch_left .sSwitchIcon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.sidebar_main_active #header_main .sSwitch.sSwitch_left .sSwitchIcon:before,
.sidebar_main_active #header_main .sSwitch.sSwitch_left .sSwitchIcon:after {
    width: 12px;
}

.sidebar_main_active #header_main .sSwitch.sSwitch_left .sSwitchIcon:before {
    top: 4px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.sidebar_main_active #header_main .sSwitch.sSwitch_left .sSwitchIcon:after {
    top: -4px;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

@media only screen and (min-width: 1220px) {
    .sidebar_main_open #sidebar_main {
        left: 0;
    }

    .sidebar_main_open #page_content,
    .sidebar_main_open #header_main,
    .sidebar_main_open #top_bar {
        margin-left: 240px;
    }

    .sidebar_main_open:not(.steps) .sSwitch_left .sSwitchIcon:before,
    .sidebar_main_open:not(.steps) .sSwitch_left .sSwitchIcon:after {
        top: 0 !important;
    }

    .sidebar_main_open #header_main .sSwitch.sSwitch_left .sSwitchIcon {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .sidebar_main_open #header_main .sSwitch.sSwitch_left .sSwitchIcon:before,
    .sidebar_main_open #header_main .sSwitch.sSwitch_left .sSwitchIcon:after {
        width: 12px;
    }

    .sidebar_main_open #header_main .sSwitch.sSwitch_left .sSwitchIcon:before {
        top: 4px;
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }

    .sidebar_main_open #header_main .sSwitch.sSwitch_left .sSwitchIcon:after {
        top: -4px;
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }
}

@media only screen and (max-width: 1219px) {
    .sidebar_main_hiding #page_content:before {
        opacity: 0;
        z-index: 1109;
    }
}

/* mini sidebar */
.sidebar_mini #sidebar_main {
    width: 60px;
    background: #fff;
    margin-left: 0;
    -webkit-transform: none;
    transform: none;
    left: 0;
}

.sidebar_mini #sidebar_main .sidebar_main_header {
    background-position: 0 0;
}

.sidebar_mini #sidebar_main .sidebar_main_header .sidebar_logo a {
    margin-left: 0;
    text-align: center;
    display: block;
}

.sidebar_mini #sidebar_main .sidebar_main_header .sidebar_actions {
    margin: 0 8px;
}

.sidebar_mini #sidebar_main .sidebar_main_header .sidebar_actions .selectize-control {
    padding-left: 13px;
}

.sidebar_mini #sidebar_main .sidebar_main_header .sidebar_actions .selectize-control .selectize-input {
    width: auto;
    text-align: center;
}

.sidebar_mini #sidebar_main .sidebar_main_header .sidebar_actions .selectize-control .selectize-input:after {
    display: none;
}

.sidebar_mini #sidebar_main .menu_section>ul>li {
    position: relative;
}

.sidebar_mini #sidebar_main .menu_section>ul>li>a {
    padding: 0;
    display: block;
    height: 42px;
    text-align: center;
}

.sidebar_mini #sidebar_main .menu_section>ul>li>a .menu_icon {
    display: inline-block;
    text-align: center;
    height: 48px;
}

.sidebar_mini #sidebar_main .menu_section>ul>li>a .menu_icon .material-icons {
    line-height: 42px;
}

.sidebar_mini #sidebar_main .menu_section>ul>li>a>.menu_title {
    text-align: left;
    position: fixed;
    left: 59px;
    top: 0;
    width: 202px;
    display: none;
    padding: 0 16px 0 17px;
    line-height: 50px;
    height: 48px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background: #ff6e3f;
    color: #fff;
    z-index: 1124;
}

.sidebar_mini #sidebar_main .menu_section>ul>li>a .uk-badge {
    left: 4px;
}

.sidebar_mini #sidebar_main .menu_section>ul>li.sidebar_submenu>a:before {
    position: absolute;
    right: 2px;
    top: 10px;
    content: '\e315';
    font-family: "Material Icons";
    font-size: 14px;
    display: block;
    color: #727272;
}

.sidebar_mini #sidebar_main .menu_section>ul>li.sidebar_submenu_act>a .menu_icon .material-icons {
    color: #ff6e3f;
}

.sidebar_mini #sidebar_main .menu_section>ul>li>ul {
    position: fixed;
    top: 0;
    bottom: 0;
    margin-top: 48px;
    overflow-y: auto;
    overflow-x: hidden;
    left: 59px;
    background: #fff;
    z-index: 1114;
    border-left: 2px solid #ff6e3f;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.26);
}

.sidebar_mini #sidebar_main .menu_section>ul>li>ul li {
    width: 200px;
}

.sidebar_mini #sidebar_main .menu_section>ul>li>ul li a {
    padding: 8px 16px;
}

.sidebar_mini #sidebar_main .menu_section>ul>li>ul li.menu_subtitle {
    padding: 16px 16px 8px;
}

.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu {
    background: #ff6e3f;
}

.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu>a .menu_icon .material-icons {
    color: #fff;
}

.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu>a .menu_title {
    display: block;
}

.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu>a:before {
    display: none;
}

.sidebar_mini #sidebar_main .menu_section>ul>li:hover>ul {
    display: block;
}

.sidebar_mini #sidebar_main .menu_section>ul>li li ul {
    margin-left: 16px;
    display: block;
}

.sidebar_mini #sidebar_main .sSidebar_hide {
    display: none !important;
}

.sidebar_mini #sidebar_main .sSidebar_show {
    display: block !important;
}

.sidebar_mini #page_content,
.sidebar_mini #header_main,
.sidebar_mini #top_bar {
    margin-left: 60px;
}

/* secondary sidebar */
#sidebar_secondary {
    position: fixed;
    right: -284px;
    top: 48px;
    bottom: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    width: 280px;
    background: #fff;
    overflow: hidden;
    z-index: 1104;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), -2px 4px 8px rgba(0, 0, 0, 0.28);
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

#sidebar_secondary,
#sidebar_secondary:before,
#sidebar_secondary:after,
#sidebar_secondary *,
#sidebar_secondary *:before,
#sidebar_secondary *:after {
    box-sizing: border-box;
}

#sidebar_secondary .sidebar_secondary_wrapper {
    margin: 8px 16px;
}

.header_double_height #sidebar_secondary {
    top: 58px;
}

#sidebar_secondary .uk-switcher>li {
    padding: 16px 16px 0;
}

#sidebar_secondary .uk-tab {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
}

#sidebar_secondary.tabbed_sidebar {
    padding-top: 44px;
}

.sidebar_secondary_active #sidebar_secondary {
    right: 0;
}

.sidebar_secondary_active:not(.steps) .sSwitch_right .sSwitchIcon:before,
.sidebar_secondary_active:not(.steps) .sSwitch_right .sSwitchIcon:after {
    top: 0 !important;
}

.sidebar_secondary_active #header_main .sSwitch.sSwitch_right .sSwitchIcon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.sidebar_secondary_active #header_main .sSwitch.sSwitch_right .sSwitchIcon:before,
.sidebar_secondary_active #header_main .sSwitch.sSwitch_right .sSwitchIcon:after {
    width: 12px;
}

.sidebar_secondary_active #header_main .sSwitch.sSwitch_right .sSwitchIcon:before {
    top: 4px;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

.sidebar_secondary_active #header_main .sSwitch.sSwitch_right .sSwitchIcon:after {
    top: -4px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

/* top bar */
#top_bar {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    height: 40px;
    position: fixed;
    top: 48px;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0 25px;
}

#top_bar,
#top_bar:before,
#top_bar:after,
#top_bar *,
#top_bar *:before,
#top_bar *:after {
    box-sizing: border-box;
}

#top_bar .top_bar_nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

#top_bar .top_bar_nav>li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#top_bar .top_bar_nav>li {
    float: left;
}

#top_bar .top_bar_nav>li>a {
    line-height: 40px;
    padding: 0 16px;
    font-weight: 500;
    color: #212121;
    display: block;
}

#top_bar .top_bar_nav>li>a:hover {
    box-shadow: inset 0 -3px 0 #2196f3;
}

#top_bar .top_bar_nav>li.uk-active a {
    box-shadow: inset 0 -3px 0 #2196f3;
}

.top_bar_active {
    padding-top: 88px;
}

.top_bar_active #header_main {
    box-shadow: none;
}

/* page heading */
#page_heading {
    background: #fff;
    padding: 16px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    min-height: 81px;
}

#page_heading h1 {
    font: 500 22px / 28px "Roboto", sans-serif;
    margin: 0;
}

#page_heading .heading_actions {
    float: right;
    margin-top: 8px;
    padding-right: 15px;
}

#page_heading .heading_actions>* {
    display: inline-block;
    margin-left: 8px;
    position: relative;
}

#page_heading .heading_actions .material-icons {
    font-size: 24px;
}

#page_heading.uk-active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    z-index: 100;
}

.page_heading_active #header_main {
    box-shadow: none;
}

/* top menu */
#menu_top_dropdown .top_menu_toggle {
    height: 48px;
    line-height: 51px;
    color: #fff;
    display: block;
    padding: 0 8px;
}

#menu_top_dropdown .top_menu_toggle .material-icons {
    color: #fff;
}

#menu_top_dropdown .uk-dropdown {
    margin-top: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 340px;
}

@media screen and (max-height: 320px) {
    #menu_top_dropdown .uk-dropdown {
        max-height: 252px;
    }
}

/* top menu */
#menu_top {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

#menu_top>li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#menu_top>li {
    float: left;
    position: relative;
}

#menu_top>li>a {
    height: 40px;
    line-height: 40px;
    display: block;
    color: #212121;
    padding: 0 16px;
    min-width: 60px;
    text-align: center;
}

#menu_top>li>a:hover {
    background: rgba(0, 0, 0, 0.085);
}

#menu_top>li.uk-open>a {
    background: rgba(0, 0, 0, 0.085);
}

#menu_top>li .uk-dropdown {
    margin-top: 1px;
    top: 100% !important;
}

@media (max-height: 767px) {
    #menu_top>li .uk-dropdown {
        max-height: 200px !important;
        overflow-y: auto !important;
    }
}

@media (min-height: 768px) {
    #menu_top>li [class*='uk-dropdown-width'] {
        max-height: 640px;
        overflow-y: auto;
    }
}

#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;
}

#breadcrumbs>li a,
#breadcrumbs>li span {
    position: relative;
    display: block;
    font-size: 16px;
    padding: 8px 0;
    line-height: 24px;
}

#breadcrumbs>li+li a,
#breadcrumbs>li+li span {
    padding-left: 40px;
}

#breadcrumbs>li+li a:before,
#breadcrumbs>li+li span:before {
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -12px;
    content: '\e315';
    font-family: "Material Icons";
    font-size: 24px;
    display: block;
    color: #727272;
}

#footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    padding: 0 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    line-height: 48px;
}

@media only screen and (min-width: 1220px) {

    .sidebar_main_open #footer,
    .sidebar_main_active #footer {
        margin-left: 240px;
    }
}

/* 8. custom pages =================================== */
/* user profile */

.uk-sticky-placeholder {
    margin-bottom: 20px !important
}

.user_heading {
    padding: 10px 0 0 22px !important;
    background: #1976d2;
    box-shadow: 0 0 5px #ccc;
    color: #fff;
    height: 100px;
    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);
}

.user_heading:before,
.user_heading:after {
    content: " ";
    display: table;
}

.user_heading:after {
    clear: both;
}

.user_heading:before,
.user_heading:after {
    content: " ";
    display: table;
}

.user_heading:after {
    clear: both;
}

.user_heading.uk-active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 16px 24px;
    z-index: 100;
}

.user_heading.uk-active .user_heading_avatar .thumbnail {
    width: 64px;
    height: 64px;
    line-height: 54px !important;
}

.user_heading_avatar {
    float: left;
    margin-right: 24px;
    position: relative;
}

@media only screen and (max-width: 959px) {
    .user_heading_avatar {
        float: none;
        text-align: center;
        margin: 0 0 8px;
    }
}

@media only screen and (max-width: 959px) {
    .user_heading_avatar.fileinput {
        width: 82px;
        height: 82px;
        margin: 0 auto 16px;
        display: block;
    }
}

.user_heading_avatar img {
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    vertical-align: top;
}

.user_heading_avatar .thumbnail {
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 82px;
    height: 82px;
    line-height: 74px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #ededed;
    overflow: hidden;
    box-sizing: border-box;
    display: inline-block;
}

.user_heading_avatar .btn-file {
    text-align: center;
    position: absolute;
    top: -4px;
    left: 57px;
    width: 32px;
    height: 32px;
    line-height: 38px;
    background: #fff;
    display: block;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    overflow: hidden;
}

.user_heading_avatar .btn-file .material-icons {
    color: #2196f3;
    font-size: 24px;
}

.user_heading_avatar .btn-file.fileinput-exists {
    left: -8px;
    right: auto;
}

.user_heading_avatar .btn-file.fileinput-exists .material-icons {
    color: #e53935;
}

.user_heading_avatar.fileinput-new .btn-file.fileinput-exists {
    display: none;
}

.user_heading_content {
    padding: 6px 25px;
}

@media only screen and (max-width: 959px) {
    .user_heading_content {
        text-align: center;
    }
}

.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: #fff;
}

.user_heading_content .user_stats {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    text-align: center;
}

.user_heading_content .user_stats>li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.user_heading_content .user_stats li {
    margin-right: 48px;
    float: left;
}

@media only screen and (max-width: 959px) {
    .user_heading_content .user_stats li {
        float: none;
        display: inline-block;
        margin: 0 16px 8px;
    }
}

.user_heading_content .user_stats .material-icons {
    color: #fff;
    margin-right: 4px;
    font-size: 36px;
    vertical-align: -12px;
}

.user_heading_menu {
    position: absolute;
    top: 8px;
    right: 8px;
}

.user_heading .md-fab,
.user_heading .md-fab-wrapper {
    position: absolute;
    bottom: -22px;
    right: 24px;
}

.user_heading .md-fab-wrapper>.md-fab {
    position: static;
    z-index: auto;
    right: auto;
    bottom: auto;
}

.user_content {
    padding: 32px;
}

.user_content .full_width_in_card {
    margin: 16px 0 32px;
}

/* scrum board */
.scrum_board_overflow {
    height: 100%;
    min-height: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    background: #fff;
    box-sizing: border-box;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
}

#scrum_board {
    height: 100%;
    min-width: 976px;
    padding: 0 4px;
    box-sizing: border-box;
    overflow: hidden;
}

#scrum_board>div {
    height: 100%;
    float: left;
    width: 25%;
    min-width: 240px;
    box-sizing: border-box;
    position: relative;
    padding: 46px 0 8px;
}

#scrum_board .scrum_column {
    background: rgba(0, 0, 0, 0.085);
    padding: 8px;
    height: 100%;
    margin: 0 4px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
}

#scrum_board .scrum_column_heading {
    position: absolute;
    top: 8px;
    left: 0;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    background: #fff;
    line-height: 32px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    padding: 0 12px;
}

#scrum_board .scrum_column .uk-sortable {
    min-height: 100%;
}

#scrum_board .scrum_column .uk-sortable div {
    cursor: move;
}

#scrum_board .scrum_column .uk-sortable div+div {
    margin-top: 4px;
}

#scrum_board .scrum_column .uk-sortable-placeholder {
    opacity: 0.4;
}

.scrum_task {
    background: #fff;
    padding: 8px 8px 8px 12px;
    border-left-width: 4px;
    border-left-style: solid;
}

.scrum_task.blocker {
    border-left-color: #e53935;
}

.scrum_task.critical {
    border-left-color: #ffa000;
}

.scrum_task.minor {
    border-left-color: #ff6e3f;
}

.scrum_task_title {
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

.scrum_task_description {
    margin: 0 0 4px;
    font-size: 12px;
}

.scrum_task_info {
    margin: 0;
    font-size: 12px;
}

/* chat page */
.chat_box {
    padding: 16px;
}

.chat_box .chat_message_wrapper {
    margin-bottom: 32px;
}

.chat_box .chat_message_wrapper:before,
.chat_box .chat_message_wrapper:after {
    content: " ";
    display: table;
}

.chat_box .chat_message_wrapper:after {
    clear: both;
}

.chat_box .chat_message_wrapper:before,
.chat_box .chat_message_wrapper:after {
    content: " ";
    display: table;
}

.chat_box .chat_message_wrapper:after {
    clear: both;
}

.chat_box .chat_message_wrapper .chat_user_avatar {
    float: left;
}

.chat_box .chat_message_wrapper ul.chat_message {
    float: left;
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
    max-width: 60%;
}

.chat_box .chat_message_wrapper ul.chat_message>li {
    padding: 0;
    margin: 0;
    list-style: none;
}

@media only screen and (max-width: 767px) {
    .chat_box .chat_message_wrapper ul.chat_message {
        max-width: 70%;
    }
}

.chat_box .chat_message_wrapper ul.chat_message>li {
    background: #ededed;
    padding: 8px 16px;
    border-radius: 4px;
    position: relative;
    font-size: 13px;
    display: block;
    float: left;
    clear: both;
    color: #212121;
}

@media only screen and (max-width: 767px) {
    .chat_box .chat_message_wrapper ul.chat_message>li {
        font-size: 14px;
    }
}

.chat_box .chat_message_wrapper ul.chat_message>li p {
    margin: 0;
}

.chat_box .chat_message_wrapper ul.chat_message>li .chat_message_time {
    display: block;
    font-size: 11px;
    padding-top: 2px;
    color: #727272;
    text-transform: uppercase;
}

.chat_box .chat_message_wrapper ul.chat_message>li:first-child:before {
    position: absolute;
    left: -14px;
    top: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 16px 0;
    border-color: rgba(0, 0, 0, 0) #ededed rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.chat_box .chat_message_wrapper ul.chat_message>li+li {
    margin-top: 4px;
}

.chat_box .chat_message_wrapper.chat_message_right .chat_user_avatar {
    float: right;
}

.chat_box .chat_message_wrapper.chat_message_right ul.chat_message {
    float: right;
    margin-left: 0 !important;
    margin-right: 24px !important;
}

.chat_box .chat_message_wrapper.chat_message_right ul.chat_message>li {
    float: right;
}

.chat_box .chat_message_wrapper.chat_message_right ul.chat_message>li:first-child:before {
    left: auto;
    right: -14px;
    border-width: 0 0 16px 16px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ededed;
}

.chat_box .chat_message_wrapper.chat_message_right ul.chat_message>li .chat_message_time {
    text-align: right;
}

.chat_box.chat_box_colors_a .chat_message_wrapper ul.chat_message>li {
    background: #616161;
    color: #fff;
}

.chat_box.chat_box_colors_a .chat_message_wrapper ul.chat_message>li:first-child:before {
    border-right-color: #616161;
}

.chat_box.chat_box_colors_a .chat_message_wrapper ul.chat_message>li .chat_message_time {
    color: rgba(255, 255, 255, 0.7);
}

.chat_box.chat_box_colors_a .chat_message_wrapper.chat_message_right ul.chat_message>li {
    background: #689f38;
}

.chat_box.chat_box_colors_a .chat_message_wrapper.chat_message_right ul.chat_message>li:first-child:before {
    border-left-color: #689f38;
}

.chat_box.chat_box_colors_b .chat_message_wrapper ul.chat_message>li {
    background: #0288d1;
    color: #fff;
}

.chat_box.chat_box_colors_b .chat_message_wrapper ul.chat_message>li:first-child:before {
    border-right-color: #0288d1;
}

.chat_box.chat_box_colors_b .chat_message_wrapper ul.chat_message>li .chat_message_time {
    color: rgba(255, 255, 255, 0.7);
}

.chat_box.chat_box_colors_b .chat_message_wrapper.chat_message_right ul.chat_message>li {
    background: #01579b;
}

.chat_box.chat_box_colors_b .chat_message_wrapper.chat_message_right ul.chat_message>li:first-child:before {
    border-left-color: #01579b;
}

.chat_box.chat_box_colors_c .chat_message_wrapper ul.chat_message>li {
    background: #e64a19;
    color: #fff;
}

.chat_box.chat_box_colors_c .chat_message_wrapper ul.chat_message>li:first-child:before {
    border-right-color: #e64a19;
}

.chat_box.chat_box_colors_c .chat_message_wrapper ul.chat_message>li .chat_message_time {
    color: rgba(255, 255, 255, 0.7);
}

.chat_box.chat_box_colors_c .chat_message_wrapper.chat_message_right ul.chat_message>li {
    background: #e0e0e0;
    color: #212121;
}

.chat_box.chat_box_colors_c .chat_message_wrapper.chat_message_right ul.chat_message>li .chat_message_time {
    color: #727272;
}

.chat_box.chat_box_colors_c .chat_message_wrapper.chat_message_right ul.chat_message>li:first-child:before {
    border-left-color: #e0e0e0;
}

.chat_box.chat_box_colors_d .chat_message_wrapper ul.chat_message>li {
    background: #e0e0e0;
}

.chat_box.chat_box_colors_d .chat_message_wrapper ul.chat_message>li:first-child:before {
    border-right-color: #e0e0e0;
}

.chat_box.chat_box_colors_d .chat_message_wrapper.chat_message_right ul.chat_message>li {
    background: #4527a0;
    color: #fff;
}

.chat_box.chat_box_colors_d .chat_message_wrapper.chat_message_right ul.chat_message>li .chat_message_time {
    color: rgba(255, 255, 255, 0.7);
}

.chat_box.chat_box_colors_d .chat_message_wrapper.chat_message_right ul.chat_message>li:first-child:before {
    border-left-color: #4527a0;
}

.chat_box_wrapper {
    height: 100%;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.chat_box_wrapper .chat_box {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.chat_submit_box {
    background: #fafafa;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding: 8px 8px 12px 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
}

.chat_submit_box textarea {
    min-height: 40px;
    max-height: 40px;
    padding: 4px 4px 8px;
}

#sidebar_secondary .chat_box_wrapper,
#sidebar_secondary .chat_submit_box,
#sidebar_secondary .chat_sidebar_close {
    display: none;
}

#sidebar_secondary.chat_sidebar {
    padding-bottom: 68px;
}

#sidebar_secondary.chat_sidebar .chat_submit_box,
#sidebar_secondary.chat_sidebar .chat_sidebar_close {
    display: block;
}

#sidebar_secondary .chat_sidebar_close {
    position: absolute;
    top: 52px;
    right: 8px;
}

#sidebar_secondary .chat_box_wrapper {
    padding-bottom: 0;
}

.chat_box_small.chat_box_wrapper {
    margin: 0 -16px;
}

.md-list.chat_users li {
    cursor: pointer;
}

/* error page */
.error_page {
    padding: 0;
    overflow: hidden;
}

.error-text {
    color: red;
    font-size: 12px;
}

.error_page_header {
    background: #1565c0;
    padding: 80px 0 20px;
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 40px;
}

/* login page */
.login_page {
    font-size: 15px;
   /* padding: 64px 24px; */
    overflow-y: auto;
    height: auto;
    min-height: 100%;
}

@media only screen and (max-width: 767px) {
    .login_page {
        /* padding: 24px; */
    }
}

.login_page_wrapper {
    width: 360px;
    max-width: 100%;
    margin: 0 auto;
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.login_page .user_avatar {
    width: 64px;
    height: 64px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-image: url("../img/avatars/user.png");
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.085);
    background-position: 50% 1px;
}

@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) {
    .login_page .user_avatar {
        background-image: url("../img/avatars/user@2x.png");
        background-size: 64px 64px;
    }
}

.login_page .login_heading {
    text-align: center;
    margin-bottom: 32px;
}

/* blog */
.blog_list_teaser_image {
    margin-bottom: 16px;
}

.blog_list_teaser_video {
    margin-bottom: 16px;
    height: 200px;
}

.blog_list_teaser_title {
    font: 400 18px / 24px "Roboto", sans-serif;
    margin: 0 0 8px;
}

.blog_list_teaser p {
    margin: 0 0 8px;
}

.blog_list_footer {
    border-top: 1px solid #e0e0e0;
    padding: 8px 0 0 8px;
    margin-top: 8px;
    overflow: hidden;
}

.blog_list_footer_info {
    float: left;
    padding-top: 6px;
}

.blog_list_footer_info .material-icons {
    color: #9e9e9e;
}

.blog_list_footer_info small {
    vertical-align: 1px;
}

.blog_article .uk-thumbnail.thumbnail_left {
    float: left;
    margin: 0 24px 24px 0;
}

.blog_article .uk-thumbnail.thumbnail_right {
    float: right;
    margin: 0 0 24px 24px;
}

.blog_article *+p,
.blog_article *+ul,
.blog_article *+ol,
.blog_article *+dl,
.blog_article *+blockquote,
.blog_article *+pre,
.blog_article *+address,
.blog_article *+fieldset,
.blog_article *+figure {
    margin-top: 24px;
}

.blog_article .material-icons+small {
    vertical-align: 2px;
}

.blog_tags .uk-badge {
    margin: 0 4px 4px 0;
}

/* gallery */
.gallery_grid_item {
    padding: 0 !important;
}

.gallery_grid_item,
.gallery_grid_item:hover,
.gallery_grid_item:focus {
    color: #212121;
}

.gallery_grid_item>a,
.gallery_grid_item img {
    display: block;
}

.gallery_grid_image_caption {
    padding: 8px 8px;
    display: block;
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.gallery_grid_image_caption .gallery_image_title {
    font: 500 14px / 20px "Roboto", sans-serif;
    margin: 0;
}

.gallery_grid_image_menu {
    position: relative;
    float: right;
    margin: 4px 0 0 8px;
}

/* pricing tables */
.pricing_table.pricing_table_a {
    text-align: center;
}

.pricing_table.pricing_table_a .pricing_table_plan {
    font-size: 18px;
    font-weight: 400;
    padding: 16px 0;
    margin-bottom: 16px;
}

.pricing_table.pricing_table_a .pricing_table_price {
    padding: 8px 0 0;
    font-size: 48px;
    margin-bottom: 24px;
}

.pricing_table.pricing_table_a .pricing_table_price .currency {
    vertical-align: top;
    font-size: 24px;
    padding: 0 4px;
}

.pricing_table.pricing_table_a .pricing_table_price .period {
    font-size: 14px;
    padding: 4px;
    color: #aaa;
    display: block;
}

.pricing_table.pricing_table_a .pricing_table_features {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing_table.pricing_table_a .pricing_table_features>li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pricing_table.pricing_table_a .pricing_table_features li {
    font-size: 16px;
    padding: 8px 0;
}

.pricing_table.pricing_table_a .pricing_table_select {
    padding: 32px 0;
}

.pricing_table.pricing_table_b {
    text-align: center;
}

.pricing_table.pricing_table_b .pricing_table_plan {
    font-size: 16px;
    font-weight: 400;
    padding: 16px 0;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.pricing_table.pricing_table_b .pricing_table_price {
    padding: 8px 0 0;
    font-size: 48px;
    margin-bottom: 24px;
}

.pricing_table.pricing_table_b .pricing_table_price .currency {
    vertical-align: top;
    font-size: 24px;
    padding: 0 4px;
}

.pricing_table.pricing_table_b .pricing_table_price .period {
    font-size: 14px;
    padding: 4px;
    color: #aaa;
    display: block;
}

.pricing_table.pricing_table_b .pricing_table_features {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing_table.pricing_table_b .pricing_table_features>li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pricing_table.pricing_table_b .pricing_table_features li {
    font-size: 16px;
    padding: 8px 0;
}

.pricing_table.pricing_table_b .pricing_table_select {
    padding: 32px 0;
}

.pricing_table.pricing_table_c {
    text-align: center;
}

.pricing_table.pricing_table_c .pricing_table_plan {
    font-size: 16px;
    font-weight: 400;
    padding: 16px 0;
    margin-bottom: 8px;
}

.pricing_table.pricing_table_c .pricing_table_price {
    padding: 8px 0 0;
    font-size: 48px;
    margin-bottom: 24px;
}

.pricing_table.pricing_table_c .pricing_table_price .currency {
    vertical-align: top;
    font-size: 24px;
    padding: 0 4px;
}

.pricing_table.pricing_table_c .pricing_table_price .period {
    font-size: 14px;
    color: #aaa;
    vertical-align: 0;
    padding-left: 4px;
}

.pricing_table.pricing_table_c .pricing_table_features {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing_table.pricing_table_c .pricing_table_features>li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pricing_table.pricing_table_c .pricing_table_features li {
    font-size: 16px;
    padding: 8px 0;
}

.pricing_table.pricing_table_c .pricing_table_select {
    padding: 32px 0;
}

/* 9. altair main styles ============================= */
html {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: #ececec;
}

body {
    height: 100%;
    font: 400 14px / 1.42857143 "Roboto", sans-serif;
    padding-top: 48px;
    box-sizing: border-box;
}

a,
button {
    outline: none !important;
}

a {
    color: #1e88e5;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover,
a:active {
    color: #0d47a1;
    text-decoration: none;
}

pre,
code,
code[class*="language-"],
pre[class*="language-"] {
    font: 400 12px / 18px "Source Code Pro", Consolas, Monaco, 'Andale Mono', monospace !important;
    box-sizing: border-box;
}

pre[class*="language-"] {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 0;
}

pre[class*="language-"]:before,
pre[class*="language-"]:after {
    display: none;
}

.line-numbers .line-numbers-rows {
    border-right-color: rgba(0, 0, 0, 0.12);
}

:not(pre)>code,
:not(pre)>kbd,
:not(pre)>samp {
    font: 400 12px / 18px "Source Code Pro", Consolas, Monaco, 'Andale Mono', monospace !important;
    color: #d32f2f;
}

pre.large_code,
code.large_code {
    font: 400 14px / 24px "Source Code Pro", Consolas, Monaco, 'Andale Mono', monospace !important;
}

.touchscroll {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
}

.transform-origin-50 {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

blockquote {
    border-left: 4px solid rgba(0, 0, 0, 0.085);
}

/* clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.heading_a {
    margin: 0;
    font: 400 18px / 24px "Roboto", sans-serif;
}

.heading_a .sub-heading {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    display: block;
    color: #727272;
}

.heading_b {
    margin-bottom: 22px;
    font: 400 22px / 28px "Roboto", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    padding-left: 0;
}

.heading_b .sub-heading {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    display: block;
    color: #727272;
}

.heading_b .sub-heading-crf {
    margin-left: 80px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    display: block;
    color: #727272;
}

.heading_c {
    margin: 0;
    font: 400 16px / 20px "Roboto", sans-serif;
}

.heading_c .sub-heading {
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    display: block;
    color: #727272;
}

.heading_list {
    color: #727272;
    font: 500 13px / 16px "Roboto", sans-serif;
    padding: 0 16px;
    margin: 0 0 16px;
}

.heading_a+.uk-grid,
.heading_b+.uk-grid,
.heading_c+.uk-grid,
.heading_list+.uk-grid {
    margin-top: 24px;
}

.uk-grid+.heading_a,
.uk-grid+.heading_b,
.uk-grid+.heading_c,
.uk-grid+.heading_list {
    margin-top: 24px;
}

/* uikit extend */
.uk-text-large {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 16px;
}

*>.uk-text-large {
    margin-top: 16px;
}

.uk-text-small {
    font-size: 12px !important;
}

.uk-text-upper {
    text-transform: uppercase;
}

.uk-text-italic {
    font-style: italic;
}

.uk-text-del {
    text-decoration: line-through;
}

.uk-table.no-border td,
.uk-table .no-border td {
    border-bottom: none;
}

/* custom styles */
address {
    margin: 0;
}

address p {
    margin: 0;
}

address p+p {
    margin-top: 4px;
}

.grid-block {
    border-width: 1px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.12);
    background: rgba(179, 179, 179, 0.085);
    padding: 48px 0;
}

.inline-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.inline-list>li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.inline-list li {
    float: left;
    margin: 0 8px 8px 0;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    background: rgba(102, 102, 102, 0.085);
}

.img_thumb {
    width: 80px;
    max-width: 100%;
    height: auto;
}

.img_thumb.square {
    height: 80px;
}

.img_small {
    width: 120px;
    max-width: 100%;
    height: auto;
}

.img_small.square {
    height: 120px;
}

.img_medium {
    width: 240px;
    max-width: 100%;
    height: auto;
}

.img_medium.square {
    height: 240px;
}

.img_large {
    width: 400px;
    max-width: 100%;
    height: auto;
}

.img_large.square {
    height: 400px;
}

/* forms */
.inline-label {
    padding-left: 8px;
    cursor: pointer;
    vertical-align: -1px;
    left: -3px;
    position: relative;
}

.inline-label-disabled {
    cursor: default;
    pointer-events: none;
}

/* page preloader */
body.page_preloader_active {
    overflow: hidden;
}

body.page_preloader_active>.page_preloader {
    -webkit-transition: opacity 1000ms ease-out;
    transition: opacity 1000ms ease-out;
    opacity: 1;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10005;
}

body.page_preloader_active>.page_preloader>.regular-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
}

body.pace-done>.page_preloader {
    opacity: 0;
}

/* layout */
#page_content:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    opacity: 0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
    z-index: -1;
}

#page_content_inner {
    padding: 24px 24px 10px;
    /* background: #fff; */
}

@media only screen and (min-width: 1220px) {
    .boxed_layout #page_content {
        max-width: 1220px;
        margin: 0 auto !important;
    }

    .boxed_layout .uk-width-large-8-10.uk-container-center {
        width: 100%;
    }

    .boxed_layout.sidebar_main_open #page_content,
    .boxed_layout.sidebar_main_active #page_content {
        padding-left: 240px;
    }

    .boxed_layout .md-top-bar {
        max-width: 1172px;
        margin: 0 auto;
    }

    .boxed_layout #page_heading {
        border-width: 0 1px 1px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.12);
        box-sizing: border-box;
    }
}

/* 10. print styles ================================== */
/* print stylesheet */
@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .uk-table {
        border-collapse: collapse !important;
    }

    .uk-table td,
    .uk-table th {
        background-color: #fff !important;
    }

    .uk-table-bordered th,
    .uk-table-bordered td {
        border: 1px solid #ddd !important;
    }

    #sidebar_main,
    #sidebar_secondary,
    #header_main,
    #style_switcher,
    .header_double_height:before,
    .hidden-print,
    .md-fab-wrapper {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
        margin: 0 !important;
        left: 0 !important;
    }

    .sidebar_main_active #header_main,
    .sidebar_main_active #top_bar {
        display: none !important;
        left: 0 !important;
    }

    body {
        overflow-y: visible !important;
        background: #fff;
        padding: 20px !important;
    }

    body:after {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        display: block;
        z-index: 9999;
    }

    #sidebar_main {
        left: -240px !important;
    }

    .main-print {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
    }

    .md-card-single {
        margin: 0 !important;
    }

    #page_content {
        margin: 0 !important;
        overflow-y: visible !important;
        height: auto !important;
        -webkit-transition: none !important;
        transition: none !important;
    }

    #page_content:before {
        display: none !important;
    }

    .reset-print {
        left: 0 !important;
        right: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .md-card-content {
        height: auto !important;
    }
}

/* 11. themes ======================================== */
.app_theme_a .uk-alert {
    background: #3f51b5;
}

.app_theme_a .md-btn-primary,
.app_theme_a .md-btn-primary:hover,
.app_theme_a .md-btn-primary:focus,
.app_theme_a .md-btn-primary:active {
    background: #3f51b5;
    color: #fff;
}

.app_theme_a .md-btn-flat-primary,
.app_theme_a .md-btn-flat-primary:hover,
.app_theme_a .md-btn-flat-primary:focus,
.app_theme_a .md-btn-flat-primary:active {
    color: #303f9f;
}

.app_theme_a .md-btn-flat-primary:hover,
.app_theme_a .md-btn-flat-primary:focus,
.app_theme_a .md-btn-flat-primary:active {
    background: #d1d6ef;
}

.app_theme_a .uk-badge-primary {
    background: #3f51b5;
}

.app_theme_a .md-card-list-wrapper .md-card-list>ul>li.item-shown.md-card-list-item-selected:before {
    background: #e8eaf6;
}

.app_theme_a .md-card-list-wrapper .md-card-list .md-card-list-item-selected {
    background: #e8eaf6;
}

.app_theme_a .md-card-list-wrapper .md-card-list .md-card-list-item-selected.item-shown {
    background: #fff;
}

.app_theme_a .md-card-list-wrapper .md-card-list .md-card-list-item-selected.item-shown:before {
    background: #e8eaf6;
}

.app_theme_a .md-fab.md-fab-accent {
    background: #ff4081;
}

.app_theme_a .md-list .uk-nestable-list>li.md-list-item-active,
.app_theme_a .md-list>li.md-list-item-active {
    color: #ff4081;
}

.app_theme_a .md-list-addon>li.md-list-item-active .md-list-addon-element,
.app_theme_a .md-list-addon>li.md-list-item-active .md-list-addon-element .material-icons {
    color: #ff4081;
}

.app_theme_a .uk-pagination>li>a:hover {
    background: #ffd9e6;
}

.app_theme_a .uk-pagination>li.uk-active>a,
.app_theme_a .uk-pagination>li.uk-active>span {
    background: #ff4081;
    color: #fff;
}

.app_theme_a .uk-subnav-pill>.uk-active>* {
    background: #ff4081;
}

.app_theme_a .uk-tab>li>a:hover,
.app_theme_a .uk-tab>li>a:focus {
    border-bottom-color: #abb4e2;
}

.app_theme_a .uk-tab>li.uk-active>a {
    border-bottom-color: #3f51b5;
}

.app_theme_a .uk-tab-bottom li>a:hover,
.app_theme_a .uk-tab-bottom li>a:focus {
    border-top-color: #abb4e2;
}

.app_theme_a .uk-tab-bottom li.uk-active>a {
    border-top-color: #3f51b5;
}

.app_theme_a .uk-tab-left li>a:hover,
.app_theme_a .uk-tab-left li>a:focus {
    border-right-color: #abb4e2;
}

.app_theme_a .uk-tab-left li.uk-active>a {
    border-right-color: #3f51b5;
}

.app_theme_a .uk-tab-right li>a:hover,
.app_theme_a .uk-tab-right li>a:focus {
    border-left-color: #abb4e2;
}

.app_theme_a .uk-tab-right li.uk-active>a {
    border-left-color: #3f51b5;
}

.app_theme_a #header_main {
    background: #3f51b5;
}

.app_theme_a.header_double_height #page_content:after {
    background: #3f51b5;
}

.app_theme_a #top_bar .top_bar_nav>li>a:hover {
    box-shadow: inset 0 -3px 0 #3f51b5;
}

.app_theme_a #top_bar .top_bar_nav>li.uk-active a {
    box-shadow: inset 0 -3px 0 #3f51b5;
}

.app_theme_a .user_heading {
    background: #303f9f;
}

.app_theme_a #sidebar_main .menu_section>ul>li ul li.act_item a {
    color: #ff4081;
}

.app_theme_a #sidebar_main .menu_section>ul>li.current_section>a>.menu_icon .material-icons {
    color: #ff4081;
}

.app_theme_a #sidebar_main .menu_section>ul>li.current_section>a .menu_title {
    color: #ff4081;
}

.app_theme_a.sidebar_mini #sidebar_main .menu_section>ul>li>a>.menu_title {
    background: #ff4081;
    color: #fff;
}

.app_theme_a.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu {
    background: #ff4081;
}

.app_theme_a.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu>a .menu_icon .material-icons {
    color: #fff;
}

.app_theme_a.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu ul {
    border-left-color: #ff4081;
}

.app_theme_a.sidebar_mini #sidebar_main .menu_section>ul>li.current_section>a>.menu_icon .material-icons {
    color: #ff4081;
}

.app_theme_a .clndr .clndr_days .clndr_days_grid .day.today>span {
    background: #ff4081;
}

.app_theme_a .DTTT_print_info h6 {
    color: #ff4081;
}

.app_theme_a .fc-unthemed .fc-button.fc-state-active:after {
    color: #ff4081;
}

.app_theme_a .fc-unthemed .fc-highlight {
    box-shadow: inset 0 0 0 2px #3f51b5, inset 0 -1px 0 2px #3f51b5;
}

.app_theme_a .tablesorter-altair tbody>tr.row_highlighted>td {
    background: #e8eaf6;
}

.app_theme_a .tablesorter-altair .headerSortUp,
.app_theme_a .tablesorter-altair .tablesorter-headerSortUp,
.app_theme_a .tablesorter-altair .tablesorter-headerAsc,
.app_theme_a .tablesorter-altair .headerSortDown,
.app_theme_a .tablesorter-altair .tablesorter-headerSortDown,
.app_theme_a .tablesorter-altair .tablesorter-headerDesc {
    color: #ff4081;
}

.app_theme_a .wizard>.steps {
    background: #3f51b5;
}

.app_theme_a .wizard>.steps>ul>li.current a,
.app_theme_a .wizard>.steps>ul>li.current a:hover,
.app_theme_a .wizard>.steps>ul>li.current a:active {
    background: #606fc7;
}

.app_theme_a .wizard>.steps>ul>li.done a,
.app_theme_a .wizard>.steps>ul>li.done a:hover,
.app_theme_a .wizard>.steps>ul>li.done a:active {
    background: #303f9f;
}

.app_theme_a .md-card-primary {
    border-left-color: #3f51b5;
}

.app_theme_a .waves-effect.md-btn-flat-primary {
    background: none;
}

.app_theme_a .waves-effect.md-btn-flat-primary .waves-ripple {
    background: rgba(63, 81, 181, 0.4);
}

.app_theme_b .uk-alert {
    background: #673ab7;
}

.app_theme_b .md-btn-primary,
.app_theme_b .md-btn-primary:hover,
.app_theme_b .md-btn-primary:focus,
.app_theme_b .md-btn-primary:active {
    background: #673ab7;
    color: #fff;
}

.app_theme_b .md-btn-flat-primary,
.app_theme_b .md-btn-flat-primary:hover,
.app_theme_b .md-btn-flat-primary:focus,
.app_theme_b .md-btn-flat-primary:active {
    color: #512da8;
}

.app_theme_b .md-btn-flat-primary:hover,
.app_theme_b .md-btn-flat-primary:focus,
.app_theme_b .md-btn-flat-primary:active {
    background: #daceef;
}

.app_theme_b .uk-badge-primary {
    background: #673ab7;
}

.app_theme_b .md-card-list-wrapper .md-card-list>ul>li.item-shown.md-card-list-item-selected:before {
    background: #ede7f6;
}

.app_theme_b .md-card-list-wrapper .md-card-list .md-card-list-item-selected {
    background: #ede7f6;
}

.app_theme_b .md-card-list-wrapper .md-card-list .md-card-list-item-selected.item-shown {
    background: #fff;
}

.app_theme_b .md-card-list-wrapper .md-card-list .md-card-list-item-selected.item-shown:before {
    background: #ede7f6;
}

.app_theme_b .md-fab.md-fab-accent {
    background: #00bcd4;
}

.app_theme_b .md-list .uk-nestable-list>li.md-list-item-active,
.app_theme_b .md-list>li.md-list-item-active {
    color: #00bcd4;
}

.app_theme_b .md-list-addon>li.md-list-item-active .md-list-addon-element,
.app_theme_b .md-list-addon>li.md-list-item-active .md-list-addon-element .material-icons {
    color: #00bcd4;
}

.app_theme_b .uk-pagination>li>a:hover {
    background: #d4faff;
}

.app_theme_b .uk-pagination>li.uk-active>a,
.app_theme_b .uk-pagination>li.uk-active>span {
    background: #00bcd4;
    color: #fff;
}

.app_theme_b .uk-subnav-pill>.uk-active>* {
    background: #00bcd4;
}

.app_theme_b .uk-tab>li>a:hover,
.app_theme_b .uk-tab>li>a:focus {
    border-bottom-color: #bda7e3;
}

.app_theme_b .uk-tab>li.uk-active>a {
    border-bottom-color: #673ab7;
}

.app_theme_b .uk-tab-bottom li>a:hover,
.app_theme_b .uk-tab-bottom li>a:focus {
    border-top-color: #bda7e3;
}

.app_theme_b .uk-tab-bottom li.uk-active>a {
    border-top-color: #673ab7;
}

.app_theme_b .uk-tab-left li>a:hover,
.app_theme_b .uk-tab-left li>a:focus {
    border-right-color: #bda7e3;
}

.app_theme_b .uk-tab-left li.uk-active>a {
    border-right-color: #673ab7;
}

.app_theme_b .uk-tab-right li>a:hover,
.app_theme_b .uk-tab-right li>a:focus {
    border-left-color: #bda7e3;
}

.app_theme_b .uk-tab-right li.uk-active>a {
    border-left-color: #673ab7;
}

.app_theme_b #header_main {
    background: #673ab7;
}

.app_theme_b.header_double_height #page_content:after {
    background: #673ab7;
}

.app_theme_b #top_bar .top_bar_nav>li>a:hover {
    box-shadow: inset 0 -3px 0 #673ab7;
}

.app_theme_b #top_bar .top_bar_nav>li.uk-active a {
    box-shadow: inset 0 -3px 0 #673ab7;
}

.app_theme_b .user_heading {
    background: #512da8;
}

.app_theme_b #sidebar_main .menu_section>ul>li ul li.act_item a {
    color: #00bcd4;
}

.app_theme_b #sidebar_main .menu_section>ul>li.current_section>a>.menu_icon .material-icons {
    color: #00bcd4;
}

.app_theme_b #sidebar_main .menu_section>ul>li.current_section>a .menu_title {
    color: #00bcd4;
}

.app_theme_b.sidebar_mini #sidebar_main .menu_section>ul>li>a>.menu_title {
    background: #00bcd4;
    color: #fff;
}

.app_theme_b.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu {
    background: #00bcd4;
}

.app_theme_b.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu>a .menu_icon .material-icons {
    color: #fff;
}

.app_theme_b.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu ul {
    border-left-color: #00bcd4;
}

.app_theme_b.sidebar_mini #sidebar_main .menu_section>ul>li.current_section>a>.menu_icon .material-icons {
    color: #00bcd4;
}

.app_theme_b .clndr .clndr_days .clndr_days_grid .day.today>span {
    background: #00bcd4;
}

.app_theme_b .DTTT_print_info h6 {
    color: #00bcd4;
}

.app_theme_b .fc-unthemed .fc-button.fc-state-active:after {
    color: #00bcd4;
}

.app_theme_b .fc-unthemed .fc-highlight {
    box-shadow: inset 0 0 0 2px #673ab7, inset 0 -1px 0 2px #673ab7;
}

.app_theme_b .tablesorter-altair tbody>tr.row_highlighted>td {
    background: #ede7f6;
}

.app_theme_b .tablesorter-altair .headerSortUp,
.app_theme_b .tablesorter-altair .tablesorter-headerSortUp,
.app_theme_b .tablesorter-altair .tablesorter-headerAsc,
.app_theme_b .tablesorter-altair .headerSortDown,
.app_theme_b .tablesorter-altair .tablesorter-headerSortDown,
.app_theme_b .tablesorter-altair .tablesorter-headerDesc {
    color: #00bcd4;
}

.app_theme_b .wizard>.steps {
    background: #673ab7;
}

.app_theme_b .wizard>.steps>ul>li.current a,
.app_theme_b .wizard>.steps>ul>li.current a:hover,
.app_theme_b .wizard>.steps>ul>li.current a:active {
    background: #8259cb;
}

.app_theme_b .wizard>.steps>ul>li.done a,
.app_theme_b .wizard>.steps>ul>li.done a:hover,
.app_theme_b .wizard>.steps>ul>li.done a:active {
    background: #512da8;
}

.app_theme_b .md-card-primary {
    border-left-color: #673ab7;
}

.app_theme_b .waves-effect.md-btn-flat-primary {
    background: none;
}

.app_theme_b .waves-effect.md-btn-flat-primary .waves-ripple {
    background: rgba(103, 58, 183, 0.4);
}

.app_theme_c .uk-alert {
    background: #5d4037;
}

.app_theme_c .md-btn-primary,
.app_theme_c .md-btn-primary:hover,
.app_theme_c .md-btn-primary:focus,
.app_theme_c .md-btn-primary:active {
    background: #5d4037;
    color: #fff;
}

.app_theme_c .md-btn-flat-primary,
.app_theme_c .md-btn-flat-primary:hover,
.app_theme_c .md-btn-flat-primary:focus,
.app_theme_c .md-btn-flat-primary:active {
    color: #3e2723;
}

.app_theme_c .md-btn-flat-primary:hover,
.app_theme_c .md-btn-flat-primary:focus,
.app_theme_c .md-btn-flat-primary:active {
    background: #c4a59c;
}

.app_theme_c .uk-badge-primary {
    background: #5d4037;
}

.app_theme_c .md-card-list-wrapper .md-card-list>ul>li.item-shown.md-card-list-item-selected:before {
    background: #efebe9;
}

.app_theme_c .md-card-list-wrapper .md-card-list .md-card-list-item-selected {
    background: #efebe9;
}

.app_theme_c .md-card-list-wrapper .md-card-list .md-card-list-item-selected.item-shown {
    background: #fff;
}

.app_theme_c .md-card-list-wrapper .md-card-list .md-card-list-item-selected.item-shown:before {
    background: #efebe9;
}

.app_theme_c .md-fab.md-fab-accent {
    background: #1e88e5;
}

.app_theme_c .md-list .uk-nestable-list>li.md-list-item-active,
.app_theme_c .md-list>li.md-list-item-active {
    color: #1e88e5;
}

.app_theme_c .md-list-addon>li.md-list-item-active .md-list-addon-element,
.app_theme_c .md-list-addon>li.md-list-item-active .md-list-addon-element .material-icons {
    color: #1e88e5;
}

.app_theme_c .uk-pagination>li>a:hover {
    background: #d5e9fa;
}

.app_theme_c .uk-pagination>li.uk-active>a,
.app_theme_c .uk-pagination>li.uk-active>span {
    background: #1e88e5;
    color: #fff;
}

.app_theme_c .uk-subnav-pill>.uk-active>* {
    background: #1e88e5;
}

.app_theme_c .uk-tab>li>a:hover,
.app_theme_c .uk-tab>li>a:focus {
    border-bottom-color: #b1887c;
}

.app_theme_c .uk-tab>li.uk-active>a {
    border-bottom-color: #5d4037;
}

.app_theme_c .uk-tab-bottom li>a:hover,
.app_theme_c .uk-tab-bottom li>a:focus {
    border-top-color: #b1887c;
}

.app_theme_c .uk-tab-bottom li.uk-active>a {
    border-top-color: #5d4037;
}

.app_theme_c .uk-tab-left li>a:hover,
.app_theme_c .uk-tab-left li>a:focus {
    border-right-color: #b1887c;
}

.app_theme_c .uk-tab-left li.uk-active>a {
    border-right-color: #5d4037;
}

.app_theme_c .uk-tab-right li>a:hover,
.app_theme_c .uk-tab-right li>a:focus {
    border-left-color: #b1887c;
}

.app_theme_c .uk-tab-right li.uk-active>a {
    border-left-color: #5d4037;
}

.app_theme_c #header_main {
    background: #5d4037;
}

.app_theme_c.header_double_height #page_content:after {
    background: #5d4037;
}

.app_theme_c #top_bar .top_bar_nav>li>a:hover {
    box-shadow: inset 0 -3px 0 #5d4037;
}

.app_theme_c #top_bar .top_bar_nav>li.uk-active a {
    box-shadow: inset 0 -3px 0 #5d4037;
}

.app_theme_c .user_heading {
    background: #3e2723;
}

.app_theme_c #sidebar_main .menu_section>ul>li ul li.act_item a {
    color: #1e88e5;
}

.app_theme_c #sidebar_main .menu_section>ul>li.current_section>a>.menu_icon .material-icons {
    color: #1e88e5;
}

.app_theme_c #sidebar_main .menu_section>ul>li.current_section>a .menu_title {
    color: #1e88e5;
}

.app_theme_c.sidebar_mini #sidebar_main .menu_section>ul>li>a>.menu_title {
    background: #1e88e5;
    color: #fff;
}

.app_theme_c.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu {
    background: #1e88e5;
}

.app_theme_c.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu>a .menu_icon .material-icons {
    color: #fff;
}

.app_theme_c.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu ul {
    border-left-color: #1e88e5;
}

.app_theme_c.sidebar_mini #sidebar_main .menu_section>ul>li.current_section>a>.menu_icon .material-icons {
    color: #1e88e5;
}

.app_theme_c .clndr .clndr_days .clndr_days_grid .day.today>span {
    background: #1e88e5;
}

.app_theme_c .DTTT_print_info h6 {
    color: #1e88e5;
}

.app_theme_c .fc-unthemed .fc-button.fc-state-active:after {
    color: #1e88e5;
}

.app_theme_c .fc-unthemed .fc-highlight {
    box-shadow: inset 0 0 0 2px #5d4037, inset 0 -1px 0 2px #5d4037;
}

.app_theme_c .tablesorter-altair tbody>tr.row_highlighted>td {
    background: #efebe9;
}

.app_theme_c .tablesorter-altair .headerSortUp,
.app_theme_c .tablesorter-altair .tablesorter-headerSortUp,
.app_theme_c .tablesorter-altair .tablesorter-headerAsc,
.app_theme_c .tablesorter-altair .headerSortDown,
.app_theme_c .tablesorter-altair .tablesorter-headerSortDown,
.app_theme_c .tablesorter-altair .tablesorter-headerDesc {
    color: #1e88e5;
}

.app_theme_c .wizard>.steps {
    background: #5d4037;
}

.app_theme_c .wizard>.steps>ul>li.current a,
.app_theme_c .wizard>.steps>ul>li.current a:hover,
.app_theme_c .wizard>.steps>ul>li.current a:active {
    background: #7d564a;
}

.app_theme_c .wizard>.steps>ul>li.done a,
.app_theme_c .wizard>.steps>ul>li.done a:hover,
.app_theme_c .wizard>.steps>ul>li.done a:active {
    background: #3e2723;
}

.app_theme_c .md-card-primary {
    border-left-color: #5d4037;
}

.app_theme_c .waves-effect.md-btn-flat-primary {
    background: none;
}

.app_theme_c .waves-effect.md-btn-flat-primary .waves-ripple {
    background: rgba(93, 64, 55, 0.4);
}

.app_theme_d .uk-alert {
    background: #00acc1;
}

.app_theme_d .md-btn-primary,
.app_theme_d .md-btn-primary:hover,
.app_theme_d .md-btn-primary:focus,
.app_theme_d .md-btn-primary:active {
    background: #00acc1;
    color: #fff;
}

.app_theme_d .md-btn-flat-primary,
.app_theme_d .md-btn-flat-primary:hover,
.app_theme_d .md-btn-flat-primary:focus,
.app_theme_d .md-btn-flat-primary:active {
    color: #00838f;
}

.app_theme_d .md-btn-flat-primary:hover,
.app_theme_d .md-btn-flat-primary:focus,
.app_theme_d .md-btn-flat-primary:active {
    background: #c1f8ff;
}

.app_theme_d .uk-badge-primary {
    background: #00acc1;
}

.app_theme_d .md-card-list-wrapper .md-card-list>ul>li.item-shown.md-card-list-item-selected:before {
    background: #e0f7fa;
}

.app_theme_d .md-card-list-wrapper .md-card-list .md-card-list-item-selected {
    background: #e0f7fa;
}

.app_theme_d .md-card-list-wrapper .md-card-list .md-card-list-item-selected.item-shown {
    background: #fff;
}

.app_theme_d .md-card-list-wrapper .md-card-list .md-card-list-item-selected.item-shown:before {
    background: #e0f7fa;
}

.app_theme_d .md-fab.md-fab-accent {
    background: #673ab7;
}

.app_theme_d .md-list .uk-nestable-list>li.md-list-item-active,
.app_theme_d .md-list>li.md-list-item-active {
    color: #673ab7;
}

.app_theme_d .md-list-addon>li.md-list-item-active .md-list-addon-element,
.app_theme_d .md-list-addon>li.md-list-item-active .md-list-addon-element .material-icons {
    color: #673ab7;
}

.app_theme_d .uk-pagination>li>a:hover {
    background: #ebe5f7;
}

.app_theme_d .uk-pagination>li.uk-active>a,
.app_theme_d .uk-pagination>li.uk-active>span {
    background: #673ab7;
    color: #fff;
}

.app_theme_d .uk-subnav-pill>.uk-active>* {
    background: #673ab7;
}

.app_theme_d .uk-tab>li>a:hover,
.app_theme_d .uk-tab>li>a:focus {
    border-bottom-color: #5bedff;
}

.app_theme_d .uk-tab>li.uk-active>a {
    border-bottom-color: #00acc1;
}

.app_theme_d .uk-tab-bottom li>a:hover,
.app_theme_d .uk-tab-bottom li>a:focus {
    border-top-color: #5bedff;
}

.app_theme_d .uk-tab-bottom li.uk-active>a {
    border-top-color: #00acc1;
}

.app_theme_d .uk-tab-left li>a:hover,
.app_theme_d .uk-tab-left li>a:focus {
    border-right-color: #5bedff;
}

.app_theme_d .uk-tab-left li.uk-active>a {
    border-right-color: #00acc1;
}

.app_theme_d .uk-tab-right li>a:hover,
.app_theme_d .uk-tab-right li>a:focus {
    border-left-color: #5bedff;
}

.app_theme_d .uk-tab-right li.uk-active>a {
    border-left-color: #00acc1;
}

.app_theme_d #header_main {
    background: #00acc1;
}

.app_theme_d.header_double_height #page_content:after {
    background: #00acc1;
}

.app_theme_d #top_bar .top_bar_nav>li>a:hover {
    box-shadow: inset 0 -3px 0 #00acc1;
}

.app_theme_d #top_bar .top_bar_nav>li.uk-active a {
    box-shadow: inset 0 -3px 0 #00acc1;
}

.app_theme_d .user_heading {
    background: #00838f;
}

.app_theme_d #sidebar_main .menu_section>ul>li ul li.act_item a {
    color: #673ab7;
}

.app_theme_d #sidebar_main .menu_section>ul>li.current_section>a>.menu_icon .material-icons {
    color: #673ab7;
}

.app_theme_d #sidebar_main .menu_section>ul>li.current_section>a .menu_title {
    color: #673ab7;
}

.app_theme_d.sidebar_mini #sidebar_main .menu_section>ul>li>a>.menu_title {
    background: #673ab7;
    color: #fff;
}

.app_theme_d.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu {
    background: #673ab7;
}

.app_theme_d.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu>a .menu_icon .material-icons {
    color: #fff;
}

.app_theme_d.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu ul {
    border-left-color: #673ab7;
}

.app_theme_d.sidebar_mini #sidebar_main .menu_section>ul>li.current_section>a>.menu_icon .material-icons {
    color: #673ab7;
}

.app_theme_d .clndr .clndr_days .clndr_days_grid .day.today>span {
    background: #673ab7;
}

.app_theme_d .DTTT_print_info h6 {
    color: #673ab7;
}

.app_theme_d .fc-unthemed .fc-button.fc-state-active:after {
    color: #673ab7;
}

.app_theme_d .fc-unthemed .fc-highlight {
    box-shadow: inset 0 0 0 2px #00acc1, inset 0 -1px 0 2px #00acc1;
}

.app_theme_d .tablesorter-altair tbody>tr.row_highlighted>td {
    background: #e0f7fa;
}

.app_theme_d .tablesorter-altair .headerSortUp,
.app_theme_d .tablesorter-altair .tablesorter-headerSortUp,
.app_theme_d .tablesorter-altair .tablesorter-headerAsc,
.app_theme_d .tablesorter-altair .headerSortDown,
.app_theme_d .tablesorter-altair .tablesorter-headerSortDown,
.app_theme_d .tablesorter-altair .tablesorter-headerDesc {
    color: #673ab7;
}

.app_theme_d .wizard>.steps {
    background: #00acc1;
}

.app_theme_d .wizard>.steps>ul>li.current a,
.app_theme_d .wizard>.steps>ul>li.current a:hover,
.app_theme_d .wizard>.steps>ul>li.current a:active {
    background: #00d9f4;
}

.app_theme_d .wizard>.steps>ul>li.done a,
.app_theme_d .wizard>.steps>ul>li.done a:hover,
.app_theme_d .wizard>.steps>ul>li.done a:active {
    background: #00838f;
}

.app_theme_d .md-card-primary {
    border-left-color: #00acc1;
}

.app_theme_d .waves-effect.md-btn-flat-primary {
    background: none;
}

.app_theme_d .waves-effect.md-btn-flat-primary .waves-ripple {
    background: rgba(0, 172, 193, 0.4);
}

.app_theme_e .uk-alert {
    background: #607d8b;
}

.app_theme_e .md-btn-primary,
.app_theme_e .md-btn-primary:hover,
.app_theme_e .md-btn-primary:focus,
.app_theme_e .md-btn-primary:active {
    background: #607d8b;
    color: #fff;
}

.app_theme_e .md-btn-flat-primary,
.app_theme_e .md-btn-flat-primary:hover,
.app_theme_e .md-btn-flat-primary:focus,
.app_theme_e .md-btn-flat-primary:active {
    color: #455a64;
}

.app_theme_e .md-btn-flat-primary:hover,
.app_theme_e .md-btn-flat-primary:focus,
.app_theme_e .md-btn-flat-primary:active {
    background: #d5dee2;
}

.app_theme_e .uk-badge-primary {
    background: #607d8b;
}

.app_theme_e .md-card-list-wrapper .md-card-list>ul>li.item-shown.md-card-list-item-selected:before {
    background: #ffebee;
}

.app_theme_e .md-card-list-wrapper .md-card-list .md-card-list-item-selected {
    background: #ffebee;
}

.app_theme_e .md-card-list-wrapper .md-card-list .md-card-list-item-selected.item-shown {
    background: #fff;
}

.app_theme_e .md-card-list-wrapper .md-card-list .md-card-list-item-selected.item-shown:before {
    background: #ffebee;
}

.app_theme_e .md-fab.md-fab-accent {
    background: #e53935;
}

.app_theme_e .md-list .uk-nestable-list>li.md-list-item-active,
.app_theme_e .md-list>li.md-list-item-active {
    color: #e53935;
}

.app_theme_e .md-list-addon>li.md-list-item-active .md-list-addon-element,
.app_theme_e .md-list-addon>li.md-list-item-active .md-list-addon-element .material-icons {
    color: #e53935;
}

.app_theme_e .uk-pagination>li>a:hover {
    background: #fceaea;
}

.app_theme_e .uk-pagination>li.uk-active>a,
.app_theme_e .uk-pagination>li.uk-active>span {
    background: #e53935;
    color: #fff;
}

.app_theme_e .uk-subnav-pill>.uk-active>* {
    background: #e53935;
}

.app_theme_e .uk-tab>li>a:hover,
.app_theme_e .uk-tab>li>a:focus {
    border-bottom-color: #b7c6cd;
}

.app_theme_e .uk-tab>li.uk-active>a {
    border-bottom-color: #607d8b;
}

.app_theme_e .uk-tab-bottom li>a:hover,
.app_theme_e .uk-tab-bottom li>a:focus {
    border-top-color: #b7c6cd;
}

.app_theme_e .uk-tab-bottom li.uk-active>a {
    border-top-color: #607d8b;
}

.app_theme_e .uk-tab-left li>a:hover,
.app_theme_e .uk-tab-left li>a:focus {
    border-right-color: #b7c6cd;
}

.app_theme_e .uk-tab-left li.uk-active>a {
    border-right-color: #607d8b;
}

.app_theme_e .uk-tab-right li>a:hover,
.app_theme_e .uk-tab-right li>a:focus {
    border-left-color: #b7c6cd;
}

.app_theme_e .uk-tab-right li.uk-active>a {
    border-left-color: #607d8b;
}

.app_theme_e #header_main {
    background: #607d8b;
}

.app_theme_e.header_double_height #page_content:after {
    background: #607d8b;
}

.app_theme_e #top_bar .top_bar_nav>li>a:hover {
    box-shadow: inset 0 -3px 0 #607d8b;
}

.app_theme_e #top_bar .top_bar_nav>li.uk-active a {
    box-shadow: inset 0 -3px 0 #607d8b;
}

.app_theme_e .user_heading {
    background: #455a64;
}

.app_theme_e #sidebar_main .menu_section>ul>li ul li.act_item a {
    color: #e53935;
}

.app_theme_e #sidebar_main .menu_section>ul>li.current_section>a>.menu_icon .material-icons {
    color: #e53935;
}

.app_theme_e #sidebar_main .menu_section>ul>li.current_section>a .menu_title {
    color: #e53935;
}

.app_theme_e.sidebar_mini #sidebar_main .menu_section>ul>li>a>.menu_title {
    background: #e53935;
    color: #fff;
}

.app_theme_e.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu {
    background: #e53935;
}

.app_theme_e.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu>a .menu_icon .material-icons {
    color: #fff;
}

.app_theme_e.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu ul {
    border-left-color: #e53935;
}

.app_theme_e.sidebar_mini #sidebar_main .menu_section>ul>li.current_section>a>.menu_icon .material-icons {
    color: #e53935;
}

.app_theme_e .clndr .clndr_days .clndr_days_grid .day.today>span {
    background: #e53935;
}

.app_theme_e .DTTT_print_info h6 {
    color: #e53935;
}

.app_theme_e .fc-unthemed .fc-button.fc-state-active:after {
    color: #e53935;
}

.app_theme_e .fc-unthemed .fc-highlight {
    box-shadow: inset 0 0 0 2px #607d8b, inset 0 -1px 0 2px #607d8b;
}

.app_theme_e .tablesorter-altair tbody>tr.row_highlighted>td {
    background: #ffebee;
}

.app_theme_e .tablesorter-altair .headerSortUp,
.app_theme_e .tablesorter-altair .tablesorter-headerSortUp,
.app_theme_e .tablesorter-altair .tablesorter-headerAsc,
.app_theme_e .tablesorter-altair .headerSortDown,
.app_theme_e .tablesorter-altair .tablesorter-headerSortDown,
.app_theme_e .tablesorter-altair .tablesorter-headerDesc {
    color: #e53935;
}

.app_theme_e .wizard>.steps {
    background: #607d8b;
}

.app_theme_e .wizard>.steps>ul>li.current a,
.app_theme_e .wizard>.steps>ul>li.current a:hover,
.app_theme_e .wizard>.steps>ul>li.current a:active {
    background: #7b96a3;
}

.app_theme_e .wizard>.steps>ul>li.done a,
.app_theme_e .wizard>.steps>ul>li.done a:hover,
.app_theme_e .wizard>.steps>ul>li.done a:active {
    background: #455a64;
}

.app_theme_e .md-card-primary {
    border-left-color: #607d8b;
}

.app_theme_e .waves-effect.md-btn-flat-primary {
    background: none;
}

.app_theme_e .waves-effect.md-btn-flat-primary .waves-ripple {
    background: rgba(96, 125, 139, 0.4);
}

.app_theme_f .uk-alert {
    background: #424242;
}

.app_theme_f .md-btn-primary,
.app_theme_f .md-btn-primary:hover,
.app_theme_f .md-btn-primary:focus,
.app_theme_f .md-btn-primary:active {
    background: #424242;
    color: #fff;
}

.app_theme_f .md-btn-flat-primary,
.app_theme_f .md-btn-flat-primary:hover,
.app_theme_f .md-btn-flat-primary:focus,
.app_theme_f .md-btn-flat-primary:active {
    color: #212121;
}

.app_theme_f .md-btn-flat-primary:hover,
.app_theme_f .md-btn-flat-primary:focus,
.app_theme_f .md-btn-flat-primary:active {
    background: #cecece;
}

.app_theme_f .uk-badge-primary {
    background: #424242;
}

.app_theme_f .md-card-list-wrapper .md-card-list>ul>li.item-shown.md-card-list-item-selected:before {
    background: #f1f8e9;
}

.app_theme_f .md-card-list-wrapper .md-card-list .md-card-list-item-selected {
    background: #f1f8e9;
}

.app_theme_f .md-card-list-wrapper .md-card-list .md-card-list-item-selected.item-shown {
    background: #fff;
}

.app_theme_f .md-card-list-wrapper .md-card-list .md-card-list-item-selected.item-shown:before {
    background: #f1f8e9;
}

.app_theme_f .md-fab.md-fab-accent {
    background: #ff6e3f;
}

.app_theme_f .md-list .uk-nestable-list>li.md-list-item-active,
.app_theme_f .md-list>li.md-list-item-active {
    color: #ff6e3f;
}

.app_theme_f .md-list-addon>li.md-list-item-active .md-list-addon-element,
.app_theme_f .md-list-addon>li.md-list-item-active .md-list-addon-element .material-icons {
    color: #ff6e3f;
}

.app_theme_f .uk-pagination>li>a:hover {
    background: #e1efd2;
}

.app_theme_f .uk-pagination>li.uk-active>a,
.app_theme_f .uk-pagination>li.uk-active>span {
    background: #ff6e3f;
    color: #fff;
}

.app_theme_f .uk-subnav-pill>.uk-active>* {
    background: #ff6e3f;
}

.app_theme_f .uk-tab>li>a:hover,
.app_theme_f .uk-tab>li>a:focus {
    border-bottom-color: #8f8f8f;
}

.app_theme_f .uk-tab>li.uk-active>a {
    border-bottom-color: #424242;
}

.app_theme_f .uk-tab-bottom li>a:hover,
.app_theme_f .uk-tab-bottom li>a:focus {
    border-top-color: #8f8f8f;
}

.app_theme_f .uk-tab-bottom li.uk-active>a {
    border-top-color: #424242;
}

.app_theme_f .uk-tab-left li>a:hover,
.app_theme_f .uk-tab-left li>a:focus {
    border-right-color: #8f8f8f;
}

.app_theme_f .uk-tab-left li.uk-active>a {
    border-right-color: #424242;
}

.app_theme_f .uk-tab-right li>a:hover,
.app_theme_f .uk-tab-right li>a:focus {
    border-left-color: #8f8f8f;
}

.app_theme_f .uk-tab-right li.uk-active>a {
    border-left-color: #424242;
}

.app_theme_f #header_main {
    background: #424242;
}

.app_theme_f.header_double_height #page_content:after {
    background: #424242;
}

.app_theme_f #top_bar .top_bar_nav>li>a:hover {
    box-shadow: inset 0 -3px 0 #424242;
}

.app_theme_f #top_bar .top_bar_nav>li.uk-active a {
    box-shadow: inset 0 -3px 0 #424242;
}

.app_theme_f .user_heading {
    background: #212121;
}

.app_theme_f #sidebar_main .menu_section>ul>li ul li.act_item a {
    color: #ff6e3f;
}

.app_theme_f #sidebar_main .menu_section>ul>li.current_section>a>.menu_icon .material-icons {
    color: #ff6e3f;
}

.app_theme_f #sidebar_main .menu_section>ul>li.current_section>a .menu_title {
    color: #ff6e3f;
}

.app_theme_f.sidebar_mini #sidebar_main .menu_section>ul>li>a>.menu_title {
    background: #ff6e3f;
    color: #fff;
}

.app_theme_f.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu {
    background: #ff6e3f;
}

.app_theme_f.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu>a .menu_icon .material-icons {
    color: #fff;
}

.app_theme_f.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu ul {
    border-left-color: #ff6e3f;
}

.app_theme_f.sidebar_mini #sidebar_main .menu_section>ul>li.current_section>a>.menu_icon .material-icons {
    color: #ff6e3f;
}

.app_theme_f .clndr .clndr_days .clndr_days_grid .day.today>span {
    background: #ff6e3f;
}

.app_theme_f .DTTT_print_info h6 {
    color: #ff6e3f;
}

.app_theme_f .fc-unthemed .fc-button.fc-state-active:after {
    color: #ff6e3f;
}

.app_theme_f .fc-unthemed .fc-highlight {
    box-shadow: inset 0 0 0 2px #424242, inset 0 -1px 0 2px #424242;
}

.app_theme_f .tablesorter-altair tbody>tr.row_highlighted>td {
    background: #f1f8e9;
}

.app_theme_f .tablesorter-altair .headerSortUp,
.app_theme_f .tablesorter-altair .tablesorter-headerSortUp,
.app_theme_f .tablesorter-altair .tablesorter-headerAsc,
.app_theme_f .tablesorter-altair .headerSortDown,
.app_theme_f .tablesorter-altair .tablesorter-headerSortDown,
.app_theme_f .tablesorter-altair .tablesorter-headerDesc {
    color: #ff6e3f;
}

.app_theme_f .wizard>.steps {
    background: #424242;
}

.app_theme_f .wizard>.steps>ul>li.current a,
.app_theme_f .wizard>.steps>ul>li.current a:hover,
.app_theme_f .wizard>.steps>ul>li.current a:active {
    background: #5c5c5c;
}

.app_theme_f .wizard>.steps>ul>li.done a,
.app_theme_f .wizard>.steps>ul>li.done a:hover,
.app_theme_f .wizard>.steps>ul>li.done a:active {
    background: #212121;
}

.app_theme_f .md-card-primary {
    border-left-color: #424242;
}

.app_theme_f .waves-effect.md-btn-flat-primary {
    background: none;
}

.app_theme_f .waves-effect.md-btn-flat-primary .waves-ripple {
    background: rgba(66, 66, 66, 0.4);
}

.app_theme_g .uk-alert {
    background: #8e24aa;
}

.app_theme_g .md-btn-primary,
.app_theme_g .md-btn-primary:hover,
.app_theme_g .md-btn-primary:focus,
.app_theme_g .md-btn-primary:active {
    background: #8e24aa;
    color: #fff;
}

.app_theme_g .md-btn-flat-primary,
.app_theme_g .md-btn-flat-primary:hover,
.app_theme_g .md-btn-flat-primary:focus,
.app_theme_g .md-btn-flat-primary:active {
    color: #7b1fa2;
}

.app_theme_g .md-btn-flat-primary:hover,
.app_theme_g .md-btn-flat-primary:focus,
.app_theme_g .md-btn-flat-primary:active {
    background: #f0d7f6;
}

.app_theme_g .uk-badge-primary {
    background: #8e24aa;
}

.app_theme_g .md-card-list-wrapper .md-card-list>ul>li.item-shown.md-card-list-item-selected:before {
    background: #f3e5f5;
}

.app_theme_g .md-card-list-wrapper .md-card-list .md-card-list-item-selected {
    background: #f3e5f5;
}

.app_theme_g .md-card-list-wrapper .md-card-list .md-card-list-item-selected.item-shown {
    background: #fff;
}

.app_theme_g .md-card-list-wrapper .md-card-list .md-card-list-item-selected.item-shown:before {
    background: #f3e5f5;
}

.app_theme_g .md-fab.md-fab-accent {
    background: #4caf50;
}

.app_theme_g .md-list .uk-nestable-list>li.md-list-item-active,
.app_theme_g .md-list>li.md-list-item-active {
    color: #4caf50;
}

.app_theme_g .md-list-addon>li.md-list-item-active .md-list-addon-element,
.app_theme_g .md-list-addon>li.md-list-item-active .md-list-addon-element .material-icons {
    color: #4caf50;
}

.app_theme_g .uk-pagination>li>a:hover {
    background: #d9eeda;
}

.app_theme_g .uk-pagination>li.uk-active>a,
.app_theme_g .uk-pagination>li.uk-active>span {
    background: #4caf50;
    color: #fff;
}

.app_theme_g .uk-subnav-pill>.uk-active>* {
    background: #4caf50;
}

.app_theme_g .uk-tab>li>a:hover,
.app_theme_g .uk-tab>li>a:focus {
    border-bottom-color: #d082e5;
}

.app_theme_g .uk-tab>li.uk-active>a {
    border-bottom-color: #8e24aa;
}

.app_theme_g .uk-tab-bottom li>a:hover,
.app_theme_g .uk-tab-bottom li>a:focus {
    border-top-color: #d082e5;
}

.app_theme_g .uk-tab-bottom li.uk-active>a {
    border-top-color: #8e24aa;
}

.app_theme_g .uk-tab-left li>a:hover,
.app_theme_g .uk-tab-left li>a:focus {
    border-right-color: #d082e5;
}

.app_theme_g .uk-tab-left li.uk-active>a {
    border-right-color: #8e24aa;
}

.app_theme_g .uk-tab-right li>a:hover,
.app_theme_g .uk-tab-right li>a:focus {
    border-left-color: #d082e5;
}

.app_theme_g .uk-tab-right li.uk-active>a {
    border-left-color: #8e24aa;
}

.app_theme_g #header_main {
    background: #8e24aa;
}

.app_theme_g.header_double_height #page_content:after {
    background: #8e24aa;
}

.app_theme_g #top_bar .top_bar_nav>li>a:hover {
    box-shadow: inset 0 -3px 0 #8e24aa;
}

.app_theme_g #top_bar .top_bar_nav>li.uk-active a {
    box-shadow: inset 0 -3px 0 #8e24aa;
}

.app_theme_g .user_heading {
    background: #7b1fa2;
}

.app_theme_g #sidebar_main .menu_section>ul>li ul li.act_item a {
    color: #4caf50;
}

.app_theme_g #sidebar_main .menu_section>ul>li.current_section>a>.menu_icon .material-icons {
    color: #4caf50;
}

.app_theme_g #sidebar_main .menu_section>ul>li.current_section>a .menu_title {
    color: #4caf50;
}

.app_theme_g.sidebar_mini #sidebar_main .menu_section>ul>li>a>.menu_title {
    background: #4caf50;
    color: #fff;
}

.app_theme_g.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu {
    background: #4caf50;
}

.app_theme_g.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu>a .menu_icon .material-icons {
    color: #fff;
}

.app_theme_g.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu ul {
    border-left-color: #4caf50;
}

.app_theme_g.sidebar_mini #sidebar_main .menu_section>ul>li.current_section>a>.menu_icon .material-icons {
    color: #4caf50;
}

.app_theme_g .clndr .clndr_days .clndr_days_grid .day.today>span {
    background: #4caf50;
}

.app_theme_g .DTTT_print_info h6 {
    color: #4caf50;
}

.app_theme_g .fc-unthemed .fc-button.fc-state-active:after {
    color: #4caf50;
}

.app_theme_g .fc-unthemed .fc-highlight {
    box-shadow: inset 0 0 0 2px #8e24aa, inset 0 -1px 0 2px #8e24aa;
}

.app_theme_g .tablesorter-altair tbody>tr.row_highlighted>td {
    background: #f3e5f5;
}

.app_theme_g .tablesorter-altair .headerSortUp,
.app_theme_g .tablesorter-altair .tablesorter-headerSortUp,
.app_theme_g .tablesorter-altair .tablesorter-headerAsc,
.app_theme_g .tablesorter-altair .headerSortDown,
.app_theme_g .tablesorter-altair .tablesorter-headerSortDown,
.app_theme_g .tablesorter-altair .tablesorter-headerDesc {
    color: #4caf50;
}

.app_theme_g .wizard>.steps {
    background: #8e24aa;
}

.app_theme_g .wizard>.steps>ul>li.current a,
.app_theme_g .wizard>.steps>ul>li.current a:hover,
.app_theme_g .wizard>.steps>ul>li.current a:active {
    background: #b02ed3;
}

.app_theme_g .wizard>.steps>ul>li.done a,
.app_theme_g .wizard>.steps>ul>li.done a:hover,
.app_theme_g .wizard>.steps>ul>li.done a:active {
    background: #7b1fa2;
}

.app_theme_g .md-card-primary {
    border-left-color: #8e24aa;
}

.app_theme_g .waves-effect.md-btn-flat-primary {
    background: none;
}

.app_theme_g .waves-effect.md-btn-flat-primary .waves-ripple {
    background: rgba(142, 36, 170, 0.4);
}

.app_theme_h .uk-alert {
    background: #d32f2f;
}

.app_theme_h .md-btn-primary,
.app_theme_h .md-btn-primary:hover,
.app_theme_h .md-btn-primary:focus,
.app_theme_h .md-btn-primary:active {
    background: #d32f2f;
    color: #fff;
}

.app_theme_h .md-btn-flat-primary,
.app_theme_h .md-btn-flat-primary:hover,
.app_theme_h .md-btn-flat-primary:focus,
.app_theme_h .md-btn-flat-primary:active {
    color: #c62828;
}

.app_theme_h .md-btn-flat-primary:hover,
.app_theme_h .md-btn-flat-primary:focus,
.app_theme_h .md-btn-flat-primary:active {
    background: #ffffff;
}

.app_theme_h .uk-badge-primary {
    background: #d32f2f;
}

.app_theme_h .md-card-list-wrapper .md-card-list>ul>li.item-shown.md-card-list-item-selected:before {
    background: #ffebee;
}

.app_theme_h .md-card-list-wrapper .md-card-list .md-card-list-item-selected {
    background: #ffebee;
}

.app_theme_h .md-card-list-wrapper .md-card-list .md-card-list-item-selected.item-shown {
    background: #fff;
}

.app_theme_h .md-card-list-wrapper .md-card-list .md-card-list-item-selected.item-shown:before {
    background: #ffebee;
}

.app_theme_h .md-fab.md-fab-accent {
    background: #0277bd;
}

.app_theme_h .md-list .uk-nestable-list>li.md-list-item-active,
.app_theme_h .md-list>li.md-list-item-active {
    color: #0277bd;
}

.app_theme_h .md-list-addon>li.md-list-item-active .md-list-addon-element,
.app_theme_h .md-list-addon>li.md-list-item-active .md-list-addon-element .material-icons {
    color: #0277bd;
}

.app_theme_h .uk-pagination>li>a:hover {
    background: #8dd4fe;
}

.app_theme_h .uk-pagination>li.uk-active>a,
.app_theme_h .uk-pagination>li.uk-active>span {
    background: #0277bd;
    color: #fff;
}

.app_theme_h .uk-subnav-pill>.uk-active>* {
    background: #0277bd;
}

.app_theme_h .uk-tab>li>a:hover,
.app_theme_h .uk-tab>li>a:focus {
    border-bottom-color: #eeadad;
}

.app_theme_h .uk-tab>li.uk-active>a {
    border-bottom-color: #d32f2f;
}

.app_theme_h .uk-tab-bottom li>a:hover,
.app_theme_h .uk-tab-bottom li>a:focus {
    border-top-color: #eeadad;
}

.app_theme_h .uk-tab-bottom li.uk-active>a {
    border-top-color: #d32f2f;
}

.app_theme_h .uk-tab-left li>a:hover,
.app_theme_h .uk-tab-left li>a:focus {
    border-right-color: #eeadad;
}

.app_theme_h .uk-tab-left li.uk-active>a {
    border-right-color: #d32f2f;
}

.app_theme_h .uk-tab-right li>a:hover,
.app_theme_h .uk-tab-right li>a:focus {
    border-left-color: #eeadad;
}

.app_theme_h .uk-tab-right li.uk-active>a {
    border-left-color: #d32f2f;
}

.app_theme_h #header_main {
    background: #d32f2f;
}

.app_theme_h.header_double_height #page_content:after {
    background: #d32f2f;
}

.app_theme_h #top_bar .top_bar_nav>li>a:hover {
    box-shadow: inset 0 -3px 0 #d32f2f;
}

.app_theme_h #top_bar .top_bar_nav>li.uk-active a {
    box-shadow: inset 0 -3px 0 #d32f2f;
}

.app_theme_h .user_heading {
    background: #c62828;
}

.app_theme_h #sidebar_main .menu_section>ul>li ul li.act_item a {
    color: #0277bd;
}

.app_theme_h #sidebar_main .menu_section>ul>li.current_section>a>.menu_icon .material-icons {
    color: #0277bd;
}

.app_theme_h #sidebar_main .menu_section>ul>li.current_section>a .menu_title {
    color: #0277bd;
}

.app_theme_h.sidebar_mini #sidebar_main .menu_section>ul>li>a>.menu_title {
    background: #0277bd;
    color: #fff;
}

.app_theme_h.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu {
    background: #0277bd;
}

.app_theme_h.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu>a .menu_icon .material-icons {
    color: #fff;
}

.app_theme_h.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu ul {
    border-left-color: #0277bd;
}

.app_theme_h.sidebar_mini #sidebar_main .menu_section>ul>li.current_section>a>.menu_icon .material-icons {
    color: #0277bd;
}

.app_theme_h .clndr .clndr_days .clndr_days_grid .day.today>span {
    background: #0277bd;
}

.app_theme_h .DTTT_print_info h6 {
    color: #0277bd;
}

.app_theme_h .fc-unthemed .fc-button.fc-state-active:after {
    color: #0277bd;
}

.app_theme_h .fc-unthemed .fc-highlight {
    box-shadow: inset 0 0 0 2px #d32f2f, inset 0 -1px 0 2px #d32f2f;
}

.app_theme_h .tablesorter-altair tbody>tr.row_highlighted>td {
    background: #ffebee;
}

.app_theme_h .tablesorter-altair .headerSortUp,
.app_theme_h .tablesorter-altair .tablesorter-headerSortUp,
.app_theme_h .tablesorter-altair .tablesorter-headerAsc,
.app_theme_h .tablesorter-altair .headerSortDown,
.app_theme_h .tablesorter-altair .tablesorter-headerSortDown,
.app_theme_h .tablesorter-altair .tablesorter-headerDesc {
    color: #0277bd;
}

.app_theme_h .wizard>.steps {
    background: #d32f2f;
}

.app_theme_h .wizard>.steps>ul>li.current a,
.app_theme_h .wizard>.steps>ul>li.current a:hover,
.app_theme_h .wizard>.steps>ul>li.current a:active {
    background: #dc5959;
}

.app_theme_h .wizard>.steps>ul>li.done a,
.app_theme_h .wizard>.steps>ul>li.done a:hover,
.app_theme_h .wizard>.steps>ul>li.done a:active {
    background: #c62828;
}

.app_theme_h .md-card-primary {
    border-left-color: #d32f2f;
}

.app_theme_h .waves-effect.md-btn-flat-primary {
    background: none;
}

.app_theme_h .waves-effect.md-btn-flat-primary .waves-ripple {
    background: rgba(211, 47, 47, 0.4);
}

.app_theme_i .uk-alert {
    background: #fbc02d;
}

.app_theme_i .md-btn-primary,
.app_theme_i .md-btn-primary:hover,
.app_theme_i .md-btn-primary:focus,
.app_theme_i .md-btn-primary:active {
    background: #fbc02d;
    color: #fff;
}

.app_theme_i .md-btn-flat-primary,
.app_theme_i .md-btn-flat-primary:hover,
.app_theme_i .md-btn-flat-primary:focus,
.app_theme_i .md-btn-flat-primary:active {
    color: #f57f17;
}

.app_theme_i .md-btn-flat-primary:hover,
.app_theme_i .md-btn-flat-primary:focus,
.app_theme_i .md-btn-flat-primary:active {
    background: #ffffff;
}

.app_theme_i .uk-badge-primary {
    background: #fbc02d;
}

.app_theme_i .md-card-list-wrapper .md-card-list>ul>li.item-shown.md-card-list-item-selected:before {
    background: #fffde7;
}

.app_theme_i .md-card-list-wrapper .md-card-list .md-card-list-item-selected {
    background: #fffde7;
}

.app_theme_i .md-card-list-wrapper .md-card-list .md-card-list-item-selected.item-shown {
    background: #fff;
}

.app_theme_i .md-card-list-wrapper .md-card-list .md-card-list-item-selected.item-shown:before {
    background: #fffde7;
}

.app_theme_i .md-fab.md-fab-accent {
    background: #00acc1;
}

.app_theme_i .md-list .uk-nestable-list>li.md-list-item-active,
.app_theme_i .md-list>li.md-list-item-active {
    color: #00acc1;
}

.app_theme_i .md-list-addon>li.md-list-item-active .md-list-addon-element,
.app_theme_i .md-list-addon>li.md-list-item-active .md-list-addon-element .material-icons {
    color: #00acc1;
}

.app_theme_i .uk-pagination>li>a:hover {
    background: #8ef3ff;
}

.app_theme_i .uk-pagination>li.uk-active>a,
.app_theme_i .uk-pagination>li.uk-active>span {
    background: #00acc1;
    color: #fff;
}

.app_theme_i .uk-subnav-pill>.uk-active>* {
    background: #00acc1;
}

.app_theme_i .uk-tab>li>a:hover,
.app_theme_i .uk-tab>li>a:focus {
    border-bottom-color: #feedc3;
}

.app_theme_i .uk-tab>li.uk-active>a {
    border-bottom-color: #fbc02d;
}

.app_theme_i .uk-tab-bottom li>a:hover,
.app_theme_i .uk-tab-bottom li>a:focus {
    border-top-color: #feedc3;
}

.app_theme_i .uk-tab-bottom li.uk-active>a {
    border-top-color: #fbc02d;
}

.app_theme_i .uk-tab-left li>a:hover,
.app_theme_i .uk-tab-left li>a:focus {
    border-right-color: #feedc3;
}

.app_theme_i .uk-tab-left li.uk-active>a {
    border-right-color: #fbc02d;
}

.app_theme_i .uk-tab-right li>a:hover,
.app_theme_i .uk-tab-right li>a:focus {
    border-left-color: #feedc3;
}

.app_theme_i .uk-tab-right li.uk-active>a {
    border-left-color: #fbc02d;
}

.app_theme_i #header_main {
    background: #fbc02d;
}

.app_theme_i.header_double_height #page_content:after {
    background: #fbc02d;
}

.app_theme_i #top_bar .top_bar_nav>li>a:hover {
    box-shadow: inset 0 -3px 0 #fbc02d;
}

.app_theme_i #top_bar .top_bar_nav>li.uk-active a {
    box-shadow: inset 0 -3px 0 #fbc02d;
}

.app_theme_i .user_heading {
    background: #f57f17;
}

.app_theme_i #sidebar_main .menu_section>ul>li ul li.act_item a {
    color: #00acc1;
}

.app_theme_i #sidebar_main .menu_section>ul>li.current_section>a>.menu_icon .material-icons {
    color: #00acc1;
}

.app_theme_i #sidebar_main .menu_section>ul>li.current_section>a .menu_title {
    color: #00acc1;
}

.app_theme_i.sidebar_mini #sidebar_main .menu_section>ul>li>a>.menu_title {
    background: #00acc1;
    color: #fff;
}

.app_theme_i.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu {
    background: #00acc1;
}

.app_theme_i.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu>a .menu_icon .material-icons {
    color: #fff;
}

.app_theme_i.sidebar_mini #sidebar_main .menu_section>ul>li:hover.sidebar_submenu ul {
    border-left-color: #00acc1;
}

.app_theme_i.sidebar_mini #sidebar_main .menu_section>ul>li.current_section>a>.menu_icon .material-icons {
    color: #00acc1;
}

.app_theme_i .clndr .clndr_days .clndr_days_grid .day.today>span {
    background: #00acc1;
}

.app_theme_i .DTTT_print_info h6 {
    color: #00acc1;
}

.app_theme_i .fc-unthemed .fc-button.fc-state-active:after {
    color: #00acc1;
}

.app_theme_i .fc-unthemed .fc-highlight {
    box-shadow: inset 0 0 0 2px #fbc02d, inset 0 -1px 0 2px #fbc02d;
}

.app_theme_i .tablesorter-altair tbody>tr.row_highlighted>td {
    background: #fffde7;
}

.app_theme_i .tablesorter-altair .headerSortUp,
.app_theme_i .tablesorter-altair .tablesorter-headerSortUp,
.app_theme_i .tablesorter-altair .tablesorter-headerAsc,
.app_theme_i .tablesorter-altair .headerSortDown,
.app_theme_i .tablesorter-altair .tablesorter-headerSortDown,
.app_theme_i .tablesorter-altair .tablesorter-headerDesc {
    color: #00acc1;
}

.app_theme_i .wizard>.steps {
    background: #fbc02d;
}

.app_theme_i .wizard>.steps>ul>li.current a,
.app_theme_i .wizard>.steps>ul>li.current a:hover,
.app_theme_i .wizard>.steps>ul>li.current a:active {
    background: #fccf5f;
}

.app_theme_i .wizard>.steps>ul>li.done a,
.app_theme_i .wizard>.steps>ul>li.done a:hover,
.app_theme_i .wizard>.steps>ul>li.done a:active {
    background: #f57f17;
}

.app_theme_i .md-card-primary {
    border-left-color: #fbc02d;
}

.app_theme_i .waves-effect.md-btn-flat-primary {
    background: none;
}

.app_theme_i .waves-effect.md-btn-flat-primary .waves-ripple {
    background: rgba(251, 192, 45, 0.4);
}

/* 12. style switcher =============================== */
/* style switcher */
#style_switcher {
    position: fixed;
    right: 0;
    top: 140px;
    background: #fff;
    width: 240px;
    z-index: 1094;
    box-sizing: border-box;
    padding: 16px;
    margin-right: -246px;
    -webkit-transition: margin 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: margin 280ms cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.26);
}

#style_switcher.switcher_active {
    margin-right: 0;
}

#style_switcher .switcher_app_themes {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

#style_switcher .switcher_app_themes>li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#style_switcher .switcher_app_themes li {
    float: left;
    cursor: pointer;
    width: 36px;
    margin: 0 16px 16px 0;
    opacity: 0.5;
    -webkit-transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

#style_switcher .switcher_app_themes li span {
    display: block;
    padding: 0 4px;
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    width: 50%;
    float: left;
}

#style_switcher .switcher_app_themes li.active_theme {
    opacity: 1;
    position: relative;
}

#style_switcher .switcher_app_themes li.active_theme:after {
    position: absolute;
    top: 0;
    left: 50%;
    content: '\e5ca';
    font-family: "Material Icons";
    font-size: 18px;
    display: block;
    color: #fff;
    margin-left: -8px;
}

#style_switcher .switcher_app_themes li.app_style_default .app_color_main {
    background: #2196f3;
}

#style_switcher .switcher_app_themes li.app_style_default .app_color_accent {
    background: #ff6e3f;
}

#style_switcher .switcher_app_themes li.switcher_theme_a .app_color_main {
    background: #3f51b5;
}

#style_switcher .switcher_app_themes li.switcher_theme_a .app_color_accent {
    background: #ff4081;
}

#style_switcher .switcher_app_themes li.switcher_theme_b .app_color_main {
    background: #673ab7;
}

#style_switcher .switcher_app_themes li.switcher_theme_b .app_color_accent {
    background: #00bcd4;
}

#style_switcher .switcher_app_themes li.switcher_theme_c .app_color_main {
    background: #5d4037;
}

#style_switcher .switcher_app_themes li.switcher_theme_c .app_color_accent {
    background: #1e88e5;
}

#style_switcher .switcher_app_themes li.switcher_theme_d .app_color_main {
    background: #00acc1;
}

#style_switcher .switcher_app_themes li.switcher_theme_d .app_color_accent {
    background: #673ab7;
}

#style_switcher .switcher_app_themes li.switcher_theme_e .app_color_main {
    background: #607d8b;
}

#style_switcher .switcher_app_themes li.switcher_theme_e .app_color_accent {
    background: #e53935;
}

#style_switcher .switcher_app_themes li.switcher_theme_f .app_color_main {
    background: #424242;
}

#style_switcher .switcher_app_themes li.switcher_theme_f .app_color_accent {
    background: #ff6e3f;
}

#style_switcher .switcher_app_themes li.switcher_theme_g .app_color_main {
    background: #8e24aa;
}

#style_switcher .switcher_app_themes li.switcher_theme_g .app_color_accent {
    background: #4caf50;
}

#style_switcher .switcher_app_themes li.switcher_theme_h .app_color_main {
    background: #d32f2f;
}

#style_switcher .switcher_app_themes li.switcher_theme_h .app_color_accent {
    background: #0277bd;
}

#style_switcher .switcher_app_themes li.switcher_theme_i .app_color_main {
    background: #fbc02d;
}

#style_switcher .switcher_app_themes li.switcher_theme_i .app_color_accent {
    background: #00acc1;
}

#style_switcher_toggle {
    position: absolute;
    top: 8px;
    left: -44px;
    width: 44px;
    height: 36px;
    background: #fff;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    padding: 0 8px;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.26);
    box-sizing: border-box;
    z-index: 1096;
}

#style_switcher_toggle .material-icons {
    font-size: 24px;
    line-height: 36px;
    color: #212121;
}

/* 12. angularjs ==================================== */
.page_loading {
    overflow: hidden !important;
}

#page_preloader {
    background: #ececec;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 2000;
    opacity: 0;
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

#crf_loader {
    display: none;
    background: rgba(255, 255, 255, .8);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 2000;
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

#page_preloader>img,
#crf_loader>img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -24px 0 0 -24px;
    width: 48px;
    height: 48px;
}

.page_loading #page_preloader {
    opacity: 1;
}

.page_loaded #page_preloader {
    display: none;
}

.app_initialized #page_preloader {
    left: 0;
    top: 48px;
    z-index: 1094;
}

@media only screen and (max-width: 1219px) {
    .app_initialized #page_preloader {
        left: 0;
    }
}

.app_initialized .sidebar_main_active #page_preloader,
.app_initialized .sidebar_main_open #page_preloader {
    left: 240px;
}

/* wizard */
.wizard {
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a {
    outline: 0;
}

.wizard ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul>li {
    display: block;
    padding: 0;
}

.wizard>.steps {
    position: relative;
    display: block;
    width: 100%;
    background: #2196f3;
}

.wizard>.steps .number {
    font-size: 14px;
    border: 2px solid #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -14px;
}

@media only screen and (min-width: 960px) {
    .wizard>.steps .number {
        font-size: 16px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        margin-top: -18px;
    }
}

.wizard>.steps .title {
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    padding-left: 46px;
    box-sizing: border-box;
}

.wizard>.steps>ul>li {
    display: block;
}

@media only screen and (min-width: 960px) {
    .wizard>.steps>ul>li {
        float: left;
        width: 25%;
    }
}

.wizard>.steps>ul>li+li a {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 960px) {
    .wizard>.steps>ul>li+li a {
        border-top: none;
        border-right: 1px solid rgba(0, 0, 0, 0.15);
    }
}

.wizard>.steps>ul>li a {
    position: relative;
}

.wizard>.steps>ul>li a,
.wizard>.steps>ul>li a:hover,
.wizard>.steps>ul>li a:active {
    display: block;
    width: auto;
    padding: 12px 8px;
    text-decoration: none;
    color: #fff;
}

@media only screen and (min-width: 960px) {

    .wizard>.steps>ul>li a,
    .wizard>.steps>ul>li a:hover,
    .wizard>.steps>ul>li a:active {
        padding: 16px;
    }
}

.wizard>.steps>ul>li.disabled a,
.wizard>.steps>ul>li.disabled a:hover,
.wizard>.steps>ul>li.disabled a:active {
    color: #fff;
    cursor: default;
}

.wizard>.steps>ul>li.current a,
.wizard>.steps>ul>li.current a:hover,
.wizard>.steps>ul>li.current a:active {
    background: #51adf6;
    color: #fff;
    cursor: default;
}

.wizard>.steps>ul>li.done a,
.wizard>.steps>ul>li.done a:hover,
.wizard>.steps>ul>li.done a:active {
    background: #1976d2;
    color: #fff;
}

.wizard>.steps>ul>li.error a,
.wizard>.steps>ul>li.error a:hover,
.wizard>.steps>ul>li.error a:active {
    background: #c62828;
    color: #fff;
}

.wizard>.content {
    display: block;
    box-sizing: border-box;
}

.wizard>.content>.body {
    padding: 32px 24px;
    box-sizing: border-box;
}

.wizard>.content>.body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wizard>.content>.body ul>li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.wizard>.content>.body .uk-form-label {
    display: block;
    font-weight: 500;
    font-size: 13px;
    margin: -4px 0;
}

.wizard>.content>.body .icheck-inline {
    margin: 4px 16px 0 0;
}

.wizard>.content>.body>iframe {
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard>.content>.body pre[class*="language-"] {
    max-height: inherit;
}

.inputSml {
    width: 100%;
}

/* css used at proposal section, to allign the Other Expenses row */
.pt15 {
    padding-top: 15px;
}

.k-dropdown-wrap,
.k-dropdown-wrap input {
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    border-color: rgba(0, 0, 0, 0.12) !important;
    background-color: #ffffff !important;
}

.k-dropdown-wrap .k-select {
    border-left: 0px !important;
}

.k-dropdown-wrap.k-state-hover,
.k-dropdown-wrap.k-state-focused {
    box-shadow: 0px 0px 0px 0px !important;
    cursor: pointer !important;
}

/* ui-tab specing */
.warehouseActivation ul.uk-tab {
    padding-left: 26px;
}

.warehouseActivation .uk-tab>li {
    padding-right: 13px;
}

.warehouseActivation .uk-tab>li>a {
    padding: 19px !important;
}

.warehouseActivation .md-card .md-card-content {
    padding: 0px !important;
}

.warehouseActivation .uk-grid>.uk-width-1-1 {
    padding-left: 17px !important;
}

.warehouseActivation .uk-grid {
    margin-right: 0px !important;
}

.warehouseActivation #tabs_1_content {
    margin-top: 0px;
}

.warehouseActivation .dataTables_wrapper .dt-uikit-header {
    padding: 4px 24px;
    margin-bottom: 0px !important;
    background: #fafafa;
    border-bottom: 1px solid #ccc;
}

.warehouseActivation .dataTables_length>label {
    color: #727272;
}

.warehouseActivation .uk-overflow-container>table {
    width: 95% !important;
}

.warehouseActivation .uk-overflow-container>table>thead>tr>th {
    padding: 16px 8px 16px 8px;
}

.warehouseActivation .dataTables_wrapper .uk-table thead .sorting:after {
    padding: 6px;
}

/*Custom Dropdown*/
.dropbtn {
    background-color: #ffffff;
    color: #7C7C7C;
    padding: 10px;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.dropbtn span {
    float: right;
}

.dropdown-content input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    height: 30px;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dropdown {
    position: relative;
    /*display: inline-block;*/
}

.dropdown-content {
    max-height: 235px;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 5;
}

.dropdown-content a {
    color: black;
    padding: 10px 12px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #ffffff;
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
    margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.modal_pw .uk-modal-dialog {
    width: 70% !important;
}

.hide-grid-search input[type=search] {
    display: none;
}

.text_align_center {
    text-align: center
}

.collection_span {
    font-size: 18px;
    font-weight: bold;
}

/* Card Styling */
.grid_space>div {
    padding-left: 15px;
}

.anchor-blue {
    color: blue;
}

.anchor-blue:hover {
    text-decoration: underline;
}

/* Lab Master Styling */

hr{margin:0 0 12px !important;}
.mr0{margin-right:0;}
.main-block .m0.m0{margin:0 !important;}
.masterHeading{color: #8c8c8c;padding: 0 !important;font-weight: 500 !important;font-size: 18px !important;}
.main-block{background: #F6F6F6;padding:10px 15px 15px;margin-right:10px;}
.main-block h2{text-align: center;font-size:1rem;margin-bottom:10px;}
.main-block .md-card{cursor:pointer;padding: 12px 10px;font-size:.9rem;margin: 0 0 15px !important;font-weight: 500;}
.main-block .md-card.active{border: 1px solid #298fca;border-radius: 4px;}
.search-list { height: 380px;overflow: auto;}
.search-list::-webkit-scrollbar {width:.6em;}
.search-list::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);}
.search-list::-webkit-scrollbar-thumb {background-color: darkgrey;outline: 1px solid slategrey;}

.search-list .md-card>div:last-child{color: #37474f;font-weight: 400;font-size: 12px;}
.search-list .md-card span{float: right;font-size: .8rem;}
.search-list .md-card span.active{color: #417505;}
.search-list .md-card span.inActive{color:#d0021b;}

.form-block{width:38%;padding:0 5px 15px;margin:0 !important;}
.search-block span{position:absolute;display:inline-block;margin:9px 6px;}
.search-block input{width:100%;border: 1px solid #e7e7e7;border-radius: 5px;margin: 0 0 10px;padding: 10px 6px;
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;padding-left:30px;}
.form-block h2{background: #CFCFCF;text-align: center;padding: 5px 0;color: #fff;border-radius: 2px;
font-size: 1rem;}
.form-container{padding:10px 15px 20px;}
.form-container h3{font-size: 1rem;margin-bottom: 8px;}
.form-container h3 span{float: right;color: #727272;font-weight: 400;font-size: .85rem;}
.form-container .uk-grid>div{padding-left:15px;}
.form-container button.md-btn-primary{background:#ef6c00 !important;}
.switch-block{margin-right:0 !important;}
.switch-block>div label.inline-label{top:3px;}
.imageMultiple{border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 8px !important;
  position: relative;
  margin: 0 15px 10px 0;
  width: 45%;}
.deleteIcon{
  vertical-align: middle;
  position: absolute;
  right: 6px;
  top: 10px;
  font-size: 15px;}
.emptyState{margin-top:180px;text-align:center;}
.emptyState span{font-weight:500;}
.emptyState button{background: #ef6c00 !important;
  margin-top: 8px;font-size: .85rem !important;
text-transform:capitalize;width: 60%;
}
/* User Permission Styling */
.permission-block{background : #F6F6F6;padding-left:10px;margin-left: 10px;}
.table_row{background: url(../img/Rectangle_7.png);color: white;background-size: 100% 100%;}
.table_row1{background: url(../img/Rectangle_1.png);background-size: 100% 100%;color: white;}
.add_btn{background-color : #ef6c00;width: 50%;color: white;}
/* Lab Requistion Form */
.filter_block{margin: 2px;background-color: white;height: auto;width: 29px;border-radius: 5px;border: 1px solid #e7e7e7;}
.requistion_form{border-radius: 5px;border:1px solid #e7e7e7;padding: 8px;}
.heading-box{border-radius: 3px;margin-right: 2px; margin-left : 2px;padding: 10px;background-color: #eef3f5; color: #6a6a6a}
.content_header{display: inline-block; font-size: 14px}


.label1 {
  color: #838c91;
  font-size: 14px;
  font-weight: 400
}

.label2 {
  color: #37474f;
  font-size: 14px;
  font-weight: 400
}

.label3 {
  color: #626262;
  font-size: 10px;
  font-weight: 400
}

.label4 {
  color: #838c91;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 6.27px
}

.params_tableHeader {
  color: #727272;
  font-size: 12px;
  font-weight: 400;
  border: none;
  width: 33%
}

.params_tableData {
  color: #444444;
  font-size: 14px;
  font-weight: 400;
  border: none;
  width: 33%
}

.drop_down_hint {
  opacity: 0.3;
  color: #37474f;
  font-size: 14px;
  letter-spacing: 0.07px;
}

/*Lab Master End*/

/*CRF: Code Start*/
.md-card .md-crf-card {
    height: auto;
}

.md-crf-card .md-icon {
    font-size: 16px;
}

.crf_row_margin {
    margin-top: 50px !important;
}

.crf-card-label {
    font-size: 11px;
    font-weight: 500;
    color: #676766;
    letter-spacing: -0.18px;
}

.crf-card-value {
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    color: #676766;
    letter-spacing: -0.19px;
}

.crf-card-head-label {
    font-size: 15px;
    font-weight: 500;
    color: #676766;
    letter-spacing: -0.54px;
}

.crf-card-ellipsis-value{
    white-space: nowrap; 
    width: 100%; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}

.crf-card-head-value {
    font-size: 15px;
    font-weight: 400;
    color: #676766;
    letter-spacing: -0.54px;
}

.crf-card-value a {
    color: #2574b8;
    font-size: 12px;
    font-weight: 500;
    line-height: 34px;
    text-decoration: underline;
    letter-spacing: -0.19px;
    text-transform: capitalize;
}

.crf-breadcrumb span {
    color: #686B79;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    padding-bottom: 20px;
}

.crf_tabs>li>a.disabled {
    opacity: .5;
    cursor: default;
    border-bottom-color: transparent !important;
}

.crf_tabs>li i {
    margin-right: 15px;
    font-size: 14px;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-top-30 {
    margin-top: 40px !important;
}

.margin-right-0 {
    margin-right: 0px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.margin-topbottom-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.margin-topbottom-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.crf-paggination .uk-pagination>li.active {
    border-radius: 5px;
    background-color: #3a3e4f;
    color: #ffffff !important;
}

.crf-paggination .uk-pagination>li.active a {
    background-color: #3a3e4f;
    color: #ffffff !important;
}

.crf-paggination .uk-pagination li {
    padding: 2px 5px;
}

.crf-paggination .uk-pagination>li>a:active {
    color: #ffffff;
    background-color: #3a3e4f;
}

.crf-paggination .uk-pagination>li>a:hover {
    background-color: #ffffff;
    padding: 2px 5px;
}

.crf-paggination .uk-pagination>li.active>a:hover {
    background-color: #3a3e4f;
    color: #ffffff;
}

.crf-paggination .uk-pagination>li.active>a {
    color: #ffffff;
}

.crf-nav-icon {
    font-size: 1.2rem;
    padding: 6px;
    color: rgba(0, 0, 0, 0.12);
}

.crf-nav-icon.allow {
    cursor: pointer;
    color: #3a3e4f;
}

.tooltip {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 240px;
    background-color: #676766;
    box-shadow: 1px 2px 3px 1px #676766;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 12px;
    position: absolute;
    z-index: 1;
    left: -5%;
    bottom: 40px;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -115px;
    border-width: 10px;
    border-style: solid;
    border-color: #676766 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip-header {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.tooltip-body {
    padding: 0 0 0 10px;
}

.tooltip-key {
    color: #e7e7e7;
    font-size: 10px;
    font-weight: 400;
    line-height: 22px;
    width: 110px;
    display: inline-block;
}

.tooltip-key span {
    padding-right: 20px;
}

.tooltip-default-value {
    color: #ffffff;
    font-size: 10px;
    font-weight: 500;
    line-height: 22px;
    display: inline-block;
}

.tooltip-default-value.approve {
    color: #4CC14A;
}

.tooltip-default-value.reject {
    color: #F58E4D;
}

.tooltip-default-value span {
    padding-right: 10px;
    color: #fff !important;
}

.crf-auto-suggestion {
    max-height: 160px;
    overflow-y: scroll;
    margin-top: 0px;
    position: absolute;
    width: 250px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #fff;
    z-index: 1;
    cursor: pointer;
}

.crf-auto-suggestion div {
    padding: 10px;
    font-size: 15px;
}

.crf-dropdown .selectize-dropdown.single {
    position: relative !important;
    top: -16px !important;
}

.crf-dropdowns .selectize-dropdown.single {
    position: relative !important;
    top: -29px !important;
}

.crf-parent-form .uk-input-group-addon {
    padding: 0 16px 0 0;
}

.crf-form-header {
    color: #535976;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.57px;
}

.crf-form-header.innerHeading {
    padding-left: 10px;
    font-size: 18px;
    color: #EF8A1F;
    margin-top: 20px;
}

.crf-form-header.inner {
    padding-left: 20px;
    font-size: 15px;
    color: #EF8A1F;
}

.crf-form-background {
    padding-top: 30px;
    background-color: #fafafa;
    padding-bottom: 30px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-right-5 {
    margin-right: 5px;
}

.crf-account-header {
    color: #3a3e4f;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.73px;
}

.crf-account-client-label {
    color: #616161;
    font-size: 14px;
    font-weight: 500;
}

.crf-account-sub-header {
    color: #616161;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.61px;
}

.crf-form-background .selectize-control.single .selectize-input {
    background-color: transparent;
    margin-top: -10px;
}

.crf-form-background .drop-down label {
    font-size: 12px;
}

.margin-top-minus-10 {
    margin-top: -10px;
}

.margin-left-35 {
    margin-top: 35px !important;
}

.crf-form-background .selectize-dropdown.single {
    position: relative !important;
    top: 36px !important;
    width: 100% !important;
}

.clientSelect .iradio_md.disabled {
    border-color: #029688;
}

.clientSelect .disabled+.inline-label {
    color: #616161;
}

.clientSelect .iradio_md.disabled:after {
    background: #029688;
}

.clientSelect .iradio_md {
    background: #F7FAFD;
}

.uk-input-group.full_width {
    width: 100%;
}

.client_icons {
    width: 42px;
    height: 42px;
    background: url('../img/crf_icons.svg');
    background-size: 640%;
    display: inline-block;
    vertical-align: middle;
}

.client_icons.type {
    background-position: 127px 237px;
    border-radius: 50%;
    border: 1px solid #B2B2B3;
    left: 14px;
    position: relative;
    top: 11px;
    background-color: #F7FAFD;
    z-index: 0;
}


.client_icons.types {
    background-position: 127px 237px;
    border-radius: 50%;
    border: 1px solid #B2B2B3;
    left: 14px;
    position: relative;
    top: -25px;
    background-color: #F7FAFD;
    z-index: 0;
}

.client_icons.farmer {
    background-position: -143px 121px;
}

.client_icons.client {
    background-position: -143px 423px;
}

.client_icons.building {
    background-position: 252px 123px;
}

.client_icons.user {
    background-position: 128px 242px;
}

.client_icons.pan {
    background-position: 128px 360px;
}

.client_icons.mobile {
    background-position: 182px 120px;
}

.client_icons.calender {
    background-position: 65px 360px;
}

.client_icons.tan {
    background-position: 252px 182px;
}

.client_icons.card {
    background-position: 66px 182px;
}

.client_icons.email {
    background-position: 128px 296px;
}

.client_icons.marker {
    background-position: 183px 239px;
}

.client_icons.commodity {
    background-position: 126px 180px;
}

.client_icons.designation {
    background-position: 182px 295px;
}

.client_icons.bank {
    background-position: 66px 238px;
}

.client_icons.money {
    background-position: 252px 58px;
}

.client_icons.group {
    background-position: 184px -8px;
}

.client_icons.license {
    background-position: 177px 179px;
}

.client_icons.season {
    background-position: 251px 238px;
}

.client_icons.produce_qty {
    background-position: 53px 54px;
}

.client_icons.factory {
    background-position: 251px -73px;
}

.client_icons.iso {
    background-position: 64px 120px;
}



.plant_delete {
    color: #EF8A1F;
}

.disableClientSelect>span:first-child {
    display: inline-block;
    width: 240px;
    height: 50px;
    position: absolute;
    z-index: 15;
}

.disableClientSelect .iradio_md.disabled {
    border-color: rgba(0, 0, 0, 0.26);
}

.disableClientSelect .iradio_md.disabled:after {
    background: rgba(0, 0, 0, 0.26)
}

.doc-upload-block {
    padding-left: 5px;
    margin: 0;
    padding-right: 5px;
}

.doc-upload-block>div {
    padding: 0;
}

.doc-upload-block .uk-file-upload {
    background: transparent;
}

.doc-upload-block .uk-file-upload i {
    font-size: 22px;
    margin-right: 8px;
    vertical-align: middle;
}

.drop-file-block {
    border: 2px dashed #ccc;
}

.upload-file-block {
    background: #676766;
    padding: 15px 15px 5px !important;
}

.upload-file-block span {
    display: inline-block;
    padding: 4px 12px;
    background: #fff;
    border-radius: 20px;
    font-size: 12px;
    margin: 0 10px 12px 0 !important;
}

.upload-file-block span i {
    float: right;
    background: #848A38;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    padding: 3px 5px 2px;
    vertical-align: middle;
    margin-left: 6px;
    cursor: pointer;
}

.all-file-block {
    background: #eee;
    padding: 15px 15px 5px !important;
    margin: 15px 0 20px;
}

.all-file-block span {
    display: inline-block;
    padding: 4px 12px;
    background: #D7D7D7;
    border-radius: 20px;
    font-size: 12px;
    margin: 0 10px 12px 0 !important;
    border: 1px solid #B2B2B2;
}

.all-file-block span i {
    float: right;
    border-radius: 50%;
    font-size: 11px;
    padding: 3px 3px 1px;
    vertical-align: middle;
    margin-left: 6px;
    cursor: pointer;
    border: 1px solid #B2B2B2;
}

.preview-file-block {
    background: #FAFAFA;
    box-shadow: 0 0 5px #ccc;
    padding: 12px !important;
    margin-bottom: 15px;
    font-size: 12px;
}

.attach-file-block span {
    margin-right: 12px;
    font-size: 15px;
    vertical-align: middle;
}


.action-file-block a.disabled {
    opacity: .5;
    cursor: default !important;
}

.action-file-block a:not(:last-child) {
    background: #3A3E4E;
    color: #fff;
    padding: 3px 10px 5px;
    border-radius: 4px;
    font-size: .8rem;
    margin-right: 5px;
    cursor: pointer;
}

.action-file-blocks a:not(:last-child) {
    background: #3A3E4E;
    color: #fff;
    padding: 3px 10px 5px;
    border-radius: 4px;
    font-size: .8rem;
    margin-right: 5px;
    cursor: pointer;
    pointer-events: none;
}

.action-file-block a:nth-child(2) i {
    color: #fff;
    margin-left: 5px;
    font-size: 10px;
}

.action-file-block a:last-child {
    cursor: pointer;
    font-size: 16px;
    vertical-align: middle;
}

.action-file-blocks a:last-child {
    cursor: pointer;
    pointer-events: none;
    font-size: 16px;
    vertical-align: middle;
}

.check-client-status {
    padding: 7px 0;
    text-align: right;
}

.check-client-status input {
    font-size: 9px !important;
    padding: 0px 11px;
    color: #fff !important;
    background: #656564 !important;
}

.check-clients-status {
    padding: 7px 0;
    text-align: right;
}

.check-clients-status input {
    font-size: 9px !important;
    padding: 0px 11px;
    background: #e4e2e2 !important;
    color: #535976 !important;
    cursor: default;
    pointer-events: none;
}

.check-client-status input.disable {
    opacity: .7;
    cursor: default;
    box-shadow: none !important;
}

.check-client-status input.success {
    background: #848A38 !important;
}

.client-err-msg {
    text-align: right;
    position: relative;
    top: 16px;
    font-size: 13px;
    color: #BD2020;
}

.client-err-msg.success {
    color: green !important;
}

.crf_error {
    color: #e53935;
    font-size: 13px;
}

.selectize_err .parsley-errors-list span {
    bottom: -13px;
}


/* Updated CRF Styling */

.client_header {
    padding: 4px 0 6px !important;
    background: #f6f6f6;
}

.client_header input[type='text'] {
    padding: 10px 7px;
    margin-top: 4px;
    background: #fff !important;
}

.searchPad {
    padding-top: 9px;
}

.color_white {
    color: #fff;
}

.md-card .client_icon {
    font-size: 48px;
    top: 8px;
    position: relative;
}

#contact_list_filter {
    padding-top: 5px;
}

.custom_select .selectize-input {
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.custom_select>span:last-child {
    position: absolute;
    right: 10px;
    top: 30px;
    font-size: 24px;
}

.heading_b span {
    font-weight: 400 !important;
    color: #fff !important;
}


.table1 tbody>tr.even>td {
    background-color: antiquewhite;
}


.table1 tbody>tr.odd>td {
    background-color: aliceblue;
}

.table1 thead th {
    background-color: #dfdfdf;
    color: #000000;
}






/*.tooltip-parent{border-bottom:1px solid #595959;}*/

/*CRF: Code End*/

#table2 thead th {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #67B448;
}

#table2 .uk-overflow-container {
    height: 288px;
}

.inner-tbl {
    padding-left: 20px;
    margin-bottom: 14px;
}

        /* timeline */
        .timeline {
          position: relative;
          min-height: 40px;
          padding: 8px 0 8px 62px;
        }
        .timeline,
        .timeline:before,
        .timeline:after,
        .timeline *,
        .timeline *:before,
        .timeline *:after {
          box-sizing: border-box;
        }
        .timeline:before {
          position: absolute;
          left: 29px;
          top: 0;
          bottom: 0;
          width: 3px;
          background: rgba(0, 0, 0, 0.085);
          content: '';
          display: block;
        }
        .timeline_item {
          position: relative;
          min-height: 64px;
          padding: 16px 0;
        }
        .timeline_icon {
          position: absolute;
          left: -54px;
          top: 16px;
          height: 44px;
          width: 44px;
          border-radius: 50%;
          background: #9e9e9e;
          text-align: center;
          border: 4px solid #fff;
        }
        .timeline_icon .material-icons {
          color: #fff;
          font-size: 18px;
          line-height: 36px;
        }
        .timeline_icon_danger {
          background: #e53935;
        }
        .timeline_icon_success {
          background: #7cb342;
        }
        .timeline_icon_warning {
          background: #ffa000;
        }
        .timeline_icon_primary {
          background: #2196f3;
        }
        .timeline_date {
          float: left;
          min-width: 60px;
          color: #aaa;
          text-align: center;
          line-height: 18px;
          font-size: 16px;
          margin-right: 8px;
          padding-top: 6px;
        }
        .timeline_date span {
          font-size: 11px;
          display: block;
          text-transform: uppercase;
        }
        .timeline_content {
          padding: 5px 4px 8px;
          overflow: hidden;
        }
        .timeline_content_addon {
          background: #fff;
          margin-top: 8px;
          max-width: 340px;
          padding: 8px;
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          border-radius: 4px;
        }
        .timeline_content_addon > img {
          max-width: 100%;
          height: auto;
          display: block;
          margin: 0 auto;
        }
        .timeline_content_addon blockquote {
          margin: 8px 0 8px 8px;
          font-size: 15px;
        }
        .timeline.timeline_small {
          padding: 4px 0 4px 48px;
        }
        .timeline.timeline_small:before {
          left: 16px;
        }
        .timeline.timeline_small .timeline_item {
          min-height: 32px;
        }
        .timeline.timeline_small .timeline_icon {
          left: -50px;
          height: 40px;
          width: 40px;
        }
        .timeline.timeline_small .timeline_icon .material-icons {
          color: #fff;
          font-size: 18px;
          line-height: 32px;
        }
        .timeline.timeline_small .timeline_date {
          float: none;
          text-align: left;
          font-size: 11px;
          padding-left: 4px;
        }
        .timeline.timeline_small .timeline_date span {
          display: inline;
        }
        .timeline.timeline_small .timeline_content {
          font-size: 13px;
        }
        .timeline.timeline_small .timeline_content .md-list li {
          margin-left: 0;
          text-align: center;
        }
        .timeline.timeline_small .timeline_content .md-list .md-list-addon-element {
          width: auto;
          position: relative;
          top: 0;
          left: 0;
          padding-top: 0;
        }
        .timeline.timeline_small .timeline_content blockquote {
          font-size: 13px;
        }
        @media only screen and (min-width: 768px) {
          .timeline.timeline-center {
            padding: 8px 0;
          }
          .timeline.timeline-center:before {
            left: 50%;
            margin-left: -2px;
          }
          .timeline.timeline-center .timeline_item {
            padding: 24px 0;
            width: 50%;
          }
          .timeline.timeline-center .timeline_item .timeline_date {
            position: absolute;
            float: none;
            white-space: nowrap;
            padding-top: 2px;
            margin-right: 0;
          }
          .timeline.timeline-center .timeline_item .timeline_date span {
            display: inline;
          }
          .timeline.timeline-center .timeline_item .timeline_content {
            padding: 16px 24px;
            background: #fff;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            border-radius: 4px;
            position: relative;
            overflow: visible;
          }
          .timeline.timeline-center .timeline_item .timeline_content_addon {
            background: transparent;
            box-shadow: none;
            padding: 0;
            max-width: 100%;
            margin-top: 0;
          }
          .timeline.timeline-center .timeline_item .timeline_content_info {
            display: block;
            font-size: 13px;
            color: #727272;
            padding-bottom: 10px;
          }
          .timeline.timeline-center .timeline_item .timeline_content:before,
          .timeline.timeline-center .timeline_item .timeline_content:after {
            position: absolute;
            content: '';
            display: block;
            border: 8px solid transparent;
            top: 6px;
          }
          .timeline.timeline-center .timeline_item:nth-child(even) {
            margin-left: 50%;
          }
          .timeline.timeline-center .timeline_item:nth-child(even) .timeline_icon {
            left: -22px;
          }
          .timeline.timeline-center .timeline_item:nth-child(even) .timeline_content {
            margin-left: 40px;
          }
          .timeline.timeline-center .timeline_item:nth-child(even) .timeline_content:before {
            left: -16px;
            border-right-color: rgba(0, 0, 0, 0.1);
          }
          .timeline.timeline-center .timeline_item:nth-child(even) .timeline_content:after {
            left: -15px;
            border-right-color: #fff;
          }
          .timeline.timeline-center .timeline_item:nth-child(even) .timeline_date {
            right: 100%;
            padding-right: 40px;
          }
          .timeline.timeline-center .timeline_item:nth-child(odd) .timeline_icon {
            left: auto;
            right: -22px;
          }
          .timeline.timeline-center .timeline_item:nth-child(odd) .timeline_date {
            left: 100%;
            padding-left: 40px;
          }
          .timeline.timeline-center .timeline_item:nth-child(odd) .timeline_content {
            margin-right: 40px;
          }
          .timeline.timeline-center .timeline_item:nth-child(odd) .timeline_content:before {
            right: -16px;
            border-left-color: rgba(0, 0, 0, 0.1);
          }
          .timeline.timeline-center .timeline_item:nth-child(odd) .timeline_content:after {
            right: -15px;
            border-left-color: #fff;
          }
          .timeline.timeline-center .timeline_item:nth-child(odd) .timeline_content_addon {
            display: inline-block;
          }
        }
        .vl
         {
            border-left: 2px solid black;
            height: 300px;
            position: static;
            left: 50%;
            margin-left: -3px;
            top: 0;
        }
/* Css for Abc Reporting */
.reportDt thead {
    background: #67B448;
}

.reportDt th,
.reportDt th:after {
    color: #fff !important;
}

.reportDt tr {
    cursor: pointer;
}

.tabFix {
    font-size : 11px !important;
}

.textsearchbox {
    width: 400px;
    height: 34px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    background-color: #ffffff;
    padding: 0 12px;
}

.textsearchbox1 {
    width: 100%;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    background-color: #ffffff;
    padding: 4px 12px;
}

.md-card-horizontal .md-card-head-grid {
    border-right: 1px solid rgba(0,0,0,.12);
}

.uk-alerts {
    border: none;
    background: none;
    color: red;
    text-shadow: none;
    padding-right: 32px;
    position: relative;
    display: block;
}