/* Minification failed. Returning unminified contents.
: run-time error CSS1036: Expected expression, found ''
 */
#preloader, .loading {
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: fixed !important;
    top: 50%;
}

header, main, footer {
    padding-left: 240px;
}

.no-padding-left {
    padding-left: 0 !important;
}

.view {
    display: none;
    margin-top: 3%;
}


html {
    color: #009688 !important;
}

.two-line {
    height: 74px !important;
    line-height: 74px !important;
    display: block !important;
    position: relative;
}

    .two-line span {
        display: inline;
        display: inline-table;
        display: inline-block;
        vertical-align: middle;
        line-height: 26px;
        *margin-top: expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");
    }

.doctors-cnt {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 5px;
    font-size: 10px !important;
    line-height: 10px !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .doctors-cnt span {
        font-size: 10px !important;
    }

blockquote {
    border-left: 5px solid #00897b !important;
    text-align: justify;
}

.btn.disabled:hover, .disabled.btn-large:hover, .btn-floating.disabled:hover, .btn-large.disabled:hover, .btn:disabled:hover, .btn-large:disabled:hover, .btn-large:disabled:hover, .btn-floating:disabled:hover {
    background-color: #DFDFDF !important;
    color: #9F9F9F !important;
}

select {
    background-color: #e0f2f1 !important;
    border: 1px solid #009688 !important;
    border-radius: 2px;
    height: 3rem;
    padding: 5px;
    width: 100%;
}

.select-wrapper input {
    color: #00897b !important;
    text-transform: uppercase !important;
}

ul.side-nav.fixed li.logo {
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px;
    margin-top: 32px;
    text-align: center;
}

    ul.side-nav.fixed li.logo:hover {
        background-color: transparent;
    }

ul.table-of-contents a:hover, ul.table-of-contents li.active a {
    border-left: 2px solid #00897b !important;
    color: #fff !important;
    font-weight: bold;
    padding-left: 10px !important;
}

ul.table-of-contents a {
    color: #fff !important;
}

header .row {
    margin-bottom: 0 !important;
}

@media only screen and ( max-width: 992px ) {
    header, main, footer {
        padding-left: 0;
    }
}

.hiddennav {
    display: none !important;
}

ul.side-nav {
    padding: 7px;
    width: 240px !important;
}

    ul.side-nav.fixed:hover {
        overflow-y: auto;
    }

    ul.side-nav.fixed {
        overflow: hidden;
    }

label {
    color: #00796b !important;
    text-transform: uppercase;
}

    label.active {
        color: #80cbc4 !important;
        text-transform: lowercase;
    }


.side-nav.fixed .btn, .side-nav.fixed .collection {
    width: 226px !important;
}

.activity {
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*Талоны*/

.doctor .row {
    margin-bottom: 0px;
}

.doctor .btn, .btn-large, .btn-flat {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-tap-highlight-color: transparent;
    background-clip: padding-box;
    background-color: white;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 2px 0;
    outline: 0;
    padding: 0 1rem;
    text-transform: uppercase;
}

.doctor .available .btn.disabled,
.doctor .available .disabled.btn-large,
.doctor .available .btn-floating.disabled,
.doctor .available .btn-large.disabled,
.doctor .available .btn:disabled,
.doctor .available .btn-large:disabled,
.doctor .available .btn-large:disabled,
.doctor .available .btn-floating:disabled {
    background-color: #b2dfdb !important;
    /*box-shadow: none;*/
    color: #9F9F9F !important;
    cursor: default;
}

.doctor .btn.disabled {
    color: grey !important;
}

.doctor .available .btn:hover,
.doctor .available .btn-large:hover {
    background-color: #e0f2f1;
}

.doctor .available .disabled.openedregistry {
    background-color: #80cbc4 !important;
    cursor: pointer !important;
}

.doctor .disabled.openedregistry {
    background-color: #bdbdbd !important;
}

.doctor h6.date {
    margin: 0.5rem 0 0.7rem 0 !important;
    min-width: 190px;
    text-align: left !important;
    text-transform: uppercase;
}

.doctor h6.last-name {
    margin: 0 !important;
    text-transform: uppercase;
}

.doctor h6.first-name {
    margin: 0 0 0.7rem 0 !important;
}

.doctor h6.small {
    margin: 0 !important;
}

.doctor img {
    width: 40px;
}


.two-line {
    display: block !important;
    height: 64px !important;
    line-height: 64px !important;
}

    .two-line span {
        display: inline;
        display: inline-table;
        display: inline-block;
        font-size: 13px;
        line-height: 16px;
        *margin-top: expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");
        vertical-align: middle;
    }

.doctor h6 {
    margin: 0rem 0 0.2rem 0 !important;
}

.doctor h5 {
    margin: 0.3rem 0 0.3rem 0 !important;
}

.doctor .row-same-height {
    min-height: 180px;
}

.collection.person span {
    padding-left: 15px;
}

.person .collection-item {
    height: 55px !important;
    padding: 3px 20px 3px 50px !important;
    min-height: auto !important;
}

    .person .collection-item.small {
        height: 28px !important;
        padding: 3px 20px 3px 40px !important;
    }


.person.collection .collection-item.selected {
    background-color: #b2dfdb !important;
    border-left: 5px solid #26a69a !important;
    padding: 3px 20px 3px 50px !important;
}

.person.collection .collection-item.avatar .circle {
    height: 40px !important;
    left: 5px !important;
    margin-top: 5px;
    width: 40px !important;
}

    .person.collection .collection-item.avatar .circle.circle-small {
        color: #fff !important;
        height: 22px !important;
        left: 5px !important;
        width: 22px !important;
    }

.talons .col {
    padding: 0 3px !important;
}

.spec-list {
    width: 226px !important;
}

.spec-item a {
    height: 55px !important;
}

.spec-list li.spec-item {
    background-color: transparent !important;
    padding: 0 !important;
}

.spec-list .spec-item a.collapsible-header:hover {
    background-color: #e0f2f1 !important;
    border-color: #e0f2f1 !important;
}

.spec-item a.collapsible-header {
    line-height: 2.5rem !important;
}

    .spec-item a.collapsible-header i {
        float: right !important;
        line-height: 55px !important;
    }

.collection .collection-item.avatar i.circle.circle-small {
    background-color: #00796b !important;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
}

.person.collection {
    border: none !important;
    margin: 0 10px 0 0 !important;
}

    .person.collection a.collection-item:not(.selected):hover {
        background-color: #e0f2f1 !important;
        border-color: #e0f2f1 !important;
    }

.doctor-name {
    text-transform: uppercase;
    width: 226px;
}

.doctor-info {
    font-size: 12px !important;
    line-height: 1rem !important;
}

.spec-info {
    font-size: 12px !important;
    line-height: 1rem !important;
    text-transform: none !important;
}

.disabled .teal-text {
    color: #999 !important;
}

.disabled i.teal-text {
    color: #009688 !important;
}

/*validation*/

/* label color */

.input-field label {
    color: #999;
}

/* label focus color */

.input-field input[type=text]:focus + label {
    color: #999;
}

/* valid color */

/* invalid color */

.input-field input[type=text].validationElement {
    border-bottom: 1px solid #ef5350;
    box-shadow: 0 1px 0 0 #ef5350;
}

.validationElement + span, .validationElement + span {
    color: #ef5350 !important;
}

.validationMessage {
    display: none !important;
}

.input-field .prefix {
    color: #999 !important;
}

    .input-field .prefix.active {
        color: #26a69a !important;
    }

/*kendo-ui*/

.k-block, .k-header, .k-grid-header, .k-toolbar, .k-grouping-header, .k-pager-wrap, .k-button, .k-draghandle, .k-treemap-tile, html .km-pane-wrapper .k-header {
    background-color: #00897b !important;
}

.k-calendar .k-header .k-state-hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.k-calendar .k-footer .k-nav-today {
    color: #00897b !important;
}

.k-widget.k-calendar .k-nav-fast {
    width: 40% !important;
}

.k-calendar .k-header .k-link.k-nav-prev, .k-calendar .k-header .k-link.k-nav-next {
    width: auto !important;
}

.k-header a {
    padding: 0 12px !important;
}

.k-calendar td.k-state-selected {
    background-color: #00897b !important;
}

.k-calendar .k-footer .k-nav-today {
    color: #00796b !important;
    text-decoration: none !important;
}

.k-animation-container {
    width: auto !important;
}

.k-list-container {
    position: relative !important;
}

/*toasts override*/

.toast {
    font-weight: bold !important;
    height: auto !important;
}

.toast-warning {
    background-color: #ef6c00 !important;
}

.toast-success {
    background-color: #43a047 !important;
}

.toast-error {
    background-color: #c62828 !important;
}

.toast-message {
    line-height: 32px !important;
}

/*custom styles*/

.upper {
    color: #00796b;
    text-transform: uppercase;
}

.sel-date i {
    font-size: 2rem !important;
    line-height: 1.8rem !important;
}

.sel-date a {
    height: 2rem !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

.personal-info .k-state-hover {
    background-color: inherit !important;
}

input:required {
    background: transparent url(images/val_asterisk.png) no-repeat 98% center;
}

input:focus:invalid {
    background: transparent url(images/invalid.png) no-repeat 98% center;
}

input:required:valid, textarea:required:valid {
    background: transparent url(images/valid.png) no-repeat 98% center;
}

input:focus:invalid, textarea:focus:invalid {
    background: transparent url(images/invalid.png) no-repeat 98% center;
}

.card .btn {
    margin-bottom: 5px;
    padding: inherit !important;
}

.card .card-content {
    padding-bottom: 5px !important;
}

.card .row {
    margin-bottom: 0;
}

.question {
    cursor: pointer;
}

.patient li:hover {
    background-color: white !important;
}

.patient span {
    cursor: pointer;
    padding: 14px 0;
}

#printable {
    display: none;
}

#faq-view .collapsible-header {
    height: auto !important;
}

@media print {
    .non-printable {
        display: none;
    }

    header,
    button,
    .btn,
    a {
        display: none !important;
    }

    #printable {
        display: block !important;
        font-size: 16px !important;
    }

    main {
        font-size: 12px !important;
    }

    .details-info label {
        width: 130px !important;
    }

    .details-info h2 {
        font-size: 12px !important;
        font-weight: bold !important;
    }
}

.validation-summary-errors {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    color: #e57373;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

    .validation-summary-errors ul {
        padding-left: 40px;
    }

    .validation-summary-errors li {
        list-style-type: disc;
    }

.validation-summary-valid {
    display: none;
}

.agreement .input-field {
    margin-top: 0 !important;
}

.agreement a {
    display: inline-block;
}


/* columns of same height styles */

.row-same-height {
    display: table;
    width: 100%;
}

.col-xs-height {
    display: table-cell;
    float: none !important;
}

@media (min-width: 600px) {
    .col-sm-height {
        display: table-cell;
        float: none !important;
    }
}

.tabs li.tab a:hover {
    color: #b2dfdb !important;
}

.tabs .indicator {
    background-color: #009688 !important;
}

.tabs li.tab a.active {
    border-bottom: 2px solid #009688 !important;
}


/* firefox fix */

.img-responsive {
    width: 100%;
}

/* vertical alignment styles */

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

ul.side-nav.fixed {
    overflow: hidden;
}

    ul.side-nav.fixed li {
        line-height: 44px;
    }

        ul.side-nav.fixed li.selected a.collapsible-header {
            background-color: #eeeeee !important;
            border-left: 5px solid #26a69a !important;
            color: #26a69a !important;
            margin: 0 !important;
        }

        ul.side-nav.fixed li a {
            border-left: 5px solid #fff !important;
            color: #00897b !important;
            font-size: 13px;
            margin: 0 !important;
        }

            ul.side-nav.fixed li a i {
                margin-right: 0 !important;
            }


    ul.side-nav.fixed ul.collapsible-accordion {
        background-color: #FFF;
    }

    ul.side-nav.fixed:hover {
        overflow-y: auto;
    }

.bold, .bold > a {
    font-weight: bold;
}

ul.side-nav.fixed a {
    color: #444;
    display: block;
    padding: 0 15px;
}

a.collapsible-header {
    text-transform: uppercase;
}

#openregistry-model {
    width: 35%;
}

@media only screen and (max-width: 992px) {
    #openregistry-model {
        width: 80% !important;
    }
}

/*Слайдеры*/

.calendar-header {
    border-bottom: 1px solid #b2dfdb;
    line-height: 30px;
    min-height: 30px;
    padding: 0 !important;
}

    .calendar-header .day-of-week, .calendar-body .day-of-week {
        border-right: 1px solid #b2dfdb;
        width: 14.29% !important;
    }

.spec-slideer-cell {
    border-right: 1px solid #b2dfdb;
    width: 25% !important;
}

    .spec-slideer-cell:last-child {
        border-right: none;
        width: 25% !important;
    }

.calendar-header .day-of-week:last-child, .calendar-body .day-of-week:last-child {
    border-right: none;
    width: 14.26% !important;
}

.calendar-body .row {
    margin-bottom: 0 !important;
}

.calendar-body .day-of-week.active,
.calendar-body .day-of-week.holiday.active,
.calendar-body .day-of-week.holiday.empty.active,
.calendar-body .spec-slideer-cell.active,
.calendar-body .spec-slideer-cell.holiday.active,
.calendar-body .spec-slideer-cell.empty.active {
    background-color: #b2dfdb !important;
}

.calendar-body .day-of-week:hover,
.calendar-body .day-of-week.holiday:not(.empty):hover,
.calendar-body .spec-slideer-cell:hover,
.calendar-body .spec-slideer-cell:not(.empty):hover {
    background-color: #e0f2f1 !important;
}

.calendar-body .day-of-week.empty:not(.active),
.calendar-body .spec-slideer-cell.empty:not(.active) {
    background-color: #e0e0e0 !important;
    cursor: default !important;
}

.calendar-body .day-of-week.holiday.empty {
    background-color: #ffcdd2 !important;
    cursor: default !important;
}

.spec-slideer-cell.empty {
    min-height: 54px;
}

.calendar-body .day-of-week.holiday.empty a,
.calendar-body .day-of-week.empty a,
.calendar-body .spec-slideer-cell.empty a {
    color: #9F9F9F !important;
}

.calendar-control:hover {
    -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #2bbbad !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.spec-name {
    height: 44px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.doctors-count {
    font-size: 12px;
}

#specs .calendar-control {
    top: 12px;
}

.text-info {
    font-size: 10px;
}

@media (min-width: 1535px) {
    .btn-medium {
        height: 46px !important;
        width: 46px !important;
    }

        .btn-medium i {
            line-height: 46px !important;
        }

    .calendar-body {
        /*min-height: 80px;*/
        padding: 0 !important;
        position: relative;
    }


    .calendar-date {
        height: 40px;
        padding-left: 15px !important;
    }

        .calendar-date div {
            float: left;
            font-size: 30px !important;
            font-weight: bold;
            line-height: 40px !important;
            margin: 0 !important;
            padding-right: 5px !important;
        }

        .calendar-date span {
            line-height: 40px;
            vertical-align: bottom;
        }

    .calendar-summary {
        height: 40px;
        padding-left: 15px !important;
    }

    .min-max-time {
        font-size: 12px;
    }

    .talons-count {
        font-size: 12px;
    }

    .calendar-control {
        height: 80px;
        position: absolute !important;
        top: 45px;
        width: 1.5rem;
        z-index: 800 !important;
    }

    #specs .calendar-control {
        top: 8px;
    }

    .spec-name {
        font-size: 16px;
    }

    .calendar-control:hover {
        -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        background-color: #2bbbad !important;
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    }

    .calendar-control i {
        color: white !important;
        font-size: 20px;
        line-height: 80px;
    }

    .move-left {
        left: -26px;
    }

    .move-right {
        right: -26px;
    }

    /* DIRECTION CONTROLS (NEXT / PREV) */

    .bx-wrapper {
        margin: 0px auto;
        padding: 0;
        position: relative;
        *zoom: 1;
    }

    .spec-slideer-cell.empty {
        min-height: 62px;
    }
}



@media (min-width: 993px) and (max-width: 1534px) {
    .btn-medium {
        height: 38px !important;
        width: 38px !important;
    }

        .btn-medium i {
            line-height: 38px !important;
        }

    .calendar-body {
        padding: 0 !important;
        position: relative;
    }


    .calendar-date {
        height: 30px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        .calendar-date div {
            float: left;
            font-size: 20px !important;
            font-weight: bold;
            line-height: 30px !important;
            margin: 0 !important;
            padding-right: 3px !important;
        }

        .calendar-date span {
            line-height: 30px;
            font-size: 12px !important;
            vertical-align: bottom;
        }

    .calendar-summary {
        height: 30px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .min-max-time {
        font-size: 10px;
        line-height: 10px;
        padding-left: 5px !important;
    }

    .talons-count, .doctors-count {
        padding-right: 0 !important;
        font-size: 10px;
        line-height: 10px;
        padding-left: 0 !important;
    }

    .calendar-control {
        height: 60px;
        position: absolute !important;
        top: 40px;
        width: 1.5rem;
        z-index: 800 !important;
    }

        .calendar-control i {
            color: white !important;
            font-size: 20px;
            line-height: 80px;
        }

    .move-left {
        left: -22px;
    }

    .move-right {
        right: -22px;
    }

    /* DIRECTION CONTROLS (NEXT / PREV) */

    .bx-wrapper {
        margin: 0 auto;
        padding: 0;
        position: relative;
        *zoom: 1;
    }
}

@media (min-width: 601px) and (max-width: 1174px) {
    .calendar-date span {
        font-size: 10px !important;
    }

    .spec-name {
        padding-top: 5px;
        font-size: 12px;
        line-height: 1;
    }
}

@media (min-width: 601px) and (max-width: 992px) {
    .btn-medium {
        height: 38px !important;
        width: 38px !important;
    }

        .btn-medium i {
            line-height: 38px !important;
        }

    .calendar-body {
        padding: 0 !important;
        position: relative;
    }


    .calendar-date {
        height: 30px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        min-width: 50px;
    }

        .calendar-date div {
            float: left;
            font-size: 20px !important;
            font-weight: bold;
            line-height: 30px !important;
            margin: 0 !important;
            padding-right: 3px !important;
        }

        .calendar-date span {
            line-height: 30px;
            font-size: 12px !important;
            vertical-align: bottom;
        }

    .calendar-summary {
        height: 30px;
    }

    .talons-count, .doctors-count {
        font-size: 10px;
        line-height: 10px;
    }

    .calendar-control {
        height: 60px;
        position: absolute !important;
        top: 40px;
        width: 1.5rem;
        z-index: 800 !important;
    }

        .calendar-control i {
            color: white !important;
            font-size: 20px;
            line-height: 80px;
        }

    .move-left {
        left: -22px;
    }

    .move-right {
        right: -22px;
    }

    /* DIRECTION CONTROLS (NEXT / PREV) */

    .bx-wrapper {
        margin: 0 auto;
        padding: 0;
        position: relative;
        *zoom: 1;
    }
}

@media (max-width: 600px) {
    .day-of-week {
        padding: 0 !important;
    }

    .calendar-body {
        padding: 0 !important;
    }

    .calendar-date {
        padding: 0 !important;
        text-align: center !important;
    }

        .calendar-date div {
            font-weight: bold;
        }

    .calendar-summary {
        height: 30px;
    }

        .talons-count {
            font-size: 10px;
            line-height: 10px;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

    .calendar-control {
        height: 60px;
        position: absolute !important;
        top: 35px;
        width: 1.5rem;
        z-index: 800 !important;
    }

        .calendar-control i {
            color: white !important;
            font-size: 20px;
            line-height: 80px;
        }

    .move-left {
        left: -38px;
    }

    .move-right {
        right: -38px;
    }

    .bx-wrapper {
        margin: 0 auto;
        padding: 0;
        position: relative;
        *zoom: 1;
    }

    .spec-name {
        padding-top: 5px;
        font-size: 12px;
        line-height: 1;
    }

    .doctors-count {
        padding-right: 5px !important;
        font-size: 10px;
        line-height: 10px;
    }
}

.input-field.input-field-required div a {
    background: transparent url(images/val_asterisk.png) no-repeat 95% center;
}

.input-field:not(.input-field-required) div a {
    background: transparent url(images/valid.png) no-repeat 95% center;
}

.input-field:not(.input-field-required) div.chosen-container.chosen-container-active {
    border-bottom: 2px solid #26a69a;
}

.input-field.input-field-required div.chosen-container.chosen-container-active {
    border-bottom: 2px solid #ef5350;
}

.input-field.input-field-required div.chosen-container.customValidationLogicEnabled:not(.chosen-container-active) {
    border-bottom: 2px solid #ef5350;
}

.input-field:not(.input-field-required) div.chosen-container.customValidationLogicEnabled:not(.chosen-container-active) {
    border-bottom: 2px solid #4caf50;
}

.saved-item {
    list-style-position: inside;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.saved-item-remove {
    float: right;
    padding: 0 !important;
}

.selectize-input {
    border: none !important;
    padding: 14px 8px !important;
    box-shadow: none !important;
    z-index: 1 !important;
    background-color: #e0f2f1 !important;
    border-bottom: 1px solid #999999 !important;
    color: #00796b !important;
    text-transform: uppercase !important;
    font-size: 1rem !important;
}

.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/

}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/*!
 * Materialize v0.95.3 (http://materializecss.com)
 * Copyright 2014-2015 Materialize
 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
 */
.materialize-red.lighten-5 {
  background-color: #fdeaeb !important; }

.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important; }

.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important; }

.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important; }

.materialize-red.lighten-3 {
  background-color: #f3989b !important; }

.materialize-red-text.text-lighten-3 {
  color: #f3989b !important; }

.materialize-red.lighten-2 {
  background-color: #ee6e73 !important; }

.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important; }

.materialize-red.lighten-1 {
  background-color: #ea454b !important; }

.materialize-red-text.text-lighten-1 {
  color: #ea454b !important; }

.materialize-red {
  background-color: #e51c23 !important; }

.materialize-red-text {
  color: #e51c23 !important; }

.materialize-red.darken-1 {
  background-color: #d0181e !important; }

.materialize-red-text.text-darken-1 {
  color: #d0181e !important; }

.materialize-red.darken-2 {
  background-color: #b9151b !important; }

.materialize-red-text.text-darken-2 {
  color: #b9151b !important; }

.materialize-red.darken-3 {
  background-color: #a21318 !important; }

.materialize-red-text.text-darken-3 {
  color: #a21318 !important; }

.materialize-red.darken-4 {
  background-color: #8b1014 !important; }

.materialize-red-text.text-darken-4 {
  color: #8b1014 !important; }

.red.lighten-5 {
  background-color: #FFEBEE !important; }

.red-text.text-lighten-5 {
  color: #FFEBEE !important; }

.red.lighten-4 {
  background-color: #FFCDD2 !important; }

.red-text.text-lighten-4 {
  color: #FFCDD2 !important; }

.red.lighten-3 {
  background-color: #EF9A9A !important; }

.red-text.text-lighten-3 {
  color: #EF9A9A !important; }

.red.lighten-2 {
  background-color: #E57373 !important; }

.red-text.text-lighten-2 {
  color: #E57373 !important; }

.red.lighten-1 {
  background-color: #EF5350 !important; }

.red-text.text-lighten-1 {
  color: #EF5350 !important; }

.red {
  background-color: #F44336 !important; }

.red-text {
  color: #F44336 !important; }

.red.darken-1 {
  background-color: #E53935 !important; }

.red-text.text-darken-1 {
  color: #E53935 !important; }

.red.darken-2 {
  background-color: #D32F2F !important; }

.red-text.text-darken-2 {
  color: #D32F2F !important; }

.red.darken-3 {
  background-color: #C62828 !important; }

.red-text.text-darken-3 {
  color: #C62828 !important; }

.red.darken-4 {
  background-color: #B71C1C !important; }

.red-text.text-darken-4 {
  color: #B71C1C !important; }

.red.accent-1 {
  background-color: #FF8A80 !important; }

.red-text.text-accent-1 {
  color: #FF8A80 !important; }

.red.accent-2 {
  background-color: #FF5252 !important; }

.red-text.text-accent-2 {
  color: #FF5252 !important; }

.red.accent-3 {
  background-color: #FF1744 !important; }

.red-text.text-accent-3 {
  color: #FF1744 !important; }

.red.accent-4 {
  background-color: #D50000 !important; }

.red-text.text-accent-4 {
  color: #D50000 !important; }

.pink.lighten-5 {
  background-color: #fce4ec !important; }

.pink-text.text-lighten-5 {
  color: #fce4ec !important; }

.pink.lighten-4 {
  background-color: #f8bbd0 !important; }

.pink-text.text-lighten-4 {
  color: #f8bbd0 !important; }

.pink.lighten-3 {
  background-color: #f48fb1 !important; }

.pink-text.text-lighten-3 {
  color: #f48fb1 !important; }

.pink.lighten-2 {
  background-color: #f06292 !important; }

.pink-text.text-lighten-2 {
  color: #f06292 !important; }

.pink.lighten-1 {
  background-color: #ec407a !important; }

.pink-text.text-lighten-1 {
  color: #ec407a !important; }

.pink {
  background-color: #e91e63 !important; }

.pink-text {
  color: #e91e63 !important; }

.pink.darken-1 {
  background-color: #d81b60 !important; }

.pink-text.text-darken-1 {
  color: #d81b60 !important; }

.pink.darken-2 {
  background-color: #c2185b !important; }

.pink-text.text-darken-2 {
  color: #c2185b !important; }

.pink.darken-3 {
  background-color: #ad1457 !important; }

.pink-text.text-darken-3 {
  color: #ad1457 !important; }

.pink.darken-4 {
  background-color: #880e4f !important; }

.pink-text.text-darken-4 {
  color: #880e4f !important; }

.pink.accent-1 {
  background-color: #ff80ab !important; }

.pink-text.text-accent-1 {
  color: #ff80ab !important; }

.pink.accent-2 {
  background-color: #ff4081 !important; }

.pink-text.text-accent-2 {
  color: #ff4081 !important; }

.pink.accent-3 {
  background-color: #f50057 !important; }

.pink-text.text-accent-3 {
  color: #f50057 !important; }

.pink.accent-4 {
  background-color: #c51162 !important; }

.pink-text.text-accent-4 {
  color: #c51162 !important; }

.purple.lighten-5 {
  background-color: #f3e5f5 !important; }

.purple-text.text-lighten-5 {
  color: #f3e5f5 !important; }

.purple.lighten-4 {
  background-color: #e1bee7 !important; }

.purple-text.text-lighten-4 {
  color: #e1bee7 !important; }

.purple.lighten-3 {
  background-color: #ce93d8 !important; }

.purple-text.text-lighten-3 {
  color: #ce93d8 !important; }

.purple.lighten-2 {
  background-color: #ba68c8 !important; }

.purple-text.text-lighten-2 {
  color: #ba68c8 !important; }

.purple.lighten-1 {
  background-color: #ab47bc !important; }

.purple-text.text-lighten-1 {
  color: #ab47bc !important; }

.purple {
  background-color: #9c27b0 !important; }

.purple-text {
  color: #9c27b0 !important; }

.purple.darken-1 {
  background-color: #8e24aa !important; }

.purple-text.text-darken-1 {
  color: #8e24aa !important; }

.purple.darken-2 {
  background-color: #7b1fa2 !important; }

.purple-text.text-darken-2 {
  color: #7b1fa2 !important; }

.purple.darken-3 {
  background-color: #6a1b9a !important; }

.purple-text.text-darken-3 {
  color: #6a1b9a !important; }

.purple.darken-4 {
  background-color: #4a148c !important; }

.purple-text.text-darken-4 {
  color: #4a148c !important; }

.purple.accent-1 {
  background-color: #ea80fc !important; }

.purple-text.text-accent-1 {
  color: #ea80fc !important; }

.purple.accent-2 {
  background-color: #e040fb !important; }

.purple-text.text-accent-2 {
  color: #e040fb !important; }

.purple.accent-3 {
  background-color: #d500f9 !important; }

.purple-text.text-accent-3 {
  color: #d500f9 !important; }

.purple.accent-4 {
  background-color: #aa00ff !important; }

.purple-text.text-accent-4 {
  color: #aa00ff !important; }

.deep-purple.lighten-5 {
  background-color: #ede7f6 !important; }

.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important; }

.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important; }

.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important; }

.deep-purple.lighten-3 {
  background-color: #b39ddb !important; }

.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important; }

.deep-purple.lighten-2 {
  background-color: #9575cd !important; }

.deep-purple-text.text-lighten-2 {
  color: #9575cd !important; }

.deep-purple.lighten-1 {
  background-color: #7e57c2 !important; }

.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important; }

.deep-purple {
  background-color: #673ab7 !important; }

.deep-purple-text {
  color: #673ab7 !important; }

.deep-purple.darken-1 {
  background-color: #5e35b1 !important; }

.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important; }

.deep-purple.darken-2 {
  background-color: #512da8 !important; }

.deep-purple-text.text-darken-2 {
  color: #512da8 !important; }

.deep-purple.darken-3 {
  background-color: #4527a0 !important; }

.deep-purple-text.text-darken-3 {
  color: #4527a0 !important; }

.deep-purple.darken-4 {
  background-color: #311b92 !important; }

.deep-purple-text.text-darken-4 {
  color: #311b92 !important; }

.deep-purple.accent-1 {
  background-color: #b388ff !important; }

.deep-purple-text.text-accent-1 {
  color: #b388ff !important; }

.deep-purple.accent-2 {
  background-color: #7c4dff !important; }

.deep-purple-text.text-accent-2 {
  color: #7c4dff !important; }

.deep-purple.accent-3 {
  background-color: #651fff !important; }

.deep-purple-text.text-accent-3 {
  color: #651fff !important; }

.deep-purple.accent-4 {
  background-color: #6200ea !important; }

.deep-purple-text.text-accent-4 {
  color: #6200ea !important; }

.indigo.lighten-5 {
  background-color: #e8eaf6 !important; }

.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important; }

.indigo.lighten-4 {
  background-color: #c5cae9 !important; }

.indigo-text.text-lighten-4 {
  color: #c5cae9 !important; }

.indigo.lighten-3 {
  background-color: #9fa8da !important; }

.indigo-text.text-lighten-3 {
  color: #9fa8da !important; }

.indigo.lighten-2 {
  background-color: #7986cb !important; }

.indigo-text.text-lighten-2 {
  color: #7986cb !important; }

.indigo.lighten-1 {
  background-color: #5c6bc0 !important; }

.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important; }

.indigo {
  background-color: #3f51b5 !important; }

.indigo-text {
  color: #3f51b5 !important; }

.indigo.darken-1 {
  background-color: #3949ab !important; }

.indigo-text.text-darken-1 {
  color: #3949ab !important; }

.indigo.darken-2 {
  background-color: #303f9f !important; }

.indigo-text.text-darken-2 {
  color: #303f9f !important; }

.indigo.darken-3 {
  background-color: #283593 !important; }

.indigo-text.text-darken-3 {
  color: #283593 !important; }

.indigo.darken-4 {
  background-color: #1a237e !important; }

.indigo-text.text-darken-4 {
  color: #1a237e !important; }

.indigo.accent-1 {
  background-color: #8c9eff !important; }

.indigo-text.text-accent-1 {
  color: #8c9eff !important; }

.indigo.accent-2 {
  background-color: #536dfe !important; }

.indigo-text.text-accent-2 {
  color: #536dfe !important; }

.indigo.accent-3 {
  background-color: #3d5afe !important; }

.indigo-text.text-accent-3 {
  color: #3d5afe !important; }

.indigo.accent-4 {
  background-color: #304ffe !important; }

.indigo-text.text-accent-4 {
  color: #304ffe !important; }

.blue.lighten-5 {
  background-color: #E3F2FD !important; }

.blue-text.text-lighten-5 {
  color: #E3F2FD !important; }

.blue.lighten-4 {
  background-color: #BBDEFB !important; }

.blue-text.text-lighten-4 {
  color: #BBDEFB !important; }

.blue.lighten-3 {
  background-color: #90CAF9 !important; }

.blue-text.text-lighten-3 {
  color: #90CAF9 !important; }

.blue.lighten-2 {
  background-color: #64B5F6 !important; }

.blue-text.text-lighten-2 {
  color: #64B5F6 !important; }

.blue.lighten-1 {
  background-color: #42A5F5 !important; }

.blue-text.text-lighten-1 {
  color: #42A5F5 !important; }

.blue {
  background-color: #2196F3 !important; }

.blue-text {
  color: #2196F3 !important; }

.blue.darken-1 {
  background-color: #1E88E5 !important; }

.blue-text.text-darken-1 {
  color: #1E88E5 !important; }

.blue.darken-2 {
  background-color: #1976D2 !important; }

.blue-text.text-darken-2 {
  color: #1976D2 !important; }

.blue.darken-3 {
  background-color: #1565C0 !important; }

.blue-text.text-darken-3 {
  color: #1565C0 !important; }

.blue.darken-4 {
  background-color: #0D47A1 !important; }

.blue-text.text-darken-4 {
  color: #0D47A1 !important; }

.blue.accent-1 {
  background-color: #82B1FF !important; }

.blue-text.text-accent-1 {
  color: #82B1FF !important; }

.blue.accent-2 {
  background-color: #448AFF !important; }

.blue-text.text-accent-2 {
  color: #448AFF !important; }

.blue.accent-3 {
  background-color: #2979FF !important; }

.blue-text.text-accent-3 {
  color: #2979FF !important; }

.blue.accent-4 {
  background-color: #2962FF !important; }

.blue-text.text-accent-4 {
  color: #2962FF !important; }

.light-blue.lighten-5 {
  background-color: #e1f5fe !important; }

.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important; }

.light-blue.lighten-4 {
  background-color: #b3e5fc !important; }

.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important; }

.light-blue.lighten-3 {
  background-color: #81d4fa !important; }

.light-blue-text.text-lighten-3 {
  color: #81d4fa !important; }

.light-blue.lighten-2 {
  background-color: #4fc3f7 !important; }

.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important; }

.light-blue.lighten-1 {
  background-color: #29b6f6 !important; }

.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important; }

.light-blue {
  background-color: #03a9f4 !important; }

.light-blue-text {
  color: #03a9f4 !important; }

.light-blue.darken-1 {
  background-color: #039be5 !important; }

.light-blue-text.text-darken-1 {
  color: #039be5 !important; }

.light-blue.darken-2 {
  background-color: #0288d1 !important; }

.light-blue-text.text-darken-2 {
  color: #0288d1 !important; }

.light-blue.darken-3 {
  background-color: #0277bd !important; }

.light-blue-text.text-darken-3 {
  color: #0277bd !important; }

.light-blue.darken-4 {
  background-color: #01579b !important; }

.light-blue-text.text-darken-4 {
  color: #01579b !important; }

.light-blue.accent-1 {
  background-color: #80d8ff !important; }

.light-blue-text.text-accent-1 {
  color: #80d8ff !important; }

.light-blue.accent-2 {
  background-color: #40c4ff !important; }

.light-blue-text.text-accent-2 {
  color: #40c4ff !important; }

.light-blue.accent-3 {
  background-color: #00b0ff !important; }

.light-blue-text.text-accent-3 {
  color: #00b0ff !important; }

.light-blue.accent-4 {
  background-color: #0091ea !important; }

.light-blue-text.text-accent-4 {
  color: #0091ea !important; }

.cyan.lighten-5 {
  background-color: #e0f7fa !important; }

.cyan-text.text-lighten-5 {
  color: #e0f7fa !important; }

.cyan.lighten-4 {
  background-color: #b2ebf2 !important; }

.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important; }

.cyan.lighten-3 {
  background-color: #80deea !important; }

.cyan-text.text-lighten-3 {
  color: #80deea !important; }

.cyan.lighten-2 {
  background-color: #4dd0e1 !important; }

.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important; }

.cyan.lighten-1 {
  background-color: #26c6da !important; }

.cyan-text.text-lighten-1 {
  color: #26c6da !important; }

.cyan {
  background-color: #00bcd4 !important; }

.cyan-text {
  color: #00bcd4 !important; }

.cyan.darken-1 {
  background-color: #00acc1 !important; }

.cyan-text.text-darken-1 {
  color: #00acc1 !important; }

.cyan.darken-2 {
  background-color: #0097a7 !important; }

.cyan-text.text-darken-2 {
  color: #0097a7 !important; }

.cyan.darken-3 {
  background-color: #00838f !important; }

.cyan-text.text-darken-3 {
  color: #00838f !important; }

.cyan.darken-4 {
  background-color: #006064 !important; }

.cyan-text.text-darken-4 {
  color: #006064 !important; }

.cyan.accent-1 {
  background-color: #84ffff !important; }

.cyan-text.text-accent-1 {
  color: #84ffff !important; }

.cyan.accent-2 {
  background-color: #18ffff !important; }

.cyan-text.text-accent-2 {
  color: #18ffff !important; }

.cyan.accent-3 {
  background-color: #00e5ff !important; }

.cyan-text.text-accent-3 {
  color: #00e5ff !important; }

.cyan.accent-4 {
  background-color: #00b8d4 !important; }

.cyan-text.text-accent-4 {
  color: #00b8d4 !important; }

.teal.lighten-5 {
  background-color: #e0f2f1 !important; }

.teal-text.text-lighten-5 {
  color: #e0f2f1 !important; }

.teal.lighten-4 {
  background-color: #b2dfdb !important; }

.teal-text.text-lighten-4 {
  color: #b2dfdb !important; }

.teal.lighten-3 {
  background-color: #80cbc4 !important; }

.teal-text.text-lighten-3 {
  color: #80cbc4 !important; }

.teal.lighten-2 {
  background-color: #4db6ac !important; }

.teal-text.text-lighten-2 {
  color: #4db6ac !important; }

.teal.lighten-1 {
  background-color: #26a69a !important; }

.teal-text.text-lighten-1 {
  color: #26a69a !important; }

.teal {
  background-color: #009688 !important; }

.teal-text {
  color: #009688 !important; }

.teal.darken-1 {
  background-color: #00897b !important; }

.teal-text.text-darken-1 {
  color: #00897b !important; }

.teal.darken-2 {
  background-color: #00796b !important; }

.teal-text.text-darken-2 {
  color: #00796b !important; }

.teal.darken-3 {
  background-color: #00695c !important; }

.teal-text.text-darken-3 {
  color: #00695c !important; }

.teal.darken-4 {
  background-color: #004d40 !important; }

.teal-text.text-darken-4 {
  color: #004d40 !important; }

.teal.accent-1 {
  background-color: #a7ffeb !important; }

.teal-text.text-accent-1 {
  color: #a7ffeb !important; }

.teal.accent-2 {
  background-color: #64ffda !important; }

.teal-text.text-accent-2 {
  color: #64ffda !important; }

.teal.accent-3 {
  background-color: #1de9b6 !important; }

.teal-text.text-accent-3 {
  color: #1de9b6 !important; }

.teal.accent-4 {
  background-color: #00bfa5 !important; }

.teal-text.text-accent-4 {
  color: #00bfa5 !important; }

.green.lighten-5 {
  background-color: #E8F5E9 !important; }

.green-text.text-lighten-5 {
  color: #E8F5E9 !important; }

.green.lighten-4 {
  background-color: #C8E6C9 !important; }

.green-text.text-lighten-4 {
  color: #C8E6C9 !important; }

.green.lighten-3 {
  background-color: #A5D6A7 !important; }

.green-text.text-lighten-3 {
  color: #A5D6A7 !important; }

.green.lighten-2 {
  background-color: #81C784 !important; }

.green-text.text-lighten-2 {
  color: #81C784 !important; }

.green.lighten-1 {
  background-color: #66BB6A !important; }

.green-text.text-lighten-1 {
  color: #66BB6A !important; }

.green {
  background-color: #4CAF50 !important; }

.green-text {
  color: #4CAF50 !important; }

.green.darken-1 {
  background-color: #43A047 !important; }

.green-text.text-darken-1 {
  color: #43A047 !important; }

.green.darken-2 {
  background-color: #388E3C !important; }

.green-text.text-darken-2 {
  color: #388E3C !important; }

.green.darken-3 {
  background-color: #2E7D32 !important; }

.green-text.text-darken-3 {
  color: #2E7D32 !important; }

.green.darken-4 {
  background-color: #1B5E20 !important; }

.green-text.text-darken-4 {
  color: #1B5E20 !important; }

.green.accent-1 {
  background-color: #B9F6CA !important; }

.green-text.text-accent-1 {
  color: #B9F6CA !important; }

.green.accent-2 {
  background-color: #69F0AE !important; }

.green-text.text-accent-2 {
  color: #69F0AE !important; }

.green.accent-3 {
  background-color: #00E676 !important; }

.green-text.text-accent-3 {
  color: #00E676 !important; }

.green.accent-4 {
  background-color: #00C853 !important; }

.green-text.text-accent-4 {
  color: #00C853 !important; }

.light-green.lighten-5 {
  background-color: #f1f8e9 !important; }

.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important; }

.light-green.lighten-4 {
  background-color: #dcedc8 !important; }

.light-green-text.text-lighten-4 {
  color: #dcedc8 !important; }

.light-green.lighten-3 {
  background-color: #c5e1a5 !important; }

.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important; }

.light-green.lighten-2 {
  background-color: #aed581 !important; }

.light-green-text.text-lighten-2 {
  color: #aed581 !important; }

.light-green.lighten-1 {
  background-color: #9ccc65 !important; }

.light-green-text.text-lighten-1 {
  color: #9ccc65 !important; }

.light-green {
  background-color: #8bc34a !important; }

.light-green-text {
  color: #8bc34a !important; }

.light-green.darken-1 {
  background-color: #7cb342 !important; }

.light-green-text.text-darken-1 {
  color: #7cb342 !important; }

.light-green.darken-2 {
  background-color: #689f38 !important; }

.light-green-text.text-darken-2 {
  color: #689f38 !important; }

.light-green.darken-3 {
  background-color: #558b2f !important; }

.light-green-text.text-darken-3 {
  color: #558b2f !important; }

.light-green.darken-4 {
  background-color: #33691e !important; }

.light-green-text.text-darken-4 {
  color: #33691e !important; }

.light-green.accent-1 {
  background-color: #ccff90 !important; }

.light-green-text.text-accent-1 {
  color: #ccff90 !important; }

.light-green.accent-2 {
  background-color: #b2ff59 !important; }

.light-green-text.text-accent-2 {
  color: #b2ff59 !important; }

.light-green.accent-3 {
  background-color: #76ff03 !important; }

.light-green-text.text-accent-3 {
  color: #76ff03 !important; }

.light-green.accent-4 {
  background-color: #64dd17 !important; }

.light-green-text.text-accent-4 {
  color: #64dd17 !important; }

.lime.lighten-5 {
  background-color: #f9fbe7 !important; }

.lime-text.text-lighten-5 {
  color: #f9fbe7 !important; }

.lime.lighten-4 {
  background-color: #f0f4c3 !important; }

.lime-text.text-lighten-4 {
  color: #f0f4c3 !important; }

.lime.lighten-3 {
  background-color: #e6ee9c !important; }

.lime-text.text-lighten-3 {
  color: #e6ee9c !important; }

.lime.lighten-2 {
  background-color: #dce775 !important; }

.lime-text.text-lighten-2 {
  color: #dce775 !important; }

.lime.lighten-1 {
  background-color: #d4e157 !important; }

.lime-text.text-lighten-1 {
  color: #d4e157 !important; }

.lime {
  background-color: #cddc39 !important; }

.lime-text {
  color: #cddc39 !important; }

.lime.darken-1 {
  background-color: #c0ca33 !important; }

.lime-text.text-darken-1 {
  color: #c0ca33 !important; }

.lime.darken-2 {
  background-color: #afb42b !important; }

.lime-text.text-darken-2 {
  color: #afb42b !important; }

.lime.darken-3 {
  background-color: #9e9d24 !important; }

.lime-text.text-darken-3 {
  color: #9e9d24 !important; }

.lime.darken-4 {
  background-color: #827717 !important; }

.lime-text.text-darken-4 {
  color: #827717 !important; }

.lime.accent-1 {
  background-color: #f4ff81 !important; }

.lime-text.text-accent-1 {
  color: #f4ff81 !important; }

.lime.accent-2 {
  background-color: #eeff41 !important; }

.lime-text.text-accent-2 {
  color: #eeff41 !important; }

.lime.accent-3 {
  background-color: #c6ff00 !important; }

.lime-text.text-accent-3 {
  color: #c6ff00 !important; }

.lime.accent-4 {
  background-color: #aeea00 !important; }

.lime-text.text-accent-4 {
  color: #aeea00 !important; }

.yellow.lighten-5 {
  background-color: #fffde7 !important; }

.yellow-text.text-lighten-5 {
  color: #fffde7 !important; }

.yellow.lighten-4 {
  background-color: #fff9c4 !important; }

.yellow-text.text-lighten-4 {
  color: #fff9c4 !important; }

.yellow.lighten-3 {
  background-color: #fff59d !important; }

.yellow-text.text-lighten-3 {
  color: #fff59d !important; }

.yellow.lighten-2 {
  background-color: #fff176 !important; }

.yellow-text.text-lighten-2 {
  color: #fff176 !important; }

.yellow.lighten-1 {
  background-color: #ffee58 !important; }

.yellow-text.text-lighten-1 {
  color: #ffee58 !important; }

.yellow {
  background-color: #ffeb3b !important; }

.yellow-text {
  color: #ffeb3b !important; }

.yellow.darken-1 {
  background-color: #fdd835 !important; }

.yellow-text.text-darken-1 {
  color: #fdd835 !important; }

.yellow.darken-2 {
  background-color: #fbc02d !important; }

.yellow-text.text-darken-2 {
  color: #fbc02d !important; }

.yellow.darken-3 {
  background-color: #f9a825 !important; }

.yellow-text.text-darken-3 {
  color: #f9a825 !important; }

.yellow.darken-4 {
  background-color: #f57f17 !important; }

.yellow-text.text-darken-4 {
  color: #f57f17 !important; }

.yellow.accent-1 {
  background-color: #ffff8d !important; }

.yellow-text.text-accent-1 {
  color: #ffff8d !important; }

.yellow.accent-2 {
  background-color: #ffff00 !important; }

.yellow-text.text-accent-2 {
  color: #ffff00 !important; }

.yellow.accent-3 {
  background-color: #ffea00 !important; }

.yellow-text.text-accent-3 {
  color: #ffea00 !important; }

.yellow.accent-4 {
  background-color: #ffd600 !important; }

.yellow-text.text-accent-4 {
  color: #ffd600 !important; }

.amber.lighten-5 {
  background-color: #fff8e1 !important; }

.amber-text.text-lighten-5 {
  color: #fff8e1 !important; }

.amber.lighten-4 {
  background-color: #ffecb3 !important; }

.amber-text.text-lighten-4 {
  color: #ffecb3 !important; }

.amber.lighten-3 {
  background-color: #ffe082 !important; }

.amber-text.text-lighten-3 {
  color: #ffe082 !important; }

.amber.lighten-2 {
  background-color: #ffd54f !important; }

.amber-text.text-lighten-2 {
  color: #ffd54f !important; }

.amber.lighten-1 {
  background-color: #ffca28 !important; }

.amber-text.text-lighten-1 {
  color: #ffca28 !important; }

.amber {
  background-color: #ffc107 !important; }

.amber-text {
  color: #ffc107 !important; }

.amber.darken-1 {
  background-color: #ffb300 !important; }

.amber-text.text-darken-1 {
  color: #ffb300 !important; }

.amber.darken-2 {
  background-color: #ffa000 !important; }

.amber-text.text-darken-2 {
  color: #ffa000 !important; }

.amber.darken-3 {
  background-color: #ff8f00 !important; }

.amber-text.text-darken-3 {
  color: #ff8f00 !important; }

.amber.darken-4 {
  background-color: #ff6f00 !important; }

.amber-text.text-darken-4 {
  color: #ff6f00 !important; }

.amber.accent-1 {
  background-color: #ffe57f !important; }

.amber-text.text-accent-1 {
  color: #ffe57f !important; }

.amber.accent-2 {
  background-color: #ffd740 !important; }

.amber-text.text-accent-2 {
  color: #ffd740 !important; }

.amber.accent-3 {
  background-color: #ffc400 !important; }

.amber-text.text-accent-3 {
  color: #ffc400 !important; }

.amber.accent-4 {
  background-color: #ffab00 !important; }

.amber-text.text-accent-4 {
  color: #ffab00 !important; }

.orange.lighten-5 {
  background-color: #fff3e0 !important; }

.orange-text.text-lighten-5 {
  color: #fff3e0 !important; }

.orange.lighten-4 {
  background-color: #ffe0b2 !important; }

.orange-text.text-lighten-4 {
  color: #ffe0b2 !important; }

.orange.lighten-3 {
  background-color: #ffcc80 !important; }

.orange-text.text-lighten-3 {
  color: #ffcc80 !important; }

.orange.lighten-2 {
  background-color: #ffb74d !important; }

.orange-text.text-lighten-2 {
  color: #ffb74d !important; }

.orange.lighten-1 {
  background-color: #ffa726 !important; }

.orange-text.text-lighten-1 {
  color: #ffa726 !important; }

.orange {
  background-color: #ff9800 !important; }

.orange-text {
  color: #ff9800 !important; }

.orange.darken-1 {
  background-color: #fb8c00 !important; }

.orange-text.text-darken-1 {
  color: #fb8c00 !important; }

.orange.darken-2 {
  background-color: #f57c00 !important; }

.orange-text.text-darken-2 {
  color: #f57c00 !important; }

.orange.darken-3 {
  background-color: #ef6c00 !important; }

.orange-text.text-darken-3 {
  color: #ef6c00 !important; }

.orange.darken-4 {
  background-color: #e65100 !important; }

.orange-text.text-darken-4 {
  color: #e65100 !important; }

.orange.accent-1 {
  background-color: #ffd180 !important; }

.orange-text.text-accent-1 {
  color: #ffd180 !important; }

.orange.accent-2 {
  background-color: #ffab40 !important; }

.orange-text.text-accent-2 {
  color: #ffab40 !important; }

.orange.accent-3 {
  background-color: #ff9100 !important; }

.orange-text.text-accent-3 {
  color: #ff9100 !important; }

.orange.accent-4 {
  background-color: #ff6d00 !important; }

.orange-text.text-accent-4 {
  color: #ff6d00 !important; }

.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important; }

.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important; }

.deep-orange.lighten-4 {
  background-color: #ffccbc !important; }

.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important; }

.deep-orange.lighten-3 {
  background-color: #ffab91 !important; }

.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important; }

.deep-orange.lighten-2 {
  background-color: #ff8a65 !important; }

.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important; }

.deep-orange.lighten-1 {
  background-color: #ff7043 !important; }

.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important; }

.deep-orange {
  background-color: #ff5722 !important; }

.deep-orange-text {
  color: #ff5722 !important; }

.deep-orange.darken-1 {
  background-color: #f4511e !important; }

.deep-orange-text.text-darken-1 {
  color: #f4511e !important; }

.deep-orange.darken-2 {
  background-color: #e64a19 !important; }

.deep-orange-text.text-darken-2 {
  color: #e64a19 !important; }

.deep-orange.darken-3 {
  background-color: #d84315 !important; }

.deep-orange-text.text-darken-3 {
  color: #d84315 !important; }

.deep-orange.darken-4 {
  background-color: #bf360c !important; }

.deep-orange-text.text-darken-4 {
  color: #bf360c !important; }

.deep-orange.accent-1 {
  background-color: #ff9e80 !important; }

.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important; }

.deep-orange.accent-2 {
  background-color: #ff6e40 !important; }

.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important; }

.deep-orange.accent-3 {
  background-color: #ff3d00 !important; }

.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important; }

.deep-orange.accent-4 {
  background-color: #dd2c00 !important; }

.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important; }

.brown.lighten-5 {
  background-color: #efebe9 !important; }

.brown-text.text-lighten-5 {
  color: #efebe9 !important; }

.brown.lighten-4 {
  background-color: #d7ccc8 !important; }

.brown-text.text-lighten-4 {
  color: #d7ccc8 !important; }

.brown.lighten-3 {
  background-color: #bcaaa4 !important; }

.brown-text.text-lighten-3 {
  color: #bcaaa4 !important; }

.brown.lighten-2 {
  background-color: #a1887f !important; }

.brown-text.text-lighten-2 {
  color: #a1887f !important; }

.brown.lighten-1 {
  background-color: #8d6e63 !important; }

.brown-text.text-lighten-1 {
  color: #8d6e63 !important; }

.brown {
  background-color: #795548 !important; }

.brown-text {
  color: #795548 !important; }

.brown.darken-1 {
  background-color: #6d4c41 !important; }

.brown-text.text-darken-1 {
  color: #6d4c41 !important; }

.brown.darken-2 {
  background-color: #5d4037 !important; }

.brown-text.text-darken-2 {
  color: #5d4037 !important; }

.brown.darken-3 {
  background-color: #4e342e !important; }

.brown-text.text-darken-3 {
  color: #4e342e !important; }

.brown.darken-4 {
  background-color: #3e2723 !important; }

.brown-text.text-darken-4 {
  color: #3e2723 !important; }

.blue-grey.lighten-5 {
  background-color: #eceff1 !important; }

.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important; }

.blue-grey.lighten-4 {
  background-color: #cfd8dc !important; }

.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important; }

.blue-grey.lighten-3 {
  background-color: #b0bec5 !important; }

.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important; }

.blue-grey.lighten-2 {
  background-color: #90a4ae !important; }

.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important; }

.blue-grey.lighten-1 {
  background-color: #78909c !important; }

.blue-grey-text.text-lighten-1 {
  color: #78909c !important; }

.blue-grey {
  background-color: #607d8b !important; }

.blue-grey-text {
  color: #607d8b !important; }

.blue-grey.darken-1 {
  background-color: #546e7a !important; }

.blue-grey-text.text-darken-1 {
  color: #546e7a !important; }

.blue-grey.darken-2 {
  background-color: #455a64 !important; }

.blue-grey-text.text-darken-2 {
  color: #455a64 !important; }

.blue-grey.darken-3 {
  background-color: #37474f !important; }

.blue-grey-text.text-darken-3 {
  color: #37474f !important; }

.blue-grey.darken-4 {
  background-color: #263238 !important; }

.blue-grey-text.text-darken-4 {
  color: #263238 !important; }

.grey.lighten-5 {
  background-color: #fafafa !important; }

.grey-text.text-lighten-5 {
  color: #fafafa !important; }

.grey.lighten-4 {
  background-color: #f5f5f5 !important; }

.grey-text.text-lighten-4 {
  color: #f5f5f5 !important; }

.grey.lighten-3 {
  background-color: #eeeeee !important; }

.grey-text.text-lighten-3 {
  color: #eeeeee !important; }

.grey.lighten-2 {
  background-color: #e0e0e0 !important; }

.grey-text.text-lighten-2 {
  color: #e0e0e0 !important; }

.grey.lighten-1 {
  background-color: #bdbdbd !important; }

.grey-text.text-lighten-1 {
  color: #bdbdbd !important; }

.grey {
  background-color: #9e9e9e !important; }

.grey-text {
  color: #9e9e9e !important; }

.grey.darken-1 {
  background-color: #757575 !important; }

.grey-text.text-darken-1 {
  color: #757575 !important; }

.grey.darken-2 {
  background-color: #616161 !important; }

.grey-text.text-darken-2 {
  color: #616161 !important; }

.grey.darken-3 {
  background-color: #424242 !important; }

.grey-text.text-darken-3 {
  color: #424242 !important; }

.grey.darken-4 {
  background-color: #212121 !important; }

.grey-text.text-darken-4 {
  color: #212121 !important; }

.shades.black {
  background-color: #000000 !important; }

.shades-text.text-black {
  color: #000000 !important; }

.shades.white {
  background-color: #FFFFFF !important; }

.shades-text.text-white {
  color: #FFFFFF !important; }

.black {
  background-color: #000000 !important; }

.black-text {
  color: #000000 !important; }

.white {
  background-color: #FFFFFF !important; }

.white-text {
  color: #FFFFFF !important; }

/*** Colors ***/
/*** Badges ***/
/*** Buttons ***/
/*** Cards ***/
/*** Collapsible ***/
/*** Dropdown ***/
/*** Fonts ***/
/*** Forms ***/
/*** Global ***/
/*** Navbar ***/
/*** SideNav ***/
/*** Tabs ***/
/*** Tables ***/
/*** Toasts ***/
/*** Typography ***/
/*** Collections ***/
/* Progress Bar */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

ul {
  list-style-type: none; }

a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

.valign-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .valign-wrapper .valign {
    display: block; }

ul {
  padding: 0; }
  ul li {
    list-style-type: none; }

.clearfix {
  clear: both; }

.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, ul.side-nav {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.z-depth-2 {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.z-depth-3 {
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

.z-depth-4, .modal {
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }

.z-depth-5 {
  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); }

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0; }

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #EF9A9A; }

i {
  line-height: inherit; }
  i.left {
    float: left;
    margin-right: 15px; }
  i.right {
    float: right;
    margin-left: 15px; }
  i.tiny {
    font-size: 1rem; }
  i.small {
    font-size: 2rem; }
  i.medium {
    font-size: 4rem; }
  i.large {
    font-size: 6rem; }

img.responsive-img, video.responsive-video {
  max-width: 100%;
  height: auto; }

.pagination li {
  font-size: 1.2rem;
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  text-align: center; }
  .pagination li a {
    color: #444; }
  .pagination li.active a {
    color: #fff; }
  .pagination li.active {
    background-color: #ee6e73; }
  .pagination li.disabled a {
    color: #999; }
  .pagination li i {
    font-size: 2rem;
    line-height: 1.8rem; }

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px; }

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }
  .parallax img {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 100%;
    background-position: center; }

.pin-top, .pin-bottom {
  position: relative; }

.pinned {
  position: fixed !important; }

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  -ms-filter: "progid:DXImageTransform@mixin Microsoft@mixin Alpha(Opacity=${iefactor})";
  filter: "alpha(opacity=(${iefactor}))";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.fade-in {
  -ms-filter: "progid:DXImageTransform@mixin Microsoft@mixin Alpha(Opacity=${iefactor})";
  filter: "alpha(opacity=(${iefactor}))";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transform-origin: 0 50%; }

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width : 600px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important; } }

@media only screen and (max-width : 992px) {
  .hide-on-med-and-down {
    display: none !important; } }

@media only screen and (min-width : 601px) {
  .hide-on-med-and-up {
    display: none !important; } }

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important; } }

@media only screen and (min-width : 993px) {
  .hide-on-large-only {
    display: none !important; } }

@media only screen and (min-width : 993px) {
  .show-on-large {
    display: initial !important; } }

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: initial !important; } }

@media only screen and (max-width : 600px) {
  .show-on-small {
    display: initial !important; } }

@media only screen and (min-width : 601px) {
  .show-on-medium-and-up {
    display: initial !important; } }

@media only screen and (max-width : 992px) {
  .show-on-medium-and-down {
    display: initial !important; } }

@media only screen and (max-width : 600px) {
  .center-on-small-only {
    text-align: center; } }

footer.page-footer {
  margin-top: 20px;
  padding-top: 20px;
  background-color: #ee6e73; }
  footer.page-footer .footer-copyright {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(51, 51, 51, 0.08); }

table, th, td {
  border: none; }

table {
  width: 100%;
  display: table; }
  table.bordered tr {
    border-bottom: 1px solid #d0d0d0; }
  table.striped tbody tr:nth-child(odd) {
    background-color: #f2f2f2; }
  table.hoverable tbody tr {
    -webkit-transition: background-color 0.25s ease;
    -moz-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    -ms-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease; }
    table.hoverable tbody tr:hover {
      background-color: #f2f2f2; }
  table.centered thead tr th, table.centered tbody tr td {
    text-align: center; }

thead {
  border-bottom: 1px solid #d0d0d0; }

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box; }

@media only screen and (max-width : 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */ }
    table.responsive-table th, table.responsive-table td {
      margin: 0;
      vertical-align: top; }
    table.responsive-table th {
      text-align: left; }
    table.responsive-table thead {
      display: block;
      float: left; }
      table.responsive-table thead tr {
        display: block;
        padding: 0 10px 0 0; }
    table.responsive-table tbody {
      display: block;
      width: auto;
      position: relative;
      overflow-x: auto;
      white-space: nowrap; }
      table.responsive-table tbody tr {
        display: inline-block;
        vertical-align: top; }
    table.responsive-table th {
      display: block;
      text-align: right; }
    table.responsive-table td {
      display: block;
      min-height: 1.25em;
      text-align: left; }
    table.responsive-table tr {
      padding: 0 10px; }
    table.responsive-table thead {
      border: 0;
      border-right: 1px solid #d0d0d0; }
    table.responsive-table.bordered th {
      border-bottom: 0;
      border-left: 0; }
    table.responsive-table.bordered td {
      border-left: 0;
      border-right: 0;
      border-bottom: 0; }
    table.responsive-table.bordered tr {
      border: 0; }
    table.responsive-table.bordered tbody tr {
      border-right: 1px solid #d0d0d0; }
 }

.collection {
  background-color: #999;
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  overflow: hidden; }
  .collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0px;
    border-bottom: 1px solid #e0e0e0; }
    .collection .collection-item.avatar {
      height: 84px;
      padding-left: 72px;
      position: relative; }
      .collection .collection-item.avatar .circle {
        position: absolute;
        width: 42px;
        height: 42px;
        overflow: hidden;
        left: 15px;
        display: inline-block;
        vertical-align: middle; }
      .collection .collection-item.avatar i.circle {
        font-size: 18px;
        line-height: 42px;
        color: #fff;
        background-color: #999;
        text-align: center; }
      .collection .collection-item.avatar .title {
        font-size: 16px; }
      .collection .collection-item.avatar p {
        margin: 0; }
      .collection .collection-item.avatar .secondary-content {
        position: absolute;
        top: 16px;
        right: 16px; }
    .collection .collection-item:last-child {
      border-bottom: none; }
    .collection .collection-item.active {
      background-color: #26a69a;
      color: #eafaf9; }
  .collection a.collection-item {
    display: block;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
    color: #26a69a; }
    .collection a.collection-item:not(.active):hover {
      background-color: #ddd; }
  .collection.with-header .collection-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 20px; }
  .collection.with-header .collection-item {
    padding-left: 30px; }

.secondary-content {
  float: right;
  color: #26a69a; }

span.badge {
  min-width: 3rem;
  padding: 0 6px;
  text-align: center;
  font-size: 1rem;
  line-height: inherit;
  color: #757575;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  span.badge.new {
    font-weight: 300;
    font-size: 0.8rem;
    color: #fff;
    background-color: #26a69a;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box; }
  span.badge.new:after {
    content: " new"; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden; }
  .progress .determinate {
    position: absolute;
    background-color: inherit;
    top: 0;
    bottom: 0;
    background-color: #26a69a;
    -webkit-transition: width 0.3s linear;
    -moz-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    -ms-transition: width 0.3s linear;
    transition: width 0.3s linear; }
  .progress .indeterminate {
    background-color: #26a69a; }
    .progress .indeterminate:before {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
      -moz-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
      -ms-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
      -o-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
      animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
    .progress .indeterminate:after {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      -moz-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      -ms-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      -o-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      -webkit-animation-delay: 1.15s;
      -moz-animation-delay: 1.15s;
      -ms-animation-delay: 1.15s;
      -o-animation-delay: 1.15s;
      animation-delay: 1.15s; }

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }

  60% {
    left: 100%;
    right: -90%; }

  100% {
    left: 100%;
    right: -90%; } }

@-moz-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }

  60% {
    left: 100%;
    right: -90%; }

  100% {
    left: 100%;
    right: -90%; } }

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }

  60% {
    left: 100%;
    right: -90%; }

  100% {
    left: 100%;
    right: -90%; } }

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }

  60% {
    left: 107%;
    right: -8%; }

  100% {
    left: 107%;
    right: -8%; } }

@-moz-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }

  60% {
    left: 107%;
    right: -8%; }

  100% {
    left: 107%;
    right: -8%; } }

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }

  60% {
    left: 107%;
    right: -8%; }

  100% {
    left: 107%;
    right: -8%; } }

/*******************
  Utility Classes
*******************/
.left-align {
  text-align: left; }

.right-align {
  text-align: right; }

.center, .center-align {
  text-align: center; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.no-select, input[type=range], input[type=range] + .thumb {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

@font-face {
  font-family: "Material-Design-Icons";
  src: url("../font/material-design-icons/Material-Design-Icons.eot");
  src: url("../font/material-design-icons/Material-Design-Icons.eot?#iefix") format("embedded-opentype"), url("../font/material-design-icons/Material-Design-Icons.woff") format("woff"), url("../font/material-design-icons/Material-Design-Icons.ttf") format("truetype"), url("../font/material-design-icons/Material-Design-Icons.svg#Material-Design-Icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="mdi-"], [class*=" mdi-"] {
  font-family: "Material-Design-Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.mdi-action-3d-rotation:before {
  content: "\e600"; }

.mdi-action-accessibility:before {
  content: "\e601"; }

.mdi-action-account-balance:before {
  content: "\e602"; }

.mdi-action-account-balance-wallet:before {
  content: "\e603"; }

.mdi-action-account-box:before {
  content: "\e604"; }

.mdi-action-account-child:before {
  content: "\e605"; }

.mdi-action-account-circle:before {
  content: "\e606"; }

.mdi-action-add-shopping-cart:before {
  content: "\e607"; }

.mdi-action-alarm:before {
  content: "\e608"; }

.mdi-action-alarm-add:before {
  content: "\e609"; }

.mdi-action-alarm-off:before {
  content: "\e60a"; }

.mdi-action-alarm-on:before {
  content: "\e60b"; }

.mdi-action-android:before {
  content: "\e60c"; }

.mdi-action-announcement:before {
  content: "\e60d"; }

.mdi-action-aspect-ratio:before {
  content: "\e60e"; }

.mdi-action-assessment:before {
  content: "\e60f"; }

.mdi-action-assignment:before {
  content: "\e610"; }

.mdi-action-assignment-ind:before {
  content: "\e611"; }

.mdi-action-assignment-late:before {
  content: "\e612"; }

.mdi-action-assignment-return:before {
  content: "\e613"; }

.mdi-action-assignment-returned:before {
  content: "\e614"; }

.mdi-action-assignment-turned-in:before {
  content: "\e615"; }

.mdi-action-autorenew:before {
  content: "\e616"; }

.mdi-action-backup:before {
  content: "\e617"; }

.mdi-action-book:before {
  content: "\e618"; }

.mdi-action-bookmark:before {
  content: "\e619"; }

.mdi-action-bookmark-outline:before {
  content: "\e61a"; }

.mdi-action-bug-report:before {
  content: "\e61b"; }

.mdi-action-cached:before {
  content: "\e61c"; }

.mdi-action-class:before {
  content: "\e61d"; }

.mdi-action-credit-card:before {
  content: "\e61e"; }

.mdi-action-dashboard:before {
  content: "\e61f"; }

.mdi-action-delete:before {
  content: "\e620"; }

.mdi-action-description:before {
  content: "\e621"; }

.mdi-action-dns:before {
  content: "\e622"; }

.mdi-action-done:before {
  content: "\e623"; }

.mdi-action-done-all:before {
  content: "\e624"; }

.mdi-action-event:before {
  content: "\e625"; }

.mdi-action-exit-to-app:before {
  content: "\e626"; }

.mdi-action-explore:before {
  content: "\e627"; }

.mdi-action-extension:before {
  content: "\e628"; }

.mdi-action-face-unlock:before {
  content: "\e629"; }

.mdi-action-favorite:before {
  content: "\e62a"; }

.mdi-action-favorite-outline:before {
  content: "\e62b"; }

.mdi-action-find-in-page:before {
  content: "\e62c"; }

.mdi-action-find-replace:before {
  content: "\e62d"; }

.mdi-action-flip-to-back:before {
  content: "\e62e"; }

.mdi-action-flip-to-front:before {
  content: "\e62f"; }

.mdi-action-get-app:before {
  content: "\e630"; }

.mdi-action-grade:before {
  content: "\e631"; }

.mdi-action-group-work:before {
  content: "\e632"; }

.mdi-action-help:before {
  content: "\e633"; }

.mdi-action-highlight-remove:before {
  content: "\e634"; }

.mdi-action-history:before {
  content: "\e635"; }

.mdi-action-home:before {
  content: "\e636"; }

.mdi-action-https:before {
  content: "\e637"; }

.mdi-action-info:before {
  content: "\e638"; }

.mdi-action-info-outline:before {
  content: "\e639"; }

.mdi-action-input:before {
  content: "\e63a"; }

.mdi-action-invert-colors:before {
  content: "\e63b"; }

.mdi-action-label:before {
  content: "\e63c"; }

.mdi-action-label-outline:before {
  content: "\e63d"; }

.mdi-action-language:before {
  content: "\e63e"; }

.mdi-action-launch:before {
  content: "\e63f"; }

.mdi-action-list:before {
  content: "\e640"; }

.mdi-action-lock:before {
  content: "\e641"; }

.mdi-action-lock-open:before {
  content: "\e642"; }

.mdi-action-lock-outline:before {
  content: "\e643"; }

.mdi-action-loyalty:before {
  content: "\e644"; }

.mdi-action-markunread-mailbox:before {
  content: "\e645"; }

.mdi-action-note-add:before {
  content: "\e646"; }

.mdi-action-open-in-browser:before {
  content: "\e647"; }

.mdi-action-open-in-new:before {
  content: "\e648"; }

.mdi-action-open-with:before {
  content: "\e649"; }

.mdi-action-pageview:before {
  content: "\e64a"; }

.mdi-action-payment:before {
  content: "\e64b"; }

.mdi-action-perm-camera-mic:before {
  content: "\e64c"; }

.mdi-action-perm-contact-cal:before {
  content: "\e64d"; }

.mdi-action-perm-data-setting:before {
  content: "\e64e"; }

.mdi-action-perm-device-info:before {
  content: "\e64f"; }

.mdi-action-perm-identity:before {
  content: "\e650"; }

.mdi-action-perm-media:before {
  content: "\e651"; }

.mdi-action-perm-phone-msg:before {
  content: "\e652"; }

.mdi-action-perm-scan-wifi:before {
  content: "\e653"; }

.mdi-action-picture-in-picture:before {
  content: "\e654"; }

.mdi-action-polymer:before {
  content: "\e655"; }

.mdi-action-print:before {
  content: "\e656"; }

.mdi-action-query-builder:before {
  content: "\e657"; }

.mdi-action-question-answer:before {
  content: "\e658"; }

.mdi-action-receipt:before {
  content: "\e659"; }

.mdi-action-redeem:before {
  content: "\e65a"; }

.mdi-action-report-problem:before {
  content: "\e65b"; }

.mdi-action-restore:before {
  content: "\e65c"; }

.mdi-action-room:before {
  content: "\e65d"; }

.mdi-action-schedule:before {
  content: "\e65e"; }

.mdi-action-search:before {
  content: "\e65f"; }

.mdi-action-settings:before {
  content: "\e660"; }

.mdi-action-settings-applications:before {
  content: "\e661"; }

.mdi-action-settings-backup-restore:before {
  content: "\e662"; }

.mdi-action-settings-bluetooth:before {
  content: "\e663"; }

.mdi-action-settings-cell:before {
  content: "\e664"; }

.mdi-action-settings-display:before {
  content: "\e665"; }

.mdi-action-settings-ethernet:before {
  content: "\e666"; }

.mdi-action-settings-input-antenna:before {
  content: "\e667"; }

.mdi-action-settings-input-component:before {
  content: "\e668"; }

.mdi-action-settings-input-composite:before {
  content: "\e669"; }

.mdi-action-settings-input-hdmi:before {
  content: "\e66a"; }

.mdi-action-settings-input-svideo:before {
  content: "\e66b"; }

.mdi-action-settings-overscan:before {
  content: "\e66c"; }

.mdi-action-settings-phone:before {
  content: "\e66d"; }

.mdi-action-settings-power:before {
  content: "\e66e"; }

.mdi-action-settings-remote:before {
  content: "\e66f"; }

.mdi-action-settings-voice:before {
  content: "\e670"; }

.mdi-action-shop:before {
  content: "\e671"; }

.mdi-action-shopping-basket:before {
  content: "\e672"; }

.mdi-action-shopping-cart:before {
  content: "\e673"; }

.mdi-action-shop-two:before {
  content: "\e674"; }

.mdi-action-speaker-notes:before {
  content: "\e675"; }

.mdi-action-spellcheck:before {
  content: "\e676"; }

.mdi-action-star-rate:before {
  content: "\e677"; }

.mdi-action-stars:before {
  content: "\e678"; }

.mdi-action-store:before {
  content: "\e679"; }

.mdi-action-subject:before {
  content: "\e67a"; }

.mdi-action-swap-horiz:before {
  content: "\e67b"; }

.mdi-action-swap-vert:before {
  content: "\e67c"; }

.mdi-action-swap-vert-circle:before {
  content: "\e67d"; }

.mdi-action-system-update-tv:before {
  content: "\e67e"; }

.mdi-action-tab:before {
  content: "\e67f"; }

.mdi-action-tab-unselected:before {
  content: "\e680"; }

.mdi-action-theaters:before {
  content: "\e681"; }

.mdi-action-thumb-down:before {
  content: "\e682"; }

.mdi-action-thumbs-up-down:before {
  content: "\e683"; }

.mdi-action-thumb-up:before {
  content: "\e684"; }

.mdi-action-toc:before {
  content: "\e685"; }

.mdi-action-today:before {
  content: "\e686"; }

.mdi-action-track-changes:before {
  content: "\e687"; }

.mdi-action-translate:before {
  content: "\e688"; }

.mdi-action-trending-down:before {
  content: "\e689"; }

.mdi-action-trending-neutral:before {
  content: "\e68a"; }

.mdi-action-trending-up:before {
  content: "\e68b"; }

.mdi-action-turned-in:before {
  content: "\e68c"; }

.mdi-action-turned-in-not:before {
  content: "\e68d"; }

.mdi-action-verified-user:before {
  content: "\e68e"; }

.mdi-action-view-agenda:before {
  content: "\e68f"; }

.mdi-action-view-array:before {
  content: "\e690"; }

.mdi-action-view-carousel:before {
  content: "\e691"; }

.mdi-action-view-column:before {
  content: "\e692"; }

.mdi-action-view-day:before {
  content: "\e693"; }

.mdi-action-view-headline:before {
  content: "\e694"; }

.mdi-action-view-list:before {
  content: "\e695"; }

.mdi-action-view-module:before {
  content: "\e696"; }

.mdi-action-view-quilt:before {
  content: "\e697"; }

.mdi-action-view-stream:before {
  content: "\e698"; }

.mdi-action-view-week:before {
  content: "\e699"; }

.mdi-action-visibility:before {
  content: "\e69a"; }

.mdi-action-visibility-off:before {
  content: "\e69b"; }

.mdi-action-wallet-giftcard:before {
  content: "\e69c"; }

.mdi-action-wallet-membership:before {
  content: "\e69d"; }

.mdi-action-wallet-travel:before {
  content: "\e69e"; }

.mdi-action-work:before {
  content: "\e69f"; }

.mdi-alert-error:before {
  content: "\e6a0"; }

.mdi-alert-warning:before {
  content: "\e6a1"; }

.mdi-av-album:before {
  content: "\e6a2"; }

.mdi-av-timer:before {
  content: "\e6a3"; }

.mdi-av-closed-caption:before {
  content: "\e6a4"; }

.mdi-av-equalizer:before {
  content: "\e6a5"; }

.mdi-av-explicit:before {
  content: "\e6a6"; }

.mdi-av-fast-forward:before {
  content: "\e6a7"; }

.mdi-av-fast-rewind:before {
  content: "\e6a8"; }

.mdi-av-games:before {
  content: "\e6a9"; }

.mdi-av-hearing:before {
  content: "\e6aa"; }

.mdi-av-high-quality:before {
  content: "\e6ab"; }

.mdi-av-loop:before {
  content: "\e6ac"; }

.mdi-av-mic:before {
  content: "\e6ad"; }

.mdi-av-mic-none:before {
  content: "\e6ae"; }

.mdi-av-mic-off:before {
  content: "\e6af"; }

.mdi-av-movie:before {
  content: "\e6b0"; }

.mdi-av-my-library-add:before {
  content: "\e6b1"; }

.mdi-av-my-library-books:before {
  content: "\e6b2"; }

.mdi-av-my-library-music:before {
  content: "\e6b3"; }

.mdi-av-new-releases:before {
  content: "\e6b4"; }

.mdi-av-not-interested:before {
  content: "\e6b5"; }

.mdi-av-pause:before {
  content: "\e6b6"; }

.mdi-av-pause-circle-fill:before {
  content: "\e6b7"; }

.mdi-av-pause-circle-outline:before {
  content: "\e6b8"; }

.mdi-av-play-arrow:before {
  content: "\e6b9"; }

.mdi-av-play-circle-fill:before {
  content: "\e6ba"; }

.mdi-av-play-circle-outline:before {
  content: "\e6bb"; }

.mdi-av-playlist-add:before {
  content: "\e6bc"; }

.mdi-av-play-shopping-bag:before {
  content: "\e6bd"; }

.mdi-av-queue:before {
  content: "\e6be"; }

.mdi-av-queue-music:before {
  content: "\e6bf"; }

.mdi-av-radio:before {
  content: "\e6c0"; }

.mdi-av-recent-actors:before {
  content: "\e6c1"; }

.mdi-av-repeat:before {
  content: "\e6c2"; }

.mdi-av-repeat-one:before {
  content: "\e6c3"; }

.mdi-av-replay:before {
  content: "\e6c4"; }

.mdi-av-shuffle:before {
  content: "\e6c5"; }

.mdi-av-skip-next:before {
  content: "\e6c6"; }

.mdi-av-skip-previous:before {
  content: "\e6c7"; }

.mdi-av-snooze:before {
  content: "\e6c8"; }

.mdi-av-stop:before {
  content: "\e6c9"; }

.mdi-av-subtitles:before {
  content: "\e6ca"; }

.mdi-av-surround-sound:before {
  content: "\e6cb"; }

.mdi-av-videocam:before {
  content: "\e6cc"; }

.mdi-av-videocam-off:before {
  content: "\e6cd"; }

.mdi-av-video-collection:before {
  content: "\e6ce"; }

.mdi-av-volume-down:before {
  content: "\e6cf"; }

.mdi-av-volume-mute:before {
  content: "\e6d0"; }

.mdi-av-volume-off:before {
  content: "\e6d1"; }

.mdi-av-volume-up:before {
  content: "\e6d2"; }

.mdi-av-web:before {
  content: "\e6d3"; }

.mdi-communication-business:before {
  content: "\e6d4"; }

.mdi-communication-call:before {
  content: "\e6d5"; }

.mdi-communication-call-end:before {
  content: "\e6d6"; }

.mdi-communication-call-made:before {
  content: "\e6d7"; }

.mdi-communication-call-merge:before {
  content: "\e6d8"; }

.mdi-communication-call-missed:before {
  content: "\e6d9"; }

.mdi-communication-call-received:before {
  content: "\e6da"; }

.mdi-communication-call-split:before {
  content: "\e6db"; }

.mdi-communication-chat:before {
  content: "\e6dc"; }

.mdi-communication-clear-all:before {
  content: "\e6dd"; }

.mdi-communication-comment:before {
  content: "\e6de"; }

.mdi-communication-contacts:before {
  content: "\e6df"; }

.mdi-communication-dialer-sip:before {
  content: "\e6e0"; }

.mdi-communication-dialpad:before {
  content: "\e6e1"; }

.mdi-communication-dnd-on:before {
  content: "\e6e2"; }

.mdi-communication-email:before {
  content: "\e6e3"; }

.mdi-communication-forum:before {
  content: "\e6e4"; }

.mdi-communication-import-export:before {
  content: "\e6e5"; }

.mdi-communication-invert-colors-off:before {
  content: "\e6e6"; }

.mdi-communication-invert-colors-on:before {
  content: "\e6e7"; }

.mdi-communication-live-help:before {
  content: "\e6e8"; }

.mdi-communication-location-off:before {
  content: "\e6e9"; }

.mdi-communication-location-on:before {
  content: "\e6ea"; }

.mdi-communication-message:before {
  content: "\e6eb"; }

.mdi-communication-messenger:before {
  content: "\e6ec"; }

.mdi-communication-no-sim:before {
  content: "\e6ed"; }

.mdi-communication-phone:before {
  content: "\e6ee"; }

.mdi-communication-portable-wifi-off:before {
  content: "\e6ef"; }

.mdi-communication-quick-contacts-dialer:before {
  content: "\e6f0"; }

.mdi-communication-quick-contacts-mail:before {
  content: "\e6f1"; }

.mdi-communication-ring-volume:before {
  content: "\e6f2"; }

.mdi-communication-stay-current-landscape:before {
  content: "\e6f3"; }

.mdi-communication-stay-current-portrait:before {
  content: "\e6f4"; }

.mdi-communication-stay-primary-landscape:before {
  content: "\e6f5"; }

.mdi-communication-stay-primary-portrait:before {
  content: "\e6f6"; }

.mdi-communication-swap-calls:before {
  content: "\e6f7"; }

.mdi-communication-textsms:before {
  content: "\e6f8"; }

.mdi-communication-voicemail:before {
  content: "\e6f9"; }

.mdi-communication-vpn-key:before {
  content: "\e6fa"; }

.mdi-content-add:before {
  content: "\e6fb"; }

.mdi-content-add-box:before {
  content: "\e6fc"; }

.mdi-content-add-circle:before {
  content: "\e6fd"; }

.mdi-content-add-circle-outline:before {
  content: "\e6fe"; }

.mdi-content-archive:before {
  content: "\e6ff"; }

.mdi-content-backspace:before {
  content: "\e700"; }

.mdi-content-block:before {
  content: "\e701"; }

.mdi-content-clear:before {
  content: "\e702"; }

.mdi-content-content-copy:before {
  content: "\e703"; }

.mdi-content-content-cut:before {
  content: "\e704"; }

.mdi-content-content-paste:before {
  content: "\e705"; }

.mdi-content-create:before {
  content: "\e706"; }

.mdi-content-drafts:before {
  content: "\e707"; }

.mdi-content-filter-list:before {
  content: "\e708"; }

.mdi-content-flag:before {
  content: "\e709"; }

.mdi-content-forward:before {
  content: "\e70a"; }

.mdi-content-gesture:before {
  content: "\e70b"; }

.mdi-content-inbox:before {
  content: "\e70c"; }

.mdi-content-link:before {
  content: "\e70d"; }

.mdi-content-mail:before {
  content: "\e70e"; }

.mdi-content-markunread:before {
  content: "\e70f"; }

.mdi-content-redo:before {
  content: "\e710"; }

.mdi-content-remove:before {
  content: "\e711"; }

.mdi-content-remove-circle:before {
  content: "\e712"; }

.mdi-content-remove-circle-outline:before {
  content: "\e713"; }

.mdi-content-reply:before {
  content: "\e714"; }

.mdi-content-reply-all:before {
  content: "\e715"; }

.mdi-content-report:before {
  content: "\e716"; }

.mdi-content-save:before {
  content: "\e717"; }

.mdi-content-select-all:before {
  content: "\e718"; }

.mdi-content-send:before {
  content: "\e719"; }

.mdi-content-sort:before {
  content: "\e71a"; }

.mdi-content-text-format:before {
  content: "\e71b"; }

.mdi-content-undo:before {
  content: "\e71c"; }

.mdi-device-access-alarm:before {
  content: "\e71d"; }

.mdi-device-access-alarms:before {
  content: "\e71e"; }

.mdi-device-access-time:before {
  content: "\e71f"; }

.mdi-device-add-alarm:before {
  content: "\e720"; }

.mdi-device-airplanemode-off:before {
  content: "\e721"; }

.mdi-device-airplanemode-on:before {
  content: "\e722"; }

.mdi-device-battery-20:before {
  content: "\e723"; }

.mdi-device-battery-30:before {
  content: "\e724"; }

.mdi-device-battery-50:before {
  content: "\e725"; }

.mdi-device-battery-60:before {
  content: "\e726"; }

.mdi-device-battery-80:before {
  content: "\e727"; }

.mdi-device-battery-90:before {
  content: "\e728"; }

.mdi-device-battery-alert:before {
  content: "\e729"; }

.mdi-device-battery-charging-20:before {
  content: "\e72a"; }

.mdi-device-battery-charging-30:before {
  content: "\e72b"; }

.mdi-device-battery-charging-50:before {
  content: "\e72c"; }

.mdi-device-battery-charging-60:before {
  content: "\e72d"; }

.mdi-device-battery-charging-80:before {
  content: "\e72e"; }

.mdi-device-battery-charging-90:before {
  content: "\e72f"; }

.mdi-device-battery-charging-full:before {
  content: "\e730"; }

.mdi-device-battery-full:before {
  content: "\e731"; }

.mdi-device-battery-std:before {
  content: "\e732"; }

.mdi-device-battery-unknown:before {
  content: "\e733"; }

.mdi-device-bluetooth:before {
  content: "\e734"; }

.mdi-device-bluetooth-connected:before {
  content: "\e735"; }

.mdi-device-bluetooth-disabled:before {
  content: "\e736"; }

.mdi-device-bluetooth-searching:before {
  content: "\e737"; }

.mdi-device-brightness-auto:before {
  content: "\e738"; }

.mdi-device-brightness-high:before {
  content: "\e739"; }

.mdi-device-brightness-low:before {
  content: "\e73a"; }

.mdi-device-brightness-medium:before {
  content: "\e73b"; }

.mdi-device-data-usage:before {
  content: "\e73c"; }

.mdi-device-developer-mode:before {
  content: "\e73d"; }

.mdi-device-devices:before {
  content: "\e73e"; }

.mdi-device-dvr:before {
  content: "\e73f"; }

.mdi-device-gps-fixed:before {
  content: "\e740"; }

.mdi-device-gps-not-fixed:before {
  content: "\e741"; }

.mdi-device-gps-off:before {
  content: "\e742"; }

.mdi-device-location-disabled:before {
  content: "\e743"; }

.mdi-device-location-searching:before {
  content: "\e744"; }

.mdi-device-multitrack-audio:before {
  content: "\e745"; }

.mdi-device-network-cell:before {
  content: "\e746"; }

.mdi-device-network-wifi:before {
  content: "\e747"; }

.mdi-device-nfc:before {
  content: "\e748"; }

.mdi-device-now-wallpaper:before {
  content: "\e749"; }

.mdi-device-now-widgets:before {
  content: "\e74a"; }

.mdi-device-screen-lock-landscape:before {
  content: "\e74b"; }

.mdi-device-screen-lock-portrait:before {
  content: "\e74c"; }

.mdi-device-screen-lock-rotation:before {
  content: "\e74d"; }

.mdi-device-screen-rotation:before {
  content: "\e74e"; }

.mdi-device-sd-storage:before {
  content: "\e74f"; }

.mdi-device-settings-system-daydream:before {
  content: "\e750"; }

.mdi-device-signal-cellular-0-bar:before {
  content: "\e751"; }

.mdi-device-signal-cellular-1-bar:before {
  content: "\e752"; }

.mdi-device-signal-cellular-2-bar:before {
  content: "\e753"; }

.mdi-device-signal-cellular-3-bar:before {
  content: "\e754"; }

.mdi-device-signal-cellular-4-bar:before {
  content: "\e755"; }

.mdi-device-signal-cellular-connected-no-internet-0-bar:before {
  content: "\e756"; }

.mdi-device-signal-cellular-connected-no-internet-1-bar:before {
  content: "\e757"; }

.mdi-device-signal-cellular-connected-no-internet-2-bar:before {
  content: "\e758"; }

.mdi-device-signal-cellular-connected-no-internet-3-bar:before {
  content: "\e759"; }

.mdi-device-signal-cellular-connected-no-internet-4-bar:before {
  content: "\e75a"; }

.mdi-device-signal-cellular-no-sim:before {
  content: "\e75b"; }

.mdi-device-signal-cellular-null:before {
  content: "\e75c"; }

.mdi-device-signal-cellular-off:before {
  content: "\e75d"; }

.mdi-device-signal-wifi-0-bar:before {
  content: "\e75e"; }

.mdi-device-signal-wifi-1-bar:before {
  content: "\e75f"; }

.mdi-device-signal-wifi-2-bar:before {
  content: "\e760"; }

.mdi-device-signal-wifi-3-bar:before {
  content: "\e761"; }

.mdi-device-signal-wifi-4-bar:before {
  content: "\e762"; }

.mdi-device-signal-wifi-off:before {
  content: "\e763"; }

.mdi-device-storage:before {
  content: "\e764"; }

.mdi-device-usb:before {
  content: "\e765"; }

.mdi-device-wifi-lock:before {
  content: "\e766"; }

.mdi-device-wifi-tethering:before {
  content: "\e767"; }

.mdi-editor-attach-file:before {
  content: "\e768"; }

.mdi-editor-attach-money:before {
  content: "\e769"; }

.mdi-editor-border-all:before {
  content: "\e76a"; }

.mdi-editor-border-bottom:before {
  content: "\e76b"; }

.mdi-editor-border-clear:before {
  content: "\e76c"; }

.mdi-editor-border-color:before {
  content: "\e76d"; }

.mdi-editor-border-horizontal:before {
  content: "\e76e"; }

.mdi-editor-border-inner:before {
  content: "\e76f"; }

.mdi-editor-border-left:before {
  content: "\e770"; }

.mdi-editor-border-outer:before {
  content: "\e771"; }

.mdi-editor-border-right:before {
  content: "\e772"; }

.mdi-editor-border-style:before {
  content: "\e773"; }

.mdi-editor-border-top:before {
  content: "\e774"; }

.mdi-editor-border-vertical:before {
  content: "\e775"; }

.mdi-editor-format-align-center:before {
  content: "\e776"; }

.mdi-editor-format-align-justify:before {
  content: "\e777"; }

.mdi-editor-format-align-left:before {
  content: "\e778"; }

.mdi-editor-format-align-right:before {
  content: "\e779"; }

.mdi-editor-format-bold:before {
  content: "\e77a"; }

.mdi-editor-format-clear:before {
  content: "\e77b"; }

.mdi-editor-format-color-fill:before {
  content: "\e77c"; }

.mdi-editor-format-color-reset:before {
  content: "\e77d"; }

.mdi-editor-format-color-text:before {
  content: "\e77e"; }

.mdi-editor-format-indent-decrease:before {
  content: "\e77f"; }

.mdi-editor-format-indent-increase:before {
  content: "\e780"; }

.mdi-editor-format-italic:before {
  content: "\e781"; }

.mdi-editor-format-line-spacing:before {
  content: "\e782"; }

.mdi-editor-format-list-bulleted:before {
  content: "\e783"; }

.mdi-editor-format-list-numbered:before {
  content: "\e784"; }

.mdi-editor-format-paint:before {
  content: "\e785"; }

.mdi-editor-format-quote:before {
  content: "\e786"; }

.mdi-editor-format-size:before {
  content: "\e787"; }

.mdi-editor-format-strikethrough:before {
  content: "\e788"; }

.mdi-editor-functions:before {
  content: "\e789"; }

.mdi-editor-format-textdirection-l-to-r:before {
  content: "\e78a"; }

.mdi-editor-format-underline:before {
  content: "\e78b"; }

.mdi-editor-format-textdirection-r-to-l:before {
  content: "\e78c"; }

.mdi-editor-insert-chart:before {
  content: "\e78d"; }

.mdi-editor-insert-comment:before {
  content: "\e78e"; }

.mdi-editor-insert-drive-file:before {
  content: "\e78f"; }

.mdi-editor-insert-emoticon:before {
  content: "\e790"; }

.mdi-editor-insert-invitation:before {
  content: "\e791"; }

.mdi-editor-insert-link:before {
  content: "\e792"; }

.mdi-editor-insert-photo:before {
  content: "\e793"; }

.mdi-editor-merge-type:before {
  content: "\e794"; }

.mdi-editor-mode-comment:before {
  content: "\e795"; }

.mdi-editor-mode-edit:before {
  content: "\e796"; }

.mdi-editor-publish:before {
  content: "\e797"; }

.mdi-editor-vertical-align-bottom:before {
  content: "\e798"; }

.mdi-editor-vertical-align-center:before {
  content: "\e799"; }

.mdi-editor-vertical-align-top:before {
  content: "\e79a"; }

.mdi-editor-wrap-text:before {
  content: "\e79b"; }

.mdi-file-attachment:before {
  content: "\e79c"; }

.mdi-file-cloud:before {
  content: "\e79d"; }

.mdi-file-cloud-circle:before {
  content: "\e79e"; }

.mdi-file-cloud-done:before {
  content: "\e79f"; }

.mdi-file-cloud-download:before {
  content: "\e7a0"; }

.mdi-file-cloud-off:before {
  content: "\e7a1"; }

.mdi-file-cloud-queue:before {
  content: "\e7a2"; }

.mdi-file-cloud-upload:before {
  content: "\e7a3"; }

.mdi-file-file-download:before {
  content: "\e7a4"; }

.mdi-file-file-upload:before {
  content: "\e7a5"; }

.mdi-file-folder:before {
  content: "\e7a6"; }

.mdi-file-folder-open:before {
  content: "\e7a7"; }

.mdi-file-folder-shared:before {
  content: "\e7a8"; }

.mdi-hardware-cast:before {
  content: "\e7a9"; }

.mdi-hardware-cast-connected:before {
  content: "\e7aa"; }

.mdi-hardware-computer:before {
  content: "\e7ab"; }

.mdi-hardware-desktop-mac:before {
  content: "\e7ac"; }

.mdi-hardware-desktop-windows:before {
  content: "\e7ad"; }

.mdi-hardware-dock:before {
  content: "\e7ae"; }

.mdi-hardware-gamepad:before {
  content: "\e7af"; }

.mdi-hardware-headset:before {
  content: "\e7b0"; }

.mdi-hardware-headset-mic:before {
  content: "\e7b1"; }

.mdi-hardware-keyboard:before {
  content: "\e7b2"; }

.mdi-hardware-keyboard-alt:before {
  content: "\e7b3"; }

.mdi-hardware-keyboard-arrow-down:before {
  content: "\e7b4"; }

.mdi-hardware-keyboard-arrow-left:before {
  content: "\e7b5"; }

.mdi-hardware-keyboard-arrow-right:before {
  content: "\e7b6"; }

.mdi-hardware-keyboard-arrow-up:before {
  content: "\e7b7"; }

.mdi-hardware-keyboard-backspace:before {
  content: "\e7b8"; }

.mdi-hardware-keyboard-capslock:before {
  content: "\e7b9"; }

.mdi-hardware-keyboard-control:before {
  content: "\e7ba"; }

.mdi-hardware-keyboard-hide:before {
  content: "\e7bb"; }

.mdi-hardware-keyboard-return:before {
  content: "\e7bc"; }

.mdi-hardware-keyboard-tab:before {
  content: "\e7bd"; }

.mdi-hardware-keyboard-voice:before {
  content: "\e7be"; }

.mdi-hardware-laptop:before {
  content: "\e7bf"; }

.mdi-hardware-laptop-chromebook:before {
  content: "\e7c0"; }

.mdi-hardware-laptop-mac:before {
  content: "\e7c1"; }

.mdi-hardware-laptop-windows:before {
  content: "\e7c2"; }

.mdi-hardware-memory:before {
  content: "\e7c3"; }

.mdi-hardware-mouse:before {
  content: "\e7c4"; }

.mdi-hardware-phone-android:before {
  content: "\e7c5"; }

.mdi-hardware-phone-iphone:before {
  content: "\e7c6"; }

.mdi-hardware-phonelink:before {
  content: "\e7c7"; }

.mdi-hardware-phonelink-off:before {
  content: "\e7c8"; }

.mdi-hardware-security:before {
  content: "\e7c9"; }

.mdi-hardware-sim-card:before {
  content: "\e7ca"; }

.mdi-hardware-smartphone:before {
  content: "\e7cb"; }

.mdi-hardware-speaker:before {
  content: "\e7cc"; }

.mdi-hardware-tablet:before {
  content: "\e7cd"; }

.mdi-hardware-tablet-android:before {
  content: "\e7ce"; }

.mdi-hardware-tablet-mac:before {
  content: "\e7cf"; }

.mdi-hardware-tv:before {
  content: "\e7d0"; }

.mdi-hardware-watch:before {
  content: "\e7d1"; }

.mdi-image-add-to-photos:before {
  content: "\e7d2"; }

.mdi-image-adjust:before {
  content: "\e7d3"; }

.mdi-image-assistant-photo:before {
  content: "\e7d4"; }

.mdi-image-audiotrack:before {
  content: "\e7d5"; }

.mdi-image-blur-circular:before {
  content: "\e7d6"; }

.mdi-image-blur-linear:before {
  content: "\e7d7"; }

.mdi-image-blur-off:before {
  content: "\e7d8"; }

.mdi-image-blur-on:before {
  content: "\e7d9"; }

.mdi-image-brightness-1:before {
  content: "\e7da"; }

.mdi-image-brightness-2:before {
  content: "\e7db"; }

.mdi-image-brightness-3:before {
  content: "\e7dc"; }

.mdi-image-brightness-4:before {
  content: "\e7dd"; }

.mdi-image-brightness-5:before {
  content: "\e7de"; }

.mdi-image-brightness-6:before {
  content: "\e7df"; }

.mdi-image-brightness-7:before {
  content: "\e7e0"; }

.mdi-image-brush:before {
  content: "\e7e1"; }

.mdi-image-camera:before {
  content: "\e7e2"; }

.mdi-image-camera-alt:before {
  content: "\e7e3"; }

.mdi-image-camera-front:before {
  content: "\e7e4"; }

.mdi-image-camera-rear:before {
  content: "\e7e5"; }

.mdi-image-camera-roll:before {
  content: "\e7e6"; }

.mdi-image-center-focus-strong:before {
  content: "\e7e7"; }

.mdi-image-center-focus-weak:before {
  content: "\e7e8"; }

.mdi-image-collections:before {
  content: "\e7e9"; }

.mdi-image-colorize:before {
  content: "\e7ea"; }

.mdi-image-color-lens:before {
  content: "\e7eb"; }

.mdi-image-compare:before {
  content: "\e7ec"; }

.mdi-image-control-point:before {
  content: "\e7ed"; }

.mdi-image-control-point-duplicate:before {
  content: "\e7ee"; }

.mdi-image-crop:before {
  content: "\e7ef"; }

.mdi-image-crop-3-2:before {
  content: "\e7f0"; }

.mdi-image-crop-5-4:before {
  content: "\e7f1"; }

.mdi-image-crop-7-5:before {
  content: "\e7f2"; }

.mdi-image-crop-16-9:before {
  content: "\e7f3"; }

.mdi-image-crop-din:before {
  content: "\e7f4"; }

.mdi-image-crop-free:before {
  content: "\e7f5"; }

.mdi-image-crop-landscape:before {
  content: "\e7f6"; }

.mdi-image-crop-original:before {
  content: "\e7f7"; }

.mdi-image-crop-portrait:before {
  content: "\e7f8"; }

.mdi-image-crop-square:before {
  content: "\e7f9"; }

.mdi-image-dehaze:before {
  content: "\e7fa"; }

.mdi-image-details:before {
  content: "\e7fb"; }

.mdi-image-edit:before {
  content: "\e7fc"; }

.mdi-image-exposure:before {
  content: "\e7fd"; }

.mdi-image-exposure-minus-1:before {
  content: "\e7fe"; }

.mdi-image-exposure-minus-2:before {
  content: "\e7ff"; }

.mdi-image-exposure-plus-1:before {
  content: "\e800"; }

.mdi-image-exposure-plus-2:before {
  content: "\e801"; }

.mdi-image-exposure-zero:before {
  content: "\e802"; }

.mdi-image-filter:before {
  content: "\e803"; }

.mdi-image-filter-1:before {
  content: "\e804"; }

.mdi-image-filter-2:before {
  content: "\e805"; }

.mdi-image-filter-3:before {
  content: "\e806"; }

.mdi-image-filter-4:before {
  content: "\e807"; }

.mdi-image-filter-5:before {
  content: "\e808"; }

.mdi-image-filter-6:before {
  content: "\e809"; }

.mdi-image-filter-7:before {
  content: "\e80a"; }

.mdi-image-filter-8:before {
  content: "\e80b"; }

.mdi-image-filter-9:before {
  content: "\e80c"; }

.mdi-image-filter-9-plus:before {
  content: "\e80d"; }

.mdi-image-filter-b-and-w:before {
  content: "\e80e"; }

.mdi-image-filter-center-focus:before {
  content: "\e80f"; }

.mdi-image-filter-drama:before {
  content: "\e810"; }

.mdi-image-filter-frames:before {
  content: "\e811"; }

.mdi-image-filter-hdr:before {
  content: "\e812"; }

.mdi-image-filter-none:before {
  content: "\e813"; }

.mdi-image-filter-tilt-shift:before {
  content: "\e814"; }

.mdi-image-filter-vintage:before {
  content: "\e815"; }

.mdi-image-flare:before {
  content: "\e816"; }

.mdi-image-flash-auto:before {
  content: "\e817"; }

.mdi-image-flash-off:before {
  content: "\e818"; }

.mdi-image-flash-on:before {
  content: "\e819"; }

.mdi-image-flip:before {
  content: "\e81a"; }

.mdi-image-gradient:before {
  content: "\e81b"; }

.mdi-image-grain:before {
  content: "\e81c"; }

.mdi-image-grid-off:before {
  content: "\e81d"; }

.mdi-image-grid-on:before {
  content: "\e81e"; }

.mdi-image-hdr-off:before {
  content: "\e81f"; }

.mdi-image-hdr-on:before {
  content: "\e820"; }

.mdi-image-hdr-strong:before {
  content: "\e821"; }

.mdi-image-hdr-weak:before {
  content: "\e822"; }

.mdi-image-healing:before {
  content: "\e823"; }

.mdi-image-image:before {
  content: "\e824"; }

.mdi-image-image-aspect-ratio:before {
  content: "\e825"; }

.mdi-image-iso:before {
  content: "\e826"; }

.mdi-image-landscape:before {
  content: "\e827"; }

.mdi-image-leak-add:before {
  content: "\e828"; }

.mdi-image-leak-remove:before {
  content: "\e829"; }

.mdi-image-lens:before {
  content: "\e82a"; }

.mdi-image-looks:before {
  content: "\e82b"; }

.mdi-image-looks-3:before {
  content: "\e82c"; }

.mdi-image-looks-4:before {
  content: "\e82d"; }

.mdi-image-looks-5:before {
  content: "\e82e"; }

.mdi-image-looks-6:before {
  content: "\e82f"; }

.mdi-image-looks-one:before {
  content: "\e830"; }

.mdi-image-looks-two:before {
  content: "\e831"; }

.mdi-image-loupe:before {
  content: "\e832"; }

.mdi-image-movie-creation:before {
  content: "\e833"; }

.mdi-image-nature:before {
  content: "\e834"; }

.mdi-image-nature-people:before {
  content: "\e835"; }

.mdi-image-navigate-before:before {
  content: "\e836"; }

.mdi-image-navigate-next:before {
  content: "\e837"; }

.mdi-image-palette:before {
  content: "\e838"; }

.mdi-image-panorama:before {
  content: "\e839"; }

.mdi-image-panorama-fisheye:before {
  content: "\e83a"; }

.mdi-image-panorama-horizontal:before {
  content: "\e83b"; }

.mdi-image-panorama-vertical:before {
  content: "\e83c"; }

.mdi-image-panorama-wide-angle:before {
  content: "\e83d"; }

.mdi-image-photo:before {
  content: "\e83e"; }

.mdi-image-photo-album:before {
  content: "\e83f"; }

.mdi-image-photo-camera:before {
  content: "\e840"; }

.mdi-image-photo-library:before {
  content: "\e841"; }

.mdi-image-portrait:before {
  content: "\e842"; }

.mdi-image-remove-red-eye:before {
  content: "\e843"; }

.mdi-image-rotate-left:before {
  content: "\e844"; }

.mdi-image-rotate-right:before {
  content: "\e845"; }

.mdi-image-slideshow:before {
  content: "\e846"; }

.mdi-image-straighten:before {
  content: "\e847"; }

.mdi-image-style:before {
  content: "\e848"; }

.mdi-image-switch-camera:before {
  content: "\e849"; }

.mdi-image-switch-video:before {
  content: "\e84a"; }

.mdi-image-tag-faces:before {
  content: "\e84b"; }

.mdi-image-texture:before {
  content: "\e84c"; }

.mdi-image-timelapse:before {
  content: "\e84d"; }

.mdi-image-timer:before {
  content: "\e84e"; }

.mdi-image-timer-3:before {
  content: "\e84f"; }

.mdi-image-timer-10:before {
  content: "\e850"; }

.mdi-image-timer-auto:before {
  content: "\e851"; }

.mdi-image-timer-off:before {
  content: "\e852"; }

.mdi-image-tonality:before {
  content: "\e853"; }

.mdi-image-transform:before {
  content: "\e854"; }

.mdi-image-tune:before {
  content: "\e855"; }

.mdi-image-wb-auto:before {
  content: "\e856"; }

.mdi-image-wb-cloudy:before {
  content: "\e857"; }

.mdi-image-wb-incandescent:before {
  content: "\e858"; }

.mdi-image-wb-irradescent:before {
  content: "\e859"; }

.mdi-image-wb-sunny:before {
  content: "\e85a"; }

.mdi-maps-beenhere:before {
  content: "\e85b"; }

.mdi-maps-directions:before {
  content: "\e85c"; }

.mdi-maps-directions-bike:before {
  content: "\e85d"; }

.mdi-maps-directions-bus:before {
  content: "\e85e"; }

.mdi-maps-directions-car:before {
  content: "\e85f"; }

.mdi-maps-directions-ferry:before {
  content: "\e860"; }

.mdi-maps-directions-subway:before {
  content: "\e861"; }

.mdi-maps-directions-train:before {
  content: "\e862"; }

.mdi-maps-directions-transit:before {
  content: "\e863"; }

.mdi-maps-directions-walk:before {
  content: "\e864"; }

.mdi-maps-flight:before {
  content: "\e865"; }

.mdi-maps-hotel:before {
  content: "\e866"; }

.mdi-maps-layers:before {
  content: "\e867"; }

.mdi-maps-layers-clear:before {
  content: "\e868"; }

.mdi-maps-local-airport:before {
  content: "\e869"; }

.mdi-maps-local-atm:before {
  content: "\e86a"; }

.mdi-maps-local-attraction:before {
  content: "\e86b"; }

.mdi-maps-local-bar:before {
  content: "\e86c"; }

.mdi-maps-local-cafe:before {
  content: "\e86d"; }

.mdi-maps-local-car-wash:before {
  content: "\e86e"; }

.mdi-maps-local-convenience-store:before {
  content: "\e86f"; }

.mdi-maps-local-drink:before {
  content: "\e870"; }

.mdi-maps-local-florist:before {
  content: "\e871"; }

.mdi-maps-local-gas-station:before {
  content: "\e872"; }

.mdi-maps-local-grocery-store:before {
  content: "\e873"; }

.mdi-maps-local-hospital:before {
  content: "\e874"; }

.mdi-maps-local-hotel:before {
  content: "\e875"; }

.mdi-maps-local-laundry-service:before {
  content: "\e876"; }

.mdi-maps-local-library:before {
  content: "\e877"; }

.mdi-maps-local-mall:before {
  content: "\e878"; }

.mdi-maps-local-movies:before {
  content: "\e879"; }

.mdi-maps-local-offer:before {
  content: "\e87a"; }

.mdi-maps-local-parking:before {
  content: "\e87b"; }

.mdi-maps-local-pharmacy:before {
  content: "\e87c"; }

.mdi-maps-local-phone:before {
  content: "\e87d"; }

.mdi-maps-local-pizza:before {
  content: "\e87e"; }

.mdi-maps-local-play:before {
  content: "\e87f"; }

.mdi-maps-local-post-office:before {
  content: "\e880"; }

.mdi-maps-local-print-shop:before {
  content: "\e881"; }

.mdi-maps-local-restaurant:before {
  content: "\e882"; }

.mdi-maps-local-see:before {
  content: "\e883"; }

.mdi-maps-local-shipping:before {
  content: "\e884"; }

.mdi-maps-local-taxi:before {
  content: "\e885"; }

.mdi-maps-location-history:before {
  content: "\e886"; }

.mdi-maps-map:before {
  content: "\e887"; }

.mdi-maps-my-location:before {
  content: "\e888"; }

.mdi-maps-navigation:before {
  content: "\e889"; }

.mdi-maps-pin-drop:before {
  content: "\e88a"; }

.mdi-maps-place:before {
  content: "\e88b"; }

.mdi-maps-rate-review:before {
  content: "\e88c"; }

.mdi-maps-restaurant-menu:before {
  content: "\e88d"; }

.mdi-maps-satellite:before {
  content: "\e88e"; }

.mdi-maps-store-mall-directory:before {
  content: "\e88f"; }

.mdi-maps-terrain:before {
  content: "\e890"; }

.mdi-maps-traffic:before {
  content: "\e891"; }

.mdi-navigation-apps:before {
  content: "\e892"; }

.mdi-navigation-arrow-back:before {
  content: "\e893"; }

.mdi-navigation-arrow-drop-down:before {
  content: "\e894"; }

.mdi-navigation-arrow-drop-down-circle:before {
  content: "\e895"; }

.mdi-navigation-arrow-drop-up:before {
  content: "\e896"; }

.mdi-navigation-arrow-forward:before {
  content: "\e897"; }

.mdi-navigation-cancel:before {
  content: "\e898"; }

.mdi-navigation-check:before {
  content: "\e899"; }

.mdi-navigation-chevron-left:before {
  content: "\e89a"; }

.mdi-navigation-chevron-right:before {
  content: "\e89b"; }

.mdi-navigation-close:before {
  content: "\e89c"; }

.mdi-navigation-expand-less:before {
  content: "\e89d"; }

.mdi-navigation-expand-more:before {
  content: "\e89e"; }

.mdi-navigation-fullscreen:before {
  content: "\e89f"; }

.mdi-navigation-fullscreen-exit:before {
  content: "\e8a0"; }

.mdi-navigation-menu:before {
  content: "\e8a1"; }

.mdi-navigation-more-horiz:before {
  content: "\e8a2"; }

.mdi-navigation-more-vert:before {
  content: "\e8a3"; }

.mdi-navigation-refresh:before {
  content: "\e8a4"; }

.mdi-navigation-unfold-less:before {
  content: "\e8a5"; }

.mdi-navigation-unfold-more:before {
  content: "\e8a6"; }

.mdi-notification-adb:before {
  content: "\e8a7"; }

.mdi-notification-bluetooth-audio:before {
  content: "\e8a8"; }

.mdi-notification-disc-full:before {
  content: "\e8a9"; }

.mdi-notification-dnd-forwardslash:before {
  content: "\e8aa"; }

.mdi-notification-do-not-disturb:before {
  content: "\e8ab"; }

.mdi-notification-drive-eta:before {
  content: "\e8ac"; }

.mdi-notification-event-available:before {
  content: "\e8ad"; }

.mdi-notification-event-busy:before {
  content: "\e8ae"; }

.mdi-notification-event-note:before {
  content: "\e8af"; }

.mdi-notification-folder-special:before {
  content: "\e8b0"; }

.mdi-notification-mms:before {
  content: "\e8b1"; }

.mdi-notification-more:before {
  content: "\e8b2"; }

.mdi-notification-network-locked:before {
  content: "\e8b3"; }

.mdi-notification-phone-bluetooth-speaker:before {
  content: "\e8b4"; }

.mdi-notification-phone-forwarded:before {
  content: "\e8b5"; }

.mdi-notification-phone-in-talk:before {
  content: "\e8b6"; }

.mdi-notification-phone-locked:before {
  content: "\e8b7"; }

.mdi-notification-phone-missed:before {
  content: "\e8b8"; }

.mdi-notification-phone-paused:before {
  content: "\e8b9"; }

.mdi-notification-play-download:before {
  content: "\e8ba"; }

.mdi-notification-play-install:before {
  content: "\e8bb"; }

.mdi-notification-sd-card:before {
  content: "\e8bc"; }

.mdi-notification-sim-card-alert:before {
  content: "\e8bd"; }

.mdi-notification-sms:before {
  content: "\e8be"; }

.mdi-notification-sms-failed:before {
  content: "\e8bf"; }

.mdi-notification-sync:before {
  content: "\e8c0"; }

.mdi-notification-sync-disabled:before {
  content: "\e8c1"; }

.mdi-notification-sync-problem:before {
  content: "\e8c2"; }

.mdi-notification-system-update:before {
  content: "\e8c3"; }

.mdi-notification-tap-and-play:before {
  content: "\e8c4"; }

.mdi-notification-time-to-leave:before {
  content: "\e8c5"; }

.mdi-notification-vibration:before {
  content: "\e8c6"; }

.mdi-notification-voice-chat:before {
  content: "\e8c7"; }

.mdi-notification-vpn-lock:before {
  content: "\e8c8"; }

.mdi-social-cake:before {
  content: "\e8c9"; }

.mdi-social-domain:before {
  content: "\e8ca"; }

.mdi-social-group:before {
  content: "\e8cb"; }

.mdi-social-group-add:before {
  content: "\e8cc"; }

.mdi-social-location-city:before {
  content: "\e8cd"; }

.mdi-social-mood:before {
  content: "\e8ce"; }

.mdi-social-notifications:before {
  content: "\e8cf"; }

.mdi-social-notifications-none:before {
  content: "\e8d0"; }

.mdi-social-notifications-off:before {
  content: "\e8d1"; }

.mdi-social-notifications-on:before {
  content: "\e8d2"; }

.mdi-social-notifications-paused:before {
  content: "\e8d3"; }

.mdi-social-pages:before {
  content: "\e8d4"; }

.mdi-social-party-mode:before {
  content: "\e8d5"; }

.mdi-social-people:before {
  content: "\e8d6"; }

.mdi-social-people-outline:before {
  content: "\e8d7"; }

.mdi-social-person:before {
  content: "\e8d8"; }

.mdi-social-person-add:before {
  content: "\e8d9"; }

.mdi-social-person-outline:before {
  content: "\e8da"; }

.mdi-social-plus-one:before {
  content: "\e8db"; }

.mdi-social-poll:before {
  content: "\e8dc"; }

.mdi-social-public:before {
  content: "\e8dd"; }

.mdi-social-school:before {
  content: "\e8de"; }

.mdi-social-share:before {
  content: "\e8df"; }

.mdi-social-whatshot:before {
  content: "\e8e0"; }

.mdi-toggle-check-box:before {
  content: "\e8e1"; }

.mdi-toggle-check-box-outline-blank:before {
  content: "\e8e2"; }

.mdi-toggle-radio-button-off:before {
  content: "\e8e3"; }

.mdi-toggle-radio-button-on:before {
  content: "\e8e4"; }

.container {
  padding: 0 1.5rem;
  margin: 0 auto;
  max-width: 1280px;
  width: 90%; }

@media only screen and (min-width : 601px) {
  .container {
    width: 85%; }
 }

@media only screen and (min-width : 993px) {
  .container {
    width: 70%; }
 }

.container .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.section {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .section.no-pad {
    padding: 0; }
  .section.no-pad-bot {
    padding-bottom: 0; }
  .section.no-pad-top {
    padding-top: 0; }

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row .col {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.75rem; }
    .row .col.s1 {
      width: 8.33333%;
      margin-left: 0; }
    .row .col.s2 {
      width: 16.66667%;
      margin-left: 0; }
    .row .col.s3 {
      width: 25%;
      margin-left: 0; }
    .row .col.s4 {
      width: 33.33333%;
      margin-left: 0; }
    .row .col.s5 {
      width: 41.66667%;
      margin-left: 0; }
    .row .col.s6 {
      width: 50%;
      margin-left: 0; }
    .row .col.s7 {
      width: 58.33333%;
      margin-left: 0; }
    .row .col.s8 {
      width: 66.66667%;
      margin-left: 0; }
    .row .col.s9 {
      width: 75%;
      margin-left: 0; }
    .row .col.s10 {
      width: 83.33333%;
      margin-left: 0; }
    .row .col.s11 {
      width: 91.66667%;
      margin-left: 0; }
    .row .col.s12 {
      width: 100%;
      margin-left: 0; }
    .row .col.offset-s1 {
      margin-left: 8.33333%; }
    .row .col.offset-s2 {
      margin-left: 16.66667%; }
    .row .col.offset-s3 {
      margin-left: 25%; }
    .row .col.offset-s4 {
      margin-left: 33.33333%; }
    .row .col.offset-s5 {
      margin-left: 41.66667%; }
    .row .col.offset-s6 {
      margin-left: 50%; }
    .row .col.offset-s7 {
      margin-left: 58.33333%; }
    .row .col.offset-s8 {
      margin-left: 66.66667%; }
    .row .col.offset-s9 {
      margin-left: 75%; }
    .row .col.offset-s10 {
      margin-left: 83.33333%; }
    .row .col.offset-s11 {
      margin-left: 91.66667%; }
    .row .col.offset-s12 {
      margin-left: 100%; }
    @media only screen and (min-width : 601px) {
      .row .col.m1 {
        width: 8.33333%;
        margin-left: 0; }

      .row .col.m2 {
        width: 16.66667%;
        margin-left: 0; }

      .row .col.m3 {
        width: 25%;
        margin-left: 0; }

      .row .col.m4 {
        width: 33.33333%;
        margin-left: 0; }

      .row .col.m5 {
        width: 41.66667%;
        margin-left: 0; }

      .row .col.m6 {
        width: 50%;
        margin-left: 0; }

      .row .col.m7 {
        width: 58.33333%;
        margin-left: 0; }

      .row .col.m8 {
        width: 66.66667%;
        margin-left: 0; }

      .row .col.m9 {
        width: 75%;
        margin-left: 0; }

      .row .col.m10 {
        width: 83.33333%;
        margin-left: 0; }

      .row .col.m11 {
        width: 91.66667%;
        margin-left: 0; }

      .row .col.m12 {
        width: 100%;
        margin-left: 0; }

      .row .col.offset-m1 {
        margin-left: 8.33333%; }

      .row .col.offset-m2 {
        margin-left: 16.66667%; }

      .row .col.offset-m3 {
        margin-left: 25%; }

      .row .col.offset-m4 {
        margin-left: 33.33333%; }

      .row .col.offset-m5 {
        margin-left: 41.66667%; }

      .row .col.offset-m6 {
        margin-left: 50%; }

      .row .col.offset-m7 {
        margin-left: 58.33333%; }

      .row .col.offset-m8 {
        margin-left: 66.66667%; }

      .row .col.offset-m9 {
        margin-left: 75%; }

      .row .col.offset-m10 {
        margin-left: 83.33333%; }

      .row .col.offset-m11 {
        margin-left: 91.66667%; }

      .row .col.offset-m12 {
        margin-left: 100%; }
 }
    @media only screen and (min-width : 993px) {
      .row .col.l1 {
        width: 8.33333%;
        margin-left: 0; }

      .row .col.l2 {
        width: 16.66667%;
        margin-left: 0; }

      .row .col.l3 {
        width: 25%;
        margin-left: 0; }

      .row .col.l4 {
        width: 33.33333%;
        margin-left: 0; }

      .row .col.l5 {
        width: 41.66667%;
        margin-left: 0; }

      .row .col.l6 {
        width: 50%;
        margin-left: 0; }

      .row .col.l7 {
        width: 58.33333%;
        margin-left: 0; }

      .row .col.l8 {
        width: 66.66667%;
        margin-left: 0; }

      .row .col.l9 {
        width: 75%;
        margin-left: 0; }

      .row .col.l10 {
        width: 83.33333%;
        margin-left: 0; }

      .row .col.l11 {
        width: 91.66667%;
        margin-left: 0; }

      .row .col.l12 {
        width: 100%;
        margin-left: 0; }

      .row .col.offset-l1 {
        margin-left: 8.33333%; }

      .row .col.offset-l2 {
        margin-left: 16.66667%; }

      .row .col.offset-l3 {
        margin-left: 25%; }

      .row .col.offset-l4 {
        margin-left: 33.33333%; }

      .row .col.offset-l5 {
        margin-left: 41.66667%; }

      .row .col.offset-l6 {
        margin-left: 50%; }

      .row .col.offset-l7 {
        margin-left: 58.33333%; }

      .row .col.offset-l8 {
        margin-left: 66.66667%; }

      .row .col.offset-l9 {
        margin-left: 75%; }

      .row .col.offset-l10 {
        margin-left: 83.33333%; }

      .row .col.offset-l11 {
        margin-left: 91.66667%; }

      .row .col.offset-l12 {
        margin-left: 100%; }
 }

nav {
  color: #fff;
  background-color: #ee6e73;
  width: 100%;
  height: 56px;
  line-height: 56px;
  overflow: hidden; }
  nav a {
    color: #fff; }
  nav .nav-wrapper {
    position: relative;
    height: 100%; }
    nav .nav-wrapper i {
      font-size: 2rem; }
  @media only screen and (min-width : 993px) {
    nav a.button-collapse {
      display: none; }
 }
  nav a.button-collapse {
    float: left;
    position: relative;
    z-index: 1;
    height: 56px;
    color: #fff; }
    nav a.button-collapse i {
      font-size: 2.7rem;
      height: 56px;
      line-height: 56px; }
  nav .brand-logo {
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 2.1rem;
    padding: 0; }
    nav .brand-logo.center {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    @media only screen and (max-width : 992px) {
      nav .brand-logo {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
    nav .brand-logo.right {
      right: 0.5rem;
      padding: 0; }
  nav ul {
    margin: 0; }
    nav ul li {
      -webkit-transition: background-color 0.3s;
      -moz-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      -ms-transition: background-color 0.3s;
      transition: background-color 0.3s;
      float: left;
      padding: 0px; }
      nav ul li:hover, nav ul li.active {
        background-color: rgba(0, 0, 0, 0.1); }
    nav ul a {
      font-size: 1rem;
      color: #fff;
      display: inline-block;
      padding: 0px 15px; }
    nav ul.left {
      float: left; }
  nav .input-field {
    margin: 0; }
    nav .input-field input {
      height: 100%;
      font-size: 1.2rem;
      border: none;
      padding-left: 2rem;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      nav .input-field input:focus, nav .input-field input[type=text]:valid, nav .input-field input[type=password]:valid, nav .input-field input[type=email]:valid, nav .input-field input[type=url]:valid, nav .input-field input[type=date]:valid {
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
    nav .input-field label {
      top: 0;
      left: 0; }
      nav .input-field label i {
        color: rgba(255, 255, 255, 0.7);
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        -o-transition: color 0.3s;
        -ms-transition: color 0.3s;
        transition: color 0.3s; }
      nav .input-field label.active i {
        color: #fff; }
      nav .input-field label.active {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }

.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 998; }
  .navbar-fixed nav {
    position: fixed; }

@media only screen and (min-width : 601px) {
  nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 64px;
    line-height: 64px; }

  .navbar-fixed {
    height: 64px; }
 }

@font-face {
  font-family: "Roboto";
  src: url("../font/roboto/Roboto-Thin.ttf");
  font-weight: 200; }

@font-face {
  font-family: "Roboto";
  src: url("../font/roboto/Roboto-Light.ttf");
  font-weight: 300; }

@font-face {
  font-family: "Roboto";
  src: url("../font/roboto/Roboto-Regular.ttf");
  font-weight: 400; }

@font-face {
  font-family: "Roboto";
  src: url("../font/roboto/Roboto-Medium.ttf");
  font-weight: 500; }

@font-face {
  font-family: "Roboto";
  src: url("../font/roboto/Roboto-Bold.ttf");
  font-weight: 700; }

a {
  text-decoration: none; }

html {
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87); }
  @media only screen and (min-width: 0) {
    html {
      font-size: 14px; } }
  @media only screen and (min-width: 992px) {
    html {
      font-size: 14.5px; } }
  @media only screen and (min-width: 1200px) {
    html {
      font-size: 15px; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 4.2rem;
  line-height: 4.62rem;
  margin: 2.1rem 0 1.68rem 0; }

h2 {
  font-size: 3.56rem;
  line-height: 3.916rem;
  margin: 1.78rem 0 1.424rem 0; }

h3 {
  font-size: 2.92rem;
  line-height: 3.212rem;
  margin: 1.46rem 0 1.168rem 0; }

h4 {
  font-size: 2.28rem;
  line-height: 2.508rem;
  margin: 1.14rem 0 0.912rem 0; }

h5 {
  font-size: 1.64rem;
  line-height: 1.804rem;
  margin: 0.82rem 0 0.656rem 0; }

h6 {
  font-size: 1rem;
  line-height: 1.1rem;
  margin: 0.5rem 0 0.4rem 0; }

em {
  font-style: italic; }

strong {
  font-weight: 500; }

small {
  font-size: 75%; }

.light, footer.page-footer .footer-copyright {
  font-weight: 300; }

.flow-text {
  font-weight: 300; }
  @media only screen and (min-width: 360px) {
    .flow-text {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 0px) {
    .flow-text {
      line-height: 0.8rem; } }
  @media only screen and (min-width: 390px) {
    .flow-text {
      font-size: 1.224rem; } }
  @media only screen and (min-width: 30px) {
    .flow-text {
      line-height: 0.904rem; } }
  @media only screen and (min-width: 420px) {
    .flow-text {
      font-size: 1.248rem; } }
  @media only screen and (min-width: 60px) {
    .flow-text {
      line-height: 1.008rem; } }
  @media only screen and (min-width: 450px) {
    .flow-text {
      font-size: 1.272rem; } }
  @media only screen and (min-width: 90px) {
    .flow-text {
      line-height: 1.112rem; } }
  @media only screen and (min-width: 480px) {
    .flow-text {
      font-size: 1.296rem; } }
  @media only screen and (min-width: 120px) {
    .flow-text {
      line-height: 1.216rem; } }
  @media only screen and (min-width: 510px) {
    .flow-text {
      font-size: 1.32rem; } }
  @media only screen and (min-width: 150px) {
    .flow-text {
      line-height: 1.32rem; } }
  @media only screen and (min-width: 540px) {
    .flow-text {
      font-size: 1.344rem; } }
  @media only screen and (min-width: 180px) {
    .flow-text {
      line-height: 1.424rem; } }
  @media only screen and (min-width: 570px) {
    .flow-text {
      font-size: 1.368rem; } }
  @media only screen and (min-width: 210px) {
    .flow-text {
      line-height: 1.528rem; } }
  @media only screen and (min-width: 600px) {
    .flow-text {
      font-size: 1.392rem; } }
  @media only screen and (min-width: 240px) {
    .flow-text {
      line-height: 1.632rem; } }
  @media only screen and (min-width: 630px) {
    .flow-text {
      font-size: 1.416rem; } }
  @media only screen and (min-width: 270px) {
    .flow-text {
      line-height: 1.736rem; } }
  @media only screen and (min-width: 660px) {
    .flow-text {
      font-size: 1.44rem; } }
  @media only screen and (min-width: 300px) {
    .flow-text {
      line-height: 1.84rem; } }
  @media only screen and (min-width: 690px) {
    .flow-text {
      font-size: 1.464rem; } }
  @media only screen and (min-width: 330px) {
    .flow-text {
      line-height: 1.944rem; } }
  @media only screen and (min-width: 720px) {
    .flow-text {
      font-size: 1.488rem; } }
  @media only screen and (min-width: 360px) {
    .flow-text {
      line-height: 2.048rem; } }
  @media only screen and (min-width: 750px) {
    .flow-text {
      font-size: 1.512rem; } }
  @media only screen and (min-width: 390px) {
    .flow-text {
      line-height: 2.152rem; } }
  @media only screen and (min-width: 780px) {
    .flow-text {
      font-size: 1.536rem; } }
  @media only screen and (min-width: 420px) {
    .flow-text {
      line-height: 2.256rem; } }
  @media only screen and (min-width: 810px) {
    .flow-text {
      font-size: 1.56rem; } }
  @media only screen and (min-width: 450px) {
    .flow-text {
      line-height: 2.36rem; } }
  @media only screen and (min-width: 840px) {
    .flow-text {
      font-size: 1.584rem; } }
  @media only screen and (min-width: 480px) {
    .flow-text {
      line-height: 2.464rem; } }
  @media only screen and (min-width: 870px) {
    .flow-text {
      font-size: 1.608rem; } }
  @media only screen and (min-width: 510px) {
    .flow-text {
      line-height: 2.568rem; } }
  @media only screen and (min-width: 900px) {
    .flow-text {
      font-size: 1.632rem; } }
  @media only screen and (min-width: 540px) {
    .flow-text {
      line-height: 2.672rem; } }
  @media only screen and (min-width: 930px) {
    .flow-text {
      font-size: 1.656rem; } }
  @media only screen and (min-width: 570px) {
    .flow-text {
      line-height: 2.776rem; } }
  @media only screen and (min-width: 960px) {
    .flow-text {
      font-size: 1.68rem; } }
  @media only screen and (min-width: 600px) {
    .flow-text {
      line-height: 2.88rem; } }

.card-panel {
  padding: 20px;
  margin: 0.5rem 0 1rem 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: #fff; }

.card {
  position: relative;
  overflow: hidden;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box; }
  .card .card-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300; }
    .card .card-title.activator {
      cursor: pointer; }
  .card a {
    color: #ffab40;
    margin-right: 20px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-transform: uppercase; }
    .card a:hover {
      color: #ffd8a6; }
  .card.small, .card.medium, .card.large {
    position: relative; }
    .card.small .card-image, .card.medium .card-image, .card.large .card-image {
      overflow: hidden; }
    .card.small .card-content, .card.medium .card-content, .card.large .card-content {
      overflow: hidden; }
    .card.small .card-action, .card.medium .card-action, .card.large .card-action {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
  .card.small {
    height: 300px; }
    .card.small .card-image {
      height: 150px; }
    .card.small .card-content {
      height: 150px; }
  .card.medium {
    height: 400px; }
    .card.medium .card-image {
      height: 250px; }
    .card.medium .card-content {
      height: 150px; }
  .card.large {
    height: 500px; }
    .card.large .card-image {
      height: 330px; }
    .card.large .card-content {
      height: 170px; }
  .card .card-image {
    position: relative; }
    .card .card-image img {
      -webkit-border-radius: 2px 2px 0 0;
      -moz-border-radius: 2px 2px 0 0;
      border-radius: 2px 2px 0 0;
      background-clip: padding-box;
      position: relative;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%; }
    .card .card-image .card-title {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 20px; }
  .card .card-content {
    padding: 20px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .card .card-content p {
      margin: 0;
      color: inherit; }
    .card .card-content .card-title {
      line-height: 48px; }
  .card .card-action {
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 20px; }
  .card .card-reveal {
    padding: 20px;
    position: absolute;
    background-color: #FFF;
    width: 100%;
    overflow-y: auto;
    top: 100%;
    height: 100%;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .card .card-reveal .card-title {
      cursor: pointer;
      display: block; }

#toast-container {
  display: block;
  position: fixed;
  z-index: 1001; }
  @media only screen and (max-width : 600px) {
    #toast-container {
      min-width: 100%;
      bottom: 0%; } }
  @media only screen and (min-width : 601px) and (max-width : 992px) {
    #toast-container {
      min-width: 30%;
      left: 5%;
      bottom: 7%; } }
  @media only screen and (min-width : 993px) {
    #toast-container {
      min-width: 8%;
      top: 10%;
      right: 7%; } }

.toast {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0px;
  width: auto;
  clear: both;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: #323232;
  padding: 0px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .toast .btn, .toast .btn-large, .toast .btn-flat {
    margin: 0;
    margin-left: 3rem; }
  .toast.rounded {
    border-radius: 24px; }
  @media only screen and (max-width : 600px) {
    .toast {
      width: 100%;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      background-clip: padding-box; } }
  @media only screen and (min-width : 601px) and (max-width : 992px) {
    .toast {
      float: left; } }
  @media only screen and (min-width : 993px) {
    .toast {
      float: right; } }

.tabs {
  position: relative;
  height: 48px;
  background-color: #FFF;
  margin: 0 auto;
  width: 100%;
  white-space: nowrap; }
  .tabs li.tab {
    display: block;
    float: left;
    text-align: center;
    background-color: #fff;
    line-height: 48px;
    height: 48px;
    padding: 0 20px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    width: 15%; }
    .tabs li.tab a {
      color: #ee6e73;
      display: block;
      width: 100%;
      height: 100%;
      -webkit-transition: color 0.28s ease;
      -moz-transition: color 0.28s ease;
      -o-transition: color 0.28s ease;
      -ms-transition: color 0.28s ease;
      transition: color 0.28s ease; }
      .tabs li.tab a:hover {
        color: #f9c9cb; }
  .tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #f6b2b5;
    will-change: left, right; }

ul.tabs li.tab {
  padding: 0; }

.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 1000;
  background-color: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  color: #fff;
  min-height: 36px;
  line-height: 1rem;
  opacity: 0;
  display: none;
  position: absolute;
  text-align: center;
  overflow: hidden;
  left: 0;
  top: 0;
  will-change: top, left; }

.backdrop {
  position: absolute;
  opacity: 0;
  display: none;
  height: 7px;
  width: 14px;
  -webkit-border-radius: 0 0 14px 14px;
  -moz-border-radius: 0 0 14px 14px;
  border-radius: 0 0 14px 14px;
  background-clip: padding-box;
  background-color: #323232;
  z-index: -1;
  -webkit-transform-origin: 50% 10%;
  -moz-transform-origin: 50% 10%;
  -ms-transform-origin: 50% 10%;
  -o-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
  will-change: transform, opacity; }

.btn, .btn-large, .btn-flat {
  display: inline-block;
  height: 36px;
  margin-bottom: 15px;
  padding: 0 2rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  line-height: 36px;
  text-transform: uppercase;
  border: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent; }

.btn.disabled, .disabled.btn-large, .btn-floating.disabled, .btn-large.disabled, .btn:disabled, .btn-large:disabled, .btn-large:disabled, .btn-floating:disabled {
  background-color: #DFDFDF;
  box-shadow: none;
  color: #9F9F9F;
  cursor: default; }
  .btn.disabled:hover, .disabled.btn-large:hover, .btn-floating.disabled:hover, .btn-large.disabled:hover, .btn:disabled:hover, .btn-large:disabled:hover, .btn-large:disabled:hover, .btn-floating:disabled:hover {
    background-color: #DFDFDF;
    color: #9F9F9F; }

.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
  font-size: 1.3rem;
  line-height: inherit; }

.btn, .btn-large {
  text-decoration: none;
  color: #FFF;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: 0.5px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer; }
  .btn:hover, .btn-large:hover {
    background-color: #2bbbad; }

.btn-floating {
  display: inline-block;
  color: #FFF;
  position: relative;
  z-index: 1;
  width: 37px;
  height: 37px;
  line-height: 37px;
  padding: 0;
  background-color: #26a69a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer; }
  .btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 37px; }
  .btn-floating.btn-large {
    width: 55.5px;
    height: 55.5px; }
    .btn-floating.btn-large i {
      line-height: 55.5px; }

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 1000; }
  .fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 64px; }
    .fixed-action-btn ul li {
      margin-bottom: 15px; }
    .fixed-action-btn ul a.btn-floating {
      -ms-filter: "progid:DXImageTransform@mixin Microsoft@mixin Alpha(Opacity=${iefactor})";
      filter: "alpha(opacity=(${iefactor}))";
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0; }

.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer; }
  .btn-flat.disabled {
    color: #b3b3b3;
    cursor: default; }

.btn-large {
  height: 54px;
  line-height: 56px; }
  .btn-large i {
    font-size: 1.6rem; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  margin: 0px;
  min-width: 100px;
  z-index: 1000;
  max-height: 70%;
  opacity: 0;
  overflow-y: hidden;
  will-change: width, height; }
  .dropdown-content li {
    cursor: pointer;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.87);
    line-height: 1.5rem; }
    .dropdown-content li:hover, .dropdown-content li.active {
      background-color: rgba(0, 0, 0, 0.06); }
    .dropdown-content li > a, .dropdown-content li > span {
      display: block;
      padding: 1rem 1rem;
      color: #26a69a; }

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none; }
  .waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45); }
  .waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7); }
  .waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7); }
  .waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7); }
  .waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7); }
  .waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7); }
  .waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7); }

.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important; }

.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }
  .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%;
  -webkit-mask-image: none; }

.waves-block {
  display: block; }

/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
  z-index: -1; }

.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #eee;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  z-index: 1000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  will-change: top, opacity; }
  @media only screen and (max-width : 992px) {
    .modal {
      width: 80%; } }
  .modal h1, .modal h2, .modal h3, .modal h4 {
    margin-top: 0; }
  .modal .modal-content {
    padding: 24px; }
  .modal .modal-footer {
    background-color: #eee;
    padding: 4px 6px;
    height: 56px;
    width: 100%; }
    .modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat {
      float: right;
      margin: 6px 0; }

#lean-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 115%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity; }

.modal.modal-fixed-footer {
  padding: 0;
  height: 70%; }
  .modal.modal-fixed-footer .modal-content {
    position: fixed;
    max-height: 100%;
    padding-bottom: 64px;
    width: 100%;
    overflow-y: auto; }
  .modal.modal-fixed-footer .modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: fixed;
    bottom: 0; }

.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0; }
  .collapsible li {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

.collapsible-header {
  display: block;
  cursor: pointer;
  height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd; }
  .collapsible-header i {
    width: 2rem;
    font-size: 1.6rem;
    line-height: 3rem;
    display: block;
    float: left;
    text-align: center;
    margin-right: 1rem; }

.collapsible-body {
  overflow: hidden;
  display: none;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .collapsible-body p {
    margin: 0;
    padding: 2rem; }

ul.side-nav ul.collapsible {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  ul.side-nav ul.collapsible li {
    padding: 0; }
ul.side-nav .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  margin: 0 1rem; }
  ul.side-nav .collapsible-header i {
    line-height: inherit; }
ul.side-nav .collapsible-body {
  border: 0;
  background-color: #FFF; }
  ul.side-nav .collapsible-body li a {
    margin: 0 1rem 0 2rem; }

li.no-padding {
  padding: 0 !important; }

.materialboxed {
  cursor: zoom-in;
  position: relative;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  transition: opacity 0.4s; }
  .materialboxed:hover {
    will-change: left, top, width, height; }
    .materialboxed:hover:not(.active) {
      -ms-filter: "progid:DXImageTransform@mixin Microsoft@mixin Alpha(Opacity=${iefactor})";
      filter: "alpha(opacity=(${iefactor}))";
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      opacity: 0.8; }

.materialboxed.active {
  cursor: zoom-out; }

#materialbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #292929;
  z-index: 999;
  will-change: opacity; }

.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased; }

/* Remove Focus Boxes */
select:focus {
  outline: 1px solid #f8c1c3; }

button:focus {
  outline: none;
  background-color: #2ab7a9; }

label {
  font-size: 0.8rem;
  color: #9e9e9e; }

/***************************
   Text Inputs + Textarea
****************************/
.input-field {
  position: relative;
  margin-top: 1rem; }
  .input-field label {
    color: #9e9e9e;
    position: absolute;
    top: 0.8rem;
    left: 0.75rem;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out; }
  .input-field label.active {
    font-size: 0.8rem;
    -webkit-transform: translateY(-140%);
    -moz-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    -o-transform: translateY(-140%);
    transform: translateY(-140%); }
  .input-field input[type=text]:focus + label, .input-field input[type=password]:focus + label, .input-field input[type=email]:focus + label, .input-field input[type=url]:focus + label, .input-field input[type=date]:focus + label, .input-field input[type=tel]:focus + label, .input-field input[type=number]:focus + label, .input-field input[type=search]:focus + label, .input-field textarea:focus.materialize-textarea + label {
    color: #26a69a; }
  .input-field input[type=text].valid, .input-field input[type=password].valid, .input-field input[type=email].valid, .input-field input[type=url].valid, .input-field input[type=date].valid, .input-field input[type=tel].valid, .input-field input[type=number].valid, .input-field input[type=search].valid, .input-field textarea.materialize-textarea.valid {
    border-bottom: 1px solid #4CAF50;
    -webkit-box-shadow: 0 1px 0 0 #4CAF50;
    -moz-box-shadow: 0 1px 0 0 #4CAF50;
    box-shadow: 0 1px 0 0 #4CAF50; }
  .input-field input[type=text].invalid, .input-field input[type=password].invalid, .input-field input[type=email].invalid, .input-field input[type=url].invalid, .input-field input[type=date].invalid, .input-field input[type=tel].invalid, .input-field input[type=number].invalid, .input-field input[type=search].invalid, .input-field textarea.materialize-textarea.invalid {
    border-bottom: 1px solid #F44336;
    -webkit-box-shadow: 0 1px 0 0 #F44336;
    -moz-box-shadow: 0 1px 0 0 #F44336;
    box-shadow: 0 1px 0 0 #F44336; }
  .input-field .prefix {
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    -ms-transition: color 0.2s;
    transition: color 0.2s; }
    .input-field .prefix.active {
      color: #26a69a; }
  .input-field .prefix ~ input, .input-field .prefix ~ textarea {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem); }
  .input-field .prefix ~ textarea {
    padding-top: 0.8rem; }
  .input-field .prefix ~ label {
    margin-left: 3rem; }
  @media only screen and (max-width : 992px) {
    .input-field .prefix ~ input {
      width: 86%;
      width: calc(100% - 3rem); }
 }
  @media only screen and (max-width : 600px) {
    .input-field .prefix ~ input {
      width: 80%;
      width: calc(100% - 3rem); }
 }

textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent; }

input[type=text], input[type=password], input[type=email], input[type=url], input[type=date], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 15px 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus, input[type=date]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=search]:focus, textarea:focus.materialize-textarea {
  border-bottom: 1px solid #26a69a;
  -webkit-box-shadow: 0 1px 0 0 #26a69a;
  -moz-box-shadow: 0 1px 0 0 #26a69a;
  box-shadow: 0 1px 0 0 #26a69a; }

textarea.materialize-textarea {
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: 1.6rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 3rem; }

.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */ }

/***************
  Radio Buttons
***************/
/* Remove default Radio Buttons */
[type="radio"]:not(:checked), [type="radio"]:checked {
  position: absolute;
  left: -9999px; }

[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-transition: 0.28s ease;
  -moz-transition: 0.28s ease;
  -o-transition: 0.28s ease;
  -ms-transition: 0.28s ease;
  transition: 0.28s ease;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */ }

[type="radio"] + label:before, [type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: 0.28s ease;
  -moz-transition: 0.28s ease;
  -o-transition: 0.28s ease;
  -ms-transition: 0.28s ease;
  transition: 0.28s ease; }

/* Unchecked styles */
[type="radio"]:not(:checked) + label:before {
  border-radius: 50%;
  border: 2px solid #5a5a5a; }

[type="radio"]:not(:checked) + label:after {
  border-radius: 50%;
  border: 2px solid #5a5a5a;
  z-index: -1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

/* Checked styles */
[type="radio"]:checked + label:before {
  border-radius: 50%;
  border: 2px solid transparent; }

[type="radio"]:checked + label:after {
  border-radius: 50%;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02); }

/* Radio With gap */
[type="radio"].with-gap:checked + label:before {
  border-radius: 50%;
  border: 2px solid #26a69a; }

[type="radio"].with-gap:checked + label:after {
  border-radius: 50%;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5); }

/* Disabled style */
[type="radio"]:disabled:not(:checked) + label:before, [type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26); }

[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.26); }

[type="radio"]:disabled:not(:checked) + label:hover:before {
  border-color: rgba(0, 0, 0, 0.26); }

/***************
   Checkboxes
***************/
/* CUSTOM CSS CHECKBOXES */
form p {
  margin-bottom: 10px;
  text-align: left; }

form p:last-child {
  margin-bottom: 0px; }

/* Remove default checkbox */
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */ }

/* checkbox aspect */
[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  margin-top: 2px;
  left: 0;
  z-index: 0;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-clip: padding-box;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s; }

/* Unchecked styles */
[type="checkbox"]:not(:checked) + label:before {
  top: 0px;
  width: 18px;
  height: 18px;
  border: 2px solid #5a5a5a; }

/* Checked styles */
[type="checkbox"]:checked + label:before {
  left: -3px;
  top: -4px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotateZ(40deg);
  -moz-transform: rotateZ(40deg);
  -ms-transform: rotateZ(40deg);
  -o-transform: rotateZ(40deg);
  transform: rotateZ(40deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before {
  top: 0;
  left: 0;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.26);
  width: 18px;
  height: 18px;
  border: 2px solid rgba(0, 0, 0, 0.26);
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg); }

[type="checkbox"]:disabled:checked + label:before {
  left: -3px;
  top: -4px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
  -webkit-transform: rotateZ(40deg);
  -moz-transform: rotateZ(40deg);
  -ms-transform: rotateZ(40deg);
  -o-transform: rotateZ(40deg);
  transform: rotateZ(40deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type="checkbox"]:disabled:checked + label {
  color: rgba(0, 0, 0, 0.26); }

[type="checkbox"]:disabled:not(:checked) + label:hover:before {
  border-color: rgba(0, 0, 0, 0.26); }

/***************
     Switch
***************/
.switch, .switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.switch label {
  cursor: pointer; }

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0; }

.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1; }

.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #26a69a; }

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0px 16px; }

.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #F1F1F1;
  border-radius: 21px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -3px;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease; }

input[type=checkbox]:checked:not(:disabled) ~ .lever:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1); }

input[type=checkbox]:not(:disabled) ~ .lever:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08); }

.switch label input[type=checkbox]:checked + .lever:after {
  left: 24px; }

.switch input[type=checkbox][disabled] + .lever {
  cursor: default; }

.switch label input[type=checkbox][disabled] + .lever:after, .switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #BDBDBD; }

/***************
  Select Field
***************/
.select-label {
  position: absolute; }

.select-wrapper {
  position: relative;
  margin-top: 15px; }
  .select-wrapper input.select-dropdown {
    position: relative;
    cursor: pointer;
    color: #444;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 15px 0;
    padding: 0;
    display: block; }
  .select-wrapper .mdi-navigation-arrow-drop-down {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px; }

select {
  display: none; }

select.browser-default {
  display: block; }

select:disabled {
  color: rgba(0, 0, 0, 0.3); }

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

.select-wrapper i {
  color: rgba(0, 0, 0, 0.3); }

.select-dropdown li.disabled {
  color: rgba(0, 0, 0, 0.3); }
  .select-dropdown li.disabled:hover {
    background-color: transparent; }

/*********************
      File Input
**********************/
.file-field {
  position: relative;
  overflow: hidden; }
  .file-field input.file-path {
    margin-left: 100px; }
  .file-field .btn, .file-field .btn-large {
    position: absolute;
    top: 0;
    height: 3rem;
    line-height: 3rem; }
  .file-field span {
    cursor: pointer; }
  .file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0); }

/***************
      Range
***************/
.range-field {
  position: relative; }

input[type=range], input[type=range] + .thumb {
  cursor: pointer; }

input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0px;
  padding: 0; }

input[type=range] + .thumb {
  position: absolute;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #26a69a;
  top: 10px;
  margin-left: -6px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  input[type=range] + .thumb .value {
    display: block;
    width: 30px;
    text-align: center;
    color: #26a69a;
    font-size: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  input[type=range] + .thumb.active {
    border-radius: 50% 50% 50% 0; }
    input[type=range] + .thumb.active .value {
      color: #fff;
      margin-left: -1px;
      margin-top: 8px;
      font-size: 10px; }

input[type=range]:focus {
  outline: none; }

input[type=range] {
  -webkit-appearance: none; }

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #26a69a;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc; }

input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/ }

input[type=range]::-moz-range-track {
  height: 3px;
  background: #ddd;
  border: none; }

input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  margin-top: -5px; }

/*hide the outline behind the border*/
input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px; }

input[type=range]:focus::-moz-range-track {
  background: #ccc; }

input[type=range]::-ms-track {
  height: 3px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #777; }

input[type=range]::-ms-fill-upper {
  background: #ddd; }

input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a; }

input[type=range]:focus::-ms-fill-lower {
  background: #888; }

input[type=range]:focus::-ms-fill-upper {
  background: #ccc; }

/***************************
   Text Inputs + Textarea
****************************/
select {
  background-color: #fffafa;
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem; }

/***************
    Nav List
***************/
ul.table-of-contents.fixed {
  position: fixed; }
ul.table-of-contents li {
  padding: 2px 0; }
ul.table-of-contents a {
  display: inline-block;
  font-weight: 300;
  color: #757575;
  padding-left: 20px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 0.4;
  display: inline-block; }
  ul.table-of-contents a:hover {
    color: #a8a8a8;
    padding-left: 19px;
    border-left: 1px solid #ea4a4f; }
  ul.table-of-contents a.active {
    font-weight: 500;
    padding-left: 18px;
    border-left: 2px solid #ea4a4f; }

ul.side-nav {
  position: fixed;
  width: 240px;
  left: -105%;
  top: 0;
  margin: 0;
  height: 100%;
  height: calc(100% + 60px);
  padding-bottom: 60px;
  background-color: #FFF;
  z-index: 999;
  will-change: left; }
  ul.side-nav.right-aligned {
    will-change: right;
    right: -105%;
    left: auto; }
  ul.side-nav .collapsible {
    margin: 0; }
  ul.side-nav li {
    float: none;
    padding: 0 15px; }
    ul.side-nav li:hover, ul.side-nav li.active {
      background-color: #ddd; }
  ul.side-nav a {
    color: #444; }

.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998; }

ul.side-nav.fixed a {
  display: block;
  padding: 0 15px;
  color: #444; }

ul.side-nav.fixed {
  left: 0;
  position: fixed; }
  ul.side-nav.fixed.right-aligned {
    right: 0;
    left: auto; }

@media only screen and (max-width : 992px) {
  ul.side-nav.fixed {
    left: -105%; }
    ul.side-nav.fixed.right-aligned {
      right: -105%;
      left: auto; }
 }

ul.side-nav .collapsible-body li.active, ul.side-nav.fixed .collapsible-body li.active {
  background-color: #ee6e73; }
  ul.side-nav .collapsible-body li.active a, ul.side-nav.fixed .collapsible-body li.active a {
    color: #fff; }

#sidenav-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  will-change: opacity; }

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px; }
  .preloader-wrapper.small {
    width: 36px;
    height: 36px; }
  .preloader-wrapper.big {
    width: 64px;
    height: 64px; }
  .preloader-wrapper.active {
    /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite; }

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes container-rotate {
  to {
    transform: rotate(360deg); } }

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform@mixin Microsoft@mixin Alpha(Opacity=${iefactor})";
  filter: "alpha(opacity=(${iefactor}))";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.spinner-blue, .spinner-blue-only {
  border-color: #4285f4; }

.spinner-red, .spinner-red-only {
  border-color: #db4437; }

.spinner-yellow, .spinner-yellow-only {
  border-color: #f4b400; }

.spinner-green, .spinner-green-only {
  border-color: #0f9d58; }

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-blue-only, .active .spinner-layer.spinner-red-only, .active .spinner-layer.spinner-yellow-only, .active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  -ms-filter: "progid:DXImageTransform@mixin Microsoft@mixin Alpha(Opacity=${iefactor})";
  filter: "alpha(opacity=(${iefactor}))";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes fill-unfill-rotate {
  /* 0.5 * ARCSIZE */
  /* 1   * ARCSIZE */
  /* 1.5 * ARCSIZE */
  /* 2   * ARCSIZE */
  /* 2.5 * ARCSIZE */
  /* 3   * ARCSIZE */
  /* 3.5 * ARCSIZE */
  /* 4   * ARCSIZE */
  12.5% {
    -webkit-transform: rotate(135deg); }

  25% {
    -webkit-transform: rotate(270deg); }

  37.5% {
    -webkit-transform: rotate(405deg); }

  50% {
    -webkit-transform: rotate(540deg); }

  62.5% {
    -webkit-transform: rotate(675deg); }

  75% {
    -webkit-transform: rotate(810deg); }

  87.5% {
    -webkit-transform: rotate(945deg); }

  to {
    -webkit-transform: rotate(1080deg); } }

@keyframes fill-unfill-rotate {
  /* 0.5 * ARCSIZE */
  /* 1   * ARCSIZE */
  /* 1.5 * ARCSIZE */
  /* 2   * ARCSIZE */
  /* 2.5 * ARCSIZE */
  /* 3   * ARCSIZE */
  /* 3.5 * ARCSIZE */
  /* 4   * ARCSIZE */
  12.5% {
    transform: rotate(135deg); }

  25% {
    transform: rotate(270deg); }

  37.5% {
    transform: rotate(405deg); }

  50% {
    transform: rotate(540deg); }

  62.5% {
    transform: rotate(675deg); }

  75% {
    transform: rotate(810deg); }

  87.5% {
    transform: rotate(945deg); }

  to {
    transform: rotate(1080deg); } }

@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1; }

  25% {
    opacity: 1; }

  26% {
    opacity: 0; }

  89% {
    opacity: 0; }

  90% {
    opacity: 1; }

  100% {
    opacity: 1; } }

@keyframes blue-fade-in-out {
  from {
    opacity: 1; }

  25% {
    opacity: 1; }

  26% {
    opacity: 0; }

  89% {
    opacity: 0; }

  90% {
    opacity: 1; }

  100% {
    opacity: 1; } }

@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0; }

  15% {
    opacity: 0; }

  25% {
    opacity: 1; }

  50% {
    opacity: 1; }

  51% {
    opacity: 0; } }

@keyframes red-fade-in-out {
  from {
    opacity: 0; }

  15% {
    opacity: 0; }

  25% {
    opacity: 1; }

  50% {
    opacity: 1; }

  51% {
    opacity: 0; } }

@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0; }

  40% {
    opacity: 0; }

  50% {
    opacity: 1; }

  75% {
    opacity: 1; }

  76% {
    opacity: 0; } }

@keyframes yellow-fade-in-out {
  from {
    opacity: 0; }

  40% {
    opacity: 0; }

  50% {
    opacity: 1; }

  75% {
    opacity: 1; }

  76% {
    opacity: 0; } }

@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0; }

  65% {
    opacity: 0; }

  75% {
    opacity: 1; }

  90% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes green-fade-in-out {
  from {
    opacity: 0; }

  65% {
    opacity: 0; }

  75% {
    opacity: 1; }

  90% {
    opacity: 1; }

  100% {
    opacity: 0; } }

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }

.gap-patch .circle {
  width: 1000%;
  left: -450%; }

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }
  .circle-clipper .circle {
    width: 200%;
    box-sizing: border-box;
    height: 100%;
    border-width: 3px;
    /* STROKEWIDTH */
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
  .circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    transform: rotate(129deg); }
  .circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg); }

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg); }

  50% {
    -webkit-transform: rotate(-5deg); }

  to {
    -webkit-transform: rotate(130deg); } }

@keyframes left-spin {
  from {
    transform: rotate(130deg); }

  50% {
    transform: rotate(-5deg); }

  to {
    transform: rotate(130deg); } }

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg); }

  50% {
    -webkit-transform: rotate(5deg); }

  to {
    -webkit-transform: rotate(-130deg); } }

@keyframes right-spin {
  from {
    transform: rotate(-130deg); }

  50% {
    transform: rotate(5deg); }

  to {
    transform: rotate(-130deg); } }

#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1); }

@-webkit-keyframes fade-out {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes fade-out {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

.slider {
  position: relative;
  height: 440px;
  width: 100%; }
  .slider.fullscreen {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .slider.fullscreen ul.slides {
      height: 100%; }
    .slider.fullscreen ul.indicators {
      z-index: 2;
      bottom: 30px; }
  .slider ul.slides {
    background-color: #9e9e9e;
    margin: 0;
    height: 400px; }
    .slider ul.slides li {
      -ms-filter: "progid:DXImageTransform@mixin Microsoft@mixin Alpha(Opacity=${iefactor})";
      filter: "alpha(opacity=(${iefactor}))";
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: inherit;
      overflow: hidden; }
      .slider ul.slides li img {
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center; }
      .slider ul.slides li .caption {
        color: #fff;
        position: absolute;
        top: 15%;
        left: 15%;
        width: 70%;
        -ms-filter: "progid:DXImageTransform@mixin Microsoft@mixin Alpha(Opacity=${iefactor})";
        filter: "alpha(opacity=(${iefactor}))";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0; }
        .slider ul.slides li .caption p {
          color: #e0e0e0; }
      .slider ul.slides li.active {
        z-index: 2; }
  .slider ul.indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0; }
    .slider ul.indicators li.indicator-item {
      display: inline-block;
      position: relative;
      cursor: pointer;
      height: 16px;
      width: 16px;
      margin: 0 12px;
      background-color: #e0e0e0;
      -webkit-transition: background-color 0.3s;
      -moz-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      -ms-transition: background-color 0.3s;
      transition: background-color 0.3s;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box; }
      .slider ul.indicators li.indicator-item.active {
        background-color: #4CAF50; }

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/**
 * The picker input element.
 */
.picker__input {
  cursor: default; }

/**
 * When the picker is opened, the input element is "activated".
 */
.picker__input.picker__input--active {
  border-color: #0089ec; }

/**
 * The holder is the only "scrollable" top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder, .picker__frame {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%; }

/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
  -moz-transition: background 0.15s ease-out, top 0s 0.15s;
  transition: background 0.15s ease-out, top 0s 0.15s;
  -webkit-backface-visibility: hidden; }

/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 300px;
  max-height: 350px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

@media (min-height: 28.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%; }
 }

@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%; }
 }

/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%; }

@media (min-height: 28.875em) {
  .picker__wrap {
    display: block; }
 }

/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle; }

@media (min-height: 28.875em) {
  .picker__box {
    display: block;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); }
 }

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  top: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  -webkit-transition: background 0.15s ease-out;
  -moz-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out; }

.picker--opened .picker__frame {
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

@media (min-height: 35.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: 20% auto; }
 }

/**
 * For `large` screens, transform into an inline picker.
 */
/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
.picker__input.picker__input--active {
  border-color: #E3F2FD; }

.picker__frame {
  margin: 0 auto;
  max-width: 325px; }

@media (min-height: 38.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto; }
 }

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em; }

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em; }

/**
 * The month and year labels.
 */
.picker__month, .picker__year {
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em; }

/**
 * The month and year selectors.
 */
.picker__select--month, .picker__select--year {
  height: 2em;
  padding: 0.5em;
  margin-left: 0.25em;
  margin-right: 0.25em; }

@media (min-width: 24.5em) {
  .picker__select--month, .picker__select--year {
    margin-top: -0.5em; }
 }

.picker__select--month.browser-default {
  display: inline;
  background-color: #FFFFFF;
  width: 40%; }

.picker__select--year.browser-default {
  display: inline;
  background-color: #FFFFFF;
  width: 25%; }

.picker__select--month:focus, .picker__select--year:focus {
  border-color: rgba(0, 0, 0, 0.05); }

/**
 * The month navigation buttons.
 */
.picker__nav--prev, .picker__nav--next {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em; }

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }

.picker__nav--disabled, .picker__nav--disabled:hover, .picker__nav--disabled:before, .picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 1rem;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em; }

.picker__table th, .picker__table td {
  text-align: center; }

.picker__table td {
  margin: 0;
  padding: 0; }

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */ }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em; }
 }

/**
 * The days on the calendar
 */
.picker__day--today {
  position: relative;
  color: #595959;
  letter-spacing: -0.3;
  padding: 0.75rem 0;
  font-weight: 400;
  border: 1px solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaaaaa; }

.picker__day--infocus:hover {
  cursor: pointer;
  color: #000;
  font-weight: 500; }

.picker__day--outfocus {
  padding: 0.75rem 0;
  color: #fff; }

.picker__day--outfocus:hover {
  cursor: pointer;
  color: #dddddd;
  font-weight: 500; }

.picker__day--highlighted:hover, .picker--focused .picker__day--highlighted {
  cursor: pointer; }

.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
  border-radius: 50%;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  background: #0089ec;
  color: #ffffff; }

.picker__day--disabled, .picker__day--disabled:hover, .picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__day--highlighted.picker__day--disabled, .picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb; }

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.picker__button--today, .picker__button--clear, .picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--today:hover, .picker__button--clear:hover, .picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb; }

.picker__button--today:focus, .picker__button--clear:focus, .picker__button--close:focus {
  background: #b1dcfb;
  border-color: rgba(0, 0, 0, 0.05);
  outline: none; }

.picker__button--today:before, .picker__button--clear:before, .picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--today:before, .picker__button--clear:before {
  content: " ";
  margin-right: 0.45em; }

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent; }

.picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #ee2200; }

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777777; }

.picker__button--today[disabled], .picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa; }

/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
.picker__box {
  border-radius: 2px;
  overflow: hidden; }

.picker__date-display {
  text-align: center;
  background-color: #26a69a;
  color: #fff;
  padding-bottom: 15px;
  font-weight: 300; }

.picker__nav--prev:hover, .picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #a1ded8; }

.picker__weekday-display {
  background-color: #1f897f;
  padding: 10px;
  font-weight: 200;
  letter-spacing: 0.5;
  font-size: 1rem;
  margin-bottom: 15px; }

.picker__month-display {
  text-transform: uppercase;
  font-size: 2rem; }

.picker__day-display {
  font-size: 4.5rem;
  font-weight: 400; }

.picker__year-display {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.4); }

.picker__box {
  padding: 0; }

.picker__calendar-container {
  padding: 0 1rem; }
  .picker__calendar-container thead {
    border: none; }

.picker__table {
  margin-top: 0;
  margin-bottom: 0.5em; }

.picker__day--infocus {
  color: #595959;
  letter-spacing: -0.3;
  padding: 0.75rem 0;
  font-weight: 400;
  border: 1px solid transparent; }

.picker__day.picker__day--today {
  color: #26a69a; }

.picker__day.picker__day--today.picker__day--selected {
  color: #fff; }

.picker__weekday {
  font-size: 0.9rem; }

.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
  border-radius: 50%;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  background-color: #26a69a;
  color: #ffffff; }
  .picker__day--selected.picker__day--outfocus, .picker__day--selected:hover.picker__day--outfocus, .picker--focused .picker__day--selected.picker__day--outfocus {
    background-color: #a1ded8; }

.picker__footer {
  text-align: right;
  padding: 5px 10px; }

.picker__close, .picker__today {
  font-size: 1.1rem;
  padding: 0 1rem;
  color: #26a69a; }

.picker__nav--prev:before, .picker__nav--next:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #676767;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #676767; }

button.picker__today:focus, button.picker__clear:focus, button.picker__close:focus {
  background-color: #a1ded8; }

/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0; }

/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: 0.75em 1.25em; }

@media (min-height: 46.75em) {
  .picker__list-item {
    padding: 0.5em 1em; }
 }

/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10; }

/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10; }

.picker__list-item--highlighted:hover, .picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

/* Selected and hovered/focused time */
.picker__list-item--selected, .picker__list-item--selected:hover, .picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10; }

/* Disabled time */
.picker__list-item--disabled, .picker__list-item--disabled:hover, .picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto; }

/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: 0.67em;
  text-align: center;
  text-transform: uppercase;
  color: #666; }

.picker--time .picker__button--clear:hover, .picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none; }

.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold; }

.picker--time .picker__button--clear:hover:before, .picker--time .picker__button--clear:focus:before {
  color: #ffffff; }

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px; }

/**
 * The picker box.
 */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0; }

@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em; }
 }

/**
 * selectize.css (v0.13.3)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 * Copyright (c) 2020 Selectize Team & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 * @author Ris Adams <selectize@risadams.com>  
 */

.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;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{box-shadow:0 2px 5px rgba(0,0,0,.2)}.selectize-control .dropdown-header{position:relative;padding:10px 8px;border-bottom:1px solid #d0d0d0;background:#f8f8f8;border-radius:3px 3px 0 0}.selectize-control .dropdown-header-close{position:absolute;right:8px;top:50%;color:#303030;opacity:.4;margin-top:-12px;line-height:20px;font-size:20px !important}.selectize-control .dropdown-header-close:hover{color:#000}.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content{display:flex}.selectize-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0 none;flex-grow:1;flex-basis:0;min-width:0}.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 .item{display:inline-flex;align-items:center;padding-right:0 !important}.selectize-control.plugin-remove_button .item .remove{color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:2px 6px;border-left:1px solid #d0d0d0;border-radius:0 2px 2px 0;box-sizing:border-box;margin-left:6px}.selectize-control.plugin-remove_button .item .remove:hover{background:rgba(0,0,0,.05)}.selectize-control.plugin-remove_button .item.active .remove{border-left-color:#cacaca}.selectize-control.plugin-remove_button .disabled .item .remove:hover{background:none}.selectize-control.plugin-remove_button .disabled .item .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;font-smoothing:inherit}.selectize-input,.selectize-control.single .selectize-input.input-active{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;box-sizing:border-box;box-shadow:inset 0 1px 1px rgba(0,0,0,.1);border-radius:3px}.selectize-control.multi .selectize-input.has-items{padding:calc( 8px - 2px - 0 ) 8px calc( 8px - 2px - 3px - 0 )}.selectize-input.full{background-color:#fff}.selectize-input.disabled,.selectize-input.disabled *{cursor:default !important}.selectize-input.focus{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: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 !important;text-indent:0 !important;border:0 none !important;background:none !important;line-height:inherit !important;user-select:auto !important;box-shadow:none !important}.selectize-input>input::-ms-clear{display:none}.selectize-input>input:focus{outline:none !important}.selectize-input>input[placeholder]{box-sizing:initial}.selectize-input.has-items>input{margin:0 4px !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;top:100%;left:0;width:100%;z-index:10;border:1px solid #d0d0d0;background:#fff;margin:-1px 0 0 0;border-top:0 none;box-sizing:border-box;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 .option,.selectize-dropdown .optgroup-header,.selectize-dropdown .no-results,.selectize-dropdown .create{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;cursor:pointer}.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;overflow-scrolling:touch}.selectize-dropdown .spinner{display:inline-block;width:30px;height:30px;margin:5px 8px}.selectize-dropdown .spinner:after{content:" ";display:block;width:24px;height:24px;margin:3px;border-radius:50%;border:5px solid #d0d0d0;border-color:#d0d0d0 transparent #d0d0d0 transparent;animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.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:gray transparent transparent transparent}.selectize-control.single .selectize-input.dropdown-active:after{margin-top:-4px;border-width:0 5px 5px 5px;border-color:transparent transparent gray transparent}.selectize-control.rtl{text-align:right}.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}
/*
* Kendo UI v2014.3.1411 (http://www.telerik.com/kendo-ui)
* Copyright 2015 Telerik AD. All rights reserved.
*
* Kendo UI commercial licenses may be obtained at
* http://www.telerik.com/purchase/license-agreement/kendo-ui-complete
* If you do not own a commercial license, this file shall be governed by the trial license terms.
*/

.fake {
    color: red
}
.k-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}
.k-floatwrap:after, .k-slider-items:after, .k-grid-toolbar:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden
}
.k-floatwrap, .k-slider-items, .k-grid-toolbar {
    display: inline-block
}
.k-floatwrap, .k-slider-items, .k-grid-toolbar {
    display: block
}
.k-block, .k-button, .k-header, .k-grid-header, .k-toolbar, .k-grouping-header, .k-tooltip, .k-pager-wrap, .k-tabstrip-items .k-item, .k-link.k-state-hover, .k-textbox, .k-textbox:hover, .k-autocomplete, .k-dropdown-wrap, .k-picker-wrap, .k-numeric-wrap, .k-autocomplete.k-state-hover, .k-dropdown-wrap.k-state-hover, .k-picker-wrap.k-state-hover, .k-numeric-wrap.k-state-hover, .k-draghandle {
    background-repeat: repeat;
    background-position: 0 center
}
.k-link:hover {
    text-decoration: none
}
.k-state-highlight>.k-link {
    color: inherit
}
.k-textbox>input, .k-input[type="text"], .k-input[type="number"], .k-textbox, .k-picker-wrap .k-input, .k-button {
    font-size: 100%;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    -webkit-appearance: none
}
.k-widget, .k-block, .k-inline-block, .k-draghandle {
    border-style: solid;
    border-width: 1px;
    -webkit-appearance: none
}
.k-block, .k-widget {
    line-height: normal;
    outline: 0
}
.k-block {
    padding: 2px
}
.k-button {
    display: inline-block;
    margin: 0;
    padding: 10px 14px;
    font-family: inherit;
    line-height: 1.72em;
    text-align: center;
    cursor: pointer;
    text-decoration: none
}
.k-button[disabled], .k-button.k-state-disabled, .k-state-disabled .k-button, .k-state-disabled .k-button:hover, .k-button.k-state-disabled:hover, .k-state-disabled .k-button:active, .k-button.k-state-disabled:active {
    cursor: default
}
.k-ie7 .k-button {
    line-height: normal
}
a.k-button {
    -khtml-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none
}
.k-ff input.k-button {
    padding-bottom: .37em;
    padding-top: .37em
}
.k-ie7 .k-button {
    overflow: visible;
    margin-right: 4px
}
.k-ie7 a.k-button {
    line-height: 1.6;
    padding-left: 7px;
    padding-right: 7px
}
.k-ie7 .k-slider a.k-button {
    height: 22px;
    line-height: 22px;
    padding: 0
}
.k-ie7 .k-button-expand {
    margin-left: 0;
    margin-right: 0
}
button.k-button::-moz-focus-inner, input.k-button::-moz-focus-inner {
    padding: 0;
    border: 0
}
a.k-button-expand {
    display: block
}
button.k-button-expand, input[type="submit"].k-button-expand, input[type="button"].k-button-expand, input[type="reset"].k-button-expand {
    width: 100%
}
body .k-button-icon, body .k-split-button-arrow {
    padding-left: .4em;
    padding-right: .4em
}
.k-ie7 a.k-button-icon {
    padding-left: 5px;
    padding-right: 5px
}
.k-button-icontext {
    overflow: visible
}
.k-toolbar .k-button-icontext {
    padding-right: .8em
}
.k-button-icontext .k-icon, .k-button-icontext .k-image {
    margin-right: 3px;
    margin-right: .3rem;
    margin-left: -3px;
    margin-left: -0.3rem
}
.k-button.k-button-icontext .k-icon, .k-button.k-button-icontext .k-image {
    vertical-align: text-top
}
html body .k-button-bare {
    background: none!important;
    color: inherit;
    border-width: 0
}
html body .k-button-bare.k-upload-button:hover {
    color: inherit
}
.k-link {
    cursor: pointer;
    outline: 0;
    text-decoration: none
}
.k-grid-header span.k-link {
    cursor: default
}
.k-state-disabled, .k-state-disabled .k-link, .k-state-disabled .k-icon, .k-state-disabled .k-button, .k-state-disabled .k-draghandle, .k-state-disabled .k-upload-button input {
    cursor: default!important;
    outline: 0
}
@media print {
    .k-state-disabled, .k-state-disabled .k-input {
        opacity: 1!important
    }
}
.k-state-error {
    border-style: ridge
}
.k-state-empty {
    font-style: italic
}
.k-icon, .k-sprite, .k-button-group .k-tool-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    text-align: center;
    -ms-high-contrast-adjust: none
}
.k-icon.k-i-none {
    background-image: none!important
}
.k-ie8 .k-icon, .k-ie8 .k-sprite, .k-ie8 .k-button-group .k-tool-icon {
    vertical-align: middle
}
:root *>.k-icon, :root *>.k-sprite, :root *>.k-button-group .k-tool-icon {
    vertical-align: middle
}
.k-icon, .k-sprite {
    background-color: transparent
}
.k-ie7 .k-icon, .k-ie7 .k-sprite {
    text-indent: 0
}
.k-numerictextbox .k-select .k-link span.k-i-arrow-n {
    background-position: 0 -3px
}
.k-numerictextbox .k-select .k-link span.k-i-arrow-s {
    background-position: 0 -35px
}
.k-state-selected .k-i-arrow-n {
    background-position: -16px 0
}
.k-link:not(.k-state-disabled):hover>.k-state-selected .k-i-arrow-n, .k-state-hover>.k-state-selected .k-i-arrow-n, .k-state-hover>*>.k-state-selected .k-i-arrow-n, .k-button:not(.k-state-disabled):hover .k-state-selected .k-i-arrow-n, .k-textbox:hover .k-state-selected .k-i-arrow-n, .k-button:active .k-state-selected .k-i-arrow-n {
    background-position: -32px 0
}
.k-link:not(.k-state-disabled):hover>.k-state-selected .k-i-arrow-n, .k-state-hover>.k-state-selected .k-i-arrow-n, .k-state-hover>*>.k-state-selected .k-i-arrow-n, .k-button:not(.k-state-disabled):hover .k-state-selected .k-i-arrow-n, .k-textbox:hover .k-state-selected .k-i-arrow-n, .k-button:active .k-state-selected .k-i-arrow-n {
    background-position: -16px 0
}
.k-numerictextbox .k-link.k-state-selected span.k-i-arrow-n, .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-n {
    background-position: -16px -3px
}
.k-state-selected .k-i-arrow-s {
    background-position: -16px -32px
}
.k-link:not(.k-state-disabled):hover>.k-state-selected .k-i-arrow-s, .k-state-hover>.k-state-selected .k-i-arrow-s, .k-state-hover>*>.k-state-selected .k-i-arrow-s, .k-button:not(.k-state-disabled):hover .k-state-selected .k-i-arrow-s, .k-textbox:hover .k-state-selected .k-i-arrow-s, .k-button:active .k-state-selected .k-i-arrow-s {
    background-position: -32px -32px
}
.k-link:not(.k-state-disabled):hover>.k-state-selected .k-i-arrow-s, .k-state-hover>.k-state-selected .k-i-arrow-s, .k-state-hover>*>.k-state-selected .k-i-arrow-s, .k-button:not(.k-state-disabled):hover .k-state-selected .k-i-arrow-s, .k-textbox:hover .k-state-selected .k-i-arrow-s, .k-button:active .k-state-selected .k-i-arrow-s {
    background-position: -16px -32px
}
.k-numerictextbox .k-link.k-state-selected span.k-i-arrow-s, .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-s {
    background-position: -16px -35px
}
.k-grid-header th>.k-link:hover span.k-i-arrow-n {
    background-position: 0 0
}
.k-grid-header th>.k-link:hover span.k-i-arrow-s {
    background-position: 0 -32px
}
.k-group-indicator .k-link:hover span.k-si-arrow-n {
    background-position: 0 -129px
}
.k-group-indicator .k-link:hover span.k-si-arrow-s {
    background-position: 0 -159px
}
.k-group-indicator .k-button:hover span.k-group-delete {
    background-position: -32px -16px
}
.k-scheduler .k-scheduler-toolbar .k-nav-current .k-link .k-i-calendar {
    background-position: -32px -176px
}
.k-i-arrow-n {
    background-position: 0 0
}
.k-link:not(.k-state-disabled):hover>.k-i-arrow-n, .k-state-hover>.k-i-arrow-n, .k-state-hover>*>.k-i-arrow-n, .k-button:not(.k-state-disabled):hover .k-i-arrow-n, .k-textbox:hover .k-i-arrow-n, .k-button:active .k-i-arrow-n {
    background-position: -16px 0
}
.k-link:not(.k-state-disabled):hover>.k-i-arrow-n, .k-state-hover>.k-i-arrow-n, .k-state-hover>*>.k-i-arrow-n, .k-button:not(.k-state-disabled):hover .k-i-arrow-n, .k-textbox:hover .k-i-arrow-n, .k-button:active .k-i-arrow-n {
    background-position: 0 0
}
.k-i-arrow-e {
    background-position: 0 -16px
}
.k-link:not(.k-state-disabled):hover>.k-i-arrow-e, .k-state-hover>.k-i-arrow-e, .k-state-hover>*>.k-i-arrow-e, .k-button:not(.k-state-disabled):hover .k-i-arrow-e, .k-textbox:hover .k-i-arrow-e, .k-button:active .k-i-arrow-e {
    background-position: -16px -16px
}
.k-link:not(.k-state-disabled):hover>.k-i-arrow-e, .k-state-hover>.k-i-arrow-e, .k-state-hover>*>.k-i-arrow-e, .k-button:not(.k-state-disabled):hover .k-i-arrow-e, .k-textbox:hover .k-i-arrow-e, .k-button:active .k-i-arrow-e {
    background-position: 0 -16px
}
.k-rtl .k-i-arrow-w {
    background-position: 0 -16px
}
.k-rtl .k-link:not(.k-state-disabled):hover>.k-i-arrow-w, .k-rtl .k-state-hover>.k-i-arrow-w, .k-rtl .k-state-hover>*>.k-i-arrow-w, .k-rtl .k-button:not(.k-state-disabled):hover .k-i-arrow-w, .k-rtl .k-textbox:hover .k-i-arrow-w, .k-rtl .k-button:active .k-i-arrow-w {
    background-position: -16px -16px
}
.k-rtl .k-link:not(.k-state-disabled):hover>.k-i-arrow-w, .k-rtl .k-state-hover>.k-i-arrow-w, .k-rtl .k-state-hover>*>.k-i-arrow-w, .k-rtl .k-button:not(.k-state-disabled):hover .k-i-arrow-w, .k-rtl .k-textbox:hover .k-i-arrow-w, .k-rtl .k-button:active .k-i-arrow-w {
    background-position: 0 -16px
}
.k-i-arrow-s {
    background-position: 0 -32px
}
.k-link:not(.k-state-disabled):hover>.k-i-arrow-s, .k-state-hover>.k-i-arrow-s, .k-state-hover>*>.k-i-arrow-s, .k-button:not(.k-state-disabled):hover .k-i-arrow-s, .k-textbox:hover .k-i-arrow-s, .k-button:active .k-i-arrow-s {
    background-position: -16px -32px
}
.k-link:not(.k-state-disabled):hover>.k-i-arrow-s, .k-state-hover>.k-i-arrow-s, .k-state-hover>*>.k-i-arrow-s, .k-button:not(.k-state-disabled):hover .k-i-arrow-s, .k-textbox:hover .k-i-arrow-s, .k-button:active .k-i-arrow-s {
    background-position: 0 -32px
}
.k-i-arrow-w {
    background-position: 0 -48px
}
.k-link:not(.k-state-disabled):hover>.k-i-arrow-w, .k-state-hover>.k-i-arrow-w, .k-state-hover>*>.k-i-arrow-w, .k-button:not(.k-state-disabled):hover .k-i-arrow-w, .k-textbox:hover .k-i-arrow-w, .k-button:active .k-i-arrow-w {
    background-position: -16px -48px
}
.k-link:not(.k-state-disabled):hover>.k-i-arrow-w, .k-state-hover>.k-i-arrow-w, .k-state-hover>*>.k-i-arrow-w, .k-button:not(.k-state-disabled):hover .k-i-arrow-w, .k-textbox:hover .k-i-arrow-w, .k-button:active .k-i-arrow-w {
    background-position: 0 -48px
}
.k-rtl .k-i-arrow-e {
    background-position: 0 -48px
}
.k-rtl .k-link:not(.k-state-disabled):hover>.k-i-arrow-e, .k-rtl .k-state-hover>.k-i-arrow-e, .k-rtl .k-state-hover>*>.k-i-arrow-e, .k-rtl .k-button:not(.k-state-disabled):hover .k-i-arrow-e, .k-rtl .k-textbox:hover .k-i-arrow-e, .k-rtl .k-button:active .k-i-arrow-e {
    background-position: -16px -48px
}
.k-rtl .k-link:not(.k-state-disabled):hover>.k-i-arrow-e, .k-rtl .k-state-hover>.k-i-arrow-e, .k-rtl .k-state-hover>*>.k-i-arrow-e, .k-rtl .k-button:not(.k-state-disabled):hover .k-i-arrow-e, .k-rtl .k-textbox:hover .k-i-arrow-e, .k-rtl .k-button:active .k-i-arrow-e {
    background-position: 0 -48px
}
.k-i-seek-n {
    background-position: 0 -64px
}
.k-link:not(.k-state-disabled):hover>.k-i-seek-n, .k-state-hover>.k-i-seek-n, .k-state-hover>*>.k-i-seek-n, .k-button:not(.k-state-disabled):hover .k-i-seek-n, .k-textbox:hover .k-i-seek-n, .k-button:active .k-i-seek-n {
    background-position: -16px -64px
}
.k-link:not(.k-state-disabled):hover>.k-i-seek-n, .k-state-hover>.k-i-seek-n, .k-state-hover>*>.k-i-seek-n, .k-button:not(.k-state-disabled):hover .k-i-seek-n, .k-textbox:hover .k-i-seek-n, .k-button:active .k-i-seek-n {
    background-position: 0 -64px
}
.k-i-seek-e {
    background-position: 0 -80px
}
.k-link:not(.k-state-disabled):hover>.k-i-seek-e, .k-state-hover>.k-i-seek-e, .k-state-hover>*>.k-i-seek-e, .k-button:not(.k-state-disabled):hover .k-i-seek-e, .k-textbox:hover .k-i-seek-e, .k-button:active .k-i-seek-e {
    background-position: -16px -80px
}
.k-link:not(.k-state-disabled):hover>.k-i-seek-e, .k-state-hover>.k-i-seek-e, .k-state-hover>*>.k-i-seek-e, .k-button:not(.k-state-disabled):hover .k-i-seek-e, .k-textbox:hover .k-i-seek-e, .k-button:active .k-i-seek-e {
    background-position: 0 -80px
}
.k-rtl .k-i-seek-w {
    background-position: 0 -80px
}
.k-rtl .k-link:not(.k-state-disabled):hover>.k-i-seek-w, .k-rtl .k-state-hover>.k-i-seek-w, .k-rtl .k-state-hover>*>.k-i-seek-w, .k-rtl .k-button:not(.k-state-disabled):hover .k-i-seek-w, .k-rtl .k-textbox:hover .k-i-seek-w, .k-rtl .k-button:active .k-i-seek-w {
    background-position: -16px -80px
}
.k-rtl .k-link:not(.k-state-disabled):hover>.k-i-seek-w, .k-rtl .k-state-hover>.k-i-seek-w, .k-rtl .k-state-hover>*>.k-i-seek-w, .k-rtl .k-button:not(.k-state-disabled):hover .k-i-seek-w, .k-rtl .k-textbox:hover .k-i-seek-w, .k-rtl .k-button:active .k-i-seek-w {
    background-position: 0 -80px
}
.k-i-seek-s {
    background-position: 0 -96px
}
.k-link:not(.k-state-disabled):hover>.k-i-seek-s, .k-state-hover>.k-i-seek-s, .k-state-hover>*>.k-i-seek-s, .k-button:not(.k-state-disabled):hover .k-i-seek-s, .k-textbox:hover .k-i-seek-s, .k-button:active .k-i-seek-s {
    background-position: -16px -96px
}
.k-link:not(.k-state-disabled):hover>.k-i-seek-s, .k-state-hover>.k-i-seek-s, .k-state-hover>*>.k-i-seek-s, .k-button:not(.k-state-disabled):hover .k-i-seek-s, .k-textbox:hover .k-i-seek-s, .k-button:active .k-i-seek-s {
    background-position: 0 -96px
}
.k-i-seek-w {
    background-position: 0 -112px
}
.k-link:not(.k-state-disabled):hover>.k-i-seek-w, .k-state-hover>.k-i-seek-w, .k-state-hover>*>.k-i-seek-w, .k-button:not(.k-state-disabled):hover .k-i-seek-w, .k-textbox:hover .k-i-seek-w, .k-button:active .k-i-seek-w {
    background-position: -16px -112px
}
.k-link:not(.k-state-disabled):hover>.k-i-seek-w, .k-state-hover>.k-i-seek-w, .k-state-hover>*>.k-i-seek-w, .k-button:not(.k-state-disabled):hover .k-i-seek-w, .k-textbox:hover .k-i-seek-w, .k-button:active .k-i-seek-w {
    background-position: 0 -112px
}
.k-rtl .k-i-seek-e {
    background-position: 0 -112px
}
.k-rtl .k-link:not(.k-state-disabled):hover>.k-i-seek-e, .k-rtl .k-state-hover>.k-i-seek-e, .k-rtl .k-state-hover>*>.k-i-seek-e, .k-rtl .k-button:not(.k-state-disabled):hover .k-i-seek-e, .k-rtl .k-textbox:hover .k-i-seek-e, .k-rtl .k-button:active .k-i-seek-e {
    background-position: -16px -112px
}
.k-rtl .k-link:not(.k-state-disabled):hover>.k-i-seek-e, .k-rtl .k-state-hover>.k-i-seek-e, .k-rtl .k-state-hover>*>.k-i-seek-e, .k-rtl .k-button:not(.k-state-disabled):hover .k-i-seek-e, .k-rtl .k-textbox:hover .k-i-seek-e, .k-rtl .k-button:active .k-i-seek-e {
    background-position: 0 -112px
}
.k-si-arrow-n {
    background-position: 0 -129px
}
.k-link:not(.k-state-disabled):hover>.k-si-arrow-n, .k-state-hover>.k-si-arrow-n, .k-state-hover>*>.k-si-arrow-n, .k-button:not(.k-state-disabled):hover .k-si-arrow-n, .k-textbox:hover .k-si-arrow-n, .k-button:active .k-si-arrow-n {
    background-position: -16px -129px
}
.k-si-arrow-e {
    background-position: 0 -144px
}
.k-link:not(.k-state-disabled):hover>.k-si-arrow-e, .k-state-hover>.k-si-arrow-e, .k-state-hover>*>.k-si-arrow-e, .k-button:not(.k-state-disabled):hover .k-si-arrow-e, .k-textbox:hover .k-si-arrow-e, .k-button:active .k-si-arrow-e {
    background-position: -16px -144px
}
.k-link:not(.k-state-disabled):hover>.k-si-arrow-e, .k-state-hover>.k-si-arrow-e, .k-state-hover>*>.k-si-arrow-e, .k-button:not(.k-state-disabled):hover .k-si-arrow-e, .k-textbox:hover .k-si-arrow-e, .k-button:active .k-si-arrow-e {
    background-position: 0 -144px
}
.k-si-arrow-s {
    background-position: 0 -159px
}
.k-link:not(.k-state-disabled):hover>.k-si-arrow-s, .k-state-hover>.k-si-arrow-s, .k-state-hover>*>.k-si-arrow-s, .k-button:not(.k-state-disabled):hover .k-si-arrow-s, .k-textbox:hover .k-si-arrow-s, .k-button:active .k-si-arrow-s {
    background-position: -16px -159px
}
.k-si-arrow-w {
    background-position: 0 -176px
}
.k-link:not(.k-state-disabled):hover>.k-si-arrow-w, .k-state-hover>.k-si-arrow-w, .k-state-hover>*>.k-si-arrow-w, .k-button:not(.k-state-disabled):hover .k-si-arrow-w, .k-textbox:hover .k-si-arrow-w, .k-button:active .k-si-arrow-w {
    background-position: -16px -176px
}
.k-link:not(.k-state-disabled):hover>.k-si-arrow-w, .k-state-hover>.k-si-arrow-w, .k-state-hover>*>.k-si-arrow-w, .k-button:not(.k-state-disabled):hover .k-si-arrow-w, .k-textbox:hover .k-si-arrow-w, .k-button:active .k-si-arrow-w {
    background-position: 0 -176px
}
.k-i-arrowhead-n {
    background-position: 0 -256px
}
.k-link:not(.k-state-disabled):hover>.k-i-arrowhead-n, .k-state-hover>.k-i-arrowhead-n, .k-state-hover>*>.k-i-arrowhead-n, .k-button:not(.k-state-disabled):hover .k-i-arrowhead-n, .k-textbox:hover .k-i-arrowhead-n, .k-button:active .k-i-arrowhead-n {
    background-position: -16px -256px
}
.k-link:not(.k-state-disabled):hover>.k-i-arrowhead-n, .k-state-hover>.k-i-arrowhead-n, .k-state-hover>*>.k-i-arrowhead-n, .k-button:not(.k-state-disabled):hover .k-i-arrowhead-n, .k-textbox:hover .k-i-arrowhead-n, .k-button:active .k-i-arrowhead-n {
    background-position: 0 -256px
}
.k-i-arrowhead-e {
    background-position: 0 -272px
}
.k-link:not(.k-state-disabled):hover>.k-i-arrowhead-e, .k-state-hover>.k-i-arrowhead-e, .k-state-hover>*>.k-i-arrowhead-e, .k-button:not(.k-state-disabled):hover .k-i-arrowhead-e, .k-textbox:hover .k-i-arrowhead-e, .k-button:active .k-i-arrowhead-e {
    background-position: -16px -272px
}
.k-link:not(.k-state-disabled):hover>.k-i-arrowhead-e, .k-state-hover>.k-i-arrowhead-e, .k-state-hover>*>.k-i-arrowhead-e, .k-button:not(.k-state-disabled):hover .k-i-arrowhead-e, .k-textbox:hover .k-i-arrowhead-e, .k-button:active .k-i-arrowhead-e {
    background-position: 0 -272px
}
.k-i-arrowhead-s {
    background-position: 0 -288px
}
.k-link:not(.k-state-disabled):hover>.k-i-arrowhead-s, .k-state-hover>.k-i-arrowhead-s, .k-state-hover>*>.k-i-arrowhead-s, .k-button:not(.k-state-disabled):hover .k-i-arrowhead-s, .k-textbox:hover .k-i-arrowhead-s, .k-button:active .k-i-arrowhead-s {
    background-position: -16px -288px
}
.k-link:not(.k-state-disabled):hover>.k-i-arrowhead-s, .k-state-hover>.k-i-arrowhead-s, .k-state-hover>*>.k-i-arrowhead-s, .k-button:not(.k-state-disabled):hover .k-i-arrowhead-s, .k-textbox:hover .k-i-arrowhead-s, .k-button:active .k-i-arrowhead-s {
    background-position: 0 -288px
}
.k-i-arrowhead-w {
    background-position: 0 -304px
}
.k-link:not(.k-state-disabled):hover>.k-i-arrowhead-w, .k-state-hover>.k-i-arrowhead-w, .k-state-hover>*>.k-i-arrowhead-w, .k-button:not(.k-state-disabled):hover .k-i-arrowhead-w, .k-textbox:hover .k-i-arrowhead-w, .k-button:active .k-i-arrowhead-w {
    background-position: -16px -304px
}
.k-link:not(.k-state-disabled):hover>.k-i-arrowhead-w, .k-state-hover>.k-i-arrowhead-w, .k-state-hover>*>.k-i-arrowhead-w, .k-button:not(.k-state-disabled):hover .k-i-arrowhead-w, .k-textbox:hover .k-i-arrowhead-w, .k-button:active .k-i-arrowhead-w {
    background-position: 0 -304px
}
.k-i-expand, .k-plus, .k-plus-disabled {
    background-position: 0 -192px
}
.k-link:not(.k-state-disabled):hover>.k-i-expand, .k-link:not(.k-state-disabled):hover>.k-plus, .k-link:not(.k-state-disabled):hover>.k-plus-disabled, .k-state-hover>.k-i-expand, .k-state-hover>.k-plus, .k-state-hover>.k-plus-disabled, .k-state-hover>*>.k-i-expand, .k-state-hover>*>.k-plus, .k-state-hover>*>.k-plus-disabled, .k-button:not(.k-state-disabled):hover .k-i-expand, .k-button:not(.k-state-disabled):hover .k-plus, .k-button:not(.k-state-disabled):hover .k-plus-disabled, .k-textbox:hover .k-i-expand, .k-textbox:hover .k-plus, .k-textbox:hover .k-plus-disabled, .k-button:active .k-i-expand, .k-button:active .k-plus, .k-button:active .k-plus-disabled {
    background-position: -16px -192px
}
.k-link:not(.k-state-disabled):hover>.k-i-expand, .k-link:not(.k-state-disabled):hover>.k-plus, .k-link:not(.k-state-disabled):hover>.k-plus-disabled, .k-state-hover>.k-i-expand, .k-state-hover>.k-plus, .k-state-hover>.k-plus-disabled, .k-state-hover>*>.k-i-expand, .k-state-hover>*>.k-plus, .k-state-hover>*>.k-plus-disabled, .k-button:not(.k-state-disabled):hover .k-i-expand, .k-button:not(.k-state-disabled):hover .k-plus, .k-button:not(.k-state-disabled):hover .k-plus-disabled, .k-textbox:hover .k-i-expand, .k-textbox:hover .k-plus, .k-textbox:hover .k-plus-disabled, .k-button:active .k-i-expand, .k-button:active .k-plus, .k-button:active .k-plus-disabled {
    background-position: 0 -192px
}
.k-i-expand-w, .k-rtl .k-i-expand, .k-rtl .k-plus, .k-rtl .k-plus-disabled {
    background-position: 0 -208px
}
.k-link:not(.k-state-disabled):hover>.k-i-expand-w, .k-link:not(.k-state-disabled):hover>.k-rtl .k-i-expand, .k-link:not(.k-state-disabled):hover>.k-rtl .k-plus, .k-link:not(.k-state-disabled):hover>.k-rtl .k-plus-disabled, .k-state-hover>.k-i-expand-w, .k-state-hover>.k-rtl .k-i-expand, .k-state-hover>.k-rtl .k-plus, .k-state-hover>.k-rtl .k-plus-disabled, .k-state-hover>*>.k-i-expand-w, .k-state-hover>*>.k-rtl .k-i-expand, .k-state-hover>*>.k-rtl .k-plus, .k-state-hover>*>.k-rtl .k-plus-disabled, .k-button:not(.k-state-disabled):hover .k-i-expand-w, .k-button:not(.k-state-disabled):hover .k-rtl .k-i-expand, .k-button:not(.k-state-disabled):hover .k-rtl .k-plus, .k-button:not(.k-state-disabled):hover .k-rtl .k-plus-disabled, .k-textbox:hover .k-i-expand-w, .k-textbox:hover .k-rtl .k-i-expand, .k-textbox:hover .k-rtl .k-plus, .k-textbox:hover .k-rtl .k-plus-disabled, .k-button:active .k-i-expand-w, .k-button:active .k-rtl .k-i-expand, .k-button:active .k-rtl .k-plus, .k-button:active .k-rtl .k-plus-disabled {
    background-position: -16px -208px
}
.k-link:not(.k-state-disabled):hover>.k-i-expand-w, .k-link:not(.k-state-disabled):hover>.k-rtl .k-i-expand, .k-link:not(.k-state-disabled):hover>.k-rtl .k-plus, .k-link:not(.k-state-disabled):hover>.k-rtl .k-plus-disabled, .k-state-hover>.k-i-expand-w, .k-state-hover>.k-rtl .k-i-expand, .k-state-hover>.k-rtl .k-plus, .k-state-hover>.k-rtl .k-plus-disabled, .k-state-hover>*>.k-i-expand-w, .k-state-hover>*>.k-rtl .k-i-expand, .k-state-hover>*>.k-rtl .k-plus, .k-state-hover>*>.k-rtl .k-plus-disabled, .k-button:not(.k-state-disabled):hover .k-i-expand-w, .k-button:not(.k-state-disabled):hover .k-rtl .k-i-expand, .k-button:not(.k-state-disabled):hover .k-rtl .k-plus, .k-button:not(.k-state-disabled):hover .k-rtl .k-plus-disabled, .k-textbox:hover .k-i-expand-w, .k-textbox:hover .k-rtl .k-i-expand, .k-textbox:hover .k-rtl .k-plus, .k-textbox:hover .k-rtl .k-plus-disabled, .k-button:active .k-i-expand-w, .k-button:active .k-rtl .k-i-expand, .k-button:active .k-rtl .k-plus, .k-button:active .k-rtl .k-plus-disabled {
    background-position: 0 -208px
}
.k-i-collapse, .k-minus, .k-minus-disabled {
    background-position: 0 -224px
}
.k-link:not(.k-state-disabled):hover>.k-i-collapse, .k-link:not(.k-state-disabled):hover>.k-minus, .k-link:not(.k-state-disabled):hover>.k-minus-disabled, .k-state-hover>.k-i-collapse, .k-state-hover>.k-minus, .k-state-hover>.k-minus-disabled, .k-state-hover>*>.k-i-collapse, .k-state-hover>*>.k-minus, .k-state-hover>*>.k-minus-disabled, .k-button:not(.k-state-disabled):hover .k-i-collapse, .k-button:not(.k-state-disabled):hover .k-minus, .k-button:not(.k-state-disabled):hover .k-minus-disabled, .k-textbox:hover .k-i-collapse, .k-textbox:hover .k-minus, .k-textbox:hover .k-minus-disabled, .k-button:active .k-i-collapse, .k-button:active .k-minus, .k-button:active .k-minus-disabled {
    background-position: -16px -224px
}
.k-link:not(.k-state-disabled):hover>.k-i-collapse, .k-link:not(.k-state-disabled):hover>.k-minus, .k-link:not(.k-state-disabled):hover>.k-minus-disabled, .k-state-hover>.k-i-collapse, .k-state-hover>.k-minus, .k-state-hover>.k-minus-disabled, .k-state-hover>*>.k-i-collapse, .k-state-hover>*>.k-minus, .k-state-hover>*>.k-minus-disabled, .k-button:not(.k-state-disabled):hover .k-i-collapse, .k-button:not(.k-state-disabled):hover .k-minus, .k-button:not(.k-state-disabled):hover .k-minus-disabled, .k-textbox:hover .k-i-collapse, .k-textbox:hover .k-minus, .k-textbox:hover .k-minus-disabled, .k-button:active .k-i-collapse, .k-button:active .k-minus, .k-button:active .k-minus-disabled {
    background-position: 0 -224px
}
.k-i-collapse-w, .k-rtl .k-i-collapse, .k-rtl .k-minus, .k-rtl .k-minus-disabled {
    background-position: 0 -240px
}
.k-link:not(.k-state-disabled):hover>.k-i-collapse-w, .k-link:not(.k-state-disabled):hover>.k-rtl .k-i-collapse, .k-link:not(.k-state-disabled):hover>.k-rtl .k-minus, .k-link:not(.k-state-disabled):hover>.k-rtl .k-minus-disabled, .k-state-hover>.k-i-collapse-w, .k-state-hover>.k-rtl .k-i-collapse, .k-state-hover>.k-rtl .k-minus, .k-state-hover>.k-rtl .k-minus-disabled, .k-state-hover>*>.k-i-collapse-w, .k-state-hover>*>.k-rtl .k-i-collapse, .k-state-hover>*>.k-rtl .k-minus, .k-state-hover>*>.k-rtl .k-minus-disabled, .k-button:not(.k-state-disabled):hover .k-i-collapse-w, .k-button:not(.k-state-disabled):hover .k-rtl .k-i-collapse, .k-button:not(.k-state-disabled):hover .k-rtl .k-minus, .k-button:not(.k-state-disabled):hover .k-rtl .k-minus-disabled, .k-textbox:hover .k-i-collapse-w, .k-textbox:hover .k-rtl .k-i-collapse, .k-textbox:hover .k-rtl .k-minus, .k-textbox:hover .k-rtl .k-minus-disabled, .k-button:active .k-i-collapse-w, .k-button:active .k-rtl .k-i-collapse, .k-button:active .k-rtl .k-minus, .k-button:active .k-rtl .k-minus-disabled {
    background-position: -16px -240px
}
.k-link:not(.k-state-disabled):hover>.k-i-collapse-w, .k-link:not(.k-state-disabled):hover>.k-rtl .k-i-collapse, .k-link:not(.k-state-disabled):hover>.k-rtl .k-minus, .k-link:not(.k-state-disabled):hover>.k-rtl .k-minus-disabled, .k-state-hover>.k-i-collapse-w, .k-state-hover>.k-rtl .k-i-collapse, .k-state-hover>.k-rtl .k-minus, .k-state-hover>.k-rtl .k-minus-disabled, .k-state-hover>*>.k-i-collapse-w, .k-state-hover>*>.k-rtl .k-i-collapse, .k-state-hover>*>.k-rtl .k-minus, .k-state-hover>*>.k-rtl .k-minus-disabled, .k-button:not(.k-state-disabled):hover .k-i-collapse-w, .k-button:not(.k-state-disabled):hover .k-rtl .k-i-collapse, .k-button:not(.k-state-disabled):hover .k-rtl .k-minus, .k-button:not(.k-state-disabled):hover .k-rtl .k-minus-disabled, .k-textbox:hover .k-i-collapse-w, .k-textbox:hover .k-rtl .k-i-collapse, .k-textbox:hover .k-rtl .k-minus, .k-textbox:hover .k-rtl .k-minus-disabled, .k-button:active .k-i-collapse-w, .k-button:active .k-rtl .k-i-collapse, .k-button:active .k-rtl .k-minus, .k-button:active .k-rtl .k-minus-disabled {
    background-position: 0 -240px
}
.k-i-pencil, .k-edit {
    background-position: -32px 0
}
.k-link:not(.k-state-disabled):hover>.k-i-pencil, .k-link:not(.k-state-disabled):hover>.k-edit, .k-state-hover>.k-i-pencil, .k-state-hover>.k-edit, .k-state-hover>*>.k-i-pencil, .k-state-hover>*>.k-edit, .k-button:not(.k-state-disabled):hover .k-i-pencil, .k-button:not(.k-state-disabled):hover .k-edit, .k-textbox:hover .k-i-pencil, .k-textbox:hover .k-edit, .k-button:active .k-i-pencil, .k-button:active .k-edit {
    background-position: -48px 0
}
.k-link:not(.k-state-disabled):hover>.k-i-pencil, .k-link:not(.k-state-disabled):hover>.k-edit, .k-state-hover>.k-i-pencil, .k-state-hover>.k-edit, .k-state-hover>*>.k-i-pencil, .k-state-hover>*>.k-edit, .k-button:not(.k-state-disabled):hover .k-i-pencil, .k-button:not(.k-state-disabled):hover .k-edit, .k-textbox:hover .k-i-pencil, .k-textbox:hover .k-edit, .k-button:active .k-i-pencil, .k-button:active .k-edit {
    background-position: -32px 0
}
.k-i-close, .k-delete, .k-group-delete {
    background-position: -32px -16px
}
.k-link:not(.k-state-disabled):hover>.k-i-close, .k-link:not(.k-state-disabled):hover>.k-delete, .k-link:not(.k-state-disabled):hover>.k-group-delete, .k-state-hover>.k-i-close, .k-state-hover>.k-delete, .k-state-hover>.k-group-delete, .k-state-hover>*>.k-i-close, .k-state-hover>*>.k-delete, .k-state-hover>*>.k-group-delete, .k-button:not(.k-state-disabled):hover .k-i-close, .k-button:not(.k-state-disabled):hover .k-delete, .k-button:not(.k-state-disabled):hover .k-group-delete, .k-textbox:hover .k-i-close, .k-textbox:hover .k-delete, .k-textbox:hover .k-group-delete, .k-button:active .k-i-close, .k-button:active .k-delete, .k-button:active .k-group-delete {
    background-position: -48px -16px
}
.k-link:not(.k-state-disabled):hover>.k-i-close, .k-link:not(.k-state-disabled):hover>.k-delete, .k-link:not(.k-state-disabled):hover>.k-group-delete, .k-state-hover>.k-i-close, .k-state-hover>.k-delete, .k-state-hover>.k-group-delete, .k-state-hover>*>.k-i-close, .k-state-hover>*>.k-delete, .k-state-hover>*>.k-group-delete, .k-button:not(.k-state-disabled):hover .k-i-close, .k-button:not(.k-state-disabled):hover .k-delete, .k-button:not(.k-state-disabled):hover .k-group-delete, .k-textbox:hover .k-i-close, .k-textbox:hover .k-delete, .k-textbox:hover .k-group-delete, .k-button:active .k-i-close, .k-button:active .k-delete, .k-button:active .k-group-delete {
    background-position: -32px -16px
}
.k-si-close {
    background-position: -160px -80px
}
.k-link:not(.k-state-disabled):hover>.k-si-close, .k-state-hover>.k-si-close, .k-state-hover>*>.k-si-close, .k-button:not(.k-state-disabled):hover .k-si-close, .k-textbox:hover .k-si-close, .k-button:active .k-si-close {
    background-position: -176px -80px
}
.k-link:not(.k-state-disabled):hover>.k-si-close, .k-state-hover>.k-si-close, .k-state-hover>*>.k-si-close, .k-button:not(.k-state-disabled):hover .k-si-close, .k-textbox:hover .k-si-close, .k-button:active .k-si-close {
    background-position: -160px -80px
}
.k-multiselect .k-delete {
    background-position: -160px -80px
}
.k-multiselect .k-state-hover .k-delete {
    background-position: -176px -80px
}
.k-i-tick, .k-insert, .k-update {
    background-position: -32px -32px
}
.k-link:not(.k-state-disabled):hover>.k-i-tick, .k-link:not(.k-state-disabled):hover>.k-insert, .k-link:not(.k-state-disabled):hover>.k-update, .k-state-hover>.k-i-tick, .k-state-hover>.k-insert, .k-state-hover>.k-update, .k-state-hover>*>.k-i-tick, .k-state-hover>*>.k-insert, .k-state-hover>*>.k-update, .k-button:not(.k-state-disabled):hover .k-i-tick, .k-button:not(.k-state-disabled):hover .k-insert, .k-button:not(.k-state-disabled):hover .k-update, .k-textbox:hover .k-i-tick, .k-textbox:hover .k-insert, .k-textbox:hover .k-update, .k-button:active .k-i-tick, .k-button:active .k-insert, .k-button:active .k-update {
    background-position: -48px -32px
}
.k-link:not(.k-state-disabled):hover>.k-i-tick, .k-link:not(.k-state-disabled):hover>.k-insert, .k-link:not(.k-state-disabled):hover>.k-update, .k-state-hover>.k-i-tick, .k-state-hover>.k-insert, .k-state-hover>.k-update, .k-state-hover>*>.k-i-tick, .k-state-hover>*>.k-insert, .k-state-hover>*>.k-update, .k-button:not(.k-state-disabled):hover .k-i-tick, .k-button:not(.k-state-disabled):hover .k-insert, .k-button:not(.k-state-disabled):hover .k-update, .k-textbox:hover .k-i-tick, .k-textbox:hover .k-insert, .k-textbox:hover .k-update, .k-button:active .k-i-tick, .k-button:active .k-insert, .k-button:active .k-update {
    background-position: -32px -32px
}
.k-check:checked, .k-mobile-list .k-edit-field [type=checkbox], .k-mobile-list .k-edit-field [type=radio] {
    background-position: -32px -32px
}
.k-link:not(.k-state-disabled):hover>.k-check:checked, .k-link:not(.k-state-disabled):hover>.k-mobile-list .k-edit-field [type=checkbox], .k-link:not(.k-state-disabled):hover>.k-mobile-list .k-edit-field [type=radio], .k-state-hover>.k-check:checked, .k-state-hover>.k-mobile-list .k-edit-field [type=checkbox], .k-state-hover>.k-mobile-list .k-edit-field [type=radio], .k-state-hover>*>.k-check:checked, .k-state-hover>*>.k-mobile-list .k-edit-field [type=checkbox], .k-state-hover>*>.k-mobile-list .k-edit-field [type=radio], .k-button:not(.k-state-disabled):hover .k-check:checked, .k-button:not(.k-state-disabled):hover .k-mobile-list .k-edit-field [type=checkbox], .k-button:not(.k-state-disabled):hover .k-mobile-list .k-edit-field [type=radio], .k-textbox:hover .k-check:checked, .k-textbox:hover .k-mobile-list .k-edit-field [type=checkbox], .k-textbox:hover .k-mobile-list .k-edit-field [type=radio], .k-button:active .k-check:checked, .k-button:active .k-mobile-list .k-edit-field [type=checkbox], .k-button:active .k-mobile-list .k-edit-field [type=radio] {
    background-position: -48px -32px
}
.k-link:not(.k-state-disabled):hover>.k-check:checked, .k-link:not(.k-state-disabled):hover>.k-mobile-list .k-edit-field [type=checkbox], .k-link:not(.k-state-disabled):hover>.k-mobile-list .k-edit-field [type=radio], .k-state-hover>.k-check:checked, .k-state-hover>.k-mobile-list .k-edit-field [type=checkbox], .k-state-hover>.k-mobile-list .k-edit-field [type=radio], .k-state-hover>*>.k-check:checked, .k-state-hover>*>.k-mobile-list .k-edit-field [type=checkbox], .k-state-hover>*>.k-mobile-list .k-edit-field [type=radio], .k-button:not(.k-state-disabled):hover .k-check:checked, .k-button:not(.k-state-disabled):hover .k-mobile-list .k-edit-field [type=checkbox], .k-button:not(.k-state-disabled):hover .k-mobile-list .k-edit-field [type=radio], .k-textbox:hover .k-check:checked, .k-textbox:hover .k-mobile-list .k-edit-field [type=checkbox], .k-textbox:hover .k-mobile-list .k-edit-field [type=radio], .k-button:active .k-check:checked, .k-button:active .k-mobile-list .k-edit-field [type=checkbox], .k-button:active .k-mobile-list .k-edit-field [type=radio] {
    background-position: -32px -32px
}
.k-i-cancel, .k-cancel, .k-denied {
    background-position: -32px -48px
}
.k-link:not(.k-state-disabled):hover>.k-i-cancel, .k-link:not(.k-state-disabled):hover>.k-cancel, .k-link:not(.k-state-disabled):hover>.k-denied, .k-state-hover>.k-i-cancel, .k-state-hover>.k-cancel, .k-state-hover>.k-denied, .k-state-hover>*>.k-i-cancel, .k-state-hover>*>.k-cancel, .k-state-hover>*>.k-denied, .k-button:not(.k-state-disabled):hover .k-i-cancel, .k-button:not(.k-state-disabled):hover .k-cancel, .k-button:not(.k-state-disabled):hover .k-denied, .k-textbox:hover .k-i-cancel, .k-textbox:hover .k-cancel, .k-textbox:hover .k-denied, .k-button:active .k-i-cancel, .k-button:active .k-cancel, .k-button:active .k-denied {
    background-position: -48px -48px
}
.k-link:not(.k-state-disabled):hover>.k-i-cancel, .k-link:not(.k-state-disabled):hover>.k-cancel, .k-link:not(.k-state-disabled):hover>.k-denied, .k-state-hover>.k-i-cancel, .k-state-hover>.k-cancel, .k-state-hover>.k-denied, .k-state-hover>*>.k-i-cancel, .k-state-hover>*>.k-cancel, .k-state-hover>*>.k-denied, .k-button:not(.k-state-disabled):hover .k-i-cancel, .k-button:not(.k-state-disabled):hover .k-cancel, .k-button:not(.k-state-disabled):hover .k-denied, .k-textbox:hover .k-i-cancel, .k-textbox:hover .k-cancel, .k-textbox:hover .k-denied, .k-button:active .k-i-cancel, .k-button:active .k-cancel, .k-button:active .k-denied {
    background-position: -32px -48px
}
.k-i-plus, .k-add {
    background-position: -32px -64px
}
.k-link:not(.k-state-disabled):hover>.k-i-plus, .k-link:not(.k-state-disabled):hover>.k-add, .k-state-hover>.k-i-plus, .k-state-hover>.k-add, .k-state-hover>*>.k-i-plus, .k-state-hover>*>.k-add, .k-button:not(.k-state-disabled):hover .k-i-plus, .k-button:not(.k-state-disabled):hover .k-add, .k-textbox:hover .k-i-plus, .k-textbox:hover .k-add, .k-button:active .k-i-plus, .k-button:active .k-add {
    background-position: -48px -64px
}
.k-link:not(.k-state-disabled):hover>.k-i-plus, .k-link:not(.k-state-disabled):hover>.k-add, .k-state-hover>.k-i-plus, .k-state-hover>.k-add, .k-state-hover>*>.k-i-plus, .k-state-hover>*>.k-add, .k-button:not(.k-state-disabled):hover .k-i-plus, .k-button:not(.k-state-disabled):hover .k-add, .k-textbox:hover .k-i-plus, .k-textbox:hover .k-add, .k-button:active .k-i-plus, .k-button:active .k-add {
    background-position: -32px -64px
}
.k-i-funnel, .k-filter {
    background-position: -32px -80px
}
.k-link:not(.k-state-disabled):hover>.k-i-funnel, .k-link:not(.k-state-disabled):hover>.k-filter, .k-state-hover>.k-i-funnel, .k-state-hover>.k-filter, .k-state-hover>*>.k-i-funnel, .k-state-hover>*>.k-filter, .k-button:not(.k-state-disabled):hover .k-i-funnel, .k-button:not(.k-state-disabled):hover .k-filter, .k-textbox:hover .k-i-funnel, .k-textbox:hover .k-filter, .k-button:active .k-i-funnel, .k-button:active .k-filter {
    background-position: -48px -80px
}
.k-link:not(.k-state-disabled):hover>.k-i-funnel, .k-link:not(.k-state-disabled):hover>.k-filter, .k-state-hover>.k-i-funnel, .k-state-hover>.k-filter, .k-state-hover>*>.k-i-funnel, .k-state-hover>*>.k-filter, .k-button:not(.k-state-disabled):hover .k-i-funnel, .k-button:not(.k-state-disabled):hover .k-filter, .k-textbox:hover .k-i-funnel, .k-textbox:hover .k-filter, .k-button:active .k-i-funnel, .k-button:active .k-filter {
    background-position: -32px -80px
}
.k-i-funnel-clear, .k-clear-filter {
    background-position: -32px -96px
}
.k-link:not(.k-state-disabled):hover>.k-i-funnel-clear, .k-link:not(.k-state-disabled):hover>.k-clear-filter, .k-state-hover>.k-i-funnel-clear, .k-state-hover>.k-clear-filter, .k-state-hover>*>.k-i-funnel-clear, .k-state-hover>*>.k-clear-filter, .k-button:not(.k-state-disabled):hover .k-i-funnel-clear, .k-button:not(.k-state-disabled):hover .k-clear-filter, .k-textbox:hover .k-i-funnel-clear, .k-textbox:hover .k-clear-filter, .k-button:active .k-i-funnel-clear, .k-button:active .k-clear-filter {
    background-position: -48px -96px
}
.k-link:not(.k-state-disabled):hover>.k-i-funnel-clear, .k-link:not(.k-state-disabled):hover>.k-clear-filter, .k-state-hover>.k-i-funnel-clear, .k-state-hover>.k-clear-filter, .k-state-hover>*>.k-i-funnel-clear, .k-state-hover>*>.k-clear-filter, .k-button:not(.k-state-disabled):hover .k-i-funnel-clear, .k-button:not(.k-state-disabled):hover .k-clear-filter, .k-textbox:hover .k-i-funnel-clear, .k-textbox:hover .k-clear-filter, .k-button:active .k-i-funnel-clear, .k-button:active .k-clear-filter {
    background-position: -32px -96px
}
.k-i-lock {
    background-position: -64px 0
}
.k-link:not(.k-state-disabled):hover>.k-i-lock, .k-state-hover>.k-i-lock, .k-state-hover>*>.k-i-lock, .k-button:not(.k-state-disabled):hover .k-i-lock, .k-textbox:hover .k-i-lock, .k-button:active .k-i-lock {
    background-position: -80px 0
}
.k-link:not(.k-state-disabled):hover>.k-i-lock, .k-state-hover>.k-i-lock, .k-state-hover>*>.k-i-lock, .k-button:not(.k-state-disabled):hover .k-i-lock, .k-textbox:hover .k-i-lock, .k-button:active .k-i-lock {
    background-position: -64px 0
}
.k-i-unlock {
    background-position: -64px -16px
}
.k-link:not(.k-state-disabled):hover>.k-i-unlock, .k-state-hover>.k-i-unlock, .k-state-hover>*>.k-i-unlock, .k-button:not(.k-state-disabled):hover .k-i-unlock, .k-textbox:hover .k-i-unlock, .k-button:active .k-i-unlock {
    background-position: -80px -16px
}
.k-link:not(.k-state-disabled):hover>.k-i-unlock, .k-state-hover>.k-i-unlock, .k-state-hover>*>.k-i-unlock, .k-button:not(.k-state-disabled):hover .k-i-unlock, .k-textbox:hover .k-i-unlock, .k-button:active .k-i-unlock {
    background-position: -64px -16px
}
.k-i-refresh {
    background-position: -32px -112px
}
.k-link:not(.k-state-disabled):hover>.k-i-refresh, .k-state-hover>.k-i-refresh, .k-state-hover>*>.k-i-refresh, .k-button:not(.k-state-disabled):hover .k-i-refresh, .k-textbox:hover .k-i-refresh, .k-button:active .k-i-refresh {
    background-position: -48px -112px
}
.k-link:not(.k-state-disabled):hover>.k-i-refresh, .k-state-hover>.k-i-refresh, .k-state-hover>*>.k-i-refresh, .k-button:not(.k-state-disabled):hover .k-i-refresh, .k-textbox:hover .k-i-refresh, .k-button:active .k-i-refresh {
    background-position: -32px -112px
}
.k-i-exception {
    background-position: -160px -304px
}
.k-link:not(.k-state-disabled):hover>.k-i-exception, .k-state-hover>.k-i-exception, .k-state-hover>*>.k-i-exception, .k-button:not(.k-state-disabled):hover .k-i-exception, .k-textbox:hover .k-i-exception, .k-button:active .k-i-exception {
    background-position: -176px -304px
}
.k-link:not(.k-state-disabled):hover>.k-i-exception, .k-state-hover>.k-i-exception, .k-state-hover>*>.k-i-exception, .k-button:not(.k-state-disabled):hover .k-i-exception, .k-textbox:hover .k-i-exception, .k-button:active .k-i-exception {
    background-position: -160px -304px
}
.k-i-restore {
    background-position: -32px -128px
}
.k-link:not(.k-state-disabled):hover>.k-i-restore, .k-state-hover>.k-i-restore, .k-state-hover>*>.k-i-restore, .k-button:not(.k-state-disabled):hover .k-i-restore, .k-textbox:hover .k-i-restore, .k-button:active .k-i-restore {
    background-position: -48px -128px
}
.k-link:not(.k-state-disabled):hover>.k-i-restore, .k-state-hover>.k-i-restore, .k-state-hover>*>.k-i-restore, .k-button:not(.k-state-disabled):hover .k-i-restore, .k-textbox:hover .k-i-restore, .k-button:active .k-i-restore {
    background-position: -32px -128px
}
.k-i-maximize {
    background-position: -32px -144px
}
.k-link:not(.k-state-disabled):hover>.k-i-maximize, .k-state-hover>.k-i-maximize, .k-state-hover>*>.k-i-maximize, .k-button:not(.k-state-disabled):hover .k-i-maximize, .k-textbox:hover .k-i-maximize, .k-button:active .k-i-maximize {
    background-position: -48px -144px
}
.k-link:not(.k-state-disabled):hover>.k-i-maximize, .k-state-hover>.k-i-maximize, .k-state-hover>*>.k-i-maximize, .k-button:not(.k-state-disabled):hover .k-i-maximize, .k-textbox:hover .k-i-maximize, .k-button:active .k-i-maximize {
    background-position: -32px -144px
}
.k-i-minimize {
    background-position: -64px -288px
}
.k-link:not(.k-state-disabled):hover>.k-i-minimize, .k-state-hover>.k-i-minimize, .k-state-hover>*>.k-i-minimize, .k-button:not(.k-state-disabled):hover .k-i-minimize, .k-textbox:hover .k-i-minimize, .k-button:active .k-i-minimize {
    background-position: -80px -288px
}
.k-link:not(.k-state-disabled):hover>.k-i-minimize, .k-state-hover>.k-i-minimize, .k-state-hover>*>.k-i-minimize, .k-button:not(.k-state-disabled):hover .k-i-minimize, .k-textbox:hover .k-i-minimize, .k-button:active .k-i-minimize {
    background-position: -64px -288px
}
.k-i-pin {
    background-position: -160px -256px
}
.k-link:not(.k-state-disabled):hover>.k-i-pin, .k-state-hover>.k-i-pin, .k-state-hover>*>.k-i-pin, .k-button:not(.k-state-disabled):hover .k-i-pin, .k-textbox:hover .k-i-pin, .k-button:active .k-i-pin {
    background-position: -176px -256px
}
.k-link:not(.k-state-disabled):hover>.k-i-pin, .k-state-hover>.k-i-pin, .k-state-hover>*>.k-i-pin, .k-button:not(.k-state-disabled):hover .k-i-pin, .k-textbox:hover .k-i-pin, .k-button:active .k-i-pin {
    background-position: -160px -256px
}
.k-i-unpin {
    background-position: -160px -272px
}
.k-link:not(.k-state-disabled):hover>.k-i-unpin, .k-state-hover>.k-i-unpin, .k-state-hover>*>.k-i-unpin, .k-button:not(.k-state-disabled):hover .k-i-unpin, .k-textbox:hover .k-i-unpin, .k-button:active .k-i-unpin {
    background-position: -176px -272px
}
.k-link:not(.k-state-disabled):hover>.k-i-unpin, .k-state-hover>.k-i-unpin, .k-state-hover>*>.k-i-unpin, .k-button:not(.k-state-disabled):hover .k-i-unpin, .k-textbox:hover .k-i-unpin, .k-button:active .k-i-unpin {
    background-position: -160px -272px
}
.k-resize-se {
    background-position: -32px -160px
}
.k-link:not(.k-state-disabled):hover>.k-resize-se, .k-state-hover>.k-resize-se, .k-state-hover>*>.k-resize-se, .k-button:not(.k-state-disabled):hover .k-resize-se, .k-textbox:hover .k-resize-se, .k-button:active .k-resize-se {
    background-position: -48px -160px
}
.k-link:not(.k-state-disabled):hover>.k-resize-se, .k-state-hover>.k-resize-se, .k-state-hover>*>.k-resize-se, .k-button:not(.k-state-disabled):hover .k-resize-se, .k-textbox:hover .k-resize-se, .k-button:active .k-resize-se {
    background-position: -32px -160px
}
.k-i-calendar {
    background-position: -32px -176px
}
.k-link:not(.k-state-disabled):hover>.k-i-calendar, .k-state-hover>.k-i-calendar, .k-state-hover>*>.k-i-calendar, .k-button:not(.k-state-disabled):hover .k-i-calendar, .k-textbox:hover .k-i-calendar, .k-button:active .k-i-calendar {
    background-position: -48px -176px
}
.k-link:not(.k-state-disabled):hover>.k-i-calendar, .k-state-hover>.k-i-calendar, .k-state-hover>*>.k-i-calendar, .k-button:not(.k-state-disabled):hover .k-i-calendar, .k-textbox:hover .k-i-calendar, .k-button:active .k-i-calendar {
    background-position: -32px -176px
}
.k-i-clock {
    background-position: -32px -192px
}
.k-link:not(.k-state-disabled):hover>.k-i-clock, .k-state-hover>.k-i-clock, .k-state-hover>*>.k-i-clock, .k-button:not(.k-state-disabled):hover .k-i-clock, .k-textbox:hover .k-i-clock, .k-button:active .k-i-clock {
    background-position: -48px -192px
}
.k-link:not(.k-state-disabled):hover>.k-i-clock, .k-state-hover>.k-i-clock, .k-state-hover>*>.k-i-clock, .k-button:not(.k-state-disabled):hover .k-i-clock, .k-textbox:hover .k-i-clock, .k-button:active .k-i-clock {
    background-position: -32px -192px
}
.k-si-plus {
    background-position: -32px -208px
}
.k-link:not(.k-state-disabled):hover>.k-si-plus, .k-state-hover>.k-si-plus, .k-state-hover>*>.k-si-plus, .k-button:not(.k-state-disabled):hover .k-si-plus, .k-textbox:hover .k-si-plus, .k-button:active .k-si-plus {
    background-position: -48px -208px
}
.k-link:not(.k-state-disabled):hover>.k-si-plus, .k-state-hover>.k-si-plus, .k-state-hover>*>.k-si-plus, .k-button:not(.k-state-disabled):hover .k-si-plus, .k-textbox:hover .k-si-plus, .k-button:active .k-si-plus {
    background-position: -32px -208px
}
.k-si-minus {
    background-position: -32px -224px
}
.k-link:not(.k-state-disabled):hover>.k-si-minus, .k-state-hover>.k-si-minus, .k-state-hover>*>.k-si-minus, .k-button:not(.k-state-disabled):hover .k-si-minus, .k-textbox:hover .k-si-minus, .k-button:active .k-si-minus {
    background-position: -48px -224px
}
.k-link:not(.k-state-disabled):hover>.k-si-minus, .k-state-hover>.k-si-minus, .k-state-hover>*>.k-si-minus, .k-button:not(.k-state-disabled):hover .k-si-minus, .k-textbox:hover .k-si-minus, .k-button:active .k-si-minus {
    background-position: -32px -224px
}
.k-i-search {
    background-position: -32px -240px
}
.k-link:not(.k-state-disabled):hover>.k-i-search, .k-state-hover>.k-i-search, .k-state-hover>*>.k-i-search, .k-button:not(.k-state-disabled):hover .k-i-search, .k-textbox:hover .k-i-search, .k-button:active .k-i-search {
    background-position: -48px -240px
}
.k-link:not(.k-state-disabled):hover>.k-i-search, .k-state-hover>.k-i-search, .k-state-hover>*>.k-i-search, .k-button:not(.k-state-disabled):hover .k-i-search, .k-textbox:hover .k-i-search, .k-button:active .k-i-search {
    background-position: -32px -240px
}
.k-i-custom {
    background-position: -115px -113px
}
.k-link:not(.k-state-disabled):hover>.k-i-custom, .k-state-hover>.k-i-custom, .k-state-hover>*>.k-i-custom, .k-button:not(.k-state-disabled):hover .k-i-custom, .k-textbox:hover .k-i-custom, .k-button:active .k-i-custom {
    background-position: -141px -113px
}
.k-editor .k-i-custom {
    background-position: -111px -109px
}
.k-viewHtml {
    background-position: -288px -120px
}
.k-i-insert-n, .k-insert-top {
    background-position: -160px -32px
}
.k-link:not(.k-state-disabled):hover>.k-i-insert-n, .k-link:not(.k-state-disabled):hover>.k-insert-top, .k-state-hover>.k-i-insert-n, .k-state-hover>.k-insert-top, .k-state-hover>*>.k-i-insert-n, .k-state-hover>*>.k-insert-top, .k-button:not(.k-state-disabled):hover .k-i-insert-n, .k-button:not(.k-state-disabled):hover .k-insert-top, .k-textbox:hover .k-i-insert-n, .k-textbox:hover .k-insert-top, .k-button:active .k-i-insert-n, .k-button:active .k-insert-top {
    background-position: -176px -32px
}
.k-link:not(.k-state-disabled):hover>.k-i-insert-n, .k-link:not(.k-state-disabled):hover>.k-insert-top, .k-state-hover>.k-i-insert-n, .k-state-hover>.k-insert-top, .k-state-hover>*>.k-i-insert-n, .k-state-hover>*>.k-insert-top, .k-button:not(.k-state-disabled):hover .k-i-insert-n, .k-button:not(.k-state-disabled):hover .k-insert-top, .k-textbox:hover .k-i-insert-n, .k-textbox:hover .k-insert-top, .k-button:active .k-i-insert-n, .k-button:active .k-insert-top {
    background-position: -160px -32px
}
.k-i-insert-m, .k-insert-middle {
    background-position: -160px -48px
}
.k-link:not(.k-state-disabled):hover>.k-i-insert-m, .k-link:not(.k-state-disabled):hover>.k-insert-middle, .k-state-hover>.k-i-insert-m, .k-state-hover>.k-insert-middle, .k-state-hover>*>.k-i-insert-m, .k-state-hover>*>.k-insert-middle, .k-button:not(.k-state-disabled):hover .k-i-insert-m, .k-button:not(.k-state-disabled):hover .k-insert-middle, .k-textbox:hover .k-i-insert-m, .k-textbox:hover .k-insert-middle, .k-button:active .k-i-insert-m, .k-button:active .k-insert-middle {
    background-position: -176px -48px
}
.k-link:not(.k-state-disabled):hover>.k-i-insert-m, .k-link:not(.k-state-disabled):hover>.k-insert-middle, .k-state-hover>.k-i-insert-m, .k-state-hover>.k-insert-middle, .k-state-hover>*>.k-i-insert-m, .k-state-hover>*>.k-insert-middle, .k-button:not(.k-state-disabled):hover .k-i-insert-m, .k-button:not(.k-state-disabled):hover .k-insert-middle, .k-textbox:hover .k-i-insert-m, .k-textbox:hover .k-insert-middle, .k-button:active .k-i-insert-m, .k-button:active .k-insert-middle {
    background-position: -160px -48px
}
.k-i-insert-s, .k-insert-bottom {
    background-position: -160px -64px
}
.k-link:not(.k-state-disabled):hover>.k-i-insert-s, .k-link:not(.k-state-disabled):hover>.k-insert-bottom, .k-state-hover>.k-i-insert-s, .k-state-hover>.k-insert-bottom, .k-state-hover>*>.k-i-insert-s, .k-state-hover>*>.k-insert-bottom, .k-button:not(.k-state-disabled):hover .k-i-insert-s, .k-button:not(.k-state-disabled):hover .k-insert-bottom, .k-textbox:hover .k-i-insert-s, .k-textbox:hover .k-insert-bottom, .k-button:active .k-i-insert-s, .k-button:active .k-insert-bottom {
    background-position: -176px -64px
}
.k-link:not(.k-state-disabled):hover>.k-i-insert-s, .k-link:not(.k-state-disabled):hover>.k-insert-bottom, .k-state-hover>.k-i-insert-s, .k-state-hover>.k-insert-bottom, .k-state-hover>*>.k-i-insert-s, .k-state-hover>*>.k-insert-bottom, .k-button:not(.k-state-disabled):hover .k-i-insert-s, .k-button:not(.k-state-disabled):hover .k-insert-bottom, .k-textbox:hover .k-i-insert-s, .k-textbox:hover .k-insert-bottom, .k-button:active .k-i-insert-s, .k-button:active .k-insert-bottom {
    background-position: -160px -64px
}
.k-drop-hint {
    background-position: 0 -326px
}
.k-i-note, .k-warning {
    background-position: -160px -240px
}
.k-link:not(.k-state-disabled):hover>.k-i-note, .k-link:not(.k-state-disabled):hover>.k-warning, .k-state-hover>.k-i-note, .k-state-hover>.k-warning, .k-state-hover>*>.k-i-note, .k-state-hover>*>.k-warning, .k-button:not(.k-state-disabled):hover .k-i-note, .k-button:not(.k-state-disabled):hover .k-warning, .k-textbox:hover .k-i-note, .k-textbox:hover .k-warning, .k-button:active .k-i-note, .k-button:active .k-warning {
    background-position: -176px -240px
}
.k-link:not(.k-state-disabled):hover>.k-i-note, .k-link:not(.k-state-disabled):hover>.k-warning, .k-state-hover>.k-i-note, .k-state-hover>.k-warning, .k-state-hover>*>.k-i-note, .k-state-hover>*>.k-warning, .k-button:not(.k-state-disabled):hover .k-i-note, .k-button:not(.k-state-disabled):hover .k-warning, .k-textbox:hover .k-i-note, .k-textbox:hover .k-warning, .k-button:active .k-i-note, .k-button:active .k-warning {
    background-position: -160px -240px
}
.k-i-sort-asc {
    background-position: -112px -240px
}
.k-link:not(.k-state-disabled):hover>.k-i-sort-asc, .k-state-hover>.k-i-sort-asc, .k-state-hover>*>.k-i-sort-asc, .k-button:not(.k-state-disabled):hover .k-i-sort-asc, .k-textbox:hover .k-i-sort-asc, .k-button:active .k-i-sort-asc {
    background-position: -128px -240px
}
.k-link:not(.k-state-disabled):hover>.k-i-sort-asc, .k-state-hover>.k-i-sort-asc, .k-state-hover>*>.k-i-sort-asc, .k-button:not(.k-state-disabled):hover .k-i-sort-asc, .k-textbox:hover .k-i-sort-asc, .k-button:active .k-i-sort-asc {
    background-position: -112px -240px
}
.k-i-sort-desc {
    background-position: -112px -256px
}
.k-link:not(.k-state-disabled):hover>.k-i-sort-desc, .k-state-hover>.k-i-sort-desc, .k-state-hover>*>.k-i-sort-desc, .k-button:not(.k-state-disabled):hover .k-i-sort-desc, .k-textbox:hover .k-i-sort-desc, .k-button:active .k-i-sort-desc {
    background-position: -128px -256px
}
.k-link:not(.k-state-disabled):hover>.k-i-sort-desc, .k-state-hover>.k-i-sort-desc, .k-state-hover>*>.k-i-sort-desc, .k-button:not(.k-state-disabled):hover .k-i-sort-desc, .k-textbox:hover .k-i-sort-desc, .k-button:active .k-i-sort-desc {
    background-position: -112px -256px
}
.k-i-group {
    background-position: -112px -272px
}
.k-link:not(.k-state-disabled):hover>.k-i-group, .k-state-hover>.k-i-group, .k-state-hover>*>.k-i-group, .k-button:not(.k-state-disabled):hover .k-i-group, .k-textbox:hover .k-i-group, .k-button:active .k-i-group {
    background-position: -128px -272px
}
.k-link:not(.k-state-disabled):hover>.k-i-group, .k-state-hover>.k-i-group, .k-state-hover>*>.k-i-group, .k-button:not(.k-state-disabled):hover .k-i-group, .k-textbox:hover .k-i-group, .k-button:active .k-i-group {
    background-position: -112px -272px
}
.k-i-ungroup {
    background-position: -112px -288px
}
.k-link:not(.k-state-disabled):hover>.k-i-ungroup, .k-state-hover>.k-i-ungroup, .k-state-hover>*>.k-i-ungroup, .k-button:not(.k-state-disabled):hover .k-i-ungroup, .k-textbox:hover .k-i-ungroup, .k-button:active .k-i-ungroup {
    background-position: -128px -288px
}
.k-link:not(.k-state-disabled):hover>.k-i-ungroup, .k-state-hover>.k-i-ungroup, .k-state-hover>*>.k-i-ungroup, .k-button:not(.k-state-disabled):hover .k-i-ungroup, .k-textbox:hover .k-i-ungroup, .k-button:active .k-i-ungroup {
    background-position: -112px -288px
}
.k-i-columns {
    background-position: -112px -304px
}
.k-link:not(.k-state-disabled):hover>.k-i-columns, .k-state-hover>.k-i-columns, .k-state-hover>*>.k-i-columns, .k-button:not(.k-state-disabled):hover .k-i-columns, .k-textbox:hover .k-i-columns, .k-button:active .k-i-columns {
    background-position: -128px -304px
}
.k-link:not(.k-state-disabled):hover>.k-i-columns, .k-state-hover>.k-i-columns, .k-state-hover>*>.k-i-columns, .k-button:not(.k-state-disabled):hover .k-i-columns, .k-textbox:hover .k-i-columns, .k-button:active .k-i-columns {
    background-position: -112px -304px
}
.k-i-hbars {
    background-position: -64px -32px
}
.k-link:not(.k-state-disabled):hover>.k-i-hbars, .k-state-hover>.k-i-hbars, .k-state-hover>*>.k-i-hbars, .k-button:not(.k-state-disabled):hover .k-i-hbars, .k-textbox:hover .k-i-hbars, .k-button:active .k-i-hbars {
    background-position: -80px -32px
}
.k-link:not(.k-state-disabled):hover>.k-i-hbars, .k-state-hover>.k-i-hbars, .k-state-hover>*>.k-i-hbars, .k-button:not(.k-state-disabled):hover .k-i-hbars, .k-textbox:hover .k-i-hbars, .k-button:active .k-i-hbars {
    background-position: -64px -32px
}
.k-i-vbars {
    background-position: -64px -48px
}
.k-link:not(.k-state-disabled):hover>.k-i-vbars, .k-state-hover>.k-i-vbars, .k-state-hover>*>.k-i-vbars, .k-button:not(.k-state-disabled):hover .k-i-vbars, .k-textbox:hover .k-i-vbars, .k-button:active .k-i-vbars {
    background-position: -80px -48px
}
.k-link:not(.k-state-disabled):hover>.k-i-vbars, .k-state-hover>.k-i-vbars, .k-state-hover>*>.k-i-vbars, .k-button:not(.k-state-disabled):hover .k-i-vbars, .k-textbox:hover .k-i-vbars, .k-button:active .k-i-vbars {
    background-position: -64px -48px
}
.k-i-sum {
    background-position: -64px -64px
}
.k-link:not(.k-state-disabled):hover>.k-i-sum, .k-state-hover>.k-i-sum, .k-state-hover>*>.k-i-sum, .k-button:not(.k-state-disabled):hover .k-i-sum, .k-textbox:hover .k-i-sum, .k-button:active .k-i-sum {
    background-position: -80px -64px
}
.k-link:not(.k-state-disabled):hover>.k-i-sum, .k-state-hover>.k-i-sum, .k-state-hover>*>.k-i-sum, .k-button:not(.k-state-disabled):hover .k-i-sum, .k-textbox:hover .k-i-sum, .k-button:active .k-i-sum {
    background-position: -64px -64px
}
.k-i-pdf {
    background-position: -64px -80px
}
.k-link:not(.k-state-disabled):hover>.k-i-pdf, .k-state-hover>.k-i-pdf, .k-state-hover>*>.k-i-pdf, .k-button:not(.k-state-disabled):hover .k-i-pdf, .k-textbox:hover .k-i-pdf, .k-button:active .k-i-pdf {
    background-position: -80px -80px
}
.k-link:not(.k-state-disabled):hover>.k-i-pdf, .k-state-hover>.k-i-pdf, .k-state-hover>*>.k-i-pdf, .k-button:not(.k-state-disabled):hover .k-i-pdf, .k-textbox:hover .k-i-pdf, .k-button:active .k-i-pdf {
    background-position: -64px -80px
}
.k-i-excel {
    background-position: -64px -96px
}
.k-link:not(.k-state-disabled):hover>.k-i-excel, .k-state-hover>.k-i-excel, .k-state-hover>*>.k-i-excel, .k-button:not(.k-state-disabled):hover .k-i-excel, .k-textbox:hover .k-i-excel, .k-button:active .k-i-excel {
    background-position: -80px -96px
}
.k-link:not(.k-state-disabled):hover>.k-i-excel, .k-state-hover>.k-i-excel, .k-state-hover>*>.k-i-excel, .k-button:not(.k-state-disabled):hover .k-i-excel, .k-textbox:hover .k-i-excel, .k-button:active .k-i-excel {
    background-position: -64px -96px
}
.k-i-rotatecw {
    background-position: -64px -112px
}
.k-link:not(.k-state-disabled):hover>.k-i-rotatecw, .k-state-hover>.k-i-rotatecw, .k-state-hover>*>.k-i-rotatecw, .k-button:not(.k-state-disabled):hover .k-i-rotatecw, .k-textbox:hover .k-i-rotatecw, .k-button:active .k-i-rotatecw {
    background-position: -80px -112px
}
.k-link:not(.k-state-disabled):hover>.k-i-rotatecw, .k-state-hover>.k-i-rotatecw, .k-state-hover>*>.k-i-rotatecw, .k-button:not(.k-state-disabled):hover .k-i-rotatecw, .k-textbox:hover .k-i-rotatecw, .k-button:active .k-i-rotatecw {
    background-position: -64px -112px
}
.k-i-rotateccw {
    background-position: -64px -128px
}
.k-link:not(.k-state-disabled):hover>.k-i-rotateccw, .k-state-hover>.k-i-rotateccw, .k-state-hover>*>.k-i-rotateccw, .k-button:not(.k-state-disabled):hover .k-i-rotateccw, .k-textbox:hover .k-i-rotateccw, .k-button:active .k-i-rotateccw {
    background-position: -80px -128px
}
.k-link:not(.k-state-disabled):hover>.k-i-rotateccw, .k-state-hover>.k-i-rotateccw, .k-state-hover>*>.k-i-rotateccw, .k-button:not(.k-state-disabled):hover .k-i-rotateccw, .k-textbox:hover .k-i-rotateccw, .k-button:active .k-i-rotateccw {
    background-position: -64px -128px
}
.k-i-undo {
    background-position: -64px -160px
}
.k-link:not(.k-state-disabled):hover>.k-i-undo, .k-state-hover>.k-i-undo, .k-state-hover>*>.k-i-undo, .k-button:not(.k-state-disabled):hover .k-i-undo, .k-textbox:hover .k-i-undo, .k-button:active .k-i-undo {
    background-position: -80px -160px
}
.k-link:not(.k-state-disabled):hover>.k-i-undo, .k-state-hover>.k-i-undo, .k-state-hover>*>.k-i-undo, .k-button:not(.k-state-disabled):hover .k-i-undo, .k-textbox:hover .k-i-undo, .k-button:active .k-i-undo {
    background-position: -64px -160px
}
.k-i-redo {
    background-position: -64px -144px
}
.k-link:not(.k-state-disabled):hover>.k-i-redo, .k-state-hover>.k-i-redo, .k-state-hover>*>.k-i-redo, .k-button:not(.k-state-disabled):hover .k-i-redo, .k-textbox:hover .k-i-redo, .k-button:active .k-i-redo {
    background-position: -80px -144px
}
.k-link:not(.k-state-disabled):hover>.k-i-redo, .k-state-hover>.k-i-redo, .k-state-hover>*>.k-i-redo, .k-button:not(.k-state-disabled):hover .k-i-redo, .k-textbox:hover .k-i-redo, .k-button:active .k-i-redo {
    background-position: -64px -144px
}
.k-i-shape {
    background-position: -64px -176px
}
.k-link:not(.k-state-disabled):hover>.k-i-shape, .k-state-hover>.k-i-shape, .k-state-hover>*>.k-i-shape, .k-button:not(.k-state-disabled):hover .k-i-shape, .k-textbox:hover .k-i-shape, .k-button:active .k-i-shape {
    background-position: -80px -176px
}
.k-link:not(.k-state-disabled):hover>.k-i-shape, .k-state-hover>.k-i-shape, .k-state-hover>*>.k-i-shape, .k-button:not(.k-state-disabled):hover .k-i-shape, .k-textbox:hover .k-i-shape, .k-button:active .k-i-shape {
    background-position: -64px -176px
}
.k-i-connector {
    background-position: -64px -192px
}
.k-link:not(.k-state-disabled):hover>.k-i-connector, .k-state-hover>.k-i-connector, .k-state-hover>*>.k-i-connector, .k-button:not(.k-state-disabled):hover .k-i-connector, .k-textbox:hover .k-i-connector, .k-button:active .k-i-connector {
    background-position: -80px -192px
}
.k-link:not(.k-state-disabled):hover>.k-i-connector, .k-state-hover>.k-i-connector, .k-state-hover>*>.k-i-connector, .k-button:not(.k-state-disabled):hover .k-i-connector, .k-textbox:hover .k-i-connector, .k-button:active .k-i-connector {
    background-position: -64px -192px
}
.k-i-kpi {
    background-position: -64px -208px
}
.k-link:not(.k-state-disabled):hover>.k-i-kpi, .k-state-hover>.k-i-kpi, .k-state-hover>*>.k-i-kpi, .k-button:not(.k-state-disabled):hover .k-i-kpi, .k-textbox:hover .k-i-kpi, .k-button:active .k-i-kpi {
    background-position: -80px -208px
}
.k-link:not(.k-state-disabled):hover>.k-i-kpi, .k-state-hover>.k-i-kpi, .k-state-hover>*>.k-i-kpi, .k-button:not(.k-state-disabled):hover .k-i-kpi, .k-textbox:hover .k-i-kpi, .k-button:active .k-i-kpi {
    background-position: -64px -208px
}
.k-i-dimension {
    background-position: -64px -224px
}
.k-link:not(.k-state-disabled):hover>.k-i-dimension, .k-state-hover>.k-i-dimension, .k-state-hover>*>.k-i-dimension, .k-button:not(.k-state-disabled):hover .k-i-dimension, .k-textbox:hover .k-i-dimension, .k-button:active .k-i-dimension {
    background-position: -80px -224px
}
.k-link:not(.k-state-disabled):hover>.k-i-dimension, .k-state-hover>.k-i-dimension, .k-state-hover>*>.k-i-dimension, .k-button:not(.k-state-disabled):hover .k-i-dimension, .k-textbox:hover .k-i-dimension, .k-button:active .k-i-dimension {
    background-position: -64px -224px
}
.k-file {
    background-position: 0 0
}
.k-link:not(.k-state-disabled):hover>.k-file, .k-state-hover>.k-file, .k-state-hover>*>.k-file, .k-button:not(.k-state-disabled):hover .k-file, .k-textbox:hover .k-file, .k-button:active .k-file {
    background-position: -16px 0
}
.k-link:not(.k-state-disabled):hover>.k-file, .k-state-hover>.k-file, .k-state-hover>*>.k-file, .k-button:not(.k-state-disabled):hover .k-file, .k-textbox:hover .k-file, .k-button:active .k-file {
    background-position: 0 0
}
.k-i-folder-add, .k-addfolder {
    background-position: -32px -272px
}
.k-link:not(.k-state-disabled):hover>.k-i-folder-add, .k-link:not(.k-state-disabled):hover>.k-addfolder, .k-state-hover>.k-i-folder-add, .k-state-hover>.k-addfolder, .k-state-hover>*>.k-i-folder-add, .k-state-hover>*>.k-addfolder, .k-button:not(.k-state-disabled):hover .k-i-folder-add, .k-button:not(.k-state-disabled):hover .k-addfolder, .k-textbox:hover .k-i-folder-add, .k-textbox:hover .k-addfolder, .k-button:active .k-i-folder-add, .k-button:active .k-addfolder {
    background-position: -48px -272px
}
.k-link:not(.k-state-disabled):hover>.k-i-folder-add, .k-link:not(.k-state-disabled):hover>.k-addfolder, .k-state-hover>.k-i-folder-add, .k-state-hover>.k-addfolder, .k-state-hover>*>.k-i-folder-add, .k-state-hover>*>.k-addfolder, .k-button:not(.k-state-disabled):hover .k-i-folder-add, .k-button:not(.k-state-disabled):hover .k-addfolder, .k-textbox:hover .k-i-folder-add, .k-textbox:hover .k-addfolder, .k-button:active .k-i-folder-add, .k-button:active .k-addfolder {
    background-position: -32px -272px
}
.k-i-folder-up, .k-goup {
    background-position: -32px -288px
}
.k-link:not(.k-state-disabled):hover>.k-i-folder-up, .k-link:not(.k-state-disabled):hover>.k-goup, .k-state-hover>.k-i-folder-up, .k-state-hover>.k-goup, .k-state-hover>*>.k-i-folder-up, .k-state-hover>*>.k-goup, .k-button:not(.k-state-disabled):hover .k-i-folder-up, .k-button:not(.k-state-disabled):hover .k-goup, .k-textbox:hover .k-i-folder-up, .k-textbox:hover .k-goup, .k-button:active .k-i-folder-up, .k-button:active .k-goup {
    background-position: -48px -288px
}
.k-link:not(.k-state-disabled):hover>.k-i-folder-up, .k-link:not(.k-state-disabled):hover>.k-goup, .k-state-hover>.k-i-folder-up, .k-state-hover>.k-goup, .k-state-hover>*>.k-i-folder-up, .k-state-hover>*>.k-goup, .k-button:not(.k-state-disabled):hover .k-i-folder-up, .k-button:not(.k-state-disabled):hover .k-goup, .k-textbox:hover .k-i-folder-up, .k-textbox:hover .k-goup, .k-button:active .k-i-folder-up, .k-button:active .k-goup {
    background-position: -32px -288px
}
.k-i-more {
    background-position: -64px -32px
}
.k-link:not(.k-state-disabled):hover>.k-i-more, .k-state-hover>.k-i-more, .k-state-hover>*>.k-i-more, .k-button:not(.k-state-disabled):hover .k-i-more, .k-textbox:hover .k-i-more, .k-button:active .k-i-more {
    background-position: -80px -32px
}
.k-link:not(.k-state-disabled):hover>.k-i-more, .k-state-hover>.k-i-more, .k-state-hover>*>.k-i-more, .k-button:not(.k-state-disabled):hover .k-i-more, .k-textbox:hover .k-i-more, .k-button:active .k-i-more {
    background-position: -64px -32px
}
.k-file>.k-icon {
    background-position: -115px -91px
}
.k-image {
    border: 0
}
.k-breadcrumbs:hover .k-i-arrow-n {
    background-position: 0 0
}
.k-breadcrumbs:hover .k-i-arrow-e {
    background-position: 0 -16px
}
html .k-success-colored {
    color: #507f50;
    border-color: #d0dfd0;
    background-color: #f0fff0
}
html .k-info-colored {
    color: #50607f;
    border-color: #d0d9df;
    background-color: #f0f9ff
}
html .k-error-colored {
    color: #7f5050;
    border-color: #dfd0d0;
    background-color: #fff0f0
}
.k-inline-block {
    padding: 0 2px
}
.k-loading, .k-loading-image {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center
}
.k-loading-mask, .k-loading-image, .k-loading-text {
    position: absolute
}
.k-loading-text {
    text-indent: -4000px;
    text-align: center
}
.k-loading-image, .k-loading-color {
    width: 100%;
    height: 100%
}
.k-loading-image {
    top: 0;
    left: 0;
    z-index: 2
}
.k-loading-color {
    filter: alpha(opacity=30);
    opacity: .3
}
.k-content-frame {
    border: 0;
    width: 100%;
    height: 100%
}
.k-pane>.k-splitter-overlay {
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute
}
.k-drag-clue {
    position: absolute;
    z-index: 10003;
    border-style: solid;
    border-width: 1px;
    font-size: .9em;
    padding: .2em .4em;
    white-space: nowrap;
    cursor: default
}
.k-drag-status {
    margin-top: -3px;
    margin-right: 4px;
    vertical-align: middle
}
.k-reorder-cue {
    position: absolute;
    width: 1px;
    overflow: visible
}
.k-reorder-cue .k-icon {
    position: absolute;
    left: -4px;
    width: 8px;
    height: 4px
}
.k-reorder-cue .k-i-arrow-s {
    top: -4px;
    background-position: -4px -166px
}
.k-reorder-cue .k-i-arrow-n {
    bottom: -4px;
    background-position: -4px -134px
}
.k-scrollbar {
    position: absolute;
    overflow: scroll
}
.k-scrollbar-vertical {
    top: 0;
    right: 0;
    width: 17px;
    height: 100%;
    overflow-x: hidden
}
.k-touch-scrollbar {
    display: none;
    position: absolute;
    z-index: 200000;
    height: 8px;
    width: 8px;
    border: 1px solid #8a8a8a;
    background-color: #858585
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    body .k-touch-scrollbar {
        height: 12px;
        width: 12px;
        border-radius: 7px
    }
}
.k-virtual-scrollable-wrap {
    overflow-x: auto
}
.k-current-time {
    background: #f00;
    position: absolute
}
.k-animation-container, .k-widget, .k-widget *, .k-animation-container *, .k-widget *:before, .k-animation-container *:after, .k-block .k-header, .k-list-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
.k-button, .k-textbox, .k-autocomplete, div.k-window-content, .k-tabstrip>.k-content>.km-scroll-container, .k-block, .k-edit-cell .k-widget, .k-grid-edit-row .k-widget, .k-grid-edit-row .text-box, .km-actionsheet>li, .km-shim {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.input-group .form-control {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.form-control.k-widget {
    padding: 0
}
a.k-button:hover {
    text-decoration: none
}
.k-widget, .k-widget * {
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
    background-clip: border-box
}
input.k-checkbox, .k-radio {
    display: inline;
    opacity: 0;
    width: 0;
    margin: 0
}
.k-checkbox-label {
    position: relative;
    padding-left: 1.5em;
    vertical-align: middle;
    line-height: .875em;
    cursor: pointer
}
.k-checkbox-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    border-width: 1px;
    border-style: solid
}
.k-checkbox-label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    border-width: 1px;
    border-style: solid
}
.k-checkbox:checked+.k-checkbox-label:after {
    content: "\2713";
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0;
    left: 0;
    border-width: 1px;
    border-style: solid;
    text-align: center
}
.k-checkbox:disabled+.k-checkbox-label {
    cursor: auto
}
.k-radio-label {
    position: relative;
    padding-left: 1.5em;
    vertical-align: middle;
    line-height: .875em;
    cursor: pointer
}
.k-radio-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border-style: solid
}
.k-radio:checked+.k-radio-label:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    left: 3px
}
.k-radio:disabled+.k-radio-label {
    cursor: auto
}
.k-ie8 .k-checkbox, .k-ie8 .k-radio {
    display: inline-block
}
.k-ie8 .k-checkbox-label, .k-ie8 .k-radio-label {
    padding-left: 0
}
.k-ie8 .k-checkbox-label:before, .k-ie8 .k-checkbox-label:after, .k-ie8 .k-radio-label:before, .k-ie8 .k-radio-label:after {
    display: none
}
.k-rtl .k-checkbox-label, .k-rtl .k-radio-label {
    padding-right: 1.5em
}
.k-rtl .k-checkbox-label:before, .k-rtl .k-checkbox-label:after, .k-rtl .k-radio-label:before {
    right: 0
}
.k-rtl .k-radio:checked+.k-radio-label:after {
    right: 3px
}
input.k-checkbox+label {
    -webkit-user-select: none;
    user-select: none
}
.k-edit-form {
    margin: 0;
    padding: 0
}
.k-window>div.k-popup-edit-form {
    padding: 1em 0
}
.k-grid-edit-row .k-edit-form td {
    border-bottom-width: 0
}
.k-edit-form-container {
    position: relative;
    width: 400px
}
.k-edit-label, .k-edit-form-container .editor-label {
    float: left;
    clear: both;
    width: 30%;
    padding: .4em 0 1em;
    margin-left: 2%;
    text-align: right
}
.k-edit-field, .k-edit-form-container .editor-field {
    float: right;
    clear: right;
    width: 60%;
    margin-right: 2%;
    padding: 0 0 .6em
}
.k-edit-field>input[type="checkbox"], .k-edit-field>input[type="radio"] {
    margin-top: .4em
}
.k-edit-form-container .k-button {
    margin: 0 .16em
}
.k-edit-field>input[type="checkbox"]:first-child, .k-edit-field>input[type="radio"]:first-child, .k-edit-field>label:first-child>input[type="checkbox"], .k-edit-field>.k-button:first-child {
    margin-left: 0
}
.k-edit-form-container .k-edit-buttons {
    clear: both;
    text-align: right;
    border-width: 1px 0 0;
    border-style: solid;
    position: relative;
    bottom: -1em;
    padding: .6em
}
div.k-window {
    display: inline-block;
    position: absolute;
    z-index: 10001;
    border-style: solid;
    border-width: 1px;
    padding-top: 2em
}
.k-block>.k-header, .k-window-titlebar {
    position: absolute;
    width: 100%;
    height: 1.1em;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-top: -2em;
    padding: .4em 0;
    font-size: 1.2em;
    white-space: nowrap;
    min-height: 16px
}
.k-block>.k-header {
    position: relative;
    margin: -2px 0 10px -2px;
    padding: .3em 2px
}
.k-window-title {
    position: absolute;
    left: .44em;
    right: .44em;
    overflow: hidden;
    cursor: default;
    text-overflow: ellipsis
}
.k-window-title .k-image {
    margin: 0 5px 0 0;
    vertical-align: middle
}
div.k-window-titleless {
    padding-top: 0
}
div.k-window-content {
    position: relative;
    height: 100%;
    padding: .58em;
    overflow: auto;
    outline: 0
}
div.k-window-iframecontent {
    padding: 0;
    overflow: visible
}
.k-window-content>.km-scroll-container {
    height: 100%
}
.k-ie7 .k-window {
    padding-bottom: 1.16em
}
.k-ie7 .k-window-titleless {
    padding-bottom: 0
}
.k-window-titlebar .k-window-actions {
    position: absolute;
    top: 0;
    right: .3em;
    padding-top: .3em;
    white-space: nowrap
}
.k-window-titlebar .k-window-action {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 2px;
    text-decoration: none;
    vertical-align: middle;
    opacity: .7
}
.k-window-titlebar .k-state-hover {
    border-style: solid;
    border-width: 1px;
    padding: 1px;
    opacity: 1
}
.k-window-action .k-icon {
    margin: 0;
    vertical-align: top
}
.k-window>.k-resize-handle {
    position: absolute;
    z-index: 1;
    background-color: #fff;
    font-size: 0;
    line-height: 6px;
    filter: alpha(opacity=0);
    opacity: 0;
    zoom: 1
}
.k-resize-n {
    top: -3px;
    left: 0;
    width: 100%;
    height: 6px;
    cursor: n-resize
}
.k-resize-e {
    top: 0;
    right: -3px;
    width: 6px;
    height: 100%;
    cursor: e-resize
}
.k-resize-s {
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 6px;
    cursor: s-resize
}
.k-resize-w {
    top: 0;
    left: -3px;
    width: 6px;
    height: 100%;
    cursor: w-resize
}
.k-resize-se {
    bottom: -3px;
    right: -3px;
    width: 16px;
    height: 16px;
    cursor: se-resize
}
.k-resize-sw {
    bottom: -3px;
    left: -3px;
    width: 6px;
    height: 6px;
    cursor: sw-resize
}
.k-resize-ne {
    top: -3px;
    right: -3px;
    width: 6px;
    height: 6px;
    cursor: ne-resize
}
.k-resize-nw {
    top: -3px;
    left: -3px;
    width: 6px;
    height: 6px;
    cursor: nw-resize
}
.k-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5
}
.k-window .k-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    filter: alpha(opacity=0);
    opacity: 0
}
.k-tabstrip {
    margin: 0;
    padding: 0;
    zoom: 1
}
.k-tabstrip .k-tabstrip-items {
    padding: .3em .3em 0
}
.k-tabstrip-items .k-item, .k-panelbar .k-tabstrip-items .k-item {
    list-style-type: none;
    display: inline-block;
    position: relative;
    border-style: solid;
    border-width: 1px 1px 0;
    margin: 0 -1px 0 0;
    padding: 0;
    vertical-align: top
}
.k-tabstrip-items .k-tab-on-top, .k-tabstrip-items .k-state-active, .k-panelbar .k-tabstrip-items .k-state-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}
.k-tabstrip-items .k-tab-on-top {
    z-index: 1
}
.k-tabstrip-items .k-link, .k-panelbar .k-tabstrip-items .k-link {
    display: inline-block;
    border-bottom-width: 0;
    padding: .5em .92em
}
.k-tabstrip-items .k-icon, .k-panelbar .k-tabstrip-items .k-icon {
    margin: -1px 4px 0 -3px;
    vertical-align: top
}
.k-tabstrip-items .k-item .k-image, .k-tabstrip-items .k-item .k-sprite, .k-panelbar .k-tabstrip-items .k-item .k-image, .k-panelbar .k-tabstrip-items .k-item .k-sprite {
    margin: -3px 3px 0 -6px;
    vertical-align: middle
}
.k-ie7 .k-tabstrip-items .k-item .k-image, .k-ie7 .k-tabstrip-items .k-item .k-sprite {
    margin-top: -1px;
    vertical-align: top
}
.k-tabstrip-items .k-loading {
    top: 0;
    left: 0;
    height: 0;
    width: 20%;
    position: absolute;
    background: transparent;
    border-top: 1px solid transparent;
    border-color: inherit;
    -webkit-transition: width 200ms linear;
    -moz-transition: width 200ms linear;
    -o-transition: width 200ms linear;
    transition: width 200ms linear;
    -webkit-transition: "width 200ms linear";
    -moz-transition: "width 200ms linear";
    -ms-transition: "width 200ms linear";
    -o-transition: "width 200ms linear";
    transition: "width 200ms linear";
    animation: k-tab-loader 1s ease-in-out infinite;
    -moz-animation: k-tab-loader 1s ease-in-out infinite;
    -webkit-animation: k-tab-loader 1s ease-in-out infinite
}
.k-tabstrip-items .k-progress {
    animation: none;
    -moz-animation: none;
    -webkit-animation: none
}
.k-tabstrip-items .k-loading.k-complete {
    width: 100%;
    animation: none;
    -moz-animation: none;
    -webkit-animation: none
}
.k-tabstrip>.k-content, .k-panelbar .k-tabstrip>.k-content {
    position: static;
    border-style: solid;
    border-width: 1px;
    margin: 0 .286em .3em;
    padding: .3em .92em;
    zoom: 1
}
.k-tabstrip>.k-content {
    display: none
}
.k-tabstrip>.k-content.km-scroll-wrapper {
    padding: 0
}
.k-tabstrip>.k-content>.km-scroll-container {
    padding: .3em .92em
}
@-webkit-keyframes k-tab-loader {
    0% {
        left: 0
    }
    50% {
        left: 80%
    }
    100% {
        left: 0
    }
}
@-moz-keyframes k-tab-loader {
    0% {
        left: 0
    }
    50% {
        left: 80%
    }
    100% {
        left: 0
    }
}
@keyframes k-tab-loader {
    0% {
        left: 0
    }
    50% {
        left: 80%
    }
    100% {
        left: 0
    }
}
.k-panelbar {
    zoom: 1
}
.k-panelbar>.k-item, .k-panel>.k-item {
    list-style-type: none;
    display: block;
    border-width: 0;
    margin: 0;
    zoom: 1;
    border-radius: 0
}
.k-panelbar .k-image, .k-panelbar .k-sprite {
    float: left;
    margin-top: 4px;
    margin-right: 5px;
    vertical-align: middle
}
.k-panelbar>.k-item>.k-link, .k-panel>.k-item>.k-link {
    display: block;
    position: relative;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 0 1em;
    line-height: 2.34em;
    text-decoration: none;
    zoom: 1
}
.k-panelbar-expand, .k-panelbar-collapse {
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -8px
}
.k-panelbar .k-panel, .k-panelbar .k-content {
    position: relative;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin: 0;
    padding: 0;
    zoom: 1
}
.k-panel>.k-item>.k-link {
    border-bottom: 0;
    font-size: .95em;
    line-height: 2.2
}
.k-panel .k-panel>.k-item>.k-link {
    padding-left: 2em
}
.k-panelbar .k-i-seek-e .k-link {
    border-bottom: 0
}
.k-panel .k-panel {
    border-bottom: 0
}
.k-menu {
    cursor: default
}
.k-menu, .k-menu .k-menu-group {
    list-style: none;
    margin: 0;
    padding: 0;
    zoom: 1
}
.k-menu:after {
    content: '';
    display: block;
    width: 99%;
    height: 0;
    float: inherit;
    overflow: hidden
}
.k-menu .k-item {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    user-select: none
}
.k-menu .k-item div {
    -webkit-user-select: default;
    -moz-user-select: default;
    user-select: default
}
.k-menu .k-item .k-item, ul.k-menu-vertical>.k-item {
    display: block;
    float: none;
    border-width: 0
}
.k-ie7 .k-menu .k-item .k-item {
    zoom: normal
}
.k-menu .k-item>.k-link>.k-icon, .k-menu .k-image, .k-menu .k-sprite {
    margin: -2px 4px 0 -4px;
    vertical-align: middle
}
.k-menu .k-item>.k-link>.k-icon {
    margin: -2px 0 0
}
.k-ie7 .k-menu .k-item>.k-link>.k-i-arrow-s, .k-ie7 .k-menu .k-image, .k-ie7 .k-menu .k-sprite {
    margin-top: 0
}
.k-menu .k-item>.k-link {
    display: block;
    padding: 1.071em;
    line-height: 1.34em;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none
}
.k-menu .k-menu-group {
    display: none;
    border-style: solid;
    border-width: 1px;
    overflow: visible;
    white-space: nowrap
}
.k-menu .k-menu-group>.k-item {
    display: block;
    border-width: 0
}
.k-menu .k-item, .k-widget.k-menu-horizontal>.k-item {
    position: relative;
    float: left;
    border-style: solid;
    border-width: 0 1px 0 0;
    vertical-align: top;
    zoom: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
.k-context-menu.k-menu-vertical>.k-item>.k-link, .k-menu .k-menu-group .k-item>.k-link {
    padding: .28em 1.8em .38em .9em
}
.k-context-menu.k-menu-horizontal>.k-separator {
    display: none
}
.k-context-menu.k-menu-horizontal>.k-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.k-context-menu.k-menu-horizontal>.k-last {
    border: 0
}
.k-ie7 .k-menu .k-menu-group .k-link {
    width: 100%
}
.k-menu .k-item>.k-link>.k-i-arrow-s {
    margin-right: -8px
}
.k-menu .k-item>.k-link>.k-i-arrow-e {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 2px;
    right: .2rem
}
.k-menu .k-animation-container {
    border: 0
}
.k-menu .k-animation-container, .k-menu .k-menu-group {
    position: absolute;
    left: 0
}
.k-menu .k-animation-container .k-animation-container, .k-menu .k-menu-group .k-menu-group, .k-menu-vertical .k-animation-container, .k-menu-vertical .k-menu-group {
    top: 0;
    left: 0
}
.k-menu .k-animation-container .k-menu-group {
    top: auto;
    left: auto;
    margin-left: -1px
}
.k-menu .k-animation-container, .k-popup .k-animation-container {
    margin-top: -1px;
    padding-left: 1px
}
.k-ie .k-menu .k-animation-container, .k-ie .k-popup .k-animation-container {
    margin-top: -2px
}
.k-popup .k-animation-container .k-popup {
    margin-left: -1px
}
ul.k-menu .k-separator {
    padding: .25em 0;
    height: 100%;
    width: 1px;
    font-size: 0;
    line-height: 0;
    border-width: 0 1px 0 0
}
ul.k-menu-vertical .k-separator, .k-menu .k-menu-group .k-separator {
    padding: 0;
    height: 1px;
    width: 100%;
    border-width: 1px 0 0
}
.k-context-menu {
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    user-select: none
}
.k-grid, .k-listview {
    position: relative;
    zoom: 1
}
.k-grid table {
    width: 100%;
    margin: 0;
    max-width: none;
    border-collapse: separate;
    border-spacing: 0;
    empty-cells: show;
    border-width: 0;
    outline: 0
}
.k-header.k-drag-clue {
    overflow: hidden
}
.k-grid-header th.k-header, .k-filter-row th {
    overflow: hidden;
    border-style: solid;
    border-width: 0 0 1px 1px;
    padding: .5em .6em .4em .6em;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left
}
.k-grid-header th.k-header {
    vertical-align: bottom
}
.k-filtercell, .k-filtercell>span, .k-filtercell .k-widget {
    display: block;
    width: auto
}
.k-filtercell>span {
    padding-right: 4.8em;
    position: relative;
    min-height: 2em;
    line-height: 2em
}
.k-filtercell>.k-operator-hidden {
    padding-right: 2.3em
}
.k-filtercell>span>.k-button, .k-filter-row .k-dropdown-operator {
    position: absolute;
    top: 0;
    right: 0
}
.k-filter-row .k-dropdown-operator {
    width: 2.1em;
    right: 2.5em
}
.k-filtercell>span>label {
    vertical-align: middle
}
.k-filter-row label>input[type="radio"] {
    vertical-align: middle;
    position: relative;
    bottom: 2px
}
.k-ie10 .k-grid-header a:active {
    background-color: transparent
}
.k-grid-header th.k-header>.k-link {
    display: block;
    min-height: 18px;
    line-height: 18px;
    margin: -0.5em -0.6em -0.4em -0.6em;
    padding: .5em .6em .4em .6em;
    overflow: hidden;
    text-overflow: ellipsis
}
.k-grid-header th.k-with-icon .k-link {
    margin-right: 18px
}
.k-grid-header th.k-header .k-icon {
    position: static
}
.k-grid-header th>.k-link>.k-icon {
    vertical-align: text-top
}
.k-grid .k-state-hover {
    cursor: pointer
}
.k-grid-column-resizing th, .k-grid-column-resizing td {
    -webkit-transform: translateZ(0)
}
.k-grid td {
    border-style: solid;
    border-width: 0 0 0 1px;
    padding: .4em .6em;
    overflow: hidden;
    line-height: 1.6em;
    vertical-align: middle;
    text-overflow: ellipsis
}
.k-grid .k-grouping-row td, .k-grid .k-hierarchy-cell {
    overflow: visible
}
.k-grid-edit-row td {
    text-overflow: clip
}
.k-grid-edit-row .k-textbox, .k-grid-edit-row .text-box {
    margin-top: 0;
    margin-bottom: 0
}
.k-grid-header-wrap, .k-grid-footer-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-style: solid;
    border-width: 0 1px 0 0;
    zoom: 1
}
div.k-grid-header, div.k-grid-footer {
    padding-right: 17px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    zoom: 1
}
.k-grid-header-wrap>table, .k-grid-header-locked>table {
    margin-bottom: -1px
}
.k-grid-content {
    position: relative;
    width: 100%;
    overflow: auto;
    overflow-x: auto;
    overflow-y: scroll;
    zoom: 1
}
.k-mobile .k-grid tbody {
    -webkit-backface-visibility: hidden
}
.k-mobile .k-grid-backface tbody {
    -webkit-backface-visibility: visible
}
.k-grid-content-expander {
    position: absolute;
    visibility: hidden;
    height: 1px
}
@media print {
    .k-grid {
        height: auto!important
    }
    .k-grid-header {
        padding: 0!important
    }
    .k-grid-header-wrap, .k-grid-content {
        overflow: visible;
        height: auto!important
    }
}
.k-virtual-scrollable-wrap {
    height: 100%;
    overflow-y: hidden;
    position: relative
}
.k-grid-header table, .k-grid-content table, .k-grid-footer table, .k-grid-content-locked>table {
    table-layout: fixed
}
.k-ie7 .k-grid-content table {
    width: auto
}
.k-grid-lockedcolumns {
    white-space: nowrap
}
.k-grid-content-locked, .k-grid-content, .k-pager-wrap {
    white-space: normal
}
.k-grid-header-locked, .k-grid-content-locked, .k-grid-footer-locked {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    border-style: solid;
    border-width: 0 1px 0 0
}
.k-grid-header-locked+.k-grid-header-wrap, .k-grid-content-locked+.k-grid-content, .k-grid-footer-locked+.k-grid-footer-wrap {
    display: inline-block;
    vertical-align: top
}
.k-grid-toolbar {
    border-style: solid;
    border-width: 1px 0 0
}
.k-grid-header th.k-header:first-child, .k-grid tbody td:first-child, .k-grid tfoot td:first-child, .k-filter-row>th:first-child {
    border-left-width: 0
}
.k-grid-header th.k-header.k-first {
    border-left-width: 1px
}
.k-grid-toolbar:first-child, .k-grouping-header+.k-grid-toolbar {
    border-width: 0 0 1px
}
.k-footer-template td {
    border-style: solid;
    border-width: 1px 0 0 1px
}
.k-group-footer td {
    border-style: solid;
    border-width: 1px 0
}
.k-group-footer .k-group-cell+td {
    border-left-width: 1px
}
.k-grid-footer {
    border-style: solid;
    border-width: 1px 0 0
}
.k-grid-footer td {
    border-top-width: 0
}
.k-grid-footer>td {
    border-top-width: 1px
}
.k-pager-wrap {
    clear: both;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    line-height: 2.0em;
    padding: .333em 0 .333em .250em
}
.k-grid-pager {
    border-width: 1px 0 0
}
.k-grid .k-pager-numbers, .k-pager-numbers .k-link, .k-pager-numbers .k-state-selected {
    display: inline-block;
    vertical-align: top;
    margin-right: 1px
}
.k-pager-numbers {
    margin: 0 2px
}
.k-pager-numbers .k-state-selected {
    vertical-align: top
}
.k-pager-numbers li, .k-pager-input {
    float: left
}
.k-grid .k-pager-numbers {
    float: left;
    cursor: default
}
.k-pager-info {
    float: right;
    padding: 0 1.333em
}
.k-pager-numbers .k-link {
    text-decoration: none
}
.k-pager-wrap>.k-link, .k-pager-numbers .k-link, .k-pager-numbers .k-state-selected {
    min-width: 2em
}
.k-pager-wrap>.k-link {
    float: left;
    margin: 0 .08333em;
    height: 2em;
    line-height: 2em;
    border-radius: 1.0833em;
    cursor: pointer;
    text-align: center
}
.k-pager-wrap>a.k-state-disabled:hover {
    background: 0;
    cursor: default
}
.k-pager-numbers .k-link {
    text-align: center;
    line-height: 2em;
    border-style: solid;
    border-width: 1px;
    border-radius: 1.0833em
}
.k-pager-wrap>.k-link {
    border-style: solid;
    border-width: 1px
}
.k-pager-wrap .k-pager-refresh {
    float: right;
    margin-right: .5em;
    border-width: 0;
    border-radius: 0
}
.k-pager-numbers .k-state-selected {
    border-style: solid;
    border-width: 1px;
    text-align: center;
    border-radius: 1.0833em
}
.k-pager-wrap .k-textbox {
    width: 3.333em
}
.k-ie7 .k-pager-wrap .k-textbox {
    height: 1.3333em;
    margin-top: .16666em;
    display: inline
}
.k-pager-wrap .k-dropdown {
    width: 4.500em
}
.k-pager-refresh {
    float: right
}
.k-pager-input, .k-pager-sizes {
    padding: 0 1.4166em
}
.k-pager-sizes {
    display: inline-block;
    padding-top: 1px
}
.k-pager-sizes .k-widget.k-dropdown {
    margin-top: -2px
}
.k-ie7 .k-pager-sizes {
    float: left
}
.k-pager-wrap .k-textbox, .k-pager-wrap .k-widget {
    margin: 0 .4em 0
}
.k-header>.k-grid-filter, .k-header>.k-header-column-menu {
    float: right;
    margin: -0.5em -0.6em -0.4em;
    padding: .5em .2em .4em;
    position: relative;
    z-index: 1
}
.k-grid .k-animation-container {
    position: absolute
}
.k-filter-menu {
    padding: .5em
}
form.k-filter-menu .k-widget, form.k-filter-menu .k-textbox {
    display: block
}
.k-filter-help-text, .k-filter-menu .k-widget, .k-filter-menu .k-textbox {
    margin: .19em 0 0
}
.k-filter-menu span.k-filter-and {
    width: 6em;
    margin: .5em 0 .5em
}
.k-filter-menu .k-button {
    width: 48%;
    margin: .5em 4% 0 0
}
.k-filter-menu .k-button+.k-button {
    margin-right: 0
}
.k-grouping-row .k-icon {
    margin: -3px 4px 0 2px
}
.k-grouping-row p {
    display: inline-block;
    vertical-align: middle;
    margin-left: -0.6em;
    padding: 0 .6em
}
.k-grouping-row+tr td {
    border-top-width: 1px
}
.k-grouping-row .k-group-cell, .k-grouping-row+tr .k-group-cell {
    border-top-width: 0;
    text-overflow: none
}
.k-grid .k-hierarchy-cell+td {
    border-left-width: 0
}
.k-grid .k-group-col, .k-grid .k-hierarchy-col {
    width: 27px
}
.k-grouping-header {
    border-bottom-style: solid;
    border-bottom-width: 1px
}
.k-grouping-header {
    line-height: 2
}
.k-grouping-dropclue {
    position: absolute;
    width: 6px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: -165px -148px
}
.k-grouping-header .k-group-indicator {
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    margin: 0 3px;
    padding: .15em .15em .15em .4em;
    line-height: 1.5em
}
.k-grouping-header .k-link {
    display: inline-block;
    border-width: 0;
    padding: 0;
    line-height: normal;
    text-decoration: none
}
.k-grouping-header .k-button {
    border: 0;
    padding: 0;
    background: transparent;
    line-height: 1
}
.k-grouping-header .k-link .k-icon {
    margin: 0 0 0 -3px
}
.k-grouping-header .k-button .k-icon {
    margin: 0 0 0 3px
}
.k-grouping-header a, .k-grouping-header .k-button {
    display: inline-block;
    vertical-align: middle
}
.k-dirty-cell:before {
    content: "\a0";
    display: inline-block;
    width: 0;
    float: left
}
.k-ie7 .k-dirty-cell {
    position: relative
}
.k-ie7 .k-dirty {
    top: 5px
}
.k-dirty {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px;
    border-color: #f00 transparent transparent #f00;
    margin: -0.45em 0 0 -0.6em;
    padding: 0;
    overflow: hidden;
    vertical-align: top
}
.k-grouping-header, .k-grid-toolbar {
    margin: 0;
    padding: .429em .2em .429em 1em;
    cursor: default
}
.k-grid .k-edit-container {
    padding: 0
}
.k-grid .field-validation-error {
    display: block
}
.k-grid .input-validation-error {
    border-style: ridge;
    border-color: #f00;
    background-color: #ffc0cb
}
.k-grid-toolbar .k-button {
    vertical-align: middle
}
.k-grid-actions {
    display: inline-block
}
.k-ie7 .k-grid-actions {
    vertical-align: bottom
}
.k-grid .k-button {
    margin: 0 .16em
}
.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button {
    min-width: 64px
}
.k-grid tbody button.k-button {
    min-width: 78px
}
.k-ie7 .k-grid tbody a.k-button {
    min-width: 62px
}
html body .k-grid tbody .k-button-icon {
    width: auto;
    min-width: 0
}
.k-detail-row {
    position: relative
}
.k-grid .k-detail-cell {
    overflow: visible
}
.k-grid .k-edit-cell {
    padding: 0 .3em;
    white-space: nowrap
}
.k-grid .k-edit-cell .k-tooltip {
    white-space: normal
}
.k-edit-cell>.k-textbox, .k-edit-cell>.k-widget, .k-grid-edit-row>td>.k-textbox, .k-grid-edit-row>td>.k-widget, .k-grid-edit-row>td>.text-box {
    width: 100%
}
.k-ie7 .k-edit-cell>.text-box, .k-ie7 .k-edit-cell>.k-textbox, .k-ie7 .k-edit-cell>.k-widget, .k-ie7 .k-grid-edit-row>td>.k-textbox, .k-ie7 .k-grid-edit-row>td>.k-widget, .k-ie7 .k-grid-edit-row>td>.text-box {
    display: block;
    width: 90%
}
html .k-edit-cell .k-tooltip, html .k-grid-edit-row .k-tooltip {
    width: auto;
    max-width: 300px
}
.k-edit-cell input[type="checkbox"] {
    margin-left: .6em
}
.k-grid tbody td>.k-grid-delete {
    margin-top: -0.2em;
    margin-bottom: -0.2em
}
.k-grid-resize-indicator {
    position: absolute;
    width: 2px;
    background-color: #aaa
}
.k-grid-header .k-resize-handle, .k-grid>.k-resize-handle {
    position: absolute;
    height: 25px;
    cursor: col-resize;
    z-index: 2
}
.k-marquee {
    position: absolute;
    z-index: 100000
}
.k-marquee-color, .k-marquee-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.k-marquee-color {
    filter: alpha(opacity=60);
    opacity: .6
}
.k-ie9 .k-column-menu {
    width: 160px
}
.k-ie8 .k-grid-filter, .k-ie8 .k-header-column-menu {
    font-size: 100%
}
.k-column-menu {
    min-width: 160px
}
.k-column-menu .k-sprite {
    margin-right: 10px
}
.k-column-menu>.k-menu {
    border-width: 0
}
.k-columns-item .k-group {
    max-height: 200px;
    overflow: auto
}
.k-treelist .k-status {
    padding: .4em .6em;
    line-height: 1.6em
}
.k-treelist .k-status .k-loading {
    vertical-align: baseline;
    margin-right: 5px
}
.k-treelist tr.k-hidden {
    display: none
}
.k-gantt {
    white-space: nowrap;
    position: relative
}
.k-gantt-layout {
    display: inline-block;
    white-space: normal;
    vertical-align: top
}
.k-gantt .k-splitbar {
    position: relative;
    cursor: e-resize;
    width: 5px;
    border-width: 0 1px;
    background-repeat: repeat-y
}
.k-gantt .k-gantt-layout th {
    vertical-align: bottom
}
.k-gantt td {
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top
}
.k-gantt .k-grid .k-edit-cell {
    vertical-align: middle
}
.k-gantt-treelist>.k-treelist, .k-gantt-timeline>.k-timeline {
    border-width: 0;
    height: 100%
}
.k-gantt-toolbar {
    border-style: solid;
    border-width: 0 0 1px;
    line-height: 2.4em;
    padding: .5em
}
.k-gantt-layout+.k-gantt-toolbar {
    border-width: 1px 0 0
}
.k-gantt-actions, .k-gantt-toolbar>ul {
    float: left;
    margin-right: .6em
}
.k-gantt-toolbar>.k-gantt-views {
    float: right;
    margin-right: 0
}
.k-gantt-toolbar>ul>li {
    display: inline-block;
    border-style: solid;
    border-width: 1px 1px 1px 0
}
.k-gantt-toolbar>ul>li:first-child {
    border-left-width: 1px
}
.k-gantt-toolbar .k-link {
    display: inline-block;
    padding: 0 1.1em
}
.k-gantt-toolbar li:first-child, .k-gantt-toolbar li:first-child>.k-link {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.k-gantt-toolbar li:last-child, .k-gantt-toolbar li:last-child>.k-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.k-gantt-toolbar li.k-button {
    line-height: inherit;
    padding-top: 0;
    padding-bottom: 0
}
.k-gantt-treelist .k-grid-header tr {
    height: 5em
}
.k-gantt .k-treelist .k-grid-header {
    padding: 0!important
}
.k-gantt .k-treelist .k-grid-content {
    overflow-y: hidden;
    overflow-x: scroll
}
.k-treelist-group>tr>span {
    font-weight: bold
}
.k-treelist-group .k-widget {
    font-weight: normal
}
.k-gantt-timeline .k-grid-header tr {
    height: 2.5em
}
.k-gantt-rows tr, .k-gantt-tasks tr, .k-gantt .k-grid-content tr {
    height: 2.3em
}
.k-gantt .k-gantt-tasks td:after {
    content: "\a0"
}
.k-gantt-timeline {
    background: transparent
}
.k-gantt-rows, .k-gantt-columns, .k-gantt-dependencies {
    position: absolute;
    top: 0;
    left: 0
}
.k-gantt-tables {
    position: relative
}
.k-gantt .k-gantt-timeline th {
    text-align: center
}
.k-gantt .k-gantt-timeline tr:first-child th {
    border-bottom-width: 1px
}
.k-task-summary {
    height: 10px;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px
}
.k-task-summary-complete {
    height: 10px;
    position: relative;
    z-index: 2
}
.k-task-summary-progress {
    height: 15px;
    overflow: hidden
}
.k-task-summary:before, .k-task-summary-complete:before, .k-task-summary:after, .k-task-summary-complete:after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px;
    border-color: transparent
}
.k-task-summary:before, .k-task-summary-complete:before {
    left: 0;
    border-left-color: inherit
}
.k-task-summary:after, .k-task-summary-complete:after {
    right: 0;
    border-right-color: inherit
}
.k-line-h, .k-line-v {
    position: absolute
}
.k-line-h {
    height: 2px
}
.k-line-v {
    width: 2px
}
.k-arrow-e, .k-arrow-w {
    position: absolute;
    top: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px
}
.k-arrow-e {
    right: -6px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent
}
.k-arrow-w {
    left: -6px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent
}
.k-task-milestone {
    width: 13px;
    height: 13px;
    margin-top: 3px;
    border-style: solid;
    border-width: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.k-ie8 .k-task-milestone, .k-ie7 .k-task-milestone {
    margin-left: 1px
}
.k-gantt .k-gantt-treelist .k-button, .k-gantt .k-gantt-tasks .k-button-icon {
    padding-top: 0;
    padding-bottom: 0
}
.k-gantt .k-gantt-tasks .k-button-icon {
    margin-top: 4px
}
.k-gantt .k-gantt-treelist .k-button {
    margin-top: -4px;
    margin-bottom: -2px
}
.k-gantt .k-gantt-tasks .k-button-icon {
    padding-left: 2px;
    padding-right: 2px
}
.k-gantt .k-gantt-treelist .k-button .k-icon, .k-gantt .k-gantt-tasks .k-button .k-icon {
    vertical-align: text-top
}
.k-rel .k-button-icon {
    position: absolute;
    left: 200px
}
.k-rel {
    position: relative;
    height: 0;
    top: -0.3em
}
.k-task-wrap {
    position: absolute;
    padding: 0 23px 5px;
    margin: -1px -23px 0;
    z-index: 2
}
.k-task-wrap:hover, .k-line.k-state-selected {
    z-index: 3
}
.k-milestone-wrap {
    margin: 0 -13px 0 -27px
}
.k-task-content {
    position: relative;
    z-index: 2
}
.k-task-complete {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20%;
    z-index: 1
}
.k-task-dot {
    position: absolute;
    top: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: none;
    cursor: pointer
}
.k-task-dot.k-state-hover {
    background-color: transparent
}
.k-task-single+.k-task-dot, .k-task-single+.k-task-dot+.k-task-dot {
    top: .2em
}
.k-task-wrap:hover .k-task-dot, .k-task-wrap-active .k-task-dot {
    display: block
}
.k-task-dot:before {
    content: "\a0";
    display: inline-block;
    width: 0;
    height: 16px
}
.k-task-dot:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin-left: 4px
}
.k-task-dot:hover:after, .k-task-dot.k-state-hover:after, .k-task-wrap-active .k-task-dot:after {
    border-style: solid;
    border-width: 1px;
    margin-left: 3px
}
.k-task-start {
    left: 0
}
.k-task-end {
    right: 0
}
.k-task-single {
    border-style: solid;
    border-width: 1px;
    text-align: left;
    overflow: hidden;
    cursor: default;
    min-height: 1.3em;
    white-space: nowrap
}
.k-task-template {
    padding: .2em 1.4em .2em .6em;
    line-height: normal
}
.k-task-actions, .k-task-content>.k-link {
    position: absolute;
    top: 0;
    right: 4px;
    white-space: nowrap
}
.k-task-actions {
    z-index: 1
}
.k-task-actions:first-child {
    position: static;
    float: left;
    margin: 4px 2px 0 4px
}
.k-webkit .k-task-actions:first-child {
    margin-top: 3px
}
.k-task-actions:first-child>.k-link {
    display: inline-block
}
.k-task-delete {
    display: none
}
.k-task-wrap:hover .k-task-delete, .k-task-wrap-active .k-task-delete {
    display: inline-block
}
.k-task-single .k-resize-handle {
    position: absolute;
    visibility: hidden;
    z-index: 2;
    height: auto
}
.k-task-single:hover .k-resize-handle, .k-task-wrap-active .k-resize-handle {
    visibility: visible
}
.k-task-single .k-resize-handle:after {
    content: "";
    position: absolute;
    filter: alpha(opacity=50);
    opacity: .5
}
.k-task-content>.k-resize-e {
    right: 0;
    top: 0;
    bottom: 0;
    width: .4em
}
.k-task-content>.k-resize-w {
    left: 0;
    top: 0;
    bottom: 0;
    width: .4em
}
.k-task-content>.k-resize-e:after, .k-task-content>.k-resize-w:after {
    left: 1px;
    top: 50%;
    margin-top: -0.7em;
    height: 1.4em;
    width: 1px
}
.k-task-content>.k-resize-e:after {
    left: auto;
    right: 1px
}
.k-task-draghandle {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    margin-left: 16px;
    border-width: 5px;
    border-style: solid;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    display: none;
    cursor: e-resize
}
.k-task-wrap:hover .k-task-draghandle, .k-task-wrap-active .k-task-draghandle {
    display: block
}
.k-dependency-hint {
    z-index: 4
}
.k-task-details {
    padding: .4em;
    text-align: left;
    white-space: nowrap
}
.k-task-details>strong {
    font-size: 120%;
    display: block
}
.k-task-pct {
    margin: .5em 0 .1em;
    font-size: 170%
}
.k-task-details>ul {
    line-height: 1.2
}
.k-resources-wrap {
    position: absolute;
    z-index: 2;
    zoom: 1;
    margin-left: 20px;
    margin-top: -2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.k-resources-wrap .k-resource {
    margin: 0 5px
}
.k-gantt-edit-form>.k-edit-form-container {
    width: 430px
}
.k-gantt-edit-form>.k-resources-form-container {
    width: 506px
}
.k-resources-form-container>.k-grid {
    margin: 0 .9em
}
.k-gantt-edit-form>.k-edit-form-container .k-textbox, .k-gantt-edit-form>.k-edit-form-container .k-numerictextbox {
    width: 15em
}
.k-gantt-edit-form .k-edit-buttons .k-gantt-delete {
    float: left
}
.k-pivot-toolbar {
    padding: .2em;
    border-bottom-width: 1px;
    border-bottom-style: solid
}
.k-pivot .k-pivot-toolbar {
    padding: .6em
}
.k-pivot-toolbar .k-button {
    margin-right: .4em;
    line-height: 1.2em;
    font-size: .9em;
    text-align: left;
    position: relative;
    padding: .3em 5em .3em .3em
}
.k-field-actions {
    position: absolute;
    right: 2px;
    top: 3px
}
.k-pivot .k-grid td {
    white-space: nowrap
}
.k-pivot-layout {
    border-spacing: 0;
    table-layout: auto
}
.k-pivot-layout>tbody>tr>td {
    vertical-align: top;
    padding: 0
}
.k-pivot td {
    vertical-align: top
}
.k-pivot-rowheaders>.k-grid, .k-pivot-table>.k-grid {
    border-width: 0
}
.k-pivot-rowheaders>.k-grid td:first-child, .k-pivot-table .k-grid-header .k-header.k-first {
    border-left-width: 1px
}
.k-pivot-rowheaders>.k-grid td.k-first {
    border-left-width: 0
}
.k-pivot-rowheaders>.k-grid {
    overflow: hidden
}
.k-pivot-table {
    border-left-width: 1px;
    border-left-style: solid
}
.k-pivot-table .k-grid-header-wrap>table {
    height: 100%
}
.k-pivot .k-grid-header .k-header {
    vertical-align: top
}
.k-header.k-alt, td.k-alt {
    font-weight: bold
}
.k-header.k-alt {
    background-image: none
}
.k-pivot-layout .k-grid td {
    border-bottom-width: 1px
}
.k-pivot-layout .k-grid-footer>td {
    border-top-width: 0
}
.k-pivot-filter-window .k-treeview {
    max-height: 600px
}
.k-fieldselector .k-edit-buttons {
    bottom: auto
}
.k-fieldselector .k-edit-label {
    width: 16%
}
.k-fieldselector .k-edit-field {
    width: 77%
}
.k-fieldselector .k-edit-field>.k-widget, .k-fieldselector .k-edit-field>.k-textbox {
    width: 99%
}
.k-fieldselector .k-edit-buttons>input, .k-fieldselector .k-edit-buttons>label {
    float: left;
    margin-top: .4em
}
.k-fieldselector p {
    margin: 0 0 .2em .5em;
    text-transform: uppercase
}
.k-fieldselector p .k-icon {
    margin: 0 5px 0 0
}
.k-fieldselector .k-columns {
    border-style: solid;
    border-width: 0
}
.k-fieldselector .k-columns>div {
    overflow: auto;
    padding: .6em;
    border-style: solid;
    border-width: 0 0 0 1px;
    float: left;
    width: 45%
}
.k-fieldselector .k-columns>div:first-child {
    border-width: 0;
    margin-right: -1px
}
.k-fieldselector .k-columns>div+div {
    float: right;
    border-width: 0
}
.k-fieldselector div.k-treeview {
    border-width: 0;
    margin-right: -1px;
    padding-left: 4px;
    overflow: visible
}
.k-fieldselector .k-list-container {
    margin-left: .5em;
    margin-bottom: 1em;
    padding: .2em 0 0;
    border-style: solid;
    border-width: 1px
}
.k-fieldselector .k-list {
    padding-bottom: 2em
}
.k-fieldselector .k-list li.k-item {
    padding: .3em 3.3em .3em .3em;
    margin: 0 .2em.2em;
    position: relative;
    font-size: .9em;
    line-height: 1.2em;
    min-height: 1em
}
.k-i-kpi-decrease {
    background-position: 0 0
}
.k-i-kpi-denied {
    background-position: -16px 0
}
.k-i-kpi-equal {
    background-position: -32px 0
}
.k-i-kpi-hold {
    background-position: -48px 0
}
.k-i-kpi-increase {
    background-position: -64px 0
}
.k-i-kpi-open {
    background-position: -80px 0
}
.k-calendar {
    position: relative;
    display: inline-block;
    width: 16.917em;
    overflow: hidden
}
.k-calendar td, .k-calendar .k-link {
    text-decoration: none
}
.k-calendar .k-action-link {
    text-decoration: underline
}
.k-calendar .k-header, .k-calendar .k-footer {
    position: relative;
    text-align: center;
    zoom: 1
}
.k-widget.k-calendar .k-nav-prev, .k-widget.k-calendar .k-nav-next {
    position: absolute;
    top: .16666em;
    line-height: 1.8333em;
    height: 1.8333em
}
.k-widget.k-calendar .k-nav-prev {
    left: 1%
}
.k-widget.k-calendar .k-nav-next {
    right: 1%
}
.k-calendar .k-content {
    float: left;
    border-spacing: 0;
    width: 100%;
    height: 14.167em;
    border-width: 0;
    margin: 0;
    table-layout: fixed;
    outline: 0
}
.k-calendar .k-content, .k-calendar .k-content th {
    text-align: right
}
.k-calendar .k-animation-container .k-content {
    height: 100%
}
.k-widget.k-calendar .k-nav-fast {
    display: inline-block;
    width: 75%;
    height: 1.8333em;
    line-height: 1.8333em;
    margin: .16666em -0.08333em .3333em 0
}
.k-calendar .k-header .k-icon {
    vertical-align: middle
}
.k-calendar .k-header .k-link.k-nav-prev, .k-calendar .k-header .k-link.k-nav-next {
    height: 1.8333em;
    width: 1.8333em
}
.k-calendar th {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: .4em .45em .4em .1em;
    font-weight: normal;
    cursor: default
}
.k-calendar td {
    padding: .08333em;
    cursor: pointer
}
.k-calendar .k-state-focus {
    border-style: dotted;
    border-width: .08333em;
    padding: 0
}
.k-calendar .k-content .k-link {
    display: block;
    overflow: hidden;
    min-height: 1.8333em;
    line-height: 1.8333em;
    padding: 0 .45em 0 .1em
}
.k-calendar .k-meta-view .k-link {
    padding: .25em 0 .3em;
    text-align: center
}
.k-calendar .k-footer {
    clear: both
}
.k-calendar .k-footer .k-nav-today, .k-calendar .k-footer>.k-state-disabled {
    display: block;
    height: 100%;
    padding: .5em 0
}
.k-calendar .k-nav-today:hover {
    text-decoration: underline
}
div.k-treeview {
    border-width: 0;
    background: 0;
    overflow: auto;
    white-space: nowrap
}
.k-treeview .k-item {
    display: block;
    border-width: 0;
    margin: 0;
    padding: 0 0 0 16px
}
.k-treeview>.k-group, .k-treeview .k-item>.k-group, .k-treeview .k-content {
    margin: 0;
    padding: 0;
    background: 0;
    list-style-type: none;
    position: relative
}
.k-treeview .k-icon, .k-treeview .k-image, .k-treeview .k-sprite, .k-treeview .k-checkbox, .k-treeview .k-in {
    display: inline-block;
    vertical-align: top
}
.k-treeview .k-checkbox {
    margin-top: .2em
}
.k-treeview .k-icon, .k-treeview .k-in {
    vertical-align: middle
}
.k-treeview .k-request-retry {
    vertical-align: baseline
}
.k-treeview .k-plus, .k-treeview .k-minus, .k-treeview .k-plus-disabled, .k-treeview .k-minus-disabled {
    margin-top: .25em;
    margin-left: -16px;
    cursor: pointer
}
.k-treeview .k-plus-disabled, .k-treeview .k-minus-disabled {
    cursor: default
}
.k-treeview .k-sprite, .k-treeview .k-image {
    margin-right: 3px
}
.k-treeview .k-in {
    margin: 1px 0 1px .3333em;
    padding: .429em .6667em .429em .5833em;
    line-height: 1.3333em;
    text-decoration: none;
    border-style: solid;
    border-width: 1px
}
.k-treeview span.k-in {
    cursor: default
}
.k-treeview .k-drop-hint {
    position: absolute;
    z-index: 10000;
    visibility: hidden;
    width: 80px;
    height: 5px;
    margin-top: -3px;
    background-color: transparent;
    background-repeat: no-repeat
}
span.k-datepicker, span.k-timepicker, span.k-datetimepicker, span.k-colorpicker, span.k-numerictextbox, span.k-combobox, span.k-dropdown, .k-toolbar .k-split-button {
    background-image: none
}
.k-autocomplete, .k-combobox, .k-datepicker, .k-timepicker, .k-datetimepicker, .k-colorpicker, .k-numerictextbox, .k-dropdown, .k-selectbox, .k-textbox, .k-toolbar .k-split-button {
    position: relative;
    display: inline-block;
    width: 12.4em;
    overflow: visible;
    border-width: 0;
    vertical-align: middle
}
.k-filter-menu .k-combobox, .k-filter-menu .k-datepicker, .k-filter-menu .k-timepicker, .k-filter-menu .k-datetimepicker, .k-filter-menu .k-numerictextbox, .k-filter-menu .k-dropdown, .k-filter-menu .k-textbox {
    width: 13.2em
}
.k-autocomplete, .k-combobox, .k-datepicker, .k-timepicker, .k-datetimepicker, .k-colorpicker, .k-numerictextbox, .k-dropdown, .k-selectbox, .k-toolbar .k-split-button {
    white-space: nowrap
}
.k-colorpicker, .k-toolbar .k-split-button {
    width: auto
}
.k-datetimepicker {
    width: 15em
}
.k-autocomplete, .k-picker-wrap, .k-numeric-wrap {
    position: relative;
    cursor: default
}
.k-dropdown-wrap {
    position: relative
}
.k-dropdown-wrap, .k-picker-wrap, .k-numeric-wrap {
    display: block
}
.k-block, .k-widget, .k-grid, .k-slider, .k-splitter, .k-treeview, .k-panelbar, .k-content, .k-header-column-menu {
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.k-block, .k-slider, .k-splitbar, .k-calendar, .k-treeview, .k-pager-wrap, .k-grid-header .k-link, .k-header-column-menu {
    -webkit-touch-callout: none
}
.k-popup.k-list-container, .k-popup.k-calendar-container {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 2px;
    border-width: 1px;
    border-style: solid
}
.k-list-container.k-state-border-down, .k-autocomplete.k-state-border-down, .k-dropdown-wrap.k-state-border-down, .k-picker-wrap.k-state-border-down, .k-numeric-wrap.k-state-border-down {
    border-bottom-width: 0;
    padding-bottom: 1px
}
.k-list-container .km-scroll-container {
    padding-bottom: 6px
}
.k-textbox, .k-autocomplete, .k-dropdown-wrap, .k-picker-wrap, .k-numeric-wrap {
    border-width: 1px;
    border-style: solid;
    padding: 0 1.9em 0 0
}
.k-numeric-wrap.k-expand-padding {
    padding-right: 0
}
.k-textbox, .k-autocomplete {
    padding: 0
}
.k-textbox.k-space-left {
    padding-left: 1.9em
}
.k-textbox.k-space-right {
    padding-right: 1.9em
}
.k-textbox .k-icon {
    top: 50%;
    margin: -8px 0 0;
    position: absolute
}
.k-space-left .k-icon {
    left: 3px
}
.k-space-right .k-icon {
    right: 3px
}
.k-autocomplete, .k-dropdown-wrap.k-state-focused, .k-dropdown-wrap.k-state-hover, .k-picker-wrap.k-state-focused, .k-picker-wrap.k-state-hover, .k-numeric-wrap.k-state-focused, .k-numeric-wrap.k-state-hover {
    -webkit-transition: box-shadow .15s ease-out;
    -moz-transition: box-shadow .15s ease-out;
    -o-transition: box-shadow .15s ease-out;
    transition: box-shadow .15s ease-out;
    -webkit-transition: "box-shadow .15s ease-out";
    -moz-transition: "box-shadow .15s ease-out";
    -ms-transition: "box-shadow .15s ease-out";
    -o-transition: "box-shadow .15s ease-out";
    transition: "box-shadow .15s ease-out"
}
.k-textbox>input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-combobox .k-input {
    width: 100%;
    vertical-align: top
}
.k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-dropdown-wrap .k-input, .k-selectbox .k-input {
    font-family: inherit;
    border-width: 0;
    outline: 0
}
.k-dropdown .k-input, .k-selectbox .k-input {
    background: transparent
}
.k-ie7 .k-picker-wrap .k-input, .k-ie7 .k-numeric-wrap .k-input, .k-ie7 .k-combobox .k-input {
    margin: -1px 0
}
.k-picker-wrap .k-select, .k-numeric-wrap .k-select, .k-dropdown-wrap .k-select {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    vertical-align: top;
    text-decoration: none
}
.k-combobox .k-select, .k-picker-wrap .k-select, .k-numeric-wrap .k-select {
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: inherit
}
span.k-datetimepicker .k-select, span.k-datetimepicker .k-select+.k-select {
    right: 0
}
.k-textbox>input, .k-autocomplete .k-input {
    display: block
}
.k-dropdown .k-select, .k-selectbox .k-select {
    overflow: hidden;
    border: 0;
    text-decoration: none;
    font: inherit;
    color: inherit
}
.k-dropdown .k-input, .k-selectbox .k-input {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis
}
.k-textbox>input, .k-autocomplete .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-dropdown-wrap .k-input, .k-selectbox .k-input {
    height: 2.214em;
    line-height: 2.214em;
    padding: .177em 0;
    text-indent: .8em;
    border: 0;
    margin: 0
}
.k-webkit .k-combobox .k-dropdown-wrap:before, .k-webkit .k-picker-wrap:before, .k-webkit .k-numeric-wrap:before {
    content: "\a0";
    display: inline-block;
    width: 0;
    height: 2.214em;
    padding-bottom: .4em
}
.km.root .k-combobox .k-dropdown-wrap:before, .km.root .k-picker-wrap:before, .km.root .k-numeric-wrap:before {
    content: none
}
.k-combobox .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input {
    display: inline
}
.k-ie7 .k-autocomplete .k-input, .k-ie7 .k-picker-wrap .k-input, .k-ie7 .k-numeric-wrap .k-input, .k-ie7 .k-dropdown-wrap .k-input, .k-ie7 .k-selectbox .k-input {
    text-indent: 0
}
.k-picker-wrap .k-select, .k-numeric-wrap .k-select, .k-dropdown-wrap .k-select {
    min-height: 2.214em;
    line-height: 2.564em;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    text-align: center;
    width: 1.9em;
    height: 100%
}
.k-numeric-wrap .k-select {
    padding: 0
}
body .k-datetimepicker .k-select {
    border-radius: 0
}
.k-ie7 .k-picker-wrap .k-icon, .k-ie7 .k-dropdown-wrap .k-icon {
    line-height: 2em;
    font-size: 1em;
    padding-top: 16px;
    height: 0
}
.k-combobox .k-icon, .k-dropdown, .k-selectbox .k-icon {
    cursor: pointer
}
.k-popup {
    border-style: solid;
    border-width: 1px
}
.k-popup .k-item {
    cursor: default
}
.k-popup .k-calendar {
    border: 0
}
.k-list {
    height: 100%
}
.k-popup .k-list .k-item, .k-fieldselector .k-list .k-item {
    padding: 1px 5px 1px 5px;
    line-height: 1.8em;
    min-height: 1.8em
}
.k-overflow-container .k-item {
    padding: 1px
}
.k-overflow-container>.k-state-disabled .k-button, .k-overflow-container .k-button.k-state-disabled, .k-overflow-container .k-button.k-state-disabled:hover {
    border: 0;
    background: 0
}
.k-popup .k-list .k-state-hover, .k-popup .k-list .k-state-focused, .k-popup .k-list .k-state-selected, .k-overflow-container .k-state-hover, .k-overflow-container .k-state-focused, .k-overflow-container .k-state-selected, .k-fieldselector .k-list .k-item {
    padding: 0 4px;
    border-width: 1px;
    border-style: solid
}
.k-list-filter {
    position: relative
}
.k-list-filter>.k-textbox {
    padding-right: 20px;
    width: 100%
}
.k-list-filter>.k-icon {
    position: absolute;
    right: 4px;
    top: 3px
}
.k-multiselect-wrap {
    position: relative;
    border-width: 0;
    border-style: solid;
    border-radius: 4px;
    border-color: #c5c5c5;
    background-color: #FFF;
    min-height: 2.04em
}
.k-multiselect-wrap .k-input {
    background-color: transparent;
    height: 1.31em;
    line-height: 1.31em;
    padding: .18em 0;
    text-indent: .8em;
    border: 0;
    margin: 1px 0 0;
    float: left
}
.k-multiselect-wrap li {
    margin: 1px 0 1px 1px;
    padding: .1em .15em .1em .4em;
    line-height: 2.064em;
    float: left
}
.k-autocomplete .k-loading, .k-multiselect .k-loading {
    position: absolute;
    right: 3px;
    bottom: 4px
}
.k-multiselect .k-loading-hidden {
    visibility: hidden
}
.k-datetimepicker .k-picker-wrap {
    padding-right: 3.8em
}
.k-datetimepicker .k-select {
    width: 3.8em
}
.k-datetimepicker .k-picker-wrap .k-icon {
    margin: 0 2px
}
.k-picker-wrap .k-icon {
    cursor: pointer
}
.k-button, .k-textbox, .k-timepicker, .k-datepicker, .k-datetimepicker {
    display: inline-block;
    vertical-align: middle
}
.k-picker-wrap .k-input {
    margin: 0
}
.k-time-popup .k-item {
    padding: 1px 3px
}
.k-input {
    padding: .25em 0
}
.k-input, .k-textbox>input {
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.k-textbox {
    outline: 0;
    padding: 2px .3em;
    line-height: 1.6em
}
input.k-textbox {
    height: 2.694em;
    text-indent: .8em
}
.k-ie input.k-textbox {
    text-indent: .4em
}
.k-ff input.k-textbox {
    height: 2.17em
}
.k-ie7 input.k-textbox {
    line-height: 1.72em;
    height: 1.72em;
    text-indent: .8em
}
textarea.k-textbox {
    height: auto
}
.k-ie7 .k-textbox {
    padding: 1px 0;
    text-indent: 0
}
span.k-numerictextbox {
    background-color: transparent
}
.k-numerictextbox .k-input {
    margin: 0
}
.k-numerictextbox .k-link {
    display: block;
    height: 1em;
    line-height: 1em;
    vertical-align: middle;
    border-width: 0;
    padding: 0
}
.k-numerictextbox .k-icon {
    height: 11px
}
.k-numeric-wrap .k-input::-webkit-inner-spin-button {
    -webkit-appearance: none
}
.k-colorpicker .k-picker-wrap {
    line-height: 2em
}
.k-colorpicker .k-selected-color {
    vertical-align: top;
    line-height: 0;
    display: inline-block;
    height: 2em;
    width: 2em
}
.k-colorpicker .k-tool-icon {
    position: relative;
    top: -2px;
    display: inline-block;
    padding: 3px 3px 2px;
    font-size: 0;
    line-height: 0;
    margin-right: 3px;
    margin-left: 2px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    -ms-high-contrast-adjust: none
}
.k-colorpicker .k-tool-icon .k-selected-color {
    display: block;
    height: 3px;
    width: 16px;
    position: absolute;
    left: 3px;
    bottom: -3px;
    border-radius: 0!important
}
.k-colorpicker .k-icon {
    cursor: pointer
}
.k-disabled-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .5;
    filter: alpha(opacity=50)
}
.k-colorpalette {
    position: relative;
    line-height: 0;
    border-width: 0;
    display: inline-block
}
.k-colorpalette .k-palette {
    border-collapse: collapse;
    position: relative;
    width: 100%;
    height: 100%
}
.k-colorpalette .k-item {
    width: 14px;
    height: 14px;
    overflow: hidden;
    -ms-high-contrast-adjust: none
}
.k-colorpalette .k-item.k-state-selected {
    z-index: 100;
    background: transparent;
    box-shadow: 0 1px 4px #000, inset 0 0 3px #fff;
    position: relative
}
.k-flatcolorpicker {
    position: relative;
    display: inline-block;
    width: 250px;
    padding-bottom: 5px
}
div.k-flatcolorpicker {
    background-color: transparent;
    background-image: none
}
.k-flatcolorpicker .k-selected-color {
    background-image: url("textures/transtexture.png");
    background-position: 50% 50%;
    text-align: right
}
.k-flatcolorpicker .k-selected-color input.k-color-value {
    font-family: Consolas, "Ubuntu Mono", "Lucida Console", "Courier New", monospace;
    padding: .75em .3em .65em 1em;
    border: 0;
    margin: 0;
    width: 70%
}
.k-flatcolorpicker .k-hsv-rectangle {
    position: relative;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pinch-zoom double-tap-zoom
}
.k-flatcolorpicker .k-hsv-rectangle .k-draghandle {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border: 1px solid #eee;
    margin-left: -5px;
    margin-top: -5px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 2px #444;
    box-shadow: 0 1px 2px #444;
    background: transparent
}
.k-flatcolorpicker .k-hsv-rectangle .k-draghandle:hover, .k-flatcolorpicker .k-hsv-rectangle .k-draghandle:focus {
    background: transparent;
    border-color: #fff;
    -webkit-box-shadow: 0 1px 5px #000;
    box-shadow: 0 1px 5px #000
}
.k-flatcolorpicker .k-hsv-rectangle.k-dragging, .k-flatcolorpicker .k-hsv-rectangle.k-dragging * {
    cursor: none
}
.k-flatcolorpicker .k-slider-horizontal {
    height: 20px;
    width: 90%;
    margin: 0 5%
}
.k-flatcolorpicker .k-slider-horizontal .k-slider-track {
    -webkit-box-shadow: 0 1px 0 #fff, 0 -1px 0 #999;
    box-shadow: 0 1px 0 #fff, 0 -1px 0 #999
}
.k-flatcolorpicker .k-hue-slider, .k-flatcolorpicker .k-transparency-slider {
    display: block
}
.k-flatcolorpicker .k-hue-slider .k-slider-selection, .k-flatcolorpicker .k-transparency-slider .k-slider-selection {
    background: transparent
}
.k-flatcolorpicker .k-hue-slider .k-draghandle, .k-flatcolorpicker .k-transparency-slider .k-draghandle {
    background: transparent;
    border: 3px solid #eee;
    margin-top: 1px;
    height: 8px;
    width: 8px;
    -webkit-box-shadow: 0 1px 4px #444;
    box-shadow: 0 1px 4px #444
}
.k-flatcolorpicker .k-hue-slider .k-draghandle:hover, .k-flatcolorpicker .k-transparency-slider .k-draghandle:hover, .k-flatcolorpicker .k-hue-slider .k-draghandle:focus, .k-flatcolorpicker .k-transparency-slider .k-draghandle:focus {
    background: transparent;
    border-color: #fff;
    -webkit-box-shadow: 0 1px 5px #000;
    box-shadow: 0 1px 5px #000;
    border-width: 2px;
    padding: 1px
}
.k-flatcolorpicker .k-hue-slider .k-slider-track {
    background: -moz-linear-gradient(left, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f00), color-stop(16%, #ff0), color-stop(33%, #0f0), color-stop(50%, #0ff), color-stop(67%, #00f), color-stop(84%, #f0f), color-stop(100%, #ff0004));
    background: -webkit-linear-gradient(left, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%);
    background: -o-linear-gradient(left, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%);
    background: -ms-linear-gradient(left, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%);
    background: -left-linear-gradient(left, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%)
}
.k-flatcolorpicker .k-transparency-slider .k-slider-track {
    background-image: url("textures/transparency.png");
    background-size: 100% auto;
    background-position: 100% 50%;
    background-repeat: no-repeat
}
.k-flatcolorpicker .k-controls {
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 90%
}
.k-flatcolorpicker .k-controls .k-button {
    width: 6em
}
.k-flatcolorpicker .k-hsv-gradient {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%), -moz-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000)), -webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%), -webkit-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%), -o-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%), -ms-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0) 100%);
    background: -top-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%), -left-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0) 100%);
    height: 180px;
    margin-bottom: 5px
}
.k-ie9 .k-flatcolorpicker .k-hue-slider .k-slider-track {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iI2ZmZmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iIzAwZmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iIzAwMDBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iI2ZmMDBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjAwMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)
}
.k-ie9 .k-flatcolorpicker .k-hsv-gradient {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)
}
.k-ie7 .k-flatcolorpicker .k-hue-slider .k-slider-track, .k-ie8 .k-flatcolorpicker .k-hue-slider .k-slider-track {
    background: url("textures/hue.png") repeat 0 50%
}
.k-ie7 .k-flatcolorpicker .k-transparency-slider .k-slider-track, .k-ie8 .k-flatcolorpicker .k-transparency-slider .k-slider-track {
    background: url("textures/transparency.png") repeat 0 50%
}
.k-ie7 .k-flatcolorpicker .k-hsv-gradient, .k-ie8 .k-flatcolorpicker .k-hsv-gradient {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#00ffffff', GradientType=1) progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=0)
}
table.k-editor {
    width: 100%;
    height: 250px;
    table-layout: fixed;
    border-style: solid;
    border-width: 1px;
    border-collapse: separate;
    border-spacing: 4px;
    font-size: 100%;
    vertical-align: top
}
.k-editor-inline {
    border-width: 2px;
    padding: .3em .5em;
    word-wrap: break-word
}
.k-editortoolbar-dragHandle {
    cursor: move;
    padding-left: 0;
    padding-right: 3px;
    box-shadow: none!important
}
.k-editor .k-editor-toolbar-wrap {
    border: 0;
    padding: 0
}
.k-editor-toolbar {
    margin: 0;
    padding: .1em 0;
    list-style-type: none;
    line-height: 1.3em;
    cursor: default
}
.k-editor-toolbar li {
    display: inline-block;
    vertical-align: middle
}
.k-ie7 .k-editor-toolbar li {
    display: inline
}
.k-webkit .k-editor-toolbar, .k-ff .k-editor-toolbar, .k-ie9 .k-editor-toolbar {
    padding: 0
}
.k-webkit .k-editor-toolbar li, .k-safari .k-editor-toolbar li, .k-ff .k-editor-toolbar li, .k-ie9 .k-editor-toolbar li, .k-ie10 .k-editor-toolbar li {
    display: inline-block;
    padding: .1em 0
}
.k-editor-toolbar .k-editor-widget, .k-editor-toolbar>li {
    margin-right: 6px
}
.k-group-start.k-group-end .k-editor-widget {
    margin-right: 0
}
.k-editor-toolbar .k-editor-dropdown {
    position: relative
}
.k-select-overlay {
    -webkit-appearance: none;
    opacity: 0;
    z-index: 11000;
    top: 0;
    left: 0;
    position: absolute;
    height: 26px;
    width: 100%;
    margin: -4px 0 0
}
.k-editor-toolbar .k-separator {
    position: relative;
    top: 1px;
    border-style: solid;
    border-width: 0 1px 0 0;
    margin: 0 .3em 0 .1em;
    padding: 0 0 0 1px;
    font-size: 1.3em
}
.k-editor-toolbar .k-break {
    display: block;
    height: 1px;
    font-size: 0;
    line-height: 0
}
.k-editor-toolbar .k-dropdown, .k-editor-toolbar .k-combobox, .k-editor-toolbar .k-selectbox, .k-editor-toolbar .k-colorpicker {
    vertical-align: middle
}
.k-button-group {
    white-space: nowrap
}
.k-button-group .k-tool {
    display: inline-block;
    vertical-align: middle;
    margin: 1px 0;
    width: 36px;
    height: 36px;
    line-height: 36px
}
.k-button-group .k-tool-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    -ms-high-contrast-adjust: none
}
.k-i-move {
    background-position: -160px -288px
}
.k-bold {
    background-position: -240px 0
}
.k-state-hover .k-bold, .k-state-selected .k-bold {
    background-position: -264px 0
}
.k-state-hover .k-bold, .k-state-selected .k-bold {
    background-position: -240px 0
}
.k-italic {
    background-position: -240px -24px
}
.k-state-hover .k-italic, .k-state-selected .k-italic {
    background-position: -264px -24px
}
.k-state-hover .k-italic, .k-state-selected .k-italic {
    background-position: -240px -24px
}
.k-underline {
    background-position: -240px -48px
}
.k-state-hover .k-underline, .k-state-selected .k-underline {
    background-position: -264px -48px
}
.k-state-hover .k-underline, .k-state-selected .k-underline {
    background-position: -240px -48px
}
.k-strikethrough {
    background-position: -240px -72px
}
.k-state-hover .k-strikethrough, .k-state-selected .k-strikethrough {
    background-position: -264px -72px
}
.k-state-hover .k-strikethrough, .k-state-selected .k-strikethrough {
    background-position: -240px -72px
}
.k-foreColor {
    background-position: -240px -96px
}
.k-state-hover .k-foreColor, .k-state-selected .k-foreColor {
    background-position: -264px -96px
}
.k-state-hover .k-foreColor, .k-state-selected .k-foreColor {
    background-position: -240px -96px
}
.k-backColor {
    background-position: -240px -120px
}
.k-state-hover .k-backColor, .k-state-selected .k-backColor {
    background-position: -264px -120px
}
.k-state-hover .k-backColor, .k-state-selected .k-backColor {
    background-position: -240px -120px
}
.k-colorpicker .k-foreColor {
    background-position: -240px -96px
}
.k-colorpicker .k-backColor {
    background-position: -240px -120px
}
.k-justifyLeft {
    background-position: -240px -144px
}
.k-state-hover .k-justifyLeft, .k-state-selected .k-justifyLeft {
    background-position: -264px -144px
}
.k-state-hover .k-justifyLeft, .k-state-selected .k-justifyLeft {
    background-position: -240px -144px
}
.k-justifyCenter {
    background-position: -240px -168px
}
.k-state-hover .k-justifyCenter, .k-state-selected .k-justifyCenter {
    background-position: -264px -168px
}
.k-state-hover .k-justifyCenter, .k-state-selected .k-justifyCenter {
    background-position: -240px -168px
}
.k-justifyRight {
    background-position: -240px -192px
}
.k-state-hover .k-justifyRight, .k-state-selected .k-justifyRight {
    background-position: -264px -192px
}
.k-state-hover .k-justifyRight, .k-state-selected .k-justifyRight {
    background-position: -240px -192px
}
.k-justifyFull {
    background-position: -240px -216px
}
.k-state-hover .k-justifyFull, .k-state-selected .k-justifyFull {
    background-position: -264px -216px
}
.k-state-hover .k-justifyFull, .k-state-selected .k-justifyFull {
    background-position: -240px -216px
}
.k-insertUnorderedList {
    background-position: -240px -264px
}
.k-state-hover .k-insertUnorderedList, .k-state-selected .k-insertUnorderedList {
    background-position: -264px -264px
}
.k-state-hover .k-insertUnorderedList, .k-state-selected .k-insertUnorderedList {
    background-position: -240px -264px
}
.k-insertOrderedList {
    background-position: -240px -288px
}
.k-state-hover .k-insertOrderedList, .k-state-selected .k-insertOrderedList {
    background-position: -264px -288px
}
.k-state-hover .k-insertOrderedList, .k-state-selected .k-insertOrderedList {
    background-position: -240px -288px
}
.k-indent, .k-rtl .k-outdent {
    background-position: -288px 0
}
.k-state-hover .k-indent, .k-state-hover .k-rtl .k-outdent, .k-state-selected .k-indent, .k-state-selected .k-rtl .k-outdent {
    background-position: -312px 0
}
.k-state-hover .k-indent, .k-state-hover .k-rtl .k-outdent, .k-state-selected .k-indent, .k-state-selected .k-rtl .k-outdent {
    background-position: -288px 0
}
.k-outdent, .k-rtl .k-indent {
    background-position: -288px -24px
}
.k-state-hover .k-outdent, .k-state-hover .k-rtl .k-indent, .k-state-selected .k-outdent, .k-state-selected .k-rtl .k-indent {
    background-position: -312px -24px
}
.k-state-hover .k-outdent, .k-state-hover .k-rtl .k-indent, .k-state-selected .k-outdent, .k-state-selected .k-rtl .k-indent {
    background-position: -288px -24px
}
.k-createLink {
    background-position: -288px -48px
}
.k-state-hover .k-createLink, .k-state-selected .k-createLink {
    background-position: -312px -48px
}
.k-state-hover .k-createLink, .k-state-selected .k-createLink {
    background-position: -288px -48px
}
.k-unlink {
    background-position: -288px -72px
}
.k-state-hover .k-unlink, .k-state-selected .k-unlink {
    background-position: -312px -72px
}
.k-state-hover .k-unlink, .k-state-selected .k-unlink {
    background-position: -288px -72px
}
.k-insertImage {
    background-position: -288px -96px
}
.k-state-hover .k-insertImage, .k-state-selected .k-insertImage {
    background-position: -312px -96px
}
.k-state-hover .k-insertImage, .k-state-selected .k-insertImage {
    background-position: -288px -96px
}
.k-insertFile {
    background-position: -288px -216px
}
.k-state-hover .k-insertFile, .k-state-selected .k-insertFile {
    background-position: -312px -216px
}
.k-state-hover .k-insertFile, .k-state-selected .k-insertFile {
    background-position: -288px -216px
}
.k-subscript {
    background-position: -288px -144px
}
.k-state-hover .k-subscript, .k-state-selected .k-subscript {
    background-position: -312px -144px
}
.k-state-hover .k-subscript, .k-state-selected .k-subscript {
    background-position: -288px -144px
}
.k-superscript {
    background-position: -288px -168px
}
.k-state-hover .k-superscript, .k-state-selected .k-superscript {
    background-position: -312px -168px
}
.k-state-hover .k-superscript, .k-state-selected .k-superscript {
    background-position: -288px -168px
}
.k-cleanFormatting {
    background-position: -288px -192px
}
.k-state-hover .k-cleanFormatting, .k-state-selected .k-cleanFormatting {
    background-position: -312px -192px
}
.k-state-hover .k-cleanFormatting, .k-state-selected .k-cleanFormatting {
    background-position: -288px -192px
}
.k-createTable {
    background-position: -192px 0
}
.k-state-hover .k-createTable, .k-state-selected .k-createTable {
    background-position: -216px 0
}
.k-state-hover .k-createTable, .k-state-selected .k-createTable {
    background-position: -192px 0
}
.k-addColumnLeft {
    background-position: -192px -24px
}
.k-state-hover .k-addColumnLeft, .k-state-selected .k-addColumnLeft {
    background-position: -216px -24px
}
.k-state-hover .k-addColumnLeft, .k-state-selected .k-addColumnLeft {
    background-position: -192px -24px
}
.k-addColumnRight {
    background-position: -192px -48px
}
.k-state-hover .k-addColumnRight, .k-state-selected .k-addColumnRight {
    background-position: -216px -48px
}
.k-state-hover .k-addColumnRight, .k-state-selected .k-addColumnRight {
    background-position: -192px -48px
}
.k-addRowAbove {
    background-position: -192px -72px
}
.k-state-hover .k-addRowAbove, .k-state-selected .k-addRowAbove {
    background-position: -216px -72px
}
.k-state-hover .k-addRowAbove, .k-state-selected .k-addRowAbove {
    background-position: -192px -72px
}
.k-addRowBelow {
    background-position: -192px -96px
}
.k-state-hover .k-addRowBelow, .k-state-selected .k-addRowBelow {
    background-position: -216px -96px
}
.k-state-hover .k-addRowBelow, .k-state-selected .k-addRowBelow {
    background-position: -192px -96px
}
.k-deleteRow {
    background-position: -192px -120px
}
.k-state-hover .k-deleteRow, .k-state-selected .k-deleteRow {
    background-position: -216px -120px
}
.k-state-hover .k-deleteRow, .k-state-selected .k-deleteRow {
    background-position: -192px -120px
}
.k-deleteColumn {
    background-position: -192px -144px
}
.k-state-hover .k-deleteColumn, .k-state-selected .k-deleteColumn {
    background-position: -216px -144px
}
.k-state-hover .k-deleteColumn, .k-state-selected .k-deleteColumn {
    background-position: -192px -144px
}
.k-mergeCells {
    background-position: -192px -168px
}
.k-state-hover .k-mergeCells, .k-state-selected .k-mergeCells {
    background-position: -216px -168px
}
.k-state-hover .k-mergeCells, .k-state-selected .k-mergeCells {
    background-position: -192px -168px
}
.k-fontName {
    width: 110px
}
.k-fontSize {
    width: 124px
}
.k-formatBlock {
    width: 147px
}
.k-editortoolbar-dragHandle {
    float: left;
    margin: 1px 0 0
}
.k-editor-toolbar .k-button-group {
    padding: 1px
}
.k-editor .k-editor-toolbar .k-row-break {
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0
}
.k-button-group .k-tool {
    border-style: solid;
    border-width: 1px;
    margin-right: -1px
}
.k-button-group .k-tool.k-state-hover, .k-button-group .k-tool:focus {
    position: relative;
    z-index: 1
}
.k-rtl .k-button-group .k-tool {
    border-style: solid;
    border-width: 1px
}
.k-button-group .k-tool.k-group-end {
    border-right-width: 1px
}
.k-rtl .k-button-group .k-tool.k-group-end {
    border-left-width: 1px
}
.k-button-group .k-state-disabled {
    display: none
}
.k-button-group .k-state-hover, .k-button-group .k-state-active {
    vertical-align: middle
}
.k-button-group .k-state-disabled {
    filter: alpha(opacity=30);
    opacity: .3
}
.k-editor .k-editable-area {
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 1px;
    outline: 0
}
.k-editor .k-content {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    background: #fff
}
.k-editor .k-tool {
    outline: 0
}
.k-editor iframe.k-content {
    display: inline;
    vertical-align: top
}
.k-editor .k-raw-content {
    border: 0;
    margin: 0;
    padding: 0
}
.k-editor .k-raw-content, .k-editor-dialog .k-editor-textarea {
    font-size: inherit;
    font-family: consolas, "courier new", monospace
}
.k-editor-dialog {
    padding: 1em;
    width: 400px
}
.k-editor-dialog .k-edit-label {
    width: 25%
}
.k-editor-dialog .k-edit-field {
    width: 66%
}
.k-editor-dialog .k-edit-field .k-textbox {
    width: 96%
}
.k-viewhtml-dialog {
    width: auto
}
.k-filebrowser-dialog {
    width: auto;
    min-width: 350px
}
.k-filebrowser-dialog .k-filebrowser {
    margin: 0 1em 0
}
.k-filebrowser-dialog .k-edit-label {
    width: 18%
}
.k-filebrowser-dialog .k-edit-field {
    width: 75%
}
.k-filebrowser-dialog .k-edit-field .k-textbox {
    width: 70%
}
#k-editor-image-width, #k-editor-image-height {
    width: 5em
}
.k-editor-dialog .k-button {
    display: inline-block
}
.k-editor-dialog .k-editor-textarea {
    width: 600px;
    height: 350px;
    padding: .2em .2em .2em .4em;
    border-width: 1px;
    border-style: solid;
    overflow: auto
}
.k-button-wrapper .k-link:hover {
    text-decoration: underline
}
.k-ct-popup {
    width: 180.39999999999998px;
    padding: .65em .5em .5em
}
.k-ct-popup .k-status {
    margin: .3em 0
}
.k-ct-cell {
    border-width: 1px;
    border-style: solid;
    width: 18px;
    height: 18px;
    margin: 1px;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    -ms-high-contrast-adjust: none
}
.k-notification-wrap {
    padding: .6em .5em;
    cursor: default;
    position: relative;
    white-space: nowrap
}
.k-notification-button .k-notification-wrap {
    padding-right: 20px
}
.k-notification-wrap>.k-i-note {
    vertical-align: text-bottom;
    margin-right: 4px
}
.k-notification-wrap>.k-i-close {
    position: absolute;
    top: 7px;
    right: 4px;
    display: none
}
.k-notification-button .k-notification-wrap>.k-i-close {
    display: block
}
.k-progressbar {
    display: inline-block;
    position: relative;
    vertical-align: middle
}
.k-progressbar {
    border-radius: 4px
}
.k-progressbar-horizontal {
    width: 27em;
    height: 1.9em
}
.k-progressbar-vertical {
    width: 1.9em;
    height: 27em
}
.k-progressbar>.k-state-selected {
    position: absolute;
    border-style: solid;
    border-width: 1px;
    overflow: hidden
}
.k-progressbar-horizontal>.k-state-selected, .k-rtl .k-progressbar-horizontal.k-progressbar-reverse>.k-state-selected {
    left: -1px;
    right: auto;
    top: -1px;
    height: 100%;
    border-radius: 4px 0 0 4px
}
.k-progressbar-horizontal.k-progressbar-reverse>.k-state-selected, .k-rtl .k-progressbar-horizontal>.k-state-selected {
    left: auto;
    right: -1px;
    border-radius: 0 4px 4px 0
}
.k-progressbar-vertical>.k-state-selected {
    left: -1px;
    bottom: -1px;
    width: 100%;
    border-radius: 0 0 4px 4px
}
.k-progressbar-vertical.k-progressbar-reverse>.k-state-selected {
    bottom: auto;
    top: -1px;
    border-radius: 4px 4px 0 0
}
.k-progressbar>.k-state-selected.k-complete, .k-rtl .k-progressbar>.k-state-selected.k-complete {
    border-radius: 4px
}
.k-progressbar>.k-reset {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: -1px;
    top: -1px;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    white-space: nowrap
}
.k-progressbar-horizontal .k-item {
    display: inline-block;
    height: 100%;
    border-style: solid;
    margin-left: -1px
}
.k-progressbar-horizontal .k-item.k-first {
    margin-left: 0
}
.k-progressbar-horizontal .k-item.k-last {
    border-right-width: 0
}
.k-progressbar-horizontal .k-item, .k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-item {
    border-width: 1px 1px 1px 0
}
.k-progressbar-horizontal.k-progressbar-reverse .k-item, .k-rtl .k-progressbar-horizontal .k-item {
    border-width: 1px 0 1px 1px
}
.k-progressbar-horizontal .k-first, .k-rtl .k-progressbar-horizontal .k-last, .k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-last {
    border-radius: 4px 0 0 4px;
    border-left-width: 1px
}
.k-progressbar-horizontal .k-last, .k-rtl .k-progressbar-horizontal .k-first {
    border-radius: 0 4px 4px 0
}
.k-progressbar-horizontal.k-progressbar-reverse .k-last, .k-rtl .k-progressbar-horizontal .k-first {
    border-right-width: 1px
}
.k-progressbar-vertical .k-item {
    width: 100%;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    margin-top: -1px
}
.k-progressbar-vertical .k-item.k-first {
    margin-top: 0
}
.k-progressbar-vertical li.k-item.k-last {
    border-bottom-width: 0
}
.k-progressbar-vertical .k-first {
    border-radius: 4px 4px 0 0
}
.k-progressbar-vertical .k-last {
    border-radius: 0 0 4px 4px;
    border-bottom-width: 1px
}
.k-progressbar-vertical.k-progressbar-reverse .k-item {
    border-width: 0 1px 1px 1px
}
.k-progressbar-vertical.k-progressbar-reverse .k-first {
    border-top-width: 1px
}
.k-progress-status-wrap {
    position: absolute;
    top: -1px;
    border: 1px solid transparent;
    line-height: 2em;
    width: 100%;
    height: 100%
}
.k-progress-status-wrap, .k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-progress-status-wrap {
    left: -1px;
    right: auto;
    text-align: right
}
.k-progressbar-horizontal.k-progressbar-reverse .k-progress-status-wrap, .k-rtl .k-progressbar-horizontal .k-progress-status-wrap {
    left: auto;
    right: -1px;
    text-align: left
}
.k-progressbar-vertical .k-progress-status-wrap {
    top: auto;
    bottom: -1px
}
.k-progressbar-vertical.k-progressbar-reverse .k-progress-status-wrap {
    bottom: auto;
    top: -1px
}
.k-progress-status {
    display: inline-block;
    padding: 0 .5em;
    min-width: 10px;
    white-space: nowrap
}
.k-progressbar-vertical.k-progressbar-reverse .k-progress-status {
    position: absolute;
    bottom: 0;
    left: 0
}
.k-progressbar-vertical .k-progress-status {
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -moz-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    -o-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0
}
.k-progressbar-vertical.k-progressbar-reverse .k-progress-status {
    -webkit-transform: rotate(90deg) translateX(-100%);
    -moz-transform: rotate(90deg) translateX(-100%);
    -ms-transform: rotate(90deg) translateX(-100%);
    -o-transform: rotate(90deg) translateX(-100%);
    transform: rotate(90deg) translateX(-100%);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%
}
.k-ie7 .k-progressbar-vertical .k-progress-status {
    writing-mode: tb-rl;
    padding: .5em 0
}
.k-ie8 .k-progressbar-vertical .k-progress-status {
    writing-mode: bt-lr;
    padding: .5em 0
}
div.k-slider {
    position: relative;
    border-width: 0;
    background-color: transparent;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none
}
.k-slider-vertical {
    width: 26px;
    height: 200px
}
.k-slider-horizontal {
    display: inline-block;
    width: 200px;
    height: 26px
}
.k-slider-wrap {
    width: 100%;
    height: 100%
}
.k-slider .k-button, .k-grid .k-slider .k-button {
    position: absolute;
    top: 0;
    width: 24px;
    min-width: 0;
    height: 24px;
    margin: 0;
    padding: 0;
    outline: 0
}
.k-slider .k-button .k-icon {
    margin-top: 3px;
    vertical-align: top
}
.k-state-disabled .k-slider-wrap {
    filter: alpha(opacity=60);
    opacity: .6
}
.k-state-disabled .k-slider-wrap .k-slider-items {
    color: #333
}
.k-slider .k-button-decrease {
    left: 0
}
.k-slider-vertical .k-button-decrease, .k-grid .k-slider-vertical .k-button-decrease {
    top: auto;
    bottom: 0
}
.k-slider .k-button-increase {
    right: 0
}
.k-slider .k-icon, .k-slider-track, .k-slider .k-tick {
    cursor: pointer
}
.k-ie7 .k-slider .k-icon {
    margin-top: 2px
}
.k-slider-track, .k-slider-selection {
    position: absolute;
    margin: 0;
    padding: 0
}
.k-slider-horizontal .k-slider-track, .k-slider-horizontal .k-slider-selection {
    top: 50%;
    left: 0;
    height: 8px;
    margin-top: -4px;
    background-repeat: repeat-x
}
.k-slider-horizontal .k-slider-buttons .k-slider-track {
    left: 34px
}
.k-slider-vertical .k-slider-track, .k-slider-vertical .k-slider-selection {
    left: 50%;
    bottom: 0;
    width: 8px;
    margin-left: -4px;
    background-repeat: repeat-y
}
.k-slider-vertical .k-slider-buttons .k-slider-track {
    bottom: 34px
}
.k-draghandle {
    position: absolute;
    background-repeat: no-repeat;
    background-color: transparent;
    text-indent: -3333px;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    outline: 0
}
.k-slider-horizontal .k-draghandle {
    top: -4px;
    width: 13px;
    height: 14px
}
.k-slider-vertical .k-draghandle {
    left: -4px;
    width: 14px;
    height: 13px
}
.k-slider-buttons .k-slider-items {
    margin-left: 34px
}
.k-slider-horizontal .k-slider-items {
    height: 100%
}
.k-slider-vertical .k-slider-items {
    padding-top: 1px
}
.k-slider-vertical .k-slider-buttons .k-slider-items {
    padding-top: 0
}
.k-slider-vertical .k-slider-buttons .k-slider-items {
    margin: 0;
    padding-top: 35px
}
.k-slider .k-tick {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center
}
.k-slider-horizontal .k-tick {
    float: left;
    height: 100%;
    text-align: center
}
.k-ie7 .k-slider-vertical .k-tick {
    float: left;
    clear: left;
    width: 100%
}
.k-slider-horizontal .k-tick {
    background-position: center -92px
}
.k-slider-horizontal .k-slider-topleft .k-tick {
    background-position: center -122px
}
.k-slider-horizontal .k-slider-bottomright .k-tick {
    background-position: center -152px
}
.k-slider-horizontal .k-tick-large {
    background-position: center -2px
}
.k-slider-horizontal .k-slider-topleft .k-tick-large {
    background-position: center -32px
}
.k-slider-horizontal .k-slider-bottomright .k-tick-large {
    background-position: center -62px
}
.k-slider-vertical .k-tick {
    background-position: -92px center
}
.k-slider-vertical .k-slider-topleft .k-tick {
    background-position: -122px center
}
.k-slider-vertical .k-slider-bottomright .k-tick {
    background-position: -152px center
}
.k-slider-vertical .k-tick-large {
    background-position: -2px center
}
.k-slider-vertical .k-slider-topleft .k-tick-large {
    background-position: -32px center
}
.k-slider-vertical .k-slider-bottomright .k-tick-large {
    background-position: -62px center
}
.k-slider-horizontal .k-first {
    background-position: 0 -92px
}
.k-slider-horizontal .k-tick-large.k-first {
    background-position: 0 -2px
}
.k-slider-horizontal .k-slider-topleft .k-first {
    background-position: 0 -122px
}
.k-slider-horizontal .k-slider-topleft .k-tick-large.k-first {
    background-position: 0 -32px
}
.k-slider-horizontal .k-slider-bottomright .k-first {
    background-position: 0 -152px
}
.k-slider-horizontal .k-slider-bottomright .k-tick-large.k-first {
    background-position: 0 -62px
}
.k-slider-horizontal .k-last {
    background-position: 100% -92px
}
.k-slider-horizontal .k-tick-large.k-last {
    background-position: 100% -2px
}
.k-slider-horizontal .k-slider-topleft .k-last {
    background-position: 100% -122px
}
.k-slider-horizontal .k-slider-topleft .k-tick-large.k-last {
    background-position: 100% -32px
}
.k-slider-horizontal .k-slider-bottomright .k-last {
    background-position: 100% -152px
}
.k-slider-horizontal .k-slider-bottomright .k-tick-large.k-last {
    background-position: 100% -62px
}
.k-slider-vertical .k-first {
    background-position: -92px 100%
}
.k-slider-vertical .k-tick-large.k-first {
    background-position: -2px 100%
}
.k-slider-vertical .k-slider-topleft .k-first {
    background-position: -122px 100%
}
.k-slider-vertical .k-slider-topleft .k-tick-large.k-first {
    background-position: -32px 100%
}
.k-slider-vertical .k-slider-bottomright .k-first {
    background-position: -152px 100%
}
.k-slider-vertical .k-slider-bottomright .k-tick-large.k-first {
    background-position: -62px 100%
}
.k-slider-vertical .k-last {
    background-position: -92px 0
}
.k-slider-vertical .k-tick-large.k-last {
    background-position: -2px 0
}
.k-slider-vertical .k-slider-topleft .k-last {
    background-position: -122px 0
}
.k-slider-vertical .k-slider-topleft .k-tick-large.k-last {
    background-position: -32px 0
}
.k-slider-vertical .k-slider-bottomright .k-last {
    background-position: -152px 0
}
.k-slider-vertical .k-slider-bottomright .k-tick-large.k-last {
    background-position: -62px 0
}
.k-slider-vertical .k-tick {
    text-align: right
}
.k-slider-vertical .k-slider-topleft .k-tick {
    text-align: left
}
.k-slider .k-label {
    position: absolute;
    white-space: nowrap;
    font-size: .92em
}
.k-slider-horizontal .k-label {
    left: 0;
    width: 100%;
    line-height: 1
}
.k-slider-horizontal .k-first .k-label {
    left: -50%
}
.k-slider-horizontal .k-last .k-label {
    left: auto;
    right: -50%
}
.k-slider-horizontal .k-label {
    bottom: -1.2em
}
.k-slider-horizontal .k-slider-topleft .k-label {
    top: -1.2em
}
.k-slider-vertical .k-label {
    left: 120%;
    display: block;
    text-align: left
}
.k-slider-vertical .k-last .k-label {
    top: -0.5em
}
.k-slider-vertical .k-first .k-label {
    bottom: -0.5em
}
.k-slider-vertical .k-slider-topleft .k-label {
    left: auto;
    right: 120%
}
.k-slider-tooltip {
    top: -4444px
}
.k-scheduler-toolbar, .k-scheduler-footer {
    border-style: solid
}
.k-scheduler-toolbar, .k-scheduler-footer {
    line-height: 28px;
    padding: 6px
}
.k-scheduler-toolbar {
    border-width: 0 0 1px
}
.k-edit-field.k-scheduler-toolbar {
    border-width: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0
}
.k-scheduler-header {
    text-align: center
}
.k-scheduler-footer {
    border-width: 1px 0 0
}
.k-scheduler-toolbar>ul {
    float: right
}
.k-scheduler-toolbar>ul:first-child {
    float: left
}
.k-scheduler-toolbar>.k-scheduler-tools {
    float: left;
    margin-bottom: .5em
}
.k-scheduler-tools+.k-scheduler-navigation {
    float: left;
    clear: left
}
.k-scheduler-toolbar>ul>li, .k-scheduler-footer>ul>li {
    display: inline-block;
    border-style: solid;
    border-width: 1px 1px 1px 0
}
.k-scheduler .k-scheduler-toolbar .k-nav-current, .k-scheduler .k-scheduler-toolbar .k-scheduler-tools>li {
    border-width: 0
}
.k-scheduler-toolbar>ul>li:first-child {
    border-left-width: 1px
}
.k-scheduler div.k-scheduler-footer ul li {
    margin-right: .6em;
    border-width: 1px
}
.k-scheduler-toolbar .k-link, .k-scheduler-footer .k-link {
    display: inline-block;
    padding: 0 1.1em
}
.k-scheduler-toolbar .k-nav-prev .k-link, .k-scheduler-toolbar .k-nav-next .k-link {
    padding-left: .6em;
    padding-right: .6em
}
.k-ie7 .k-scheduler-toolbar .k-nav-prev .k-link, .k-ie7 .k-scheduler-toolbar .k-nav-next .k-link {
    height: 2.3em;
    margin-top: -1px;
    vertical-align: middle
}
.k-ie7 .k-scheduler-toolbar .k-nav-prev .k-link .k-icon, .k-ie7 .k-scheduler-toolbar .k-nav-next .k-link .k-icon {
    margin-top: .5em
}
.k-scheduler-toolbar .k-nav-current .k-link {
    padding: 0
}
.k-scheduler-toolbar .k-nav-current {
    margin: 0 1.1em
}
.k-scheduler div.k-scheduler-toolbar>ul>li.k-nav-current, .k-scheduler .k-nav-current>.k-state-active {
    background: 0
}
.k-scheduler-phone .k-scheduler-toolbar+.k-scheduler-toolbar .k-scheduler-navigation {
    width: 100%;
    text-align: center
}
.k-scheduler-phone .k-scheduler-toolbar+.k-scheduler-toolbar .k-scheduler-navigation>li {
    background: 0;
    border: 0
}
.k-scheduler-phone .k-toolbar .k-nav-next {
    float: right
}
.k-scheduler-phone .k-toolbar .k-nav-prev {
    float: left
}
.k-scheduler-toolbar .k-i-calendar, .k-scheduler-footer .k-icon {
    margin: -2px 6px 0 0
}
.k-scheduler-header, .k-scheduler-header-wrap {
    overflow: hidden
}
.k-scheduler-header-wrap {
    position: relative;
    border-style: solid;
    border-width: 0
}
.k-scheduler .k-scrollbar-v .k-scheduler-header-wrap {
    border-right-width: 1px
}
.k-scheduler-times, .k-scheduler-content {
    position: relative
}
.k-scheduler-times {
    overflow: hidden;
    border-style: solid;
    border-width: 0
}
.k-scheduler-content {
    overflow: auto
}
.k-scheduler-layout, .k-scheduler-table {
    border-spacing: 0;
    width: 100%;
    margin: 0;
    border-collapse: separate
}
.k-ie7 .k-scheduler-content .k-scheduler-table {
    width: auto
}
.k-scheduler-layout>tbody>tr>td {
    padding: 0;
    vertical-align: top
}
.k-safari .k-scheduler-layout>tbody>tr>td+td {
    width: 100%
}
.k-scheduler-table {
    table-layout: fixed
}
.k-scheduler-times .k-scheduler-table {
    table-layout: auto
}
.k-scheduler-monthview .k-scheduler-content .k-scheduler-table {
    height: 100%
}
.k-scheduler-table td, .k-scheduler-table th {
    height: 1.5em;
    padding: .334em .5em;
    font-size: 100%
}
.k-scheduler .k-scheduler-table td, .k-scheduler .k-scheduler-table th {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
.k-scheduler-monthview .k-hidden, .k-scheduler-monthview .k-hidden>div {
    width: 0!important;
    overflow: hidden!important
}
.k-scheduler-monthview .k-hidden {
    padding-left: 0!important;
    padding-right: 0!important;
    border-right-width: 0!important
}
.k-scheduler-monthview>tbody>tr:first-child .k-scheduler-times {
    margin-right: 1px
}
.k-scheduler-monthview>tbody>tr:first-child .k-scheduler-times .k-hidden {
    height: auto
}
.k-scheduler-monthview .k-scheduler-table td, .k-scheduler-monthview .k-hidden {
    height: 80px;
    text-align: right
}
.k-scheduler-phone .k-scheduler-monthview .k-scheduler-table td, .k-scheduler-phone .k-scheduler-monthview .k-hidden {
    height: 40px
}
.k-scheduler-table td, .k-slot-cell {
    vertical-align: top
}
.k-scheduler-layout tr+tr .k-scheduler-times th:last-child {
    vertical-align: top
}
.k-scheduler-phone .k-scheduler-monthview .k-scheduler-table td {
    text-align: center;
    vertical-align: middle
}
.k-scheduler-phone .k-scheduler-monthview .k-scheduler-table td span {
    font-size: 1.5em
}
.k-scheduler-header th {
    overflow: hidden;
    text-overflow: ellipsis
}
.k-scheduler-table td, .k-scheduler-header th {
    border-style: solid;
    border-width: 0 0 1px 1px
}
.k-scheduler-table td:first-child, .k-scheduler-header th:first-child {
    border-left-width: 0
}
.k-scheduler-agendaview .k-scheduler-table td:first-child {
    border-left-width: 1px
}
.k-scheduler-agendaview .k-scheduler-table td.k-first {
    border-left-width: 0
}
.k-scheduler-layout tr+tr .k-scheduler-times tr:last-child>th, .k-scheduler-layout tr+tr .k-scheduler-table>tbody>tr:last-child>td, .k-scheduler-table>tbody>tr>.k-last {
    border-bottom-width: 0
}
.k-scrollbar-h tr+tr .k-scheduler-times, .k-scrollbar-h .k-scheduler-content .k-scheduler-table>tbody>tr:last-child>td, .k-scheduler-agendaview.k-scrollbar-h .k-scheduler-table>tbody>tr>td.k-last {
    border-bottom-width: 1px
}
.k-scheduler-times th {
    text-align: right;
    padding-right: .6em;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent;
    white-space: nowrap
}
.k-scheduler-layout tr+tr .k-scheduler-times th {
    border-bottom-color: transparent
}
.k-scheduler-layout tr+tr .k-scheduler-times th.k-slot-cell, .k-scheduler-layout tr+tr .k-scheduler-times th.k-scheduler-times-all-day {
    border-bottom-color: inherit
}
.k-scheduler .k-middle-row td {
    border-bottom-style: dotted
}
.k-scheduler-now-arrow, .k-scheduler-now-line {
    position: absolute
}
.k-scheduler-now-arrow {
    width: 0;
    height: 0;
    border: solid 5px transparent;
    left: 0
}
.k-scheduler-now-line {
    left: 5px;
    right: 0;
    height: 1px
}
.k-task {
    position: relative
}
div.k-more-events {
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    padding: 0
}
.k-more-events>span {
    display: block;
    margin-top: -0.6em
}
.k-event, .k-more-events {
    position: absolute;
    border-style: solid;
    border-width: 1px;
    text-align: left;
    overflow: hidden
}
.k-event {
    cursor: default;
    min-height: 1.3em
}
.k-event-drag-hint {
    filter: alpha(opacity=60);
    opacity: .6;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing
}
.k-scheduler-header .k-event {
    white-space: nowrap
}
.k-event-template {
    padding: .3em 1.4em .3em .6em
}
.k-event-time {
    display: none;
    padding-bottom: 0;
    font-size: .9em
}
.k-event-drag-hint .k-event-time {
    display: block
}
.k-event-actions, .k-event>.k-link, .k-task>.k-link {
    position: absolute;
    top: 3px;
    right: 4px;
    white-space: nowrap
}
.k-event-actions {
    z-index: 1
}
.k-scheduler-agendaview .k-task>.k-link {
    top: 0;
    right: 0
}
.k-event-actions:first-child {
    position: static;
    float: left;
    margin: 4px 2px 0 4px
}
.k-webkit .k-event-actions:first-child {
    margin-top: 3px
}
.k-event-actions:first-child>.k-link {
    display: inline-block
}
.k-event-delete {
    display: none
}
.k-event:hover .k-event-delete, tr:hover>td>.k-task .k-event-delete {
    display: inline-block
}
.k-event .k-event-top-actions, .k-event .k-event-bottom-actions {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center
}
.k-event .k-event-bottom-actions {
    top: auto;
    bottom: 0
}
.k-event .k-resize-handle, .k-scheduler-mobile .k-event:hover .k-resize-handle {
    position: absolute;
    visibility: hidden;
    z-index: 2
}
.k-event:hover .k-resize-handle, .k-event-active .k-resize-handle, .k-scheduler-mobile .k-event-active:hover .k-resize-handle {
    visibility: visible
}
.k-event .k-resize-handle:after {
    content: "";
    position: absolute;
    filter: alpha(opacity=50);
    opacity: .5
}
.k-scheduler-mobile .k-event .k-resize-handle:after {
    filter: none;
    opacity: 1
}
.k-event>.k-resize-n {
    top: 0;
    left: 0;
    right: 0;
    height: .4em
}
.k-event>.k-resize-s {
    bottom: 0;
    left: 0;
    right: 0;
    height: .4em
}
.k-event>.k-resize-e {
    right: 0;
    top: 0;
    bottom: 0;
    width: .4em
}
.k-event>.k-resize-w {
    left: 0;
    top: 0;
    bottom: 0;
    width: .4em
}
.k-event>.k-resize-n:after, .k-event>.k-resize-s:after {
    top: 1px;
    left: 50%;
    margin-left: -1em;
    width: 2em;
    height: 1px
}
.k-event>.k-resize-s:after {
    top: auto;
    bottom: 1px
}
.k-event>.k-resize-e:after, .k-event>.k-resize-w:after {
    left: 1px;
    top: 50%;
    margin-top: -0.7em;
    height: 1.4em;
    width: 1px
}
.k-event>.k-resize-e:after {
    left: auto;
    right: 1px
}
.k-scheduler-mobile .k-event>.k-resize-n, .k-scheduler-mobile .k-event>.k-resize-s {
    height: .6em
}
.k-scheduler-mobile .k-event>.k-resize-e, .k-scheduler-mobile .k-event>.k-resize-w {
    width: .6em
}
.k-scheduler-mobile .k-event>.k-resize-n:after, .k-scheduler-mobile .k-event>.k-resize-s:after {
    top: 0;
    margin-left: -3em;
    width: 4em;
    height: .6em
}
.k-scheduler-mobile .k-event>.k-resize-s:after {
    bottom: 0
}
.k-scheduler-mobile .k-event>.k-resize-e:after, .k-scheduler-mobile .k-event>.k-resize-w:after {
    left: 0;
    margin-top: -0.7em;
    height: 1.4em;
    width: .6em
}
.k-scheduler-mobile .k-event>.k-resize-e:after {
    right: 0
}
.k-scheduler-mobile .k-event>.k-resize-n:after {
    border-radius: 0 0 4px 4px
}
.k-scheduler-mobile .k-event>.k-resize-s:after {
    border-radius: 4px 4px 0 0
}
.k-scheduler-mobile .k-event>.k-resize-w:after {
    border-radius: 0 4px 4px 0
}
.k-scheduler-mobile .k-event>.k-resize-e:after {
    border-radius: 4px 0 0 4px
}
.k-scheduler-phone .k-scheduler-monthview .k-events-container {
    position: absolute;
    text-align: center;
    height: 6px;
    line-height: 6px
}
.k-scheduler-phone .k-scheduler-monthview .k-event {
    position: static;
    display: inline-block;
    width: 4px;
    height: 4px;
    min-height: 0;
    margin: 1px
}
.k-scheduler-marquee {
    border-style: solid;
    border-width: 0
}
.k-scheduler-marquee.k-first:before, .k-scheduler-marquee.k-last:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px
}
div.k-scheduler-marquee:before {
    top: 0;
    left: 0;
    border-right-color: transparent;
    border-bottom-color: transparent
}
div.k-scheduler-marquee:after {
    bottom: 0;
    right: 0;
    border-top-color: transparent;
    border-left-color: transparent
}
.k-scheduler-marquee .k-label-top {
    position: absolute;
    top: .3em;
    left: .8em;
    font-size: .8em
}
.k-scheduler-marquee .k-label-bottom {
    position: absolute;
    bottom: .3em;
    right: .81em;
    font-size: .8em
}
.k-scheduler-quickedit .k-textbox {
    width: 200px
}
.k-tooltip-bottom {
    text-align: left
}
.k-tooltip-bottom .k-button {
    float: left;
    margin-right: .3em
}
.k-tooltip-bottom .k-quickedit-details {
    float: right;
    margin-right: 0
}
.k-scheduler-agendaview .k-scheduler-table th, .k-scheduler-agendaview .k-scheduler-table td {
    text-align: left
}
.k-scheduler-times .k-slot-cell, .k-scheduler-groupcolumn {
    width: 6em
}
.k-scheduler-datecolumn {
    width: 12em
}
.k-scheduler-timecolumn {
    width: 11em
}
.k-scheduler-timecolumn>div {
    position: relative;
    vertical-align: top
}
.k-webkit .k-scheduler-timecolumn>div>.k-icon {
    vertical-align: top
}
.k-scheduler-timecolumn>div>.k-i-arrow-e {
    position: absolute;
    right: -4px
}
.k-scheduler-timecolumn .k-i-arrow-w {
    margin-left: -4px
}
.k-scheduler-mark {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    margin-right: .5em
}
.k-scheduler-agendaday {
    float: left;
    margin: 0 .2em 0 0;
    font-size: 3em;
    font-weight: normal
}
.k-scheduler-agendaweek {
    display: block;
    margin: .4em 0 0;
    font-size: 1.1em;
    font-style: normal
}
.k-scheduler-agendadate {
    font-size: .8em
}
.k-scheduler-timecolumn {
    white-space: nowrap
}
.k-scheduler-edit-form .k-edit-form-container, .k-scheduler-timezones .k-edit-form-container {
    width: 520px
}
.k-scheduler-edit-form .k-edit-label {
    width: 17%
}
.k-scheduler-edit-form .k-edit-field {
    width: 77%
}
.k-scheduler-edit-form .k-textbox[name="title"], .k-scheduler-edit-form textarea.k-textbox {
    width: 100%
}
.k-scheduler-edit-form textarea.k-textbox {
    min-height: 4em;
    resize: vertical
}
.k-scheduler-edit-form>.k-edit-box:first-child .k-datetimepicker {
    margin-right: 1em
}
.km-pane-wrapper .k-scheduler-edit-form .k-edit-buttons {
    clear: right;
    margin-right: 2%;
    margin-left: 2%;
    padding: 0 0 .6em
}
.k-edit-box {
    float: left
}
.k-edit-box+.k-edit-box {
    float: right
}
.k-scheduler-edit-form label+input {
    margin-left: 1em
}
.k-edit-field>ul.k-reset>li {
    margin: .2em 0 .4em;
    line-height: 2.4
}
.k-edit-field>ul.k-reset.k-toolbar>li {
    margin: 0
}
.k-edit-field>ul.k-reset .k-widget {
    margin-left: .8em
}
.k-edit-field>ul.k-reset .k-numerictextbox, .k-edit-field span.k-recur-interval {
    width: 5em
}
.k-edit-field>ul.k-reset .k-dropdown, .k-edit-field>ul.k-reset .k-datepicker, div[name="recurrenceRule"]>.k-dropdown {
    width: 9em
}
.k-scheduler-edit-form .k-edit-buttons .k-scheduler-delete {
    float: left
}
.k-popup-message {
    margin: 0;
    padding: 1em 0 2em;
    text-align: center
}
.k-scheduler-timezones .k-dropdown:first-child {
    width: 100%
}
.k-scheduler-timezones .k-dropdown+.k-dropdown {
    margin: .5em 0 .7em
}
.k-tooltip {
    position: absolute;
    z-index: 12000;
    border-style: solid;
    border-width: 1px;
    padding: 4px 5px 4px 6px;
    background-repeat: repeat-x;
    min-width: 20px;
    text-align: center
}
.k-tooltip-button {
    text-align: right;
    height: 0
}
.k-tooltip-content {
    height: 100%
}
.k-tooltip-closable .k-tooltip-content {
    padding-right: 20px
}
span.k-tooltip {
    position: static;
    display: inline-block;
    border-width: 1px;
    padding: 2px 5px 1px 6px
}
.k-invalid-msg {
    display: none
}
.k-callout {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    border-color: transparent
}
.k-callout-n {
    top: -13px;
    left: 50%
}
.k-callout-w {
    top: 50%;
    left: -13px
}
.k-callout-s {
    left: 50%;
    bottom: -13px
}
.k-callout-e {
    top: 50%;
    right: -13px
}
.k-slider-tooltip .k-callout-n, .k-slider-tooltip .k-callout-s {
    margin-left: -6px
}
.k-slider-tooltip .k-callout-w, .k-slider-tooltip .k-callout-e {
    margin-top: -6px
}
.k-tooltip-validation .k-warning {
    vertical-align: text-top;
    margin-right: 3px
}
.k-tooltip-validation {
    z-index: 9999
}
.k-toolbar {
    position: relative;
    display: block;
    vertical-align: middle;
    line-height: 2.9em
}
.k-toolbar .k-button .k-icon, .k-toolbar .k-button .k-sprite, .k-overflow-container .k-button .k-icon, .k-overflow-container .k-button .k-sprite {
    vertical-align: middle;
    margin-top: -7px;
    margin-bottom: -5px
}
.k-toolbar .k-input {
    line-height: inherit;
    height: inherit;
    padding-top: 2px;
    padding-bottom: 2px
}
.k-toolbar .k-input:before {
    content: "\a0";
    display: inline-block;
    width: 0
}
.k-ie .k-toolbar .k-input {
    height: 1.65em
}
.k-toolbar .k-combobox .k-dropdown-wrap:before, .k-toolbar .k-picker-wrap:before, .k-toolbar .k-numeric-wrap:before {
    display: none
}
.k-overflow-container .k-sprite {
    margin-left: -4px
}
.k-toolbar-resizable {
    overflow: hidden;
    white-space: nowrap
}
.k-toolbar>.k-align-left {
    float: none
}
.k-toolbar>.k-align-right {
    float: right
}
.k-toolbar>*, .k-toolbar .k-button {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.72em
}
.k-toolbar .k-separator {
    border-width: 0 0 0 1px;
    border-style: solid;
    width: 1px;
    line-height: inherit
}
.k-toolbar .k-button-group {
    list-style-type: none
}
.k-toolbar .k-button-group>li {
    display: inline-block
}
.k-toolbar .k-button-group .k-button {
    margin: 0 0 0 -1px;
    border-radius: 0
}
.k-toolbar .k-button, .k-toolbar .k-split-button, .k-toolbar .k-button-group, .k-toolbar .k-widget, .k-toolbar .k-textbox, .k-toolbar label, .k-toolbar .k-separator {
    margin: 0 .2em;
    line-height: 1.72em;
    vertical-align: middle
}
.k-toolbar .k-split-button {
    padding-left: 0
}
.k-toolbar .k-split-button .k-button, .k-toolbar .k-button-group .k-group-start {
    margin: 0
}
.k-toolbar .k-split-button .k-split-button-arrow {
    margin: 0 0 0 -1px
}
.k-toolbar .k-overflow-anchor {
    border-width: 0 0 0 1px;
    border-style: solid;
    height: 3em;
    width: 3em;
    line-height: inherit;
    padding: 0 .5em;
    margin: 0;
    position: relative;
    float: right;
    border-radius: 0
}
.k-overflow-container .k-item {
    float: none;
    border: 0
}
.k-overflow-container .k-separator {
    border-width: 0 0 1px;
    border-style: solid;
    height: 1px;
    line-height: 0;
    font-size: 0;
    padding: 0
}
.k-overflow-container .k-overflow-button, .k-split-container .k-button {
    text-align: left;
    display: block;
    background: 0;
    border-color: transparent;
    white-space: nowrap
}
.k-split-container {
    margin-top: -1px
}
.k-overflow-container .k-button-group {
    padding: 0
}
.k-overflow-container .k-button-group>li {
    display: block
}
.k-overflow-container .k-overflow-group {
    border-width: 1px 0;
    border-style: solid;
    border-radius: 0;
    padding: 2px 0;
    margin: 1px 0
}
.k-overflow-container .k-overflow-hidden {
    display: none
}
.k-overflow-container .k-toolbar-first-visible, .k-overflow-container .k-overflow-group+.k-overflow-group, .k-overflow-container .k-separator+.k-overflow-group {
    border-top: 0;
    margin-top: 0;
    padding-top: 1px
}
.k-overflow-container .k-overflow-group+.k-separator {
    display: none
}
.k-overflow-container .k-toolbar-last-visible {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 1px
}
.k-splitter {
    position: relative;
    height: 300px
}
.k-pane>.k-splitter {
    border-width: 0;
    overflow: hidden
}
.k-splitter .k-pane {
    overflow: hidden
}
.k-splitter .k-scrollable {
    overflow: auto
}
.k-splitter .k-pane-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px
}
.k-ghost-splitbar, .k-splitbar {
    position: absolute;
    border-style: solid;
    font-size: 0;
    outline: 0;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none
}
.k-splitter .k-ghost-splitbar-horizontal, .k-splitter .k-splitbar-horizontal {
    top: 0;
    width: 5px;
    border-width: 0 1px;
    background-repeat: repeat-y
}
.k-ghost-splitbar-vertical, .k-splitbar-vertical {
    left: 0;
    height: 5px;
    border-width: 1px 0;
    background-repeat: repeat-x
}
.k-splitbar-draggable-horizontal {
    cursor: w-resize
}
.k-splitbar-draggable-vertical {
    cursor: n-resize
}
.k-splitbar .k-resize-handle {
    display: none
}
.k-restricted-size-horizontal, .k-restricted-size-vertical {
    background-color: #f00
}
.k-splitbar-horizontal .k-icon {
    position: absolute;
    top: 50%;
    width: 5px;
    height: 20px;
    margin-top: -10px
}
.k-collapse-prev, .k-collapse-next, .k-expand-prev, .k-expand-next {
    cursor: pointer
}
.k-splitbar-horizontal .k-collapse-prev {
    margin-top: -31px
}
.k-splitbar-horizontal .k-collapse-next {
    margin-top: 11px
}
.k-splitbar-static-horizontal {
    width: 1px
}
.k-splitbar-static-vertical {
    height: 1px
}
.k-splitbar-vertical .k-icon {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 5px;
    margin-left: -10px
}
.k-splitbar-vertical .k-collapse-prev {
    margin-left: -31px
}
.k-splitbar-vertical .k-collapse-next {
    margin-left: 11px
}
.k-splitbar-draggable-vertical .k-resize-handle, .k-splitbar-draggable-horizontal .k-resize-handle {
    display: inline-block
}
.k-splitbar-horizontal .k-resize-handle {
    background-position: -165px -6px
}
.k-splitbar-horizontal-hover>.k-resize-handle {
    background-position: -181px -6px
}
.k-splitbar-horizontal .k-collapse-prev, .k-splitbar-horizontal .k-expand-next {
    background-position: -6px -174px
}
.k-splitbar-horizontal-hover>.k-collapse-prev, .k-splitbar-horizontal-hover>.k-expand-next {
    background-position: -22px -174px
}
.k-splitbar-horizontal .k-collapse-next, .k-splitbar-horizontal .k-expand-prev {
    background-position: -5px -142px
}
.k-splitbar-horizontal-hover>.k-collapse-next, .k-splitbar-horizontal-hover>.k-expand-prev {
    background-position: -21px -142px
}
.k-splitbar-vertical .k-resize-handle {
    background-position: -38px -309px
}
.k-splitbar-vertical-hover>.k-resize-handle {
    background-position: -70px -309px
}
.k-splitbar-vertical .k-collapse-prev, .k-splitbar-vertical .k-expand-next {
    background-position: 2px -134px
}
.k-splitbar-vertical-hover>.k-collapse-prev, .k-splitbar-vertical-hover>.k-expand-next {
    background-position: -14px -134px
}
.k-splitbar-vertical .k-collapse-next, .k-splitbar-vertical .k-expand-prev {
    background-position: 2px -165px
}
.k-splitbar-vertical-hover>.k-collapse-next, .k-splitbar-vertical-hover>.k-expand-prev {
    background-position: -14px -165px
}
html .k-upload {
    position: relative
}
html .k-upload-empty {
    border-width: 0;
    background: 0
}
.k-dropzone em, .k-upload-button {
    vertical-align: middle
}
.k-ie7 .k-dropzone em, .k-ie7 .k-upload-button {
    vertical-align: baseline
}
.k-dropzone, .k-file {
    position: relative
}
.k-dropzone {
    border-style: solid;
    border-width: 0;
    padding: .8em;
    background-color: transparent
}
.k-dropzone em {
    visibility: hidden;
    margin-left: .6em
}
.k-dropzone-active em {
    visibility: visible
}
.k-upload-button {
    position: relative;
    min-width: 7.167em;
    overflow: hidden!important;
    direction: ltr
}
.k-upload-sync .k-upload-button, .k-ie7 .k-upload-button, .k-ie8 .k-upload-button, .k-ie9 .k-upload-button {
    margin: .8em
}
.k-upload-button input {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    font: 170px monospace!important;
    filter: alpha(opacity=0);
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer
}
.k-upload-files {
    margin: 0 0 .6em;
    line-height: 2.66;
    border-style: solid;
    border-width: 1px 0 0
}
.k-upload-files .k-button {
    padding: 0
}
.k-upload-files .k-button, .k-upload-status-total .k-icon {
    margin-left: 8px
}
.k-ie7 .k-upload-files .k-button {
    line-height: 1
}
.k-upload .k-fail {
    background-position: -161px -111px
}
.k-si-refresh {
    background-position: -160px -128px
}
.k-link:not(.k-state-disabled):hover>.k-si-refresh, .k-state-hover>.k-si-refresh, .k-state-hover>*>.k-si-refresh, .k-button:not(.k-state-disabled):hover .k-si-refresh, .k-textbox:hover .k-si-refresh, .k-button:active .k-si-refresh {
    background-position: -176px -128px
}
.k-link:not(.k-state-disabled):hover>.k-si-refresh, .k-state-hover>.k-si-refresh, .k-state-hover>*>.k-si-refresh, .k-button:not(.k-state-disabled):hover .k-si-refresh, .k-textbox:hover .k-si-refresh, .k-button:active .k-si-refresh {
    background-position: -160px -128px
}
.k-si-tick, .k-success {
    background-position: -160px -96px
}
.k-link:not(.k-state-disabled):hover>.k-si-tick, .k-link:not(.k-state-disabled):hover>.k-success, .k-state-hover>.k-si-tick, .k-state-hover>.k-success, .k-state-hover>*>.k-si-tick, .k-state-hover>*>.k-success, .k-button:not(.k-state-disabled):hover .k-si-tick, .k-button:not(.k-state-disabled):hover .k-success, .k-textbox:hover .k-si-tick, .k-textbox:hover .k-success, .k-button:active .k-si-tick, .k-button:active .k-success {
    background-position: -176px -96px
}
.k-link:not(.k-state-disabled):hover>.k-si-tick, .k-link:not(.k-state-disabled):hover>.k-success, .k-state-hover>.k-si-tick, .k-state-hover>.k-success, .k-state-hover>*>.k-si-tick, .k-state-hover>*>.k-success, .k-button:not(.k-state-disabled):hover .k-si-tick, .k-button:not(.k-state-disabled):hover .k-success, .k-textbox:hover .k-si-tick, .k-textbox:hover .k-success, .k-button:active .k-si-tick, .k-button:active .k-success {
    background-position: -160px -96px
}
.k-si-cancel {
    background-position: -160px -112px
}
.k-link:not(.k-state-disabled):hover>.k-si-cancel, .k-state-hover>.k-si-cancel, .k-state-hover>*>.k-si-cancel, .k-button:not(.k-state-disabled):hover .k-si-cancel, .k-textbox:hover .k-si-cancel, .k-button:active .k-si-cancel {
    background-position: -176px -112px
}
.k-link:not(.k-state-disabled):hover>.k-si-cancel, .k-state-hover>.k-si-cancel, .k-state-hover>*>.k-si-cancel, .k-button:not(.k-state-disabled):hover .k-si-cancel, .k-textbox:hover .k-si-cancel, .k-button:active .k-si-cancel {
    background-position: -160px -112px
}
.k-file {
    border-style: solid;
    border-width: 0 0 1px;
    padding: .167em .167em .167em .8em
}
.k-file .k-icon {
    position: relative
}
.k-file>.k-icon {
    background-position: -112px -288px
}
.k-link:not(.k-state-disabled):hover>.k-file>.k-icon, .k-state-hover>.k-file>.k-icon, .k-state-hover>*>.k-file>.k-icon, .k-button:not(.k-state-disabled):hover .k-file>.k-icon, .k-textbox:hover .k-file>.k-icon, .k-button:active .k-file>.k-icon {
    background-position: -128px -288px
}
.k-link:not(.k-state-disabled):hover>.k-file>.k-icon, .k-state-hover>.k-file>.k-icon, .k-state-hover>*>.k-file>.k-icon, .k-button:not(.k-state-disabled):hover .k-file>.k-icon, .k-textbox:hover .k-file>.k-icon, .k-button:active .k-file>.k-icon {
    background-position: -112px -288px
}
.k-filename {
    position: relative;
    display: inline-block;
    min-width: 10em;
    max-width: 16.667em;
    vertical-align: middle;
    margin-left: 1em;
    padding-bottom: .167em;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap
}
.k-upload-status {
    position: absolute;
    right: 12px;
    top: .6em;
    line-height: .7em
}
.k-upload-status .k-button, .k-upload-status .k-warning {
    vertical-align: text-bottom
}
.k-dropzone .k-upload-status {
    line-height: 2.4
}
.k-upload-pct {
    line-height: 20px
}
.k-ie8 .k-upload-status-total {
    line-height: 29px
}
.k-progress {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}
.k-upload-selected {
    min-width: 7.167em;
    margin: .25em 0 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
.k-ie7 .k-upload-selected {
    min-width: 100px
}
.k-upload-selected, .k-upload-cancel {
    margin-bottom: .8em
}
.k-upload-selected {
    margin-left: .8em;
    margin-right: .2em
}
.k-toolbar-wrap .k-dropzone em, .k-toolbar-wrap .k-upload-files {
    display: none
}
.k-toolbar-wrap .k-dropzone {
    border: 0;
    padding: 0
}
.k-toolbar-wrap .k-dropzone-active {
    text-align: center
}
.k-toolbar-wrap .k-dropzone-active em {
    display: inline;
    margin: 0;
    font-size: 5em;
    font-style: normal
}
.k-toolbar-wrap .k-dropzone-active .k-upload-button {
    display: none
}
.k-filebrowser-dropzone {
    z-index: 10010;
    filter: alpha(opacity=40);
    opacity: .4;
    position: fixed
}
.k-search-wrap {
    position: relative;
    float: right;
    width: 20%;
    padding: 0
}
.k-search-wrap label {
    position: absolute;
    top: 0;
    left: 4px;
    line-height: 20px;
    font-style: italic
}
.k-search-wrap input.k-input {
    padding-left: 0;
    padding-right: 0
}
.k-search-wrap .k-search {
    position: absolute;
    top: 4px;
    right: 2px;
    margin: 0
}
.k-breadcrumbs {
    position: relative;
    float: left;
    width: 79%
}
.k-breadcrumbs-wrap {
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 1;
    padding-left: 5px;
    line-height: 18px
}
.k-breadcrumbs>.k-input {
    width: 100%;
    font-size: inherit;
    font-family: inherit;
    border: 0
}
.k-breadcrumbs .k-link, .k-breadcrumbs-wrap .k-icon {
    margin-top: 0;
    text-decoration: none;
    vertical-align: middle;
    position: static
}
.k-breadcrumbs .k-link:hover {
    text-decoration: underline
}
.k-filebrowser .k-breadcrumbs .k-i-seek-w {
    text-decoration: none;
    cursor: default
}
.k-filebrowser .k-filebrowser-toolbar {
    border-style: solid;
    border-width: 1px;
    margin: 8px 0 0;
    padding: .25em;
    line-height: 23px;
    white-space: nowrap
}
.k-filebrowser .k-filebrowser-toolbar .k-button.k-state-disabled {
    display: none
}
.k-filebrowser .k-toolbar-wrap {
    float: left
}
.k-filebrowser .k-tiles-arrange {
    float: right
}
.k-filebrowser .k-tiles-arrange .k-dropdown {
    width: 75px
}
.k-filebrowser .k-upload {
    float: left;
    z-index: 10010;
    border-width: 0;
    background-color: transparent
}
.k-filebrowser .k-upload .k-upload-status {
    display: none
}
.k-filebrowser .k-upload .k-upload-button {
    width: auto;
    margin-left: 0;
    vertical-align: top
}
.k-filebrowser .k-upload .k-icon {
    vertical-align: bottom
}
.k-ie7 .k-filebrowser .k-upload-button, .k-ie7 .k-filebrowser .k-upload .k-icon {
    vertical-align: baseline;
    position: relative;
    top: 1px
}
.k-ie7 .k-filebrowser .k-upload .k-icon {
    top: 2px
}
.k-ie7 .k-filebrowser .k-filebrowser-toolbar .k-button-icon {
    vertical-align: middle
}
.k-tiles {
    clear: both;
    height: 390px;
    border-style: solid;
    border-width: 1px;
    border-top-width: 0;
    margin: 0 0 1.4em;
    padding: 9px;
    overflow: auto;
    line-height: 1.2
}
.k-tile {
    float: left;
    width: 223px;
    height: 88px;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    margin: 1px;
    padding: 0 0 4px;
    background-position: 0 100px;
    background-repeat: repeat-x;
    cursor: pointer
}
.k-tiles li.k-state-hover, .k-tiles li.k-state-selected {
    background-position: 0 center
}
.k-filebrowser .k-thumb {
    float: left;
    display: inline;
    width: 80px;
    height: 80px;
    margin: 4px 10px 0 4px;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none
}
.k-filebrowser .k-file {
    width: 80px;
    height: 80px
}
.k-filebrowser .k-image {
    margin: 2px 0 0 2px
}
.k-filebrowser .k-folder {
    width: 80px;
    height: 80px;
    background-position: 0 -200px;
    background-repeat: no-repeat
}
.k-filebrowser .k-loading {
    margin: 35px 0 0 33px
}
.k-tile strong, .k-tile input {
    margin: 10px 0 4px;
    font-weight: normal
}
.k-tile strong {
    float: left;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis
}
.k-tile input {
    width: 100px
}
.k-tile strong, .k-tile input, .k-tile .k-filesize {
    display: block
}
.k-filebrowser .k-form-text-row {
    text-align: right
}
.k-filebrowser .k-form-text-row label {
    width: 14%
}
.k-filebrowser .k-form-text-row input {
    width: 80%
}
.k-tile-empty {
    margin: 160px 0 0
}
.k-tile-empty .k-dialog-upload {
    font-weight: bold;
    font-size: 120%
}
.k-tile-empty strong {
    display: block;
    margin: 0 0 .2em;
    font-size: 3em;
    font-weight: normal
}
.k-tile-empty, .k-tile-empty .k-button-wrapper {
    text-align: center
}
.k-ie7 .k-button, .k-ie7 .k-grid-filter, .k-ie7 .k-header-column-menu, .k-ie7 .k-grid .k-pager-numbers, .k-ie7 .k-grid .k-status-text, .k-ie7 .k-pager-numbers .k-link, .k-ie7 .k-pager-numbers span, .k-ie7 .k-pager-numbers input, .k-ie7 .k-grouping-row p, .k-ie7 .k-grouping-header a, .k-ie7 .k-grouping-header .k-group-indicator, .k-ie7 .k-grouping-header .k-link, .k-ie7 .k-grouping-header .k-button, .k-ie7 .k-grid-actions, .k-ie7 .k-edit-label, .k-ie7 .k-edit-field, .k-ie7 .k-edit-form-container .editor-label, .k-ie7 .k-edit-form-container .editor-field, .k-ie7 .k-combobox, .k-ie7 .k-dropdown, .k-ie7 .k-selectbox, .k-ie7 .k-picker-wrap .k-select, .k-ie7 .k-dropdown-wrap .k-select, .k-ie7 .k-numerictextbox, .k-ie7 .k-timepicker, .k-ie7 .k-datepicker, .k-ie7 .k-datetimepicker, .k-ie7 .k-colorpicker, .k-ie7 .k-calendar, .k-ie7 .k-calendar .k-nav-fast, .k-ie7 .k-treeview .k-icon, .k-ie7 .k-treeview .k-image, .k-ie7 .k-treeview .k-sprite, .k-ie7 .k-treeview .k-in, .k-ie7 .k-colorpicker, .k-ie7 .k-colorpicker .k-tool-icon, .k-ie7 .k-palette.k-reset, .k-ie7 .k-editor-dialog .k-button, .k-ie7 .k-form-text-row label, .k-ie7 .k-tabstrip-items .k-item, .k-ie7 .k-tabstrip-items .k-link, .k-ie7 .k-slider-horizontal, .k-ie7 .k-splitbar-draggable-vertical .k-resize-handle, .k-ie7 .k-splitbar-draggable-horizontal .k-resize-handle, .k-ie7 .t-filename, .k-ie7 div.k-window, .k-ie7 .k-window-titlebar .k-window-action, .k-ie7 .k-scheduler-toolbar>ul>li, .k-ie7 .k-scheduler-footer>ul>li, .k-ie7 .k-scheduler-toolbar>ul>li, .k-ie7 .k-scheduler-footer>ul>li, .k-ie7 .k-event:hover .k-event-delete, .k-ie7 tr:hover>td>.k-task .k-event-delete, .k-ie7 .k-progressbar, .k-ie7 .k-progressbar-horizontal .k-item, .k-ie7 .k-progress-status, .k-ie7 .k-grid-header-locked, .k-ie7 .k-grid-content-locked, .k-ie7 .k-grid-header-locked+.k-grid-header-wrap, .k-ie7 .k-grid-content-locked+.k-grid-content, .k-ie7 .k-grid-footer-locked, .k-ie7 .k-gantt-layout, .k-ie7 .k-gantt-toolbar>ul>li, .k-ie7 .k-gantt-toolbar .k-link, .k-ie7 .k-task-summary, .k-ie7 .k-task-actions:first-child>.k-link, .k-ie7 .k-task-wrap:hover .k-task-delete, .k-ie7 .k-task-wrap-active .k-task-delete {
    display: inline;
    zoom: 1
}
.k-ie7 .k-treeview .k-item, .k-ie7 .k-treeview .k-group {
    zoom: 1
}
.k-ie7 .k-edit-field>.k-textbox {
    text-indent: 0
}
.km-root, .km-pane, .km-pane-wrapper {
    width: 100%;
    height: 100%;
    -ms-touch-action: none;
    -ms-content-zooming: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none
}
.km-pane-wrapper {
    position: absolute;
    width: 100%;
    height: 100%
}
.km-pane, .km-shim {
    font-family: sans-serif
}
.km-pane {
    overflow-x: hidden
}
.km-view {
    top: 0;
    left: 0;
    position: absolute;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    vertical-align: top
}
.k-ff .km-view, .k-ff .km-pane {
    overflow: hidden
}
.k-ff18 .km-view, .k-ff18 .km-pane, .k-ff19 .km-view, .k-ff19 .km-pane, .k-ff20 .km-view, .k-ff20 .km-pane, .k-ff21 .km-view, .k-ff21 .km-pane {
    position: relative
}
.k-ff .km-view {
    display: -moz-inline-box;
    display: flex
}
.km-content {
    min-height: 1px;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -moz-box-align: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    flex-align: stretch;
    display: block;
    width: auto;
    overflow: hidden;
    position: relative
}
.km-actionsheet>li {
    list-style-type: none;
    padding: inherit 1em;
    line-height: 2em
}
.km-actionsheet {
    padding: 0;
    margin: 0
}
.km-shim {
    left: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10001
}
.km-shim .k-animation-container, .km-actionsheet-wrapper {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}
.km-shim .k-animation-container {
    width: auto
}
.km-pane-wrapper .k-grid-edit-form>.km-header, .km-pane-wrapper .k-grid-column-menu>.km-header, .km-pane-wrapper .k-grid-filter-menu>.km-header, .km-pane-wrapper .k-scheduler-edit-form>.km-header {
    border-style: solid;
    border-width: 1px;
    padding: .3em .6em;
    text-align: center;
    width: auto;
    line-height: 2em
}
.k-ie .km-pane-wrapper .k-scheduler>.k-scheduler-toolbar, .k-ie .km-pane-wrapper .k-scheduler>.k-scheduler-footer {
    line-height: 2em
}
.km-pane-wrapper .k-grid-edit-form .k-multiselect, .km-pane-wrapper .k-scheduler-edit-form .k-multiselect {
    width: 15em
}
.km-pane-wrapper .k-grid-edit-form .k-dropdown-wrap, .km-pane-wrapper .k-scheduler-edit-form .k-dropdown-wrap {
    display: block
}
.km-pane-wrapper .k-grid-column-menu .k-done, .km-pane-wrapper .k-grid-filter-menu .k-submit, .km-pane-wrapper .k-grid-edit-form .k-grid-update, .km-pane-wrapper .k-scheduler-edit-form .k-scheduler-update {
    float: right
}
.km-pane-wrapper .k-grid-filter-menu .k-cancel, .km-pane-wrapper .k-grid-edit-form .k-grid-cancel, .km-pane-wrapper .k-scheduler-edit-form .k-scheduler-cancel {
    float: left
}
.km-pane-wrapper .k-scheduler-edit-form .k-scheduler-delete, *:not(.km-pane)>.km-shim .km-actionsheet .k-button {
    display: block;
    text-align: center
}
*:not(.km-pane)>.km-shim .km-actionsheet .k-button {
    font-size: 1.4em;
    margin: .3em 1em
}
*:not(.km-pane)>.km-shim .km-actionsheet-title {
    text-align: center;
    line-height: 3em;
    margin-bottom: -0.3em
}
*:not(.km-pane)>.km-shim>.k-animation-container {
    margin: 0!important;
    padding: 0!important;
    left: 0!important
}
.km-pane-wrapper>div.km-pane {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: normal
}
.km-pane-wrapper .k-popup-edit-form .km-content>.km-scroll-container, .km-pane-wrapper .k-grid-edit-form .km-content>.km-scroll-container, .km-pane-wrapper .k-grid-column-menu .km-content>.km-scroll-container, .km-pane-wrapper .k-grid-filter-menu .km-content>.km-scroll-container {
    position: absolute;
    width: 100%;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.km-pane-wrapper .k-mobile-list .k-edit-field {
    width: 74%
}
.km-pane-wrapper .k-grid-edit-form .k-popup-edit-form, .km-pane-wrapper .k-grid-edit-form .k-edit-form-container {
    width: auto
}
.km-pane-wrapper .k-filter-menu .k-button {
    width: 100%;
    margin: 0
}
.k-grid-mobile {
    border-width: 0
}
.k-grid-mobile .k-resize-handle-inner {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: -7px;
    width: 17px;
    height: 17px;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px
}
.k-grid-mobile .k-resize-handle-inner:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 1px;
    width: 6px;
    height: 6px;
    background-position: -5px -53px
}
.k-grid-mobile .k-resize-handle-inner:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1px;
    width: 6px;
    height: 6px;
    background-position: -5px -21px
}
.km-pane-wrapper .km-pane * {
    -webkit-background-clip: border-box;
    background-clip: border-box
}
.km-pane-wrapper .km-pane .k-mobile-list, .km-pane-wrapper .k-mobile-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-radius: 0;
    background: 0
}
.km-pane-wrapper .km-switch {
    top: 50%;
    right: .8rem;
    position: absolute;
    margin-top: -1.1rem
}
.km-pane-wrapper .k-mobile-list .k-state-disabled {
    opacity: 1
}
.km-pane-wrapper .k-mobile-list .k-state-disabled>* {
    opacity: .7
}
.km-pane-wrapper .k-mobile-list .k-item, .km-pane-wrapper .k-mobile-list .k-item>.k-link, .km-pane-wrapper .k-mobile-list .k-item>.k-label, .km-pane-wrapper .k-mobile-list .k-edit-label {
    display: block;
    position: relative;
    list-style-type: none;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5em 0 .5em 1em;
    font-size: 1em
}
.km-pane-wrapper .k-edit-form-container, .km-pane-wrapper .k-scheduler-edit-form .km-scroll-container {
    padding-top: 1em;
    width: 100%
}
.km-pane-wrapper .k-mobile-list .k-edit-label {
    position: absolute;
    margin: 0;
    float: none;
    clear: none;
    width: 100%
}
.km-pane-wrapper .k-mobile-list .k-edit-field, .km-pane-wrapper .k-mobile-list .k-edit-label label {
    display: block;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .1em 0;
    margin: 0
}
.km-pane-wrapper .k-mobile-list .k-item, .km-pane-wrapper .k-mobile-list .k-edit-field, .km-pane-wrapper .k-mobile-list .k-edit-label {
    font-size: 1em;
    line-height: 1.6em;
    overflow: hidden
}
.km-pane-wrapper .k-mobile-list .k-edit-field, .km-pane-wrapper .k-mobile-list .k-edit-label {
    width: 100%;
    float: none;
    clear: none;
    min-height: 2.7em
}
.km-pane-wrapper .km-header .k-icon, .km-pane-wrapper .k-grid-toolbar .k-icon, .km-pane-wrapper .k-grid-edit .k-icon, .km-pane-wrapper .k-grid-delete .k-icon {
    display: none
}
.km-pane-wrapper .k-mobile-list .k-edit-field {
    padding: .5em 0
}
.km-pane-wrapper .k-mobile-list .k-scheduler-toolbar {
    padding: .3em 0
}
.km-pane-wrapper .k-mobile-list .k-scheduler-toolbar ul li {
    line-height: 2em
}
.km-pane-wrapper .k-mobile-list .k-item>* {
    line-height: normal
}
.km-pane-wrapper .k-mobile-list .k-edit-buttons, .km-pane-wrapper .k-mobile-list .k-button-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5em 1em;
    margin: 0
}
.km-pane-wrapper .k-mobile-list>ul>li>.k-link, .km-pane-wrapper .k-mobile-list .k-filter-help-text>li>.k-link, .km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-label:nth-child(3), .km-pane-wrapper #recurrence .km-scroll-container>.k-edit-label:first-child {
    display: block;
    padding: .2em 1em;
    font-size: .95em;
    position: -webkit-sticky;
    margin: 0;
    font-weight: normal;
    line-height: 2em;
    background: transparent;
    border-top: 1em solid transparent
}
.km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-label:nth-child(3), .km-pane-wrapper #recurrence .km-scroll-container>.k-edit-label:first-child {
    position: relative
}
.km-pane-wrapper .k-mobile-list .k-item:first-child {
    border-top: 0
}
.km-pane-wrapper .k-mobile-list .k-item:last-child {
    border-bottom: 0
}
.km-pane-wrapper .k-mobile-list .k-item>.k-link, .km-pane-wrapper .k-mobile-list .k-item>.k-label {
    line-height: inherit;
    text-decoration: none;
    margin: -0.5em 0 -0.5em -1em
}
.k-check[type=checkbox], .k-check[type=radio], .k-mobile-list .k-edit-field [type=checkbox], .k-mobile-list .k-edit-field [type=radio] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent
}
.km-pane-wrapper .k-mobile-list .k-link .k-check, .km-pane-wrapper .k-mobile-list .k-label .k-check, .k-mobile-list .k-edit-field [type=checkbox], .k-mobile-list .k-edit-field [type=radio] {
    border: 0;
    font-size: inherit;
    width: 13px;
    height: 13px;
    margin: .26em 1em .26em 0
}
.k-ie .km-pane-wrapper .k-icon, .k-ie .km-pane-wrapper .k-mobile-list .k-link .k-check, .k-ie .km-pane-wrapper .k-mobile-list .k-label .k-check, .k-ie .k-mobile-list .k-edit-field [type=checkbox], .k-ie .k-mobile-list .k-edit-field [type=radio] {
    font-size: inherit;
    text-indent: -9999px;
    width: 1.01em;
    height: 1em
}
@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
    .km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-n {
        background-position: 0 0
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-n, .k-state-hover>.km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-n, .k-state-hover>*>.km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-n, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-n, .k-textbox:hover .km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-n, .k-button:active .km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-n {
        background-position: -1em 0
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-n, .k-state-hover>.km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-n, .k-state-hover>*>.km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-n, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-n, .k-textbox:hover .km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-n, .k-button:active .km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-n {
        background-position: 0 0
    }
    .km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-s {
        background-position: 0 -2em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-s, .k-state-hover>.km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-s, .k-state-hover>*>.km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-s, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-s, .k-textbox:hover .km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-s, .k-button:active .km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-s {
        background-position: -1em -2em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-s, .k-state-hover>.km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-s, .k-state-hover>*>.km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-s, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-s, .k-textbox:hover .km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-s, .k-button:active .km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-s {
        background-position: 0 -32px
    }
    .km-pane-wrapper .k-state-selected .k-i-arrow-n {
        background-position: -1em 0
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-state-selected .k-i-arrow-n, .k-state-hover>.km-pane-wrapper .k-state-selected .k-i-arrow-n, .k-state-hover>*>.km-pane-wrapper .k-state-selected .k-i-arrow-n, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-state-selected .k-i-arrow-n, .k-textbox:hover .km-pane-wrapper .k-state-selected .k-i-arrow-n, .k-button:active .km-pane-wrapper .k-state-selected .k-i-arrow-n {
        background-position: -2em 0
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-state-selected .k-i-arrow-n, .k-state-hover>.km-pane-wrapper .k-state-selected .k-i-arrow-n, .k-state-hover>*>.km-pane-wrapper .k-state-selected .k-i-arrow-n, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-state-selected .k-i-arrow-n, .k-textbox:hover .km-pane-wrapper .k-state-selected .k-i-arrow-n, .k-button:active .km-pane-wrapper .k-state-selected .k-i-arrow-n {
        background-position: -16px 0
    }
    .km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-n, .km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-n {
        background-position: -1em 0
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-n, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-n, .k-state-hover>.km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-n, .k-state-hover>.km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-n, .k-state-hover>*>.km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-n, .k-state-hover>*>.km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-n, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-n, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-n, .k-textbox:hover .km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-n, .k-textbox:hover .km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-n, .k-button:active .km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-n, .k-button:active .km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-n {
        background-position: -2em 0
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-n, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-n, .k-state-hover>.km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-n, .k-state-hover>.km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-n, .k-state-hover>*>.km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-n, .k-state-hover>*>.km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-n, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-n, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-n, .k-textbox:hover .km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-n, .k-textbox:hover .km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-n, .k-button:active .km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-n, .k-button:active .km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-n {
        background-position: -16px 0
    }
    .km-pane-wrapper .k-state-selected .k-i-arrow-s {
        background-position: -1em -2em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-state-selected .k-i-arrow-s, .k-state-hover>.km-pane-wrapper .k-state-selected .k-i-arrow-s, .k-state-hover>*>.km-pane-wrapper .k-state-selected .k-i-arrow-s, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-state-selected .k-i-arrow-s, .k-textbox:hover .km-pane-wrapper .k-state-selected .k-i-arrow-s, .k-button:active .km-pane-wrapper .k-state-selected .k-i-arrow-s {
        background-position: -2em -2em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-state-selected .k-i-arrow-s, .k-state-hover>.km-pane-wrapper .k-state-selected .k-i-arrow-s, .k-state-hover>*>.km-pane-wrapper .k-state-selected .k-i-arrow-s, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-state-selected .k-i-arrow-s, .k-textbox:hover .km-pane-wrapper .k-state-selected .k-i-arrow-s, .k-button:active .km-pane-wrapper .k-state-selected .k-i-arrow-s {
        background-position: -16px -32px
    }
    .km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-s, .km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-s {
        background-position: -1em -2em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-s, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-s, .k-state-hover>.km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-s, .k-state-hover>.km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-s, .k-state-hover>*>.km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-s, .k-state-hover>*>.km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-s, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-s, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-s, .k-textbox:hover .km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-s, .k-textbox:hover .km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-s, .k-button:active .km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-s, .k-button:active .km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-s {
        background-position: -2em -2em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-s, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-s, .k-state-hover>.km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-s, .k-state-hover>.km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-s, .k-state-hover>*>.km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-s, .k-state-hover>*>.km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-s, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-s, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-s, .k-textbox:hover .km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-s, .k-textbox:hover .km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-s, .k-button:active .km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-s, .k-button:active .km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-s {
        background-position: -16px -32px
    }
    .km-pane-wrapper .k-i-arrow-n {
        background-position: 0 0
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-arrow-n, .k-state-hover>.km-pane-wrapper .k-i-arrow-n, .k-state-hover>*>.km-pane-wrapper .k-i-arrow-n, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrow-n, .k-textbox:hover .km-pane-wrapper .k-i-arrow-n, .k-button:active .km-pane-wrapper .k-i-arrow-n {
        background-position: -1em 0
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-arrow-n, .k-state-hover>.km-pane-wrapper .k-i-arrow-n, .k-state-hover>*>.km-pane-wrapper .k-i-arrow-n, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrow-n, .k-textbox:hover .km-pane-wrapper .k-i-arrow-n, .k-button:active .km-pane-wrapper .k-i-arrow-n {
        background-position: 0 0
    }
    .km-pane-wrapper .k-i-arrow-e {
        background-position: 0 -1em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-arrow-e, .k-state-hover>.km-pane-wrapper .k-i-arrow-e, .k-state-hover>*>.km-pane-wrapper .k-i-arrow-e, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrow-e, .k-textbox:hover .km-pane-wrapper .k-i-arrow-e, .k-button:active .km-pane-wrapper .k-i-arrow-e {
        background-position: -1em -1em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-arrow-e, .k-state-hover>.km-pane-wrapper .k-i-arrow-e, .k-state-hover>*>.km-pane-wrapper .k-i-arrow-e, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrow-e, .k-textbox:hover .km-pane-wrapper .k-i-arrow-e, .k-button:active .km-pane-wrapper .k-i-arrow-e {
        background-position: 0 -16px
    }
    .k-rtl .km-pane-wrapper .k-i-arrow-w {
        background-position: 0 -1em
    }
    .k-rtl .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-arrow-w, .k-rtl .k-state-hover>.km-pane-wrapper .k-i-arrow-w, .k-rtl .k-state-hover>*>.km-pane-wrapper .k-i-arrow-w, .k-rtl .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrow-w, .k-rtl .k-textbox:hover .km-pane-wrapper .k-i-arrow-w, .k-rtl .k-button:active .km-pane-wrapper .k-i-arrow-w {
        background-position: -1em -1em
    }
    .k-rtl .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-arrow-w, .k-rtl .k-state-hover>.km-pane-wrapper .k-i-arrow-w, .k-rtl .k-state-hover>*>.km-pane-wrapper .k-i-arrow-w, .k-rtl .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrow-w, .k-rtl .k-textbox:hover .km-pane-wrapper .k-i-arrow-w, .k-rtl .k-button:active .km-pane-wrapper .k-i-arrow-w {
        background-position: 0 -16px
    }
    .km-pane-wrapper .k-i-arrow-s {
        background-position: 0 -2em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-arrow-s, .k-state-hover>.km-pane-wrapper .k-i-arrow-s, .k-state-hover>*>.km-pane-wrapper .k-i-arrow-s, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrow-s, .k-textbox:hover .km-pane-wrapper .k-i-arrow-s, .k-button:active .km-pane-wrapper .k-i-arrow-s {
        background-position: -1em -2em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-arrow-s, .k-state-hover>.km-pane-wrapper .k-i-arrow-s, .k-state-hover>*>.km-pane-wrapper .k-i-arrow-s, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrow-s, .k-textbox:hover .km-pane-wrapper .k-i-arrow-s, .k-button:active .km-pane-wrapper .k-i-arrow-s {
        background-position: 0 -32px
    }
    .km-pane-wrapper .k-i-arrow-w {
        background-position: 0 -3em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-arrow-w, .k-state-hover>.km-pane-wrapper .k-i-arrow-w, .k-state-hover>*>.km-pane-wrapper .k-i-arrow-w, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrow-w, .k-textbox:hover .km-pane-wrapper .k-i-arrow-w, .k-button:active .km-pane-wrapper .k-i-arrow-w {
        background-position: -1em -3em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-arrow-w, .k-state-hover>.km-pane-wrapper .k-i-arrow-w, .k-state-hover>*>.km-pane-wrapper .k-i-arrow-w, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrow-w, .k-textbox:hover .km-pane-wrapper .k-i-arrow-w, .k-button:active .km-pane-wrapper .k-i-arrow-w {
        background-position: 0 -48px
    }
    .k-rtl .km-pane-wrapper .k-i-arrow-e {
        background-position: 0 -3em
    }
    .k-rtl .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-arrow-e, .k-rtl .k-state-hover>.km-pane-wrapper .k-i-arrow-e, .k-rtl .k-state-hover>*>.km-pane-wrapper .k-i-arrow-e, .k-rtl .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrow-e, .k-rtl .k-textbox:hover .km-pane-wrapper .k-i-arrow-e, .k-rtl .k-button:active .km-pane-wrapper .k-i-arrow-e {
        background-position: -1em -3em
    }
    .k-rtl .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-arrow-e, .k-rtl .k-state-hover>.km-pane-wrapper .k-i-arrow-e, .k-rtl .k-state-hover>*>.km-pane-wrapper .k-i-arrow-e, .k-rtl .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrow-e, .k-rtl .k-textbox:hover .km-pane-wrapper .k-i-arrow-e, .k-rtl .k-button:active .km-pane-wrapper .k-i-arrow-e {
        background-position: 0 -48px
    }
    .km-pane-wrapper .k-i-seek-n {
        background-position: 0 -4em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-seek-n, .k-state-hover>.km-pane-wrapper .k-i-seek-n, .k-state-hover>*>.km-pane-wrapper .k-i-seek-n, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-seek-n, .k-textbox:hover .km-pane-wrapper .k-i-seek-n, .k-button:active .km-pane-wrapper .k-i-seek-n {
        background-position: -1em -4em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-seek-n, .k-state-hover>.km-pane-wrapper .k-i-seek-n, .k-state-hover>*>.km-pane-wrapper .k-i-seek-n, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-seek-n, .k-textbox:hover .km-pane-wrapper .k-i-seek-n, .k-button:active .km-pane-wrapper .k-i-seek-n {
        background-position: 0 -64px
    }
    .km-pane-wrapper .k-i-seek-e {
        background-position: 0 -5em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-seek-e, .k-state-hover>.km-pane-wrapper .k-i-seek-e, .k-state-hover>*>.km-pane-wrapper .k-i-seek-e, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-seek-e, .k-textbox:hover .km-pane-wrapper .k-i-seek-e, .k-button:active .km-pane-wrapper .k-i-seek-e {
        background-position: -1em -5em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-seek-e, .k-state-hover>.km-pane-wrapper .k-i-seek-e, .k-state-hover>*>.km-pane-wrapper .k-i-seek-e, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-seek-e, .k-textbox:hover .km-pane-wrapper .k-i-seek-e, .k-button:active .km-pane-wrapper .k-i-seek-e {
        background-position: 0 -80px
    }
    .k-rtl .km-pane-wrapper .k-i-seek-w {
        background-position: 0 -5em
    }
    .k-rtl .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-seek-w, .k-rtl .k-state-hover>.km-pane-wrapper .k-i-seek-w, .k-rtl .k-state-hover>*>.km-pane-wrapper .k-i-seek-w, .k-rtl .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-seek-w, .k-rtl .k-textbox:hover .km-pane-wrapper .k-i-seek-w, .k-rtl .k-button:active .km-pane-wrapper .k-i-seek-w {
        background-position: -1em -5em
    }
    .k-rtl .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-seek-w, .k-rtl .k-state-hover>.km-pane-wrapper .k-i-seek-w, .k-rtl .k-state-hover>*>.km-pane-wrapper .k-i-seek-w, .k-rtl .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-seek-w, .k-rtl .k-textbox:hover .km-pane-wrapper .k-i-seek-w, .k-rtl .k-button:active .km-pane-wrapper .k-i-seek-w {
        background-position: 0 -80px
    }
    .km-pane-wrapper .k-i-seek-s {
        background-position: 0 -6em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-seek-s, .k-state-hover>.km-pane-wrapper .k-i-seek-s, .k-state-hover>*>.km-pane-wrapper .k-i-seek-s, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-seek-s, .k-textbox:hover .km-pane-wrapper .k-i-seek-s, .k-button:active .km-pane-wrapper .k-i-seek-s {
        background-position: -1em -6em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-seek-s, .k-state-hover>.km-pane-wrapper .k-i-seek-s, .k-state-hover>*>.km-pane-wrapper .k-i-seek-s, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-seek-s, .k-textbox:hover .km-pane-wrapper .k-i-seek-s, .k-button:active .km-pane-wrapper .k-i-seek-s {
        background-position: 0 -96px
    }
    .km-pane-wrapper .k-i-seek-w {
        background-position: 0 -7em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-seek-w, .k-state-hover>.km-pane-wrapper .k-i-seek-w, .k-state-hover>*>.km-pane-wrapper .k-i-seek-w, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-seek-w, .k-textbox:hover .km-pane-wrapper .k-i-seek-w, .k-button:active .km-pane-wrapper .k-i-seek-w {
        background-position: -1em -7em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-seek-w, .k-state-hover>.km-pane-wrapper .k-i-seek-w, .k-state-hover>*>.km-pane-wrapper .k-i-seek-w, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-seek-w, .k-textbox:hover .km-pane-wrapper .k-i-seek-w, .k-button:active .km-pane-wrapper .k-i-seek-w {
        background-position: 0 -112px
    }
    .k-rtl .km-pane-wrapper .k-i-seek-e {
        background-position: 0 -7em
    }
    .k-rtl .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-seek-e, .k-rtl .k-state-hover>.km-pane-wrapper .k-i-seek-e, .k-rtl .k-state-hover>*>.km-pane-wrapper .k-i-seek-e, .k-rtl .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-seek-e, .k-rtl .k-textbox:hover .km-pane-wrapper .k-i-seek-e, .k-rtl .k-button:active .km-pane-wrapper .k-i-seek-e {
        background-position: -1em -7em
    }
    .k-rtl .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-seek-e, .k-rtl .k-state-hover>.km-pane-wrapper .k-i-seek-e, .k-rtl .k-state-hover>*>.km-pane-wrapper .k-i-seek-e, .k-rtl .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-seek-e, .k-rtl .k-textbox:hover .km-pane-wrapper .k-i-seek-e, .k-rtl .k-button:active .km-pane-wrapper .k-i-seek-e {
        background-position: 0 -112px
    }
    .km-pane-wrapper .k-i-arrowhead-n {
        background-position: 0 -16em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-arrowhead-n, .k-state-hover>.km-pane-wrapper .k-i-arrowhead-n, .k-state-hover>*>.km-pane-wrapper .k-i-arrowhead-n, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrowhead-n, .k-textbox:hover .km-pane-wrapper .k-i-arrowhead-n, .k-button:active .km-pane-wrapper .k-i-arrowhead-n {
        background-position: -1em -16em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-arrowhead-n, .k-state-hover>.km-pane-wrapper .k-i-arrowhead-n, .k-state-hover>*>.km-pane-wrapper .k-i-arrowhead-n, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrowhead-n, .k-textbox:hover .km-pane-wrapper .k-i-arrowhead-n, .k-button:active .km-pane-wrapper .k-i-arrowhead-n {
        background-position: 0 -256px
    }
    .km-pane-wrapper .k-i-arrowhead-e {
        background-position: 0 -17em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-arrowhead-e, .k-state-hover>.km-pane-wrapper .k-i-arrowhead-e, .k-state-hover>*>.km-pane-wrapper .k-i-arrowhead-e, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrowhead-e, .k-textbox:hover .km-pane-wrapper .k-i-arrowhead-e, .k-button:active .km-pane-wrapper .k-i-arrowhead-e {
        background-position: -1em -17em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-arrowhead-e, .k-state-hover>.km-pane-wrapper .k-i-arrowhead-e, .k-state-hover>*>.km-pane-wrapper .k-i-arrowhead-e, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrowhead-e, .k-textbox:hover .km-pane-wrapper .k-i-arrowhead-e, .k-button:active .km-pane-wrapper .k-i-arrowhead-e {
        background-position: 0 -272px
    }
    .km-pane-wrapper .k-i-arrowhead-s {
        background-position: 0 -18em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-arrowhead-s, .k-state-hover>.km-pane-wrapper .k-i-arrowhead-s, .k-state-hover>*>.km-pane-wrapper .k-i-arrowhead-s, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrowhead-s, .k-textbox:hover .km-pane-wrapper .k-i-arrowhead-s, .k-button:active .km-pane-wrapper .k-i-arrowhead-s {
        background-position: -1em -18em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-arrowhead-s, .k-state-hover>.km-pane-wrapper .k-i-arrowhead-s, .k-state-hover>*>.km-pane-wrapper .k-i-arrowhead-s, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrowhead-s, .k-textbox:hover .km-pane-wrapper .k-i-arrowhead-s, .k-button:active .km-pane-wrapper .k-i-arrowhead-s {
        background-position: 0 -288px
    }
    .km-pane-wrapper .k-i-arrowhead-w {
        background-position: 0 -19em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-arrowhead-w, .k-state-hover>.km-pane-wrapper .k-i-arrowhead-w, .k-state-hover>*>.km-pane-wrapper .k-i-arrowhead-w, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrowhead-w, .k-textbox:hover .km-pane-wrapper .k-i-arrowhead-w, .k-button:active .km-pane-wrapper .k-i-arrowhead-w {
        background-position: -1em -19em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-arrowhead-w, .k-state-hover>.km-pane-wrapper .k-i-arrowhead-w, .k-state-hover>*>.km-pane-wrapper .k-i-arrowhead-w, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrowhead-w, .k-textbox:hover .km-pane-wrapper .k-i-arrowhead-w, .k-button:active .km-pane-wrapper .k-i-arrowhead-w {
        background-position: 0 -304px
    }
    .km-pane-wrapper .k-i-expand, .km-pane-wrapper .k-plus, .km-pane-wrapper .k-plus-disabled {
        background-position: 0 -12em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-expand, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-plus, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-plus-disabled, .k-state-hover>.km-pane-wrapper .k-i-expand, .k-state-hover>.km-pane-wrapper .k-plus, .k-state-hover>.km-pane-wrapper .k-plus-disabled, .k-state-hover>*>.km-pane-wrapper .k-i-expand, .k-state-hover>*>.km-pane-wrapper .k-plus, .k-state-hover>*>.km-pane-wrapper .k-plus-disabled, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-expand, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-plus, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-plus-disabled, .k-textbox:hover .km-pane-wrapper .k-i-expand, .k-textbox:hover .km-pane-wrapper .k-plus, .k-textbox:hover .km-pane-wrapper .k-plus-disabled, .k-button:active .km-pane-wrapper .k-i-expand, .k-button:active .km-pane-wrapper .k-plus, .k-button:active .km-pane-wrapper .k-plus-disabled {
        background-position: -1em -12em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-expand, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-plus, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-plus-disabled, .k-state-hover>.km-pane-wrapper .k-i-expand, .k-state-hover>.km-pane-wrapper .k-plus, .k-state-hover>.km-pane-wrapper .k-plus-disabled, .k-state-hover>*>.km-pane-wrapper .k-i-expand, .k-state-hover>*>.km-pane-wrapper .k-plus, .k-state-hover>*>.km-pane-wrapper .k-plus-disabled, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-expand, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-plus, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-plus-disabled, .k-textbox:hover .km-pane-wrapper .k-i-expand, .k-textbox:hover .km-pane-wrapper .k-plus, .k-textbox:hover .km-pane-wrapper .k-plus-disabled, .k-button:active .km-pane-wrapper .k-i-expand, .k-button:active .km-pane-wrapper .k-plus, .k-button:active .km-pane-wrapper .k-plus-disabled {
        background-position: 0 -192px
    }
    .km-pane-wrapper .k-i-expand-w, .k-rtl .km-pane-wrapper .k-i-expand, .k-rtl .km-pane-wrapper .k-plus, .k-rtl .km-pane-wrapper .k-plus-disabled {
        background-position: 0 -13em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-expand-w, .k-link:not(.k-state-disabled):hover>.k-rtl .km-pane-wrapper .k-i-expand, .k-link:not(.k-state-disabled):hover>.k-rtl .km-pane-wrapper .k-plus, .k-link:not(.k-state-disabled):hover>.k-rtl .km-pane-wrapper .k-plus-disabled, .k-state-hover>.km-pane-wrapper .k-i-expand-w, .k-state-hover>.k-rtl .km-pane-wrapper .k-i-expand, .k-state-hover>.k-rtl .km-pane-wrapper .k-plus, .k-state-hover>.k-rtl .km-pane-wrapper .k-plus-disabled, .k-state-hover>*>.km-pane-wrapper .k-i-expand-w, .k-state-hover>*>.k-rtl .km-pane-wrapper .k-i-expand, .k-state-hover>*>.k-rtl .km-pane-wrapper .k-plus, .k-state-hover>*>.k-rtl .km-pane-wrapper .k-plus-disabled, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-expand-w, .k-button:not(.k-state-disabled):hover .k-rtl .km-pane-wrapper .k-i-expand, .k-button:not(.k-state-disabled):hover .k-rtl .km-pane-wrapper .k-plus, .k-button:not(.k-state-disabled):hover .k-rtl .km-pane-wrapper .k-plus-disabled, .k-textbox:hover .km-pane-wrapper .k-i-expand-w, .k-textbox:hover .k-rtl .km-pane-wrapper .k-i-expand, .k-textbox:hover .k-rtl .km-pane-wrapper .k-plus, .k-textbox:hover .k-rtl .km-pane-wrapper .k-plus-disabled, .k-button:active .km-pane-wrapper .k-i-expand-w, .k-button:active .k-rtl .km-pane-wrapper .k-i-expand, .k-button:active .k-rtl .km-pane-wrapper .k-plus, .k-button:active .k-rtl .km-pane-wrapper .k-plus-disabled {
        background-position: -1em -13em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-expand-w, .k-link:not(.k-state-disabled):hover>.k-rtl .km-pane-wrapper .k-i-expand, .k-link:not(.k-state-disabled):hover>.k-rtl .km-pane-wrapper .k-plus, .k-link:not(.k-state-disabled):hover>.k-rtl .km-pane-wrapper .k-plus-disabled, .k-state-hover>.km-pane-wrapper .k-i-expand-w, .k-state-hover>.k-rtl .km-pane-wrapper .k-i-expand, .k-state-hover>.k-rtl .km-pane-wrapper .k-plus, .k-state-hover>.k-rtl .km-pane-wrapper .k-plus-disabled, .k-state-hover>*>.km-pane-wrapper .k-i-expand-w, .k-state-hover>*>.k-rtl .km-pane-wrapper .k-i-expand, .k-state-hover>*>.k-rtl .km-pane-wrapper .k-plus, .k-state-hover>*>.k-rtl .km-pane-wrapper .k-plus-disabled, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-expand-w, .k-button:not(.k-state-disabled):hover .k-rtl .km-pane-wrapper .k-i-expand, .k-button:not(.k-state-disabled):hover .k-rtl .km-pane-wrapper .k-plus, .k-button:not(.k-state-disabled):hover .k-rtl .km-pane-wrapper .k-plus-disabled, .k-textbox:hover .km-pane-wrapper .k-i-expand-w, .k-textbox:hover .k-rtl .km-pane-wrapper .k-i-expand, .k-textbox:hover .k-rtl .km-pane-wrapper .k-plus, .k-textbox:hover .k-rtl .km-pane-wrapper .k-plus-disabled, .k-button:active .km-pane-wrapper .k-i-expand-w, .k-button:active .k-rtl .km-pane-wrapper .k-i-expand, .k-button:active .k-rtl .km-pane-wrapper .k-plus, .k-button:active .k-rtl .km-pane-wrapper .k-plus-disabled {
        background-position: 0 -208px
    }
    .km-pane-wrapper .k-i-collapse, .km-pane-wrapper .k-minus, .km-pane-wrapper .k-minus-disabled {
        background-position: 0 -14em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-collapse, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-minus, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-minus-disabled, .k-state-hover>.km-pane-wrapper .k-i-collapse, .k-state-hover>.km-pane-wrapper .k-minus, .k-state-hover>.km-pane-wrapper .k-minus-disabled, .k-state-hover>*>.km-pane-wrapper .k-i-collapse, .k-state-hover>*>.km-pane-wrapper .k-minus, .k-state-hover>*>.km-pane-wrapper .k-minus-disabled, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-collapse, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-minus, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-minus-disabled, .k-textbox:hover .km-pane-wrapper .k-i-collapse, .k-textbox:hover .km-pane-wrapper .k-minus, .k-textbox:hover .km-pane-wrapper .k-minus-disabled, .k-button:active .km-pane-wrapper .k-i-collapse, .k-button:active .km-pane-wrapper .k-minus, .k-button:active .km-pane-wrapper .k-minus-disabled {
        background-position: -1em -14em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-collapse, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-minus, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-minus-disabled, .k-state-hover>.km-pane-wrapper .k-i-collapse, .k-state-hover>.km-pane-wrapper .k-minus, .k-state-hover>.km-pane-wrapper .k-minus-disabled, .k-state-hover>*>.km-pane-wrapper .k-i-collapse, .k-state-hover>*>.km-pane-wrapper .k-minus, .k-state-hover>*>.km-pane-wrapper .k-minus-disabled, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-collapse, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-minus, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-minus-disabled, .k-textbox:hover .km-pane-wrapper .k-i-collapse, .k-textbox:hover .km-pane-wrapper .k-minus, .k-textbox:hover .km-pane-wrapper .k-minus-disabled, .k-button:active .km-pane-wrapper .k-i-collapse, .k-button:active .km-pane-wrapper .k-minus, .k-button:active .km-pane-wrapper .k-minus-disabled {
        background-position: 0 -224px
    }
    .km-pane-wrapper .k-i-collapse-w, .k-rtl .km-pane-wrapper .k-i-collapse, .k-rtl .km-pane-wrapper .k-minus, .k-rtl .km-pane-wrapper .k-minus-disabled {
        background-position: 0 -15em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-collapse-w, .k-link:not(.k-state-disabled):hover>.k-rtl .km-pane-wrapper .k-i-collapse, .k-link:not(.k-state-disabled):hover>.k-rtl .km-pane-wrapper .k-minus, .k-link:not(.k-state-disabled):hover>.k-rtl .km-pane-wrapper .k-minus-disabled, .k-state-hover>.km-pane-wrapper .k-i-collapse-w, .k-state-hover>.k-rtl .km-pane-wrapper .k-i-collapse, .k-state-hover>.k-rtl .km-pane-wrapper .k-minus, .k-state-hover>.k-rtl .km-pane-wrapper .k-minus-disabled, .k-state-hover>*>.km-pane-wrapper .k-i-collapse-w, .k-state-hover>*>.k-rtl .km-pane-wrapper .k-i-collapse, .k-state-hover>*>.k-rtl .km-pane-wrapper .k-minus, .k-state-hover>*>.k-rtl .km-pane-wrapper .k-minus-disabled, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-collapse-w, .k-button:not(.k-state-disabled):hover .k-rtl .km-pane-wrapper .k-i-collapse, .k-button:not(.k-state-disabled):hover .k-rtl .km-pane-wrapper .k-minus, .k-button:not(.k-state-disabled):hover .k-rtl .km-pane-wrapper .k-minus-disabled, .k-textbox:hover .km-pane-wrapper .k-i-collapse-w, .k-textbox:hover .k-rtl .km-pane-wrapper .k-i-collapse, .k-textbox:hover .k-rtl .km-pane-wrapper .k-minus, .k-textbox:hover .k-rtl .km-pane-wrapper .k-minus-disabled, .k-button:active .km-pane-wrapper .k-i-collapse-w, .k-button:active .k-rtl .km-pane-wrapper .k-i-collapse, .k-button:active .k-rtl .km-pane-wrapper .k-minus, .k-button:active .k-rtl .km-pane-wrapper .k-minus-disabled {
        background-position: -1em -15em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-collapse-w, .k-link:not(.k-state-disabled):hover>.k-rtl .km-pane-wrapper .k-i-collapse, .k-link:not(.k-state-disabled):hover>.k-rtl .km-pane-wrapper .k-minus, .k-link:not(.k-state-disabled):hover>.k-rtl .km-pane-wrapper .k-minus-disabled, .k-state-hover>.km-pane-wrapper .k-i-collapse-w, .k-state-hover>.k-rtl .km-pane-wrapper .k-i-collapse, .k-state-hover>.k-rtl .km-pane-wrapper .k-minus, .k-state-hover>.k-rtl .km-pane-wrapper .k-minus-disabled, .k-state-hover>*>.km-pane-wrapper .k-i-collapse-w, .k-state-hover>*>.k-rtl .km-pane-wrapper .k-i-collapse, .k-state-hover>*>.k-rtl .km-pane-wrapper .k-minus, .k-state-hover>*>.k-rtl .km-pane-wrapper .k-minus-disabled, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-collapse-w, .k-button:not(.k-state-disabled):hover .k-rtl .km-pane-wrapper .k-i-collapse, .k-button:not(.k-state-disabled):hover .k-rtl .km-pane-wrapper .k-minus, .k-button:not(.k-state-disabled):hover .k-rtl .km-pane-wrapper .k-minus-disabled, .k-textbox:hover .km-pane-wrapper .k-i-collapse-w, .k-textbox:hover .k-rtl .km-pane-wrapper .k-i-collapse, .k-textbox:hover .k-rtl .km-pane-wrapper .k-minus, .k-textbox:hover .k-rtl .km-pane-wrapper .k-minus-disabled, .k-button:active .km-pane-wrapper .k-i-collapse-w, .k-button:active .k-rtl .km-pane-wrapper .k-i-collapse, .k-button:active .k-rtl .km-pane-wrapper .k-minus, .k-button:active .k-rtl .km-pane-wrapper .k-minus-disabled {
        background-position: 0 -240px
    }
    .km-pane-wrapper .k-i-pencil, .km-pane-wrapper .k-edit {
        background-position: -2em 0
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-pencil, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-edit, .k-state-hover>.km-pane-wrapper .k-i-pencil, .k-state-hover>.km-pane-wrapper .k-edit, .k-state-hover>*>.km-pane-wrapper .k-i-pencil, .k-state-hover>*>.km-pane-wrapper .k-edit, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-pencil, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-edit, .k-textbox:hover .km-pane-wrapper .k-i-pencil, .k-textbox:hover .km-pane-wrapper .k-edit, .k-button:active .km-pane-wrapper .k-i-pencil, .k-button:active .km-pane-wrapper .k-edit {
        background-position: -3em 0
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-pencil, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-edit, .k-state-hover>.km-pane-wrapper .k-i-pencil, .k-state-hover>.km-pane-wrapper .k-edit, .k-state-hover>*>.km-pane-wrapper .k-i-pencil, .k-state-hover>*>.km-pane-wrapper .k-edit, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-pencil, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-edit, .k-textbox:hover .km-pane-wrapper .k-i-pencil, .k-textbox:hover .km-pane-wrapper .k-edit, .k-button:active .km-pane-wrapper .k-i-pencil, .k-button:active .km-pane-wrapper .k-edit {
        background-position: -32px 0
    }
    .km-pane-wrapper .k-i-close, .km-pane-wrapper .k-delete, .km-pane-wrapper .k-group-delete {
        background-position: -2em -1em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-close, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-delete, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-group-delete, .k-state-hover>.km-pane-wrapper .k-i-close, .k-state-hover>.km-pane-wrapper .k-delete, .k-state-hover>.km-pane-wrapper .k-group-delete, .k-state-hover>*>.km-pane-wrapper .k-i-close, .k-state-hover>*>.km-pane-wrapper .k-delete, .k-state-hover>*>.km-pane-wrapper .k-group-delete, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-close, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-delete, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-group-delete, .k-textbox:hover .km-pane-wrapper .k-i-close, .k-textbox:hover .km-pane-wrapper .k-delete, .k-textbox:hover .km-pane-wrapper .k-group-delete, .k-button:active .km-pane-wrapper .k-i-close, .k-button:active .km-pane-wrapper .k-delete, .k-button:active .km-pane-wrapper .k-group-delete {
        background-position: -3em -1em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-close, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-delete, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-group-delete, .k-state-hover>.km-pane-wrapper .k-i-close, .k-state-hover>.km-pane-wrapper .k-delete, .k-state-hover>.km-pane-wrapper .k-group-delete, .k-state-hover>*>.km-pane-wrapper .k-i-close, .k-state-hover>*>.km-pane-wrapper .k-delete, .k-state-hover>*>.km-pane-wrapper .k-group-delete, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-close, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-delete, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-group-delete, .k-textbox:hover .km-pane-wrapper .k-i-close, .k-textbox:hover .km-pane-wrapper .k-delete, .k-textbox:hover .km-pane-wrapper .k-group-delete, .k-button:active .km-pane-wrapper .k-i-close, .k-button:active .km-pane-wrapper .k-delete, .k-button:active .km-pane-wrapper .k-group-delete {
        background-position: -32px -16px
    }
    .km-pane-wrapper .k-si-close {
        background-position: -10em -5em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-si-close, .k-state-hover>.km-pane-wrapper .k-si-close, .k-state-hover>*>.km-pane-wrapper .k-si-close, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-si-close, .k-textbox:hover .km-pane-wrapper .k-si-close, .k-button:active .km-pane-wrapper .k-si-close {
        background-position: -11em -5em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-si-close, .k-state-hover>.km-pane-wrapper .k-si-close, .k-state-hover>*>.km-pane-wrapper .k-si-close, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-si-close, .k-textbox:hover .km-pane-wrapper .k-si-close, .k-button:active .km-pane-wrapper .k-si-close {
        background-position: -160px -80px
    }
    .km-pane-wrapper .k-multiselect .k-delete {
        background-position: -10em -5em
    }
    .km-pane-wrapper .k-multiselect .k-state-hover .k-delete {
        background-position: -11em -5em
    }
    .km-pane-wrapper .k-i-tick, .km-pane-wrapper .k-insert, .km-pane-wrapper .k-update {
        background-position: -2em -2em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-tick, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-insert, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-update, .k-state-hover>.km-pane-wrapper .k-i-tick, .k-state-hover>.km-pane-wrapper .k-insert, .k-state-hover>.km-pane-wrapper .k-update, .k-state-hover>*>.km-pane-wrapper .k-i-tick, .k-state-hover>*>.km-pane-wrapper .k-insert, .k-state-hover>*>.km-pane-wrapper .k-update, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-tick, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-insert, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-update, .k-textbox:hover .km-pane-wrapper .k-i-tick, .k-textbox:hover .km-pane-wrapper .k-insert, .k-textbox:hover .km-pane-wrapper .k-update, .k-button:active .km-pane-wrapper .k-i-tick, .k-button:active .km-pane-wrapper .k-insert, .k-button:active .km-pane-wrapper .k-update {
        background-position: -3em -2em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-tick, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-insert, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-update, .k-state-hover>.km-pane-wrapper .k-i-tick, .k-state-hover>.km-pane-wrapper .k-insert, .k-state-hover>.km-pane-wrapper .k-update, .k-state-hover>*>.km-pane-wrapper .k-i-tick, .k-state-hover>*>.km-pane-wrapper .k-insert, .k-state-hover>*>.km-pane-wrapper .k-update, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-tick, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-insert, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-update, .k-textbox:hover .km-pane-wrapper .k-i-tick, .k-textbox:hover .km-pane-wrapper .k-insert, .k-textbox:hover .km-pane-wrapper .k-update, .k-button:active .km-pane-wrapper .k-i-tick, .k-button:active .km-pane-wrapper .k-insert, .k-button:active .km-pane-wrapper .k-update {
        background-position: -32px -32px
    }
    .km-pane-wrapper .k-check:checked, .km-pane-wrapper .k-mobile-list .k-edit-field [type=checkbox], .km-pane-wrapper .k-mobile-list .k-edit-field [type=radio] {
        background-position: -2em -2em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-check:checked, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-mobile-list .k-edit-field [type=checkbox], .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-mobile-list .k-edit-field [type=radio], .k-state-hover>.km-pane-wrapper .k-check:checked, .k-state-hover>.km-pane-wrapper .k-mobile-list .k-edit-field [type=checkbox], .k-state-hover>.km-pane-wrapper .k-mobile-list .k-edit-field [type=radio], .k-state-hover>*>.km-pane-wrapper .k-check:checked, .k-state-hover>*>.km-pane-wrapper .k-mobile-list .k-edit-field [type=checkbox], .k-state-hover>*>.km-pane-wrapper .k-mobile-list .k-edit-field [type=radio], .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-check:checked, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-mobile-list .k-edit-field [type=checkbox], .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-mobile-list .k-edit-field [type=radio], .k-textbox:hover .km-pane-wrapper .k-check:checked, .k-textbox:hover .km-pane-wrapper .k-mobile-list .k-edit-field [type=checkbox], .k-textbox:hover .km-pane-wrapper .k-mobile-list .k-edit-field [type=radio], .k-button:active .km-pane-wrapper .k-check:checked, .k-button:active .km-pane-wrapper .k-mobile-list .k-edit-field [type=checkbox], .k-button:active .km-pane-wrapper .k-mobile-list .k-edit-field [type=radio] {
        background-position: -3em -2em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-check:checked, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-mobile-list .k-edit-field [type=checkbox], .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-mobile-list .k-edit-field [type=radio], .k-state-hover>.km-pane-wrapper .k-check:checked, .k-state-hover>.km-pane-wrapper .k-mobile-list .k-edit-field [type=checkbox], .k-state-hover>.km-pane-wrapper .k-mobile-list .k-edit-field [type=radio], .k-state-hover>*>.km-pane-wrapper .k-check:checked, .k-state-hover>*>.km-pane-wrapper .k-mobile-list .k-edit-field [type=checkbox], .k-state-hover>*>.km-pane-wrapper .k-mobile-list .k-edit-field [type=radio], .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-check:checked, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-mobile-list .k-edit-field [type=checkbox], .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-mobile-list .k-edit-field [type=radio], .k-textbox:hover .km-pane-wrapper .k-check:checked, .k-textbox:hover .km-pane-wrapper .k-mobile-list .k-edit-field [type=checkbox], .k-textbox:hover .km-pane-wrapper .k-mobile-list .k-edit-field [type=radio], .k-button:active .km-pane-wrapper .k-check:checked, .k-button:active .km-pane-wrapper .k-mobile-list .k-edit-field [type=checkbox], .k-button:active .km-pane-wrapper .k-mobile-list .k-edit-field [type=radio] {
        background-position: -32px -32px
    }
    .km-pane-wrapper .k-i-cancel, .km-pane-wrapper .k-cancel, .km-pane-wrapper .k-denied {
        background-position: -2em -3em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-cancel, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-cancel, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-denied, .k-state-hover>.km-pane-wrapper .k-i-cancel, .k-state-hover>.km-pane-wrapper .k-cancel, .k-state-hover>.km-pane-wrapper .k-denied, .k-state-hover>*>.km-pane-wrapper .k-i-cancel, .k-state-hover>*>.km-pane-wrapper .k-cancel, .k-state-hover>*>.km-pane-wrapper .k-denied, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-cancel, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-cancel, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-denied, .k-textbox:hover .km-pane-wrapper .k-i-cancel, .k-textbox:hover .km-pane-wrapper .k-cancel, .k-textbox:hover .km-pane-wrapper .k-denied, .k-button:active .km-pane-wrapper .k-i-cancel, .k-button:active .km-pane-wrapper .k-cancel, .k-button:active .km-pane-wrapper .k-denied {
        background-position: -3em -3em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-cancel, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-cancel, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-denied, .k-state-hover>.km-pane-wrapper .k-i-cancel, .k-state-hover>.km-pane-wrapper .k-cancel, .k-state-hover>.km-pane-wrapper .k-denied, .k-state-hover>*>.km-pane-wrapper .k-i-cancel, .k-state-hover>*>.km-pane-wrapper .k-cancel, .k-state-hover>*>.km-pane-wrapper .k-denied, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-cancel, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-cancel, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-denied, .k-textbox:hover .km-pane-wrapper .k-i-cancel, .k-textbox:hover .km-pane-wrapper .k-cancel, .k-textbox:hover .km-pane-wrapper .k-denied, .k-button:active .km-pane-wrapper .k-i-cancel, .k-button:active .km-pane-wrapper .k-cancel, .k-button:active .km-pane-wrapper .k-denied {
        background-position: -32px -48px
    }
    .km-pane-wrapper .k-i-plus, .km-pane-wrapper .k-add {
        background-position: -2em -4em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-plus, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-add, .k-state-hover>.km-pane-wrapper .k-i-plus, .k-state-hover>.km-pane-wrapper .k-add, .k-state-hover>*>.km-pane-wrapper .k-i-plus, .k-state-hover>*>.km-pane-wrapper .k-add, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-plus, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-add, .k-textbox:hover .km-pane-wrapper .k-i-plus, .k-textbox:hover .km-pane-wrapper .k-add, .k-button:active .km-pane-wrapper .k-i-plus, .k-button:active .km-pane-wrapper .k-add {
        background-position: -3em -4em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-plus, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-add, .k-state-hover>.km-pane-wrapper .k-i-plus, .k-state-hover>.km-pane-wrapper .k-add, .k-state-hover>*>.km-pane-wrapper .k-i-plus, .k-state-hover>*>.km-pane-wrapper .k-add, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-plus, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-add, .k-textbox:hover .km-pane-wrapper .k-i-plus, .k-textbox:hover .km-pane-wrapper .k-add, .k-button:active .km-pane-wrapper .k-i-plus, .k-button:active .km-pane-wrapper .k-add {
        background-position: -32px -64px
    }
    .km-pane-wrapper .k-i-funnel, .km-pane-wrapper .k-filter {
        background-position: -2em -5em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-funnel, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-filter, .k-state-hover>.km-pane-wrapper .k-i-funnel, .k-state-hover>.km-pane-wrapper .k-filter, .k-state-hover>*>.km-pane-wrapper .k-i-funnel, .k-state-hover>*>.km-pane-wrapper .k-filter, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-funnel, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-filter, .k-textbox:hover .km-pane-wrapper .k-i-funnel, .k-textbox:hover .km-pane-wrapper .k-filter, .k-button:active .km-pane-wrapper .k-i-funnel, .k-button:active .km-pane-wrapper .k-filter {
        background-position: -3em -5em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-funnel, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-filter, .k-state-hover>.km-pane-wrapper .k-i-funnel, .k-state-hover>.km-pane-wrapper .k-filter, .k-state-hover>*>.km-pane-wrapper .k-i-funnel, .k-state-hover>*>.km-pane-wrapper .k-filter, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-funnel, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-filter, .k-textbox:hover .km-pane-wrapper .k-i-funnel, .k-textbox:hover .km-pane-wrapper .k-filter, .k-button:active .km-pane-wrapper .k-i-funnel, .k-button:active .km-pane-wrapper .k-filter {
        background-position: -32px -80px
    }
    .km-pane-wrapper .k-i-funnel-clear, .km-pane-wrapper .k-clear-filter {
        background-position: -2em -6em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-funnel-clear, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-clear-filter, .k-state-hover>.km-pane-wrapper .k-i-funnel-clear, .k-state-hover>.km-pane-wrapper .k-clear-filter, .k-state-hover>*>.km-pane-wrapper .k-i-funnel-clear, .k-state-hover>*>.km-pane-wrapper .k-clear-filter, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-funnel-clear, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-clear-filter, .k-textbox:hover .km-pane-wrapper .k-i-funnel-clear, .k-textbox:hover .km-pane-wrapper .k-clear-filter, .k-button:active .km-pane-wrapper .k-i-funnel-clear, .k-button:active .km-pane-wrapper .k-clear-filter {
        background-position: -3em -6em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-funnel-clear, .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-clear-filter, .k-state-hover>.km-pane-wrapper .k-i-funnel-clear, .k-state-hover>.km-pane-wrapper .k-clear-filter, .k-state-hover>*>.km-pane-wrapper .k-i-funnel-clear, .k-state-hover>*>.km-pane-wrapper .k-clear-filter, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-funnel-clear, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-clear-filter, .k-textbox:hover .km-pane-wrapper .k-i-funnel-clear, .k-textbox:hover .km-pane-wrapper .k-clear-filter, .k-button:active .km-pane-wrapper .k-i-funnel-clear, .k-button:active .km-pane-wrapper .k-clear-filter {
        background-position: -32px -96px
    }
    .km-pane-wrapper .k-i-refresh {
        background-position: -2em -7em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-refresh, .k-state-hover>.km-pane-wrapper .k-i-refresh, .k-state-hover>*>.km-pane-wrapper .k-i-refresh, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-refresh, .k-textbox:hover .km-pane-wrapper .k-i-refresh, .k-button:active .km-pane-wrapper .k-i-refresh {
        background-position: -3em -7em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-refresh, .k-state-hover>.km-pane-wrapper .k-i-refresh, .k-state-hover>*>.km-pane-wrapper .k-i-refresh, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-refresh, .k-textbox:hover .km-pane-wrapper .k-i-refresh, .k-button:active .km-pane-wrapper .k-i-refresh {
        background-position: -32px -112px
    }
    .km-pane-wrapper .k-i-exception {
        background-position: -10em -19em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-exception, .k-state-hover>.km-pane-wrapper .k-i-exception, .k-state-hover>*>.km-pane-wrapper .k-i-exception, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-exception, .k-textbox:hover .km-pane-wrapper .k-i-exception, .k-button:active .km-pane-wrapper .k-i-exception {
        background-position: -11em -19em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-exception, .k-state-hover>.km-pane-wrapper .k-i-exception, .k-state-hover>*>.km-pane-wrapper .k-i-exception, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-exception, .k-textbox:hover .km-pane-wrapper .k-i-exception, .k-button:active .km-pane-wrapper .k-i-exception {
        background-position: -160px -304px
    }
    .km-pane-wrapper .k-i-restore {
        background-position: -2em -8em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-restore, .k-state-hover>.km-pane-wrapper .k-i-restore, .k-state-hover>*>.km-pane-wrapper .k-i-restore, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-restore, .k-textbox:hover .km-pane-wrapper .k-i-restore, .k-button:active .km-pane-wrapper .k-i-restore {
        background-position: -3em -8em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-restore, .k-state-hover>.km-pane-wrapper .k-i-restore, .k-state-hover>*>.km-pane-wrapper .k-i-restore, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-restore, .k-textbox:hover .km-pane-wrapper .k-i-restore, .k-button:active .km-pane-wrapper .k-i-restore {
        background-position: -32px -128px
    }
    .km-pane-wrapper .k-i-maximize {
        background-position: -2em -9em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-maximize, .k-state-hover>.km-pane-wrapper .k-i-maximize, .k-state-hover>*>.km-pane-wrapper .k-i-maximize, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-maximize, .k-textbox:hover .km-pane-wrapper .k-i-maximize, .k-button:active .km-pane-wrapper .k-i-maximize {
        background-position: -3em -9em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-maximize, .k-state-hover>.km-pane-wrapper .k-i-maximize, .k-state-hover>*>.km-pane-wrapper .k-i-maximize, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-maximize, .k-textbox:hover .km-pane-wrapper .k-i-maximize, .k-button:active .km-pane-wrapper .k-i-maximize {
        background-position: -32px -144px
    }
    .km-pane-wrapper .k-i-minimize {
        background-position: -4em -18em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-minimize, .k-state-hover>.km-pane-wrapper .k-i-minimize, .k-state-hover>*>.km-pane-wrapper .k-i-minimize, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-minimize, .k-textbox:hover .km-pane-wrapper .k-i-minimize, .k-button:active .km-pane-wrapper .k-i-minimize {
        background-position: -5em -18em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-minimize, .k-state-hover>.km-pane-wrapper .k-i-minimize, .k-state-hover>*>.km-pane-wrapper .k-i-minimize, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-minimize, .k-textbox:hover .km-pane-wrapper .k-i-minimize, .k-button:active .km-pane-wrapper .k-i-minimize {
        background-position: -64px -288px
    }
    .km-pane-wrapper .k-i-pin {
        background-position: -10em -16em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-pin, .k-state-hover>.km-pane-wrapper .k-i-pin, .k-state-hover>*>.km-pane-wrapper .k-i-pin, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-pin, .k-textbox:hover .km-pane-wrapper .k-i-pin, .k-button:active .km-pane-wrapper .k-i-pin {
        background-position: -11em -16em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-pin, .k-state-hover>.km-pane-wrapper .k-i-pin, .k-state-hover>*>.km-pane-wrapper .k-i-pin, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-pin, .k-textbox:hover .km-pane-wrapper .k-i-pin, .k-button:active .km-pane-wrapper .k-i-pin {
        background-position: -160px -256px
    }
    .km-pane-wrapper .k-i-unpin {
        background-position: -10em -17em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-unpin, .k-state-hover>.km-pane-wrapper .k-i-unpin, .k-state-hover>*>.km-pane-wrapper .k-i-unpin, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-unpin, .k-textbox:hover .km-pane-wrapper .k-i-unpin, .k-button:active .km-pane-wrapper .k-i-unpin {
        background-position: -11em -17em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-unpin, .k-state-hover>.km-pane-wrapper .k-i-unpin, .k-state-hover>*>.km-pane-wrapper .k-i-unpin, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-unpin, .k-textbox:hover .km-pane-wrapper .k-i-unpin, .k-button:active .km-pane-wrapper .k-i-unpin {
        background-position: -160px -272px
    }
    .km-pane-wrapper .k-resize-se {
        background-position: -2em -10em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-resize-se, .k-state-hover>.km-pane-wrapper .k-resize-se, .k-state-hover>*>.km-pane-wrapper .k-resize-se, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-resize-se, .k-textbox:hover .km-pane-wrapper .k-resize-se, .k-button:active .km-pane-wrapper .k-resize-se {
        background-position: -3em -10em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-resize-se, .k-state-hover>.km-pane-wrapper .k-resize-se, .k-state-hover>*>.km-pane-wrapper .k-resize-se, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-resize-se, .k-textbox:hover .km-pane-wrapper .k-resize-se, .k-button:active .km-pane-wrapper .k-resize-se {
        background-position: -32px -160px
    }
    .km-pane-wrapper .k-i-calendar {
        background-position: -2em -11em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-calendar, .k-state-hover>.km-pane-wrapper .k-i-calendar, .k-state-hover>*>.km-pane-wrapper .k-i-calendar, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-calendar, .k-textbox:hover .km-pane-wrapper .k-i-calendar, .k-button:active .km-pane-wrapper .k-i-calendar {
        background-position: -3em -11em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-calendar, .k-state-hover>.km-pane-wrapper .k-i-calendar, .k-state-hover>*>.km-pane-wrapper .k-i-calendar, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-calendar, .k-textbox:hover .km-pane-wrapper .k-i-calendar, .k-button:active .km-pane-wrapper .k-i-calendar {
        background-position: -32px -176px
    }
    .km-pane-wrapper .k-i-clock {
        background-position: -2em -12em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-clock, .k-state-hover>.km-pane-wrapper .k-i-clock, .k-state-hover>*>.km-pane-wrapper .k-i-clock, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-clock, .k-textbox:hover .km-pane-wrapper .k-i-clock, .k-button:active .km-pane-wrapper .k-i-clock {
        background-position: -3em -12em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-i-clock, .k-state-hover>.km-pane-wrapper .k-i-clock, .k-state-hover>*>.km-pane-wrapper .k-i-clock, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-clock, .k-textbox:hover .km-pane-wrapper .k-i-clock, .k-button:active .km-pane-wrapper .k-i-clock {
        background-position: -32px -192px
    }
    .km-pane-wrapper .k-si-plus {
        background-position: -2em -13em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-si-plus, .k-state-hover>.km-pane-wrapper .k-si-plus, .k-state-hover>*>.km-pane-wrapper .k-si-plus, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-si-plus, .k-textbox:hover .km-pane-wrapper .k-si-plus, .k-button:active .km-pane-wrapper .k-si-plus {
        background-position: -3em -13em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-si-plus, .k-state-hover>.km-pane-wrapper .k-si-plus, .k-state-hover>*>.km-pane-wrapper .k-si-plus, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-si-plus, .k-textbox:hover .km-pane-wrapper .k-si-plus, .k-button:active .km-pane-wrapper .k-si-plus {
        background-position: -32px -208px
    }
    .km-pane-wrapper .k-si-minus {
        background-position: -2em -14em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-si-minus, .k-state-hover>.km-pane-wrapper .k-si-minus, .k-state-hover>*>.km-pane-wrapper .k-si-minus, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-si-minus, .k-textbox:hover .km-pane-wrapper .k-si-minus, .k-button:active .km-pane-wrapper .k-si-minus {
        background-position: -3em -14em
    }
    .k-link:not(.k-state-disabled):hover>.km-pane-wrapper .k-si-minus, .k-state-hover>.km-pane-wrapper .k-si-minus, .k-state-hover>*>.km-pane-wrapper .k-si-minus, .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-si-minus, .k-textbox:hover .km-pane-wrapper .k-si-minus, .k-button:active .km-pane-wrapper .k-si-minus {
        background-position: -32px -224px
    }
}
.km-pane-wrapper .km-pane .k-mobile-list input:not([type="checkbox"]):not([type="radio"]), .km-pane-wrapper .km-pane .k-mobile-list select:not([multiple]), .km-pane-wrapper .km-pane .k-mobile-list textarea, .km-pane-wrapper .k-mobile-list .k-widget, .km-pane-wrapper .k-edit-field>*:not([type="checkbox"]):not([type="radio"]):not(.k-button) {
    text-indent: 0;
    font-size: 1em;
    line-height: 1.6em;
    vertical-align: middle;
    height: auto;
    padding: 0;
    border: 0;
    margin: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}
.km-pane-wrapper .k-mobile-list .k-widget {
    border: 0;
    border-radius: 0
}
.k-ie .km-pane-wrapper .k-mobile-list .k-widget {
    height: initial
}
.km-pane-wrapper .k-mobile-list .k-widget .k-input, .km-pane-wrapper .k-mobile-list .k-widget .k-state-default {
    border: 0;
    background: transparent
}
.km-pane-wrapper *:not(.k-state-default)>input:not([type="checkbox"]):not([type="radio"]), .km-pane-wrapper .k-mobile-list select:not([multiple]), .km-pane-wrapper .k-mobile-list textarea, .km-pane-wrapper .k-mobile-list .k-widget, .km-pane-wrapper .k-edit-field>*:not([type="checkbox"]):not([type="radio"]):not(.k-button) {
    width: 80%;
    padding: .6em 0;
    margin: -0.5em 0
}
.km-pane-wrapper .km-pane .k-mobile-list input, .km-pane-wrapper .km-pane .k-mobile-list select:not([multiple]), .km-pane-wrapper .km-pane .k-mobile-list textarea, .km-pane-wrapper .k-mobile-list .k-widget, .km-pane-wrapper .k-mobile-list .k-edit-field>* {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: right;
    z-index: 1;
    position: relative
}
.km-pane-wrapper .k-scheduler-views {
    width: 18em
}
.km-pane-wrapper .k-mobile-list .k-edit-field.k-scheduler-toolbar {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: .5em 1em
}
.km-pane-wrapper #recurrence .k-scheduler-navigation {
    width: 100%
}
.km-pane-wrapper .k-scheduler-views, .km-pane-wrapper .k-mobile-list .k-scheduler-navigation {
    display: table;
    table-layout: fixed
}
.km-pane-wrapper .k-scheduler-views li, .km-pane-wrapper .k-mobile-list .k-scheduler-navigation li {
    display: table-cell;
    text-align: center
}
.km-pane-wrapper .k-scheduler-views li a, .km-pane-wrapper .k-mobile-list .k-scheduler-navigation li a {
    padding-left: 0;
    padding-right: 0;
    width: 100%
}
.km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-field .k-check {
    margin: 0;
    padding-left: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-field .k-check:first-child {
    margin-top: -0.5em
}
.km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-field .k-check:last-child {
    margin-bottom: -0.5em
}
.km-pane-wrapper .k-mobile-list .k-scheduler-timezones .k-edit-field label.k-check {
    text-indent: 1em
}
.km-pane-wrapper .k-mobile-list .k-edit-field>.k-button {
    margin-left: 20%;
    float: left
}
.km-pane-wrapper .k-mobile-list .k-picker-wrap, .km-pane-wrapper .k-mobile-list .k-numeric-wrap, .km-pane-wrapper .k-mobile-list .k-dropdown-wrap {
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none
}
.km-pane-wrapper .k-mobile-list .k-datepicker .k-select, .km-pane-wrapper .k-mobile-list .k-datetimepicker .k-select, .km-pane-wrapper .k-mobile-list .k-numerictextbox .k-select {
    position: absolute;
    top: 0;
    right: 0;
    line-height: auto
}
.km-pane-wrapper .k-mobile-list .k-datepicker .k-select:before, .km-pane-wrapper .k-mobile-list .k-datetimepicker .k-select:before {
    content: "\a0";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle
}
.km-pane-wrapper .k-mobile-list .k-numerictextbox .k-link {
    height: 50%
}
.km-pane-wrapper .k-grid .k-button, .km-pane-wrapper .k-edit-form-container .k-button {
    margin: 0
}
.km-pane-wrapper .k-grid .k-button+.k-button, .km-pane-wrapper .k-edit-form-container .k-button+.k-button {
    margin: 0 0 0 .18em
}
.km-pane-wrapper .k-pager-numbers .k-link, .km-pane-wrapper .k-pager-numbers .k-state-selected, .km-pane-wrapper .k-pager-wrap>.k-link {
    width: 2.4em;
    height: 2.4em;
    line-height: 2.1em;
    border-radius: 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.km-pane-wrapper .k-pager-numbers .k-link, .km-pane-wrapper .k-pager-numbers .k-state-selected {
    width: auto;
    line-height: 2.2em;
    padding: 0 .86em;
    min-width: .7em
}
.km-pane-wrapper .k-pager-wrap {
    line-height: 2.4em
}
@media all and (max-width: 699px), (-ms-high-contrast: active) and (-ms-high-contrast: none) and (max-width: 800px) {
    .km-pane-wrapper *:not(.k-state-default)>input:not([type="checkbox"]):not([type="radio"]), .km-pane-wrapper .k-mobile-list select:not([multiple]), .km-pane-wrapper .k-mobile-list textarea, .km-pane-wrapper .k-mobile-list .k-widget, .km-pane-wrapper .k-edit-field>*:not([type="checkbox"]):not([type="radio"]):not(.k-button) {
        width: 50%
    }
    .km-pane-wrapper .k-mobile-list .k-edit-field>.k-button {
        margin-left: 50%
    }
    .km-pane-wrapper .k-mobile-list .k-edit-field>.k-timezone-button {
        margin-left: 1em
    }
    .km-pane-wrapper .k-scheduler-views {
        width: 15em
    }
    .km-pane-wrapper .k-nav-today a {
        padding-left: .6em;
        padding-right: .6em
    }
    .km-pane-wrapper li.k-nav-current {
        margin-left: 0;
        margin-right: 0
    }
    .km-pane-wrapper .k-pager-wrap {
        position: relative
    }
    .km-pane-wrapper .k-pager-numbers {
        width: auto;
        display: block;
        overflow: hidden;
        margin-right: 5.5em;
        float: none;
        text-overflow: ellipsis;
        height: 2.4em;
        text-align: center
    }
    .km-pane-wrapper .k-pager-numbers li {
        float: none;
        display: inline-block
    }
    .km-pane-wrapper .k-pager-nav {
        float: left
    }
    .km-pane-wrapper .k-pager-nav+.k-pager-nav ~ .k-pager-nav {
        position: absolute;
        right: .3em;
        top: .3em
    }
    .km-pane-wrapper .k-pager-wrap .k-pager-numbers+.k-pager-nav, .km-pane-wrapper .k-pager-nav:first-child+.k-pager-nav+.k-pager-nav {
        right: 3em
    }
    .km-pane-wrapper .k-pager-info {
        display: none
    }
}
.km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-field .k-check, .km-pane-wrapper .k-mobile-list .k-edit-field>*>select:not([multiple]), .km-pane-wrapper .k-mobile-list .k-scheduler-timezones .k-edit-field label.k-check {
    width: 100%
}
.km-scroll-container {
    -khtml-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-margin-collapse: separate;
    -webkit-transform: translatez(0)
}
.k-widget .km-scroll-wrapper {
    position: relative;
    padding-bottom: 0
}
.km-touch-scrollbar {
    position: absolute;
    visibility: hidden;
    z-index: 200000;
    height: .3em;
    width: .3em;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    -webkit-transition: "opacity 0.3s linear";
    -moz-transition: "opacity 0.3s linear";
    -ms-transition: "opacity 0.3s linear";
    -o-transition: "opacity 0.3s linear";
    transition: "opacity 0.3s linear"
}
.km-vertical-scrollbar {
    height: 100%;
    right: 2px;
    top: 2px
}
.km-horizontal-scrollbar {
    width: 100%;
    left: 2px;
    bottom: 2px
}
.k-fx-end .k-fx-next, .k-fx-end .k-fx-current {
    -webkit-transition: all 350ms ease-out;
    -moz-transition: all 350ms ease-out;
    -ms-transition: all 350ms ease-out;
    -o-transition: all 350ms ease-out;
    transition: all 350ms ease-out
}
.k-fx {
    position: relative
}
.k-fx .k-fx-current {
    z-index: 0
}
.k-fx .k-fx-next {
    z-index: 1
}
.k-fx-hidden, .k-fx-hidden * {
    visibility: hidden!important
}
.k-fx-reverse .k-fx-current {
    z-index: 1
}
.k-fx-reverse .k-fx-next {
    z-index: 0
}
.k-fx-zoom.k-fx-start .k-fx-next {
    -webkit-transform: scale(0)!important;
    -moz-transform: scale(0)!important;
    -ms-transform: scale(0)!important;
    -o-transform: scale(0)!important;
    transform: scale(0)!important
}
.k-fx-zoom.k-fx-end .k-fx-next {
    -webkit-transform: scale(1)!important;
    -moz-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    -o-transform: scale(1)!important;
    transform: scale(1)!important
}
.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-next, .k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-next {
    -webkit-transform: scale(1)!important;
    -moz-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    -o-transform: scale(1)!important;
    transform: scale(1)!important
}
.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-current {
    -webkit-transform: scale(1)!important;
    -moz-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    -o-transform: scale(1)!important;
    transform: scale(1)!important
}
.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-current {
    -webkit-transform: scale(0)!important;
    -moz-transform: scale(0)!important;
    -ms-transform: scale(0)!important;
    -o-transform: scale(0)!important;
    transform: scale(0)!important
}
.k-fx-fade.k-fx-start .k-fx-next {
    will-change: opacity;
    opacity: 0
}
.k-fx-fade.k-fx-end .k-fx-next {
    opacity: 1
}
.k-fx-fade.k-fx-reverse.k-fx-start .k-fx-current {
    will-change: opacity;
    opacity: 1
}
.k-fx-fade.k-fx-reverse.k-fx-end .k-fx-current {
    opacity: 0
}
.k-fx-slide.k-fx-end .k-fx-next .km-content, .k-fx-slide.k-fx-end .k-fx-next .km-header, .k-fx-slide.k-fx-end .k-fx-next .km-footer, .k-fx-slide.k-fx-end .k-fx-current .km-content, .k-fx-slide.k-fx-end .k-fx-current .km-header, .k-fx-slide.k-fx-end .k-fx-current .km-footer {
    -webkit-transition: all 350ms ease-out;
    -moz-transition: all 350ms ease-out;
    -ms-transition: all 350ms ease-out;
    -o-transition: all 350ms ease-out;
    transition: all 350ms ease-out
}
.k-fx-slide.k-fx-start .k-fx-next .km-content {
    will-change: transform;
    -webkit-transform: translatex(100%);
    -moz-transform: translatex(100%);
    -ms-transform: translatex(100%);
    -o-transform: translatex(100%);
    transform: translatex(100%)
}
.k-fx-slide.k-fx-start .k-fx-next .km-header, .k-fx-slide.k-fx-start .k-fx-next .km-footer {
    will-change: opacity;
    opacity: 0
}
.k-fx-slide.k-fx-end .k-fx-current .km-content {
    -webkit-transform: translatex(-100%);
    -moz-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    -o-transform: translatex(-100%);
    transform: translatex(-100%)
}
.k-fx-slide.k-fx-end .k-fx-next .km-header, .k-fx-slide.k-fx-end .k-fx-next .km-footer {
    opacity: 1
}
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-content {
    will-change: transform;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0)
}
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-content {
    -webkit-transform: translatex(100%);
    -moz-transform: translatex(100%);
    -ms-transform: translatex(100%);
    -o-transform: translatex(100%);
    transform: translatex(100%)
}
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-content {
    -webkit-transform: translatex(-100%);
    -moz-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    -o-transform: translatex(-100%);
    transform: translatex(-100%)
}
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-content {
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0)
}
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-header, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-footer {
    will-change: opacity;
    opacity: 1
}
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-header, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-footer {
    opacity: 1
}
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-header, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-footer {
    opacity: 0
}
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-header, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-footer {
    opacity: 1
}
.k-fx-slide.k-fx-right.k-fx-start .k-fx-next .km-content {
    -webkit-transform: translatex(-100%);
    -moz-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    -o-transform: translatex(-100%);
    transform: translatex(-100%)
}
.k-fx-slide.k-fx-right.k-fx-end .k-fx-current .km-content {
    -webkit-transform: translatex(100%);
    -moz-transform: translatex(100%);
    -ms-transform: translatex(100%);
    -o-transform: translatex(100%);
    transform: translatex(100%)
}
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current .km-content {
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0)
}
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .km-content {
    -webkit-transform: translatex(-100%);
    -moz-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    -o-transform: translatex(-100%);
    transform: translatex(-100%)
}
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .km-content {
    -webkit-transform: translatex(100%);
    -moz-transform: translatex(100%);
    -ms-transform: translatex(100%);
    -o-transform: translatex(100%);
    transform: translatex(100%)
}
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next .km-content {
    -webkit-transform: translatex(0%);
    -moz-transform: translatex(0%);
    -ms-transform: translatex(0%);
    -o-transform: translatex(0%);
    transform: translatex(0%)
}
.k-fx-tile.k-fx-start .k-fx-next {
    will-change: transform;
    -webkit-transform: translatex(100%);
    -moz-transform: translatex(100%);
    -ms-transform: translatex(100%);
    -o-transform: translatex(100%);
    transform: translatex(100%)
}
.k-fx-tile.k-fx-end .k-fx-current {
    -webkit-transform: translatex(-100%);
    -moz-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    -o-transform: translatex(-100%);
    transform: translatex(-100%)
}
.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current {
    will-change: transform;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0)
}
.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current {
    -webkit-transform: translatex(100%);
    -moz-transform: translatex(100%);
    -ms-transform: translatex(100%);
    -o-transform: translatex(100%);
    transform: translatex(100%)
}
.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next {
    -webkit-transform: translatex(-100%);
    -moz-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    -o-transform: translatex(-100%);
    transform: translatex(-100%)
}
.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next {
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0)
}
.k-fx-tile.k-fx-right.k-fx-start .k-fx-next {
    -webkit-transform: translatex(-100%);
    -moz-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    -o-transform: translatex(-100%);
    transform: translatex(-100%)
}
.k-fx-tile.k-fx-right.k-fx-end .k-fx-current {
    -webkit-transform: translatex(100%);
    -moz-transform: translatex(100%);
    -ms-transform: translatex(100%);
    -o-transform: translatex(100%);
    transform: translatex(100%)
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current {
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0)
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current {
    -webkit-transform: translatex(-100%);
    -moz-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    -o-transform: translatex(-100%);
    transform: translatex(-100%)
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next {
    -webkit-transform: translatex(100%);
    -moz-transform: translatex(100%);
    -ms-transform: translatex(100%);
    -o-transform: translatex(100%);
    transform: translatex(100%)
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next {
    -webkit-transform: translatex(0%);
    -moz-transform: translatex(0%);
    -ms-transform: translatex(0%);
    -o-transform: translatex(0%);
    transform: translatex(0%)
}
.k-fx-tile.k-fx-start .k-fx-next {
    will-change: transform;
    -webkit-transform: translatex(100%);
    -moz-transform: translatex(100%);
    -ms-transform: translatex(100%);
    -o-transform: translatex(100%);
    transform: translatex(100%)
}
.k-fx-tile.k-fx-end .k-fx-current {
    -webkit-transform: translatex(-100%);
    -moz-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    -o-transform: translatex(-100%);
    transform: translatex(-100%)
}
.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current {
    will-change: transform;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0)
}
.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current {
    -webkit-transform: translatex(100%);
    -moz-transform: translatex(100%);
    -ms-transform: translatex(100%);
    -o-transform: translatex(100%);
    transform: translatex(100%)
}
.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next {
    -webkit-transform: translatex(-100%);
    -moz-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    -o-transform: translatex(-100%);
    transform: translatex(-100%)
}
.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next {
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0)
}
.k-fx-tile.k-fx-right.k-fx-start .k-fx-next {
    -webkit-transform: translatex(-100%);
    -moz-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    -o-transform: translatex(-100%);
    transform: translatex(-100%)
}
.k-fx-tile.k-fx-right.k-fx-end .k-fx-current {
    -webkit-transform: translatex(100%);
    -moz-transform: translatex(100%);
    -ms-transform: translatex(100%);
    -o-transform: translatex(100%);
    transform: translatex(100%)
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current {
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0)
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current {
    -webkit-transform: translatex(-100%);
    -moz-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    -o-transform: translatex(-100%);
    transform: translatex(-100%)
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next {
    -webkit-transform: translatex(100%);
    -moz-transform: translatex(100%);
    -ms-transform: translatex(100%);
    -o-transform: translatex(100%);
    transform: translatex(100%)
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next {
    -webkit-transform: translatex(0%);
    -moz-transform: translatex(0%);
    -ms-transform: translatex(0%);
    -o-transform: translatex(0%);
    transform: translatex(0%)
}
.k-fx.k-fx-overlay.k-fx-start .k-fx-next, .k-fx.k-fx-overlay.k-fx-left.k-fx-start .k-fx-next {
    will-change: transform;
    -webkit-transform: translatex(100%);
    -moz-transform: translatex(100%);
    -ms-transform: translatex(100%);
    -o-transform: translatex(100%);
    transform: translatex(100%)
}
.k-fx.k-fx-overlay.k-fx-right.k-fx-start .k-fx-next {
    -webkit-transform: translatex(-100%);
    -moz-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    -o-transform: translatex(-100%);
    transform: translatex(-100%)
}
.k-fx.k-fx-overlay.k-fx-up.k-fx-start .k-fx-next {
    -webkit-transform: translatey(100%);
    -moz-transform: translatey(100%);
    -ms-transform: translatey(100%);
    -o-transform: translatey(100%);
    transform: translatey(100%)
}
.k-fx.k-fx-overlay.k-fx-down.k-fx-start .k-fx-next {
    -webkit-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -ms-transform: translatey(-100%);
    -o-transform: translatey(-100%);
    transform: translatey(-100%)
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-next {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-current {
    will-change: transform;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-end .k-fx-current, .k-fx.k-fx-overlay.k-fx-reverse.k-fx-left.k-fx-end .k-fx-current {
    -webkit-transform: translatex(100%);
    -moz-transform: translatex(100%);
    -ms-transform: translatex(100%);
    -o-transform: translatex(100%);
    transform: translatex(100%)
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-right.k-fx-end .k-fx-current {
    -webkit-transform: translatex(-100%);
    -moz-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    -o-transform: translatex(-100%);
    transform: translatex(-100%)
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-up.k-fx-end .k-fx-current {
    -webkit-transform: translatey(100%);
    -moz-transform: translatey(100%);
    -ms-transform: translatey(100%);
    -o-transform: translatey(100%);
    transform: translatey(100%)
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-down.k-fx-end .k-fx-current {
    -webkit-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -ms-transform: translatey(-100%);
    -o-transform: translatey(-100%);
    transform: translatey(-100%)
}
@font-face {
    font-family: "DejaVu Sans";
    src: url("fonts/DejaVu/DejaVuSans.ttf") format("truetype")
}
@font-face {
    font-family: "DejaVu Sans";
    font-weight: bold;
    src: url("fonts/DejaVu/DejaVuSans-Bold.ttf") format("truetype")
}
@font-face {
    font-family: "DejaVu Sans";
    font-style: italic;
    src: url("fonts/DejaVu/DejaVuSans-Oblique.ttf") format("truetype")
}
@font-face {
    font-family: "DejaVu Sans";
    font-weight: bold;
    font-style: italic;
    src: url("fonts/DejaVu/DejaVuSans-BoldOblique.ttf") format("truetype")
}
@font-face {
    font-family: "DejaVu Serif";
    src: url("fonts/DejaVu/DejaVuSerif.ttf") format("truetype")
}
@font-face {
    font-family: "DejaVu Serif";
    font-weight: bold;
    src: url("fonts/DejaVu/DejaVuSerif-Bold.ttf") format("truetype")
}
@font-face {
    font-family: "DejaVu Serif";
    font-style: italic;
    src: url("fonts/DejaVu/DejaVuSerif-Italic.ttf") format("truetype")
}
@font-face {
    font-family: "DejaVu Serif";
    font-weight: bold;
    font-style: italic;
    src: url("fonts/DejaVu/DejaVuSerif-BoldItalic.ttf") format("truetype")
}
@font-face {
    font-family: "DejaVu Mono";
    src: url("fonts/DejaVu/DejaVuSansMono.ttf") format("truetype")
}
@font-face {
    font-family: "DejaVu Mono";
    font-weight: bold;
    src: url("fonts/DejaVu/DejaVuSansMono-Bold.ttf") format("truetype")
}
@font-face {
    font-family: "DejaVu Mono";
    font-style: italic;
    src: url("fonts/DejaVu/DejaVuSansMono-Oblique.ttf") format("truetype")
}
@font-face {
    font-family: "DejaVu Mono";
    font-weight: bold;
    font-style: italic;
    src: url("fonts/DejaVu/DejaVuSansMono-BoldOblique.ttf") format("truetype")
}
.k-button {
    line-height: 1.143em;
    padding: 9px 14px
}
.k-widget.k-tabstrip {
    background-image: none;
    border-style: none;
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-tabstrip .k-tabstrip-items {
    padding: 0
}
.k-tabstrip>.k-content, .k-panelbar .k-tabstrip>.k-content {
    margin: 0
}
.k-panelbar>.k-item>.k-link, .k-panel>.k-item>.k-link {
    line-height: 3.5em
}
.k-tabstrip-items .k-tab-on-top, .k-tabstrip-items .k-state-active {
    margin-bottom: -2px;
    padding-bottom: 0
}
.k-tabstrip-items>.k-item {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    text-transform: uppercase
}
.k-tabstrip-items .k-link {
    padding: 1.071em
}
.k-slider-track {
    border-width: 1px;
    border-style: solid
}
.k-grouping-dropclue {
    margin-top: 10px
}
.k-grid-header th.k-header, .k-filter-row th {
    padding: .429em .6em .571em .6em
}
.k-filtercell>span {
    padding-right: 5.714em
}
.k-filtercell>span>.k-button {
    padding-left: .714em;
    padding-right: .714em;
    line-height: 1.286em;
    margin: 0
}
.k-filter-row .k-dropdown-operator {
    width: 2.714em;
    right: 2.857em
}
.k-grouping-header .k-group-indicator {
    padding: .5em .15em .429em .4em
}
.k-grid .k-grouping-row td {
    padding: .6em .6em .643em
}
.k-grouping-header a, .k-grouping-header .k-button {
    vertical-align: baseline
}
.k-grid td {
    padding: .929em 1.286em
}
.k-grid-header th.k-header>.k-link {
    font-size: .929em;
    padding: .462em 1.286em;
    margin-top: 0
}
.k-grouping-header {
    line-height: 2.6
}
.k-grid-content tr:last-child td {
    border-bottom-width: 0
}
.k-grid tr td, .k-pivot-layout .k-grid tr td {
    border-bottom-width: 1px;
    border-style: solid
}
.k-grouping-row+tr td {
    border-top-width: 0
}
.k-grid-content table tr:first-child td, .k-grid-content-locked table tr:first-child td {
    border-top: 0
}
.k-grid-content tr td {
    border-left-width: 0
}
.k-pager-numbers .k-state-selected {
    line-height: 2em;
    cursor: pointer
}
.k-pager-numbers .k-link, .k-pager-numbers .k-state-selected {
    border-width: 2px 0 0
}
.k-pager-wrap {
    padding: 0
}
.k-pager-wrap .k-link, .k-pager-wrap .k-pager-numbers .k-state-selected, .k-pager-sizes {
    padding: .571em 0 .571em .250em
}
.k-pager-info {
    padding: .714em 1.333em .643em 1.333em
}
.k-pager-wrap .k-pager-refresh {
    margin-right: 1.214em
}
.k-pager-wrap .k-dropdown {
    width: 5.2em
}
.k-autocomplete .k-loading, .k-multiselect .k-loading {
    bottom: 10px
}
.k-dropdown-wrap, .k-picker-wrap, .k-numeric-wrap {
    padding: 0 2.571em 0 0
}
.k-picker-wrap .k-select, .k-numeric-wrap .k-select, .k-dropdown-wrap .k-select {
    width: 2.571em
}
.k-datetimepicker {
    width: 19.5em
}
.k-datetimepicker .k-select {
    width: 5em
}
.k-datetimepicker .k-picker-wrap {
    padding-right: 5em
}
.k-datetimepicker .k-picker-wrap .k-icon {
    margin: 0 6px
}
.k-calendar {
    width: 18.29em;
    padding: 0 5px
}
.k-calendar .k-header {
    margin: 0 -5px
}
.k-calendar td {
    padding: 0
}
.k-calendar .k-content .k-link {
    min-height: 2.571em;
    line-height: 2.571em;
    padding: 0;
    text-align: center
}
.k-calendar th {
    border-bottom-width: 0;
    padding: .714em .45em .714em 0
}
.k-calendar .k-footer {
    border-top-width: 1px;
    border-top-style: solid;
    margin: 0 -5px
}
.k-popup.k-list-container {
    padding: .286em 0
}
.k-popup.k-calendar-containe {
    padding: 0
}
.k-popup .k-list .k-item, .k-fieldselector .k-list .k-item {
    min-height: 2.143em;
    line-height: 2.143em
}
.k-popup .k-list .k-item {
    padding: 1px 11px
}
.k-popup .k-list .k-state-hover, .k-popup .k-list .k-state-focused, .k-popup .k-list .k-state-selected {
    padding: 0 10px
}
.k-button, .k-calendar .k-header .k-link, .k-calendar .k-footer {
    text-transform: uppercase
}
.k-widget.k-calendar .k-nav-fast {
    width: 65%;
    height: 2.571em;
    line-height: 2.571em;
    margin: .429em -0.08333em .429em 0
}
.k-calendar .k-header .k-icon {
    vertical-align: middle
}
.k-widget.k-calendar .k-nav-prev, .k-widget.k-calendar .k-nav-next {
    position: absolute;
    top: .429em;
    line-height: 2.571em;
    height: 2.571em
}
.k-calendar .k-header .k-link.k-nav-prev, .k-calendar .k-header .k-link.k-nav-next {
    height: 2.571em;
    width: 2.571em
}
.k-widget.k-calendar .k-nav-prev {
    left: .429em
}
.k-widget.k-calendar .k-nav-next {
    right: .429em
}
.k-calendar .k-footer .k-nav-today, .k-calendar .k-footer>.k-state-disabled {
    padding: 1.143em 0 1.071em
}
.k-popup.k-calendar-container {
    padding: 0
}
.k-multiselect-wrap .k-input {
    height: 2.214em
}
.k-multiselect-wrap li {
    border-radius: 1.071em;
    margin: 3px;
    padding: 0 .15em 0 .857em;
    line-height: 1.86em
}
.k-multiselect-wrap li span {
    margin-right: 1.071em
}
.k-numeric-wrap .k-select {
    vertical-align: baseline
}
.k-numerictextbox .k-link {
    height: 1.284em;
    line-height: 1.357em
}
.k-numerictextbox .k-link .k-i-arrow-n {
    vertical-align: bottom
}
.k-numerictextbox .k-link .k-i-arrow-s {
    vertical-align: top
}
.k-menu.k-header, .k-menu .k-item, .k-widget.k-menu-horizontal>.k-item {
    border-width: 0
}
.k-context-menu.k-menu-vertical>.k-item>.k-link, .k-menu .k-menu-group .k-item>.k-link {
    padding: .5em 4.929em .5em 1.714em
}
.k-menu .k-item>.k-link>.k-i-arrow-e {
    right: 2.143rem
}
.k-menu .k-animation-container .k-menu-group {
    padding: 1.143em 0
}
table.k-editor {
    border-spacing: 0
}
.k-editor .k-editable-area {
    border-width: 1px 0 0
}
.k-editor .k-editor-toolbar-wrap {
    padding-left: 10px
}
.k-toolbar .k-input {
    height: 2.214em;
    line-height: 2.214em;
    padding: .177em 0;
    text-indent: .8em;
    border: 0;
    margin: 0
}
.k-toolbar .k-overflow-anchor {
    border-width: 1px;
    line-height: inherit
}
.k-button-group .k-tool {
    margin: 6px 0
}
.k-editor-toolbar .k-button-group .k-tool-icon, .k-toolbar .k-button-group .k-tool-icon {
    width: 24px;
    height: 24px
}
.k-editor-toolbar .k-tool, .k-editor-toolbar .k-button-group .k-tool.k-group-end {
    border-width: 0
}
.k-editor-toolbar .k-state-selected {
    font-weight: bold
}
.k-editor-toolbar .k-tool.k-state-hover {
    border-radius: 50%
}
.k-filebrowser .k-filebrowser-toolbar {
    line-height: 3.5em
}
.k-filebrowser .k-filebrowser-toolbar .k-upload {
    margin-top: 3px
}
.k-filebrowser .k-filebrowser-toolbar .k-button-icon {
    margin-top: -3px
}
.k-filebrowser .k-upload .k-upload-button {
    vertical-align: bottom
}
.k-filebrowser .k-search-wrap .k-search {
    top: 25%;
    right: 4px
}
.k-filebrowser .k-search-wrap {
    padding: 2px .3em
}
.k-filebrowser .k-tiles-arrange .k-dropdown {
    width: 80px
}
.k-draghandle {
    border-width: 2px
}
span.k-tooltip {
    padding: 9px 17px
}
.k-block>.k-header, .k-window-titlebar {
    padding: .5em 0 .571em
}
.k-window-titlebar .k-window-actions {
    right: .929em
}
div.k-window {
    border-width: 0
}
.k-window-title {
    right: 1.143em;
    left: 1.143em
}
div.k-window-content {
    padding: 1.333em
}
div.editorToolbarWindow.k-window-content {
    padding: 0
}
.editorToolbarWindow .k-editortoolbar-dragHandle {
    line-height: 30px
}
.k-file {
    padding: .357em .167em .357em .8em
}
.k-scheduler-table td {
    vertical-align: middle
}
.k-scheduler-table td, .k-scheduler-table th {
    height: 1.643em
}
.k-gantt-treelist .k-grid-header tr {
    height: 5.714em
}
.k-gantt-timeline .k-grid-header tr {
    height: 2.857em
}
.k-gantt .k-task-summary:before, .k-gantt .k-task-summary-complete:before, .k-gantt .k-task-summary:after, .k-gantt .k-task-summary-complete:after {
    border-width: 0
}
.k-notification-wrap {
    padding: 1.786em
}
.k-notification-wrap>.k-i-close {
    top: 21px
}
.k-slider-track {
    border-width: 0
}
.k-slider .k-button .k-icon {
    margin-top: 5px
}
.k-slider-horizontal .k-slider-track, .k-slider-horizontal .k-slider-selection {
    height: 2px;
    margin-top: -1px
}
.k-slider-vertical .k-slider-track, .k-slider-vertical .k-slider-selection {
    width: 2px;
    margin-left: -1px
}
.k-slider-horizontal .k-draghandle, .k-slider-vertical .k-draghandle, .k-flatcolorpicker .k-hue-slider .k-draghandle, .k-flatcolorpicker .k-transparency-slider .k-draghandle {
    width: 6px;
    height: 6px
}
.k-flatcolorpicker .k-hue-slider .k-draghandle {
    margin-top: -1px
}
.k-colorpicker .k-picker-wrap {
    line-height: 2.214em
}
.k-colorpicker .k-selected-color {
    height: 2.214em;
    padding: .177em 0
}
.k-draghandle.k-state-selected, .k-draghandle.k-state-selected:link, .k-flatcolorpicker .k-hue-slider .k-draghandle.k-state-selected, .k-flatcolorpicker .k-transparency-slider .k-draghandle.k-state-selected {
    width: 10px;
    height: 10px
}
.k-draghandle.k-state-focused.k-state-selected {
    margin-left: -2px
}
.k-slider-horizontal .k-draghandle.k-state-selected, .k-flatcolorpicker .k-hue-slider .k-draghandle.k-state-selected {
    top: -6px
}
.k-slider-vertical .k-draghandle.k-state-selected {
    left: -4px
}
.k-panelbar-expand, .k-panelbar-collapse {
    right: 16px
}
.k-header.k-grid-toolbar {
    border-color: #3343a4
}
.k-grouping-header, .k-grid-toolbar {
    padding: .429em
}
.k-grouping-header {
    padding-left: 1.286em
}
.k-grid .k-icon {
    opacity: .45
}
.k-gantt-toolbar, .k-scheduler-toolbar .k-nav-today, .k-scheduler-toolbar .k-scheduler-views, .k-scheduler-footer .k-scheduler-fullday {
    text-transform: uppercase
}
.k-scheduler-footer .k-icon.k-i-clock {
    display: none
}
.k-gantt-toolbar>ul>li, .k-scheduler-toolbar>ul>li {
    border-width: 0 0 2px 0
}
.k-gantt-toolbar li .k-link, .k-scheduler-toolbar li .k-link {
    vertical-align: middle;
    line-height: 44px;
    padding-top: 2px
}
.k-gantt-toolbar, .k-scheduler-toolbar, .k-scheduler-footer {
    line-height: 44px;
    vertical-align: middle
}
.k-scheduler-footer {
    padding: 0
}
.k-gantt-toolbar, .k-scheduler-toolbar {
    padding: 0 1.286em
}
.k-drag-clue {
    font-size: 1em;
    padding: .65em 1em
}
.k-state-border-down .k-select .k-i-arrow-s {
    background-position: 0 0
}
.k-numerictextbox .k-select .k-link span.k-i-arrow-n, .k-grid-header .k-numerictextbox .k-select .k-link span.k-i-arrow-n {
    background-position: 0 -3px
}
.k-numerictextbox .k-select .k-link span.k-i-arrow-s, .k-grid-header .k-numerictextbox .k-select .k-link span.k-i-arrow-s {
    background-position: 0 -35px
}
.k-i-close, .k-delete, .k-group-delete {
    background-position: -32px -16px
}
.k-multiselect .k-delete {
    margin-top: -2px
}
.k-multiselect .k-button:not(.k-state-disabled):hover .k-delete {
    background-position: -160px -80px
}
.k-window-titlebar .k-i-maximize, .k-window-titlebar .k-link:not(.k-state-disabled):hover>.k-i-maximize {
    background-position: -48px -144px
}
.k-window-titlebar .k-i-minimize, .k-window-titlebar .k-link:not(.k-state-disabled):hover>.k-i-minimize {
    background-position: -80px -288px
}
.k-window-titlebar .k-i-pin, .k-window-titlebar .k-link:not(.k-state-disabled):hover>.k-i-pin {
    background-position: -176px -256px
}
.k-window-titlebar .k-i-custom, .k-window-titlebar .k-link:not(.k-state-disabled):hover>.k-i-custom {
    background-position: -141px -113px
}
.k-window-titlebar .k-i-refresh, .k-window-titlebar .k-link:not(.k-state-disabled):hover>.k-i-refresh {
    background-position: -48px -112px
}
.k-window-titlebar .k-i-close, .k-window-titlebar .k-link:not(.k-state-disabled):hover>.k-i-close {
    background-position: -48px -16px
}
.k-window-titlebar .k-i-restore, .k-window-titlebar .k-link:not(.k-state-disabled):hover>.k-i-restore {
    background-position: -48px -128px
}
.k-calendar .k-icon.k-i-arrow-w, .k-calendar .k-state-hover .k-icon.k-i-arrow-w {
    background-position: -16px -48px;
    opacity: 1
}
.k-calendar .k-icon.k-i-arrow-e, .k-calendar .k-state-hover .k-icon.k-i-arrow-e {
    background-position: -16px -16px;
    opacity: 1
}
.k-treeview .k-minus {
    background-position: 0 -32px
}
.k-treeview .k-plus {
    background-position: 0 -16px
}
.k-splitbar-horizontal-hover .k-resize-handle {
    background-position: -165px -6px
}
.k-splitbar-horizontal-hover .k-collapse-next {
    background-position: -5px -142px
}
.k-splitbar-horizontal-hover .k-collapse-prev {
    background-position: -6px -174px
}
.k-splitbar-vertical-hover .k-resize-handle {
    background-position: -38px -309px
}
.k-splitbar-vertical-hover .k-collapse-next {
    background-position: 2px -165px
}
.k-splitbar-vertical-hover .k-collapse-prev {
    background-position: 2px -134px
}
.k-splitbar-horizontal.k-state-focused .k-resize-handle {
    background-position: -181px -6px
}
.k-splitbar-horizontal.k-state-focused .k-collapse-next {
    background-position: -21px -142px
}
.k-splitbar-horizontal.k-state-focused .k-collapse-prev {
    background-position: -22px -174px
}
.k-splitbar-vertical.k-state-focused .k-resize-handle {
    background-position: -70px -309px
}
.k-splitbar-vertical.k-state-focused .k-collapse-next {
    background-position: -14px -165px
}
.k-splitbar-vertical.k-state-focused .k-collapse-prev {
    background-position: -14px -134px
}
.k-grid .k-delete {
    background-position: -32px -16px
}
.k-grid-header .k-i-arrow-n, .k-grid-header .k-link:not(.k-state-disabled):hover>.k-i-arrow-n {
    background-position: 0 -256px
}
.k-grid-header .k-i-arrow-s, .k-grid-header .k-link:not(.k-state-disabled):hover>.k-i-arrow-s {
    background-position: 0 -288px
}
.k-grid-header .k-grid-filter, .k-grid-header .k-header-column-menu {
    padding: .357em .6em .5em .6em;
    margin: 0 0 -0.4em -0.6em
}
.k-grid-header .k-header-column-menu .k-i-arrowhead-s {
    background-position: -64px -32px
}
.k-header .k-i-pdf, .k-header .k-button:hover>.k-i-pdf {
    background-position: -80px -80px
}
.k-header .k-i-excel, .k-header .k-button:hover>.k-i-excel {
    background-position: -80px -96px
}
.k-grid-toolbar .k-add, .k-grid-toolbar .k-button:hover .k-add {
    background-position: -48px -64px
}
.k-grid-toolbar .k-update, .k-grid-toolbar .k-button:hover .k-update {
    background-position: -48px -32px
}
.k-grid-toolbar .k-cancel, .k-grid-toolbar .k-button:hover .k-cancel {
    background-position: -48px -48px
}
.k-grouping-header .k-group-delete, .k-grouping-header .k-button-icon:hover>.k-icon.k-group-delete {
    background-position: -176px -80px
}
.k-grouping-header .k-si-arrow-n, .k-grouping-header .k-link:hover>.k-icon.k-si-arrow-n {
    background-position: -16px -288px
}
.k-grouping-header .k-si-arrow-s, .k-grouping-header .k-link:hover>.k-icon.k-si-arrow-s {
    background-position: -16px -256px
}
.k-scheduler .k-state-default .k-link .k-icon.k-i-calendar, .k-scheduler .k-state-default.k-state-hover .k-link .k-i-calendar {
    background-position: -48px -176px
}
.k-scheduler .k-i-arrow-e, .k-scheduler .k-state-hover .k-link .k-i-arrow-e {
    background-position: -16px -16px
}
.k-scheduler .k-i-arrow-w, .k-scheduler .k-state-hover .k-link .k-i-arrow-w {
    background-position: -16px -48px
}
.k-scheduler .k-i-clock, .k-scheduler .k-state-hover .k-link .k-i-clock {
    opacity: 1;
    background-position: -48px -192px
}
.k-scheduler .k-si-close, .k-scheduler .k-link:not(.k-state-disabled):hover>.k-si-close {
    background-position: -176px -80px
}
.k-scheduler .k-i-refresh {
    background-position: -48px -112px
}
.k-gantt .k-i-plus, .k-gantt .k-link:hover>.k-icon.k-si-arrow-n, .k-gantt .k-button:hover .k-i-plus {
    background-position: -48px -64px
}
.k-gantt .k-i-collapse {
    background-position: 0 -32px
}
.k-gantt .k-i-expand {
    background-position: 0 0
}
.k-i-arrowhead-s {
    background-position: 0 -288px
}
.k-item.k-state-hover .k-i-arrowhead-s, .k-button:hover .k-i-arrowhead-s {
    background-position: -16px -288px
}
.k-si-close, .k-item.k-state-hover .k-si-close, .k-button:hover .k-si-close {
    background-position: -176px -80px
}
.k-panelbar .k-i-arrow-n, .k-pivot .k-i-arrow-n, .k-panelbar .k-link.k-state-selected .k-i-arrow-n, .k-pivot .k-link.k-state-selected .k-i-arrow-n, .k-panelbar .k-link:not(.k-state-disabled):hover>.k-i-arrow-n, .k-pivot .k-link:not(.k-state-disabled):hover>.k-i-arrow-n {
    background-position: 0 -192px
}
.k-panelbar .k-i-arrow-s, .k-pivot .k-i-arrow-s, .k-panelbar .k-link.k-state-selected .k-i-arrow-s, .k-pivot .k-link.k-state-selected .k-i-arrow-s, .k-panelbar .k-link:not(.k-state-disabled):hover>.k-i-arrow-s, .k-pivot .k-link:not(.k-state-disabled):hover>.k-i-arrow-s {
    background-position: 0 -224px
}
.k-panelbar .k-i-arrow-e, .k-pivot .k-i-arrow-e, .k-panelbar .k-link.k-state-selected .k-i-arrow-e, .k-pivot .k-link.k-state-selected .k-i-arrow-e, .k-panelbar .k-link:not(.k-state-disabled):hover>.k-i-arrow-e, .k-pivot .k-link:not(.k-state-disabled):hover>.k-i-arrow-e {
    background-position: 0 -190px
}
.k-pivot-configurator-settings .k-si-close, .k-pivot-configurator-settings .k-item.k-state-hover .k-si-close, .k-pivot-configurator-settings .k-button:hover .k-si-close {
    background-position: -160px -80px
}
.k-pivot .k-header .k-i-arrowhead-s, .k-pivot .k-button:not(.k-state-disabled):hover .k-i-arrowhead-s {
    background-position: -16px -288px
}
.k-pivot .k-header .k-si-close, .k-pivot .k-button:not(.k-state-disabled):hover .k-si-close {
    background-position: -176px -80px
}
.k-notification .k-i-note {
    background-position: -176px -240px
}
.k-radio:checked+.k-radio-label:after {
    top: 4px;
    left: 4px
}
.k-rtl .k-widget .k-dropdown-wrap, .k-rtl .k-widget .k-picker-wrap, .k-rtl .k-widget .k-numeric-wrap {
    padding-left: 2.5em
}
.k-rtl .k-widget .k-datetimepicker .k-picker-wrap {
    padding-left: 5em
}
.k-rtl .k-widget .k-datetimepicker .k-picker-wrap .k-icon {
    margin: 0 6px
}
.k-webkit .k-rtl .k-widget .k-dropdown-wrap .k-input, .k-webkit .k-rtl .k-widget .k-numeric-wrap .k-input {
    margin-right: 0
}
.km-pane-wrapper .k-pager-numbers .k-link, .km-pane-wrapper .k-pager-numbers .k-state-selected, .km-pane-wrapper .k-pager-wrap>.k-link {
    border-radius: 0
}
.km-pane-wrapper .k-pager-numbers .k-link, .km-pane-wrapper .k-pager-numbers .k-state-selected, .km-pane-wrapper .k-pager-wrap>.k-link, .km-pane-wrapper .k-pager-wrap>.k-pager-info {
    padding: .571em .86em
}
.k-ie7 input.k-textbox {
    line-height: 2.694em;
    height: 2.694em
}

/*
* Kendo UI v2014.3.1411 (http://www.telerik.com/kendo-ui)
* Copyright 2015 Telerik AD. All rights reserved.
*
* Kendo UI commercial licenses may be obtained at
* http://www.telerik.com/purchase/license-agreement/kendo-ui-complete
* If you do not own a commercial license, this file shall be governed by the trial license terms.
*/

.k-in, .k-item, .k-window-action {
    border-color: transparent
}
.k-block, .k-widget {
    background-color: #fff
}
.k-block, .k-widget, .k-input, .k-textbox, .k-group, .k-content, .k-header, .k-filter-row>th, .k-editable-area, .k-separator, .k-colorpicker .k-i-arrow-s, .k-textbox>input, .k-autocomplete, .k-dropdown-wrap, .k-toolbar, .k-group-footer td, .k-grid-footer, .k-footer-template td, .k-state-default, .k-state-default .k-select, .k-state-disabled, .k-grid-header, .k-grid-header-wrap, .k-grid-header-locked, .k-grid-footer-locked, .k-grid-content-locked, .k-grid td, .k-grid td.k-state-selected, .k-grid-footer-wrap, .k-pager-wrap, .k-pager-wrap .k-link, .k-pager-refresh, .k-grouping-header, .k-grouping-header .k-group-indicator, .k-panelbar>.k-item>.k-link, .k-panel>.k-item>.k-link, .k-panelbar .k-panel, .k-panelbar .k-content, .k-treemap-tile, .k-calendar th, .k-slider-track, .k-splitbar, .k-dropzone-active, .k-tiles, .k-toolbar, .k-tooltip, .k-button-group .k-tool, .k-upload-files {
    border-color: #e5e5e5
}
.k-group, .k-toolbar, .k-grouping-header, .k-pager-wrap, .k-group-footer td, .k-grid-footer, .k-footer-template td, .k-widget .k-status, .k-calendar th, .k-dropzone-hovered, .k-widget.k-popup {
    background-color: #3f51b5
}
.k-grouping-row td, td.k-group-cell, .k-resize-handle-inner {
    background-color: #3f51b5
}
.k-list-container {
    border-color: rgba(0, 0, 0, 0.2);
    background-color: #fff
}
.k-content, .k-editable-area, .k-panelbar>li.k-item, .k-panel>li.k-item, .k-tiles {
    background-color: #fff
}
.k-alt, .k-separator, .k-resource.k-alt, .k-pivot-layout>tbody>tr:first-child>td:first-child {
    background-color: #f9f9f9
}
.k-pivot-rowheaders .k-alt .k-alt, .k-header.k-alt {
    background-color: #e5e5e5
}
.k-textbox, .k-autocomplete.k-header, .k-dropdown-wrap.k-state-active, .k-picker-wrap.k-state-active, .k-numeric-wrap.k-state-active {
    border-color: #e5e5e5;
    background-color: #fff
}
.k-textbox>input, .k-autocomplete .k-input, .k-dropdown-wrap .k-input, .k-autocomplete.k-state-focused .k-input, .k-dropdown-wrap.k-state-focused .k-input, .k-picker-wrap.k-state-focused .k-input, .k-numeric-wrap.k-state-focused .k-input {
    border-color: #e5e5e5
}
input.k-textbox, textarea.k-textbox, input.k-textbox:hover, textarea.k-textbox:hover, .k-textbox>input {
    background: 0
}
.k-input, input.k-textbox, textarea.k-textbox, input.k-textbox:hover, textarea.k-textbox:hover, .k-textbox>input, .k-multiselect-wrap {
    background-color: #fff;
    color: #444
}
.k-input[readonly] {
    background-color: #fff;
    color: #444
}
.k-block, .k-widget, .k-popup, .k-content, .k-toolbar, .k-dropdown .k-input {
    color: #444
}
.k-inverse {
    color: #fff
}
.k-block {
    color: #fff
}
.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #428bca
}
.k-tabstrip-items .k-link, .k-panelbar>li>.k-link {
    color: #444
}
.k-header, .k-treemap-title, .k-grid-header .k-header>.k-link {
    color: #fff
}
.k-header, .k-grid-header, .k-toolbar, .k-dropdown-wrap, .k-picker-wrap, .k-numeric-wrap, .k-grouping-header, .k-pager-wrap, .k-textbox, .k-button, .k-progressbar, .k-draghandle, .k-autocomplete, .k-state-highlight, .k-tabstrip-items .k-item, .k-panelbar .k-tabstrip-items .k-item, .km-pane-wrapper>.km-pane>.km-view>.km-content {
    background-image: none;
    background-position: 50% 50%;
    background-color: #3f51b5
}
.k-widget.k-tooltip {
    background-image: none
}
.k-block, .k-header, .k-grid-header, .k-toolbar, .k-grouping-header, .k-pager-wrap, .k-button, .k-draghandle, .k-treemap-tile, html .km-pane-wrapper .k-header {
    background-color: #3f51b5
}
.k-icon:hover, .k-state-hover .k-icon, .k-state-selected .k-icon, .k-state-focused .k-icon, .k-column-menu .k-state-hover .k-sprite, .k-column-menu .k-state-active .k-sprite {
    opacity: 1
}
.k-icon, .k-state-disabled .k-icon, .k-column-menu .k-sprite {
    opacity: .5
}
.k-mobile-list .k-check:checked, .k-mobile-list .k-edit-field [type=checkbox]:checked, .k-mobile-list .k-edit-field [type=radio]:checked {
    opacity: .5
}
.k-tool {
    border-color: transparent
}
.k-icon, .k-tool-icon, .k-grouping-dropclue, .k-drop-hint, .k-column-menu .k-sprite, .k-grid-mobile .k-resize-handle-inner:before, .k-grid-mobile .k-resize-handle-inner:after {
    background-image: url('Material/sprite.png');
    border-color: transparent
}
.k-mobile-list .k-check:checked, .k-mobile-list .k-edit-field [type=checkbox]:checked, .k-mobile-list .k-edit-field [type=radio]:checked {
    background-image: url('Material/sprite.png');
    border-color: transparent
}
.k-loading, .k-state-hover .k-loading {
    background-image: url('Material/loading.gif');
    background-position: 50% 50%
}
.k-loading-image {
    background-image: url('Material/loading-image.gif')
}
.k-loading-color {
    background-color: #fff
}
.k-button {
    color: #444;
    border-color: #f9f9f9;
    background-color: #f9f9f9
}
.k-draghandle {
    border-color: #3f51b5;
    background-color: #3f51b5;
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-draghandle:hover {
    border-color: #3f51b5;
    background-color: #3f51b5;
    -webkit-box-shadow: 0 0 0 8px rgba(63, 81, 181, 0.3);
    box-shadow: 0 0 0 8px rgba(63, 81, 181, 0.3)
}
.k-scheduler {
    color: #fff;
    background-color: #fff
}
.k-scheduler-layout {
    color: #444
}
.k-scheduler-datecolumn, .k-scheduler-groupcolumn {
    background-color: #fff;
    color: #444
}
.k-scheduler-times tr, .k-scheduler-times th, .k-scheduler-table td, .k-scheduler-header th, .k-scheduler-header-wrap, .k-scheduler-times {
    border-color: #e7e7e7
}
.k-nonwork-hour {
    background-color: #f9f9f9
}
.k-gantt .k-nonwork-hour {
    background-color: rgba(0, 0, 0, 0.02)
}
.k-gantt .k-header.k-nonwork-hour {
    background-color: rgba(0, 0, 0, 0.2)
}
.k-scheduler-table .k-today, .k-today>.k-scheduler-datecolumn, .k-today>.k-scheduler-groupcolumn {
    background-color: #e9e9e9
}
.k-scheduler-now-arrow {
    border-left-color: #eed3d7
}
.k-scheduler-now-line {
    background-color: #eed3d7
}
.k-event, .k-task-complete {
    border-color: #3f51b5;
    background: #3f51b5 0 -257px none repeat-x;
    color: #fff
}
.k-event-inverse {
    color: #444
}
.k-event.k-state-selected {
    background-position: 0 0
}
.k-ie7 .k-event .k-resize-handle, .k-event .k-resize-handle:after, .k-ie7 .k-task-single .k-resize-handle, .k-task-single .k-resize-handle:after {
    background-color: #fff
}
.k-scheduler-marquee:before, .k-scheduler-marquee:after {
    border-color: #fff
}
.k-panelbar .k-content, .k-panelbar .k-panel, .k-panelbar .k-item {
    background-color: #fff;
    color: #444;
    border-color: #ccc
}
.k-panelbar>li>.k-link {
    color: #444
}
.k-panelbar>.k-item>.k-link {
    border-color: #ccc
}
.k-panel>li.k-item {
    background-color: #fff
}
.k-state-active, .k-state-active:hover, .k-active-filter, .k-tabstrip .k-state-active {
    background-color: #fff;
    border-color: #ccc;
    color: #444
}
.k-fieldselector .k-list-container {
    background-color: #fff
}
.k-button:focus, .k-button.k-state-focused {
    border-color: #dbdbdb
}
.k-button:hover, .k-button.k-state-hover {
    color: #444;
    border-color: #ebebeb;
    background-color: #ebebeb
}
.k-button:active, .k-button.k-state-active {
    color: #3f51b5;
    background-color: #dbdbdb;
    border-color: #dbdbdb
}
.k-button:active:hover, .k-button.k-state-active:hover {
    color: #fff;
    border-color: #5c6bc0;
    background-color: #5c6bc0
}
.k-button[disabled], .k-button.k-state-disabled, .k-state-disabled .k-button, .k-state-disabled .k-button:hover, .k-button.k-state-disabled:hover, .k-state-disabled .k-button:active, .k-button.k-state-disabled:active {
    color: #999;
    border-color: #f9f9f9;
    background-color: #f9f9f9;
    background-image: none
}
.k-button:focus:not(.k-state-disabled):not([disabled]) {
    -webkit-box-shadow: 0 6px 17px 0 #c4c4c4;
    box-shadow: 0 6px 17px 0 #c4c4c4
}
.k-button:focus:active:not(.k-state-disabled):not([disabled]) {
    -webkit-box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3)
}
.k-menu .k-state-hover>.k-state-active {
    background-color: transparent
}
.k-state-highlight {
    background: #fff;
    color: #444
}
.k-state-focused, .k-grouping-row .k-state-focused {
    border-color: #67afe9
}
.k-calendar .k-link {
    color: #444
}
.k-calendar .k-footer {
    padding: 0
}
.k-calendar .k-footer .k-nav-today {
    color: #444;
    text-decoration: none;
    background-color: #fff
}
.k-calendar .k-footer .k-nav-today:hover, .k-calendar .k-footer .k-nav-today.k-state-hover {
    background-color: #fff;
    text-decoration: underline
}
.k-calendar .k-footer .k-nav-today:active {
    background-color: #fff
}
.k-calendar .k-link.k-nav-fast {
    color: #444
}
.k-calendar .k-nav-fast.k-state-hover {
    text-decoration: none;
    background-color: #ebebeb;
    color: #444
}
.k-calendar .k-link.k-state-hover, .k-window-titlebar .k-link {
    border-radius: 50%
}
.k-calendar .k-footer .k-link {
    border-radius: 0
}
.k-calendar th {
    background-color: #3f51b5
}
.k-calendar-container.k-group {
    border-color: rgba(0, 0, 0, 0.2)
}
.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list>.k-state-selected, .k-list>.k-state-highlight, .k-panel>.k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color {
    color: #3f51b5;
    background-color: #fff;
    border-color: #fff
}
.k-marquee-text {
    color: #3f51b5
}
.k-state-focused, .k-list>.k-state-focused, .k-listview>.k-state-focused, .k-grid-header th.k-state-focused, td.k-state-focused, .k-button.k-state-focused {
    -webkit-box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3)
}
.k-state-focused.k-state-selected, .k-list>.k-state-focused.k-state-selected, .k-listview>.k-state-focused.k-state-selected, td.k-state-focused.k-state-selected {
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-ie8 .k-panelbar span.k-state-focused, .k-ie8 .k-menu li.k-state-focused, .k-ie8 .k-listview>.k-state-focused, .k-ie8 .k-grid-header th.k-state-focused, .k-ie8 td.k-state-focused, .k-ie8 .k-tool.k-state-hover, .k-ie8 .k-button:focus, .k-ie8 .k-button.k-state-focused, .k-ie7 .k-panelbar span.k-state-focused, .k-ie7 .k-menu li.k-state-focused, .k-ie7 .k-listview>.k-state-focused, .k-ie7 .k-grid-header th.k-state-focused, .k-ie7 td.k-state-focused, .k-ie7 .k-tool.k-state-hover, .k-ie7 .k-button:focus, .k-ie7 .k-button.k-state-focused {
    background-color: #ebebeb
}
.k-list>.k-state-selected.k-state-focused {
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-state-selected>.k-link, .k-panelbar>li>.k-state-selected, .k-panelbar>li.k-state-default>.k-link.k-state-selected {
    color: #3f51b5
}
.k-state-hover, .k-state-hover:hover, .k-splitbar-horizontal-hover:hover, .k-splitbar-vertical-hover:hover, .k-list>.k-state-hover, .k-scheduler .k-scheduler-toolbar ul li.k-state-hover, .k-pager-wrap .k-link:hover, .k-dropdown .k-state-focused, .k-filebrowser-dropzone, .k-mobile-list .k-item>.k-link:active, .k-mobile-list .k-item>.k-label:active, .k-mobile-list .k-edit-label.k-check:active, .k-mobile-list .k-recur-view .k-check:active {
    color: #444;
    background-color: #ebebeb;
    border-color: #ebebeb
}
.k-mobile-list .k-scheduler-timezones .k-edit-field:nth-child(2):active {
    color: #444;
    background-color: #ebebeb;
    border-color: #ebebeb
}
.k-ie7 .k-window-titlebar .k-state-hover, .k-ie8 .k-window-titlebar .k-state-hover {
    border-color: #ebebeb
}
.k-state-hover>.k-select, .k-state-focused>.k-select {
    border-color: #ebebeb
}
.k-button:hover, .k-button.k-state-hover, .k-button:focus, .k-button.k-state-focused, .k-textbox:hover, .k-state-hover, .k-state-hover:hover, .k-pager-wrap .k-link:hover, .k-other-month.k-state-hover .k-link, div.k-filebrowser-dropzone em, .k-draghandle:hover {
    background-image: none
}
.k-pager-wrap {
    background-color: #3f51b5;
    color: #fff
}
.k-autocomplete.k-state-active, .k-picker-wrap.k-state-active, .k-numeric-wrap.k-state-active, .k-dropdown-wrap.k-state-active, .k-state-active, .k-state-active:hover, .k-state-active>.k-link, .k-button:active, .k-panelbar>.k-item>.k-state-focused {
    background-image: none
}
.k-state-selected, .k-button:active, .k-button.k-state-active, .k-draghandle.k-state-selected:hover {
    background-image: none
}
.k-button:active, .k-button.k-state-active, .k-draghandle.k-state-selected:hover {
    background-position: 50% 50%
}
.k-tool-icon {
    background-image: url('Material/sprite.png')
}
.k-state-hover>.k-link, .k-other-month.k-state-hover .k-link, div.k-filebrowser-dropzone em {
    color: #444
}
.k-autocomplete.k-state-hover, .k-autocomplete.k-state-focused, .k-picker-wrap.k-state-hover, .k-picker-wrap.k-state-focused, .k-numeric-wrap.k-state-hover, .k-numeric-wrap.k-state-focused, .k-dropdown-wrap.k-state-hover, .k-dropdown-wrap.k-state-focused {
    background-color: #fff;
    background-image: none;
    background-position: 50% 50%;
    border-color: #ebebeb
}
.km-pane-wrapper .k-mobile-list input:not([type="checkbox"]):not([type="radio"]), .km-pane-wrapper .km-pane .k-mobile-list select:not([multiple]), .km-pane-wrapper .k-mobile-list textarea, .k-dropdown .k-state-focused .k-input {
    color: #444
}
.k-dropdown .k-state-hover .k-input {
    color: #444
}
.k-state-error {
    border-color: #eed3d7;
    background-color: #f2dede;
    color: #b94a48
}
.k-state-disabled {
    opacity: .7
}
.k-ie7 .k-state-disabled, .k-ie8 .k-state-disabled {
    filter: alpha(opacity=70)
}
.k-tile-empty.k-state-selected, .k-loading-mask.k-state-selected {
    border-width: 0;
    background-image: none;
    background-color: transparent
}
.k-state-disabled, .k-state-disabled .k-link, .k-state-disabled .k-button, .k-other-month, .k-other-month .k-link, .k-dropzone em, .k-dropzone .k-upload-status, .k-tile-empty strong, .k-slider .k-draghandle {
    color: #999
}
.k-progressbar-indeterminate {
    background: url('Material/indeterminate.gif')
}
.k-progressbar-indeterminate .k-progress-status-wrap, .k-progressbar-indeterminate .k-state-selected {
    display: none
}
.k-slider-track {
    background-color: #e5e5e5
}
.k-slider-selection {
    background-color: #fff
}
.k-slider-horizontal .k-tick {
    background-image: url('Material/slider-h.gif')
}
.k-slider-vertical .k-tick {
    background-image: url('Material/slider-v.gif')
}
.k-widget.k-tooltip {
    border-color: rgba(100, 100, 100, 0.9);
    background-color: rgba(100, 100, 100, 0.9);
    color: #fff
}
.k-widget.k-tooltip-validation {
    border-color: #fdefba;
    background-color: #fdefba;
    color: #f2953f
}
.input-prepend .k-tooltip-validation, .input-append .k-tooltip-validation {
    font-size: 12px;
    position: relative;
    top: 3px
}
.k-callout-n {
    border-bottom-color: rgba(100, 100, 100, 0.9)
}
.k-callout-w {
    border-right-color: rgba(100, 100, 100, 0.9)
}
.k-callout-s {
    border-top-color: rgba(100, 100, 100, 0.9)
}
.k-callout-e {
    border-left-color: rgba(100, 100, 100, 0.9)
}
.k-tooltip-validation .k-callout-n {
    border-bottom-color: #fdefba
}
.k-tooltip-validation .k-callout-w {
    border-right-color: #fdefba
}
.k-tooltip-validation .k-callout-s {
    border-top-color: #fdefba
}
.k-tooltip-validation .k-callout-e {
    border-left-color: #fdefba
}
.k-splitbar {
    background-color: #f9f9f9
}
.k-restricted-size-vertical, .k-restricted-size-horizontal {
    background-color: #b94a48
}
.k-file {
    background-color: #fff;
    border-color: #e7e7e7
}
.k-file-progress {
    color: #06c
}
.k-file-progress .k-progress {
    background-color: #3f51b5
}
.k-file-success {
    color: #444
}
.k-file-success .k-progress {
    background-color: #fce68d
}
.k-file-error {
    color: #444
}
.k-file-error .k-progress {
    background-color: #fce68d
}
.k-tile {
    border-color: #fff
}
.k-textbox:hover, .k-tiles li.k-state-hover {
    border-color: #ebebeb
}
.k-tiles li.k-state-selected {
    border-color: #fff
}
.k-filebrowser .k-tile .k-folder, .k-filebrowser .k-tile .k-file {
    background-image: url('Material/imagebrowser.png');
    background-size: auto auto
}
.k-leaf, .k-leaf.k-state-hover:hover {
    color: #fff
}
.k-leaf.k-inverse, .k-leaf.k-inverse.k-state-hover:hover {
    color: #000
}
.k-widget, .k-button {
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-slider, .k-treeview, .k-upload {
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-state-hover {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2)
}
.k-autocomplete.k-state-focused, .k-dropdown-wrap.k-state-focused, .k-picker-wrap.k-state-focused, .k-numeric-wrap.k-state-focused {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05)
}
.k-state-selected {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset
}
.k-state-active {
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-grid td.k-state-selected.k-state-focused {
    background-color: #fff
}
.k-popup, .k-menu .k-menu-group, .k-grid .k-filter-options, .k-time-popup, .k-datepicker-calendar, .k-autocomplete.k-state-border-down, .k-autocomplete.k-state-border-up, .k-dropdown-wrap.k-state-active, .k-picker-wrap.k-state-active, .k-multiselect.k-state-focused, .k-filebrowser .k-image, .k-tooltip {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2)
}
.k-treemap-tile.k-state-hover {
    -webkit-box-shadow: inset 0 0 0 3px #e5e5e5;
    box-shadow: inset 0 0 0 3px #e5e5e5
}
.k-window {
    border-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 7px 1px rgba(128, 128, 128, 0.2);
    box-shadow: 1px 1px 7px 1px rgba(128, 128, 128, 0.2);
    background-color: #fff
}
.k-window.k-state-focused {
    border-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.2)
}
.k-window.k-window-maximized, .k-window-maximized .k-window-titlebar, .k-window-maximized .k-window-content {
    border-radius: 0
}
.k-shadow {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2)
}
.k-inset {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2)
}
.k-editor-inline::selection {
    background-color: #fff;
    text-shadow: none;
    color: #fff
}
.k-editor-inline::-moz-selection {
    background-color: #fff;
    text-shadow: none;
    color: #fff
}
.k-notification.k-notification-info {
    background-color: #bbdefb;
    color: #1976d2;
    border-color: #bbdefb
}
.k-notification.k-notification-success {
    background-color: #c8e6c9;
    color: #43a047;
    border-color: #c8e6c9
}
.k-notification.k-notification-warning {
    background-color: #fdefba;
    color: #f2953f;
    border-color: #fdefba
}
.k-notification.k-notification-error {
    background-color: #ffcdd2;
    color: #f44336;
    border-color: #ffcdd2
}
.k-gantt .k-treelist {
    background: #f9f9f9
}
.k-gantt .k-treelist .k-alt {
    background-color: #e0e0e0
}
.k-gantt .k-treelist .k-state-selected, .k-gantt .k-treelist .k-state-selected td, .k-gantt .k-treelist .k-alt.k-state-selected, .k-gantt .k-treelist .k-alt.k-state-selected>td {
    background-color: #fff
}
.k-task-dot:after {
    background-color: #444;
    border-color: #444
}
.k-task-dot:hover:after {
    background-color: #fff
}
.k-task-summary {
    border-color: #98a2db;
    background: #98a2db
}
.k-task-milestone, .k-task-summary-complete {
    border-color: #444;
    background: #444
}
.k-state-selected.k-task-summary {
    border-color: #98a2db;
    background: #98a2db
}
.k-state-selected.k-task-milestone, .k-state-selected .k-task-summary-complete {
    border-color: #fff;
    background: #fff
}
.k-task-single {
    background-color: #5465c4;
    border-color: #3f51b5;
    color: #fff
}
.k-state-selected.k-task-single {
    border-color: #fff
}
.k-line {
    background-color: #444;
    color: #444
}
.k-state-selected.k-line {
    background-color: #fff;
    color: #fff
}
.k-resource {
    background-color: #fff
}
.k-i-kpi-decrease, .k-i-kpi-denied, .k-i-kpi-equal, .k-i-kpi-hold, .k-i-kpi-increase, .k-i-kpi-open {
    background-image: url('Material/sprite_kpi.png')
}
.k-block, .k-button, .k-textbox, .k-drag-clue, .k-touch-scrollbar, .k-window, .k-window-titleless .k-window-content, .k-window-action, .k-inline-block, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-autocomplete, .k-multiselect, .k-combobox, .k-dropdown, .k-dropdown-wrap, .k-datepicker, .k-timepicker, .k-colorpicker, .k-datetimepicker, .k-notification, .k-numerictextbox, .k-picker-wrap, .k-numeric-wrap, .k-colorpicker, .k-list-container, .k-calendar-container, .k-calendar td, .k-calendar .k-link, .k-treeview .k-in, .k-editor-inline, .k-tooltip, .k-tile, .k-slider-track, .k-slider-selection, .k-upload {
    border-radius: 2px
}
.k-tool {
    text-align: center;
    vertical-align: middle
}
.k-tool.k-group-start, .k-toolbar .k-split-button .k-button, .k-toolbar .k-button-group .k-group-start {
    border-radius: 2px 0 0 2px
}
.k-rtl .k-tool.k-group-start {
    border-radius: 0 2px 2px 0
}
.k-tool.k-group-end, .k-toolbar .k-button-group .k-group-end, .k-toolbar .k-split-button .k-split-button-arrow {
    border-radius: 0 2px 2px 0
}
.k-rtl .k-tool.k-group-end {
    border-radius: 2px 0 0 2px
}
.k-group-start.k-group-end.k-tool {
    border-radius: 2px
}
.k-calendar-container.k-state-border-up, .k-list-container.k-state-border-up, .k-autocomplete.k-state-border-up, .k-multiselect.k-state-border-up, .k-dropdown-wrap.k-state-border-up, .k-picker-wrap.k-state-border-up, .k-numeric-wrap.k-state-border-up, .k-window-content, .k-filter-menu {
    border-radius: 0 0 2px 2px
}
.k-autocomplete.k-state-border-up .k-input, .k-dropdown-wrap.k-state-border-up .k-input, .k-picker-wrap.k-state-border-up .k-input, .k-picker-wrap.k-state-border-up .k-selected-color, .k-numeric-wrap.k-state-border-up .k-input {
    border-radius: 0 0 0 2px
}
.k-multiselect.k-state-border-up .k-multiselect-wrap {
    border-radius: 0 0 2px 2px
}
.k-window-titlebar, .k-block>.k-header, .k-tabstrip-items .k-item, .k-panelbar .k-tabstrip-items .k-item, .k-tabstrip-items .k-link, .k-calendar-container.k-state-border-down, .k-list-container.k-state-border-down, .k-autocomplete.k-state-border-down, .k-multiselect.k-state-border-down, .k-dropdown-wrap.k-state-border-down, .k-picker-wrap.k-state-border-down, .k-numeric-wrap.k-state-border-down {
    border-radius: 2px 2px 0 0
}
.k-split-button.k-state-border-down>.k-button {
    border-radius: 2px 0 0 0
}
.k-split-button.k-state-border-up>.k-button {
    border-radius: 0 0 0 2px
}
.k-split-button.k-state-border-down>.k-split-button-arrow {
    border-radius: 0 2px 0 0
}
.k-split-button.k-state-border-up>.k-split-button-arrow {
    border-radius: 0 0 2px 0
}
.k-dropdown-wrap .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input {
    border-radius: 1px 0 0 1px
}
.k-rtl .k-dropdown-wrap .k-input, .k-rtl .k-picker-wrap .k-input, .k-rtl .k-numeric-wrap .k-input {
    border-radius: 0 1px 1px 0
}
.k-numeric-wrap .k-link {
    border-radius: 0 1px 0 0
}
.k-numeric-wrap .k-link+.k-link {
    border-radius: 0 0 1px 0
}
.k-colorpicker .k-selected-color {
    border-radius: 1px 0 0 1px
}
.k-rtl .k-colorpicker .k-selected-color {
    border-radius: 0 1px 1px 0
}
.k-autocomplete.k-state-border-down .k-input {
    border-radius: 2px 2px 0 0
}
.k-dropdown-wrap.k-state-border-down .k-input, .k-picker-wrap.k-state-border-down .k-input, .k-picker-wrap.k-state-border-down .k-selected-color, .k-numeric-wrap.k-state-border-down .k-input {
    border-radius: 2px 0 0 0
}
.k-numeric-wrap .k-link.k-state-selected {
    background-color: #ebebeb
}
.k-multiselect.k-state-border-down .k-multiselect-wrap {
    border-radius: 1px 1px 0 0
}
.k-dropdown-wrap .k-select, .k-picker-wrap .k-select, .k-numeric-wrap .k-select, .k-datetimepicker .k-select+.k-select, .k-list-container.k-state-border-right {
    border-radius: 0 2px 2px 0
}
.k-rtl .k-dropdown-wrap .k-select, .k-rtl .k-picker-wrap .k-select, .k-rtl .k-numeric-wrap .k-select, .k-rtl .k-datetimepicker .k-select+.k-select, .k-rtl .k-list-container.k-state-border-right {
    border-radius: 2px 0 0 2px
}
.k-numeric-wrap.k-expand-padding .k-input {
    border-radius: 2px
}
.k-textbox>input, .k-autocomplete .k-input, .k-multiselect-wrap {
    border-radius: 1px
}
.k-list .k-state-hover, .k-list .k-state-focused, .k-list .k-state-highlight, .k-list .k-state-selected, .k-fieldselector .k-list .k-item, .k-dropzone {
    border-radius: 1px
}
.k-slider .k-button, .k-grid .k-slider .k-button {
    border-radius: 13px
}
.k-draghandle {
    border-radius: 13px
}
.k-scheduler-toolbar>ul li:first-child, .k-scheduler-toolbar>ul li:first-child .k-link {
    border-radius: 2px 0 0 2px
}
.k-rtl .k-scheduler-toolbar>ul li:first-child, .k-rtl .k-scheduler-toolbar>ul li:first-child .k-link, .km-view.k-popup-edit-form .k-scheduler-toolbar>ul li:last-child, .km-view.k-popup-edit-form .k-scheduler-toolbar>ul li:last-child .k-link {
    border-radius: 0 2px 2px 0
}
.k-scheduler-phone .k-scheduler-toolbar>ul li.k-nav-today, .k-scheduler-phone .k-scheduler-toolbar>ul li.k-nav-today .k-link, .k-edit-field>.k-scheduler-navigation {
    border-radius: 2px
}
.k-scheduler-toolbar .k-nav-next, .k-scheduler-toolbar ul+ul li:last-child, .k-scheduler-toolbar .k-nav-next .k-link, .k-scheduler-toolbar ul+ul li:last-child .k-link {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}
.k-rtl .k-scheduler-toolbar .k-nav-next, .k-rtl .k-scheduler-toolbar ul+ul li:last-child, .k-rtl .k-scheduler-toolbar .k-nav-next .k-link, .k-rtl .k-scheduler-toolbar ul+ul li:last-child .k-link {
    border-radius: 2px 0 0 2px
}
.k-scheduler div.k-scheduler-footer ul li, .k-scheduler div.k-scheduler-footer .k-link {
    border-radius: 2px
}
.k-more-events, .k-event, .k-task-single, .k-task-complete, .k-event .k-link {
    border-radius: 1px
}
.k-scheduler-mobile .k-event {
    border-radius: 0
}
.k-grid-mobile .k-column-active+th.k-header {
    border-left-color: #444
}
html .km-pane-wrapper .km-widget, .k-ie .km-pane-wrapper .k-widget, .k-ie .km-pane-wrapper .k-group, .k-ie .km-pane-wrapper .k-content, .k-ie .km-pane-wrapper .k-header, .k-ie .km-pane-wrapper .k-popup-edit-form .k-edit-field .k-button, .km-pane-wrapper .k-mobile-list .k-item, .km-pane-wrapper .k-mobile-list .k-edit-label, .km-pane-wrapper .k-mobile-list .k-edit-field {
    color: #444
}
@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
    div.km-pane-wrapper a {
        color: #444
    }
    .km-pane-wrapper .k-icon {
        background-image: url('Material/sprite_2x.png');
        background-size: 21.2em 21em
    }
}
.km-pane-wrapper .k-mobile-list .k-item, .km-pane-wrapper .k-mobile-list .k-edit-field, .km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-field .k-check {
    background-color: #fff;
    border-top: 1px solid #e7e7e7
}
.km-pane-wrapper .k-mobile-list .k-edit-field textarea {
    outline-width: 0
}
.km-pane-wrapper .k-mobile-list .k-item.k-state-selected {
    background-color: #fff;
    border-top-color: #fff
}
.km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-field .k-check:first-child {
    border-top-color: transparent
}
.km-pane-wrapper .k-mobile-list .k-item:last-child {
    -webkit-box-shadow: inset 0 -1px 0 #e7e7e7;
    box-shadow: inset 0 -1px 0 #e7e7e7
}
.km-pane-wrapper .k-mobile-list>ul>li>.k-link, .km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-label:nth-child(3), .km-pane-wrapper #recurrence .km-scroll-container>.k-edit-label:first-child {
    color: #9b9b9b
}
.km-pane-wrapper .k-mobile-list>ul>li>.k-link {
    border-bottom: 1px solid #e7e7e7
}
.km-pane-wrapper .k-mobile-list .k-edit-field {
    -webkit-box-shadow: 0 1px 1px #e7e7e7;
    box-shadow: 0 1px 1px #e7e7e7
}
.km-actionsheet .k-grid-delete, .km-actionsheet .k-scheduler-delete, .km-pane-wrapper .k-scheduler-delete, .km-pane-wrapper .k-filter-menu .k-button[type=reset] {
    color: #fff;
    border-color: #eed3d7;
    background-color: red;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, from(rgba(255, 255, 255, .3)), to(rgba(255, 255, 255, .15)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, .15));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, .15));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, .15));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .3), rgba(255, 255, 255, .15))
}
.km-actionsheet .k-grid-delete:active, .km-actionsheet .k-scheduler-delete:active, .km-pane-wrapper .k-scheduler-delete:active, .km-pane-wrapper .k-filter-menu .k-button[type=reset]:active {
    background-color: #900
}
.k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-dropdown-wrap.k-state-default {
    background-image: none;
    background-position: 50% 50%;
    background-color: #f9f9f9;
    border-color: #efefef
}
.k-autocomplete.k-state-hover, .k-picker-wrap.k-state-hover, .k-numeric-wrap.k-state-hover, .k-dropdown-wrap.k-state-hover {
    background-color: #fff;
    background-image: none;
    background-position: 50% 50%;
    border-color: #f4f4f4
}
.k-multiselect.k-header {
    border-color: #efefef
}
.k-multiselect.k-header.k-state-hover {
    border-color: #f4f4f4
}
.k-autocomplete.k-state-focused, .k-picker-wrap.k-state-focused, .k-numeric-wrap.k-state-focused, .k-dropdown-wrap.k-state-focused, .k-multiselect.k-header.k-state-focused {
    background-color: #fff;
    background-image: none;
    background-position: 50% 50%;
    border-color: #f4f4f4;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05)
}
.k-list-container {
    color: #444
}
.k-dropdown .k-input, .k-dropdown .k-state-focused .k-input, .k-menu .k-popup {
    color: #444
}
.k-state-default>.k-select {
    border-color: #efefef
}
.k-state-hover>.k-select {
    border-color: #f4f4f4
}
.k-state-focused>.k-select {
    border-color: #f4f4f4
}
.k-tabstrip:focus {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05)
}
.k-tabstrip-items .k-state-default .k-link, .k-panelbar>li.k-state-default>.k-link {
    color: #fff
}
.k-tabstrip-items .k-state-hover .k-link, .k-panelbar>li.k-state-hover>.k-link, .k-panelbar>li.k-state-default>.k-link.k-state-hover {
    color: #444
}
.k-panelbar .k-state-focused.k-state-hover {
    background: #ebebeb;
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-tabstrip-items .k-state-default, .k-ie7 .k-tabstrip-items .k-state-default .k-loading {
    border-color: transparent
}
.k-tabstrip-items .k-state-hover, .k-ie7 .k-tabstrip-items .k-state-hover .k-loading {
    border-color: #ebebeb
}
.k-tabstrip-items .k-state-active, .k-panelbar .k-tabstrip-items .k-state-active, .k-ie7 .k-tabstrip-items .k-state-active .k-loading {
    background-color: #fff;
    background-image: none;
    border-color: #ccc
}
.k-tabstrip .k-content.k-state-active {
    background-color: #fff;
    color: #444
}
.k-menu.k-header, .k-menu .k-item {
    border-color: #e5e5e5
}
.k-column-menu, .k-column-menu .k-item, .k-overflow-container .k-overflow-group {
    border-color: #ccc
}
.k-overflow-container .k-overflow-group {
    box-shadow: inset 0 1px 0 #fff, 0 1px 0 #fff
}
.k-toolbar-first-visible.k-overflow-group, .k-overflow-container .k-overflow-group+.k-overflow-group {
    box-shadow: 0 1px 0 #fff
}
.k-toolbar-last-visible.k-overflow-group {
    box-shadow: inset 0 1px 0 #fff
}
.k-column-menu .k-separator {
    border-color: #ccc;
    background-color: transparent
}
.k-menu .k-group {
    border-color: rgba(0, 0, 0, 0.2)
}
.k-grid-filter.k-state-active {
    background-color: #fff
}
.k-grouping-row td, .k-group-footer td, .k-grid-footer td {
    color: #fff;
    border-color: #ccc;
    font-weight: bold
}
.k-grouping-header {
    color: #fff
}
.k-grid td.k-state-focused {
    -webkit-box-shadow: inset 0 0 0 1px 0 6px 17px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 0 1px 0 6px 17px 0 rgba(0, 0, 0, 0.3)
}
.k-header, .k-grid-header-wrap, .k-grid .k-grouping-header, .k-grid-header, .k-pager-wrap, .k-pager-wrap .k-textbox, .k-pager-wrap .k-link, .k-grouping-header .k-group-indicator, .k-gantt-toolbar .k-state-default {
    border-color: #ccc
}
.k-primary, .k-overflow-container .k-primary {
    color: #fff;
    border-color: #3f51b5;
    background-image: none;
    background-position: 50% 50%;
    background-color: #3f51b5;
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-primary:focus, .k-primary.k-state-focused {
    color: #fff;
    border-color: #eff8ff;
    background-image: none;
    -webkit-box-shadow: 0 0 8px 0 #cfe6f8;
    box-shadow: 0 0 8px 0 #cfe6f8
}
.k-primary:hover {
    color: #fff;
    border-color: #5c6bc0;
    background-image: none;
    background-color: #5c6bc0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-primary:focus:active:not(.k-state-disabled):not([disabled]), .k-primary:focus:not(.k-state-disabled):not([disabled]) {
    -webkit-box-shadow: 0 0 8px 0 #cfe6f8;
    box-shadow: 0 0 8px 0 #cfe6f8
}
.k-primary:active {
    color: #fff;
    border-color: #283593;
    background-image: none;
    background-color: #283593;
    -webkit-box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3)
}
.k-primary.k-state-disabled, .k-state-disabled .k-primary, .k-primary.k-state-disabled:hover, .k-state-disabled .k-primary:hover, .k-primary.k-state-disabled:hover, .k-state-disabled .k-primary:active, .k-primary.k-state-disabled:active {
    color: #a8a8a8;
    border-color: #eaeaea;
    background-color: #eaeaea;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-pager-numbers .k-link, .k-treeview .k-in {
    border-color: transparent
}
.k-treeview .k-icon, .k-scheduler-table .k-icon, .k-grid .k-hierarchy-cell .k-icon {
    background-color: transparent;
    border-radius: 50%
}
.k-scheduler-table .k-state-hover .k-icon {
    background-color: transparent
}
.k-button:focus {
    outline: 0
}
.k-editor .k-tool:focus {
    outline: 0;
    border-color: #dbdbdb;
    -webkit-box-shadow: 0 6px 17px 0 #c4c4c4;
    box-shadow: 0 6px 17px 0 #c4c4c4
}
.k-checkbox-label:before {
    border-color: transparent;
    border-radius: 1px
}
.k-checkbox-label:after {
    border-color: #7f7f7f;
    background: #fff;
    border-radius: 1px
}
.k-checkbox-label:hover:after, .k-checkbox:checked+.k-checkbox-label:hover:after {
    border-color: #7f7f7f;
    box-shadow: none
}
.k-checkbox:checked+.k-checkbox-label:after {
    background-color: #3f51b5;
    border-color: #3f51b5;
    border-radius: 1px;
    color: #fff
}
.k-checkbox-label:active:before {
    box-shadow: 0 0 0 12px rgba(235, 235, 235, 0.3);
    border-color: transparent;
    border-radius: 50%
}
.k-checkbox-label:active:after {
    border-color: #7f7f7f;
    border-radius: 1px
}
.k-checkbox:checked+.k-checkbox-label:active:after {
    border-color: #7f7f7f
}
.k-checkbox:checked+.k-checkbox-label:active:before {
    box-shadow: 0 0 0 12px rgba(63, 81, 181, 0.3);
    border-radius: 50%
}
.k-checkbox:disabled+.k-checkbox-label {
    color: #bfbfbf
}
.k-checkbox:disabled+.k-checkbox-label:hover:after, .k-checkbox:disabled+.k-checkbox-label:active:before {
    box-shadow: none
}
.k-checkbox:checked:disabled+.k-checkbox-label:after {
    background: #f4f4f5;
    color: #b3bac7
}
.k-checkbox:disabled+.k-checkbox-label:after, .k-checkbox:checked:disabled+.k-checkbox-label:active:after, .k-checkbox:disabled+.k-checkbox-label:hover:before, .k-checkbox:checked:disabled+.k-checkbox-label:hover:after {
    background: #f4f4f5;
    border-color: #bfbfbf;
    border-radius: 1px
}
.k-radio-label:before {
    border-color: #7f7f7f;
    border-radius: 50%;
    background-color: #fff;
    border-width: 2px
}
.k-radio-label:hover:before, .k-radio:checked+.k-radio-label:hover:before {
    border-color: #7f7f7f;
    box-shadow: none
}
.k-radio:checked+.k-radio-label:before {
    border-color: #3f51b5
}
.k-radio:checked+.k-radio-label:after {
    background-color: #3f51b5;
    border-radius: 50%
}
.k-radio-label:active:before {
    box-shadow: 0 0 0 .75em rgba(235, 235, 235, 0.3);
    border-radius: 50%;
    border-color: #7f7f7f
}
.k-radio:checked+.k-radio-label:active:before {
    box-shadow: 0 0 0 .75em rgba(63, 81, 181, 0.3);
    border-radius: 50%;
    border-color: #3f51b5
}
.k-radio:disabled+.k-radio-label {
    color: #bfbfbf
}
.k-radio:disabled+.k-radio-label:before {
    border-color: #bfbfbf
}
.k-radio:disabled+.k-radio-label:active:before {
    box-shadow: none;
    background: #fff
}
.k-radio:disabled+.k-radio-label:before {
    background: #fff
}
.k-radio:disabled+.k-radio-label:hover:after, .k-radio:disabled+.k-radio-label:hover:before {
    box-shadow: none
}
.k-checkbox:focus+.k-checkbox-label:after, .k-radio:focus+.k-radio-label:before {
    border-color: #7f7f7f;
    box-shadow: 0 0 0 12px rgba(235, 235, 235, 0.3)
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .k-icon:not(.k-loading), .k-grouping-dropclue, .k-drop-hint, .k-callout, .k-tool-icon, .k-state-hover .k-tool-icon, .k-state-active .k-tool-icon, .k-state-active.k-state-hover .k-tool-icon, .k-state-selected .k-tool-icon, .k-state-selected.k-state-hover .k-tool-icon, .k-column-menu .k-sprite, .k-mobile-list .k-check:checked, .k-mobile-list .k-edit-field [type=checkbox]:checked, .k-mobile-list .k-edit-field [type=radio]:checked {
        background-image: url('Material/sprite_2x.png');
        background-size: 340px 336px
    }
    .k-dropdown-wrap .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input {
        border-radius: 1px 0 0 1px
    }
    .k-i-kpi-decrease, .k-i-kpi-denied, .k-i-kpi-equal, .k-i-kpi-hold, .k-i-kpi-increase, .k-i-kpi-open {
        background-image: url('Material/sprite_kpi_2x.png');
        background-size: 96px 16px
    }
}
@media screen and (-ms-high-contrast: active) {
    .k-editor-toolbar-wrap .k-dropdown-wrap.k-state-focused, .k-editor-toolbar-wrap .k-button-group .k-tool:focus {
        border-color: #fff
    }
}
.ktb-checkbox-label-after {
    border-color: #7f7f7f;
    background: #fff
}
.ktb-checkbox-label-hover-after, .ktb-checkbox-checked+.ktb-checkbox-label-hover-after {
    border-color: #7f7f7f
}
.ktb-checkbox-checked+.ktb-checkbox-label-after {
    background-color: #3f51b5;
    border-color: #3f51b5;
    color: #fff
}
.ktb-checkbox-label-hover-after, .ktb-checkbox-checked+.ktb-checkbox-label-hover-after {
    border-color: #7f7f7f
}
.ktb-checkbox-label-active-after {
    border-color: #7f7f7f
}
.ktb-checkbox-checked-disabled+.ktb-checkbox-label-after, .ktb-checkbox-disabled+.ktb-checkbox-label-after, .ktb-checkbox-checked-disabled+.ktb-checkbox-label-active-after, .ktb-checkbox-disabled+.ktb-checkbox-label-hover-before, .ktb-checkbox-checked-disabled+.ktb-checkbox-label-hover-after {
    background: #f4f4f5;
    color: #b3bac7;
    border-color: #bfbfbf
}
.ktb-radio-label-before {
    border-color: #7f7f7f;
    background-color: #fff
}
.ktb-radio-checked+.ktb-radio-label-after {
    background-color: #3f51b5
}
.ktb-radio-checked+.ktb-radio-label-before {
    border-color: #3f51b5
}
.ktb-radio-label-hover-before, .ktb-radio-checked+.ktb-radio-label-hover-before {
    border-color: #7f7f7f
}
.ktb-radio-label-active-before {
    border-color: #7f7f7f
}
.ktb-radio-checked+.ktb-radio-label-after {
    background-color: #3f51b5
}
.ktb-radio-disabled+.ktb-radio-label-before, .ktb-radio-disabled+.ktb-radio-label-active-before {
    background: #fff;
    border-color: #bfbfbf
}
.k-button:hover .k-icon, .k-tool-icon:hover, .k-state-hover .k-tool-icon, .k-state-selected .k-tool-icon, .k-state-focused .k-tool-icon, .k-button:hover .k-tool-icon, .k-splitbar.k-splitbar-horizontal-hover .k-icon, .k-splitbar.k-splitbar-vertical-hover .k-icon, div.k-splitbar.k-state-focused .k-icon, .k-textbox:hover>.k-icon, .k-grouping-header .k-group-delete, .k-grouping-header .k-button-icon:hover>.k-icon.k-group-delete, .k-grouping-header .k-si-arrow-n, .k-grouping-header .k-link:hover>.k-icon.k-si-arrow-n, .k-grouping-header .k-si-arrow-s, .k-grouping-header .k-link:hover>.k-icon.k-si-arrow-s, .k-grid-toolbar .k-i-pdf, .k-grid-toolbar .k-button:hover>.k-i-pdf, .k-grid-toolbar .k-i-excel, .k-grid-toolbar .k-button:hover>.k-i-excel, .k-grid-toolbar .k-icon, .k-scheduler-toolbar .k-icon, .k-scheduler-footer .k-icon, .k-scheduler-content .k-icon, .k-gantt-toolbar .k-icon, .k-field-actions .k-icon, .k-notification .k-icon, .k-pivot-configurator-settings .k-icon:hover, .k-window-titlebar .k-icon {
    opacity: 1
}
.k-tool-icon, .k-splitbar .k-icon, .k-pivot-configurator-settings .k-icon {
    opacity: .5
}
.k-pager-wrap .k-link.k-state-disabled .k-icon {
    opacity: .25
}
.k-button, .k-button:hover, .k-button.k-state-hover, .k-button.k-state-focused, .k-button:focus, .k-button:focus:not(.k-state-disabled):not([disabled]) {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05)
}
.k-button, .k-header {
    font-weight: 500
}
.k-button:active, .k-button.k-state-active, .k-button:focus, .k-button.k-state-focused {
    color: #444;
    background-color: #dbdbdb;
    border-color: #dbdbdb
}
.k-button:active:hover, .k-button.k-state-active:hover {
    color: #444;
    border-color: #dbdbdb;
    background-color: #dbdbdb;
    -webkit-box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3)
}
.k-button:hover, .k-button.k-state-hover, .k-button:active:hover, .k-button.k-state-active:hover {
    color: #444;
    border-color: #ebebeb;
    background-color: #ebebeb
}
.k-button[disabled], .k-button.k-state-disabled, .k-state-disabled .k-button, .k-state-disabled .k-button:hover, .k-button.k-state-disabled:hover, .k-state-disabled .k-button:active, .k-button.k-state-disabled:active {
    color: #999;
    border-color: #f9f9f9;
    background-color: #f9f9f9;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-primary:active, .k-primary.k-state-active, .k-primary:focus, .k-primary.k-state-focused {
    color: #fff;
    border-color: #283593;
    background-image: none;
    background-color: #283593;
    -webkit-box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3)
}
.k-primary:hover, .k-primary.k-state-hover, .k-primary:active:hover, .k-primary.k-state-active:hover {
    color: #fff;
    border-color: #5c6bc0;
    background-color: #5c6bc0
}
.k-primary:focus:not(.k-state-disabled):not([disabled]), .k-primary:focus:active:not(.k-state-disabled):not([disabled]) {
    -webkit-box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3)
}
.k-primary.k-state-disabled, .k-state-disabled .k-primary, .k-primary.k-state-disabled:hover, .k-state-disabled .k-primary:hover, .k-primary.k-state-disabled:hover, .k-state-disabled .k-primary:active, .k-primary.k-state-disabled:active {
    color: #a8a8a8;
    border-color: #eaeaea;
    background-color: #eaeaea;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-widget .k-button:active, .k-widget .k-button.k-state-active {
    color: #444;
    background-color: #dbdbdb;
    border-color: #ebebeb
}
.k-toolbar .k-overflow-anchor.k-state-active, .k-toolbar .k-overflow-anchor.k-state-border-down {
    background-color: #fff
}
.k-widget .k-button:active:hover, .k-widget .k-button.k-state-active:hover {
    color: #444;
    border-color: #ebebeb;
    background-color: #ebebeb
}
.k-dropdown .k-state-default {
    border-color: #f9f9f9;
    background-image: none;
    background-position: 50% 50%;
    background-color: #f9f9f9
}
.k-dropdown, span.k-colorpicker {
    background-color: #f9f9f9
}
.k-textbox {
    background-color: #f9f9f9;
    border-color: #efefef
}
.k-combobox, .k-datepicker, .k-timepicker, .k-datetimepicker {
    background-color: #f9f9f9
}
.k-picker-wrap.k-state-default>.k-select {
    border-color: #f9f9f9
}
.k-datepicker .k-input, .k-timepicker .k-input {
    background-color: #f9f9f9
}
.k-autocomplete.k-state-active .k-input, .k-picker-wrap.k-state-active .k-input, .k-numeric-wrap.k-state-active .k-input {
    background-color: #fff
}
.k-picker-wrap.k-state-hover>.k-select, .k-picker-wrap.k-state-focused>.k-select {
    border-color: #fff
}
.k-picker-wrap.k-state-hover .k-input, .k-picker-wrap.k-state-focused .k-input {
    background-color: #fff
}
.k-textbox:hover, .k-autocomplete.k-state-hover, .k-picker-wrap.k-state-hover, .k-numeric-wrap.k-state-hover, .k-dropdown-wrap.k-state-hover {
    background-color: #fff;
    border-color: #f4f4f4;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05)
}
.k-textbox:focus, .k-autocomplete.k-state-focused, .k-picker-wrap.k-state-focused, .k-numeric-wrap.k-state-focused, .k-dropdown-wrap.k-state-focused, .k-multiselect.k-header.k-state-focused {
    background-color: #ebebeb;
    background-image: none;
    background-position: 50% 50%;
    border-color: #ebebeb;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05)
}
.k-numeric-wrap.k-state-focused>.k-select {
    background-color: #ebebeb
}
.k-textbox:focus, .k-autocomplete.k-state-active, .k-picker-wrap.k-state-active, .k-numeric-wrap.k-state-active, .k-dropdown-wrap.k-state-active, .k-multiselect.k-header.k-state-active {
    background-color: #fff;
    background-image: none;
    background-position: 50% 50%;
    border-color: #f4f4f4;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05)
}
.k-autocomplete.k-state-disabled, .k-picker-wrap.k-state-disabled, .k-numeric-wrap.k-state-disabled, .k-numeric-wrap.k-state-disabled .k-input, .k-numeric-wrap.k-state-disabled .k-select, .k-dropdown-wrap.k-state-disabled, .k-multiselect.k-header.k-state-disabled {
    background-color: #f9f9f9
}
.k-numeric-wrap.k-state-disabled .k-select {
    border-color: #f9f9f9
}
.k-numerictextbox .k-select {
    background-color: #fff;
    border-color: #fff
}
.k-list>.k-state-selected.k-state-focused {
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-list>.k-state-focused {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-list>.k-state-hover, .k-list>.k-state-selected.k-state-hover {
    background-color: #ebebeb;
    border-color: #ebebeb
}
.k-list-container {
    border-color: #e7e7e7
}
td.k-state-focused.k-state-selected {
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-calendar td.k-state-focused {
    background-color: #ebebeb;
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-calendar td.k-state-selected {
    background-color: #3f51b5;
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-calendar .k-state-selected>.k-link {
    color: #fff
}
.k-calendar .k-header .k-link {
    color: #fff
}
.k-calendar .k-footer {
    border-color: #e5e5e5
}
.k-calendar td {
    border-radius: 50%
}
.k-calendar .k-content th {
    background-color: #fff
}
.k-calendar .k-header .k-state-hover {
    background-color: #283593
}
.k-calendar .k-footer .k-nav-today {
    color: #3f51b5
}
.k-calendar .k-nav-fast.k-state-hover {
    border-radius: 0
}
.k-calendar .k-link.k-state-hover, .k-window-titlebar .k-link {
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-window-titlebar .k-state-hover {
    background-color: #5c6bc0;
    border-color: #5c6bc0
}
.k-tabstrip-items>.k-item {
    border-bottom-color: #3f51b5;
    border-radius: 0
}
.k-tabstrip-items .k-state-active {
    background-color: #3f51b5;
    background-image: none;
    border-color: #3f51b5;
    border-bottom-color: #00b0ff
}
.k-tabstrip .k-content.k-state-active {
    border-color: transparent
}
.k-tabstrip-items .k-item.k-state-hover {
    background: #5c6bc0;
    border-color: #5c6bc0
}
.k-tabstrip-items .k-state-hover .k-link {
    color: #fff
}
.k-group, .k-flatcolorpicker.k-group, .k-menu, .k-menu .k-group, .k-popup.k-widget.k-context-menu {
    color: #444;
    background-color: #fff
}
.k-menu .k-group, .k-popup.k-context-menu.k-group {
    border-color: #e5e5e5
}
.k-menu.k-header, .k-menu .k-item, .k-widget.k-menu-horizontal>.k-item {
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-menu .k-state-active, .k-popup.k-context-menu.k-group .k-state-hover {
    background-color: #ebebeb;
    border-color: #ebebeb
}
.k-toolbar {
    background-color: #f9f9f9;
    border-color: #e5e5e5
}
.k-toolbar .k-button {
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-grid .k-header .k-button, .k-scheduler .k-header .k-button, .k-scheduler .k-header li, .k-scheduler .k-header .k-link, .k-gantt>.k-header li, .k-gantt>.k-header .k-link, .k-gantt-toolbar .k-button, .km-pane-wrapper .k-header .k-button {
    color: #fff;
    background-color: #3f51b5;
    border-color: #3f51b5;
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-grid .k-header .k-button:hover, .k-scheduler .k-header .k-button:hover, .k-scheduler .k-scheduler-toolbar .k-scheduler-views li.k-state-hover, .k-scheduler .k-scheduler-toolbar .k-scheduler-views li.k-state-hover .k-link, .k-gantt .k-gantt-toolbar .k-gantt-views li.k-state-hover, .k-gantt .k-gantt-toolbar .k-gantt-views li.k-state-hover .k-link, .k-gantt .k-gantt-toolbar .k-button:hover, .km-pane-wrapper .k-header .k-button:hover {
    background-color: #5c6bc0;
    border-color: #5c6bc0
}
.km-pane-wrapper .k-header .k-button:active:hover {
    color: #fff
}
.k-scheduler .k-scheduler-toolbar ul li.k-state-hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-gantt-toolbar .k-button {
    background-color: #3f51b5;
    border-color: #3f51b5
}
.k-gantt .k-gantt-toolbar .k-button:active {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-gantt-toolbar>.k-gantt-views>li.k-state-selected, .k-gantt .k-gantt-toolbar .k-gantt-views li.k-state-selected.k-state-hover, .k-scheduler .k-scheduler-toolbar .k-scheduler-views li.k-state-selected.k-state-hover, .k-scheduler-toolbar>.k-scheduler-views>li.k-state-selected {
    border-bottom-color: #00b0ff
}
.k-scheduler-mark {
    border-radius: 50%
}
.k-grid .k-alt {
    background-color: #fff
}
.k-grouping-row td, td.k-group-cell, .k-resize-handle-inner {
    color: #444;
    background-color: #f9f9f9
}
.k-grouping-header .k-group-indicator, .k-pivot-toolbar .k-button {
    color: #fff;
    background-color: #283593;
    border-color: #283593;
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-grid-header, .k-grid-header .k-header, .k-pager-wrap, .k-pager-numbers .k-state-selected, .k-grid-footer, .k-grid-footer td, .k-scheduler-header, .km-pane-wrapper .k-grid-header .k-header {
    color: #444;
    background-color: #f9f9f9
}
.k-header.k-scheduler-footer .k-header, .k-header.k-scheduler-footer ul.k-header li .k-link {
    color: #3f51b5;
    background-color: #f9f9f9
}
.k-header.k-scheduler-footer ul.k-header li {
    background-color: #f9f9f9;
    border-color: #f9f9f9
}
.k-header, .k-grid-header-wrap, .k-grid .k-grouping-header, .k-grid-header, .k-pager-wrap, .k-pager-wrap .k-textbox, .k-pager-wrap .k-link, .k-gantt-toolbar .k-state-default, .k-grouping-row td, .k-group-footer td, .k-grid-footer td {
    border-color: #e5e5e5
}
.k-group-footer td, .k-footer-template td, .k-fieldselector .k-item.k-header {
    color: #444;
    background-color: #f9f9f9
}
.k-grid .k-grouping-header {
    color: rgba(255, 255, 255, 0.5)
}
.k-pager-wrap, .k-editor-toolbar {
    color: #444
}
.k-grouping-header .k-link, .k-grouping-header .k-link:link {
    color: #fff
}
.k-scheduler-layout .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-grid tr.k-state-selected, .k-marquee-color, .k-gantt .k-treelist .k-state-selected, .k-gantt .k-treelist .k-state-selected td, .k-gantt .k-treelist .k-alt.k-state-selected, .k-gantt .k-treelist .k-alt.k-state-selected>td, .k-listview>.k-state-selected {
    background-color: #00b0ff
}
.k-grid tr.k-state-selected, .k-listview>.k-state-selected, .k-state-selected .k-progress-status {
    color: #fff
}
.k-grid-header .k-header .k-link, .k-grid-header .k-link, .k-grid-header .k-link:link, .k-pager-info, .k-scheduler-header, .k-scheduler-agendaview .k-scheduler-datecolumn {
    color: #a8a8a8
}
.k-grid-pager .k-link, .k-grid-pager .k-link:link {
    color: #444
}
.k-pager-numbers .k-link, .k-pager-wrap>.k-link {
    border-radius: 0
}
.k-pager-numbers .k-state-selected {
    border-color: #3f51b5 transparent transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #3f51b5
}
.k-pager-wrap .k-link {
    border-color: #f9f9f9;
    cursor: pointer
}
.k-pager-wrap .k-link:hover {
    background-color: transparent;
    border-color: transparent
}
.k-scheduler-toolbar>ul li:first-child, .k-scheduler-toolbar>ul li:first-child .k-link, .k-scheduler-toolbar .k-nav-next, .k-scheduler-toolbar ul+ul li:last-child, .k-scheduler-toolbar .k-nav-next .k-link, .k-scheduler-toolbar ul+ul li:last-child .k-link, .k-gantt-toolbar li:first-child, .k-gantt-toolbar li:first-child>.k-link, .k-gantt-toolbar li:last-child, .k-gantt-toolbar li:last-child>.k-link {
    border-radius: 0
}
.k-grid, .k-panelbar, .k-notification, .k-popup .k-textbox:focus, .k-popup .k-autocomplete.k-state-focused, .k-popup .k-picker-wrap.k-state-focused, .k-popup .k-numeric-wrap.k-state-focused, .k-popup .k-dropdown-wrap.k-state-focused, .k-popup .k-multiselect.k-header.k-state-focused, .k-popup .k-textbox:hover, .k-popup .k-autocomplete.k-state-hover, .k-popup .k-picker-wrap.k-state-hover, .k-popup .k-numeric-wrap.k-state-hover, .k-popup .k-dropdown-wrap.k-state-hover {
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-panelbar, .k-panelbar .k-header, .k-panelbar .k-content, .k-panel>li.k-item, .k-panelbar .k-state-selected {
    background-color: #f9f9f9
}
.k-panelbar>li.k-state-default>.k-link {
    color: #444
}
.k-panelbar .k-state-hover {
    background-color: #ebebeb
}
.k-panelbar>.k-item>.k-link, .k-panelbar.k-header, .k-panelbar .k-content, .k-panelbar .k-panel, .k-panelbar .k-item {
    border-color: #e5e5e5
}
.k-splitbar {
    border-color: #f9f9f9
}
.k-splitbar.k-state-focused {
    background-color: #3f51b5;
    border-color: #3f51b5;
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-upload {
    color: #444;
    background-color: #fff
}
.k-upload-files .k-button, .k-upload-files .k-button:focus, .k-upload-files .k-button:focus:not(.k-state-disabled):not([disabled]) {
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-task-milestone, .k-task-summary-complete, .k-state-selected.k-task-milestone, .k-state-selected .k-task-summary-complete {
    background-color: #3f51b5;
    border-color: #3f51b5
}
.k-task-single {
    background-color: #66d0ff
}
.k-task-complete {
    background: #00b0ff 0 -257px none repeat-x
}
.k-treelist .k-state-selected, .k-treelist .k-state-selected td, .k-treelist .k-alt.k-state-selected, .k-treelist .k-alt.k-state-selected>td {
    background-color: #00b0ff;
    border-color: #00b0ff
}
.k-grid td.k-state-focused, .k-multiselect .k-button:focus:active:not(.k-state-disabled):not([disabled]), .k-toolbar .k-button:focus:active:not(.k-state-disabled):not([disabled]), .k-group-indicator .k-button, .k-group-indicator .k-button:focus:active:not(.k-state-disabled):not([disabled]), .k-group-indicator .k-button:focus:not(.k-state-disabled):not([disabled]), .k-gantt-toolbar .k-button:focus:not(.k-state-disabled):not([disabled]), .k-gantt-toolbar .k-button:focus:active:not(.k-state-disabled):not([disabled]), .k-toolbar .k-button:focus:not(.k-state-disabled):not([disabled]), .k-toolbar .k-button:focus:active:not(.k-state-disabled):not([disabled]), .k-toolbar .k-button:active:hover, .k-toolbar .k-button.k-state-active:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-multiselect .k-button:active:hover {
    color: #444;
    background-color: #dbdbdb;
    border-color: #dbdbdb
}
.k-multiselect-wrap>ul>.k-button {
    -webkit-box-shadow: none;
    box-shadow: none
}
table.k-editor {
    border-color: #e5e5e5
}
.k-editor.k-header, .editorToolbarWindow.k-header, .k-filebrowser .k-header {
    background-color: #f9f9f9;
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-filebrowser .k-header {
    color: #444
}
.k-editor-toolbar .k-tool, .k-group-start.k-group-end.k-tool {
    border-color: #f9f9f9;
    border-radius: 50%
}
.k-treeview .k-state-selected, .k-treeview .k-state-focused, .k-editor-toolbar .k-dropdown, .k-panelbar .k-state-focused {
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-treeview .k-state-focused, .k-panelbar .k-state-focused {
    background-color: #ebebeb
}
.k-editor-toolbar .k-dropdown-wrap.k-state-default, .k-toolbar .k-dropdown-wrap.k-state-default {
    border-color: #f9f9f9
}
.k-toolbar .k-overflow-anchor.k-state-border-down {
    border-color: #e5e5e5
}
.k-editor-toolbar .k-tool.k-state-hover, .k-editor-toolbar .k-dropdown-wrap.k-state-hover, .k-toolbar .k-tool.k-state-hover, .k-toolbar .k-dropdown-wrap.k-state-hover {
    color: #444;
    border-color: #ebebeb;
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-editor-toolbar .k-tool.k-state-hover, .k-toolbar .k-tool.k-state-hover {
    background-color: #ebebeb
}
.k-editor-toolbar .k-state-selected, .k-toolbar .k-state-selected {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent
}
.k-progressbar {
    background-color: #f9f9f9;
    border-color: #f9f9f9
}
.k-progressbar .k-item, .k-progressbar .k-item.k-state-selected {
    border-color: #fff
}
.k-progressbar .k-state-selected {
    background-color: #3f51b5;
    border-color: #3f51b5
}
.k-widget.k-tooltip-validation {
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-grid.k-alt {
    background-color: #f9f9f9
}
.k-gantt .k-treelist .k-alt, .k-gantt .k-header.k-nonwork-hour {
    background-color: #f9f9f9
}
.k-list>.k-state-hover, .k-list>.k-state-focused {
    color: #444;
    background-color: #ebebeb;
    border-color: #ebebeb
}
.k-slider-track {
    background-color: #ccc;
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-slider-selection {
    background-color: #3f51b5;
    border-color: #3f51b5
}
.k-slider .k-button, .k-slider .k-button.k-state-hover, .k-slider .k-button:active:hover, .k-slider .k-button:focus, .k-slider .k-button:active {
    background: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-draghandle, .k-flatcolorpicker .k-slider-horizontal .k-slider-track {
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-flatcolorpicker .k-hue-slider .k-draghandle, .k-flatcolorpicker .k-transparency-slider .k-draghandle {
    border-color: #3f51b5;
    background-color: #3f51b5;
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-flatcolorpicker .k-hue-slider .k-draghandle:hover, .k-flatcolorpicker .k-transparency-slider .k-draghandle:hover {
    border-color: #3f51b5;
    background-color: #3f51b5;
    -webkit-box-shadow: 0 0 0 8px rgba(63, 81, 181, 0.3);
    box-shadow: 0 0 0 8px rgba(63, 81, 181, 0.3)
}
.k-draghandle.k-state-selected, .k-draghandle.k-state-selected:link, .k-draghandle.k-state-selected:hover, .k-flatcolorpicker .k-hue-slider .k-draghandle.k-state-selected, .k-flatcolorpicker .k-transparency-slider .k-draghandle.k-state-selected {
    background-color: #ccc;
    border-color: #ccc
}
.k-draghandle.k-state-focused, .k-draghandle.k-state-focused:link, .k-flatcolorpicker .k-hue-slider .k-draghandle.k-state-focused, .k-flatcolorpicker .k-transparency-slider .k-draghandle.k-state-focused {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #3f51b5;
    background-color: #3f51b5
}
.k-radio:checked+.k-radio-label:hover:before {
    border-color: #3f51b5
}
.k-edit-form-container .k-edit-buttons {
    background-color: #f9f9f9
}
.k-popup .k-button, .k-edit-form-container .k-button, .k-popup .k-primary:active, .k-edit-form-container .k-primary:active {
    color: #444;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-popup .k-primary, .k-edit-form-container .k-primary {
    color: #3f51b5
}
.k-popup .k-button:focus:active:not(.k-state-disabled):not([disabled]), .k-edit-form-container .k-button:focus:active:not(.k-state-disabled):not([disabled]) {
    -webkit-box-shadow: none;
    box-shadow: none
}
.k-edit-form-container .k-scheduler-delete {
    color: #00b0ff
}
div.k-scheduler-marquee:before, div.k-scheduler-marquee:after {
    border-color: #00b0ff
}
.k-notification.k-group {
    color: #fff
}
.km-pane-wrapper>.km-pane>.km-view>.km-content {
    color: #3f51b5;
    background-color: #fff
}
.km-pane-wrapper>.km-pane .km-content .k-mobile-list>ul>li>.k-link {
    color: #3f51b5
}
.k-drag-clue {
    color: #444;
    background-color: #ebebeb;
    border-color: #ebebeb;
    -webkit-box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3)
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.5.1
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-top: 10px;
    border-bottom: 1px solid #999999;
}

.chosen-container * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #00897B;
}

.chosen-container .chosen-drop {
        position: absolute;
        top: 100%;
        left: -9999px;
        z-index: 1010;
        width: 100%;
        border: 1px solid #aaa;
        border-top: 0;
        background: #E0F2F1;
}

.chosen-container.chosen-with-drop .chosen-drop {
        left: 0;
}

.chosen-container a {
        cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
        margin-right: 4px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: normal;
        color: #E0F2F1;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
            content: ":";
            padding-left: 2px;
            vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 0px;
    height: 25px;
    background-color: #E0F2F1;
    background-clip: padding-box;
    color: #009688;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    height: 36px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
        background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-single div b {
        display: block;
        width: 100%;
        height: 100%;
        background-image: url(images/dropdownIcon.png);
        background-repeat: no-repeat;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
        margin: 1px 0;
        padding: 4px 20px 4px 5px;
        width: 80%;
        height: auto;
        outline: 0;
        background: #E0F2F1 url('chosen-sprite.png') no-repeat 100% -20px;
        background: url('chosen-sprite.png') no-repeat 100% -20px;
        font-size: 1em;
        font-family: sans-serif;
        line-height: normal;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
        display: none;
        margin: 0;
        padding: 5px 6px;
        list-style: none;
        line-height: 15px;
        word-wrap: break-word;
        -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
            display: list-item;
            cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
            display: list-item;
            color: #ccc;
            cursor: default;
}

.chosen-container .chosen-results li.highlighted {
background-color: #009688;
color: #E0F2F1;
}

.chosen-container .chosen-results li.no-results {
            color: #777;
            display: list-item;
            background: #E0F2F1;
}

.chosen-container .chosen-results li.group-result {
            display: list-item;
            font-weight: bold;
            cursor: default;
}

.chosen-container .chosen-results li.group-option {
            padding-left: 15px;
}

.chosen-container .chosen-results li em {
            font-style: normal;
            text-decoration: underline;
            color: #26A69A;
}

.chosen-container .chosen-results li.highlighted em {
            font-style: normal;
            text-decoration: underline;
            color: white;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #E0F2F1;
    cursor: text;
}

.chosen-container-multi .chosen-choices li {
        float: left;
        list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
            margin: 0;
            padding: 0;
            white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
                margin: 1px 0;
                padding: 0;
                height: 25px;
                outline: 0;
                /*border: 0 !important;*/
                background: transparent !important;
                box-shadow: none;
                color: #999;
                font-size: 100%;
                font-family: sans-serif;
                line-height: normal;
                /*border-radius: 0;*/
}

.chosen-container-multi .chosen-choices li.search-choice {
            position: relative;
            margin: 3px 5px 3px 0;
            padding: 3px 20px 3px 5px;
            border: 1px solid #aaa;
            max-width: 100%;
            border-radius: 3px;
            background-color: #E0F2F1;
            background-size: 100% 19px;
            background-repeat: repeat-x;
            background-clip: padding-box;
            box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            color: #333;
            line-height: 13px;
            cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
                word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
                position: absolute;
                top: 4px;
                right: 3px;
                display: block;
                width: 12px;
                height: 12px;
                background: url('chosen-sprite.png') -42px 1px no-repeat;
                font-size: 1px;
}





.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
                    background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
padding-right: 5px;
border: 1px solid #ccc;
background-color: #E0F2F1;
            color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
            background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
                background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
    /*border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
        border-left: none;
        background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
            background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
        color: #009688 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

.chosen-disabled .chosen-single {
        cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
    text-align: right;
}

    .chosen-rtl .chosen-single {
        overflow: visible;
        padding: 0 8px 0 0;
    }

        .chosen-rtl .chosen-single span {
            margin-right: 0;
            margin-left: 26px;
            direction: rtl;
        }

    .chosen-rtl .chosen-single-with-deselect span {
        margin-left: 38px;
    }

    .chosen-rtl .chosen-single div {
        right: auto;
        left: 3px;
    }

    .chosen-rtl .chosen-single abbr {
        right: auto;
        left: 26px;
    }

    .chosen-rtl .chosen-choices li {
        float: right;
    }

        .chosen-rtl .chosen-choices li.search-field input[type="text"] {
            direction: rtl;
        }

        .chosen-rtl .chosen-choices li.search-choice {
            margin: 3px 5px 3px 0;
            padding: 3px 5px 3px 19px;
        }

            .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
                right: auto;
                left: 4px;
            }

    .chosen-rtl.chosen-container-single-nosearch .chosen-search,
    .chosen-rtl .chosen-drop {
        left: 9999px;
    }

    .chosen-rtl.chosen-container-single .chosen-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0;
    }

    .chosen-rtl .chosen-results li.group-option {
        padding-right: 15px;
        padding-left: 0;
    }

    .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: none;
    }

    .chosen-rtl .chosen-search input[type="text"] {
        padding: 4px 5px 4px 20px;
        background: white url('chosen-sprite.png') no-repeat -30px -20px;
        background: url('chosen-sprite.png') no-repeat -30px -20px;
        direction: rtl;
    }

    .chosen-rtl.chosen-container-single .chosen-single div b {
        background-position: 6px 2px;
    }

    .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
        background-position: -12px 2px;
    }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url('chosen-sprite@2x.png') !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}
/* @end */

