.v-picker__title {
	background-color: yellowgreen;
	border-color: yellowgreen;
}

.v-picker {
	border-radius: 2px;
	contain: layout style;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	vertical-align: top;
	position: relative
}

.v-picker--full-width {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.v-picker__title {
	color: #fff;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	padding: 16px
}

.v-picker__title__btn {
	-webkit-transition: .3s cubic-bezier(.25, .8, .5, 1);
	transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.v-picker__title__btn:not(.v-picker__title__btn--active) {
	opacity: .6;
	cursor: pointer
}

.v-picker__title__btn:not(.v-picker__title__btn--active):hover:not(:focus) {
	opacity: 1
}

.v-picker__title__btn--readonly {
	pointer-events: none
}

.v-picker__title__btn--active {
	opacity: 1
}

.v-picker__body {
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.v-picker__body>div {
	width: 100%
}

.v-picker__body>div.fade-transition-leave-active {
	position: absolute
}

.v-picker--landscape .v-picker__title {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	width: 170px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1
}

.v-picker--landscape .v-picker__actions:not(.v-picker__actions--no-title),
.v-picker--landscape .v-picker__body:not(.v-picker__body--no-title) {
	margin-left: 170px
}

.v-date-picker-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1
}

.v-application--is-rtl .v-date-picker-title .v-picker__title__btn {
	text-align: right
}

.v-date-picker-title__year {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 8px
}

.v-date-picker-title__date {
	font-size: 34px;
	text-align: left;
	font-weight: 500;
	position: relative;
	overflow: hidden;
	padding-bottom: 8px;
	margin-bottom: -8px
}

.v-date-picker-title__date>div {
	position: relative
}

.v-date-picker-title--disabled {
	pointer-events: none
}

.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, .87)
}

.theme--light.v-date-picker-header .v-date-picker-header__value--disabled button {
	color: rgba(0, 0, 0, .38)
}

.theme--dark.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) button:not(:hover):not(:focus) {
	color: #fff
}

.theme--dark.v-date-picker-header .v-date-picker-header__value--disabled button {
	color: hsla(0, 0%, 100%, .5)
}

.v-date-picker-header {
	padding: 4px 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative
}

.v-date-picker-header .v-btn {
	margin: 0;
	z-index: auto
}

.v-date-picker-header .v-icon {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.v-date-picker-header__value {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	position: relative;
	overflow: hidden
}

.v-date-picker-header__value div {
	width: 100%
}

.v-date-picker-header__value button,
.v-date-picker-header__value div {
	-webkit-transition: .3s cubic-bezier(.25, .8, .5, 1);
	transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.v-date-picker-header__value button {
	cursor: pointer;
	font-weight: 700;
	outline: none;
	padding: .5rem
}

.v-date-picker-header--disabled {
	pointer-events: none
}

.theme--light.v-date-picker-table .v-date-picker-table--date__week,
.theme--light.v-date-picker-table th {
	color: rgba(0, 0, 0, .38)
}

.theme--dark.v-date-picker-table .v-date-picker-table--date__week,
.theme--dark.v-date-picker-table th {
	color: hsla(0, 0%, 100%, .5)
}

.v-date-picker-table {
	position: relative;
	padding: 0 12px;
	height: 242px
}

.v-date-picker-table table {
	-webkit-transition: .3s cubic-bezier(.25, .8, .5, 1);
	transition: .3s cubic-bezier(.25, .8, .5, 1);
	top: 0;
	table-layout: fixed;
	width: 100%
}

.v-date-picker-table td,
.v-date-picker-table th {
	text-align: center;
	position: relative
}

.v-date-picker-table th {
	font-size: 12px
}

.v-date-picker-table--date .v-btn {
	height: 32px;
	width: 32px
}

.v-date-picker-table .v-btn {
	z-index: auto;
	margin: 0;
	font-size: 12px
}

.v-date-picker-table .v-btn.v-btn--active {
	color: #000 !important;
}

.v-btn.v-btn--green {
	background-color: rgb(70, 193, 38);
	border-color: rgb(70, 193, 38);
}

.v-btn.v-btn--orange {
	background-color: orange;
	border-color: orange;
}

.v-btn.v-btn--yellow {
	background-color: rgb(246, 239, 30);
	border-color: rgb(246, 239, 30);
}

.v-btn.v-btn--red {
	background-color: red;
	border-color: red;
}

.disabled{
	color:#d8d8d8;
}

.v-date-picker-table--month td {
	width: 33.333333%;
	height: 56px;
	vertical-align: middle;
	text-align: center
}

.v-date-picker-table--month td .v-btn {
	margin: 0 auto;
	max-width: 160px;
	min-width: 40px;
	width: 100%
}

.v-date-picker-table--date th {
	padding: 8px 0;
	font-weight: 600
}

.v-date-picker-table--date td {
	width: 45px
}

.v-date-picker-table__events {
	height: 8px;
	left: 0;
	position: absolute;
	text-align: center;
	white-space: pre;
	width: 100%
}

.v-date-picker-table__events>div {
	border-radius: 50%;
	display: block;
	height: 8px;
	margin: -30px 11px;
	width: 8px
}

.v-date-picker-table--date .v-date-picker-table__events {
	bottom: 6px
}

.v-date-picker-table--month .v-date-picker-table__events {
	bottom: 8px
}

.v-date-picker-table--disabled {
	pointer-events: none
}

.v-date-picker-years {
	font-size: 16px;
	font-weight: 400;
	height: 286px;
	list-style-type: none;
	overflow: auto;
	text-align: center
}

.v-date-picker-years.v-date-picker-years {
	padding: 0
}

.v-date-picker-years li {
	cursor: pointer;
	padding: 8px 0;
	-webkit-transition: none;
	transition: none
}

.v-date-picker-years li.active {
	font-size: 26px;
	font-weight: 500;
	padding: 10px 0
}

.v-date-picker-years li:hover {
	background: rgba(0, 0, 0, .12)
}

.v-picker--landscape .v-date-picker-years {
	padding: 0;
	height: 286px
}


.v-btn:not(.v-btn--outlined).accent,
.v-btn:not(.v-btn--outlined).error,
.v-btn:not(.v-btn--outlined).info,
.v-btn:not(.v-btn--outlined).primary,
.v-btn:not(.v-btn--outlined).secondary,
.v-btn:not(.v-btn--outlined).success,
.v-btn:not(.v-btn--outlined).warning {
	color: #fff
}

.theme--light.v-btn {
	color: rgba(0, 0, 0, .87)
}

.theme--light.v-btn.v-btn--disabled,
.theme--light.v-btn.v-btn--disabled .v-btn__loading,
.theme--light.v-btn.v-btn--disabled .v-icon {
	color: rgba(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, .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, .12)
}

.theme--light.v-btn.v-btn--icon {
	color: rgba(0, 0, 0, .54)
}

.theme--light.v-btn:hover:before {
	opacity: .04
}

.theme--light.v-btn--active:before,
.theme--light.v-btn--active:hover:before,
.theme--light.v-btn:focus:before {
	opacity: .12
}

.theme--light.v-btn--active:focus:before {
	opacity: .16
}

.theme--dark.v-btn {
	color: #fff
}

.theme--dark.v-btn.v-btn--disabled,
.theme--dark.v-btn.v-btn--disabled .v-btn__loading,
.theme--dark.v-btn.v-btn--disabled .v-icon {
	color: hsla(0, 0%, 100%, .3) !important
}

.theme--dark.v-btn.v-btn--disabled:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
	background-color: hsla(0, 0%, 100%, .12) !important
}

.theme--dark.v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
	background-color: #212121
}

.theme--dark.v-btn.v-btn--outlined.v-btn--text {
	border-color: hsla(0, 0%, 100%, .12)
}

.theme--dark.v-btn.v-btn--icon {
	color: #fff
}

.theme--dark.v-btn:hover:before {
	opacity: .08
}

.theme--dark.v-btn--active:before,
.theme--dark.v-btn--active:hover:before,
.theme--dark.v-btn:focus:before {
	opacity: .24
}

.theme--dark.v-btn--active:focus:before {
	opacity: .32
}

.v-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 4px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: .875rem;
	font-weight: 500;
	letter-spacing: .0892857143em;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 100%;
	outline: 0;
	position: relative;
	text-decoration: none;
	text-indent: .0892857143em;
	text-transform: uppercase;
	-webkit-transition-duration: .28s;
	transition-duration: .28s;
	-webkit-transition-property: opacity, -webkit-box-shadow, -webkit-transform;
	transition-property: opacity, -webkit-box-shadow, -webkit-transform;
	transition-property: box-shadow, transform, opacity;
	transition-property: box-shadow, transform, opacity, -webkit-box-shadow, -webkit-transform;
	-webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap
}

.v-btn:before {
	border-radius: inherit;
	bottom: 0;
	color: inherit;
	content: "";
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: opacity .2s cubic-bezier(.4, 0, .6, 1);
	transition: opacity .2s cubic-bezier(.4, 0, .6, 1);
	background-color: currentColor
}

.v-btn:not(.v-btn--disabled) {
	will-change: box-shadow
}

.v-btn:not(.v-btn--round).v-size--x-small {
	height: 20px;
	min-width: 36px;
	padding: 0 8.8888888889px
}

.v-btn:not(.v-btn--round).v-size--small {
	height: 28px;
	min-width: 50px;
	padding: 0 12.4444444444px
}

.v-btn:not(.v-btn--round).v-size--default {
	height: 36px;
	min-width: 64px;
	padding: 0 16px
}

.v-btn:not(.v-btn--round).v-size--large {
	height: 44px;
	min-width: 78px;
	padding: 0 19.5555555556px
}

.v-btn:not(.v-btn--round).v-size--x-large {
	height: 52px;
	min-width: 92px;
	padding: 0 23.1111111111px
}

.v-application--is-rtl .v-btn .v-icon--left {
	margin-left: 8px;
	margin-right: -4px
}

.v-application--is-rtl .v-btn .v-icon--right {
	margin-left: -4px;
	margin-right: 8px
}

.v-btn>.v-btn__content .v-icon {
	color: inherit
}

.v-btn__content {
	color:white;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-box-pack: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	line-height: normal;
	position: relative
}

.v-btn__content .v-icon--left,
.v-btn__content .v-icon--right {
	font-size: 18px;
	height: 18px;
	width: 18px
}

.v-btn__content .v-icon--left {
	margin-left: -4px;
	margin-right: 8px
}

.v-btn__content .v-icon--right {
	margin-left: 8px;
	margin-right: -4px
}

.v-btn__loader {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.v-btn:not(.v-btn--text):not(.v-btn--outlined).v-btn--active:before {
	opacity: .18
}

.v-btn:not(.v-btn--text):not(.v-btn--outlined):hover:before {
	opacity: .08
}

.v-btn:not(.v-btn--text):not(.v-btn--outlined):focus:before {
	opacity: .24
}

.v-btn--absolute,
.v-btn--fixed {
	position: absolute
}

.v-btn--absolute.v-btn--right,
.v-btn--fixed.v-btn--right {
	right: 16px
}

.v-btn--absolute.v-btn--left,
.v-btn--fixed.v-btn--left {
	left: 16px
}

.v-btn--absolute.v-btn--top,
.v-btn--fixed.v-btn--top {
	top: 16px
}

.v-btn--absolute.v-btn--bottom,
.v-btn--fixed.v-btn--bottom {
	bottom: 16px
}

.v-btn--block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	min-width: 100% !important;
	max-width: auto
}

.v-btn--contained {
	-webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.v-btn--contained:after {
	-webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
}

.v-btn--contained:active {
	-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.v-btn--depressed {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.v-btn--disabled {
	-webkit-box-shadow: none;
	box-shadow: none;
	pointer-events: none
}

.v-btn--fab {
	min-height: 0;
	min-width: 0;
	padding: 0
}

.v-btn--fab.v-btn--contained {
	-webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12)
}

.v-btn--fab.v-btn--contained:after {
	-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.v-btn--fab.v-btn--contained:active {
	-webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12);
	box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12)
}

.v-btn--fab.v-btn--absolute,
.v-btn--fab.v-btn--fixed {
	z-index: 4
}

.v-btn--fab.v-size--x-small .v-icon {
	height: 18px;
	font-size: 18px;
	width: 18px
}

.v-btn--fab.v-size--default .v-icon,
.v-btn--fab.v-size--small .v-icon {
	height: 24px;
	font-size: 24px;
	width: 24px
}

.v-btn--fab.v-size--large .v-icon {
	height: 28px;
	font-size: 28px;
	width: 28px
}

.v-btn--fab.v-size--x-large .v-icon {
	height: 32px;
	font-size: 32px;
	width: 32px
}

.v-btn--fab.v-size--x-small {
	height: 32px;
	width: 32px
}

.v-btn--fab.v-size--x-small.v-btn--absolute.v-btn--bottom {
	bottom: -16px
}

.v-btn--fab.v-size--x-small.v-btn--absolute.v-btn--top {
	top: -16px
}

.v-btn--fab.v-size--small {
	height: 40px;
	width: 40px
}

.v-btn--fab.v-size--small.v-btn--absolute.v-btn--bottom {
	bottom: -20px
}

.v-btn--fab.v-size--small.v-btn--absolute.v-btn--top {
	top: -20px
}

.v-btn--fab.v-size--default {
	height: 56px;
	width: 56px
}

.v-btn--fab.v-size--default.v-btn--absolute.v-btn--bottom {
	bottom: -28px
}

.v-btn--fab.v-size--default.v-btn--absolute.v-btn--top {
	top: -28px
}

.v-btn--fab.v-size--large {
	height: 64px;
	width: 64px
}

.v-btn--fab.v-size--large.v-btn--absolute.v-btn--bottom {
	bottom: -32px
}

.v-btn--fab.v-size--large.v-btn--absolute.v-btn--top {
	top: -32px
}

.v-btn--fab.v-size--x-large {
	height: 72px;
	width: 72px
}

.v-btn--fab.v-size--x-large.v-btn--absolute.v-btn--bottom {
	bottom: -36px
}

.v-btn--fab.v-size--x-large.v-btn--absolute.v-btn--top {
	top: -36px
}

.v-btn--fixed {
	position: fixed
}

.v-btn--loading {
	pointer-events: none;
	-webkit-transition: none;
	transition: none
}

.v-btn--loading .v-btn__content {
	opacity: 0
}

.v-btn--outlined {
	border: thin solid currentColor
}

.v-btn--outlined:before {
	border-radius: 0
}

.v-btn--outlined .v-btn__content .v-icon,
.v-btn--round .v-btn__content .v-icon {
	color: currentColor
}

.v-btn--flat,
.v-btn--outlined,
.v-btn--text {
	background-color: transparent
}

.v-btn--round:before,
.v-btn--rounded:before {
	border-radius: inherit
}

.v-btn--round {
	border-radius: 50%
}

.v-btn--rounded {
	border-radius: 28px
}

.v-btn--tile {
	border-radius: 0
}

.theme--light.v-card {
	background-color: #fff;
	color: rgba(0, 0, 0, .87)
}

.theme--light.v-card .v-card__text {
	color: rgba(0, 0, 0, .54)
}

.theme--light.v-card.v-card--outlined {
	border: 1px solid rgba(0, 0, 0, .12)
}

.theme--dark.v-card {
	background-color: #424242;
	color: #fff
}

.theme--dark.v-card .v-card__text {
	color: hsla(0, 0%, 100%, .7)
}

.theme--dark.v-card.v-card--outlined {
	border: 1px solid hsla(0, 0%, 100%, .12)
}

.v-card {
	max-width: 100%;
	outline: none;
	text-decoration: none;
	-webkit-transition-property: opacity, -webkit-box-shadow;
	transition-property: opacity, -webkit-box-shadow;
	transition-property: box-shadow, opacity;
	transition-property: box-shadow, opacity, -webkit-box-shadow;
	-webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.v-card>.v-card__progress+:not(.v-btn):not(.v-chip),
.v-card>:first-child:not(.v-btn):not(.v-chip) {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit
}

.v-card>:last-child:not(.v-btn):not(.v-chip) {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit
}

.v-card__progress {
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden
}

.v-card__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 2rem;
	padding: 16px 16px 8px
}

.v-card__title+.v-card__text {
	padding-top: 0
}

.v-card__text {
	font-size: .875rem;
	line-height: 1.375rem;
	letter-spacing: .0071428571em;
	padding: 16px;
	width: 100%
}

.v-card__actions {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 8px
}

.v-card__actions .v-btn.v-btn {
	padding: 0 8px
}

.v-application--is-ltr .v-card__actions .v-btn.v-btn+.v-btn {
	margin-left: 8px
}

.v-application--is-ltr .v-card__actions .v-btn.v-btn .v-icon--left {
	margin-left: 4px
}

.v-application--is-ltr .v-card__actions .v-btn.v-btn .v-icon--right {
	margin-right: 4px
}

.v-application--is-rtl .v-card__actions .v-btn.v-btn+.v-btn {
	margin-right: 8px
}

.v-application--is-rtl .v-card__actions .v-btn.v-btn .v-icon--left {
	margin-right: 4px
}

.v-application--is-rtl .v-card__actions .v-btn.v-btn .v-icon--right {
	margin-left: 4px
}

.v-card--flat {
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
}

.v-card--hover {
	cursor: pointer;
	-webkit-transition: -webkit-box-shadow .4s cubic-bezier(.25, .8, .25, 1);
	transition: -webkit-box-shadow .4s cubic-bezier(.25, .8, .25, 1);
	transition: box-shadow .4s cubic-bezier(.25, .8, .25, 1);
	transition: box-shadow .4s cubic-bezier(.25, .8, .25, 1), -webkit-box-shadow .4s cubic-bezier(.25, .8, .25, 1)
}

.v-card--hover:hover {
	-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.v-card--link,
.v-card--link .v-chip {
	cursor: pointer
}

.v-card--link:focus:before {
	opacity: .08
}

.v-card--link:before {
	background: currentColor;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

.v-card--disabled {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.v-card--disabled>:not(.v-card__progress) {
	opacity: .6;
	-webkit-transition: inherit;
	transition: inherit
}

.v-card--loading {
	overflow: hidden
}

.v-card--outlined {
	-webkit-box-shadow: none;
	box-shadow: none
}

.v-card--raised {
	-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}


.v-window__next .v-btn:hover,
.v-window__prev .v-btn:hover {
	background: 0 0
}


.v-toolbar__content .v-btn.v-btn--icon.v-size--default,
.v-toolbar__extension .v-btn.v-btn--icon.v-size--default {
	height: 48px;
	width: 48px
}

.v-toolbar__content>.v-btn.v-btn--icon:first-child,
.v-toolbar__extension>.v-btn.v-btn--icon:first-child {
	margin-left: -12px
}

.v-toolbar__content>.v-btn.v-btn--icon:first-child+.v-toolbar__title,
.v-toolbar__extension>.v-btn.v-btn--icon:first-child+.v-toolbar__title {
	padding-left: 20px
}

.v-application--is-rtl .v-toolbar__content>.v-btn.v-btn--icon:first-child,
.v-application--is-rtl .v-toolbar__extension>.v-btn.v-btn--icon:first-child,
.v-toolbar__content>.v-btn.v-btn--icon:last-child,
.v-toolbar__extension>.v-btn.v-btn--icon:last-child {
	margin-right: -12px
}

.v-application--is-rtl .v-toolbar__content>.v-btn.v-btn--icon:first-child+.v-toolbar__title,
.v-application--is-rtl .v-toolbar__extension>.v-btn.v-btn--icon:first-child+.v-toolbar__title {
	padding-right: 20px
}

.v-application--is-rtl .v-toolbar__content>.v-btn.v-btn--icon:last-child,
.v-application--is-rtl .v-toolbar__extension>.v-btn.v-btn--icon:last-child {
	margin-left: -12px
}

.v-toolbar__items>.v-btn {
	border-radius: 0;
	height: 100% !important;
	max-height: none
}

[type=button],
[type=reset],
[type=submit] [role=button],
button {
	cursor: pointer
}


[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

button,
input,
optgroup,
select,
textarea {
	font: inherit
}

optgroup {
	font-weight: 700
}

button {
	overflow: visible
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: 0;
	padding: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
	outline: 0;
	border: 0
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

button,
select {
	text-transform: none
}

button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
	color: inherit
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}


.v-avatar-verde {
	height: 10px;
	min-width: 10px;
	width: 10px;
	background-color: rgb(70, 193, 38);
	border-color: rgb(70, 193, 38);
}

.v-avatar-amarillo{
	height: 10px;
	min-width: 10px;
	width: 10px;
	background-color: rgb(246, 239, 30);
	border-color: rgb(246, 239, 30);
}

.v-avatar-naranja {
	height: 10px;
	min-width: 10px;
	width: 10px;
	background-color: rgb(244, 160, 30);
	border-color: rgb(244, 160, 30);
}

.v-avatar-rojo {
	height: 10px;
	min-width: 10px;
	width: 10px;
	background-color: rgb(238, 52, 36);
	border-color: rgb(238, 52, 36);
}

.hidde{
	display:none;
}

.green-dot{
	background-color: rgb(70, 193, 38);
	border-color: rgb(70, 193, 38);
}

.yellow-dot{
	background-color: rgb(246, 239, 30);
	border-color: rgb(246, 239, 30);
}

.orange-dot {
	background-color: rgb(244, 160, 30);
	border-color: rgb(244, 160, 30);
}

.red-dot {
	background-color: rgb(238, 52, 36);
	border-color: rgb(238, 52, 36);
}

.m-t-6{
	margin-top:-6px !important;
}

