a {
	color: #333399;
}

.ci_error {
	color: red;
}

label.error {
	color: red;
	float: left;
}


.btn {
	display: inline-block;
	width: auto;
	border: 1px solid transparent;
	font-size: 14px;
	border-radius: 10px;
	/* height: 40px; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
	padding: 8px 15px;
}

.btn:hover,
.btn:focus,
.btn.focus {
	text-decoration: none;
}

.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn.outline {
	border-color: #339;
	color: #339;
}

.btn.outline:hover {
	border-color: #339;
	color: #339;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-primary {
	background-color: #339;
	border-color: #339;
	color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #3d3dbb;
	border-color: #3d3dbb;
	color: #fff;
}

/* .btn-secondary {
	background-color: rgb(98, 98, 102);
	border-color: rgb(98, 98, 102);
	color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus {
	background-color: rgb(85, 85, 92);
	border-color: rgb(85, 85, 92);
	color: #fff;
} */

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}


.form-control[readonly] {
	background-color: #fff;
	border-radius: 10px;
}

.form-control {
	width: 100%;
	box-shadow: none;
	outline: none;
	text-indent: 0px;
	border: 1px solid #d3d3d3;
	border-radius: 10px;
	padding: 8px 15px;
	font-size: 14px;
	font-weight: 400;
	height: 40px;
	color: #4b4b4b;
	background-color: #fff;
}

.form-control:focus {
	border-color: #333399;
	box-shadow: none;
	outline: none;
}

.form-control::placeholder {
	color: #4b4b4b;
}

.select {
	position: relative;
}

select.input-sm {
	padding: 6px 10px;
}

.main-wrapper .inner-wrapper {
	/* padding: 20px; */
}

.inner-wrapper .inner-content {
	display: block;
	/* grid-template-columns: 220px 1fr; */
	/* gap: 30px; */
	width: 100%;
}

.sidebar {
	background-color: #ffffff;
	height: calc(100vh - 71px);
	overflow: auto;
}

.dropdown-user .dropdown-menu {
	left: auto;
	right: 0;
}

#navbar .navigation.hide-on-mob .dropdown-menu {
	position: absolute;
	background-color: #fff;
	max-width: 100px;
	min-width: none;
	top: 100%;
	left: auto;
	right: 0;
}

#navbar .navigation.hide-on-mob .dropdown-menu li a {
	color: #4b4b4b;
}

#navbar .navigation.hide-on-mob .dropdown-menu li a:hover {
	color: #393939;
}

#navbar .dropdown-menu li a {
	padding: 8px 20px;
	font-size: 16px;
}

.alert {
	max-width: 600px;
	width: 100%;
	margin: auto;
	text-align: left;
	display: flex;
	gap: 10px;
}

.alert img {
	width: 20px;
}

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

.sidebar ul li a {
	padding: 10px;
	font-size: 16px;
	border-top: 1px solid #f6f6fb;
	display: block;
	color: #4b4b4b;
}

.sidebar .dropdown-menu {
	margin: 0;
}

.sidebar .dropdown-menu li a {
	padding-left: 20px;
}

.sidebar ul li a:hover {
	background-color: #fafafa;
	color: #333399;
}

.sidebar ul li.active>a {
	background-color: #f6f6fb;
	color: #333399;
	border-left: 3px solid #333399;
}

.poject-summary {
	margin-bottom: 10px;
}

.inner-content-wrapper {
	padding: 15px;
	width: 100%;
}

.feeds .nav>li>a:focus,
.feeds .nav>li>a:hover {
	outline: none;
	border-bottom: 2px solid #333399;
	background-color: rgba(255, 255, 255, 0.1);
}

.feeds .tab-content .event-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 20px;
}

.feeds .tab-content .event-wrapper .event {
	width: calc(33% - 10px);
}

.daily-summery form {
	display: flex;
	gap: 10px;
}

.daily-summery form .form-group {
	max-width: 250px;
	width: 100%;
}

.card-style {
	border-radius: 10px;
	border: 0.5px solid #FCFBFC;
	background: #FFF;
	box-shadow: 0px 0.5px 1px 0px rgba(0, 0, 0, 0.25);
}

.card-style-inner {
	padding: 15px;
}

.circle-image {
	border-radius: 50px;
	text-align: center;
}

.user-title {
	margin-top: 15px;
}

.user-title label {
	display: block;
	font-size: 24px;
}

.user-title span {
	font-weight: 400;
	font-size: 16px;
}

.password-link {
	margin-top: 15px;
}

.password-link a {
	color: #333399;
	font-size: 14px;
	font-weight: 500px;
	display: block;
	padding: 10px 0px;
	text-align: left;
}

.password-link a i {
	padding-right: 15px;
}

.profile-info {
	padding: 0 15px;
}

.user-profile .back {
	margin-bottom: 15px;
}

.user-profile .year-filter .back {
	margin-bottom: 0;
}

.year-filter-wrapper {
	display: flex;
	gap: 10px;
	align-items: center;
}

.card-style.bg-pattern {
	background-image: url(../img/pattern.jpg);
	background-size: cover;
}

.card-style.bg-pattern .card-style-inner {
	padding: 30px;
	display: block;
}

.card-style.card-style.bg-pattern form {
	max-width: 550px;
	margin: auto;
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
}

.card-style.card-style.bg-pattern form h4 {
	margin-top: 0;
}

.year-filter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 15px;
}

.year-filter select {
	max-width: 150px;
}


.modal-body {
	padding: 20px;
}

.modal-header {
	padding-left: 20px;
	padding-right: 20px;
}

.modal-body+.modal-footer {
	padding-left: 15px;
	padding-right: 15px;
}

.modal-footer {
	border-top: none;
}

.choices__inner {
	border-radius: 10px !important;
	padding: auto !important;
}

.choices__inner .choices__inner {
	border: none;
	/* background-color: unset; */
	box-shadow: none;
}

.page-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.title-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}

.page-title h4 {
	margin: 0;
}

table tr th,
table tr td {
	font-size: 14px;
}

.events-tab-bar {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 15px;
	display: flex;
}

.events-tab-bar.nav-tabs {
	border: none;
	background-color: #333399;
	border-radius: 10px;
	padding: 4px;
}

.events-tab-bar.nav-tabs li {
	flex: 1;
	text-align: center;
	border-radius: 10px;
}

.events-tab-bar.nav-tabs li a {
	border: none;
	width: 100%;
	padding: 8px 10px;
	color: #fff;
	border-radius: 10px;
}

.events-tab-bar.nav-tabs>li.active a {
	background-color: #fff;
	color: #393939;
}

table>thead>tr>th {
	white-space: nowrap;
}

#importFrm form .file-group {
	display: flex;
	margin-top: 10px;
}

#importFrm form input[type="file"] {
	border: 1px solid #333399;
	border-top-right-radius: 0;
	background-color: #fff;
	border-bottom-right-radius: 0;
}

#importFrm form input {
	height: 100%;
}

.employee-list,
.employee-list .search-form {
	display: flex;
	gap: 10px;
}

.hiring-cta {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hiring-cta .hiring-filter {
	display: flex;
	gap: 5px;
}

.hiring-cta .projectBtn {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}

@media (min-width: 1081px) {}

@media (max-width: 1280.98px) {}

@media (max-width: 1255.98px) {
	.feeds .tab-content .event-wrapper .event {
		width: calc(50% - 10px);
	}
}

@media (max-width: 1005.98px) {
	.sidebar {
		display: none;
	}

	.inner-wrapper .inner-content {
		grid-template-columns: 1fr;
	}

	#navbar .navigation>li,
	#navbar .navigation,
	#navbar .header-right {
		float: none;
		height: auto;
	}

	#navbar .dropdown-menu li a,
	.navigation>li>a {
		font-size: 16px;
		padding: 5px 12px;
		color: #c6c6d3;
	}

	#navbar .dropdown-menu li a:hover {
		background-color: unset;
		color: #fff;
	}

	#navbar .dropdown-menu {
		padding: 0;
		padding-bottom: 10px;
		padding-left: 15px;
		padding-right: 15px;
		margin: 0;
	}

	.hide-on-mob {
		display: none;
	}
}

@media (max-width: 991.98px) {

	.btn-add,
	.btn-add1,
	.btn-remove,
	.btn-remove1 {
		margin-top: 0;
	}
}

@media (max-width: 767.98px) {
	.user-profile .card-style-inner {
		grid-template-columns: 1fr;
	}

	.profile-info {
		padding: 0;
	}

	.change-password {
		border-bottom: 1px solid #eee;
		margin-bottom: 15px;
	}

}

@media (max-width: 575.98px) {
	.feeds .tab-content .event-wrapper .event {
		width: 100%;
	}
}