body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px;
}

a {
	color: #003366;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	color: #66bb66;
	background-color: inherit;
}

/*header*/
.top-header {
	background-image: linear-gradient(124deg, rgb(247 249 255) -7.2%,
		#591a73 100.2%);
	padding: 15px;
}

.logo-set {
	display: flex;
	align-items: center;
}

.header-text h3 {
	font-size: 34px;
	font-weight: 600;
	color: #000;
	margin-bottom: 0px;
}

.header-text h4 {
	font-size: 18px;
	font-weight: 500;
	color: #000;
}

.header-text h5 {
	font-size: 21px;
	font-weight: 700;
	color: #020610;
}

img.logo1 {
	width: 100px;
}

.header-text {
	margin-left: 20px;
}

.titleText {
	font-size: 16px;
	font-weight: 600;
}

.marqueeNews {
	background: #fff;
	padding: 4px 15px 3px;
}

.card {
	box-shadow: 0px 2px 8px -1px #bebebe70;
	margin-bottom: 20px;
}

.card .card-header {
	background: #591a73;
	color: #fff;
	padding: 8px 15px;
}

.card .card-header h6 {
	padding: 4px 15px;
	margin: 0;
	font-size: 16px;
}

.card .card-body {
	padding: 30px;
}
/*navbar*/
#navcontainer ul {
	margin: 0;
	background-color: #591a73;
	color: #fff;
	width: 100%;
	padding: 2px 15px 2px 15px;
	display: flex;
	list-style-type: none;
}

#navcontainer ul li form {
	display: none;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li p, #navcontainer ul li a {
	padding: 5px 15px;
	color: #fff;
	text-decoration: none;
	float: left;
	margin: 0;
}

#navcontainer ul li a:hover {
	color: #000;
	background: #fff;
	border-radius: 2px;
}

/* footer */
.footer {
	background: #591a73;
	text-align: center;
	color: #fff;
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 5px;
}

.footer a {
	text-decoration: none;
	font-size: 14px;
	color: #fff;
}

/*sidebar*/
div#sidebar {
	    padding: 0;
    float: left;
    height: auto;

    background: #ffefef;
    top: 0;
    margin-bottom: 50px;
    margin-top: 10px;
   
}

.main {
	margin-bottom: 50px;
	margin-top: 10px;
}

#sidebar h1 {
	padding: 10px 15px;
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
	background: #591a73;
	font-weight: 400;
	border-radius: 0px 4px 0 0;
	box-shadow: rgb(0 0 0/ 15%) 0px 5px 5px 0px;
}

.left-box ul {
	margin: 0px;
	padding: 0px;
}

.left-box li {
	border-bottom: 1px solid #d9bcbc;
	padding: 7px 15px;
	list-style-type: none;
}

input[type="checkbox"] {
	/* width: 5%; */
	height: calc(1rem + 0.25rem + 5px);
}

/*  Table   */
table, th, td {
	border: 1px solid black;
}

table {
	border-collapse: collapse;
	width: 100%;
}

table, th {
	text-align: center;
}

td {
	text-align: left;
}

th {
	background-color: #591a73;
	color: white;
	padding: 5px;
}

th.disp {
	text-align: left;
}

.header_color {
	color: cyan;
}

table#customers1 {
	width: 100%;
}

table#customers1 th {
	background-color: #591a73;
	color: #fff;
	font-weight: 500;
}
/* Form */
.custom-form input, .custom-form textarea, .custom-form select,
	.custom-form .form-control {
	font-size: 14px;
	line-height: 1.3;
	min-height: 45px;
}

.custom-form label {
	font-size: 14px;
	color: #222;
	line-height: 1.3;
}

.custom-form input[type="radio"], .custom-form input[type="checkbox"] {
	line-height: 1;
	min-height: auto;
}

/* Code By Ketan Start */
.content_heading {
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	padding-left: 10px;
}

.content_table_heading {
	text-align: center;
	font-weight: bold;
}

.section_heading {
	background-color: #591a73 !important;
	color: white !important;
	padding: 5px !important;
	font-weight: 300;
	text-transform: capitalize;
	border-radius: 5px 5px 0px 0px;
}

.print_header th {
	text-align: center;
	background: #fff;
	color: #000;
	font-size: 15px;
	height: 40px;
}
.print_header tr, td {
	border: 1px solid;
	height: 40px;
}
.print_header tr, th, td {
	border: 1px solid;
}

.sticky_header th {
	text-align: center;
	background: #fff;
	color: #000;
	font-size: 16px;
	position: sticky;
	top: 0;
	z-index: 1;
	overflow: auto;
	height: 50px;
	border: 1px solid;
	background: #591a73;
	color: #fff;
}

.sticky_header tr, th, td {
	border: 1px solid;
	height: 50px;
}

.borderlessTb, .borderlessTb tr, .borderlessTb td, .borderlessTb th {
	border: none;
	background: #fff;
	color: #000;
	overflow: auto;
	height: 40px;
}

.instructionsTitle {
	background: #ff0000 !important;
	padding: 9px;
	border-radius: 4px 4px 0 0;
	box-shadow: rgb(0 0 0/ 15%) 0px 5px 5px 0px;
	margin: 0px;
	color: #fff;
	text-align: left;
	font-weight: bold;
}

.instructions {
	padding: 7px;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 0.25rem;
	font-weight: bold;
}

.module_heading {
	text-align: center;
    font-size: 30px;
    font-weight: bold;
    text-decoration: underline;
}
/* Code by Ketan Ends */
@media print {
	.top-header, .navigation, #sidebar, .footer, #content .print-btn,
		.conthead {
		display: none;
	}
}
/* End */