
/*============================
 [Table of CSS]

1. General
2. Table
3. Helper Class
4. Bootstrap Classes
5. Animation
6. Toggle Button
7. Modal
8. Header
9. Sidebar
10. Content
11. Login
12. Dashboard
13. Activity
14. Select2
15. Nav tabs
16. Holidays
17. Delete Modal
18. Edit Profile
19. Chat
20. Focus Label
21. Leave
22. Employee
23. Events
24. Profile
25. Notifications
26. Roles & Permissions
27. Chat Right Sidebar
28. Projects
29. Invoice
30. Task
31. Project View
32. Payslip
33. Attendance
34. Ticket
35. Client Profile
36. Inbox
37. Mail View
38. Voice call
39. Video Call
40. Outgoing call
41. Incoming call
42. Contacts
43. Chat Sidebar
44. Jobs
45. Job Details
46. Notification Settings
47. Leave Settings
48. Termination
49. Loader
50. Payroll Items
51. Error
52. Lock Screen
53. OTP
54. Salary Settings
55. Components
56. Search
57. Knowledgebase
58. FAQ
59. Employee Dashboard
60. Performance Review
61. Kanban Board
62. File Manager
63. Subscriptions
64. Responsive
========================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
	src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
/*@font-face {
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 400;
    src: local('Circular Std Book'), url('../../fonts/CircularStd-Book.woff') format('woff');
}

@font-face {
    font-family: 'CircularStd';
    font-style: italic;
    font-weight: 400;
    src: local('Circular Std Book Italic'), url('../../fonts/CircularStd-BoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 500;
    src: local('Circular Std Medium'), url('../../fonts/CircularStd-Medium.woff') format('woff');
}

@font-face {
    font-family: 'CircularStd';
    font-style: italic;
    font-weight: 500;
    src: local('Circular Std Medium Italic'), url('../../fonts/CircularStd-Medium.woff') format('woff');
}

@font-face {
	font-family: 'CircularStd';
	font-style: normal;
	font-weight: 600;
	src: local('Circular Std Bold'), url('../../fonts/CircularStd-Bold.woff') format('woff');
}
@font-face {
	font-family: 'CircularStd';
	font-style: italic;
	font-weight: 600;
	src: local('Circular Std Bold Italic'), url('../../fonts/CircularStd-BoldItalic.woff') format('woff');
}
@font-face {
	font-family: 'CircularStd';
	font-style: normal;
	font-weight: 800;
	src: local('Circular Std Black'), url('../../fonts/CircularStd-Black.woff') format('woff');
}
@font-face {
	font-family: 'CircularStd';
	font-style: italic;
	font-weight: 800;
	src: local('Circular Std Black Italic'), url('../../fonts/CircularStd-BlackItalic.woff') format('woff');
}*/

/*-----------------
	1. General
-----------------------*/

html {
	height: 100%;
}

body {
	font-family: 'poppins', sans-serif;
	font-size: 12px;
	color: #1f1f1f;
	background-color: #f7f7f7;
	min-height: 100%;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: poppins;
	margin-top: 0;
	font-weight: 500;
}

h1, .h1 {
	font-size: 2.25rem;
}

h2, .h2 {
	font-size: 1.875rem;
}

h3, .h3 {
	font-size: 1.5rem;
}

h4, .h4 {
	font-size: 1.125rem;
}

h5, .h5 {
	font-size: 0.875rem;
}

h6, .h6 {
	font-size: 0.75rem;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
}

.form-capsule .show-label label {
	color: #a9a9a9;
}

.form-control {
	border-color: #e3e3e3;
	box-shadow: none;
	font-size: 13px;
	height: 44px;
}

	.form-control:focus {
		border-color: #ccc;
		box-shadow: none;
		outline: 0 none;
	}

	.form-control[disabled], fieldset[disabled] .form-control {
		cursor: not-allowed;
	}

input,
button,
a {
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

	input, input:focus,
	button, button:focus {
		outline: none;
	}

		input[type="file"] {
			height: auto;
		}

		input[type=text],
		input[type=password] {
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
		}

textarea.form-control {
	resize: vertical;
}

.navbar-nav > li {
	float: left;
}

.form-control-lg.form-control {
	border-radius: 4px;
	height: 46px;
}

.form-control-sm.form-control {
	height: 30px;
	border-radius: 0;
}

.input-group.input-group-lg .form-control {
	height: 46px;
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}

.input-group-text {
	background-color: #f7f7f7;
	border-color: #e3e3e3;
}

select.form-control[multiple] option, select.form-control[size] option {
	border-radius: 3px;
	padding: 7px 12px;
}

select.form-control[multiple], select.form-control[size] {
	height: 200px;
	padding: 7px;
}

/*-----------------
	2. Table
-----------------------*/

.table {
	color: #333;
}

	.table.table-white {
		background-color: #fff;
	}

	.table thead th {
		font-weight: 500;
		letter-spacing: 0.05em;
	}

.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #f8f8f8;
}

table.table td h2 {
	display: inline-block;
	font-size: inherit;
	font-weight: 400;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

	table.table td h2.table-avatar {
		align-items: center;
		display: inline-flex;
		font-size: inherit;
		font-weight: 400;
		margin: 0;
		padding: 0;
		vertical-align: middle;
		white-space: nowrap;
	}

		table.table td h2.table-avatar.blue-link a {
			color: #007bff;
		}

	table.table td h2 a {
		color: #333;
	}

		table.table td h2 a:hover {
			color: #ff9b44;
		}

	table.table td h2 span {
		color: #888;
		display: block;
		font-size: 12px;
		margin-top: 3px;
	}

table.dataTable {
	margin-bottom: 15px !important;
	margin-top: 15px !important;
}

.table-nowrap td,
.table-nowrap th {
	white-space: nowrap
}

.table-hover tbody tr:hover {
	background-color: #f7f7f7;
	color: #212529;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
	font-size: 13px;
}




/*-----------------
	3. Helper Class
-----------------------*/

.p-20 {
	padding: 20px !important;
}

.p-t-0 {
	padding-top: 0 !important;
}

.m-0 {
	margin: 0 !important;
}

.m-r-5 {
	margin-right: 5px !important;
}

.m-r-10 {
	margin-right: 10px !important;
}

.m-l-5 {
	margin-left: 5px !important;
}

.m-l-15 {
	margin-left: 15px !important;
}

.m-t-5 {
	margin-top: 5px !important;
}

.m-t-0 {
	margin-top: 0 !important;
}

.m-t-10 {
	margin-top: 10px !important;
}

.m-t-15 {
	margin-top: 15px !important;
}

.m-t-20 {
	margin-top: 20px !important;
}

.m-t-30 {
	margin-top: 30px !important;
}

.m-t-50 {
	margin-top: 50px !important;
}

.m-b-5 {
	margin-bottom: 5px !important;
}

.m-b-10 {
	margin-bottom: 10px !important;
}

.m-b-15 {
	margin-bottom: 15px !important;
}

.m-b-20 {
	margin-bottom: 20px !important;
}

.m-b-30 {
	margin-bottom: 30px !important;
}

.w-40 {
	width: 40px;
}

.btn-md {
	height: 40px;
}

.block {
	display: block !important;
}

.text-ellipsis {
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-muted-light {
	color: #aaa;
}

.text-xs {
	font-size: .75rem !important;
}

.text-sm {
	font-size: .875rem !important;
}

.text-lg {
	font-size: 1.25rem !important;
}

.text-xl {
	font-size: 1.5rem !important;
}

.font-18 {
	font-size: 18px;
}

.btn.btn-rounded {
	border-radius: 50px;
}

/*-----------------
	4. Bootstrap Classes
-----------------------*/

.btn {
	border-radius: 5px;
}

	.btn.disabled, .btn:disabled {
		cursor: not-allowed;
	}

.btn-white {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
}

	.btn-white:focus, .btn-white:hover {
		background-color: #f7f7f7;
	}

.rounded,
.circle {
	border-radius: 500px;
}

.bg-purple,
.badge-purple {
	background-color: #7460ee !important;
}

.bg-primary,
.badge-primary {
	background-color: #007bff !important;
}

.bg-success,
.badge-success {
	background-color: #55ce63 !important;
}

.bg-info,
.badge-info {
	background-color: #009efb !important;
}

.bg-warning,
.badge-warning {
	background-color: #ffbc34 !important;
}

.bg-danger,
.badge-danger {
	background-color: #f62d51 !important;
}

.bg-white {
	background-color: #fff;
}

.text-primary,
.dropdown-menu > li > a.text-primary {
	color: #ff9b44 !important;
}

.text-success,
.dropdown-menu > li > a.text-success {
	color: #55ce63 !important;
}

.text-danger,
.dropdown-menu > li > a.text-danger {
	color: #f62d51 !important;
}

.text-info,
.dropdown-menu > li > a.text-info {
	color: #009efb !important;
}

.text-warning,
.dropdown-menu > li > a.text-warning {
	color: #ffbc34 !important;
}

.text-purple,
.dropdown-menu > li > a.text-purple {
	color: #7460ee !important;
}

.text-muted {
	color: #1d72cc !important;
	font-size: 12px;
}

td.dataTables_empty {
	text-align: center;
}

.btn-purple {
	background-color: #7460ee;
	border: 1px solid #7460ee;
	color: #fff;
}

	.btn-purple:hover,
	.btn-purple:focus {
		background-color: #482fe9;
		border: 1px solid #482fe9;
	}

.btn-primary {
	background-color: #0062cc;
	border: 1px solid #0062cc;
}
.btn-primaryregis {
	background-color: #0062cc;
	border: 1px solid #0062cc;
}
	.btn-primary:hover,
	.btn-primary:focus,
	.btn-primary.active,
	.btn-primary:active,
	.open > .dropdown-toggle.btn-primary {
		background-color: #ff851a;
		border: 1px solid #ff851a;
	}

		.btn-primary.active.focus,
		.btn-primary.active:focus,
		.btn-primary.active:hover,
		.btn-primary.focus:active,
		.btn-primary:active:focus,
		.btn-primary:active:hover,
		.open > .dropdown-toggle.btn-primary.focus,
		.open > .dropdown-toggle.btn-primary:focus,
		.open > .dropdown-toggle.btn-primary:hover {
			background-color: #ff851a;
			border: 1px solid #ff851a;
		}

		.btn-primary.active:not(:disabled):not(.disabled),
		.btn-primary:active:not(:disabled):not(.disabled),
		.show > .btn-primary.dropdown-toggle {
			background-color: #0062cc;
			border-color: #0062cc;
			color: #fff;
		}

			.btn-primary.active:focus:not(:disabled):not(.disabled),
			.btn-primary:active:focus:not(:disabled):not(.disabled),
			.show > .btn-primary.dropdown-toggle:focus {
				box-shadow: unset;
			}

	.btn-primary.disabled, .btn-primary:disabled {
		background-color: #ff9b44;
		border-color: #ff9b44;
		color: #fff;
	}

.btn-success {
	background-color: #ff5757;
	border: 1px solid #ff5767;
}

	.btn-success:hover,
	.btn-success:focus,
	.btn-success.active,
	.btn-success:active,
	.open > .dropdown-toggle.btn-success {
		background-color: #ff5757;
		border: 1px solid #ff5767;
		color: #fff;
	}

		.btn-success.active.focus,
		.btn-success.active:focus,
		.btn-success.active:hover,
		.btn-success.focus:active,
		.btn-success:active:focus,
		.btn-success:active:hover,
		.open > .dropdown-toggle.btn-success.focus,
		.open > .dropdown-toggle.btn-success:focus,
		.open > .dropdown-toggle.btn-success:hover {
			background: #4ab657;
			border: 1px solid #4ab657
		}

			.btn-success.active:focus:not(:disabled):not(.disabled),
			.btn-success:active:focus:not(:disabled):not(.disabled),
			.show > .btn-success.dropdown-toggle:focus {
				box-shadow: unset;
			}

	.btn-success.disabled, .btn-success:disabled {
		background-color: #55ce63;
		border-color: #55ce63;
		color: #fff;
	}

.btn-info {
	background-color: #009efb;
	border: 1px solid #009efb
}

	.btn-info:hover,
	.btn-info:focus,
	.btn-info.active,
	.btn-info:active,
	.open > .dropdown-toggle.btn-info {
		background-color: #028ee1;
		border: 1px solid #028ee1
	}

		.btn-info.active.focus,
		.btn-info.active:focus,
		.btn-info.active:hover,
		.btn-info.focus:active,
		.btn-info:active:focus,
		.btn-info:active:hover,
		.open > .dropdown-toggle.btn-info.focus,
		.open > .dropdown-toggle.btn-info:focus,
		.open > .dropdown-toggle.btn-info:hover {
			background-color: #028ee1;
			border: 1px solid #028ee1
		}

			.btn-info.active:focus:not(:disabled):not(.disabled),
			.btn-info:active:focus:not(:disabled):not(.disabled),
			.show > .btn-info.dropdown-toggle:focus {
				box-shadow: unset;
			}

	.btn-info.disabled, .btn-info:disabled {
		background-color: #009efb;
		border-color: #009efb;
		color: #fff;
	}

.btn-warning {
	background: #ffbc34;
	border: 1px solid #ffbc34
}

	.btn-warning:hover,
	.btn-warning:focus,
	.btn-warning.active,
	.btn-warning:active,
	.open > .dropdown-toggle.btn-warning {
		background: #e9ab2e;
		border: 1px solid #e9ab2e
	}

		.btn-warning.active.focus,
		.btn-warning.active:focus,
		.btn-warning.active:hover,
		.btn-warning.focus:active,
		.btn-warning:active:focus,
		.btn-warning:active:hover,
		.open > .dropdown-toggle.btn-warning.focus,
		.open > .dropdown-toggle.btn-warning:focus,
		.open > .dropdown-toggle.btn-warning:hover {
			background: #e9ab2e;
			border: 1px solid #e9ab2e
		}

			.btn-warning.active:focus:not(:disabled):not(.disabled),
			.btn-warning:active:focus:not(:disabled):not(.disabled),
			.show > .btn-warning.dropdown-toggle:focus {
				box-shadow: unset;
			}

	.btn-warning.disabled, .btn-warning:disabled {
		background-color: #ffbc34;
		border-color: #ffbc34;
		color: #fff;
	}

.btn-danger {
	background: #f62d51;
	border: 1px solid #f62d51
}

	.btn-danger:hover,
	.btn-danger:focus,
	.btn-danger.active,
	.btn-danger:active,
	.open > .dropdown-toggle.btn-danger {
		background-color: #e6294b;
		border: 1px solid #e6294b
	}

		.btn-danger.active.focus,
		.btn-danger.active:focus,
		.btn-danger.active:hover,
		.btn-danger.focus:active,
		.btn-danger:active:focus,
		.btn-danger:active:hover,
		.open > .dropdown-toggle.btn-danger.focus,
		.open > .dropdown-toggle.btn-danger:focus,
		.open > .dropdown-toggle.btn-danger:hover {
			background: #e9ab2e;
			border: 1px solid #e9ab2e
		}

			.btn-danger.active:focus:not(:disabled):not(.disabled),
			.btn-danger:active:focus:not(:disabled):not(.disabled),
			.show > .btn-danger.dropdown-toggle:focus {
				box-shadow: unset;
			}

	.btn-danger.disabled, .btn-danger:disabled {
		background-color: #f62d51;
		border-color: #f62d51;
		color: #fff;
	}

.btn-custom {
	background: #ff9b44;
	background: -moz-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
	background: -webkit-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
	background: -ms-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
	background: linear-gradient(to right, #ff9b44 0%, #fc6075 100%);
	color: #fff;
}

	.btn-custom.focus,
	.btn-custom:focus,
	.btn-custom:hover {
		background: #ff9b44;
		background: -moz-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
		background: -webkit-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
		background: -ms-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
		background: linear-gradient(to right, #ff9b44 0%, #fc6075 100%);
		color: #fff;
	}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: #ff9b44;
	border-color: #ff9b44;
}

.pagination > li > a,
.pagination > li > span {
	color: #ff9b44;
}

.page-link:hover {
	color: #ff9b44;
}

.page-link:focus {
	box-shadow: unset;
}

.page-item.active .page-link {
	background-color: #ff9b44;
	border-color: #ff9b44;
}

.dropdown-menu {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	transform-origin: left top 0;
	box-shadow: inherit;
	background-color: #fff;
}

.navbar-nav .open .dropdown-menu {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
	font-size: 13px;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	box-shadow: none;
}

.btn-link {
	color: #333;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.form-text {
	color: #999;
	font-size: 12px;
	margin-bottom: 7px;
	margin-top: 7px;
}

.btn.focus, .btn:focus {
	box-shadow: unset;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #ff9b44;
}

.list-group-item {
	border: 1px solid #e3e3e3;
}

.custom-file {
	height: 44px;
}

	.custom-file .custom-file-label {
		border: 1px solid #e3e3e3;
		height: 44px;
		margin-bottom: 0;
		padding: 10px 15px;
	}

.custom-file-label::after {
	background-color: #f2f2f2;
	height: 42px;
	padding: 10px 15px;
}

.custom-file input[type="file"] {
	height: 44px;
}

.bg-inverse-primary {
	background: rgba(77, 138, 240, .2) !important;
	color: #4d8af0 !important;
}

.bg-inverse-secondary {
	background: rgba(194, 198, 209, .2) !important;
	color: #c2c6d1 !important;
}

.bg-inverse-success {
	background-color: rgba(15, 183, 107,0.12) !important;
	color: #26af48 !important;
}

.bg-inverse-purple {
	background: rgba(108, 97, 246, .2) !important;
	color: #6c61f6 !important;
}

.bg-inverse-warning {
	background-color: rgba(255, 152, 0,0.12) !important;
	color: #f39c12 !important;
}

.bg-inverse-danger {
	background-color: rgba(242, 17, 54,0.12) !important;
	color: #e63c3c !important;
}

.bg-inverse-light {
	background: rgba(223, 223, 223, .2) !important;
	color: #dfdfdf !important;
}

.bg-inverse-dark {
	background: rgba(116, 118, 123, .2) !important;
	color: #74767b !important;
}

.bg-inverse-white {
	background: rgba(255, 255, 255, .2) !important;
	color: #fff !important;
}

.bg-inverse-info {
	background-color: rgba(2, 182, 179,0.12) !important;
	color: #1db9aa !important;
}

.bg-inverse-default {
	background-color: rgba(40, 52, 71,0.12) !important;
	color: #283447 !important;
}

.bg-gradient-primary {
	background: linear-gradient( to right, #6e00ff 10%, #6e00ff 100%);
}

.bg-gradient-secondary {
	background: linear-gradient(to bottom right,#f35c38 0,#f35c38 100%);
}

.bg-gradient-success {
	background: linear-gradient(to bottom right,#0ba408 0,#28e224 100%);
}

.bg-gradient-info {
	background: linear-gradient(to bottom right,#69c7de 0, #1e9fc4 100%);
}

.bg-gradient-warning {
	background: linear-gradient(to bottom right,#ecd53e 0,#efaf28 100%)
}

.bg-gradient-teal {
	background: linear-gradient(to bottom right,#00796b 0,#4db6ac 100%);
}

.bg-gradient-blue {
	background: linear-gradient(to right,#1976d2 0,#64b5f6 100%);
}

.bg-gradient-danger {
	background: linear-gradient(to right,#f95058 0,#f33540 100%);
}

.bg-gradient-purple {
	background: linear-gradient(to right,#8a56e6 0,#6f3cca 100%);
}

/*-----------------
	5. Animation
-----------------------*/

@-moz-keyframes pulse {
	0% {
		-moz-transform: scale(0);
		opacity: 0.0;
	}

	25% {
		-moz-transform: scale(0);
		opacity: 0.1;
	}

	50% {
		-moz-transform: scale(0.1);
		opacity: 0.3;
	}

	75% {
		-moz-transform: scale(0.5);
		opacity: 0.5;
	}

	100% {
		-moz-transform: scale(1);
		opacity: 0.0;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;
	}

	25% {
		-webkit-transform: scale(0);
		opacity: 0.1;
	}

	50% {
		-webkit-transform: scale(0.1);
		opacity: 0.3;
	}

	75% {
		-webkit-transform: scale(0.5);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 0.0;
	}
}

@-webkit-keyframes taskHighlighter {
	0% {
		background: #FEEB99;
	}

	100% {
		background: #fff;
	}
}

@keyframes taskHighlighter {
	0% {
		background: #FEEB99;
	}

	100% {
		background: #fff;
	}
}

/*-----------------
	6. Toggle Button
-----------------------*/

.check {
	display: block;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.checktoggle {
	background-color: #e0001a;
	border-radius: 12px;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 24px;
	margin-bottom: 0;
	position: relative;
	width: 48px;
}

	.checktoggle:after {
		content: ' ';
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(5px, -50%);
		width: 16px;
		height: 16px;
		background-color: #fff;
		border-radius: 50%;
		transition: left 300ms ease, transform 300ms ease;
	}

.check:checked + .checktoggle {
	background-color: #55ce63;
}

	.check:checked + .checktoggle:after {
		left: 100%;
		transform: translate(calc(-100% - 5px), -50%);
	}

.onoffswitch {
	margin-left: auto;
	position: relative;
	width: 73px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch-checkbox {
	display: none;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border-radius: 20px;
	margin-bottom: 0;
}

.onoffswitch-inner {
	display: block;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
	width: 200%;
}

	.onoffswitch-inner:before, .onoffswitch-inner:after {
		box-sizing: border-box;
		color: #fff;
		display: block;
		float: left;
		font-size: 16px;
		height: 30px;
		line-height: 32px;
		padding: 0;
		width: 50%;
	}

	.onoffswitch-inner:before {
		background-color: #55ce63;
		color: #fff;
		content: "ON";
		padding-left: 14px;
	}

	.onoffswitch-inner:after {
		content: "OFF";
		padding-right: 14px;
		background-color: #ccc;
		color: #fff;
		text-align: right;
	}

.onoffswitch-switch {
	background: #fff;
	border-radius: 20px;
	bottom: 0;
	display: block;
	height: 20px;
	margin: 5px;
	position: absolute;
	right: 43px;
	top: 0;
	transition: all 0.3s ease-in 0s;
	width: 20px;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px;
}

/*-----------------
	7. Modal
-----------------------*/

.modal {
	-webkit-overflow-scrolling: touch;
}

.modal-footer.text-center {
	justify-content: center;
}

.modal-footer.text-left {
	justify-content: flex-start;
}

.modal-dialog.modal-md {
	max-width: 600px;
}

.custom-modal .modal-content {
	border: 0;
	border-radius: 10px;
}

.custom-modal .modal-footer {
	border: 0;
}

.custom-modal .modal-header {
	border: 0;
	justify-content: center;
	padding: 30px 30px 0;
}

.custom-modal .modal-footer {
	border: 0;
	justify-content: center;
	padding: 0 30px 30px;
}

.custom-modal .modal-body {
	padding: 30px;
}

.custom-modal .close {
	background-color: #a0a0a0;
	border-radius: 50%;
	color: #fff;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	margin: 0;
	opacity: 1;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	z-index: 99;
}

.custom-modal .modal-title {
	font-size: 22px;
}

.modal-backdrop.show {
	opacity: 0.4;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
}

.modal .card {
	box-shadow: unset;
}

/*-----------------
	8. Header
-----------------------*/

.header {
	/*	background: #0a0a0a;
*/ background: #ffffff;
	/*background: #2562AF;*/
	height: 60px;
	/*left: 230PX;*/
	left: 0px;
	position: fixed;
	right: 0;
	top: 0;
	/*z-index: 1002;*/
	z-index: 99999; /*Slide modal*/
	box-shadow: 0 4px 25px 0 rgba(168, 180, 208, .1);
	border-bottom: 1px solid #e1e1e1;
}

	.header .header-left {
		float: left;
		height: 60px;
		padding: 0 10px;
		position: relative;
		text-align: center;
		width: 130px;
		/*z-index: 1;*/
		transition: all 0.2s ease-in-out;
	}

		

.bar-icon {
	display: inline-block;
	width: 21px;
}

	.bar-icon span {
		background-color: #fff;
		border-radius: 500px;
		display: block;
		float: left;
		height: 2px;
		margin-bottom: 5px;
		width: 21px;
	}

		.bar-icon span:nth-child(2) {
			width: 15px;
		}

		.bar-icon span:nth-child(3) {
			margin-bottom: 0;
		}

.header .navbar-nav .badge {
	position: absolute;
	right: 7px;
	top: 4px;
}

.header .dropdown-menu > li > a {
	position: relative;
}

.header .dropdown-toggle::after {
	display: none;
}

.header .has-arrow .dropdown-toggle:after {
	border-top: 0;
	border-left: 0;
	border-bottom: 2px solid #1f1f1f;
	border-right: 2px solid #1f1f1f;
	content: '';
	height: 8px;
	display: inline-block;
	pointer-events: none;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 8px;
	vertical-align: 2px;
}

.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.page-title-box {
	border-radius: 0;
	float: left;
	height: 60px;
	margin-bottom: 0;
	padding: 17px 20px;
}

	.page-title-box h3 {
		color: #fff;
		font-size: 20px;
		font-weight: normal;
		margin: 0;
	}

.user-menu {
	float: right;
	margin: 0;
	position: static;
	z-index: 99;
}

	.user-menu.nav > li > a {
/*		color: #ffffff;
*/		color: #1f1f1f;
		font-size: 13px;
		line-height: 60px;
		padding: 0 15px;
		height: 60px;
	}
	.user-menu.nav > li > a span{
		padding:0px 7px !important;
	}
		.user-menu.nav > li > a:hover, .user-menu.nav > li > a:focus {
			background-color: #fff;
		}

.flag-nav img {
	margin-right: 5px;
}

.flag-nav .dropdown-menu {
	max-height: 150px;
	min-width: 120px;
	overflow-y: auto;
}

	.flag-nav .dropdown-menu .dropdown-item {
		padding: 5px 15px;
	}

.user-img {
	display: inline-block;
	position: relative;
}

.main-drop .user-img img {
	border-radius: 50%;
	width: 30px;
}

.user-img .status {
	border: 2px solid #fff;
	bottom: 0;
	height: 10px;
	margin: 0;
	position: absolute;
	right: 0;
	width: 10px;
}

.user-menu .user-img .status {
	bottom: 12px;
}

.status {
	background-color: #263238;
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	width: 10px;
}

	.status.online {
		background-color: #55ce63;
	}

	.status.offline {
		background-color: #f62d51;
	}

	.status.away {
		background-color: #faa937;
	}

.main-drop .dropdown-menu {
	min-width: 130px;
	padding: 0;
}

/*-----------------
	9. Sidebar
-----------------------*/

.sidebar {
	border-right: 0;
	bottom: 0;
	left: 0;
	margin-top: 0;
	/*background-image: url('../Images/manu_bg_new.png');*/
	background-color: #ffffff;
	position: fixed;
	top: 0px;
	transition: all 0.2s ease-in-out 0s;
	width: 230px;
	z-index: 1001;
	box-shadow:	0 8px 10px 0 rgb(183 192 206 / 10%)
}

	.sidebar.opened {
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

.sidebar-inner {
	height: 100%;
	transition: all 0.2s ease-in-out 0s;
}

.sidebar-menu {
	/*padding: 10px 0;*/
	padding: 0px;
	padding-top:18px;
}

	.sidebar-menu ul {
		font-size: 15px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		position: relative;
	}

	.sidebar-menu li a {
		color: #515355;
		display: block;
		font-size: 12px;
		height: auto;
		padding: 5px 20px;
		font-weight: 600;
	}

		.sidebar-menu li a:hover {
			/*color: #ff0000;*//* new change*/
			/*font-weight: 700;*/
			background-color:#e3e3e3;
		}

	.sidebar-menu li.active a {
		color: #fff;
		background: rgb(252 252 252);
		color: #122571;
	}

.menu-title {
	color: #ebecf1;
	display: flex;
	font-size: 14px;
	opacity: 1;
	padding: 5px 15px;
	white-space: nowrap;
}

	.menu-title > i {
		float: right;
		line-height: 40px;
	}

.sidebar-menu li.menu-title a {
	color: #ff9b44;
	display: inline-block;
	margin-left: auto;
	padding: 0;
}

	.sidebar-menu li.menu-title a.btn {
		color: #fff;
		display: block;
		float: none;
		font-size: 15px;
		margin-bottom: 15px;
		padding: 10px 15px;
	}

.sidebar-menu ul ul a.active {
	color: #ffc107;
	text-decoration: none;
}

.mobile-user-menu {
	color: #fff;
	display: none;
	float: right;
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	width: 60px;
	z-index: 10;
}

	.mobile-user-menu > a {
		color: #fff;
		padding: 0;
	}

	.mobile-user-menu a:hover {
		color: #fff;
	}

	.mobile-user-menu > .dropdown-menu {
		min-width: 130px;
	}

		.mobile-user-menu > .dropdown-menu > a {
			line-height: 23px;
		}

.profile-rightbar {
	display: none !important;
	color: #ff9b44;
	font-size: 26px;
	margin-left: 15px;
}

.mobile_btn {
	display: none;
	float: left;
}

.sidebar .sidebar-menu > ul > li > a span {
	transition: all 0.2s ease-in-out 0s;
	display: inline-block;
	margin-left: 0px;
	white-space: nowrap;
	font-size:12px;
}
	.sidebar .sidebar-menu > ul > li > a span.iconlft { /*new style add*/
	/*	background-color: #e3e3e3;*/
		margin-left: 0px;
		border-radius: 6px;
		/*color: #000000;*/
		text-align: center;
		width: 30px;
		height: 30px;
		text-align: center;
		overflow: hidden;
		padding: 0px !important;
		line-height:27px;
		font-size:20px;
	}
.sidebar .sidebar-menu > ul > li a.active span.iconlft {
	background-color: #1f1f1f;
	color: #ffffff;
	height: 30px;
	width: 30px;
	margin-left: 0px;
	text-align: center;
	border-radius: 6px;
}
.sidebar .sidebar-menu > ul > li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	width: 2px;
	height: 0;
	/*background-color: #ff0000;*/
	-webkit-transition:.4s;
	transition: .4s;
	opacity: 0;
	visibility: hidden;
}
.sidebar .sidebar-menu > ul > li a::before{
	 height: 100%; 
	 opacity: 1; 
	 visibility: visible; 
}
.sidebar .sidebar-menu > ul > li > a span.chat-user {
	margin-left: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

	.sidebar .sidebar-menu > ul > li > a span.badge {
		margin-left: auto;
	}

.sidebar-menu ul ul a {
	display: block;
	font-size: 12px;
	padding: 5px 10px 5px 36px;/*new changes for new UI*/
	position: relative;
	color: #515355;
	font-weight:normal;
	white-space:nowrap;
}

.sidebar-menu ul ul {
	display: none;
	background: rgb(255 255 255 / 10%);
}
	.sidebar-menu ul ul ul {
		list-style:disc;
		margin-left:0px !important;
		padding-left:60px;
	}
	.sidebar-menu ul ul ul a {
		padding-left: 40px;
	}

	.sidebar-menu ul ul ul ul a {
		padding-left: 90px;
	}

.sidebar-menu > ul > li {
	position: relative;
}

.sidebar-menu .menu-arrow {
	-webkit-transition: -webkit-transform 0.15s;
	-o-transition: -o-transform 0.15s;
	transition: transform .15s;
	position: absolute;
	right: 15px;
	display: inline-block;
	font-family: 'FontAwesome';
	text-rendering: auto;

	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	line-height: 0px;
	/*top: 11px;*/
}

	.sidebar-menu .menu-arrow:before {
		content: "\f105";
		font-size: 13px;
	}

.sidebar-menu li a.subdrop .menu-arrow {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.noti-dot:before {
	content: '';
	width: 5px;
	height: 5px;
	border: 5px solid #ff9b44;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #ff9b44;
	z-index: 10;
	position: absolute;
	right: 37px;
	top: 15px;
}

.noti-dot:after {
	content: '';
	border: 4px solid #ff9b44;
	background: transparent;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	height: 24px;
	width: 24px;
	-webkit-animation: pulse 3s ease-out;
	-moz-animation: pulse 3s ease-out;
	animation: pulse 3s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	position: absolute;
	top: 8px;
	right: 30px;
	z-index: 1;
	opacity: 0;
}

.sidebar-menu ul ul a .menu-arrow {
	top: 5px;
}

.sidebar-menu a {
	line-height: 1.3;
	transition: unset;
	-moz-transition: unset;
	-o-transition: unset;
	-ms-transition: unset;
	-webkit-transition: unset;
}

.sidebar-menu > ul > li > a {
	/*padding: 9px 15px;*/
	padding: 9px 7px 9px 7px ;
	align-items: center;
	display: flex;
	justify-content: flex-start;
	position: relative;
	transition: all 0.2s ease-in-out 0s;
	cursor:pointer
}

.sidebar-menu ul li a i {
	display: inline-block;
	/*font-size: 19px;
	line-height: 18px;*/
	text-align:center;
	vertical-align: middle;
/*	width: 20px;*/
	transition: all 0.2s ease-in-out 0s;
}

.sidebar-menu ul ul ul a i {
	font-size: 16px;
}

.sidebar-menu ul li.menu-title a i {
	font-size: 16px !important;
	margin-right: 0;
	text-align: right;
	width: auto;
}

.sidebar-menu li a > .badge {
	color: #fff;
}

/*-----------------
	10. Content
-----------------------*/

.page-wrapper {
	left: 0;
	/*background: rgb(251 251 251 / 80%);*/
	background-color:#F4F7FC;
	margin-left: 230px;
	padding-top: 60px;
	position: relative;
	transition: all 0.2s ease-in-out;
}

	.page-wrapper > .content {
		padding: 30px;
	}

.page-header {
	margin-bottom: 1.875rem;
}

	.page-header .breadcrumb {
		background-color: transparent;
		color: #6c757d;
		font-size: 1rem;
		font-weight: 500;
		margin-bottom: 0;
		padding: 0;
	}

		.page-header .breadcrumb a {
			color: #333;
		}

.card {
	border: 1px solid #ededed;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
}

.card-title {
	color: #1f1f1f;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	margin-left:0px !important;
}

.card-header {
	background-color: #fff;
}

.card-footer {
	background-color: #fff;
}

.page-title {
	color: #1f1f1f;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 5px;
}

.page-sub-title {
	color: #565656;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}

.add-btn {
	background-color: #ff9b44;
	border: 1px solid #ff9b44;
	border-radius: 50px;
	color: #fff;
	float: right;
	font-weight: 500;
	min-width: 140px;
}

	.add-btn:hover,
	.add-btn:focus,
	.add-btn:active {
		background-color: #1f1f1f;
		border: 1px solid #1f1f1f;
		color: #fff;
	}

	.add-btn i {
		margin-right: 5px;
	}

.up-btn {
	background-color: #1f1f1f;
	border: 1px solid #1f1f1f;
	border-radius: 50px;
	color: #fff;
	float: right;
	font-weight: 500;
	min-width: 140px;
	font-size:16px;
}

	.up-btn:hover,
	.up-btn:focus,
	.up-btn:active {
		background-color: #ff851a;
		border: 1px solid #ff851a;
		color: #fff;
	}

	.up-btn i {
		margin-right: 5px;
	}

.cal-icon {
	position: relative;
	width: 100%;
}

	.cal-icon:after {
		color: #979797;
		content: "\f073";
		display: block;
		font-family: "FontAwesome";
		font-size: 15px;
		margin: auto;
		position: absolute;
		right: 15px;
		top: 10px;
	}

.form-focus .cal-icon:after {
	top: 15px;
}

/*-----------------
	11. Login
-----------------------*/

.account-page {
	align-items: center;
	display: flex;
}

	.account-page .main-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}

.account-content {
	padding: 20px 0;
}

.account-title {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 5px;
	text-align: center;
}

.account-subtitle {
	color: #4c4c4c;
	font-size: 18px;
	margin-bottom: 30px;
	text-align: center;
}

.account-box {
	background-color: #fff;
	border: 1px solid #ededed;
	border-radius: 4px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	margin: 0 auto;
	overflow: hidden;
	width: 480px;
}

.account-wrapper {
	padding: 30px;
}

.account-logo {
	margin-bottom: 30px;
	text-align: center;
}

.account-box .form-group {
	margin-bottom: 25px;
}

.account-box .account-btn {
	background: #ff9b44;
	background: -moz-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
	background: -webkit-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
	background: -ms-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
	background: linear-gradient(to right, #ff9b44 0%, #fc6075 100%);
	border: 0;
	border-radius: 4px;
	display: block;
	font-size: 22px;
	padding: 10px 26px;
	width: 100%;
}

	.account-box .account-btn:hover,
	.account-box .account-btn:focus {
		border: 0;
		opacity: 0.8;
	}

.account-box .form-control {
	background-color: #fbfbfb;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	height: 46px;
}

.account-box label {
	color: #1f1f1f;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
}

.account-logo img {
	width: 100px;
}

.account-footer {
	text-align: center;
}

	.account-footer p {
		margin-bottom: 0;
	}

	.account-footer a {
		color: #ff9b44;
	}

		.account-footer a:hover {
			color: #ff9b44;
		}

/*-----------------
	12. Dashboard
-----------------------*/

.card-table .card-header {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	padding: 15px;
}

.card-table .card-body {
	padding: 0;
}

.card-table .card-footer {
	background-color: #fff;
	text-align: center;
}

	.card-table .card-footer a {
		color: #333;
	}

.card-title > a.btn {
	color: #fff;
}

.custom-table tr {
	background-color: #fff;
}

.table.custom-table > tbody > tr > td,
.table.custom-table > tbody > tr > th,
.table.custom-table > tfoot > tr > td,
.table.custom-table > tfoot > tr > th,
.table.custom-table > thead > tr > td,
.table.custom-table > thead > tr > th {
	padding: 10px 8px;
	vertical-align: middle;
}

	.table.custom-table > tbody > tr > td:first-child,
	.table.custom-table > thead > tr > th:first-child {
		padding-left: 15px;
	}

	.table.custom-table > tbody > tr > td:last-child,
	.table.custom-table > thead > tr > th:last-child {
		padding-right: 15px;
	}

.dash-widget-icon {
	background-color: rgba(255, 155, 68, 0.2);
	border-radius: 100%;
	color: #ff4646;
	display: inline-block;
	float: left;
	font-size: 30px;
	height: 50px;
	line-height: 50px;
	/*height: 60px;
	line-height: 60px;*/
	margin-right: 10px;
	text-align: center;
	width: 50px;
	/*width: 60px;*/
}

.dash-widget-info {
	text-align: right;
}

	.dash-widget-info > h3 {
		/*font-size: 30px;*/
		font-size: 16px;
		font-weight: 600;
	}
	/*.dash-widget-info > span {
	font-size: 16px;
	change for claim
}*/
	.dash-widget-info > span {
		font-size: 13px;
	}

.dash-statistics .stats-info {
	margin-bottom: 5px;
}

	.dash-statistics .stats-info:last-child {
		margin-bottom: 0;
	}

.dash-statistics .progress {
	height: 4px;
}

.dash-statistics .stats-list {
	height: auto;
}

.leave-info-box {
	border: 1px solid #e5e5e5;
	padding: 15px;
	margin-bottom: 15px;
}

	.leave-info-box:last-child {
		margin-bottom: 0;
	}

.load-more a {
	background-color: #fff;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	display: inline-block;
	font-size: 14px;
	padding: 5px 15px;
}

/*-----------------
	13. Activity
-----------------------*/

.activity-box {
	position: relative;
}

.activity-list {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	position: relative;
}

.activity .activity-list {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

	.activity .activity-list > li .activity-user {
		height: 32px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 12px;
		left: 8px;
		width: 32px;
	}

	.activity .activity-list > li .activity-content {
		background-color: #fff;
		margin: 0 0 0 40px;
		padding: 0;
		position: relative;
	}

.activity-list::before {
	background: #ddd;
	bottom: 0;
	content: "";
	left: 23px;
	position: absolute;
	top: 8px;
	width: 2px;
}

.activity .activity-list li::before {
	background: #ddd;
	bottom: 0;
	content: "";
	left: 22px;
	position: absolute;
	top: 12px;
	width: 2px;
}

.activity-list li::before {
	background: #eee;
	bottom: 0;
	content: "";
	left: 8px;
	position: absolute;
	top: 8px;
	width: 2px;
}

.activity-list > li {
	background-color: #fff;
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
	border: 1px solid #ededed;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

	.activity-list > li:last-child .activity-content {
		margin-bottom: 0;
	}

.activity-user .avatar {
	height: 32px;
	line-height: 32px;
	margin: 0;
	width: 32px;
}

.activity-list > li .activity-user {
	background: #fff;
	height: 32px;
	left: -7px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 3px;
	width: 32px;
}

.activity-list > li .activity-content {
	background-color: #fff;
	margin: 0 0 20px 40px;
	padding: 0;
	position: relative;
}

	.activity-list > li .activity-content .timeline-content {
		color: #9e9e9e;
	}

		.activity-list > li .activity-content .timeline-content a {
			color: #616161;
		}

.activity-list > li .time {
	color: #bdbdbd;
	display: block;
	font-size: 13px;
}

/*-----------------
	14. Select2
-----------------------*/

.select2-container .select2-selection--single {
	border: 1px solid #e3e3e3;
	border-radius: 0.25rem;
	height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 42px;
	right: 7px;
}

	.select2-container--default .select2-selection--single .select2-selection__arrow b {
		border-color: #ccc transparent transparent;
		border-style: solid;
		border-width: 6px 6px 0;
		height: 0;
		left: 50%;
		margin-left: -10px;
		margin-top: -2px;
		position: absolute;
		top: 50%;
		width: 0;
	}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #ccc;
	border-width: 0 6px 6px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 30px;
	padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #676767;
	font-size: 15px;
	font-weight: normal;
	line-height: 42px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #ff9b44;
}

/*-----------------
	15. Nav Tabs
-----------------------*/

.nav-tabs .nav-link {
	border-radius: 0;
}

.nav-tabs > li > a {
	margin-right: 0;
	color: #888;
	border-radius: 0;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	background-color: #eee;
	border-color: transparent;
	color: #333;
}

.nav-tabs.nav-justified > li > a {
	border-radius: 0;
	margin-bottom: 0;
}

	.nav-tabs.nav-justified > li > a:hover,
	.nav-tabs.nav-justified > li > a:focus {
		border-bottom-color: #ddd;
	}

.nav-tabs.nav-justified.nav-tabs-solid > li > a {
	border-color: transparent;
}

.nav-tabs.nav-tabs-solid > li > a {
	color: #333;
}

	.nav-tabs.nav-tabs-solid > li > a.active,
	.nav-tabs.nav-tabs-solid > li > a.active:hover,
	.nav-tabs.nav-tabs-solid > li > a.active:focus {
		background-color: #ff9b44;
		border-color: #ff9b44;
		color: #fff;
	}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
	border-radius: 50px;
}

	.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
		border-radius: 50px;
	}

		.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
		.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover,
		.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
			border-radius: 50px;
		}

.nav-tabs-justified > li > a {
	border-radius: 0;
	margin-bottom: 0;
}

	.nav-tabs-justified > li > a:hover,
	.nav-tabs-justified > li > a:focus {
		border-bottom-color: #ddd;
	}

.nav-tabs-justified.nav-tabs-solid > li > a {
	border-color: transparent;
}

.tab-content {
	padding-top: 20px;
}

/*-----------------
	16. Holidays
-----------------------*/

.custom-table tr.holiday-completed {
	color: #aaa;
}

.dropdown.action-label {
	display: inline-block;
}

.action-label > a {
	display: inline-block;
	min-width: 103px;
}

.action-label .btn-sm {
	padding: 4px;
}

/*-----------------
	17. Delete Modal
-----------------------*/

.form-header {
	text-align: center;
	margin-bottom: 30px;
}

	.form-header h3 {
		color: #333;
		font-size: 22px;
		font-weight: 500;
		margin-bottom: 10px;
	}

	.form-header p {
		color: #929292;
		font-size: 15px;
		margin-bottom: 0;
	}

.modal-btn > .row {
	margin-left: -8px;
	margin-right: -8px;
}

	.modal-btn > .row > div {
		padding-left: 8px;
		padding-right: 8px;
	}

.continue-btn {
	background-color: #fff;
	border: 1px solid #ff9b44;
	border-radius: 50px;
	color: #ff9b44;
	display: block;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 20px;
	text-align: center;
}

	.continue-btn:hover,
	.continue-btn:focus,
	.continue-btn:active {
		background-color: #ff9b44;
		border: 1px solid #ff9b44;
		color: #fff;
	}

.cancel-btn {
	background-color: #fff;
	border: 1px solid #ff9b44;
	border-radius: 50px;
	color: #ff9b44;
	display: block;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 20px;
	text-align: center;
}

	.cancel-btn:hover,
	.cancel-btn:focus,
	.cancel-btn:active {
		background-color: #ff9b44;
		border: 1px solid #ff9b44;
		color: #fff;
	}

/*-----------------
	18. Edit Profile
-----------------------*/

.profile-img-wrap {
	height: 120px;
	position: absolute;
	width: 120px;
	background: #fff;
	overflow: hidden;
}

.profile-basic {
	margin-left: 140px;
}

	.profile-basic .cal-icon {
		width: 100%;
	}

.profile-img-wrap img {
	border-radius: 50%;
	height: 120px;
	width: 120px;
	border: 4px solid #e9e9e9;
}

.fileupload.btn {
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(33, 33, 33, 0.5);
	border-radius: 0;
	padding: 3px 10px;
	border: none;
}

.fileupload input.upload {
	cursor: pointer;
	filter: alpha(opacity=0);
	font-size: 20px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: -3px;
	top: -3px;
	padding: 5px;
}

.btn-text {
	color: #fff;
}

.submit-section {
	text-align: right;
	margin-top: 25px;
}

.submit-btn {
	border-radius: 50px;
	font-size: 15px;
	min-width: 200px;
	padding: 10px 20px;
}

.form-scroll {
	max-height: 400px;
	overflow-y: auto;
}

.profile-img-wrap.edit-img {
	border-radius: 50%;
	margin: 0 auto 30px;
	position: relative;
}

	.profile-img-wrap.edit-img .fileupload.btn {
		left: 0;
	}

/*-----------------
	19. Chat
-----------------------*/

.chat-avatar-sm {
	display: inline-block;
	float: left;
	margin-left: 0 !important;
	margin-right: 10px;
	position: relative;
	width: 24px;
}

	.chat-avatar-sm img {
		width: 24px;
	}

	.chat-avatar-sm.user-img .status {
		bottom: 0;
		right: -3px;
	}

.chat-main-row {
	bottom: 0;
	left: 0;
	overflow: auto;
	padding-bottom: inherit;
	padding-top: inherit;
	position: absolute;
	right: 0;
	top: 0;
}

.chat-main-wrapper {
	display: table;
	height: 100%;
	table-layout: fixed;
	width: 100%;
}

.message-view {
	display: table-cell;
	height: 100%;
	float: none;
	padding: 0;
	position: static;
	vertical-align: top;
	width: 75%;
}

.chat-window {
	display: table;
	height: 100%;
	table-layout: fixed;
	width: 100%;
	background-color: #f7f7f7;
}

.fixed-header {
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
	padding: 10px 15px;
}

	.fixed-header .navbar {
		border: 0 none;
		margin: 0;
		min-height: auto;
		padding: 0;
	}

	.fixed-header .user-info a {
		color: #555;
		text-transform: uppercase;
	}

.typing-text {
	color: #ff9b44;
	font-size: 12px;
	text-transform: lowercase;
}

.last-seen {
	color: #888;
	display: block;
	font-size: 12px;
}

.custom-menu {
	margin-top: 6px;
}

.fixed-header .custom-menu {
	margin: 0 0 1px;
}

.custom-menu.nav > li > a {
	color: #bbb;
	font-size: 26px;
	line-height: 32px;
	margin-left: 15px;
	padding: 0;
}

.custom-menu.navbar-nav > li > a:hover,
.custom-menu.navbar-nav > li > a:focus {
	background-color: transparent;
}

.custom-menu .dropdown-menu {
	left: auto;
	right: 0;
}

.search-box {
	margin-top: 5px;
}

	.search-box .input-group {
		background-color: #f7f7f7;
		border: 1px solid #e3e3e3;
		border-radius: 50px;
	}

		.search-box .input-group .form-control {
			background: transparent;
			border: none;
		}

	.search-box .btn {
		background-color: transparent;
	}

.search-input {
	border-radius: 5px;
}

.chat-contents {
	display: table-row;
	height: 100%;
}

.chat-content-wrap {
	height: 100%;
	position: relative;
	width: 100%;
}

.chat-wrap-inner {
	bottom: 0;
	left: 0;
	overflow: auto;
	position: absolute;
	right: 0;
	top: 0;
}

.chats {
	padding: 30px 15px;
}

.chat-body {
	display: block;
	margin: 10px 0 0;
	overflow: hidden;
}

	.chat-body:first-child {
		margin-top: 0
	}

.chat-right .chat-content {
	background-color: #f2f2f2;
	border: 1px solid #e3e3e3;
	border-radius: 20px 2px 2px 20px;
	clear: both;
	color: #727272;
	display: block;
	float: right;
	margin: 0;
	max-width: 60%;
	padding: 8px 15px;
	position: relative;
}

.chat-right .chat-body {
	padding-left: 48px;
	padding-right: 10px;
}

.chat-bubble {
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

	.chat-bubble:hover .chat-action-btns {
		display: block;
		float: left;
	}

.chat-right .chat-bubble:hover .chat-action-btns {
	float: right;
	display: block;
}

.chat.chat-right .chat-bubble:last-child .chat-content {
	border-bottom-right-radius: 20px;
}

.chat.chat-right .chat-bubble:first-child .chat-content {
	border-top-right-radius: 20px;
}

.chat-content > p {
	margin-bottom: 0;
}

.chat-time {
	color: rgba(0, 0, 0, 0.5);
	display: block;
	font-size: 12px;
}

.chat-right .chat-time {
	text-align: right;
}

.chat-bubble .chat-action-btns {
	display: none;
}

.chat-action-btns {
	float: right;
}

	.chat-action-btns ul {
		list-style: none;
		padding: 0;
		margin: 15px 15px 0 15px;
	}

		.chat-action-btns ul > li {
			display: inline-block;
			margin-left: 5px;
			font-size: 18px;
		}

.chat-right .chat-action-btns {
	float: left;
}

.chat-bubble .chat-action-btns a {
	color: #8c8c8c;
}

.chat-line {
	border-bottom: 1px solid #eaeaea;
	height: 12px;
	margin: 7px 0 20px;
	position: relative;
	text-align: center;
}

.chat-date {
	background-color: #f7f7f7;
	color: #727272;
	font-size: 12px;
	padding: 0 11px;
}

.chat-avatar {
	float: right;
}

	.chat-avatar .avatar {
		line-height: 30px;
		height: 30px;
		width: 30px;
	}

.chat-left .chat-avatar {
	float: left
}

.chat-left .chat-body {
	margin-right: 0;
	margin-left: 30px;
	padding-right: 20px;
}

.chat-left .chat-content {
	background-color: #fff;
	border: 1px solid #eaeaea;
	color: #888;
	float: left;
	position: relative;
	padding: 8px 15px;
	border-radius: 2px 20px 20px 2px;
	max-width: 60%;
}

.avatar {
	background-color: #aaa;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	height: 38px;
	line-height: 38px;
	margin: 0 10px 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	width: 38px;
	position: relative;
	white-space: nowrap;
}

	.avatar:hover {
		color: #fff;
	}

	.avatar.avatar-xs {
		width: 24px;
		height: 24px
	}

	.avatar > img {
		border-radius: 50%;
		display: block;
		overflow: hidden;
		width: 100%;
	}

.chat.chat-left .chat-bubble:first-child .chat-content {
	border-top-left-radius: 20px;
	margin-top: 0;
}

.chat.chat-left .chat-bubble:last-child .chat-content {
	border-bottom-left-radius: 20px;
}

.chat-left .chat-time {
	color: #a9a9a9
}

.attach-list {
	color: #a3a3a3;
	padding: 5px 0 0;
	line-height: 24px;
	margin: 0;
	list-style: none;
}

	.attach-list i {
		margin-right: 3px;
		font-size: 16px;
	}

.chat-footer {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	padding: 15px;
}

.message-bar {
	display: table;
	height: 44px;
	position: relative;
	width: 100%;
}

	.message-bar .message-inner {
		display: table-row;
		height: 100%;
		padding: 0 8px;
		width: 100%;
	}

	.message-bar .link {
		color: #777;
		display: table-cell;
		font-size: 20px;
		padding: 0 10px;
		position: relative;
		vertical-align: middle;
		width: 30px;
	}

	.message-bar .message-area {
		display: table-cell;
	}

.message-area .input-group .form-control {
	background-color: #fff;
	border: 1px solid #eaeaea;
	box-shadow: none;
	color: #555;
	display: block;
	font-size: 14px;
	height: 44px;
	margin: 0;
	padding: 6px 12px;
	resize: none;
}

.message-area .btn {
	height: 44px;
	width: 50px;
}

.profile-right {
	display: table-cell;
	height: 100%;
	float: none;
	padding: 0;
	position: static;
	vertical-align: top;
}

.display-table {
	display: table;
	table-layout: fixed;
	border-spacing: 0;
	width: 100%;
	height: 100%;
}

.table-row {
	display: table-row;
	height: 100%;
}

.table-body {
	position: relative;
	height: 100%;
	width: 100%;
}

.table-content {
	bottom: 0;
	left: 0;
	overflow: auto;
	position: absolute;
	right: 0;
	top: 0;
}

.chat-profile-img {
	padding: 30px;
	position: relative;
	text-align: center;
}

.edit-profile-img {
	height: 120px;
	margin: 0 auto;
	position: relative;
	width: 120px;
	cursor: pointer;
}

	.edit-profile-img img {
		border-radius: 50%;
		height: auto;
		margin: 0;
		width: 120px;
	}

.change-img {
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	color: #fff;
	display: none;
	height: 100%;
	left: 0;
	line-height: 120px;
	position: absolute;
	top: 0;
	width: 100%;
}

.edit-profile-img:hover .change-img {
	display: block;
}

.edit-profile-img img {
	height: auto;
	margin: 0;
	width: 120px;
	border-radius: 50%;
}

.user-name {
	color: #333;
}

.edit-btn {
	border-radius: 40px;
	height: 36px;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 36px;
}

.chat-profile-info {
	padding: 15px;
}

.user-det-list {
	list-style: none;
	padding: 0;
}

	.user-det-list > li {
		padding: 6px 15px;
	}

	.user-det-list .text-muted {
		color: #888;
	}

.transfer-files .tab-content {
	padding-top: 0;
}

.files-list {
	list-style: none;
	padding-left: 0;
}

	.files-list > li {
		border-bottom: 1px solid #eaeaea;
		border-radius: inherit;
		margin: 2px 0 0;
		padding: 10px;
	}

.files-cont {
	position: relative;
}

.file-type {
	height: 48px;
	position: absolute;
	width: 48px;
}

.files-icon {
	background-color: #f3f7f9;
	border: 1px solid #e4eaec;
	border-radius: 4px;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	text-align: center;
	width: 38px;
}

	.files-icon i {
		color: #76838f;
		font-size: 20px;
	}

.files-info {
	padding: 0 30px 0 50px;
}

.file-name a {
	color: #333;
}

.files-action {
	display: none;
	height: 30px;
	list-style: none;
	padding-left: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 10px;
	width: 30px;
}

.files-list > li:hover .files-action {
	display: block;
}

.file-date {
	color: #888;
	font-size: 12px;
}

.file-author a {
	color: #ff9b44;
	font-size: 12px;
	text-decoration: underline;
}

.files-action .dropdown-menu {
	left: auto;
	right: 0;
}

.files-action > li > a {
	color: #777;
}

.chat-img-attach {
	border-radius: 4px;
	margin-bottom: 12px;
	margin-left: 12px;
	position: relative;
	float: right;
}

	.chat-img-attach img {
		border-radius: 4px;
		display: inline-block;
		height: auto;
		max-width: 100%;
	}

.chat-placeholder {
	background: rgba(69, 81, 97, 0.6);
	border-radius: 4px;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-end;
	left: 0;
	padding: 13px;
	position: absolute;
	top: 0;
	width: 100%;
}

.chat-img-name {
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
}

.chat-file-desc {
	font-size: 11px;
}

.chat-right .chat-content.img-content {
	background-color: transparent;
	border: 0;
	color: #76838f;
	padding: 0;
	text-align: right;
}

.chat-right .img-content .chat-time {
	color: #a3a3a3;
}

.chat-left .chat-img-attach {
	float: left;
}

.chat-left .chat-img-attach {
	float: left;
	margin-left: 0;
	margin-right: 12px;
}

.input-group .form-control-lg.form-control {
	border-radius: 4px 0 0 4px;
	height: 46px;
}

.chat-user-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

	.chat-user-list .media {
		border-bottom: 1px solid #eaeaea;
		border-radius: inherit;
		padding: 10px;
		background-color: #fff;
	}

		.chat-user-list .media:hover {
			background-color: #f7f7f7;
		}

.designation {
	color: #9e9e9e;
	font-size: 12px;
}

.online-date {
	color: #9e9e9e;
	font-size: 12px;
}

.drop-zone {
	width: 100%;
	height: 205px;
	border: 2px dashed #adb7be;
	text-align: center;
	padding: 25px 0 0;
	margin-bottom: 20px;
}

	.drop-zone .drop-zone-caption {
		font-weight: 600;
	}

.upload-list {
	padding: 0;
	list-style: none;
	margin: 0;
}

	.upload-list .file-list {
		background-color: #fff;
		border-top: 1px solid #e3e3e3;
		padding: 10px 0;
	}

		.upload-list .file-list:first-child {
			border-top: none
		}

	.upload-list .upload-wrap {
		position: relative;
		padding: 0 20px 0 0;
		margin: 0 0 5px
	}

	.upload-list .file-name,
	.upload-list .file-size {
		display: inline-block;
		vertical-align: top;
		white-space: nowrap;
	}

	.upload-list .file-name {
		padding-right: 15px;
		overflow: hidden;
		max-width: 100%;
		text-overflow: ellipsis
	}

	.upload-list .file-size {
		color: #888;
	}

	.upload-list .file-close {
		border: none;
		background: none;
		color: #ccc;
		position: absolute;
		right: 0;
		top: 2px;
	}

		.upload-list .file-close:hover {
			color: #f62d51
		}

	.upload-list .upload-process {
		font-size: 10px;
		color: #888;
	}

	.upload-list .progress {
		margin-bottom: 5px;
	}

	.upload-list .file-name i {
		color: #888;
		margin: 0 5px 0 0;
		vertical-align: middle;
	}

.upload-drop-zone {
	background-color: #fff;
	border: 2px dashed #e3e3e3;
	color: #ccc;
	height: 200px;
	line-height: 200px;
	margin-bottom: 20px;
	text-align: center;
}

	.upload-drop-zone.drop {
		color: #222;
		border-color: #222;
	}

.upload-text {
	font-size: 24px;
	margin-left: 10px;
}

.files-share-list {
	border: 1px solid #eaeaea;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 15px;
}

/*-----------------
	20. Focus Label
-----------------------*/

.form-focus {
	height: 50px;
	position: relative;
}

	.form-focus .focus-label {
		font-size: 16px;
		font-weight: 400;
		opacity: 0.4;
		pointer-events: none;
		position: absolute;
		-webkit-transform: translate3d(0, 22px, 0) scale(1);
		-ms-transform: translate3d(0, 22px, 0) scale(1);
		-o-transform: translate3d(0, 22px, 0) scale(1);
		transform: translate3d(0, 22px, 0) scale(1);
		transform-origin: left top;
		transition: 240ms;
		left: 12px;
		top: -8px;
		z-index: 1;
		color: #888;
		margin-bottom: 0;
	}

	.form-focus.focused .focus-label {
		opacity: 1;
		font-weight: 300;
		top: -14px;
		font-size: 12px;
		z-index: 1;
	}

	.form-focus .form-control:focus ~ .focus-label,
	.form-focus .form-control:-webkit-autofill ~ .focus-label {
		opacity: 1;
		font-weight: 300;
		top: -14px;
		font-size: 12px;
		z-index: 1;
	}

	.form-focus .form-control {
		height: 50px;
		padding: 21px 12px 6px;
	}

		.form-focus .form-control::-webkit-input-placeholder {
			color: transparent;
			transition: 240ms;
		}

		.form-focus .form-control:focus::-webkit-input-placeholder {
			transition: none;
		}

	.form-focus.focused .form-control::-webkit-input-placeholder {
		color: #bbb;
	}

	.form-focus.select-focus .focus-label {
		opacity: 1;
		font-weight: 300;
		top: -20px;
		font-size: 12px;
		z-index: 1;
	}

	.form-focus .select2-container .select2-selection--single {
		border: 1px solid #e3e3e3;
		height: 50px;
	}

	.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 48px;
		right: 7px;
	}

		.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow b {
			border-color: #ccc transparent transparent;
			border-style: solid;
			border-width: 6px 6px 0;
			height: 0;
			left: 50%;
			margin-left: -10px;
			margin-top: -2px;
			position: absolute;
			top: 50%;
			width: 0;
		}

	.form-focus .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
		border-color: transparent transparent #ccc;
		border-width: 0 6px 6px;
	}

	.form-focus .select2-container .select2-selection--single .select2-selection__rendered {
		padding-right: 30px;
		padding-left: 12px;
		padding-top: 10px;
	}

	.form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {
		color: #676767;
		font-size: 14px;
		font-weight: normal;
		line-height: 38px;
	}

	.form-focus .select2-container--default .select2-results__option--highlighted[aria-selected] {
		background-color: #fc6075;
	}

/*-----------------
	21. Leave
-----------------------*/

.filter-row .btn {
	min-height: 50px;
	padding: 12px;
	text-transform: uppercase;
}

.action-label .label {
	display: inline-block;
	min-width: 85px;
	padding: 0.5em 0.6em;
}

.action-label i {
	margin-right: 3px;
}

.action-label .dropdown-menu .dropdown-item {
	padding: 5px 10px;
}

/*-----------------
	22. Employee
-----------------------*/

.action-icon {
	color: #777;
	font-size: 18px;
	display: inline-block;
}

.table .dropdown-menu {
	font-size: 13px;
	min-width: 120px;
	padding: 0;
}

	.table .dropdown-menu .dropdown-item {
		padding: 5px 10px;
	}

.dropdown-action .dropdown-toggle::after {
	display: none;
}

.profile-widget {
	background-color: #fff;
	border: 1px solid #ededed;
	border-radius: 4px;
	margin-bottom: 30px;
	padding: 20px;
	text-align: center;
	position: relative;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

	.profile-widget .user-name > a {
		color: #333;
	}

.dropdown.profile-action {
	position: absolute;
	right: 5px;
	text-align: right;
	top: 10px;
}

.profile-action .dropdown-toggle::after {
	display: none;
}

.profile-img {
	cursor: pointer;
	height: 80px;
	margin: 0 auto;
	position: relative;
	width: 80px;
}

	.profile-img .avatar {
		font-size: 24px;
		height: 80px;
		line-height: 80px;
		margin: 0;
		width: 80px;
	}

.mobile-no > a {
	color: #777;
	display: inline-block;
}

.staff-mail > a {
	color: #777;
	display: inline-block;
	margin-top: 5px;
}

.staff-action-btns {
	margin-top: 10px;
}

.staff-id {
	font-size: 14px;
	font-weight: 500;
	margin-top: 5px;
}

.view-icons {
	float: right;
	margin-right: 10px;
}

	.view-icons .btn {
		background-color: #fff;
		border: 1px solid #e3e3e3;
		color: #888;
		font-size: 18px;
		margin-right: 5px;
		min-width: 40px;
		padding: 4px;
	}

		.view-icons .btn.active {
			color: #333;
		}

/*-----------------
	23. Events
-----------------------*/

.calendar {
	float: left;
	margin-bottom: 0;
}

.fc-view {
	margin-top: 30px;
}

.none-border .modal-footer {
	border-top: none;
}

.fc-toolbar h2 {
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
}

.fc-day-grid-event .fc-time {
	font-family: 'poppins', sans-serif;
}

.fc-day {
	background: #fff;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
	z-index: 0;
}

.fc th.fc-widget-header {
	background: #eeeeee;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0;
	text-transform: uppercase;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
	border-color: #f3f3f3;
}

.fc-button {
	background: #f1f1f1;
	border: none;
	color: #797979;
	text-transform: capitalize;
	box-shadow: none !important;
	border-radius: 3px !important;
	margin: 0 3px !important;
	padding: 6px 12px !important;
	height: auto !important;
}

.fc-text-arrow {
	font-family: inherit;
	font-size: 16px;
}

.fc-state-hover {
	background: #f3f3f3;
}

.fc-state-highlight {
	background: #f0f0f0;
}

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	background-color: #ff9b44 !important;
	color: #fff !important;
	text-shadow: none !important;
}

.fc-cell-overlay {
	background: #f0f0f0;
}

.fc-unthemed .fc-today {
	background: #fff;
}

.fc-event {
	border-radius: 2px;
	border: none;
	cursor: move;
	font-size: 13px;
	margin: 1px 7px;
	padding: 5px 5px;
	text-align: center;
}

.external-event {
	cursor: move;
	margin: 10px 0;
	padding: 6px 10px;
}

	.external-event.bg-primary {
		background-color: rgba(127, 193, 252, 0.3) !important;
		color: #7fc1fc;
	}

	.external-event.bg-success {
		background-color: rgba(75, 211, 150, 0.3) !important;
		color: #4bd396;
	}

	.external-event.bg-info {
		background-color: rgba(58, 201, 214, 0.3) !important;
		color: #3ac9d6;
	}

	.external-event.bg-warning {
		background-color: rgba(249, 200, 81, 0.3) !important;
		color: #f9c851;
	}

	.external-event.bg-danger {
		background-color: rgba(245, 112, 122, 0.3) !important;
		color: #f5707a;
	}

	.external-event.bg-pink {
		background-color: rgba(240, 98, 146, 0.3) !important;
		color: #f06292;
	}

	.external-event.bg-purple {
		background-color: rgba(107, 95, 181, 0.3) !important;
		color: #6b5fb5;
	}

	.external-event.bg-inverse {
		background-color: rgba(59, 62, 71, 0.3) !important;
		color: #3b3e47;
	}

	.external-event.bg-orange {
		background-color: rgba(255, 152, 0, 0.3) !important;
		color: #ff9800;
	}

	.external-event.bg-brown {
		background-color: rgba(141, 110, 99, 0.3) !important;
		color: #8d6e63;
	}

	.external-event.bg-teal {
		background-color: rgba(38, 166, 154, 0.3) !important;
		color: #26a69a;
	}

.fc-basic-view td.fc-week-number span {
	padding-right: 8px;
	font-weight: 700;
}

.fc-basic-view td.fc-day-number {
	padding-right: 8px;
	font-weight: 700;
}

.event-form .input-group .form-control {
	height: 40px;
}

/*-----------------
	24. Profile
-----------------------*/

.profile-details {
	text-align: center;
}

.profile-info-left div {
	padding: 4px 0;
}

.personal-info li .title {
	color: #4f4f4f;
	float: left;
	font-weight: 500;
	margin-right: 30px;
	/*width: 125px;*/
}

.personal-info li .text {
	color: #8e8e8e;
	display: block;
	overflow: hidden;
}

.personal-info li {
	margin-bottom: 10px;
}

.personal-info {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}

.profile-view {
	position: relative;
}

	.profile-view .profile-img-wrap {
		height: 120px;
		width: 120px;
		margin-top: 8px;
	}

	.profile-view .profile-img {
		width: 120px;
		height: 120px;
	}

		.profile-view .profile-img .avatar {
			font-size: 24px;
			height: 120px;
			line-height: 120px;
			margin: 0;
			width: 120px;
		}

	.profile-view .profile-basic {
		margin-left: 140px;
		padding-right: 50px;
	}

	.profile-view .pro-edit {
		position: absolute;
		right: 0;
		top: 0;
	}

.edit-icon {
	background-color: #eee;
	border: 1px solid #e3e3e3;
	border-radius: 24px;
	color: #bbb;
	float: right;
	font-size: 12px;
	line-height: 24px;
	min-height: 26px;
	text-align: center;
	width: 26px;
}

	.edit-icon:hover {
		background-color: #ff9b44;
		border-color: #ff9b44;
		color: #fff;
	}

.delete-icon {
	color: #e30b0b;
	float: right;
	font-size: 18px;
}

	.delete-icon:hover {
		color: #e30b0b;
	}

.staff-msg {
	margin-top: 30px;
}

.experience-box {
	position: relative;
}

.experience-list {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

	.experience-list::before {
		background: #ddd;
		bottom: 0;
		content: "";
		left: 8px;
		position: absolute;
		top: 8px;
		width: 2px;
	}

	.experience-list > li {
		position: relative;
	}

		.experience-list > li:last-child .experience-content {
			margin-bottom: 0;
		}

.experience-user .avatar {
	height: 32px;
	line-height: 32px;
	margin: 0;
	width: 32px;
}

.experience-list > li .experience-user {
	background: #fff;
	height: 10px;
	left: 4px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 4px;
	width: 10px;
}

.experience-list > li .experience-content {
	background-color: #fff;
	margin: 0 0 20px 40px;
	padding: 0;
	position: relative;
}

	.experience-list > li .experience-content .timeline-content {
		color: #9e9e9e;
	}

		.experience-list > li .experience-content .timeline-content a.name {
			color: #616161;
			font-weight: bold;
		}

.experience-list > li .time {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 1.35;
}

.before-circle {
	background-color: #ddd;
	border-radius: 50%;
	height: 10px;
	width: 10px;
}

.skills > span {
	border: 1px solid #ccc;
	border-radius: 500px;
	display: inline-block;
	margin-bottom: 10px;
	padding: 6px 12px;
	text-align: center;
}

.profile-info-left {
	border-right: 2px dashed #ccc;
}

.bootstrap-tagsinput {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 0;
	box-shadow: unset;
	display: block;
	min-height: 44px;
	padding: 6px 6px 0;
}

	.bootstrap-tagsinput .badge {
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 6px;
		padding: 10px 15px;
	}

.add-more a {
	color: #ff9b44;
}

	.add-more a:hover {
		color: #ff851a;
	}

.avatar-box {
	float: left;
}

.pro-overview .personal-info li .title {
	/*width: 50%;*/
}

.profile-box {
	min-height: 250px;
}

/*-----------------
	25. Notifications
-----------------------*/

.notifications {
	padding: 0;
}

	.notifications .noti-content {
		height: 290px;
		width: 350px;
		overflow-y: auto;
		position: relative;
	}

	.notifications .notification-heading {
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.45;
		color: #616161;
	}

	.notifications .notification-time {
		font-size: 12px;
		line-height: 1.35;
		color: #bdbdbd;
	}

.notification-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.notifications ul.notification-list > li {
	margin-top: 0;
	border-bottom: 1px solid #f5f5f5;
}

	.notifications ul.notification-list > li:last-child {
		border-bottom: none;
	}

	.notifications ul.notification-list > li a {
		display: block;
		padding: 12px;
		border-radius: 2px;
	}

		.notifications ul.notification-list > li a:hover {
			background-color: #fafafa;
		}

	.notifications ul.notification-list > li .list-item {
		border: 0;
		padding: 0;
		position: relative;
	}

.notifications .media {
	margin-top: 0;
	border-bottom: 1px solid #f5f5f5;
}

	.notifications .media:last-child {
		border-bottom: none;
	}

	.notifications .media a {
		display: block;
		padding: 12px;
		border-radius: 2px;
	}

		.notifications .media a:hover {
			background-color: #fafafa;
		}

.notifications .media-list .media-left {
	padding-right: 8px;
}

.topnav-dropdown-header {
	border-bottom: 1px solid #eee;
	text-align: center;
}

.topnav-dropdown-header,
.topnav-dropdown-footer {
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	padding-left: 12px;
	padding-right: 12px;
}

	.topnav-dropdown-header .notification-title {
		color: #333;
		display: block;
		float: left;
		font-size: 14px;
	}

	.topnav-dropdown-header .clear-noti {
		color: #f83f37;
		float: right;
		font-size: 11px;
		text-transform: uppercase;
	}

	.topnav-dropdown-footer a {
		display: block;
		text-align: center;
		color: #333;
	}

.user-menu.nav > li > a .badge {
	color: #fff;
	font-weight: 700;
	position: absolute;
	right: 3px;
	top: 6px;
}

.user-menu.nav > li > a .badge {
	background-color: #7460ee;
}

.user-menu.nav > li > a > i {
	font-size: 20px;
	line-height: 60px;
}

.noti-details {
	color: #989c9e;
	margin-bottom: 0;
}

.noti-title {
	color: #333;
}

.noti-time {
	margin: 0;
}

/*-----------------
	26. Roles & Permissions
-----------------------*/

.roles-menu {
	margin-top: 20px;
}

	.roles-menu > ul {
		background-color: #fff;
		border: 1px solid #e3e3e3;
		list-style: none;
		margin: 0;
		padding: 0;
	}

		.roles-menu > ul > li {
			display: block;
			position: relative;
		}

			.roles-menu > ul > li a {
				border-left: 3px solid transparent;
				color: #333;
				display: block;
				padding: 10px 15px;
				position: relative;
			}

			.roles-menu > ul > li.active a {
				border-color: #ff9b44;
				color: #ff9b44;
			}

			.roles-menu > ul > li a:hover {
				background-color: #eee;
				border-color: #ff9b44;
			}

.role-action {
	float: right;
	display: none;
}

.roles-menu > ul > li a:hover .role-action {
	display: block;
}

.slide-nav .sidebar {
	margin-left: 0;
}

/*-----------------
	27. Chat Right Sidebar
-----------------------*/

.fixed-header .custom-menu {
	margin: 1px 0 0;
}

.topnav-dropdown-footer {
	border-top: 1px solid #eee;
}

.list-box {
	list-style: none;
	padding-left: 0;
}

.list-item {
	border-bottom: 1px solid #eaeaea;
	padding: 10px;
	position: relative;
}

.list-left {
	height: 48px;
	position: absolute;
	width: 48px;
}

.files-icon {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	text-align: center;
	width: 38px;
}

	.files-icon i {
		color: #777;
		font-size: 20px;
	}

.list-body {
	padding: 0 0 0 50px;
}

.message-author {
	color: #333;
	float: left;
	font-weight: 500;
	width: 175px;
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.message-time {
	color: #888;
	float: right;
	font-size: 11px;
}

.message-content {
	color: #333;
	font-size: 13px;
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.files-action .dropdown-menu {
	left: auto;
	right: 0;
}

/*-----------------
	28. Projects
-----------------------*/

.team-members {
	display: inline-flex;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}

	.team-members > li:first-child a {
		margin-left: 0;
	}

	.team-members > li > a {
		border: 2px solid #fff;
		border-radius: 100%;
		display: block;
		height: 30px;
		overflow: hidden;
		width: 30px;
	}

	.team-members .all-users {
		line-height: 28px;
		opacity: 0.8;
	}

.all-users {
	background-color: #ff5e3a;
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	line-height: 34px;
	text-align: center;
}

	.all-users:hover, .all-users:active {
		color: #fff;
	}

.team-members img {
	width: 100%;
}

.project-title {
	margin: 0 0 5px;
}

	.project-title > h5 {
		font-size: 16px;
		margin-bottom: 0;
		margin-top: 0;
	}

	.project-title > a {
		color: #333;
	}

.avatar-dropdown .dropdown-menu {
	min-width: unset;
	width: 100px;
	padding: 0;
}

.avatar-dropdown .avatar-group {
	min-height: 88px;
	padding: 2px;
	white-space: normal;
}

	.avatar-dropdown .avatar-group .avatar {
		margin: 2px;
	}

.avatar-dropdown .avatar-pagination {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.avatar-dropdown .page-link {
	padding: .3rem 0.55rem;
	border-radius: 0 !important;
	border: 0;
}

.avatar-dropdown .dropdown-toggle::after {
	display: none;
}

/*-----------------
	29. Invoice
-----------------------*/

.invoice-details,
.invoice-payment-details > li span {
	float: right;
	text-align: right;
}

.table .team-members {
	flex-wrap: nowrap;
}

	.table .team-members > li > a {
		width: 32px;
		height: 32px;
	}

	.table .team-members .all-users {
		line-height: 30px;
	}

.attach-files > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.attach-files li {
	display: inline-block;
	margin-right: 10px;
	position: relative;
}

	.attach-files li img {
		width: 50px;
	}

.file-remove {
	color: #f00;
	position: absolute;
	right: -6px;
	top: -7px;
}

.attach-files li:last-child {
	margin-right: 0;
}

.inv-logo {
	height: auto;
	margin-bottom: 20px;
	max-height: 100px;
	width: auto;
}

/*-----------------
	30. Task
-----------------------*/

.task-chat-contents {
	background-color: #fff;
}

	.task-chat-contents .chat-left .chat-content {
		max-width: 100%;
	}

.task-chat-view {
	border-left: 1px solid #eaeaea;
}

.task-left-sidebar {
	width: 58.3333%;
}

.task-right-sidebar {
	width: 41.6667%;
}

.task-chat-view .chat-left .chat-content {
	border: 0;
	padding: 0;
}

.task-chat-view .chat-left .chat-body {
	margin-left: 50px;
}

.task-chat-view .chat-date {
	background-color: #fff;
}

.task-chat-view .chats {
	padding: 15px 15px 30px;
}

.task-chat-view .avatar {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.followers-add {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	color: #ccc;
	display: inline-block;
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

	.followers-add:hover {
		border: 1px solid #8c8c8c;
		color: #8c8c8c;
	}

.completed-task-msg {
	margin-bottom: 30px;
	margin-left: 50px;
}

.task-chat-contents .chat.chat-left {
	margin-bottom: 20px;
}

.file-attached {
	color: #333;
	font-size: 13px;
}

	.file-attached i {
		font-size: 16px;
	}

.task-attach-img > img {
	border: 1px solid #eaeaea;
	max-width: 100%;
}

.attach-img-download {
	margin-bottom: 5px;
}

.task-chat-view .chat-left .chat-time {
	color: #a3a3a3;
	display: inline-block;
	font-size: 11px;
}

.task-chat-user {
	color: #333;
	font-size: 13px;
}

.task-chat-view .chat-content > p {
	font-size: 13px;
	margin-bottom: 0;
}

.task-time {
	color: #a3a3a3;
	display: inline-block;
	font-size: 11px;
}

.task-success {
	color: #55ce63;
	font-size: 13px;
}

	.task-success a {
		color: #55ce63;
	}

.task-attach-img {
	margin-bottom: 20px;
}

.task-assign {
	float: left;
}

.assign-title {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.task-assign > a {
	float: left;
}

.followers-add > i {
	line-height: 28px;
}

.task-followers {
	display: flex;
	margin-top: 15px;
}

.followers-title {
	margin: 5px 10px 0 0;
}

.task-line {
	border-color: #eaeaea;
}

.task-information {
	color: #a3a3a3;
	font-size: 11px;
	line-height: 17px;
	min-width: 1px;
	margin-left: 50px;
}

.task-info-line {
	overflow-wrap: break-word;
}

.task-user {
	color: #888;
	font-weight: 500;
}

.task-information .task-time {
	display: inline-block;
	padding-left: 10px;
}

.task-btn-right {
	display: none !important;
}

.task:hover .task-btn-right {
	display: table-cell !important;
}

.task-action-btn.task-check {
	text-align: left !important;
	width: 40px;
}

.add-task-btn {
	cursor: pointer;
	padding: 6px 10px;
	text-transform: uppercase;
}

.action-circle {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

	.action-circle .material-icons {
		color: #ccc;
		font-size: 18px;
		vertical-align: -3px;
	}

	.action-circle.completed {
		background: #35BA67;
		border: 1px solid #2fa65c;
	}

		.action-circle.completed .material-icons {
			color: #fff;
		}

	.action-circle.large {
		height: 24px;
		width: 24px;
	}

		.action-circle.large .material-icons {
			font-size: 16px;
			vertical-align: -4px;
		}

.task-wrapper {
	padding: 20px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

	.task-wrapper .mark-all-tasks {
		text-align: right;
		padding-bottom: 15px;
	}

		.task-wrapper .mark-all-tasks .mark-all-tasks-container {
			overflow: hidden;
			position: relative;
		}

		.task-wrapper .mark-all-tasks .mark-all-btn {
			cursor: pointer;
			display: inline-block;
			-webkit-transition: all 200ms ease;
			-moz-transition: all 200ms ease;
			-ms-transition: all 200ms ease;
			-o-transition: all 200ms ease;
			transition: all 200ms ease;
		}

			.task-wrapper .mark-all-tasks .mark-all-btn#mark-all-finished {
				color: #35BA67;
			}

			.task-wrapper .mark-all-tasks .mark-all-btn#mark-all-incomplete {
				color: #666;
			}

				.task-wrapper .mark-all-tasks .mark-all-btn#mark-all-incomplete .action-circle {
					border: 1px solid #666;
				}

					.task-wrapper .mark-all-tasks .mark-all-btn#mark-all-incomplete .action-circle .material-icons {
						color: #666;
					}

			.task-wrapper .mark-all-tasks .mark-all-btn.move-up {
				-webkit-transform: translateY(-30px);
				-moz-transform: translateY(-30px);
				-ms-transform: translateY(-30px);
				-o-transform: translateY(-30px);
				transform: translateY(-30px);
				position: absolute;
				right: 0;
			}

			.task-wrapper .mark-all-tasks .mark-all-btn.move-down {
				-webkit-transform: translateY(30px);
				-moz-transform: translateY(30px);
				-ms-transform: translateY(30px);
				-o-transform: translateY(30px);
				transform: translateY(30px);
				position: absolute;
				right: 0;
			}

	.task-wrapper .task-list-header h3,
	.task-wrapper .task-list-footer h3 {
		font-size: 24px;
		font-weight: 400;
		color: #666;
	}

	.task-wrapper .task-list-body {
		max-height: 500px;
		overflow: auto;
	}

	.task-wrapper #task-list {
		list-style: none;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #eaeaea;
	}
.page-header > div > .col > h3 > select {
	background-color: transparent !important;
	margin-left: -10px !important;
	border: 0px !important;
	padding: 10px 20px 10px 10px !important;
}
	.page-header > div > .col > h3 > select option {
		font-size:13px !important;
	}

.task-wrapper #task-list li {
	margin: 0;
	padding: 0;
}

			.task-wrapper #task-list li .task-container {
				display: table;
				background: #fff;
				padding: 8px 15px;
				width: 100%;
				border: 1px solid #eaeaea;
				border-bottom: none;
				box-sizing: border-box;
				position: relative;
				-webkit-transition: background 200ms ease;
				-moz-transition: background 200ms ease;
				-ms-transition: background 200ms ease;
				-o-transition: background 200ms ease;
				transition: background 200ms ease;
			}

				.task-wrapper #task-list li .task-container .task-label {
					display: table-cell;
					font-weight: 400;
					vertical-align: middle;
					color: #333;
					word-break: break-all;
				}

				.task-wrapper #task-list li .task-container .task-action-btn {
					display: table-cell;
					vertical-align: middle;
					text-align: right;
				}

					.task-wrapper #task-list li .task-container .task-action-btn .action-circle:hover {
						border: 1px solid #8c8c8c;
						background: #fff;
					}

						.task-wrapper #task-list li .task-container .task-action-btn .action-circle:hover .material-icons {
							color: #8c8c8c;
						}

				.task-wrapper #task-list li .task-container:hover {
					background: #EBEEEF;
				}

			.task-wrapper #task-list li.completed .task-container {
				background: #f9f9f9;
			}

				.task-wrapper #task-list li.completed .task-container .complete-btn {
					background: #35BA67;
					border: 1px solid #2fa65c;
				}

					.task-wrapper #task-list li.completed .task-container .complete-btn .material-icons {
						color: #fff;
					}

					.task-wrapper #task-list li.completed .task-container .complete-btn:hover {
						background: #35BA67;
						border: 1px solid #2fa65c;
					}

						.task-wrapper #task-list li.completed .task-container .complete-btn:hover .material-icons {
							color: #fff;
						}

				.task-wrapper #task-list li.completed .task-container .task-label {
					color: #ccc;
				}

			.task-wrapper #task-list li.new .task-container {
				-webkit-animation: taskHighlighter 2000ms linear 1;
				animation: taskHighlighter 2000ms linear 1;
			}

	.task-wrapper .task-list-footer {
		position: relative;
	}

		.task-wrapper .task-list-footer .add-task-btn-wrapper {
			text-align: center;
		}

		.task-wrapper .task-list-footer .add-task-btn {
			cursor: pointer;
			border: 2px solid #9B1BCC;
			display: inline-block;
			height: 35px;
			width: 35px;
			border-radius: 10px;
			-webkit-transition: all 300ms ease;
			-moz-transition: all 300ms ease;
			-ms-transition: all 300ms ease;
			-o-transition: all 300ms ease;
			transition: all 300ms ease;
		}

			.task-wrapper .task-list-footer .add-task-btn.hide {
				opacity: 1;
				visibility: visible;
				display: block;
			}

			.task-wrapper .task-list-footer .add-task-btn:hover {
				background: #9B1BCC;
			}

				.task-wrapper .task-list-footer .add-task-btn:hover .material-icons {
					color: #EBEEEF;
				}

			.task-wrapper .task-list-footer .add-task-btn .material-icons {
				color: #9B1BCC;
				font-size: 34px;
			}

		.task-wrapper .task-list-footer .new-task-wrapper {
			-webkit-transition: all 300ms ease;
			-moz-transition: all 300ms ease;
			-ms-transition: all 300ms ease;
			-o-transition: all 300ms ease;
			transition: all 300ms ease;
			max-height: 0;
			overflow: hidden;
		}

			.task-wrapper .task-list-footer .new-task-wrapper::after {
				content: "";
				display: block;
				clear: both;
			}

			.task-wrapper .task-list-footer .new-task-wrapper textarea {
				box-sizing: border-box;
				width: 100%;
				border: 1px solid #eaeaea;
				border-top: 0;
				height: 45px;
				resize: none;
				padding: 10px 15px;
				margin-bottom: 20px;
				-webkit-transition: all 300ms ease;
				-moz-transition: all 300ms ease;
				-ms-transition: all 300ms ease;
				-o-transition: all 300ms ease;
				transition: all 300ms ease;
			}

				.task-wrapper .task-list-footer .new-task-wrapper textarea:focus {
					border: 1px solid #bfbfbf;
					outline: none;
				}

				.task-wrapper .task-list-footer .new-task-wrapper textarea.error {
					border: 1px solid #D93737;
					outline: none;
				}

			.task-wrapper .task-list-footer .new-task-wrapper .error-message {
				color: #D93737;
				font-style: italic;
			}

			.task-wrapper .task-list-footer .new-task-wrapper .btn {
				padding: 6px 12px;
				float: right;
				cursor: pointer;
			}

			.task-wrapper .task-list-footer .new-task-wrapper .add-new-task-btn {
				background: #fff;
				border: 1px solid #ccc;
			}

			.task-wrapper .task-list-footer .new-task-wrapper.visible {
				max-height: 300px;
				overflow: auto;
			}

.notification-popup {
	z-index: 1051;
	position: fixed;
	top: 20px;
	right: 10px;
	width: 300px;
	display: inline-block;
	background: #1F8FEF;
	border: 1px solid #1082e4;
	color: #fff;
	padding: 20px;
	opacity: .8;
	border-radius: 2px;
	box-sizing: border-box;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

	.notification-popup.success {
		background: #35BA67;
		border: 1px solid #2fa65c;
	}

	.notification-popup p {
		margin-top: 0;
		margin-bottom: 0px;
	}

	.notification-popup .task {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		max-width: 100%;
		display: inline-block;
	}

	.notification-popup .notification-text {
		font-size: 14px;
		display: inline-block;
		overflow: hidden;
	}

	.notification-popup.hide {
		opacity: 0;
		visibility: hidden;
	}

.sidebar-overlay {
	display: none;
	position: fixed;
	z-index: 90;
	height: 100%;
	left: 0;
	top: 60px;
	width: 100%;
	z-index: 1040;
	background-color: rgba(0, 0, 0, 0.6);
}

	.sidebar-overlay.opened {
		display: block;
	}

.sidebar-menu.opened {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	margin-left: 0;
}

html.menu-opened {
	overflow: hidden;
}

	html.menu-opened body {
		overflow: hidden;
	}

.task-chat-view.opened {
	margin-right: 0;
}

.chat-profile-view.opened {
	margin-right: 0;
}

.task-header {
	display: flex;
}

	.task-header .assignee-info {
		align-items: center;
		border: 1px solid transparent;
		border-radius: 10px;
		display: inline-flex;
		flex: 0 1 180px;
		padding: 5px 10px 5px 5px;
		position: relative;
	}

		.task-header .assignee-info > a {
			align-items: center;
			color: #333;
			display: flex;
		}

	.task-header .task-head-title {
		color: #8e8e8e;
		font-size: 12px;
	}

.task-assignee {
	font-size: 13px;
	max-width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.assignee-info:hover {
	border-color: #e3e3e3;
}

.remove-icon {
	align-items: center;
	background-color: #e3e3e3;
	border-radius: 50%;
	color: #333;
	cursor: pointer;
	display: flex;
	height: 20px;
	justify-content: center;
	margin-right: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	visibility: hidden;
	width: 20px;
}

	.remove-icon:hover {
		background-color: #d3d3d3;
	}

.task-header .assignee-info:hover .remove-icon {
	visibility: visible;
}

.remove-icon i {
	color: #8e8e8e;
	font-size: 12px;
}

.due-icon span {
	align-items: center;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	color: #ccc;
	display: flex;
	height: 30px;
	justify-content: center;
	line-height: 30px;
	margin-right: 10px;
	width: 30px;
}

	.due-icon span i {
		font-size: 18px;
	}

.task-due-date {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 10px;
	display: flex;
	flex: 0 0 160px;
	margin-left: 10px;
	padding: 5px 10px 5px 5px;
	position: relative;
}

	.task-due-date:hover {
		border-color: #e3e3e3;
	}

.task-header .task-due-date > a {
	align-items: center;
	color: #333;
	display: flex;
}

.due-info .due-date {
	color: #f62d51;
	font-size: 13px;
}

.task-header .task-due-date:hover .remove-icon {
	visibility: visible;
}

.task-desc {
	align-items: flex-start;
	display: flex;
	margin-bottom: 15px;
	margin-top: 5px;
}

.task-textarea {
	display: flex;
	width: 100%;
}

.task-desc-icon {
	color: #ccc;
	margin-right: 10px;
	margin-top: 5px;
}

.task-textarea .form-control {
	border: 1px solid transparent;
	border-radius: 5px;
	font-size: 13px;
	resize: none;
}

.task-textarea:hover .form-control {
	border-color: #e3e3e3;
}

.task-complete-btn {
	align-items: center;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #333;
	display: flex;
	font-size: 14px;
	padding: 6px 10px;
}

	.task-complete-btn:hover {
		background-color: #f7f7f7;
		color: #333;
	}

	.task-complete-btn i {
		font-size: 20px;
		margin-right: 3px;
	}

.task-completed {
	background-color: #35ba67;
	border-color: #2fa65c;
	color: #fff;
}

	.task-completed:hover {
		background-color: #35ba67;
		border-color: #2fa65c;
		color: #fff;
	}

/*-----------------
	31. Project View
-----------------------*/

.project-user .list-box {
	margin: 0;
}

.project-files i {
	color: #76838f;
	font-size: 50px;
}

.project-user .list-item {
	border: 0 none;
	padding: 10px 0;
}

.table-border {
	border: 1px solid #ddd;
}

.file-size {
	color: #888;
}

.project-task .task-wrapper {
	padding: 0;
}

.project-task .tab-content {
	min-height: 200px;
}

.uploaded-box {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	margin-bottom: 20px;
	padding: 4px;
}

	.uploaded-box .uploaded-img-name {
		color: #333;
		padding: 9px;
		text-align: center;
	}

/*-----------------
	32. Payslip
-----------------------*/

.payslip-title {
	margin-bottom: 20px;
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
}

/*-----------------
	33. Attendance
-----------------------*/

.first-off {
	white-space: pre-wrap;
}

.stats-info {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 15px;
	text-align: center;
}

	.stats-info h6 {
		color: #1f1f1f;
		font-size: 16px;
		font-weight: normal;
		line-height: 18px;
		margin-bottom: 5px;
	}

	.stats-info h4 {
		font-size: 24px;
		margin-bottom: 0;
	}

		.stats-info h4 span {
			color: #727272;
			font-size: 12px;
		}

.punch-det {
	background-color: #f9f9f9;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 10px 15px;
}

	.punch-det h6 {
		line-height: 20px;
		margin-bottom: 0;
	}

	.punch-det p {
		color: #727272;
		font-size: 14px;
		margin-bottom: 0;
	}

.punch-info {
	margin-bottom: 20px;
}

.punch-hours {
	align-items: center;
	background-color: #f9f9f9;
	border: 5px solid #e3e3e3;
	border-radius: 50%;
	display: flex;
	font-size: 18px;
	height: 120px;
	justify-content: center;
	margin: 0 auto;
	width: 120px;
}

.punch-btn-section {
	margin-bottom: 20px;
	text-align: center;
}

.punch-btn {
	border-radius: 50px;
	font-size: 18px;
	font-weight: 600;
	max-width: 100%;
	padding: 8px 40px;
}

.punch-status .stats-box {
	margin-bottom: 0;
}

.stats-list {
	height: 331px;
	overflow-y: auto;
}

.att-statistics .stats-info {
	margin-bottom: 5px;
}

.att-statistics .progress {
	height: 4px;
}

.statistics .row {
	margin-left: -5px;
	margin-right: -5px;
}

	.statistics .row > div {
		padding-left: 5px;
		padding-right: 5px;
	}

.stats-box {
	background-color: #f9f9f9;
	border: 1px solid #e3e3e3;
	margin-bottom: 15px;
	padding: 5px;
}

	.stats-box p {
		margin: 0;
		font-size: 12px;
	}

	.stats-box > h6 {
		margin-bottom: 0;
	}

.stats-info:last-child .progress {
	margin-bottom: 0;
}

.stats-info p {
	display: flex;
	font-size: 12px;
	justify-content: space-between;
	margin-bottom: 5px;
}

.recent-activity .res-activity-list {
	height: 328px;
	list-style-type: none;
	margin-bottom: 0;
	overflow-y: auto;
	padding-left: 30px;
	position: relative;
}

	.recent-activity .res-activity-list li {
		margin-bottom: 15px;
		position: relative;
	}

		.recent-activity .res-activity-list li:last-child {
			margin-bottom: 0;
		}

		.recent-activity .res-activity-list li:before {
			width: 10px;
			height: 10px;
			left: -30px;
			top: 0px;
			border: 2px solid #ff9b44;
			margin-right: 15px;
			z-index: 2;
			background: #fff;
		}

		.recent-activity .res-activity-list li:before {
			content: "";
			position: absolute;
			border-radius: 100%;
		}

	.recent-activity .res-activity-list:after {
		content: "";
		border: 1px solid #e5e5e5;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 4px;
	}

.recent-activity .res-activity-time {
	color: #bbb;
	font-size: 12px;
}

.recent-activity h6 {
	line-height: 14px;
	margin-bottom: 0;
}

.recent-activity p {
	font-size: 13px;
	margin-bottom: 0;
}

.half-day {
	width: 15px;
}

/*-----------------
	34. Ticket
-----------------------*/

.ticket-header {
	padding: 6px 0;
}

.ticket-priority {
	font-size: 14px;
}

.ticket-chat-view {
	width: 33.3333%;
}

.dataTables_wrapper.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

/*-----------------
	35. Client Profile
-----------------------*/

.tab-box {
	border-bottom: 0;
	margin-bottom: 10px;
	padding: 0;
}

.team-members a.followers-add {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	color: #ccc;
	display: inline-block;
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

/*-----------------
	36. Inbox
-----------------------*/

.table-inbox input[type="radio"],
.table-inbox input[type="checkbox"] {
	cursor: pointer;
}

.mail-list {
	list-style: none;
	padding: 0;
}

	.mail-list > li > a {
		color: #333;
		display: block;
		padding: 10px;
	}

	.mail-list > li.active > a {
		color: #ff9b44;
		font-weight: bold;
	}

.unread .name,
.unread .subject,
.unread .mail-date {
	color: #000;
	font-weight: 600;
}

.table-inbox .fa-star {
	color: #ffd200;
}

.table-inbox .starred.fa-star {
	color: #ffd200;
}

.table.table-inbox > tbody > tr > td,
.table.table-inbox > tbody > tr > th,
.table.table-inbox > tfoot > tr > td,
.table.table-inbox > tfoot > tr > th,
.table.table-inbox > thead > tr > td,
.table.table-inbox > thead > tr > th {
	border-bottom: 1px solid #f2f2f2;
	border-top: 0;
}

.table-inbox {
	font-size: 14px;
	margin-bottom: 0;
}

.note-editor.note-frame {
	border: 1px solid #ccc;
	box-shadow: inherit;
}

	.note-editor.note-frame .note-statusbar {
		background-color: #fff;
	}

	.note-editor.note-frame.fullscreen {
		top: 60px;
	}

.mail-title {
	font-weight: bold;
	text-transform: uppercase;
}

.form-control.search-message {
	border-radius: 4px;
	height: 38px;
	margin-left: 5px;
	width: 180px;
}

.table-inbox tr {
	cursor: pointer;
}

table.table-inbox tbody tr.checked {
	background-color: #ffffcc;
}

.mail-label {
	font-size: 16px !important;
	margin-right: 5px;
}

/*-----------------
	37. Mail View
-----------------------*/

.attachments {
	list-style: none;
	margin: 0;
	padding: 0;
}

	.attachments li {
		border: 1px solid #eee;
		float: left;
		margin-bottom: 10px;
		margin-right: 10px;
		width: 200px;
	}

.attach-file {
	color: #777;
	font-size: 70px;
	padding: 10px;
	text-align: center;
	min-height: 153px;
}

	.attach-file > i {
		line-height: 133px;
	}

.attach-info {
	background-color: #f4f4f4;
	padding: 10px;
}

.attach-filename {
	color: #777;
	font-weight: bold;
}

.attach-filesize {
	color: #999;
	font-size: 12px;
}

.attach-file img {
	height: auto;
	max-width: 100%;
}

.mailview-header {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.mailview-footer {
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 15px;
}

	.mailview-footer .btn-white {
		min-width: 102px;
	}

.sender-img {
	float: left;
	margin-right: 10px;
	width: 40px;
}

.sender-name {
	display: block;
}

.receiver-name {
	color: #777;
}

.right-action {
	text-align: right;
}

.mail-view-title {
	font-weight: 500;
	font-size: 24px;
	margin: 0;
}

.mail-view-action {
	float: right;
}

.mail-sent-time {
	float: right;
}

/*-----------------
	38. Voice call
-----------------------*/

.voice-call-avatar {
	flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 2;
}

	.voice-call-avatar .call-avatar {
		margin: 15px;
		width: 150px;
		height: 150px;
		border-radius: 100%;
		border: 1px solid rgba(0, 0, 0, 0.1);
		padding: 3px;
		background-color: #fff;
	}

.call-duration {
	display: inline-block;
	font-size: 30px;
	margin-top: 4px;
	position: absolute;
	left: 0;
}

.voice-call-avatar .call-timing-count {
	padding: 5px;
}

.voice-call-avatar .username {
	font-size: 18px;
	text-transform: uppercase;
}

.call-icons {
	text-align: center;
	position: relative;
}

	.call-icons .call-items {
		border-radius: 5px;
		padding: 0;
		margin: 0;
		list-style: none;
		display: inline-block;
	}

		.call-icons .call-items .call-item {
			display: inline-block;
			text-align: center;
			margin-right: 5px;
		}

			.call-icons .call-items .call-item:last-child {
				margin-right: 0;
			}

			.call-icons .call-items .call-item a {
				color: #777;
				border: 1px solid #ddd;
				width: 50px;
				height: 50px;
				line-height: 50px;
				border-radius: 50px;
				display: inline-block;
				font-size: 20px;
			}

				.call-icons .call-items .call-item a i {
					width: 18px;
					height: 18px;
				}

.user-video {
	bottom: 0;
	left: 0;
	overflow: auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

	.user-video img {
		width: auto;
		max-width: 100%;
		height: auto;
		max-height: 100%;
		display: block;
		margin: 0 auto;
	}

	.user-video video {
		width: auto;
		max-width: 100%;
		height: auto;
		max-height: 100%;
		display: block;
		margin: 0 auto;
	}

.my-video {
	position: absolute;
	z-index: 99;
	bottom: 20px;
	right: 20px;
}

	.my-video ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		.my-video ul li {
			float: left;
			width: 120px;
			margin-right: 10px;
		}

			.my-video ul li img {
				border: 3px solid #fff;
				border-radius: 6px;
			}

.end-call {
	position: absolute;
	top: 7px;
	right: 0;
}

	.end-call a {
		background-color: #f06060;
		border-radius: 50px;
		color: #fff;
		display: inline-block;
		line-height: 10px;
		padding: 8px 25px;
		text-transform: uppercase;
	}

.call-users {
	position: absolute;
	z-index: 99;
	bottom: 20px;
	right: 20px;
}

	.call-users ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		.call-users ul li {
			float: left;
			width: 80px;
			margin-left: 10px;
		}

			.call-users ul li img {
				border-radius: 6px;
				padding: 2px;
				background-color: #fff;
				border: 1px solid rgba(0, 0, 0, 0.1);
			}

.call-mute {
	width: 80px;
	height: 80px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	display: inline-block;
	text-align: center;
	line-height: 80px;
	border-radius: 6px;
	font-size: 30px;
	color: #fff;
	display: none;
	top: 0;
	border: 3px solid transparent;
}

.call-users ul li a:hover .call-mute {
	display: block;
}

.call-details {
	margin: 10px 0 0px;
	display: flex;
}

.call-info {
	margin-left: 10px;
	width: 100%;
}

.call-user-details,
.call-timing {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.call-description {
	white-space: nowrap;
	vertical-align: bottom;
}

.call-timing {
	color: #727272;
	display: flex;
	font-size: 14px;
	margin-top: 1px;
	overflow: hidden;
	white-space: pre;
}

/*-----------------
	39. Video Call
-----------------------*/

.content-full {
	height: 100%;
	position: relative;
	width: 100%;
}

.video-window .fixed-header {
	padding: 0;
	border: 0;
}

	.video-window .fixed-header .nav > li > a {
		padding: 18px 15px;
	}

/*-----------------
	40. Outgoing Call
-----------------------*/

.call-box {
	display: block;
	background: #ff9b44;
	background: -moz-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
	background: -webkit-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
	background: -ms-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
	background: linear-gradient(to right, #ff9b44 0%, #fc6075 100%);
	position: sticky;
	top: 0;
	z-index: 99;
	overflow-y: auto;
	overflow-x: hidden;
}

	.call-box .call-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		height: calc(100vh - 60px);
		text-align: center;
	}

		.call-box .call-wrapper .call-avatar {
			margin-bottom: 50px;
			cursor: pointer;
			animation: ripple 2s infinite;
		}

		.call-box .call-wrapper .call-user {
			margin-bottom: 50px;
		}

			.call-box .call-wrapper .call-user h4 {
				color: #fff;
			}

			.call-box .call-wrapper .call-user span {
				display: block;
				color: #fff;
				font-weight: 500;
				text-align: center;
			}

		.call-box .call-wrapper .call-items {
			display: flex;
			align-items: center;
			justify-content: center;
		}

			.call-box .call-wrapper .call-items .call-item {
				background-color: rgba(255, 255, 255, 0.2);
				border: 1px solid transparent;
				border-radius: 100%;
				color: #fff;
				line-height: 0;
				margin: 0 5px;
				padding: 15px;
			}

				.call-box .call-wrapper .call-items .call-item:hover {
					opacity: 0.9;
				}

				.call-box .call-wrapper .call-items .call-item:first-child {
					margin-top: -30px;
				}

				.call-box .call-wrapper .call-items .call-item:last-child {
					margin-top: -30px;
				}

				.call-box .call-wrapper .call-items .call-item.call-end {
					padding: 20px;
					margin: 30px 20px 0;
					background: #f06060;
					border: 1px solid #f06060;
					color: #fff;
					line-height: 0;
					border-radius: 100%;
				}

				.call-box .call-wrapper .call-items .call-item.call-start {
					padding: 20px;
					margin: 30px 20px 0;
					background: #55ce63;
					border: 1px solid #55ce63;
					color: #fff;
					line-height: 0;
					border-radius: 100%;
				}

	.call-box.incoming-box .call-wrapper .call-items .call-item.call-start {
		margin: 0 10px;
	}

	.call-box.incoming-box .call-wrapper .call-items .call-item.call-end {
		margin: 0 10px;
	}

	.call-box .call-avatar {
		border-radius: 100%;
		height: 150px;
		max-width: 150px;
		min-width: 150px;
		position: relative;
		width: 100%;
	}

	.call-box .btn {
		background: rgba(0, 0, 0, 0);
		transition: all 0.3s ease 0s;
	}

@-webkit-keyframes ripple {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
	}

	100% {
		-webkit-box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
	}
}

@keyframes ripple {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
	}

	100% {
		-moz-box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
	}
}

/*-----------------
	41. Incoming Call
-----------------------*/

.incoming-btns {
	margin-top: 20px;
}

/*-----------------
	42. Contacts
-----------------------*/

.contacts-header {
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
	padding: 10px 15px;
}

	.contacts-header .navbar {
		border: 0 none;
		margin: 0;
		min-height: auto;
	}

	.contacts-header .user-info a {
		color: #76838f;
		text-transform: uppercase;
	}

.contact-left {
	display: table-cell;
	height: 100%;
	float: none;
	padding: 0;
	position: static;
	vertical-align: top;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 100%;
}

.contacts-list {
	position: relative;
	padding: 0 70px 0 20px;
}

.contact-list {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

	.contact-list > li {
		background-color: #fff;
		border-bottom: 1px solid #eaeaea;
		border-radius: inherit;
		padding: 10px;
	}

.contact-cont {
	position: relative;
}

.contact-type {
	height: 48px;
	position: absolute;
	width: 48px;
}

.contact-icon {
	background-color: #f3f7f9;
	border: 1px solid #e4eaec;
	border-radius: 4px;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	text-align: center;
	width: 38px;
}

	.contact-icon i {
		color: #76838f;
		font-size: 20px;
	}

.contact-info {
	padding: 0 30px 0 50px;
}

.contact-action {
	height: 30px;
	list-style: none;
	padding-left: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 10px;
	width: 30px;
}

.contact-date {
	color: #888;
	font-size: 12px;
}

.contact-author a {
	color: #1d6ad2;
	font-size: 12px;
	text-decoration: underline;
}

.contact-action .dropdown-menu {
	left: auto;
	right: 0;
}

.contact-alphapets {
	background-color: #fff;
	border-left: 1px solid #ddd;
	bottom: 0;
	height: 100%;
	overflow: hidden;
	padding-bottom: 114px;
	position: fixed;
	right: 0;
	top: 114px;
	width: 50px;
}

.contact-box {
	display: inline-table;
	height: 100%;
	padding: 30px 15px;
	position: relative;
	width: 100%;
}

.alphapets-inner {
	height: 100%;
	overflow: auto;
}

	.alphapets-inner a {
		display: block;
		text-align: center;
		padding: 2px;
		color: #333;
	}

/*-----------------
	43. Chat Sidebar
-----------------------*/

.chat-sidebar {
	background-color: #fff;
	border-left: 1px solid #eaeaea;
	width: 300px;
}

	.chat-sidebar .chat-contents {
		background-color: #fff;
	}

	.chat-sidebar .chat-left .chat-content {
		border: 0;
		padding: 0;
		border-radius: 0 !important;
		background-color: transparent;
		max-width: 100%;
	}

	.chat-sidebar .chat-left .chat-body {
		margin-left: 50px;
		padding-right: 0;
	}

	.chat-sidebar .chat-date {
		background-color: #fff;
	}

	.chat-sidebar .chats {
		padding: 15px 15px 30px;
	}

	.chat-sidebar .avatar {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	.chat-sidebar .chat.chat-left {
		margin-bottom: 20px;
	}

		.chat-sidebar .chat.chat-left:last-child {
			margin-bottom: 0;
		}

	.chat-sidebar .chat-left .chat-time {
		color: #888;
		display: inline-block;
		font-size: 11px;
	}

	.chat-sidebar .chat-content > p {
		font-size: 13px;
		margin-bottom: 0;
	}

	.chat-sidebar.opened {
		margin-right: 0;
	}

/*-----------------
	44. Jobs
-----------------------*/

.apply-btn {
	background: #ff9b44;
	background: -moz-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
	background: -webkit-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
	background: -ms-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
	background: linear-gradient(to right, #ff9b44 0%, #fc6075 100%);
	border-color: transparent;
	box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
	color: #fff;
	position: absolute;
	right: 20px;
	top: 20px;
}

.job-list {
	background-color: #fff;
	border: 1px solid #ededed;
	border-radius: 4px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	display: block;
	margin-bottom: 35px;
	position: relative;
	transition: all 0.3s ease 0s;
}

.job-list-det {
	align-items: flex-start;
	display: flex;
	align-items: center;
	padding: 20px;
}

.job-list .job-list-desc {
	flex: 1 1 0;
}

.job-list h4.job-department {
	color: #777;
	font-size: 14px;
	margin-bottom: 0;
}

.job-list h3.job-list-title {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
}

.job-list .job-list-footer {
	background-color: #f9f9f9;
	border-radius: 0 0 4px 4px;
	position: relative;
	padding: 20px;
}

	.job-list .job-list-footer ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

		.job-list .job-list-footer ul li {
			color: #777;
			display: inline-block;
			margin-right: 14px;
		}

			.job-list .job-list-footer ul li i {
				color: #777;
				margin-right: 3px;
				position: relative;
			}

			.job-list .job-list-footer ul li:last-child {
				margin-right: 0;
			}

.page-wrapper.job-wrapper {
	margin-left: 0;
}

.job-types {
	background-color: transparent;
	border: 1px solid #ff9b44;
	color: #ff9b44;
	border-radius: 4px;
	display: inline-block;
	padding: 6px 12px;
	text-align: center;
}

/*-----------------
	45. Job Details
-----------------------*/

.job-info {
	background-color: #fff;
	border: 1px solid #efefef;
	float: left;
	margin: 0 0 30px;
	padding: 30px;
	position: relative;
	width: 100%;
}

.job-title {
	color: #585858;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
}

.job-info .job-dept {
	color: #737882;
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}

.job-post-det {
	display: inline-block;
	margin-bottom: 5px;
	width: 100%;
	color: #737882;
	list-style: none;
	margin: 0;
	padding: 0;
}

.job-content li {
	line-height: 28px;
}

.job-post-det li {
	float: left;
	list-style: none;
	margin-bottom: 10px;
	margin-right: 20px;
}

.job-det-info {
	background-color: #fff;
	margin: 0 0 15px;
	padding: 0 0 6px;
}

.info-list {
	color: #888;
	padding-top: 20px;
}

	.info-list span {
		color: #ff9b44;
		float: left;
		font-size: 20px;
		line-height: 14px;
	}

	.info-list p {
		line-height: 1.7;
		margin: 0 0 0 40px;
	}

	.info-list > h5 {
		color: #585858;
		font-size: 14px;
		font-weight: 600;
		margin-bottom: 5px;
		margin-left: 40px;
		text-transform: uppercase;
	}

.app-ends {
	color: #46cd38;
	font-size: 13px;
}

.job-btn {
	border: 2px solid #ff9b44;
	color: #ff9b44;
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
	padding: 15px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}

	.job-btn:hover {
		background-color: #ff9b44;
		color: #fff;
	}

.job-widget {
	background-color: #fff;
	border: 1px solid #efefef;
	float: left;
	margin: 0 0 30px;
	padding: 30px;
	position: relative;
	width: 100%;
}

.job-desc-title h2 {
	font-size: 20px;
	margin-bottom: 0;
}

.job-widget h4 {
	color: #585858;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 20px;
}

.job-description > p {
	color: #727272;
	line-height: 28px;
}

.square-list {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

	.square-list li {
		color: #727272;
		line-height: 24px;
		list-style: none;
		margin: 10px 0 0 20px;
		position: relative;
	}

		.square-list li:first-child {
			margin-top: 0
		}

		.square-list li:before {
			font-family: fontawesome;
			margin: 0;
			position: relative;
			color: #ff9b44;
			float: left;
			margin-left: -20px;
			display: block;
			content: "\f0c8";
			font-size: 8px
		}

.text-blue {
	color: #009ce7;
}

/*-----------------
	46. Notification Settings
-----------------------*/

.notification-list .list-group-item {
	padding: 15px;
}

.notification-list .status-toggle {
	float: right;
}

/*-----------------
	47. Leave Settings
-----------------------*/

.leave-item {
	max-width: 653px;
}

.leave-row {
	display: flex;
	margin-bottom: 15px;
}

.carry-forward-itemview {
	margin-bottom: 15px;
}

.earned-leave-itemview {
	margin-bottom: 15px;
}

.leave-row .leave-left {
	flex: 1 1 auto;
}

	.leave-row .leave-left .input-box {
		max-width: 410px;
	}

.leave-item .form-group {
	margin-bottom: 0;
}

.leave-right {
	align-items: center;
	display: flex;
	flex: 0 0 200px;
	justify-content: end;
	margin-top: 31px;
	min-height: 44px;
	text-align: right;
}

	.leave-right .btn {
		min-height: 44px;
		min-width: 75px;
	}

		.leave-right .btn + .btn {
			margin-left: 10px;
		}

.leave-edit-btn {
	color: #216ef4;
	background-color: transparent;
	border: 0;
	padding: 0 6px;
	transition: unset;
}

	.leave-edit-btn[disabled] {
		cursor: not-allowed;
		opacity: 0.65;
	}

.leave-inline-form {
	align-items: center;
	display: flex;
	min-height: 44px;
}

.leave-header {
	align-items: center;
	color: #212536;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

	.leave-header .title {
		flex: 1 1 auto;
	}

	.leave-header .leave-action {
		flex: 1 1 auto;
		text-align: right;
	}

.leave-table .l-name {
	width: 200px;
}

.leave-table .l-days {
	width: 140px;
}

.leave-box .subtitle {
	color: #8e8e8e;
	font-size: 14px;
	font-weight: normal;
	margin: 5px auto 0 5px;
}

.leave-duallist {
	background-color: #f9f9f9;
	border: 1px solid #e3e3e3;
	display: block;
	padding: 15px;
}

.card-title.with-switch {
	display: flex;
	justify-content: space-between;
}

.btn.leave-delete-btn {
	font-weight: 500;
	margin-left: 10px;
	min-height: 30px;
	padding: 2px 15px;
}

/*-----------------
	48. Termination
-----------------------*/

.add-group-btn {
	display: flex;
}

	.add-group-btn .btn {
		align-items: center;
		display: flex;
		margin-left: 10px;
	}

		.add-group-btn .btn i {
			margin-right: 5px;
		}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #ff9b44;
	text-shadow: unset;
}

/*-----------------
	49. Loader
-----------------------*/

#loader-wrapper {
	background-color: #fff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#loader {
	background-position: center center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}

.loader-ellips {
	font-size: 20px;
	position: relative;
	width: 64px;
	margin: 100px auto 0;
}

.loader-ellips__dot {
	display: block;
	width: 1em;
	height: 1em;
	border-radius: 0.5em;
	position: absolute;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}

	.loader-ellips__dot:nth-child(1),
	.loader-ellips__dot:nth-child(2) {
		left: 0;
	}

	.loader-ellips__dot:nth-child(3) {
		left: 1.5em;
	}

	.loader-ellips__dot:nth-child(4) {
		left: 3em;
	}

	.loader-ellips__dot:nth-child(1) {
		animation-name: reveal;
	}

	.loader-ellips__dot:nth-child(2),
	.loader-ellips__dot:nth-child(3) {
		animation-name: slide;
	}

	.loader-ellips__dot:nth-child(4) {
		animation-name: reveal;
		animation-direction: reverse;
	}

@keyframes reveal {
	from {
		transform: scale(0.001);
	}

	to {
		transform: scale(1);
	}
}

@keyframes slide {
	to {
		transform: translateX(1.5em)
	}
}

.loader-ellips__dot:nth-child(1) {
	background: #404040;
}

.loader-ellips__dot:nth-child(2) {
	background: #ff9b44;
}

.loader-ellips__dot:nth-child(3) {
	background: #404040;
}

.loader-ellips__dot:nth-child(4) {
	background: #404040;
}

/*-----------------
	50. Payroll Items
-----------------------*/

.page-menu .nav-tabs > li > a {
	font-size: 18px;
}

.table-radius.table {
	width: 100%;
	background: #fff;
	border-spacing: 0;
	border-radius: 0.25rem;
	margin-bottom: 0;
}

	.table-radius.table thead td, .table-radius.table thead th {
		border-top: 0 none !important;
		padding: 20px !important;
	}

	.table-radius.table tbody td, .table-radius.table tbody th {
		padding: 15px 20px !important;
	}

/*-----------------
	51. Error
-----------------------*/

.error-page {
	align-items: center;
	background-color: rgba(255, 155, 68, 0.2);
	color: #1f1f1f;
	display: flex;
}

	.error-page .main-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}

.error-box {
	margin: 0 auto;
	max-width: 480px;
	padding: 40px 0;
	text-align: center;
	width: 100%;
}

	.error-box h1 {
		color: #ff9b44;
		font-size: 10em;
	}

	.error-box p {
		margin-bottom: 30px;
	}

	.error-box .btn {
		border-radius: 50px;
		font-size: 18px;
		font-weight: 600;
		min-width: 200px;
		padding: 10px 20px;
	}

/*-----------------
	52. Lock Screen
-----------------------*/

.lock-user {
	margin-bottom: 20px;
	text-align: center;
}

	.lock-user img {
		margin-bottom: 15px;
		width: 100px;
	}

/*-----------------
	53. OTP
-----------------------*/

.otp-wrap {
	margin-bottom: 30px;
	text-align: center;
}

.otp-input {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	display: inline-block;
	font-size: 24px;
	font-weight: 500;
	height: 70px;
	line-height: 29px;
	margin-right: 15px;
	text-align: center;
	width: 70px;
}

	.otp-input:last-child {
		margin-right: 0;
	}

/*-----------------
	54. Salary Settings
-----------------------*/

.settings-widget + .settings-widget {
	margin-top: 30px;
}

.row.row-sm {
	margin-left: -5px;
	margin-right: -5px;
}

	.row.row-sm > div {
		padding-left: 5px;
		padding-right: 5px;
	}

.set-btn {
	min-height: 44px;
}

/*-----------------
	55. Components
-----------------------*/

.comp-buttons .btn {
	margin-bottom: 5px;
}

.comp-dropdowns .btn-group {
	margin-bottom: 5px;
}

.progress-example .progress {
	margin-bottom: 1.5rem;
}

.progress-xs {
	height: 4px;
}

.progress-sm {
	height: 15px;
}

.progress.progress-sm {
	height: 6px;
}

.progress.progress-md {
	height: 8px;
}

.progress.progress-lg {
	height: 18px;
}

.stickyside .sidebar-menu > ul > li > a.active {
	color: #ff9b44;
}

.comp-section {
	margin-bottom: 30px;
	padding-bottom: 30px;
	padding-top: 30px;
}

	.comp-section:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.comp-section .section-title {
		font-size: 1.125rem;
		margin-bottom: 20px;
		text-decoration: underline;
		text-transform: uppercase;
	}

/*-----------------
	56. Search
-----------------------*/

.main-search {
	margin-bottom: 20px;
}

.search-result {
	margin-bottom: 30px;
}

	.search-result u {
		color: #ff9b44;
	}

	.search-result p {
		color: #777;
		margin-bottom: 0;
	}

.search-lists .nav-tabs.nav-tabs-solid {
	background-color: #fff;
	border: 1px solid #e3e3e3;
}

.top-nav-search form {
	margin-top: 10px;
	position: relative;
	width: 230px;
}

.top-nav-search .form-control {
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 50px;
	color: #fff;
	height: 40px;
	padding: 10px 50px 10px 15px;
}

.top-nav-search .btn {
	background-color: transparent;
	border-color: transparent;
	color: rgba(255, 255, 255, 0.7);
	min-height: 40px;
	padding: 7px 15px;
	position: absolute;
	right: 0;
	top: 0;
}

.top-nav-search .form-control::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.top-nav-search .form-control::-moz-placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.top-nav-search .form-control:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.top-nav-search .form-control::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.top-nav-search .form-control::placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.responsive-search {
	display: none;
	color: #333;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
}

.top-nav-search.active form {
	display: block;
	/*left: 0;*/
	left:0;
	position: absolute;
	/*top:44px;*/
}

/*-----------------
	57. Knowledgebase
-----------------------*/

.topics {
	background-color: #fff;
	border: 1px solid #ededed;
	border-radius: 4px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
	padding: 20px;
}

	.topics .topic-title {
		color: #333;
		margin-bottom: 20px;
		padding: 0 25px 0 0;
		position: relative;
	}

		.topics .topic-title a {
			color: #333;
			font-size: 20px;
			font-weight: 500;
			text-decoration: none;
		}

			.topics .topic-title a:hover {
				color: #ff9b44;
			}

			.topics .topic-title a span {
				color: #ff9b44;
			}

			.topics .topic-title a i {
				color: #ff9b44;
				margin-right: 5px;
			}

	.topics .topics-list {
		padding: 0;
		margin: 0;
	}

		.topics .topics-list li {
			list-style: none;
			line-height: 2;
		}

			.topics .topics-list li a {
				padding-left: 25px;
				color: #555;
				font-size: 14px;
				font-weight: 400;
				text-decoration: none;
				outline: 0 none;
			}

				.topics .topics-list li a:hover {
					color: #ff9b44;
				}

			.topics .topics-list li:before {
				font-family: FontAwesome;
				content: "\f016";
				color: #555;
				font-size: 15px;
				left: 0;
				position: absolute;
				top: 0;
			}

		.topics .topics-list li {
			position: relative;
		}

.widget {
	background-color: #fff;
	border: 1px solid #ededed;
	border-radius: 4px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
	padding: 20px;
}

	.widget:last-child {
		margin-bottom: 0;
	}

	.widget h4 {
		color: #333;
		font-size: 18px;
		font-weight: 500;
		line-height: 25px;
	}

	.widget > ul {
		margin-bottom: 0;
		padding: 0;
		margin: 0;
	}

.widget-category li {
	line-height: 35px;
	list-style: none;
	position: relative;
}

	.widget-category li:before {
		font-family: FontAwesome;
		content: "\f016";
		color: #555;
		font-size: 18px;
		left: 0;
		position: absolute;
		top: 0;
	}

	.widget-category li a {
		color: #5e6977;
		padding-left: 25px;
	}

		.widget-category li a:hover {
			color: #ff9b44;
		}

.post {
	margin-bottom: 50px;
}

	.post .meta {
		background-color: #f9f9f9;
		border: 1px solid #efefef;
		font-size: 12px;
		margin: 0 0 20px;
		padding: 10px;
	}

		.post .meta p {
			padding: 15px 0;
		}

		.post .meta li {
			display: inline-block;
			color: #86939e;
		}

			.post .meta li span {
				color: #43484d;
			}

			.post .meta li:after {
				content: "/";
				padding: 0 10px;
			}

			.post .meta li:last-child:after {
				content: none;
			}

	.post img {
		padding: 40px 0;
		max-width: 100%;
	}

.feedback {
	background-color: #f9f9f9;
	border: 1px solid #efefef;
	padding: 20px;
	margin-bottom: 50px;
}

	.feedback h3 {
		color: #333;
		font-size: 24px;
		margin-bottom: 20px;
	}

	.feedback p:last-child {
		margin-bottom: 0;
	}

.post .meta a {
	color: #ff9b44;
}

.widget .widget-title i {
	color: #ff9b44;
	font-size: 24px;
	margin-right: 10px;
}

.post h1.post-title {
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 20px;
}

.post h2 {
	font-size: 24px;
	font-weight: 400;
}

.post > p {
	margin-bottom: 20px;
}

.comment-section {
	float: left;
	width: 100%;
}

	.comment-section h3 {
		font-size: 24px;
		font-weight: 400;
		margin-bottom: 30px;
	}

ul.comment-list {
	border-top: 0;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

	ul.comment-list li {
		border: 0;
		box-sizing: border-box;
		clear: both;
		float: left;
		list-style: outside none none;
		margin: 0 0 30px;
		padding: 0 0 0 70px;
		position: relative;
		width: 100%;
	}

		ul.comment-list li:last-child {
			margin-bottom: 0;
		}

		ul.comment-list li div.comment {
			border-bottom: 1px solid #ccc;
			margin-bottom: 20px;
			padding-bottom: 20px;
		}

		ul.comment-list li .comment-author {
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}

			ul.comment-list li .comment-author img {
				border-radius: 50px;
				float: left;
				height: 50px;
				margin: 0;
				max-height: 50px;
				max-width: 50px;
				width: 50px;
			}

		ul.comment-list li .comment-details {
			margin: 10px 0;
			padding: 0 0 10px;
			position: relative;
		}

		ul.comment-list li .author-name > a {
			color: #2f363f;
			font-size: 18px;
			font-weight: 500;
			line-height: 19px;
			text-transform: capitalize;
		}

		ul.comment-list li .author-name span {
			float: left;
			font-size: 14px;
			width: 100%;
		}

		ul.comment-list li .comment-body {
			float: left;
			margin: 10px 0 0;
			width: 100%;
		}

			ul.comment-list li .comment-body p {
				line-height: 28px;
			}

		ul.comment-list li .reply a {
			clear: both;
			color: #2f363f;
			display: inline-block;
			font-size: 15px;
			font-weight: 500;
			margin: 10px 0 0;
		}

		ul.comment-list li ul.children {
			border: 0 none;
			clear: both;
			float: left;
			margin: 10px 0;
			padding: 0;
			width: 100%;
		}

.comment-section .comment-reply {
	float: left;
	margin-top: 30px;
	width: 100%;
}

.comment-reply form {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

.comment-reply .form-control {
	background-color: #f9f9f9;
	border: 1px solid #e7e7e7;
	border-radius: 0;
	min-height: 50px;
}

	.comment-reply .form-control:focus {
		box-shadow: unset;
	}

/*-----------------
	58. FAQ
-----------------------*/

.faq-card .card-header {
	background-color: #fff;
	padding: 20px;
	position: relative;
}

.faq-card .card {
	border-color: #ddd;
	border-radius: 3px;
	box-shadow: none;
	margin-bottom: 20px;
	overflow: hidden;
}

	.faq-card .card .card-header h4 {
		margin-bottom: 0;
	}

		.faq-card .card .card-header h4 > a {
			color: #090909;
			display: block;
			font-size: 20px;
			font-weight: 400;
			padding-right: 60px;
			position: relative;
		}

			.faq-card .card .card-header h4 > a:after {
				font-family: FontAwesome;
				font-size: 19px;
				position: absolute;
				right: 0px;
				font-weight: 400;
			}

			.faq-card .card .card-header h4 > a.collapsed:after {
				content: "\f067";
			}

			.faq-card .card .card-header h4 > a:not(.collapsed):after {
				content: "\f068";
			}

		.faq-card .card .card-header h4 > label {
			color: #fff;
			cursor: pointer;
			display: flex;
			font-size: 24px;
			font-weight: 400;
			margin: 0;
			padding-right: 60px;
			position: relative;
		}

			.faq-card .card .card-header h4 > label:after {
				font-family: FontAwesome;
				font-size: 19px;
				position: absolute;
				right: 0px;
				font-weight: 400;
				top: 0;
			}

			.faq-card .card .card-header h4 > label.collapsed:after {
				content: "\f067";
			}

			.faq-card .card .card-header h4 > label:not(.collapsed):after {
				content: "\f068";
			}

.small-container {
	margin: auto;
	max-width: 1100px;
	padding: 30px;
}

.inner-header {
	margin-bottom: 30px;
}

/*-----------------
	59. Employee Dashboard
-----------------------*/

.welcome-box {
	background-color: #fff;
	border-bottom: 1px solid #ededed;
	display: flex;
	margin: -30px -30px 30px;
	padding: 20px;
	position: relative;
}

.welcome-img {
	margin-right: 15px;
}

	.welcome-img img {
		border-radius: 8px;
		width: 60px;
	}

.welcome-det h3 {
	font-size: 15px !important;
	margin-bottom: 20px !important;
	float: left;
	width: 100%;
}

.welcome-det p, .welcome-det div {
	color: #777;
	font-size: 12px !important;
	margin-bottom: 4px !important;
	float: left;
	width: 100%;
}

.size {
	font-size: 12px !important;
	color: #777;
	margin-bottom: 5px;
	float: left;
	width: 100%;
}

.welcome-det p {
	color: #777;
	font-size: 13px;
	margin-bottom: 0;
}

.dash-section {
	margin-bottom: 30px;
}

.dash-list {
	background-color: white;
	border-color: #f1f6f8;
	color: #2e424d;
	display: flex;
	margin: 10px 0 0;
}

.dash-card-container {
	display: flex;
	flex-direction: row;
	flex-grow: 1;
}

.dash-card-icon {
	align-items: center;
	display: flex;
	flex-direction: row;
	font-size: 26px;
	padding-right: 15px;
}

	.dash-card-icon i {
		width: 30px;
	}

.dash-card-content {
	align-items: center;
	display: flex;
	flex-direction: row;
}

.e-avatar {
	background-color: #fff;
	border: 3px solid #e7e7e7;
	border-radius: 50%;
	height: 45px;
	position: relative;
	width: 45px;
	margin-left: -20px;
}

	.e-avatar:first-of-type {
		margin-left: 0 !important;
	}

.dash-card-avatars {
	align-items: center;
	display: flex;
	flex-grow: 1;
	justify-content: flex-end;
	padding: 0 15px;
}

.e-avatar > img {
	border-radius: 50%;
	width: 100%;
}

.dash-sec-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.dash-info-list .dash-card {
	background-color: #fff;
	border: 1px solid #eaeaea;
	border-radius: 8px;
	color: #575757;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	height: auto;
	padding: 15px;
}

.dash-card-content p {
	font-size: 22px;
	margin-bottom: 0;
}

.dash-sec-content .dash-info-list + .dash-info-list {
	margin-top: 15px;
}

.dash-sidebar h5 {
	color: inherit;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.dash-sidebar p {
	color: #777;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0;
	text-transform: uppercase;
}

.dash-sidebar .card {
	border-radius: 8px;
	box-shadow: unset;
}

.time-list {
	display: flex;
	flex-grow: 1;
	margin-bottom: 20px;
}

.request-btn {
	text-align: center;
}

.dash-stats-list {
	align-items: center;
	display: flex;
	flex-flow: column wrap;
	flex-grow: 1;
	padding-left: 15px;
	padding-right: 15px;
}

	.dash-stats-list + .dash-stats-list {
		border-left: 1px solid #e7e7e7;
	}

	.dash-stats-list h4 {
		color: #1f1f1f;
		font-size: 21px;
		font-weight: 700;
		line-height: 1.5;
		margin-bottom: 0;
	}

/*-----------------
	60. Performance Review
-----------------------*/

.review-table tr {
	background-color: #fff;
}

.review-section {
	margin-bottom: 30px;
}

.review-header {
	background-color: #fff;
	border: 1px solid #dee2e6;
	margin-bottom: 0;
	padding: 15px;
	text-align: center;
}

	.review-header h3 {
		font-size: 1.4rem;
		margin-bottom: 3px;
	}

	.review-header p {
		margin-bottom: 0;
	}

.review-table .form-control {
	height: 36px;
}

.grade-span .badge {
	border-radius: 3px;
	display: inline-block;
	font-size: 13px;
	min-width: 75px;
	padding: 4px 12px;
	text-align: center;
}

.review-table .select2-container .select2-selection--single {
	height: 36px;
}

.review-table .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 34px;
}

.review-table .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 34px;
}

/*-----------------
	61. Kanban Board
-----------------------*/

.card > .task-header {
	line-height: 15px;
	display: flex;
	justify-content: space-between;
}

.task-header {
	font-size: 14px;
	font-weight: 500;
	padding: 15px 15px 5px;
}

	.task-header a {
		color: #1f1f1f;
	}

.task-body {
	padding: 0 15px 15px;
	font-size: 13px;
}

.kanban-list:last-child {
	margin-right: 0;
}

.kanban-list > .kanban-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 10px 20px;
}

	.kanban-list > .kanban-header > .status-title {
		color: #fff;
		font-size: 16px;
		font-weight: 500;
	}

.kanban-list > .kanban-wrap {
	padding: 20px;
}

	.kanban-list > .kanban-wrap > .drag-placeholder {
		height: 146px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		background-color: rgba(0, 0, 0, 0.05);
		margin-bottom: 12px;
	}

	.kanban-list > .kanban-wrap.ks-empty > .card.drop-here {
		display: block;
	}

	.kanban-list > .kanban-wrap > .card {
		border: 1px solid #e3e3e3;
		border-radius: 2px;
		box-shadow: unset;
		margin: 0 0 12px;
	}

		.kanban-list > .kanban-wrap > .card.drop-here {
			display: none;
			text-align: center;
			background: transparent;
			padding: 15px;
			border-style: dashed;
		}

			.kanban-list > .kanban-wrap > .card.drop-here > a {
				color: #333;
				font-weight: 500;
			}

		.kanban-list > .kanban-wrap > .card:last-child {
			margin-bottom: 0;
		}

		.kanban-list > .kanban-wrap > .card.ui-sortable-helper {
			box-shadow: 0 2px 20px 0 #d7dceb;
		}

		.kanban-list > .kanban-wrap > .card > .task-header {
			font-size: 14px;
			font-weight: 500;
			border: none;
			padding: 15px 15px 5px;
			cursor: pointer;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}

		.kanban-list > .kanban-wrap > .card > .task-body {
			padding: 0 15px 15px;
		}

		.kanban-list > .kanban-wrap > .card > .kanban-box > .task-body > .kanban-info {
			display: flex;
			align-items: center;
			font-size: 12px;
		}

			.kanban-list > .kanban-wrap > .card > .kanban-box > .task-body > .kanban-info > .progress {
				margin-bottom: 0;
				margin-right: 10px;
				width: 100%;
			}

				.kanban-list > .kanban-wrap > .card > .kanban-box > .task-body > .kanban-info > .progress .progress-bar {
					background-color: #42a5f5;
				}

		.kanban-list > .kanban-wrap > .card > .kanban-box > .task-body > .kanban-footer {
			display: flex;
			align-items: center;
			justify-content: space-between;
			font-size: 12px;
			margin-top: 10px;
		}

			.kanban-list > .kanban-wrap > .card > .kanban-box > .task-body > .kanban-footer .ks-icon {
				color: #d7dceb;
				font-size: 20px;
				display: inline-block;
				margin-right: 3px;
				position: relative;
				top: 1px;
			}

			.kanban-list > .kanban-wrap > .card > .kanban-box > .task-body > .kanban-footer > .task-users > .task-avatar > img {
				width: 24px;
				height: 24px;
			}

			.kanban-list > .kanban-wrap > .card > .kanban-box > .task-body > .kanban-footer > .task-users > .ks-amount {
				font-size: 10px;
				font-weight: 500;
				display: inline-block;
				margin-left: 3px;
				position: relative;
				top: 1px;
			}

.kanban-list.kanban-danger {
	background-color: #fef7f6;
}

	.kanban-list.kanban-danger > .kanban-header {
		background-color: #ef5350;
	}

	.kanban-list.kanban-danger > .kanban-wrap > .card.drop-here {
		border-color: #f7c1b7;
	}

	.kanban-list.kanban-danger > .kanban-wrap > .card > .kanban-box > .task-body > .kanban-info > .progress .progress-bar {
		background-color: #ef5350;
	}

.kanban-list.kanban-success {
	background-color: #edf7ee;
}

	.kanban-list.kanban-success > .kanban-header {
		background-color: #4caf50;
	}

	.kanban-list.kanban-success > .kanban-wrap > .card.drop-here {
		border-color: #abebc6;
	}

	.kanban-list.kanban-success > .kanban-wrap > .card > .kanban-box > .task-body > .kanban-info > .progress .progress-bar {
		background-color: #4caf50;
	}

.kanban-list.kanban-info {
	background-color: #e7f3fe;
}

	.kanban-list.kanban-info > .kanban-header {
		background-color: #42a5f5;
	}

	.kanban-list.kanban-info > .kanban-wrap > .card.drop-here {
		border-color: #a6dbf9;
	}

.kanban-list.kanban-warning {
	background-color: #fdfcf3;
}

	.kanban-list.kanban-warning > .kanban-header {
		background-color: #ffb300;
	}

	.kanban-list.kanban-warning > .kanban-wrap > .card.drop-here {
		border: 1px solid #f2e49e;
	}

	.kanban-list.kanban-warning > .kanban-wrap > .card > .kanban-box > .task-body > .kanban-info > .progress .progress-bar {
		background-color: #ffb300;
	}

.task-avatar {
	border-radius: 50%;
	position: relative;
}

.kanban-box.ui-sortable-handle {
	cursor: move;
}

.card > .task-board-header {
	line-height: 15px;
	display: flex;
	justify-content: space-between;
}

.task-board-header {
	font-size: 14px;
	font-weight: 500;
	padding: 15px 15px 5px;
	display: flex;
	justify-content: space-between;
}

	.task-board-header a {
		color: #1f1f1f;
	}

.task-board-body {
	padding: 0 15px 15px;
	font-size: 13px;
}

.progress > .progress-bar {
	background-color: #25628F;
}

.kanban-cont {
	display: flex;
	overflow: auto;
	padding-bottom: 20px;
}

.kanban-list {
	align-self: flex-start;
	margin-right: 30px;
	min-width: 300px;
	width: 300px;
}

	.kanban-list:last-child {
		margin-right: 0;
	}

	.kanban-list > .kanban-header {
		align-items: center;
		display: flex;
		justify-content: space-between;
		padding: 10px 20px;
	}

		.kanban-list > .kanban-header > .status-title {
			color: #fff;
			font-size: 16px;
			font-weight: 500;
		}

	.kanban-list > .kanban-wrap {
		padding: 20px;
	}

		.kanban-list > .kanban-wrap > .drag-placeholder {
			height: 146px;
			-webkit-border-radius: 2px;
			border-radius: 2px;
			background-color: rgba(0, 0, 0, 0.05);
			margin-bottom: 12px;
		}

		.kanban-list > .kanban-wrap > .card {
			background-color: #fff;
			border: 1px solid #e3e3e3;
			border-radius: 2px;
			box-shadow: unset;
			margin: 0 0 12px;
		}

			.kanban-list > .kanban-wrap > .card.active {
				box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
			}

			.kanban-list > .kanban-wrap > .card:last-child {
				margin-bottom: 0;
			}

			.kanban-list > .kanban-wrap > .card.ui-sortable-helper {
				box-shadow: 0 2px 20px 0 #d7dceb;
			}

			.kanban-list > .kanban-wrap > .card > .task-board-header {
				font-size: 14px;
				font-weight: 500;
				border: none;
				padding: 15px 15px 5px;
				cursor: pointer;
				display: flex;
				justify-content: space-between;
				align-items: center;
			}

			.kanban-list > .kanban-wrap > .card > .task-board-body {
				padding: 0 15px 15px;
			}

			.kanban-list > .kanban-wrap > .card > .kanban-box > .task-board-body > .kanban-info {
				display: flex;
				align-items: center;
				font-size: 12px;
			}

				.kanban-list > .kanban-wrap > .card > .kanban-box > .task-board-body > .kanban-info > .progress {
					margin-bottom: 0;
					margin-right: 10px;
					width: 100%;
				}

					.kanban-list > .kanban-wrap > .card > .kanban-box > .task-board-body > .kanban-info > .progress .progress-bar {
						background-color: #42a5f5;
					}

			.kanban-list > .kanban-wrap > .card > .kanban-box > .task-board-body > .kanban-footer {
				display: flex;
				justify-content: space-between;
				font-size: 12px;
				margin-top: 10px;
				align-items: end;
			}

				.kanban-list > .kanban-wrap > .card > .kanban-box > .task-board-body > .kanban-footer > .task-users > .task-avatar > img {
					width: 24px;
					height: 24px;
				}

				.kanban-list > .kanban-wrap > .card > .kanban-box > .task-board-body > .kanban-footer > .task-users > .task-user-count {
					font-size: 10px;
					font-weight: 500;
					display: inline-block;
					margin-left: 3px;
					position: relative;
					top: 1px;
				}

	.kanban-list.kanban-danger > .kanban-wrap > .card.active {
		border-color: #ef5350;
	}

	.kanban-list.kanban-success > .kanban-wrap > .card.active {
		border-color: #4caf50;
	}

	.kanban-list.kanban-info > .kanban-wrap > .card.active {
		border-color: #42a5f5;
	}

	.kanban-list.kanban-warning > .kanban-wrap > .card.active {
		border-color: #ffb300;
	}

	.kanban-list.kanban-danger {
		background-color: #fef7f6;
	}

		.kanban-list.kanban-danger > .kanban-header {
			background-color: #ef5350;
		}

		.kanban-list.kanban-danger > .kanban-wrap > .card > .kanban-box > .task-board-body > .kanban-info > .progress .progress-bar {
			background-color: #ef5350;
		}

	.kanban-list.kanban-success {
		background-color: #edf7ee;
	}

		.kanban-list.kanban-success > .kanban-header {
			background-color: #4caf50;
		}

		.kanban-list.kanban-success > .kanban-wrap > .card > .kanban-box > .task-board-body > .kanban-info > .progress .progress-bar {
			background-color: #4caf50;
		}

	.kanban-list.kanban-info {
		background-color: #e7f3fe;
	}

		.kanban-list.kanban-info > .kanban-header {
			background-color: #42a5f5;
		}

	.kanban-list.kanban-warning {
		background-color: #fdfcf3;
	}

		.kanban-list.kanban-warning > .kanban-header {
			background-color: #ffb300;
		}

		.kanban-list.kanban-warning > .kanban-wrap > .card > .kanban-box > .task-board-body > .kanban-info > .progress .progress-bar {
			background-color: #ffb300;
		}

	.kanban-list.kanban-purple {
		background-color: #f1effd;
	}

		.kanban-list.kanban-purple > .kanban-header {
			background-color: #7460ee;
		}

		.kanban-list.kanban-purple > .kanban-wrap > .card > .kanban-box > .task-board-body > .kanban-info > .progress .progress-bar {
			background-color: #7460ee;
		}

	.kanban-list.kanban-primary {
		background-color: #fff5ec;
	}

		.kanban-list.kanban-primary > .kanban-header {
			background-color: #ff9b44;
		}

		.kanban-list.kanban-primary > .kanban-wrap > .card > .kanban-box > .task-board-body > .kanban-info > .progress .progress-bar {
			background-color: #ff9b44;
		}

.task-avatar {
	border-radius: 50%;
	position: relative;
}

.kanban-box.ui-sortable-handle {
	cursor: move;
}

.kanban-action > a {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
	display: inline-flex;
	align-items: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	justify-content: center;
}

.task-board-color .board-color-list {
	display: flex;
	height: 45px;
}

	.task-board-color .board-color-list .board-control {
		position: relative;
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
		min-height: 1.5rem;
		padding-left: 1.5rem;
		margin-right: 1rem;
		cursor: pointer;
		padding-left: 0;
		cursor: pointer;
		width: 36px;
		height: 36px;
	}

.task-board-color .board-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.board-control > .board-control-input:checked ~ .board-indicator:before {
	content: "\f00c";
	display: block;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	border: none;
	position: relative;
	font-family: FontAwesome;
	text-align: center;
	line-height: 16px;
}

.board-control > .board-control-input:checked ~ .board-indicator::before {
	width: 36px;
	height: 36px;
	line-height: 36px;
}

.board-control > .board-indicator {
	width: 36px;
	height: 36px;
}

.board-control.board-primary > .board-indicator {
	background: #ff9b44;
}

.board-control.board-success > .board-indicator {
	background: #4caf50;
}

.board-control.board-info > .board-indicator {
	background: #42a5f5;
}

.board-control.board-purple > .board-indicator {
	background: #7460ee;
}

.board-control.board-warning > .board-indicator {
	background: #ffb300;
}

.board-control.board-danger > .board-indicator {
	background: #ef5350;
}

.kanban-board.task-wrapper .kanban-list {
	width: 100%;
}

.board-view-header {
	margin-bottom: 30px;
}

.pro-teams {
	display: inline-flex;
	margin-right: 15px;
	text-align: center;
	margin-bottom: 20px;
}

	.pro-teams .pro-team-members {
		margin-left: 15px;
		display: flex;
		align-items: center;
	}

	.pro-teams h4 {
		margin-bottom: 0;
		margin-right: 6px;
		font-size: 16px;
	}

.pro-team-lead {
	display: flex;
	align-items: center;
}

.board-view-header .view-icons {
	float: right;
	margin-right: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 2px 7px;
	border-radius: 4px;
}

	.board-view-header .view-icons .btn {
		margin: 0;
		padding: 0;
	}

	.board-view-header .view-icons a.btn + a.btn {
		margin-left: 5px;
	}

.pro-progress-bar {
	display: flex;
	align-items: center;
}

	.pro-progress-bar h4 {
		margin-bottom: 0;
		margin-right: 10px;
		font-size: 13px;
		text-transform: uppercase;
	}

	.pro-progress-bar .progress {
		width: 100%;
		margin-bottom: 0;
		margin-right: 10px;
		height: 15px;
		background-color: #e3e3e3;
		box-shadow: unset;
	}

		.pro-progress-bar .progress > .progress-bar {
			background-color: #ff9b44;
		}

.pro-teams .avatar-group {
	display: inline-flex;
}

	.pro-teams .avatar-group .avatar {
		margin-right: 0;
		position: relative;
		display: inline-block;
		width: 34px;
		height: 34px;
		background-color: transparent;
	}

		.pro-teams .avatar-group .avatar + .avatar {
			margin-left: -.75rem;
		}

		.pro-teams .avatar-group .avatar .border {
			border: 3px solid #fff !important;
		}

		.pro-teams .avatar-group .avatar > img {
			width: 100%;
			height: 100%;
			-o-object-fit: cover;
			object-fit: cover;
			border-radius: 50%;
		}

.border-white {
	border-color: #fff !important;
}

.pro-teams .avatar-group .avatar:hover {
	z-index: 1;
}

.pro-teams .avatar .avatar-title {
	font-size: 14px;
	border-radius: 50%;
}

.pro-teams .avatar-title {
	width: 100%;
	height: 100%;
	background-color: #ff9b44;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.task-date {
	display: block;
}

.task-priority {
	padding: .3em .6em .3em;
}

.task-follower-list {
	display: flex;
	margin-top: 15px;
}

	.task-follower-list span {
		position: relative;
	}

		.task-follower-list span i {
			cursor: pointer;
			position: absolute;
			top: -5px;
			right: 5px;
			color: #f00;
		}

.add-new-task {
	text-align: center;
	padding: 0 20px 20px;
}

	.add-new-task a {
		color: #333;
		font-size: 14px;
	}

.project-add-form {
	display: none;
	margin-top: 10px;
}

	.project-add-form.opened {
		display: block;
	}

/*-----------------
	62. File Manager
-----------------------*/

.file-wrap {
	border: 1px solid #e0e3e4;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

	.file-wrap .file-sidebar {
		border-right: 1px solid #e0e3e4;
		left: 0;
		position: absolute;
		z-index: 5;
		width: 300px;
		transition: 0.3s ease-in-out;
	}

		.file-wrap .file-sidebar .file-header {
			align-items: center;
			background-color: #fff;
			border-bottom: 1px solid #e0e3e4;
			color: #324148;
			display: flex;
			height: 72px;
			justify-content: space-between;
			padding: 0 15px;
		}

			.file-wrap .file-sidebar .file-header span {
				font-size: 20px;
				font-weight: 600;
				text-transform: capitalize;
			}

		.file-wrap .file-sidebar .file-search {
			background-color: #f5f5f6;
			border-bottom: 1px solid #e5e5e5;
			padding: 10px 15px;
			width: 100%;
		}

			.file-wrap .file-sidebar .file-search .input-group {
				width: 100%;
			}

				.file-wrap .file-sidebar .file-search .input-group .form-control {
					background-color: #fff;
					border-radius: 50px;
					padding-left: 36px;
				}

					.file-wrap .file-sidebar .file-search .input-group .form-control:focus {
						border-color: #ccc;
						box-shadow: none;
					}

				.file-wrap .file-sidebar .file-search .input-group .input-group-prepend {
					align-items: center;
					bottom: 0;
					color: #666;
					display: flex;
					left: 15px;
					pointer-events: none;
					position: absolute;
					top: 0;
					z-index: 4;
				}

	.file-wrap .file-scroll {
		max-height: calc(100vh - 259px);
		min-height: 497px;
		overflow-y: auto;
	}

	.file-wrap .file-sidebar .file-pro-list {
		background-color: #fff;
		padding: 15px;
	}

.file-side-close {
	display: none;
	background-color: #eee;
	border: 1px solid #e3e3e3;
	border-radius: 24px;
	color: #bbb;
	font-size: 14px;
	line-height: 24px;
	min-height: 26px;
	text-align: center;
	width: 26px;
	position: absolute;
	right: 15px;
}

.file-wrap .file-content {
	flex: 0 0 100%;
	max-width: 100%;
}

	.file-wrap .file-content .file-header {
		align-items: center;
		background-color: #fff;
		border-bottom: 1px solid #e0e3e4;
		display: flex;
		height: 72px;
		justify-content: space-between;
		padding: 0 15px;
	}

	.file-wrap .file-content .file-body {
		background-color: #f5f5f6;
	}

.dropdown-file {
	position: absolute;
	top: 10px;
	right: 10px;
}

	.dropdown-file .dropdown-link {
		color: #777;
		width: 24px;
		height: 24px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

		.dropdown-file .dropdown-link:hover, .dropdown-file .dropdown-link:focus {
			color: #1b2e4b;
		}

	.dropdown-file .dropdown-item {
		font-size: 12px;
		display: flex;
		align-items: center;
		padding: 5px 10px;
	}

.card-file {
	padding: 10px;
	position: relative;
	transition: all 0.2s ease-in-out;
}

	.card-file:hover, .card-file:focus {
		border-color: #ccc;
	}

	.card-file .card-body {
		padding: 15px 0 0;
	}

	.card-file .card-footer {
		font-size: 11px;
		color: #a9a9a9;
		padding: 10px 0 0;
		border-top-width: 0;
		background-color: transparent;
	}

	.card-file h6 {
		margin-bottom: 0;
		font-size: 0.875rem;
	}

		.card-file h6 a {
			white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden;
			display: block;
			width: 100%;
			color: #333;
		}

	.card-file span {
		font-size: 12px;
		color: #888;
	}

.card-file-thumb {
	align-items: center;
	background-color: #f5f5f5;
	color: #777;
	display: flex;
	font-size: 48px;
	height: 120px;
	justify-content: center;
}

.file-wrap .file-content .file-body .file-content-inner {
	padding: 15px;
	width: 100%;
}

.file-wrap.file-sidebar-toggle .file-sidebar {
	left: -331px;
}

.file-wrap.file-sidebar-toggle .file-cont-wrap {
	margin-left: 0;
}

.file-wrap .file-cont-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-left: 300px;
	transition: 0.4s ease-in-out;
}

	.file-wrap .file-cont-wrap .file-cont-inner {
		flex: 0 0 100%;
		max-width: 100%;
	}

		.file-wrap .file-cont-wrap .file-cont-inner .file-cont-header {
			align-items: center;
			background: #fff;
			border-bottom: 1px solid #e0e3e4;
			display: flex;
			height: 72px;
			justify-content: space-between;
			padding: 0 15px;
		}

			.file-wrap .file-cont-wrap .file-cont-inner .file-cont-header > span {
				color: #333;
				font-size: 20px;
				font-weight: 600;
			}

			.file-wrap .file-cont-wrap .file-cont-inner .file-cont-header .file-sidebar-toggle {
				color: #333;
			}

			.file-wrap .file-cont-wrap .file-cont-inner .file-cont-header .file-options {
				display: flex;
			}

				.file-wrap .file-cont-wrap .file-cont-inner .file-cont-header .file-options > a,
				.file-wrap .file-cont-wrap .file-cont-inner .file-cont-header .file-options > span {
					color: #333;
					display: inline-block;
					font-size: 20px;
					margin-left: 25px;
				}

					.file-wrap .file-cont-wrap .file-cont-inner .file-cont-header .file-options > a:first-child,
					.file-wrap .file-cont-wrap .file-cont-inner .file-cont-header .file-options > span:first-child {
						margin-left: 0;
					}

.file-wrap .file-content .file-search {
	background-color: #f5f5f6;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 15px;
	width: 100%;
}

	.file-wrap .file-content .file-search .input-group {
		width: 100%;
	}

		.file-wrap .file-content .file-search .input-group .form-control {
			background-color: #fff;
			border-radius: 50px;
			padding-left: 36px;
		}

			.file-wrap .file-content .file-search .input-group .form-control:focus {
				border-color: #ccc;
				box-shadow: none;
			}

		.file-wrap .file-content .file-search .input-group .input-group-prepend {
			align-items: center;
			bottom: 0;
			color: #666;
			display: flex;
			left: 15px;
			pointer-events: none;
			position: absolute;
			top: 0;
			z-index: 4;
		}

.btn-file {
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
}

	.btn-file input {
		cursor: pointer;
		direction: ltr;
		filter: alpha(opacity=0);
		font-size: 23px;
		height: 100%;
		margin: 0;
		opacity: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}

.file-menu {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}

	.file-menu li {
		display: inline-block;
		width: 100%;
	}

		.file-menu li + li {
			margin-top: 2px;
		}

		.file-menu li a {
			color: #333;
			display: inline-block;
			padding: 10px 15px;
			width: 100%;
			text-transform: capitalize;
			-webkit-transition: 0.3s ease;
			-moz-transition: 0.3s ease;
			transition: 0.3s ease;
		}

			.file-menu li a i {
				font-size: 16px;
				padding-right: 10px;
				color: #878787;
			}

			.file-menu li a:hover, .file-menu li.active a, .file-menu li a:focus {
				background: rgba(33, 33, 33, 0.05);
			}

.show-more {
	text-align: center;
}

	.show-more a {
		position: relative;
		padding: 0 20px 0 15px;
	}

		.show-more a:before {
			content: '\f107';
			top: 50%;
			right: 0;
			position: absolute;
			font-size: 18px;
			line-height: inherit;
			font-family: 'FontAwesome';
			transform: translateY(-50%);
		}

/*-----------------
	63. Subscriptions
-----------------------*/

.pricing-box {
	text-align: center;
}

	.pricing-box ul {
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: left;
	}

		.pricing-box ul li {
			line-height: 35px;
		}

			.pricing-box ul li i {
				color: #00bf6f;
				margin-right: 5px;
			}

.equal-height-cards > div > div.card {
	height: 100%;
}

.mb-30 {
	margin-bottom: 30px !important;
}

/*-----------------
	64. Responsive
-----------------------*/

@media only screen and (min-width: 991px) {
	#toggle_btn {
		color: #999;
		float: left;
		font-size: 26px;
		line-height: 60px;
		padding: 0 20px;
	}
	/*   .mini-sidebar .header-left .logo img {
        height: auto;
        max-height: 30px;
        width: auto;
        display: block;
    }*/
	.mini-sidebar .header .header-left {
		padding: 0 5px;
		width: 60px;
	}

	.mini-sidebar .sidebar {
		width: 60px;
	}

	.mini-sidebar.expand-menu .sidebar {
		width: 230px;
	}

	.mini-sidebar .menu-title {
		visibility: hidden;
		white-space: nowrap;
	}

	.mini-sidebar.expand-menu .menu-title {
		visibility: visible;
	}

	.mini-sidebar .menu-title a {
		visibility: hidden;
	}

	.mini-sidebar.expand-menu .menu-title a {
		visibility: visible;
	}

	.mini-sidebar .sidebar .noti-dot:before {
		display: none;
	}

	.mini-sidebar .sidebar .noti-dot:after {
		display: none;
	}

	.mini-sidebar.expand-menu .sidebar .noti-dot:before {
		display: block;
	}

	.mini-sidebar.expand-menu .sidebar .noti-dot:after {
		display: block;
	}

	.modal-open.mini-sidebar .sidebar {
		z-index: 1001;
	}

	.mini-sidebar .sidebar .sidebar-menu ul > li > a span {
		display: none;
		transition: all 0.2s ease-in-out;
		opacity: 0;
	}

		.mini-sidebar .sidebar .sidebar-menu ul > li > a span.chat-avatar-sm {
			display: inline-block;
			opacity: 1;
		}

		.mini-sidebar .sidebar .sidebar-menu ul > li > a span.status {
			display: inline-block;
			opacity: 1;
		}

	.mini-sidebar.expand-menu .sidebar .sidebar-menu ul > li > a span {
		display: inline;
		opacity: 1;
	}

	.mini-sidebar .sidebar .sidebar-menu > ul > li > a i {
		font-size: 22px;
		width: 30px;
	}

	.mini-sidebar.expand-menu .sidebar .sidebar-menu > ul > li > a i {
		font-size: 24px;
		width: 20px;
	}

	.mini-sidebar .page-wrapper {
		margin-left: 60px;
	}

	.mini-sidebar .header {
		left: 60px;
	}
	/*.claimsummarryadjust {
        white-space: nowrap;
        font-size: 13px!important;
    }
    .claimsummarryadjustamount {
        white-space: nowrap;
        font-size: 24px!important;
    }*/
	/*.backFrwdDiv {
        display: none;
    }*/
}

.footerview_small {
	display:none;
}
select.form-control.input-sm {
	margin-left: 5px !important;
	margin-right: 5px !important;
}
input.form-control.input-sm {
	margin-left: 5px !important;
}
input:focus, textarea:focus, select:focus, select, input {
	outline:none !important;
}
.form-capsule .form-control:focus {
	box-shadow: none !important;
	border-color: #ccc !important;
}

@media only screen and (max-width: 768px) {
	.footerview_small {
	display: block;
	padding: 0px 20px 15px 20px;
	position: relative;
	float: left;
	width: 100%;
	}
	.smallfoot_bl {
		display: none;
	}
	.page-wrapper {
		left: 0;
		margin-left: 0px !important;
	}
	.dataTables_length, .dataTables_filter {
		width:100%;
	}
	#Get_PIPWarning_Table_length label {
		width: 100%;
		padding-left: 0px !important;
	}
	#mytable_length label {
		width: 100%;
		padding-left: 0px !important;
	}
	#Get_Product_Table_length label {
		width: 100%;
		padding-left: 0px !important;
	}
	#Get_Vendor_Table_length  label{
		width: 100%;
		padding-left: 0px !important;
	}
	.dataTables_filter label {
		width: 100%;
	}
	
	select.form-control.input-sm {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	input.form-control.input-sm {
		margin-left: 0px !important;
	}
	.modal.left .modal-dialog, .modal.right .modal-dialog {
		width:90% !important;
	}
}
	@media only screen and (min-width: 768px) {
		.modal-md {
			width: 600px;
		}

		.nav-tabs.nav-justified.nav-tabs-top {
			border-bottom: 1px solid #ddd;
		}

			.nav-tabs.nav-justified.nav-tabs-top > li > a,
			.nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
			.nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
				border-width: 2px 0 0 0;
			}

		.nav-tabs.nav-tabs-top > li {
			margin-bottom: 0;
		}

			.nav-tabs.nav-tabs-top > li > a,
			.nav-tabs.nav-tabs-top > li > a:hover,
			.nav-tabs.nav-tabs-top > li > a:focus {
				border-width: 2px 0 0 0;
			}

				.nav-tabs.nav-tabs-top > li.open > a,
				.nav-tabs.nav-tabs-top > li > a:hover,
				.nav-tabs.nav-tabs-top > li > a:focus {
					border-top-color: #ddd;
				}

			.nav-tabs.nav-tabs-top > li + li > a {
				margin-left: 1px;
			}

			.nav-tabs.nav-tabs-top > li > a.active,
			.nav-tabs.nav-tabs-top > li > a.active:hover,
			.nav-tabs.nav-tabs-top > li > a.active:focus {
				border-top-color: #ff9b44;
			}

		.nav-tabs.nav-tabs-bottom > li {
			margin-bottom: -1px;
		}

			.nav-tabs.nav-tabs-bottom > li > a.active,
			.nav-tabs.nav-tabs-bottom > li > a.active:hover,
			.nav-tabs.nav-tabs-bottom > li > a.active:focus {
				border-bottom-width: 2px;
				border-color: transparent;
				border-bottom-color: #ff9b44;
				background-color: transparent;
				transition: none 0s ease 0s;
				-moz-transition: none 0s ease 0s;
				-o-transition: none 0s ease 0s;
				-ms-transition: none 0s ease 0s;
				-webkit-transition: none 0s ease 0s;
			}

		.nav-tabs.nav-tabs-solid {
			background-color: #fafafa;
			border: 0;
		}

			.nav-tabs.nav-tabs-solid > li {
				margin-bottom: 0;
			}

				.nav-tabs.nav-tabs-solid > li > a {
					border-color: transparent;
				}

					.nav-tabs.nav-tabs-solid > li > a:hover,
					.nav-tabs.nav-tabs-solid > li > a:focus {
						background-color: #f5f5f5;
					}

			.nav-tabs.nav-tabs-solid > .open:not(.active) > a {
				background-color: #f5f5f5;
				border-color: transparent;
			}

		.nav-tabs-justified.nav-tabs-top {
			border-bottom: 1px solid #ddd;
		}

			.nav-tabs-justified.nav-tabs-top > li > a,
			.nav-tabs-justified.nav-tabs-top > li > a:hover,
			.nav-tabs-justified.nav-tabs-top > li > a:focus {
				border-width: 2px 0 0 0;
			}
		/*.claimsummarryadjust {
        white-space: nowrap;
        font-size: 11px !important;
    }

    .claimsummarryadjustamount {
        white-space: nowrap;
        font-size: 15px !important;
    }*/
	}
/*.header .header-left .logo {
	float: left !important;
}*/
	@media only screen and (max-width: 1199.98px) {
		.page-title-box {
			display: none;
		}

		.file-wrap .file-sidebar {
			left: -331px;
		}

		.file-wrap .file-cont-wrap {
			margin-left: 0;
		}

		.file-wrap.file-sidebar-toggle .file-sidebar {
			left: 0;
		}

		.file-wrap.file-sidebar-toggle .file-cont-wrap {
			margin-left: 0;
		}

		.file-side-close {
			display: inline-block;
		}
	}

	@media only screen and (max-width: 991.98px) {
		.profile-rightbar {
			display: inline-block !important;
		}

		.profile-info-left {
			border-right: none;
			border-bottom: 2px dashed #ccc;
			margin-bottom: 20px;
			padding-bottom: 20px;
		}

		.task-right-sidebar .task-chat-view {
			display: block;
			position: fixed;
			right: 0;
			-webkit-transition: all 0.4s ease;
			-moz-transition: all 0.4s ease;
			transition: all 0.4s ease;
			margin-right: 0;
		}

		.task-chat-view {
			display: none;
			-webkit-transition: all 0.4s ease;
			-moz-transition: all 0.4s ease;
			transition: all 0.4s ease;
			right: 0;
			transform: translateX(0px);
			z-index: 1041;
			width: 300px;
			position: fixed;
			transition: all 0.4s ease 0s;
			margin-right: -300px;
			display: table-cell;
			top: 0;
			padding-bottom: 60px;
			margin-top: 60px;
		}

		.chat-profile-view {
			display: none;
			-webkit-transition: all 0.4s ease;
			-moz-transition: all 0.4s ease;
			transition: all 0.4s ease;
			right: 0;
			transform: translateX(0px);
			z-index: 1041;
			width: 300px;
			position: fixed;
			transition: all 0.4s ease 0s;
			margin-right: -300px;
			display: table-cell;
			top: 0;
			padding-bottom: 60px;
			margin-top: 60px;
		}

		.message-view.task-view {
			width: 100%;
		}

		.float-left.ticket-view-details {
			width: 90%;
		}

		.chat-main-row {
			left: 0;
		}

		.header .header-left {
			position: absolute;
			width: 100%;
		}

		.mobile_btn {
			display: block;
		}

		.page-title-box {
			display: none;
		}

		.sidebar {
			margin-left: -225px;
			width: 225px;
			-webkit-transition: all 0.4s ease;
			-moz-transition: all 0.4s ease;
			transition: all 0.4s ease;
			z-index: 1041;
		}

		.page-wrapper {
			margin-left: 0;
			padding-left: 0;
			padding-right: 0;
		}

		a.mobile_btn {
			color: #fff;
			font-size: 24px;
			height: 60px;
			left: 0;
			line-height: 60px;
			padding: 0 20px;
			position: absolute;
			top: 0;
			width: 60px;
			z-index: 10;
		}

		#toggle_btn {
			display: none;
		}

		.page-wrapper {
			-webkit-transition: all 0.4s ease;
			-moz-transition: all 0.4s ease;
			transition: all 0.4s ease;
		}

		.responsive-search {
			color: #fff!important;
			display: inline-block;
		}

		.top-nav-search form {
			display: none;
		}

		.top-nav-search .form-control {
			background-color: #fff;
			border-color: #e3e3e3;
			color: #333;
		}

		.top-nav-search .btn {
			color: #999;
		}

		.top-nav-search .form-control::-webkit-input-placeholder {
			color: #999;
		}

		.top-nav-search .form-control::-moz-placeholder {
			color: #999;
		}

		.top-nav-search .form-control:-ms-input-placeholder {
			color: #999;
		}

		.top-nav-search .form-control::-ms-input-placeholder {
			color: #999;
		}

		.top-nav-search .form-control::placeholder {
			color: #999;
		}

		.header .has-arrow .dropdown-toggle > span:nth-child(2) {
			display: none;
		}

		.header .has-arrow .dropdown-toggle::after {
			display: none;
		}
	}

	@media only screen and (max-width: 767.98px) {
		.user-menu.nav > li > a {
			padding: 0 10px;
		}

		.top-nav-search form {
			width: 210px;
		}

		.profile-info-left {
			border-right: none;
			border-bottom: 2px dashed #ccc;
			margin-bottom: 20px;
			padding-bottom: 20px;
		}

		.navbar-nav .open .dropdown-menu {
			float: left;
			position: absolute;
		}

		.notifications {
			right: -48px;
		}

			.notifications::before,
			.notifications::after {
				right: 60px;
			}

		.header {
			z-index: 1040;
		}

		.task-wrapper #task-list li .task-container .task-label {
			padding-right: 50px;
			word-break: unset;
		}

		.task-btn-right {
			position: absolute;
			right: 8px;
		}

		.task-wrapper #task-list li .task-container {
			padding: 8px 10px;
		}

		.task-action-btn.task-check {
			width: 36px;
		}

		.roles-menu {
			margin-bottom: 20px;
		}

		.contacts-list {
			padding: 0 70px 0 15px;
		}

		.left-action {
			text-align: center;
			margin-bottom: 15px;
		}

		.right-action {
			text-align: center;
		}

		.top-action-left .float-left {
			float: none !important;
		}

		.top-action-left .btn-group {
			margin-bottom: 15px;
		}

		.top-action-right {
			text-align: center;
		}

			.top-action-right a.btn.btn-white {
				margin-bottom: 15px;
			}

		.mail-sent-time {
			float: left;
			margin-top: 10px;
			width: 100%;
		}

		.nav-tabs.nav-justified {
			border-bottom: 1px solid #ddd;
		}

			.nav-tabs.nav-justified > li > a.active,
			.nav-tabs.nav-justified > li > a.active:hover,
			.nav-tabs.nav-justified > li > a.active:focus {
				border-color: transparent transparent transparent #ff9b44;
				border-left-width: 2px;
			}

		.nav-tabs {
			border-bottom: 0;
			position: relative;
			background-color: #fff;
			padding: 5px 0;
			border: 1px solid #ddd;
			border-radius: 3px;
		}

			.nav-tabs .nav-item {
				margin-bottom: 0;
			}

			.nav-tabs > li > a {
				border-width: 2px;
				border-left-color: transparent;
			}

			.nav-tabs .nav-link {
				border-width: 2px;
			}

			.nav-tabs > li > a:hover,
			.nav-tabs > li > a:focus {
				background-color: #fafafa;
			}

			.nav-tabs .nav-item.show .nav-link,
			.nav-tabs .nav-link.active,
			.nav-tabs > li > a.active,
			.nav-tabs > li > a.active:hover,
			.nav-tabs > li > a.active:focus {
				background-color: #f5f5f5;
				border-color: transparent transparent transparent #ff9b44;
				border-left-width: 2px;
			}

			.nav-tabs > li.open:not(.active) > a,
			.nav-tabs > li.open:not(.active) > a:hover,
			.nav-tabs > li.open:not(.active) > a:focus {
				background-color: #fafafa;
			}

			.nav-tabs.nav-tabs-solid {
				padding: 5px;
			}

				.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
					border-radius: 5px;
				}

				.nav-tabs.nav-tabs-solid > li > a {
					border-left-width: 0 !important;
				}

		.nav-tabs-justified {
			border-bottom: 1px solid #ddd;
		}

			.nav-tabs-justified > li > a.active,
			.nav-tabs-justified > li > a.active:hover,
			.nav-tabs-justified > li > a.active:focus {
				border-width: 0 0 0 2px;
				border-left-color: #ff9b44;
			}

		.my-video ul li {
			width: 80px;
		}

		.voice-call-avatar .call-avatar {
			width: 120px;
			height: 120px;
		}

		.product-info {
			margin: 20px 0 30px;
		}

		.profile-bg {
			height: 280px;
		}

		.flag-nav > a > span {
			display: none;
		}

		.equal-height-cards > div > div.card {
			height: unset;
		}

		.backFrwdDiv {
			display: none;
		}
		.header .header-left .logo {
			display: inline-block;
			line-height: 60px;
		}
	}

	@media only screen and (max-width: 575.98px) {
		.contact-cat {
			padding-right: 70px;
		}

		.user-menu {
			/*display: block;*/
			right: 30px;
		}

			/*.user-menu > li.nav-item.dropdown.has-arrow.main-drop {
				display: none;
			}*/

		.mobile-user-menu {
			display: block;
		}

		.search-box {
			display: none;
		}

		.filter-row {
			margin-bottom: 15px;
		}

		.page-wrapper > .content {
			padding: 15px;
		}

		.profile-view .profile-basic {
			margin-left: 0;
			padding-right: 0;
		}

		.profile-img-wrap {
			position: relative;
			margin: 0 auto;
		}

		.profile-info-left {
			text-align: center;
		}

		.profile-basic {
			margin-left: 0;
			margin-top: 15px;
		}

		.page-title {
			font-size: 18px;
		}

		.fc-toolbar .fc-right {
			display: inline-block;
			float: none;
			margin: 10px auto 0;
			width: 200px;
			clear: both;
		}

		.fc-toolbar .fc-left {
			float: none;
			margin: 0 auto;
			width: 200px;
		}

		.upload-text {
			font-size: 18px;
		}

		.call-duration {
			display: block;
			margin-top: 0;
			margin-bottom: 10px;
			position: inherit;
		}

		.end-call {
			margin-top: 10px;
			position: inherit;
		}

		.chat-panel .chats {
			padding: 15px 0;
		}

		.chat-right .chat-content {
			max-width: 90%;
		}

		.chat-right .chat-body {
			padding-left: 0;
			padding-right: 0;
		}

		.chat-left .chat-content {
			max-width: 90%;
		}

		.chat-left .chat-body {
			padding-left: 0;
			padding-right: 0;
		}

		.chat-avatar .avatar {
			height: 20px;
			line-height: 20px;
			width: 20px;
		}

		.account-box {
			width: 100%;
			margin-bottom: 20px;
		}

		.float-left.ticket-view-details {
			width: 80%;
		}

		.custom-menu > li > a {
			margin-left: 10px;
		}

		.contact-alphapets {
			top: 113px;
		}

		.account-page .main-wrapper {
			flex-direction: column;
		}

		.otp-input {
			font-size: 18px;
			height: 50px;
			margin-right: 10px;
			width: 52px;
		}

		.account-wrapper {
			padding: 15px;
		}

		.leave-right {
			flex: 0 0 auto;
		}

		.pagination-lg .page-link {
			font-size: 1.2rem;
			padding: 0.5rem 0.85rem;
		}

		.call-box .call-avatar {
			height: 100px;
			max-width: 100px;
			min-width: 100px;
		}

		.call-box .call-wrapper .call-items .call-item {
			padding: 10px;
		}

			.call-box .call-wrapper .call-items .call-item.call-end {
				margin: 30px 5px 0;
				padding: 10px;
			}

		.submit-section .submit-btn {
			margin: 0 0 10px !important;
		}

		.leave-row {
			display: block;
		}

		.leave-box .subtitle {
			display: none;
		}

		.leave-right {
			margin-top: 20px;
		}

		.leave-inline-form {
			display: block;
		}

		.page-header .breadcrumb {
			display: none;
		}

		.add-btn {
			font-size: 14px;
			min-width: inherit;
		}
	}




	/*div#mytable_length {
	display: none !important;
}
div#mytable_filter {
	display: none !important;
}*/

	.table tbody tr td input {
		border: 1px solid #d7d7d7;
		/*width: 50px;*/
		text-align: center;
	}


	/* Profile _new Css */
	.personal_detailsIcons {
		position: absolute;
		font-size: 500%;
		bottom: 5px;
		right: 10px;
		color: #9e9e9e;
		opacity: 0.2;
	}

	.addinfo_add li .title {
		width: 10px !important;
	}

	.experience-list > li .experience-content .timeline-content a.name {
		color: #616161;
		font-weight: normal !important;
	}

	.card.profile-box .table thead th {
		background: #1f1f1f;
		/*background: #fb5237;*/
		color: #fff;
		font-size: 14px;
	}

	.before-circle {
		background-color: #1965b7 !important;
	}

	.table-responsive.tablecard_bg table tr td {
		border: 0px;
		padding: 5px;
		font-size: 13px;
	}

	.table-responsive.tablecard_bg {
		background: #fbfbfb;
		padding: 20px;
		position: relative;
	}

	.tablecard_edit_delete_ico {
		position: absolute;
		right: 15px;
		top: 10px;
	}

	.margin_bt_zero {
		margin-bottom: 0px;
	}

	.personal_detailsIcons_small {
		position: absolute;
		font-size: 320%;
		bottom: 5px;
		right: 10px;
		color: #e4e4e4;
	}

	.table-responsive.tablecard_bg table tr td:last-child {
		color: #757575;
	}

	.plus_ico_class {
		padding-top: 6px;
		float: left;
		text-align: center;
		width: 100%;
	}

	.product_slider_arrow {
		font-size: 25px;
		color: #000;
		font-weight: bold;
	}

	.width4prcnt_4 {
		width: 4% !important;
	}





	@media (min-width: 768px) {
		.multi-item-carousel .carousel-inner .carousel-item {
			margin-right: inherit;
		}

			.multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item,
			.multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item + .carousel-item {
				display: block;
			}

			.multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
			.multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
			.multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
				transition: none;
			}

			.multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item + .carousel-item + .carousel-item {
				position: absolute;
				top: 0;
				right: -33.33333333%;
				z-index: -1;
				display: block;
				visibility: visible;
			}

		.multi-item-carousel .carousel-inner .carousel-item-next,
		.multi-item-carousel .carousel-inner .carousel-item-prev {
			position: relative;
			transform: translate3d(0, 0, 0);
		}

			.multi-item-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
				position: absolute;
				top: 0;
				left: 0;
				z-index: -1;
				display: block;
				visibility: visible;
			}

		.multi-item-carousel .active.carousel-item-left + .carousel-item-next.carousel-item-left,
		.multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item,
		.multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
		.multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
			position: relative;
			transform: translate3d(-100%, 0, 0);
			visibility: visible;
		}

		.multi-item-carousel .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
		.multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item,
		.multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
		.multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
			position: relative;
			transform: translate3d(100%, 0, 0);
			display: block;
			visibility: visible;
		}
	}





	#sticky {
		padding: 15px;
		width: 100%;
		background-color: transparent;
		color: #000;
		font-size: 13px;
		border-radius: 0.5ex;
	}

	.sticky_profl {
		display: none;
	}

	#sticky.stick .sticky_profl {
		display: block;
		width: 50px;
		float: left;
		margin-bottom: 0px;
		font-size: 16px;
		padding: 3px;
	}

	#sticky.stick {
		position: fixed;
		top: 60px;
		width: 84%;
		right: 0;
		color: #000;
		background: #f7f7f7;
		z-index: 10000;
		border-radius: 0;
		padding: 10px;
	}

	.emp_menu a {
		padding: 3px 9px;
		color: #989898;
		font-weight: normal;
		float: right;
		font-size: 13px;
		background: #fff;
		margin: 0 4px;
		font-family: poppins;
	}

		.emp_menu a i {
			font-size: 18px;
			float: left;
			padding-top: 1px;
			padding-right: 6px;
		}
	/*.loader_prnt {
    width: 166px;
    height: 166px;
    margin: 19% auto;
    text-align: center;
    left: 50%;
    z-index: 99999;
    position: absolute;
}

.bg_msk_cl {
    background: rgb(0 0 0 / 20%);
    width: 100%;
    z-index: 9999;
    height: 100%;
    position: absolute;
}

.loader_bg {
    position: relative;
    margin: 64px auto;
    float: left;
    width: 100%;
}

.loader_svg {
    position: absolute;
}*/
	.sveg {
		width: 125px;
		height: 125px;
		margin: 20px;
		display: inline-block;
	}

	h1 {
		text-align: center;
		color: #fff;
		margin: 0 0 100px;
		font-size: 34px;
		font-weight: 100;
		text-transform: uppercase;
		background-color: #e43725;
		padding: 20px 0;
	}

		h1 b {
			font-weight: 700;
		}

	.loader_prnt {
		width: 166px;
		height: 166px;
		margin: 19% auto;
		text-align: center;
		left: 50%;
		z-index: 99999;
		position: absolute;
	}

	.loader_bg {
		position: absolute;
		margin: 64px auto;
		float: left;
		width: 100%;
	}

	.bg_msk_cl {
		background: rgb(0 0 0 / 20%);
		width: 100%;
		z-index: 9999;
		height: 100%;
		position: fixed;
		/*position: absolute;*/
	}

	.loader_svg {
		position: relative;
	}
	/*Serverside Datatable CSS*/
	/*table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background-repeat: no-repeat !important;
    background-position: center right !important;
}

table.dataTable thead .sorting {
    background-image: url('../../assets/Images/sort_both.png') !important;
}

table.dataTable thead .sorting_asc {
    background-image: url('../../assets/Images/sort_asc.png') !important;
}

table.dataTable thead .sorting_desc {
    background-image: url('../../assets/Images/sort_desc.png') !important;
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url('../../assets/Images/sort_asc_disabled.png') !important;
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url('../../assets/Images/sort_desc_disabled.png') !important;
}*/
	/*.claimsummarryadjust{
    white-space:nowrap;
}*/

	/*Claim block*/



	/*@media all and (min-width: 768px) {
    .claimsummarryadjust {
        white-space: nowrap;
        font-size: 13px !important;
    }

    .claimsummarryadjustamount {
        white-space: nowrap;
        font-size: 15px !important;
    }
    .backFrwdDiv {
        display: none;
    }
}

@media all and (min-width: 1024px) {
    .backFrwdDiv {
        display: block;
    }
    .claimsummarryadjust {
        white-space: nowrap;
        font-size: 16px !important;
    }

    .claimsummarryadjustamount {
        white-space: nowrap;
        font-size: 30px !important;
    }
}

@media all and (min-width: 900px) {
    
}

@media all and (min-width: 1000px) {
    
}

@media all and (min-width: 1100px) {
   
}

@media all and (min-width: 1200px) {
    
}

@media all and (min-width: 1300px) {
    
}

@media all and (min-width: 1400px) {
    
}

@media all and (min-width: 1500px) {
    
}

@media all and (min-width: 1500px) {
    
}

@media all and (min-width: 1600px) {
    
}

@media all and (min-width: 1700px) {
    
}*/

	/*add radius to next button*/
	a#nextbtn {
		border-radius: 50px;
	}

	a#prevbtn {
		border-radius: 50px;
	}

	div.disable-mutiselect > span > div > ul > li > a > label {
		/*View Only Multiselect*/
		/*Add [.disable-mutiselect] to the parent div of the multiselect */
		pointer-events: none;
	}

div.disable-mutiselect > span > div > ul {
	cursor: no-drop;
}
.RequiredField {
	border: 2px solid #FC0202 !important;
	/*padding: 0 5px;*/
	margin: 0px;
	color: #4a4a4a;
	border-radius: 4px;
	/*background-color: rgba( 255,255,255,0.85 );*/
}


	/*form.form-capsule .form-group.col-xs-6, form.form-capsule .form-group.col-sm-6 ,
form.form-capsule .form-group.col-md-6, form.form-capsule .form-group.col-lg-6, form.form-capsule .form-group.col-xl-6 {
	width: 45% !important;
	border: 1px solid #c8c8c8;
	margin: 2px 15px;
	float: left;
	flex: 0 0 45%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

form.form-capsule .multi_select.col-xs-6,form.form-capsule .multi_select.col-sm-6 ,
form.form-capsule .multi_select.col-md-6,form.form-capsule .multi_select.col-lg-6,form.form-capsule .multi_select.col-xl-6 {
	width: 45% !important;
	border: 1px solid #c8c8c8;
	margin: 2px 15px;
	float: left;
	flex: 0 0 45%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
form.form-capsule .multi_select.col-xs-12,form.form-capsule .multi_select.col-sm-12 ,
form.form-capsule .multi_select.col-md-12,form.form-capsule .multi_select.col-lg-12,form.form-capsule .multi_select.col-xl-12 {
	width: 95% !important;
	border: 1px solid #c8c8c8;
	margin: 2px 15px;
	float: left;
	flex: 0 0 95%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

form.form-capsule .multi_select label {
	padding: 5px 0px 0px 35px !important;
	font-size: 11px;
	color: #9f9f9f !important;
	margin-bottom: 0PX !important;
	float: left;
	margin-left: 0px;
	width: 80%;
	text-align: left !important;
}

form.form-capsule .multi_select .multiselect-native-select {
	padding: 0 0 0 35px !important;
	border: 0px !important;
	height: 25px !important;
	line-height: 18px !important;
	font-size: 13px !important;
	box-shadow: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


form.form-capsule .multi_select button.multiselect.dropdown-toggle {
	border: 0px !important;
	height: 25px !important;
	line-height: 20px !important;
	font-size: 13px !important;
	padding: 0px 0 0 35px !important;
}

form.form-capsule .multi_select i.las, form.form-capsule .multi_select i.lar, form.form-capsule .multi_select i.la, form.form-capsule .multi_select .fa {
	font-size: 28px !important;
	position: absolute;
	top: 10px !important;
	left: 8px !important;
	color: #a6a6a6;
}

form.form-capsule .form-group i.las, form.form-capsule .form-group i.lar, form.form-capsule .form-group i.la {
	font-size: 28px !important;
	position: absolute;
	top: 10px !important;
	left: 8px !important;
	color: #a6a6a6;
}

form.form-capsule .form-group .fa {
	font-size: 21px !important;
	position: absolute;
	top: 13px !important;
	left: 13px !important;
	color: #a6a6a6;
}

form.form-capsule .form-group label {
	padding: 5px 0px 0px 35px !important;
	font-size: 11px;
	color: #9f9f9f !important;
	margin-bottom:0PX !important;
}

form.form-capsule .form-group input, form.form-capsule .form-group select {
	padding: 0 0 0 35px !important;
	border:0px !important;
	height: 25px !important;
	line-height: 18px !important;
	font-size: 13px !important;
	box-shadow: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
	.RequiredField {
		border: 1px solid #FC0202 !important;*/
	/*color: #FC0202 !important;*/
	/*}*/

	/*form.form-capsule .form-group input.RequiredField::placeholder {
			color: #FC0202 !important;
			opacity: 1;*/ /* Firefox */
	/*}*/

	/*form.form-capsule .form-group.col-xs-12, form.form-capsule .form-group.col-sm-12, form.form-capsule .form-group.col-md-12,
form.form-capsule .form-group.col-lg-12, form.form-capsule .form-group.col-xl-12 {
	width: 95% !important;
	border: 1px solid #c8c8c8;
	margin: 2px 15px;
	float: left;
	flex: 0 0 95%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

form.form-capsule .form-group textarea {
	border: 0px !important;
	padding: 15px 0 0 0;
	box-shadow: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

label.textareaclswhite {
	margin-top: 10px !important;
}

form.form-capsule .form-group input.btn {
	padding: 15px 25px !important;
	font-size: 13px !important;
	height: 40px !important;
	margin: 10px 0 !important;
	line-height:0px !important;
}
.astrik {
	display: none !important
}

.disableClass {
	background-color: #e9ecef !important;
}


@media only screen and (max-width: 800px) {
	form.form-capsule .form-group.col-sm-6 {
		width: 92% !important;
		border: 1px solid #c8c8c8;
		margin: 2px 15px;
		float: left;
		flex: 0 0 92%;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	form.form-capsule .form-group.col-sm-12 {
		width: 92% !important;
		border: 1px solid #c8c8c8;
		margin: 2px 15px;
		float: left;
		flex: 0 0 92%;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	form.form-capsule .multi_select.col-sm-6, form.form-capsule .multi_select.col-sm-12 {
		width: 92% !important;
		flex: 0 0 92%;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	.modal.right.fade.in .modal-dialog {
		right: 0px;
		width: 80%;
	}

	.page-wrapper {
		margin-left: 0px !important;
	}

	.header {
		left: 0px;
	}

	a.mobile_btn {
		color: #000 !important;
	}
	
}*/
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		/*appearance: none;*/
		background: #fff url(../Images/down-arrow.png) no-repeat right;
		padding-right: 20px !important;
		/*background-position: 33px !important;*/
	}

	.bellicon span {
		position: absolute;
		top: 10px;
		right: -5px;
		display: block;
		width: 15px;
		height: 15px;
		line-height: 15px;
		border-radius: 50%;
		font-size: 9px;
		background-color: #FF3E3E;
		color: var(--white-color);
		text-align: center;
		-webkit-transition: .4s;
		transition: .4s;
	}

		.bellicon span::before {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			right: 0;
			z-index: -1;
			bottom: 0;
			left: 0;
			border-radius: 50%;
			border: 1px solid #FF3E3E;
			-webkit-animation: ripple 3s linear infinite;
			animation: ripple 3s linear infinite;
			-webkit-transition: .4s;
			transition: .4s;
		}

	.bellicon .fa {
		font-size: 20px;
	}

	.sidebar .sidebar-menu > ul > ul > li.submenu > a span.iconlft {
		background-color: #ff0000;
		color: #ffffff;
		height: 30px;
		width: 30px;
		margin-left: 0px;
		text-align: center;
		border-radius: 8px;
	}

	.sidebar .sidebar-menu .nav-item.active .nav-link, .sidemenu-area .sidemenu-body .sidemenu-nav .nav-item:hover .nav-link {
		color: var(--main-color);
	}

	/*
.sidebar-menu ul ul li a:hover {
	background-color: #ff0000
}
	*/
	@-webkit-keyframes ripple {
		0% {
			-webkit-transform: scale(1);
			transform: scale(1);
		}

		75% {
			-webkit-transform: scale(1.75);
			transform: scale(1.75);
			opacity: 1;
		}

		100% {
			-webkit-transform: scale(2);
			transform: scale(2);
			opacity: 0;
		}
	}

	@keyframes ripple {
		0% {
			-webkit-transform: scale(1);
			transform: scale(1);
		}

		75% {
			-webkit-transform: scale(1.75);
			transform: scale(1.75);
			opacity: 1;
		}

		100% {
			-webkit-transform: scale(2);
			transform: scale(2);
			opacity: 0;
		}
	}

	.scrollbar {
		margin-left: 30px;
		float: left;
		height: 300px;
		width: 65px;
		background: #F5F5F5;
		overflow-y: scroll;
		margin-bottom: 25px;
	}

	.force-overflow {
		min-height: 450px;
	}

	.sidebar .sidebar-menu > ul > li > a:hover span.iconlft {
		background-color: #1f1f1f;
		margin-left: 0px;
		border-radius: 6px;
		color: #ffffff
	}

	.sidebar-menu ul ul a.activein {
		color: #3644d9;
		/*color: #ff0707;*/
		text-decoration: none;
		background: #ededed;
	}

	.sidebar-menu ul ul ul a {
		padding-left: 0px;
		color: #515355;
	}

		.sidebar-menu ul ul ul a span {
			padding-left: 0px !important
		}

	ul.subnavcls {
		margin-left: 5% !important;
	}

	ul.sigMenu {
		list-style: disc;
		margin-left: 59px !important
	}

	.sidebar-menu ul ul.sigMenu a {
		padding-left: 0px;
	}

		.sidebar-menu ul ul.sigMenu a span {
			padding-left: 0px !important;
			letter-spacing: -0.2px;
		}

	ul#poweredBAM {
		position: fixed;
		width:230px;
		bottom: 0px;
		background: #e7e7e7;
		padding-right: 15px;
		border-top: 2px solid #ff0000;
	}

	.border-right {
		float: right;
		font-size: 13px;
		border-right: 1px solid #84a9e4;
		line-height: 25px;
	}

	div.dataTables_length  > label >  select.form-control.input-sm  {
		background-position: 33px !important;
	}
	/* new menue for inline dropdown*/
	.nav-inline {
		padding: 0;
	}

		.nav-inline .navbar-nav .nav-item {
			position: static;
		}

			.nav-inline .navbar-nav .nav-item .nav-link {
				padding: 10px 15px;
				font-size: 25px;
				color: #ffffff;
				background-color: rgba(0, 0, 0, 0.2)
			}

				.nav-inline .navbar-nav .nav-item .nav-link[aria-expanded=true] {
					/*background-color: #f2f2f2;*/
				}

			.nav-inline .navbar-nav .nav-item.show:before {
				content: " ";
				display: block;
				background: #f2f2f2;
				position: absolute;
				width: 100%;
				height: 50px;
				top: 100%;
				right: 0;
				left: 0;
			}

	@media (max-width: 767px) {
		.nav-inline .navbar-nav .nav-item.show:before {
			display: none;
		}
	}

	.nav-inline .navbar-nav .dropdown-menu {
		/*left: 0 !important;*/
		right: 0 !important;
		box-shadow: none;
		border: none;
		margin: 0 auto;
		max-width: 1140px;
		background: transparent;
		padding: 0;
	}

	.plusIconMenue .dropdown-menu {
		right: 0px !important;
		left: auto;
	}

	.nav-inline .navbar-nav .dropdown-menu.show {
		display: flex;
	}

	.nav-inline .navbar-nav .dropdown-menu .dropdown-item {
		width: auto;
		padding: 13px 15px;
		background-color: #ccc;
	}

		.nav-inline .navbar-nav .dropdown-menu .dropdown-item:hover {
			background-color: #1f1f1f
		}

	.nav-inline .navbar-nav .dropdown-menu .dropdown-item {
		width: auto;
		padding: 13px 15px;
		background-color: #1b4f6f;
		border-right: 1px solid #f2f2f2;
		font-size: 12px;
		color: #ffffff;
	}

	.plusMenu .dropdown-menu {
		min-width: 200px;
	}

		.plusMenu .dropdown-menu .dropdown-item {
			margin: 4px 0px 0px 0px;
			padding: 5px 15px;
		}

			.plusMenu .dropdown-menu .dropdown-item i {
				font-size: 16px;
			}

	.plusMenu a.nav-link {
		background-color: rgba(0, 0, 0, 0.2);
	}
	/*Filter New Date*/
	.filterHrmsDate {
		background-color: #ffffff;
	}

		.filterHrmsDate .form-group {
			margin-bottom: 0px !important
		}

			.filterHrmsDate .form-group .form-control {
				border: 0px;
				height: 65px;
				padding-top: 20px
			}

		.filterHrmsDate .col-sm-6 {
			padding: 0px;
		}

		.filterHrmsDate .col-md-2 {
			padding: 0px;
		}

		.filterHrmsDate .form-capsule .form-group label {
			color: #000000 !important;
			font-size: 12px;
			top: 5px;
			left: 15px;
		}

		.filterHrmsDate .form-capsule .form-group img {
			position: absolute;
			top: 15px;
			left: 10px;
		}

	.brder-rgtforfilt {
		border-right: 1px solid #cbcbcb
	}

	.filterHrmsDate .form-capsule .form-control {
		height: 60px;
		padding: 27px 15px 5px 55px;
		box-shadow: 0 0 0 2px transparent;
		transition: all 0.2s ease-out;
		font-size: 11px;
		font-weight: 600
	}

	.filterHrmsDate .form-capsule .show-label .form-control {
		padding-top: 27px;
		padding-bottom: 5px;
	}

	.filterHrmsDate a.filtBTN {
		/* background-color: transparent; */
		border: 0px;
		width: 100%;
		background: #df1f23;
		height: 100%;
		/* padding: 10px; */
		text-align: center;
		padding: 12px 5px 7px 5px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		float: right;
		cursor: pointer;
	}

	.filterHrmsDate .form-capsule .form-group button img {
		position: relative;
		top: 10px;
		left: 3px;
	}
.marg_lft_prof{margin-left:85px !important;}
@media only screen and (max-width: 768px) {
.brder-rgtforfilt {
	border-right: 0px;
	border-bottom: 1px solid #cbcbcb
}
	#GetMonthlyMangerClaim_data_table_length label {
		width: 100%;
		padding-left: 0px !important;
	}
	.profile-view .profile-img-wrap {position:inherit}
}


li.helpbtnico {
	width: 40%;
	float: left;
	text-align:right;
}
.powerbylogocl {
	width: 60%;
	float: left;
}
	.powerbylogocl .powredby {
		display: inherit !important;
		padding: 3px 7px 3px 12px !important;
		text-align:left;
	}
li.helpbtnico a {
	display: inherit !important;
	padding:7px !important;
}
ul#poweredBAM li a span {
	font-weight: normal;
	float: left;
	width:100%;
	font-size: 8px;
	padding: 3px 0 3px 0 !important;
}
li.helpbtnico i {
	font-size: 36px!important;
	padding: 2px 0 0 3px;
	color: #135095;
}








	.nav-mega .dropdown {
		position: static;
	}

	.nav-mega .dropdown-menu.mega-menu {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-moz-border-radius-topleft: 0;
		-webkit-border-top-left-radius: 0;
		border-top-left-radius: 0;
		-moz-border-radius-topright: 0;
		-webkit-border-top-right-radius: 0;
		border-top-right-radius: 0;
		min-width: auto;
		width: 100%;
		margin-top: 0;
		padding: 0;
		border-color: #ccc;
	}

		.nav-mega .dropdown-menu.mega-menu > li {
			padding: 20px;
		}

		.nav-mega .dropdown-menu.mega-menu .media-list .media {
			padding: 10px;
			font-size: 13px;
		}

		.nav-mega .dropdown-menu.mega-menu .media-list .media-heading {
			font-size: 16px;
		}




.pn-navigation-tiles {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0px 10px 0 10px;
}

.pn-navigation-tile div {
	text-align: left;
	padding: 25px 25px 0px 25px;
	width: 100%;
	float: left;
}

.pn-navigation-tile {
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: block;
	margin: 5px;
	cursor: pointer;
	background: #f2f2f2;
	width: 100%;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 90px;
	/*background-image: url(data:image/webp;base64,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);*/
}

	.pn-navigation-tile div h3, .pn-solutions-tile div h3 {
		font-size: 18px;
		font-weight: 500;
		padding: 5px 0 10px 0;
		width: 100%;
		float: left;
	}

	.pn-navigation-tile div p, .pn-solutions-tile div p {
		font-size: 12px;
		text-align: justify;
		color: #767676;
		font-weight: normal;
		width: 100%;
		float: left;
		min-height: 40px;
	}

	.pn-navigation-tile div img {
		/*width: 105px;*/
		height: 50px;
		margin-bottom: 10px;
		/*filter: gray;*/ /* IE5+ */
		/*-webkit-filter: grayscale(1);*/ /* Webkit Nightlies & Chrome Canary */
		/*-webkit-transition: all .8s ease-in-out;*/
	}

/*.pn-navigation-tile:hover div img {
                filter: none;
                -webkit-filter: grayscale(0);
                -webkit-transform: scale(1.01);
            }

            .pn-navigation-tile:hover, .pn-solutions-tile:hover {
                background: #fff;
                box-shadow: 0px 5px 15px rgb(10 14 18 / 10%);
            }*/

.explore, .explore:hover {
	border-top: 1px solid #ededed;
	padding: 16px !important;
	color: #888;
	text-align: center;
	font-weight: lighter;
	font-size: 12px;
	text-decoration: none;
}


.pn-solutions-tiles {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0px 28px 0 10px;
}

.pn-solutions-tile {
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 90px;
	box-shadow: none;
	transition: box-shadow .25s ease-in-out;
}

.divded50 {
	width: 50%;
	float: left;
}

.fitcontent {
	max-width: fit-content !important;
	top: -2px !important;
}
.dispblock {
	display: block;	
}

@media (max-width: 1100px) {
	.pn-navigation-tiles--platform {
		-ms-grid-columns: (1fr)[5];
		grid-template-columns: repeat(5,1fr);
	}
}

@media (max-width: 768px) {
	.pn-navigation-tile {
		background: #f9fcfc;
		width: auto;
		-ms-flex-direction: column;
		flex-direction: column;
		min-height: 0;
		box-shadow: none;
		transition: box-shadow .25s ease-in-out;
	}

	.pn-navigation-tiles {
		-ms-flex-direction: initial;
		flex-direction: row;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1,1fr);
		gap: 5px;
	}
	.pn-navigation-tile div img {
		height:40px;
	}
	.pn-navigation-tile div {
		text-align: left;
		padding: 10px 10px 0px 10px;
		width: 100%;
		float: left;
	}
	.explrbny {
		padding: 8px 15px;
		float: left;
		border-radius: 1px;
		margin-left: 12px;
		margin-bottom: 10px;
		border: 0;
		background: #1d6abc;
		color: #fff;
	}

	.pn-solutions-tiles {
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.pn-solutions-tile {
		background: #f9fcfc;
		margin-left: 20px;
		width: auto;
		-ms-flex-direction: column;
		flex-direction: column;
		min-height: 0;
		-ms-flex-pack: center;
		justify-content: center;
	}

		.pn-solutions-tile:first-child {
			margin-left: 0;
		}
	.top-nav-search form {
		margin-top: 0px !important;
		position: relative;
		width: 98% !important;
	}
	.mbileview{
		display:none!important;
	}
	.dispblock {
		padding:20px!important;
	}
}
.filterHrmsDate .search-property-1 button.multiselect.dropdown-toggle.btn.btn-default {
	color: #000;
	font-weight: 600;
}
.filterHrmsDate .search-property-1 .form_control {
	color: #000 !important;
	font-weight: 600;
}
.filterHrmsDate .search-property-1 .form_control_date {
	color: #000 !important;
	font-weight: 600;
}
