body {
	background: #fff;
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

div {
	display: block;
}

button:hover {
	cursor: pointer;
}

a {
	transition: all ease-in-out .3s;
	outline: 0;
}

a:hover,

a:visited {
	text-decoration: none;
	color: #000;
}

.clear {
	clear: both;
}

.container {
	width: 1024px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.row::before, .row::after {
	display: table;
	content: " ";
}

*, ::before, ::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-1 {
	width: 8.3333%;
}

.col-2 {
	width: 16.6666%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.3333%;
}

.col-5 {
	width: 41.6666%;
}

.col-6 {
	width: 50%;
}

.col-7 {
	width: 58.3333%;
}

.col-8 {
	width: 66.6666%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.3333%;
}

.col-11 {
	width: 91.6666%;
}

.col-12 {
	width: 100%;
}

h1, h2 {
	font-weight: bold;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 24px;
}

.btn1, .btn2 {
	border: 0;
	padding: 10px 20px;
	border-radius: 0;
	transition: all ease-in-out .3s;
	color: #fff;
	text-decoration: none;
}

.btn1 {
	background-color: #0095ed;
}

.btn1:hover {
	background-color: grey;
}

.btn2 {
	background-color: red;
}

.btn2:hover {
	background-color: #0095ed;
}

label {
	display: block;
	margin-bottom: 10px;
}

input[type="text"],

input[type="email"],

input[type="password"],

input[type="number"],

input[type="file"],

input[type="date"],

select,

textarea {
	width: 100%;
	padding: 10px 12px;
	margin-bottom: 20px;
	outline: 0;
}

input[type="submit"], button {
	padding: 10px 25px;
	background-color: #0095ed;
	color: #fff;
	border: none;
	border-radius: 0;
	margin-top: 20px;
	cursor: pointer;
	transition: all ease-in-out .3s;
	font-weight: bold;
	outline: 0;
}

button.red {
	background-color: red;
}

button.darkblue {
	background-color: #083988;
}

input[type="submit"]:hover, button:hover {
	background-color: #00AFEF;
}

input:focus,

textarea:focus,

select:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	border: 1px solid #7FCAF6;
}

form .error {
	color: red;
	font-size: 11px;
	font-style: italic;
	display: block;
	margin-bottom: 6px;
}

form .success,

.success {
	background-color: green;
	color: #fff;
	padding: 5px 10px;
	font-size: 12px;
	font-style: italic;
	display: block;
	margin-bottom: 10px;
}

.logo {
	width: 230px;
	height: auto;
	margin: 40px auto 0;
}

.logo img {
	width: 100%;
	height: auto;
}

.header {
	width: 100%;
	background-color: #0095ed;
	color: white;
	height: 57px;
	margin-bottom: 40px;
}

.mobgreeting, 

.mobiletoggle {
	display: none;
}

.header p {
	font-style: italic;
	font-weight: bold;
	padding-top: 7px;
}

.header ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.header ul li {
	display: inline-block;
	margin: 0;
	position: relative;
}

.header a {
	padding: 20px;
	display: block;
	color: white;
	text-decoration: none;
	text-align: center;
}

.header li:hover,

.header li.active > a,

.header ul li.active > a {
	background-color: #7FCAF6;
}

.header .logout a {
	background-color: #083988;
	margin-top: 9px;
	border-radius: 30px;
	padding: 12px 13px;
	font-size: 12px;
	font-weight: bold;
	width: 150px;
	float: right;
}

.header .logout a:hover {
	background-color: #7FCAF6;
}

.header li ul {
	display: none;
	visibility: hidden;
	width: 250px;
	height: 100px;
	position: absolute;
	right: 0;
	top: 47px;
	z-index: 2;
}

.header li:hover ul {
	display: block;
	visibility: visible;
	padding: 10px 0;
}

.header li:hover ul li {
	background-color: #083988;
	display: block;
	border-bottom: 1px solid #2C58A1;
}

.header li:hover ul li a {
	text-align: right;
	padding: 15px 20px;
}

.header li ul li:hover {
	background-color: #7FCAF6;
}

.notification1 {
	color: red;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}

.home-title-block {
	width: 50%;
	max-width: 500px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin: 20px auto;
}

.header-banner {
	width: 100%;
	height: 200px;
	margin: 30px 0 70px;
	background: linear-gradient( rgba(0, 149, 237, 0.5), rgba(0, 149, 237, 0.5) ),

        url('https://www.culminateconsulting.com/wp-content/uploads/2021/03/Commercial.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position-x: center;
	background-position-y: center;
}

.header-banner.admin {
	margin: 30px 0 0;
}

.header-banner h1 {
	color: white;
	text-align: center;
	padding-top: 80px;
}

.profile_search_bx {
	text-align: center;
}

.admin .profile_search_bx {
	text-align: unset;
	width: 600px;
	height: auto;
	margin: auto;
	overflow: hidden;
}

.admin .profile_search_bx.search {
	text-align: center;
}

.admin .profile_search_bx form {
	width: 100%;
}

.admin .profile_search_bx.search {
	padding: 20px 30px;
	background-color: #fff;
}

.admin .profile_search_bx.search input[type="text"] {
	width: 80%;
	float: left;
	height: 50px;
	text-align: left;
}

.admin  .profile_search_bx.search button {
	width: 20%;
	float: left;
	margin-top: 0;
	padding: 15px 20px;
	text-transform: uppercase;
	height: 50px;
}

.admin .profile_search_bx.search form .error {
	clear: both;
}

.admin .profile_search_bx ::placeholder {
	text-align: left;
}

.profile_search_bx.addprofile {
	padding: 0 30px;
}

.profile_search_bx h2 {
	color: #0095ed;
}

.profile_search_bx form {
	width: 500px;
	margin: 50px auto 80px;
	height: auto;
	overflow: hidden;
}

.profile_search_bx input {
	padding: 15px 19px;
	text-align: center;
}

.admin .profile_search_bx input {
	text-align: unset;
}

.profile_search_bx ::placeholder {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	font-family: 'Montserrat';
}

.profile_search_bx input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	border: 1px solid #7FCAF6;
}

.resultpg {
	padding: 0 0 30px;
	overflow: hidden;
}

.resultpg h2 {
	text-align: center;
	margin-bottom: 50px;
}

.searchres {
	list-style: none;
	padding: 0 0 15px 15px;
	margin: 0 auto 20px;
	width: 600px;
	height: auto;
	border: 1px solid #ccc;
}

.admin .searchres {
	width: 700px;
}

.admin .searchres li:first-child {
	width: 20%;
}

.admin .searchres li {
	width: 28%;
}

.admin .searchres li.coycourse {
	width: 30%;
}

.admin .searchres li:last-child {
	width: 20%;
}

.searchres.btn {
	background-color: #fff !important;
	padding: 15px 0 15px 0 !important;
	width: 600px;
	border: 0;
}

.profile .searchres {
	padding: 15px 0 15px 15px;
	margin: 0 auto 10px;
}

.searchres:nth-child(2n+2) {
	background-color: #f1f1f1;
}

.searchres li {
	display: inline-block;
	width: 40%;
}

.searchres li:first-child {
	width: 35%;
}

.searchres li:last-child {
	width: 20%;
}

.profile .searchres li:first-child {
	text-transform: uppercase;
}

.profile .searchres li:last-child {
	font-weight: bold;
	width: 45%;
}

.resultpg .noresult {
	margin: 50px 0 80px;
	text-align: center;
}

.profile .profile-thumb, .profile .profile-thumb img {
	width: 100%;
	height: auto;
}

.attendance-result {
	text-align: center;
	margin-bottom: 20px;
}

.attendance-result span {
	color: #083988;
	font-size: 18px;
}

.attendance-filter {
	padding: 5px 0 3px;
	list-style: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	margin-top: 20px;
}

.attendance-filter li {
	width: 40%;
	display: inline-block;
	font-weight: bold;
}

.attendance-filter .flter {
	margin-top: -20px;
	vertical-align: middle;
}

.attendance-filter li:last-child {
	width: 60%;
	margin-left: -5px;
}

.attendance-filter ul {
	padding: 0;
	width: 430px;
	float: right;
	text-align: center;
}

.attendance-filter ul li {
	background-color: #ccc;
	padding: 8px 10px;
	width: 165px;
	transition: all ease-in-out .5s;
}

.attendance-filter ul li:first-child {
	width: 100px;
}

.attendance-filter ul li:last-child {
	width: 155px;
	float: none;
	margin-left: 0;
}

.attendance-filter ul li:hover,

.attendance-filter ul li.active {
	background-color: #083988;
	color: white;
	cursor: pointer;
}

.tablerow.hide,

.sn.hide {
	display: none;
}

.tablewrap {
	overflow-x: auto;
	margin-bottom: 50px;
}

.attendance_show_notice {
	display: none;
}

.attendance-table .checked-icon {
	width: 40px;
}

.attendance-table .checked-icon img {
	width: 20px;
	height: 20px;
	left: 10px;
	top: -15px;
}

.attendance-table {
	width: 100%;
	font-size: 13px;
}

.attendance-table th {
	background-color: #083988;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	padding: 8px;
	font-size: 13px;
	text-align: left;
}

.attendance-table td {
	padding: 8px;
}

.attendance-table td a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.attendance-table td a:hover {
	color: #083988;
}

.attendance-table tr.tablerow:nth-child(2n+1) {
	background-color: #f1f1f1;
}

.attendance-table tr td.action img {
	width: 20px;
}

.attendance-table tr td.action {
	min-width: 90px;
}

.reportresults {
	list-style: none;
	padding: 0;
	text-align: left;
	margin-top: 70px;
}

.reportresults.attendance {
	margin-top: 30px;
	margin-bottom: 20px;
}

.reportresults li {
	width: 32%;
	margin-right: 1%;
	display: inline-block;
	position: relative;
}

.reportresults li::after {
	content: '';
	position: absolute;
	width: 50px;
	height: 1px;
	background-color: #083988;
	top: -15px;
	left: 0;
	transition: all ease-in-out .5s;
}

.reportresults li:hover::after {
	width: 120px;
}

.reportresults li:last-child {
	width: 31%;
	margin-right: 0;
}

.reportresults li.btn::after {
	display: none;
}

.reportresults li.btn {
	float: right;
	width: 150px;
}

.reportresults li.btn button {
	margin-top: 0;
}

.thumbnail-cont {
	position: relative;
	width: 160px;
}

.thumbnail-cont .thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.thumbnail-cont .thumbnail img {
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
}

.thumbnail-cont .close {
	width: 30px;
	height: 30px;
	background-color: white;
	border-radius: 100%;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 2;
	display: block;
	cursor: pointer;
}

.close::before, 

.close::after {
	width: 24px;
	height: 1px;
	background-color: red;
	position: absolute;
	left: 3px;
	top: 14px;
	content: '';
}

.close::before {
	transform: rotate(45deg);
}

.close::after {
	transform: rotate(-45deg);
}

.footer {
	background-color: #0095ed;
	padding: 20px 0;
	color: #fff;
	text-align: center;
	margin-top: 100px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.pagination {
	text-align: center;
}
.pagination ul {
	padding-left: 0;
	list-style: none;
	margin: 20px auto 60px;
}
.pagination ul li {
	display: inline-block;
	margin: auto -2px;;
}
.pagination ul li a {
	padding: 8px 25px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #000;
}
.pagination ul li:first-child a {
	border-radius: 15px 0 0 15px;
}
.pagination ul li:last-child a {
	border-radius: 0 15px 15px 0;
}
.pagination ul li a:hover {
	color: #fff;
	background-color: #0095ed;
}

@media screen and (max-width: 1100px) {

	.container {
		width: 90%;
	}

	.profile .searchres {
		width: 100%;
	}

	.profile .searchres li {
		width: 60%;
	}

	.profile .searchres li:first-child {
		width: 40%;
	}
}

@media (min-width: 850px) and (max-width: 991px) {

	.header a {
		padding: 20px 12px;
	}
}

@media (min-width: 768px) and (max-width: 849px) {

	.header a {
		padding: 20px 5px;
	}
}

@media screen and (max-width: 767px) {

	.mobiletoggle {
		display: block;
		margin-top: 20px;
		cursor: pointer;
	}

	.mobiletoggle span {
		width: 20px;
		height: 16px;
		display: block;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		position: relative;
		float: left;
		margin-right: 10px;
	}

	.mobiletoggle span::after {
		content: '';
		position: absolute;
		width: 20px;
		height: 1px;
		left: 0;
		top: 6px;
		border-bottom: 1px solid #fff;
	}

	.header ul {
		display: none;
	}

	.header ul {
		position: absolute;
		top: 57px;
		width: 250px;
		z-index: 2;
	}

	.header ul li {
		width: 100%;
		border: none;
		background-color: #083988;
		border-top: 1px solid #2C58A1;
	}

	.header ul li a {
		padding: 12px 10px;
		color: #fff;
		text-align: left;
		height: auto;
	}

	.header li a:hover, 

	.header li.active > a,

	.header ul li.active > a {
		background-color: #2C58A1;
		color: #fff;
	}

	.header ul li:last-child {
		border-right: none;
	}

	.header ul li ul {
		top: 30px;
	}

	.header li:hover ul li a {
		text-align: left;
	}

	.attendance_show_notice {
		display: block;
		text-align: center;
		font-style: italic;
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {

	.container {
		width: 85%;
	}

	.col-sm-3 {
		width: 30%;
	}

	.col-sm-4 {
		width: 33.3333%;
	}

	.col-sm-8 {
		width: 66.6666%;
	}

	.col-sm-9 {
		width: 70%;
	}

	.col-100 {
		width: 100% !important;
		float: none;
	}

	.hide_mob {
		display: none !important;
	}

	.mobgreeting {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}

	.home-title-block {
		width: 100%;
	}

	.admin .profile_search_bx,

	.searchres,

	.profile_search_bx form,

	.noaccess {
		width: 85%;
	}

	.admin .searchres {
		width: 95%;
	}

	.admin .searchres li:first-child {
		width: 48%;
	}

	.admin .searchres li {
		width: 50%;
	}

	.admin .searchres li.coycourse {
		width: 48%;
	}

	.admin .searchres li:last-child {
		width: 50%;
	}

	.attendance-filter .flter {
		margin-top: -20px;
		vertical-align: middle;
	}

	.attendance-filter ul {
		width: 295px;
	}

	.attendance-filter ul li span {
		display: none;
	}

	.attendance-filter ul li:first-child {
		width: 40px;
	}

	.attendance-filter ul li {
		width: 105px;
	}

	.attendance-filter ul li:last-child {
		width: 140px;
	}
}

@media screen and (max-width: 480px) {

	.container {
		width: 90%;
	}

	.header a {
		padding: 20px 10px;
		font-size: 13px;
	}

	.header .logout a {
		font-size: 12px;
		width: 135px;
	}

	.header ul li:last-child {
		border-right: none;
	}

	.logo {
		margin: 20px auto 0;
	}

	.header-banner {
		margin: 20px 0 50px;
	}

	.admin .profile_search_bx {
		width: 100%;
	}

	.searchres {
		width: 100%;
	}

	.searchres li {
		display: inline-block;
		width: 40%;
	}

	.searchres li:last-child {
		width: 30%;
	}

	.searchres button {
		padding: 10px 8px;
	}

	.profile .searchres li:first-child {
		width: 35%;
		font-size: 12px;
	}

	.profile .searchres li:last-child {
		width: 60%;
	}

	.admin .profile_search_bx.search input[type="submit"], button, .profile_search_bx.addprofile input[type="submit"], button {
		padding: 13px 20px;
		font-size: 12px;
	}

	.attendance-filter .flter {
		display: none;
	}

	.attendance-filter li:last-child {
		width: 100%;
		margin-left: 0;
	}

	.attendance-filter ul {
		width: 295px;
		float: none;
		margin: auto;
	}
}