/* BcHeaderLabelComponent */
.bcHeaLab {
	display: flex !important;
	font-size: larger;
	font-weight: bold;
	justify-content: center;
	padding-bottom: 0.25rem;
}

.bcHeaLabBas {
}

.bcHeaLabSep {
}

	.bcHeaLabSep::before {
		content: "|";
		margin-left: 10px;
		margin-right: 6px;
		color: #8a9ba8 !important;
		font-weight: 300;
		font-size: 20px;
		display: inline-block;
		vertical-align: 2px;
	}

.bcHeaLabExt {
}

/*NewAppComponent*/
/*NewApp*/
.cssNewApp {
	padding: .5em;
}

.cssNewAppHea {
}

#pagNewApp .cssImgDiv {
	display: flex !important;
	justify-content: center;
}

.cssNewAppHeaSma {
}

.cssInfTex {
	justify-content: center;
	display: flex;
	margin-top: 1em;
	line-height: 1.5;
}

.cssInpTex {
}

/*============================================================================*/

/*NewAppSta*/
.cssNewAppSta {
}

.cssAutCod {
	margin-bottom: 1em;
}

.cssEma {
	margin-bottom: 1em;
}

.cssStaInp {
	justify-content: center;
	display: flex;
}

.cssStaErrTexDiv {
	justify-content: center;
	display: flex;
}

/*============================================================================*/

/*NewAppVer*/
.cssNewAppVer {
}

.cssVerEmaLab {
	display: flex !important;
	justify-content: center;
	font-weight: bold;
	margin-bottom: 1em;
}

.cssVerCode {
	margin-bottom: 1em;
}

.cssVerCodInp {
	display: flex !important;
	justify-content: center;
}

.cssVerCodInpCtl {
}

.cssVerCodErrTexDiv {
	display: flex !important;
	justify-content: center;
}

/*============================================================================*/

/*NewAppInp*/
#pagNewAppInp .cssNewAppComInp {
}

#pagNewAppInp .cssErrTexTex {
	margin-top: 3px;
	margin-left: .25em;
}

.cssInpChiLisErrTexDiv {
	display: flex !important;
	justify-content: center;
}

.cssInpArbLab {
	font-size: large;
	font-weight: bold;
	justify-content: center;
	display: flex;
	margin-bottom: .5em;
}

.cssInpEmaLab {
	font-weight: bold;
	justify-content: center;
	display: flex;
	margin-bottom: .75em;
}

.cssInpRow {
	display: flex !important;
	margin-bottom: .5em;
}

.cssInpLab {
	width: 33%;
	margin-top: 3px;
	margin-right: .5em;
	text-align: right !important;
}

.cssWeeInp {
	padding: .5em;
}

.cssWeeInpHea {
	justify-content: center;
	display: flex;
	margin-bottom: .25em;
}

.cssWeeInpLab {
}

.cssWeeInpExt {
	font-size: small;
}

.cssLocInp {
	padding: .5em;
}

.cssLocInpHea {
	justify-content: center;
	display: flex;
	margin-bottom: .25em;
}

.cssLocInpLab {
}

.cssLocInpExt {
	font-size: small;
}

.cssLocInpChiLis {
	justify-content: center;
	display: flex;
}

.cssSerInp {
	padding: .5em;
}

.cssSerInpHea {
	justify-content: center;
	display: flex;
	margin-bottom: .25em;
}

.cssSerInpLab {
}

.cssSerInpExt {
	font-size: small;
}

.cssSerInpChi {
}

.cssSerInpChiLis {
	justify-content: center;
	display: flex;
}

.cssSerInpDur {
	justify-content: center;
	display: flex;
}

/*BusWeekdayPreferenceComponent*/
.cssWeeInpRow {
	display: flex !important;
}

.cssWeeInpLab {
	width: 33%;
	margin-top: 3px;
	margin-right: .5em;
	text-align: right !important;
}

.cssWeeInpRow1 {
	justify-content: center;
	display: flex;
}

/*============================================================================*/

/*newAppSel*/
#pagNewAppSel .cssNewAppSel {
}

.cssProBar {
	display: flex !important;
	justify-content: center;
}

.cssProBarLab {
	display: flex !important;
	justify-content: center;
	font-size: small;
}

.cssWeeLisLab {
	display: flex !important;
	justify-content: center;
	font-size: large;
	font-weight: bold;
	margin-top: .5em;
}

.cssWeeLisStr {
	display: flex !important;
	justify-content: center;
}

.cssSelLab {
	display: flex !important;
	justify-content: center;
	margin-top: .5em;
	font-size: large;
	font-weight: bold;
}

.cssSelStr {
	display: flex !important;
	justify-content: center;
}

.cssAppLisLab {
	display: flex !important;
	justify-content: center;
	margin-top: .5em;
	font-size: large;
	font-weight: bold;
}

.cssAppDetList {
	margin-top: .5em;
}

.cssAppDet {
	display: flex !important;
	justify-content: center;
	margin-bottom: 1em;
}

/*============================================================================*/

/*newAppCon*/
#pagNewAppCon .cssNewAppCon {
}

.cssDetRow {
	display: flex !important;
}

.cssDetLab {
	font-weight: bold;
	width: 33%;
	margin-right: .5em;
	text-align: right !important;
}

/*============================================================================*/

/* chip-list */
.e-chip-list .e-chip{
	color:black;
	background-color: transparent;
	border-color: black;
	border-width: 2px;
}

.e-chip-list.e-selection .e-chip.e-active {
	color: #28e2d3;
	background-color: #0b3b48;
	border-color: #28e2d3;
	border-width: 2px;
}

.e-chip-list .e-chip.e-active {
	color: blue;
	font-weight: bold;
	background-color: transparent;
	border-color: blue;
	border-width: 2px;
}
