@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/FontAwesome.eot');
	src: url('../fonts/FontAwesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FontAwesome.woff2') format('woff2'),
		url('../fonts/FontAwesome.woff') format('woff'),
		url('../fonts/FontAwesome.ttf') format('truetype'),
		url('../fonts/FontAwesome.svg#FontAwesome') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Georgia';
	src: url('../fonts/Georgia.eot');
	src: url('../fonts/Georgia.woff') format('woff'),
		url('../fonts/Georgia.ttf') format('truetype'),
		url('../fonts/Georgia.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Montserrat-SemiBold';
	src: url('../fonts/Montserrat-SemiBold.eot');
	src: url('../fonts/Montserrat-SemiBold.woff') format('woff'),
		url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
		url('../fonts/Montserrat-SemiBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak,
	.x-ng-cloak {
	display: none !important;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', sans-serif;
	color: #000000;
	font-weight: normal;
}

p {
	font-family: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

.btn {
	font-family: 'Georgia';
}

a {
	text-decoration: none;
}

.dropdown:hover>.dropdown-menu {
	display: block;
}

.indexpage .firstrow input {
	border-bottom: 2px solid #ffc107;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	font-weight: 600;
	color: grey;
	letter-spacing: 2px;
}

.georgia {
	font-family: 'Georgia';
}

.cursor-pointer {
	cursor: pointer;
}

.topbar {
	color: #fff;
	font-family: inherit;
	padding: 20px 16px;
}

.align-left {
	float: left;
	margin-right: 25px;
}

.align-right {
	float: right;
	margin-left: 25px;
}

.readmore {
	font-family: 'georgia';
	color: #666;
	transition: all 0.2s ease-in 0s;
}

.readmore:hover {
	color: #d2202d;
}

.readmore:after {
	content: "Ã¯â€žâ€¦";
	color: #666;
	font-family: 'FontAwesome';
	margin-left: 8px;
	transition: all 0.2s ease-in 0s;
}

.readmore:hover:after {
	color: #d2202d;
	transition: all 0.2s ease-in 0s;
}

a:hover {
	text-decoration: none;
}

.dropdown .dropdown-menu .dropdown-item .fa-angle-right:before {
	font-size: 1.6em;
	margin-top: 3px;
	display: inline-block;
}

/* menu work done */

/* navbar starts */
.navcarer-container h3 {
	padding: 11.5px 0;
}

.navcarer-container .nav-icon1 {
	width: 60px;
	height: 36px;
	position: relative;
	margin-top: 5px;
}

.navcarer-container .nav-icon1 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 60%;
	background: #ff1d25;
	border-radius: 9px;
	opacity: 1;
	left: 12px;
}

.navcarer-container .nav-icon1 span:nth-child(1) {
	top: 9px;
}

.navcarer-container .nav-icon1 span:nth-child(2) {
	top: 20px;
}

.navcarer-container .navbar-toggler {
	padding: 0rem 0rem !important;
}

.navcarer-container .navbar {
	padding: 0rem 0rem !important;
}

.navcarer-container .navbar .navbar-brand {
	padding: 0rem 0rem !important;
	margin-left: 3% !important;
}

.navcarer-container .bg-dark {
	background-color: #0a5374 !important;
}

.navcarer-container .navbar-dark .navbar-collapse {
	border-top: 0px !important;
	margin-right: 3% !important;
}

.navcarer-container .navbar-dark .toggle-menu .topbar .fa-bars {
	font-size: 25px;
}

.navcarer-container .navbar-dark .toggle-menu .topbar:hover {
	color: #fff;
}

.navcarer-container .navbar-dark .navbar-nav .nav-link:focus span {
	color: #fff !important;
}

.navcarer-container .navbar-dark .navbar-nav .nav-link .topbar {
	font-size: 1.1rem;
}

/* navbar ends */
.navbar img.logo {
	padding-bottom: 10px;
	margin-right: 5px;
}

.navbar h3 {
	font-family: 'Conv_Montserrat-SemiBold';
	color: #1746a0;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
	display: inline-block;
}

.dashboard-nav h3 {
	color: #fff;
}

.red {
	color: red;
	font-size: 1.5rem;
	text-transform: uppercase;
}

.fade.in {
	opacity: 1;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-backdrop.in {
	filter: alpha(opacity = 50);
	opacity: .5;
}

.modal.show .modal-dialog {
	margin-top: 4%;
	min-width: 90% !important;
}

.popup-widget {
	width: 90%;
	margin: 0 auto;
}

iut-script {
	display: none;
}

/* nav bar end */

/* footer */
.websitefooter {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#17417b+0,186c76+100 */
	background: #17417b; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #17417b 0%, #186c76 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #17417b 0%, #186c76 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #17417b 0%, #186c76 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17417b',
		endColorstr='#186c76', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.middle-widget {
	background-color: #f9f9f9;
	padding: 30px 15px;
	margin: 10px -15px 30px;
}

.websitefooter .whitelogo img {
	margin: 0;
	width: 140px;
}

.whitelogo:after {
	content: "";
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#17417b+0,ffffff+50,186c76+100 */
	background: #17417b; /* Old browsers */
	background: -moz-linear-gradient(left, #17417b 0%, #ffffff 50%, #186c76 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #17417b 0%, #ffffff 50%, #186c76 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #17417b 0%, #ffffff 50%, #186c76 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17417b',
		endColorstr='#186c76', GradientType=1); /* IE6-9 */
	width: 94%;
	height: 2px;
	display: block;
	margin-top: 24px;
}

.websitefooter .copyright {
	display: inline-block;
	margin-right: 10px;
}

.websitefooter .copyright p {
	color: #ffffff;
	font-size: 0.9rem;
	margin: 15px 0 0;
}

.websitefooter .social-icon {
	display: inline-block;
	margin-left: 10px;
}

.websitefooter .social-icon .fa {
	font-size: 1.7rem;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin: 0 4px;
	width: 40px;
	height: 40px;
	background-color: #3a96b0;
	border-radius: 100%;
}

.websitefooter .social-icon .fa-facebook:before, .websitefooter .social-icon .fa-twitter:before,
	.websitefooter .social-icon .fa-linkedin:before {
	font-size: 1rem;
	margin-top: 13px;
	display: inline-block;
}

.websitefooter .social-icon .fa:hover {
	background-color: #013948;
}

/* footer end */
.fa-angle-right:before {
	color: grey;
	font-weight: 100;
}

.dropbtn {
	padding: 16px;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 100000;
}

.dropdown-content a {
	color: #555;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: #ddd
}

.dropdown:hover .dropdown-content {
	display: block;
}

.main-card .icons i {
	color: #e56e77;
}

.main-card h4.main-head {
	color: #333333;
	text-align: center;
	font-size: 30px;
	margin-bottom: 40px;
	font-weight: 600;
}

.main-card .cardborder h4 {
	font-size: 20px;
	color: #4a8eae;
	position: relative;
}

.main-card .cardborder h4 span.pending {
	position: absolute;
	right: 0;
}

.main-card .cardborder a:hover {
	text-decoration: none;
}

.typeahead-demo .custom-popup-wrapper {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	background-color: #f9f9f9;
}

.typeahead-demo .custom-popup-wrapper>.message {
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
	color: #868686;
}

.typeahead-demo .custom-popup-wrapper>.dropdown-menu {
	position: static;
	float: none;
	display: block;
	min-width: 160px;
	background-color: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.typeahead-demo li {
	padding: 8px 12px;
	cursor: pointer;
}

.typeahead-demo li.active, .typeahead-demo li.active:focus,
	.typeahead-demo li.active:hover {
	background: #0a5374;
	color: white;
}

.typeahead-demo .dropdown-menu {
	padding: 0;
	margin: 0;
	max-height: 205px;
	overflow-y: auto;
	width: 100%;
}

.form-control:focus {
	box-shadow: 0 0 0 0.005rem #0a5374;
	border-color: #0a5374;
}

.btn:focus {
	outline: none;
	box-shadow: none;
}

.sortableTable thead tr th{
	cursor:pointer;
}

.form-inlines .form-control:nth-child(2) {
	width: calc(100% - 18%) !important;
}

.form-group select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../images/select-arrow.png) no-repeat scroll 96% 15px;
}

.form-group .dropdown-menu {
	z-index: 35;
}

.page-arrow .form-group  select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../images/select-arrow.png) no-repeat scroll 82% 15px;
}

.form-inline .b-outline {
	border: 1px solid #dcdcdc;
	padding: .375rem .75rem;
	border-radius: 4px;
}

.form-inline .b-outline input {
	margin-right: 4px;
}

.subscribe-form .custom-form-grp {
	display: flex;
	align-items: center;
}

input[type=number] {
	position: relative;
	padding: 5px;
	padding-right: 15px;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button
	{
	opacity: 1;
	-webkit-appearance: inner-spin-button !important;
	width: 25px;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}

/* datepicker css starts */
.datepicker-custom .btn-secondary {
	color: #6c757d;
	background-color: #fff;
	border-color: #6c757d;
}

.datepicker-custom .btn-default {
	color: #6c757d;
	background-color: #fff;
	border-color: #6c757d;
}

.datepicker-custom .uib-button-bar>.btn-group>.btn-danger,
	.datepicker-custom .uib-button-bar>.btn-group>.btn-info {
	display: none !important;
}

.full button span {
	background-color: limegreen;
	border-radius: 32px;
	color: black;
}

.partially button span {
	background-color: orange;
	border-radius: 32px;
	color: black;
}
/* datepicker css ends */
.progress-board {
	display: flex;
	flex-wrap: nowrap;
	margin: 10px 0 20px;
}

.progress-board .box {
	width: 20%;
	text-align: center;
	padding: 10px 0;
	border-radius: 6px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 1px solid #17a2b8;
	color: #000;
	margin: 0 5px;
}

.progress-board .box:hover {
	box-shadow: 0 10px 30px -15px rgba(0, 0, 0, .4);
}

.progress-board .border-custom {
	border-color: rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 30px -15px rgba(0, 0, 0, .4);
}

.progress-board .box:last-child {
	margin-right: 0px;
}

.progress-board .box h3, .progress-board .box h4 {
	color: #17a2b8;
	margin: 0;
	font-size: 1.2rem;
}

.delete-link {
	text-align: center;
	margin: 20px 0;
	font-size: 18px;
}

.delete-link a {
	text-decoration: underline !important;
	color: #656565 !important;
	cursor: pointer;
}

.delete-link a:hover {
	text-decoration: none !important;
}

/* subscription page starts */
.subscription .btn-save {
	/* padding: 7px 24px; */
	color: #fff;
	background-color: #0a5374;
}

.subscription .btn-save:not (:disabled ):not (.disabled ):active {
	color: #fff;
	background-color: #8b4513;
	border-color: saddlebrown;
}

.subscription h2.page-head {
	text-align: center;
	color: #1f749b;
	font-weight: 500;
}

.outer-box {
	padding: 20px 0;
}

.p-m-services input {
	width: 50%;
	display: inline-block;
	margin: 0 8px;
}

.outer-box .service-box {
	padding: 15px 15px 20px;
	margin-bottom: 30px;
	box-shadow: -10px 8px 40px -30px rgba(0, 0, 0, .4);
	border: 1px solid #dedede;
	transition: all 0.3s ease-in-out 0s;
}

.outer-box .service-box .new-add {
	border-top: 1px solid #efe8e8;
	margin-top: 10px;
	padding-top: 15px;
}
.outer-box .service-box .new-add .p-m-services {
	cursor: pointer;
}
.outer-box .service-box .p-m-services {
	margin: 0 auto;
}

.outer-box .service-box .p-m-services .fa {
	margin-right: 5px;
	border: 1px solid #3b94bd;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
}

.outer-box .service-box .p-m-services .fa:before {
	padding-top: 5px;
	display: inline-block;
	color: #3b94bd;
}

.outer-box .service-box .p-m-services span {
	padding-left: 5px;
	color: #3b94bd;
}

.outer-box .service-box:hover {
	box-shadow: 0 10px 30px -15px rgba(0, 0, 0, .4);
}

.outer-box .service-box h3 {
	color: #3b94bd;
	font-size: 18px;
	border-bottom: 1px solid #efe8e8;
	padding-bottom: 15px;
	text-align: center;
}

.outer-box .service-box h6 {
	text-align: center;
	color: #2c5e75;
	margin: 5px 0 10px;
}

.outer-box .service-box .in-footer h5 {
	width: 49%;
	display: inline-block;
	color: #000000;
	font-size: 15px;
	vertical-align: top;
}

.outer-box .service-box .in-footer h5 span .fa {
	font-size: 12px;
}

.outer-box .service-box .in-footer h5.profit-input input {
	display: inline-block;
	width: 80%;
}

.outer-box .service-box .in-footer h5:nth-child(even) {
	width: 50%;
	text-align: right;
}

.outer-box .service-box h5.total_amount {
	color: #0a5374;
	margin-top: 10px;
	font-size: 19px;
	text-align: center;
}

.outer-box .box-focus h5.total_amount {
	border-top: 1px solid #f0f0f0;
	padding-top: 18px;
}

.outer-box .box-focus p.requirement {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.outer-box .service-box i.fa-times-circle {
	position: absolute;
	right: 1.5%;
	top: -3%;
	color: #0a5374;
	font-size: 22px;
	cursor: pointer;
}

.outer-box .service-box img.comments {
	cursor: pointer;
	position: absolute;
	width: 22px;
	right: 8%;
	top: -2.6%;
}

.expense-division .outer-box .service-box h3 {
	text-align: left;
}

.expense-division .outer-box .service-box h3 .order {
	float: left;
	font-size:
}

.expense-division .outer-box .service-box h3 .total {
	float: right;
}

.expense-division .outer-box .service-box h3 .total .fa {
	font-size: 15px;
}

.expense-division .outer-box .service-box .expense_per {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 10px;
}

.expense-division .outer-box .service-box .expense_per input {
	margin-left: 10px;
	display: inline-block;
	width: 90%;
}

.service-board {
	z-index: 97;
	position: relative;
	height: 50px;
}

.service-board .total-box {
	border: 1px solid #094b68;
	padding: 10px 20px 8px;
	background: #3b94bd;
	position: fixed;
	width: calc(92% - 63px);
	margin: 0 auto;
	top: 63px;
}

.service-board .total-box h5 {
	color: #fff;
	margin-top: 6px;
	margin-bottom: 0;
}

.dashboard-container .main-panel .wrraper-container .minHeight {
	padding: 30px 0 20px;
	margin-top: 63px;
}
.dashboard-container .main-panel .wrraper-container .minHeight .form-popup {
	box-shadow: 0px 5px 9px -4px rgba(0, 0, 0, .2);
    padding: 15px;
    margin-bottom: 30px;
}
.dashboard-container .main-panel .wrraper-container .minHeight .req-col .table thead th,
	.custom-table .table thead th {
	font-weight: 600;
	color: #17a2b8;
	font-size: 14px;
	padding: 0.6rem 0.2rem;
}

.dashboard-container .main-panel .wrraper-container .minHeight svg {
	font-size: 13px;
}

.dashboard-container .main-panel .wrraper-container .subscription .top-title
	{
	color: #0a5374;
}

.dashboard-container .main-panel .wrraper-container .subscription form label
	{
	font-size: 14px;
}
/* subscription page ends */

/* debit page starts */
.debit-btn {
	text-align: right;
}

.debit-btn button.btn-custom {
	background-color: white;
	color: #0a5374;
	font-size: 17px;
	border-color: #0a5374;
	padding: 8.5px 15px;
	margin-top: 8px;
}

.debit-btn button.btn-primary:not (:disabled ):not (.disabled ):active {
	background-color: white;
	color: #785548;
	border-color: #785548;
}

.debit-study {
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
	margin-bottom: 30px;
}

.debit-study .debit-header {
	padding: .75rem;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	height: 60px;
	position: relative;
}

.debit-study .debit-header .links {
	height: 60px;
	position: absolute;
	display: table;
	bottom: 0;
	right: 5%;
}

.debit-study .debit-header .links i {
	display: table-cell;
	vertical-align: middle;
	font-size: 24px;
	cursor: pointer;
	color: #b3292d;
}

.debit-study .debit-header h5 {
	font-size: 19px;
	margin-top: 1.8%;
	color: #7d0606;
}

.debit-study  .circle {
	background-color: #f61f26;
	width: 15%;
	height: 60px;
	position: absolute;
	display: table;
	bottom: 0;
	left: 0;
}

.debit-study  .circle b {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 17px;
}

.debit-study .debit-footer {
	border-top: 1px solid rgba(0, 0, 0, .125);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.debit-study .debit-body {
	padding: 20px 10px 0;
}

.debit-study .debit-body h6 {
	text-align: center;
}

.debit-study .debit-body h6 label {
	font-size: 12px;
	color: #755152;
	margin: 10px 0 5px;
}

.debit-study .debit-body h6 span {
	text-transform: capitalize;
	font-size: 15px;
	color: #e81a20;
}

.debit-study .debit-body h5 {
	text-align: center;
}

.debit-study .debit-footer .status-sect {
	width: 50%;
	height: 100%;
	display: inline-block;
	background: #fff;
	text-align: center;
	padding: 15px 6px;
}

.debit-study .debit-footer .status-sect:last-child {
	float: right;
}

.debit-study .debit-footer .status-sect:hover {
	background-color: #f61f26;
	transition: all 0.3s linear;
}

.debit-study .debit-footer .status-sect:hover a {
	text-decoration: underline;
	color: white;
}

.debit-study .debit-footer .status-sect:hover span {
	color: white;
}

.debit-study .debit-footer .forborder {
	border-right: 1px solid #c6c6c6;
}

.table-responsive tbody td {
	padding: 0.6rem 0.2rem;
	font-size: 14px;
}

.custom-table .table td .btn-sm {
	width: 20px;
	height: 20px;
	padding: 0;
	line-height: normal;
}

.custom-table .table td .btn-sm .fa.fa-eye {
	font-size: 12px;
	color: #17a2b8;
}

.table-responsive tbody .assign-width {
	min-width: 550px;
}

.table-responsive tbody td.edit-link a i, table-responsive tbody td.delete-link a i
.edit-icon i {
	color: #4b8faf;
	padding: 5px;
	transition: all 1s ease;
	cursor: pointer;
}

.table-responsive tbody td.edit-link a i:hover, .table-responsive tbody td.delete-link a i:hover,
	.edit-icon i:hover {
	color: #000;
}

.table-responsive tbody td.delete-link a i, .edit-icon i {
	color: #f00;
}

.page-item.active .page-link {
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.pagination-sm .page-link {
	color: #17a2b8;
}

.table-responsive tbody td i.fa-comments-o {
	margin-bottom: 4px;
}

.table-responsive tbody td img.fa-reply {
	cursor: pointer;
	width: 50%;
}

.debit_note .table-responsive tbody td.icon-box {
	text-align: center;
}

.debit_note .table-responsive tbody td.icon-box i {
	cursor: pointer;
}

.debit_note .table-responsive tbody td.icon-box i.fa-eye:before {
	/* content: url(../images/icon-view.png); */
	content: url(../images/eyes-iocn.png);
}

.debit_note .table-responsive tbody td.icon-box i.fa-close {
	color: red;
}
/* debit page ends */
.adjust-col td {
	word-wrap: break-word;
	max-width: 200px;
}

.req-col td {
	word-wrap: break-word;
	/* 	max-width: 95px; */
}

.wrong-alert {
	text-align: center;
}

.wrong-alert i {
	font-size: 90px;
	color: red;
	margin-top: 100px;
}

.wrong-alert span {
	font-size: 28px;
	color: red;
}

.filter-warning {
	display: block;
	font-size: 14px;
	text-align: right;
	margin-bottom: 5px;
	color: red;
}
/* change password css starts */
.change-inner h3 {
	margin: 50px 0 20px;
}
/* change password css ends */

/* side menu code starts */
.dashboard-nav {
	z-index: 99;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #007bff;
	height: 63px;
}

.dashboard-nav .navbar-dark .navbar-brand {
	margin-left: 1rem;
	font-size: 1.25rem;
	color: #fff;
	font-family: roboto, sans-serif;
}

.sidenav .botside {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(31, 90, 153, 1);
	width: 260px;
	transition: all 0.5s ease-in 0s;
}

.sidenav .botside i {
	font-size: 28px;
	color: white;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
	display: block;
	padding: 12px 0;
	width: 100%;
	height: 100%;
}

.dashboard-nav .navbar-nav .nav-link {
	padding: 0;
	cursor: pointer;
	color: white;
	font-weight: 600;
}

.dashboard-nav .navbar-nav .nav-link:hover {
	color: white;
}

.dashboard-container .left-sidebar {
	background-color: #4b5cec;
	min-height: calc(100vh);
	float: left;
	transition: all 0.5s ease-in 0s;
	display: none;
}

.dashboard-container .left-sidebar .sidenav {
	min-height: calc(100vh - 63px);
	font-family: roboto, sans-serif;
	background-color: rgba(31, 116, 155, 1);
	padding: 0;
	width: 260px;
	z-index: 11;
	transition: all 0.5s ease-in 0s;
	position: fixed;
	top: 63px;
	overflow-y: scroll;
	height: 100%;
}

.dashboard-container .left-sidebar .sidenav ul {
	padding: 0;
}

.dashboard-container .left-sidebar .sidenav ul li {
	transition: all 0.2s ease-in 0s;
	list-style: none;
}

.dashboard-container .left-sidebar .sidenav ul li a {
	padding: 16px 12px;
	font-size: 18px;
	color: #ffffff;
	display: block;
	cursor: pointer;
	border-bottom: 0.1px solid white;
	transition: all 0.2s ease-in 0s;
	position: relative;
}

.dashboard-container .left-sidebar .sidenav ul li a:hover {
	text-decoration: none;
	background-color: #349aca;
	color: #fff;
}

.dashboard-container .main-panel {
	/* width: calc(100% - 260px); */
	width: 100%;
	min-height: calc(100vh - 63px);
	display: flex;
	float: right;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.dashboard-container .main-panel .wrraper-container {
	/* margin-top:40px; */
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 0 0 rgba(90, 113, 208, .11), 0 4px 16px 0
		rgba(167, 175, 183, .33);
	border-radius: 10px;
}

.dashboard-container .main-panel .wrraper-container .main-title h4 {
	font-size: 24px;
	margin-bottom: 0;
}

.dashboard-container .main-panel .wrraper-container .main-title hr {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,0a5374+50,ffffff+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 0%, #0a5374 50%, #ffffff 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 0%, #0a5374 50%, #ffffff 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 0%, #0a5374 50%, #ffffff 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#ffffff', GradientType=1); /* IE6-9 */
	width: 280px;
	border: 0;
	height: 2px;
	margin-top: 10px;
}

.dashboard-container .left-sidebar .sidenav ul li a i.rotate {
	font-size: 16px;
	float: right;
	margin-top: 5px;
}

.rotate {
	-moz-transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

.rotate.down {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.dashboard-container .left-sidebar .sidenav ul li .menu-bars {
	padding: 16px 8px 16px 25px;
	font-size: 16px;
}

.dashboard-container .left-sidebar .sidenav ul.main-ul {
	padding-bottom: 96px;
}

.dashboard-container .sidenav i.sm-sd {
	margin-right: 10px;
}

.sm-closed .sidenav {
	width: 60px !important;
}

.sm-closed .sidenav .botside {
	width: 60px !important;
}

.sm-closed .main-panel {
	/* width: calc(100% - 60px); */
	width: 100%;
}

.sm-closed .sidenav span.big-sd {
	display: none;
}

.sm-closed .sidenav i.sm-sd {
	display: inline-block;
}

.sm-closed .sidenav .botside i {
	transform: rotate(180deg);
}
/* side menu code ends */
.subscription a.formLabel {
	font-size: 22px;
	color: #17a2b8;
	cursor: pointer;
}

.subscription a.formLabel i {
	font-size: 30px;
}

.push-requesti {
	background-color: #fffbed;
}

/* chat box css starts */
.chat_window {
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
	background-color: #f8f8f8;
	/* margin: 20px 0 30px; */
}

.top_menu {
	background-color: #fff;
	width: 100%;
	padding: 15px 0;
	box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
}

.top_menu .title {
	text-align: center;
	color: #0a5374;
	font-size: 20px;
}

.messages {
	list-style: none;
	padding: 20px 10px 0;
	height: 64vh;
	overflow-y: auto;
}

.post_status {
	text-align: center;
}

.post_status span.posting {
	font-size: 21px;
	color: #8BC34A;
}

.post_status span.post_error {
	font-size: 21px;
	color: #ff5722;
}

.messages .message {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	transition: all 0.5s linear;
	opacity: 0;
}

.messages .message.left .avatar {
	background-color: #f5886e;
	float: left;
}

.messages .message.left .text_wrapper {
	background-color: #ffe6cb;
	margin-left: 20px;
}

.messages .message.left .text_wrapper::after, .messages .message.left .text_wrapper::before
	{
	right: 100%;
	border-right-color: #ffe6cb;
}

.messages .message.left .text {
	color: #c48843;
}

.messages .message.right .avatar {
	background-color: #fdbf68;
	float: right;
}

.messages .message.right .text_wrapper {
	background-color: #c7eafc;
	margin-right: 20px;
	float: right;
}

.messages .message.right .text_wrapper::after, .messages .message.right .text_wrapper::before
	{
	left: 100%;
	border-left-color: #c7eafc;
}

.messages .message.right .text {
	color: #45829b;
}

.messages .message.appeared {
	opacity: 1;
}

.messages .message .avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: inline-block;
}

.messages .message .text_wrapper {
	display: inline-block;
	padding: 15px 20px;
	border-radius: 6px;
	width: calc(68% - 85px);
	min-width: 100px;
	position: relative;
}

.messages .message .text_wrapper::after, .messages .message .text_wrapper:before
	{
	top: 18px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.messages .message .text_wrapper::after {
	border-width: 13px;
	margin-top: 0px;
}

.messages .message .text_wrapper::before {
	border-width: 15px;
	margin-top: -2px;
}

.messages .message .text_wrapper .text {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
}

.messages .message .text_wrapper .text .text-msg {
	display: block;
	overflow-wrap: break-word;
}

.messages .message .text_wrapper .text .department {
	font-size: 14px;
}

.messages .message .text_wrapper .text .date {
	position: absolute;
	right: 3%;
	bottom: 0%;
	font-size: 14px;
}

.bottom_wrapper {
	background-color: #fff;
	padding: 20px 20px;
}

.bottom_wrapper .message_input_wrapper {
	display: inline-block;
	height: 50px;
	border-radius: 25px;
	border: 1px solid #bcbdc0;
	width: 100%; /* calc(100% - 160px) */
	position: relative;
	padding: 0 20px;
}

.bottom_wrapper .message_input_wrapper .message_input {
	border: none;
	height: 100%;
	box-sizing: border-box;
	width: calc(100% - 40px);
	position: absolute;
	outline-width: 0;
	color: gray;
}

.bottom_wrapper .send_message {
	width: 80px;
	height: 50px;
	display: inline-block;
	border-radius: 50px;
	background-color: #a3d063;
	border: 2px solid #a3d063;
	color: #fff;
	padding: 0;
	/* cursor: pointer; */
	transition: all 0.2s linear;
	text-align: center;
	float: right;
}

.bottom_wrapper .send_message:hover {
	color: #a3d063;
	background-color: #fff;
}

.bottom_wrapper .send_message .text {
	font-size: 18px;
	font-weight: 300;
	display: inline-block;
	line-height: 48px;
}

.message_template {
	display: none;
}

/* chat box css ends */
.navcarer-container .navbar .toggle-menu .card-popup {
	border-radius: 0;
	padding: 30px 0;
	top: 60px;
	width: 100%;
	position: fixed;
	background-color: #07617D;
	border: none;
	margin: 0;
	height: 470px;
}

.navcarer-container .navbar .toggle-menu .card-popup h4 {
	color: #fff;
	border-bottom: 1px solid #267ea6;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.navcarer-container .navbar .toggle-menu .card-popup ul li {
	list-style: none;
	padding: 5px 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	transition: all 0.3s ease-in 0s;
}
.navcarer-container .navbar .toggle-menu .card-popup ul li img {
	padding: 0;
	margin-right:10px;
}
.navcarer-container .navbar .toggle-menu .card-popup ul li a {
	color: #fff;
	list-style: none;
	transition: all 0.3s ease-in 0s;
}

.navcarer-container .navbar .toggle-menu .card-popup ul li:hover {
	padding-left: 5px;
}

.navcarer-container .navbar .toggle-menu .card-popup ul li:hover a {
	color: #77ccf2;
	transition: all 0.3s ease-in 0s;
}

/* .navcarer-container .navbar .toggle-menu .card-popup ul li:before {
	content: "";
	font-size: 18px;
	color: #fff;
	font-family: 'FontAwesome';
	margin-right: 10px;
}
 */
.mainTableFixer {
	height: 85vh;
	overflow: scroll;
}

.mainTableFixer thead tr:nth-child(1) th {
	background: white;
	position: sticky;
	top: 0;
	z-index: 10;
}

.navbar-expand-md .navbar-nav .card-popup {
	border-radius: 0;
	margin-top: -1px;
	overflow: scroll;
	height: 98vh;
	padding: 0;
}


.switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .customizedLabel{
    text-align: center;
    font-size: 12px;
    position: absolute;
    top: -19px;
    left: 0;
    right: 0;
 }
 
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #fc9100;
}

input:focus+.slider {
    box-shadow: 0 0 1px #fc9100;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* media query starts */
@media ( min-width : 1200px) {
	.container {
		max-width: 1156px;
	}
}

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

@media ( max-width : 991px) {
	.navcarer-container .navbar-dark .navbar-collapse {
		margin-top: 0px !important;
	}
}

@media ( max-width : 767px) {
	.navcarer-container .navbar-dark .navbar-collapse {
		margin-right: 0% !important;
	}
	.general-filter h4.t-results {
		font-size: 16px;
		margin-top: 10px;
	}
}

@media ( min-width : 576px) {
	.dashboard-container .main-panel .wrraper-container .container-fluid {
		width: 90%;
	}
}

@media ( max-width : 575px) {
	.dashboard-container .main-panel .wrraper-container {
		margin-top: 40px;
	}
	.pagination-sm .page-link {
		padding: .15rem .35rem;
	}
	.general-filter .custom-field .form-control {
		display: inline-block;
	}
	.general-filter .custom-field input.form-control {
		width: calc(98% - 53px) !important;
	}
	.general-filter .form-inlines .mt-2, .general-filter .form-inlines .mb-2
		{
		margin: 0 !important;
	}
	.general-filter form.form-inlines {
		max-height: 240px;
		overflow-y: auto;
		margin: 10px;
		border: 1px solid #ced4da;
		padding-top: 10px;
		position: relative;
	}
	.general-filter .d-inline-flex {
		display: unset !important;
	}
	.dashboard-container .main-panel .wrraper-container .minHeight {
		margin-top: 30px;
	}
	.dashboard-nav h3 {
		font-size: 17px;
	}
	.general-filter form.form-inlines .btn-search {
		position: sticky;
		bottom: 0;
		z-index: 9;
		background: #fff;
		text-align: center;
		border-top: 1px solid #ced4da;
		padding: 10px 0;
	}
	.general-filter form.form-inlines .btn-search .pull-right {
		float: unset;
	}
}

/* media query ends */