.v-list--two-line .v-list-item,
 .v-list-item--two-line{
	min-height: 30px!important;
}

.v-list--dense .v-list-item .v-list-item__subtitle, .v-list--dense .v-list-item .v-list-item__title, .v-list-item--dense .v-list-item__subtitle, .v-list-item--dense .v-list-item__title{
    font-size : 1.3rem!important;
	line-height :1.2;
}

.v-subheader{
	font-size : 1.4rem!important;
	height    : 35px!important;
}

.v-card__subtitle, .v-card__text{
    font-size : 1.3rem!important;
}

.v-card__title{
	font-size : 1.5rem!important;
}
.v-input {
	font-size:1.4rem!important;
}

.v-input .v-label{
	font-size:1.4rem!important;
}

.v-textarea--no-resize textarea{
	margin-top:4px;
}

.v-toolbar__title{
	font-size:2rem!important;
}

.v-date-picker-header__value{
	font-size:1.5rem;
}
.v-list-item__title {
	font-size:1.2rem;
}

.v-current-time {
	 height: 2px;
	 background-color: #ea4335;
	 position: absolute;
	 left: -1px;
	 right: 0;
	 pointer-events: none;
}
 .v-current-time.first::before {
	 content: '';
	 position: absolute;
	 background-color: #ea4335;
	 width: 12px;
	 height: 12px;
	 border-radius: 50%;
	 margin-top: -5px;
	 margin-left: -6.5px;
}

.v-input__slot{
	margin-bottom:0px!important;
}

.v-btn.v-size--default, .v-btn.v-size--large{
	font-size:1.4rem!important;
	font-weight:bold;

}
.v-btn--fab.v-size--small{
	margin-bottom:2px;
}

.v-application--is-ltr .v-text-field .v-counter
{
	font-size:1.5rem;
}

.v-text-field__details {
	margin : 5px 0 0 0;
}

.v-tab.v-tab {
	font-size:1.3rem;
	font-weight:bold;
}
