/*--------------------------------------------------------------
# Page - Register
--------------------------------------------------------------*/
.logo h3 {
	color: var(--es-primary, #ec2227);
	font-weight: bold;
	font-size: 16px;
	margin: 5px 0;
	text-shadow: 1px 1px 2px rgba(183, 178, 178, .5);
}
.logo h4 {
	color: #373737;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	text-shadow: 1px 1px 2px rgba(183, 178, 178, .5);
}
.registration-container {
    max-width: 1140px;
}
#profile_registration, .view-profile {
	border: 2px solid var(--es-primary, #ec2227);
	border-top: 1px solid var(--es-primary, #ec2227);
	border-radius: 5px;
    padding: 0px 15px;
    margin: 0;
	/* background-color: #fff; */
    /* box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(92, 58, 199, 0.4); */
}
.section-title {
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: var(--es-primary, #ec2227);
	border-radius: 5px;
	padding: 2px 0;
	margin: 10px 0;
}
p.reg-info-text {
	line-height: 1.5;
    text-align: center;
    font-size: 14px;
	font-weight: bold;
    color: #000;
	margin:0
}
#profile_registration .tablehoro td, .view-profile .tablehoro td {
    height: 87px;
    width: 87px;
    text-align: center;
    border-collapse: collapse;
    border: 2px solid var(--es-primary, #ec2227);
    font-size: 14px;
    color: #000000;
}
.dark-edition #profile_registration .tablehoro td, .dark-edition .view-profile .tablehoro td {
	color: #fff!important;
}
#profile_registration .tablehoro .form-group {
	padding: 0 !important;
	margin: 0 !important;
}
#profile_registration .tablehoro p, .view-profile .tablehoro p {
	padding: 0 !important;
	margin: 0 !important;
	line-height: 1.2;
	font-weight: bold;
}
#profile_registration .tablehoro .input-group {
	max-width: 85px;
}
#profile_registration .tablehoro .bootstrap-select.form-control {
	min-width: 85px;
}
@media only screen and (max-width: 410px) {
	#profile_registration .tablehoro td {
		height: 70px;
		max-width: 70px;
	}
	#profile_registration .tablehoro td p {
		font-size: 9.5px;
	}
	#profile_registration .tablehoro .bootstrap-select.form-control {
		min-width: 70px;
	}
}
#profile_registration .tablehoro .form-control-feedback {
	display: none;
}
.modal-body .close {
    background: red;
    color: white !important;
	opacity:1 !important;
	position: absolute;
    right: 0;
    top: 0;
}
.modal-body .close span {
	padding: 3px 5px;
}
@media only screen and (min-width: 576px) {
	.modal-dialog {
		max-width:650px;
	}
}
.fileinput .thumbnail > img {
    max-height: 235px !important;
    max-width: 100%;
}
img.profile-thumbnail {
    width: auto;
    height: 150px !important;
	pointer-events: none;
    box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2);
}
.pwd-toggler {
	font-size: 20px;
	background: none;
	border: none;
	color: var(--es-primary, #ec2227);
	position: absolute;
	right: 20px;
	top: 5px;
	cursor: pointer;
	z-index: 9;
}
/*--------------------------------------------------------------
# Print Page
--------------------------------------------------------------*/
body.print_profile .content {
	overflow-x: auto;
}
.print-content {
	background: #fff;
	padding: 20px;
	margin: 0 auto;
	width: 24cm;
}
@media only screen and (max-width: 906px) {
	body.print_profile .content {
		padding-left:0 !important;
		padding-right:0 !important;
	}
}
body.print_profile .print-content .view-profile {
	padding-left: 5px;
	padding-right: 0;
	position: relative;
}
.print-content .section-title {
	margin: 0 10px 0 5px;
}
.print-content img.profile-thumbnail {
    height: 200px !important;
}
.print-content .print-header {
	text-align: center;
	border-bottom: 1px solid var(--es-primary, #ec2227);
	margin-left: -5px;
}
.print-content .print-header .header-logo img, .kattam-logo {
	max-height: 100px;
	max-width: 100px;
	height: auto;
	width: auto;
}
.print-content .print-header .header-content {
	max-width: calc(100% - 200px);
}
.print-content .print-header .header-content h6 {
    font-size: 12px;
}
.print-content .print-header .header-content h5 {
    font-size: 16px;
}
.print-content .print-info {
	color: #000;
	font-weight: bold;
	margin-left: -5px;
	height: 100%;
	padding:0 5px;
	border-bottom: 1px solid var(--es-primary, #ec2227);
}
.dark-edition .text-primary {
	color: var(--es-primary, #ec2227) !important;
}
.dark-edition .print-content .view-profile p, .dark-edition .print-content .view-profile td,
.dark-edition .print-content .view-profile h3, .dark-edition .print-content .view-profile h5 {
	color: #000 !important;
	opacity: 1;
}
.dark-edition .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,0.075);
}
.print-content .view-profile table:not(.tablehoro) td:nth-child(2) {
    min-width: 20px;
}
.print-content .print-footer {
	color: var(--es-primary, #ec2227);
	font-weight: bold;
	text-align: center;
	margin: 3px 0 3px -5px;
	border-top: 1px solid var(--es-primary, #ec2227);
}
.print-content table:not(.tablehoro) {
	font-size: 16px;
	color: #000;
}
.print-content table:not(.tablehoro) td {
    font-weight: bold;
    min-width: 160px;
}
.watermark {
	text-align: center;
    transform:rotate(300deg);
    -webkit-transform:rotate(300deg);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #727272c2;
	width:100%;
}
.watermark .text {
	transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
}
.watermark div.heading {
	font-family: 'Cholaa';
    font-size: 37px;
	font-weight: bold;
	margin-bottom: 10px;
}
.watermark div.sub-heading {
	font-size: 28px;
    font-weight: bold;
}
@media print {
	.print-content {
		min-width: 100%;
	}
	.navbar, .footer, #goTop {
		display: none;
	}
	.content {
		padding: 0 !important;
		margin: 0 !important;
	}
	.print-content .print-content {
		padding: 0;
	}
	.print-content table:not(.tablehoro) {
		font-size: 18px;
		font-weight: bold;
	}
	.print-content table:not(.tablehoro) td {
		padding: 4px 0;
	}
	.view-profile .tablehoro td {
		border-color: #000;
	}
	.print-content table:not(.tablehoro) td:nth-child(1) {
		min-width: 180px;
	}
	.print-content .view-profile {
		border: 2px solid #000;
		border-top: 1px solid #000;
		border-radius: 0;
		padding: 0 5px;
	}
	.print-content .view-profile .section-title {
		color: #000;
		text-align: left;
		font-weight: bold;
		background: unset;
		border-radius: 0;
		margin: 0;
		border-bottom: 1px solid #000;
		display: none; /* Removed As per Request */
	}
	.print-content img.profile-thumbnail {
		height: 245px !important;
		margin: 2px 0;
	}
	.print-content .print-header, .print-content .print-info {
		border-bottom: 1px solid #000;
		margin-right: -5px;
	}
	.print-content .print-footer {
		color: #000;
		margin: 3px -5px 3px -5px;
		border-top: 1px solid #000;
	}
}
/*--------------------------------------------------------------
# Helper Classes & Custom Css
--------------------------------------------------------------*/
.form-group {
	/* margin: 0 !important; */
	/* padding: 27px 0 0 !important; */
}
.form-group .input-group-prepend {
    width: 52px;
}
a.underline {
	text-decoration: underline;
}
/* For Bootstrap Select */
ul.dropdown-menu.inner {
	max-height: 250px !important;
	min-width: 80px;
}
.dropdown.bootstrap-select.form-control {
    background-image: unset !important;
}
.dropdown-menu .dropdown-item, .dropdown-menu li > a {
	padding: 6px !important;
	min-width: 0px !important;
}
.bs-searchbox input.form-control {
	height: 25px !important;
}
.dropdown-item.active:not(.disabled), .dropdown-item:active:not(.disabled) {
    color: #ffffff !important;
    text-decoration: none;
    background-color: var(--es-primary, #ec2227);
}
.bootstrap-select.form-control {
	max-width: calc(100% - 52px);
	margin-bottom: 5px !important;
}
.form-radio-container {
	padding-top: 12px;
}
.form-control-feedback {
	top: 0 !important;
}
.btn.btn-fab, .btn.btn-just-icon {
    font-size: 15px !important;
    line-height: 29px !important;
}
#goTop {
	position: fixed;
	right: 15px;
    bottom: 30px;
	z-index: 999;
}
#goTop > i {
	font-size: 22px;
    margin-top: 5px;
}
body:not(.dark-edition) .sidebar::before, body:not(.dark-edition) .off-canvas-sidebar nav .navbar-collapse::before {
	background: #fff;
}
.card:not(.card-stats) .card-header.card-header-icon i,.card .card-header.card-header-text i {
    font-size: 23px
}
.card-collapse .card-header a[aria-expanded=true] i {
	transform: rotate(180deg);
}
.sidebar .sidebar-wrapper {
    height: calc(100vh - 310px) !important;
	padding-bottom: 0;
}
.about-links {
	position: relative;
	z-index: 4;
}
@font-face {
	font-family: 'Cholaa';
	src: url('fonts/cholaa/Cholaa.woff2') format('woff2'), url('fonts/cholaa/Cholaa.woff') format('woff'), url('fonts/cholaa/Cholaa.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.cholaa {
	font-family: Cholaa, Roboto;;
	font-size: 30px;
}
input[type='number'] {
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.dark-edition .navbar {
	background-color: #1a2035 !important;
	border-bottom: 1px solid #dee2e6 !important;
}