/*!






















*/
/* Kendo base CSS */
.fake {
    color: red;
}

.rv-common-test-class {
    opacity: 0;
}

.rv-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.rv-floatwrap:after,
.rv-slider-items:after,
.rv-grid-toolbar:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.rv-floatwrap,
.rv-slider-items,
.rv-grid-toolbar {
    display: inline-block;
}

.rv-floatwrap,
.rv-slider-items,
.rv-grid-toolbar {
    display: block;
}

/* main gradient */
.rv-block,
.rv-button,
.rv-header,
.rv-grid-header,
.rv-toolbar,
.rv-grouping-header,
.rv-tooltip,
.rv-pager-wrap,
.rv-tabstrip-items .rv-item,
.rv-link.rv-state-hover,
.rv-textbox,
.rv-textbox:hover,
.rv-autocomplete,
.rv-dropdown-wrap,
.rv-picker-wrap,
.rv-numeric-wrap,
.rv-autocomplete.rv-state-hover,
.rv-dropdown-wrap.rv-state-hover,
.rv-picker-wrap.rv-state-hover,
.rv-numeric-wrap.rv-state-hover,
.rv-draghandle {
    background-repeat: repeat;
    background-position: 0 center;
}

.rv-link:hover {
    text-decoration: none;
}

.rv-state-highlight > .rv-link {
    color: inherit;
}

/* widget */
.rv-textbox > input,
.rv-input[type="text"],
.rv-input[type="number"],
.rv-textbox,
.rv-picker-wrap .rv-input,
.rv-button {
    font-size: 100%;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    -webkit-appearance: none;
}

.rv-widget,
.rv-block,
.rv-inline-block,
.rv-draghandle {
    border-style: solid;
    border-width: 1px;
    -webkit-appearance: none;
}

.rv-block,
.rv-widget {
    line-height: normal;
    outline: 0;
}

.rv-widget ::-ms-clear {
    width: 0;
    height: 0;
}

/* Block */
.rv-block {
    padding: 2px;
}

/* button */
.rv-button {
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.72em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.rv-button[disabled],
.rv-button.rv-state-disabled,
.rv-state-disabled .rv-button,
.rv-state-disabled .rv-button:hover,
.rv-button.rv-state-disabled:hover,
.rv-state-disabled .rv-button:active,
.rv-button.rv-state-disabled:active {
    cursor: default;
}

a.rv-button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

/* Override the important default line-height in Firefox 4+ */
.rv-ff input.rv-button {
    padding-bottom: 0.37em;
    padding-top: 0.37em;
}

button.rv-button::-moz-focus-inner,
input.rv-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a.rv-button-expand {
    display: block;
}

button.rv-button-expand,
input[type="submit"].rv-button-expand,
input[type="button"].rv-button-expand,
input[type="reset"].rv-button-expand {
    width: 100%;
}

body .rv-button-icon,
body .rv-split-button-arrow {
    padding-left: .4em;
    padding-right: .4em;
}

.rv-button-icontext {
    overflow: visible;
    /*IE9*/
}

.rv-toolbar .rv-button-icontext {
    padding-right: .8em;
}

.rv-button-icontext .rv-icon,
.rv-button-icontext .rv-image,
.rv-button-icontext .rv-sprite {
    margin-right: 3px;
    margin-right: .3rem;
    margin-left: -3px;
    margin-left: -0.3rem;
}

.rv-button.rv-button-icontext .rv-icon,
.rv-button.rv-button-icontext .rv-image {
    vertical-align: text-top;
}

html body .rv-button-bare {
    background: none !important;
    /*spares long selectors*/
    color: inherit;
    border-width: 0;
}

html body .rv-button-bare.rv-upload-button:hover {
    color: inherit;
}

/* link */
.rv-link {
    cursor: pointer;
    outline: 0;
    text-decoration: none;
}

.rv-grid-header span.rv-link {
    cursor: default;
}

/* states */
.rv-state-disabled,
.rv-state-disabled .rv-link,
.rv-state-disabled .rv-icon,
.rv-state-disabled .rv-button,
.rv-state-disabled .rv-draghandle,
.rv-state-disabled .rv-upload-button input {
    cursor: default !important;
    outline: 0;
}

@media print {
    .rv-state-disabled,
    .rv-state-disabled .rv-input {
        opacity: 1 !important;
    }
}

.rv-state-error {
    border-style: ridge;
}

.rv-state-empty {
    font-style: italic;
}

/* icons */
.rv-icon,
.rv-sprite,
.rv-button-group .rv-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;
}

.rv-icon.rv-i-none {
    background-image: none !important;
    /* should never be a background on these */
}

/* In IE7 vertical align: middle can't be overridden */
.rv-ie8 .rv-icon,
.rv-ie8 .rv-sprite,
.rv-ie8 .rv-button-group .rv-tool-icon {
    vertical-align: middle;
}

:root * > .rv-icon,
:root * > .rv-sprite,
:root * > .rv-button-group .rv-tool-icon {
    vertical-align: middle;
}

.rv-icon,
.rv-sprite {
    background-color: transparent;
}

.rv-numerictextbox .rv-select .rv-link span.rv-i-arrow-n {
    background-position: 0 -3px;
}

.rv-numerictextbox .rv-select .rv-link span.rv-i-arrow-s {
    background-position: 0 -35px;
}

.rv-state-selected .rv-i-arrow-n {
    background-position: -16px 0px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-state-selected .rv-i-arrow-n,
.rv-state-hover > .rv-state-selected .rv-i-arrow-n,
.rv-state-hover > * > .rv-state-selected .rv-i-arrow-n,
.rv-button:not(.rv-state-disabled):hover .rv-state-selected .rv-i-arrow-n,
.rv-textbox:hover .rv-state-selected .rv-i-arrow-n,
.rv-button:active .rv-state-selected .rv-i-arrow-n {
    background-position: -32px 0px;
}

.rv-numerictextbox .rv-link.rv-state-selected span.rv-i-arrow-n,
.rv-numerictextbox .rv-state-hover .rv-link span.rv-i-arrow-n {
    background-position: -16px -3px;
}

.rv-state-selected .rv-i-arrow-s {
    background-position: -16px -32px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-state-selected .rv-i-arrow-s,
.rv-state-hover > .rv-state-selected .rv-i-arrow-s,
.rv-state-hover > * > .rv-state-selected .rv-i-arrow-s,
.rv-button:not(.rv-state-disabled):hover .rv-state-selected .rv-i-arrow-s,
.rv-textbox:hover .rv-state-selected .rv-i-arrow-s,
.rv-button:active .rv-state-selected .rv-i-arrow-s {
    background-position: -32px -32px;
}

.rv-numerictextbox .rv-link.rv-state-selected span.rv-i-arrow-s,
.rv-numerictextbox .rv-state-hover .rv-link span.rv-i-arrow-s {
    background-position: -16px -35px;
}

.rv-grid-header th > .rv-link:hover span.rv-i-arrow-n {
    background-position: 0px 0px;
}

.rv-grid-header th > .rv-link:hover span.rv-i-arrow-s {
    background-position: 0px -32px;
}

.rv-group-indicator .rv-link:hover span.rv-si-arrow-n {
    background-position: 0 -129px;
}

.rv-group-indicator .rv-link:hover span.rv-si-arrow-s {
    background-position: 0 -159px;
}

.rv-group-indicator .rv-button:hover span.rv-group-delete {
    background-position: -32px -16px;
}

.rv-scheduler .rv-scheduler-toolbar .rv-nav-current .rv-link .rv-i-calendar {
    background-position: -32px -176px;
}

.rv-i-arrow-n {
    background-position: 0px 0px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-arrow-n,
.rv-state-hover > .rv-i-arrow-n,
.rv-state-hover > * > .rv-i-arrow-n,
.rv-button:not(.rv-state-disabled):hover .rv-i-arrow-n,
.rv-textbox:hover .rv-i-arrow-n,
.rv-button:active .rv-i-arrow-n {
    background-position: -16px 0px;
}

.rv-i-arrow-e {
    background-position: 0px -16px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-arrow-e,
.rv-state-hover > .rv-i-arrow-e,
.rv-state-hover > * > .rv-i-arrow-e,
.rv-button:not(.rv-state-disabled):hover .rv-i-arrow-e,
.rv-textbox:hover .rv-i-arrow-e,
.rv-button:active .rv-i-arrow-e {
    background-position: -16px -16px;
}

.rv-rtl .rv-i-arrow-w {
    background-position: 0px -16px;
}

.rv-rtl .rv-link:not(.rv-state-disabled):hover > .rv-i-arrow-w,
.rv-rtl .rv-state-hover > .rv-i-arrow-w,
.rv-rtl .rv-state-hover > * > .rv-i-arrow-w,
.rv-rtl .rv-button:not(.rv-state-disabled):hover .rv-i-arrow-w,
.rv-rtl .rv-textbox:hover .rv-i-arrow-w,
.rv-rtl .rv-button:active .rv-i-arrow-w {
    background-position: -16px -16px;
}

.rv-i-arrow-s {
    background-position: 0px -32px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-arrow-s,
.rv-state-hover > .rv-i-arrow-s,
.rv-state-hover > * > .rv-i-arrow-s,
.rv-button:not(.rv-state-disabled):hover .rv-i-arrow-s,
.rv-textbox:hover .rv-i-arrow-s,
.rv-button:active .rv-i-arrow-s {
    background-position: -16px -32px;
}

.rv-i-arrow-w {
    background-position: 0px -48px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-arrow-w,
.rv-state-hover > .rv-i-arrow-w,
.rv-state-hover > * > .rv-i-arrow-w,
.rv-button:not(.rv-state-disabled):hover .rv-i-arrow-w,
.rv-textbox:hover .rv-i-arrow-w,
.rv-button:active .rv-i-arrow-w {
    background-position: -16px -48px;
}

.rv-rtl .rv-i-arrow-e {
    background-position: 0px -48px;
}

.rv-rtl .rv-link:not(.rv-state-disabled):hover > .rv-i-arrow-e,
.rv-rtl .rv-state-hover > .rv-i-arrow-e,
.rv-rtl .rv-state-hover > * > .rv-i-arrow-e,
.rv-rtl .rv-button:not(.rv-state-disabled):hover .rv-i-arrow-e,
.rv-rtl .rv-textbox:hover .rv-i-arrow-e,
.rv-rtl .rv-button:active .rv-i-arrow-e {
    background-position: -16px -48px;
}

.rv-i-seek-n {
    background-position: 0px -64px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-seek-n,
.rv-state-hover > .rv-i-seek-n,
.rv-state-hover > * > .rv-i-seek-n,
.rv-button:not(.rv-state-disabled):hover .rv-i-seek-n,
.rv-textbox:hover .rv-i-seek-n,
.rv-button:active .rv-i-seek-n {
    background-position: -16px -64px;
}

.rv-i-seek-e {
    background-position: 0px -80px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-seek-e,
.rv-state-hover > .rv-i-seek-e,
.rv-state-hover > * > .rv-i-seek-e,
.rv-button:not(.rv-state-disabled):hover .rv-i-seek-e,
.rv-textbox:hover .rv-i-seek-e,
.rv-button:active .rv-i-seek-e {
    background-position: -16px -80px;
}

.rv-rtl .rv-i-seek-w {
    background-position: 0px -80px;
}

.rv-rtl .rv-link:not(.rv-state-disabled):hover > .rv-i-seek-w,
.rv-rtl .rv-state-hover > .rv-i-seek-w,
.rv-rtl .rv-state-hover > * > .rv-i-seek-w,
.rv-rtl .rv-button:not(.rv-state-disabled):hover .rv-i-seek-w,
.rv-rtl .rv-textbox:hover .rv-i-seek-w,
.rv-rtl .rv-button:active .rv-i-seek-w {
    background-position: -16px -80px;
}

.rv-i-seek-s {
    background-position: 0px -96px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-seek-s,
.rv-state-hover > .rv-i-seek-s,
.rv-state-hover > * > .rv-i-seek-s,
.rv-button:not(.rv-state-disabled):hover .rv-i-seek-s,
.rv-textbox:hover .rv-i-seek-s,
.rv-button:active .rv-i-seek-s {
    background-position: -16px -96px;
}

.rv-i-seek-w {
    background-position: 0px -112px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-seek-w,
.rv-state-hover > .rv-i-seek-w,
.rv-state-hover > * > .rv-i-seek-w,
.rv-button:not(.rv-state-disabled):hover .rv-i-seek-w,
.rv-textbox:hover .rv-i-seek-w,
.rv-button:active .rv-i-seek-w {
    background-position: -16px -112px;
}

.rv-rtl .rv-i-seek-e {
    background-position: 0px -112px;
}

.rv-rtl .rv-link:not(.rv-state-disabled):hover > .rv-i-seek-e,
.rv-rtl .rv-state-hover > .rv-i-seek-e,
.rv-rtl .rv-state-hover > * > .rv-i-seek-e,
.rv-rtl .rv-button:not(.rv-state-disabled):hover .rv-i-seek-e,
.rv-rtl .rv-textbox:hover .rv-i-seek-e,
.rv-rtl .rv-button:active .rv-i-seek-e {
    background-position: -16px -112px;
}

.rv-si-arrow-n {
    background-position: 0 -129px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-si-arrow-n,
.rv-state-hover > .rv-si-arrow-n,
.rv-state-hover > * > .rv-si-arrow-n,
.rv-button:not(.rv-state-disabled):hover .rv-si-arrow-n,
.rv-textbox:hover .rv-si-arrow-n,
.rv-button:active .rv-si-arrow-n {
    background-position: -16px -129px;
}

.rv-si-arrow-e {
    background-position: 0px -144px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-si-arrow-e,
.rv-state-hover > .rv-si-arrow-e,
.rv-state-hover > * > .rv-si-arrow-e,
.rv-button:not(.rv-state-disabled):hover .rv-si-arrow-e,
.rv-textbox:hover .rv-si-arrow-e,
.rv-button:active .rv-si-arrow-e {
    background-position: -16px -144px;
}

.rv-si-arrow-s {
    background-position: 0 -159px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-si-arrow-s,
.rv-state-hover > .rv-si-arrow-s,
.rv-state-hover > * > .rv-si-arrow-s,
.rv-button:not(.rv-state-disabled):hover .rv-si-arrow-s,
.rv-textbox:hover .rv-si-arrow-s,
.rv-button:active .rv-si-arrow-s {
    background-position: -16px -159px;
}

.rv-si-arrow-w {
    background-position: 0px -176px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-si-arrow-w,
.rv-state-hover > .rv-si-arrow-w,
.rv-state-hover > * > .rv-si-arrow-w,
.rv-button:not(.rv-state-disabled):hover .rv-si-arrow-w,
.rv-textbox:hover .rv-si-arrow-w,
.rv-button:active .rv-si-arrow-w {
    background-position: -16px -176px;
}

.rv-i-arrowhead-n {
    background-position: 0px -256px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-arrowhead-n,
.rv-state-hover > .rv-i-arrowhead-n,
.rv-state-hover > * > .rv-i-arrowhead-n,
.rv-button:not(.rv-state-disabled):hover .rv-i-arrowhead-n,
.rv-textbox:hover .rv-i-arrowhead-n,
.rv-button:active .rv-i-arrowhead-n {
    background-position: -16px -256px;
}

.rv-i-arrowhead-e {
    background-position: 0px -272px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-arrowhead-e,
.rv-state-hover > .rv-i-arrowhead-e,
.rv-state-hover > * > .rv-i-arrowhead-e,
.rv-button:not(.rv-state-disabled):hover .rv-i-arrowhead-e,
.rv-textbox:hover .rv-i-arrowhead-e,
.rv-button:active .rv-i-arrowhead-e {
    background-position: -16px -272px;
}

.rv-i-arrowhead-s {
    background-position: 0px -288px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-arrowhead-s,
.rv-state-hover > .rv-i-arrowhead-s,
.rv-state-hover > * > .rv-i-arrowhead-s,
.rv-button:not(.rv-state-disabled):hover .rv-i-arrowhead-s,
.rv-textbox:hover .rv-i-arrowhead-s,
.rv-button:active .rv-i-arrowhead-s {
    background-position: -16px -288px;
}

.rv-i-arrowhead-w {
    background-position: 0px -304px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-arrowhead-w,
.rv-state-hover > .rv-i-arrowhead-w,
.rv-state-hover > * > .rv-i-arrowhead-w,
.rv-button:not(.rv-state-disabled):hover .rv-i-arrowhead-w,
.rv-textbox:hover .rv-i-arrowhead-w,
.rv-button:active .rv-i-arrowhead-w {
    background-position: -16px -304px;
}

.rv-i-expand,
.rv-plus,
.rv-plus-disabled {
    background-position: 0px -192px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-expand,
.rv-link:not(.rv-state-disabled):hover > .rv-plus,
.rv-link:not(.rv-state-disabled):hover > .rv-plus-disabled,
.rv-state-hover > .rv-i-expand,
.rv-state-hover > .rv-plus,
.rv-state-hover > .rv-plus-disabled,
.rv-state-hover > * > .rv-i-expand,
.rv-state-hover > * > .rv-plus,
.rv-state-hover > * > .rv-plus-disabled,
.rv-button:not(.rv-state-disabled):hover .rv-i-expand,
.rv-button:not(.rv-state-disabled):hover .rv-plus,
.rv-button:not(.rv-state-disabled):hover .rv-plus-disabled,
.rv-textbox:hover .rv-i-expand,
.rv-textbox:hover .rv-plus,
.rv-textbox:hover .rv-plus-disabled,
.rv-button:active .rv-i-expand,
.rv-button:active .rv-plus,
.rv-button:active .rv-plus-disabled {
    background-position: -16px -192px;
}

.rv-i-expand-w,
.rv-rtl .rv-i-expand,
.rv-rtl .rv-plus,
.rv-rtl .rv-plus-disabled {
    background-position: 0px -208px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-expand-w,
.rv-link:not(.rv-state-disabled):hover > .rv-rtl .rv-i-expand,
.rv-link:not(.rv-state-disabled):hover > .rv-rtl .rv-plus,
.rv-link:not(.rv-state-disabled):hover > .rv-rtl .rv-plus-disabled,
.rv-state-hover > .rv-i-expand-w,
.rv-state-hover > .rv-rtl .rv-i-expand,
.rv-state-hover > .rv-rtl .rv-plus,
.rv-state-hover > .rv-rtl .rv-plus-disabled,
.rv-state-hover > * > .rv-i-expand-w,
.rv-state-hover > * > .rv-rtl .rv-i-expand,
.rv-state-hover > * > .rv-rtl .rv-plus,
.rv-state-hover > * > .rv-rtl .rv-plus-disabled,
.rv-button:not(.rv-state-disabled):hover .rv-i-expand-w,
.rv-button:not(.rv-state-disabled):hover .rv-rtl .rv-i-expand,
.rv-button:not(.rv-state-disabled):hover .rv-rtl .rv-plus,
.rv-button:not(.rv-state-disabled):hover .rv-rtl .rv-plus-disabled,
.rv-textbox:hover .rv-i-expand-w,
.rv-textbox:hover .rv-rtl .rv-i-expand,
.rv-textbox:hover .rv-rtl .rv-plus,
.rv-textbox:hover .rv-rtl .rv-plus-disabled,
.rv-button:active .rv-i-expand-w,
.rv-button:active .rv-rtl .rv-i-expand,
.rv-button:active .rv-rtl .rv-plus,
.rv-button:active .rv-rtl .rv-plus-disabled {
    background-position: -16px -208px;
}

.rv-i-collapse,
.rv-minus,
.rv-minus-disabled {
    background-position: 0px -224px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-collapse,
.rv-link:not(.rv-state-disabled):hover > .rv-minus,
.rv-link:not(.rv-state-disabled):hover > .rv-minus-disabled,
.rv-state-hover > .rv-i-collapse,
.rv-state-hover > .rv-minus,
.rv-state-hover > .rv-minus-disabled,
.rv-state-hover > * > .rv-i-collapse,
.rv-state-hover > * > .rv-minus,
.rv-state-hover > * > .rv-minus-disabled,
.rv-button:not(.rv-state-disabled):hover .rv-i-collapse,
.rv-button:not(.rv-state-disabled):hover .rv-minus,
.rv-button:not(.rv-state-disabled):hover .rv-minus-disabled,
.rv-textbox:hover .rv-i-collapse,
.rv-textbox:hover .rv-minus,
.rv-textbox:hover .rv-minus-disabled,
.rv-button:active .rv-i-collapse,
.rv-button:active .rv-minus,
.rv-button:active .rv-minus-disabled {
    background-position: -16px -224px;
}

.rv-i-collapse-w,
.rv-rtl .rv-i-collapse,
.rv-rtl .rv-minus,
.rv-rtl .rv-minus-disabled {
    background-position: 0px -240px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-collapse-w,
.rv-link:not(.rv-state-disabled):hover > .rv-rtl .rv-i-collapse,
.rv-link:not(.rv-state-disabled):hover > .rv-rtl .rv-minus,
.rv-link:not(.rv-state-disabled):hover > .rv-rtl .rv-minus-disabled,
.rv-state-hover > .rv-i-collapse-w,
.rv-state-hover > .rv-rtl .rv-i-collapse,
.rv-state-hover > .rv-rtl .rv-minus,
.rv-state-hover > .rv-rtl .rv-minus-disabled,
.rv-state-hover > * > .rv-i-collapse-w,
.rv-state-hover > * > .rv-rtl .rv-i-collapse,
.rv-state-hover > * > .rv-rtl .rv-minus,
.rv-state-hover > * > .rv-rtl .rv-minus-disabled,
.rv-button:not(.rv-state-disabled):hover .rv-i-collapse-w,
.rv-button:not(.rv-state-disabled):hover .rv-rtl .rv-i-collapse,
.rv-button:not(.rv-state-disabled):hover .rv-rtl .rv-minus,
.rv-button:not(.rv-state-disabled):hover .rv-rtl .rv-minus-disabled,
.rv-textbox:hover .rv-i-collapse-w,
.rv-textbox:hover .rv-rtl .rv-i-collapse,
.rv-textbox:hover .rv-rtl .rv-minus,
.rv-textbox:hover .rv-rtl .rv-minus-disabled,
.rv-button:active .rv-i-collapse-w,
.rv-button:active .rv-rtl .rv-i-collapse,
.rv-button:active .rv-rtl .rv-minus,
.rv-button:active .rv-rtl .rv-minus-disabled {
    background-position: -16px -240px;
}

.rv-i-pencil,
.rv-edit {
    background-position: -32px 0px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-pencil,
.rv-link:not(.rv-state-disabled):hover > .rv-edit,
.rv-state-hover > .rv-i-pencil,
.rv-state-hover > .rv-edit,
.rv-state-hover > * > .rv-i-pencil,
.rv-state-hover > * > .rv-edit,
.rv-button:not(.rv-state-disabled):hover .rv-i-pencil,
.rv-button:not(.rv-state-disabled):hover .rv-edit,
.rv-textbox:hover .rv-i-pencil,
.rv-textbox:hover .rv-edit,
.rv-button:active .rv-i-pencil,
.rv-button:active .rv-edit {
    background-position: -48px 0px;
}

.rv-i-close,
.rv-delete,
.rv-group-delete {
    background-position: -32px -16px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-close,
.rv-link:not(.rv-state-disabled):hover > .rv-delete,
.rv-link:not(.rv-state-disabled):hover > .rv-group-delete,
.rv-state-hover > .rv-i-close,
.rv-state-hover > .rv-delete,
.rv-state-hover > .rv-group-delete,
.rv-state-hover > * > .rv-i-close,
.rv-state-hover > * > .rv-delete,
.rv-state-hover > * > .rv-group-delete,
.rv-button:not(.rv-state-disabled):hover .rv-i-close,
.rv-button:not(.rv-state-disabled):hover .rv-delete,
.rv-button:not(.rv-state-disabled):hover .rv-group-delete,
.rv-textbox:hover .rv-i-close,
.rv-textbox:hover .rv-delete,
.rv-textbox:hover .rv-group-delete,
.rv-button:active .rv-i-close,
.rv-button:active .rv-delete,
.rv-button:active .rv-group-delete {
    background-position: -48px -16px;
}

.rv-si-close {
    background-position: -160px -80px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-si-close,
.rv-state-hover > .rv-si-close,
.rv-state-hover > * > .rv-si-close,
.rv-button:not(.rv-state-disabled):hover .rv-si-close,
.rv-textbox:hover .rv-si-close,
.rv-button:active .rv-si-close {
    background-position: -176px -80px;
}

.rv-multiselect .rv-delete {
    background-position: -160px -80px;
}

.rv-multiselect .rv-state-hover .rv-delete {
    background-position: -176px -80px;
}

.rv-i-tick,
.rv-insert,
.rv-update {
    background-position: -32px -32px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-tick,
.rv-link:not(.rv-state-disabled):hover > .rv-insert,
.rv-link:not(.rv-state-disabled):hover > .rv-update,
.rv-state-hover > .rv-i-tick,
.rv-state-hover > .rv-insert,
.rv-state-hover > .rv-update,
.rv-state-hover > * > .rv-i-tick,
.rv-state-hover > * > .rv-insert,
.rv-state-hover > * > .rv-update,
.rv-button:not(.rv-state-disabled):hover .rv-i-tick,
.rv-button:not(.rv-state-disabled):hover .rv-insert,
.rv-button:not(.rv-state-disabled):hover .rv-update,
.rv-textbox:hover .rv-i-tick,
.rv-textbox:hover .rv-insert,
.rv-textbox:hover .rv-update,
.rv-button:active .rv-i-tick,
.rv-button:active .rv-insert,
.rv-button:active .rv-update {
    background-position: -48px -32px;
}

.rv-check:checked,
.rv-mobile-list .rv-edit-field [type=checkbox],
.rv-mobile-list .rv-edit-field [type=radio] {
    background-position: -32px -32px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-check:checked,
.rv-link:not(.rv-state-disabled):hover > .rv-mobile-list .rv-edit-field [type=checkbox],
.rv-link:not(.rv-state-disabled):hover > .rv-mobile-list .rv-edit-field [type=radio],
.rv-state-hover > .rv-check:checked,
.rv-state-hover > .rv-mobile-list .rv-edit-field [type=checkbox],
.rv-state-hover > .rv-mobile-list .rv-edit-field [type=radio],
.rv-state-hover > * > .rv-check:checked,
.rv-state-hover > * > .rv-mobile-list .rv-edit-field [type=checkbox],
.rv-state-hover > * > .rv-mobile-list .rv-edit-field [type=radio],
.rv-button:not(.rv-state-disabled):hover .rv-check:checked,
.rv-button:not(.rv-state-disabled):hover .rv-mobile-list .rv-edit-field [type=checkbox],
.rv-button:not(.rv-state-disabled):hover .rv-mobile-list .rv-edit-field [type=radio],
.rv-textbox:hover .rv-check:checked,
.rv-textbox:hover .rv-mobile-list .rv-edit-field [type=checkbox],
.rv-textbox:hover .rv-mobile-list .rv-edit-field [type=radio],
.rv-button:active .rv-check:checked,
.rv-button:active .rv-mobile-list .rv-edit-field [type=checkbox],
.rv-button:active .rv-mobile-list .rv-edit-field [type=radio] {
    background-position: -48px -32px;
}

.rv-i-cancel,
.rv-cancel,
.rv-denied {
    background-position: -32px -48px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-cancel,
.rv-link:not(.rv-state-disabled):hover > .rv-cancel,
.rv-link:not(.rv-state-disabled):hover > .rv-denied,
.rv-state-hover > .rv-i-cancel,
.rv-state-hover > .rv-cancel,
.rv-state-hover > .rv-denied,
.rv-state-hover > * > .rv-i-cancel,
.rv-state-hover > * > .rv-cancel,
.rv-state-hover > * > .rv-denied,
.rv-button:not(.rv-state-disabled):hover .rv-i-cancel,
.rv-button:not(.rv-state-disabled):hover .rv-cancel,
.rv-button:not(.rv-state-disabled):hover .rv-denied,
.rv-textbox:hover .rv-i-cancel,
.rv-textbox:hover .rv-cancel,
.rv-textbox:hover .rv-denied,
.rv-button:active .rv-i-cancel,
.rv-button:active .rv-cancel,
.rv-button:active .rv-denied {
    background-position: -48px -48px;
}

.rv-i-plus,
.rv-add {
    background-position: -32px -64px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-plus,
.rv-link:not(.rv-state-disabled):hover > .rv-add,
.rv-state-hover > .rv-i-plus,
.rv-state-hover > .rv-add,
.rv-state-hover > * > .rv-i-plus,
.rv-state-hover > * > .rv-add,
.rv-button:not(.rv-state-disabled):hover .rv-i-plus,
.rv-button:not(.rv-state-disabled):hover .rv-add,
.rv-textbox:hover .rv-i-plus,
.rv-textbox:hover .rv-add,
.rv-button:active .rv-i-plus,
.rv-button:active .rv-add {
    background-position: -48px -64px;
}

.rv-i-funnel,
.rv-filter {
    background-position: -32px -80px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-funnel,
.rv-link:not(.rv-state-disabled):hover > .rv-filter,
.rv-state-hover > .rv-i-funnel,
.rv-state-hover > .rv-filter,
.rv-state-hover > * > .rv-i-funnel,
.rv-state-hover > * > .rv-filter,
.rv-button:not(.rv-state-disabled):hover .rv-i-funnel,
.rv-button:not(.rv-state-disabled):hover .rv-filter,
.rv-textbox:hover .rv-i-funnel,
.rv-textbox:hover .rv-filter,
.rv-button:active .rv-i-funnel,
.rv-button:active .rv-filter {
    background-position: -48px -80px;
}

.rv-i-funnel-clear,
.rv-clear-filter {
    background-position: -32px -96px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-funnel-clear,
.rv-link:not(.rv-state-disabled):hover > .rv-clear-filter,
.rv-state-hover > .rv-i-funnel-clear,
.rv-state-hover > .rv-clear-filter,
.rv-state-hover > * > .rv-i-funnel-clear,
.rv-state-hover > * > .rv-clear-filter,
.rv-button:not(.rv-state-disabled):hover .rv-i-funnel-clear,
.rv-button:not(.rv-state-disabled):hover .rv-clear-filter,
.rv-textbox:hover .rv-i-funnel-clear,
.rv-textbox:hover .rv-clear-filter,
.rv-button:active .rv-i-funnel-clear,
.rv-button:active .rv-clear-filter {
    background-position: -48px -96px;
}

.rv-i-lock {
    background-position: -64px 0px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-lock,
.rv-state-hover > .rv-i-lock,
.rv-state-hover > * > .rv-i-lock,
.rv-button:not(.rv-state-disabled):hover .rv-i-lock,
.rv-textbox:hover .rv-i-lock,
.rv-button:active .rv-i-lock {
    background-position: -80px 0px;
}

.rv-i-unlock {
    background-position: -64px -16px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-unlock,
.rv-state-hover > .rv-i-unlock,
.rv-state-hover > * > .rv-i-unlock,
.rv-button:not(.rv-state-disabled):hover .rv-i-unlock,
.rv-textbox:hover .rv-i-unlock,
.rv-button:active .rv-i-unlock {
    background-position: -80px -16px;
}

.rv-i-refresh {
    background-position: -32px -112px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-refresh,
.rv-state-hover > .rv-i-refresh,
.rv-state-hover > * > .rv-i-refresh,
.rv-button:not(.rv-state-disabled):hover .rv-i-refresh,
.rv-textbox:hover .rv-i-refresh,
.rv-button:active .rv-i-refresh {
    background-position: -48px -112px;
}

.rv-i-exception {
    background-position: -160px -304px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-exception,
.rv-state-hover > .rv-i-exception,
.rv-state-hover > * > .rv-i-exception,
.rv-button:not(.rv-state-disabled):hover .rv-i-exception,
.rv-textbox:hover .rv-i-exception,
.rv-button:active .rv-i-exception {
    background-position: -176px -304px;
}

.rv-i-restore {
    background-position: -32px -128px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-restore,
.rv-state-hover > .rv-i-restore,
.rv-state-hover > * > .rv-i-restore,
.rv-button:not(.rv-state-disabled):hover .rv-i-restore,
.rv-textbox:hover .rv-i-restore,
.rv-button:active .rv-i-restore {
    background-position: -48px -128px;
}

.rv-i-maximize {
    background-position: -32px -144px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-maximize,
.rv-state-hover > .rv-i-maximize,
.rv-state-hover > * > .rv-i-maximize,
.rv-button:not(.rv-state-disabled):hover .rv-i-maximize,
.rv-textbox:hover .rv-i-maximize,
.rv-button:active .rv-i-maximize {
    background-position: -48px -144px;
}

.rv-i-minimize {
    background-position: -64px -288px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-minimize,
.rv-state-hover > .rv-i-minimize,
.rv-state-hover > * > .rv-i-minimize,
.rv-button:not(.rv-state-disabled):hover .rv-i-minimize,
.rv-textbox:hover .rv-i-minimize,
.rv-button:active .rv-i-minimize {
    background-position: -80px -288px;
}

.rv-i-pin {
    background-position: -160px -256px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-pin,
.rv-state-hover > .rv-i-pin,
.rv-state-hover > * > .rv-i-pin,
.rv-button:not(.rv-state-disabled):hover .rv-i-pin,
.rv-textbox:hover .rv-i-pin,
.rv-button:active .rv-i-pin {
    background-position: -176px -256px;
}

.rv-i-unpin {
    background-position: -160px -272px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-unpin,
.rv-state-hover > .rv-i-unpin,
.rv-state-hover > * > .rv-i-unpin,
.rv-button:not(.rv-state-disabled):hover .rv-i-unpin,
.rv-textbox:hover .rv-i-unpin,
.rv-button:active .rv-i-unpin {
    background-position: -176px -272px;
}

.rv-resize-se {
    background-position: -32px -160px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-resize-se,
.rv-state-hover > .rv-resize-se,
.rv-state-hover > * > .rv-resize-se,
.rv-button:not(.rv-state-disabled):hover .rv-resize-se,
.rv-textbox:hover .rv-resize-se,
.rv-button:active .rv-resize-se {
    background-position: -48px -160px;
}

.rv-i-calendar {
    background-position: -32px -176px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-calendar,
.rv-state-hover > .rv-i-calendar,
.rv-state-hover > * > .rv-i-calendar,
.rv-button:not(.rv-state-disabled):hover .rv-i-calendar,
.rv-textbox:hover .rv-i-calendar,
.rv-button:active .rv-i-calendar {
    background-position: -48px -176px;
}

.rv-i-clock {
    background-position: -32px -192px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-clock,
.rv-state-hover > .rv-i-clock,
.rv-state-hover > * > .rv-i-clock,
.rv-button:not(.rv-state-disabled):hover .rv-i-clock,
.rv-textbox:hover .rv-i-clock,
.rv-button:active .rv-i-clock {
    background-position: -48px -192px;
}

.rv-si-plus {
    background-position: -32px -208px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-si-plus,
.rv-state-hover > .rv-si-plus,
.rv-state-hover > * > .rv-si-plus,
.rv-button:not(.rv-state-disabled):hover .rv-si-plus,
.rv-textbox:hover .rv-si-plus,
.rv-button:active .rv-si-plus {
    background-position: -48px -208px;
}

.rv-si-minus {
    background-position: -32px -224px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-si-minus,
.rv-state-hover > .rv-si-minus,
.rv-state-hover > * > .rv-si-minus,
.rv-button:not(.rv-state-disabled):hover .rv-si-minus,
.rv-textbox:hover .rv-si-minus,
.rv-button:active .rv-si-minus {
    background-position: -48px -224px;
}

.rv-i-search {
    background-position: -32px -240px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-search,
.rv-state-hover > .rv-i-search,
.rv-state-hover > * > .rv-i-search,
.rv-button:not(.rv-state-disabled):hover .rv-i-search,
.rv-textbox:hover .rv-i-search,
.rv-button:active .rv-i-search {
    background-position: -48px -240px;
}

.rv-i-custom {
    background-position: -115px -113px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-custom,
.rv-state-hover > .rv-i-custom,
.rv-state-hover > * > .rv-i-custom,
.rv-button:not(.rv-state-disabled):hover .rv-i-custom,
.rv-textbox:hover .rv-i-custom,
.rv-button:active .rv-i-custom {
    background-position: -141px -113px;
}

.rv-editor .rv-i-custom {
    background-position: -111px -109px;
}

.rv-viewHtml {
    background-position: -288px -120px;
}

.rv-i-insert-n,
.rv-insert-top {
    background-position: -160px -32px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-insert-n,
.rv-link:not(.rv-state-disabled):hover > .rv-insert-top,
.rv-state-hover > .rv-i-insert-n,
.rv-state-hover > .rv-insert-top,
.rv-state-hover > * > .rv-i-insert-n,
.rv-state-hover > * > .rv-insert-top,
.rv-button:not(.rv-state-disabled):hover .rv-i-insert-n,
.rv-button:not(.rv-state-disabled):hover .rv-insert-top,
.rv-textbox:hover .rv-i-insert-n,
.rv-textbox:hover .rv-insert-top,
.rv-button:active .rv-i-insert-n,
.rv-button:active .rv-insert-top {
    background-position: -176px -32px;
}

.rv-i-insert-m,
.rv-insert-middle {
    background-position: -160px -48px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-insert-m,
.rv-link:not(.rv-state-disabled):hover > .rv-insert-middle,
.rv-state-hover > .rv-i-insert-m,
.rv-state-hover > .rv-insert-middle,
.rv-state-hover > * > .rv-i-insert-m,
.rv-state-hover > * > .rv-insert-middle,
.rv-button:not(.rv-state-disabled):hover .rv-i-insert-m,
.rv-button:not(.rv-state-disabled):hover .rv-insert-middle,
.rv-textbox:hover .rv-i-insert-m,
.rv-textbox:hover .rv-insert-middle,
.rv-button:active .rv-i-insert-m,
.rv-button:active .rv-insert-middle {
    background-position: -176px -48px;
}

.rv-i-insert-s,
.rv-insert-bottom {
    background-position: -160px -64px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-insert-s,
.rv-link:not(.rv-state-disabled):hover > .rv-insert-bottom,
.rv-state-hover > .rv-i-insert-s,
.rv-state-hover > .rv-insert-bottom,
.rv-state-hover > * > .rv-i-insert-s,
.rv-state-hover > * > .rv-insert-bottom,
.rv-button:not(.rv-state-disabled):hover .rv-i-insert-s,
.rv-button:not(.rv-state-disabled):hover .rv-insert-bottom,
.rv-textbox:hover .rv-i-insert-s,
.rv-textbox:hover .rv-insert-bottom,
.rv-button:active .rv-i-insert-s,
.rv-button:active .rv-insert-bottom {
    background-position: -176px -64px;
}

.rv-drop-hint {
    background-position: 0 -326px;
}

.rv-i-note,
.rv-warning {
    background-position: -160px -240px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-note,
.rv-link:not(.rv-state-disabled):hover > .rv-warning,
.rv-state-hover > .rv-i-note,
.rv-state-hover > .rv-warning,
.rv-state-hover > * > .rv-i-note,
.rv-state-hover > * > .rv-warning,
.rv-button:not(.rv-state-disabled):hover .rv-i-note,
.rv-button:not(.rv-state-disabled):hover .rv-warning,
.rv-textbox:hover .rv-i-note,
.rv-textbox:hover .rv-warning,
.rv-button:active .rv-i-note,
.rv-button:active .rv-warning {
    background-position: -176px -240px;
}

.rv-i-sort-asc {
    background-position: -112px -240px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-sort-asc,
.rv-state-hover > .rv-i-sort-asc,
.rv-state-hover > * > .rv-i-sort-asc,
.rv-button:not(.rv-state-disabled):hover .rv-i-sort-asc,
.rv-textbox:hover .rv-i-sort-asc,
.rv-button:active .rv-i-sort-asc {
    background-position: -128px -240px;
}

.rv-i-sort-desc {
    background-position: -112px -256px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-sort-desc,
.rv-state-hover > .rv-i-sort-desc,
.rv-state-hover > * > .rv-i-sort-desc,
.rv-button:not(.rv-state-disabled):hover .rv-i-sort-desc,
.rv-textbox:hover .rv-i-sort-desc,
.rv-button:active .rv-i-sort-desc {
    background-position: -128px -256px;
}

.rv-i-group {
    background-position: -112px -272px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-group,
.rv-state-hover > .rv-i-group,
.rv-state-hover > * > .rv-i-group,
.rv-button:not(.rv-state-disabled):hover .rv-i-group,
.rv-textbox:hover .rv-i-group,
.rv-button:active .rv-i-group {
    background-position: -128px -272px;
}

.rv-i-ungroup {
    background-position: -112px -288px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-ungroup,
.rv-state-hover > .rv-i-ungroup,
.rv-state-hover > * > .rv-i-ungroup,
.rv-button:not(.rv-state-disabled):hover .rv-i-ungroup,
.rv-textbox:hover .rv-i-ungroup,
.rv-button:active .rv-i-ungroup {
    background-position: -128px -288px;
}

.rv-i-columns {
    background-position: -112px -304px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-columns,
.rv-state-hover > .rv-i-columns,
.rv-state-hover > * > .rv-i-columns,
.rv-button:not(.rv-state-disabled):hover .rv-i-columns,
.rv-textbox:hover .rv-i-columns,
.rv-button:active .rv-i-columns {
    background-position: -128px -304px;
}

.rv-i-hbars {
    background-position: -64px -32px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-hbars,
.rv-state-hover > .rv-i-hbars,
.rv-state-hover > * > .rv-i-hbars,
.rv-button:not(.rv-state-disabled):hover .rv-i-hbars,
.rv-textbox:hover .rv-i-hbars,
.rv-button:active .rv-i-hbars {
    background-position: -80px -32px;
}

.rv-i-vbars {
    background-position: -64px -48px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-vbars,
.rv-state-hover > .rv-i-vbars,
.rv-state-hover > * > .rv-i-vbars,
.rv-button:not(.rv-state-disabled):hover .rv-i-vbars,
.rv-textbox:hover .rv-i-vbars,
.rv-button:active .rv-i-vbars {
    background-position: -80px -48px;
}

.rv-i-sum {
    background-position: -64px -64px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-sum,
.rv-state-hover > .rv-i-sum,
.rv-state-hover > * > .rv-i-sum,
.rv-button:not(.rv-state-disabled):hover .rv-i-sum,
.rv-textbox:hover .rv-i-sum,
.rv-button:active .rv-i-sum {
    background-position: -80px -64px;
}

.rv-i-pdf {
    background-position: -64px -80px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-pdf,
.rv-state-hover > .rv-i-pdf,
.rv-state-hover > * > .rv-i-pdf,
.rv-button:not(.rv-state-disabled):hover .rv-i-pdf,
.rv-textbox:hover .rv-i-pdf,
.rv-button:active .rv-i-pdf {
    background-position: -80px -80px;
}

.rv-i-excel {
    background-position: -64px -96px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-excel,
.rv-state-hover > .rv-i-excel,
.rv-state-hover > * > .rv-i-excel,
.rv-button:not(.rv-state-disabled):hover .rv-i-excel,
.rv-textbox:hover .rv-i-excel,
.rv-button:active .rv-i-excel {
    background-position: -80px -96px;
}

.rv-i-rotatecw {
    background-position: -64px -112px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-rotatecw,
.rv-state-hover > .rv-i-rotatecw,
.rv-state-hover > * > .rv-i-rotatecw,
.rv-button:not(.rv-state-disabled):hover .rv-i-rotatecw,
.rv-textbox:hover .rv-i-rotatecw,
.rv-button:active .rv-i-rotatecw {
    background-position: -80px -112px;
}

.rv-i-rotateccw {
    background-position: -64px -128px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-rotateccw,
.rv-state-hover > .rv-i-rotateccw,
.rv-state-hover > * > .rv-i-rotateccw,
.rv-button:not(.rv-state-disabled):hover .rv-i-rotateccw,
.rv-textbox:hover .rv-i-rotateccw,
.rv-button:active .rv-i-rotateccw {
    background-position: -80px -128px;
}

.rv-i-undo {
    background-position: -64px -160px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-undo,
.rv-state-hover > .rv-i-undo,
.rv-state-hover > * > .rv-i-undo,
.rv-button:not(.rv-state-disabled):hover .rv-i-undo,
.rv-textbox:hover .rv-i-undo,
.rv-button:active .rv-i-undo {
    background-position: -80px -160px;
}

.rv-i-redo {
    background-position: -64px -144px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-redo,
.rv-state-hover > .rv-i-redo,
.rv-state-hover > * > .rv-i-redo,
.rv-button:not(.rv-state-disabled):hover .rv-i-redo,
.rv-textbox:hover .rv-i-redo,
.rv-button:active .rv-i-redo {
    background-position: -80px -144px;
}

.rv-i-shape {
    background-position: -64px -176px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-shape,
.rv-state-hover > .rv-i-shape,
.rv-state-hover > * > .rv-i-shape,
.rv-button:not(.rv-state-disabled):hover .rv-i-shape,
.rv-textbox:hover .rv-i-shape,
.rv-button:active .rv-i-shape {
    background-position: -80px -176px;
}

.rv-i-connector {
    background-position: -64px -192px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-connector,
.rv-state-hover > .rv-i-connector,
.rv-state-hover > * > .rv-i-connector,
.rv-button:not(.rv-state-disabled):hover .rv-i-connector,
.rv-textbox:hover .rv-i-connector,
.rv-button:active .rv-i-connector {
    background-position: -80px -192px;
}

.rv-i-kpi {
    background-position: -64px -208px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-kpi,
.rv-state-hover > .rv-i-kpi,
.rv-state-hover > * > .rv-i-kpi,
.rv-button:not(.rv-state-disabled):hover .rv-i-kpi,
.rv-textbox:hover .rv-i-kpi,
.rv-button:active .rv-i-kpi {
    background-position: -80px -208px;
}

.rv-i-dimension {
    background-position: -64px -224px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-dimension,
.rv-state-hover > .rv-i-dimension,
.rv-state-hover > * > .rv-i-dimension,
.rv-button:not(.rv-state-disabled):hover .rv-i-dimension,
.rv-textbox:hover .rv-i-dimension,
.rv-button:active .rv-i-dimension {
    background-position: -80px -224px;
}

.rv-file {
    background-position: 0px 0px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-file,
.rv-state-hover > .rv-file,
.rv-state-hover > * > .rv-file,
.rv-button:not(.rv-state-disabled):hover .rv-file,
.rv-textbox:hover .rv-file,
.rv-button:active .rv-file {
    background-position: -16px 0px;
}

.rv-i-folder-add,
.rv-addfolder {
    background-position: -32px -272px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-folder-add,
.rv-link:not(.rv-state-disabled):hover > .rv-addfolder,
.rv-state-hover > .rv-i-folder-add,
.rv-state-hover > .rv-addfolder,
.rv-state-hover > * > .rv-i-folder-add,
.rv-state-hover > * > .rv-addfolder,
.rv-button:not(.rv-state-disabled):hover .rv-i-folder-add,
.rv-button:not(.rv-state-disabled):hover .rv-addfolder,
.rv-textbox:hover .rv-i-folder-add,
.rv-textbox:hover .rv-addfolder,
.rv-button:active .rv-i-folder-add,
.rv-button:active .rv-addfolder {
    background-position: -48px -272px;
}

.rv-i-folder-up,
.rv-goup {
    background-position: -32px -288px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-folder-up,
.rv-link:not(.rv-state-disabled):hover > .rv-goup,
.rv-state-hover > .rv-i-folder-up,
.rv-state-hover > .rv-goup,
.rv-state-hover > * > .rv-i-folder-up,
.rv-state-hover > * > .rv-goup,
.rv-button:not(.rv-state-disabled):hover .rv-i-folder-up,
.rv-button:not(.rv-state-disabled):hover .rv-goup,
.rv-textbox:hover .rv-i-folder-up,
.rv-textbox:hover .rv-goup,
.rv-button:active .rv-i-folder-up,
.rv-button:active .rv-goup {
    background-position: -48px -288px;
}

.rv-i-more {
    background-position: -64px -32px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-more,
.rv-state-hover > .rv-i-more,
.rv-state-hover > * > .rv-i-more,
.rv-button:not(.rv-state-disabled):hover .rv-i-more,
.rv-textbox:hover .rv-i-more,
.rv-button:active .rv-i-more {
    background-position: -80px -32px;
}

.rv-i-gantt-toggle {
    background-position: -64px -240px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-i-gantt-toggle,
.rv-state-hover > .rv-i-gantt-toggle,
.rv-state-hover > * > .rv-i-gantt-toggle,
.rv-button:not(.rv-state-disabled):hover .rv-i-gantt-toggle,
.rv-textbox:hover .rv-i-gantt-toggle,
.rv-button:active .rv-i-gantt-toggle {
    background-position: -80px -240px;
}

.rv-file > .rv-icon {
    background-position: -115px -91px;
}

.rv-image {
    border: 0;
}

.rv-breadcrumbs:hover .rv-i-arrow-n {
    background-position: 0 0;
}

.rv-breadcrumbs:hover .rv-i-arrow-e {
    background-position: 0 -16px;
}

/* Dropdown icon in rv-scheduler-views */
.rv-pager-numbers .rv-current-page .rv-link:after,
.rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view .rv-link:after,
.rv-gantt-views > .rv-current-view > .rv-link:after {
    background-position: 0px -32px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-pager-numbers .rv-current-page .rv-link:after,
.rv-link:not(.rv-state-disabled):hover > .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view .rv-link:after,
.rv-link:not(.rv-state-disabled):hover > .rv-gantt-views > .rv-current-view > .rv-link:after,
.rv-state-hover > .rv-pager-numbers .rv-current-page .rv-link:after,
.rv-state-hover > .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view .rv-link:after,
.rv-state-hover > .rv-gantt-views > .rv-current-view > .rv-link:after,
.rv-state-hover > * > .rv-pager-numbers .rv-current-page .rv-link:after,
.rv-state-hover > * > .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view .rv-link:after,
.rv-state-hover > * > .rv-gantt-views > .rv-current-view > .rv-link:after,
.rv-button:not(.rv-state-disabled):hover .rv-pager-numbers .rv-current-page .rv-link:after,
.rv-button:not(.rv-state-disabled):hover .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view .rv-link:after,
.rv-button:not(.rv-state-disabled):hover .rv-gantt-views > .rv-current-view > .rv-link:after,
.rv-textbox:hover .rv-pager-numbers .rv-current-page .rv-link:after,
.rv-textbox:hover .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view .rv-link:after,
.rv-textbox:hover .rv-gantt-views > .rv-current-view > .rv-link:after,
.rv-button:active .rv-pager-numbers .rv-current-page .rv-link:after,
.rv-button:active .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view .rv-link:after,
.rv-button:active .rv-gantt-views > .rv-current-view > .rv-link:after {
    background-position: -16px -32px;
}

/* Colors */
html .rv-success-colored {
    color: #507f50;
    border-color: #d0dfd0;
    background-color: #f0fff0;
}

html .rv-info-colored {
    color: #50607f;
    border-color: #d0d9df;
    background-color: #f0f9ff;
}

html .rv-error-colored {
    color: #7f5050;
    border-color: #dfd0d0;
    background-color: #fff0f0;
}

.rv-inline-block {
    padding: 0 2px;
}

/* loading */
.rv-loading,
.rv-loading-image {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}

.rv-loading-mask,
.rv-loading-image,
.rv-loading-text {
    position: absolute;
}

.rv-loading-mask {
    z-index: 100;
}

.rv-loading-mask .rv-loading-progress {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.rv-loading-text {
    text-indent: -4000px;
    text-align: center;
    /*rtl*/
}

.rv-loading-image,
.rv-loading-color {
    width: 100%;
    height: 100%;
}

.rv-loading-image {
    top: 0;
    left: 0;
    z-index: 2;
}

.rv-loading-color {
    filter: alpha(opacity=30);
    opacity: .3;
}

.rv-content-frame {
    border: 0;
    width: 100%;
    height: 100%;
}

.rv-pane > .rv-splitter-overlay {
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
}

/* drag n drop */
.rv-drag-clue {
    position: absolute;
    z-index: 10003;
    border-style: solid;
    border-width: 1px;
    font-size: .9em;
    padding: .2em .4em;
    white-space: nowrap;
    cursor: default;
}

.rv-drag-status {
    margin-top: -3px;
    margin-right: 4px;
    vertical-align: middle;
}

.rv-reorder-cue {
    position: absolute;
    width: 1px;
    overflow: visible;
}

.rv-reorder-cue .rv-icon {
    position: absolute;
    left: -4px;
    width: 8px;
    height: 4px;
}

.rv-reorder-cue .rv-i-arrow-s {
    top: -4px;
    background-position: -4px -166px;
}

.rv-reorder-cue .rv-i-arrow-n {
    bottom: -4px;
    background-position: -4px -134px;
}

/* virtual scrollbar */
.rv-scrollbar {
    position: absolute;
    overflow: scroll;
}

.rv-scrollbar-vertical {
    top: 0;
    right: 0;
    width: 17px;
    /* scrollbar width */
    height: 100%;
    overflow-x: hidden;
}

.rv-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 .rv-touch-scrollbar {
        height: 12px;
        width: 12px;
        border-radius: 7px;
    }
}

.rv-virtual-scrollable-wrap {
    overflow-x: auto;
    /*needed by IE8*/
}

/* current time indicator */
.rv-current-time {
    background: #f00;
    position: absolute;
}

.rv-current-time-arrow-down {
    width: 0;
    height: 0;
    background: transparent;
    border-bottom: 4px solid transparent;
    border-top: 4px solid #f00;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.rv-current-time-arrow-left {
    width: 0;
    height: 0;
    background: transparent;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid #f00;
}

.rv-current-time-arrow-right {
    width: 0;
    height: 0;
    background: transparent;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid #f00;
    border-right: 4px solid transparent;
}

/* override box sizing for grid layout framework integration (Bootstrap 3, Foundation 4) */
.rv-animation-container,
.rv-widget,
.rv-widget *,
.rv-animation-container *,
.rv-widget *:before,
.rv-animation-container *:after,
.rv-block .rv-header,
.rv-list-container {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.rv-button,
.rv-textbox,
.rv-autocomplete,
div.rv-window-content,
.rv-tabstrip > .rv-content > .km-scroll-container,
.rv-block,
.rv-edit-cell .rv-widget,
.rv-grid-edit-row .rv-widget,
.rv-grid-edit-row .text-box,
.km-actionsheet > li,
.km-shim {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix for Bootstrap 3 */
.input-group .form-control {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-control.rv-widget {
    padding: 0;
}

a.rv-button:hover {
    text-decoration: none;
}

/* override iOS styles in mobile Kendo */
.km-widget,
.km-widget * {
    -webkit-background-clip: border-box;
    background-clip: border-box;
}

input.rv-checkbox,
.rv-radio {
    display: inline;
    opacity: 0;
    width: 0;
    margin: 0;
    -webkit-appearance: none;
    overflow: hidden;
}

.rv-ff input.rv-checkbox,
.rv-ff .rv-radio {
    position: absolute;
}

.rv-checkbox-label {
    position: relative;
    padding-left: 1.5em;
    vertical-align: middle;
    line-height: 0.875em;
    cursor: pointer;
}

.rv-checkbox-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-width: 1px;
    border-style: solid;
    width: 1em;
    height: 1em;
    font-size: 1em;
    line-height: 1em;
    text-align: center;
}

.rv-checkbox:indeterminate + .rv-checkbox-label:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-width: 1px;
    border-style: solid;
    width: 8px;
    height: 8px;
    font-size: 1em;
    text-align: center;
    content: " ";
    margin-left: -2px;
}

.rv-checkbox:checked + .rv-checkbox-label:before {
    content: "\2713";
}

.rv-checkbox:disabled + .rv-checkbox-label {
    cursor: auto;
}

.rv-radio-label {
    position: relative;
    padding-left: 1.5em;
    vertical-align: middle;
    line-height: 0.875em;
    cursor: pointer;
}

.rv-radio-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border-style: solid;
}

.rv-radio:checked + .rv-radio-label:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    left: 3px;
}

.rv-radio:disabled + .rv-radio-label {
    cursor: auto;
}

.rv-ie8 input.rv-checkbox,
.rv-ie8 .rv-radio {
    display: inline-block;
    width: auto;
}

.rv-ie8 .rv-checkbox-label,
.rv-ie8 .rv-radio-label {
    padding-left: 0;
}

.rv-ie8 .rv-checkbox-label:before,
.rv-ie8 .rv-radio-label:before,
.rv-ie8 .rv-radio-label:after {
    display: none;
}

/* RTL for checkboxes and radio buttons */
.rv-rtl .rv-checkbox-label,
.rv-rtl .rv-radio-label {
    padding-right: 1.5em;
}

.rv-rtl .rv-checkbox-label:before,
.rv-rtl .rv-radio-label:before {
    right: 0;
}

.rv-rtl .rv-radio:checked + .rv-radio-label:after {
    right: 3px;
}

input.rv-checkbox + label {
    -webkit-user-select: none;
}

/* Off-screen container used during export */
.rv-pdf-export-shadow {
    position: absolute;
    overflow: hidden;
    left: -15000px;
    width: 14400px;
}

.km-native-scroller {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: pan-x pan-y;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-scroll-snap-type: proximity;
}

/* responsive panel */
.rv-rpanel-left {
    -webkit-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    left: 0;
}

.rv-rpanel-right {
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
    right: 0;
}

.rv-rpanel-left,
.rv-rpanel-right {
    position: fixed;
    display: block;
    overflow: auto;
    min-width: 320px;
    height: 100%;
    top: 0;
}

.rv-rpanel-left.rv-rpanel-expanded,
.rv-rpanel-right.rv-rpanel-expanded {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

.rv-rpanel-left + *,
.rv-rpanel-right + * {
    overflow: auto;
}

.rv-rpanel-top {
    position: static;
    max-height: 0;
}

.rv-rpanel-top.rv-rpanel-expanded {
    max-height: 568px;
    overflow: visible !important;
}

.rv-edit-form {
    margin: 0;
    padding: 0;
}

.rv-window > div.rv-popup-edit-form {
    padding: 1em 0;
}

.rv-grid-edit-row .rv-edit-form td {
    border-bottom-width: 0;
}

.rv-edit-form-container {
    position: relative;
    width: 400px;
}

.rv-edit-label,
.rv-edit-form-container .editor-label {
    float: left;
    clear: both;
    width: 30%;
    padding: .4em 0 1em;
    margin-left: 2%;
    text-align: right;
}

.rv-edit-field,
.rv-edit-form-container .editor-field {
    float: right;
    clear: right;
    width: 60%;
    margin-right: 2%;
    padding: 0 0 .6em;
}

.rv-edit-field > input[type="checkbox"],
.rv-edit-field > input[type="radio"] {
    margin-top: .4em;
}

.rv-edit-form-container .rv-button {
    margin: 0 .16em;
}

.rv-edit-field > input[type="checkbox"]:first-child,
.rv-edit-field > input[type="radio"]:first-child,
.rv-edit-field > label:first-child > input[type="checkbox"],
.rv-edit-field > .rv-button:first-child {
    margin-left: 0;
}

.rv-edit-form-container .rv-edit-buttons {
    clear: both;
    text-align: right;
    border-width: 1px 0 0;
    border-style: solid;
    position: relative;
    bottom: -1em;
    padding: .6em;
}

/* Window */
div.rv-window {
    display: inline-block;
    position: absolute;
    z-index: 10001;
    border-style: solid;
    border-width: 1px;
    padding-top: 2em;
}

.rv-block > .rv-header,
.rv-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;
    /* icon size */
}

.rv-block > .rv-header {
    position: relative;
    margin: -2px 0 10px -2px;
    padding: .3em 2px;
}

.rv-window-title {
    position: absolute;
    left: .44em;
    right: .44em;
    overflow: hidden;
    cursor: default;
    text-overflow: ellipsis;
}

.rv-window-title .rv-image {
    margin: 0 5px 0 0;
    vertical-align: middle;
}

div.rv-window-titleless {
    padding-top: 0;
}

div.rv-window-content {
    position: relative;
    height: 100%;
    padding: .58em;
    overflow: auto;
    outline: 0;
}

div.rv-window-iframecontent {
    padding: 0;
    overflow: visible;
}

.rv-window-content > .km-scroll-container {
    height: 100%;
}

.rv-window-titlebar .rv-window-actions {
    position: absolute;
    top: 0;
    right: .3em;
    padding-top: .3em;
    white-space: nowrap;
}

.rv-window-titlebar .rv-window-action {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 2px;
    text-decoration: none;
    vertical-align: middle;
    opacity: .7;
}

.rv-window-titlebar .rv-state-hover {
    border-style: solid;
    border-width: 1px;
    padding: 1px;
    opacity: 1;
}

.rv-window-action .rv-icon {
    margin: 0;
    vertical-align: top;
}

.rv-window > .rv-resize-handle {
    position: absolute;
    z-index: 1;
    background-color: #fff;
    font-size: 0;
    line-height: 6px;
    filter: alpha(opacity=0);
    opacity: 0;
    zoom: 1;
}

.rv-resize-n {
    top: -3px;
    left: 0;
    width: 100%;
    height: 6px;
    cursor: n-resize;
}

.rv-resize-e {
    top: 0;
    right: -3px;
    width: 6px;
    height: 100%;
    cursor: e-resize;
}

.rv-resize-s {
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 6px;
    cursor: s-resize;
}

.rv-resize-w {
    top: 0;
    left: -3px;
    width: 6px;
    height: 100%;
    cursor: w-resize;
}

.rv-resize-se {
    bottom: -3px;
    right: -3px;
    width: 16px;
    height: 16px;
    cursor: se-resize;
}

.rv-resize-sw {
    bottom: -3px;
    left: -3px;
    width: 6px;
    height: 6px;
    cursor: sw-resize;
}

.rv-resize-ne {
    top: -3px;
    right: -3px;
    width: 6px;
    height: 6px;
    cursor: ne-resize;
}

.rv-resize-nw {
    top: -3px;
    left: -3px;
    width: 6px;
    height: 6px;
    cursor: nw-resize;
}

.rv-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5;
}

.rv-window .rv-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    filter: alpha(opacity=0);
    opacity: 0;
}

.rv-action-buttons {
    clear: both;
    text-align: right;
    border-width: 1px 0 0;
    border-style: solid;
    position: relative;
    bottom: -1em;
    padding: .6em;
    margin: 0 -1em;
}

.rv-action-buttons .rv-button {
    display: inline-block;
    margin: 0 0 0 6px;
    min-width: 75px;
}

/* TabStrip */
.rv-tabstrip {
    margin: 0;
    padding: 0;
    zoom: 1;
    position: relative;
}

.rv-tabstrip-items {
    padding: 0.3em 0.3em 0;
}

.rv-tabstrip-scrollable .rv-tabstrip-items {
    white-space: nowrap;
    overflow: hidden;
}

.rv-tabstrip > .rv-button {
    position: absolute;
    top: .4em;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rv-tabstrip-bottom > .rv-button {
    top: auto;
    bottom: .4em;
}

.rv-tabstrip-prev {
    left: .4em;
}

.rv-tabstrip-next {
    right: .4em;
}

.rv-tabstrip-items .rv-item,
.rv-panelbar .rv-tabstrip-items .rv-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;
}

.rv-tabstrip-items .rv-tab-on-top,
.rv-tabstrip-items .rv-state-active,
.rv-panelbar .rv-tabstrip-items .rv-state-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.rv-tabstrip-items .rv-tab-on-top {
    z-index: 1;
}

.rv-tabstrip-items .rv-link,
.rv-panelbar .rv-tabstrip-items .rv-link {
    display: inline-block;
    border-bottom-width: 0;
    padding: .5em .92em;
}

.rv-tabstrip-items .rv-icon,
.rv-panelbar .rv-tabstrip-items .rv-icon {
    margin: -1px 4px 0 -3px;
    vertical-align: top;
}

.rv-tabstrip-items .rv-item .rv-image,
.rv-tabstrip-items .rv-item .rv-sprite,
.rv-panelbar .rv-tabstrip-items .rv-item .rv-image,
.rv-panelbar .rv-tabstrip-items .rv-item .rv-sprite {
    margin: -3px 3px 0 -6px;
    vertical-align: middle;
}

/* TabStrip Loading Progress */
.rv-tabstrip-items .rv-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;
    transition: width 200ms linear;
    -webkit-transition: "width 200ms linear";
    transition: "width 200ms linear";
    -webkit-animation: rv-tab-loader 1s ease-in-out infinite;
    animation: rv-tab-loader 1s ease-in-out infinite;
}

.rv-tabstrip-items .rv-progress {
    -webkit-animation: none;
    animation: none;
}

.rv-tabstrip-items .rv-loading.rv-complete {
    width: 100%;
    -webkit-animation: none;
    animation: none;
}

.rv-tabstrip > .rv-content,
.rv-panelbar .rv-tabstrip > .rv-content {
    position: static;
    border-style: solid;
    border-width: 1px;
    margin: 0 .286em .3em;
    padding: .3em .92em;
    zoom: 1;
}

.rv-tabstrip > .rv-content {
    display: none;
    overflow: auto;
}

.rv-tabstrip > .rv-content.km-scroll-wrapper {
    padding: 0;
}

.rv-tabstrip > .rv-content > .km-scroll-container {
    padding: .3em .92em;
}

@-webkit-keyframes rv-tab-loader {
    0% {
        left: 0;
    }
    50% {
        left: 80%;
    }
    100% {
        left: 0;
    }
}

@keyframes rv-tab-loader {
    0% {
        left: 0;
    }
    50% {
        left: 80%;
    }
    100% {
        left: 0;
    }
}

/* left and right tabs */
.rv-tabstrip-left > div.rv-content,
.rv-tabstrip-right > div.rv-content {
    margin: .286em .3em;
}

.rv-tabstrip-left > .rv-tabstrip-items .rv-item,
.rv-tabstrip-right > .rv-tabstrip-items .rv-item {
    display: block;
    margin-bottom: -1px;
}

.rv-tabstrip-left > .rv-tabstrip-items .rv-link,
.rv-tabstrip-right > .rv-tabstrip-items .rv-link {
    display: block;
}

.rv-tabstrip-left > .rv-tabstrip-items .rv-tab-on-top,
.rv-tabstrip-right > .rv-tabstrip-items .rv-tab-on-top,
.rv-tabstrip-left > .rv-tabstrip-items .rv-state-active,
.rv-tabstrip-right > .rv-tabstrip-items .rv-state-active,
.rv-panelbar .rv-tabstrip-left > .rv-tabstrip-items .rv-state-active,
.rv-panelbar .rv-tabstrip-right > .rv-tabstrip-items .rv-state-active {
    margin-bottom: -1px;
    padding-bottom: 0;
}

/* left tabs */
.rv-tabstrip-left > .rv-tabstrip-items {
    float: left;
    padding: .25em 0 .3em .3em;
}

.rv-tabstrip-left > .rv-tabstrip-items .rv-item {
    border-width: 1px 0 1px 1px;
    border-radius: 3px 0 0 3px;
}

.rv-tabstrip-left > .rv-tabstrip-items .rv-state-active {
    border-width: 1px 0 1px 1px;
}

.rv-tabstrip-left > .rv-tabstrip-items .rv-tab-on-top,
.rv-tabstrip-left > .rv-tabstrip-items .rv-state-active,
.rv-panelbar .rv-tabstrip-left > .rv-tabstrip-items .rv-state-active {
    margin-right: -2px;
    padding-right: 1px;
}

/* right tabs */
.rv-tabstrip-right > .rv-tabstrip-items {
    float: right;
    padding: .25em .3em .3em 0;
}

.rv-tabstrip-right > .rv-tabstrip-items .rv-item {
    border-width: 1px 1px 1px 0;
    border-radius: 0 3px 3px 0;
}

.rv-tabstrip-right > .rv-tabstrip-items .rv-state-active {
    border-width: 1px 1px 1px 0;
}

.rv-tabstrip-right > .rv-tabstrip-items .rv-tab-on-top,
.rv-tabstrip-right > .rv-tabstrip-items .rv-state-active,
.rv-panelbar .rv-tabstrip-right > .rv-tabstrip-items .rv-state-active {
    margin-left: -1px;
    padding-left: 1px;
}

/* bottom tabs */
.rv-tabstrip-bottom > .rv-tabstrip-items {
    margin-top: -1px;
    padding: 0 .3em .3em;
}

.rv-tabstrip-bottom > .rv-content,
.rv-panelbar .rv-tabstrip-bottom > .rv-content {
    margin: .3em .286em 0;
    z-index: 1;
    position: relative;
}

.rv-tabstrip-bottom > .rv-tabstrip-items .rv-item {
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px;
}

.rv-tabstrip-bottom > .rv-tabstrip-items .rv-state-active {
    margin-bottom: 0;
    padding-bottom: 0;
}

.rv-tabstrip-bottom > .rv-content {
    min-height: 100px;
}

.rv-tabstrip-bottom > .rv-tabstrip-items .rv-loading {
    top: auto;
    bottom: 0;
}

/* PanelBar */
.rv-panelbar {
    zoom: 1;
}

.rv-panelbar > .rv-item,
.rv-panel > .rv-item {
    list-style-type: none;
    display: block;
    border-width: 0;
    margin: 0;
    zoom: 1;
    border-radius: 0;
}

.rv-panelbar .rv-link > .rv-image,
.rv-panelbar .rv-link > .rv-sprite {
    float: left;
    margin-top: 4px;
    margin-right: 5px;
    vertical-align: middle;
}

.rv-panelbar > .rv-item > .rv-link,
.rv-panel > .rv-item > .rv-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;
}

.rv-panelbar-expand,
.rv-panelbar-collapse {
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -8px;
}

.rv-panelbar .rv-panel,
.rv-panelbar .rv-content {
    position: relative;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin: 0;
    padding: 0;
    zoom: 1;
}

.rv-panel > .rv-item > .rv-link {
    border-bottom: 0;
    font-size: .95em;
    line-height: 2.2;
}

.rv-panel .rv-panel > .rv-item > .rv-link {
    padding-left: 2em;
}

.rv-panelbar .rv-i-seek-e .rv-link {
    border-bottom: 0;
}

.rv-panel .rv-panel {
    border-bottom: 0;
}

/* Menu */
.rv-menu {
    cursor: default;
}

.rv-menu,
.rv-menu .rv-menu-group {
    list-style: none;
    margin: 0;
    padding: 0;
    zoom: 1;
}

.rv-menu:after {
    content: '';
    display: block;
    width: 99%;
    height: 0;
    float: inherit;
    clear: both;
}

.rv-menu .rv-item {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.rv-menu .rv-item div {
    -webkit-user-select: default;
    -moz-user-select: default;
    -ms-user-select: default;
    user-select: default;
}

.rv-menu .rv-item .rv-item,
ul.rv-menu-vertical > .rv-item {
    display: block;
    float: none;
    border-width: 0;
}

.rv-menu .rv-item > .rv-link > .rv-icon,
.rv-menu .rv-image,
.rv-menu .rv-sprite {
    margin: -2px 4px 0 -4px;
    vertical-align: middle;
}

.rv-menu .rv-item > .rv-link > .rv-icon {
    margin: -2px 0 0;
}

.rv-menu .rv-item > .rv-link {
    display: block;
    padding: 0.5em 1.1em 0.4em;
    line-height: 1.34em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rv-menu .rv-menu-group {
    display: none;
    border-style: solid;
    border-width: 1px;
    overflow: visible;
    white-space: nowrap;
}

.rv-menu .rv-menu-group > .rv-item {
    display: block;
    border-width: 0;
}

.rv-menu .rv-item,
.rv-widget.rv-menu-horizontal > .rv-item {
    position: relative;
    float: left;
    border-style: solid;
    border-width: 0 1px 0 0;
    vertical-align: top;
    zoom: 1;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.rv-context-menu.rv-menu-vertical > .rv-item > .rv-link,
.rv-menu .rv-menu-group .rv-item > .rv-link {
    padding: .28em 1.8em .38em .9em;
}

.rv-context-menu.rv-menu-horizontal > .rv-separator {
    display: none;
}

.rv-context-menu.rv-menu-horizontal > .rv-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rv-context-menu.rv-menu-horizontal > .rv-last {
    border: 0;
}

.rv-menu .rv-item > .rv-link > .rv-i-arrow-s {
    margin-right: -8px;
}

.rv-menu .rv-item > .rv-link > .rv-i-arrow-e {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 2px;
    right: .2rem;
}

.rv-menu .rv-animation-container {
    border: 0;
}

.rv-menu .rv-animation-container,
.rv-menu .rv-menu-group {
    position: absolute;
    left: 0;
}

.rv-menu .rv-animation-container .rv-animation-container,
.rv-menu .rv-menu-group .rv-menu-group,
.rv-menu-vertical .rv-animation-container,
.rv-menu-vertical .rv-menu-group {
    top: 0;
    left: 0;
}

.rv-menu .rv-animation-container .rv-menu-group {
    top: auto;
    left: auto;
    margin-left: -1px;
}

.rv-menu .rv-animation-container,
.rv-popup .rv-animation-container {
    margin-top: -1px;
    padding-left: 1px;
}

.rv-ie .rv-menu .rv-animation-container,
.rv-ie .rv-popup .rv-animation-container {
    margin-top: -2px;
}

.rv-popup .rv-animation-container .rv-popup {
    margin-left: -1px;
}

ul.rv-menu .rv-separator {
    padding: 0.25em 0;
    height: 100%;
    width: 1px;
    font-size: 0;
    line-height: 0;
    border-width: 0 1px 0 0;
}

ul.rv-menu-vertical .rv-separator,
.rv-menu .rv-menu-group .rv-separator {
    padding: 0;
    height: 1px;
    width: 100%;
    border-width: 1px 0 0;
}

/* Context Menu */
.rv-context-menu {
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Grid */
.rv-grid,
.rv-listview {
    position: relative;
    zoom: 1;
}

.rv-grid table {
    width: 100%;
    margin: 0;
    /* override CSS libraries */
    max-width: none;
    border-collapse: separate;
    border-spacing: 0;
    empty-cells: show;
    border-width: 0;
    outline: none;
}

.rv-header.rv-drag-clue {
    overflow: hidden;
}

.rv-grid-header th.rv-header,
.rv-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;
}

.rv-grid-header th.rv-header {
    vertical-align: bottom;
}

.rv-filtercell,
.rv-filtercell > span,
.rv-filtercell .rv-widget {
    display: block;
    width: auto;
}

.rv-filtercell > span {
    padding-right: 4.8em;
    position: relative;
    min-height: 2em;
    line-height: 2em;
}

.rv-filtercell > .rv-operator-hidden {
    padding-right: 2.3em;
}

.rv-filtercell > span > .rv-button,
.rv-filter-row .rv-dropdown-operator {
    position: absolute;
    top: 0;
    right: 0;
}

.rv-filter-row .rv-dropdown-operator {
    width: 2.1em;
    right: 2.5em;
}

.rv-filtercell > span > label {
    vertical-align: middle;
}

.rv-filter-row label > input[type="radio"] {
    vertical-align: middle;
    position: relative;
    bottom: 2px;
}

.rv-ie10 .rv-grid-header a:active {
    background-color: transparent;
    /*remove gray background*/
}

.rv-grid-header th.rv-header > .rv-link {
    display: block;
    min-height: 18px;
    line-height: 18px;
    /* due to sorting icons*/
    margin: -0.5em -0.6em -0.4em 0;
    padding: .5em .6em .4em 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rv-grid-header th.rv-with-icon .rv-link {
    margin-right: 18px;
}

.rv-grid-header th.rv-header .rv-icon {
    position: static;
}

.rv-grid-header th > .rv-link > .rv-icon {
    vertical-align: text-top;
}

.rv-grid .rv-state-hover {
    cursor: pointer;
}

.rv-grid-column-resizing,
.rv-grid-column-resizing .rv-grid-filter,
.rv-grid-column-resizing .rv-link,
.rv-grid-column-resizing .rv-button,
.rv-grid-column-resizing .rv-grid-toolbar {
    cursor: col-resize;
}

.rv-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;
}

.rv-grid .rv-grouping-row td,
.rv-grid .rv-hierarchy-cell {
    overflow: visible;
}

.rv-grid-edit-row td {
    text-overflow: clip;
}

.rv-grid-edit-row .rv-textbox,
.rv-grid-edit-row .text-box {
    /*reset default webkit styles*/
    margin-top: 0;
    margin-bottom: 0;
}

.rv-grid-header-wrap,
.rv-grid-footer-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-style: solid;
    border-width: 0 1px 0 0;
    zoom: 1;
}

div.rv-grid-header,
div.rv-grid-footer {
    padding-right: 17px;
    /* scrollbar width; may vary; can be calculated */
    border-bottom-style: solid;
    border-bottom-width: 1px;
    zoom: 1;
}

.rv-grid-header-wrap > table,
.rv-grid-header-locked > table {
    margin-bottom: -1px;
}

.rv-grid-content {
    position: relative;
    width: 100%;
    overflow: auto;
    overflow-x: auto;
    overflow-y: scroll;
    zoom: 1;
    min-height: 0%;
    /* IE9 bug workaround - expanding Grid on hover */
}

.rv-mobile .rv-grid tbody {
    -webkit-backface-visibility: hidden;
}

.rv-mobile .rv-grid-backface tbody {
    -webkit-backface-visibility: visible;
}

.rv-grid-content-expander {
    position: absolute;
    visibility: hidden;
    height: 1px;
}

.rv-grid-norecords {
    width: 100%;
    height: 100%;
    text-align: center;
}

.rv-grid-norecords-template {
    width: 20em;
    height: 4em;
    line-height: 4em;
    vertical-align: middle;
    margin: 0 auto;
}

.rv-grid-content > .rv-grid-norecords > .rv-grid-norecords-template {
    top: 50%;
    left: 50%;
    margin-left: -10em;
    margin-top: -2em;
    position: absolute;
}

@media print {
    .rv-grid {
        height: auto !important;
    }

    .rv-grid-header {
        padding: 0 !important;
    }

    .rv-grid-header-wrap,
    .rv-grid-content {
        overflow: visible;
        height: auto !important;
    }
}

.rv-grid .rv-scrollbar {
    -ms-overflow-style: scrollbar;
}

.rv-virtual-scrollable-wrap {
    height: 100%;
    overflow-y: hidden;
    position: relative;
}

.rv-grid-header table,
.rv-grid-content table,
.rv-grid-footer table,
.rv-grid-content-locked > table {
    table-layout: fixed;
}

/* Grid :: locked columns */
.rv-grid-lockedcolumns {
    white-space: nowrap;
}

.rv-grid-content-locked,
.rv-grid-content,
.rv-pager-wrap {
    white-space: normal;
}

.rv-grid-header-locked,
.rv-grid-content-locked,
.rv-grid-footer-locked {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    /* generally uneeded */
    position: relative;
    border-style: solid;
    border-width: 0 1px 0 0;
}

.rv-grid-header-locked + .rv-grid-header-wrap,
.rv-grid-content-locked + .rv-grid-content,
.rv-grid-footer-locked + .rv-grid-footer-wrap {
    display: inline-block;
    vertical-align: top;
}

.rv-grid-toolbar {
    border-style: solid;
    border-width: 1px 0 0;
}

.rv-grid-header th.rv-header:first-child,
.rv-grid tbody td:first-child,
.rv-grid tfoot td:first-child,
.rv-filter-row > th:first-child {
    border-left-width: 0;
}

.rv-grid-header th.rv-header.rv-first {
    border-left-width: 1px;
}

.rv-grid-toolbar:first-child,
.rv-grouping-header + .rv-grid-toolbar {
    border-width: 0 0 1px;
}

/* Grid :: footer */
.rv-footer-template td {
    border-style: solid;
    border-width: 1px 0 0 1px;
}

.rv-group-footer td {
    border-style: solid;
    border-width: 1px 0;
}

.rv-group-footer .rv-group-cell + td {
    border-left-width: 1px;
}

.rv-grid-footer {
    border-style: solid;
    border-width: 1px 0 0;
}

.rv-grid-footer td {
    border-top-width: 0;
}

.rv-grid-footer > td {
    border-top-width: 1px;
}

/* Grid :: paging */
.rv-pager-wrap {
    clear: both;
    overflow: hidden;
    position: relative;
    border-style: solid;
    border-width: 1px;
    line-height: 2.0em;
    padding: 0.333em 0 0.333em 0.250em;
}

.rv-grid-pager {
    border-width: 1px 0 0;
}

.rv-grid .rv-pager-numbers,
.rv-pager-numbers .rv-link,
.rv-pager-numbers .rv-state-selected {
    display: inline-block;
    vertical-align: top;
    margin-right: 1px;
}

.rv-pager-numbers {
    margin: 0 2px;
}

.rv-pager-numbers .rv-state-selected {
    vertical-align: top;
}

.rv-pager-numbers .rv-current-page {
    display: none;
}

.rv-pager-numbers li,
.rv-pager-input {
    /*float: left;*/
}

.rv-grid .rv-pager-numbers {
    float: left;
    cursor: default;
}

.rv-widget.rv-grid .rv-pager-numbers {
    position: relative;
}

.rv-pager-info {
    float: right;
    padding: 0 1.333em;
}

.rv-pager-numbers .rv-link {
    text-decoration: none;
}

.rv-pager-wrap > .rv-link,
.rv-pager-numbers .rv-link,
.rv-pager-numbers .rv-state-selected {
    min-width: 2em;
}

.rv-pager-wrap > .rv-link {
    float: left;
    margin: 0 0.08333em;
    height: 2em;
    /*IE7*/
    line-height: 2em;
    /*IE7*/
    border-radius: 1.0833em;
    cursor: pointer;
    text-align: center;
}

.rv-pager-wrap > a.rv-state-disabled:hover {
    background: none;
    cursor: default;
}

.rv-pager-numbers .rv-link {
    text-align: center;
    line-height: 2em;
    border-style: solid;
    border-width: 1px;
    border-radius: 1.0833em;
}

.rv-pager-wrap > .rv-link {
    border-style: solid;
    border-width: 1px;
}

.rv-pager-wrap .rv-pager-refresh {
    float: right;
    margin-right: 0.5em;
    border-width: 0;
    border-radius: 0;
}

.rv-pager-numbers .rv-state-selected {
    border-style: solid;
    border-width: 1px;
    text-align: center;
    border-radius: 1.0833em;
}

.rv-pager-wrap .rv-textbox {
    width: 3.333em;
}

.rv-pager-wrap .rv-dropdown {
    width: 4.500em;
}

.rv-pager-refresh {
    float: right;
}

.rv-pager-input,
.rv-pager-sizes {
    padding: 0 1.4166em;
}

.rv-pager-sizes {
    display: inline-block;
    padding-top: 1px;
}

.rv-pager-sizes .rv-widget.rv-dropdown {
    margin-top: -2px;
}

.rv-pager-wrap .rv-textbox,
.rv-pager-wrap .rv-widget {
    margin: 0 .4em 0;
}

/* Grid :: filtering */
.rv-header > .rv-grid-filter,
.rv-header > .rv-header-column-menu {
    float: right;
    margin: -0.5em -0.6em -0.4em;
    padding: .5em .2em .4em;
    position: relative;
    z-index: 1;
    /*mvc site.css*/
}

.rv-grid .rv-animation-container {
    position: absolute;
}

.rv-filter-menu {
    padding: .5em;
}

.rv-list-filter {
    display: block;
}

form.rv-filter-menu .rv-widget,
form.rv-filter-menu .rv-textbox {
    display: block;
}

form.rv-filter-menu .rv-textbox {
    width: 100%;
    margin-bottom: 3px;
}

.rv-filter-help-text,
.rv-filter-menu .rv-widget,
.rv-filter-menu .rv-textbox {
    margin: .19em 0 0;
}

.rv-filter-menu span.rv-filter-and {
    width: 6em;
    margin: .5em 0 .5em;
}

.rv-filter-menu .rv-button {
    width: 48%;
    margin: .5em 4% 0 0;
}

.rv-filter-menu .rv-button + .rv-button {
    margin-right: 0;
}

.rv-filter-menu .rv-filter-selected-items {
    font-weight: bold;
    margin: .5em;
}

.rv-multichecrv-wrap {
    overflow: auto;
    overflow-x: hidden;
    white-space: nowrap;
    max-height: 300px;
}

.rv-multichecrv-wrap .rv-item {
    line-height: 2.2em;
}

/* Grid :: grouping */
.rv-grouping-row .rv-icon {
    margin: -3px 4px 0 2px;
}

.rv-grouping-row p {
    display: inline-block;
    vertical-align: middle;
    margin-left: -0.6em;
    padding: 0 .6em;
}

.rv-grouping-row + tr td {
    border-top-width: 1px;
}

.rv-grouping-row .rv-group-cell,
.rv-grouping-row + tr .rv-group-cell {
    border-top-width: 0;
    text-overflow: none;
}

.rv-grid .rv-hierarchy-cell + td {
    border-left-width: 0;
}

.rv-grid .rv-group-col,
.rv-grid .rv-hierarchy-col {
    width: 27px;
}

.rv-grouping-header {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.rv-grouping-header {
    line-height: 2;
}

.rv-grouping-dropclue {
    position: absolute;
    width: 6px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: -165px -148px;
}

.rv-grouping-header .rv-group-indicator {
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    margin: 0 3px;
    padding: .15em .15em .15em .4em;
    line-height: 1.5em;
}

.rv-grouping-header .rv-link {
    display: inline-block;
    border-width: 0;
    padding: 0;
    line-height: normal;
    text-decoration: none;
}

.rv-grouping-header .rv-button {
    border: 0;
    padding: 0;
    background: transparent;
    line-height: 1;
}

.rv-grouping-header .rv-link .rv-icon {
    margin: 0 0 0 -3px;
}

.rv-grouping-header .rv-button .rv-icon {
    margin: 0 0 0 3px;
}

.rv-grouping-header a,
.rv-grouping-header .rv-button {
    display: inline-block;
    vertical-align: middle;
}

/* Grid :: editing */
.rv-dirty-cell:before {
    content: "\a0";
    display: inline-block;
    width: 0;
    float: left;
}

.rv-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;
}

.rv-grouping-header,
.rv-grid-toolbar {
    margin: 0;
    padding: 0.22em 0.2em 0.28em;
    cursor: default;
}

.rv-grid .rv-edit-container {
    padding: 0;
}

.rv-grid .field-validation-error {
    display: block;
}

.rv-grid .input-validation-error {
    border-style: ridge;
    border-color: #f00;
    background-color: #ffc0cb;
}

.rv-grid-toolbar .rv-button {
    vertical-align: middle;
}

.rv-grid-actions {
    display: inline-block;
}

.rv-grid .rv-button {
    margin: 0 .16em;
}

.rv-grid tbody .rv-button,
.rv-ie8 .rv-grid tbody button.rv-button {
    min-width: 64px;
}

.rv-grid tbody button.rv-button {
    min-width: 78px;
    /* for all except IE8 */
}

html body .rv-grid tbody .rv-button-icon {
    width: auto;
    min-width: 0;
}

.rv-detail-row {
    position: relative;
}

.rv-grid .rv-detail-cell {
    overflow: visible;
}

.rv-grid .rv-edit-cell {
    padding: 0 .3em;
    white-space: nowrap;
}

.rv-grid .rv-edit-cell .rv-tooltip {
    white-space: normal;
}

.rv-edit-cell > .rv-textbox,
.rv-edit-cell > .rv-widget,
.rv-grid-edit-row > td > .rv-textbox,
.rv-grid-edit-row > td > .rv-widget,
.rv-grid-edit-row > td > .text-box {
    width: 100%;
}

html .rv-edit-cell .rv-tooltip,
html .rv-grid-edit-row .rv-tooltip {
    width: auto;
    max-width: 300px;
}

.rv-edit-cell input[type="checkbox"] {
    margin-left: .6em;
}

.rv-grid tbody td > .rv-grid-delete {
    margin-top: -0.2em;
    margin-bottom: -0.2em;
}

/* Grid :: resizing */
.rv-grid-resize-indicator {
    position: absolute;
    width: 2px;
    background-color: #aaa;
}

.rv-grid-header .rv-resize-handle,
.rv-grid > .rv-resize-handle {
    position: absolute;
    height: 25px;
    cursor: col-resize;
    z-index: 2;
}

.rv-marquee {
    position: absolute;
    z-index: 100000;
}

.rv-marquee-color,
.rv-marquee-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rv-marquee-color {
    filter: alpha(opacity=60);
    opacity: .6;
}

.rv-ie9 .rv-column-menu {
    width: 160px;
    /*fix flicker on item hover*/
}

.rv-ie8 .rv-grid-filter,
.rv-ie8 .rv-header-column-menu {
    font-size: 100%;
    /* Fix small menus in IE8 */
}

.rv-column-menu {
    min-width: 160px;
}

.rv-column-menu .rv-sprite {
    margin-right: 10px;
}

.rv-column-menu > .rv-menu {
    border-width: 0;
}

.rv-column-menu .rv-calendar .rv-link {
    white-space: normal;
}

.rv-columns-item .rv-group {
    max-height: 200px;
    overflow: auto;
}

/* Remove Grid scrollbar during built-in export */
.rv-pdf-export-shadow .rv-grid {
    float: left;
    width: auto !important;
}

/* Remove all sizes and scrolling */
.rv-pdf-export-shadow .rv-grid,
.rv-pdf-export-shadow .rv-grid-content,
.rv-pdf-export-shadow .rv-grid-content-locked {
    height: auto !important;
    overflow: visible;
}

.rv-pdf-export-shadow .rv-grid-header-locked + .rv-grid-header-wrap,
.rv-pdf-export-shadow .rv-grid-content-locked + .rv-grid-content,
.rv-pdf-export-shadow .rv-grid-footer-locked + .rv-grid-footer-wrap {
    width: auto !important;
}

/* Remove empty space reserved above the scrollbar */
.rv-pdf-export-shadow .rv-grid-header,
.rv-pdf-export-shadow .rv-grid-footer {
    padding: 0 !important;
}

.rv-loading-pdf-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.rv-loading-pdf-mask .rv-loading-color {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.rv-loading-pdf-mask .rv-loading-pdf-progress {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.rv-pdf-export .rv-loading-pdf-mask {
    display: none;
}

/* responsive styles  */
.rv-autofitting {
    width: auto !important;
    table-layout: auto !important;
}

.rv-autofitting th.rv-header,
.rv-autofitting td {
    white-space: nowrap !important;
}

.rv-autofitting .rv-detail-row {
    display: none !important;
}

@media only screen and (max-width: 1024px) {
    .rv-webkit .rv-pager-wrap,
    .rv-ff .rv-pager-wrap,
    .rv-ie11 .rv-pager-wrap,
    .rv-safari .rv-pager-wrap {
        overflow: visible;
        min-height: 2.1em;
    }

    .rv-webkit .rv-pager-wrap .rv-pager-nav,
    .rv-ff .rv-pager-wrap .rv-pager-nav,
    .rv-ie11 .rv-pager-wrap .rv-pager-nav,
    .rv-safari .rv-pager-wrap .rv-pager-nav,
    .rv-webkit .rv-pager-input,
    .rv-ff .rv-pager-input,
    .rv-ie11 .rv-pager-input,
    .rv-safari .rv-pager-input {
        display: inline-block;
        vertical-align: top;
    }

    .rv-webkit .rv-pager-numbers,
    .rv-ff .rv-pager-numbers,
    .rv-ie11 .rv-pager-numbers,
    .rv-safari .rv-pager-numbers,
    .rv-webkit .rv-grid .rv-pager-numbers,
    .rv-ff .rv-grid .rv-pager-numbers,
    .rv-ie11 .rv-grid .rv-pager-numbers,
    .rv-safari .rv-grid .rv-pager-numbers {
        position: absolute;
        left: 4.8em;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        overflow: visible;
        height: auto;
    }

    .rv-webkit .rv-pager-numbers:first-child,
    .rv-ff .rv-pager-numbers:first-child,
    .rv-ie11 .rv-pager-numbers:first-child,
    .rv-safari .rv-pager-numbers:first-child,
    .rv-webkit .rv-grid .rv-pager-numbers:first-child,
    .rv-ff .rv-grid .rv-pager-numbers:first-child,
    .rv-ie11 .rv-grid .rv-pager-numbers:first-child,
    .rv-safari .rv-grid .rv-pager-numbers:first-child {
        left: .2em;
    }

    .rv-webkit .rv-pager-numbers.rv-state-expanded,
    .rv-ff .rv-pager-numbers.rv-state-expanded,
    .rv-ie11 .rv-pager-numbers.rv-state-expanded,
    .rv-safari .rv-pager-numbers.rv-state-expanded,
    .rv-webkit .rv-grid .rv-pager-numbers.rv-state-expanded,
    .rv-ff .rv-grid .rv-pager-numbers.rv-state-expanded,
    .rv-ie11 .rv-grid .rv-pager-numbers.rv-state-expanded,
    .rv-safari .rv-grid .rv-pager-numbers.rv-state-expanded {
        -ms-transform: translatey(-100%);
        transform: translatey(-100%);
        -webkit-transform: translatey(-100%);
    }

    .rv-webkit .km-pane-wrapper .rv-pager-numbers,
    .rv-ff .km-pane-wrapper .rv-pager-numbers,
    .rv-ie11 .km-pane-wrapper .rv-pager-numbers,
    .rv-safari .km-pane-wrapper .rv-pager-numbers,
    .rv-webkit .km-pane-wrapper .rv-grid .rv-pager-numbers,
    .rv-ff .km-pane-wrapper .rv-grid .rv-pager-numbers,
    .rv-ie11 .km-pane-wrapper .rv-grid .rv-pager-numbers,
    .rv-safari .km-pane-wrapper .rv-grid .rv-pager-numbers {
        position: relative;
        left: 50%;
        -ms-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        -webkit-transform: translate(-50%, -100%);
    }

    .rv-webkit .km-pane-wrapper .rv-pager-numbers .rv-link,
    .rv-ff .km-pane-wrapper .rv-pager-numbers .rv-link,
    .rv-ie11 .km-pane-wrapper .rv-pager-numbers .rv-link,
    .rv-safari .km-pane-wrapper .rv-pager-numbers .rv-link,
    .rv-webkit .km-pane-wrapper .rv-pager-numbers .rv-state-selected,
    .rv-ff .km-pane-wrapper .rv-pager-numbers .rv-state-selected,
    .rv-ie11 .km-pane-wrapper .rv-pager-numbers .rv-state-selected,
    .rv-safari .km-pane-wrapper .rv-pager-numbers .rv-state-selected,
    .rv-webkit .km-pane-wrapper .rv-pager-wrap > .rv-link,
    .rv-ff .km-pane-wrapper .rv-pager-wrap > .rv-link,
    .rv-ie11 .km-pane-wrapper .rv-pager-wrap > .rv-link,
    .rv-safari .km-pane-wrapper .rv-pager-wrap > .rv-link,
    .rv-webkit .km-pane-wrapper .rv-pager-wrap > .rv-pager-info,
    .rv-ff .km-pane-wrapper .rv-pager-wrap > .rv-pager-info,
    .rv-ie11 .km-pane-wrapper .rv-pager-wrap > .rv-pager-info,
    .rv-safari .km-pane-wrapper .rv-pager-wrap > .rv-pager-info {
        padding-top: 0;
        padding-bottom: 0;
    }

    .rv-webkit .rv-rtl .rv-pager-numbers,
    .rv-ff .rv-rtl .rv-pager-numbers,
    .rv-ie11 .rv-rtl .rv-pager-numbers,
    .rv-safari .rv-rtl .rv-pager-numbers,
    .rv-webkit .rv-rtl .rv-grid .rv-pager-numbers,
    .rv-ff .rv-rtl .rv-grid .rv-pager-numbers,
    .rv-ie11 .rv-rtl .rv-grid .rv-pager-numbers,
    .rv-safari .rv-rtl .rv-grid .rv-pager-numbers {
        left: auto;
        right: 4.8em;
        width: 4.5em;
    }

    .rv-webkit .rv-rtl .rv-pager-numbers:first-child,
    .rv-ff .rv-rtl .rv-pager-numbers:first-child,
    .rv-ie11 .rv-rtl .rv-pager-numbers:first-child,
    .rv-safari .rv-rtl .rv-pager-numbers:first-child,
    .rv-webkit .rv-rtl .rv-grid .rv-pager-numbers:first-child,
    .rv-ff .rv-rtl .rv-grid .rv-pager-numbers:first-child,
    .rv-ie11 .rv-rtl .rv-grid .rv-pager-numbers:first-child,
    .rv-safari .rv-rtl .rv-grid .rv-pager-numbers:first-child {
        left: auto;
        right: .2em;
    }

    .rv-webkit .rv-rtl .km-pane-wrapper .rv-pager-numbers,
    .rv-ff .rv-rtl .km-pane-wrapper .rv-pager-numbers,
    .rv-ie11 .rv-rtl .km-pane-wrapper .rv-pager-numbers,
    .rv-safari .rv-rtl .km-pane-wrapper .rv-pager-numbers,
    .rv-webkit .rv-rtl .km-pane-wrapper .rv-grid .rv-pager-numbers,
    .rv-ff .rv-rtl .km-pane-wrapper .rv-grid .rv-pager-numbers,
    .rv-ie11 .rv-rtl .km-pane-wrapper .rv-grid .rv-pager-numbers,
    .rv-safari .rv-rtl .km-pane-wrapper .rv-grid .rv-pager-numbers {
        right: 5.8em;
    }

    .rv-webkit .rv-pager-numbers .rv-current-page,
    .rv-ff .rv-pager-numbers .rv-current-page,
    .rv-ie11 .rv-pager-numbers .rv-current-page,
    .rv-safari .rv-pager-numbers .rv-current-page,
    .rv-webkit .rv-grid .rv-pager-numbers .rv-current-page,
    .rv-ff .rv-grid .rv-pager-numbers .rv-current-page,
    .rv-ie11 .rv-grid .rv-pager-numbers .rv-current-page,
    .rv-safari .rv-grid .rv-pager-numbers .rv-current-page {
        display: block;
        border-left: 0;
    }

    .rv-webkit .rv-pager-numbers.rv-state-expanded .rv-current-page,
    .rv-ff .rv-pager-numbers.rv-state-expanded .rv-current-page,
    .rv-ie11 .rv-pager-numbers.rv-state-expanded .rv-current-page,
    .rv-safari .rv-pager-numbers.rv-state-expanded .rv-current-page,
    .rv-webkit .rv-grid .rv-pager-number.rv-state-expanded .rv-current-page,
    .rv-ff .rv-grid .rv-pager-number.rv-state-expanded .rv-current-page,
    .rv-ie11 .rv-grid .rv-pager-number.rv-state-expanded .rv-current-page,
    .rv-safari .rv-grid .rv-pager-number.rv-state-expanded .rv-current-page {
        -ms-transform: translatey(100%);
        transform: translatey(100%);
        -webkit-transform: translatey(100%);
    }

    .rv-webkit .rv-pager-numbers li:not(.rv-current-page),
    .rv-ff .rv-pager-numbers li:not(.rv-current-page),
    .rv-ie11 .rv-pager-numbers li:not(.rv-current-page),
    .rv-safari .rv-pager-numbers li:not(.rv-current-page) {
        display: none;
    }

    .rv-webkit .rv-pager-numbers .rv-current-page .rv-link,
    .rv-ff .rv-pager-numbers .rv-current-page .rv-link,
    .rv-ie11 .rv-pager-numbers .rv-current-page .rv-link,
    .rv-safari .rv-pager-numbers .rv-current-page .rv-link {
        width: 3.2em;
        padding: 0 .429em 0 .714em;
        border-radius: 1.0833em;
    }

    .rv-webkit .rv-pager-numbers + .rv-link,
    .rv-ff .rv-pager-numbers + .rv-link,
    .rv-ie11 .rv-pager-numbers + .rv-link,
    .rv-safari .rv-pager-numbers + .rv-link {
        margin-left: 4.8em;
    }

    .rv-webkit .rv-rtl .rv-pager-numbers + .rv-link,
    .rv-ff .rv-rtl .rv-pager-numbers + .rv-link,
    .rv-ie11 .rv-rtl .rv-pager-numbers + .rv-link,
    .rv-safari .rv-rtl .rv-pager-numbers + .rv-link {
        margin-right: 5.1em;
        margin-left: 0;
    }

    .rv-webkit .rv-pager-numbers .rv-state-selected,
    .rv-ff .rv-pager-numbers .rv-state-selected,
    .rv-ie11 .rv-pager-numbers .rv-state-selected,
    .rv-safari .rv-pager-numbers .rv-state-selected,
    .rv-webkit .rv-pager-numbers .rv-link,
    .rv-ff .rv-pager-numbers .rv-link,
    .rv-ie11 .rv-pager-numbers .rv-link,
    .rv-safari .rv-pager-numbers .rv-link {
        display: block;
        margin-right: 0;
        padding: 1px 5px 1px 5px;
        text-align: left;
    }

    .rv-webkit .rv-pager-numbers.rv-state-expanded,
    .rv-ff .rv-pager-numbers.rv-state-expanded,
    .rv-ie11 .rv-pager-numbers.rv-state-expanded,
    .rv-safari .rv-pager-numbers.rv-state-expanded {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 2px 2px 0;
    }

    .rv-webkit .rv-pager-numbers.rv-state-expanded .rv-current-page,
    .rv-ff .rv-pager-numbers.rv-state-expanded .rv-current-page,
    .rv-ie11 .rv-pager-numbers.rv-state-expanded .rv-current-page,
    .rv-safari .rv-pager-numbers.rv-state-expanded .rv-current-page {
        margin: -2em -3px 0;
        padding: 0;
    }

    .rv-webkit .rv-pager-numbers.rv-state-expanded .rv-current-page .rv-link,
    .rv-ff .rv-pager-numbers.rv-state-expanded .rv-current-page .rv-link,
    .rv-ie11 .rv-pager-numbers.rv-state-expanded .rv-current-page .rv-link,
    .rv-safari .rv-pager-numbers.rv-state-expanded .rv-current-page .rv-link {
        border-radius: 0 0 1.0833em 1.0833em;
    }

    .rv-webkit .rv-pager-numbers.rv-state-expanded li,
    .rv-ff .rv-pager-numbers.rv-state-expanded li,
    .rv-ie11 .rv-pager-numbers.rv-state-expanded li,
    .rv-safari .rv-pager-numbers.rv-state-expanded li {
        display: inline-block;
    }
}

@media only screen and (max-width: 640px) {
    .rv-webkit .rv-pager-info,
    .rv-ff .rv-pager-info,
    .rv-ie11 .rv-pager-info,
    .rv-safari .rv-pager-info {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .rv-webkit .rv-pager-sizes,
    .rv-ff .rv-pager-sizes,
    .rv-ie11 .rv-pager-sizes,
    .rv-safari .rv-pager-sizes {
        display: none;
    }
}

.rv-treelist .rv-status {
    padding: .4em .6em;
    line-height: 1.6em;
}

.rv-treelist .rv-status .rv-loading {
    vertical-align: baseline;
    margin-right: 5px;
}

.rv-treelist tr.rv-hidden {
    display: none;
}

.rv-treelist.rv-treelist-dragging,
.rv-treelist.rv-treelist-dragging .rv-state-hover {
    cursor: default;
}

.rv-treelist .rv-drop-hint {
    position: absolute;
    z-index: 10000;
    visibility: hidden;
    width: 80px;
    height: 5px;
    margin-top: -3px;
    background-color: transparent;
    background-repeat: no-repeat;
}

.rv-drag-separator {
    display: inline-block;
    border-right: 1px solid;
    height: 1em;
    vertical-align: top;
    margin: 0 .5em;
}

/* Gantt Chart start */
/* Gantt Main Layout */
.rv-gantt {
    white-space: nowrap;
    position: relative;
}

.rv-gantt-layout {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
}

.rv-gantt .rv-splitbar {
    position: relative;
    cursor: e-resize;
    width: 5px;
    border-width: 0 1px;
    background-repeat: repeat-y;
}

.rv-gantt .rv-gantt-layout th {
    vertical-align: bottom;
}

.rv-gantt td {
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top;
}

.rv-gantt .rv-grid .rv-edit-cell {
    vertical-align: middle;
}

.rv-gantt-treelist > .rv-treelist,
.rv-gantt-timeline > .rv-timeline {
    border-width: 0;
    height: 100%;
}

/* Gantt Toolbar, footer */
.rv-gantt-toolbar {
    border-style: solid;
    border-width: 0 0 1px;
    line-height: 2.4em;
    padding: .5em;
}

.rv-gantt-layout + .rv-gantt-toolbar {
    border-width: 1px 0 0;
}

.rv-gantt-actions,
.rv-gantt-toolbar > ul {
    float: left;
    margin-right: .6em;
}

.rv-gantt-actions > .rv-button {
    margin-right: .5em;
    vertical-align: top;
}

.rv-gantt-toolbar > .rv-gantt-views {
    float: right;
    margin-right: 0;
}

.rv-gantt-toolbar > .rv-gantt-views > li.rv-current-view {
    display: none;
}

.rv-gantt-toolbar > ul > li {
    display: inline-block;
    border-style: solid;
    border-width: 1px 1px 1px 0;
}

.rv-gantt-toolbar > ul > li:first-child + li {
    border-left-width: 1px;
}

.rv-gantt-toolbar .rv-link {
    display: inline-block;
    padding: 0 1.1em;
}

.rv-gantt-toolbar li:first-child + li,
.rv-gantt-toolbar li:first-child + li > .rv-link {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.rv-gantt-toolbar li:last-child,
.rv-gantt-toolbar li:last-child > .rv-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.rv-gantt-toolbar li.rv-button {
    line-height: inherit;
    padding-top: 0;
    padding-bottom: 0;
}

/* Gantt TreeList */
.rv-gantt-treelist .rv-grid-header tr {
    height: 5em;
}

.rv-gantt .rv-treelist .rv-grid-header {
    padding: 0 !important;
}

.rv-gantt .rv-treelist .rv-grid-content {
    overflow-y: hidden;
    overflow-x: scroll;
}

.rv-treelist-group > tr > span {
    font-weight: bold;
}

.rv-treelist-group .rv-widget {
    font-weight: normal;
}

/* Gantt TimeLine */
.rv-gantt-timeline .rv-grid-header tr {
    height: 2.5em;
}

.rv-gantt-tasks {
    /*needed for RTL*/
    position: relative;
}

.rv-gantt-rows tr,
.rv-gantt-tasks tr,
.rv-gantt .rv-grid-content tr {
    height: 2.3em;
}

.rv-gantt .rv-gantt-tasks td:after {
    content: "\a0";
}

.rv-gantt-timeline {
    background: transparent;
}

.rv-gantt-rows,
.rv-gantt-columns,
.rv-gantt-dependencies {
    position: absolute;
    top: 0;
    left: 0;
}

.rv-gantt-tables {
    position: relative;
}

.rv-gantt .rv-timeline .rv-grid-content {
    overflow-x: scroll;
}

.rv-gantt .rv-gantt-timeline th {
    text-align: center;
}

.rv-gantt .rv-gantt-timeline tr:first-child th {
    border-bottom-width: 1px;
}

/* Gantt TimeLine objects */
/* Summary */
.rv-tasrv-summary {
    height: 10px;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
}

.rv-tasrv-summary-complete {
    height: 10px;
    position: relative;
    z-index: 2;
}

.rv-tasrv-summary-progress {
    height: 15px;
    overflow: hidden;
}

.rv-tasrv-summary:before,
.rv-tasrv-summary-complete:before,
.rv-tasrv-summary:after,
.rv-tasrv-summary-complete:after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px;
    border-color: transparent;
}

.rv-tasrv-summary:before,
.rv-tasrv-summary-complete:before {
    left: 0;
    border-left-color: inherit;
}

.rv-tasrv-summary:after,
.rv-tasrv-summary-complete:after {
    right: 0;
    border-right-color: inherit;
}

/* Lines */
.rv-line-h,
.rv-line-v {
    position: absolute;
}

.rv-line-h {
    height: 2px;
}

.rv-line-v {
    width: 2px;
}

.rv-arrow-e,
.rv-arrow-w {
    position: absolute;
    top: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px;
}

.rv-arrow-e {
    right: -6px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.rv-arrow-w {
    left: -6px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

/* Milestone */
.rv-tasrv-milestone {
    width: 13px;
    height: 13px;
    margin-top: 3px;
    border-style: solid;
    border-width: 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rv-ie8 .rv-tasrv-milestone {
    margin-left: 1px;
}

/* Button */
.rv-gantt .rv-gantt-treelist .rv-button,
.rv-gantt .rv-gantt-tasks .rv-button-icon {
    padding-top: 0;
    padding-bottom: 0;
}

.rv-gantt .rv-gantt-tasks .rv-button-icon {
    margin-top: 4px;
}

.rv-gantt .rv-gantt-treelist .rv-button {
    margin-top: -4px;
    margin-bottom: -2px;
}

.rv-gantt .rv-gantt-tasks .rv-button-icon {
    padding-left: 2px;
    padding-right: 2px;
}

.rv-gantt .rv-gantt-treelist .rv-button .rv-icon,
.rv-gantt .rv-gantt-tasks .rv-button .rv-icon {
    vertical-align: text-top;
}

.rv-rel .rv-button-icon {
    position: absolute;
    left: 200px;
}

/* Tasks */
.rv-rel {
    position: relative;
    height: 0;
    top: -0.3em;
}

.rv-tasrv-wrap {
    position: absolute;
    padding: 0 23px 5px;
    margin: -1px -23px 0;
    z-index: 2;
}

.rv-tasrv-wrap:hover,
.rv-line.rv-state-selected {
    z-index: 3;
}

.rv-milestone-wrap {
    margin: 0 -13px 0 -27px;
}

.rv-tasrv-content {
    position: relative;
    z-index: 2;
}

.rv-tasrv-complete {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20%;
    z-index: 1;
}

.rv-tasrv-dot {
    position: absolute;
    top: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: none;
    cursor: pointer;
}

.rv-tasrv-dot.rv-state-hover {
    background-color: transparent;
}

.rv-tasrv-single + .rv-tasrv-dot,
.rv-tasrv-single + .rv-tasrv-dot + .rv-tasrv-dot {
    top: .2em;
}

.rv-tasrv-wrap:hover .rv-tasrv-dot,
.rv-tasrv-wrap-active .rv-tasrv-dot {
    display: block;
}

.rv-tasrv-dot:before {
    content: "\a0";
    display: inline-block;
    width: 0;
    height: 16px;
}

.rv-tasrv-dot:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin-left: 4px;
}

.rv-tasrv-dot:hover:after,
.rv-tasrv-dot.rv-state-hover:after,
.rv-tasrv-wrap-active .rv-tasrv-dot:after {
    border-style: solid;
    border-width: 1px;
    margin-left: 3px;
}

.rv-tasrv-start {
    left: 0;
}

.rv-tasrv-end {
    right: 0;
}

.rv-tasrv-single {
    border-style: solid;
    border-width: 1px;
    text-align: left;
    overflow: hidden;
    cursor: default;
    min-height: 1.3em;
    white-space: nowrap;
}

.rv-tasrv-template {
    padding: .2em 1.4em .2em .6em;
    line-height: normal;
}

.rv-tasrv-actions,
.rv-tasrv-content > .rv-link {
    position: absolute;
    top: 0;
    right: 4px;
    white-space: nowrap;
}

.rv-tasrv-actions {
    z-index: 1;
}

.rv-tasrv-actions:first-child {
    position: static;
    float: left;
    margin: 4px 2px 0 4px;
}

.rv-webkit .rv-tasrv-actions:first-child {
    margin-top: 3px;
}

.rv-tasrv-actions:first-child > .rv-link {
    display: inline-block;
}

.rv-tasrv-delete {
    display: none;
}

.rv-tasrv-wrap:hover .rv-tasrv-delete,
.rv-tasrv-wrap-active .rv-tasrv-delete {
    display: inline-block;
}

.rv-tasrv-single .rv-resize-handle {
    position: absolute;
    visibility: hidden;
    z-index: 2;
    height: auto;
}

.rv-tasrv-single:hover .rv-resize-handle,
.rv-tasrv-wrap-active .rv-resize-handle {
    visibility: visible;
}

.rv-tasrv-single .rv-resize-handle:after {
    content: "";
    position: absolute;
    filter: alpha(opacity=50);
    opacity: .5;
}

.rv-tasrv-content > .rv-resize-e {
    right: 0;
    top: 0;
    bottom: 0;
    width: .4em;
}

.rv-tasrv-content > .rv-resize-w {
    left: 0;
    top: 0;
    bottom: 0;
    width: .4em;
}

.rv-tasrv-content > .rv-resize-e:after,
.rv-tasrv-content > .rv-resize-w:after {
    left: 1px;
    top: 50%;
    margin-top: -0.7em;
    height: 1.4em;
    width: 1px;
}

.rv-tasrv-content > .rv-resize-e:after {
    left: auto;
    right: 1px;
}

.rv-tasrv-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;
}

.rv-tasrv-wrap:hover .rv-tasrv-draghandle,
.rv-tasrv-wrap-active .rv-tasrv-draghandle {
    display: block;
}

.rv-dependency-hint {
    z-index: 4;
}

/* Higher row height styles */
.rv-gantt-rowheight .rv-tasrv-summary,
.rv-gantt-rowheight .rv-tasrv-milestone,
.rv-gantt-rowheight .rv-tasrv-dot,
.rv-gantt-rowheight .rv-tasrv-single + .rv-tasrv-dot,
.rv-gantt-rowheight .rv-tasrv-single + .rv-tasrv-dot + .rv-tasrv-dot {
    top: 50%;
}

.rv-gantt-rowheight .rv-tasrv-summary,
.rv-gantt-rowheight .rv-tasrv-milestone {
    margin-top: -6px;
}

.rv-gantt-rowheight .rv-tasrv-dot,
.rv-gantt-rowheight .rv-tasrv-single + .rv-tasrv-dot,
.rv-gantt-rowheight .rv-tasrv-single + .rv-tasrv-dot + .rv-tasrv-dot {
    margin-top: -11px;
}

.rv-gantt-rowheight .rv-tasrv-single {
    height: -webkit-calc(98%);
    height: calc(98%);
}

.rv-ie .rv-gantt-rowheight .rv-tasrv-single {
    height: 99%;
}

.rv-gantt-rowheight .rv-tasrv-content {
    height: 100%;
}

.rv-gantt-rowheight .rv-tasrv-content > .rv-resize-e:after,
.rv-gantt-rowheight .rv-tasrv-content > .rv-resize-w:after {
    top: 0;
    margin-top: 0;
    height: 100%;
}

/*Task Hover Tooltip*/
.rv-tasrv-details {
    padding: .4em;
    text-align: left;
    white-space: nowrap;
}

.rv-tasrv-details > strong {
    font-size: 120%;
    display: block;
}

.rv-tasrv-pct {
    margin: .5em 0 .1em;
    font-size: 170%;
}

.rv-tasrv-details > ul {
    line-height: 1.2;
}

/*Resources*/
.rv-resources-wrap {
    position: absolute;
    z-index: 2;
    zoom: 1;
    margin-left: 20px;
    margin-top: -2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rv-resources-wrap .rv-resource {
    margin: 0px 5px;
}

/* Gantt Edit form */
.rv-gantt-edit-form > .rv-edit-form-container {
    width: 430px;
}

.rv-gantt-edit-form > .rv-resources-form-container {
    width: 506px;
}

.rv-resources-form-container > .rv-grid {
    margin: 0 .9em;
}

.rv-gantt-edit-form > .rv-edit-form-container .rv-textbox,
.rv-gantt-edit-form > .rv-edit-form-container .rv-numerictextbox {
    width: 15em;
}

.rv-gantt-edit-form .rv-edit-buttons .rv-gantt-delete {
    float: left;
}

/* Gantt Chart PDF export */
.rv-pdf-export-shadow .rv-gantt {
    float: left;
}

/* Remove all sizes and scrolling */
.rv-pdf-export-shadow .rv-gantt,
.rv-pdf-export-shadow .rv-gantt-timeline,
.rv-pdf-export-shadow .rv-gantt .rv-grid-content {
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
}

.rv-pdf-export-shadow .rv-gantt-treelist {
    height: auto !important;
    overflow: visible !important;
}

/* Remove empty space reserved above the scrollbar */
.rv-pdf-export-shadow .rv-gantt-timeline .rv-grid-header {
    padding: 0 !important;
}

/* Hide the splitter */
.rv-pdf-export-shadow .rv-gantt .rv-splitbar,
.rv-pdf-export-shadow .rv-pdf-export {
    display: none;
}

/* Responsive styles  */
button.rv-gantt-toggle {
    display: none;
    float: left;
    margin-right: .5em;
}

.rv-rtl button.rv-gantt-toggle {
    float: right;
    margin-right: 0;
    margin-left: .5em;
}

@media only screen and (max-width: 1024px) {
    .rv-gantt-toolbar > ul.rv-gantt-views {
        position: absolute;
        right: 6px;
        top: 6px;
        z-index: 10000;
    }

    .rv-rtl .rv-gantt-toolbar > ul.rv-gantt-views {
        right: auto;
        left: 6px;
    }

    .rv-gantt-toolbar > ul.rv-gantt-views > li:not(.rv-current-view) {
        display: none;
    }

    .rv-gantt-toolbar > ul.rv-gantt-views > li.rv-current-view {
        display: block;
        border-width: 1px;
    }

    .rv-rtl .rv-gantt-toolbar > ul.rv-gantt-views > li.rv-current-view {
        text-align: left;
        padding-left: 1em;
    }

    .rv-gantt-toolbar > ul.rv-gantt-views > li.rv-current-view > .rv-link {
        display: block;
        position: relative;
        padding-right: 2.5em;
        padding-left: 1em;
    }

    .rv-rtl .rv-gantt-toolbar > ul.rv-gantt-views > li.rv-current-view > .rv-link {
        padding-left: 0;
    }

    .rv-gantt-toolbar > ul.rv-gantt-views > li.rv-current-view > .rv-link:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -0.6em;
        right: 0.333em;
        width: 16px;
        height: 16px;
    }

    .rv-gantt-toolbar > ul.rv-gantt-views.rv-state-expanded > li,
    .rv-gantt-toolbar > ul.rv-gantt-views.rv-state-expanded > li:first-child + li {
        display: block;
        border: 0;
        border-radius: 0;
    }

    .rv-gantt-toolbar > ul.rv-gantt-views.rv-state-expanded {
        border: 1px solid #c5c5c5;
        background-color: #fff;
        background-image: none;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    }

    .rv-rtl .rv-gantt-toolbar > ul.rv-gantt-views.rv-state-expanded {
        text-align: left;
    }
}

@media only screen and (max-width: 480px) {
    button.rv-gantt-toggle {
        display: inline-block;
    }

    .rv-gantt-create span + span,
    .rv-gantt-pdf span + span {
        display: none;
    }

    .rv-gantt-create .rv-icon,
    .rv-gantt-pdf .rv-icon {
        margin: 0;
    }

    .rv-gantt .rv-splitbar {
        display: none;
        width: 0;
        border-width: 0;
    }

    .rv-gantt .rv-gantt-treelist {
        display: none;
        max-width: 0;
    }

    .rv-gantt .rv-treelist .rv-grid-content {
        overflow-y: scroll;
    }

    .rv-gantt .rv-gantt-timeline {
        width: 100%;
    }
}

/* Gantt Chart end */
/* Pivot start */
.rv-pivot {
    position: relative;
}

.rv-pivot-toolbar {
    padding: .2em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.rv-pivot .rv-pivot-toolbar {
    padding: .6em;
}

.rv-pivot-toolbar .rv-button {
    margin-right: .4em;
    line-height: 1.2em;
    font-size: .9em;
    text-align: left;
    position: relative;
    padding: .3em 5em .3em .3em;
}

.rv-field-actions {
    position: absolute;
    right: 2px;
    top: 3px;
}

/*IE7 requires the following style to be applied to cells directly*/
.rv-pivot .rv-grid td {
    white-space: nowrap;
}

.rv-pivot-layout {
    border-spacing: 0;
    table-layout: auto;
}

.rv-pivot-layout > tbody > tr > td {
    vertical-align: top;
    padding: 0;
}

.rv-pivot td {
    vertical-align: top;
}

.rv-pivot-rowheaders > .rv-grid,
.rv-pivot-table > .rv-grid {
    border-width: 0;
}

.rv-pivot-rowheaders > .rv-grid td:first-child,
.rv-pivot-table .rv-grid-header .rv-header.rv-first {
    border-left-width: 1px;
}

.rv-pivot-rowheaders > .rv-grid td.rv-first {
    border-left-width: 0;
}

.rv-pivot-rowheaders > .rv-grid {
    overflow: hidden;
}

.rv-pivot-table {
    border-left-width: 1px;
    border-left-style: solid;
}

.rv-pivot-table .rv-grid-header-wrap > table {
    height: 100%;
}

.rv-pivot .rv-grid-header .rv-header {
    vertical-align: top;
}

.rv-header.rv-alt,
td.rv-alt {
    font-weight: bold;
}

.rv-header.rv-alt {
    background-image: none;
}

.rv-pivot-layout .rv-grid td {
    border-bottom-width: 1px;
}

.rv-pivot-layout .rv-grid-footer > td {
    border-top-width: 0;
}

.rv-pivot-filter-window .rv-treeview {
    max-height: 600px;
}

/* selector */
.rv-fieldselector .rv-edit-buttons {
    bottom: auto;
}

.rv-fieldselector .rv-edit-label {
    width: 16%;
}

.rv-fieldselector .rv-edit-field {
    width: 77%;
}

.rv-fieldselector .rv-edit-field > .rv-widget,
.rv-fieldselector .rv-edit-field > .rv-textbox {
    width: 99%;
}

.rv-fieldselector .rv-edit-buttons > input,
.rv-fieldselector .rv-edit-buttons > label {
    float: left;
    margin-top: .4em;
}

.rv-fieldselector p {
    margin: 0 0 .2em .5em;
    text-transform: uppercase;
}

.rv-fieldselector p .rv-icon {
    margin: 0 5px 0 0;
}

.rv-fieldselector .rv-columns {
    border-style: solid;
    border-width: 0;
}

.rv-fieldselector .rv-columns > div {
    overflow: auto;
    padding: .6em;
    border-style: solid;
    border-width: 0 0 0 1px;
    float: left;
    width: 45%;
}

.rv-fieldselector .rv-columns > div:first-child {
    border-width: 0;
    margin-right: -1px;
}

.rv-fieldselector .rv-columns > div + div {
    float: right;
    border-width: 0;
}

.rv-fieldselector div.rv-treeview {
    border-width: 0;
    margin-right: -1px;
    padding-left: 4px;
    overflow: visible;
}

.rv-fieldselector .rv-list-container {
    margin-left: .5em;
    margin-bottom: 1em;
    padding: .2em 0 0;
    border-style: solid;
    border-width: 1px;
}

.rv-fieldselector .rv-list {
    padding-bottom: 2em;
}

.rv-fieldselector .rv-list li.rv-item {
    padding: .3em 3.3em .3em .3em;
    margin: 0 .2em .2em;
    position: relative;
    font-size: .9em;
    line-height: 1.2em;
    min-height: 1em;
}

/* KPI icons */
.rv-i-kpi-decrease {
    background-position: 0 0;
}

.rv-i-kpi-denied {
    background-position: -16px 0;
}

.rv-i-kpi-equal {
    background-position: -32px 0;
}

.rv-i-kpi-hold {
    background-position: -48px 0;
}

.rv-i-kpi-increase {
    background-position: -64px 0;
}

.rv-i-kpi-open {
    background-position: -80px 0;
}

/* Pivot PDF Export styles */
.rv-pdf-export-shadow .rv-pivot .rv-grid-content {
    overflow: visible !important;
}

.rv-pdf-export-shadow .rv-pivot .rv-pivot-rowheaders .rv-grid,
.rv-pdf-export-shadow .rv-pivot .rv-grid-content {
    height: 100% !important;
}

.rv-pdf-export-shadow .rv-pivot .rv-grid-header {
    padding-right: 0 !important;
}

.rv-pdf-export-shadow .rv-pivot {
    width: auto !important;
    height: auto !important;
}

.rv-pdf-export-shadow .rv-pivot .rv-grid-header-wrap > table,
.rv-pdf-export-shadow .rv-pivot .rv-grid-content > table {
    width: 100% !important;
    height: auto !important;
}

/* Pivot end */
/* Calendar */
.rv-calendar {
    position: relative;
    display: inline-block;
    width: 16.917em;
    overflow: hidden;
}

.rv-calendar td,
.rv-calendar .rv-link {
    text-decoration: none;
}

.rv-calendar .rv-action-link {
    text-decoration: underline;
}

.rv-calendar .rv-header,
.rv-calendar .rv-footer {
    position: relative;
    text-align: center;
    zoom: 1;
}

.rv-widget.rv-calendar .rv-nav-prev,
.rv-widget.rv-calendar .rv-nav-next {
    position: absolute;
    top: 0.16666em;
    line-height: 1.8333em;
    height: 1.8333em;
}

.rv-widget.rv-calendar .rv-nav-prev {
    left: 1%;
}

.rv-widget.rv-calendar .rv-nav-next {
    right: 1%;
}

.rv-calendar .rv-content {
    float: left;
    border-spacing: 0;
    width: 100%;
    height: 14.167em;
    border-width: 0;
    margin: 0;
    table-layout: fixed;
    outline: 0;
}

.rv-calendar .rv-content,
.rv-calendar .rv-content th {
    text-align: right;
}

.rv-calendar .rv-animation-container .rv-content {
    height: 100%;
}

.rv-widget.rv-calendar .rv-nav-fast {
    display: inline-block;
    width: 75%;
    height: 1.8333em;
    line-height: 1.8333em;
    margin: 0.16666em -0.08333em 0.3333em 0;
}

.rv-calendar .rv-header .rv-icon {
    vertical-align: middle;
}

.rv-calendar .rv-header .rv-link.rv-nav-prev,
.rv-calendar .rv-header .rv-link.rv-nav-next {
    height: 1.8333em;
    width: 1.8333em;
}

.rv-calendar th {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: .4em .45em .4em .1em;
    font-weight: normal;
    cursor: default;
}

.rv-calendar td {
    padding: 0.08333em;
    cursor: pointer;
}

.rv-calendar .rv-state-focus {
    border-style: dotted;
    border-width: 0.08333em;
    padding: 0;
}

.rv-calendar .rv-content .rv-link {
    display: block;
    overflow: hidden;
    min-height: 1.8333em;
    line-height: 1.8333em;
    padding: 0 .45em 0 .1em;
}

.rv-calendar .rv-meta-view .rv-link {
    padding: .25em 0 .3em;
    text-align: center;
}

.rv-calendar .rv-footer {
    clear: both;
}

.rv-calendar .rv-footer .rv-nav-today,
.rv-calendar .rv-footer > .rv-state-disabled {
    display: block;
    height: 100%;
    padding: .5em 0;
}

.rv-calendar .rv-nav-today:hover {
    text-decoration: underline;
}

/* TreeView */
div.rv-treeview {
    /* due to rv-widget */
    border-width: 0;
    background: none;
    overflow: auto;
    white-space: nowrap;
}

.rv-treeview .rv-item {
    display: block;
    border-width: 0;
    margin: 0;
    padding: 0 0 0 16px;
}

.rv-treeview > .rv-group,
.rv-treeview .rv-item > .rv-group,
.rv-treeview .rv-content {
    margin: 0;
    padding: 0;
    background: none;
    list-style-type: none;
    position: relative;
}

.rv-treeview .rv-icon,
.rv-treeview .rv-image,
.rv-treeview .rv-sprite,
.rv-treeview .rv-checkbox,
.rv-treeview .rv-in {
    display: inline-block;
    vertical-align: top;
}

.rv-treeview .rv-checkbox {
    margin-top: .2em;
}

.rv-treeview .rv-icon,
.rv-treeview .rv-in {
    vertical-align: middle;
}

.rv-treeview .rv-request-retry {
    vertical-align: baseline;
}

.rv-treeview .rv-plus,
.rv-treeview .rv-minus,
.rv-treeview .rv-plus-disabled,
.rv-treeview .rv-minus-disabled {
    margin-top: 0.25em;
    margin-left: -16px;
    cursor: pointer;
}

.rv-treeview .rv-plus-disabled,
.rv-treeview .rv-minus-disabled {
    cursor: default;
}

.rv-treeview .rv-sprite,
.rv-treeview .rv-image {
    margin-right: 3px;
}

.rv-treeview .rv-in {
    margin: 1px 0 1px 0.16666em;
    padding: 1px 0.3333em 1px 0.25em;
    line-height: 1.3333em;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

.rv-treeview span.rv-in {
    cursor: default;
}

.rv-treeview .rv-drop-hint {
    position: absolute;
    z-index: 10000;
    visibility: hidden;
    width: 80px;
    height: 5px;
    margin-top: -3px;
    background-color: transparent;
    background-repeat: no-repeat;
}

/* ComboBox & DropDownList */
span.rv-datepicker,
span.rv-timepicker,
span.rv-datetimepicker,
span.rv-colorpicker,
span.rv-numerictextbox,
span.rv-combobox,
span.rv-dropdown,
.rv-toolbar .rv-split-button {
    background-image: none;
}

.rv-autocomplete,
.rv-combobox,
.rv-datepicker,
.rv-timepicker,
.rv-datetimepicker,
.rv-colorpicker,
.rv-numerictextbox,
.rv-dropdown,
.rv-selectbox,
.rv-textbox,
.rv-toolbar .rv-split-button {
    position: relative;
    display: inline-block;
    width: 12.4em;
    overflow: visible;
    border-width: 0;
    vertical-align: middle;
}

.rv-filter-menu .rv-combobox,
.rv-filter-menu .rv-datepicker,
.rv-filter-menu .rv-timepicker,
.rv-filter-menu .rv-datetimepicker,
.rv-filter-menu .rv-numerictextbox,
.rv-filter-menu .rv-dropdown,
.rv-filter-menu .rv-textbox {
    width: 13.2em;
}

.rv-autocomplete,
.rv-combobox,
.rv-datepicker,
.rv-timepicker,
.rv-datetimepicker,
.rv-colorpicker,
.rv-numerictextbox,
.rv-dropdown,
.rv-selectbox,
.rv-toolbar .rv-split-button {
    white-space: nowrap;
}

.rv-colorpicker,
.rv-toolbar .rv-split-button {
    width: auto;
}

.rv-datetimepicker {
    width: 15em;
}

.rv-autocomplete,
.rv-picker-wrap,
.rv-numeric-wrap {
    position: relative;
    cursor: default;
}

.rv-dropdown-wrap {
    position: relative;
}

.rv-dropdown-wrap,
.rv-picker-wrap,
.rv-numeric-wrap {
    display: block;
}

.rv-block,
.rv-widget,
.rv-grid,
.rv-slider,
.rv-splitter,
.rv-treeview,
.rv-panelbar,
.rv-content,
.rv-header-column-menu {
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rv-block,
.rv-slider,
.rv-splitbar,
.rv-calendar,
.rv-treeview,
.rv-pager-wrap,
.rv-grid-header .rv-link,
.rv-header-column-menu {
    -webkit-touch-callout: none;
}

.rv-list-scroller {
    position: relative;
    overflow: auto;
}

.rv-popup.rv-list-container,
.rv-popup.rv-calendar-container {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 2px;
    border-width: 1px;
    border-style: solid;
}

.rv-list-container.rv-state-border-down,
.rv-autocomplete.rv-state-border-down,
.rv-dropdown-wrap.rv-state-border-down,
.rv-picker-wrap.rv-state-border-down,
.rv-numeric-wrap.rv-state-border-down {
    border-bottom-width: 0;
    padding-bottom: 1px;
}

.rv-list-container .km-scroll-container {
    padding-bottom: 6px;
}

.rv-textbox,
.rv-autocomplete,
.rv-dropdown-wrap,
.rv-picker-wrap,
.rv-numeric-wrap {
    border-width: 1px;
    border-style: solid;
    padding: 0 1.9em 0 0;
}

.rv-numeric-wrap.rv-expand-padding {
    padding-right: 0;
}

.rv-textbox,
.rv-autocomplete {
    padding: 0;
}

.rv-textbox.rv-space-left {
    padding-left: 1.9em;
}

.rv-textbox.rv-space-right {
    padding-right: 1.9em;
}

.rv-textbox .rv-icon {
    top: 50%;
    margin: -8px 0 0;
    position: absolute;
}

.rv-space-left .rv-icon {
    left: 3px;
}

.rv-space-right .rv-icon {
    right: 3px;
}

/*prevent missing bottom border at some zoom levels*/
span.rv-textbox:after {
    content: "\a0";
    display: block;
    height: .4px;
    overflow: hidden;
}

.rv-autocomplete,
.rv-dropdown-wrap.rv-state-focused,
.rv-dropdown-wrap.rv-state-hover,
.rv-picker-wrap.rv-state-focused,
.rv-picker-wrap.rv-state-hover,
.rv-numeric-wrap.rv-state-focused,
.rv-numeric-wrap.rv-state-hover {
    -webkit-transition: -webkit-box-shadow .15s ease-out;
    transition: box-shadow .15s ease-out;
    -webkit-transition: "box-shadow .15s ease-out";
    transition: "box-shadow .15s ease-out";
}

.rv-textbox > input,
.rv-picker-wrap .rv-input,
.rv-numeric-wrap .rv-input,
.rv-combobox .rv-input {
    width: 100%;
    vertical-align: top;
}

.rv-picker-wrap .rv-input,
.rv-numeric-wrap .rv-input,
.rv-dropdown-wrap .rv-input,
.rv-selectbox .rv-input {
    font-family: inherit;
    border-width: 0;
    outline: 0;
}

.rv-dropdown .rv-input,
.rv-selectbox .rv-input {
    background: transparent;
}

.rv-picker-wrap .rv-select,
.rv-numeric-wrap .rv-select,
.rv-dropdown-wrap .rv-select {
    position: absolute;
    /* icon positioning */
    top: 0;
    right: 0;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}

.rv-combobox .rv-select,
.rv-picker-wrap .rv-select,
.rv-numeric-wrap .rv-select {
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: inherit;
    /* skin-related, inherit does not work in ie7- */
}

span.rv-datetimepicker .rv-select,
span.rv-datetimepicker .rv-select + .rv-select {
    right: 0;
}

.rv-textbox > input,
.rv-autocomplete .rv-input {
    display: block;
}

.rv-combobox .rv-icon {
    /*margin-top: 1px;*/
}

.rv-dropdown .rv-select,
.rv-selectbox .rv-select {
    overflow: hidden;
    border: 0;
    text-decoration: none;
    font: inherit;
    color: inherit;
}

.rv-dropdown .rv-input,
.rv-selectbox .rv-input {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rv-textbox > input,
.rv-autocomplete .rv-input,
.rv-picker-wrap .rv-input,
.rv-numeric-wrap .rv-input,
.rv-dropdown-wrap .rv-input,
.rv-selectbox .rv-input {
    height: 1.65em;
    line-height: 1.65em;
    padding: 0.177em 0;
    text-indent: 0.33em;
    border: 0;
    margin: 0;
}

.rv-combobox .rv-dropdown-wrap:before,
.rv-picker-wrap:before,
.rv-numeric-wrap:before {
    content: "\a0";
    display: inline-block;
    width: 0;
    height: 1.65em;
    padding-bottom: 0.3em;
}

/* fix missing bottom border on browser zoom in Chrome */
.rv-webkit .rv-combobox .rv-dropdown-wrap:before,
.rv-webkit .rv-picker-wrap:before,
.rv-webkit .rv-numeric-wrap:before {
    padding-bottom: 0.38em;
}

/* above style breaks NumericTextBox layout due display:block style applied to the input */
.km.root .rv-combobox .rv-dropdown-wrap:before,
.km.root .rv-picker-wrap:before,
.km.root .rv-numeric-wrap:before {
    content: none;
}

.rv-combobox .rv-input,
.rv-picker-wrap .rv-input,
.rv-numeric-wrap .rv-input {
    display: inline;
}

.rv-picker-wrap .rv-select,
.rv-numeric-wrap .rv-select,
.rv-dropdown-wrap .rv-select {
    min-height: 1.65em;
    line-height: 2em;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    text-align: center;
    width: 1.9em;
    height: 100%;
}

.rv-numeric-wrap .rv-select {
    padding: 0;
}

body .rv-datetimepicker .rv-select {
    border-radius: 0;
}

.rv-combobox .rv-icon,
.rv-dropdown,
.rv-selectbox .rv-icon {
    cursor: pointer;
}

.rv-popup {
    border-style: solid;
    border-width: 1px;
}

.rv-popup .rv-item,
.rv-list-optionlabel {
    cursor: default;
}

.rv-popup .rv-calendar {
    border: 0;
}

.rv-list {
    height: auto;
}

.rv-popup .rv-list .rv-item,
.rv-fieldselector .rv-list .rv-item,
.rv-list-optionlabel,
.rv-popup > .rv-group-header,
.rv-popup > .rv-virtual-wrap > .rv-group-header {
    padding: 1px 5px 1px 5px;
    line-height: 1.8em;
    min-height: 1.8em;
}

.rv-popup .rv-list .rv-item {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    padding: 0 4px;
}

.rv-popup .rv-list .rv-item > .rv-group {
    top: -1px;
}

.rv-group-header + div > .rv-list > .rv-item.rv-first:before {
    content: " ";
    display: block;
    border-top-width: 1px;
    border-top-style: solid;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
}

.rv-popup > .rv-group-header,
.rv-popup > .rv-virtual-wrap > .rv-group-header {
    padding-right: 22px;
}

.rv-overflow-container .rv-item {
    padding: 1px;
}

.rv-overflow-container > .rv-state-disabled .rv-button,
.rv-overflow-container .rv-button.rv-state-disabled,
.rv-overflow-container .rv-button.rv-state-disabled:hover {
    border: 0;
    background: none;
}

.rv-popup .rv-list .rv-state-hover,
.rv-popup .rv-list .rv-state-focused,
.rv-popup .rv-list .rv-state-selected,
.rv-overflow-container .rv-state-hover,
.rv-overflow-container .rv-state-focused,
.rv-overflow-container .rv-state-selected,
.rv-fieldselector .rv-list .rv-item,
.rv-list-optionlabel.rv-state-focused,
.rv-list-optionlabel.rv-state-selected {
    padding: 0 4px;
    border-width: 1px;
    border-style: solid;
}

.rv-list-filter {
    position: relative;
    margin-bottom: 2px;
}

.rv-list-filter > .rv-textbox {
    padding-right: 20px;
    width: 100%;
}

.rv-list-filter > .rv-icon {
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.km-root .rv-list-filter > .rv-textbox {
    padding-left: 0;
    padding-right: 0;
    border-left-width: 0;
    border-right-width: 0;
}

/* MultiSelect */
.rv-multiselect-wrap {
    position: relative;
    border-width: 0px;
    border-style: solid;
    border-radius: 4px;
    border-color: #C5C5C5;
    background-color: #FFF;
    min-height: 2.04em;
}

.rv-multiselect-wrap .rv-input {
    background-color: transparent;
    height: 1.31em;
    line-height: 1.31em;
    padding: 0.18em 0;
    text-indent: 0.33em;
    border: 0;
    margin: 1px 0 0;
    float: left;
}

.rv-multiselect-wrap .rv-input::-ms-clear {
    display: none;
}

.rv-multiselect-wrap li {
    margin: 1px 0 1px 1px;
    padding: .1em 1.6em .1em .4em;
    line-height: 1.5em;
    float: left;
    position: relative;
}

.rv-autocomplete .rv-loading,
.rv-multiselect .rv-loading {
    position: absolute;
    right: 3px;
    bottom: 4px;
}

.rv-multiselect .rv-loading-hidden {
    visibility: hidden;
}

.rv-multiselect-wrap .rv-select {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: .1em .2em;
}

/* Date/Time Pickers */
.rv-datetimepicker .rv-picker-wrap {
    padding-right: 3.8em;
}

.rv-datetimepicker .rv-select {
    width: 3.8em;
}

.rv-datetimepicker .rv-picker-wrap .rv-icon {
    margin: 0 2px;
}

.rv-picker-wrap .rv-icon {
    cursor: pointer;
}

.rv-button,
.rv-textbox,
.rv-timepicker,
.rv-datepicker,
.rv-datetimepicker {
    display: inline-block;
    vertical-align: middle;
}

.rv-picker-wrap .rv-input {
    margin: 0;
}

.rv-time-popup .rv-item {
    padding: 1px 3px;
}

/* inputs */
.rv-input {
    padding: 0.25em 0;
}

.rv-input,
.rv-textbox > input {
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rv-textbox {
    outline: 0;
}

input.rv-textbox,
textarea.rv-textbox {
    padding: 2px .3em;
}

input.rv-textbox {
    height: 2.13em;
    text-indent: 0.33em;
    line-height: 1.6em;
}

.rv-ie input.rv-textbox {
    text-indent: 0.165em;
}

.rv-ff input.rv-textbox {
    height: 2.17em;
}

textarea.rv-textbox {
    height: auto;
}

/* NumericTextBox */
span.rv-numerictextbox {
    background-color: transparent;
}

.rv-numerictextbox .rv-input {
    margin: 0;
}

.rv-numerictextbox .rv-link {
    display: block;
    height: 1em;
    line-height: 1em;
    vertical-align: middle;
    border-width: 0;
    padding: 0;
}

.rv-numerictextbox .rv-icon {
    height: 11px;
}

.rv-numeric-wrap .rv-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* ColorPicker */
.rv-colorpicker .rv-picker-wrap {
    line-height: 2em;
}

.rv-colorpicker .rv-selected-color {
    vertical-align: top;
    line-height: 0;
    display: inline-block;
    height: 2em;
    width: 2em;
}

.rv-colorpicker .rv-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;
}

.rv-colorpicker .rv-tool-icon .rv-selected-color {
    display: block;
    height: 3px;
    width: 16px;
    position: absolute;
    left: 3px;
    bottom: -3px;
    border-radius: 0 !important;
}

.rv-colorpicker .rv-select {
    cursor: pointer;
}

.rv-disabled-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.rv-colorpalette {
    position: relative;
    line-height: 0;
    border-width: 0;
    display: inline-block;
}

.rv-colorpalette .rv-palette {
    border-collapse: collapse;
    position: relative;
    width: 100%;
    height: 100%;
}

.rv-colorpalette .rv-item {
    width: 14px;
    height: 14px;
    overflow: hidden;
    -ms-high-contrast-adjust: none;
}

.rv-colorpalette .rv-item.rv-state-selected,
.rv-colorpalette .rv-item.rv-state-selected:hover {
    z-index: 100;
    background: transparent;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.45);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.45);
    position: relative;
}

.rv-colorpalette .rv-item:hover {
    z-index: 101;
    position: relative;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.rv-flatcolorpicker {
    position: relative;
    display: inline-block;
    width: 250px;
    padding-bottom: 5px;
}

div.rv-flatcolorpicker {
    background-color: transparent;
    background-image: none;
}

.rv-flatcolorpicker .rv-selected-color {
    background-image: url(/assets/reveal-ui/img/textures/transtexture.png);
    background-position: 50% 50%;
    text-align: right;
}

.rv-flatcolorpicker .rv-selected-color input.rv-color-value {
    font-family: Consolas, "Ubuntu Mono", "Lucida Console", "Courier New", monospace;
    padding: .75em .3em .65em 1em;
    border: 0;
    margin: 0;
    width: 70%;
}

.rv-flatcolorpicker .rv-hsv-rectangle {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pinch-zoom double-tap-zoom;
}

.rv-flatcolorpicker .rv-hsv-rectangle .rv-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;
}

.rv-flatcolorpicker .rv-hsv-rectangle .rv-draghandle:hover,
.rv-flatcolorpicker .rv-hsv-rectangle .rv-draghandle:focus {
    background: transparent;
    border-color: #fff;
    -webkit-box-shadow: 0 1px 5px #000;
    box-shadow: 0 1px 5px #000;
}

.rv-flatcolorpicker .rv-hsv-rectangle.rv-dragging,
.rv-flatcolorpicker .rv-hsv-rectangle.rv-dragging * {
    cursor: none;
}

.rv-flatcolorpicker .rv-slider-horizontal {
    height: 20px;
    width: 90%;
    margin: 0 5%;
}

.rv-flatcolorpicker .rv-slider-horizontal .rv-slider-track {
    -webkit-box-shadow: 0 1px 0 #fff, 0 -1px 0 #999;
    box-shadow: 0 1px 0 #fff, 0 -1px 0 #999;
}

.rv-flatcolorpicker .rv-hue-slider,
.rv-flatcolorpicker .rv-transparency-slider {
    display: block;
}

.rv-flatcolorpicker .rv-hue-slider .rv-slider-selection,
.rv-flatcolorpicker .rv-transparency-slider .rv-slider-selection {
    background: transparent;
}

.rv-flatcolorpicker .rv-hue-slider .rv-draghandle,
.rv-flatcolorpicker .rv-transparency-slider .rv-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;
}

.rv-flatcolorpicker .rv-hue-slider .rv-draghandle:hover,
.rv-flatcolorpicker .rv-transparency-slider .rv-draghandle:hover,
.rv-flatcolorpicker .rv-hue-slider .rv-draghandle:focus,
.rv-flatcolorpicker .rv-transparency-slider .rv-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;
}

.rv-flatcolorpicker .rv-hue-slider .rv-slider-track {
    background: -webkit-gradient(linear, left top, right top, from(#ff0000), color-stop(16%, #ffff00), color-stop(33%, #00ff00), color-stop(50%, #00ffff), color-stop(67%, #0000ff), color-stop(84%, #ff00ff), to(#ff0004));
    background: -webkit-linear-gradient(left, #ff0000 0%, #ffff00 16%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 84%, #ff0004 100%);
    background: linear-gradient(to right, #ff0000 0%, #ffff00 16%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 84%, #ff0004 100%);
}

.rv-flatcolorpicker .rv-transparency-slider .rv-slider-track {
    background-image: url("/assets/reveal-ui/img/textures/transparency.png");
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

.rv-flatcolorpicker .rv-controls {
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 90%;
}

.rv-flatcolorpicker .rv-controls .rv-button {
    width: 6em;
}

.rv-flatcolorpicker .rv-hsv-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000)), -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%), -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%), linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    height: 180px;
    margin-bottom: 5px;
}

.rv-ie9 .rv-flatcolorpicker .rv-hue-slider .rv-slider-track {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iI2ZmZmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iIzAwZmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iIzAwMDBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iI2ZmMDBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjAwMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

.rv-ie9 .rv-flatcolorpicker .rv-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+);
}

.rv-ie8 .rv-flatcolorpicker .rv-hue-slider .rv-slider-track {
    background: url("/assets/reveal-ui/img/textures/hue.png") repeat 0 50%;
}

.rv-ie8 .rv-flatcolorpicker .rv-transparency-slider .rv-slider-track {
    background: url("/assets/reveal-ui/img/textures/transparency.png") repeat 0 50%;
}

.rv-ie8 .rv-flatcolorpicker .rv-hsv-gradient {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#00ffffff', GradientType=1) progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=0);
}

/* Editor */
table.rv-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;
    position: relative;
}

.rv-editor-inline {
    border-width: 2px;
    padding: .3em .5em;
    word-wrap: brearv-word;
    overflow: auto;
}

.rv-editortoolbar-dragHandle {
    cursor: move;
    padding-left: 0;
    padding-right: 3px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.rv-editor-widget > .rv-window-content {
    overflow: hidden;
}

.rv-editor .rv-editor-toolbar-wrap {
    border: 0;
    padding: 0;
}

.rv-editor-toolbar {
    margin: 0;
    padding: .1em 0;
    list-style-type: none;
    line-height: 1.3em;
    cursor: default;
    word-wrap: brearv-word;
    /* allow tools to wrap properly in IE */
}

.rv-editor-toolbar li {
    display: inline-block;
    vertical-align: middle;
}

.rv-webkit .rv-editor-toolbar,
.rv-ff .rv-editor-toolbar,
.rv-ie9 .rv-editor-toolbar {
    padding: 0;
}

.rv-webkit .rv-editor-toolbar li,
.rv-safari .rv-editor-toolbar li,
.rv-ff .rv-editor-toolbar li,
.rv-ie9 .rv-editor-toolbar li,
.rv-ie10 .rv-editor-toolbar li {
    display: inline-block;
    padding: .1em 0;
}

.rv-editor-toolbar .rv-editor-widget,
.rv-editor-toolbar > li {
    margin-right: 6px;
}

.rv-group-start.rv-group-end .rv-editor-widget {
    margin-right: 0;
}

.rv-editor-toolbar .rv-editor-dropdown {
    position: relative;
}

.rv-select-overlay {
    -webkit-appearance: none;
    opacity: 0;
    z-index: 11000;
    top: 0;
    left: 0;
    position: absolute;
    height: 26px;
    width: 100%;
    margin: -4px 0 0;
}

.rv-editor-toolbar .rv-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;
}

.rv-editor-toolbar .rv-break {
    display: block;
    height: 1px;
    font-size: 0;
    line-height: 0;
}

.rv-editor-toolbar .rv-dropdown,
.rv-editor-toolbar .rv-combobox,
.rv-editor-toolbar .rv-selectbox,
.rv-editor-toolbar .rv-colorpicker {
    vertical-align: middle;
}

.rv-button-group {
    white-space: nowrap;
}

.rv-button-group .rv-tool {
    display: inline-block;
    vertical-align: middle;
    margin: 1px 0;
    width: 2em;
    height: 2em;
    line-height: 2em;
}

.rv-button-group .rv-tool-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    -ms-high-contrast-adjust: none;
}

.rv-i-move {
    background-position: -160px -288px;
}

.rv-bold {
    background-position: -240px 0;
}

.rv-state-hover .rv-bold,
.rv-state-selected .rv-bold {
    background-position: -264px 0;
}

.rv-italic {
    background-position: -240px -24px;
}

.rv-state-hover .rv-italic,
.rv-state-selected .rv-italic {
    background-position: -264px -24px;
}

.rv-underline {
    background-position: -240px -48px;
}

.rv-state-hover .rv-underline,
.rv-state-selected .rv-underline {
    background-position: -264px -48px;
}

.rv-strikethrough {
    background-position: -240px -72px;
}

.rv-state-hover .rv-strikethrough,
.rv-state-selected .rv-strikethrough {
    background-position: -264px -72px;
}

.rv-foreColor {
    background-position: -240px -96px;
}

.rv-state-hover .rv-foreColor,
.rv-state-selected .rv-foreColor {
    background-position: -264px -96px;
}

.rv-backColor {
    background-position: -240px -120px;
}

.rv-state-hover .rv-backColor,
.rv-state-selected .rv-backColor {
    background-position: -264px -120px;
}

.rv-colorpicker .rv-foreColor {
    background-position: -240px -96px;
}

.rv-colorpicker .rv-backColor {
    background-position: -240px -120px;
}

.rv-justifyLeft {
    background-position: -240px -144px;
}

.rv-state-hover .rv-justifyLeft,
.rv-state-selected .rv-justifyLeft {
    background-position: -264px -144px;
}

.rv-justifyCenter {
    background-position: -240px -168px;
}

.rv-state-hover .rv-justifyCenter,
.rv-state-selected .rv-justifyCenter {
    background-position: -264px -168px;
}

.rv-justifyRight {
    background-position: -240px -192px;
}

.rv-state-hover .rv-justifyRight,
.rv-state-selected .rv-justifyRight {
    background-position: -264px -192px;
}

.rv-justifyFull {
    background-position: -240px -216px;
}

.rv-state-hover .rv-justifyFull,
.rv-state-selected .rv-justifyFull {
    background-position: -264px -216px;
}

.rv-insertUnorderedList {
    background-position: -240px -264px;
}

.rv-state-hover .rv-insertUnorderedList,
.rv-state-selected .rv-insertUnorderedList {
    background-position: -264px -264px;
}

.rv-insertOrderedList {
    background-position: -240px -288px;
}

.rv-state-hover .rv-insertOrderedList,
.rv-state-selected .rv-insertOrderedList {
    background-position: -264px -288px;
}

.rv-indent,
.rv-rtl .rv-outdent {
    background-position: -288px 0;
}

.rv-state-hover .rv-indent,
.rv-state-hover .rv-rtl .rv-outdent,
.rv-state-selected .rv-indent,
.rv-state-selected .rv-rtl .rv-outdent {
    background-position: -312px 0;
}

.rv-outdent,
.rv-rtl .rv-indent {
    background-position: -288px -24px;
}

.rv-state-hover .rv-outdent,
.rv-state-hover .rv-rtl .rv-indent,
.rv-state-selected .rv-outdent,
.rv-state-selected .rv-rtl .rv-indent {
    background-position: -312px -24px;
}

.rv-createLink {
    background-position: -288px -48px;
}

.rv-state-hover .rv-createLink,
.rv-state-selected .rv-createLink {
    background-position: -312px -48px;
}

.rv-unlink {
    background-position: -288px -72px;
}

.rv-state-hover .rv-unlink,
.rv-state-selected .rv-unlink {
    background-position: -312px -72px;
}

.rv-insertImage {
    background-position: -288px -96px;
}

.rv-state-hover .rv-insertImage,
.rv-state-selected .rv-insertImage {
    background-position: -312px -96px;
}

.rv-insertFile {
    background-position: -288px -216px;
}

.rv-state-hover .rv-insertFile,
.rv-state-selected .rv-insertFile {
    background-position: -312px -216px;
}

.rv-subscript {
    background-position: -288px -144px;
}

.rv-state-hover .rv-subscript,
.rv-state-selected .rv-subscript {
    background-position: -312px -144px;
}

.rv-superscript {
    background-position: -288px -168px;
}

.rv-state-hover .rv-superscript,
.rv-state-selected .rv-superscript {
    background-position: -312px -168px;
}

.rv-cleanFormatting {
    background-position: -288px -192px;
}

.rv-state-hover .rv-cleanFormatting,
.rv-state-selected .rv-cleanFormatting {
    background-position: -312px -192px;
}

.rv-createTable {
    background-position: -192px 0;
}

.rv-state-hover .rv-createTable,
.rv-state-selected .rv-createTable {
    background-position: -216px 0;
}

.rv-addColumnLeft {
    background-position: -192px -24px;
}

.rv-state-hover .rv-addColumnLeft,
.rv-state-selected .rv-addColumnLeft {
    background-position: -216px -24px;
}

.rv-addColumnRight {
    background-position: -192px -48px;
}

.rv-state-hover .rv-addColumnRight,
.rv-state-selected .rv-addColumnRight {
    background-position: -216px -48px;
}

.rv-addRowAbove {
    background-position: -192px -72px;
}

.rv-state-hover .rv-addRowAbove,
.rv-state-selected .rv-addRowAbove {
    background-position: -216px -72px;
}

.rv-addRowBelow {
    background-position: -192px -96px;
}

.rv-state-hover .rv-addRowBelow,
.rv-state-selected .rv-addRowBelow {
    background-position: -216px -96px;
}

.rv-deleteRow {
    background-position: -192px -120px;
}

.rv-state-hover .rv-deleteRow,
.rv-state-selected .rv-deleteRow {
    background-position: -216px -120px;
}

.rv-deleteColumn {
    background-position: -192px -144px;
}

.rv-state-hover .rv-deleteColumn,
.rv-state-selected .rv-deleteColumn {
    background-position: -216px -144px;
}

.rv-mergeCells {
    background-position: -192px -168px;
}

.rv-state-hover .rv-mergeCells,
.rv-state-selected .rv-mergeCells {
    background-position: -216px -168px;
}

.rv-pdf {
    background-position: -288px -240px;
}

.rv-state-hover .rv-pdf,
.rv-state-selected .rv-pdf {
    background-position: -312px -240px;
}

.rv-print {
    background-position: -288px -264px;
}

.rv-state-hover .rv-print,
.rv-state-selected .rv-print {
    background-position: -312px -264px;
}

/* default tool widths */
.rv-fontName {
    width: 110px;
}

.rv-fontSize {
    width: 124px;
}

.rv-formatBlock {
    width: 147px;
}

.rv-editortoolbar-dragHandle {
    float: left;
    margin: 1px 0 0;
}

.rv-editor-toolbar .rv-button-group {
    padding: 1px;
}

.rv-editor .rv-editor-toolbar .rv-row-break {
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.rv-button-group .rv-tool {
    border-style: solid;
    border-width: 1px;
    margin-right: -1px;
}

.rv-button-group .rv-tool.rv-state-hover,
.rv-button-group .rv-tool:focus {
    position: relative;
    z-index: 1;
}

.rv-rtl .rv-button-group .rv-tool {
    border-style: solid;
    border-width: 1px;
}

.rv-button-group .rv-tool.rv-group-end {
    border-right-width: 1px;
}

.rv-rtl .rv-button-group .rv-tool.rv-group-end {
    border-left-width: 1px;
}

.rv-button-group .rv-state-disabled {
    display: none;
}

.rv-button-group .rv-state-hover,
.rv-button-group .rv-state-active {
    vertical-align: middle;
}

.rv-button-group .rv-state-disabled {
    filter: alpha(opacity=30);
    opacity: .3;
}

.rv-editor .rv-editable-area {
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 1px;
    outline: 0;
}

.rv-editor .rv-content {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    background: #fff;
}

.rv-editor .rv-tool {
    outline: 0;
}

.rv-editor iframe.rv-content {
    display: inline;
    vertical-align: top;
    /*fixes missing top border caused by the inline display*/
}

.rv-editor .rv-raw-content {
    border: 0;
    margin: 0;
    padding: 0;
}

.rv-editor .rv-raw-content,
.rv-editor-dialog .rv-editor-textarea {
    font-size: inherit;
    font-family: consolas, "courier new", monospace;
}

.rv-editor-dialog {
    padding: 1em;
    width: 400px;
}

.rv-editor-dialog .rv-edit-label {
    width: 25%;
}

.rv-editor-dialog .rv-edit-field {
    width: 66%;
}

.rv-editor-dialog .rv-edit-field .rv-textbox {
    width: 96%;
}

.rv-viewhtml-dialog {
    width: auto;
}

.rv-filebrowser-dialog {
    width: auto;
    min-width: 350px;
}

.rv-filebrowser-dialog .rv-filebrowser {
    margin: 0 1em 0;
}

.rv-filebrowser-dialog .rv-edit-label {
    width: 18%;
}

.rv-filebrowser-dialog .rv-edit-field {
    width: 75%;
}

.rv-filebrowser-dialog .rv-edit-field .rv-textbox {
    width: 70%;
}

#rv-editor-image-width,
#rv-editor-image-height {
    width: 5em;
}

.rv-editor-dialog .rv-button {
    display: inline-block;
}

.rv-editor-dialog .rv-editor-textarea {
    width: 600px;
    height: 350px;
    padding: .2em .2em .2em .4em;
    border-width: 1px;
    border-style: solid;
    overflow: auto;
}

.rv-button-wrapper .rv-link:hover {
    text-decoration: underline;
}

.rv-ct-popup {
    width: 180.4px;
    padding: .65em .5em .5em;
}

.rv-ct-popup .rv-status {
    margin: .3em 0;
}

.rv-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;
}

.rv-editor .rv-resize-handle {
    position: absolute;
    padding: 5px;
    right: 0;
    bottom: 0;
}

.rv-editor .rv-overlay {
    position: absolute;
    background-color: #fff;
    opacity: 0;
}

.rv-toolbar-resizable {
    min-height: 2.4375em;
    position: relative;
}

.rv-overflow-tools {
    position: absolute;
    right: 0;
    top: 0;
}

.rv-editor-overflow-popup .rv-tool {
    width: auto;
    height: auto;
    display: block;
    text-align: left;
    text-decoration: initial;
    border: 0;
    padding-right: 0.5em;
    margin: 0;
    padding: 0 6px;
}

.rv-editor-overflow-popup .rv-tool.rv-state-disabled {
    display: none;
}

.rv-editor-toolbar .rv-tool-text {
    display: none;
}

/* Notification */
.rv-notification-wrap {
    padding: .6em .5em;
    cursor: default;
    position: relative;
    white-space: nowrap;
}

.rv-notification-button .rv-notification-wrap {
    padding-right: 20px;
}

.rv-notification-wrap > .rv-i-note {
    vertical-align: text-bottom;
    margin-right: 4px;
}

.rv-notification-wrap > .rv-i-close {
    position: absolute;
    top: 7px;
    right: 4px;
    display: none;
}

.rv-notification-button .rv-notification-wrap > .rv-i-close {
    display: block;
}

/* Progressbar */
.rv-progressbar {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.rv-progressbar {
    border-radius: 4px;
}

.rv-progressbar-horizontal {
    width: 27em;
    height: 1.9em;
}

.rv-progressbar-vertical {
    width: 1.9em;
    height: 27em;
}

.rv-progressbar > .rv-state-selected {
    position: absolute;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
}

.rv-progressbar-horizontal > .rv-state-selected,
.rv-rtl .rv-progressbar-horizontal.rv-progressbar-reverse > .rv-state-selected {
    left: -1px;
    right: auto;
    top: -1px;
    height: 100%;
    border-radius: 4px 0 0 4px;
}

.rv-progressbar-horizontal.rv-progressbar-reverse > .rv-state-selected,
.rv-rtl .rv-progressbar-horizontal > .rv-state-selected {
    left: auto;
    right: -1px;
    border-radius: 0 4px 4px 0;
}

.rv-progressbar-vertical > .rv-state-selected {
    left: -1px;
    bottom: -1px;
    width: 100%;
    border-radius: 0 0 4px 4px;
}

.rv-progressbar-vertical.rv-progressbar-reverse > .rv-state-selected {
    bottom: auto;
    top: -1px;
    border-radius: 4px 4px 0 0;
}

.rv-progressbar > .rv-state-selected.rv-complete,
.rv-rtl .rv-progressbar > .rv-state-selected.rv-complete {
    border-radius: 4px;
}

.rv-progressbar > .rv-reset {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: -1px;
    top: -1px;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    white-space: nowrap;
}

.rv-progressbar-horizontal .rv-item {
    display: inline-block;
    height: 100%;
    border-style: solid;
    margin-left: -1px;
}

.rv-progressbar-horizontal .rv-item.rv-first {
    margin-left: 0;
}

.rv-progressbar-horizontal .rv-item.rv-last {
    border-right-width: 0;
}

.rv-progressbar-horizontal .rv-item,
.rv-rtl .rv-progressbar-horizontal.rv-progressbar-reverse .rv-item {
    border-width: 1px 0 1px 1px;
}

.rv-progressbar-horizontal.rv-progressbar-reverse .rv-item,
.rv-rtl .rv-progressbar-horizontal .rv-item {
    border-width: 1px 0 1px 1px;
}

.rv-progressbar-horizontal .rv-first,
.rv-rtl .rv-progressbar-horizontal .rv-last,
.rv-rtl .rv-progressbar-horizontal.rv-progressbar-reverse .rv-last {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-left-width: 1px;
}

.rv-progressbar-horizontal .rv-last,
.rv-rtl .rv-progressbar-horizontal .rv-first {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.rv-progressbar-horizontal.rv-progressbar-reverse .rv-last,
.rv-rtl .rv-progressbar-horizontal .rv-first {
    border-right-width: 1px;
}

.rv-progressbar-horizontal .rv-last.rv-state-selected {
    border-right-width: 1px;
}

.rv-progressbar-vertical .rv-item {
    width: 100%;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    margin-top: -1px;
}

.rv-progressbar-vertical .rv-item.rv-first {
    margin-top: 0;
}

.rv-progressbar-vertical li.rv-item.rv-last {
    border-bottom-width: 0;
}

.rv-progressbar-vertical .rv-first {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.rv-progressbar-vertical .rv-last {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-width: 1px;
}

.rv-progressbar-vertical.rv-progressbar-reverse .rv-item {
    border-width: 0 1px 1px 1px;
}

.rv-progressbar-vertical.rv-progressbar-reverse .rv-first {
    border-top-width: 1px;
}

.rv-progress-status-wrap {
    position: absolute;
    top: -1px;
    border: 1px solid transparent;
    line-height: 2em;
    width: 100%;
    height: 100%;
}

.rv-progress-status-wrap,
.rv-rtl .rv-progressbar-horizontal.rv-progressbar-reverse .rv-progress-status-wrap {
    left: -1px;
    right: auto;
    text-align: right;
}

.rv-progressbar-horizontal.rv-progressbar-reverse .rv-progress-status-wrap,
.rv-rtl .rv-progressbar-horizontal .rv-progress-status-wrap {
    left: auto;
    right: -1px;
    text-align: left;
}

.rv-progressbar-vertical .rv-progress-status-wrap {
    top: auto;
    bottom: -1px;
}

.rv-progressbar-vertical.rv-progressbar-reverse .rv-progress-status-wrap {
    bottom: auto;
    top: -1px;
}

.rv-progress-status {
    display: inline-block;
    padding: 0 .5em;
    min-width: 10px;
    white-space: nowrap;
}

.rv-progressbar-vertical.rv-progressbar-reverse .rv-progress-status {
    position: absolute;
    bottom: 0;
    left: 0;
}

.rv-progressbar-vertical .rv-progress-status {
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.rv-progressbar-vertical.rv-progressbar-reverse .rv-progress-status {
    -webkit-transform: rotate(90deg) translateX(-100%);
    -ms-transform: rotate(90deg) translateX(-100%);
    transform: rotate(90deg) translateX(-100%);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.rv-ie8 .rv-progressbar-vertical .rv-progress-status {
    -webkit-writing-mode: bt-lr;
    -ms-writing-mode: bt-lr;
    writing-mode: bt-lr;
    padding: .5em 0;
}

/* Slider */
div.rv-slider {
    position: relative;
    border-width: 0;
    background-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rv-slider-vertical {
    width: 26px;
    height: 200px;
    /* default height */
}

.rv-slider-horizontal {
    display: inline-block;
    width: 200px;
    /* default width */
    height: 26px;
}

.rv-slider-wrap {
    width: 100%;
    height: 100%;
}

.rv-slider .rv-button,
.rv-grid .rv-slider .rv-button {
    position: absolute;
    top: 0;
    width: 24px;
    min-width: 0;
    height: 24px;
    margin: 0;
    padding: 0;
    outline: 0;
}

.rv-slider .rv-button .rv-icon {
    margin-top: 3px;
    vertical-align: top;
}

.rv-state-disabled .rv-slider-wrap {
    filter: alpha(opacity=60);
    opacity: .6;
}

.rv-state-disabled .rv-slider-wrap .rv-slider-items {
    color: #333;
}

.rv-slider .rv-button-decrease {
    left: 0;
}

.rv-slider-vertical .rv-button-decrease,
.rv-grid .rv-slider-vertical .rv-button-decrease {
    top: auto;
    bottom: 0;
}

.rv-slider .rv-button-increase {
    right: 0;
}

.rv-slider .rv-icon,
.rv-slider-track,
.rv-slider .rv-tick {
    cursor: pointer;
}

.rv-slider-track,
.rv-slider-selection {
    position: absolute;
    margin: 0;
    padding: 0;
}

.rv-slider-horizontal .rv-slider-track,
.rv-slider-horizontal .rv-slider-selection {
    top: 50%;
    left: 0;
    height: 8px;
    margin-top: -4px;
    background-repeat: repeat-x;
}

.rv-slider-horizontal .rv-slider-buttons .rv-slider-track {
    left: 34px;
}

.rv-slider-vertical .rv-slider-track,
.rv-slider-vertical .rv-slider-selection {
    left: 50%;
    bottom: 0;
    width: 8px;
    margin-left: -4px;
    background-repeat: repeat-y;
}

.rv-slider-vertical .rv-slider-buttons .rv-slider-track {
    bottom: 34px;
}

.rv-draghandle {
    position: absolute;
    background-repeat: no-repeat;
    background-color: transparent;
    text-indent: -3333px;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    outline: 0;
}

.rv-slider-horizontal .rv-draghandle {
    top: -4px;
    width: 13px;
    height: 14px;
}

.rv-slider-vertical .rv-draghandle {
    left: -4px;
    width: 14px;
    height: 13px;
}

.rv-slider-buttons .rv-slider-items {
    margin-left: 34px;
}

.rv-slider-horizontal .rv-slider-items {
    height: 100%;
}

.rv-slider-vertical .rv-slider-items {
    padding-top: 1px;
}

.rv-slider-vertical .rv-slider-buttons .rv-slider-items {
    padding-top: 0;
}

.rv-slider-vertical .rv-slider-buttons .rv-slider-items {
    margin: 0;
    padding-top: 35px;
}

.rv-slider .rv-tick {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}

.rv-slider-horizontal .rv-tick {
    float: left;
    height: 100%;
    text-align: center;
}

.rv-slider-horizontal .rv-tick {
    background-position: center -92px;
}

.rv-slider-horizontal .rv-slider-topleft .rv-tick {
    background-position: center -122px;
}

.rv-slider-horizontal .rv-slider-bottomright .rv-tick {
    background-position: center -152px;
}

.rv-slider-horizontal .rv-ticrv-large {
    background-position: center -2px;
}

.rv-slider-horizontal .rv-slider-topleft .rv-ticrv-large {
    background-position: center -32px;
}

.rv-slider-horizontal .rv-slider-bottomright .rv-ticrv-large {
    background-position: center -62px;
}

.rv-slider-vertical .rv-tick {
    background-position: -92px center;
}

.rv-slider-vertical .rv-slider-topleft .rv-tick {
    background-position: -122px center;
}

.rv-slider-vertical .rv-slider-bottomright .rv-tick {
    background-position: -152px center;
}

.rv-slider-vertical .rv-ticrv-large {
    background-position: -2px center;
}

.rv-slider-vertical .rv-slider-topleft .rv-ticrv-large {
    background-position: -32px center;
}

.rv-slider-vertical .rv-slider-bottomright .rv-ticrv-large {
    background-position: -62px center;
}

.rv-slider-horizontal .rv-first {
    background-position: 0 -92px;
}

.rv-slider-horizontal .rv-ticrv-large.rv-first {
    background-position: 0 -2px;
}

.rv-slider-horizontal .rv-slider-topleft .rv-first {
    background-position: 0 -122px;
}

.rv-slider-horizontal .rv-slider-topleft .rv-ticrv-large.rv-first {
    background-position: 0 -32px;
}

.rv-slider-horizontal .rv-slider-bottomright .rv-first {
    background-position: 0 -152px;
}

.rv-slider-horizontal .rv-slider-bottomright .rv-ticrv-large.rv-first {
    background-position: 0 -62px;
}

.rv-slider-horizontal .rv-last {
    background-position: 100% -92px;
}

.rv-slider-horizontal .rv-ticrv-large.rv-last {
    background-position: 100% -2px;
}

.rv-slider-horizontal .rv-slider-topleft .rv-last {
    background-position: 100% -122px;
}

.rv-slider-horizontal .rv-slider-topleft .rv-ticrv-large.rv-last {
    background-position: 100% -32px;
}

.rv-slider-horizontal .rv-slider-bottomright .rv-last {
    background-position: 100% -152px;
}

.rv-slider-horizontal .rv-slider-bottomright .rv-ticrv-large.rv-last {
    background-position: 100% -62px;
}

.rv-slider-vertical .rv-first {
    background-position: -92px 100%;
}

.rv-slider-vertical .rv-ticrv-large.rv-first {
    background-position: -2px 100%;
}

.rv-slider-vertical .rv-slider-topleft .rv-first {
    background-position: -122px 100%;
}

.rv-slider-vertical .rv-slider-topleft .rv-ticrv-large.rv-first {
    background-position: -32px 100%;
}

.rv-slider-vertical .rv-slider-bottomright .rv-first {
    background-position: -152px 100%;
}

.rv-slider-vertical .rv-slider-bottomright .rv-ticrv-large.rv-first {
    background-position: -62px 100%;
}

.rv-slider-vertical .rv-last {
    background-position: -92px 0;
}

.rv-slider-vertical .rv-ticrv-large.rv-last {
    background-position: -2px 0;
}

.rv-slider-vertical .rv-slider-topleft .rv-last {
    background-position: -122px 0;
}

.rv-slider-vertical .rv-slider-topleft .rv-ticrv-large.rv-last {
    background-position: -32px 0;
}

.rv-slider-vertical .rv-slider-bottomright .rv-last {
    background-position: -152px 0;
}

.rv-slider-vertical .rv-slider-bottomright .rv-ticrv-large.rv-last {
    background-position: -62px 0;
}

.rv-slider-vertical .rv-tick {
    text-align: right;
}

.rv-slider-vertical .rv-slider-topleft .rv-tick {
    text-align: left;
}

.rv-slider .rv-label {
    position: absolute;
    white-space: nowrap;
    font-size: .92em;
}

.rv-slider-horizontal .rv-label {
    left: 0;
    width: 100%;
    line-height: 1;
}

.rv-slider-horizontal .rv-first .rv-label {
    left: -50%;
}

.rv-slider-horizontal .rv-last .rv-label {
    left: auto;
    right: -50%;
}

.rv-slider-horizontal .rv-label {
    bottom: -1.2em;
}

.rv-slider-horizontal .rv-slider-topleft .rv-label {
    top: -1.2em;
}

.rv-slider-vertical .rv-label {
    left: 120%;
    display: block;
    text-align: left;
}

.rv-slider-vertical .rv-last .rv-label {
    top: -0.5em;
}

.rv-slider-vertical .rv-first .rv-label {
    bottom: -0.5em;
}

.rv-slider-vertical .rv-slider-topleft .rv-label {
    left: auto;
    right: 120%;
}

.rv-slider-tooltip {
    top: -4444px;
    /*prevent window resize in IE8 when appending*/
}

/* Scheduler */
.rv-scheduler-toolbar,
.rv-scheduler-footer {
    border-style: solid;
}

.rv-scheduler-toolbar,
.rv-scheduler-footer {
    line-height: 28px;
    padding: 6px;
}

.rv-scheduler-toolbar {
    position: relative;
    border-width: 0 0 1px;
}

.rv-edit-field.rv-scheduler-toolbar {
    border-width: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.rv-scheduler-header {
    text-align: center;
}

.rv-scheduler-footer {
    border-width: 1px 0 0;
}

.rv-scheduler-toolbar > ul {
    float: right;
}

.rv-scheduler-toolbar > ul:first-child {
    float: left;
}

.rv-scheduler-toolbar > .rv-scheduler-tools {
    float: left;
    margin-bottom: .5em;
}

.rv-scheduler-tools + .rv-scheduler-navigation {
    float: left;
    clear: left;
}

.rv-scheduler-toolbar > ul > li,
.rv-scheduler-footer > ul > li {
    display: inline-block;
    border-style: solid;
    border-width: 1px 1px 1px 0;
}

.rv-scheduler .rv-scheduler-toolbar .rv-nav-current,
.rv-scheduler .rv-scheduler-toolbar .rv-scheduler-tools > li {
    border-width: 0;
}

.rv-scheduler-toolbar > ul > li:first-child,
.rv-scheduler-toolbar > ul.rv-scheduler-views > li:first-child + li {
    border-left-width: 1px;
}

.rv-scheduler div.rv-scheduler-footer ul li {
    margin-right: .6em;
    border-width: 1px;
}

.rv-scheduler-toolbar .rv-link,
.rv-scheduler-footer .rv-link {
    display: inline-block;
    padding: 0 1.1em;
}

.rv-scheduler-toolbar .rv-nav-prev .rv-link,
.rv-scheduler-toolbar .rv-nav-next .rv-link {
    padding-left: .6em;
    padding-right: .6em;
}

.rv-scheduler-toolbar .rv-nav-current .rv-link {
    padding: 0;
}

.rv-scheduler-toolbar .rv-nav-current {
    margin: 0 1.1em;
}

.rv-scheduler div.rv-scheduler-toolbar > ul > li.rv-nav-current,
.rv-scheduler .rv-nav-current > .rv-state-active {
    background: none;
}

.rv-scheduler-phone .rv-scheduler-toolbar + .rv-scheduler-toolbar .rv-scheduler-navigation {
    width: 100%;
    text-align: center;
}

.rv-scheduler-phone .rv-scheduler-toolbar + .rv-scheduler-toolbar .rv-scheduler-navigation > li {
    background: none;
    border: 0;
}

.rv-scheduler-phone .rv-toolbar .rv-nav-next {
    float: right;
}

.rv-scheduler-phone .rv-toolbar .rv-nav-prev {
    float: left;
}

.rv-scheduler-toolbar .rv-i-calendar,
.rv-scheduler-footer .rv-icon {
    margin: -2px 6px 0 0;
}

.rv-scheduler-header,
.rv-scheduler-header-wrap {
    overflow: hidden;
}

.rv-scheduler-header-wrap {
    position: relative;
    border-style: solid;
    border-width: 0;
}

.rv-scheduler .rv-scrollbar-v .rv-scheduler-header-wrap {
    border-right-width: 1px;
}

.rv-scheduler-times,
.rv-scheduler-content {
    position: relative;
}

.rv-scheduler-times {
    overflow: hidden;
    border-style: solid;
    border-width: 0;
}

.rv-scheduler-content {
    overflow: auto;
}

.rv-scheduler-layout,
.rv-scheduler-table {
    border-spacing: 0;
    width: 100%;
    margin: 0;
    border-collapse: separate;
}

.rv-scheduler-layout > tbody > tr > td {
    padding: 0;
    vertical-align: top;
}

/* fix smashed second layout column in iPad */
.rv-safari .rv-scheduler-layout > tbody > tr > td + td {
    width: 100%;
}

.rv-scheduler-table {
    table-layout: fixed;
    max-width: none;
}

.rv-scheduler-times .rv-scheduler-table {
    table-layout: auto;
}

.rv-scheduler-monthview .rv-scheduler-content .rv-scheduler-table {
    height: 100%;
}

.rv-scheduler-table td,
.rv-scheduler-table th {
    height: 1.5em;
    padding: .334em .5em;
    font-size: 100%;
}

.rv-scheduler .rv-scheduler-table td,
.rv-scheduler .rv-scheduler-table th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.rv-scheduler-monthview .rv-hidden,
.rv-scheduler-monthview .rv-hidden > div {
    width: 0 !important;
    overflow: hidden !important;
}

.rv-scheduler-monthview .rv-hidden {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-right-width: 0 !important;
}

.rv-scheduler-monthview > tbody > tr:first-child .rv-scheduler-times {
    margin-right: 1px;
}

.rv-scheduler-monthview > tbody > tr:first-child .rv-scheduler-times .rv-hidden {
    height: auto;
}

.rv-scheduler-monthview .rv-scheduler-table td,
.rv-scheduler-monthview .rv-hidden {
    height: 80px;
    text-align: right;
}

.rv-scheduler-phone .rv-scheduler-monthview .rv-scheduler-table td,
.rv-scheduler-phone .rv-scheduler-monthview .rv-hidden {
    height: 40px;
}

.rv-scheduler-table td,
.rv-slot-cell {
    vertical-align: top;
}

/* separate due to old IEs */
.rv-scheduler-layout tr + tr .rv-scheduler-times th:last-child {
    vertical-align: top;
}

.rv-scheduler-phone .rv-scheduler-monthview .rv-scheduler-table td {
    text-align: center;
    vertical-align: middle;
}

.rv-scheduler-phone .rv-scheduler-monthview .rv-scheduler-table td span {
    font-size: 1.5em;
}

.rv-scheduler-header th {
    overflow: hidden;
    text-overflow: ellipsis;
}

.rv-scheduler-table td,
.rv-scheduler-header th {
    border-style: solid;
    border-width: 0 0 1px 1px;
}

.rv-scheduler-table td:first-child,
.rv-scheduler-header th:first-child {
    border-left-width: 0;
}

.rv-scheduler-agendaview .rv-scheduler-table td:first-child {
    border-left-width: 1px;
}

.rv-scheduler-agendaview .rv-scheduler-table td.rv-first {
    border-left-width: 0;
}

.rv-scheduler-layout tr + tr .rv-scheduler-times tr:last-child > th,
.rv-scheduler-layout tr + tr .rv-scheduler-table > tbody > tr:last-child > td,
.rv-scheduler-table > tbody > tr > .rv-last {
    border-bottom-width: 0;
}

.rv-scrollbar-h tr + tr .rv-scheduler-times,
.rv-scrollbar-h .rv-scheduler-content .rv-scheduler-table > tbody > tr:last-child > td,
.rv-scheduler-agendaview.rv-scrollbar-h .rv-scheduler-table > tbody > tr > td.rv-last {
    border-bottom-width: 1px;
}

.rv-scheduler-times th {
    text-align: right;
    padding-right: .6em;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent;
    white-space: nowrap;
}

.rv-scheduler-layout tr + tr .rv-scheduler-times th {
    border-bottom-color: transparent;
}

.rv-scheduler-layout tr + tr .rv-scheduler-times th.rv-slot-cell,
.rv-scheduler-layout tr + tr .rv-scheduler-times th.rv-scheduler-times-all-day {
    border-bottom-color: inherit;
}

.rv-scheduler .rv-middle-row td {
    border-bottom-style: dotted;
}

.rv-scheduler-now-arrow,
.rv-scheduler-now-line {
    position: absolute;
}

.rv-scheduler-now-arrow {
    width: 0;
    height: 0;
    border: solid 5px transparent;
    left: 0;
}

.rv-scheduler-now-line {
    left: 5px;
    right: 0;
    height: 1px;
}

.rv-task {
    position: relative;
}

div.rv-more-events {
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    padding: 0;
}

.rv-more-events > span {
    display: block;
    margin-top: -0.6em;
}

.rv-event,
.rv-more-events {
    position: absolute;
    border-style: solid;
    border-width: 1px;
    text-align: left;
    overflow: hidden;
}

.rv-event {
    cursor: default;
    min-height: 1.3em;
}

.rv-event-drag-hint {
    filter: alpha(opacity=60);
    opacity: .6;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}

.rv-scheduler-header .rv-event {
    white-space: nowrap;
}

.rv-event-template {
    padding: .3em 1.4em .3em .6em;
}

.rv-event-time {
    display: none;
    padding-bottom: 0;
    font-size: .9em;
}

.rv-event-drag-hint .rv-event-time {
    display: block;
}

.rv-event-actions,
.rv-event > .rv-link,
.rv-task > .rv-link {
    position: absolute;
    top: 3px;
    right: 4px;
    white-space: nowrap;
}

.rv-event-actions {
    z-index: 1;
}

.rv-scheduler-agendaview .rv-task > .rv-link {
    top: 0;
    right: 0;
}

.rv-event-actions:first-child {
    position: static;
    float: left;
    margin: 4px 2px 0 4px;
}

.rv-webkit .rv-event-actions:first-child {
    margin-top: 3px;
}

.rv-event-actions:first-child > .rv-link {
    display: inline-block;
}

.rv-event-delete {
    display: none;
}

.rv-event:hover .rv-event-delete,
tr:hover > td > .rv-task .rv-event-delete {
    display: inline-block;
}

.rv-event .rv-event-top-actions,
.rv-event .rv-event-bottom-actions {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.rv-event .rv-event-bottom-actions {
    top: auto;
    bottom: 0;
}

.rv-event .rv-resize-handle,
.rv-scheduler-mobile .rv-event:hover .rv-resize-handle {
    position: absolute;
    visibility: hidden;
    z-index: 2;
}

.rv-event:hover .rv-resize-handle,
.rv-event-active .rv-resize-handle,
.rv-scheduler-mobile .rv-event-active:hover .rv-resize-handle {
    visibility: visible;
}

.rv-event .rv-resize-handle:after {
    content: "";
    position: absolute;
    filter: alpha(opacity=50);
    opacity: .5;
}

.rv-scheduler-mobile .rv-event .rv-resize-handle:after {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

.rv-event > .rv-resize-n {
    top: 0;
    left: 0;
    right: 0;
    height: .4em;
}

.rv-event > .rv-resize-s {
    bottom: 0;
    left: 0;
    right: 0;
    height: .4em;
}

.rv-event > .rv-resize-e {
    right: 0;
    top: 0;
    bottom: 0;
    width: .4em;
}

.rv-event > .rv-resize-w {
    left: 0;
    top: 0;
    bottom: 0;
    width: .4em;
}

.rv-event > .rv-resize-n:after,
.rv-event > .rv-resize-s:after {
    top: 1px;
    left: 50%;
    margin-left: -1em;
    width: 2em;
    height: 1px;
}

.rv-event > .rv-resize-s:after {
    top: auto;
    bottom: 1px;
}

.rv-event > .rv-resize-e:after,
.rv-event > .rv-resize-w:after {
    left: 1px;
    top: 50%;
    margin-top: -0.7em;
    height: 1.4em;
    width: 1px;
}

.rv-event > .rv-resize-e:after {
    left: auto;
    right: 1px;
}

.rv-scheduler-mobile .rv-event > .rv-resize-n,
.rv-scheduler-mobile .rv-event > .rv-resize-s {
    height: .6em;
}

.rv-scheduler-mobile .rv-event > .rv-resize-e,
.rv-scheduler-mobile .rv-event > .rv-resize-w {
    width: .6em;
}

.rv-scheduler-mobile .rv-event > .rv-resize-n:after,
.rv-scheduler-mobile .rv-event > .rv-resize-s:after {
    top: 0;
    margin-left: -3em;
    width: 4em;
    height: .6em;
}

.rv-scheduler-mobile .rv-event > .rv-resize-s:after {
    bottom: 0;
}

.rv-scheduler-mobile .rv-event > .rv-resize-e:after,
.rv-scheduler-mobile .rv-event > .rv-resize-w:after {
    left: 0;
    margin-top: -0.7em;
    height: 1.4em;
    width: .6em;
}

.rv-scheduler-mobile .rv-event > .rv-resize-e:after {
    right: 0;
}

.rv-scheduler-mobile .rv-event > .rv-resize-n:after {
    border-radius: 0 0 4px 4px;
}

.rv-scheduler-mobile .rv-event > .rv-resize-s:after {
    border-radius: 4px 4px 0 0;
}

.rv-scheduler-mobile .rv-event > .rv-resize-w:after {
    border-radius: 0 4px 4px 0;
}

.rv-scheduler-mobile .rv-event > .rv-resize-e:after {
    border-radius: 4px 0 0 4px;
}

.rv-scheduler-phone .rv-scheduler-monthview .rv-events-container {
    position: absolute;
    text-align: center;
    height: 6px;
    line-height: 6px;
}

.rv-scheduler-phone .rv-scheduler-monthview .rv-event {
    position: static;
    display: inline-block;
    width: 4px;
    height: 4px;
    min-height: 0;
    margin: 1px;
}

.rv-scheduler-marquee {
    border-style: solid;
    border-width: 0;
}

.rv-scheduler-marquee.rv-first:before,
.rv-scheduler-marquee.rv-last:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px;
}

div.rv-scheduler-marquee:before {
    top: 0;
    left: 0;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

div.rv-scheduler-marquee:after {
    bottom: 0;
    right: 0;
    border-top-color: transparent;
    border-left-color: transparent;
}

.rv-scheduler-marquee .rv-label-top {
    position: absolute;
    top: .3em;
    left: .8em;
    font-size: .8em;
}

.rv-scheduler-marquee .rv-label-bottom {
    position: absolute;
    bottom: .3em;
    right: .81em;
    font-size: .8em;
}

.rv-scheduler-quickedit .rv-textbox {
    width: 200px;
}

.rv-tooltip-bottom {
    text-align: left;
}

.rv-tooltip-bottom .rv-button {
    float: left;
    margin-right: .3em;
}

.rv-tooltip-bottom .rv-quickedit-details {
    float: right;
    margin-right: 0;
}

.rv-scheduler-agendaview .rv-scheduler-table th,
.rv-scheduler-agendaview .rv-scheduler-table td {
    text-align: left;
}

.rv-scheduler-times .rv-slot-cell,
.rv-scheduler-groupcolumn {
    width: 6em;
}

.rv-scheduler-datecolumn {
    width: 12em;
}

.rv-scheduler-timecolumn {
    width: 11em;
}

.rv-scheduler-timecolumn > div {
    position: relative;
    vertical-align: top;
}

.rv-webkit .rv-scheduler-timecolumn > div > .rv-icon {
    vertical-align: top;
}

.rv-scheduler-timecolumn > div > .rv-i-arrow-e {
    position: absolute;
    right: -4px;
}

.rv-scheduler-timecolumn .rv-i-arrow-w {
    margin-left: -4px;
}

.rv-scheduler-mark {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    margin-right: .5em;
}

.rv-scheduler-agendaday {
    float: left;
    margin: 0 .2em 0 0;
    font-size: 3em;
    font-weight: normal;
}

.rv-scheduler-agendaweek {
    display: block;
    margin: .4em 0 0;
    font-size: 1.1em;
    font-style: normal;
}

.rv-scheduler-agendadate {
    font-size: .8em;
}

.rv-scheduler-timecolumn {
    white-space: nowrap;
}

.rv-scheduler-edit-form .rv-edit-form-container,
.rv-scheduler-timezones .rv-edit-form-container {
    width: 520px;
}

.rv-scheduler-edit-form .rv-edit-label {
    width: 17%;
}

.rv-scheduler-edit-form .rv-edit-field {
    width: 77%;
}

.rv-scheduler-edit-form .rv-textbox[name="title"],
.rv-scheduler-edit-form textarea.rv-textbox {
    width: 100%;
}

.rv-scheduler-edit-form textarea.rv-textbox {
    min-height: 4em;
    resize: vertical;
}

.rv-scheduler-edit-form > .rv-edit-box:first-child .rv-datetimepicker {
    margin-right: 1em;
}

.km-pane-wrapper .rv-scheduler-edit-form .rv-edit-buttons {
    clear: right;
    margin-right: 2%;
    margin-left: 2%;
    padding: 0 0 .6em;
}

.rv-edit-box {
    float: left;
}

.rv-edit-box + .rv-edit-box {
    float: right;
}

.rv-scheduler-edit-form label + input {
    margin-left: 1em;
}

.rv-edit-field > ul.rv-reset > li {
    margin: .2em 0 .4em;
    line-height: 2.4;
}

.rv-edit-field > ul.rv-reset.rv-toolbar > li {
    margin: 0;
}

.rv-edit-field > ul.rv-reset .rv-widget {
    margin-left: .8em;
}

.rv-edit-field > ul.rv-reset .rv-numerictextbox,
.rv-edit-field span.rv-recur-interval {
    width: 5em;
}

.rv-edit-field > ul.rv-reset .rv-dropdown,
.rv-edit-field > ul.rv-reset .rv-datepicker,
div[name="recurrenceRule"] > .rv-dropdown {
    width: 9em;
}

.rv-scheduler-edit-form .rv-edit-buttons .rv-scheduler-delete {
    float: left;
}

.rv-popup-message {
    margin: 0;
    padding: 1em 0 2em;
    text-align: center;
}

.rv-scheduler-timezones .rv-dropdown:first-child {
    width: 100%;
}

.rv-scheduler-timezones .rv-dropdown + .rv-dropdown {
    margin: .5em 0 .7em;
}

.rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view {
    display: none;
}

.rv-scheduler-toolbar li.rv-nav-current .rv-sm-date-format {
    display: none;
}

.rv-scheduler-refresh {
    float: right;
    padding: 0 .5em;
}

/* Responsive styles  */
@media only screen and (max-width: 1024px) {
    .rv-webkit .rv-scheduler-toolbar > ul.rv-scheduler-views,
    .rv-ff .rv-scheduler-toolbar > ul.rv-scheduler-views,
    .rv-ie11 .rv-scheduler-toolbar > ul.rv-scheduler-views,
    .rv-safari .rv-scheduler-toolbar > ul.rv-scheduler-views {
        position: absolute;
        right: 6px;
        top: 6px;
        z-index: 10000;
    }

    .rv-webkit .rv-rtl .rv-scheduler-toolbar > ul.rv-scheduler-views,
    .rv-ff .rv-rtl .rv-scheduler-toolbar > ul.rv-scheduler-views,
    .rv-ie11 .rv-rtl .rv-scheduler-toolbar > ul.rv-scheduler-views,
    .rv-safari .rv-rtl .rv-scheduler-toolbar > ul.rv-scheduler-views {
        right: auto;
        left: 6px;
    }

    .rv-webkit .rv-scheduler-toolbar > ul.rv-scheduler-views > li:not(.rv-current-view),
    .rv-ff .rv-scheduler-toolbar > ul.rv-scheduler-views > li:not(.rv-current-view),
    .rv-ie11 .rv-scheduler-toolbar > ul.rv-scheduler-views > li:not(.rv-current-view),
    .rv-safari .rv-scheduler-toolbar > ul.rv-scheduler-views > li:not(.rv-current-view) {
        display: none;
    }

    .rv-webkit .rv-scheduler-toolbar li.rv-nav-current .rv-lg-date-format,
    .rv-ff .rv-scheduler-toolbar li.rv-nav-current .rv-lg-date-format,
    .rv-ie11 .rv-scheduler-toolbar li.rv-nav-current .rv-lg-date-format,
    .rv-safari .rv-scheduler-toolbar li.rv-nav-current .rv-lg-date-format {
        display: none;
    }

    .rv-webkit .rv-scheduler-toolbar li.rv-nav-current .rv-sm-date-format,
    .rv-ff .rv-scheduler-toolbar li.rv-nav-current .rv-sm-date-format,
    .rv-ie11 .rv-scheduler-toolbar li.rv-nav-current .rv-sm-date-format,
    .rv-safari .rv-scheduler-toolbar li.rv-nav-current .rv-sm-date-format {
        display: inline;
    }

    .rv-webkit .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view,
    .rv-ff .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view,
    .rv-ie11 .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view,
    .rv-safari .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view {
        display: block;
        border-width: 1px;
    }

    .rv-webkit .rv-rtl .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view,
    .rv-ff .rv-rtl .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view,
    .rv-ie11 .rv-rtl .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view,
    .rv-safari .rv-rtl .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view {
        text-align: left;
        padding-left: 1em;
    }

    .rv-webkit .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view > .rv-link,
    .rv-ff .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view > .rv-link,
    .rv-ie11 .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view > .rv-link,
    .rv-safari .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view > .rv-link {
        display: block;
        position: relative;
        padding-right: 2.5em;
        padding-left: 1em;
    }

    .rv-webkit .rv-rtl .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view > .rv-link,
    .rv-ff .rv-rtl .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view > .rv-link,
    .rv-ie11 .rv-rtl .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view > .rv-link,
    .rv-safari .rv-rtl .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view > .rv-link {
        padding-left: 0;
    }

    .rv-webkit .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view > .rv-link:after,
    .rv-ff .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view > .rv-link:after,
    .rv-ie11 .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view > .rv-link:after,
    .rv-safari .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view > .rv-link:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -0.6em;
        right: 0.333em;
        width: 1.333em;
        height: 1.333em;
    }

    .rv-webkit .rv-scheduler-toolbar > ul.rv-scheduler-views.rv-state-expanded > li,
    .rv-ff .rv-scheduler-toolbar > ul.rv-scheduler-views.rv-state-expanded > li,
    .rv-ie11 .rv-scheduler-toolbar > ul.rv-scheduler-views.rv-state-expanded > li,
    .rv-safari .rv-scheduler-toolbar > ul.rv-scheduler-views.rv-state-expanded > li,
    .rv-webkit .rv-scheduler-toolbar > ul.rv-scheduler-views.rv-state-expanded > li:first-child + li,
    .rv-ff .rv-scheduler-toolbar > ul.rv-scheduler-views.rv-state-expanded > li:first-child + li,
    .rv-ie11 .rv-scheduler-toolbar > ul.rv-scheduler-views.rv-state-expanded > li:first-child + li,
    .rv-safari .rv-scheduler-toolbar > ul.rv-scheduler-views.rv-state-expanded > li:first-child + li {
        display: block;
        border: 0;
        border-radius: 0;
    }

    .rv-webkit .rv-scheduler-toolbar > ul.rv-scheduler-views.rv-state-expanded,
    .rv-ff .rv-scheduler-toolbar > ul.rv-scheduler-views.rv-state-expanded,
    .rv-ie11 .rv-scheduler-toolbar > ul.rv-scheduler-views.rv-state-expanded,
    .rv-safari .rv-scheduler-toolbar > ul.rv-scheduler-views.rv-state-expanded {
        border: 1px solid #c5c5c5;
        background-color: #fff;
        background-image: none;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    }

    .rv-webkit .rv-rtl .rv-scheduler-toolbar > ul.rv-scheduler-views.rv-state-expanded,
    .rv-ff .rv-rtl .rv-scheduler-toolbar > ul.rv-scheduler-views.rv-state-expanded,
    .rv-ie11 .rv-rtl .rv-scheduler-toolbar > ul.rv-scheduler-views.rv-state-expanded,
    .rv-safari .rv-rtl .rv-scheduler-toolbar > ul.rv-scheduler-views.rv-state-expanded {
        text-align: left;
    }
}

@media only screen and (max-width: 480px) {
    .rv-webkit .rv-scheduler:not(.rv-scheduler-mobile) .rv-scheduler-toolbar li.rv-nav-current .rv-sm-date-format,
    .rv-ff .rv-scheduler:not(.rv-scheduler-mobile) .rv-scheduler-toolbar li.rv-nav-current .rv-sm-date-format,
    .rv-ie11 .rv-scheduler:not(.rv-scheduler-mobile) .rv-scheduler-toolbar li.rv-nav-current .rv-sm-date-format,
    .rv-safari .rv-scheduler:not(.rv-scheduler-mobile) .rv-scheduler-toolbar li.rv-nav-current .rv-sm-date-format {
        display: none;
    }

    .rv-webkit .rv-scheduler-timecolumn,
    .rv-ff .rv-scheduler-timecolumn,
    .rv-ie11 .rv-scheduler-timecolumn,
    .rv-safari .rv-scheduler-timecolumn {
        width: 5em;
    }

    .rv-webkit .rv-scheduler-datecolumn,
    .rv-ff .rv-scheduler-datecolumn,
    .rv-ie11 .rv-scheduler-datecolumn,
    .rv-safari .rv-scheduler-datecolumn {
        width: 6em;
        overflow: hidden;
    }

    .rv-webkit .rv-scheduler-timecolumn > div,
    .rv-ff .rv-scheduler-timecolumn > div,
    .rv-ie11 .rv-scheduler-timecolumn > div,
    .rv-safari .rv-scheduler-timecolumn > div,
    .rv-webkit .rv-scheduler-datecolumn > div,
    .rv-ff .rv-scheduler-datecolumn > div,
    .rv-ie11 .rv-scheduler-datecolumn > div,
    .rv-safari .rv-scheduler-datecolumn > div {
        white-space: normal;
    }
}

/* Remove scrollbars during PDF export */
.rv-scheduler-pdf-export {
    overflow: hidden;
}

.rv-pdf-export-shadow .rv-scheduler,
.rv-scheduler-pdf-export .rv-scheduler-content,
.rv-scheduler-pdf-export .rv-scheduler-times {
    height: auto !important;
    overflow: visible !important;
}

.rv-scheduler-pdf-export .rv-scheduler-header {
    padding: 0 !important;
}

.rv-scheduler-pdf-export .rv-scheduler-header-wrap {
    border-width: 0 !important;
}

.rv-scheduler-pdf-export .rv-scheduler-header .rv-scheduler-table,
.rv-scheduler-pdf-export .rv-scheduler-content .rv-scheduler-table {
    width: 100% !important;
}

/* Tooltip */
.rv-tooltip {
    position: absolute;
    z-index: 12000;
    border-style: solid;
    border-width: 0;
    padding: 5px 5px 5px 6px;
    background-repeat: repeat-x;
    min-width: 20px;
    /*slider tooltip only*/
    text-align: center;
    /*slider tooltip only*/
}

.rv-tooltip-button {
    text-align: right;
    height: 0;
}

.rv-tooltip-content {
    height: 100%;
}

.rv-tooltip-closable .rv-tooltip-content {
    padding-right: 20px;
}

span.rv-tooltip {
    position: static;
    display: inline-block;
    border-width: 1px;
    padding: 2px 5px 1px 6px;
}

.rv-invalid-msg {
    display: none;
}

.rv-callout {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    border-color: transparent;
}

.rv-callout-n {
    top: -12px;
    left: 50%;
}

.rv-callout-w {
    top: 50%;
    left: -12px;
}

.rv-callout-s {
    left: 50%;
    bottom: -12px;
}

.rv-callout-e {
    top: 50%;
    right: -12px;
}

.rv-slider-tooltip .rv-callout-n,
.rv-slider-tooltip .rv-callout-s {
    margin-left: -6px;
}

.rv-slider-tooltip .rv-callout-w,
.rv-slider-tooltip .rv-callout-e {
    margin-top: -6px;
}

.rv-tooltip-validation .rv-warning {
    vertical-align: text-top;
    margin-right: 3px;
}

.rv-tooltip-validation {
    z-index: 9999;
}

/* Toolbar */
.rv-toolbar {
    position: relative;
    display: block;
    vertical-align: middle;
    line-height: 2.9em;
}

.rv-toolbar .rv-button .rv-icon,
.rv-toolbar .rv-button .rv-sprite,
.rv-overflow-container .rv-button .rv-icon,
.rv-overflow-container .rv-button .rv-sprite {
    vertical-align: middle;
    margin-top: -7px;
    margin-bottom: -5px;
}

.rv-toolbar .rv-input {
    line-height: inherit;
    height: inherit;
    padding-top: 2px;
    padding-bottom: 2px;
}

.rv-toolbar .rv-input:before {
    content: "\a0";
    display: inline-block;
    width: 0;
}

.rv-ie .rv-toolbar .rv-input {
    height: 1.65em;
}

.rv-toolbar .rv-combobox .rv-dropdown-wrap:before,
.rv-toolbar .rv-picker-wrap:before,
.rv-toolbar .rv-numeric-wrap:before {
    display: none;
}

.rv-overflow-container .rv-sprite {
    margin-left: -4px;
}

.rv-toolbar-resizable {
    overflow: hidden;
    white-space: nowrap;
}

.rv-toolbar > .rv-align-left {
    float: none;
}

.rv-toolbar > .rv-align-right {
    float: right;
}

.rv-toolbar > *,
.rv-toolbar .rv-button {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.72em;
}

.rv-toolbar .rv-separator {
    border-width: 0 0 0 1px;
    border-style: solid;
    width: 1px;
    line-height: inherit;
}

.rv-toolbar .rv-button-group {
    list-style-type: none;
}

.rv-toolbar .rv-button-group > li {
    display: inline-block;
}

.rv-toolbar .rv-button-group .rv-button {
    margin: 0 0 0 -1px;
    border-radius: 0;
}

.rv-toolbar .rv-button,
.rv-toolbar .rv-split-button,
.rv-toolbar .rv-button-group,
.rv-toolbar .rv-widget,
.rv-toolbar .rv-textbox,
.rv-toolbar label,
.rv-toolbar .rv-separator {
    margin: 0 .2em;
    line-height: 1.72em;
    vertical-align: middle;
}

.rv-toolbar .rv-split-button {
    padding-left: 0;
}

.rv-toolbar .rv-split-button .rv-button,
.rv-toolbar .rv-button-group .rv-group-start {
    margin: 0;
}

.rv-toolbar .rv-split-button .rv-split-button-arrow {
    margin: 0 0 0 -1px;
}

.rv-toolbar .rv-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;
}

.rv-overflow-container .rv-item {
    float: none;
    border: 0;
}

.rv-overflow-container .rv-separator {
    border-width: 0 0 1px;
    border-style: solid;
    height: 1px;
    line-height: 0;
    font-size: 0;
    padding: 0;
}

.rv-overflow-container .rv-overflow-button,
.rv-split-container .rv-button {
    text-align: left;
    display: block;
    background: none;
    border-color: transparent;
    white-space: nowrap;
}

.rv-split-container {
    margin-top: -1px;
}

.rv-overflow-container .rv-button-group {
    padding: 0;
}

.rv-overflow-container .rv-button-group > li {
    display: block;
}

.rv-overflow-container .rv-overflow-group {
    border-width: 1px 0;
    border-style: solid;
    border-radius: 0;
    padding: 2px 0;
    margin: 1px 0;
}

.rv-overflow-container .rv-overflow-hidden {
    display: none;
}

.rv-overflow-container .rv-toolbar-first-visible,
.rv-overflow-container .rv-overflow-group + .rv-overflow-group,
.rv-overflow-container .rv-separator + .rv-overflow-group {
    border-top: 0;
    margin-top: 0;
    padding-top: 1px;
}

.rv-overflow-container .rv-overflow-group + .rv-separator {
    display: none;
}

.rv-overflow-container .rv-toolbar-last-visible {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 1px;
}

/* Splitter */
.rv-splitter {
    position: relative;
    height: 300px;
}

.rv-pane > .rv-splitter {
    border-width: 0;
    overflow: hidden;
}

.rv-splitter .rv-pane {
    overflow: hidden;
}

.rv-splitter .rv-scrollable {
    overflow: auto;
}

.rv-splitter .rv-pane-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
}

.rv-ghost-splitbar,
.rv-splitbar {
    position: absolute;
    border-style: solid;
    font-size: 0;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rv-splitter .rv-ghost-splitbar-horizontal,
.rv-splitter .rv-splitbar-horizontal {
    top: 0;
    width: 5px;
    border-width: 0 1px;
    background-repeat: repeat-y;
}

.rv-ghost-splitbar-vertical,
.rv-splitbar-vertical {
    left: 0;
    height: 5px;
    border-width: 1px 0;
    background-repeat: repeat-x;
}

.rv-splitbar-draggable-horizontal {
    cursor: w-resize;
}

.rv-splitbar-draggable-vertical {
    cursor: n-resize;
}

.rv-splitbar .rv-resize-handle {
    display: none;
}

.rv-restricted-size-horizontal,
.rv-restricted-size-vertical {
    background-color: #f00;
}

.rv-splitbar-horizontal .rv-icon {
    position: absolute;
    top: 50%;
    width: 5px;
    height: 20px;
    margin-top: -10px;
}

.rv-collapse-prev,
.rv-collapse-next,
.rv-expand-prev,
.rv-expand-next {
    cursor: pointer;
}

.rv-splitbar-horizontal .rv-collapse-prev {
    margin-top: -31px;
}

.rv-splitbar-horizontal .rv-collapse-next {
    margin-top: 11px;
}

.rv-splitbar-static-horizontal {
    width: 1px;
}

.rv-splitbar-static-vertical {
    height: 1px;
}

.rv-splitbar-vertical .rv-icon {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 5px;
    margin-left: -10px;
}

.rv-splitbar-vertical .rv-collapse-prev {
    margin-left: -31px;
}

.rv-splitbar-vertical .rv-collapse-next {
    margin-left: 11px;
}

.rv-splitbar-draggable-vertical .rv-resize-handle,
.rv-splitbar-draggable-horizontal .rv-resize-handle {
    display: inline-block;
}

.rv-splitbar-horizontal .rv-resize-handle {
    background-position: -165px -6px;
}

.rv-splitbar-horizontal-hover > .rv-resize-handle {
    background-position: -181px -6px;
}

.rv-splitbar-horizontal .rv-collapse-prev,
.rv-splitbar-horizontal .rv-expand-next {
    background-position: -6px -174px;
}

.rv-splitbar-horizontal-hover > .rv-collapse-prev,
.rv-splitbar-horizontal-hover > .rv-expand-next {
    background-position: -22px -174px;
}

.rv-splitbar-horizontal .rv-collapse-next,
.rv-splitbar-horizontal .rv-expand-prev {
    background-position: -5px -142px;
}

.rv-splitbar-horizontal-hover > .rv-collapse-next,
.rv-splitbar-horizontal-hover > .rv-expand-prev {
    background-position: -21px -142px;
}

.rv-splitbar-vertical .rv-resize-handle {
    background-position: -38px -309px;
}

.rv-splitbar-vertical-hover > .rv-resize-handle {
    background-position: -70px -309px;
}

.rv-splitbar-vertical .rv-collapse-prev,
.rv-splitbar-vertical .rv-expand-next {
    background-position: 2px -134px;
}

.rv-splitbar-vertical-hover > .rv-collapse-prev,
.rv-splitbar-vertical-hover > .rv-expand-next {
    background-position: -14px -134px;
}

.rv-splitbar-vertical .rv-collapse-next,
.rv-splitbar-vertical .rv-expand-prev {
    background-position: 2px -165px;
}

.rv-splitbar-vertical-hover > .rv-collapse-next,
.rv-splitbar-vertical-hover > .rv-expand-prev {
    background-position: -14px -165px;
}

.rv-splitter-resizing {
    overflow: hidden;
}

/* Upload */
html .rv-upload {
    position: relative;
}

.rv-dropzone em,
.rv-upload-button {
    vertical-align: middle;
}

.rv-dropzone,
.rv-file {
    position: relative;
}

.rv-dropzone {
    border-style: solid;
    border-width: 0;
    padding: .8em;
    background-color: transparent;
}

.rv-dropzone em {
    visibility: hidden;
    margin-left: .6em;
}

.rv-dropzone-active em {
    visibility: visible;
}

.rv-upload-button {
    position: relative;
    overflow: hidden;
    direction: ltr;
}

.rv-upload .rv-upload-button {
    min-width: 7.167em;
}

.rv-upload-sync .rv-upload-button,
.rv-ie8 .rv-upload-button,
.rv-ie9 .rv-upload-button {
    margin: .8em;
}

.rv-upload-button input {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    font: 170px monospace !important;
    /* critical for correct operation; larger values lead to ignoring or text layout problems in IE */
    filter: alpha(opacity=0);
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.rv-upload-files {
    margin: 0 0 .6em;
    line-height: 2.66;
    border-style: solid;
    border-width: 1px 0 0;
}

.rv-upload-files .rv-button {
    padding: 0;
}

.rv-upload-files .rv-button,
.rv-upload-status-total .rv-icon {
    margin-left: 8px;
}

.rv-upload .rv-fail {
    background-position: -161px -111px;
}

.rv-si-refresh {
    background-position: -160px -128px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-si-refresh,
.rv-state-hover > .rv-si-refresh,
.rv-state-hover > * > .rv-si-refresh,
.rv-button:not(.rv-state-disabled):hover .rv-si-refresh,
.rv-textbox:hover .rv-si-refresh,
.rv-button:active .rv-si-refresh {
    background-position: -176px -128px;
}

.rv-si-tick,
.rv-success {
    background-position: -160px -96px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-si-tick,
.rv-link:not(.rv-state-disabled):hover > .rv-success,
.rv-state-hover > .rv-si-tick,
.rv-state-hover > .rv-success,
.rv-state-hover > * > .rv-si-tick,
.rv-state-hover > * > .rv-success,
.rv-button:not(.rv-state-disabled):hover .rv-si-tick,
.rv-button:not(.rv-state-disabled):hover .rv-success,
.rv-textbox:hover .rv-si-tick,
.rv-textbox:hover .rv-success,
.rv-button:active .rv-si-tick,
.rv-button:active .rv-success {
    background-position: -176px -96px;
}

.rv-si-cancel {
    background-position: -160px -112px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-si-cancel,
.rv-state-hover > .rv-si-cancel,
.rv-state-hover > * > .rv-si-cancel,
.rv-button:not(.rv-state-disabled):hover .rv-si-cancel,
.rv-textbox:hover .rv-si-cancel,
.rv-button:active .rv-si-cancel {
    background-position: -176px -112px;
}

.rv-file {
    border-style: solid;
    border-width: 0 0 1px;
    padding: .167em .167em .167em .8em;
}

.rv-file .rv-icon {
    position: relative;
}

.rv-file > .rv-icon {
    background-position: -112px -288px;
}

.rv-link:not(.rv-state-disabled):hover > .rv-file > .rv-icon,
.rv-state-hover > .rv-file > .rv-icon,
.rv-state-hover > * > .rv-file > .rv-icon,
.rv-button:not(.rv-state-disabled):hover .rv-file > .rv-icon,
.rv-textbox:hover .rv-file > .rv-icon,
.rv-button:active .rv-file > .rv-icon {
    background-position: -128px -288px;
}

.rv-filename {
    position: relative;
    display: inline-block;
    min-width: 10em;
    max-width: 16.667em;
    vertical-align: middle;
    margin-left: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rv-upload-status {
    position: absolute;
    right: 12px;
}

.rv-upload-status .rv-button,
.rv-upload-status .rv-warning {
    vertical-align: text-bottom;
}

.rv-dropzone .rv-upload-status {
    line-height: 2.4;
}

.rv-ie8 .rv-upload-status-total {
    line-height: 29px;
}

.rv-upload-action {
    line-height: normal;
}

.rv-progress {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.rv-upload-selected {
    min-width: 7.167em;
    margin: 0.25em 0 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.rv-upload-selected,
.rv-upload-cancel {
    margin-bottom: .8em;
}

.rv-upload-selected {
    margin-left: .8em;
    margin-right: .2em;
}

/* ImageBrowser */
.rv-toolbar-wrap .rv-dropzone em,
.rv-toolbar-wrap .rv-upload-files {
    display: none;
}

.rv-toolbar-wrap .rv-dropzone {
    border: 0;
    padding: 0;
}

.rv-toolbar-wrap .rv-dropzone-active {
    text-align: center;
}

.rv-toolbar-wrap .rv-dropzone-active em {
    display: inline;
    margin: 0;
    font-size: 5em;
    font-style: normal;
}

.rv-toolbar-wrap .rv-dropzone-active .rv-upload-button {
    display: none;
}

.rv-filebrowser-dropzone {
    z-index: 10010;
    filter: alpha(opacity=40);
    opacity: .4;
    position: fixed;
}

.rv-search-wrap {
    position: relative;
    float: right;
    width: 20%;
    padding: 0;
}

.rv-search-wrap label {
    position: absolute;
    top: 0;
    left: 4px;
    line-height: 20px;
    font-style: italic;
}

.rv-search-wrap input.rv-input {
    padding-left: 0;
    padding-right: 0;
}

.rv-search-wrap .rv-search {
    position: absolute;
    top: 4px;
    right: 2px;
    margin: 0;
}

.rv-breadcrumbs {
    position: relative;
    float: left;
    width: 79%;
}

.rv-breadcrumbs-wrap {
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 1;
    padding-left: 5px;
    line-height: 18px;
}

.rv-breadcrumbs > .rv-input {
    width: 100%;
    font-size: inherit;
    font-family: inherit;
    border: 0;
}

.rv-breadcrumbs .rv-link,
.rv-breadcrumbs-wrap .rv-icon {
    margin-top: 0;
    text-decoration: none;
    vertical-align: middle;
    position: static;
}

.rv-breadcrumbs .rv-link:hover {
    text-decoration: underline;
}

.rv-filebrowser .rv-breadcrumbs .rv-i-seek-w {
    text-decoration: none;
    cursor: default;
}

.rv-filebrowser .rv-filebrowser-toolbar {
    border-style: solid;
    border-width: 1px;
    margin: 8px 0 0;
    padding: .25em;
    line-height: 23px;
    white-space: nowrap;
    /*required by WebKit*/
}

.rv-filebrowser .rv-filebrowser-toolbar .rv-button.rv-state-disabled {
    display: none;
}

.rv-filebrowser .rv-toolbar-wrap {
    float: left;
}

.rv-filebrowser .rv-tiles-arrange {
    float: right;
}

.rv-filebrowser .rv-tiles-arrange .rv-dropdown {
    width: 75px;
}

.rv-filebrowser .rv-upload {
    float: left;
    z-index: 10010;
    border-width: 0;
    background-color: transparent;
}

.rv-filebrowser .rv-upload .rv-upload-status {
    display: none;
}

.rv-filebrowser .rv-upload .rv-upload-button {
    width: auto;
    margin-left: 0;
    vertical-align: top;
}

.rv-filebrowser .rv-upload .rv-icon {
    vertical-align: bottom;
}

.rv-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;
}

.rv-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;
}

.rv-tiles li.rv-state-hover,
.rv-tiles li.rv-state-selected {
    background-position: 0 center;
}

.rv-filebrowser .rv-thumb {
    float: left;
    display: inline;
    width: 80px;
    height: 80px;
    margin: 4px 10px 0 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rv-filebrowser .rv-file {
    width: 80px;
    height: 80px;
}

.rv-filebrowser .rv-image {
    margin: 2px 0 0 2px;
}

.rv-filebrowser .rv-folder {
    width: 80px;
    height: 80px;
    background-position: 0 -200px;
    background-repeat: no-repeat;
}

.rv-filebrowser .rv-loading {
    margin: 35px 0 0 33px;
}

.rv-tile strong,
.rv-tile input {
    margin: 10px 0 4px;
    font-weight: normal;
}

.rv-tile strong {
    float: left;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rv-tile input {
    width: 100px;
}

.rv-tile strong,
.rv-tile input,
.rv-tile .rv-filesize {
    display: block;
}

.rv-filebrowser .rv-form-text-row {
    text-align: right;
}

.rv-filebrowser .rv-form-text-row label {
    width: 14%;
}

.rv-filebrowser .rv-form-text-row input {
    width: 80%;
}

.rv-tile-empty {
    margin: 160px 0 0;
}

.rv-tile-empty .rv-dialog-upload {
    font-weight: bold;
    font-size: 120%;
}

.rv-tile-empty strong {
    display: block;
    margin: 0 0 0.2em;
    font-size: 3em;
    font-weight: normal;
}

.rv-tile-empty,
.rv-tile-empty .rv-button-wrapper {
    text-align: center;
}

.rv-chart,
.rv-gauge,
.rv-sparkline,
.rv-stockchart {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rv-chart,
.rv-stockchart {
    height: 400px;
}

div.rv-chart,
div.rv-gauge,
span.rv-sparkline,
.rv-stockchart {
    background-color: transparent;
}

.rv-gauge {
    text-align: left;
    position: relative;
}

.rv-baseline-marker {
    zoom: 1;
    *display: inline;
}

.rv-chart-tooltip {
    border-radius: 4px;
    padding: 6px;
    white-space: nowrap;
    z-index: 12000;
    line-height: normal;
    background-repeat: repeat-x;
    background-position: 0 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAYAAADAQbwGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNJREFUeNpi/P//vwMDFQELEP8beQb+HTWQYgP/DHoD/466cAR4edRAyg38P6hLbIAAAwCnWhhVsxvdCAAAAABJRU5ErkJggg==);
    color: #fff;
}

.rv-chart-tooltip-inverse {
    color: #000;
}

.rv-chart-tooltip table {
    border-spacing: 0;
    border-collapse: collapse;
}

.rv-chart-tooltip th {
    width: auto;
    text-align: center;
    padding: 1px;
}

.rv-chart-tooltip td {
    width: auto;
    text-align: left;
    padding: .1em .2em;
}

/*Stock Charts*/
/* Selection */
.rv-selector {
    position: absolute;
    -webkit-transform: translateZ(0);
}

.rv-selection {
    position: absolute;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    border-bottom: 0;
    height: 100%;
}

.rv-selection-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.01);
    filter: alpha(opacity=1);
}

.rv-handle {
    background: #d2d2d2;
    width: 7px;
    height: 26px;
    cursor: e-resize;
    z-index: 1;
    border-radius: 6px;
    position: absolute;
}

.rv-handle div {
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.rv-leftHandle {
    left: -4px;
}

.rv-rightHandle {
    right: -4px;
}

.rv-leftHandle div {
    margin: -20px 0 0 -15px;
    padding: 40px 30px 0 0;
}

.rv-rightHandle div {
    margin: -20px 0 0 -15px;
    padding: 40px 0 0 30px;
}

.rv-mask {
    position: absolute;
    height: 100%;
    background-color: #fff;
    filter: alpha(opacity=80);
    opacity: 0.80;
}

.rv-border {
    background: #d2d2d2;
    width: 1px;
    height: 100%;
    position: absolute;
}

/* Navigator hint */
.rv-navigator-hint div {
    position: absolute;
}

.rv-navigator-hint .rv-scroll {
    position: absolute;
    height: 4px;
    border-radius: 4px;
    background: #d2d2d2;
}

.rv-navigator-hint .rv-tooltip {
    margin-top: 20px;
    min-width: 160px;
    opacity: 1;
    text-align: center;
    border: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    background: #fff;
}

/* Sparklines */
.rv-sparkline,
.rv-sparkline span {
    display: inline-block;
    vertical-align: top;
}

.rv-sparkline span {
    height: 100%;
    width: 100%;
}

/* Map */
.rv-map,
.rv-diagram {
    height: 600px;
}

.rv-map .km-scroll-wrapper,
.rv-diagram .km-scroll-wrapper {
    padding-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rv-map .km-scroll-wrapper,
.rv-diagram .km-scroll-wrapper,
.rv-map .km-scroll-container,
.rv-diagram .km-scroll-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.rv-map .rv-layer,
.rv-diagram .rv-layer {
    position: absolute;
    left: 0;
    top: 0;
}

.rv-map .km-touch-scrollbar,
.rv-diagram .km-touch-scrollbar {
    display: none;
}

.rv-map .rv-marker {
    position: absolute;
    width: 28px;
    height: 40px;
    margin: -40px 0 0 -14px;
    cursor: pointer;
}

.rv-map .rv-marker-pin {
    background-position: 0px 40px;
}

.rv-map .rv-marker-pin-target {
    background-position: 0px 0px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .rv-map .rv-marker {
        width: 56px;
        height: 80px;
        margin: -80px 0 0 -28px;
    }

    .rv-map .rv-marker-pin {
        background-position: 0px 80px;
    }
}

/* Control positions */
.rv-map .rv-pos-top {
    top: 0;
}

.rv-map .rv-pos-bottom {
    bottom: 0;
}

.rv-map .rv-pos-left {
    left: 0;
}

.rv-map .rv-pos-right {
    right: 0;
}

.rv-map-controls {
    position: absolute;
}

.rv-map-controls.rv-pos-left .rv-widget:first-child {
    margin-right: 0;
}

.rv-map-controls.rv-pos-right .rv-widget:first-child {
    margin-left: 0;
}

/* Map navigator */
.rv-navigator {
    width: 50px;
    height: 50px;
    margin: 20px;
    border-radius: 80px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.rv-pdf-export .rv-navigator {
    display: none;
}

.rv-navigator > button {
    border-color: transparent;
    background: none;
}

div.rv-navigator > .rv-button {
    margin: 0;
    padding: 0;
    line-height: 10px;
    border-radius: 16px;
    position: absolute;
    font-size: 1px;
    /*IE7*/
    line-height: 1px;
}

div.rv-navigator .rv-navigator-n {
    top: 2px;
    left: 50%;
    margin-left: -9px;
}

div.rv-navigator .rv-navigator-e {
    right: 2px;
    top: 50%;
    margin-top: -9px;
}

div.rv-navigator .rv-navigator-s {
    bottom: 2px;
    left: 50%;
    margin-left: -9px;
}

div.rv-navigator .rv-navigator-w {
    left: 2px;
    top: 50%;
    margin-top: -9px;
}

/* Attribution */
.rv-map .rv-attribution {
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 10px;
    padding: 2px 4px;
    z-index: 1000;
}

/* Zoom */
.rv-zoom-control {
    margin: 14px;
    vertical-align: middle;
}

.rv-pdf-export .rv-zoom-control {
    display: none;
}

.rv-button-wrap {
    border-radius: 4px;
    display: inline-block;
}

.rv-button-wrap .rv-button {
    position: relative;
    font: bold 17px/1.18 monospace;
}

.rv-buttons-horizontal :first-child {
    border-radius: 4px 0 0 4px;
}

.rv-buttons-horizontal :first-child + .rv-zoom-in {
    border-radius: 0;
    margin-left: -1px;
}

.rv-buttons-horizontal .rv-zoom-out {
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
}

.rv-button-wrap .rv-button:hover {
    z-index: 1;
}

.rv-buttons-vertical .rv-button {
    display: block;
}

.rv-buttons-vertical :first-child {
    border-radius: 4px 4px 0 0;
}

.rv-buttons-vertical .rv-zoom-out {
    border-radius: 0 0 4px 4px;
    margin-top: -1px;
}

.rv-zoom-text {
    margin: 0;
    width: 4.3em;
    vertical-align: top;
}

/* RTL */
.rv-rtl .rv-buttons-horizontal :first-child {
    border-radius: 0 4px 4px 0;
}

.rv-rtl .rv-buttons-horizontal :first-child + .rv-zoom-in {
    border-radius: 0;
    margin-left: 0;
    margin-right: -1px;
}

.rv-rtl .rv-buttons-horizontal .rv-zoom-out {
    border-radius: 4px 0 0 4px;
    margin-left: 0;
    margin-right: -1px;
}

/* Diagram */
.rv-diagram {
    height: 600px;
}

.rv-diagram .km-scroll-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.rv-diagram .km-scroll-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.rv-canvas-container {
    width: 100%;
    height: 100%;
}

/* IE8- */
.rv-diagram img {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/* TreeMap start */
.rv-treemap {
    overflow: hidden;
    height: 400px;
}

.rv-treemap-tile {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    margin: -1px 0 0 -1px;
    overflow: hidden;
}

.rv-treemap-tile.rv-leaf {
    padding: .6em;
}

.rv-treemap-wrap.rv-last > .rv-treemap-tile {
    padding: .3em;
}

.rv-treemap-tile.rv-state-hover,
.rv-treemap-tile.rv-state-hover:hover {
    z-index: 2;
    background-image: none;
}

.rv-treemap > .rv-treemap-tile {
    position: relative;
    height: 100%;
}

.rv-treemap-title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2.42em;
    height: 2.42em;
    padding: 0 .6em;
    white-space: nowrap;
}

.rv-treemap-wrap .rv-treemap-title {
    border-width: 0 0 1px;
    border-style: solid;
}

.rv-treemap-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.rv-treemap-title + .rv-treemap-wrap {
    top: 2.42em;
}

.rv-treemap-title-vertical {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2.42em;
    line-height: 2.42em;
    overflow: hidden;
    padding: .6em 0;
    white-space: nowrap;
}

.rv-treemap-title-vertical > div {
    position: absolute;
    top: 0;
    right: 1.23em;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.rv-treemap-title-vertical + .rv-treemap-wrap {
    left: 2.42em;
}

/* TreeMap end */
/* common mobile css */
.km-root,
.km-pane,
.km-pane-wrapper {
    width: 100%;
    height: 100%;
    -ms-touch-action: none;
    -ms-content-zooming: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -ms-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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    vertical-align: top;
}

.rv-ff .km-view,
.rv-ff .km-pane {
    overflow: hidden;
}

.rv-ff18 .km-view,
.rv-ff18 .km-pane,
.rv-ff19 .km-view,
.rv-ff19 .km-pane,
.rv-ff20 .km-view,
.rv-ff20 .km-pane,
.rv-ff21 .km-view,
.rv-ff21 .km-pane {
    position: relative;
}

.rv-ff .km-view {
    display: -moz-inline-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.km-content {
    min-height: 1px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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 .rv-animation-container,
.km-actionsheet-wrapper {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.km-shim .rv-animation-container {
    width: auto;
}

/* /common mobile css */
.km-pane-wrapper .rv-grid-edit-form > .km-header,
.km-pane-wrapper .rv-grid-column-menu > .km-header,
.km-pane-wrapper .rv-grid-filter-menu > .km-header,
.km-pane-wrapper .rv-scheduler-edit-form > .km-header {
    border-style: solid;
    border-width: 1px;
    padding: .3em .6em;
    text-align: center;
    width: auto;
    line-height: 2em;
}

.rv-ie .km-pane-wrapper .rv-scheduler > .rv-scheduler-toolbar,
.rv-ie .km-pane-wrapper .rv-scheduler > .rv-scheduler-footer {
    line-height: 2em;
}

.km-pane-wrapper .rv-grid-edit-form .rv-multiselect,
.km-pane-wrapper .rv-scheduler-edit-form .rv-multiselect {
    width: 15em;
}

.km-pane-wrapper .rv-grid-edit-form .rv-dropdown-wrap,
.km-pane-wrapper .rv-scheduler-edit-form .rv-dropdown-wrap {
    display: block;
}

.km-pane-wrapper .rv-grid-column-menu .rv-done,
.km-pane-wrapper .rv-grid-filter-menu .rv-submit,
.km-pane-wrapper .rv-grid-edit-form .rv-grid-update,
.km-pane-wrapper .rv-scheduler-edit-form .rv-scheduler-update {
    float: right;
}

.km-pane-wrapper .rv-grid-filter-menu .rv-cancel,
.km-pane-wrapper .rv-grid-edit-form .rv-grid-cancel,
.km-pane-wrapper .rv-scheduler-edit-form .rv-scheduler-cancel {
    float: left;
}

/* Actiosheet Styles */
.km-pane-wrapper .rv-scheduler-edit-form .rv-scheduler-delete,
*:not(.km-pane) > .km-shim .km-actionsheet .rv-button {
    display: block;
    text-align: center;
}

*:not(.km-pane) > .km-shim .km-actionsheet .rv-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 > .rv-animation-container {
    margin: 0 !important;
    padding: 0 !important;
    left: 0 !important;
}

/* Adaptive Grid */
.km-pane-wrapper > div.km-pane {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
}

.km-pane-wrapper .rv-popup-edit-form .km-content > .km-scroll-container,
.km-pane-wrapper .rv-grid-edit-form .km-content > .km-scroll-container,
.km-pane-wrapper .rv-grid-column-menu .km-content > .km-scroll-container,
.km-pane-wrapper .rv-grid-filter-menu .km-content > .km-scroll-container {
    position: absolute;
    width: 100%;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.km-pane-wrapper .rv-mobile-list .rv-edit-field {
    width: 74%;
}

.km-pane-wrapper .rv-grid-edit-form .rv-popup-edit-form,
.km-pane-wrapper .rv-grid-edit-form .rv-edit-form-container {
    width: auto;
}

.km-pane-wrapper .rv-filter-menu .rv-button {
    width: 100%;
    margin: 0;
}

.rv-grid-mobile {
    border-width: 0;
}

.rv-grid-mobile .rv-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;
}

.rv-grid-mobile .rv-resize-handle-inner:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 1px;
    width: 6px;
    height: 6px;
    background-position: -5px -53px;
}

.rv-grid-mobile .rv-resize-handle-inner:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1px;
    width: 6px;
    height: 6px;
    background-position: -5px -21px;
}

/* Adaptive Grid & Scheduler */
.km-pane-wrapper .km-pane * {
    -webkit-background-clip: border-box;
    background-clip: border-box;
}

.km-pane-wrapper .km-pane .rv-mobile-list,
.km-pane-wrapper .rv-mobile-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-radius: 0;
    background: none;
}

.km-pane-wrapper .km-switch {
    top: 50%;
    right: .8rem;
    position: absolute;
    margin-top: -1.1rem;
}

.km-pane-wrapper .rv-mobile-list .rv-state-disabled {
    opacity: 1;
}

.km-pane-wrapper .rv-mobile-list .rv-state-disabled > * {
    opacity: .7;
}

.km-pane-wrapper .rv-mobile-list .rv-item,
.km-pane-wrapper .rv-mobile-list .rv-item > .rv-link,
.km-pane-wrapper .rv-mobile-list .rv-item > .rv-label,
.km-pane-wrapper .rv-mobile-list .rv-edit-label {
    display: block;
    position: relative;
    list-style-type: none;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5em 0 .5em 1em;
    font-size: 1em;
}

.km-pane-wrapper .rv-edit-form-container,
.km-pane-wrapper .rv-scheduler-edit-form .km-scroll-container {
    padding-top: 1em;
    width: 100%;
}

.km-pane-wrapper .rv-mobile-list .rv-edit-label {
    position: absolute;
    margin: 0;
    float: none;
    clear: none;
    width: 100%;
}

.km-pane-wrapper .rv-mobile-list .rv-edit-field,
.km-pane-wrapper .rv-mobile-list .rv-edit-label label {
    display: block;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .1em 0;
    margin: 0;
}

.km-pane-wrapper .rv-mobile-list .rv-item,
.km-pane-wrapper .rv-mobile-list .rv-edit-field,
.km-pane-wrapper .rv-mobile-list .rv-edit-label {
    font-size: 1em;
    line-height: 1.6em;
    overflow: hidden;
}

.km-pane-wrapper .rv-mobile-list .rv-edit-field,
.km-pane-wrapper .rv-mobile-list .rv-edit-label {
    width: 100%;
    float: none;
    clear: none;
    min-height: 2.7em;
}

.km-pane-wrapper .km-header .rv-icon,
.km-pane-wrapper .rv-grid-toolbar .rv-icon,
.km-pane-wrapper .rv-grid-edit .rv-icon,
.km-pane-wrapper .rv-grid-delete .rv-icon {
    display: none;
}

.km-pane-wrapper .rv-mobile-list .rv-edit-field {
    padding: .5em 0;
}

.km-pane-wrapper .rv-mobile-list .rv-scheduler-toolbar {
    padding: .3em 0;
}

.km-pane-wrapper .rv-mobile-list .rv-scheduler-toolbar ul li {
    line-height: 2em;
}

.km-pane-wrapper .rv-mobile-list .rv-item > * {
    line-height: normal;
}

.km-pane-wrapper .rv-mobile-list .rv-edit-buttons,
.km-pane-wrapper .rv-mobile-list .rv-button-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5em 1em;
    margin: 0;
}

.km-pane-wrapper .rv-mobile-list > ul > li > .rv-link,
.km-pane-wrapper .rv-mobile-list .rv-filter-help-text > li > .rv-link,
.km-pane-wrapper .rv-mobile-list .rv-recur-view > .rv-edit-label:nth-child(3),
.km-pane-wrapper #recurrence .km-scroll-container > .rv-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 .rv-mobile-list .rv-recur-view > .rv-edit-label:nth-child(3),
.km-pane-wrapper #recurrence .km-scroll-container > .rv-edit-label:first-child {
    position: relative;
}

.km-pane-wrapper .rv-mobile-list .rv-item:first-child {
    border-top: 0;
}

.km-pane-wrapper .rv-mobile-list .rv-item:last-child {
    border-bottom: 0;
}

.km-pane-wrapper .rv-mobile-list .rv-item > .rv-link,
.km-pane-wrapper .rv-mobile-list .rv-item > .rv-label {
    line-height: inherit;
    text-decoration: none;
    margin: -0.5em 0 -0.5em -1em;
}

/* Mobile list form elements */
.rv-check[type=checkbox],
.rv-check[type=radio],
.rv-mobile-list .rv-edit-field [type=checkbox],
.rv-mobile-list .rv-edit-field [type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
}

.km-pane-wrapper .rv-mobile-list .rv-link .rv-check,
.km-pane-wrapper .rv-mobile-list .rv-label .rv-check,
.rv-mobile-list .rv-edit-field [type=checkbox],
.rv-mobile-list .rv-edit-field [type=radio] {
    border: 0;
    font-size: inherit;
    width: 13px;
    height: 13px;
    margin: .26em 1em .26em 0;
}

.rv-ie .km-pane-wrapper .rv-icon,
.rv-ie .km-pane-wrapper .rv-mobile-list .rv-link .rv-check,
.rv-ie .km-pane-wrapper .rv-mobile-list .rv-label .rv-check,
.rv-ie .rv-mobile-list .rv-edit-field [type=checkbox],
.rv-ie .rv-mobile-list .rv-edit-field [type=radio] {
    font-size: inherit;
    text-indent: -9999px;
    width: 1.01em;
    height: 1em;
}

.km-pane-wrapper .rv-column-menu .rv-label .rv-check {
    height: 16px;
    width: 16px;
}

.km-pane-wrapper .km-pane .rv-mobile-list input:not([type="checkbox"]):not([type="radio"]),
.km-pane-wrapper .km-pane .rv-mobile-list select:not([multiple]),
.km-pane-wrapper .km-pane .rv-mobile-list textarea,
.km-pane-wrapper .rv-mobile-list .rv-widget,
.km-pane-wrapper .rv-edit-field > *:not([type="checkbox"]):not([type="radio"]):not(.rv-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 .rv-mobile-list .rv-widget {
    border: 0;
    border-radius: 0;
}

.rv-ie .km-pane-wrapper .rv-mobile-list .rv-widget {
    height: initial;
}

.km-pane-wrapper .rv-mobile-list .rv-widget .rv-input,
.km-pane-wrapper .rv-mobile-list .rv-widget .rv-state-default {
    border: 0;
    background: transparent;
}

.km-pane-wrapper *:not(.rv-state-default):not(.rv-pager-input) > input:not([type="checkbox"]):not([type="radio"]),
.km-pane-wrapper .rv-mobile-list select:not([multiple]),
.km-pane-wrapper .rv-mobile-list textarea,
.km-pane-wrapper .rv-mobile-list .rv-widget,
.km-pane-wrapper .rv-edit-field > *:not([type="checkbox"]):not([type="radio"]):not(.rv-button) {
    width: 80%;
    padding: .6em 0;
    margin: -0.5em 0;
}

.km-pane-wrapper .km-pane .rv-mobile-list input,
.km-pane-wrapper .km-pane .rv-mobile-list select:not([multiple]),
.km-pane-wrapper .km-pane .rv-mobile-list textarea,
.km-pane-wrapper .rv-mobile-list .rv-widget,
.km-pane-wrapper .rv-mobile-list .rv-edit-field > * {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: right;
    z-index: 1;
    position: relative;
}

.km-pane-wrapper .km-pane .rv-mobile-list.rv-filter-menu .rv-space-right {
    padding: 10px;
    border-radius: 0;
}

.km-pane-wrapper .km-pane .rv-mobile-list.rv-filter-menu .rv-space-right > input {
    float: none;
    width: 100%;
    padding: 1px 0;
    margin: 0;
    border-radius: 3px;
    text-indent: 30px;
    border-width: 1px;
    border-style: solid;
}

.km-pane-wrapper .km-pane .rv-mobile-list.rv-filter-menu .rv-font-icon {
    position: absolute;
    left: 20px;
    z-index: 1;
}

.km-pane-wrapper .rv-scheduler-views {
    width: 18em;
}

.km-pane-wrapper .rv-mobile-list .rv-edit-field.rv-scheduler-toolbar {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: .5em 1em;
}

.km-pane-wrapper #recurrence .rv-scheduler-navigation {
    width: 100%;
}

.km-pane-wrapper .rv-scheduler-views,
.km-pane-wrapper .rv-mobile-list .rv-scheduler-navigation {
    display: table;
    table-layout: fixed;
}

.km-pane-wrapper .rv-scheduler-views li,
.km-pane-wrapper .rv-mobile-list .rv-scheduler-navigation li {
    display: table-cell;
    text-align: center;
}

.km-pane-wrapper .rv-mobile-list .rv-recur-view > .rv-edit-field .rv-check {
    margin: 0;
    padding-left: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.km-pane-wrapper .rv-mobile-list .rv-recur-view > .rv-edit-field .rv-check:first-child {
    margin-top: -0.5em;
}

.km-pane-wrapper .rv-mobile-list .rv-recur-view > .rv-edit-field .rv-check:last-child {
    margin-bottom: -0.5em;
}

.km-pane-wrapper .rv-mobile-list .rv-scheduler-timezones .rv-edit-field label.rv-check {
    text-indent: 1em;
}

.km-pane-wrapper .rv-mobile-list .rv-edit-field > .rv-button {
    margin-left: 20%;
    float: left;
}

.km-pane-wrapper .rv-mobile-list .rv-picker-wrap,
.km-pane-wrapper .rv-mobile-list .rv-numeric-wrap,
.km-pane-wrapper .rv-mobile-list .rv-dropdown-wrap {
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.km-pane-wrapper .rv-mobile-list .rv-datepicker .rv-select,
.km-pane-wrapper .rv-mobile-list .rv-datetimepicker .rv-select,
.km-pane-wrapper .rv-mobile-list .rv-numerictextbox .rv-select {
    position: absolute;
    top: 0;
    right: 0;
    line-height: normal;
}

.km-pane-wrapper .rv-mobile-list .rv-datepicker .rv-select:before,
.km-pane-wrapper .rv-mobile-list .rv-datetimepicker .rv-select:before {
    content: "\a0";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.km-pane-wrapper .rv-mobile-list .rv-numerictextbox .rv-link {
    height: 50%;
}

.km-pane-wrapper .rv-grid .rv-button,
.km-pane-wrapper .rv-edit-form-container .rv-button {
    margin: 0;
}

.km-pane-wrapper .rv-grid .rv-button + .rv-button,
.km-pane-wrapper .rv-edit-form-container .rv-button + .rv-button {
    margin: 0 0 0 .18em;
}

.km-pane-wrapper .rv-pager-numbers .rv-link,
.km-pane-wrapper .rv-pager-numbers .rv-state-selected,
.km-pane-wrapper .rv-pager-wrap > .rv-link {
    width: 2.4em;
    height: 2.4em;
    line-height: 2.1em;
    border-radius: 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.km-pane-wrapper .rv-pager-numbers .rv-link,
.km-pane-wrapper .rv-pager-numbers .rv-state-selected {
    width: auto;
    line-height: 2.2em;
    padding: 0 .86em;
    min-width: .7em;
}

.km-pane-wrapper .rv-pager-wrap {
    line-height: 2.4em;
}

@media all and (max-width: 1024px) {
    .km-pane-wrapper .rv-pager-nav + .rv-pager-nav ~ .rv-pager-nav {
        position: absolute;
        right: .3em;
        top: .3em;
    }

    .km-pane-wrapper .rv-pager-wrap .rv-pager-numbers + .rv-pager-nav,
    .km-pane-wrapper .rv-pager-nav:first-child + .rv-pager-nav + .rv-pager-nav {
        right: 3em;
    }

    .km-pane-wrapper .rv-pager-info,
    .km-pane-wrapper .rv-pager-refresh {
        display: none;
    }
}

@media all and (max-width: 699px), (-ms-high-contrast: active) and (-ms-high-contrast: none) and (max-width: 800px) {
    .km-pane-wrapper *:not(.rv-state-default):not(.rv-pager-input) > input:not([type="checkbox"]):not([type="radio"]),
    .km-pane-wrapper .rv-mobile-list select:not([multiple]),
    .km-pane-wrapper .rv-mobile-list textarea,
    .km-pane-wrapper .rv-mobile-list .rv-widget,
    .km-pane-wrapper .rv-edit-field > *:not([type="checkbox"]):not([type="radio"]):not(.rv-button) {
        width: 50%;
    }

    .km-pane-wrapper .rv-mobile-list .rv-edit-field > .rv-button {
        margin-left: 50%;
    }

    .km-pane-wrapper .rv-mobile-list .rv-edit-field > .rv-timezone-button {
        margin-left: 1em;
    }

    .km-pane-wrapper .rv-nav-today a {
        padding-left: .6em;
        padding-right: .6em;
    }

    .km-pane-wrapper li.rv-nav-current {
        margin-left: 0;
        margin-right: 0;
    }

    .km-pane-wrapper .rv-pager-wrap {
        position: relative;
    }

    .km-pane-wrapper .rv-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 .rv-pager-numbers li {
        float: none;
        display: inline-block;
    }

    .km-pane-wrapper .rv-pager-nav {
        float: left;
    }
}

.km-pane-wrapper .rv-mobile-list .rv-recur-view > .rv-edit-field .rv-check,
.km-pane-wrapper .rv-mobile-list .rv-edit-field > * > select:not([multiple]),
.km-pane-wrapper .rv-mobile-list .rv-scheduler-timezones .rv-edit-field label.rv-check {
    width: 100%;
}

/* Mobile Scroller */
.km-scroll-container {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-margin-collapse: separate;
    -webkit-transform: translatez(0);
}

.rv-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 0.3s linear;
    transition: opacity 0.3s linear;
    -webkit-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;
}

/* Responsive styles  */
@media only screen and (max-width: 1024px) {
    .rv-scheduler-toolbar > ul.rv-scheduler-views {
        position: absolute;
        right: 6px;
        top: 6px;
        z-index: 10000;
    }

    .rv-rtl .rv-scheduler-toolbar > ul.rv-scheduler-views {
        right: auto;
        left: 6px;
    }

    .rv-scheduler-toolbar > ul.rv-scheduler-views > li:not(.rv-current-view) {
        display: none;
    }

    .rv-scheduler-toolbar li.rv-nav-current .rv-lg-date-format {
        display: none;
    }

    .rv-scheduler-toolbar li.rv-nav-current .rv-sm-date-format {
        display: inline;
    }

    .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view {
        display: block;
        border-width: 1px;
    }

    .rv-rtl .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view {
        text-align: left;
        padding-left: 1em;
    }

    .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view > .rv-link {
        display: block;
        position: relative;
        padding-right: 2.5em;
        padding-left: 1em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .rv-rtl .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view > .rv-link {
        padding-left: 0;
    }

    .rv-scheduler-toolbar > ul.rv-scheduler-views > li.rv-current-view > .rv-link:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -0.6em;
        right: 0.333em;
        width: 1.333em;
        height: 1.333em;
    }

    .rv-scheduler-toolbar > ul.rv-scheduler-views.rv-state-expanded > li,
    .rv-scheduler-toolbar > ul.rv-scheduler-views.rv-state-expanded > li:first-child + li {
        display: block;
        border: 0;
        border-radius: 0;
    }

    .rv-scheduler-toolbar > ul.rv-scheduler-views.rv-state-expanded {
        border: 1px solid #c5c5c5;
        background-color: #fff;
        background-image: none;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    }

    .rv-rtl .rv-scheduler-toolbar > ul.rv-scheduler-views.rv-state-expanded {
        text-align: left;
    }
}

/* animation classes */
.rv-fx-end .rv-fx-next,
.rv-fx-end .rv-fx-current {
    -webkit-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
}

.rv-fx {
    position: relative;
}

.rv-fx .rv-fx-current {
    z-index: 0;
}

.rv-fx .rv-fx-next {
    z-index: 1;
}

.rv-fx-hidden,
.rv-fx-hidden * {
    visibility: hidden !important;
}

.rv-fx-reverse .rv-fx-current {
    z-index: 1;
}

.rv-fx-reverse .rv-fx-next {
    z-index: 0;
}

/* Zoom */
.rv-fx-zoom.rv-fx-start .rv-fx-next {
    -webkit-transform: scale(0) !important;
    -ms-transform: scale(0) !important;
    transform: scale(0) !important;
}

.rv-fx-zoom.rv-fx-end .rv-fx-next {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}

.rv-fx-zoom.rv-fx-reverse.rv-fx-start .rv-fx-next,
.rv-fx-zoom.rv-fx-reverse.rv-fx-end .rv-fx-next {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}

.rv-fx-zoom.rv-fx-reverse.rv-fx-start .rv-fx-current {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}

.rv-fx-zoom.rv-fx-reverse.rv-fx-end .rv-fx-current {
    -webkit-transform: scale(0) !important;
    -ms-transform: scale(0) !important;
    transform: scale(0) !important;
}

/* Fade */
.rv-fx-fade.rv-fx-start .rv-fx-next {
    will-change: opacity;
    opacity: 0;
}

.rv-fx-fade.rv-fx-end .rv-fx-next {
    opacity: 1;
}

.rv-fx-fade.rv-fx-reverse.rv-fx-start .rv-fx-current {
    will-change: opacity;
    opacity: 1;
}

.rv-fx-fade.rv-fx-reverse.rv-fx-end .rv-fx-current {
    opacity: 0;
}

/* Slide */
.rv-fx-slide {
    /* left */
    /* left reverse */
    /* right */
}

.rv-fx-slide.rv-fx-end .rv-fx-next .km-content,
.rv-fx-slide.rv-fx-end .rv-fx-next .km-header,
.rv-fx-slide.rv-fx-end .rv-fx-next .km-footer,
.rv-fx-slide.rv-fx-end .rv-fx-current .km-content,
.rv-fx-slide.rv-fx-end .rv-fx-current .km-header,
.rv-fx-slide.rv-fx-end .rv-fx-current .km-footer {
    -webkit-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
}

.rv-fx-slide.rv-fx-start .rv-fx-next .km-content {
    will-change: transform;
    -webkit-transform: translatex(100%);
    -ms-transform: translatex(100%);
    transform: translatex(100%);
}

.rv-fx-slide.rv-fx-start .rv-fx-next .km-header,
.rv-fx-slide.rv-fx-start .rv-fx-next .km-footer {
    will-change: opacity;
    opacity: 0;
}

.rv-fx-slide.rv-fx-end .rv-fx-current .km-content {
    -webkit-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    transform: translatex(-100%);
}

.rv-fx-slide.rv-fx-end .rv-fx-next .km-header,
.rv-fx-slide.rv-fx-end .rv-fx-next .km-footer {
    opacity: 1;
}

.rv-fx-slide.rv-fx-reverse.rv-fx-start .rv-fx-current .km-content {
    will-change: transform;
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
}

.rv-fx-slide.rv-fx-reverse.rv-fx-end .rv-fx-current .km-content {
    -webkit-transform: translatex(100%);
    -ms-transform: translatex(100%);
    transform: translatex(100%);
}

.rv-fx-slide.rv-fx-reverse.rv-fx-start .rv-fx-next .km-content {
    -webkit-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    transform: translatex(-100%);
}

.rv-fx-slide.rv-fx-reverse.rv-fx-end .rv-fx-next .km-content {
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
}

.rv-fx-slide.rv-fx-reverse.rv-fx-start .rv-fx-current .km-header,
.rv-fx-slide.rv-fx-reverse.rv-fx-start .rv-fx-current .km-footer {
    will-change: opacity;
    opacity: 1;
}

.rv-fx-slide.rv-fx-reverse.rv-fx-start .rv-fx-next .km-header,
.rv-fx-slide.rv-fx-reverse.rv-fx-start .rv-fx-next .km-footer {
    opacity: 1;
}

.rv-fx-slide.rv-fx-reverse.rv-fx-end .rv-fx-current .km-header,
.rv-fx-slide.rv-fx-reverse.rv-fx-end .rv-fx-current .km-footer {
    opacity: 0;
}

.rv-fx-slide.rv-fx-reverse.rv-fx-end .rv-fx-next .km-header,
.rv-fx-slide.rv-fx-reverse.rv-fx-end .rv-fx-next .km-footer {
    opacity: 1;
}

.rv-fx-slide.rv-fx-right {
    /* right reverse */
}

.rv-fx-slide.rv-fx-right.rv-fx-start .rv-fx-next .km-content {
    -webkit-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    transform: translatex(-100%);
}

.rv-fx-slide.rv-fx-right.rv-fx-end .rv-fx-current .km-content {
    -webkit-transform: translatex(100%);
    -ms-transform: translatex(100%);
    transform: translatex(100%);
}

.rv-fx-slide.rv-fx-right.rv-fx-reverse.rv-fx-start .rv-fx-current .km-content {
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
}

.rv-fx-slide.rv-fx-right.rv-fx-reverse.rv-fx-end .rv-fx-current .km-content {
    -webkit-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    transform: translatex(-100%);
}

.rv-fx-slide.rv-fx-right.rv-fx-reverse.rv-fx-start .rv-fx-next .km-content {
    -webkit-transform: translatex(100%);
    -ms-transform: translatex(100%);
    transform: translatex(100%);
}

.rv-fx-slide.rv-fx-right.rv-fx-reverse.rv-fx-end .rv-fx-next .km-content {
    -webkit-transform: translatex(0%);
    -ms-transform: translatex(0%);
    transform: translatex(0%);
}

/* Tile */
.rv-fx-tile {
    /* left */
    /* left reverse */
    /* right */
}

.rv-fx-tile.rv-fx-start .rv-fx-next {
    will-change: transform;
    -webkit-transform: translatex(100%);
    -ms-transform: translatex(100%);
    transform: translatex(100%);
}

.rv-fx-tile.rv-fx-end .rv-fx-current {
    -webkit-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    transform: translatex(-100%);
}

.rv-fx-tile.rv-fx-reverse.rv-fx-start .rv-fx-current {
    will-change: transform;
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
}

.rv-fx-tile.rv-fx-reverse.rv-fx-end .rv-fx-current {
    -webkit-transform: translatex(100%);
    -ms-transform: translatex(100%);
    transform: translatex(100%);
}

.rv-fx-tile.rv-fx-reverse.rv-fx-start .rv-fx-next {
    -webkit-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    transform: translatex(-100%);
}

.rv-fx-tile.rv-fx-reverse.rv-fx-end .rv-fx-next {
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
}

.rv-fx-tile.rv-fx-right {
    /* right reverse */
}

.rv-fx-tile.rv-fx-right.rv-fx-start .rv-fx-next {
    -webkit-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    transform: translatex(-100%);
}

.rv-fx-tile.rv-fx-right.rv-fx-end .rv-fx-current {
    -webkit-transform: translatex(100%);
    -ms-transform: translatex(100%);
    transform: translatex(100%);
}

.rv-fx-tile.rv-fx-right.rv-fx-reverse.rv-fx-start .rv-fx-current {
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
}

.rv-fx-tile.rv-fx-right.rv-fx-reverse.rv-fx-end .rv-fx-current {
    -webkit-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    transform: translatex(-100%);
}

.rv-fx-tile.rv-fx-right.rv-fx-reverse.rv-fx-start .rv-fx-next {
    -webkit-transform: translatex(100%);
    -ms-transform: translatex(100%);
    transform: translatex(100%);
}

.rv-fx-tile.rv-fx-right.rv-fx-reverse.rv-fx-end .rv-fx-next {
    -webkit-transform: translatex(0%);
    -ms-transform: translatex(0%);
    transform: translatex(0%);
}

/* Tile */
.rv-fx-tile {
    /* left */
    /* left reverse */
    /* right */
}

.rv-fx-tile.rv-fx-start .rv-fx-next {
    will-change: transform;
    -webkit-transform: translatex(100%);
    -ms-transform: translatex(100%);
    transform: translatex(100%);
}

.rv-fx-tile.rv-fx-end .rv-fx-current {
    -webkit-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    transform: translatex(-100%);
}

.rv-fx-tile.rv-fx-reverse.rv-fx-start .rv-fx-current {
    will-change: transform;
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
}

.rv-fx-tile.rv-fx-reverse.rv-fx-end .rv-fx-current {
    -webkit-transform: translatex(100%);
    -ms-transform: translatex(100%);
    transform: translatex(100%);
}

.rv-fx-tile.rv-fx-reverse.rv-fx-start .rv-fx-next {
    -webkit-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    transform: translatex(-100%);
}

.rv-fx-tile.rv-fx-reverse.rv-fx-end .rv-fx-next {
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
}

.rv-fx-tile.rv-fx-right {
    /* right reverse */
}

.rv-fx-tile.rv-fx-right.rv-fx-start .rv-fx-next {
    -webkit-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    transform: translatex(-100%);
}

.rv-fx-tile.rv-fx-right.rv-fx-end .rv-fx-current {
    -webkit-transform: translatex(100%);
    -ms-transform: translatex(100%);
    transform: translatex(100%);
}

.rv-fx-tile.rv-fx-right.rv-fx-reverse.rv-fx-start .rv-fx-current {
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
}

.rv-fx-tile.rv-fx-right.rv-fx-reverse.rv-fx-end .rv-fx-current {
    -webkit-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    transform: translatex(-100%);
}

.rv-fx-tile.rv-fx-right.rv-fx-reverse.rv-fx-start .rv-fx-next {
    -webkit-transform: translatex(100%);
    -ms-transform: translatex(100%);
    transform: translatex(100%);
}

.rv-fx-tile.rv-fx-right.rv-fx-reverse.rv-fx-end .rv-fx-next {
    -webkit-transform: translatex(0%);
    -ms-transform: translatex(0%);
    transform: translatex(0%);
}

/* Overlay */
.rv-fx.rv-fx-overlay.rv-fx-start .rv-fx-next,
.rv-fx.rv-fx-overlay.rv-fx-left.rv-fx-start .rv-fx-next {
    will-change: transform;
    -webkit-transform: translatex(100%);
    -ms-transform: translatex(100%);
    transform: translatex(100%);
}

.rv-fx.rv-fx-overlay.rv-fx-right.rv-fx-start .rv-fx-next {
    -webkit-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    transform: translatex(-100%);
}

.rv-fx.rv-fx-overlay.rv-fx-up.rv-fx-start .rv-fx-next {
    -webkit-transform: translatey(100%);
    -ms-transform: translatey(100%);
    transform: translatey(100%);
}

.rv-fx.rv-fx-overlay.rv-fx-down.rv-fx-start .rv-fx-next {
    -webkit-transform: translatey(-100%);
    -ms-transform: translatey(-100%);
    transform: translatey(-100%);
}

.rv-fx.rv-fx-overlay.rv-fx-reverse.rv-fx-start .rv-fx-next {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.rv-fx.rv-fx-overlay.rv-fx-reverse.rv-fx-start .rv-fx-current {
    will-change: transform;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.rv-fx.rv-fx-overlay.rv-fx-reverse.rv-fx-end .rv-fx-current,
.rv-fx.rv-fx-overlay.rv-fx-reverse.rv-fx-left.rv-fx-end .rv-fx-current {
    -webkit-transform: translatex(100%);
    -ms-transform: translatex(100%);
    transform: translatex(100%);
}

.rv-fx.rv-fx-overlay.rv-fx-reverse.rv-fx-right.rv-fx-end .rv-fx-current {
    -webkit-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    transform: translatex(-100%);
}

.rv-fx.rv-fx-overlay.rv-fx-reverse.rv-fx-up.rv-fx-end .rv-fx-current {
    -webkit-transform: translatey(100%);
    -ms-transform: translatey(100%);
    transform: translatey(100%);
}

.rv-fx.rv-fx-overlay.rv-fx-reverse.rv-fx-down.rv-fx-end .rv-fx-current {
    -webkit-transform: translatey(-100%);
    -ms-transform: translatey(-100%);
    transform: translatey(-100%);
}

/* Virtual List */
.rv-virtual-wrap {
    position: relative;
}

.rv-virtual-wrap .rv-list.rv-virtual-list {
    height: auto;
}

.rv-virtual-content {
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    position: relative;
}

.rv-virtual-list > .rv-virtual-content {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.rv-virtual-option-label {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.rv-virtual-wrap > .rv-virtual-header {
    text-align: right;
}

.rv-popup .rv-item.rv-first {
    position: relative;
}

.rv-virtual-content > .rv-virtual-list > .rv-virtual-item {
    position: absolute;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
}

.rv-popup .rv-list .rv-item > .rv-group,
.rv-popup > .rv-group-header,
.rv-popup > .rv-virtual-wrap > .rv-group-header {
    text-transform: uppercase;
    font-size: .857em;
}

.rv-popup .rv-list .rv-item > .rv-group {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 .5em;
    line-height: 1.8;
}

.rv-popup .rv-state-hover > .rv-group {
    right: -1px;
}

.rv-virtual-item.rv-first,
.rv-group-header + .rv-list > .rv-item.rv-first,
.rv-static-header + .rv-list > .rv-item.rv-first {
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 0;
}

.rv-popup > .rv-group-header,
.rv-popup > .rv-virtual-wrap > .rv-group-header {
    text-align: right;
}

@font-face {
    font-family: 'KendoUIGlyphs';
    src: url('/assets/reveal-ui/fonts/glyphs/KendoUIGlyphs.eot?y6oa7j');
    src: url('/assets/reveal-ui/fonts/glyphs/KendoUIGlyphs.eot?y6oa7j?#iefix') format('embedded-opentype'), url('/assets/reveal-ui/fonts/glyphs/KendoUIGlyphs.ttf?y6oa7j') format('truetype'), url('/assets/reveal-ui/fonts/glyphs/KendoUIGlyphs.woff?y6oa7j') format('woff'), url('/assets/reveal-ui/fonts/glyphs/KendoUIGlyphs.svg?y6oa7j#KendoUIGlyphs') format('svg');
    font-weight: normal;
    font-style: normal;
}

.rv-i-arrow-n:before {
    content: "\e600";
}

.rv-i-arrow-e:before {
    content: "\e601";
}

.rv-i-arrow-s:before {
    content: "\e602";
}

.rv-i-arrow-w:before {
    content: "\e603";
}

.rv-i-seek-n:before {
    content: "\e604";
}

.rv-i-seek-e:before {
    content: "\e605";
}

.rv-i-seek-s:before {
    content: "\e606";
}

.rv-i-seek-w:before {
    content: "\e607";
}

.rv-i-sarrow-n:before {
    content: "\e608";
}

.rv-i-sarrow-e:before {
    content: "\e609";
}

.rv-i-sarrow-s:before {
    content: "\e60a";
}

.rv-i-sarrow-w:before {
    content: "\e60b";
}

.rv-i-expand-n:before {
    content: "\e60c";
}

.rv-i-expand-e:before {
    content: "\e60d";
}

.rv-i-expand-s:before {
    content: "\e60e";
}

.rv-i-expand-w:before {
    content: "\e60f";
}

.rv-i-collapse-ne:before {
    content: "\e610";
}

.rv-i-collapse-se:before {
    content: "\e611";
}

.rv-i-collapse-sw:before {
    content: "\e612";
}

.rv-i-collapse-nw:before {
    content: "\e613";
}

.rv-i-resize-ne:before {
    content: "\e614";
}

.rv-i-resize-se:before {
    content: "\e615";
}

.rv-i-resize-sw:before {
    content: "\e616";
}

.rv-i-resize-nw:before {
    content: "\e617";
}

.rv-i-arrowhead-n:before {
    content: "\e618";
}

.rv-i-arrowhead-e:before {
    content: "\e619";
}

.rv-i-arrowhead-s:before {
    content: "\e61a";
}

.rv-i-arrowhead-w:before {
    content: "\e61b";
}

.rv-i-pencil:before {
    content: "\e61c";
}

.rv-i-x:before {
    content: "\e61d";
}

.rv-i-checkmark:before {
    content: "\e61e";
}

.rv-i-deny:before {
    content: "\e61f";
}

.rv-i-trash:before {
    content: "\e620";
}

.rv-i-plus:before {
    content: "\e621";
}

.rv-i-splus:before {
    content: "\e622";
}

.rv-i-minus:before {
    content: "\e623";
}

.rv-i-sminus:before {
    content: "\e624";
}

.rv-i-filter:before {
    content: "\e625";
}

.rv-i-filter-clear:before {
    content: "\e626";
}

.rv-i-refresh:before {
    content: "\e627";
}

.rv-i-refresh-clear:before {
    content: "\e628";
}

.rv-i-restore:before {
    content: "\e629";
}

.rv-i-maximize:before {
    content: "\e62a";
}

.rv-i-minimize:before {
    content: "\e62b";
}

.rv-i-pin:before {
    content: "\e62c";
}

.rv-i-unpin:before {
    content: "\e62d";
}

.rv-i-calendar:before {
    content: "\e62e";
}

.rv-i-clock:before {
    content: "\e62f";
}

.rv-i-search:before {
    content: "\e630";
}

.rv-i-zoom-in:before {
    content: "\e631";
}

.rv-i-zoom-out:before {
    content: "\e632";
}

.rv-i-print:before {
    content: "\e633";
}

.rv-i-folder-add:before {
    content: "\e634";
}

.rv-i-folder-up:before {
    content: "\e635";
}

.rv-i-folder-open:before {
    content: "\e634";
}

.rv-i-insert-image:before {
    content: "\e636";
}

.rv-i-image:before {
    content: "\e637";
}

.rv-i-insert-file:before {
    content: "\e638";
}

.rv-i-file:before {
    content: "\e639";
}

.rv-i-files:before {
    content: "\e63a";
}

.rv-i-pdf:before {
    content: "\e63b";
}

.rv-i-pdfa:before {
    content: "\e68d";
}

.rv-i-xls:before {
    content: "\e63c";
}

.rv-i-xlsa:before {
    content: "\e63d";
}

.rv-i-lock:before {
    content: "\e63e";
}

.rv-i-unlock:before {
    content: "\e63f";
}

.rv-i-rows:before {
    content: "\e640";
}

.rv-i-columns:before {
    content: "\e641";
}

.rv-i-hamburger:before {
    content: "\e642";
}

.rv-i-vbars:before {
    content: "\e643";
}

.rv-i-hbars:before {
    content: "\e644";
}

.rv-i-move:before {
    content: "\e645";
}

.rv-i-group:before {
    content: "\e646";
}

.rv-i-ungroup:before {
    content: "\e647";
}

.rv-i-dimension:before {
    content: "\e648";
}

.rv-i-connector:before {
    content: "\e649";
}

.rv-i-kpi:before {
    content: "\e64a";
}

.rv-i-undo:before {
    content: "\e64b";
}

.rv-i-redo:before {
    content: "\e64c";
}

.rv-i-undo-large:before {
    content: "\e64d";
}

.rv-i-redo-large:before {
    content: "\e64e";
}

.rv-i-rotate-ccw:before {
    content: "\e64f";
}

.rv-i-rotate-cw:before {
    content: "\e650";
}

.rv-i-cut:before {
    content: "\e651";
}

.rv-i-copy:before {
    content: "\e652";
}

.rv-i-paste:before {
    content: "\e653";
}

.rv-i-bold:before {
    content: "\e654";
}

.rv-i-italic:before {
    content: "\e655";
}

.rv-i-underline:before {
    content: "\e656";
}

.rv-i-strike-through:before {
    content: "\e657";
}

.rv-i-text:before {
    content: "\e658";
}

.rv-i-font-size:before {
    content: "\e68e";
}

.rv-i-font-family:before {
    content: "\e68f";
}

.rv-i-fx:before {
    content: "\e659";
}

.rv-i-subscript:before {
    content: "\e65a";
}

.rv-i-superscript:before {
    content: "\e65b";
}

.rv-i-background:before {
    content: "\e65c";
}

.rv-i-sum:before {
    content: "\e65d";
}

.rv-i-increase-decimal:before {
    content: "\e65e";
}

.rv-i-decrease-decimal:before {
    content: "\e65f";
}

.rv-i-justify-left:before {
    content: "\e660";
}

.rv-i-justify-center:before {
    content: "\e661";
}

.rv-i-justify-right:before {
    content: "\e662";
}

.rv-i-justify-full:before {
    content: "\e663";
}

.rv-i-justify-clear:before {
    content: "\e664";
}

.rv-i-align-top:before {
    content: "\e665";
}

.rv-i-align-middle:before {
    content: "\e666";
}

.rv-i-align-bottom:before {
    content: "\e667";
}

.rv-i-indent:before {
    content: "\e668";
}

.rv-i-outdent:before {
    content: "\e669";
}

.rv-i-insert-n:before {
    content: "\e66a";
}

.rv-i-insert-m:before {
    content: "\e66b";
}

.rv-i-insert-s:before {
    content: "\e66c";
}

.rv-i-insert-unordered-list:before {
    content: "\e66d";
}

.rv-i-insert-ordered-list:before {
    content: "\e66e";
}

.rv-i-sort-asc:before {
    content: "\e66f";
}

.rv-i-sort-desc:before {
    content: "\e670";
}

.rv-i-unsort:before {
    content: "\e671";
}

.rv-i-hyperlink:before {
    content: "\e672";
}

.rv-i-hyperlinrv-remove:before {
    content: "\e673";
}

.rv-i-clearformat:before {
    content: "\e674";
}

.rv-i-html:before {
    content: "\e675";
}

.rv-i-exception:before {
    content: "\e676";
}

.rv-i-custom:before {
    content: "\e677";
}

.rv-i-cog:before {
    content: "\e678";
}

.rv-i-create-table:before {
    content: "\e679";
}

.rv-i-add-column-left:before {
    content: "\e67a";
}

.rv-i-add-column-right:before {
    content: "\e67b";
}

.rv-i-delete-column:before {
    content: "\e67c";
}

.rv-i-add-row-above:before {
    content: "\e67d";
}

.rv-i-add-row-below:before {
    content: "\e67e";
}

.rv-i-delete-row:before {
    content: "\e67f";
}

.rv-i-merge-cells:before {
    content: "\e680";
}

.rv-i-normal-layout:before {
    content: "\e681";
}

.rv-i-page-layout:before {
    content: "\e682";
}

.rv-i-all-borders:before {
    content: "\e683";
}

.rv-i-inside-borders:before {
    content: "\e684";
}

.rv-i-inside-horizontal-borders:before {
    content: "\e685";
}

.rv-i-inside-vertical-borders:before {
    content: "\e686";
}

.rv-i-outside-borders:before {
    content: "\e687";
}

.rv-i-top-border:before {
    content: "\e688";
}

.rv-i-right-border:before {
    content: "\e689";
}

.rv-i-bottom-border:before {
    content: "\e68a";
}

.rv-i-left-border:before {
    content: "\e68b";
}

.rv-i-no-borders:before {
    content: "\e68c";
}

.rv-i-merge-horizontally:before {
    content: "\e690";
}

.rv-i-merge-vertically:before {
    content: "\e691";
}

.rv-i-text-wrap:before {
    content: "\e692";
}

.rv-i-dollar:before {
    content: "\e693";
}

.rv-i-percent:before {
    content: "\e694";
}

.rv-i-freeze-col:before {
    content: "\e695";
}

.rv-i-freeze-row:before {
    content: "\e696";
}

.rv-i-freeze-panes:before {
    content: "\e697";
}

.rv-i-format-number:before {
    content: "\e698";
}

.rv-i-reset-color:before {
    content: "\e900";
}

.rv-i-file-horizontal:before {
    content: "\e901";
}

.rv-i-folder:before {
    content: "\e902";
}

.rv-i-folder-open:before {
    content: "\e903";
}

.rv-spreadsheet {
    width: 800px;
    height: 600px;
    position: relative;
    border-width: 1px;
    border-style: solid;
    cursor: default;
}

.rv-spreadsheet .rv-spreadsheet-pane {
    padding-right: 1px;
    position: absolute;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rv-spreadsheet .rv-spreadsheet-pane.rv-top {
    border-top-width: 0;
}

.rv-spreadsheet .rv-spreadsheet-pane.rv-left {
    border-left-width: 0;
}

.rv-spreadsheet .rv-spreadsheet-pane .rv-spreadsheet-cell {
    position: absolute;
    white-space: pre;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 1px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.rv-spreadsheet .rv-spreadsheet-vaxis,
.rv-spreadsheet .rv-spreadsheet-haxis {
    position: absolute;
    border-style: solid;
}

.rv-spreadsheet .rv-spreadsheet-vaxis {
    top: 0;
    border-width: 0 0 0 1px;
}

.rv-spreadsheet .rv-spreadsheet-haxis {
    left: 0;
    border-width: 1px 0 0;
}

.rv-spreadsheet .rv-spreadsheet-data,
.rv-spreadsheet .rv-merged-cells-wrapper,
.rv-spreadsheet .rv-selection-wrapper,
.rv-spreadsheet .rv-spreadsheet-active-cell {
    cursor: cell;
}

.rv-spreadsheet .rv-filter-range,
.rv-spreadsheet .rv-spreadsheet-selection {
    border-width: 1px;
    border-style: solid;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rv-spreadsheet .rv-spreadsheet-active-cell {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rv-spreadsheet .rv-spreadsheet-formula-bar {
    border-width: 0 1px 1px;
    border-style: solid;
    padding-left: 31px;
    position: relative;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
}

.rv-spreadsheet .rv-spreadsheet-formula-bar:before {
    background-image: none;
    font-family: 'KendoUIGlyphs';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.3em;
    line-height: 1;
    opacity: 1;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e659";
    display: block;
    height: 20px;
    top: 3px;
    border-width: 0 1px 0 0;
    border-style: solid;
    position: absolute;
    width: 24px;
    margin-left: -24px;
}

.rv-spreadsheet .rv-spreadsheet-formula-bar:after {
    content: "";
    display: block;
    border-width: 0 0 1px;
    border-style: solid;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.rv-spreadsheet .rv-spreadsheet-formula-input {
    outline: none;
    border-width: 0;
    height: 26px;
    line-height: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: pre;
    padding: 3px 0.5em 0;
}

.rv-spreadsheet .rv-spreadsheet-cell-editor {
    position: absolute;
    display: none;
    padding: 0 3px;
    line-height: 20px;
    z-index: 2000;
    overflow: hidden;
}

.rv-spreadsheet > .rv-spreadsheet-view {
    position: relative;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
}

.rv-spreadsheet .rv-tabstrip-wrapper {
    position: relative;
    line-height: 1.7em;
}

.rv-spreadsheet .rv-tabstrip-wrapper .rv-tabstrip-items {
    padding: 0.3em 0 0;
}

.rv-spreadsheet .rv-spreadsheet-quicrv-access-toolbar {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 0.3em 0.3em 0;
}

.rv-spreadsheet .rv-spreadsheet-quicrv-access-toolbar .rv-button {
    padding: .3em;
    line-height: 1.4em;
}

.rv-spreadsheet .rv-merged-cells-wrapper,
.rv-spreadsheet .rv-selection-wrapper,
.rv-spreadsheet .rv-filter-wrapper,
.rv-spreadsheet .rv-spreadsheet-row-header {
    position: relative;
}

.rv-spreadsheet .rv-spreadsheet-column-header {
    position: absolute;
}

.rv-spreadsheet .rv-spreadsheet-sheets-bar {
    border-width: 1px 0 0;
}

.rv-spreadsheet .rv-vertical-align-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.rv-spreadsheet .rv-vertical-align-bottom {
    position: relative;
    top: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.rv-spreadsheet .rv-dirty {
    position: absolute;
    top: 0;
    right: 0;
    margin: -2px 0 0 -7px;
    border-width: 4px;
    border-color: #f00 #f00 transparent transparent;
}

.rv-spreadsheet .rv-single-selection::after {
    content: " ";
    height: 6px;
    width: 6px;
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    margin-bottom: -5px;
    margin-right: -5px;
    border-width: 1px;
    border-style: solid;
    z-index: 100;
    cursor: crosshair;
}

.rv-spreadsheet .rv-auto-fill,
.rv-spreadsheet .rv-auto-fill-punch {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rv-spreadsheet .rv-auto-fill {
    border-width: 1px;
    border-style: solid;
    cursor: crosshair;
}

.rv-spreadsheet .rv-auto-fill-wrapper {
    position: relative;
}

.rv-font-icon,
.rv-font-icon.rv-icon,
.rv-font-icon.rv-tool-icon {
    font-family: 'KendoUIGlyphs';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.3em;
    line-height: 1;
    opacity: 1;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: none;
    font-size: 16px;
}

.rv-spreadsheet .rv-colorpicker .rv-tool-icon {
    overflow: visible;
}

.rv-button.rv-reset-color,
.rv-button.rv-custom-color {
    display: block;
    width: 100%;
    border-radius: 0;
    border: none;
    text-align: left;
    line-height: 2em;
}

.rv-spreadsheet-colorpicker .rv-colorpalette {
    border: 1px solid #dbdbdb;
    border-left: none;
    border-right: none;
    padding: 0.4em;
}

.rv-spreadsheet-filter {
    position: absolute;
    cursor: pointer;
}

.rv-spreadsheet-sample {
    float: right;
}

.rv-spreadsheet-clipboard-paste,
.rv-spreadsheet-clipboard {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0;
    width: 1px;
    height: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

textarea.rv-spreadsheet-clipboard {
    position: fixed;
}

.rv-spreadsheet-top-corner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    border-width: 0 1px 1px 0;
    border-style: solid;
}

.rv-spreadsheet-top-corner:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    border-width: 6px;
    border-style: solid;
}

.rv-spreadsheet-scroller {
    width: 100%;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    z-index: 1;
}

.rv-spreadsheet-fixed-container {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rv-spreadsheet-view-size {
    position: relative;
}

.rv-spreadsheet-column-header,
.rv-spreadsheet-row-header {
    text-align: center;
}

.rv-spreadsheet-column-header .rv-spreadsheet-cell,
.rv-spreadsheet-row-header .rv-spreadsheet-cell {
    border-style: solid;
    border-width: 0 1px 1px 0;
}

.rv-spreadsheet-window .rv-root-tabs {
    border-width: 0;
    margin: -1em -1em 0;
    padding: .5em 1em 0;
}

.rv-spreadsheet-window .rv-root-tabs .rv-loading {
    display: none;
}

.rv-spreadsheet-window .rv-list-wrapper {
    padding: .15em 0;
    border-width: 1px;
    border-style: solid;
    height: 190px;
}

.rv-spreadsheet-window .rv-list .rv-item {
    border-radius: 0;
    padding: .5em .6em .4em .6em;
    cursor: pointer;
    line-height: 1.1em;
}

.rv-spreadsheet-window .rv-format-filter {
    width: 100%;
}

.rv-spreadsheet-window .rv-format-filter + .rv-group-header + .rv-list-wrapper {
    margin-top: 1em;
}

.rv-spreadsheet-window .rv-action-buttons {
    padding: 1em;
}

.rv-spreadsheet-window .rv-edit-label {
    width: 20%;
}

.rv-spreadsheet-window .rv-edit-field {
    width: 70%;
}

.rv-spreadsheet-window .rv-edit-field .rv-textbox,
.rv-spreadsheet-window .rv-edit-field .rv-dropdown {
    width: 100%;
}

.rv-spreadsheet-window .export-config {
    border-width: 1px 0 0;
    border-style: solid;
    padding: 1em;
    margin: 0 -1em;
}

.rv-spreadsheet-window .export-config .rv-edit-field {
    width: 40%;
    float: left;
    margin-left: 30px;
}

.rv-spreadsheet-window .rv-edit-field > input[type="radio"] {
    display: inline;
    opacity: 0;
    width: 0;
    margin: 0;
}

.rv-spreadsheet-window .rv-edit-field > .rv-orientation-label {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-width: 1px;
    border-style: solid;
}

.rv-spreadsheet-window .rv-edit-field > .rv-orientation-label:before {
    font-family: 'KendoUIGlyphs';
    font-size: 16px;
}

.rv-spreadsheet-window .rv-orientation-portrait-label:before {
    content: "\e639";
}

.rv-spreadsheet-window .rv-orientation-landscape-label:before {
    content: "\e901";
}

.rv-spreadsheet-window .rv-page-orientation {
    position: absolute;
    right: 4em;
    top: 22%;
    width: 64px;
    height: 92px;
    border-width: 1px;
    border-style: solid;
}

.rv-spreadsheet-window .rv-page-orientation:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 3px;
    border-style: solid;
    margin-top: -1px;
    margin-right: -1px;
}

.rv-spreadsheet-window .rv-page-landscape {
    top: 26%;
    width: 92px;
    height: 64px;
}

.rv-spreadsheet-window .rv-margins-horizontal {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 62px;
    border-width: 1px 0;
    border-style: solid;
}

.rv-spreadsheet-window .rv-margins-vertical {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 34px;
    height: 100%;
    border-width: 0 1px;
    border-style: solid;
}

.rv-spreadsheet-window .rv-page-landscape .rv-margins-horizontal {
    height: 34px;
}

.rv-spreadsheet-window .rv-page-landscape .rv-margins-vertical {
    width: 62px;
}

.rv-spreadsheet-window .export-config:after,
.rv-spreadsheet-window > div:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.rv-spreadsheet-format-cells .rv-spreadsheet-preview {
    font-weight: bold;
    text-align: center;
    font-size: 1.16em;
    line-height: 3.64em;
    margin: 0 -0.863em 0.72em;
    border-style: solid;
    border-width: 1px 0;
}

.rv-spreadsheet-border-palette {
    width: 153px;
}

.rv-spreadsheet-border-palette .rv-spreadsheet-border-type-palette .rv-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
}

.rv-spreadsheet-border-palette .rv-colorpalette {
    vertical-align: bottom;
}

.rv-spreadsheet-popup .rv-separator {
    width: 1px;
    height: 1.8em;
    vertical-align: middle;
    display: inline-block;
}

.rv-spreadsheet-popup .rv-colorpalette {
    vertical-align: top;
}

.rv-spreadsheet-popup .rv-button.rv-button-icon {
    padding: 0.6em;
    border-width: 0;
    border-radius: 0;
}

.rv-spreadsheet-popup .rv-button.rv-button-icontext {
    display: block;
    text-align: left;
    text-transform: initial;
    padding: 0.3em 1.5em 0.3em 0.9em;
    border-width: 0;
    border-radius: 0;
}

.rv-spreadsheet-filter-menu {
    width: 280px;
}

.rv-spreadsheet-filter-menu > .rv-menu {
    border-width: 0;
}

.rv-spreadsheet-filter-menu > .rv-menu .rv-link {
    padding-left: 26px;
}

.rv-spreadsheet-filter-menu > .rv-menu .rv-icon.rv-font-icon {
    margin-left: -26px;
    width: 26px;
}

.rv-spreadsheet-filter-menu .rv-spreadsheet-value-treeview-wrapper {
    height: 200px;
    overflow-y: scroll;
    overflow-x: auto;
    border-width: 1px;
    border-style: solid;
}

.rv-spreadsheet-filter-menu .rv-spreadsheet-value-treeview-wrapper .rv-treeview {
    overflow: visible;
    padding: 6px 7px;
}

.rv-spreadsheet-filter-menu .rv-details {
    border-top-width: 1px;
    border-top-style: solid;
    padding: 4px 0;
}

.rv-spreadsheet-filter-menu .rv-details-summary {
    cursor: pointer;
    line-height: 26px;
}

.rv-spreadsheet-filter-menu .rv-details-summary .rv-icon {
    margin: 0 5px;
}

.rv-spreadsheet-filter-menu .rv-details-content {
    padding: 0 8px 0 26px;
}

.rv-spreadsheet-filter-menu .rv-details-content > .rv-textbox,
.rv-spreadsheet-filter-menu .rv-details-content > .rv-widget {
    width: 100%;
    margin-bottom: 3px;
}

.rv-spreadsheet-filter-menu .rv-details-content .rv-space-right {
    background-image: none;
}

.rv-spreadsheet-filter-menu .rv-details-content .rv-filter-and {
    width: 75px;
    margin: 8px 0;
}

.rv-spreadsheet-filter-menu .rv-action-buttons {
    border-top-width: 0;
    margin: 8px;
    padding: 0;
    position: static;
}

.rv-resize-handle,
.rv-resize-hint {
    position: absolute;
}

.rv-resize-hint-handle {
    width: 100%;
    height: 20px;
}

.rv-resize-hint-marker {
    width: 2px;
    height: 100%;
    margin: 0 auto;
}

.rv-resize-hint-vertical .rv-resize-hint-handle {
    height: 100%;
    width: 20px;
    float: left;
}

.rv-resize-hint-vertical .rv-resize-hint-marker {
    height: 2px;
    width: 100%;
}

.rv-spreadsheet-quicrv-access-toolbar .rv-button,
.rv-button.rv-spreadsheet-sheets-bar-add {
    border-color: transparent;
    background-color: transparent;
    background-image: none;
}

/* top TabStrip */
.rv-spreadsheet-tabstrip {
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
}

.rv-spreadsheet-tabstrip > .rv-content {
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    margin: 0;
    padding: 0;
}

.rv-spreadsheet-tabstrip .rv-loading {
    display: none;
}

.rv-spreadsheet-toolbar.rv-toolbar {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}

.rv-spreadsheet-toolbar.rv-toolbar .rv-overflow-anchor + * {
    margin-left: 0.3em;
}

.rv-spreadsheet-toolbar.rv-toolbar > .rv-button-group {
    border-width: 0;
}

.rv-spreadsheet-toolbar > .rv-widget,
.rv-spreadsheet-toolbar .rv-button,
.rv-spreadsheet-toolbar > .rv-button-group,
.rv-spreadsheet-toolbar > .rv-widget .rv-state-default:not(.rv-state-hover):not(.rv-state-active) {
    margin: 0;
    border-color: transparent;
    background-color: transparent;
    background-image: none;
}

.rv-spreadsheet-toolbar > .rv-widget[data-property='fontSize'] {
    width: 75px;
}

.rv-spreadsheet-toolbar > .rv-widget[data-property='format'] {
    width: 100px;
}

.rv-spreadsheet-toolbar > .rv-widget[data-property='fontFamily'] {
    width: 130px;
}

.rv-spreadsheet-toolbar > .rv-combobox .rv-state-default:not(.rv-state-hover):not(.rv-state-active) .rv-input {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rv-spreadsheet-toolbar > .rv-widget .rv-state-default:not(.rv-state-hover):not(.rv-state-active) .rv-select {
    border-color: transparent;
}

.rv-spreadsheet-toolbar .rv-separator {
    margin: 0 3px;
    width: 0;
    overflow: hidden;
    height: 1.8em;
    vertical-align: middle;
    display: inline-block;
}

.rv-spreadsheet-formula-input > .rv-syntax-func.rv-syntax-at-point,
.rv-spreadsheet-formula-input > .rv-syntax-bool.rv-syntax-at-point,
.rv-spreadsheet-formula-input > .rv-syntax-ref.rv-syntax-at-point,
.rv-spreadsheet-formula-input > .rv-syntax-str.rv-syntax-at-point,
.rv-spreadsheet-formula-input > .rv-syntax-num.rv-syntax-at-point {
    text-decoration: underline;
}

.rv-spreadsheet-formula-input > .rv-series-a,
.rv-spreadsheet-formula-input > .rv-series-b,
.rv-spreadsheet-formula-input > .rv-series-c,
.rv-spreadsheet-formula-input > .rv-series-d {
    background-color: transparent;
}

.rv-spreadsheet-selection-highlight {
    border-width: 1px;
    border-style: solid;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rv-spreadsheet-formula-list {
    min-width: 100px;
}

.rv-spreadsheet-formula-list .rv-item {
    padding: 0 .3em;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* bottom TabStrip */
.rv-spreadsheet-sheets-bar {
    position: relative;
}

.rv-button.rv-spreadsheet-sheets-bar-add {
    position: absolute;
    bottom: .2em;
    left: .4em;
    z-index: 1;
}

.rv-spreadsheet-sheets-bar .rv-spreadsheet-sheets-remove {
    padding: 0;
    margin: 0.5em 0.5em 0.5em -0.5em;
}

.rv-spreadsheet-sheets-bar .rv-spreadsheet-sheets-remove .rv-button-icon {
    padding: 2px;
    line-height: normal;
}

.rv-spreadsheet-sheets-bar .rv-spreadsheet-sheets-remove .rv-icon {
    margin: 0;
}

.rv-spreadsheet-sheets-items-hint {
    margin-top: .1em;
    background: none !important;
    border-width: 0 !important;
}

/* Default fonts for PDF export */
/* sans-serif */
@font-face {
    font-family: "DejaVu Sans";
    src: url("/assets/reveal-ui/fonts/DejaVu/DejaVuSans.ttf?v=1.1") format("truetype");
}

@font-face {
    font-family: "DejaVu Sans";
    font-weight: bold;
    src: url("/assets/reveal-ui/fonts/DejaVu/DejaVuSans-Bold.ttf?v=1.1") format("truetype");
}

@font-face {
    font-family: "DejaVu Sans";
    font-style: italic;
    src: url("/assets/reveal-ui/fonts/DejaVu/DejaVuSans-Oblique.ttf?v=1.1") format("truetype");
}

@font-face {
    font-family: "DejaVu Sans";
    font-weight: bold;
    font-style: italic;
    src: url("/assets/reveal-ui/fonts/DejaVu/DejaVuSans-BoldOblique.ttf?v=1.1") format("truetype");
}

/* serif */
@font-face {
    font-family: "DejaVu Serif";
    src: url("/assets/reveal-ui/fonts/DejaVu/DejaVuSerif.ttf?v=1.1") format("truetype");
}

@font-face {
    font-family: "DejaVu Serif";
    font-weight: bold;
    src: url("/assets/reveal-ui/fonts/DejaVu/DejaVuSerif-Bold.ttf?v=1.1") format("truetype");
}

@font-face {
    font-family: "DejaVu Serif";
    font-style: italic;
    src: url("/assets/reveal-ui/fonts/DejaVu/DejaVuSerif-Italic.ttf?v=1.1") format("truetype");
}

@font-face {
    font-family: "DejaVu Serif";
    font-weight: bold;
    font-style: italic;
    src: url("/assets/reveal-ui/fonts/DejaVu/DejaVuSerif-BoldItalic.ttf?v=1.1") format("truetype");
}

/* monospace */
@font-face {
    font-family: "DejaVu Mono";
    src: url("/assets/reveal-ui/fonts/DejaVu/DejaVuSansMono.ttf?v=1.1") format("truetype");
}

@font-face {
    font-family: "DejaVu Mono";
    font-weight: bold;
    src: url("/assets/reveal-ui/fonts/DejaVu/DejaVuSansMono-Bold.ttf?v=1.1") format("truetype");
}

@font-face {
    font-family: "DejaVu Mono";
    font-style: italic;
    src: url("/assets/reveal-ui/fonts/DejaVu/DejaVuSansMono-Oblique.ttf?v=1.1") format("truetype");
}

@font-face {
    font-family: "DejaVu Mono";
    font-weight: bold;
    font-style: italic;
    src: url("/assets/reveal-ui/fonts/DejaVu/DejaVuSansMono-BoldOblique.ttf?v=1.1") format("truetype");
}

.kendo-pdf-hide-pseudo-elements:before,
.kendo-pdf-hide-pseudo-elements:after {
    display: none !important;
}
