/*----------------- Reset VUE &  Vuetify Style -----------------*/ 
.v-text-field.v-text-field--enclosed .v-text-field__details{
	display: none;
}
.v-btn.v-size--default, .v-btn.v-size--large{
	font-size: inherit !important;
}
.theme--light.v-application{
	background-color: transparent !important;
}
.v-application--is-ltr .v-text-field .v-input__prepend-inner{
	padding-right: 10px !important;
}
.theme--light.v-list{
	background:#171717;
}
.theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
	color: #ffffff !important;
}
.theme--light.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state) > .v-input__control > .v-input__slot fieldset{
	border: 1px solid #D91F20;
}
.v-text-field--outlined.v-input--dense .v-label{
	color: #ffffff;
}
.theme--light.v-select .v-select__selection--comma{
	color: #ffffff;
}
.v-list-item__content{
	color: #ffffff;
}
.v-text-field--outlined.v-input--dense .v-label--active{
	color: #ffffff !important;
}
.v-application--is-ltr .v-text-field .v-label{
	color: #ffffff;
}
.theme--light.v-input input, .theme--light.v-input textarea{
	color: #ffffff;
}
.v-text-field.v-text-field--enclosed {
    /* margin: -15px 0px; */
    padding: 0;
}
.theme--light.v-card{
	background: #333232;
}
.v-application .primary--text{
	color: #9e9e9e !important;
}
.v-application .headline {
	color: #D91F20;
}
.theme--light.v-card > .v-card__text, .theme--light.v-card .v-card__subtitle{
	color: #eeeeee;
}
.v-application .primary {
    background-color: #D91F20 !important;
    border-color: #D91F20 !important;
}
.v-data-table__mobile-row__header{
	color: #D91F20;
}
.theme--light .v-expansion-panels .v-expansion-panel{
	background-color: transparent;
	color: #ffffff;
	
}
.v-expansion-panels > .v-expansion-panel-header,
.v-expansion-panel--active > .v-expansion-panel-header {
		min-height: 30px;
}
.v-expansion-panel-content__wrap{
	padding: 0px;
	background: #000000;
}

.v-application .accent--text{
	color: #61616185 !important;
    caret-color: #616161 !important;
}
.v-date-picker-table .v-btn.v-btn--active {
    color: #eeeeee;
	background-color: red !important;
}
.theme--light.v-data-table .v-data-table__empty-wrapper{
	color: #9e9e9e;
}
.theme--light.v-picker__body {
    background: #9e9e9e;
}
.mdi-home::before {
    color: #ffffff !important;
}
.mdi:before, .mdi-set {
	/* color: #ffffff; */
	color: #FF0001;
}
.mdi-chevron-down::before {
	content: "";
	display: block;
	width: 18px;
	height: 10px;
	background: url("../images/arrowtop.svg") center center no-repeat;
	background-size: 100% auto;
}
.v-list .v-list-item--active {
    background: #575757;
    color: #ffffff;
    border-left: 4px solid #d91f20;
}
.v-list{
	padding: 0px ;
}
.v-list-item{
	min-height: 34px;
	border-left: 4px solid transparent;
	padding-right: 10px;
}
.theme--light.v-calendar-weekly{
	background: #575757;
	color: #ffffff;
	border: transparent;
}
.theme--light.v-calendar-weekly .v-calendar-weekly__day.v-outside {
	background-color: #4B4B4B;
	border-right: #4A4A4A 1px solid;
    border-bottom: #4A4A4A 1px solid;
}
.theme--light.v-calendar-weekly .v-calendar-weekly__day{
	border-right: #4A4A4A 1px solid;
    border-bottom: #4A4A4A 1px solid;
    color: rgba(255, 255, 255, 0.7);
}
.theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday.v-past{
	color:#000000;
}
.theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday{
	color:#000000;
	font-weight: 600;
	border: transparent;
}
.v-window__container{
	background:#000000;
}
.b-accod button{
	/* padding: 10px 0; */
	padding: 0;
}
.v-expansion-panel::before{
	box-shadow: none;
}
.v-expansion-panel-content__wrap{
	background: none;
}
.v-expansion-panel-header{
	min-height: 40px;
}
.v-expansion-panels > .v-expansion-panel-header, .v-expansion-panel--active > .v-expansion-panel-header{
	min-height: 40px;
}
/* .v-application .primary--text {
    color: #00BA48 !important;
} */
/* .hideMessage .v-text-field__details{
	display: none;
} */
.v-btn:not(.v-btn--round).v-size--default{
	font-weight: 400;
	letter-spacing: inherit;
	line-height: 41px;
	height: 41px;
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8) !important;
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8) !important;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8) !important;
}
.v-dialog{
	overflow-y: visible !important;
}
.v-dialog--fullscreen{
	background-color: #000000;
}
.theme--light.v-text-field > .v-input__control > .v-input__slot:before{
	border-color: #747474;
}
.theme--light.v-text-field:not(.v-input--has-state):hover > .v-input__control > .v-input__slot:before{
	border-color: #D91F20;
}
.v-text-field.v-input--dense{
	padding-top: 8px;
	margin-top: 4px;
}
.v-text-field.v-input--dense:not(.v-text-field--outlined):not(.v-text-field--single-line) input{
	padding: 8px 0;
}
.input-date.v-text-field.v-input--dense{
	padding-top: 8px;
}
.v-application--is-ltr .input-date.v-text-field .v-label{
	/* color: #9E9E9F; */
	top: 6px;
}
.v-input--selection-controls .v-input__slot > .v-label, .v-input--selection-controls .v-radio > .v-label{
	color: #ffffff;
}
.v-input--selection-controls{
	margin: 0 0 15px 0;
	padding: 0;
}

/*----------------- No Data -----------------*/ 
.b-nodata{
	width: 100%;
	border-radius: 5px;
	background: #333232;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	margin-top: 10px;
	padding: 10px;
}
	.t-nodata{
		
	}

/*----------------- Calendar -----------------*/ 
.theme--light.v-calendar-weekly{
	background: #575757;
	border-top: 1px solid #4A4A4A;
	border-left: 1px solid #4A4A4A;
}
.theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday{
	font-weight: 300;
	text-align: left;
	border-right: 1px solid #4A4A4A;
}
.theme--light.v-calendar-weekly .v-calendar-weekly__day{
	border-right: 1px solid #4A4A4A;
	border-bottom: 1px solid #4A4A4A;
	padding: 4px;
}
.theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday.v-present{
	color: #00BA48;
}
.v-calendar-weekly__day-label,
.v-calendar-weekly__day-label .v-btn{
	font-weight: 300;
	text-align: center;
	color: #ffffff;
	margin: 0;
	margin-bottom: 1px;
}
.v-btn--fab.v-size--small{
	height: 0;
	width: 0;
}
.theme--light.v-calendar-weekly .v-calendar-weekly__day.v-present .v-calendar-weekly__day-label .v-btn--fab.v-size--small{
	color: #d91f20;
	width: fit-content;
	height: 20px;
	padding: 0 4px;
	border-radius: 10px;
	background-color: #ffffff;
	font-weight: 500;
}

/*----------------- Data Table -----------------*/ 
.v-data-table__wrapper{
	border-radius: 5px;
}
.theme--light .v-data-table{
	background: #333232;
	color: #ffffff;
	width: 100%;
	/* margin-top: 20px; */
}
.theme--light.v-data-table tbody tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper) {
  background: rgba(255, 0, 1, 0.05);
}
.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: #D91F20;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
}
.theme--light.v-data-table thead tr th{
	color: #D91F20;
	font-size: 1em;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
	/* vertical-align: top; */
	padding: 5px 10px;
}
.theme--light.v-data-table thead tr th>span{
	margin-right: 5px;
}
.theme--light.v-data-table tbody tr:nth-child(odd) {
	background-color: #353535;
}
.v-data-table td{
	padding: 0 10px;
}
#tableData .b-action{
	margin-left: 0px;
	justify-content: flex-end;
}
#tableData .b-action .btn-delete{
	margin-left: 10px;
}
#tableData .mdi.mdi-close::before{
	color: #FF0001;

}
#tableData .mdi.mdi-check::before{
	color: #00BA48;
}


/*----------------- Tab -----------------*/ 
/* .v-tabs{
	margin-bottom: 10px;
} */
.theme--dark.v-tabs > .v-tabs-bar{
	background-color: transparent;
	margin-bottom: 10px;
}
.v-tabs .v-window-item{
}



/*----------------- Date Picker -----------------*/ 
.v-picker{
	width: 100%;
}
.v-picker.theme--light.v-card{
	background: #9e9e9e;
}
.v-picker .v-btn:not(.v-btn--round).v-size--default{
	box-shadow: none !important;
}
/*----------------- Main -----------------*/ 
.Main-Wrap{
	width: 100%;
	height: 100vh;
	display: -webkit-box ;
	display: -moz-box ;
	display: -ms-flexbox ;
	display: -webkit-flex ;
	display: flex ;
	align-items: center ;
	justify-content: center ;
}
.TF{
	font-family: 'Kanit', sans-serif !important;
	color: #ffffff;
	font-weight: 300;
	font-size: 16px;
	line-height: normal;
}
.MGB10{
	margin-bottom: 10px;
}
/*----------------- Synfusion Company -----------------*/ 
.e-grid{
	border-color:#000000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	overflow: hidden;
}
.e-grid [class^='e-']{
	background: #333232;
	color: red;
	border:#000000;
}
.e-grid.e-gridhover tr[role='row']:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
.e-grid.e-gridhover tr[role='row']:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), 
.e-grid.e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), 
.e-grid.e-rtl .e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), 
.e-grid.e-gridhover tr[role='row']:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell)
{
	background: rgba(255, 0, 1, 0.05);
	color: #ffffff;
}
.e-grid td.e-active{
	background: #D91F20;
	color: #ffffff;
}
.e-grid .e-groupdroparea{
	font-size: 0.875em;
	font-weight: bold;
}

.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text{
	color: #ffffff;
}
.e-rowcell{
	color: #ffffff;
}
.e-grid .e-gridcontent tr.e-row .e-rowcell {
	color: #ffffff;
}

.e-grid .e-gridcontent tr.e-row .e-rowcell ::hover{
	color: #000000;
}


/*----------------- HightChart-----------------*/ 

.highcharts-credits{
	display: none;
}
.highcharts-container{
	width: 100%;
}
.highcharts-container svg:not(:root){
	font-family: 'Kanit', sans-serif !important;
	color: #ffffff;
	font-weight: 300;
	font-size: 16px;
	line-height: normal;
}


/*----------------- Theme Company -----------------*/ 
.OutGlow{
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.8);	
}
.Radius{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
/*----------------- Theme Button -----------------*/ 
.btn-size{
	width: 150px;
}
.btn-size-full{
	width: 100%;
}

/*----------------- Signature Plugin -----------------*/ 
.b-sign{
	width: 100%;
	min-height: 200px;
	background-color: #ffffff;
	margin-bottom: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}


/*----------------- Theme Color Company -----------------*/ 
.ColorTheme{
	background-color: #000000 !important;
}
.ColorTheme--text{
	color: #000000 !important;
}
.ColorTheme--border{
	border-color: #000000 !important;
}
.ColorTheme-S{
	background-color: #D91F20 !important;
}
.ColorTheme-S--text{
	color: #D91F20 !important;
}
.ColorTheme-S--border{
	border-color: #D91F20 !important;
}
.ColorTheme-light{
	background-color: #333232 !important;
}
.ColorTheme-light--text{
	color: #333232 !important;
}
.ColorTheme-light--border{
	border-color: #333232 !important;
}
.ColorGreen{
	color: #00BA48;
}
.ColorRed{
	color: #FF0001;
}

.theme--light.v-data-table > .v-data-table__wrapper > table > thead > tr > th {
    color: #D91F20;
}

