.f-primary { color: #388E3C !important; }
.f-secondary { color: #1B5E20 !important; }
.f-accent { color: #E8F5E9 !important; }
.f-error { color: #B71C1C !important; }
.f-danger { color: #E64A19 !important; }

.v-overlay:before {
    background-color: #fafafa !important;
}
.le-tbs .v-overlay:before {
    background-color: #ffffff !important;
}
.c-dark .v-ripple__container {
	color: #ffffff;
}
.c-light .v-ripple__container {
	color: #1B5E20;
}

/* list */
.v-list.no-hand a {
	cursor: default !important;
}

/* button */
.v-btn--small .v-btn__content {
	height: 26px !important;
	line-height: 26px !important;
}
.theme--dark.v-btn.v-btn--disabled:not(.v-btn--icon):not(.v-btn--flat) {
	color: rgba(0, 0, 0, .28) !important;
}
.theme--dark.v-btn.v-btn--disabled:not(.v-btn--icon):not(.v-btn--flat) i {
    color: rgba(0, 0, 0, .28) !important;
}

.c-op1.v-btn--loader .v-btn__content {
    opacity: 1 !important;
}

/* switch */
.v-input--switch {
	width: 35px;
}

/* radio setting */
.v-radio .v-label {
	color: #0e1b14 !important;
	font-size: 14px !important;
    line-height: 20px !important;
}
.v-radio--is-disabled:not(.primary--text) label {
	opacity: 0.5 !important;
}

.card .card__title{
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
.card .card__text{
	white-space : pre;
	text-align: left;
	font-size: 16px;
	padding-left: 40px;
	padding-right: 40px;
}
.card .card__actions{
	padding-bottom: 10px;
}
.v-textarea textarea {
    font-size: 14px !important;
}

/* text-area */
.v-list__tile__title {
    text-overflow: ellipsis !important;
}
.v-list__tile__sub-title {
	color: rgba(0,0,0,.54) !important;
	overflow: hidden !important;
    text-overflow: ellipsis !important;
	font-size: 12px !important;
}
.c-selector.single .v-select__selections {
    height: 50px;
    padding-left: 5px;
}
.c-selector.single .v-select__selections {
    height: 50px;
    padding-left: 5px;
}
.c-selector.single .v-list__tile__content {
	max-width: 240px !important;
    width: calc(100% - 100px);
    margin-left: -6px;
}

.c-small-avatar {
    margin-right: 0px !important;
    width: 20px !important;
    height: 20px !important;
}
.v-chip.v-chip--small.c-hand .v-chip__content {
    cursor: pointer !important;
	cursor: hand !important;
}

.c-small-avatar img {
    width: 22px !important;
    height: 22px !important;
}

.v-breadcrumbs li {
	font-size: 14px !important;
}

.v-input.v-input--checkbox.small label {
	padding-top: 2px;
	font-size: 13px !important;
}

.v-dialog .v-card .v-card__title {
	padding-left: 24px;
	font-size: 14px;
	color: rgba(0,0,0,.54);
}

.v-btn .v-icon--left {
    margin-left: 2px !important;
    margin-right: 4px !important;
}

.v-btn .v-icon--right {
    margin-left: 4px !important;
    margin-right: 2px !important;
}
.c-mid.mdi-plus {
	margin: -1px 1px 0 0 !important;
    font-size: 19px !important;
}
.v-btn--small .mdi-plus {
	margin: -1px 1px 0 0 !important;
    font-size: 17px !important;
}
.v-btn--small .mdi-account-plus {
	margin: -1px 4px 0 0 !important;
    font-size: 17px !important;
}
.v-btn--small .mdi-account-multiple-plus {
	margin: -1px 4px 0 0 !important;
    font-size: 23px !important;
}
.v-select .v-menu {
    width: 0px !important;
}
.c-chip {
	overflow: hidden;
	text-overflow: ellipsis;
    margin-left: 5px;
}
.c-chip.ss {
	max-width: 65px;
}
.c-chip.sm {
	max-width: 100px;
}
.c-chip.sl {
	max-width: 120px;
}
.c-chip.ms {
	max-width: 140px;
}
.c-chip.mm {
	max-width: 160px;
}
.c-chip.ls {
    max-width: 200px;
}
.c-chip.lm {
    max-width: 250px;
}
.c-chip.ll {
    max-width: 300px;
}

.v-btn--small.ss {
	width: 30px !important;
	height: 30px !important;
	margin: 6px 4px !important;
}
.v-btn--small.ss .v-icon {
	font-size: 16px !important;
}

div.v-card.c-button, a.v-card.c-button {
    border: 1px solid #999999 !important;
    border-radius: 5px;
    height: 100%;
}
div.v-card.c-button:hover, a.v-card.c-button:hover {
    border: 1px solid #1B5E20 !important;
    background-color: rgba(206, 233, 218, 0.5) !important;
    transition: 0.2s;
}
.v-autocomplete.v-select.v-select--chips input {
    padding-left: 5px !important;
}
.v-autocomplete.c_small input{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.v-autocomplete.c_small .v-select__selections {
	min-height: 34px !important;
}

.c-select-com-s .v-select__selections {
    flex-direction: row-reverse !important;
    height: 30px !important;
}
.c-select-com-s.left .v-select__selections {
    flex-direction: row !important;
}
.c-select-com-s .v-select__selections input {
    text-align: right !important;
    padding: 0px !important;
}
.c-select-com-s.left .v-select__selections input {
    text-align: left !important;
    padding: 0px !important;
}
.c-select-com-s.nopadding .v-input__slot {
    padding: 0px !important;
}
.c-select-com-s.nopadding .v-input__slot {
    padding: 0px !important;
}
.c-select-com-s.nopadding .v-select__selections {
    padding: 0px !important;
}

.c-select-com-s .v-input__slot {
    height: 30px !important;
    margin: 0px;
}
.c-select-com-s .v-text-field__details {
	display: none;
}
.c-select-com-s .v-input__control {
    height: 30px !important;
    min-height: 30px !important;
}

/* for vuetify transition */
.fade-enter-active, .fade-leave-active {
  transition: opacity 1s;
  z-index: 1000;
}
.fade-enter, .fade-leave {
  opacity: 0
  z-index: 1000;
}

.v-enter-active, .v-leave-active {
  transition: opacity 1s;
  z-index: 1000;
}
.v-enter, .v-leave-to {
  opacity: 0;
  z-index: 1000;
}

.onlyicon {
    width: 24px !important;
    height: 24px !important;
}
.onlyicon.v-chip--small .v-avatar {
    height: 24px !important;
    min-width: 24px;
    width: 24px !important;
    background: #e0e0e0;;
    margin-left: 0 !important;
}
.onlyicon.v-chip {
    background: none !important;
    border:none !important;
}
.onlyicon.v-chip--small .v-chip__content {
    padding: 0;
}
.onlyicon.v-chip .v-chip__content {
    padding: 0;
}


.le-tbs .v-list.c-main-shadow {
    padding: 0;
    border-bottom: 1px solid rgba(0,0,0,.24);
    border-top: none;
    border-left: none;
    border-right: none;
}
.le-tbs .v-list.c-main-shadow .v-list__tile__content {
    margin-right: -5px;
}
.le-tbs .v-list.c-main-shadow .v-list__tile__content {
    margin-right: -5px;
}
.le-tbs .container.grid-list-xs .layout .flex {
    padding: 0 !important;
}

.v-snack {
    z-index: 2500 !important;
}

.le-tbs .v-input--checkbox .v-label{
    font-size: 14px !important;
}

.v-time-picker-title {
    justify-content: center !important;
    padding-bottom: 0px !important;
}

.v-time-picker-title__time span {
    height: 50px !important;
    font-size: 50px !important;
    color: #388E3C !important;
}
.v-picker__title__btn {
    height: 50px !important;
    font-size: 50px !important;
    color: #388E3C !important;
    opacity: .6;
    width: 57px;
    text-align: center;
}
.v-picker__title__btn--active {
    opacity: 1 !important;
}

.c-search-word {
    padding: 0 !important;
    margin: 0 !important;
}
.c-search-word .v-input__slot {
    margin: 0 !important;
}
.c-search-word .v-text-field__details {
    display: none !important;
}

.v-input--radio-group .v-input__slot {
    margin-bottom: 0;
}