.jss4075 {
	border-color: #E0E0E0;
}

.jss4074 {
	flex: 1;
	padding: 8px 8px 10px;
	overflow: hidden;
	/*border-color: transparent;*/
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	background-color: #FFFFFF;
}

.jss4076 {
	overflow: hidden;
	line-height: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.jss4078 {
	overflow: hidden;
	font-weight: 500;
	line-height: 18px;
	padding-top: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: capitalize;
}

.jss4077 {
	overflow: hidden;
	font-weight: 500;
	line-height: 22px;
	padding-top: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.jss4071 {
	cursor: pointer;
	height: 140px;
	position: relative;
}

.jss4067 {
	margin-left: 16px;
	margin-bottom: 16px;
	max-width: 150px;
}

.jss4069 {
	width: 150px;
	cursor: pointer;
	display: flex;
	flex-flow: column;
	max-width: 150px;
	align-self: flex-start;
}

.MuiPaper-elevation0 {
	box-shadow: none;
}

.MuiPaper-root {
	color: #363B48;
	transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	background-color: #FAFAFA;
}

.jss_cName {
	font-weight: 500;
	font-size: 12px;
}

.jss_pHeader {
	display: flex;
	padding: 12px 16px;
	background: #FAFAFA;
	min-height: 48px;
	align-items: center;
	margin-bottom: 10px;
	flex-direction: row;
	justify-content: flex-start;
}

.jss_cList {
	height: 44px;
	width: 100%;
}

.jss_hpLine {
	width: 5px;
	height: 60px;
	float: left;
	margin-right: 2px;
}

.MuiTypography-h3 {
	font-size: 1.2rem;
	font-weight: 600;
}

.MuiTypography-h5 {
	font-size: 0.8rem;
	font-weight: 500;
}

.jss_card {
	box-shadow: 0 0;
	transition: box-shadow .3s ease-in-out;
	border-radius: 5px;
	height: 100%;
	position: relative;
	-webkit-flex-basis: calc(25% - 10px);
	-ms-flex-preferred-size: calc(25% - 10px);
	flex-basis: calc(25% - 10px);
	box-sizing: border-box;
}

.jss_card:hover {
	box-shadow: 3px 3px 10px #000;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .33);
}

.jss_rightPannel {
	display: flex;
	margin: auto;
	justify-content: end;
	font-weight: 500;
	font-size: 12px;
	width: 100%;
	color: white;
	padding-right: 10px;
	padding-top: 14px;
}

.jss_h3_icon {
	color: #ca4286;
	margin-right: 6px;
}