/**
 * theme--light
 */
.theme--light.v-application {
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-application .text--primary {
  color: rgba(0, 0, 0, 0.87) !important;
}
.theme--light.v-application .text--secondary {
  color: rgba(0, 0, 0, 0.6) !important;
}
.theme--light.v-application .text--disabled {
  color: rgba(0, 0, 0, 0.38) !important;
}
.theme--light.v-app-bar.v-toolbar.v-sheet {
  background-color: #f5f5f5;
}
.theme--light.v-toolbar.v-sheet {
  background-color: #FFFFFF;
}
.theme--light.v-sheet {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-icon {
  color: rgba(0, 0, 0, 0.54);
}
.theme--light.v-icon:focus::after {
  opacity: 0.12;
}
.theme--light.v-icon.v-icon.v-icon--disabled {
  color: rgba(0, 0, 0, 0.38) !important;
}
.theme--light.v-btn {
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-btn.v-btn--disabled {
  color: rgba(0, 0, 0, 0.26) !important;
}
.theme--light.v-btn.v-btn--disabled .v-icon,
.theme--light.v-btn.v-btn--disabled .v-btn__loading {
  color: rgba(0, 0, 0, 0.26) !important;
}
.theme--light.v-btn.v-btn--disabled:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
  background-color: rgba(0, 0, 0, 0.12) !important;
}
.theme--light.v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
  background-color: #f5f5f5;
}
.theme--light.v-btn.v-btn--outlined.v-btn--text {
  border-color: rgba(0, 0, 0, 0.12);
}
.theme--light.v-btn.v-btn--icon {
  color: rgba(0, 0, 0, 0.54);
}
.theme--light.v-btn:hover::before {
  opacity: 0.04;
}
.theme--light.v-btn:focus::before {
  opacity: 0.12;
}
.theme--light.v-btn--active:hover::before, .theme--light.v-btn--active::before {
  opacity: 0.12;
}
.theme--light.v-btn--active:focus::before {
  opacity: 0.16;
}
.theme--light.v-alert .v-alert--prominent .v-alert__icon:after {
  background: rgba(0, 0, 0, 0.12);
}
.theme--light.v-text-field > .v-input__control > .v-input__slot:before {
  border-color: rgba(0, 0, 0, 0.42);
}
.theme--light.v-text-field:not(.v-input--has-state):hover > .v-input__control > .v-input__slot:before {
  border-color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-text-field.v-input--is-disabled .v-input__slot::before {
  border-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.38) 0px, rgba(0, 0, 0, 0.38) 2px, transparent 2px, transparent 4px) 1 repeat;
}
.theme--light.v-text-field--filled > .v-input__control > .v-input__slot {
  background: rgba(0, 0, 0, 0.06);
}
.theme--light.v-text-field--filled:not(.v-input--is-focused):not(.v-input--has-state) > .v-input__control > .v-input__slot:hover {
  background: rgba(0, 0, 0, 0.12);
}
.theme--light.v-text-field--solo > .v-input__control > .v-input__slot {
  background: #FFFFFF;
}
.theme--light.v-text-field--solo-inverted > .v-input__control > .v-input__slot {
  background: rgba(0, 0, 0, 0.06);
}
.theme--light.v-text-field--solo-inverted.v-input--is-focused > .v-input__control > .v-input__slot {
  background: #424242;
}
.theme--light.v-text-field--solo-inverted.v-input--is-focused > .v-input__control > .v-input__slot input {
  color: #FFFFFF;
}
.theme--light.v-text-field--solo-inverted.v-input--is-focused > .v-input__control > .v-input__slot input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.theme--light.v-text-field--solo-inverted.v-input--is-focused > .v-input__control > .v-input__slot input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.theme--light.v-text-field--solo-inverted.v-input--is-focused > .v-input__control > .v-input__slot input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.theme--light.v-text-field--solo-inverted.v-input--is-focused > .v-input__control > .v-input__slot input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.theme--light.v-text-field--solo-inverted.v-input--is-focused > .v-input__control > .v-input__slot input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.theme--light.v-text-field--solo-inverted.v-input--is-focused > .v-input__control > .v-input__slot .v-label {
  color: rgba(255, 255, 255, 0.7);
}
.theme--light.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state) > .v-input__control > .v-input__slot fieldset {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state):not(.v-input--is-disabled) > .v-input__control > .v-input__slot:hover fieldset {
  color: rgba(0, 0, 0, 0.86);
}
.theme--light.v-text-field--outlined:not(.v-input--is-focused).v-input--is-disabled > .v-input__control > .v-input__slot fieldset {
  color: rgba(0, 0, 0, 0.26);
}
.theme--light.v-select .v-select__selection--comma {
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-select .v-select__selection--disabled {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-select.v-text-field--solo-inverted.v-input--is-focused .v-select__selection--comma {
  color: #FFFFFF;
}
.theme--light.v-chip {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-chip:not(.v-chip--active) {
  background: #e0e0e0;
}
.theme--light.v-chip:hover::before {
  opacity: 0.04;
}
.theme--light.v-chip:focus::before {
  opacity: 0.12;
}
.theme--light.v-chip--active:hover::before, .theme--light.v-chip--active::before {
  opacity: 0.12;
}
.theme--light.v-chip--active:focus::before {
  opacity: 0.16;
}
.theme--light.v-divider {
  border-color: rgba(0, 0, 0, 0.12);
}
.theme--light.v-subheader {
  color: rgba(0, 0, 0, 0.6);
}
.theme--light.v-list {
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-list .v-list--disabled {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-list .v-list-group--active:before,
.theme--light.v-list .v-list-group--active:after {
  background: rgba(0, 0, 0, 0.12);
}
.theme--light.v-list-item--disabled {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
  color: rgba(0, 0, 0, 0.87) !important;
}
.theme--light.v-list-item .v-list-item__mask {
  color: rgba(0, 0, 0, 0.38);
  background: #eeeeee;
}
.theme--light.v-list-item .v-list-item__subtitle,
.theme--light.v-list-item .v-list-item__action-text {
  color: rgba(0, 0, 0, 0.6);
}
.theme--light.v-list-item:hover::before {
  opacity: 0.04;
}
.theme--light.v-list-item:focus::before {
  opacity: 0.12;
}
.theme--light.v-list-item--active:hover::before, .theme--light.v-list-item--active::before {
  opacity: 0.12;
}
.theme--light.v-list-item--active:focus::before {
  opacity: 0.16;
}
.theme--light.v-list-item.v-list-item--highlighted::before {
  opacity: 0.16;
}
.theme--light.v-input {
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-input input,
.theme--light.v-input textarea {
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-input input::-webkit-input-placeholder,
.theme--light.v-input textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-input input::-moz-placeholder,
.theme--light.v-input textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-input input:-ms-input-placeholder,
.theme--light.v-input textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-input input::-ms-input-placeholder,
.theme--light.v-input textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-input input::placeholder,
.theme--light.v-input textarea::placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-input--is-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-input--is-disabled input,
.theme--light.v-input--is-disabled textarea {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-label {
  color: rgba(0, 0, 0, 0.6);
}
.theme--light.v-label--is-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-messages {
  color: rgba(0, 0, 0, 0.6);
}
.theme--light.v-counter {
  color: rgba(0, 0, 0, 0.6);
}
.theme--light.v-progress-linear {
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-badge .v-badge__badge::after {
  border-color: #FFFFFF;
}
.theme--light.v-banner .v-banner__wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.theme--light.v-bottom-navigation {
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-bottom-navigation .v-btn:not(.v-btn--active) {
  color: rgba(0, 0, 0, 0.6) !important;
}
.theme--light.v-overlay {
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-breadcrumbs .v-breadcrumbs__divider, .theme--light.v-breadcrumbs .v-breadcrumbs__item--disabled {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-btn-toggle:not(.v-btn-toggle--group) {
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn {
  border-color: rgba(0, 0, 0, 0.12) !important;
}
.theme--light.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn:focus:not(:active) {
  border-color: rgba(0, 0, 0, 0.26);
}
.theme--light.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn .v-icon {
  color: #000000;
}
.theme--light.v-calendar-events .v-event-timed {
  border: 1px solid !important;
}
.theme--light.v-calendar-events .v-event-more {
  background-color: #FFFFFF;
}
.theme--light.v-calendar-events .v-event-more.v-outside {
  background-color: #f7f7f7;
}
.theme--light.v-calendar-weekly {
  background-color: #FFFFFF;
  border-top: #e0e0e0 1px solid;
  border-left: #e0e0e0 1px solid;
}
.theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday {
  border-right: #e0e0e0 1px solid;
  color: #000000;
}
.theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday.v-past {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday.v-outside {
  background-color: #f7f7f7;
}
.theme--light.v-calendar-weekly .v-calendar-weekly__day {
  border-right: #e0e0e0 1px solid;
  border-bottom: #e0e0e0 1px solid;
  color: #000000;
}
.theme--light.v-calendar-weekly .v-calendar-weekly__day.v-outside {
  background-color: #f7f7f7;
}
.theme--light.v-calendar-daily {
  background-color: #FFFFFF;
  border-left: #e0e0e0 1px solid;
  border-top: #e0e0e0 1px solid;
}
.theme--light.v-calendar-daily .v-calendar-daily__intervals-head {
  border-right: #e0e0e0 1px solid;
}
.theme--light.v-calendar-daily .v-calendar-daily__intervals-head::after {
  background: #e0e0e0;
  background: linear-gradient(90deg, transparent, #e0e0e0);
}
.theme--light.v-calendar-daily .v-calendar-daily_head-day {
  border-right: #e0e0e0 1px solid;
  border-bottom: #e0e0e0 1px solid;
  color: #000000;
}
.theme--light.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-weekday,
.theme--light.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-day-label {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-calendar-daily .v-calendar-daily__intervals-body {
  border-right: #e0e0e0 1px solid;
}
.theme--light.v-calendar-daily .v-calendar-daily__intervals-body .v-calendar-daily__interval-text {
  color: #424242;
}
.theme--light.v-calendar-daily .v-calendar-daily__day {
  border-right: #e0e0e0 1px solid;
  border-bottom: #e0e0e0 1px solid;
}
.theme--light.v-calendar-daily .v-calendar-daily__day-interval {
  border-top: #e0e0e0 1px solid;
}
.theme--light.v-calendar-daily .v-calendar-daily__day-interval:first-child {
  border-top: none !important;
}
.theme--light.v-calendar-daily .v-calendar-daily__interval::after {
  border-top: #e0e0e0 1px solid;
}
.theme--light.v-card {
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-card > .v-card__text,
.theme--light.v-card .v-card__subtitle {
  color: rgba(0, 0, 0, 0.6);
}
.theme--light.v-card.v-card--outlined {
  border: thin solid rgba(0, 0, 0, 0.12);
}
.theme--light.v-input--selection-controls.v-input--is-disabled:not(.v-input--indeterminate) .v-icon {
  color: rgba(0, 0, 0, 0.26) !important;
}
.theme--light.v-color-picker .v-color-picker__input input {
  border: thin solid rgba(0, 0, 0, 0.12);
}
.theme--light.v-color-picker span {
  color: rgba(0, 0, 0, 0.6);
}
.theme--light.v-color-picker .v-color-picker__dot, .theme--light.v-color-picker .v-color-picker__color {
  background-color: rgba(255, 255, 255, 0);
}
.theme--light.v-slider .v-slider__track-background,
.theme--light.v-slider .v-slider__track-fill,
.theme--light.v-slider .v-slider__thumb {
  background: rgba(0, 0, 0, 0.26);
}
.theme--light.v-data-table tbody tr.v-data-table__selected {
  background: #f5f5f5;
}
.theme--light.v-data-table .v-row-group__header, .theme--light.v-data-table .v-row-group__summary {
  background: #eeeeee;
}
.theme--light.v-data-table .v-data-footer {
  border-top: thin solid rgba(0, 0, 0, 0.12);
}
.theme--light.v-data-table .v-data-table__empty-wrapper {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-data-table .v-data-table-header th.sortable .v-data-table-header__icon {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-data-table .v-data-table-header th.sortable:hover, .theme--light.v-data-table .v-data-table-header th.sortable.active {
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon {
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-data-table .v-data-table-header__sort-badge {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-data-table {
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-data-table .v-data-table__divider {
  border-right: thin solid rgba(0, 0, 0, 0.12);
}
.theme--light.v-data-table.v-data-table--fixed-header thead th {
  background: #FFFFFF;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}
.theme--light.v-data-table thead tr:last-child th {
  border-bottom: thin solid rgba(0, 0, 0, 0.12);
}
.theme--light.v-data-table thead tr th {
  color: rgba(0, 0, 0, 0.6);
}
.theme--light.v-data-table tbody tr:not(:last-child) td:not(.v-data-table__mobile-row),
.theme--light.v-data-table tbody tr:not(:last-child) th:not(.v-data-table__mobile-row) {
  border-bottom: thin solid rgba(0, 0, 0, 0.12);
}
.theme--light.v-data-table tbody tr:not(:last-child) td:last-child,
.theme--light.v-data-table tbody tr:not(:last-child) th:last-child {
  border-bottom: thin solid rgba(0, 0, 0, 0.12);
}
.theme--light.v-data-table tbody tr.active {
  background: #f5f5f5;
}
.theme--light.v-data-table tbody tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper) {
  background: #eeeeee;
}
.theme--light.v-small-dialog__menu-content, .theme--light.v-small-dialog__actions {
  background: #FFFFFF;
}
.theme--light.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) button:not(:hover):not(:focus) {
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-date-picker-header .v-date-picker-header__value--disabled button {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-date-picker-table th,
.theme--light.v-date-picker-table .v-date-picker-table--date__week {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-picker__title {
  background: #e0e0e0;
}
.theme--light.v-picker__body {
  background: #FFFFFF;
}
.theme--light.v-expansion-panels .v-expansion-panel {
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-expansion-panels .v-expansion-panel--disabled {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-expansion-panels .v-expansion-panel:not(:first-child)::after {
  border-color: rgba(0, 0, 0, 0.12);
}
.theme--light.v-expansion-panels .v-expansion-panel-header .v-expansion-panel-header__icon .v-icon {
  color: rgba(0, 0, 0, 0.54);
}
.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:hover::before {
  opacity: 0.04;
}
.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:focus::before {
  opacity: 0.12;
}
.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:hover::before, .theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active::before {
  opacity: 0.12;
}
.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:focus::before {
  opacity: 0.16;
}
.theme--light.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover:hover::before {
  opacity: 0.04;
}
.theme--light.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover:focus::before {
  opacity: 0.12;
}
.theme--light.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover--active:hover::before, .theme--light.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover--active::before {
  opacity: 0.12;
}
.theme--light.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover--active:focus::before {
  opacity: 0.16;
}
.theme--light.v-file-input .v-file-input__text {
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-file-input .v-file-input__text--placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.theme--light.v-file-input.v-input--is-disabled .v-file-input__text {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-file-input.v-input--is-disabled .v-file-input__text .v-file-input__text--placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-footer {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-navigation-drawer {
  background-color: #FFFFFF;
}
.theme--light.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme--light.v-navigation-drawer .v-divider {
  border-color: rgba(0, 0, 0, 0.12);
}
.theme--light.v-overflow-btn.theme--light.v-overflow-btn > .v-input__control > .v-input__slot {
  border-color: rgba(0, 0, 0, 0.12);
}
.theme--light.v-overflow-btn:not(.v-input--is-focused):not(.v-input--has-state) > .v-input__control > .v-input__slot:hover {
  background: #FFFFFF;
}
.theme--light.v-overflow-btn.v-overflow-btn--segmented .v-input__append-inner {
  border-left: thin solid rgba(0, 0, 0, 0.12);
}
.theme--light.v-pagination .v-pagination__item {
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-pagination .v-pagination__item--active {
  color: #FFFFFF;
}
.theme--light.v-pagination .v-pagination__navigation {
  background: #FFFFFF;
}
.theme--light.v-radio--is-disabled label {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-radio--is-disabled .v-icon {
  color: rgba(0, 0, 0, 0.26) !important;
}
.theme--light.v-input--range-slider.v-input--slider.v-input--is-disabled .v-slider.v-slider .v-slider__thumb {
  background: #fafafa;
}
.theme--light.v-skeleton-loader .v-skeleton-loader__bone::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}
.theme--light.v-skeleton-loader .v-skeleton-loader__avatar,
.theme--light.v-skeleton-loader .v-skeleton-loader__button,
.theme--light.v-skeleton-loader .v-skeleton-loader__chip,
.theme--light.v-skeleton-loader .v-skeleton-loader__divider,
.theme--light.v-skeleton-loader .v-skeleton-loader__heading,
.theme--light.v-skeleton-loader .v-skeleton-loader__image,
.theme--light.v-skeleton-loader .v-skeleton-loader__text {
  background: rgba(0, 0, 0, 0.12);
}
.theme--light.v-skeleton-loader .v-skeleton-loader__actions,
.theme--light.v-skeleton-loader .v-skeleton-loader__article,
.theme--light.v-skeleton-loader .v-skeleton-loader__card-heading,
.theme--light.v-skeleton-loader .v-skeleton-loader__card-text,
.theme--light.v-skeleton-loader .v-skeleton-loader__date-picker,
.theme--light.v-skeleton-loader .v-skeleton-loader__list-item,
.theme--light.v-skeleton-loader .v-skeleton-loader__list-item-avatar,
.theme--light.v-skeleton-loader .v-skeleton-loader__list-item-text,
.theme--light.v-skeleton-loader .v-skeleton-loader__list-item-two-line,
.theme--light.v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,
.theme--light.v-skeleton-loader .v-skeleton-loader__list-item-three-line,
.theme--light.v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line,
.theme--light.v-skeleton-loader .v-skeleton-loader__table-heading,
.theme--light.v-skeleton-loader .v-skeleton-loader__table-thead,
.theme--light.v-skeleton-loader .v-skeleton-loader__table-tbody,
.theme--light.v-skeleton-loader .v-skeleton-loader__table-tfoot {
  background: #FFFFFF;
}
.theme--light.v-stepper {
  background: #FFFFFF;
}
.theme--light.v-stepper .v-stepper__step:not(.v-stepper__step--active):not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__step__step {
  background: rgba(0, 0, 0, 0.38);
}
.theme--light.v-stepper .v-stepper__step__step {
  color: white;
}
.theme--light.v-stepper .v-stepper__step__step .v-icon {
  color: white;
}
.theme--light.v-stepper .v-stepper__header .v-divider {
  border-color: rgba(0, 0, 0, 0.12);
}
.theme--light.v-stepper .v-stepper__step--active .v-stepper__label {
  text-shadow: 0px 0px 0px black;
}
.theme--light.v-stepper .v-stepper__step--editable:hover {
  background: rgba(0, 0, 0, 0.06);
}
.theme--light.v-stepper .v-stepper__step--editable:hover .v-stepper__label {
  text-shadow: 0px 0px 0px black;
}
.theme--light.v-stepper .v-stepper__step--complete .v-stepper__label {
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-stepper .v-stepper__step--inactive.v-stepper__step--editable:not(.v-stepper__step--error):hover .v-stepper__step__step {
  background: rgba(0, 0, 0, 0.54);
}
.theme--light.v-stepper .v-stepper__label {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-stepper .v-stepper__label small {
  color: rgba(0, 0, 0, 0.6);
}
.theme--light.v-stepper--non-linear .v-stepper__step:not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__label {
  color: rgba(0, 0, 0, 0.6);
}
.v-application--is-ltr .theme--light.v-stepper--vertical .v-stepper__content:not(:last-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.v-application--is-rtl .theme--light.v-stepper--vertical .v-stepper__content:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.theme--light.v-input--switch .v-input--switch__thumb {
  color: #FFFFFF;
}
.theme--light.v-input--switch .v-input--switch__track {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__thumb {
  color: #fafafa !important;
}
.theme--light.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__track {
  color: rgba(0, 0, 0, 0.12) !important;
}
.theme--light.v-system-bar {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.6);
}
.theme--light.v-system-bar .v-icon {
  color: rgba(0, 0, 0, 0.6);
}
.theme--light.v-system-bar--lights-out {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.theme--light.v-tabs > .v-tabs-bar {
  background-color: #FFFFFF;
}
.theme--light.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active),
.theme--light.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active) > .v-icon,
.theme--light.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active) > .v-btn,
.theme--light.v-tabs > .v-tabs-bar .v-tab--disabled {
  color: rgba(0, 0, 0, 0.54);
}
.theme--light.v-tabs .v-tab:hover::before {
  opacity: 0.04;
}
.theme--light.v-tabs .v-tab:focus::before {
  opacity: 0.12;
}
.theme--light.v-tabs .v-tab--active:hover::before, .theme--light.v-tabs .v-tab--active::before {
  opacity: 0.12;
}
.theme--light.v-tabs .v-tab--active:focus::before {
  opacity: 0.16;
}
.theme--light.v-tabs-items {
  background-color: #FFFFFF;
}
.theme--light.v-timeline::before {
  background: rgba(0, 0, 0, 0.12);
}
.theme--light.v-timeline .v-timeline-item__dot {
  background: #FFFFFF;
}
.theme--light.v-timeline .v-timeline-item .v-card::before {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.theme--light.v-time-picker-clock {
  background: #e0e0e0;
}
.theme--light.v-time-picker-clock .v-time-picker-clock__item--disabled {
  color: rgba(0, 0, 0, 0.26);
}
.theme--light.v-time-picker-clock .v-time-picker-clock__item--disabled.v-time-picker-clock__item--active {
  color: rgba(255, 255, 255, 0.3);
}
.theme--light.v-time-picker-clock--indeterminate .v-time-picker-clock__hand {
  background-color: #bdbdbd;
}
.theme--light.v-time-picker-clock--indeterminate:after {
  color: #bdbdbd;
}
.theme--light.v-time-picker-clock--indeterminate .v-time-picker-clock__item--active {
  background-color: #bdbdbd;
}
.theme--light.v-treeview {
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-treeview--hoverable .v-treeview-node__root:hover::before,
.theme--light.v-treeview .v-treeview-node--click > .v-treeview-node__root:hover::before {
  opacity: 0.04;
}
.theme--light.v-treeview--hoverable .v-treeview-node__root:focus::before,
.theme--light.v-treeview .v-treeview-node--click > .v-treeview-node__root:focus::before {
  opacity: 0.12;
}
.theme--light.v-treeview--hoverable .v-treeview-node__root--active:hover::before, .theme--light.v-treeview--hoverable .v-treeview-node__root--active::before,
.theme--light.v-treeview .v-treeview-node--click > .v-treeview-node__root--active:hover::before,
.theme--light.v-treeview .v-treeview-node--click > .v-treeview-node__root--active::before {
  opacity: 0.12;
}
.theme--light.v-treeview--hoverable .v-treeview-node__root--active:focus::before,
.theme--light.v-treeview .v-treeview-node--click > .v-treeview-node__root--active:focus::before {
  opacity: 0.16;
}
.theme--light.v-treeview .v-treeview-node__root.v-treeview-node--active:hover::before, .theme--light.v-treeview .v-treeview-node__root.v-treeview-node--active::before {
  opacity: 0.12;
}
.theme--light.v-treeview .v-treeview-node__root.v-treeview-node--active:focus::before {
  opacity: 0.16;
}
.theme--light.v-treeview .v-treeview-node--disabled > .v-treeview-node__root > .v-treeview-node__content {
  color: rgba(0, 0, 0, 0.38) !important;
}
.v-application .theme--light.heading {
  color: rgba(0, 0, 0, 0.87);
}

/**
 * navigation-drawer
 */
#navigation-drawer.theme--light.v-navigation-drawer {
  background-color: #754c29;
}
#navigation-drawer .theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
  color: rgba(255, 255, 255) !important;
}
#navigation-drawer .v-list-item-group .v-list-item--active {
  border-left: 7px solid #429646;
  color: #63ec69;
}
#navigation-drawer .theme--light.v-list-item .v-list-item__subtitle,
.theme--light.v-list-item .v-list-item__action-text {
  color: rgba(255, 255, 255);
}
#navigation-drawer .theme--light.v-icon {
  color: rgba(255, 255, 255) !important;
}

/**
 * app-bar
 */
#app-bar.theme--light.v-app-bar.v-toolbar.v-sheet {
  background-color: #754c29;
}
#app-bar a {
  color: #63ec69;
}
#app-bar .theme--light.v-breadcrumbs .v-breadcrumbs__divider, .theme--light.v-breadcrumbs .v-breadcrumbs__item--disabled {
  color: rgba(255, 255, 255) !important;
}
#app-bar .theme--light.v-icon {
  color: rgba(255, 255, 255) !important;
}
#app-bar .theme--light.v-icon:focus::after {
  opacity: 0.12;
}
#app-bar .theme--light.v-icon.v-icon.v-icon--disabled {
  color: rgba(255, 255, 255, 0.38) !important;
}
#app-bar .theme--light.v-btn {
  color: rgba(255, 255, 255);
}

/**
 * content
 */
#content {

}
.processBtn.v-btn:not(.v-btn--round) {
    height: 32px;
    min-width: 110px;
    padding: 0 12.4444444444px;
}
.expenseBtn.v-btn:not(.v-btn--round) {
    height: 32px;
    min-width: 50px;
    padding: 0 12.4444444444px;
}
.v-btn.v-size--small {
    font-size: .85rem;
}
.bold.v-btn.v-size--small {
    font-weight: 700;
}
.bold.v-btn {
    font-weight: 700;
}
.subBtn.v-btn.v-size--small {
    min-width: 130px;
}
.heightInputBox.v-btn-toggle:not(.v-btn-toggle--dense) .v-btn.v-btn.v-size--default {
    height: 40px;
    min-height: 0;
    min-width: 48px;
}

.projectInfo-kind.v-input--selection-controls.v-input {
    flex: 0 1 auto;
    margin-top: 0px;
}
.projectInfo-memo.v-application--is-ltr .v-textarea.v-text-field--enclosed .v-text-field__slot textarea {
    padding-right: 12px;
    height: 101px;
}
.projectInfo-memo.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-text-field__prefix, .v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-text-field__suffix, .v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense textarea, .v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-text-field__prefix, .v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-text-field__suffix, .v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense textarea, .v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-text-field__prefix, .v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-text-field__suffix, .v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense textarea, .v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-text-field__prefix, .v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-text-field__suffix, .v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense textarea {
    margin-top: 6px;
    height: 101px;
}
/*
 * 비용 출력용
 */
.expense.table td, .expense.table th {
  vertical-align: middle;
  text-align: center;
  padding: 0 !important;
}

.expense-print.table td, .expense-print.table th {
  vertical-align: middle;
  text-align: center;
  padding: 0;
  background: #ffffff;
  color: #343a40;
  border: 1px solid #343a40;
}
.expense-print thead.yellow th {
  background: #ffcc00;
  padding: 8px !important;
}
/**
 * footer
 */
#footer.theme--light.v-footer {
  background-color: #2f333e;
  color: rgba(255, 255, 255);
}

.v-expansion-panel-header {
  font-size: 20px;
}

/**
 * v-text-field
 */
.v-text-field {
    font-size: 13px;
}
.v-text-field .v-label {
    font-size: 13px;
}
.v-text-field .v-label--active {
    transform: translateY(-28px) scale(1) !important;
    background-image: linear-gradient(bottom, #fff 5%, rgba(0,0,0,0) 95%);
    background-image: -o-linear-gradient(bottom, #fff 5%, rgba(0,0,0,0) 95%);
    background-image: -moz-linear-gradient(bottom, #fff 5%, rgba(0,0,0,0) 95%);
    background-image: -webkit-linear-gradient(bottom, #fff 5%, rgba(0,0,0,0) 95%);
    background-image: -ms-linear-gradient(bottom, #fff 5%, rgba(0,0,0,0) 95%);
}
.v-text-field.text--right input{
    text-align: right;
}
.v-text-field.text--left input{
    text-align: left;
}
.v-text-field.text--center input{
    text-align: center;
}

/**
 * v-radio
 */
.v-radio .v-label {
    font-size: 13px;
}
/**
 * v-input--checkbox
 */
.v-input--checkbox .v-label {
    font-size: 13px;
}
/**
 * v-textarea
 */
.v-textarea textarea {
    line-height: 18px !important;
    height: auto !important;
}
/*
 * v-btn
 */
 .v-btn__content {
    align-items: center;
    color: inherit;
    display: flex;
    flex: 1 0 auto;
    justify-content: inherit;
    line-height: normal;
    position: relative;
    text-transform: none !important;
}
/*
 * handsontable THEAD
 */
 .handsontable THEAD TH.color1 {
      background: #2C3E50;
      color: white;
 }
/*
 * fullcalender button
 */
 .fc-button span:before {
    vertical-align: super !important;
}
/*
 * handsontable
 */
.table-overflow-x-hidden .wtHolder {
    overflow-x: hidden;
}
.table-overflow-y-hidden .wtHolder {
    overflow-y: hidden;
    padding-right: 18px;

}