body table.reports-table,
body table.reports-table th,
body table.reports-table td {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 30px 0 0 0;
}
body table.reports-table .cen {
	text-align: center;
}

body table.reports-table th {
	font-size: 16px;
	white-space: nowrap;
}

.current-price .ltp {
	display: inline-block;
}
.current-price .ltptime {
	display: block;
	font-size: 11px;
	font-style: italic;
	position: absolute;
	bottom: -19px;
	/* display: none; */
}

.profile-menu {
	margin-top: 50px;
}

.profile-menu a {
	display: inline-block;
	width: auto;
	height: 50px;
	background-color: #e3f2fd;
	margin: 10px 10px 0 0;
	border-radius: 15px;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 500;
}

.profile-menu a.active {
	background-color: #3d5afe;
	color: #fff;
}

form.tps-form .help-block,
form.validate label.error {
	color: #e53935;
	font-size: 13px;
	margin: 5px 0 15px 0;
	display: block;
	font-weight: normal;
}

form.tps-form .help-block[data-fv-for="tps_phone"][data-fv-result="INVALID"],
form.tps-form .help-block[data-fv-for="tps_phonecode"][data-fv-result="INVALID"],
form.tps-form .help-block[data-fv-for="tps_dobday"][data-fv-result="INVALID"],
form.tps-form .help-block[data-fv-for="tps_dobmonth"][data-fv-result="INVALID"],
form.tps-form .help-block[data-fv-for="tps_dobyear"][data-fv-result="INVALID"] {
	display: inline-block;
	margin-right: 10px;
}

.emailotp_enter.hidden {
	display: none;
}

#tpsRegisterSection select,
#tpsRegisterSection input,
#tpsRegisterSection textarea,
#tpsLoginSection input,
#tpsResetPasswordSection input,
#tpsEmailOtpSection input {
	max-width: 400px;
}

#tpsRegisterSection input#tps_phone {
	max-width: 240px;
}

#tpsRegisterSection select#tps_phonecode,
#tpsRegisterSection select#tps_dobday,
#tpsRegisterSection select#tps_dobmonth,
#tpsRegisterSection select#tps_dobyear {
	max-width: 100px;
	display: inline-block;
	width: auto;
}
#tpsRegisterSection select#tps_phonecode,
#tpsRegisterSection select#tps_dobmonth {
	max-width: 150px;
}

#tpsRegisterSection textarea {
	height: 70px;
}
.form-fields {
	display: inline-block;
	width: 100%;
}

.spacer {
	width: 100%;
	height: 1px;
	/* background: #ccc; */
}
.spacer.left {
	float: left;
}

@media screen and (min-width: 900px) {
	#tpsRegisterSection .form-group {
		width: 50%;
		float: left;
	}
	#tpsRegisterSection .form-group .form-group {
		width: 100%;
	}
}

.sebi-note {
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}

.esign-alert {
	background-color: rgba(244, 67, 54, 0.2);
	font-weight: normal;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 10px;
	font-style: italic;
}

.esign-alert a {
	color: #3d5afe;
	text-decoration: underline;
}

input#tps_pan {
	text-transform: uppercase;
}

@media screen and (max-width: 900px) {
	.profile-menu a {
		padding: 5px 10px;
		height: auto;
	}
}

.reports-rows {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 0px;
	/* border-top: 2px solid #cccccc; */
	/* padding-top: 10px; */
	padding: 20px;
	border: 2px solid #cccccc;
	border-radius: 10px;
}
.reprow {
	display: inline-block;
	width: 100%;
	border-bottom: 2px solid #ccc;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.reports-rows .reprow:last-child {
	border-bottom: none;
}

.reprow .rowtit {
	font-weight: bold;
	font-size: 21px;
	width: 100%;
}
.reprow .rowtit small {
	font-weight: normal;
	font-size: 14px;
	margin-right: 8px;
	font-style: italic;
	display: none;
}
.reprow .c {
	white-space: nowrap;
	display: inline-block;
	width: 290px;
	/* border: 1px solid #eee; */
	padding: 5px 15px 0 0;
	font-weight: bold;
	font-size: 16px;
	position: relative;
}
.reprow .c small {
	font-weight: normal;
	font-size: 14px;
	margin-right: 8px;
	font-style: italic;
	/* background-color: #f5f5f5;
	border-radius: 5px;
	padding: 5px 10px; */
	/* color: #555555; */
}

.reports-table.invoices .sm-none {
	display: table-cell;
}
.reports-table.invoices .sm-block {
	display: none;
}

@media screen and (max-width: 600px) {
	.reprow .c {
		width: 48%;
		min-width: 200px;
	}
	.reprow .c2 {
		width: 100%;
		min-width: 200px;
	}

	.reports-table.invoices .sm-none {
		display: none;
	}
	.reports-table.invoices .sm-block {
		display: inline-block;
		width: 100%;
		float: left;
	}
}

.plan-toggle {
	position: absolute;
	right: 20px;
	margin: 0 !important;
	top: 25px;
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color: #555555;
	height: 30px;
	width: 30px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	line-height: 30px;
}
.plan-heading {
	position: relative;
	border: 1px solid #ccc;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
	background: rgba(61, 90, 254, 0.2);
}
.service-box {
	position: relative;
	/* border: 1px solid #aaa; */
}
.reports-rows {
	display: none;
}
.service-box.open .reports-rows {
	display: inline-block;
	width: 100%;
}
.service-box.open .plan-toggle {
	transform: rotate(180deg);
}

.wsfp-portfolio .thead td {
	background: rgba(61, 90, 254, 0.2);
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

.wsfp-portfolio tr.trow:hover td {
	background-color: #eeeeee;
}
.wsfp-portfolio .trow td {
	padding: 5px;
	font-size: 17px;
	text-align: center;
	border-left: 1px solid var(--clb-border-color);
}

.wsfp-portfolio .thead td:last-child,
.wsfp-portfolio .trow td:last-child {
	border-right: 1px solid var(--clb-border-color);
}

.wsfp-portfolio .trow td.maintitle {
	text-align: left;
}

.impnote {
	padding: 20px;
	display: inline-block;
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin-top: 30px;
}
.impnote h4 {
	font-size: 15px;
}

.amendment-rows {
	display: inline-block;
	width: 100%;
}
.amendrow {
	position: relative;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
}
.amend_head {
	position: relative;
	padding: 5px 10px 10px 10px;
	border-radius: 10px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	background-color: rgba(61, 90, 254, 0.2);
	font-weight: bold;
}
.amend_head .toggle {
	position: absolute;
	right: 20px;
	font-size: 11px;
	color: #757575;
	top: 12px;
}
.amend_msg {
	position: relative;
	padding: 10px;
	display: none;
	width: 100%;
	/* white-space: pre-line; */
	/* border-radius: 10px; */
	/* border: 2px solid #ccc; */
}
.amendrow.open .amend_head .toggle {
	transform: rotate(180deg);
}
.amendrow.open .amend_msg {
	display: inline-block;
}

.amend_msg p {
	margin: 0 !important;
}

.wsfp-portfolio .trow.sm-screen {
	display: none;
}
.wsfp-portfolio .trow.lg-screen {
	display: table-row;
}
.wsfp-portfolio tr.thead {
	display: table-row;
}
.wsfp-portfolio .trow.sm-screen td{
	width: 100%;
	text-align: left;
	font-weight: bold;
}
.wsfp-portfolio .trow.sm-screen td small{
	font-style: italic;
	margin-right: 10px;
	font-size: 14px;
	font-weight: normal;
}

@media screen and (max-width: 900px) {
	.wsfp-portfolio tr.thead {
		display: none;
	}
	.wsfp-portfolio .trow.sm-screen {
		display: table-row;
	}
	.wsfp-portfolio .trow.lg-screen {
		display: none;
	}
	.reports-rows{
		padding: 10px;
	}
}
