@font-face {
  font-family: myFirstFont;
  src: url(../fonts22/orangejuice.ttf);
}

@font-face {
  font-family: Orienta-font;
  src: url(../fonts22/Orienta-Regular.ttf);
}

@font-face {
  font-family: Sofia;
  src: url(../fonts22/Sofia-Regular.ttf);
}

@font-face {
  font-family: OPTIMA;
  src: url(../fonts22/OPTIMA.html);
}

[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: 560ms;
    animation-duration: 560ms;
}

.uk-alert {
    border: none;
    background: #1976d2;
    color: #fff;
    text-shadow: none;
    padding-right: 32px;
    position: relative;
    display: block;
}

.uk-alert-success {
    background: #8bc34a!important;
}

.uk-alert-danger {
    background: #e53935!important;
}

.uk-alert-warning {
    background: #ffa000!important;
}

.uk-alert-info {
    background: #0097a7!important;
}

.uk-alert-large {
    padding: 24px 32px 24px 24px;
}

.uk-alert-close {
    position: absolute;
    top: 10px;
    right: 8px;
    float: none!important;
    margin: 0!important;
}

.uk-alert-close:after {
    color: #fff!important;
}

.uk-badge {
    background: #0097a7;
    padding: 2px 6px;
    border: none;
    border-radius: 2px;
    text-shadow: none;
    font-size: 11px;
    line-height: 15px;
    font-weight: 400;
    white-space: nowrap;
}

.uk-badge a {
    color: #fff!important;
}

.uk-badge-default {
    background: #9e9e9e;
    color: #fff;
}

.uk-badge-primary {
    background: #2196f3;
}

.uk-badge-danger {
    background: #e53935;
}

.uk-badge-warning {
    background: #ffa000;
}

.uk-badge-success {
    background: #7cb342;
}

.uk-badge-muted {
    background: #bdbdbd;
}

.uk-badge-notification {
    border-radius: 20px;
}

.uk-badge-large {
    font-size: 13px;
    line-height: 16px;
    padding: 4px 8px;
}

.uk-badge.inline-label {
    vertical-align: 1px;
    margin-left: 4px;
}

.uk-badge-outline {
    border: 1px solid rgba(0, 0, 0, .12);
    background: #fff;
    color: #212121;
    padding-bottom: 0;
    line-height: 16px;
}

.uk-badge-inline {
    vertical-align: 2px;
}

.uk-badge-group {
    overflow: hidden;
}

.uk-badge-group .uk-badge {
    float: left;
    display: block;
    margin: 0 4px 4px 0;
}

.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-comment-list>li+li {
    border-top: 1px dashed rgba(0, 0, 0, .12);
    margin-top: 16px!important
}

.uk-comment-list .uk-comment+ul {
    margin: 8px 0 0 0
}

@media only screen and (min-width:768px) {
    .uk-comment-list .uk-comment+ul {
        padding-left: 48px
    }
}

.uk-comment-header {
    padding: 16px 8px 8px;
    border: none;
    background: 0 0;
    margin-bottom: 0
}

.uk-comment-title {
    margin: 0;
    font-size: 14px;
    line-height: 20px
}

.uk-modal {
    z-index: 1304;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
    overflow: auto!important
}

.uk-modal.uk-modal-no-backdrop {
    background: 0 0
}

.uk-modal-dialog {
    border-radius: 2px;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
    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: opacity 280ms ease-in, -webkit-transform 280ms cubic-bezier(.4, 0, .2, 1);
    transition: opacity 280ms ease-in, -webkit-transform 280ms cubic-bezier(.4, 0, .2, 1);
    transition: 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 280ms cubic-bezier(.4, 0, .2, 1);
    -webkit-transform: scale(0);
    transform: scale(0)
}

.uk-modal-dialog-blank {
    padding: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.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-header .material-icons {
    font-size: 24px;
    vertical-align: -4px;
    cursor: default
}

.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: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;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    border: none;
    z-index: 10
}

.uk-modal-dialog .uk-overflow-container {
    margin: 16px 0
}

.uk-modal-card-fullscreen {
    overflow: hidden!important
}

.uk-modal-card-fullscreen .uk-modal-close {
    float: left;
    margin: 8px 8px 0 0;
    display: block
}

.uk-modal-card-fullscreen>.uk-modal-dialog>.md-card>.md-card-toolbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    z-index: 10
}

.uk-modal-card-fullscreen>.uk-modal-dialog>.md-card>.md-card-content {
    position: absolute;
    top: 48px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto
}

.uk-modal .uk-margin.uk-modal-content {
    margin-bottom: 0
}

.uk-modal.uk-modal-dialog-replace .uk-modal-content {
    font-size: 18px
}

.uk-modal-spinner {
    -webkit-animation: uk-rotate 2s infinite linear;
    animation: uk-rotate 2s infinite linear;
    margin-left: -12px;
    margin-top: -17px;
    left: 50%;
    right: auto
}

.uk-modal .uk-modal-aside {
    padding: 16px 32px 32px
}

.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: 50% 0!important;
    transform-origin: 50% 0!important;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    border: none;
    border-radius: 2px;
    background-color: #fff;
}

.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>ul>li.uk-active>a {
    background: rgba(0, 0, 0, .085)
}

.uk-dropdown>ul>li.padding_sm {
    padding: 2px 4px
}

.uk-dropdown>ul>li.padding_md {
    padding: 4px 8px
}

.uk-dropdown.dropdown-modal {
    z-index: 1310
}

.uk-dropdown.dropdown-fs {
    z-index: 9999
}

.uk-dropdown.uk-dropdown-scrollable {
    -webkit-overflow-scrolling: touch
}

[data-uk-dropdown*=top-] .uk-dropdown {
    -webkit-transform-origin: 50% 100%!important;
    transform-origin: 50% 100%!important
}

[data-uk-dropdown*=left-] .uk-dropdown {
    -webkit-transform-origin: 100% 50%!important;
    transform-origin: 100% 50%!important
}

[data-uk-dropdown*=right-] .uk-dropdown {
    -webkit-transform-origin: 0 50%!important;
    transform-origin: 0 50%!important
}

[data-uk-dropdown*=justify] {
    position: static!important
}

[data-uk-dropdown*=justify] [class*=uk-dropdown-width] {
    left: 0!important;
    width: 100%!important;
    min-width: inherit!important;
    margin-left: 0!important
}

.uk-dropdown-active {
    display: block!important
}

.uk-dropdown-shown {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1
}

.uk-nav-dropdown>li>a:focus,
.uk-nav-dropdown>li>a:hover {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #212121;
    background: rgba(153, 153, 153, .2)
}

fieldset {
    border: none;
    margin: 0
}

fieldset+* {
    margin-top: 15px
}

.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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, .12);
    -webkit-transition: border .2s ease-in;
    transition: border .2s 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 .2s ease-in, height 280ms ease-in;
    transition: border-color .2s ease-in, height 280ms ease-in
}

.uk-form-row {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.uk-form-row+.uk-form-row {
    margin-top: 24px
}

.uk-form-stacked .uk-form-label {
    font-weight: 500;
    font-size: 13px;
    display: block;
    padding-bottom: 8px
}

.uk-form-stacked .uk-form-label+p {
    margin-top: 0
}

.uk-form-help-block {
    display: block;
    font-size: 12px;
    color: #727272;
    padding: 4px 0 0 0;
    font-style: italic
}

.uk-form-width-large,
.uk-form-width-medium,
.uk-form-width-mini,
.uk-form-width-small {
    max-width: 100%
}

.uk-grid+.uk-grid,
.uk-grid-margin,
.uk-grid>*>.uk-panel+.uk-panel {
    margin-top: 64px
}

.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
}

.uk-height-viewport {
    min-height: 200px
}

[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: 15px;
    min-width: 22px
}

.uk-input-group>.md-input-wrapper {
    display: inline-block
}

.uk-input-group.uk-input-group-danger .uk-input-group-addon i {
    color: #e53935!important
}

.uk-input-group.uk-input-group-danger+.parsley-errors-list {
    margin-left: 58px
}

.uk-input-group.uk-input-group-success .uk-input-group-addon i {
    color: #7cb342!important
}

.uk-list-hover li:hover {
    background: rgba(0, 0, 0, .1)
}

.uk-nav-header {
    color: #727272;
    font-weight: 400
}

.uk-nav-divider {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top-color: rgba(0, 0, 0, .12)
}

.uk-nav-divider+.uk-nav-header {
    margin-top: 0
}

.uk-nav-label {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: -1px;
    margin-right: 8px
}

.uk-nav-side>li>a {
    font-weight: 500;
    line-height: 22px
}

.uk-nav-side>li>a>i {
    font-size: 24px;
    margin-right: 10px;
    vertical-align: -7px
}

.uk-nav-side>li>a:focus,
.uk-nav-side>li>a:hover {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.uk-nav-side>li.uk-active>a {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.uk-nav-side>li.uk-active>a,
.uk-nav-side>li.uk-active>a>i {
    color: #7cb342
}

.uk-nav-side>li li a {
    text-shadow: none;
    color: #212121
}

.uk-nav-side ul.uk-nav-sub {
    padding-top: 0;
    padding-left: 24px
}

.uk-pagination {
    margin: 0
}

.uk-pagination>li {
    outline: 0!important
}

.uk-pagination>li>a,
.uk-pagination>li>span {
    border: none;
    padding: 4px 8px;
    min-width: 32px;
    line-height: 24px;
    height: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: none;
    color: #212121;
    border-radius: 4px
}

.uk-pagination>li>a [class*=uk-icon-],
.uk-pagination>li>span [class*=uk-icon-] {
    font-size: 16px
}

.uk-pagination>li>a {
    background: 0 0
}

.uk-pagination>li>a:hover {
    background: #e1efd2
}

.uk-pagination>li.uk-active>a,
.uk-pagination>li.uk-active>span {
    background: #7cb342
}

.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!important;
    color: #aaa;
    cursor: default
}

.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-nowrap td,
.uk-table-nowrap th {
    white-space: nowrap
}

.uk-table-align-vertical td,
.uk-table-align-vertical th {
    vertical-align: middle
}

.uk-table tr td.small_col,
.uk-table tr th.small_col {
    width: 1%
}

.uk-table tr.row_checked td {
    background: #e3f2fd
}

.uk-table .uk-table {
    margin-bottom: 0
}

.uk-table .uk-table tr:last-child td {
    border-bottom: none
}

.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: #e3f2fd
}

.uk-thumbnail {
    border-radius: 0;
    border-color: rgba(0, 0, 0, .12)
}

.uk-thumbnail-caption {
    padding: 4px 4px 0;
    line-height: 20px;
    color: #727272;
    font-size: 12px
}

.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 {
    opacity: 1!important;
    color: #727272;
    content: '\e5cd';
    font-family: "Material Icons"
}

.uk-float-none {
    float: none!important
}

.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: -webkit-transform 280ms;
    transition: transform 280ms;
    transition: transform 280ms, -webkit-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: #2196f3;
    content: '\e145';
    right: auto;
    left: 16px;
    top: 16px
}

.uk-accordion-alt .uk-accordion-title.uk-active:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    content: '\e15b'
}

.uk-accordion-alt .uk-accordion-content {
    padding: 24px
}



.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 {
    -webkit-box-sizing: border-box;
    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;
    -webkit-box-sizing: border-box;
    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: 1154
}

.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 {
    -webkit-box-shadow: 0 0 20px rgba(100, 100, 100, .3);
    box-shadow: 0 0 20px rgba(100, 100, 100, .3)
}

.uk-file-upload {
    width: 100%;
    padding: 32px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f5f5f5;
    text-align: center;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.uk-file-upload p {
    margin: 0
}

.uk-file-upload.uk-dragover {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: 0 0 6px rgba(0, 0, 0, .3)
}

div.uk-form-file {
    padding: 3px 2px
}

div.uk-form-file.md-btn {
    padding: 2px 12px
}

.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;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding: 0 4px
}

.uk-datepicker-nav .uk-form-select+.uk-form-select {
    margin-left: 2px
}

.uk-datepicker-previous {
    float: left;
    margin-left: 8px
}

.uk-datepicker-previous:after {
    content: "\f053"
}

.uk-datepicker-next {
    float: right;
    margin-right: 8px
}

.uk-datepicker-next:after {
    content: "\f054"
}

.uk-datepicker-next:after,
.uk-datepicker-previous:after {
    width: 20px;
    font-family: FontAwesome
}

.uk-datepicker.dp-top {
    -webkit-transform-origin: 50% 100%!important;
    transform-origin: 50% 100%!important
}

.uk-datepicker-table {
    width: 100%
}

.uk-datepicker-table 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
}

[data-uk-autocomplete] .uk-dropdown {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

[data-uk-autocomplete] .uk-dropdown .uk-nav {
    margin: 0
}

.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
}

.uk-nestable-moving iframe {
    pointer-events: none
}

[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;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    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;
    -webkit-box-sizing: border-box;
    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-tab {
    border-bottom-color: rgba(0, 0, 0, .12)
}

.uk-sticky-placeholder .uk-tab {
    background: #fff;
    padding-top: 8px
}

.uk-tab>li {
    margin-bottom: 0;
    margin-top: 0;
    z-index: 1
}

.uk-tab>li>a {
    font-size: 13px;
    text-transform: uppercase;
    color: #212121;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0!important;
    font-weight: 500;
    min-width: 100px;
    max-width: 100%;
    text-align: center;
    -webkit-transition: all 220ms cubic-bezier(.4, 0, .2, 1);
    transition: all 220ms cubic-bezier(.4, 0, .2, 1);
    padding: 8px!important;
    margin: 0!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 1px;
    text-shadow: none
}

.uk-tab>li>a:focus,
.uk-tab>li>a:hover {
    background: 0 0;
    color: #212121;
    border-bottom-color: #b2dbfb
}

.uk-tab>li.uk-active>a {
    background: 0 0!important;
    border-bottom-color: #2196f3
}

.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;
    top: auto;
    bottom: 1px
}

.uk-tab-bottom li>a:focus,
.uk-tab-bottom li>a:hover {
    border-top-color: #b2dbfb
}

.uk-tab-bottom li.uk-active>a {
    border-top-color: #2196f3
}

.uk-tab-left {
    border-bottom: none
}

.uk-tab-left li>a {
    border-right: 2px solid transparent;
    border-bottom: none;
    text-align: right;
    top: auto;
    bottom: auto
}

.uk-tab-left li>a:focus,
.uk-tab-left li>a:hover {
    border-right-color: #b2dbfb
}

.uk-tab-left li.uk-active>a {
    border-right-color: #2196f3
}

.uk-tab-right {
    border-bottom: none
}

.uk-tab-right li>a {
    border-left: 2px solid transparent;
    border-bottom: none;
    text-align: left;
    top: auto;
    bottom: auto
}

.uk-tab-right li>a:focus,
.uk-tab-right li>a:hover {
    border-left-color: #b2dbfb
}

.uk-tab-right li.uk-active>a {
    border-left-color: #2196f3
}

.uk-tab-responsive li a {
    border: none!important
}

.uk-tab-responsive>a:before {
    content: '\e5d2';
    font-family: "Material Icons";
    color: #727272;
    margin-right: 8px;
    vertical-align: -4px;
    font-size: 18px
}

.uk-tab-icons>li>a {
    min-width: 64px
}

.uk-tab-icons>li>a>.material-icons {
    font-size: 24px
}

.uk-tab-double-header {
    margin: 10px 24px 0!important
}

.uk-tab-double-header>li>a {
    color: #fff;
    border-bottom: 4px solid transparent
}

.uk-tab-double-header>li>a:focus,
.uk-tab-double-header>li>a:hover {
    color: #fff;
    border-bottom-color: #39a1f4
}

.uk-tab-double-header>li.uk-active>a {
    color: #fff;
    border-bottom-color: #7cb342
}

.uk-tab-double-header>li.uk-tab-responsive>a {
    border-bottom: none;
    padding-bottom: 5px!important
}

.uk-tab-double-header>li.uk-tab-responsive>a:before {
    color: #fff
}

.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-moving iframe {
    pointer-events: none
}

.uk-sortable>* {
    -ms-touch-action: auto;
    touch-action: auto
}

.uk-sortable.sortable-handler>* {
    cursor: move
}

.uk-sortable .sortable-handler {
    cursor: move
}

.uk-sortable-single {
    min-height: 0
}

.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%
    }
}

.lte-ie9 [class*=uk-animation-] {
    opacity: 1!important
}

.k-button,
.k-header {
    font-weight: 400
}

.k-list-wrapper {
    padding: 8px 0
}

.k-list-wrapper-addon {
    margin-right: 16px;
    float: left
}

.k-list-wrapper-addon>img {
    width: 34px;
    border-radius: 50%
}

.k-list-wrapper-addon>img-large {
    width: 82px;
    border-radius: 50%
}

.k-list-wrapper-content {
    overflow: hidden;
    display: block
}

.k-list-wrapper-content>p {
    margin: 0;
    font-weight: 500;
    line-height: 18px
}

.k-list-wrapper-content>span {
    display: block
}

.k-tag-image {
    width: auto;
    height: 17px;
    margin: 4px 5px 0 0;
    vertical-align: top;
    border-radius: 50%
}

.k-multiselect .k-button:not(.k-state-disabled):hover .k-delete,
.k-multiselect .k-delete {
    background-position: -162px -80px
}

.k-multiselect .k-delete {
    opacity: .5
}

.k-multiselect .k-button:not(.k-state-disabled):hover .k-delete {
    opacity: 1
}

.k-window-title {
    font-size: 14px
}

.k-panelbar li.k-item {
    background: #fff
}

.k-panelbar li.k-state-default>.k-link.k-state-selected {
    -webkit-box-shadow: none;
    box-shadow: none
}

.md-preloader {
    font-size: 0;
    display: inline-block;
    -webkit-animation: outer 6s linear infinite;
    animation: outer 6s linear infinite
}

.md-preloader svg {
    -webkit-animation: inner 1.2s linear infinite;
    animation: inner 1.2s linear infinite
}

.md-preloader svg circle {
    fill: none;
    stroke: #448aff;
    stroke-linecap: round;
    -webkit-animation: arc 1.2s cubic-bezier(.4, 0, .2, 1) infinite;
    animation: arc 1.2s 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.48670779px;
        stroke-dashoffset: 0
    }
    40% {
        stroke-dasharray: 172.59910039px, 210.48670779px;
        stroke-dashoffset: 0
    }
    100% {
        stroke-dasharray: 1 210.48670779px;
        stroke-dashoffset: -172.59910039px
    }
}

@keyframes arc {
    0% {
        stroke-dasharray: 1 210.48670779px;
        stroke-dashoffset: 0
    }
    40% {
        stroke-dasharray: 172.59910039px, 210.48670779px;
        stroke-dashoffset: 0
    }
    100% {
        stroke-dasharray: 1 210.48670779px;
        stroke-dashoffset: -172.59910039px
    }
}

.md-preloader-success svg circle {
    stroke: #7cb342
}

.md-preloader-danger svg circle {
    stroke: #e53935
}

.md-preloader-warning svg circle {
    stroke: #ffa000
}

.content-preloader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    left: 50%;
    overflow: hidden;
    margin-left: -24px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: top .4s cubic-bezier(.4, 0, .2, 1) 50ms, -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: top .4s cubic-bezier(.4, 0, .2, 1) 50ms, -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: top .4s cubic-bezier(.4, 0, .2, 1) 50ms, transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: top .4s cubic-bezier(.4, 0, .2, 1) 50ms, transform .4s cubic-bezier(.4, 0, .2, 1), -webkit-transform .4s 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 {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: top 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .4s cubic-bezier(.4, 0, .2, 1) 50ms;
    transition: top 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .4s cubic-bezier(.4, 0, .2, 1) 50ms;
    transition: top 280ms cubic-bezier(.4, 0, .2, 1), transform .4s cubic-bezier(.4, 0, .2, 1) 50ms;
    transition: top 280ms cubic-bezier(.4, 0, .2, 1), transform .4s cubic-bezier(.4, 0, .2, 1) 50ms, -webkit-transform .4s cubic-bezier(.4, 0, .2, 1) 50ms
}

.content-preloader-success svg circle {
    stroke: #7cb342
}

.content-preloader-danger svg circle {
    stroke: #e53935
}

.content-preloader-warning svg circle {
    stroke: #ffa000
}

.sidebar_main_active>.content-preloader,
.sidebar_main_open>.content-preloader {
    margin-left: 96px!important
}

body>.content-preloader {
    position: fixed;
    z-index: 1099;
    top: -48px
}

body>.content-preloader.preloader-active {
    top: 56px
}

.sidebar_main_active body>.content-preloader,
.sidebar_main_open body>.content-preloader {
    margin-left: 96px
}

.md-card>.content-preloader {
    position: absolute;
    z-index: 10;
    top: 0
}

.md-card>.content-preloader.preloader-active {
    top: 64px
}



.grid_view>*,
.list_view>* {
    -webkit-transition: all 120ms cubic-bezier(.4, 0, .2, 1);
    transition: all 120ms cubic-bezier(.4, 0, .2, 1)
}

.grid_view.uk-grid-medium {
    margin-top: -32px
}

.grid_view.uk-grid-small {
    margin-top: -5px
}

.list_view {
    margin-left: 0!important
}

.list_view>div,
.list_view>li {
    width: 100%!important;
    margin: 0!important;
    padding: 0!important
}

.list_view>div .md-card,
.list_view>li .md-card {
    overflow: hidden
}

.list_view>div .md-card-head,
.list_view>li .md-card-head {
    float: left;
    border: none;
    width: 200px
}

.list_view>div .md-card-content,
.list_view>li .md-card-content {
    overflow: hidden
}

.list_view>div+div,
.list_view>li+li {
    border-top: 1px solid #ededed;
    margin: 0!important
}

.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: #f70606!important;
    color: #fff;
}

.md-color-red {
    color: #f70606!important;
    
}

.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;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    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 ease;
    transition: all 280ms ease;
    color: #212121;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    font: 500 14px/31px Roboto, sans-serif!important
}

.md-btn:active,
.md-btn:focus,
.md-btn:hover,
.uk-button-dropdown.uk-open>.md-btn {
    background: #fff;
    outline: 0;
    text-decoration: none;
    color: #212121;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.md-btn.uk-active,
.md-btn:active,
.uk-button-dropdown.uk-open>.md-btn {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

.md-btn.uk-active {
    position: relative
}

.md-btn.uk-active:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: '';
    border: 2px solid rgba(0, 0, 0, .4);
    border-radius: 2px
}

.md-btn-flat {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    background: 0 0
}

.md-btn-flat:focus,
.md-btn-flat:hover {
    background: rgba(153, 153, 153, .2)
}

.md-btn-flat.uk-active,
.md-btn-flat:active {
    background: rgba(153, 153, 153, .4)
}

.md-btn-flat-danger,
.md-btn-flat-danger .uk-active,
.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-danger.uk-active {
    color: #cd1e1a;
    background: #f6bebd
}

.md-btn-flat-primary,
.md-btn-flat-primary.uk-active,
.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-primary.uk-active {
    color: #0c7cd5;
    background: #b2dbfb
}

.md-btn-flat-success,
.md-btn-flat-success.uk-active,
.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-success.uk-active {
    color: #628e34;
    background: #c8e1ad
}

.md-btn-flat-warning,
.md-btn-flat-warning.uk-active,
.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-warning.uk-active {
    color: #cc8000;
    background: #ffd999
}

.md-btn-flat.disabled {
    background: 0 0!important
}

.md-btn-danger,
.md-btn-danger.uk-active,
.md-btn-danger:active,
.md-btn-danger:focus,
.md-btn-danger:hover {
    background: #e53935
}

.md-btn-primary,
.md-btn-primary.uk-active,
.md-btn-primary:active,
.md-btn-primary:focus,
.md-btn-primary:hover {
    background: #2196f3
}

.md-btn-success,
.md-btn-success.uk-active,
.md-btn-success:active,
.md-btn-success:focus,
.md-btn-success:hover {
    background: #7cb342
}

.md-btn-warning,
.md-btn-warning.uk-active,
.md-btn-warning:active,
.md-btn-warning:focus,
.md-btn-warning:hover {
    background: #ffa000
}

.md-btn-danger,
.md-btn-danger.uk-active,
.md-btn-danger:active,
.md-btn-danger:focus,
.md-btn-danger:hover,
.md-btn-danger>i,
.md-btn-primary,
.md-btn-primary.uk-active,
.md-btn-primary:active,
.md-btn-primary:focus,
.md-btn-primary:hover,
.md-btn-primary>i,
.md-btn-success,
.md-btn-success.uk-active,
.md-btn-success:active,
.md-btn-success:focus,
.md-btn-success:hover,
.md-btn-success>i,
.md-btn-warning,
.md-btn-warning.uk-active,
.md-btn-warning:active,
.md-btn-warning:focus,
.md-btn-warning:hover,
.md-btn-warning>i {
    color: #fff
}

.md-btn.disabled,
.md-btn.disabled.uk-active,
.md-btn.disabled:active,
.md-btn.disabled:focus,
.md-btn.disabled:hover {
    color: #a8a8a8;
    background: #eaeaea;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    cursor: default;
    pointer-events: none
}

.md-btn>i.material-icons {
    margin-top: 5px;
    font-size: 18px
}

.md-btn-mini {
    line-height: 21px!important;
    min-width: 12px;
    font-size: 10px!important;
    min-height: 24px
}

.md-btn-small {
    line-height: 27px!important;
    min-width: 14px;
    font-size: 11px!important
}

.md-btn-large {
    line-height: 42px!important;
    font-size: 16px!important
}

.md-btn::-moz-focus-inner {
    border: 0;
    padding: 0
}

.md-btn+.md-btn {
    margin-left: 8px
}

.md-btn-block {
    width: 100%
}

.md-btn-block+.md-btn-block {
    margin-left: 0;
    margin-top: 12px
}

.md-btn+.md-btn-group {
    margin-left: 16px
}

.md-btn-facebook {
    background: #3b5998!important
}

.md-btn-twitter {
    background: #00aced!important
}

.md-btn-gplus {
    background: #dd4b39!important
}

.md-btn-facebook,
.md-btn-facebook>i,
.md-btn-gplus,
.md-btn-gplus>i,
.md-btn-twitter,
.md-btn-twitter>i {
    color: #fff!important
}

.md-btn-icon>i.no_margin {
    margin-right: 0!important;
    margin-left: 0!important
}

.md-btn-icon-large,
.md-btn-icon.md-btn-large {
    min-width: 72px
}

.md-btn-icon-large>i,
.md-btn-icon.md-btn-large>i {
    font-size: 24px;
    margin-right: 12px;
    vertical-align: -3px
}

.md-btn-icon,
.md-btn-icon-default {
    min-width: 64px
}

.md-btn-icon-default>i,
.md-btn-icon>i {
    font-size: 18px;
    margin-right: 8px;
    vertical-align: -2px
}

.md-btn-icon-small,
.md-btn-icon.md-btn-small {
    min-width: 48px
}

.md-btn-icon-small>i,
.md-btn-icon.md-btn-small>i {
    font-size: 16px;
    margin-right: 6px;
    vertical-align: -2px
}

.md-btn-icon-mini,
.md-btn-icon.md-btn-mini {
    min-width: 36px
}

.md-btn-icon-mini>i,
.md-btn-icon.md-btn-mini>i {
    font-size: 16px;
    margin-right: 4px;
    vertical-align: -2px
}

.md-fab {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    color: #727272;
    display: block;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    -webkit-transition: -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-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 {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    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: 50px;
    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-warning {
    background: #ffa000
}

.md-fab.md-fab-warning>i {
    color: #fff
}

.md-fab.md-fab-small {
    width: 48px;
    height: 48px;
    border-radius: 50%
}

.md-fab.md-fab-small>i {
    line-height: 48px;
    height: inherit;
    width: inherit;
    font-size: 24px
}

.md-fab-speed-dial .md-fab-action-close {
    display: none
}

.md-fab-wrapper {
    position: fixed;
    bottom: 10px;
    right: 24px;
    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>.md-fab+.md-fab {
    margin-top: 16px
}

.md-fab-wrapper.md-fab-in-card {
    position: absolute
}

.md-fab-speed-dial .md-fab-wrapper-small {
    position: absolute;
    bottom: 80px;
    right: 8px;
    min-height: 48px;
    width: 48px;
    z-index: -1
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    position: absolute;
    right: 0
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small:nth-child(1) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 50ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 50ms;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 50ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 50ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 50ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 50ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 50ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 50ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 50ms
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small:nth-last-child(2) {
    bottom: 64px
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small:nth-child(2) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .1s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .1s;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .1s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .1s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .1s, opacity .1s cubic-bezier(.4, 0, .2, 1) .1s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .1s, opacity .1s cubic-bezier(.4, 0, .2, 1) .1s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .1s
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small:nth-last-child(3) {
    bottom: 128px
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small:nth-child(3) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 150ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 150ms;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 150ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 150ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 150ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 150ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 150ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 150ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 150ms
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small:nth-last-child(4) {
    bottom: 192px
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small:nth-child(4) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .2s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .2s;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .2s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .2s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .2s, opacity .1s cubic-bezier(.4, 0, .2, 1) .2s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .2s, opacity .1s cubic-bezier(.4, 0, .2, 1) .2s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .2s
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small:nth-last-child(5) {
    bottom: 256px
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small:nth-child(5) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 250ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 250ms;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 250ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 250ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 250ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 250ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 250ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 250ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 250ms
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small:nth-last-child(6) {
    bottom: 320px
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small:nth-child(6) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .3s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .3s;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .3s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .3s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .3s, opacity .1s cubic-bezier(.4, 0, .2, 1) .3s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .3s, opacity .1s cubic-bezier(.4, 0, .2, 1) .3s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .3s
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small:nth-last-child(7) {
    bottom: 384px
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small:nth-child(7) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 350ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 350ms;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 350ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 350ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 350ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 350ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 350ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 350ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 350ms
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small:nth-last-child(8) {
    bottom: 448px
}

.md-fab-speed-dial .md-fab-wrapper-small .md-fab-small:nth-child(8) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .4s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .4s;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .4s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .4s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .4s, opacity .1s cubic-bezier(.4, 0, .2, 1) .4s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .4s, opacity .1s cubic-bezier(.4, 0, .2, 1) .4s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .4s
}

.md-fab-speed-dial.md-fab-active .md-fab-small {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 10
}

.md-fab-speed-dial.md-fab-active .md-fab-small:nth-last-child(1) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 50ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 50ms;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 50ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 50ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 50ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 50ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 50ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 50ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 50ms
}

.md-fab-speed-dial.md-fab-active .md-fab-small:nth-last-child(2) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .1s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .1s;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .1s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .1s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .1s, opacity .1s cubic-bezier(.4, 0, .2, 1) .1s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .1s, opacity .1s cubic-bezier(.4, 0, .2, 1) .1s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .1s
}

.md-fab-speed-dial.md-fab-active .md-fab-small:nth-last-child(3) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 150ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 150ms;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 150ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 150ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 150ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 150ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 150ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 150ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 150ms
}

.md-fab-speed-dial.md-fab-active .md-fab-small:nth-last-child(4) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .2s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .2s;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .2s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .2s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .2s, opacity .1s cubic-bezier(.4, 0, .2, 1) .2s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .2s, opacity .1s cubic-bezier(.4, 0, .2, 1) .2s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .2s
}

.md-fab-speed-dial.md-fab-active .md-fab-small:nth-last-child(5) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 250ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 250ms;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 250ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 250ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 250ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 250ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 250ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 250ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 250ms
}

.md-fab-speed-dial.md-fab-active .md-fab-small:nth-last-child(6) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .3s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .3s;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .3s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .3s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .3s, opacity .1s cubic-bezier(.4, 0, .2, 1) .3s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .3s, opacity .1s cubic-bezier(.4, 0, .2, 1) .3s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .3s
}

.md-fab-speed-dial.md-fab-active .md-fab-small:nth-last-child(7) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 350ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 350ms;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 350ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 350ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 350ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 350ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 350ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 350ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 350ms
}

.md-fab-speed-dial.md-fab-active .md-fab-small:nth-last-child(8) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .4s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .4s;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .4s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .4s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .4s, opacity .1s cubic-bezier(.4, 0, .2, 1) .4s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .4s, opacity .1s cubic-bezier(.4, 0, .2, 1) .4s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .4s
}

.md-fab-speed-dial-horizontal .md-fab-wrapper-small {
    position: absolute;
    right: 80px;
    bottom: 8px;
    min-height: 48px;
    width: 48px;
    z-index: -1
}

.md-fab-speed-dial-horizontal .md-fab-wrapper-small .md-fab-small {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    position: absolute;
    right: 0
}

.md-fab-speed-dial-horizontal .md-fab-wrapper-small .md-fab-small:nth-child(1) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 50ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 50ms;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 50ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 50ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 50ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 50ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 50ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 50ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 50ms
}

.md-fab-speed-dial-horizontal .md-fab-wrapper-small .md-fab-small:nth-last-child(2) {
    right: 64px
}

.md-fab-speed-dial-horizontal .md-fab-wrapper-small .md-fab-small:nth-child(2) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .1s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .1s;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .1s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .1s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .1s, opacity .1s cubic-bezier(.4, 0, .2, 1) .1s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .1s, opacity .1s cubic-bezier(.4, 0, .2, 1) .1s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .1s
}

.md-fab-speed-dial-horizontal .md-fab-wrapper-small .md-fab-small:nth-last-child(3) {
    right: 128px
}

.md-fab-speed-dial-horizontal .md-fab-wrapper-small .md-fab-small:nth-child(3) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 150ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 150ms;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 150ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 150ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 150ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 150ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 150ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 150ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 150ms
}

.md-fab-speed-dial-horizontal .md-fab-wrapper-small .md-fab-small:nth-last-child(4) {
    right: 192px
}

.md-fab-speed-dial-horizontal .md-fab-wrapper-small .md-fab-small:nth-child(4) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .2s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .2s;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .2s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .2s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .2s, opacity .1s cubic-bezier(.4, 0, .2, 1) .2s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .2s, opacity .1s cubic-bezier(.4, 0, .2, 1) .2s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .2s
}

.md-fab-speed-dial-horizontal .md-fab-wrapper-small .md-fab-small:nth-last-child(5) {
    right: 256px
}

.md-fab-speed-dial-horizontal .md-fab-wrapper-small .md-fab-small:nth-child(5) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 250ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 250ms;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 250ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 250ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 250ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 250ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 250ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 250ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 250ms
}

.md-fab-speed-dial-horizontal .md-fab-wrapper-small .md-fab-small:nth-last-child(6) {
    right: 320px
}

.md-fab-speed-dial-horizontal .md-fab-wrapper-small .md-fab-small:nth-child(6) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .3s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .3s;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .3s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .3s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .3s, opacity .1s cubic-bezier(.4, 0, .2, 1) .3s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .3s, opacity .1s cubic-bezier(.4, 0, .2, 1) .3s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .3s
}

.md-fab-speed-dial-horizontal .md-fab-wrapper-small .md-fab-small:nth-last-child(7) {
    right: 384px
}

.md-fab-speed-dial-horizontal .md-fab-wrapper-small .md-fab-small:nth-child(7) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 350ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 350ms;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 350ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 350ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 350ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 350ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 350ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 350ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 350ms
}

.md-fab-speed-dial-horizontal .md-fab-wrapper-small .md-fab-small:nth-last-child(8) {
    right: 448px
}

.md-fab-speed-dial-horizontal .md-fab-wrapper-small .md-fab-small:nth-child(8) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .4s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .4s;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .4s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .4s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .4s, opacity .1s cubic-bezier(.4, 0, .2, 1) .4s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .4s, opacity .1s cubic-bezier(.4, 0, .2, 1) .4s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .4s
}

.md-fab-speed-dial-horizontal.md-fab-active .md-fab-small {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 10
}

.md-fab-speed-dial-horizontal.md-fab-active .md-fab-small:nth-last-child(1) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 50ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 50ms;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 50ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 50ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 50ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 50ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 50ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 50ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 50ms
}

.md-fab-speed-dial-horizontal.md-fab-active .md-fab-small:nth-last-child(2) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .1s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .1s;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .1s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .1s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .1s, opacity .1s cubic-bezier(.4, 0, .2, 1) .1s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .1s, opacity .1s cubic-bezier(.4, 0, .2, 1) .1s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .1s
}

.md-fab-speed-dial-horizontal.md-fab-active .md-fab-small:nth-last-child(3) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 150ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 150ms;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 150ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 150ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 150ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 150ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 150ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 150ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 150ms
}

.md-fab-speed-dial-horizontal.md-fab-active .md-fab-small:nth-last-child(4) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .2s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .2s;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .2s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .2s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .2s, opacity .1s cubic-bezier(.4, 0, .2, 1) .2s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .2s, opacity .1s cubic-bezier(.4, 0, .2, 1) .2s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .2s
}

.md-fab-speed-dial-horizontal.md-fab-active .md-fab-small:nth-last-child(5) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 250ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 250ms;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 250ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 250ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 250ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 250ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 250ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 250ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 250ms
}

.md-fab-speed-dial-horizontal.md-fab-active .md-fab-small:nth-last-child(6) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .3s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .3s;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .3s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .3s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .3s, opacity .1s cubic-bezier(.4, 0, .2, 1) .3s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .3s, opacity .1s cubic-bezier(.4, 0, .2, 1) .3s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .3s
}

.md-fab-speed-dial-horizontal.md-fab-active .md-fab-small:nth-last-child(7) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 350ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 350ms;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) 350ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 350ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 350ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 350ms;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) 350ms, opacity .1s cubic-bezier(.4, 0, .2, 1) 350ms, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) 350ms
}

.md-fab-speed-dial-horizontal.md-fab-active .md-fab-small:nth-last-child(8) {
    -webkit-transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .4s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .4s;
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1) .4s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .4s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .4s, opacity .1s cubic-bezier(.4, 0, .2, 1) .4s;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1) .4s, opacity .1s cubic-bezier(.4, 0, .2, 1) .4s, -webkit-box-shadow 280ms cubic-bezier(.4, 0, .2, 1), -webkit-transform .1s cubic-bezier(.4, 0, .2, 1) .4s
}

.md-fab-speed-dial-horizontal[data-fab-hover] .md-fab {
    display: inline-block;
    vertical-align: bottom
}

.md-fab-speed-dial-horizontal[data-fab-hover] .md-fab-wrapper-small {
    display: none;
    min-height: 48px;
    width: auto;
    z-index: -1;
    white-space: nowrap;
    padding-bottom: 8px;
    vertical-align: bottom;
    position: static;
    right: auto;
    bottom: auto
}

.md-fab-speed-dial-horizontal[data-fab-hover] .md-fab-wrapper-small .md-fab-small {
    position: static;
    right: auto;
    display: inline-block;
    vertical-align: bottom
}

.md-fab-speed-dial-horizontal[data-fab-hover] .md-fab-wrapper-small .md-fab-small+.md-fab-small {
    margin-left: 16px
}

.md-fab-speed-dial-horizontal[data-fab-hover] .md-fab-wrapper-small .md-fab-small:last-child {
    margin-right: 16px
}

.md-fab-speed-dial-horizontal[data-fab-hover].md-fab-over .md-fab-wrapper-small {
    display: inline-block
}

.md-fab-speed-dial[data-fab-hover] .md-fab-wrapper-small {
    margin-left: 8px;
    position: static;
    display: none;
    bottom: auto;
    right: auto
}

.md-fab-speed-dial[data-fab-hover] .md-fab-wrapper-small .md-fab-small {
    position: static;
    bottom: auto
}

.md-fab-speed-dial[data-fab-hover] .md-fab-wrapper-small .md-fab-small+.md-fab-small {
    margin-top: 16px
}

.md-fab-speed-dial[data-fab-hover] .md-fab-wrapper-small .md-fab-small:last-child {
    margin-bottom: 16px
}

.md-fab-speed-dial[data-fab-hover].md-fab-over .md-fab-wrapper-small {
    display: block
}

.md-fab-toolbar {
    -webkit-transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    cursor: default
}

.md-fab-toolbar>i {
    cursor: pointer
}

.md-fab-toolbar-actions {
    visibility: hidden;
    white-space: nowrap;
    padding: 0 16px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.md-fab-toolbar-actions>a,
.md-fab-toolbar-actions>button {
    display: block;
    float: left;
    opacity: 0;
    margin: 0 0 0 16px;
    height: 64px;
    width: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 280ms cubic-bezier(.4, 0, .2, 1);
    transition: opacity 280ms cubic-bezier(.4, 0, .2, 1);
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer
}

.md-fab-toolbar-actions>a:first-child,
.md-fab-toolbar-actions>button:first-child {
    margin-left: 0
}

.md-fab-toolbar-actions .material-icons {
    font-size: 36px;
    line-height: 64px
}

.md-fab-toolbar.md-fab-animated {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    border-radius: 4px
}

.md-fab-toolbar.md-fab-animated>i {
    display: none
}

.md-fab-toolbar.md-fab-active .md-fab-toolbar-actions {
    visibility: visible
}

.md-fab-toolbar.md-fab-active .md-fab-toolbar-actions>a,
.md-fab-toolbar.md-fab-active .md-fab-toolbar-actions>button {
    opacity: 1
}

.md-fab-toolbar.md-fab-small .md-fab-toolbar-actions>a,
.md-fab-toolbar.md-fab-small .md-fab-toolbar-actions>button {
    height: 48px;
    width: 36px;
    padding: 0;
    margin: 0 0 0 8px
}

.md-fab-toolbar.md-fab-small .md-fab-toolbar-actions>a:first-child,
.md-fab-toolbar.md-fab-small .md-fab-toolbar-actions>button:first-child {
    margin-left: 0
}

.md-fab-toolbar.md-fab-small .md-fab-toolbar-actions .material-icons {
    font-size: 24px;
    line-height: 48px;
    height: inherit
}

.md-fab-sheet {
    -webkit-transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    cursor: default
}

.md-fab-sheet>i {
    cursor: pointer
}

.md-fab-sheet-actions {
    visibility: hidden;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 0
}

.md-fab-sheet-actions>a {
    display: block;
    opacity: 0;
    padding: 4px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: 400 16px/32px Roboto, sans-serif;
    text-align: left
}

.md-fab-sheet-actions>a,
.md-fab-sheet-actions>a:hover {
    color: #212121
}

.md-fab-sheet-actions .material-icons {
    font-size: 24px;
    margin-right: 8px;
    vertical-align: -6px
}

.md-fab-sheet.md-fab-animated {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    border-radius: 4px
}

.md-fab-sheet.md-fab-animated>i {
    display: none
}

.md-fab-sheet.md-fab-active .md-fab-sheet-actions {
    visibility: visible
}

.md-fab-sheet.md-fab-active .md-fab-sheet-actions>a {
    opacity: 1
}

.sidebar_secondary_active .md-fab-wrapper {
    margin-right: 264px
}

@media only screen and (max-width:767px) {
    .sidebar_secondary_active .md-fab-wrapper {
        margin-right: 280px
    }
}

.md-toggle-group .md-toggle-button {
    border-width: 0 0 2px;
    border-style: solid;
    border-color: transparent;
    background: 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-btn-group {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.md-btn-group .md-btn {
    vertical-align: top;
    margin-left: 0!important
}

.md-btn-group .md-btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.md-btn-group .md-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.md-btn-group .md-btn:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.md-color-red-50 {
    color: #ffebee!important
}

.md-bg-red-50 {
    background-color: #ffebee!important
}

.md-color-red-100 {
    color: #ffcdd2!important
}

.md-bg-red-100 {
    background-color: #ffcdd2!important
}

.md-color-red-200 {
    color: #ef9a9a!important
}

.md-bg-red-200 {
    background-color: #ef9a9a!important
}

.md-color-red-300 {
    color: #e57373!important
}

.md-bg-red-300 {
    background-color: #e57373!important
}

.md-color-red-400 {
    color: #ef5350!important
}

.md-bg-red-400 {
    background-color: #ef5350!important
}

.md-color-red-500 {
    color: #f44336!important
}

.md-bg-red-500 {
    background-color: #f44336!important
}

.md-color-red-600 {
    color: #e53935!important
}

.md-bg-red-600 {
    background-color: #e53935!important
}

.md-color-red-700 {
    color: #d32f2f!important
}

.md-bg-red-700 {
    background-color: #d32f2f!important
}

.md-color-red-800 {
    color: #c62828!important
}

.md-bg-red-800 {
    background-color: #c62828!important
}

.md-color-red-900 {
    color: #b71c1c!important
}

.md-bg-red-900 {
    background-color: #b71c1c!important
}

.md-color-red-A100 {
    color: #ff8a80!important
}

.md-bg-red-A100 {
    background-color: #ff8a80!important
}

.md-color-red-A200 {
    color: #ff5252!important
}

.md-bg-red-A200 {
    background-color: #ff5252!important
}

.md-color-red-A400 {
    color: #ff1744!important
}

.md-bg-red-A400 {
    background-color: #ff1744!important
}

.md-color-red-A700 {
    color: #d50000!important
}

.md-bg-red-A700 {
    background-color: #d50000!important
}

.md-color-pink-50 {
    color: #fce4ec!important
}

.md-bg-pink-50 {
    background-color: #fce4ec!important
}

.md-color-pink-100 {
    color: #f8bbd0!important
}

.md-bg-pink-100 {
    background-color: #f8bbd0!important
}

.md-color-pink-200 {
    color: #f48fb1!important
}

.md-bg-pink-200 {
    background-color: #f48fb1!important
}

.md-color-pink-300 {
    color: #f06292!important
}

.md-bg-pink-300 {
    background-color: #f06292!important
}

.md-color-pink-400 {
    color: #ec407a!important
}

.md-bg-pink-400 {
    background-color: #ec407a!important
}

.md-color-pink-500 {
    color: #e91e63!important
}

.md-bg-pink-500 {
    background-color: #e91e63!important
}

.md-color-pink-600 {
    color: #d81b60!important
}

.md-bg-pink-600 {
    background-color: #d81b60!important
}

.md-color-pink-700 {
    color: #c2185b!important
}

.md-bg-pink-700 {
    background-color: #c2185b!important
}

.md-color-pink-800 {
    color: #ad1457!important
}

.md-bg-pink-800 {
    background-color: #ad1457!important
}

.md-color-pink-900 {
    color: #880e4f!important
}

.md-bg-pink-900 {
    background-color: #880e4f!important
}

.md-color-pink-A100 {
    color: #ff80ab!important
}

.md-bg-pink-A100 {
    background-color: #ff80ab!important
}

.md-color-pink-A200 {
    color: #ff4081!important
}

.md-bg-pink-A200 {
    background-color: #ff4081!important
}

.md-color-pink-A400 {
    color: #f50057!important
}

.md-bg-pink-A400 {
    background-color: #f50057!important
}

.md-color-pink-A700 {
    color: #c51162!important
}

.md-bg-pink-A700 {
    background-color: #c51162!important
}


.md-bg-deep-purple-900 {
    background-color: #311b92!important
}

.md-bg-deep-purple-A100 {
    background-color: #b388ff!important
}

.md-color-deep-purple-A200 {
    color: #7c4dff!important
}

.md-bg-deep-purple-A200 {
    background-color: #7c4dff!important
}

.md-color-deep-purple-A400 {
    color: #651fff!important
}

.md-bg-deep-purple-A400 {
    background-color: #651fff!important
}

.md-color-deep-purple-A700 {
    color: #6200ea!important
}

.md-bg-deep-purple-A700 {
    background-color: #6200ea!important
}

.md-color-indigo-50 {
    color: #e8eaf6!important
}

.md-bg-indigo-50 {
    background-color: #e8eaf6!important
}

.md-color-indigo-100 {
    color: #c5cae9!important
}

.md-bg-indigo-100 {
    background-color: #c5cae9!important
}

.md-color-indigo-200 {
    color: #9fa8da!important
}

.md-bg-indigo-200 {
    background-color: #9fa8da!important
}

.md-color-indigo-300 {
    color: #7986cb!important
}

.md-bg-indigo-300 {
    background-color: #7986cb!important
}

.md-color-indigo-400 {
    color: #5c6bc0!important
}

.md-bg-indigo-400 {
    background-color: #5c6bc0!important
}

.md-color-indigo-500 {
    color: #3f51b5!important
}

.md-bg-indigo-500 {
    background-color: #3f51b5!important
}

.md-color-indigo-600 {
    color: #3949ab!important
}

.md-bg-indigo-600 {
    background-color: #3949ab!important
}

.md-color-indigo-700 {
    color: #303f9f!important
}

.md-bg-indigo-700 {
    background-color: #303f9f!important
}

.md-color-indigo-800 {
    color: #283593!important
}

.md-bg-indigo-800 {
    background-color: #283593!important
}

.md-color-indigo-900 {
    color: #1a237e!important
}

.md-bg-indigo-900 {
    background-color: #1a237e!important
}

.md-color-indigo-A100 {
    color: #8c9eff!important
}

.md-bg-indigo-A100 {
    background-color: #8c9eff!important
}

.md-color-indigo-A200 {
    color: #536dfe!important
}

.md-bg-indigo-A200 {
    background-color: #536dfe!important
}

.md-color-indigo-A400 {
    color: #3d5afe!important
}

.md-bg-indigo-A400 {
    background-color: #3d5afe!important
}

.md-color-indigo-A700 {
    color: #304ffe!important
}

.md-bg-indigo-A700 {
    background-color: #304ffe!important
}

.md-color-blue-50 {
    color: #e3f2fd!important
}

.md-bg-blue-50 {
    background-color: #e3f2fd!important
}

.md-color-blue-100 {
    color: #bbdefb!important
}

.md-bg-blue-100 {
    background-color: #bbdefb!important
}

.md-color-blue-200 {
    color: #90caf9!important
}

.md-bg-blue-200 {
    background-color: #90caf9!important
}

.md-color-blue-300 {
    color: #64b5f6!important
}

.md-bg-blue-300 {
    background-color: #64b5f6!important
}

.md-color-blue-400 {
    color: #42a5f5!important
}

.md-bg-blue-400 {
    background-color: #42a5f5!important
}

.md-color-blue-500 {
    color: #2196f3!important
}

.md-bg-blue-500 {
    background-color: #2196f3!important
}

.md-color-blue-600 {
    color: #1e88e5!important
}

.md-bg-blue-600 {
    background-color: #1e88e5!important
}

.md-color-blue-700 {
    color: #1976d2!important
}

.md-bg-blue-700 {
    background-color: #1976d2!important
}

.md-color-blue-800 {
    color: #1565c0!important
}

.md-bg-blue-800 {
    background-color: #1565c0!important
}

.md-color-blue-900 {
    color: #0d47a1!important
}

.md-bg-blue-900 {
    background-color: #0d47a1!important
}

.md-color-blue-A100 {
    color: #82b1ff!important
}

.md-bg-blue-A100 {
    background-color: #82b1ff!important
}

.md-color-blue-A200 {
    color: #448aff!important
}

.md-bg-blue-A200 {
    background-color: #448aff!important
}

.md-color-blue-A400 {
    color: #2979ff!important
}

.md-bg-blue-A400 {
    background-color: #2979ff!important
}

.md-color-blue-A700 {
    color: #2962ff!important
}

.md-bg-blue-A700 {
    background-color: #2962ff!important
}

.md-color-light-blue-50 {
    color: #e1f5fe!important
}

.md-bg-light-blue-50 {
    background-color: #e1f5fe!important
}

.md-color-light-blue-100 {
    color: #b3e5fc!important
}

.md-bg-light-blue-100 {
    background-color: #b3e5fc!important
}

.md-color-light-blue-200 {
    color: #81d4fa!important
}

.md-bg-light-blue-200 {
    background-color: #81d4fa!important
}

.md-color-light-blue-300 {
    color: #4fc3f7!important
}

.md-bg-light-blue-300 {
    background-color: #4fc3f7!important
}

.md-color-light-blue-400 {
    color: #29b6f6!important
}

.md-bg-light-blue-400 {
    background-color: #29b6f6!important
}

.md-color-light-blue-500 {
    color: #03a9f4!important
}

.md-bg-light-blue-500 {
    background-color: #03a9f4!important
}

.md-color-light-blue-600 {
    color: #039be5!important
}

.md-bg-light-blue-600 {
    background-color: #039be5!important
}

.md-color-light-blue-700 {
    color: #0288d1!important
}

.md-bg-light-blue-700 {
    background-color: #0288d1!important
}

.md-color-light-blue-800 {
    color: #0277bd!important
}

.md-bg-light-blue-800 {
    background-color: #0277bd!important
}

.md-color-light-blue-900 {
    color: #01579b!important
}

.md-bg-light-blue-900 {
    background-color: #01579b!important
}

.md-color-light-blue-A100 {
    color: #80d8ff!important
}

.md-bg-light-blue-A100 {
    background-color: #80d8ff!important
}

.md-color-light-blue-A200 {
    color: #40c4ff!important
}

.md-bg-light-blue-A200 {
    background-color: #40c4ff!important
}

.md-color-light-blue-A400 {
    color: #00b0ff!important
}

.md-bg-light-blue-A400 {
    background-color: #00b0ff!important
}

.md-color-light-blue-A700 {
    color: #0091ea!important
}

.md-bg-light-blue-A700 {
    background-color: #0091ea!important
}

.md-color-cyan-50 {
    color: #e0f7fa!important
}

.md-bg-cyan-50 {
    background-color: #e0f7fa!important
}

.md-color-cyan-100 {
    color: #b2ebf2!important
}

.md-bg-cyan-100 {
    background-color: #b2ebf2!important
}

.md-color-cyan-200 {
    color: #80deea!important
}

.md-bg-cyan-200 {
    background-color: #80deea!important
}

.md-color-cyan-300 {
    color: #4dd0e1!important
}

.md-bg-cyan-300 {
    background-color: #4dd0e1!important
}

.md-color-cyan-400 {
    color: #26c6da!important
}

.md-bg-cyan-400 {
    background-color: #26c6da!important
}

.md-color-cyan-500 {
    color: #00bcd4!important
}

.md-bg-cyan-500 {
    background-color: #00bcd4!important
}

.md-color-cyan-600 {
    color: #00acc1!important
}

.md-bg-cyan-600 {
    background-color: #00acc1!important
}

.md-color-cyan-700 {
    color: #0097a7!important
}

.md-bg-cyan-700 {
    background-color: #0097a7!important
}

.md-color-cyan-800 {
    color: #00838f!important
}

.md-bg-cyan-800 {
    background-color: #00838f!important
}

.md-color-cyan-900 {
    color: #006064!important
}

.md-bg-cyan-900 {
    background-color: #006064!important
}

.md-color-cyan-A100 {
    color: #84ffff!important
}

.md-bg-cyan-A100 {
    background-color: #84ffff!important
}

.md-color-cyan-A200 {
    color: #18ffff!important
}

.md-bg-cyan-A200 {
    background-color: #18ffff!important
}

.md-color-cyan-A400 {
    color: #00e5ff!important
}

.md-bg-cyan-A400 {
    background-color: #00e5ff!important
}

.md-color-cyan-A700 {
    color: #00b8d4!important
}

.md-bg-cyan-A700 {
    background-color: #00b8d4!important
}

.md-color-teal-A400 {
    color: #1de9b6!important
}

.md-bg-teal-A400 {
    background-color: #1de9b6!important
}

.md-color-teal-A700 {
    color: #00bfa5!important
}

.md-bg-teal-A700 {
    background-color: #00bfa5!important
}

.md-color-green-50 {
    color: #e8f5e9!important
}

.md-bg-green-50 {
    background-color: #3f4c6b !important;
}

.md-color-green-100 {
    color: #c8e6c9!important
}

.md-bg-green-100 {
    background-color: #c8e6c9!important
}

.md-color-green-200 {
    color: #a5d6a7!important
}

.md-bg-green-200 {
    background-color: #a5d6a7!important
}

.md-color-green-300 {
    color: #81c784!important
}

.md-bg-green-300 {
    background-color: #81c784!important
}

.md-color-green-400 {
    color: #66bb6a!important
}

.md-bg-green-400 {
    background-color: #66bb6a!important
}

.md-color-green-500 {
    color: #4caf50!important
}

.md-bg-green-500 {
    background-color: #4caf50!important
}

.md-color-green-600 {
    color: #43a047!important
}

.md-bg-green-600 {
    background-color: #43a047!important
}

.md-color-green-700 {
    color: #388e3c!important
}

.md-bg-green-700 {
    background-color: #388e3c!important
}

.md-bg-blue-custom{
    background-color: #2e4d86 !important;
	color: #fff;
}

.md-bg-yellow-custom{
    background-color: #f4df30 !important;
	color: #000;
}

.md-color-green-A100 {
    color: #b9f6ca!important
}

.md-bg-green-A100 {
    background-color: #b9f6ca!important
}

.md-color-green-A200 {
    color: #69f0ae!important
}

.md-bg-green-A200 {
    background-color: #69f0ae!important
}

.md-color-green-A400 {
    color: #00e676!important
}

.md-bg-green-A400 {
    background-color: #00e676!important
}

.md-color-green-A700 {
    color: #00c853!important
}

.md-bg-green-A700 {
    background-color: #00c853!important
}

.md-color-light-green-50 {
    color: #f1f8e9!important
}

.md-bg-light-green-50 {
    background-color: #f1f8e9!important
}

.md-color-light-green-100 {
    color: #dcedc8!important
}

.md-bg-light-green-100 {
    background-color: #dcedc8!important
}

.md-color-light-green-200 {
    color: #c5e1a5!important
}

.md-bg-light-green-200 {
    background-color: #c5e1a5!important
}

.md-color-light-green-300 {
    color: #aed581!important
}

.md-bg-light-green-300 {
    background-color: #aed581!important
}

.md-color-light-green-400 {
    color: #9ccc65!important
}

.md-bg-light-green-400 {
    background-color: #9ccc65!important
}

.md-color-light-green-500 {
    color: #8bc34a!important
}

.md-bg-light-green-500 {
    background-color: #8bc34a!important
}

.md-color-light-green-600 {
    color: #7cb342!important
}

.md-bg-light-green-600 {
    background-color: #7cb342!important
}

.md-color-light-green-700 {
    color: #689f38!important
}

.md-bg-light-green-700 {
    background-color: #689f38!important
}

.md-color-light-green-800 {
    color: #558b2f!important
}

.md-bg-light-green-800 {
    background-color: #558b2f!important
}

.md-color-light-green-900 {
    color: #33691e!important
}

.md-bg-light-green-900 {
    background-color: #33691e!important
}

.md-color-light-green-A100 {
    color: #ccff90!important
}

.md-bg-light-green-A100 {
    background-color: #ccff90!important
}

.md-color-light-green-A200 {
    color: #b2ff59!important
}

.md-bg-light-green-A200 {
    background-color: #b2ff59!important
}

.md-color-light-green-A400 {
    color: #76ff03!important
}

.md-bg-light-green-A400 {
    background-color: #76ff03!important
}

.md-color-light-green-A700 {
    color: #64dd17!important
}

.md-bg-light-green-A700 {
    background-color: #64dd17!important
}

.md-color-lime-50 {
    color: #f9fbe7!important
}

.md-bg-lime-50 {
    background-color: #f9fbe7!important
}

.md-color-lime-100 {
    color: #f0f4c3!important
}

.md-bg-lime-100 {
    background-color: #f0f4c3!important
}

.md-color-lime-200 {
    color: #e6ee9c!important
}

.md-bg-lime-200 {
    background-color: #e6ee9c!important
}

.md-color-lime-300 {
    color: #dce775!important
}

.md-bg-lime-300 {
    background-color: #dce775!important
}

.md-color-lime-400 {
    color: #d4e157!important
}

.md-bg-lime-400 {
    background-color: #d4e157!important
}

.md-color-lime-500 {
    color: #cddc39!important
}

.md-bg-lime-500 {
    background-color: #cddc39!important
}

.md-color-lime-600 {
    color: #c0ca33!important
}

.md-bg-lime-600 {
    background-color: #c0ca33!important
}

.md-color-lime-700 {
    color: #afb42b!important
}

.md-bg-lime-700 {
    background-color: #afb42b!important
}

.md-color-lime-800 {
    color: #9e9d24!important
}

.md-bg-lime-800 {
    background-color: #9e9d24!important
}

.md-color-lime-900 {
    color: #827717!important
}

.md-bg-lime-900 {
    background-color: #827717!important
}

.md-color-lime-A100 {
    color: #f4ff81!important
}

.md-bg-lime-A100 {
    background-color: #f4ff81!important
}

.md-color-lime-A200 {
    color: #eeff41!important
}

.md-bg-lime-A200 {
    background-color: #eeff41!important
}

.md-color-lime-A400 {
    color: #c6ff00!important
}

.md-bg-lime-A400 {
    background-color: #c6ff00!important
}

.md-color-lime-A700 {
    color: #aeea00!important
}

.md-bg-lime-A700 {
    background-color: #aeea00!important
}

.md-color-yellow-50 {
    color: #fffde7!important
}

.md-bg-yellow-50 {
    background-color: #fffde7!important
}

.md-color-yellow-100 {
    color: #fff9c4!important
}

.md-bg-yellow-100 {
    background-color: #fff9c4!important
}

.md-color-yellow-200 {
    color: #fff59d!important
}

.md-bg-yellow-200 {
    background-color: #fff59d!important
}

.md-color-yellow-300 {
    color: #fff176!important
}

.md-bg-yellow-300 {
    background-color: #fff176!important
}

.md-color-yellow-400 {
    color: #ffee58!important
}

.md-bg-yellow-400 {
    background-color: #ffee58!important
}

.md-color-yellow-500 {
    color: #ffeb3b!important
}

.md-bg-yellow-500 {
    background-color: #ffeb3b!important
}

.md-color-yellow-600 {
    color: #fdd835!important
}

.md-bg-yellow-600 {
    background-color: #fdd835!important
}

.md-color-yellow-700 {
    color: #fbc02d!important
}

.md-bg-yellow-700 {
    background-color: #fbc02d!important
}

.md-color-yellow-800 {
    color: #f9a825!important
}

.md-bg-yellow-800 {
    background-color: #f9a825!important
}

.md-color-yellow-900 {
    color: #f57f17!important
}

.md-bg-yellow-900 {
    background-color: #f57f17!important
}

.md-color-yellow-A100 {
    color: #ffff8d!important
}

.md-bg-yellow-A100 {
    background-color: #ffff8d!important
}

.md-color-yellow-A200 {
    color: #ff0!important
}

.md-bg-yellow-A200 {
    background-color: #ff0!important
}

.md-color-yellow-A400 {
    color: #ffea00!important
}

.md-bg-yellow-A400 {
    background-color: #ffea00!important
}

.md-color-yellow-A700 {
    color: #ffd600!important
}

.md-bg-yellow-A700 {
    background-color: #ffd600!important
}

.md-color-amber-50 {
    color: #fff8e1!important
}

.md-bg-amber-50 {
    background-color: #fff8e1!important
}

.md-color-amber-100 {
    color: #ffecb3!important
}

.md-bg-amber-100 {
    background-color: #ffecb3!important
}

.md-color-amber-200 {
    color: #ffe082!important
}

.md-bg-amber-200 {
    background-color: #ffe082!important
}

.md-color-amber-300 {
    color: #ffd54f!important
}

.md-bg-amber-300 {
    background-color: #ffd54f!important
}

.md-color-amber-400 {
    color: #ffca28!important
}

.md-bg-amber-400 {
    background-color: #ffca28!important
}

.md-color-amber-500 {
    color: #ffc107!important
}

.md-bg-amber-500 {
    background-color: #ffc107!important
}

.md-color-amber-600 {
    color: #ffb300!important
}

.md-bg-amber-600 {
    background-color: #ffb300!important
}

.md-color-amber-700 {
    color: #ffa000!important
}

.md-bg-amber-700 {
    background-color: #ffa000!important
}

.md-color-amber-800 {
    color: #ff8f00!important
}

.md-bg-amber-800 {
    background-color: #ff8f00!important
}

.md-color-amber-900 {
    color: #ff6f00!important
}

.md-bg-amber-900 {
    background-color: #ff6f00!important
}

.md-color-amber-A100 {
    color: #ffe57f!important
}

.md-bg-amber-A100 {
    background-color: #ffe57f!important
}

.md-color-amber-A200 {
    color: #ffd740!important
}

.md-bg-amber-A200 {
    background-color: #ffd740!important
}

.md-color-amber-A400 {
    color: #ffc400!important
}

.md-bg-amber-A400 {
    background-color: #ffc400!important
}

.md-color-amber-A700 {
    color: #ffab00!important
}

.md-bg-amber-A700 {
    background-color: #ffab00!important
}

.md-color-orange-50 {
    color: #fff3e0!important
}

.md-bg-orange-50 {
    background-color: #fff3e0!important
}

.md-color-orange-100 {
    color: #ffe0b2!important
}

.md-bg-orange-100 {
    background-color: #ffe0b2!important
}

.md-color-orange-200 {
    color: #ffcc80!important
}

.md-bg-orange-200 {
    background-color: #ffcc80!important
}

.md-color-orange-300 {
    color: #ffb74d!important
}

.md-bg-orange-300 {
    background-color: #ffb74d!important
}

.md-color-orange-400 {
    color: #ffa726!important
}

.md-bg-orange-400 {
    background-color: #ffa726!important
}

.md-color-orange-500 {
    color: #ff9800!important
}

.md-bg-orange-500 {
    background-color: #ff9800!important
}

.md-color-orange-600 {
    color: #fb8c00!important
}

.md-bg-orange-600 {
    background-color: #fb8c00!important
}

.md-color-orange-700 {
    color: #f57c00!important
}

.md-bg-orange-700 {
    background-color: #f57c00!important
}

.md-color-orange-800 {
    color: #ef6c00!important
}

.md-bg-orange-800 {
    background-color: #ef6c00!important
}

.md-color-orange-900 {
    color: #e65100!important
}

.md-bg-orange-900 {
    background-color: #e65100!important
}

.md-color-orange-A100 {
    color: #ffd180!important
}

.md-bg-orange-A100 {
    background-color: #ffd180!important
}

.md-color-orange-A200 {
    color: #ffab40!important
}

.md-bg-orange-A200 {
    background-color: #ffab40!important
}

.md-color-orange-A400 {
    color: #ff9100!important
}

.md-bg-orange-A400 {
    background-color: #ff9100!important
}

.md-color-orange-A700 {
    color: #ff6d00!important
}

.md-bg-orange-A700 {
    background-color: #ff6d00!important
}

.md-color-deep-orange-50 {
    color: #fbe9e7!important
}

.md-bg-deep-orange-50 {
    background-color: #fbe9e7!important
}

.md-color-deep-orange-100 {
    color: #ffccbc!important
}

.md-bg-deep-orange-100 {
    background-color: #ffccbc!important
}

.md-color-deep-orange-200 {
    color: #ffab91!important
}

.md-bg-deep-orange-200 {
    background-color: #ffab91!important
}

.md-color-deep-orange-300 {
    color: #ff8a65!important
}

.md-bg-deep-orange-300 {
    background-color: #ff8a65!important
}

.md-color-deep-orange-400 {
    color: #ff7043!important
}

.md-bg-deep-orange-400 {
    background-color: #ff7043!important
}

.md-color-deep-orange-500 {
    color: #ff5722!important
}

.md-bg-deep-orange-500 {
    background-color: #ff5722!important
}

.md-color-deep-orange-600 {
    color: #f4511e!important
}

.md-bg-deep-orange-600 {
    background-color: #f4511e!important
}

.md-color-deep-orange-700 {
    color: #e64a19!important
}

.md-bg-deep-orange-700 {
    background-color: #e64a19!important
}

.md-color-deep-orange-800 {
    color: #d84315!important
}

.md-bg-deep-orange-800 {
    background-color: #d84315!important
}

.md-color-deep-orange-900 {
    color: #bf360c!important
}

.md-bg-deep-orange-900 {
    background-color: #bf360c!important
}

.md-color-deep-orange-A100 {
    color: #ff9e80!important
}

.md-bg-deep-orange-A100 {
    background-color: #ff9e80!important
}

.md-color-deep-orange-A200 {
    color: #ff6e40!important
}

.md-bg-deep-orange-A200 {
    background-color: #ff6e40!important
}

.md-color-deep-orange-A400 {
    color: #ff3d00!important
}

.md-bg-deep-orange-A400 {
    background-color: #ff3d00!important
}

.md-color-deep-orange-A700 {
    color: #dd2c00!important
}

.md-bg-deep-orange-A700 {
    background-color: #dd2c00!important
}

.md-color-brown-50 {
    color: #efebe9!important
}

.md-bg-brown-50 {
    background-color: #efebe9!important
}

.md-color-brown-100 {
    color: #d7ccc8!important
}

.md-bg-brown-100 {
    background-color: #d7ccc8!important
}

.md-color-brown-200 {
    color: #bcaaa4!important
}

.md-bg-brown-200 {
    background-color: #bcaaa4!important
}

.md-color-brown-300 {
    color: #a1887f!important
}

.md-bg-brown-300 {
    background-color: #a1887f!important
}

.md-color-brown-400 {
    color: #8d6e63!important
}

.md-bg-brown-400 {
    background-color: #8d6e63!important
}

.md-color-brown-500 {
    color: #795548!important
}

.md-bg-brown-500 {
    background-color: #795548!important
}

.md-color-brown-600 {
    color: #6d4c41!important
}

.md-bg-brown-600 {
    background-color: #6d4c41!important
}

.md-color-brown-700 {
    color: #5d4037!important
}

.md-bg-brown-700 {
    background-color: #5d4037!important
}

.md-color-brown-800 {
    color: #4e342e!important
}

.md-bg-brown-800 {
    background-color: #4e342e!important
}

.md-color-brown-900 {
    color: #3e2723!important
}

.md-bg-brown-900 {
    background-color: #3e2723!important
}

.md-color-black {
    color: #000!important;
}

.md-color-white {
    color: #fff!important;
}

.md-bg-white {
    background: #fff!important;
}

.md-color-lightorange{
	background: #fbf2e0 !important;
}

.md-card {
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    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; */
    /* padding: 0 16px; */
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    background: #fff
}

.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: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-card-toolbar-actions .selectize-control {
    min-width: 220px;
    margin-top: -3px
}

.md-card .md-card-toolbar .md-card-toolbar-actions .selectize-control .selectize-input {
    min-height: 30px;
    padding: 4px 8px
}

.md-card .md-card-toolbar .md-card-toolbar-actions .selectize-control .selectize-dropdown {
    margin-top: -34px
}

.md-card .md-card-toolbar .md-icon+.md-card-dropdown {
    margin-left: 4px
}

.md-card .md-card-toolbar .md-card-fullscreen-deactivate {
    margin: 9px 8px 0 0
}

.md-card .md-card-toolbar-input {
    border: none;
    font: 400 18px/24px Roboto, sans-serif;
    height: auto;
    background: 0 0!important;
    padding: 12px 0;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.md-card .md-card-toolbar .uk-tab {
    margin-top: -2px;
    border-bottom: none
}

.md-card .md-card-toolbar .uk-tab li>a {
    padding: 10px 8px!important
}

.md-card .md-card-head {
    height: 160px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.md-card .md-card-head-menu {
    position: absolute;
    right: 8px;
    top: 8px
}

.md-card .md-card-head-img {
   /*  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:not(.listNavSelector) {
    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-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .65)), to(rgba(0, 0, 0, 0)));
    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 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-bottom-color: transparent
}

.md-card .md-card-head.head_background .md-card-head-text {
    color: #fff
}

.md-card .md-card-head.head_background_top {
    background-repeat: no-repeat;
    background-position: center top
}

.md-card .md-card-head.head_background_bottom {
    background-repeat: no-repeat;
    background-position: center bottom
}

.md-card .md-card-head .head_chart {
    height: 100px;
    width: 100%;
    position: absolute!important;
    left: 0;
    top: 40px
}

.md-card .md-card-head .fitVid_player {
    width: 100%;
    height: 160px;
    overflow: hidden
}

.md-card .md-card-head-img {
    height: 100%;
    width: auto
}

.md-card .md-card-head iframe {
    height: 160px
}

.md-card .md-card-content {
    padding: 16px
}

.md-card .md-card-content.padding-reset {
    padding: 0
}

.md-card .md-card-content.large-padding {
    padding: 24px 35px
}

.md-card .md-card-content.small-padding {
    padding: 8px
}

.md-card.md-card-fullscreen-activate {
    cursor: pointer
}

.md-card.md-card-fullscreen {
    position: fixed;
    z-index: 9998;
    overflow-x: hidden;
    cursor: default
}

.md-card.md-card-fullscreen .md-card-fullscreen-activate {
    display: none
}

.md-card.md-card-fullscreen .md-card-fullscreen-hide {
    display: none
}

.md-card .md-card-fullscreen-content {
    display: none;
    padding: 16px
}

.md-card-fullscreen-content-hidden .md-card .md-card-fullscreen-content {
    display: block;
    visibility: hidden;
    padding: 0
}

.md-card.mdToolbar_fixed {
    overflow-y: hidden
}

.md-card.mdToolbar_fixed>.md-card-toolbar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.md-card.mdToolbar_fixed>.md-card-content {
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    top: 48px;
    bottom: 0
}

.md-card.mdToolbar_fixed>.md-card-content .md-card-fullscreen-content {
    padding: 16px 0
}

.md-card.md-card-overlay {
    overflow: hidden;
    padding-bottom: 54px
}

.md-card.md-card-overlay .md-card-content {
    height: 142px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    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-gradient(linear, left bottom, left top, color-stop(50%, #fff), to(rgba(255, 255, 255, 0)));
    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: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;
    -webkit-box-sizing: border-box;
    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);
    will-change: box-shadow
}

.md-card.md-card-hover:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

.uk-sortable-dragged .md-card {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    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-card-danger,
.md-card-primary,
.md-card-success,
.md-card-warning {
    border-left: 4px solid transparent
}

.md-card-primary {
    border-left-color: #2196f3
}

.md-card-success {
    border-left-color: #7cb342
}

.md-card-danger {
    border-left-color: #e53935
}

.md-card-warning {
    border-left-color: #ffa000
}

.md-card-horizontal {
    position: relative;
    min-height: 200px
}

.md-card-horizontal:after,
.md-card-horizontal:before {
    content: " ";
    display: table
}

.md-card-horizontal:after {
    clear: both
}

.md-card-horizontal:after,
.md-card-horizontal:before {
    content: " ";
    display: table
}

.md-card-horizontal:after {
    clear: both
}

.md-card-horizontal-grid {
    min-height: auto
}

.md-card-horizontal .md-card-head {
    border-right: 1px solid rgba(0, 0, 0, .12);
    border-bottom: none;
    width: 200px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

@media only screen and (max-width:767px) {
    .md-card-horizontal .md-card-head {
        width: 140px
    }
}

.md-card-horizontal .md-card-head-grid {
    border-right: 1px solid rgba(0, 0, 0, .12)
}

.md-card-horizontal .md-card-head-menu {
    right: auto;
    left: 8px
}

.md-card-horizontal .md-card-content {
    margin-left: 200px
}

@media only screen and (max-width:767px) {
    .md-card-horizontal .md-card-content {
        margin-left: 140px
    }
}

.md-card-horizontal .md-card-content-grid {
    padding: 16px
}

.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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.md-card-list-wrapper .md-card-list-header {
    position: absolute;
    top: -24px;
    left: 0
}

.md-card-list-wrapper .md-card-list {
    margin: 48px 0 0 0;
    position: relative
}

.md-card-list-wrapper .md-card-list:first-child {
    margin-top: 24px
}

.md-card-list-wrapper .md-card-list>ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.md-card-list-wrapper .md-card-list>ul>li {
    padding: 0;
    margin: 0;
    list-style: none
}

.md-card-list-wrapper .md-card-list>ul>li {
    min-height: 34px;
    padding: 8px 16px;
    font-size: 13px;
    -webkit-transition: background 150ms, padding .2s;
    transition: background 150ms, padding .2s;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    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: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;
    border-radius: 50%;
    display: block
}

.md-card-list-wrapper .md-card-list .md-card-list-item-avatar-wrapper .md-card-list-item-avatar-large {
    width: 82px;
    border-radius: 50%
}

.md-card-list-wrapper .md-card-list .md-card-list-item-avatar-wrapper span.md-card-list-item-avatar {
    line-height: 34px;
    text-transform: uppercase;
    text-align: center
}

.md-card-list-wrapper .md-card-list .md-card-list-item-sender {
    width: 220px;
    line-height: 34px
}

.md-card-list-wrapper .md-card-list .md-card-list-item-sender>span {
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    width: 100%
}

@media only screen and (max-width:1219px) {
    .md-card-list-wrapper .md-card-list .md-card-list-item-sender {
        display: none
    }
}

.md-card-list-wrapper .md-card-list .md-card-list-item-subject {
    overflow: hidden;
    font-weight: 500
}

.md-card-list-wrapper .md-card-list .md-card-list-item-subject>span {
    line-height: 34px;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    width: 100%
}

.md-card-list-wrapper .md-card-list .md-card-list-item-subject .md-card-list-item-sender-small {
    display: none
}

@media only screen and (max-width:1219px) {
    .md-card-list-wrapper .md-card-list .md-card-list-item-subject .md-card-list-item-sender-small {
        display: block
    }
    .md-card-list-wrapper .md-card-list .md-card-list-item-subject .md-card-list-item-sender-small+span {
        line-height: inherit
    }
}

.md-card-list-wrapper .md-card-list .md-card-list-item-subject .md-card-list-item-sender-small>span {
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    color: #999
}

.md-card-list-wrapper .md-card-list .md-card-list-item-date {
    line-height: 34px;
    float: right;
    color: #999
}

@media only screen and (max-width:479px) {
    .md-card-list-wrapper .md-card-list .md-card-list-item-date {
        display: none
    }
}

.md-card-list-wrapper .md-card-list .md-card-list-item-menu {
    float: right;
    margin: 0 0 0 8px;
    position: relative
}

.md-card-list-wrapper .md-card-list .md-card-list-item-menu .uk-dropdown .material-icons {
    margin-right: 8px
}

.md-card-list-wrapper .md-card-list .md-card-list-item-content-wrapper {
    display: none;
    clear: both;
    opacity: 0
}

.md-card-list-wrapper .md-card-list .md-card-list-item-content {
    padding: 16px 16px 0 0;
    max-height: 360px;
    overflow-x: hidden;
    margin: 0 0 40px;
    top: 20px;
    position: relative;
    font-size: 14px
}

.md-card-list-wrapper .md-card-list .md-card-list-item-content+.md-card-list-item-reply {
    padding-top: 10px
}

.md-card-list-wrapper .md-card-list .md-card-list-item-reply {
    padding: 16px 0
}

.md-card-list-wrapper .md-card-list .md-card-list-item-selected {
    background: #e3f2fd
}

input:not([type]),
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    outline: 0
}

input:not([type]).md-input,
input[type=color].md-input,
input[type=date].md-input,
input[type=datetime-local].md-input,
input[type=datetime].md-input,
input[type=email].md-input,
input[type=month].md-input,
input[type=number].md-input,
input[type=password].md-input,
input[type=search].md-input,
input[type=tel].md-input,
input[type=text].md-input,
input[type=time].md-input,
input[type=url].md-input,
input[type=week].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;
    -webkit-box-shadow: inset 0 -1px 0 transparent;
    box-shadow: inset 0 -1px 0 transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 4px;
    background: 0 0;
    width: 100%;
    display: block
}

input:not([type]).md-input.md-input-danger,
input[type=color].md-input.md-input-danger,
input[type=date].md-input.md-input-danger,
input[type=datetime-local].md-input.md-input-danger,
input[type=datetime].md-input.md-input-danger,
input[type=email].md-input.md-input-danger,
input[type=month].md-input.md-input-danger,
input[type=number].md-input.md-input-danger,
input[type=password].md-input.md-input-danger,
input[type=search].md-input.md-input-danger,
input[type=tel].md-input.md-input-danger,
input[type=text].md-input.md-input-danger,
input[type=time].md-input.md-input-danger,
input[type=url].md-input.md-input-danger,
input[type=week].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=color].md-input.md-input-danger:focus,
input[type=date].md-input.md-input-danger:focus,
input[type=datetime-local].md-input.md-input-danger:focus,
input[type=datetime].md-input.md-input-danger:focus,
input[type=email].md-input.md-input-danger:focus,
input[type=month].md-input.md-input-danger:focus,
input[type=number].md-input.md-input-danger:focus,
input[type=password].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=text].md-input.md-input-danger:focus,
input[type=time].md-input.md-input-danger:focus,
input[type=url].md-input.md-input-danger:focus,
input[type=week].md-input.md-input-danger:focus,
select.md-input.md-input-danger:focus,
textarea.md-input.md-input-danger:focus {
    border-bottom-color: #e53935
}

input:not([type]).md-input.md-input-success,
input[type=color].md-input.md-input-success,
input[type=date].md-input.md-input-success,
input[type=datetime-local].md-input.md-input-success,
input[type=datetime].md-input.md-input-success,
input[type=email].md-input.md-input-success,
input[type=month].md-input.md-input-success,
input[type=number].md-input.md-input-success,
input[type=password].md-input.md-input-success,
input[type=search].md-input.md-input-success,
input[type=tel].md-input.md-input-success,
input[type=text].md-input.md-input-success,
input[type=time].md-input.md-input-success,
input[type=url].md-input.md-input-success,
input[type=week].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=color].md-input.md-input-success:focus,
input[type=date].md-input.md-input-success:focus,
input[type=datetime-local].md-input.md-input-success:focus,
input[type=datetime].md-input.md-input-success:focus,
input[type=email].md-input.md-input-success:focus,
input[type=month].md-input.md-input-success:focus,
input[type=number].md-input.md-input-success:focus,
input[type=password].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=text].md-input.md-input-success:focus,
input[type=time].md-input.md-input-success:focus,
input[type=url].md-input.md-input-success:focus,
input[type=week].md-input.md-input-success:focus,
select.md-input.md-input-success:focus,
textarea.md-input.md-input-success:focus {
    border-bottom-color: #7cb342
}

input:not([type]).md-input:focus,
input[type=color].md-input:focus,
input[type=date].md-input:focus,
input[type=datetime-local].md-input:focus,
input[type=datetime].md-input:focus,
input[type=email].md-input:focus,
input[type=month].md-input:focus,
input[type=number].md-input:focus,
input[type=password].md-input:focus,
input[type=search].md-input:focus,
input[type=tel].md-input:focus,
input[type=text].md-input:focus,
input[type=time].md-input:focus,
input[type=url].md-input:focus,
input[type=week].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=color].md-input-small,
input[type=date].md-input-small,
input[type=datetime-local].md-input-small,
input[type=datetime].md-input-small,
input[type=email].md-input-small,
input[type=month].md-input-small,
input[type=number].md-input-small,
input[type=password].md-input-small,
input[type=search].md-input-small,
input[type=tel].md-input-small,
input[type=text].md-input-small,
input[type=time].md-input-small,
input[type=url].md-input-small,
input[type=week].md-input-small,
select.md-input-small,
textarea.md-input-small {
    padding: 4px
}

input:not([type]).md-input.uk-form-width-mini,
input[type=color].md-input.uk-form-width-mini,
input[type=date].md-input.uk-form-width-mini,
input[type=datetime-local].md-input.uk-form-width-mini,
input[type=datetime].md-input.uk-form-width-mini,
input[type=email].md-input.uk-form-width-mini,
input[type=month].md-input.uk-form-width-mini,
input[type=number].md-input.uk-form-width-mini,
input[type=password].md-input.uk-form-width-mini,
input[type=search].md-input.uk-form-width-mini,
input[type=tel].md-input.uk-form-width-mini,
input[type=text].md-input.uk-form-width-mini,
input[type=time].md-input.uk-form-width-mini,
input[type=url].md-input.uk-form-width-mini,
input[type=week].md-input.uk-form-width-mini,
select.md-input.uk-form-width-mini,
textarea.md-input.uk-form-width-mini {
    width: 40px
}

input:not([type]).md-input.uk-form-width-small,
input[type=color].md-input.uk-form-width-small,
input[type=date].md-input.uk-form-width-small,
input[type=datetime-local].md-input.uk-form-width-small,
input[type=datetime].md-input.uk-form-width-small,
input[type=email].md-input.uk-form-width-small,
input[type=month].md-input.uk-form-width-small,
input[type=number].md-input.uk-form-width-small,
input[type=password].md-input.uk-form-width-small,
input[type=search].md-input.uk-form-width-small,
input[type=tel].md-input.uk-form-width-small,
input[type=text].md-input.uk-form-width-small,
input[type=time].md-input.uk-form-width-small,
input[type=url].md-input.uk-form-width-small,
input[type=week].md-input.uk-form-width-small,
select.md-input.uk-form-width-small,
textarea.md-input.uk-form-width-small {
    width: 130px
}

input:not([type]).md-input.uk-form-width-medium,
input[type=color].md-input.uk-form-width-medium,
input[type=date].md-input.uk-form-width-medium,
input[type=datetime-local].md-input.uk-form-width-medium,
input[type=datetime].md-input.uk-form-width-medium,
input[type=email].md-input.uk-form-width-medium,
input[type=month].md-input.uk-form-width-medium,
input[type=number].md-input.uk-form-width-medium,
input[type=password].md-input.uk-form-width-medium,
input[type=search].md-input.uk-form-width-medium,
input[type=tel].md-input.uk-form-width-medium,
input[type=text].md-input.uk-form-width-medium,
input[type=time].md-input.uk-form-width-medium,
input[type=url].md-input.uk-form-width-medium,
input[type=week].md-input.uk-form-width-medium,
select.md-input.uk-form-width-medium,
textarea.md-input.uk-form-width-medium {
    width: 200px
}

input:not([type]).md-input.uk-form-width-large,
input[type=color].md-input.uk-form-width-large,
input[type=date].md-input.uk-form-width-large,
input[type=datetime-local].md-input.uk-form-width-large,
input[type=datetime].md-input.uk-form-width-large,
input[type=email].md-input.uk-form-width-large,
input[type=month].md-input.uk-form-width-large,
input[type=number].md-input.uk-form-width-large,
input[type=password].md-input.uk-form-width-large,
input[type=search].md-input.uk-form-width-large,
input[type=tel].md-input.uk-form-width-large,
input[type=text].md-input.uk-form-width-large,
input[type=time].md-input.uk-form-width-large,
input[type=url].md-input.uk-form-width-large,
input[type=week].md-input.uk-form-width-large,
select.md-input.uk-form-width-large,
textarea.md-input.uk-form-width-large {
    width: 500px
}

input:not([type]).md-input.inverted-colors,
input[type=color].md-input.inverted-colors,
input[type=date].md-input.inverted-colors,
input[type=datetime-local].md-input.inverted-colors,
input[type=datetime].md-input.inverted-colors,
input[type=email].md-input.inverted-colors,
input[type=month].md-input.inverted-colors,
input[type=number].md-input.inverted-colors,
input[type=password].md-input.inverted-colors,
input[type=search].md-input.inverted-colors,
input[type=tel].md-input.inverted-colors,
input[type=text].md-input.inverted-colors,
input[type=time].md-input.inverted-colors,
input[type=url].md-input.inverted-colors,
input[type=week].md-input.inverted-colors,
select.md-input.inverted-colors,
textarea.md-input.inverted-colors {
    color: #fff;
    border-bottom-color: #fff
}

input:not([type]).md-input.inverted-colors::-webkit-input-placeholder,
input[type=color].md-input.inverted-colors::-webkit-input-placeholder,
input[type=date].md-input.inverted-colors::-webkit-input-placeholder,
input[type=datetime-local].md-input.inverted-colors::-webkit-input-placeholder,
input[type=datetime].md-input.inverted-colors::-webkit-input-placeholder,
input[type=email].md-input.inverted-colors::-webkit-input-placeholder,
input[type=month].md-input.inverted-colors::-webkit-input-placeholder,
input[type=number].md-input.inverted-colors::-webkit-input-placeholder,
input[type=password].md-input.inverted-colors::-webkit-input-placeholder,
input[type=search].md-input.inverted-colors::-webkit-input-placeholder,
input[type=tel].md-input.inverted-colors::-webkit-input-placeholder,
input[type=text].md-input.inverted-colors::-webkit-input-placeholder,
input[type=time].md-input.inverted-colors::-webkit-input-placeholder,
input[type=url].md-input.inverted-colors::-webkit-input-placeholder,
input[type=week].md-input.inverted-colors::-webkit-input-placeholder,
select.md-input.inverted-colors::-webkit-input-placeholder,
textarea.md-input.inverted-colors::-webkit-input-placeholder {
    color: #fff
}

input:not([type]).md-input.inverted-colors::-moz-placeholder,
input[type=color].md-input.inverted-colors::-moz-placeholder,
input[type=date].md-input.inverted-colors::-moz-placeholder,
input[type=datetime-local].md-input.inverted-colors::-moz-placeholder,
input[type=datetime].md-input.inverted-colors::-moz-placeholder,
input[type=email].md-input.inverted-colors::-moz-placeholder,
input[type=month].md-input.inverted-colors::-moz-placeholder,
input[type=number].md-input.inverted-colors::-moz-placeholder,
input[type=password].md-input.inverted-colors::-moz-placeholder,
input[type=search].md-input.inverted-colors::-moz-placeholder,
input[type=tel].md-input.inverted-colors::-moz-placeholder,
input[type=text].md-input.inverted-colors::-moz-placeholder,
input[type=time].md-input.inverted-colors::-moz-placeholder,
input[type=url].md-input.inverted-colors::-moz-placeholder,
input[type=week].md-input.inverted-colors::-moz-placeholder,
select.md-input.inverted-colors::-moz-placeholder,
textarea.md-input.inverted-colors::-moz-placeholder {
    color: #fff
}

input:not([type]).md-input.inverted-colors:-ms-input-placeholder,
input[type=color].md-input.inverted-colors:-ms-input-placeholder,
input[type=date].md-input.inverted-colors:-ms-input-placeholder,
input[type=datetime-local].md-input.inverted-colors:-ms-input-placeholder,
input[type=datetime].md-input.inverted-colors:-ms-input-placeholder,
input[type=email].md-input.inverted-colors:-ms-input-placeholder,
input[type=month].md-input.inverted-colors:-ms-input-placeholder,
input[type=number].md-input.inverted-colors:-ms-input-placeholder,
input[type=password].md-input.inverted-colors:-ms-input-placeholder,
input[type=search].md-input.inverted-colors:-ms-input-placeholder,
input[type=tel].md-input.inverted-colors:-ms-input-placeholder,
input[type=text].md-input.inverted-colors:-ms-input-placeholder,
input[type=time].md-input.inverted-colors:-ms-input-placeholder,
input[type=url].md-input.inverted-colors:-ms-input-placeholder,
input[type=week].md-input.inverted-colors:-ms-input-placeholder,
select.md-input.inverted-colors:-ms-input-placeholder,
textarea.md-input.inverted-colors:-ms-input-placeholder {
    color: #fff
}

input:not([type]).md-input.inverted-colors:-moz-placeholder,
input[type=color].md-input.inverted-colors:-moz-placeholder,
input[type=date].md-input.inverted-colors:-moz-placeholder,
input[type=datetime-local].md-input.inverted-colors:-moz-placeholder,
input[type=datetime].md-input.inverted-colors:-moz-placeholder,
input[type=email].md-input.inverted-colors:-moz-placeholder,
input[type=month].md-input.inverted-colors:-moz-placeholder,
input[type=number].md-input.inverted-colors:-moz-placeholder,
input[type=password].md-input.inverted-colors:-moz-placeholder,
input[type=search].md-input.inverted-colors:-moz-placeholder,
input[type=tel].md-input.inverted-colors:-moz-placeholder,
input[type=text].md-input.inverted-colors:-moz-placeholder,
input[type=time].md-input.inverted-colors:-moz-placeholder,
input[type=url].md-input.inverted-colors:-moz-placeholder,
input[type=week].md-input.inverted-colors:-moz-placeholder,
select.md-input.inverted-colors:-moz-placeholder,
textarea.md-input.inverted-colors:-moz-placeholder {
    color: #fff
}

select.md-input.uk-form-width-mini {
    width: 65px
}

.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 .2s ease-out;
    transition: height .2s ease-out;
    line-height: 24px
}

textarea.no_autosize {
    min-height: inherit;
    overflow: auto;
    -webkit-transition: none;
    transition: none;
    resize: both
}

.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 .3s cubic-bezier(.4, 0, .2, 1);
    transition: width .3s 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 .md-input-bar.uk-form-width-mini {
    width: 40px
}

.md-input-wrapper .md-input-bar.uk-form-width-small {
    width: 130px
}

.md-input-wrapper .md-input-bar.uk-form-width-medium {
    width: 200px
}

.md-input-wrapper .md-input-bar.uk-form-width-large {
    width: 500px
}

.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 .2s ease-in;
    transition: opacity .2s 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
}

.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
}

.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
}

.add-clear-span {
    display: block
}

.add-clear-span input {
    padding-right: 24px!important
}

.add-clear-span a {
    top: 12px!important;
    right: 4px!important
}

.add-clear-span a .material-icons {
    font-size: 20px
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../icons/material-icons/MaterialIcons-Regular.html);
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../icons/material-icons/MaterialIcons-Regular-2.html) format('woff2'), url(../icons/material-icons/MaterialIcons-Regular-3.html) format('woff'), url(../icons/material-icons/MaterialIcons-Regular-4.html) format('truetype')
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    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-18 {
    font-size: 18px!important;
    vertical-align: -4px
}

.material-icons.md-24 {
    font-size: 24px!important;
    vertical-align: -8px
}

.material-icons.md-36 {
    font-size: 36px!important;
    vertical-align: -16px
}

.material-icons.md-48 {
    font-size: 48px!important;
    vertical-align: -24px
}

.material-icons.md-light {
    color: #fff
}

.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, .3)
}

.md-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.md-list>li {
    padding: 0;
    margin: 0;
    list-style: none
}

.md-list,
.md-list *,
.md-list :after,
.md-list :before,
.md-list:after,
.md-list:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.md-list .uk-nestable-list>li,
.md-list>li {
    min-height: 48px;
    padding: 8px 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    position: relative
}

.md-list .uk-nestable-list>li>.md-list-content,
.md-list>li>.md-list-content {
    overflow: hidden
}

.md-list .uk-nestable-list>li>.md-list-content>span,
.md-list>li>.md-list-content>span {
    display: block
}

.md-list .uk-nestable-list>li>.md-list-content .md-list-heading,
.md-list>li>.md-list-content .md-list-heading {
    margin: 0;
    font-weight: 500;
    display: block;
    overflow: hidden;
    padding-bottom: 1px
}

.md-list .uk-nestable-list>li>.md-list-content .md-list-menu,
.md-list>li>.md-list-content .md-list-menu {
    float: right
}

.md-list .uk-nestable-list>li>.md-list-content .md-list-menu .md-list-menu-toggle,
.md-list>li>.md-list-content .md-list-menu .md-list-menu-toggle {
    display: block;
    font-size: 18px;
    color: rgba(0, 0, 0, .8);
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    text-align: center
}

.md-list .uk-nestable-list>li>.md-list-content .uk-badge,
.md-list>li>.md-list-content .uk-badge {
    float: right;
    color: #fff!important
}

.md-list .uk-nestable-list>li>.md-list-content .md-list-action,
.md-list>li>.md-list-content .md-list-action {
    float: right;
    margin-left: 8px;
    margin-top: 2px;
    display: none
}

.md-list .uk-nestable-list>li>.md-list-content .md-list-action-placeholder,
.md-list>li>.md-list-content .md-list-action-placeholder {
    float: right;
    margin-left: 8px;
    display: none;
    width: 32px;
    height: 32px
}

.md-list .uk-nestable-list>li .md-list-action-dropdown,
.md-list>li .md-list-action-dropdown {
    position: absolute;
    right: 16px;
    top: 10px;
    display: none
}

.md-list .uk-nestable-list>li>a.md-list-content,
.md-list>li>a.md-list-content {
    display: block;
    color: #212121
}

.md-list .uk-nestable-list>li:last-child,
.md-list>li:last-child {
    border-bottom: none
}

.md-list .uk-nestable-list>li.md-list-item-active,
.md-list>li.md-list-item-active {
    color: #7cb342;
    background: #ededed
}

.md-list .uk-nestable-list>li.md-list-item-disabled>.md-list-content,
.md-list>li.md-list-item-disabled>.md-list-content {
    color: #bdbdbd
}

.md-list .uk-nestable-list>li.md-list-item-disabled>.md-list-content span,
.md-list>li.md-list-item-disabled>.md-list-content span {
    color: #bdbdbd!important
}

.md-list .uk-nestable-list>li.heading_list,
.md-list>li.heading_list {
    min-height: 32px;
    padding: 32px 8px 16px;
    border-bottom: none;
    background: 0 0!important;
    text-transform: uppercase
}

.md-list .uk-nestable-list>li:hover>.md-list-addon-element .uk-nestable-handle,
.md-list>li:hover>.md-list-addon-element .uk-nestable-handle,
.uk-touch .md-list .uk-nestable-list>li>.md-list-addon-element .uk-nestable-handle,
.uk-touch .md-list>li>.md-list-addon-element .uk-nestable-handle {
    display: block
}

.md-list .uk-nestable-list>li:hover>.md-list-content .md-list-action,
.md-list .uk-nestable-list>li:hover>.md-list-content .md-list-action-placeholder,
.md-list>li:hover>.md-list-content .md-list-action,
.md-list>li:hover>.md-list-content .md-list-action-placeholder,
.uk-touch .md-list .uk-nestable-list>li>.md-list-content .md-list-action,
.uk-touch .md-list .uk-nestable-list>li>.md-list-content .md-list-action-placeholder,
.uk-touch .md-list>li>.md-list-content .md-list-action,
.uk-touch .md-list>li>.md-list-content .md-list-action-placeholder {
    display: block
}

.md-list .uk-nestable-list>li:hover .md-list-action-dropdown,
.md-list>li:hover .md-list-action-dropdown,
.uk-touch .md-list .uk-nestable-list>li .md-list-action-dropdown,
.uk-touch .md-list>li .md-list-action-dropdown {
    display: block
}

.md-list .uk-nestable-list>li {
    margin-left: 64px
}

.md-list-addon>li {
    margin-left: 64px;
    position: relative
}

.md-list-addon>li:last-child .md-list-addon-element {
    border-bottom: none;
    bottom: 0
}

.md-list-addon>li:first-child .md-list-addon-element {
    top: 0
}

.md-list-addon>li.md-list-item-active .md-list-addon-element,
.md-list-addon>li.md-list-item-active .md-list-addon-element .material-icons {
    color: #7cb342
}

.md-list-addon-element {
    position: absolute;
    left: -64px;
    top: -1px;
    bottom: -1px;
    width: 64px;
    text-align: center;
    padding: 8px 0;
    display: block
}

.md-list-addon-element .element-status {
    position: absolute;
    right: 12px;
    top: 10px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #bdbdbd;
    border: 1px solid #fff
}

.md-list-addon-element .element-status-danger {
    background: #e53935
}

.md-list-addon-element .element-status-success {
    background: #7cb342
}

.md-list-addon-element .element-status-warning {
    background: #ffa000
}

.md-list-addon-element>.md-list-addon-avatar {
    margin-top: 2px
}

.md-list-addon-element>.md-list-addon-icon {
    font-size: 28px;
    margin-top: 4px;
    color: #727272
}

.md-list-addon-element>.material-icons {
    margin-top: 6px
}

.md-list-addon-element .icheckbox_md,
.md-list-addon-element .iradio_md {
    margin-top: 10px
}

.md-list-addon-element .uk-nestable-handle {
    position: absolute;
    left: -2px;
    top: 12px;
    display: none
}

.md-list-interactive li {
    cursor: pointer
}

.md-list-bg {
    background: #fff
}

.md-list-separated li {
    background: #fff;
    padding: 8px
}

.md-list-separated li+li {
    border-top: none;
    margin-top: 8px
}

.md-list-bg-no-sep {
    background: #fff;
    padding: 8px
}

.md-list-bg-no-sep li>.md-list-content {
    padding: 0 4px
}

.md-list-outside>li {
    padding: 0
}

.md-list-outside>li>.md-list-content {
    padding: 8px 16px;
    display: block;
    color: #212121
}

.md-list-outside>li.md-list-item-active,
.md-list-outside>li:hover:not(.heading_list) {
    background: rgba(0, 0, 0, .085)
}

.md-list-outside>li.heading_list {
    padding: 32px 16px 16px
}

.md-list-outside.md-list-addon li {
    margin-left: 0
}

.md-list-outside.md-list-addon li .md-list-addon-element {
    position: relative;
    top: auto;
    left: auto;
    float: left
}

.md-list-outside.md-list-addon li .md-list-content {
    padding-left: 0
}

.md-list-outside-wrapper {
    position: relative
}

.md-list-outside-wrapper .md-list-outside-search {
    position: absolute;
    top: -46px;
    left: 16px;
    right: 16px;
    z-index: 1000
}

.md-list-outside-wrapper .md-list-outside-search .md-input-wrapper {
    padding: 0
}

.md-list-outside-wrapper .md-list-outside-search .md-input-wrapper .md-input-bar:after,
.md-list-outside-wrapper .md-list-outside-search .md-input-wrapper .md-input-bar:before {
    background: #fff
}

.md-list-outside-wrapper .md-list-outside-search .md-input {
    border-bottom-color: transparent!important
}

.md-list .uk-nestable-list {
    padding-left: 0
}

.md-list .uk-nestable-list .uk-nestable-item {
    padding-right: 0
}

.md-list .uk-nestable-item+.uk-nestable-item {
    margin-top: 0
}

.md-list-right.md-list-addon>li {
    margin-left: 0;
    margin-right: 64px
}

.md-list-right.md-list-addon>li .md-list-addon-element {
    left: auto;
    right: -64px
}

.uk-touch .md-list-addon-element .uk-nestable-handle {
    display: block!important
}

.uk-touch .md-list-content .md-list-action,
.uk-touch .md-list-content .md-list-action-placeholder {
    display: block!important
}

.uk-touch .md-list-action-dropdown {
    display: block!important
}

.md-panel-full {
    position: relative;
    overflow: hidden;
    min-height: 100%
}

.md-panel-full,
.md-panel-full *,
.md-panel-full :after,
.md-panel-full :before,
.md-panel-full:after,
.md-panel-full:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.md-panel-full>.uk-grid {
    height: 100%
}

.md-panel-full>.uk-grid [class*=uk-width] {
    height: 100%
}

.md-panel-full .md-panel-full-aside {
    margin: 16px 16px 32px;
    padding: 16px
}

.md-panel-full .md-panel-full-aside.md-panel-full-aside-bg {
    background: #fff
}

.md-panel-full .md-panel-full-content {
    background: #fff;
    padding: 25px 25px 90px;
    width: inherit;
    min-width: 100%;
    min-height: 100%
}

.md-panel-full .md-panel-full-content>.md-panel-full-content-inner {
    position: relative;
    z-index: 10
}

.md-panel-full .md-panel-full-content:before {
    width: inherit;
    content: '';
    position: absolute;
    background: #fff;
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, .26);
    box-shadow: -2px 2px 5px rgba(0, 0, 0, .26);
    z-index: 5
}

.md-panel-full .md-panel-full-content .md-panel-full-content-header {
    margin-bottom: 24px
}

.md-panel-full .md-panel-full-content .md-panel-full-content-header .md-panel-full-content-menu {
    float: right
}

.md-top-bar .md-top-bar-checkbox {
    padding-top: 10px
}

.md-top-bar .md-top-bar-icons {
    margin-top: 5px
}

.md-top-bar .md-top-bar-checkbox,
.md-top-bar .md-top-bar-icons {
    display: inline-block
}

.md-top-bar .md-btn-group {
    margin-top: 4px
}

.md-top-bar .md-top-bar-actions-left {
    float: left;
    padding-left: 16px
}

.md-top-bar .md-top-bar-actions-left .md-btn-group {
    margin-left: 8px
}

.md-top-bar .md-top-bar-actions-right {
    float: right;
    padding-right: 16px
}

.md-top-bar .md-top-bar-actions-right .md-btn-group {
    margin-right: 8px
}

.md-top-bar .md-btn-small {
    padding: 2px 12px
}

.md-user-image {
    width: 34px;
    border-radius: 50%
}

.md-user-image-large {
    width: 82px;
    border-radius: 50%
}

.md-user-placeholder {
    background-color: rgba(0, 0, 0, .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;
    -webkit-tap-highlight-color: transparent
}

.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;
    padding: 0;
    list-style: none
}

.md-list-inputs>li {
    padding: 0;
    margin: 0;
    list-style: none
}

.md-list-inputs li+li {
    margin-top: 8px
}

.md-list-inputs li .icheckbox_md {
    float: left
}

.md-list-inputs li label {
    overflow: hidden;
    padding-left: 8px;
    display: block;
    cursor: pointer
}

.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)
    }
    40% {
        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)
    }
    40% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.hierarchical_show {
    will-change: transform, opacity
}

.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: 560ms;
    animation-duration: 560ms;
    -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 {
    will-change: transform, opacity
}

.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: 560ms;
    animation-duration: 560ms;
    -webkit-animation-name: hierarchical_slide;
    animation-name: hierarchical_slide;
    visibility: visible
}

.fast_animation {
    -webkit-animation-duration: 280ms;
    animation-duration: 280ms
}

.cp_altair {
    padding: 8px 0;
    overflow: hidden
}

.cp_altair span {
    width: 24px;
    height: 24px;
    margin: 0 8px 8px 0;
    float: left;
    -webkit-transition: all 280ms ease-out;
    transition: all 280ms ease-out;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, .15)
}

.cp_altair span.active_color {
    border-radius: 50%;
    cursor: default
}

.mGraph {
    min-height: 240px;
    width: 100%
}

.mGraph-wrapper {
    position: relative
}

.mGraph-wrapper .md-toggle-group {
    position: absolute;
    top: 4px;
    left: 12px
}

.mGraph .mg-active-datapoint {
    font-size: 13px
}

.mGraph .mg-area1-color {
    fill: #1976d2
}

.mGraph .mg-area2-color {
    fill: #689f38
}

.mGraph .mg-area3-color {
    fill: #d32f2f
}

.mGraph .mg-area4-color {
    fill: #ffa000
}

.mGraph .mg-area5-color {
    fill: #455a64
}

.mGraph .mg-baselines line {
    stroke: #909090;
    stroke-width: .5
}

.mGraph .mg-baselines text {
    font-size: 9px;
    opacity: .5
}

.mGraph .mg-chart-title {
    font-size: 22px
}

.mGraph .mg-chart-title .fa {
    font-size: 16px
}

.mGraph .mg-line1-color {
    stroke: #1976d2
}

.mGraph .mg-hover-line1-color {
    fill: #1976d2
}

.mGraph .mg-line2-color {
    stroke: #689f38
}

.mGraph .mg-hover-line2-color {
    fill: #689f38
}

.mGraph .mg-line3-color {
    stroke: #d32f2f
}

.mGraph .mg-hover-line3-color {
    fill: #d32f2f
}

.mGraph .mg-line4-color {
    stroke: #ffa000
}

.mGraph .mg-hover-line4-color {
    fill: #ffa000
}

.mGraph .mg-line5-color {
    stroke: #455a64
}

.mGraph .mg-hover-line5-color {
    fill: #455a64
}

.mGraph .mg-line1-legend-color {
    color: #1976d2
}

.mGraph .mg-line2-legend-color {
    color: #689f38
}

.mGraph .mg-line3-legend-color {
    color: #d32f2f
}

.mGraph .mg-line4-legend-color {
    color: #ffa000
}

.mGraph .mg-line5-legend-color {
    color: #455a64
}

.mGraph .mg-markers line {
    stroke-width: .8
}

.mGraph .mg-markers text {
    font-size: 9px
}

.mGraph path.mg-main-line {
    stroke-width: 1.1
}

.mGraph .mg-x-axis line,
.mGraph .mg-y-axis line {
    stroke: #ccc;
    stroke-width: .8
}

.mGraph .mg-histogram .axis text,
.mGraph .mg-x-axis text,
.mGraph .mg-y-axis text {
    font-size: 11px
}

.mGraph .mg-axis .label,
.mGraph .mg-x-axis .label,
.mGraph .mg-y-axis .label {
    font-size: 10px
}

.mGraph .mg-active-datapoint-small,
.mGraph .mg-x-axis-small text,
.mGraph .mg-y-axis-small text {
    font-size: 8px
}

.mGraph .mg-x-axis-small .label,
.mGraph .mg-y-axis-small .label {
    font-size: 9px
}

.mGraph .mg-year-marker text {
    font-size: 9px
}

.mGraph .mg-year-marker line {
    stroke: #ccc;
    stroke-width: .8
}

.mGraph .mg-year-marker-small text {
    font-size: 8px
}

.mGraph .mg-chart-title {
    font-size: 18px;
    margin: 0;
    padding: 0
}

.mGraph .popover {
    z-index: 1060;
    position: absolute!important;
    background: #616161;
    color: #fff;
    font-size: 13px;
    padding: 8px 16px;
    line-height: 16px;
    max-width: 290px;
    margin-top: -10px
}



code[class*=language-],
pre[class*=language-] {
    color: #000;
    background: 0 0;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

pre[class*=language-] {
    position: relative;
    margin: .5em 0;
    overflow: visible;
    padding: 0
}

pre[class*=language-]>code {
    position: relative;
    border-left: 10px solid #358ccb;
    -webkit-box-shadow: -1px 0 0 0 #358ccb, 0 0 0 1px #dfdfdf;
    box-shadow: -1px 0 0 0 #358ccb, 0 0 0 1px #dfdfdf;
    background-color: #fdfdfd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(69, 142, 209, .04)));
    background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, .04) 50%);
    background-size: 3em 3em;
    background-origin: content-box;
    background-attachment: local
}

code[class*=language] {
    max-height: inherit;
    height: inherit;
    padding: 0 1em;
    display: block;
    overflow: auto
}

:not(pre)>code[class*=language-],
pre[class*=language-] {
    background-color: #fdfdfd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1em
}

:not(pre)>code[class*=language-] {
    position: relative;
    padding: .2em;
    border-radius: .3em;
    color: #c92c2c;
    border: 1px solid rgba(0, 0, 0, .1);
    display: inline;
    white-space: normal
}

pre[class*=language-]:after,
pre[class*=language-]:before {
    content: '';
    z-index: -2;
    display: block;
    position: absolute;
    bottom: .75em;
    left: .18em;
    width: 40%;
    height: 20%;
    max-height: 13em;
    -webkit-box-shadow: 0 13px 8px #979797;
    box-shadow: 0 13px 8px #979797;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg)
}

:not(pre)>code[class*=language-]:after,
pre[class*=language-]:after {
    right: .75em;
    left: auto;
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg)
}

.token.block-comment,
.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
    color: #7d8b99
}

.token.punctuation {
    color: #5f6364
}

.token.boolean,
.token.constant,
.token.deleted,
.token.function-name,
.token.number,
.token.property,
.token.symbol,
.token.tag {
    color: #c92c2c
}

.token.attr-name,
.token.builtin,
.token.char,
.token.function,
.token.inserted,
.token.selector,
.token.string {
    color: #2f9c0a
}

.token.entity,
.token.operator,
.token.url,
.token.variable {
    color: #a67f59;
    background: rgba(255, 255, 255, .5)
}

.token.atrule,
.token.attr-value,
.token.class-name,
.token.keyword {
    color: #1990b8
}

.token.important,
.token.regex {
    color: #e90
}

.language-css .token.string,
.style .token.string {
    color: #a67f59;
    background: rgba(255, 255, 255, .5)
}

.token.important {
    font-weight: 400
}

.token.bold {
    font-weight: 700
}

.token.italic {
    font-style: italic
}

.token.entity {
    cursor: help
}

.namespace {
    opacity: .7
}

@media screen and (max-width:767px) {
    pre[class*=language-]:after,
    pre[class*=language-]:before {
        bottom: 14px;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.token.cr:before,
.token.lf:before,
.token.tab:not(:empty):before {
    color: #e0d7d1
}

pre[class*=language-].line-numbers.line-numbers {
    padding-left: 0
}

pre[class*=language-].line-numbers.line-numbers code {
    padding-left: 3.8em
}

pre[class*=language-].line-numbers.line-numbers .line-numbers-rows {
    left: 0
}

pre[class*=language-][data-line] {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0
}

pre[data-line] code {
    position: relative;
    padding-left: 4em
}

pre .line-highlight {
    margin-top: 0
}

pre[class*=language-].line-numbers {
    position: relative;
    padding-left: 3.8em;
    counter-reset: linenumber
}

pre[class*=language-].line-numbers>code {
    position: relative;
    white-space: inherit
}

.line-numbers .line-numbers-rows {
    position: absolute;
    pointer-events: none;
    top: 0;
    font-size: 100%;
    left: -3.8em;
    width: 3em;
    letter-spacing: -1px;
    border-right: 1px solid #999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.line-numbers-rows>span {
    pointer-events: none;
    display: block;
    counter-increment: linenumber
}

.line-numbers-rows>span:before {
    content: counter(linenumber);
    color: #999;
    display: block;
    padding-right: .8em;
    text-align: right
}

.scroll-wrapper {
    overflow: hidden!important;
    padding: 0!important;
    position: relative
}

.scroll-wrapper>.scroll-content {
    border: none!important;
    -webkit-box-sizing: content-box!important;
    box-sizing: content-box!important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none!important;
    overflow-y: scroll!important;
    overflow-x: hidden!important;
    padding: 0;
    position: relative!important;
    top: 0;
    width: auto!important
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scroll-element {
    display: none
}

.scroll-element,
.scroll-element div {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block
}

.scroll-element .scroll-arrow,
.scroll-element .scroll-bar {
    cursor: default
}

.scroll-textarea>.scroll-content {
    overflow: hidden!important
}

.scroll-textarea>.scroll-content>textarea {
    border: none!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%!important;
    margin: 0;
    max-height: none!important;
    max-width: none!important;
    overflow: scroll!important;
    outline: 0;
    padding: 2px;
    position: relative!important;
    top: 0;
    width: 100%!important
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scrollbar-inner {
    height: 100%!important;
    max-height: 100%;
    overflow-y: auto
}

.scrollbar-inner>.scroll-element,
.scrollbar-inner>.scroll-element div {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-inner>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-inner>.scroll-element .scroll-element_track {
    display: none
}

.scrollbar-inner>.scroll-element .scroll-bar {
    background-color: #6c6e71;
    display: block;
    opacity: 0;
    border-radius: 6px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.scrollbar-inner>.scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%
}

.scrollbar-inner>.scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px
}

.scrollbar-inner>.scroll-element.scroll-x .scroll-element_outer {
    left: 2px
}

.scrollbar-inner>.scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-inner>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0
}

.scrollbar-inner>.scroll-element.scroll-y .scroll-bar {
    left: -8px;
    min-height: 10px;
    width: 6px
}

.scrollbar-inner>.scroll-element.scroll-y .scroll-element_outer {
    top: 2px
}

.scrollbar-inner>.scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px
}

.scrollbar-inner:hover>.scroll-element .scroll-bar,
.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
    opacity: .7
}

.sidebar_mini #sidebar_main .scrollbar-inner>.scroll-element.scroll-y {
    right: auto;
    left: 0
}

.sidebar_mini #sidebar_main .scrollbar-inner>.scroll-element.scroll-y .scroll-bar {
    left: 2px
}

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    visibility: visible!important;
    background: #f2f2f2!important;
    background: rgba(0, 0, 0, .06)!important;
    border: 0 none!important;
    -webkit-box-shadow: inset 0 0 12px 4px #fff;
    box-shadow: inset 0 0 12px 4px #fff
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px!important
}

.selectize-dropdown-header-close:hover {
    color: #000
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px!important
}

.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: 1px solid #d0d0d0;
    border-radius: 0 2px 2px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, .05)
}

.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #cacaca
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: 0 0
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #fff
}

.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px
}

.selectize-control {
    position: relative
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit
}

.selectize-control.single .selectize-input.input-active,
.selectize-input {
    background: #fff;
    cursor: text;
    display: inline-block
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 3px
}

.selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default!important
}

.selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15)
}

.selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1
}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0
}

.selectize-control.multi .selectize-input>div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
    color: #7d7d7d;
    background: #fff;
    border: 0 solid #fff
}

.selectize-input>input {
    display: inline-block!important;
    padding: 0!important;
    min-height: 0!important;
    max-height: none!important;
    max-width: 100%!important;
    margin: 0 2px 0 0!important;
    text-indent: 0!important;
    border: 0 none!important;
    background: 0 0!important;
    line-height: inherit!important;
    -webkit-user-select: auto!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.selectize-input>input::-ms-clear {
    display: none
}

.selectize-input>input:focus {
    outline: 0!important
}

.selectize-input::after {
    content: ' ';
    display: block;
    clear: left
}

.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border-radius: 0 0 3px 3px
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, .2);
    border-radius: 1px
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown .option {
    padding: 5px 8px
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: .5
}

.selectize-dropdown [data-selectable].option {
    opacity: 1
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none
}

.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68
}

.selectize-dropdown .active.create {
    color: #495c68
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, .5)
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: grey transparent transparent transparent
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent grey transparent
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto
}

.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px!important
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fafafa
}

.selectize-input {
    border-color: rgba(0, 0, 0, .12);
    line-height: 25px;
    padding: 6px 8px
}

.selectize-input,
.selectize-input.focus {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.selectize-input.focus:before,
.selectize-input:before {
    display: none
}

.md-input-danger .selectize-input {
    border-color: #e53935
}

.selectize-input.dropdown-active:before {
    display: none
}

.selectize-dropdown {
    margin-top: -44px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    color: #212121;
    z-index: 1210
}

.selectize-dropdown [data-selectable] {
    padding-top: 11px;
    padding-bottom: 10px;
    font-size: 15px
}

.selectize-dropdown [data-selectable].option-disabled {
    color: #aaa;
    cursor: not-allowed
}

.selectize-dropdown .active {
    background: rgba(0, 0, 0, .085);
    color: inherit
}

.selectize-dropdown .optgroup-header {
    font-size: 12px;
    color: #aaa;
    padding-top: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    text-transform: uppercase
}

.selectize-dropdown.multi .item-icon {
    margin-right: 4px
}

.selectize-dropdown.selectize_fs {
    z-index: 9999;
}

.selectize-dropdown-content {
    -webkit-overflow-scrolling: auto
}

.selectize-control .selectize-input {
    min-height: 40px;
}

.selectize-control.multi .selectize-input {
    line-height: 32px;
}

.selectize-control.multi .selectize-input>div {
    border-radius: 18px;
    padding: 3px 8px 2px;
    font-size: 14px;
}

.selectize-control.multi .selectize-input .selectize-input.has-items {
    padding: 4px
}

.selectize-control.multi .selectize-input .item-icon {
    margin-right: 4px
}

.selectize-control.multi .selectize-input input {
    height: 26px;
    font-size: 15px
}

.selectize-control.plugin-remove_button [data-value] {
    padding-right: 28px!important
}

.selectize-control.plugin-remove_button [data-value] .remove {
    border: none;
    width: auto;
    padding: 4px 5px 0 0
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: 0 0
}

.selectize-control.plugin-remove_button [data-value] .remove:after {
    color: #727272;
    content: '\e5cd';
    font-family: "Material Icons";
    font-size: 18px
}

.selectize-control.single {
    height: 40px;
    margin-top: 4px
}

.selectize-control.single .selectize-input {
    border-width: 0 0 1px;
    padding: 8px 8px 9px
}

.selectize-control.single .selectize-input:after {
    border: none!important;
    content: '\e5c5';
    font-family: "Material Icons";
    font-size: 28px;
    margin-top: -12px!important;
    right: 28px;
    color: rgba(0, 0, 0, .3)
}

.selectize-control.single .selectize-input .item {
    font-size: 15px
}

.selectize-control.single .selectize-input input {
    font-size: 15px
}

.selectize-control.single.plugin-remove_button [data-value] .remove {
    padding: 0
}

.selectize-control.single.plugin-remove_button [data-value] .remove:hover {
    background: 0 0
}

.selectize-control.single.plugin-remove_button [data-value] .remove:after {
    color: #727272;
    content: '\e5cd';
    font-family: "Material Icons";
    font-size: 18px
}

.selectize-control.rtl.single .selectize-input:after {
    left: 28px
}

.selectize_fix {
    overflow: hidden;
    height: 0;
    width: 100%
}

.tablesorter .selectize-control .selectize-input,
.tablesorter .selectize-control.single {
    min-height: 34px
}

.tablesorter .selectize-control .selectize-input {
    padding: 4px 8px 5px
}

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    visibility: visible!important;
    background: #fafafa!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none!important
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    white-space: nowrap
}

#code_editor_close {
    display: none
}

.CodeMirror pre {
    font-size: 14px!important;
    line-height: 20px!important
}

.CodeMirror div.CodeMirror-cursor {
    min-height: 20px
}

.CodeMirror-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto
}

.CodeMirror-fullscreen #code_editor_close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block
}

.CodeMirror_textarea {
    visibility: hidden
}

.uk-notouch #code_editor_close {
    right: 30px!important
}

.md-card-CodeMirror .md-card-content form,
.md-card-CodeMirror .md-card-content form .CodeMirror {
    height: 100%
}

body.CodeMirror-fullscreen-active #header_main,
body.CodeMirror-fullscreen-active #sidebar_main,
body.CodeMirror-fullscreen-active #style_switcher {
    display: none
}

body.CodeMirror-fullscreen-active .md-card-CodeMirror {
    z-index: 1154
}

body.CodeMirror-fullscreen-active .CodeMirror-fullscreen {
    z-index: 1154
}

body.CodeMirror-fullscreen-active .CodeMirror-fullscreen #code_editor_close {
    z-index: 1155
}

.switchery {
    background-color: #fff;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    position: relative;
    vertical-align: middle;
    width: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-clip: content-box;
    -webkit-transition: background-color .8s ease-out!important;
    transition: background-color .8s ease-out!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    margin: 6px 2px
}

.switchery>small {
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .55);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .55);
    height: 20px;
    position: absolute;
    top: 0;
    width: 20px;
    margin-top: -3px;
    -webkit-transition: background .2s cubic-bezier(.4, 0, .2, 1), left .2s cubic-bezier(.4, 0, .2, 1)!important;
    transition: background .2s cubic-bezier(.4, 0, .2, 1), left .2s cubic-bezier(.4, 0, .2, 1)!important
}

.switchery-small {
    width: 32px;
    height: 9px;
    margin: 4px 1px
}

.switchery-small>small {
    height: 16px;
    width: 16px;
    top: -1px
}

.switchery-large {
    width: 48px
}

.switchery-large>small {
    height: 24px;
    width: 24px;
    top: -3px
}

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 55px
}

.tablesorter .irs {
    height: 42px
}

.irs-line {
    height: 2px;
    top: 33px;
    background: #eee;
    position: relative;
    display: block;
    overflow: hidden;
    outline: 0!important
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0
}

.irs-line-left {
    height: 8px;
    left: 0;
    width: 11%
}

.irs-line-mid {
    height: 8px;
    left: 9%;
    width: 82%
}

.irs-line-right {
    height: 8px;
    right: 0;
    width: 11%
}

.irs-bar {
    height: 2px;
    top: 33px;
    background: #009688;
    position: absolute;
    display: block;
    left: 0;
    width: 0
}

.irs-bar-edge {
    height: 2px;
    width: 6px;
    border-right: 0;
    background: #009688;
    position: absolute;
    display: block;
    top: 33px;
    left: 0
}

.irs-shadow {
    height: 4px;
    top: 32px;
    background: #000;
    opacity: .4;
    position: absolute;
    display: none;
    left: 0;
    width: 0
}

.irs-slider {
    top: 28px;
    width: 12px;
    height: 12px;
    background: #009688;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    display: block;
    z-index: 1
}

.irs-slider.state_hover,
.irs-slider:hover {
    background: #009688
}

.irs-slider.type_last {
    z-index: 2
}

.irs-max,
.irs-min {
    color: #727272;
    font-size: 12px;
    line-height: 16px;
    text-shadow: none;
    top: 0;
    padding: 1px 4px;
    background: rgba(0, 0, 0, .08);
    border-radius: 2px;
    display: block;
    cursor: default;
    position: absolute
}

.irs-min {
    left: 0
}

.irs-max {
    right: 0
}

.irs-from,
.irs-single,
.irs-to {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-shadow: none;
    padding: 1px 4px;
    background: #009688;
    border-radius: 2px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
    z-index: 10
}

.irs-from:after,
.irs-single:after,
.irs-to:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -4px;
    display: block;
    border: 4px solid transparent;
    border-top-color: #009688
}

.irs-with-grid {
    height: 65px
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-grid-pol {
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #727272
}

.irs-grid-pol.small {
    background: #727272;
    height: 4px
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #727272
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2
}

.irs-disabled {
    opacity: .4
}

.irs-hidden-input {
    position: absolute!important;
    display: block!important;
    top: 0!important;
    left: 0!important;
    width: 0!important;
    height: 0!important;
    font-size: 0!important;
    line-height: 0!important;
    padding: 0!important;
    margin: 0!important;
    outline: 0!important;
    z-index: -9999!important;
    background: 0 0!important;
    border-style: solid!important;
    border-color: transparent!important
}

.lt-ie9 .irs-max,
.lt-ie9 .irs-min {
    background: #ccc
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-single,
.lt-ie9 .irs-to {
    background: #999
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    cursor: not-allowed
}

.parsley-errors-list {
    color: #e53935;
    margin-top: 0 !important;
}

.parsley-errors-list span {
    display: block;
    padding-top: 4px;
}

.dataTables_wrapper .uk-table {
    margin: 0 auto;
    border-spacing: 0;
}

.dataTables_wrapper .uk-table thead .sorting,
.dataTables_wrapper .uk-table thead .sorting_asc,
.dataTables_wrapper .uk-table thead .sorting_desc {
    cursor: pointer;
    padding-right: 24px;
}

.dataTables_wrapper .uk-table thead .sorting,
.dataTables_wrapper .uk-table thead .sorting_asc,
.dataTables_wrapper .uk-table thead .sorting_asc_disabled,
.dataTables_wrapper .uk-table thead .sorting_desc,
.dataTables_wrapper .uk-table thead .sorting_desc_disabled {
    position: relative
}

.dataTables_wrapper .uk-table thead .sorting:after,
.dataTables_wrapper .uk-table thead .sorting_asc:after,
.dataTables_wrapper .uk-table thead .sorting_asc_disabled:after,
.dataTables_wrapper .uk-table thead .sorting_desc:after,
.dataTables_wrapper .uk-table thead .sorting_desc_disabled:after {
    position: absolute;
    right: 4px;
    bottom: 13px;
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    font-size: 18px;
    font-family: "Material Icons";
    color: #212121
}

.dataTables_wrapper .uk-table thead .sorting:after {
    content: '\e164';
    color: #aaa
}

.dataTables_wrapper .uk-table thead .sorting_asc:after {
    content: '\e313'
}

.dataTables_wrapper .uk-table thead .sorting_desc:after {
    content: '\e316'
}

.dataTables_wrapper .uk-table thead .sorting_asc_disabled:after {
    content: '\e313';
    color: #aaa
}

.dataTables_wrapper .uk-table thead .sorting_desc_disabled:after {
    content: '\e316';
    color: #aaa
}

.dataTables_wrapper .uk-table,
.dataTables_wrapper .uk-table td,
.dataTables_wrapper .uk-table th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.dataTables_wrapper .uk-table td:active,
.dataTables_wrapper .uk-table th:active,
.dataTables_wrapper .uk-table:active {
    outline: 0
}

.dataTables_wrapper .uk-table tbody tr.selected {
    background-color: rgba(102, 102, 102, .085)
}

.dataTables_wrapper .uk-table tbody tr>.sorting_1,
.dataTables_wrapper .uk-table tbody tr>.sorting_2,
.dataTables_wrapper .uk-table tbody tr>.sorting_3,
.dataTables_wrapper .uk-table.order-column tbody tr>.sorting_1,
.dataTables_wrapper .uk-table.order-column tbody tr>.sorting_2,
.dataTables_wrapper .uk-table.order-column tbody tr>.sorting_3 {
    background-color: rgba(102, 102, 102, .085)
}

.dataTables_wrapper .uk-table.nowrap td,
.dataTables_wrapper .uk-table.nowrap th {
    white-space: nowrap
}

.dataTables_wrapper .uk-table.compact thead td,
.dataTables_wrapper .uk-table.compact thead th {
    padding: 4px 17px 4px 4px
}

.dataTables_wrapper .uk-table.compact tfoot td,
.dataTables_wrapper .uk-table.compact tfoot th {
    padding: 4px
}

.dataTables_wrapper .uk-table.compact tbody td,
.dataTables_wrapper .uk-table.compact tbody th {
    padding: 4px
}

.dataTables_wrapper .uk-table td.dt-left,
.dataTables_wrapper .uk-table th.dt-left {
    text-align: left
}

.dataTables_wrapper .uk-table td.dataTables_empty,
.dataTables_wrapper .uk-table td.dt-center,
.dataTables_wrapper .uk-table th.dt-center {
    text-align: center
}

.dataTables_wrapper .uk-table td.dt-right,
.dataTables_wrapper .uk-table th.dt-right {
    text-align: right
}

.dataTables_wrapper .uk-table td.dt-justify,
.dataTables_wrapper .uk-table th.dt-justify {
    text-align: justify
}

.dataTables_wrapper .uk-table td.dt-nowrap,
.dataTables_wrapper .uk-table th.dt-nowrap {
    white-space: nowrap
}

.dataTables_wrapper .uk-table tfoot td.dt-head-left,
.dataTables_wrapper .uk-table tfoot th.dt-head-left,
.dataTables_wrapper .uk-table thead td.dt-head-left,
.dataTables_wrapper .uk-table thead th.dt-head-left {
    text-align: left
}

.dataTables_wrapper .uk-table tfoot td.dt-head-center,
.dataTables_wrapper .uk-table tfoot th.dt-head-center,
.dataTables_wrapper .uk-table thead td.dt-head-center,
.dataTables_wrapper .uk-table thead th.dt-head-center {
    text-align: center
}

.dataTables_wrapper .uk-table tfoot td.dt-head-right,
.dataTables_wrapper .uk-table tfoot th.dt-head-right,
.dataTables_wrapper .uk-table thead td.dt-head-right,
.dataTables_wrapper .uk-table thead th.dt-head-right {
    text-align: right
}

.dataTables_wrapper .uk-table tfoot td.dt-head-justify,
.dataTables_wrapper .uk-table tfoot th.dt-head-justify,
.dataTables_wrapper .uk-table thead td.dt-head-justify,
.dataTables_wrapper .uk-table thead th.dt-head-justify {
    text-align: justify
}

.dataTables_wrapper .uk-table tfoot td.dt-head-nowrap,
.dataTables_wrapper .uk-table tfoot th.dt-head-nowrap,
.dataTables_wrapper .uk-table thead td.dt-head-nowrap,
.dataTables_wrapper .uk-table thead th.dt-head-nowrap {
    white-space: nowrap
}

.dataTables_wrapper .uk-table tbody td.dt-body-left,
.dataTables_wrapper .uk-table tbody th.dt-body-left {
    text-align: left
}

.dataTables_wrapper .uk-table tbody td.dt-body-center,
.dataTables_wrapper .uk-table tbody th.dt-body-center {
    text-align: center
}

.dataTables_wrapper .uk-table tbody td.dt-body-right,
.dataTables_wrapper .uk-table tbody th.dt-body-right {
    text-align: right
}

.dataTables_wrapper .uk-table tbody td.dt-body-justify,
.dataTables_wrapper .uk-table tbody th.dt-body-justify {
    text-align: justify
}

.dataTables_wrapper .uk-table tbody td.dt-body-nowrap,
.dataTables_wrapper .uk-table tbody th.dt-body-nowrap {
    white-space: nowrap
}

.dataTables_wrapper .uk-table tfoot .md-input-wrapper {
    padding-top: 0
}

.dataTables_wrapper .uk-table tfoot .md-input-wrapper .md-input {
    padding: 8px 4px
}

.dataTables_wrapper .dataTables_length {
    margin-top: -1px
}

.dataTables_wrapper .dataTables_filter .md-input-wrapper {
    padding-top: 3px
}

.dataTables_wrapper .dataTables_filter .md-input-wrapper .md-input {
    padding: 6px 4px;
    -webkit-appearance: none;
    border-radius: 0
}

.dataTables_wrapper .selectize-control.dt-selectize {
    min-width: 64px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    height: 40px
}

.dataTables_wrapper .selectize-control.dt-selectize .selectize-input {
    border-color: transparent;
    background: 0 0
}

.dataTables_wrapper .selectize-control.dt-selectize:hover .selectize-input {
    border-color: rgba(0, 0, 0, .12);
    background: #fff
}

.dataTables_wrapper .dt-uikit-header {
    padding: 4px 8px;
    margin-bottom: 16px
}

.dataTables_wrapper .dt-uikit-footer {
    padding: 4px 8px;
    margin-top: 16px
}

.dataTables_wrapper .dt-uikit-footer .dataTables_info {
    padding-top: 8px;
    color: #727272;
    font-size: 12px
}

@media only screen and (max-width:767px) {
    .dataTables_wrapper .dt-uikit-footer .dataTables_info {
        text-align: center
    }
}

.dataTables_wrapper .dt-uikit-footer .uk-pagination {
    text-align: right
}

@media only screen and (max-width:767px) {
    .dataTables_wrapper .dt-uikit-footer .uk-pagination {
        margin-top: 16px;
        text-align: center
    }
}

.dataTables_wrapper .uk-overflow-container td,
.dataTables_wrapper .uk-overflow-container th {
    white-space: nowrap!important
}

.dt_colVis_buttons {
    margin-bottom: 8px
}

.dt_colVis_buttons:after,
.dt_colVis_buttons:before {
    content: " ";
    display: table
}

.dt_colVis_buttons:after {
    clear: both
}

.dt_colVis_buttons:after,
.dt_colVis_buttons:before {
    content: " ";
    display: table
}

.dt_colVis_buttons:after {
    clear: both
}

div.dt-button-info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -100px;
    margin-left: -200px;
    background-color: #fff;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    border-radius: 3px;
    text-align: center;
    z-index: 21
}

div.dt-button-info h2 {
    padding: 16px;
    margin: 0;
    font: 400 20px/24px Roboto, sans-serif
}

div.dt-button-info>div {
    padding: 16px 24px
}

.dt-button embed {
    outline: 0
}

div.dt-buttons {
    position: relative;
    float: left
}

div.dt-buttons.buttons-right {
    float: right
}

.dt-button-collection.uk-dropdown {
    margin-top: 4px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1!important;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 2020
}

.dt-button-collection.uk-dropdown .dt-button.buttons-columnVisibility a {
    position: relative;
    padding-left: 32px;
    color: #212121;
    font-size: 15px;
    line-height: 20px
}

.dt-button-collection.uk-dropdown .dt-button.buttons-columnVisibility a:before {
    position: absolute;
    left: 0;
    top: 5px;
    content: '\e835';
    font-family: "Material Icons";
    font-size: 24px;
    color: rgba(0, 0, 0, .54)
}

.dt-button-collection.uk-dropdown .dt-button.buttons-columnVisibility.active a:before {
    content: '\e834';
    color: #009688
}

div.dt-button-collection {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    margin-top: 3px;
    padding: 8px 8px 4px 8px;
    border: 1px solid rgba(0, 0, 0, .4);
    background-color: #fff;
    overflow: hidden;
    z-index: 2002;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
    -webkit-column-gap: 8px;
    column-gap: 8px
}

div.dt-button-collection.fixed {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    border-radius: 0
}

div.dt-button-collection.fixed.two-column {
    margin-left: -150px
}

div.dt-button-collection.fixed.three-column {
    margin-left: -225px
}

div.dt-button-collection.fixed.four-column {
    margin-left: -300px
}

div.dt-button-collection>* {
    -webkit-column-break-inside: avoid;
    break-inside: avoid
}

div.dt-button-collection.two-column {
    width: 300px;
    padding-bottom: 1px;
    -webkit-column-count: 2;
    column-count: 2
}

div.dt-button-collection.three-column {
    width: 450px;
    padding-bottom: 1px;
    -webkit-column-count: 3;
    column-count: 3
}

div.dt-button-collection.four-column {
    width: 600px;
    padding-bottom: 1px;
    -webkit-column-count: 4;
    column-count: 4
}

div.dt-button-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2001;
    background: rgba(0, 0, 0, .08)
}

@media screen and (max-width:640px) {
    div.dt-buttons {
        float: none!important;
        text-align: center
    }
}

.fc-state-default {
    border: none;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0!important
}

.fc-toolbar {
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    margin: -16px -16px 16px;
    height: 48px;
    padding: 0 16px
}

.fc-toolbar h2 {
    line-height: 48px
}

.fc-toolbar .fc-button {
    margin-top: 8px;
    border-radius: 50%!important
}

.fc-toolbar .fc-button:hover {
    background: rgba(0, 0, 0, .08)
}

.fc-event {
    background: #0277bd;
    border-radius: 3px;
    font-size: 12px
}

.fc-day-grid-event {
    padding: 2px 2px
}

.fc-day-number.fc-other-month {
    opacity: .4
}

.fc .fc-button-group+.fc-button-group {
    margin-left: 24px
}

.fc .fc-day-grid-event {
    margin-top: 2px
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: rgba(102, 102, 102, .12)
}

.fc-unthemed .fc-widget-header {
    border: none;
    text-align: left;
    font-size: 15px;
    color: #727272;
    font-weight: 400;
    padding: 2px 1px
}

.fc-unthemed .fc-today {
    background: #fffde7
}

.fc-unthemed .fc-button {
    position: relative;
    min-width: 32px;
    height: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    -webkit-transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    transition: all 280ms cubic-bezier(.4, 0, .2, 1)
}

.fc-unthemed .fc-button+.fc-button {
    margin-left: 8px
}

.fc-unthemed .fc-button:after {
    font-family: "Material Icons";
    font-size: 24px;
    position: absolute;
    color: #727272;
    left: 0;
    top: 4px;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    transition: all 280ms cubic-bezier(.4, 0, .2, 1)
}

.fc-unthemed .fc-button:hover:after {
    color: #212121
}

.fc-unthemed .fc-button.fc-state-active {
    background: 0 0!important;
    cursor: default
}

.fc-unthemed .fc-button.fc-state-active:after {
    color: #7cb342
}

.fc-unthemed .fc-button.fc-state-disabled {
    background: 0 0!important;
    cursor: default
}

.fc-unthemed .fc-button.fc-state-disabled:hover:after {
    color: #727272
}

.fc-unthemed .fc-today-button {
    margin-left: 16px
}

.fc-unthemed .fc-today-button:after {
    content: '\e8df'
}

.fc-unthemed .fc-month-button:after {
    content: '\e42a'
}

.fc-unthemed .fc-agendaWeek-button:after {
    content: '\e8f3'
}

.fc-unthemed .fc-agendaDay-button:after {
    content: '\e8ed'
}

.fc-unthemed .fc-listWeek-button:after {
    content: '\e8ef'
}

.fc-unthemed .fc-prev-button:after {
    content: '\e408'
}

.fc-unthemed .fc-next-button {
    margin-left: 0!important
}

.fc-unthemed .fc-next-button:after {
    content: '\e409'
}

.fc-unthemed .fc-popover {
    border: none!important;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
    box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
    margin: -10px 0 0 -4px
}

.fc-unthemed .fc-popover .fc-header {
    padding: 4px;
    background: #999;
    color: #fff
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    margin-top: 3px;
    color: #fff
}

.fc-unthemed .fc-popover .fc-event-container {
    padding: 8px
}

.fc-unthemed .fc-highlight {
    background: 0 0;
    -webkit-box-shadow: inset 0 0 0 2px #2196f3, inset 0 -1px 0 2px #2196f3;
    box-shadow: inset 0 0 0 2px #2196f3, inset 0 -1px 0 2px #2196f3;
    opacity: 1
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: left;
    color: #212121
}

.fc-basic-view td.fc-day-number,
.fc-basic-view td.fc-week-number span {
    padding: 2px 4px
}

.fc-list-item+.fc-list-heading .fc-widget-header {
    border-top: 1px solid #ddd
}

.fc-list-heading .fc-widget-header {
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 500
}

.mapTooltip {
    background: #616161;
    color: #fff;
    font-size: 14px;
    padding: 6px 16px;
    line-height: 18px;
    text-shadow: none;
    position: fixed;
    border-radius: 4px;
    z-index: 1000;
    max-width: 200px;
    display: none
}

.vm_wrapper {
    max-width: 100%;
    margin: 0 auto
}

.plotLegend {
    margin-top: 24px;
    padding: 16px 16px 8px
}

.btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer
}

.btn-file input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 14px;
    cursor: pointer;
    opacity: 0;
    direction: ltr
}

.fileinput {
    display: inline-block
}

.fileinput .form-control {
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 5px;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: text
}

.fileinput .thumbnail {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: top
}

.fileinput .thumbnail>img {
    height: 100%;
    width: 100%
}

.fileinput .btn {
    vertical-align: middle
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
    display: none!important
}

.fileinput-inline .fileinput-controls {
    display: inline
}

.fileinput-filename {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle
}


.animate_hide {
    display: none
}


.gu-mirror {
    position: fixed!important;
    margin: 0!important;
    z-index: 9999!important;
    opacity: .8
}

.gu-hide {
    display: none!important
}

.gu-unselectable {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important
}

.gu-transit {
    opacity: .2
}

.dragula>* {
    cursor: move
}

.dragula-vertical {
    height: 100%
}

.dragula-vertical *+* {
    margin-top: 4px
}

.tablesorter-altair .tablesorter-header-inner {
    position: relative;
    padding: 0 32px 0 0
}

.tablesorter-altair .tablesorter-header-inner:after {
    position: absolute;
    right: 0;
    top: -3px;
    content: '\e164';
    display: block;
    width: 18px;
    height: 18px;
    font-size: 18px;
    font-family: "Material Icons";
    color: #aaa
}

.tablesorter-altair .sorter-false .tablesorter-header-inner {
    padding: 0
}

.tablesorter-altair .header,
.tablesorter-altair .tablesorter-header {
    cursor: pointer
}

.tablesorter-altair th {
    outline: 0!important
}

.tablesorter-altair .headerSortUp,
.tablesorter-altair .tablesorter-headerAsc,
.tablesorter-altair .tablesorter-headerSortUp {
    color: #7cb342
}

.tablesorter-altair .headerSortUp .tablesorter-header-inner:after,
.tablesorter-altair .tablesorter-headerAsc .tablesorter-header-inner:after,
.tablesorter-altair .tablesorter-headerSortUp .tablesorter-header-inner:after {
    top: -2px;
    content: '\e313';
    color: #212121
}

.tablesorter-altair .headerSortDown,
.tablesorter-altair .tablesorter-headerDesc,
.tablesorter-altair .tablesorter-headerSortDown {
    color: #7cb342
}

.tablesorter-altair .headerSortDown .tablesorter-header-inner:after,
.tablesorter-altair .tablesorter-headerDesc .tablesorter-header-inner:after,
.tablesorter-altair .tablesorter-headerSortDown .tablesorter-header-inner:after {
    top: -2px;
    content: '\e316';
    color: #212121
}

.tablesorter-altair thead .sorter-false {
    cursor: default
}

.tablesorter-altair thead .sorter-false .tablesorter-header-inner:after {
    display: none
}

.tablesorter-altair tbody>tr.even>td {
    background-color: rgba(0, 0, 0, .085)
}

.tablesorter-altair tbody>tr.row_highlighted>td {
    background: #e3f2fd
}

.tablesorter-altair .tablesorter-processing {
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-image: url(../img/spinners/spinner_small.html)!important
}

.tablesorter-altair caption {
    background-color: #fff
}

.tablesorter-altair .tablesorter-filter-row td {
    padding: 8px 4px;
    line-height: normal;
    text-align: center;
    -webkit-transition: line-height .1s ease;
    transition: line-height .1s ease
}

.tablesorter-altair .tablesorter-filter-row .disabled {
    opacity: .5;
    cursor: not-allowed;
    background: rgba(0, 0, 0, .085)
}

.tablesorter-altair .tablesorter-filter-row.hideme * {
    height: 1px;
    min-height: 0;
    border: 0;
    padding: 0;
    margin: 0;
    opacity: 0
}

.tablesorter-altair .tablesorter-filter-row.hideme td {
    padding: 2px;
    margin: 0;
    line-height: 0;
    cursor: pointer
}

.tablesorter-altair input.tablesorter-filter,
.tablesorter-altair select.tablesorter-filter {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 4px;
    line-height: 24px;
    border: 1px solid rgba(0, 0, 0, .12);
    color: #212121;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height .1s ease;
    transition: height .1s ease;
    border-radius: 0;
    -webkit-appearance: none
}

.tablesorter-altair .ts-align-wrap {
    white-space: nowrap;
    width: 100%;
    overflow: hidden
}

.tablesorter-altair .ts-align-left,
.tablesorter-altair .ts-align-right,
.tablesorter-altair .ts-align-wrap {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tablesorter-altair .ts-align-left {
    text-align: right
}

.tablesorter-altair .ts-align-right {
    text-align: left
}

.tablesorter-altair td:nth-child(3) .ts-align-right i {
    color: #e53935
}

.tablesorter-altair input[type=search]::-webkit-search-cancel-button,
.tablesorter-altair input[type=search]::-webkit-search-decoration,
.tablesorter-altair input[type=search]::-webkit-search-results-button,
.tablesorter-altair input[type=search]::-webkit-search-results-decoration {
    display: none
}

.tablesorter .filtered {
    display: none
}

.tablesorter .tablesorter-errorRow td {
    text-align: center;
    cursor: pointer;
    background-color: #e53935;
    color: #fff
}

.tablesorter .remove-me {
    display: none
}

.ts_pager .selectize-control {
    vertical-align: middle;
    display: inline-block;
    text-align: left;
    margin-top: -3px;
    margin-left: 4px
}

.ts_pager .selectize-control .selectize-input {
    min-width: 64px
}

.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    opacity: 0;
    background: rgba(0, 0, 0, .2);
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0);
    pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, .55)
}

.waves-effect.md-btn-flat {
    background: 0 0
}

.waves-effect.waves-default .waves-ripple {
    background: rgba(153, 153, 153, .2)
}

.waves-effect.md-btn-flat-primary .waves-ripple {
    background: rgba(33, 150, 243, .4)
}

.waves-effect.md-btn-flat-danger .waves-ripple {
    background: rgba(229, 57, 53, .4)
}

.waves-effect.md-btn-flat-warning .waves-ripple {
    background: rgba(255, 160, 0, .4)
}

.waves-effect.md-btn-flat-success .waves-ripple {
    background: rgba(124, 179, 66, .4)
}

.waves-notransition {
    -webkit-transition: none!important;
    transition: none!important
}

.waves-button,
.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.waves-input-wrapper {
    border-radius: .2em;
    vertical-align: bottom
}

.waves-input-wrapper.waves-button {
    padding: 0
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%
}

.waves-float {
    -webkit-mask-image: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

.waves-block {
    display: block
}

a.waves-effect .waves-ripple {
    z-index: -1
}

.enjoyhint {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2000;
    pointer-events: none;
    overflow: hidden
}

.enjoyhint_hide {
    display: none
}

.enjoyhint_disable_events {
    position: absolute;
    width: 2000px;
    height: 1500px;
    z-index: 2010;
    pointer-events: all
}

@media only screen and (max-width:767px) {
    .enjoyhint_disable_events {
        width: 100%;
        height: 100%
    }
}

.enjoyhint_btn,
.enjoyhint_next_btn,
.enjoyhint_skip_btn {
    position: absolute;
    z-index: 2020;
    pointer-events: all;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100px;
    height: 46px;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 3px;
    font: 500 20px/46px Roboto, sans-serif;
    text-align: center;
    text-overflow: clip;
    -webkit-transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    text-transform: uppercase
}

.enjoyhint_next_btn {
    color: #212121;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.enjoyhint_next_btn:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

.enjoyhint_next_btn:active {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    -webkit-transition: none;
    transition: none
}

@media only screen and (max-width:767px) {
    .enjoyhint_next_btn {
        left: 20px!important
    }
}

.enjoyhint_skip_btn {
    color: #29b6f6
}

.enjoyhint_skip_btn:hover {
    background: rgba(0, 0, 0, .1)
}

.enjoyhint_skip_btn:active {
    background: rgba(0, 0, 0, .1);
    -webkit-transition: none;
    transition: none
}

@media only screen and (max-width:767px) {
    .enjoyhint_skip_btn {
        right: 20px!important;
        left: auto!important
    }
}

.enjoyhint_close_btn {
    display: inline-block;
    position: absolute;
    z-index: 2020;
    pointer-events: all;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: .3em;
    height: .3em;
    border-radius: 1em;
    font: 400 8em/normal Arial, Helvetica, sans-serif;
    color: #000;
    text-overflow: clip;
    background: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
    -webkit-transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    transition: all 280ms cubic-bezier(.4, 0, .2, 1)
}

.enjoyhint_close_btn:before {
    display: inline-block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 73%;
    height: 2px;
    position: absolute;
    content: "";
    top: 48%;
    left: 14%;
    border: none;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: #000;
    text-overflow: clip;
    background: #fff;
    text-shadow: none;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.enjoyhint_close_btn:after {
    display: inline-block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 73%;
    height: 2px;
    position: absolute;
    content: "";
    top: 46%;
    left: 15%;
    border: none;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: #000;
    text-overflow: clip;
    background: #fff;
    text-shadow: none;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg)
}

.enjoyhint_close_btn:hover {
    color: #fff;
    border-color: #e53935;
    cursor: pointer
}

.enjoyhint_close_btn:active {
    border: 2px solid #fff;
    -webkit-transition: none;
    transition: none
}

.enjoyhint_btn {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 150px;
    height: 40px;
    cursor: pointer;
    margin: 0 auto;
    border: 2px solid #1ecd97;
    border-radius: 40px;
    font: normal normal normal 17px/40px "Advent Pro", Helvetica, sans-serif;
    color: #1ecd97;
    text-align: center;
    text-overflow: clip;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: background-color .3s cubic-bezier(0, 0, 0, 0), color .3s cubic-bezier(0, 0, 0, 0), width .3s cubic-bezier(0, 0, 0, 0), border-width .3s cubic-bezier(0, 0, 0, 0), border-color .3s cubic-bezier(0, 0, 0, 0);
    transition: background-color .3s cubic-bezier(0, 0, 0, 0), color .3s cubic-bezier(0, 0, 0, 0), width .3s cubic-bezier(0, 0, 0, 0), border-width .3s cubic-bezier(0, 0, 0, 0), border-color .3s cubic-bezier(0, 0, 0, 0)
}

.enjoyhint_btn:hover {
    color: #fff;
    background: #1ecd97
}

.enjoyhint_btn:active {
    border: 2px solid #21e0a3;
    background: #21e0a3;
    -webkit-transition: none;
    transition: none
}

.enjoyhint div.canvas-container {
    position: absolute
}

.enjoyhint_canvas {
    position: absolute;
    z-index: 2010;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.enjoyhint_svg_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2010;
    -webkit-transition: opacity .4s cubic-bezier(.42, 0, .58, 1);
    transition: opacity .4s cubic-bezier(.42, 0, .58, 1)
}

.enjoyhint_svg_wrapper svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.enjoyhint_svg_transparent .enjoy_hint_label,
.enjoyhint_svg_transparent .enjoyhint_svg_wrapper {
    opacity: 0
}

.enjoy_hint_label {
    position: absolute;
    color: #fff;
    z-index: 2020;
    font: 400 22px/32px Roboto, sans-serif;
    -webkit-transition: opacity .4s cubic-bezier(.42, 0, .58, 1);
    transition: opacity .4s cubic-bezier(.42, 0, .58, 1)
}

.enjoy_hint_label .material-icons {
    color: #fff;
    font-size: 24px
}

@media only screen and (max-width:767px) {
    .enjoy_hint_label {
        left: 20px!important
    }
}

#kinetic_container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

div.kineticjs-content {
    position: absolute!important
}

.enjoyhint_disable_events {
    position: fixed
}

.cr_preview {
    overflow: hidden;
    border: 1px solid #555;
    margin: 8px 8px 8px 0
}

.cr_preview_lg {
    width: 264px;
    height: 148px
}

.cr_preview_md {
    width: 140px;
    height: 78px
}

.cr_preview_sm {
    width: 68px;
    height: 48px
}

.cr_preview_xs {
    width: 36px;
    height: 36px
}

.canvasModalImage {
    margin: 0 auto;
    text-align: center
}

.canvasModalImage>* {
    border: 1px solid #ccc;
    padding: 4px
}

.context-menu-list {
    border: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.context-menu-list .context-menu-item {
    padding: 5px 32px;
    font-size: 14px;
    color: #212121
}

.context-menu-list .context-menu-hover {
    background: rgba(0, 0, 0, .085);
    color: #212121
}

.context-menu-list .context-menu-material>.material-icons {
    position: absolute;
    left: 7px;
    top: 5px;
    font-size: 18px
}

.context-menu-list .context-menu-separator {
    margin: 8px 0;
    padding: 0
}

.context-menu-list .context-menu-disabled,
.context-menu-list .context-menu-disabled>.material-icons {
    color: #bbb
}

.echart {
    min-height: 380px;
    height: 100%
}

.echart-large {
    min-height: 460px
}

.listNav {
    display: block;
    position: relative
}

.listNavWrapper>div,
.listNavWrapper>li {
    -webkit-transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    transition: all 280ms cubic-bezier(.4, 0, .2, 1)
}

.listNavWrapper .listNavHide {
    opacity: 0;
    -webkit-transform: scale(.2);
    transform: scale(.2);
    display: none
}

.listNavWrapper .listNavShow {
    display: block;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.letterCountShow {
    display: block
}

.ln-letters {
    padding-top: 8px
}

.ln-letters:after,
.ln-letters:before {
    content: " ";
    display: table
}

.ln-letters:after {
    clear: both
}

.ln-letters:after,
.ln-letters:before {
    content: " ";
    display: table
}

.ln-letters:after {
    clear: both
}

.ln-letters a {
    font-size: 13px;
    display: block;
    float: left;
    padding: 4px 6px;
    border: 1px solid #e0e0e0;
    text-decoration: none;
    background: #fff;
    text-align: center;
    color: #212121;
    min-width: 32px;
    min-height: 32px;
    line-height: 32px;
    margin: -1px 0 0 -1px;
    text-transform: uppercase
}

.ln-letters .ln-selected,
.ln-letters a:hover {
    background-color: #2196f3;
    color: #fff
}

.ln-letters .ln-disabled {
    color: #bdbdbd!important;
    background: #f5f5f5!important
}

.ln-letter-count {
    position: absolute;
    padding: 4px 0;
    text-align: center;
    font-size: 11px;
    color: #212121;
    margin-left: -2px
}

.ln-letter-count.listNavHide {
    display: none
}

.tip-yellowsimple {
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    border: none;
    padding: 16px;
    min-width: 240px;
    z-index: 9999;
    border-radius: 3px
}

.tip-yellowsimple .tip-inner>div>label {
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
    font-size: 15px
}

.editable-footer {
    margin-top: 16px;
    text-align: right
}

.editable-container .md-input {
    display: inline-block;
    -webkit-transition: all 280ms ease;
    transition: all 280ms ease
}

.editable-container .md-input:focus {
    border-bottom-color: #1976d2!important
}

.editable-container select:disabled {
    display: block;
    width: 100%;
    height: 42px;
    border-width: 0 0 1px 0;
    border-bottom-color: rgba(0, 0, 0, .12)
}

.editable-container textarea {
    height: 120px;
    resize: vertical;
    overflow-y: auto
}

.editable-container .select2-container {
    width: 240px
}

.editable-container .select2-container .select2-choice {
    background: 0 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, .12);
    border-radius: 0
}

.editable-container .select2-container .select2-choice .select2-arrow {
    background: 0 0;
    border: none
}

.editable-container .select2-container-multi .select2-choices {
    background: 0 0;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.editable-container .select2-container-multi .select2-choices .select2-search-choice {
    background: #eee;
    border: none;
    border-radius: 18px;
    padding: 4px 24px 4px 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px
}

.editable-container .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 4px
}

.editable-inline {
    background: #fff;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .12);
    padding: 8px
}

.editable-address+div {
    margin-top: 12px
}

.editable-address label>input,
.editable-address label>span {
    display: inline-block!important
}

.editable-address label>span {
    width: 80px
}

.editable-address label>input {
    width: auto!important
}

.select2-drop {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    border-color: transparent!important
}

.select2-results {
    margin-top: 8px
}

.select2-results .select2-highlighted {
    background: rgba(0, 0, 0, .085);
    color: #212121
}

.select2-search input {
    border-width: 0 0 1px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--default .select2-selection--single {
    border-color: rgba(0, 0, 0, .12);
    border-radius: 0;
    height: 40px;
    outline: 0!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    width: 18px;
    position: relative;
    text-indent: -9999em;
    height: 38px
}

.select2-container--default .select2-selection--single .select2-selection__clear:after {
    text-indent: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #727272;
    content: '\e5cd';
    font-family: "Material Icons";
    font-size: 18px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    display: block;
    position: absolute;
    top: 8px;
    right: 2px;
    color: #727272;
    content: '\e5c5';
    font-family: "Material Icons";
    font-size: 18px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-width: 0 0 1px;
    border-color: rgba(0, 0, 0, .12);
    height: 32px;
    line-height: 32px;
    -webkit-transition: all 260ms cubic-bezier(.4, 0, .2, 1);
    transition: all 260ms cubic-bezier(.4, 0, .2, 1)
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-bottom-color: #1976d2
}

.select2-container--default .select2-selection--multiple {
    border-color: rgba(0, 0, 0, .12);
    border-radius: 0;
    min-height: 40px;
    padding: 6px 8px 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 18px;
    padding: 3px 2px 2px 8px;
    font-size: 14px;
    border: none;
    margin-top: 0;
    margin-bottom: 5px;
    background: #f2f2f2
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0;
    display: block
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    float: right;
    text-indent: -9999em;
    position: relative;
    width: 18px;
    height: 18px;
    margin-left: 4px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after {
    text-indent: 0;
    display: block;
    position: absolute;
    top: -2px;
    right: 0;
    color: #727272;
    content: '\e5cd';
    font-family: "Material Icons";
    font-size: 18px
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: rgba(0, 0, 0, .12)
}

.select2-container--default .select2-results__group {
    font-size: 12px;
    color: #aaa;
    padding-top: 8px;
    border-bottom: rgba(0, 0, 0, .12);
    text-transform: uppercase;
    font-weight: 400
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: rgba(0, 0, 0, .085);
    color: inherit
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: rgba(0, 0, 0, .085)
}

.select2-container--default .select2-results>.select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true] {
    display: none
}

.select2-container--default .select2-results__option .select2-results__option {
    font-size: 15px
}

.select2-dropdown {
    border-radius: 0;
    border-color: transparent;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}



#header_main {
    background: #1976d2;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    padding: 0 25px;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1104
}

#header_main:after,
#header_main:before {
    content: " ";
    display: table
}

#header_main:after {
    clear: both
}

#header_main:after,
#header_main:before {
    content: " ";
    display: table
}

#header_main:after {
    clear: both
}

#header_main .uk-navbar {
    border: none;
    background: 0 0
}

#header_main .uk-navbar .uk-navbar-brand {
    text-shadow: none;
    color: #fff;
    line-height: 52px;
    height: 48px;
    font-size: 18px;
    padding: 0;
    text-transform: uppercase
}

#header_main .uk-navbar .uk-navbar-brand+* {
    margin-left: 25px
}

#header_main .uk-navbar .uk-navbar-nav {
    position: relative
}

#header_main .uk-navbar .uk-navbar-nav>li {
    position: static
}

#header_main .uk-navbar .uk-navbar-nav>li>a {
    color: #fff;
    text-shadow: none;
    border: none;
    line-height: 44px;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 48px;
    z-index: auto;
    cursor: pointer
}

@media only screen and (max-width:767px) {
    #header_main .uk-navbar .uk-navbar-nav>li>a {
        line-height: 44px
    }
}

@media only screen and (max-width:767px) {
    #header_main .uk-navbar .uk-navbar-nav>li>a {
        padding: 2px 10px 0
    }
}

#header_main .uk-navbar .uk-navbar-nav>li>a:active,
#header_main .uk-navbar .uk-navbar-nav>li>a:focus {
    background: 0 0
}

#header_main .uk-navbar .uk-navbar-nav>li>a:after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    content: '';
    display: block;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    margin-left: -6px;
    z-index: -1;
    -webkit-transition: all .1s ease-in 0s;
    transition: all .1s ease-in 0s
}

#header_main .uk-navbar .uk-navbar-nav>li>a.navbar_link {
    line-height: 48px
}

#header_main .uk-navbar .uk-navbar-nav>li.uk-active>a,
#header_main .uk-navbar .uk-navbar-nav>li.uk-open>a,
#header_main .uk-navbar .uk-navbar-nav>li:focus>a,
#header_main .uk-navbar .uk-navbar-nav>li:hover>a {
    background: 0 0
}

#header_main .uk-navbar .uk-navbar-nav>li.uk-open>a {
    position: relative
}

#header_main .uk-navbar .uk-navbar-nav>li.uk-open>a:after {
    border-bottom-color: #fff;
    -webkit-transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    z-index: 1104
}

#header_main .uk-navbar .uk-navbar-nav>li .uk-dropdown {
    margin-top: 1px;
    max-height: 300px;
    top: 100%!important;
    right: 0!important;
    left: auto!important
}

#header_main .uk-navbar .uk-navbar-nav>li .uk-dropdown .md-list {
    margin-left: -10px
}

#header_main .uk-navbar .uk-navbar-nav>li .uk-dropdown .md-list>li {
    margin-right: 16px
}

#header_main .uk-navbar .uk-navbar-nav>li .uk-dropdown .uk-switcher {
    max-height: 216px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

#header_main .user_actions a.user_action_image {
    position: relative;
    line-height: 48px!important
}

#header_main .user_actions .user_action_icon {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 4px
}

#header_main .user_actions .user_action_icon:focus,
#header_main .user_actions .user_action_icon:hover {
    text-decoration: none
}

#header_main .user_actions .user_action_icon>.uk-badge {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 8px;
    min-width: 20px;
    padding: 1px 4px;
    line-height: 14px;
    border-radius: 2px
}

#header_main .sSwitch {
    cursor: pointer;
    margin: 12px 0 0;
    padding: 12px 0;
    position: relative
}

#header_main .sSwitch:before {
    content: '';
    position: absolute;
    top: 4px;
    width: 2px;
    height: 18px;
    background: rgba(255, 255, 255, .6);
    display: block;
    opacity: 0;
    -webkit-transition: opacity 280ms cubic-bezier(.4, 0, .2, 1);
    transition: opacity 280ms cubic-bezier(.4, 0, .2, 1)
}

#header_main .sSwitch,
#header_main .sSwitch .sSwitchIcon {
    display: block;
    height: 2px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 20px
}

#header_main .sSwitch .sSwitchIcon {
    will-change: transform
}

#header_main .sSwitch .sSwitchIcon,
#header_main .sSwitch .sSwitchIcon:after,
#header_main .sSwitch .sSwitchIcon:before {
    background: #fff;
    -webkit-transition: all .6s cubic-bezier(.4, 0, .2, 1);
    transition: all .6s cubic-bezier(.4, 0, .2, 1)
}

#header_main .sSwitch .sSwitchIcon:after,
#header_main .sSwitch .sSwitchIcon:before {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 20px;
    z-index: -1
}

#header_main .sSwitch .sSwitchIcon:before {
    top: 6px
}

#header_main .sSwitch .sSwitchIcon:after {
    top: -6px
}

#header_main .sSwitch.sSwitch_left {
    float: left;
    margin-right: 16px
}

#header_main .sSwitch.sSwitch_left:before {
    left: -8px
}

#header_main .sSwitch.sSwitch_left .sSwitchIcon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

#header_main .sSwitch.sSwitch_left .sSwitchIcon:after,
#header_main .sSwitch.sSwitch_left .sSwitchIcon:before {
    left: 0
}

#header_main .sSwitch.sSwitch_right {
    float: right;
    margin-left: 30px
}

#header_main .sSwitch.sSwitch_right:before {
    right: -8px
}

@media only screen and (max-width:767px) {
    #header_main .sSwitch.sSwitch_right {
        margin-left: 24px
    }
}

#header_main .sSwitch.sSwitch_right .sSwitchIcon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

#header_main .sSwitch.sSwitch_right .sSwitchIcon:after,
#header_main .sSwitch.sSwitch_right .sSwitchIcon:before {
    right: 0
}

#header_main .sSwitch.sSwitch_right.sidebar_secondary_check {
    display: none
}

#header_main .header_main_search_form {
    display: none;
    position: relative;
    padding: 2px 46px 0 40px;
    margin: 5px 0
}

#header_main .header_main_search_form form {
    display: block;
    position: static
}

#header_main .header_main_search_form .md-icon,
#header_main .header_main_search_form .md-icon:focus,
#header_main .header_main_search_form .md-icon:hover {
    color: #fff
}

#header_main .header_main_search_form [data-uk-autocomplete] .uk-dropdown {
    left: 40px;
    right: 46px;
    width: auto
}

#header_main .header_main_search_input {
    border: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    vertical-align: top;
    padding: 6px 15px;
    font-size: 16px;
    height: auto;
    background: rgba(255, 255, 255, .2);
    color: #fff
}

#header_main .header_main_search_btn {
    position: absolute;
    top: 0;
    right: -2px;
    cursor: pointer
}

#header_main .header_main_search_close {
    position: absolute;
    top: 3px;
    left: 2px
}

.header_double_height:after {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    height: 59px;
    background: #1976d2;
    content: '';
    display: block
}

.header_double_height #header_main {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute
}

.header_double_height #page_content {
    position: relative;
    overflow: hidden;
    padding-top: 10px
}

.header_double_height #page_content_inner {
    padding: 0
}

.header_double_height .md-card-single {
    position: relative;
    z-index: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.header_double_height .md-card-single .md-card-content {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch
}

.header_double_height .md-list-outside-wrapper {
    margin-top: 48px
}

.main_logo_top {
    float: left;
    line-height: 48px;
    min-width: 240px;
    display: block
}

@media only screen and (max-width:767px) {
    .main_logo_top {
        min-width: inherit;
        margin-right: 24px
    }
}

.main_logo_top>a {
    display: inline-block;
    line-height: 48px
}

.main_logo_top>a img {
    max-height: 48px
}

.header_full #sidebar_main {
    top: 48px;
    height: auto
}

.header_full #header_main {
    margin-left: 0!important;
    z-index: 1214
}

.header_full.sidebar_mini #sidebar_main .menu_section>ul>li>ul {
    top: 48px
}

.header_full.sidebar_mini #sidebar_main .menu_section>ul>li>a>.menu_title {
    top: 48px
}

#sidebar_main {
    width: 280px;
    border-right: 1px solid rgba(0, 0, 0, .12);
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
    z-index: 1204;
    background: #fff;
    -webkit-transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    transition: all 280ms cubic-bezier(.4, 0, .2, 1)
}


#header_main,
#page_content,
#top_bar {
    will-change: margin;
    -webkit-transition: margin 280ms;
    transition: margin 280ms
}


#page_heading {
    background: #fff;
    padding: 16px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 81px
}

#page_heading h1 {
    font: 500 22px/28px Roboto, sans-serif;
    margin: 0
}

#page_heading .heading_actions {
    float: right;
    margin-top: 8px;
    padding-right: 15px
}

#page_heading .heading_actions>* {
    display: inline-block;
    margin-left: 8px;
    position: relative
}

#page_heading .heading_actions .material-icons {
    font-size: 28px;
}

#page_heading.uk-active {
    border-bottom: none;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    z-index: 100
}

.page_heading_active #header_main {
    -webkit-box-shadow: none;
    box-shadow: none
}

#menu_top_dropdown .top_menu_toggle {
    height: 48px;
    line-height: 51px;
    color: #fff;
    display: block;
    padding: 0 8px
}

#menu_top_dropdown .top_menu_toggle .material-icons {
    color: #fff
}

#menu_top_dropdown .uk-dropdown {
    margin-top: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 340px
}

@media screen and (max-height:320px) {
    #menu_top_dropdown .uk-dropdown {
        max-height: 252px
    }
}

#menu_top {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

#menu_top>li {
    padding: 0;
    margin: 0;
    list-style: none
}

#menu_top>li {
    float: left;
    position: relative
}

#menu_top>li>a {
    height: 40px;
    line-height: 40px;
    display: block;
    color: #212121;
    padding: 0 16px;
    min-width: 60px;
    text-align: center;
    position: relative
}

@media only screen and (max-width:767px) {
    #menu_top>li>a {
        padding: 0 8px
    }
}

#menu_top>li>a:hover {
    background: rgba(0, 0, 0, .085)
}

#menu_top>li>a .material-icons {
    font-size: 24px;
    vertical-align: -8px
}

#menu_top>li>a>span {
    margin-left: 8px;
    vertical-align: -2px
}

#menu_top>li[data-uk-dropdown]>a {
    padding-right: 32px
}

#menu_top>li[data-uk-dropdown]>a:after {
    position: absolute;
    right: 4px;
    top: 2px;
    content: '\e313';
    display: block;
    width: 24px;
    height: 24px;
    font-size: 18px;
    font-family: "Material Icons";
    color: #727272
}

#menu_top>li.uk-open>a {
    background: rgba(0, 0, 0, .085)
}

#menu_top>li .uk-dropdown {
    margin-top: 1px;
    top: 100%!important
}

@media (max-height:767px) {
    #menu_top>li .uk-dropdown {
        max-height: 200px!important;
        overflow-y: auto!important
    }
}

@media (min-height:768px) {
    #menu_top>li [class*=uk-dropdown-width] {
        max-height: 640px;
        overflow-y: auto
    }
}

#menu_top .uk-nav-multilevel li {
    position: relative
}

#menu_top .uk-nav-multilevel li ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 180px;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    margin: 0 0 0 1px;
    padding: 0;
    display: none
}

#menu_top .uk-nav-multilevel li ul:before {
    position: absolute;
    left: -1px;
    height: 100%;
    width: 1px;
    content: '';
    display: block;
    z-index: 10
}

#menu_top .uk-nav-multilevel li ul li>a {
    font-size: 14px;
    color: #212121;
    padding: 5px 15px
}

#menu_top .uk-nav-multilevel li ul li>a:hover {
    background: rgba(0, 0, 0, .085)
}

#menu_top .uk-nav-multilevel li:hover>a {
    background: rgba(0, 0, 0, .085)
}

#menu_top .uk-nav-multilevel li:hover>ul {
    display: block
}

#menu_top .uk-nav-multilevel li.has-submenu:after {
    display: block;
    position: absolute;
    top: 4px;
    right: 2px;
    color: #727272;
    content: '\e5cc';
    font-family: "Material Icons";
    font-size: 16px
}


#footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    padding: 0 25px;
    border-top: 1px solid rgba(0, 0, 0, .12);
    line-height: 48px
}

@media only screen and (min-width:1220px) {
    .sidebar_main_active #footer,
    .sidebar_main_open #footer {
        margin-left: 240px
    }
}

.page_aside {
    min-height: 200px;
    width: 240px;
    background: #fff;
    border-right: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 25px;
    -webkit-transition: all 140ms cubic-bezier(.4, 0, .2, 1);
    transition: all 140ms cubic-bezier(.4, 0, .2, 1);
    position: absolute;
    left: 0;
    z-index: 1000
}

.page_aside+* {
    -webkit-transition: all 140ms cubic-bezier(.4, 0, .2, 1);
    transition: all 140ms cubic-bezier(.4, 0, .2, 1);
    margin-left: 265px
}

@media only screen and (max-width:959px) {
    .page_aside+* {
        margin-left: 25px
    }
}

.page_aside_inner {
    padding: 24px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%
}

.page_aside_toggle {
    position: absolute;
    top: 0;
    right: -26px;
    height: 100%;
    width: 24px;
    background: red;
    cursor: pointer;
    background: #f5f5f5;
    border-right: 1px solid #e0e0e0;
    -webkit-transition: all 140ms cubic-bezier(.4, 0, .2, 1);
    transition: all 140ms cubic-bezier(.4, 0, .2, 1)
}

.page_aside_toggle:hover {
    background: #e0e0e0
}

.page_aside_toggle:after {
    position: absolute;
    left: 3px;
    top: 50%;
    content: '\e314';
    font-family: "Material Icons";
    font-size: 18px;
    display: block;
    color: #727272
}

.page_aside_collapsed .page_aside {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0)
}

.page_aside_collapsed .page_aside+* {
    margin-left: 25px
}

.page_aside_collapsed .page_aside_toggle:after {
    content: '\e315'
}

.user_heading {
    padding: 24px;
    background: #1976d2;
    color: #fff;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    transition: all 280ms cubic-bezier(.4, 0, .2, 1)
}

.user_heading:after,
.user_heading:before {
    content: " ";
    display: table
}

.user_heading:after {
    clear: both
}

.user_heading:after,
.user_heading:before {
    content: " ";
    display: table
}

.user_heading:after {
    clear: both
}

.user_heading.uk-active {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    padding: 16px 24px;
    z-index: 100
}

.user_heading.uk-active .user_heading_avatar .thumbnail {
    width: 64px;
    height: 64px;
    line-height: 54px!important
}

.user_heading_bg {
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0
}

.user_heading_bg .bg_overlay {
    padding: 24px;
    position: relative
}

.user_heading_bg .bg_overlay:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3)
}

.user_heading_bg .bg_overlay .user_heading_content {
    position: relative
}

.user_heading_avatar {
    float: left;
    margin-right: 24px;
    position: relative
}

@media only screen and (max-width:959px) {
    .user_heading_avatar {
        float: none!important;
        text-align: center;
        margin: 0 0 8px!important
    }
}

@media only screen and (max-width:959px) {
    .user_heading_avatar.fileinput {
        width: 82px;
        height: 82px;
        margin: 0 auto 16px;
        display: block
    }
}

.user_heading_avatar img {
    -webkit-transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    display: inline-block;
    vertical-align: top
}

.user_heading_avatar .thumbnail {
    -webkit-transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    width: 82px;
    height: 82px;
    line-height: 74px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #ededed;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block
}

.user_heading_avatar .btn-file {
    text-align: center;
    position: absolute;
    top: -4px;
    right: -8px;
    width: 32px;
    height: 32px;
    line-height: 38px;
    background: #fff;
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    overflow: hidden
}

.user_heading_avatar .btn-file .material-icons {
    color: #2196f3;
    font-size: 24px
}

.user_heading_avatar .btn-file.fileinput-exists {
    left: -8px;
    right: auto
}

.user_heading_avatar .btn-file.fileinput-exists .material-icons {
    color: #e53935
}

.user_heading_avatar.fileinput-new .btn-file.fileinput-exists {
    display: none
}

.user_heading_content {
    padding: 16px 0
}

@media only screen and (max-width:959px) {
    .user_heading_content {
        text-align: center
    }
}

.user_heading_content .heading_a,
.user_heading_content .heading_a .sub-heading,
.user_heading_content .heading_b,
.user_heading_content .heading_b .sub-heading,
.user_heading_content .heading_c,
.user_heading_content .heading_c .sub-heading {
    color: #fff
}

.user_heading_content .user_stats {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    text-align: center
}

.user_heading_content .user_stats>li {
    padding: 0;
    margin: 0;
    list-style: none
}

.user_heading_content .user_stats li {
    margin-right: 48px;
    float: left
}

@media only screen and (max-width:959px) {
    .user_heading_content .user_stats li {
        float: none;
        display: inline-block;
        margin: 0 16px 8px
    }
}

.user_heading_content .user_stats .material-icons {
    color: #fff;
    margin-right: 4px;
    font-size: 36px;
    vertical-align: -12px
}

.user_heading_menu {
    position: absolute;
    top: 8px;
    right: 8px
}

.user_heading .md-fab,
.user_heading .md-fab-wrapper {
    position: absolute;
    bottom: -22px;
    right: 24px
}

.user_heading .md-fab-wrapper>.md-fab {
    position: static;
    z-index: auto;
    right: auto;
    bottom: auto
}

.user_content {
    padding: 32px
}

.user_content .full_width_in_card {
    margin: 16px 0 32px
}



html {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #ececec
}

/* body {
    min-height: 100%;
    font: 400 14px/1.42857143 Roboto, sans-serif;
    padding-top: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
} */

a,
button {
    outline: 0!important
}

a {
    color: #1e88e5;
    -webkit-tap-highlight-color: transparent
}

a:active,
a:hover {
    color: #0d47a1;
    text-decoration: none
}

code,
code[class*=language-],
pre,
pre[class*=language-] {
    font: 400 12px/18px "Source Code Pro", Consolas, Monaco, 'Andale Mono', monospace!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

pre[class*=language-] {
    -webkit-box-shadow: none;
    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: 400 12px/18px "Source Code Pro", Consolas, Monaco, 'Andale Mono', monospace!important;
    color: #d32f2f
}

code.large_code,
pre.large_code {
    font: 400 14px/24px "Source Code Pro", Consolas, Monaco, 'Andale Mono', monospace!important
}

.touchscroll {
    overflow-y: auto!important;
    -webkit-overflow-scrolling: touch
}

.transform-origin-50 {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

blockquote {
    border-left: 4px solid rgba(0, 0, 0, .085)
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

/* 
Extra small devices (portrait phones, less than 544px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
h1 {
	font-size:1.8rem;
	font-family: Orienta-Regular
	} /*1rem = 16px*/
/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
 
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {  
  h1 {font-size:1.5rem;} /*1rem = 16px*/
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
  h1 {font-size:2rem;} /*1rem = 16px*/
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  h1 {font-size:2.5rem;} /*1rem = 16px*/
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
  h1 {font-size:3rem;} /*1rem = 16px*/    
}
 
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/
 
/* Set width to make card deck cards 100% width */
@media (min-width: 950px) and (max-width:1100px) { 
  h1 {font-size:2.75rem;color:red;} 
}
 

/* h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, 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-small {
    font-size: 12px!important
}

.uk-text-upper {
    text-transform: uppercase
}

.uk-text-italic {
    font-style: italic
}

.uk-text-del {
    text-decoration: line-through
}

.uk-table .no-border td,
.uk-table.no-border td {
    border-bottom: none
}

.uk-table .row-selected {
    background: #fff8e1!important
}

.uk-table [data-link] {
    cursor: pointer
}

.uk-text-pre {
    white-space: pre
}

.table_tree {
    margin-bottom: 4px!important
}

.table_tree .table-child-row {
    display: none
}

.table_tree .toggle-childrens {
    display: block;
    padding-left: 24px;
    position: relative
}

.table_tree .toggle-childrens:before {
    content: '\e313';
    font-family: "Material Icons";
    font-size: 28px;
    position: absolute;
    left: -6px;
    top: -10px;
    color: #727272;
    -webkit-transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.table_tree .table-child-row {
    display: table-row
}

.table_tree .table-child-row .child-row-main-col {
    padding-left: 40px
}

.table_tree .show_child_row .toggle-childrens:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

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;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.inline-list>li {
    padding: 0;
    margin: 0;
    list-style: none
}

.inline-list li {
    float: left;
    margin: 0 8px 8px 0;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    background: rgba(102, 102, 102, .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: 4px;
    cursor: pointer;
    vertical-align: -1px
}

.form_hr {
    border-top: 1px dashed rgba(0, 0, 0, .12);
    margin: 32px 0 16px
}

#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 .4s;
    transition: opacity .4s;
    z-index: -1
}

#page_content_inner {
    padding: 24px 24px 24px;
}

#page_overflow {
    min-height: 100%;
    overflow-y: auto
}

@media only screen and (min-width:1220px) {
    .boxed_layout #page_content {
        max-width: 1220px;
        margin: 0 auto!important
    }
    .boxed_layout .uk-width-large-8-10.uk-container-center {
        width: 100%
    }
    .boxed_layout.sidebar_main_active #page_content,
    .boxed_layout.sidebar_main_open #page_content {
        padding-left: 240px
    }
    .boxed_layout .md-top-bar {
        max-width: 1172px;
        margin: 0 auto
    }
    .boxed_layout #page_heading {
        border-width: 0 1px 1px;
        border-style: solid;
        border-color: rgba(0, 0, 0, .12);
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.disable_transitions #header_main,
.disable_transitions #header_main .sSwitch .sSwitchIcon,
.disable_transitions #header_main .sSwitch .sSwitchIcon:after,
.disable_transitions #header_main .sSwitch .sSwitchIcon:before,
.disable_transitions #page_content,
.disable_transitions #sidebar_main,
.disable_transitions #top_bar {
    -webkit-transition: none!important;
    transition: none!important
}

@media print {
    *,
     :after,
     :before {
        background: 0 0!important;
        color: #000!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .uk-table {
        border-collapse: collapse!important
    }
    .uk-table td,
    .uk-table th {
        background-color: #fff!important
    }
    .uk-table-bordered td,
    .uk-table-bordered th {
        border: 1px solid #ddd!important
    }
    #header_main,
    #sidebar_main,
    #sidebar_secondary,
    #style_switcher,
    .header_double_height:before,
    .hidden-print,
    .md-fab-wrapper {
        display: none!important;
        width: 0!important;
        height: 0!important;
        overflow: hidden!important;
        margin: 0!important;
        left: 0!important
    }
    .sidebar_main_active #header_main,
    .sidebar_main_active #top_bar {
        display: none!important;
        left: 0!important
    }
    
    .main-print {
        padding: 0!important;
        margin: 0!important;
        width: 100%!important;
        left: 0!important;
        top: 0!important
    }
    .md-card-single {
        margin: 0!important
    }
    #page_content {
        margin: 0!important;
        overflow-y: visible!important;
        height: auto!important;
        -webkit-transition: none!important;
        transition: none!important
    }
    #page_content:before {
        display: none!important
    }
    .print_bg,
    .print_bg>* {
        -webkit-print-color-adjust: exact
    }
    .reset-print {
        left: 0!important;
        right: 0!important;
        margin: 0!important;
        padding: 0!important;
        width: 100%!important
    }
    .md-card-content {
        height: auto!important
    }
}

/*Header background*/
.header-god-bg {
    background-color: #b7ad70;
    
}

/*Header background end*/

/* Text animation*/

.char {
	/* font-size: 2.5rem; */
	font-family: "myFirstFont";
	letter-spacing: 5px;
	font-variation-settings: "wght" 200;
	text-transform: uppercase;
	transition: all 200ms ease-in-out;
}

.Orienta-font{	
	font-family: Orienta-font;
	text-transform: uppercase;
	padding-bottom: 5px;
}


/* Text animation end */

.border-bg-style {
	background-color:#3F4C6B;
	color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	border-color:white;
	text-align:center;
	padding:4px 4px 4px 4px;
	margin-top: 10px;
}

.table-bg-style {
	background-color:#3F4C6B;
	color:#000;
	border-width:3px;
	border-style:solid;
	border-color:white;
	text-align:center;
	padding:4px 4px 4px 4px;
	margin-top: 10px;
}

.live-update-font-style {
	font-family: Orienta-font;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-size: 2.2rem;
	font-weight: bold;
	font-style: normal! important;
}

.responsive-font-style {
	font-family: Orienta-font;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-size: 2.2rem;
	font-weight: bold;
	font-style: normal! important;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (min-width: 330px) and (max-width: 575px) { 
		.responsive-font-style {  
			font-size: 18px;
		}
	}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
		.responsive-font-style {  
                    font-size: 34px;
		}
 }

.italic-font-style {
	font-family: Orienta-font;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-size: 2.2rem;
	font-weight: bold;
	font-style: italic! important;
}

.live-update-font-para {
	font-family: OPTIMA;	
	padding-bottom: 5px;	
	/* font-style: italic! important; */
}

.lu-result-font-style{
	font-family: Orienta-font;
	/* text-transform: uppercase; */
	color: #f70606;
	font-size: 2.2rem;
	font-weight: bold;
	font-style: italic! important;
	
}

.lu-result-numb-style{
	font-family: Orienta-font;
/*	text-transform: uppercase;*/
	color: #000 !important;
	font-size: 2rem;
	font-weight: bold;
	font-style: italic! important;
	
}

.lu-result-numb-post-style{
	font-family: OPTIMA;	
	color: #000 !important;
	font-size: 18px;	
	font-style: normal! important;
        font-weight: bold;
	
}

.no-margin {
    margin: 0px !important;
}

.my-table {
 margin-bottom:2px
}
.my-table h4 {
 border:solid 2px #e91e63;
 
 padding:3px 5px 2px;
 font-size:24px
}
.my-table table {
 border-collapse:collapse;
 width:100%
}
.my-table thead {
 background-color:#efefef;
 font-size:16px
}
.my-table tbody {
 font-size:16px
}
.my-table th,
.my-table td {
 border:2px solid #e91e63;
 font-weight: bold;
}
.my-table th,
.my-table td {
 padding:5px 0
}
.my-table th {
 color:#e91e63
}
.my-table td {
}
.my-table tr td:nth-child(2),
.my-table tr td:nth-child(4) {
 color:#e80404;
}
.my-table.cm-sl h4,
.my-table.mr-sl h4 {
 background-color:#025e08;
 color:#fff;
 font-weight: bold;
}
.my-table.mumraj-sl h4 {
 background-color:#800080;
 color:#fff;
}

.result-pediction-head {	
	font-weight: bold;
	font-family: Orienta-font;
	text-transform: uppercase;
	color: #043c84 !important;
	font-size: 2rem;
}

.result-pediction-number {	
	font-family: Orienta-font;
	font-size: 1.5rem;
}

/* Odometer animation Start */
.odometer {
  font-size: 60px;
}
/* Extra small devices (portrait phones, less than 576px) */
@media (min-width: 330px) and (max-width: 575px) { 
		.odometer {  
			font-size: 31px;
		}
	}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
		.odometer {  
                    font-size: 50px;
		}
 }

.odometer.odometer-auto-theme, .odometer.odometer-theme-car {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-car .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-car .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-car .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-car .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-car {
  -moz-border-radius: 0.34em;
  -webkit-border-radius: 0.34em;
  border-radius: 0.34em;
  font-family: Orienta-font;
  padding: 0.15em;
  background-image: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(3, 1, 48) 0%, rgb(9, 9, 121) 35%, rgb(0, 212, 255) 100%);
  color: #eee0d3;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
  -moz-box-shadow: inset 0 0 0.3em rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 0 0.3em rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 0.3em rgba(0, 0, 0, 0.8);
  
  background-size: 100%;
  /* background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(40%, #333333), color-stop(60%, #101010), color-stop(80%, #333333), color-stop(100%, #333333));
  background-image: -moz-linear-gradient(top, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%);
  background-image: -webkit-linear-gradient(top, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%);
  background-image: linear-gradient(to bottom, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%); */
  padding: 0 0.15em;
}
.odometer.odometer-auto-theme .odometer-digit:first-child, .odometer.odometer-theme-car .odometer-digit:first-child {
  -moz-border-radius: 0.2em 0 0 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  display:none; !important
}
.odometer.odometer-auto-theme .odometer-digit:last-child, .odometer.odometer-theme-car .odometer-digit:last-child {
  -moz-border-radius: 0 0.2em 0.2em 0;
  -webkit-border-radius: 0;
  border-radius: 0 0.2em 0.2em 0;
  
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eee0d3), color-stop(40%, #eee0d3), color-stop(60%, #bbaa9a), color-stop(80%, #eee0d3), color-stop(100%, #eee0d3));
  background-image: -moz-linear-gradient(top, #eee0d3 0%, #eee0d3 40%, #bbaa9a 60%, #eee0d3 80%, #eee0d3 100%);
  background-image: -webkit-linear-gradient(top, #eee0d3 0%, #eee0d3 40%, #bbaa9a 60%, #eee0d3 80%, #eee0d3 100%);
  background-image: linear-gradient(to bottom, #eee0d3 0%, #eee0d3 40%, #bbaa9a 60%, #eee0d3 80%, #eee0d3 100%);
  background-color: #eee0d3;
  color: #000;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
  left: 0.15em;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

/* .odo-wrap {  
  
  position: relative;
 
}

@keyframes scroller-1 { from { top: 0; filter: blur(0.3px); } to { top: -100% } }
@keyframes scroller-2 { from { top: 0; filter: blur(0.6px); } to { top: -200% } }
@keyframes scroller-3 { from { top: 0; filter: blur(1.0px); } to { top: -300% } }
@keyframes scroller-4 { from { top: 0; filter: blur(1.3px); } to { top: -400% } }
@keyframes scroller-5 { from { top: 0; filter: blur(1.6px); } to { top: -500% } }
@keyframes scroller-6 { from { top: 0; filter: blur(2.0px); } to { top: -600% } }
@keyframes scroller-7 { from { top: 0; filter: blur(2.3px); } to { top: -700% } }
@keyframes scroller-8 { from { top: 0; filter: blur(2.6px); } to { top: -800% } }
@keyframes scroller-9 { from { top: 0; filter: blur(3.0px); } to { top: -900% } }

.scroller-wrapper {
  overflow: hidden;
  position: relative;
}

.scroller-wrapper div span {
  display: block;
}

.scroller-wrapper div {
  display: inline-block;
  position: relative;
  top: 0;
  vertical-align: top;
  animation-fill-mode: forwards;
}

.odo-wrap h2 {
  font-size: 3em;
  font-family: sans-serif;
  display: inline-block;
  margin: 20px;
  border: 2px solid #0f0f0f;
  padding: 0px 10px 0px 10px;
  color: #fff;
  background-image: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(3, 1, 48) 0%, rgb(9, 9, 121) 35%, rgb(0, 212, 255) 100%);
  border-radius: 5px;
} */

/* Odometer animation end */