[class^=uk-animation-]
{
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-duration: 280ms;
    animation-duration: 280ms;
}

.uk-alert
{
    border: none;
    background: #2196f3;
    color: #fff;
    text-shadow: none;
    padding-right: 32px;
    position: relative;
}

.uk-alert-success
{
    background: #8bc34a;
}

.uk-alert-danger
{
    background: #e53935;
}

.uk-alert-warning
{
    background: #ffa000;
}

.uk-alert-large
{
    padding: 24px 32px 24px 24px;
}

.uk-alert-close
{
    position: absolute;
    top: 10px;
    right: 8px;
    float: none!important;
    margin: 0!important;
}

.uk-badge
{
    background: #2196f3;
    padding: 2px 6px;
    border: none;
    border-radius: 2px;
    text-shadow: none;
    font-size: 11px;
    line-height: 15px;
    font-weight: 400;
}

.uk-badge-danger
{
    background: #e53935;
}

.uk-badge-warning
{
    background: #ffa000;
}

.uk-badge-success
{
    background: #7cb342;
}

.uk-badge-muted
{
    background: #9e9e9e;
}

.uk-badge-notification
{
    border-radius: 20px;
}

.uk-button
{
    font-weight: 400;
    border-radius: 2px;
    -webkit-transition: all .2s cubic-bezier(.4,0,.2,1);
    transition: all .2s cubic-bezier(.4,0,.2,1);
}

.uk-modal
{
    z-index: 1200;
    background: rgba(0,0,0,.5);
    -webkit-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
}

    .uk-modal.uk-modal-no-backdrop
    {
        background: 0 0;
    }

.uk-modal-dialog
{
    border-radius: 2px;
    box-shadow: 0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22);
    padding: 24px;
    display: block!important;
    -webkit-animation: none!important;
    animation: none!important;
    -webkit-transition: -webkit-transform 280ms cubic-bezier(.4,0,.2,1),opacity 280ms ease-in;
    transition: transform 280ms cubic-bezier(.4,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: 0 0;
    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:after, .uk-modal-dialog .uk-modal-footer:before
    {
        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,.19),0 6px 6px rgba(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;
}

.uk-dropdown
{
    -webkit-transform: scale(.25,0);
    transform: scale(.25,0);
    opacity: 0;
    -webkit-transition: all 280ms cubic-bezier(.4,0,.2,1);
    transition: all 280ms cubic-bezier(.4,0,.2,1);
    -webkit-animation: none!important;
    animation: none!important;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(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,.085);
    }

.uk-dropdown.dropdown-modal
{
    z-index: 1210;
}

.uk-dropdown.uk-dropdown-flip
{
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.uk-dropdown.uk-dropdown-up
{
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.uk-dropdown.uk-dropdown-center
{
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.uk-dropdown.uk-dropdown-scrollable
{
    -webkit-overflow-scrolling: touch;
}

.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,.2);
}

.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,.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: 0 0;
        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 p
    {
        margin: 0px;
        padding: 0px;
        font-size: 12px;
        color: #e53935;
    }

    .uk-form-row + .uk-form-row
    {
        margin-top: 5px;
    }

.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-mini, .uk-form-width-small
{
    max-width: 100%;
}

.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;
}

[class*=uk-icon-]
{
    color: #727272;
}

.uk-input-group
{
    position: relative;
    display: table;
    border-collapse: separate;
}

    .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-pagination
{
    margin: 0;
}

    .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: 0;
    }

        .uk-pagination > li > a:hover, .uk-pagination > li > span:hover
        {
            color: #212121;
        }

    .uk-pagination > li > a
    {
        background: 0 0;
    }

        .uk-pagination > li > a:hover
        {
            background: 0 0;
            color: #7cb342;
        }

    .uk-pagination > li.uk-active > a, .uk-pagination > li.uk-active > span
    {
        background: #7cb342;
        border-radius: 4px;
    }

        .uk-pagination > li.uk-active > a, .uk-pagination > li.uk-active > a:hover, .uk-pagination > li.uk-active > span, .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: 0 0;
        color: #aaa;
        cursor: default;
    }

        .uk-pagination > li.uk-disabled > a > i, .uk-pagination > li.uk-disabled > span > i
        {
            font-size: 16px;
        }

.uk-panel-box
{
    border-radius: 2px;
    background: #fff;
    border-color: rgba(0,0,0,.12);
}

    .uk-panel-box .uk-panel-teaser
    {
        border-radius: 2px 2px 0 0;
    }

.uk-table td
{
    border-bottom-color: rgba(0,0,0,.12);
}

.uk-table th
{
    border-bottom: 1px #444;
}

.uk-table-no-border td
{
    border-bottom-color: transparent;
}

.uk-sticky-placeholder .uk-active
{
    z-index: 1094;
}

.uk-subnav-pill > * > *
{
    color: #212121;
}

.uk-subnav-pill > .uk-active > *
{
    background: #7cb342;
}

.uk-table thead th
{
    border-bottom: 2px solid rgba(0,0,0,.12);
}

.uk-table tfoot td, .uk-table tfoot th, .uk-table thead 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,.12);
    border-bottom: none;
}

.uk-table-striped tbody tr:nth-of-type(odd)
{
    background: rgba(0,0,0,.085);
}

.uk-table-hover tbody tr:hover
{
    background: rgba(0,0,0,.085);
}

.uk-tooltip:after
{
    display: none!important;
}

.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: #7cb342!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:focus, .uk-close:hover
    {
        opacity: 1;
    }

    .uk-close:after
    {
        content: '\e5cd';
        font-family: "Material Icons";
    }

.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 #ddd;
    border-radius: 4px;
}

.uk-accordion-content
{
    padding: 0 15px 15px 15px;
}

    .uk-accordion-content:after, .uk-accordion-content:before
    {
        content: "";
        display: table;
    }

    .uk-accordion-content:after
    {
        clear: both;
    }

    .uk-accordion-content > :last-child
    {
        margin-bottom: 0;
    }

.uk-accordion-title
{
    background: rgba(153,153,153,.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: #7cb342;
    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,.12);
}

    .uk-accordion-alt .uk-accordion-title:first-child
    {
        border-top: none;
    }

    .uk-accordion-alt .uk-accordion-title:after
    {
        color: #1976d2;
        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;
}

.uk-progress
{
    box-sizing: border-box;
    height: 20px;
    margin-bottom: 15px;
    background: #f5f5f5;
    overflow: hidden;
    line-height: 20px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
    border-radius: 4px;
}

* + .uk-progress
{
    margin-top: 15px;
}

.uk-progress-bar
{
    width: 0;
    height: 100%;
    background: #00a8e6;
    float: left;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
    font-size: 12px;
    color: #fff;
    text-align: center;
    box-shadow: inset 0 0 5px rgba(0,0,0,.05);
    text-shadow: 0 -1px 0 rgba(0,0,0,.1);
}

.uk-progress-mini
{
    height: 6px;
}

.uk-progress-small
{
    height: 12px;
}

.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;
}

.uk-progress-striped .uk-progress-bar
{
    background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -webkit-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 30px 30px;
}

.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;
    }
}

.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: #7cb342;
}

.uk-progress-danger .uk-progress-bar
{
    background-color: #e53935;
}

.uk-progress-warning .uk-progress-bar
{
    background-color: #ffa000;
}

.uk-htmleditor-navbar
{
    background: #f5f5f5;
    border: 1px solid rgba(0,0,0,.06);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .uk-htmleditor-navbar:after, .uk-htmleditor-navbar:before
    {
        content: "";
        display: table;
    }

    .uk-htmleditor-navbar:after
    {
        clear: both;
    }

.uk-htmleditor-navbar-nav
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

    .uk-htmleditor-navbar-nav > li
    {
        float: left;
    }

        .uk-htmleditor-navbar-nav > li > a
        {
            display: block;
            box-sizing: border-box;
            text-decoration: none;
            height: 41px;
            padding: 0 15px;
            line-height: 40px;
            color: #444;
            font-size: 11px;
            cursor: pointer;
            margin-top: -1px;
            margin-left: -1px;
            border: 1px solid transparent;
            border-bottom-width: 0;
            text-shadow: 0 1px 0 #fff;
        }

            .uk-htmleditor-navbar-nav > li:hover > a, .uk-htmleditor-navbar-nav > li > a:focus
            {
                background-color: #fafafa;
                color: #444;
                outline: 0;
                position: relative;
                z-index: 1;
                border-left-color: rgba(0,0,0,.1);
                border-right-color: rgba(0,0,0,.1);
                border-top-color: rgba(0,0,0,.1);
            }

            .uk-htmleditor-navbar-nav > li > a:active
            {
                background-color: #eee;
                color: #444;
                border-left-color: rgba(0,0,0,.1);
                border-right-color: rgba(0,0,0,.1);
                border-top-color: rgba(0,0,0,.2);
            }

        .uk-htmleditor-navbar-nav > li.uk-active > a
        {
            background-color: #fafafa;
            color: #444;
            border-left-color: rgba(0,0,0,.1);
            border-right-color: rgba(0,0,0,.1);
            border-top-color: rgba(0,0,0,.1);
        }

.uk-htmleditor-navbar-flip
{
    float: right;
}

[data-mode=split] .uk-htmleditor-button-code, [data-mode=split] .uk-htmleditor-button-preview
{
    display: none;
}

.uk-htmleditor-content
{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .uk-htmleditor-content:after, .uk-htmleditor-content:before
    {
        content: "";
        display: table;
    }

    .uk-htmleditor-content:after
    {
        clear: both;
    }

.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";
    }

.uk-htmleditor-code, .uk-htmleditor-preview
{
    box-sizing: border-box;
}

.uk-htmleditor-preview
{
    padding: 20px;
    overflow-y: scroll;
    position: relative;
}

[data-mode=tab][data-active-tab=code] .uk-htmleditor-preview, [data-mode=tab][data-active-tab=preview] .uk-htmleditor-code
{
    display: none;
}

[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 #eee;
}

.uk-htmleditor-iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.uk-htmleditor .CodeMirror
{
    padding: 10px;
    box-sizing: border-box;
}

.uk-htmleditor-navbar-nav:first-child > li:first-child > a
{
    border-top-left-radius: 4px;
}

.uk-htmleditor-navbar-flip .uk-htmleditor-navbar-nav > li > a
{
    margin-left: 0;
    margin-right: -1px;
}

.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;
}

.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,.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,.12);
}

.uk-htmleditor-fullscreen
{
    z-index: 1204;
}

    .uk-htmleditor-fullscreen .uk-htmleditor-navbar
    {
        border-bottom: 1px solid rgba(0,0,0,.12);
    }

    .uk-htmleditor-fullscreen .uk-htmleditor-content
    {
        top: 38px;
    }

.uk-form-file
{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

    .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-dragover
{
    box-shadow: 0 0 20px rgba(100,100,100,.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,.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;
    }

.uk-form-select
{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

    .uk-form-select select
    {
        position: absolute;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
        left: 0;
        -webkit-appearance: none;
    }

.uk-datepicker
{
    z-index: 1094;
    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-next:after, .uk-datepicker-previous:after
    {
        width: 20px;
        font-family: FontAwesome;
    }

.uk-datepicker.uk-dropdown-up
{
    bottom: auto;
}

.uk-datepicker-table
{
    width: 100%;
}

    .uk-datepicker-table td, .uk-datepicker-table th
    {
        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,.085);
            color: #212121;
            outline: 0;
        }

        .uk-datepicker-table a.uk-active
        {
            background-color: #009688;
            color: #fff;
        }

a.uk-datepicker-table-muted
{
    color: #999;
}

.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(.25,0);
    transform: scale(.25,0);
    opacity: 0;
    -webkit-transition: all 280ms cubic-bezier(.4,0,.2,1);
    transition: all 280ms cubic-bezier(.4,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;
}

.uk-form-password-toggle
{
    position: absolute;
    right: 8px;
    top: 16px;
    color: #727272;
}

    .uk-form-password-toggle:hover
    {
        color: #727272;
    }

.uk-nestable
{
    padding: 0;
    list-style: none;
}

    .uk-nestable a, .uk-nestable img
    {
        -webkit-touch-callout: none;
    }

.uk-nestable-list
{
    margin: 0;
    padding-left: 40px;
    list-style: none;
}

.uk-nestable-item
{
    -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;
}

.uk-nestable-dragged
{
    position: absolute;
    z-index: 1050;
    pointer-events: none;
    padding-left: 0;
}

.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 #ddd;
        opacity: 1;
    }

.uk-nestable:empty
{
    min-height: 30px;
}

.uk-nestable-handle
{
    -ms-touch-action: none;
    touch-action: none;
}

    .uk-nestable-handle:hover
    {
        cursor: move;
    }

.uk-nestable-moving, .uk-nestable-moving *
{
    cursor: move;
}

[data-nestable-action=toggle]
{
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.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;
}

.uk-collapsed .uk-nestable-list
{
    display: none;
}

.uk-collapsed .uk-nestable-toggle:after
{
    content: "\f196";
}

.uk-nestable-panel
{
    padding: 5px;
    background: #f5f5f5;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.06);
    text-shadow: 0 1px 0 #fff;
}

.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,.12),0 1px 2px rgba(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,.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";
}

.uk-notify
{
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1040;
    box-sizing: border-box;
    width: 350px;
}

.uk-notify-bottom-right, .uk-notify-top-right
{
    left: auto;
    right: 10px;
}

.uk-notify-bottom-center, .uk-notify-top-center
{
    left: 50%;
    margin-left: -175px;
}

.uk-notify-bottom-center, .uk-notify-bottom-left, .uk-notify-bottom-right
{
    top: auto;
    bottom: 10px;
}

@media (max-width:479px)
{
    .uk-notify
    {
        left: 10px;
        right: 10px;
        width: auto;
        margin: 0;
    }
}

.uk-notify-message
{
    position: relative;
    margin-bottom: 10px;
    padding: 15px;
    background: #444;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    border: 1px solid #444;
    border-radius: 4px;
}

    .uk-notify-message > .uk-close
    {
        visibility: hidden;
        float: right;
    }

    .uk-notify-message:hover > .uk-close
    {
        visibility: visible;
    }

.uk-notify-message-primary
{
    background: #ebf7fd;
    color: #2d7091;
    border-color: rgba(45,112,145,.3);
}

.uk-notify-message-success
{
    background: #f2fae3;
    color: #659f13;
    border-color: rgba(101,159,19,.3);
}

.uk-notify-message-warning
{
    background: #fffceb;
    color: #e28327;
    border-color: rgba(226,131,39,.3);
}

.uk-notify-message-danger
{
    background: #fff1f0;
    color: #d85030;
    border-color: rgba(216,80,48,.3);
}

.uk-notify
{
    z-index: 1114;
    width: 400px;
    top: 56px;
    max-width: 100%;
}

.uk-notify-bottom-center, .uk-notify-top-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-danger, .uk-notify-message-info, .uk-notify-message-success, .uk-notify-message-warning
{
    color: #fff;
}

    .uk-notify-message-danger .notify-action, .uk-notify-message-info .notify-action, .uk-notify-message-success .notify-action, .uk-notify-message-warning .notify-action
    {
        color: #fff;
    }

        .uk-notify-message-danger .notify-action:hover, .uk-notify-message-info .notify-action:hover, .uk-notify-message-success .notify-action:hover, .uk-notify-message-warning .notify-action:hover
        {
            color: #fff;
            text-decoration: underline;
        }

@media only screen and (max-width:767px)
{
    .uk-notify-bottom-center, .uk-notify-bottom-left, .uk-notify-bottom-right, .uk-notify-top-center, .uk-notify-top-left, .uk-notify-top-right
    {
        width: 100%;
        margin: 0;
        left: 0;
        right: 0;
    }

        .uk-notify-bottom-center > .uk-notify-message, .uk-notify-bottom-left > .uk-notify-message, .uk-notify-bottom-right > .uk-notify-message, .uk-notify-top-center > .uk-notify-message, .uk-notify-top-left > .uk-notify-message, .uk-notify-top-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;
    }
}

.uk-tooltip
{
    display: none;
    position: absolute;
    z-index: 1030;
    box-sizing: border-box;
    max-width: 200px;
    padding: 5px 8px;
    background: #333;
    color: rgba(255,255,255,.7);
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
}

    .uk-tooltip:after
    {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border: 5px dashed #333;
    }

.uk-tooltip-top-left:after, .uk-tooltip-top-right:after, .uk-tooltip-top:after
{
    bottom: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: #333;
}

.uk-tooltip-bottom-left:after, .uk-tooltip-bottom-right:after, .uk-tooltip-bottom:after
{
    top: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #333;
}

.uk-tooltip-bottom:after, .uk-tooltip-top:after
{
    left: 50%;
    margin-left: -5px;
}

.uk-tooltip-bottom-left:after, .uk-tooltip-top-left:after
{
    left: 10px;
}

.uk-tooltip-bottom-right:after, .uk-tooltip-top-right:after
{
    right: 10px;
}

.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: #333;
}

.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: #333;
}

@-webkit-keyframes fadeInLeft
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0);
    }

    100%
    {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0);
    }

    100%
    {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft
{
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(50%,0,0);
        transform: translate3d(50%,0,0);
    }

    100%
    {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(50%,0,0);
        transform: translate3d(50%,0,0);
    }

    100%
    {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight
{
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(0,50%,0);
        transform: translate3d(0,50%,0);
    }

    100%
    {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(0,50%,0);
        transform: translate3d(0,50%,0);
    }

    100%
    {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp
{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0);
    }

    100%
    {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0);
    }

    100%
    {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown
{
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.uk-tooltip
{
    background: #424242;
    color: #fff;
    font-size: 13px;
    padding: 3px 16px;
    line-height: 22px;
    text-shadow: none;
    min-width: 80px;
}

    .uk-tooltip .uk-tooltip-inner
    {
        text-overflow: ellipsis;
        display: inline-block;
        vertical-align: top;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
    }

.uk-tab
{
    border-bottom-color: rgba(0,0,0,.12);
}

    .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(.4,0,.2,1);
            transition: all 220ms cubic-bezier(.4,0,.2,1);
            padding: 8px 16px!important;
            margin: 0!important;
            box-sizing: border-box;
        }

            .uk-tab > li > a:focus, .uk-tab > li > a:hover
            {
                background: 0 0;
                color: #212121;
                border-bottom-color: #92c2f2;
            }

        .uk-tab > li.uk-active > a
        {
            background: 0 0!important;
            border-bottom-color: #1976d2;
        }

        .uk-tab > li.uk-disabled > a, .uk-tab > li.uk-disabled > a:focus, .uk-tab > li.uk-disabled > a:hover
        {
            color: #aaa;
        }

.uk-tab-bottom li
{
    margin-top: 0;
}

    .uk-tab-bottom li > a
    {
        border-top: 2px solid transparent;
        border-bottom: none;
    }

        .uk-tab-bottom li > a:focus, .uk-tab-bottom li > a:hover
        {
            border-top-color: #92c2f2;
        }

    .uk-tab-bottom li.uk-active > a
    {
        border-top-color: #1976d2;
    }

.uk-tab-left
{
    border-bottom: none;
}

    .uk-tab-left li > a
    {
        border-right: 2px solid transparent;
        border-bottom: none;
        text-align: right;
    }

        .uk-tab-left li > a:focus, .uk-tab-left li > a:hover
        {
            border-right-color: #92c2f2;
        }

    .uk-tab-left li.uk-active > a
    {
        border-right-color: #1976d2;
    }

.uk-tab-right
{
    border-bottom: none;
}

    .uk-tab-right li > a
    {
        border-left: 2px solid transparent;
        border-bottom: none;
        text-align: left;
    }

        .uk-tab-right li > a:focus, .uk-tab-right li > a:hover
        {
            border-left-color: #92c2f2;
        }

    .uk-tab-right li.uk-active > a
    {
        border-left-color: #1976d2;
    }

.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-text-truncate
{
    display: block;
}

.uk-sortable
{
    position: relative;
}

    .uk-sortable > *
    {
        -ms-touch-action: none;
        touch-action: none;
    }

    .uk-sortable a, .uk-sortable img
    {
        -webkit-touch-callout: none;
    }

    .uk-sortable > :last-child
    {
        margin-bottom: 0;
    }

.uk-sortable-dragged
{
    position: absolute;
    z-index: 1050;
    pointer-events: none;
}

.uk-sortable-placeholder
{
    opacity: 0;
}

.uk-sortable:empty
{
    min-height: 30px;
}

.uk-sortable-handle
{
    -ms-touch-action: none;
    touch-action: none;
}

    .uk-sortable-handle:hover
    {
        cursor: move;
    }

.uk-sortable-moving, .uk-sortable-moving *
{
    cursor: move;
}

.uk-sortable.sortable-handler > *
{
    cursor: move;
}

.uk-sortable .sortable-handler
{
    cursor: move;
}

.uk-switcher
{
    overflow: hidden;
}

@media (min-width:1480px)
{
    .uk-grid-width-xLarge-1-1 > *, .uk-width-xLarge-1-1
    {
        width: 100%;
    }

    .uk-grid-width-xLarge-1-2 > *, .uk-grid-width-xLarge-2-4 > *, .uk-grid-width-xLarge-3-6 > *, .uk-grid-width-xLarge-5-10 > *, .uk-width-xLarge-1-2, .uk-width-xLarge-2-4, .uk-width-xLarge-3-6, .uk-width-xLarge-5-10
    {
        width: 50%;
    }

    .uk-grid-width-xLarge-1-3 > *, .uk-grid-width-xLarge-2-6 > *, .uk-width-xLarge-1-3, .uk-width-xLarge-2-6
    {
        width: 33.333%;
    }

    .uk-grid-width-xLarge-2-3 > *, .uk-grid-width-xLarge-4-6 > *, .uk-width-xLarge-2-3, .uk-width-xLarge-4-6
    {
        width: 66.666%;
    }

    .uk-grid-width-xLarge-1-4 > *, .uk-width-xLarge-1-4
    {
        width: 25%;
    }

    .uk-grid-width-xLarge-3-4 > *, .uk-width-xLarge-3-4
    {
        width: 75%;
    }

    .uk-grid-width-xLarge-1-5 > *, .uk-grid-width-xLarge-2-10 > *, .uk-width-xLarge-1-5, .uk-width-xLarge-2-10
    {
        width: 20%;
    }

    .uk-grid-width-xLarge-2-5 > *, .uk-grid-width-xLarge-4-10 > *, .uk-width-xLarge-2-5, .uk-width-xLarge-4-10
    {
        width: 40%;
    }

    .uk-grid-width-xLarge-3-5 > *, .uk-grid-width-xLarge-6-10 > *, .uk-width-xLarge-3-5, .uk-width-xLarge-6-10
    {
        width: 60%;
    }

    .uk-grid-width-xLarge-4-5 > *, .uk-grid-width-xLarge-8-10 > *, .uk-width-xLarge-4-5, .uk-width-xLarge-8-10
    {
        width: 80%;
    }

    .uk-grid-width-xLarge-1-6 > *, .uk-width-xLarge-1-6
    {
        width: 16.666%;
    }

    .uk-grid-width-xLarge-5-6 > *, .uk-width-xLarge-5-6
    {
        width: 83.333%;
    }

    .uk-grid-width-xLarge-1-10 > *, .uk-width-xLarge-1-10
    {
        width: 10%;
    }

    .uk-grid-width-xLarge-3-10 > *, .uk-width-xLarge-3-10
    {
        width: 30%;
    }

    .uk-grid-width-xLarge-7-10 > *, .uk-width-xLarge-7-10
    {
        width: 70%;
    }

    .uk-grid-width-xLarge-9-10 > *, .uk-width-xLarge-9-10
    {
        width: 90%;
    }
}

.md-bg-cyan
{
    background-color: #00acc1!important;
    color: #fff;
}

.md-bg-light-green
{
    background-color: #7cb342!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;
}

.md-btn
{
    background: #fff;
    border: none;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(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(.4,0,.2,1);
    transition: all 280ms cubic-bezier(.4,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;
}

    .md-btn:active, .md-btn:focus, .md-btn:hover, .uk-button-dropdown.uk-open .md-btn
    {
        background: #fff;
        outline: 0;
        text-decoration: none;
        color: #212121;
        box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
    }

.md-btn-flat
{
    box-shadow: none!important;
    background: 0 0;
}

    .md-btn-flat:focus, .md-btn-flat:hover
    {
        background: rgba(153,153,153,.2);
    }

    .md-btn-flat:active
    {
        background: rgba(153,153,153,.4);
    }

.md-btn-flat-danger, .md-btn-flat-danger:active, .md-btn-flat-danger:focus, .md-btn-flat-danger:hover
{
    color: #e53935;
}

    .md-btn-flat-danger:active, .md-btn-flat-danger:focus, .md-btn-flat-danger:hover
    {
        background: #fceaea;
    }

.md-btn-flat-primary, .md-btn-flat-primary:active, .md-btn-flat-primary:focus, .md-btn-flat-primary:hover
{
    color: #1976d2;
}

    .md-btn-flat-primary:active, .md-btn-flat-primary:focus, .md-btn-flat-primary:hover
    {
        background: #e3f2fd;
    }

.md-btn-flat-success, .md-btn-flat-success:active, .md-btn-flat-success:focus, .md-btn-flat-success:hover
{
    color: #7cb342;
}

    .md-btn-flat-success:active, .md-btn-flat-success:focus, .md-btn-flat-success:hover
    {
        background: #e1efd2;
    }

.md-btn-flat-warning, .md-btn-flat-warning:active, .md-btn-flat-warning:focus, .md-btn-flat-warning:hover
{
    color: #ffa000;
}

    .md-btn-flat-warning:active, .md-btn-flat-warning:focus, .md-btn-flat-warning:hover
    {
        background: #ffeccc;
    }

.md-btn-flat.disabled
{
    background: 0 0!important;
}

.md-btn-danger, .md-btn-danger:active, .md-btn-danger:focus, .md-btn-danger:hover
{
    background: #e53935;
    color: #fff;
}

.md-btn-primary, .md-btn-primary:active, .md-btn-primary:focus, .md-btn-primary:hover
{
    background: #2196f3;
    color: #fff;
}

.md-btn-success, .md-btn-success:active, .md-btn-success:focus, .md-btn-success:hover
{
    background: #7cb342;
    color: #fff;
}

.md-btn-warning, .md-btn-warning:active, .md-btn-warning:focus, .md-btn-warning:hover
{
    background: #ffa000;
    color: #fff;
}

.md-btn.disabled, .md-btn.disabled:active, .md-btn.disabled:focus, .md-btn.disabled:hover
{
    color: #a8a8a8;
    background: #eaeaea;
    box-shadow: none!important;
    cursor: default;
    pointer-events: none;
}

.md-btn-small
{
    line-height: 27px;
    min-width: 14px;
    font-size: 11px;
}

.md-btn-large
{
    line-height: 42px;
    font-size: 16px;
}

.md-btn::-moz-focus-inner
{
    border: 0;
    padding: 0;
}

.md-btn + .md-btn
{
    margin-left: 8px;
}

.md-btn-block
{
    width: 100%;
}

.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,.12),0 1px 2px rgba(0,0,0,.24);
    -webkit-transition: box-shadow 280ms cubic-bezier(.4,0,.2,1);
    transition: box-shadow 280ms cubic-bezier(.4,0,.2,1);
    border: none;
    position: relative;
    text-align: center;
    cursor: pointer;
}

    .md-fab:active, .md-fab:focus, .md-fab:hover
    {
        box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
    }

    .md-fab > i
    {
        font-size: 36px;
        line-height: 62px;
        height: inherit;
        width: inherit;
        position: absolute;
        left: 0;
        top: 0;
        color: #727272;
    }

    .md-fab.md-fab-accent
    {
        background: #7cb342;
    }

        .md-fab.md-fab-accent > i
        {
            color: #fff;
        }

    .md-fab.md-fab-success
    {
        background: #7cb342;
    }

        .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-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-actions > i
{
    -webkit-transition: all 200ms cubic-bezier(.4,0,.2,1);
    transition: all 200ms cubic-bezier(.4,0,.2,1);
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.md-fab-actions .md-fab-action-close
{
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

.md-fab-wrapper
{
    position: fixed;
    bottom: 24px;
    right: 40px;
    z-index: 1004;
    -webkit-transition: margin 280ms cubic-bezier(.4,0,.2,1);
    transition: margin 280ms cubic-bezier(.4,0,.2,1);
}

@media only screen and (max-width:767px)
{
    .md-fab-wrapper
    {
        bottom: 20px;
        right: 20px;
    }
}

.md-fab-wrapper-small
{
    position: absolute;
    bottom: 80px;
    right: 8px;
    min-height: 48px;
    width: 48px;
    z-index: -1;
}

    .md-fab-wrapper-small .md-fab-small
    {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        position: absolute;
        right: 0;
    }

        .md-fab-wrapper-small .md-fab-small:nth-child(1)
        {
            -webkit-transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),-webkit-transform 100ms cubic-bezier(.4,0,.2,1) 50ms,opacity 100ms cubic-bezier(.4,0,.2,1) 50ms;
            transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),transform 100ms cubic-bezier(.4,0,.2,1) 50ms,opacity 100ms cubic-bezier(.4,0,.2,1) 50ms;
        }

        .md-fab-wrapper-small .md-fab-small:nth-last-child(2)
        {
            bottom: 64px;
        }

        .md-fab-wrapper-small .md-fab-small:nth-child(2)
        {
            -webkit-transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),-webkit-transform 100ms cubic-bezier(.4,0,.2,1) 100ms,opacity 100ms cubic-bezier(.4,0,.2,1) 100ms;
            transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),transform 100ms cubic-bezier(.4,0,.2,1) 100ms,opacity 100ms cubic-bezier(.4,0,.2,1) 100ms;
        }

        .md-fab-wrapper-small .md-fab-small:nth-last-child(3)
        {
            bottom: 128px;
        }

        .md-fab-wrapper-small .md-fab-small:nth-child(3)
        {
            -webkit-transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),-webkit-transform 100ms cubic-bezier(.4,0,.2,1) 150ms,opacity 100ms cubic-bezier(.4,0,.2,1) 150ms;
            transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),transform 100ms cubic-bezier(.4,0,.2,1) 150ms,opacity 100ms cubic-bezier(.4,0,.2,1) 150ms;
        }

        .md-fab-wrapper-small .md-fab-small:nth-last-child(4)
        {
            bottom: 192px;
        }

        .md-fab-wrapper-small .md-fab-small:nth-child(4)
        {
            -webkit-transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),-webkit-transform 100ms cubic-bezier(.4,0,.2,1) 200ms,opacity 100ms cubic-bezier(.4,0,.2,1) 200ms;
            transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),transform 100ms cubic-bezier(.4,0,.2,1) 200ms,opacity 100ms cubic-bezier(.4,0,.2,1) 200ms;
        }

        .md-fab-wrapper-small .md-fab-small:nth-last-child(5)
        {
            bottom: 256px;
        }

        .md-fab-wrapper-small .md-fab-small:nth-child(5)
        {
            -webkit-transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),-webkit-transform 100ms cubic-bezier(.4,0,.2,1) 250ms,opacity 100ms cubic-bezier(.4,0,.2,1) 250ms;
            transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),transform 100ms cubic-bezier(.4,0,.2,1) 250ms,opacity 100ms cubic-bezier(.4,0,.2,1) 250ms;
        }

        .md-fab-wrapper-small .md-fab-small:nth-last-child(6)
        {
            bottom: 320px;
        }

        .md-fab-wrapper-small .md-fab-small:nth-child(6)
        {
            -webkit-transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),-webkit-transform 100ms cubic-bezier(.4,0,.2,1) 300ms,opacity 100ms cubic-bezier(.4,0,.2,1) 300ms;
            transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),transform 100ms cubic-bezier(.4,0,.2,1) 300ms,opacity 100ms cubic-bezier(.4,0,.2,1) 300ms;
        }

        .md-fab-wrapper-small .md-fab-small:nth-last-child(7)
        {
            bottom: 384px;
        }

        .md-fab-wrapper-small .md-fab-small:nth-child(7)
        {
            -webkit-transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),-webkit-transform 100ms cubic-bezier(.4,0,.2,1) 350ms,opacity 100ms cubic-bezier(.4,0,.2,1) 350ms;
            transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),transform 100ms cubic-bezier(.4,0,.2,1) 350ms,opacity 100ms cubic-bezier(.4,0,.2,1) 350ms;
        }

        .md-fab-wrapper-small .md-fab-small:nth-last-child(8)
        {
            bottom: 448px;
        }

        .md-fab-wrapper-small .md-fab-small:nth-child(8)
        {
            -webkit-transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),-webkit-transform 100ms cubic-bezier(.4,0,.2,1) 400ms,opacity 100ms cubic-bezier(.4,0,.2,1) 400ms;
            transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),transform 100ms cubic-bezier(.4,0,.2,1) 400ms,opacity 100ms cubic-bezier(.4,0,.2,1) 400ms;
        }

.md-fab-wrapper.md-fab-active .md-fab-actions > i:not(.md-fab-action-close)
{
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

.md-fab-wrapper.md-fab-active .md-fab-actions > .md-fab-action-close
{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.md-fab-wrapper.md-fab-active .md-fab-small
{
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 10;
}

    .md-fab-wrapper.md-fab-active .md-fab-small:nth-last-child(1)
    {
        -webkit-transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),-webkit-transform 100ms cubic-bezier(.4,0,.2,1) 50ms,opacity 100ms cubic-bezier(.4,0,.2,1) 50ms;
        transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),transform 100ms cubic-bezier(.4,0,.2,1) 50ms,opacity 100ms cubic-bezier(.4,0,.2,1) 50ms;
    }

    .md-fab-wrapper.md-fab-active .md-fab-small:nth-last-child(2)
    {
        -webkit-transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),-webkit-transform 100ms cubic-bezier(.4,0,.2,1) 100ms,opacity 100ms cubic-bezier(.4,0,.2,1) 100ms;
        transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),transform 100ms cubic-bezier(.4,0,.2,1) 100ms,opacity 100ms cubic-bezier(.4,0,.2,1) 100ms;
    }

    .md-fab-wrapper.md-fab-active .md-fab-small:nth-last-child(3)
    {
        -webkit-transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),-webkit-transform 100ms cubic-bezier(.4,0,.2,1) 150ms,opacity 100ms cubic-bezier(.4,0,.2,1) 150ms;
        transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),transform 100ms cubic-bezier(.4,0,.2,1) 150ms,opacity 100ms cubic-bezier(.4,0,.2,1) 150ms;
    }

    .md-fab-wrapper.md-fab-active .md-fab-small:nth-last-child(4)
    {
        -webkit-transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),-webkit-transform 100ms cubic-bezier(.4,0,.2,1) 200ms,opacity 100ms cubic-bezier(.4,0,.2,1) 200ms;
        transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),transform 100ms cubic-bezier(.4,0,.2,1) 200ms,opacity 100ms cubic-bezier(.4,0,.2,1) 200ms;
    }

    .md-fab-wrapper.md-fab-active .md-fab-small:nth-last-child(5)
    {
        -webkit-transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),-webkit-transform 100ms cubic-bezier(.4,0,.2,1) 250ms,opacity 100ms cubic-bezier(.4,0,.2,1) 250ms;
        transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),transform 100ms cubic-bezier(.4,0,.2,1) 250ms,opacity 100ms cubic-bezier(.4,0,.2,1) 250ms;
    }

    .md-fab-wrapper.md-fab-active .md-fab-small:nth-last-child(6)
    {
        -webkit-transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),-webkit-transform 100ms cubic-bezier(.4,0,.2,1) 300ms,opacity 100ms cubic-bezier(.4,0,.2,1) 300ms;
        transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),transform 100ms cubic-bezier(.4,0,.2,1) 300ms,opacity 100ms cubic-bezier(.4,0,.2,1) 300ms;
    }

    .md-fab-wrapper.md-fab-active .md-fab-small:nth-last-child(7)
    {
        -webkit-transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),-webkit-transform 100ms cubic-bezier(.4,0,.2,1) 350ms,opacity 100ms cubic-bezier(.4,0,.2,1) 350ms;
        transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),transform 100ms cubic-bezier(.4,0,.2,1) 350ms,opacity 100ms cubic-bezier(.4,0,.2,1) 350ms;
    }

    .md-fab-wrapper.md-fab-active .md-fab-small:nth-last-child(8)
    {
        -webkit-transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),-webkit-transform 100ms cubic-bezier(.4,0,.2,1) 400ms,opacity 100ms cubic-bezier(.4,0,.2,1) 400ms;
        transition: box-shadow 280ms cubic-bezier(.4,0,.2,1),transform 100ms cubic-bezier(.4,0,.2,1) 400ms,opacity 100ms cubic-bezier(.4,0,.2,1) 400ms;
    }

.sidebar_secondary_active .md-fab-wrapper
{
    margin-right: 224px;
}

@media only screen and (max-width:767px)
{
    .sidebar_secondary_active .md-fab-wrapper
    {
        margin-right: 240px;
    }
}

.md-toggle-group .md-toggle-button
{
    border-width: 0 0 2px;
    border-style: solid;
    border-color: transparent;
    background: 0 0;
    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-card
{
    background: #fff;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(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,.085);
    }

    .md-card .md-card-toolbar
    {
        height: 48px;
        position: relative;
        padding: 0 16px;
        border-bottom: 1px solid rgba(0,0,0,.12);
    }

        .md-card .md-card-toolbar:after, .md-card .md-card-toolbar:before
        {
            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,.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-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: 0 0!important;
        padding: 12px 0;
        width: 50%;
        box-sizing: border-box;
    }

    .md-card .md-card-head
    {
        height: 160px;
        position: relative;
        border-bottom: 1px solid rgba(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-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,.65) 0,rgba(0,0,0,0) 100%);
        background-image: linear-gradient(to bottom,rgba(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, .md-card .md-card-head.head_blue, .md-card .md-card-head.head_cyan, .md-card .md-card-head.head_green, .md-card .md-card-head.head_orange
    {
        border-bottom-color: transparent;
    }

        .md-card .md-card-head.head_background .md-card-head-text, .md-card .md-card-head.head_blue .md-card-head-text, .md-card .md-card-head.head_cyan .md-card-head-text, .md-card .md-card-head.head_green .md-card-head-text, .md-card .md-card-head.head_orange .md-card-head-text
        {
            color: #fff;
        }

    .md-card .md-card-head.head_cyan
    {
        background: #00acc1;
    }

    .md-card .md-card-head.head_blue
    {
        background: #039be5;
    }

    .md-card .md-card-head.head_green
    {
        background: #7cb342;
    }

    .md-card .md-card-head.head_orange
    {
        background: #f4511e;
    }

    .md-card .md-card-head.head_background
    {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .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.no-padding
        {
            padding: 0;
        }

        .md-card .md-card-content.large-padding
        {
            padding: 24px 35px;
        }

    .md-card.md-card-fullscreen
    {
        position: fixed;
        z-index: 9999;
        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.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,#fff 50%,rgba(255,255,255,0) 100%);
                background-image: linear-gradient(to top,#fff 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,.12);
        text-align: left;
        bottom: 0;
        background: #fff;
        z-index: 10;
        -webkit-transition: all 280ms cubic-bezier(.4,0,.2,1);
        transition: all 280ms cubic-bezier(.4,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:after, .md-card.md-card-overlay .md-card-overlay-header:before
        {
            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(.4,0,.2,1);
    transition: all 280ms cubic-bezier(.4,0,.2,1);
}

    .md-card.md-card-hover:hover
    {
        box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
    }

.uk-sortable-dragged .md-card
{
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
}

    .uk-sortable-dragged .md-card canvas
    {
        margin: 0 auto;
        display: block;
    }

.md-card .heading_list
{
    padding: 0;
}

.md-expand, .md-expand-group > *
{
    opacity: 0;
}

.md-card-placeholder
{
    min-width: 100%;
}

.md-card-list-wrapper, .md-card-list-wrapper *, .md-card-list-wrapper :after, .md-card-list-wrapper :before, .md-card-list-wrapper:after, .md-card-list-wrapper:before
{
    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;
        }

            .md-card-list-wrapper .md-card-list > ul > li
            {
                margin: 0;
            }

            .md-card-list-wrapper .md-card-list > ul, .md-card-list-wrapper .md-card-list > ul > li
            {
                list-style: none;
                padding: 0;
            }

                .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,.12),0 1px 2px rgba(0,0,0,.24);
                }

                    .md-card-list-wrapper .md-card-list > ul > li:after, .md-card-list-wrapper .md-card-list > ul > li:before
                    {
                        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-avatar-wrapper, .md-card-list-wrapper .md-card-list .md-card-list-item-select, .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-date, .md-card-list-wrapper .md-card-list .md-card-list-item-sender, .md-card-list-wrapper .md-card-list .md-card-list-item-subject
{
    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;
        height: 34px;
        border-radius: 50%;
        display: block;
    }

    .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;
}

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], select, textarea
{
    outline: 0;
}

    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, select.md-input, textarea.md-input
    {
        border-radius: 0;
        border-width: 0 0 1px;
        border-style: solid;
        border-color: rgba(0,0,0,.12);
        font: 400 15px/18px Roboto,sans-serif;
        box-shadow: inset 0 -1px 0 transparent;
        box-sizing: border-box;
        padding: 12px 4px;
        background: 0 0;
        width: 100%;
        display: block;
    }

        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, select.md-input.md-input-danger, textarea.md-input.md-input-danger
        {
            border-color: #e53935;
        }

            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, select.md-input.md-input-danger:focus, textarea.md-input.md-input-danger:focus
            {
                border-bottom-color: #e53935;
                box-shadow: inset 0 -1px 0 #e53935;
            }

        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, select.md-input.md-input-success, textarea.md-input.md-input-success
        {
            border-color: #7cb342;
        }

            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, select.md-input.md-input-success:focus, textarea.md-input.md-input-success:focus
            {
                border-bottom-color: #7cb342;
                box-shadow: inset 0 -1px 0 #7cb342;
            }

        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, select.md-input:focus, textarea.md-input:focus
        {
            background: 0 0;
            border-color: rgba(0,0,0,.12);
        }

    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, select.md-input-small, textarea.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:after, .md-input-wrapper .md-input-bar:before
        {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            width: 0;
            height: 2px;
            background: #1976d2;
            -webkit-transition: width 400ms cubic-bezier(.4,0,.2,1);
            transition: width 400ms cubic-bezier(.4,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,.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:after, .md-input-focus .md-input-bar:before
{
    width: 50%;
}

.md-input-wrapper-danger .md-input-bar:after, .md-input-wrapper-danger .md-input-bar:before
{
    background: #e53935;
    width: 50%;
}

.md-input-wrapper-danger .md-input-bar:before
{
    left: 50%;
}

.md-input-wrapper-danger .md-input-bar:after
{
    right: 50%;
}

.md-input-wrapper-danger.md-input-wrapper-count .text-count-wrapper
{
    color: #e53935;
}

.md-input-wrapper-success .md-input-bar:after, .md-input-wrapper-success .md-input-bar:before
{
    background: #7cb342;
    width: 50%;
}

.md-input-wrapper-success .md-input-bar:before
{
    left: 50%;
}

.md-input-wrapper-success .md-input-bar:after
{
    right: 50%;
}

.md-input-wrapper-success.md-input-wrapper-count .text-count-wrapper
{
    color: #7cb342;
}

.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);
    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: 400;
    font-style: normal;
    font-size: 18px;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    vertical-align: -4px;
    color: rgba(0,0,0,.54);
}

    .material-icons.md-inactive
    {
        color: rgba(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: #fff;
    }

        .material-icons.md-light.md-inactive
        {
            color: rgba(255,255,255,.3);
        }

.md-user-image
{
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

.md-user-placeholder
{
    background-color: rgba(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,.085);
}

.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;
}

    .md-icon.active, .md-icon:active, .md-icon:focus, .md-icon:hover
    {
        color: #212121;
        background: rgba(0,0,0,.08);
    }

.md-icon-light
{
    color: #fff;
}

    .md-icon-light:active, .md-icon-light:focus, .md-icon-light:hover
    {
        color: #fff;
        background: rgba(0,0,0,.2);
    }

.md-icon-dark
{
    color: #212121;
}

    .md-icon-dark:active, .md-icon-dark:focus, .md-icon-dark:hover
    {
        color: #212121;
        background: rgba(255,255,255,.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,.08);
    }

button.md-icon
{
    background: 0 0;
    border: none;
    outline: 0;
}

.uk-open .md-icon
{
    color: #212121;
    background: rgba(0,0,0,.08);
}

.uk-open .md-icon-light
{
    color: #fff;
    background: rgba(0,0,0,.2);
}

.uk-open .md-icon-dark
{
    color: #212121;
    background: rgba(255,255,255,.6);
}

.md-list-inputs
{
    margin: 0;
}

    .md-list-inputs > li
    {
        margin: 0;
    }

    .md-list-inputs, .md-list-inputs > li
    {
        list-style: none;
        padding: 0;
    }

        .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;
        }

.md-hr
{
    margin: 32px 0;
    height: 0;
    border-top: 2px solid rgba(0,0,0,.12);
}

@-webkit-keyframes hierarchical_show
{
    0%
    {
        opacity: 0;
        -webkit-transform: scale3d(.2,.2,2);
        transform: scale3d(.2,.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(.2,.2,2);
        transform: scale3d(.2,.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(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,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(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,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;
}

.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(.4,0,.2,1) infinite;
            animation: arc 1200ms cubic-bezier(.4,0,.2,1) infinite;
        }

@-webkit-keyframes outer
{
    0%
    {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100%
    {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes outer
{
    0%
    {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    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(0);
        transform: rotate(0);
    }
}

@keyframes inner
{
    0%
    {
        -webkit-transform: rotate(-64.8deg);
        transform: rotate(-64.8deg);
    }

    100%
    {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes arc
{
    0%
    {
        stroke-dasharray: 1 210.49px;
        stroke-dashoffset: 0;
    }

    40%
    {
        stroke-dasharray: 172.6px,210.49px;
        stroke-dashoffset: 0;
    }

    100%
    {
        stroke-dasharray: 1 210.49px;
        stroke-dashoffset: -172.6px;
    }
}

@keyframes arc
{
    0%
    {
        stroke-dasharray: 1 210.49px;
        stroke-dashoffset: 0;
    }

    40%
    {
        stroke-dasharray: 172.6px,210.49px;
        stroke-dashoffset: 0;
    }

    100%
    {
        stroke-dasharray: 1 210.49px;
        stroke-dashoffset: -172.6px;
    }
}

.md-preloader-success svg circle
{
    stroke: #7cb342;
}

.md-preloader-danger svg circle
{
    stroke: #e53935;
}

.md-preloader-warning svg circle
{
    stroke: #ffa000;
}

@-webkit-keyframes ball-clip-rotate
{
    100%
    {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ball-clip-rotate
{
    100%
    {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.content-preloader
{
    position: fixed;
    z-index: 1099;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    top: -48px;
    left: 50%;
    overflow: hidden;
    margin-left: -24px;
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
    padding: 8px;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: top 400ms cubic-bezier(.4,0,.2,1) 50ms,-webkit-transform 400ms cubic-bezier(.4,0,.2,1);
    transition: top 400ms cubic-bezier(.4,0,.2,1) 50ms,transform 400ms cubic-bezier(.4,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
    {
        top: 56px;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: top 280ms cubic-bezier(.4,0,.2,1),-webkit-transform 400ms cubic-bezier(.4,0,.2,1) 50ms;
        transition: top 280ms cubic-bezier(.4,0,.2,1),transform 400ms cubic-bezier(.4,0,.2,1) 50ms;
    }

.sidebar_main_active .content-preloader
{
    margin-left: 96px;
}

.icheckbox_md, .iradio_md
{
    display: inline-block;
    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,.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.checked, .icheckbox_md.hover.checked
    {
        background: #009688;
        border-color: #009688!important;
    }

    .icheckbox_md.disabled, .icheckbox_md.disabled.checked
    {
        background: rgba(0,0,0,.26);
        background-clip: padding-box;
        border-color: rgba(0,0,0,.26);
        cursor: default;
    }

.md-input-danger .icheckbox_md
{
    border-color: #e53935;
}

.iradio_md
{
    border: 2px solid rgba(0,0,0,.54);
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

    .iradio_md:after
    {
        content: '';
        background: 0 0;
        position: absolute;
        left: 3px;
        top: 3px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        -webkit-transform: scale(.1);
        transform: scale(.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,.26);
        cursor: default;
    }

        .iradio_md.disabled:after
        {
            background: rgba(0,0,0,.26);
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.md-input-danger .iradio_md
{
    border-color: #e53935;
}

.disabled + .inline-label
{
    color: rgba(0,0,0,.26);
    cursor: default;
}

.icheck-inline
{
    display: inline-block;
    margin: 0 16px 16px 0;
}

body, html
{
    height: 100%;
    box-sizing: border-box;
}

body
{
    background: #ececec;
    font: 400 14px/1.42857143 Roboto,sans-serif;
    width: 100%;
    overflow: hidden;
    padding-top: 48px;
}

a, button
{
    outline: 0!important;
}

a
{
    color: #1e88e5;
}

    a:active, a:hover
    {
        color: #0d47a1;
        text-decoration: none;
    }

code, code[class*=language-], pre, pre[class*=language-]
{
    font-family: 'Source Code Pro',Consolas,Monaco,'Andale Mono',monospace!important;
    font-size: 12px;
    box-sizing: border-box;
}

    pre[class*=language-]
    {
        box-shadow: none;
        border: 1px solid rgba(0,0,0,.12);
        padding: 0;
    }

        pre[class*=language-]:after, pre[class*=language-]:before
        {
            display: none;
        }

.line-numbers .line-numbers-rows
{
    border-right-color: rgba(0,0,0,.12);
}

:not(pre) > code, :not(pre) > kbd, :not(pre) > samp
{
    font-family: 'Source Code Pro',Consolas,Monaco,'Andale Mono',monospace;
    font-size: 12px;
    color: #d32f2f;
}

.touchscroll
{
    overflow-y: auto!important;
    -webkit-overflow-scrolling: touch;
}

blockquote
{
    border-left: 4px solid rgba(0,0,0,.085);
}

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: 0;
    font: 400 22px/28px Roboto,sans-serif;
}

    .heading_b .sub-heading
    {
        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;
}

.uk-text-large
{
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 16px;
}

* > .uk-text-large
{
    margin-top: 16px;
}

.uk-text-upper
{
    text-transform: uppercase;
}

.uk-text-italic
{
    font-style: italic;
}

.uk-table .no-border td, .uk-table.no-border td
{
    border-bottom: none;
}

.uk-height-1-1
{
    min-height: 100%;
    height: auto;
}

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,.12);
    background: rgba(179,179,179,.085);
    padding: 48px 0;
}

.inline-list
{
    margin: 0;
    overflow: hidden;
}

    .inline-list > li
    {
        margin: 0;
    }

    .inline-list, .inline-list > li
    {
        list-style: none;
        padding: 0;
    }

        .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,.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;
    }

.inline-label
{
    padding-left: 8px;
    cursor: pointer;
    vertical-align: -1px;
    left: -3px;
    position: relative;
}

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;
}

#page_content
{
    height: 100%;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

    #page_content:before
    {
        content: '';
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,.3);
        display: block;
        opacity: 0;
        -webkit-transition: opacity 400ms;
        transition: opacity 400ms;
        z-index: -1;
    }

#page_content_inner
{
    padding: 24px 24px 100px;
}

body
{
    font-size: 15px;
    padding: 64px 24px;
    overflow-y: auto;
    height: auto;
    min-height: 100%;
}

@media only screen and (max-width:767px)
{
    body
    {
        padding: 24px;
    }
}

.login_page_wrapper
{
    width: 360px;
    max-width: 100%;
    margin: 0 auto;
    -webkit-transition: all 280ms cubic-bezier(.4,0,.2,1);
    transition: all 280ms cubic-bezier(.4,0,.2,1);
}

.login_page .user_avatar
{
    width: 151px;
    height: 60px;
    display: inline-block;
    text-align: center;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
}

@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/logo.png);
    }
}

.login_page .login_heading
{
    text-align: center;
    margin-bottom: 32px;
}
