.kr-treeview {
    left: 0px;
    position: absolute;
    font-size: 16px;
    font-family: "Times New Roman";
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: normal;
    min-height: 100px;
    max-height: 200px;
    overflow: auto;
}
.kr-dropdowntree-wrap{
    position:relative;
}
.kr-animation-container {
    position: absolute;
    box-sizing: content-box;
}
.kr-slider-wrapper {
    width: 300px;
    position: relative;
    overflow: hidden;
    border: 2px solid #dde7f6;
    border-radius: 5px;
}
.kr-slider-shadow-container {
    position: absolute;
    top: 0;
    z-index:100;
    height: 50px;
    width: 300px;
}
.kr-slider-shadow-left {
    top: -30px;
    position: relative;
    height: 50px;
    float: left;
}
.kr-slider-shadow {
    position: absolute;
    height: 50px;
    z-index: 100;
}
.kr-slider-shadow-left-overlay {
    position: absolute;
    -webkit-box-shadow: 15px 0px 36px 7px rgba(0,0,0,0.77);
    -moz-box-shadow: 15px 0px 36px 7px rgba(0,0,0,0.77);
    box-shadow: 15px 0px 36px 7px rgba(0,0,0,0.77);
    height: 50px;
    width: 20px;
    left: -20px;
    z-index: 100;
}
.kr-slider-shadow-left-mask {
    background: linear-gradient(90deg, rgba(241,241,241,1) 0%, rgba(241,241,241,0) 100%);
    height: 100%;
    width: 50px;
}
.kr-slider-shadow-right {
    top: -30px;
    position: relative;
    height: 50px;
    float: right;
}
.kr-slider-shadow-right-overlay {
    position: absolute;
    -webkit-box-shadow: -15px 0px 36px 7px rgba(0,0,0,0.77);
    -moz-box-shadow: -15px 0px 36px 7px rgba(0,0,0,0.77);
    box-shadow: -15px 0px 36px 7px rgba(0,0,0,0.77);
    height: 50px;
    width: 20px;
    right: -20px;
    z-index: 100;
}

.kr-slider-shadow-right-mask {
    background: linear-gradient(-90deg, rgba(241,241,241,1) 0%, rgba(241,241,241,0) 100%);
    height: 100%;
    width: 50px;
}
.kr-slider-ticker-wrap {
    cursor:pointer;
    position: relative;
    /*transition: left 2s;*/
    height: 50px;
    left: 0;
    background-color: #f1f1f1;
    line-height: 20px;
}
.kr-slider-ticker-container {
    position:absolute;
    bottom:0;
}
.kr-slider-ticker:first-child {
    padding-left: 200px;
}
.kr-slider-ticker:last-child {
    padding-right: 200px;
}
.kr-slider-indicator {
    position: absolute;
    z-index: 100;
    left: 50%;
    margin: auto;
    width: 2px;
    height: 50px;
    background-color: #59abe8;
}
.kr-slider-ticker:before{
    content:"";
}
.kr-slider-ticker > disabled {
    position: relative;
    left: -50%;
}
.kr-slider-ticker {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 15px;
    text-align: center;
    display: inline-block;
}
.kr-dynamic-progress-bar {
    height: 3px;
    background-color: #007cc0;
    width: 0;
}
.k-switch-default .k-switch-handle {
    left: calc(68% - 2em);
    border-color: #0f922c;
    color: #19ad16;
    background-color: #14b91e;
    background-image: url(textures/highlight.png);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.25) 0,rgba(255,255,255,0) 100%);
}
.k-switch-label-default {
    display: inline-block;
    width: calc(100% - 2em - 12px);
    height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-shadow: none;
    line-height: 2em;
    overflow: hidden;
    text-align: left;
    left: calc(30%);
}
.k-switch-default .k-switch-container {
    border-color: #c3c3c8;
    color: #515967;
    background-color: #fff;
}
.k-switch-label-on, .k-switch-label-off {
    display: inline-block!important;
    height: 100%;
}
.k-ddl-checkbox {
    padding: 0;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin: 3px 3px 3px 4px!important;
}
.k-ddl-label {
    font-weight: normal;
}
.k-ddl-checkall {
    margin-bottom: 1px;
    border: 0 solid #a9a9a9!important;
    border-color: inherit;
    border-bottom-width: 1px !important;
}
.kr-loading-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    color: #3398cc
}
.kr-button.kr-loading > div:first-child {
    opacity: 0;
}
.kr-button.kr-loading > div.kr-loading-wrapper {
    display: flex;
}
.kr-loading-icon {
    -webkit-animation: spin 0.75s linear infinite;
    -moz-animation: spin 0.75s linear infinite;
    animation: spin 0.75s linear infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    border: .33em solid;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    height: 1.66em;
    opacity: .8;
    vertical-align: middle;
    width: 1.66em;
}

.kr-window, .kr-window-content {
    color: #515967;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

.kr-window {
    border-radius: 4px;
    border-color: rgba(0,0,0,.3);
    box-shadow: 1px 1px 7px 1px rgba(128,128,128,.3);
    background-color: #fff;
    min-width: 90px;
    min-height: 3em;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    position: fixed;
    overflow: hidden;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    position: absolute;
    z-index: 10001;
    border-style: solid;
    border-width: 1px;
    -webkit-appearance: none;
    line-height: normal;
    outline: 0;
}

.kr-window-titlebar {
    border-color: #ceced2;
    border-radius: 4px 4px 0 0;
    background-image: url(textures/highlight.png);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,0) 100%);
    background-position: 50% 50%;
    background-color: #f3f3f4;
    color: #535b6a;
    padding: 12px;
    border-width: 0 0 1px;
    border-style: solid;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    min-height: 16px;
    background-repeat: repeat;
}

.kr-window-title {
    font-size: 1.4em;
    line-height: 1.25;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
}

.kr-window-titlebar .kr-window-actions {
    position: absolute;
    top: 9px;
    right: 6px;
}

.kr-window-content {
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    border-color: #dedee0;
    padding: 21px 12px;
    height: 100%;
    overflow: auto;
    position: relative;
    outline: 0;
}
.kr-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    -webkit-backface-visibility: hidden;
}
.kr-window-actions > span {
    font-weight: 600;
    font-family: cursive;
    cursor: pointer;
    border-radius: 2px;
    padding: 4px;
} 
.kr-window-actions > span:hover {
        background-color: #d8d8d8; 

}
.kr-accordian {
    transition: height 1s;
    padding: 0;
    max-height: 500px;
}
.kr-accordian-selection-item, .kr-accordian-subselection-item {
    border-top: 1px solid #c6c6c6;
    padding: 12px;
}

    .kr-accordian-selection-item:hover, .kr-accordian-subselection-item:hover {
        color: white;
        background-color: #61ceff;
    }

.kr-expanded > .kr-accordian-selection-item {
    background-color: #9c5db6;
    color: white;
}

.kr-accordian-subselection-wrapper.l1 .kr-accordian-selection-wrapper.kr-expanded > .kr-accordian-selection-item {
    background-color: #6BB86F
}

.kr-accordian-subselection-wrapper.l2 .kr-accordian-selection-wrapper.kr-expanded > .kr-accordian-selection-item {
    background-color: #ffd65b
}

.kr-accordian-subselection-wrapper {
    overflow: hidden;
    transition-property: height;
    transition-duration: .3s;
}

    .kr-accordian-subselection-wrapper .kr-accordian-subselection-item, .kr-accordian-subselection-wrapper .kr-accordian-selection-item {
        border-top: none !important;
        padding-left: 23px;
    }

    .kr-accordian-subselection-wrapper.l2 .kr-accordian-subselection-item, .kr-accordian-subselection-wrapper.l2 .kr-accordian-selection-item {
        padding-left: 35px;
    }

    .kr-accordian-subselection-wrapper.l3 .kr-accordian-subselection-item, .kr-accordian-subselection-wrapper.l3 .kr-accordian-selection-item {
        padding-left: 48px;
    }

.kr-accordian-selection-wrapper:not(.kr-expanded) .kr-accordian-subselection-wrapper {
    height: 0 !important;
}
    @-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);
        }
    }
   /* vue styling */
.k-grid-container .kr-grid-delete {
    cursor:pointer;
}
    .k-grid-container .kr-grid-delete:hover {
        color: #f2220a;
    }
td.invalid-cell[role="gridcell"] > span {
    border: 1px solid red !important;
}
.k-grid tr.k-master-row.deletable-row {
    position: relative;
}

.k-grid div.row-delete-icon {
    opacity: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    height: 100%;
    background-color: #ff4922;
    width: 0;
    top: 0;
    z-index: 999;
    left: 100%;
    overflow: hidden;
}
    .k-grid div.row-delete-icon > span {
        font-size: 1.75em;
        color: white;
        padding-right: 10px;
    }
/*td.command-cell, .k-grid-header-wrap th:last-child {
    display: none;
}
.show-command-column td.command-cell, .show-command-column .k-grid-header-wrap th:last-child {
    display: table-cell;
}*/
.k-grid.show-command-column col:last-child{
     width:65px!important;
 }