body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins' !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%,
		#44bdce 100.2%);
	padding: 15px;
}

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

.header-text h3 {
	font-size: 29px;
    font-weight: 600;
    color: #000;
    margin-bottom: 2px;
    line-height: 1.3;
}

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

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

img.logo1 {
	    width: 108px;
    margin-bottom: 8px;
}

.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: #44bdce;
	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: #44bdce;*/
	 background-color: #2d59a1;
	color: #fff;
	width: 100%;
	padding: 2px 15px 2px 15px;
	display: flex;
	list-style-type: none;
	    border-bottom: 3px solid #96d8e4
}

#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: #44bdce;*/
	    background: #2d59a1;
	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: #fbf4f4;
	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: #44bdce;
	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: 100%;
	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: #44bdce;
	color: white;
	padding: 5px;
}

th.disp {
	text-align: left;
}

.header_color {
	color: cyan;
}

table#customers1 {
	width: 100%;
}

table#customers1 th {
	background-color: #44bdce;
	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: #44bdce !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: 15px;
	position: sticky;
	top: 0;
	z-index: 1;
	overflow: auto;
	height: 50px;
	border: 1px solid #b99999;
	/*background: #44bdce;*/
	background: #2d59a1;
	color: #fff;
	font-weight: 500;
}

.sticky_header tr, th, td {
	border: 1px solid #b99999;
    /* height: 24px; */
    padding: 7px;
    font-size: 16px;
}
 /* resposnive table code start */
.table-wrap{
 /* max-height: 100vh;vertical scroll height 
  overflow: auto;*/
  border: 1px solid #ccc;
  border-radius: 8px;
}
.sticky_header th:first-child {
  border-top-left-radius: 6px;
}

.sticky_header th:last-child {
  border-top-right-radius: 6px;
}

.sticky_header td {
  padding: 7px;
  border: 1px solid #e0e0e0;
  background: #fff;
}

.table-wrapper::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}

.table-wrapper::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 4px;
}

.table-wrapper::-webkit-scrollbar-track {
  background: #f0f0f0;
}
 /* resposnive table code end */
 
.borderlessTb, .borderlessTb tr, .borderlessTb td, .borderlessTb th {
	border: none;
	background: #fff;
	color: #000;
	overflow: auto;
	height: 40px;
}

.instructionsTitle {
	/*background: #ff0000 !important;*/
	background: #0898ac !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: 15px;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    font-weight: 500;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.instructions li{
	font-weight:500;
	line-height:1.8;
	font-size:15px;

	}
.module_heading {
	text-align: center;
    font-size: 27px;
    font-weight: 600;
    /* text-decoration: underline; */
    color: #003366;
}
.btn-link {
    font-weight: 400;
   /* color: #007bff; */
    background-color: #2d59a1;
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
}
.btn-link:hover {
	 font-weight: 400;
   /* color: #007bff; */
    background-color: #2d59a1;
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;}
/* Code by Ketan Ends */
@media print {
	.top-header, .navigation, #sidebar, .footer, #content .print-btn,
		.conthead {
		display: none;
	}
}
/*Code By Akshay*/
.table-form-ak td:first-child {
            width: 50%;
            vertical-align: top; /* Optional: align label to top */
         }

.error {
            color: red;
            font-size: 13px;
            margin-top: 3px;
            display: block;
        }
/* End */