* {
	- -default-icon-color: #1293d0;
	- -default-icon-font: 8px;
	- -default-create-btn-color: #79828E;
	- -default-create-btn-padding: 10px;
	- -default-create-btn-margin: 10px;
	- -default-create-btn-border-radius: 5px;
	- -main-content-body-box-shadow: 4px 1px 20px 0px #0000000f;
	- -default-shadow: 4px 1px 20px 0px #0000000f;
	- -main-content-body-box-radius: 5px;
	- -submenu-backg-color: #f2f2f2;
	- -main-color: #1293d0;
	-default-primary-color: #078ECE;
	-labels-color: #034EA2;
}


body {
	background: #F4F5F7 !important;
	overflow-x: hidden;
	padding: 0px;
	margin: 0px;
	font-family: 'Sofia Pro';
}

.home {
	padding: 3rem 5rem;
}

.bg-default {
	background: #1293D0;
	left: 0px;
	top: 0px;
}

.bg-black {
	background: black;
}

.top-menu {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100;
	background-color: white;
}

.company-name {
	color: white;
	margin-top: 50px;
	padding: 10px;
}

.main-header {
	display: flex;
}

.logo-image {
	height: 100px;
	border-radius: 50%;
}

.menu-logo-image {
	width: 70px;
	margin: 0px 2rem 0px 4rem;
}

.top-menu .content {
	/*background: white;
	margin-top: 20px;
	padding: 10px;
	border-radius: 8px;
	box-shadow: var(- -default-shadow);
	float: right;
	margin-top: 10px;
	/* width: 62%; */
	display: flex;
	margin-top: 16px;
}

.top-menu .content>div {
	margin-right: 15px;
}

.profile-icon {
	color: #007bff;
}

.content {
	margin-top: 5%;
}

.container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.body-window {
	background-color: #fff6;
	background-clip: border-box;
	/* border: 1px solid rgba(0,0,0,.125); */
	border-radius: .25rem;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.table {
	color: #000;
	border: 1px solid #f0f0f0;
}

.table.table-white {
	background-color: #fff;
}

.table>tbody>tr>td {
	font-weight: 300;
}

.table-striped>tbody>tr:nth-of-type(2n + 1) {
	background-color: #f6f6f6;
}

table.table td .avatar {
	margin: 0 5px 0 0;
}

table.table td h2 {
	display: inline-block;
	font-size: inherit;
	font-weight: 400;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

table.table td h2 a {
	color: #757575;
}

table.table td h2 a:hover {
	color: #13245f;
}

table.table td h2 span {
	color: #9e9e9e;
	display: block;
	font-size: 12px;
	margin-top: 3px;
}

.inner-table>.z-grid-header>.z-columns>.z-column>.z-column-content,
.inner-table>.z-columns>.z-column>.z-column-content {
	font-size: 12px;
	font-weight: lighter;
}

.z-grid-header table th {
	padding: 5px;
	text-align: left;
}

.z-grid {
	border: none;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-radius: 5px;
}

.z-listbox-body .z-listbox-emptybody td,
.z-label,
.z-checkbox-content,
.z-loading,
.z-a {
	font-size: 13px;
	font-family: inherit;
}

.z-auxheader,
.z-column-hover,
.z-column-sort .z-column-content:active,
.z-listbox-header,
.z-listheader-sort .z-listheader-content:active {
	background: #FFF;
	border: 1px solid #FFF;
}

.z-auxheader,
.z-grid-header-border,
.z-listheader-border {
	border-bottom: 1px solid white;
}

.z-auxheader {
	border: 1px solid #078ECE !important;
}

.thead {
	background: white !important;
	border: white !important;
}

.thead-second {
	background: white !important;
}

/* this is on thead color */
.thead>.z-column-content,
.z-column>.z-column-content,
.z-column>.z-column-content .z-label,
.z-auxheader-content {
	font-size: 11px !important;
	color: #2f509f;
	font-weight: 500;
	display: inline-flex;
	text-transform: uppercase;
	/* white-space: nowrap; */
}

.required>.z-column-content,
.required>.z-listheader-content {
	padding-right: 2px;
}

tbody {
	border-top: 1px solid #ddd !important;
}

.z-columns-bar {
	background: white !important;
	border: none !important;
}

.action-btn {
	color: #00000096;
	font-size: 10px;
	border: 1px solid #a9a9a92b;
	padding: 3px 8px;
	border-radius: 4px;
}

.panel-title {
	margin: 10px;
}

.action-panel {
	background: white;
	padding: 20px;
}

.page-header {
	position: absolute;
	width: auto;
	top: 0;
	margin-top: -55px;
	padding-left: 10px;
	z-index: 100;
}

.page-header .custom-breadcrumb {
	padding: 5px 0;
	background: none;
}

.grid {
	display: grid;
}

.z-checkbox-switch {
	margin-right: 10px;
}

.z-checkbox-switch-on>.z-checkbox-mold {
	background-color: #1293d0;
}

.z-checkbox-switch-on>.z-checkbox-mold:before {
	-webkit-transform: translateX(22px);
	-moz-transform: translateX(22px);
	-o-transform: translateX(22px);
	-ms-transform: translateX(22px);
	transform: translateX(22px);
}

.z-checkbox-switch>.z-checkbox-content {
	display: inline-block;
	-webkit-transform: translateY(10%);
	-moz-transform: translateY(10%);
	-o-transform: translateY(10%);
	-ms-transform: translateY(10%);
	transform: translateY(10%);
	font-size: 16px;
}

.z-checkbox-switch>.z-checkbox-mold {
	width: 45px;
	height: 22px;
}

.z-checkbox-switch>.z-checkbox-mold:before {
	width: 15px;
	height: 15px;
}

.z-button,
.z-textbox,
.z-decimalbox,
.z-intbox,
.z-longbox,
.z-doublebox,
.z-column-content,
.z-row-content,
.z-group-content,
.z-groupfoot-content,
.z-footer-content {
	font-family: inherit;
}

.bg-primary {
	background-color: #078ece !important;
}

.btn-round-30 {
	border-radius: 30px;
}

.border-2 {
	border-width: 2px;
	border-radius: 15px;
}

.no-shadow {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

a:hover {
	color: #0056b3;
	text-decoration: none;
}

.text-underline {
	text-decoration: underline;
}

.border-white {
	border-top: 1px solid #dee2e6 !important;
}

.z-button:hover,
.z-button:focus {
	background: transparent;
}

.btn-default:hover {
	border-color: transparent;
	border-color: #7ac8ff;
}

.z-button {
	min-width: 100px;
	border-color: #1293d0ab;
}

.btn-primary {
	background-color: #1293d0 !important;
}

.z-button:hover,
.btn-primary:hover {
	background-color: #1293D0 !important;
	border-color: #1293D0 !important;
}

.btn-primary {
	border-color: #1293d0ab !important;
}

.btn-success {
	border-color: #28a745 !important;
}

.btn-default,
.btn-default:focus {
	/* background-color: #00bcd405 !important;
	border-color: #2196f340; */
	background-color: #f7f9f905 !important;
	border-color: #1293d0;
	color: #1293d0;
}

.btn {
	font-size: 1rem;
	min-width: 100px;
}

.dropdown-item:active {
	color: #7ac8ff;
	background-color: #8080801c;
}

.divider.z-label {
	margin: 5px;
}

.arrow_text.z-label,
.arrow_text.z-a {
	font-size: 14px;
}

.z-grid-body .z-grid-emptybody .z-grid-emptybody-content {
	font-size: 12px;
	font-family: inherit;
}

.z-column-content,
.z-row-content,
.z-group-content,
.z-groupfoot-content,
.z-footer-content {
	padding: 0px 5px;
	font-size: 12px;
}

.z-grid-footer .z-footer,
.z-grid-footer .z-foot-bar {
	overflow: hidden;
	background: #Ffff;
}

.z-grid-footer {
	border-top: 1px solid #d9d9d91c;
}

.z-footer-content {
	padding: 12px;
}

.z-grid-body {
	overflow: hidden !important;
}

.z-window-header {
	font-family: inherit;
	text-transform: uppercase;
	padding: 6px 16px;
	color: #1094d0;
	background: white;
	font-size: 15px;
}

.z-messagebox-window .z-window-header {
	padding: 6px 16px;
	text-transform: uppercase;
	color: #000;
}

.z-messagebox {
	text-align: justify;
}

input[type="checkbox"] {
	font-size: 14px;
}

.action-btn.z-button,
.action-btn.z-a {
	background-color: #FFF !important;
	color: #000;
	border-color: #9e9e9e61;
	min-width: auto;
	width: 28px;
	height: 20px;
	padding-top: 0;
}

.action-btn.z-button[disabled] {
	background-color: #d9d9d98f !important;
}

.z-tab,
.z-a,
.z-label,
.z-menu-text,
.z-menuitem-text,
.z-nav-text,
.z-navitem-text,
.z-textbox,
.z-decimalbox,
.z-intbox,
.z-longbox,
.z-doublebox,
.z-comboitem,
.z-comboitem a,
.z-comboitem-text,
.z-calendar-text,
.z-datebox-input,
.z-combobox-input,
.z-paging-info,
.z-paging-input,
.z-paging-text,
.z-paging-button,
.z-listheader-content,
.z-listcell-content,
.z-listgroup-content,
.z-listgroupfoot-content,
.z-listfooter-content,
.z-bandbox-input,
.z-groupbox-content {
	font-family: inherit;
	font-size: 11px;
	font-family: Lato, Montserrat !important;
	font-family: "wf_segoe-ui_semilight", "Segoe UI Semilight", "Segoe WP Semilight", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif !important;
}

.input-label {
	font-size: 15px !important;
	font-family: system-ui;
	font-weight: 600;
}

.z-row-content {
	color: #444b5a !important;
}

.z-comboitem-text {
	line-height: 16px;
	font-family: system-ui !important;
}

.z-stepbar {
	border-bottom: 1px solid #2f4f4f1c;
	padding: 0px;
	font-family: system-ui;
}

.z-step-title {
	font-family: system-ui;
	font-weight: bold;
}

.z-paging .z-paging-icon {
	font-size: 13px;
}

.h3,
h3 {
	font-size: 1.25rem;
}

.profile-image {
	width: 35px;
	height: 32px;
	border-radius: 50%;
	padding-top: 8px;
}

.badge-primary {
	color: #fff;
	background-color: #1293d0;
}

.profile-image .z-label {
	font-size: xx-small;
}

.footer-btns {
	bottom: 5px;
	position: fixed;
	width: 14%;
	margin: 5px 15px;
}

.welcome-section {
	display: grid;
}

.welcome-title {
	font-weight: bold;
	line-height: 50px;
	font-size: 2rem !important;
}

.welcome-message {
	font-size: 1rem !important;
	text-align: justify;
	color: grey;
	font-weight: 600;
}

.z-loading {
	left: 50% !important;
	top: 40% !important;
}

.z-loading-icon {
	width: 72px;
	height: 72px;
	background: transparent no-repeat center;
	background-image: url(../images/loader.gif);
}

.form-control:focus {
	box-shadow: none;
}

.z-paging {
	height: 44px;
	padding: 4px 16px 3px;
	background: #ffffff;
	border-bottom: 1px solid #ccd7d4;
}

.table-responsive {
	border: 1px solid #1293d021;
	border-radius: 4px;
}

.btn-danger {
	color: #fff;
	background-color: #dc3545 !important;
	border-color: #dc3545 !important;
}

.border {
	border-radius: 4px;
}

.z-groupbox {
	padding: 0;
}

.z-caption {
	font-size: 16px;
	font-family: 'Sofia Pro';
	background: #3874b6c7 !important;
	color: #FFF;
	padding: 4px 12px !important;
	border-radius: 3px;
}

.z-textbox[disabled],
.z-decimalbox[disabled],
.z-intbox[disabled],
.z-longbox[disabled],
.z-doublebox[disabled],
.z-bandbox[disabled],
.z-datebox-disabled>input {
	color: rgb(0 0 0/ 73%) !important;
	background: #F2F2F2 !important;
	cursor: default !important;
}

.bg-custom-dark {
	background: #F5F5F5 !important;
}

.signup-icon-place {
	width: 100%;
	margin: auto;
}

.chooseType-icon {
	font-size: 70px;
	margin: 10% 20%;
	color: #078ECE;
}

.font-12 {
	font-size: 12px !important;
}

.pl-30 {
	padding-left: 30px !important;
}

.users-icon {
	font-size: 50px;
	margin-top: 20px;
}

.color-white {
	color: white !important;
}

.cursor-pointer {
	cursor: pointer;
}

.width-70 {
	width: 70%;
}

.margin-5 {
	margin: 5% auto auto !important;
}

.z-tabbox {
	border: none !important;
}

.width-90 {
	width: 90% !important;
}

.z-tabbox-top>.z-tabs .z-tab {
	font-size: 14px;
}

.form-text-label {
	color: #303030;
	font-size: 12px !important;
}

.form-group-styled {
	margin-bottom: -3px !important;
}

.input-reg-form {
	height: 35px !important;
}

.min-width-auto {
	min-width: auto;
}

.font-size-12 {
	font-size: 12px !important;
}

.footer_div {
	padding: 20px;
	bottom: 0px !important;
	position: fixed;
	width: 250px;
}

.btn {
	font-size: 13px;
}

.form-control {
	height: calc(2.25rem + 2px);
}

.bg-darks {
	background: #F4F4F4 !important;
}

.font-normal {
	font-weight: normal !important;
}

.pre-form-control {
	height: calc(2.25rem + 2px) !important;
	border-radius: 3px 0 0 3px;
	border-right: 0;
}

.z-combobox-disabled>input {
	color: #0000008c !important;
}

.text-small {
	font-size: 10px;
}

.required::after {
	content: "*";
	color: #935252;
}

.font-8 {
	font-size: 8px !important;
}

.bg-white {
	background: white !important;
}

.home-link-height {
	min-height: 110px !important;
}

.f-primary-color {
	color: #034EA2 !important;
}

.has-error {
	color: #935252 !important;
}

.has-error>input {
	border: 1px solid #935252;
}

.card-success {
	/* Add shadows to create the "card" effect */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	padding: 40px;
}

/* On mouse-over, add a deeper shadow */
.card-success:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/* Add some padding inside the card container */
.container-success {
	padding: 20px 16px;
}

.actions-div {
	box-shadow: var(- -default-shadow);
	width: 50%;
	float: right;
	padding: 10px;
}

.border-12px {
	border-radius: 12px !important;
}

.draw-line {
	border-bottom: 0.6px solid #CACCD4 !important;
	margin: 5px !important;
}

.label-grey-color {
	color: #838AA2 !important;
}

.actions-div-btn {
	background: #E7ECF4;
	border-radius: 100px;
	height: 32px;
	width: 32px;
	text-align: center;
}

.icon-action-btn {
	color: #034EA2 !important;
	cursor: pointer;
	margin-top: 5px;
}

.taxpayer-action-btn {
	margin: 5px;
	text-align: center;
	line-height: normal;
}

.taxpayer-action-div {
	border: 1px solid #034EA240 !important;
	padding: 15px 10px;
}

.f-30px {
	font-size: 15px !important;
}

.taxpayer-action-btn>.z-label {
	color: #A2A7B9 !important;
	font-size: 10px !important;
	text-align: center;
}

.overflow-show {
	overflow: auto;
	max-height: 800px;
	padding-bottom: 40%;
}

.m-height-40 {
	max-height: 60%;
	;
	overflow: auto;
}

.account-wrapper,
.account-wrapper>div {
	height: 100% !important;
}

.z-temp,
.z-modal-mask {
	background: #00000080 50% !important;
}

.form-line-div {}

.formline-calc-style {
	font-weight: bold;
}

.text-align-right {
	text-align: right;
}

.period-left-panel {
	border-right: 1px solid #ddd;
	padding-right: 20px;
}

.align-right {
	text-align: right !important;
}

.declaration {
	max-height: 900px !important;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow-y: auto;
}

.declaration>div {
	width: 100%;
}

.declaration>.z-window-content {
	height: 100%;
}

.scrollable {
	height: 100%;
	overflow-y: scroll;
}

/* width */
.declaration::-webkit-scrollbar {
	width: 4px;
}

/* Track */
.declaration::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
.declaration::-webkit-scrollbar-thumb {
	background: #1293D0;
}

/* Handle on hover */
.declaration::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.text-color>.z-listheader-content {
	color: black !important;
}

.annex-box {
	padding: 10px;
	background: #f2f2f2;
	border: 1px dashed;
}

.formline-group-style {
	background: #1293d0 !important;
	padding: 5px;
	color: white;
}

/*-----------------
	42. Responsive
-----------------------*/
@media only screen and (min-width: 991px) {
	#toggle_btn {
		color: #fff;
		float: left;
		font-size: 20px;
		line-height: 50px;
		padding: 0 10px;
	}

	.mini-sidebar .header-left .logo span {
		display: none;
	}

	.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;
	}

	.modal-open .mini-sidebar .sidebar {
		z-index: 1051;
	}

	.mini-sidebar .sidebar .sidebar-menu ul>li>a span {
		display: none;
		transition: all 0.2s ease-in-out;
		opacity: 0;
	}

	.mini-sidebar.expand-menu .sidebar .sidebar-menu ul>li>a span {
		display: inline;
		opacity: 1;
	}

	.mini-sidebar .page-wrapper {
		margin-left: 60px;
	}
}

@media only screen and (min-width: 768px) {
	.modal-md {
		width: 500px;
	}

	.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+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: #13245f;
	}

	.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: #13245f;
		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-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: #13245f;
		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;
	}
}

@media only screen and (max-width: 768px) htm.fixed .page-header {
	left:







		300 px;
	margi:







		0;
	position:







		fixed;
	right:







		0;
	top:







		60 px;
}

@media only screen and (max-width: 1199.98px) {
	.invoices-view {
		width: 90%;
		float: right;
	}
}

@media only screen and (max-width: 991.98px) {
	.profile-rightbar {
		display: inline-block !important;
	}

	.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;
		margin-right: -300px;
		display: table-cell;
		top: 0;
		padding-bottom: 60px;
		margin-top: 50px;
	}

	.message-view.chat-view {
		width: 100%;
	}

	.slide-nav .page-wrapper {
		left: 225px;
		margin-left: 0;
	}

	.chat-main-row {
		left: 0;
	}

	.header .header-left {
		position: absolute;
		width: 100%;
	}

	#mobile_btn {
		display: block;
	}

	.page-title-box {
		display: none;
	}

	.sidebar {
		margin-left: -250px;
		width: 225px;
	}

	.page-wrapper {
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.slide-nav .sidebar {
		margin-left: 0;
	}

	a.mobile_btn {
		color: #fff;
		font-size: 24px;
		height: 50px;
		left: 0;
		line-height: 50px;
		padding: 0 20px;
		position: absolute;
		top: 0;
		width: 60px;
		z-index: 10;
	}

	.slide-nav .page-wrapper {
		left: 225px;
		margin-left: 0;
	}

	.invoices-view {
		width: 100%;
		float: none;
	}

	#toggle_btn {
		display: none;
	}

	.sidebar {
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.page-wrapper {
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
}

@media only screen and (max-width: 767.98px) {
	.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;
	}

	.modal-body.card-box {
		background-color: #fff;
		border: none;
		border-radius: inherit;
		box-shadow: unset;
		margin-bottom: 0;
		padding: 15px;
	}

	.roles-menu {
		margin-bottom: 20px;
	}

	.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 #13245f;
		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 #13245f;
		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: #13245f;
	}

	h1 {
		font-size: 2em;
	}

	h2 {
		font-size: 1.5em;
	}

	h3 {
		font-size: 1.17em;
	}

	h4 {
		font-size: 1.12em;
	}

	h5 {
		font-size: .83em;
	}

	h6 {
		font-size: .75em;
	}

	.page-title {
		font-size: 1.2em;
		padding-top: 10px;
	}

	.card-title {
		font-size: 1.12em;
	}

	.blog-view .blog-title {
		font-size: 24px;
	}

	.widget h3 {
		font-size: 18px;
	}

	.my-video ul li {
		width: 80px;
	}

	.voice-call-avatar .call-avatar {
		width: 120px;
		height: 120px;
	}

	.table-responsive {
		display: block;
		width: 100%;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.header .has-arrow .dropdown-toggle>span:nth-child(2) {
		display: none;
	}

	.header .has-arrow .dropdown-toggle:after {
		display: none;
	}

	.btn-white {
		margin: 0px;
	}
}

@media only screen and (max-width: 575.98px) {
	.contact-cat {
		padding-right: 70px;
	}

	.user-menu {
		display: none;
	}

	.mobile-user-menu {
		display: block !important;
	}

	.search-box {
		display: none;
	}

	.filter-row {
		margin-bottom: 15px;
	}

	.page-wrapper>.content {
		padding: 15px;
	}

	.profile-view .profile-basic {
		margin-left: 0;
	}

	.profile-img-wrap {
		position: relative;
		margin: 0 auto;
	}

	.profile-view .profile-img-wrap {
		margin: 0 auto 10px;
		height: 100px;
		width: 100px;
	}

	.profile-view .profile-img {
		height: 100px;
		width: 100px;
	}

	.profile-view .profile-img .avatar {
		font-size: 24px;
		height: 100px;
		line-height: 100px;
		margin: 0;
		width: 100px;
	}

	.profile-info-left {
		text-align: center;
	}

	.profile-basic {
		margin-left: 0;
		margin-top: 15px;
	}

	.page-title {
		font-size: 16px !important;
	}

	.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-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;
	}

	.custom-menu.navbar-nav>li>a {
		margin-left: 10px;
	}

	.error-box h1 {
		font-size: 50px;
	}

	.submit-btn {
		min-width: 150px;
	}

	.ui-kit-wrapper button {
		margin-bottom: 5px;
	}

	.pagination>li>a,
	.pagination>li>span {
		padding: .5rem !important;
	}

	.home {
		padding: 2px;
	}

	.welcome-text {
		font-size: 12px !important;
	}
}

@media only screen and (max-width: 479px) {
	.compose-btn button {
		padding: 0.365rem 0.5rem;
	}

	.attachments li {
		float: none;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 10px;
	}
}

.inner-table>.z-grid-header>.z-columns>.z-column>.z-column-content,
.inner-table>.z-columns>.z-column>.z-column-content {
	font-size: 12px;
	font-weight: lighter;
}

.form-group>.z-label,
span.input-label,
label.input-label {
	font-weight: 500;
	margin: 0;
	font-size: 12px;
}

.thead>span.input-label {
	font-size: 12px !important;
}

i.fa-pencil {
	color: #13245f;
}

i.fa-trash {
	color: red;
}

th,
td {
	text-align: left;
	padding: 8px;
}

tr:nth-child(even) {
	/*background-color: #fff;*/

}

i.fa-bars {
	color: #000011;
}

.breadcrumb {
	margin-bottom: 0;
	display: flex;
}

.breadcrumb>li {
	/* With less: .text-overflow(); */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #c3c3c3;
}

.breadcrumb>*:nth-child(n+1) {
	display: initial;
}

.invisible {
	display: none;
}

/* === For phones =================================== */
@media (max-width : 767px) {
	.breadcrumb>*:nth-last-child(-n+2) {
		display: inline;
	}

	.breadcrumb>* {
		/* max-width: 60px;*/

	}
}

/* === For tablets ================================== */
@media (min-width : 768px) and (max-width:991px) {
	.breadcrumb>*:nth-last-child(-n+4) {
		display: inline;
	}

	.breadcrumb>* {
		/*max-width: 100px;*/

	}
}

/* === For desktops ================================== */
@media (min-width : 992px) {
	.breadcrumb>*:nth-last-child(-n+6) {
		display: inline;
	}

	.breadcrumb>* {
		max-width: 170px;
	}
}

/*-----------------
	5. Header
-----------------------*/
.header {
	background: white;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1039;
	height: 50px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.header .header-left {
	float: left;
	height: 50px;
	padding: 0 20px;
	position: relative;
	text-align: center;
	width: 230px;
	z-index: 1;
}

.footer {
	background-color: #234667;
	left: 0;
	position: fixed;
	right: 0;
	bottom: 0;
	height: 25px;
	color: #FFF;
}

.logo {
	align-items: center;
	display: flex;
	height: 50px;
	justify-content: center;
}

.logo span {
	/* 	color: #fff; */
	color: #black;
	font-size: 18px;
	font-weight: 500;
	margin-left: 10px;
}

.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 {
	display: inline-block;
}

.page-title-box {
	border-radius: 0;
	height: 50px;
	margin-bottom: 0;
	padding: 14px 20px;
}

.page-title-box h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}

.user-menu {
	margin: 0;
	position: relative;
	z-index: 99;
}

.user-menu.nav>li>a {
	font-size: 16px;
	line-height: 50px;
	padding: 0 15px;
	height: 50px;
}

.user-img {
	display: inline-block;
	position: relative;
}

.header .user-img img {
	width: 24px;
}

.user-img .status {
	border: 2px solid #fff;
	bottom: 0;
	height: 10px;
	position: absolute;
	right: 0;
	width: 10px;
}

.user-menu .user-img .status {
	bottom: 10px;
}

.user-menu .dropdown-menu {
	min-width: 135px;
	right: 0;
}

.user-menu .bg-primary {
	background-color: #13245f !important;
}

.status {
	background-color: #ccc;
	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;
}

/*-----------------
	6. Sidebar
-----------------------*/
#sidebar-menu>.menu-bar {
	max-height: 100%;
	overflow-y: auto;
	margin-bottom: 10px;
}

.sidebar {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	top: 50px;
	width: 270px;
	z-index: 1039;
	background-color: #f4f4f4;
	bottom: 0;
	margin-top: 0px;
	position: fixed;
	left: 0;
	transition: all 0.2s ease-in-out;
}

.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 ul {
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu-title {
	/* 	color: #333; */
	color: #777777;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 20px;
}

.menu-title>i {
	float: right;
	line-height: 40px;
}

.sidebar-menu li.menu-title a {
	color: #13245f;
	display: inline-block;
	float: right;
	padding: 0;
}

.sidebar-menu li.menu-title a.btn {
	color: #fff;
	display: block;
	float: none;
	font-size: 15px;
	line-height: inherit;
	margin-bottom: 15px;
}

.sidebar-menu ul ul a.active {
	color: #13245f;
	/* text-decoration: underline; */
}

.mobile-user-menu {
	color: #fff;
	display: none;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	width: 50px;
	z-index: 10;
}

.mobile-user-menu>a {
	color: #fff;
	padding: 0;
}

.mobile-user-menu>a:hover {
	color: #fff;
}

.mobile-user-menu>.dropdown-menu>a {
	line-height: 23px;
}

.profile-rightbar {
	display: none !important;
	color: #13245f;
	font-size: 26px;
	margin-left: 15px;
}

.fixed-sidebar-right {
	position: fixed;
	top: 60px;
	right: 0;
	width: 300px;
	margin-right: -300px;
	bottom: 0;
	z-index: 101;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.mobile_btn {
	display: none;
}

.sidebar .sidebar-menu>ul>li>a span {
	transition: all 0.2s ease-in-out 0s;
	display: inline-block;
	margin-left: 10px;
	white-space: nowrap;
	font-size: 14px;
}

.sidebar .sidebar-menu>ul>li>a span.badge {
	color: #fff;
	margin-left: auto;
}

.sidebar-menu ul ul a {
	display: block;
	font-size: 13px;
	padding: 6px 10px 6px 50px;
	position: relative;
}

.sidebar-menu ul a {
	font-size: 13px;
}

.sidebar-menu ul ul ul a {
	padding-left: 60px;
	width: 250px;
}

.sidebar-menu ul ul ul ul a {
	padding-left: 70px;
	width: 250px;
}

.sidebar-menu ul a .z-label {
	font-size: 13px;
}

.sidebar-menu>ul>li {
	position: relative;
	border-bottom: 1px solid #f2f2f217;
}

.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;
	line-height: 40px;
	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: 18px;
	top: 15px;
}

.sidebar-menu .menu-arrow:before {
	content: "\f105";
}

.sidebar-menu li a {
	display: block;
	font-size: 15px;
	height: auto;
	padding: 0 20px;
	color: black;
}

.sidebar-menu li a:hover {
	/* 	color: #13245f; */
	/* new */
	background-color: var(- -submenu-backg-color);
	background-color: #9e9e9e12;
}

.sidebar-menu li.active a {
	/* 	color: #13245f; */
	/* 	background-color: #f3f3f3; */
	color: #abb4be;
	background-color: var(- -submenu-backg-color);
}

.sidebar-menu li a.subdrop .menu-arrow {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sidebar-menu ul ul a .menu-arrow {
	top: 6px;
}

.sidebar-menu a {
	transition: unset;
	-moz-transition: unset;
	-o-transition: unset;
	-ms-transition: unset;
	-webkit-transition: unset;
}

.sidebar-menu>ul>li>a {
	padding: 8px 20px;
	align-items: center;
	display: flex;
	justify-content: flex-start;
	position: relative;
	transition: all 0.2s ease-in-out 0s;
}

.sidebar-menu ul li a i {
	align-items: center;
	display: inline-flex;
	font-size: 18px;
	min-height: 24px;
	line-height: 18px;
	width: 20px;
	transition: all 0.2s ease-in-out 0s;
}

.sidebar-menu ul li.menu-title a i {
	font-size: 16px;
	margin-right: 0;
	text-align: right;
	width: auto;
}

/*-----------------
	7. Content
-----------------------*/
.page-wrapper {
	left: 0;
	margin-left: 270px;
	padding-top: 50px;
	position: relative;
	overflow: hidden;
	background: #F4F5F7 !important;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.page-wrapper>.content {
	padding: 5px 2px;
}

.account-wrapper,
.account-wrapper>div {
	height: 100% !important;
}

.dropdown-item.z-a>.fa {
	margin-right: 5px;
}

.dropdown-item {
	padding: .5rem 1.5rem;
	font-size: 14px;
}

.left-side-bar {
	background: #f4f5f7 !important;
	border-right: 2px solid #9e9e9e33;
	box-shadow: .125rem .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.sidebar-menu {
	border-top: 1px solid #f1eaea87;
}

.hidden {
	visibility: hidden;
}

.card.dashboard {
	margin-bottom: 2em;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.card-header {
	/* padding: 1.5rem; */
	background-color: #efefef2b;
}

.card.dashboard>.card-body {
	min-height: 200px;
}

.text-large {
	font-size: larger;
}

.z-groupbox-content {
	border-radius: 5px;
	border-color: #607d8b4f;
}

}

.account-container-boxed {
	border: 2px solid lightgrey;
	border-radius: 4px;
	padding: 4em 2em 2em;
	margin-top: -47px;
}

.page-header {
	position: inherit;
	width: 120%;
	top: 0;
	margin-top: -65px;
	padding-left: 6%;
	margin-bottom: 10px !important;
	z-index: 100;
	background: #EFF6FC;
	margin-left: -5%;
}

.z-notification-content {
	width: 100%;
}

.top-menu {
	padding-bottom: 14px;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.left-side-bar {
	background: #f4f5f7 !important;
	border-right: 2px solid #9e9e9e33;
	box-shadow: .125rem .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.z-listitem.z-listitem-selected>.z-listcell {
	background: #7ac8ff00;
	border-color: #0093f824;
}

.z-listcell>.z-listcell-content {
	font-size: 12px;
	font-family: 'Sofia Pro';
}

.z-column-content {
	white-space: pre-wrap;
	/* CSS3 */
	white-space: -moz-pre-wrap;
	/* Firefox */
	white-space: -pre-wrap;
	/* Opera <7 */
	white-space: -o-pre-wrap;
	/* Opera 7 */
	word-wrap: break-word;
	/* IE */
}

table {
	width: 100% !important;
}

.z-grid-header {
	overflow: auto !important;
}

.menu-patante {
	position: inherit !important;
	width: auto;
	top: 0;
}

.z-bandbox-disabled>input {
	color: rgb(0 0 0/ 60%) !important;
}

.is-offDue {
	border: 2px solid #935252 !important;
}

.taxpayerList ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.taxpayerList ul li {
	float: left;
	font-size: 10px !important;
}

.taxpayerList li a {
	display: block;
	color: white;
	text-align: center;
	padding: 16px;
	text-decoration: none;
}

.taxpayerList li a:hover {
	background-color: #111111;
}

.nowrap {
	white-space: nowrap;
}

.flex {
	display: flex;
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}

.panel-default {
	border-color: #ddd;
}

.panel-primary {
	border-color: #337ab7;
}

.panel-success {
	border-color: #d6e9c6;
}

.panel-warning {
	border-color: #faebcc;
}

.panel-danger {
	border-color: #ebccd1;
}

.panel {
	color: #333;
	margin-bottom: 20px;
	padding-bottom: 10px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.panel-default>.panel-heading,
.panel-default>.panel-footer {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.panel-group .panel-heading {
	border-bottom: 0;
}

.panel-heading {
	padding: 3px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-body {
	padding: 15px;
}

.input-group-append .btn,
.input-group-prepend .btn {
	min-width: 40px;
}

.configColumn li {}

.configColumn ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.configColumn ul li {
	float: left;
	padding: 5px;
	background: #1293d0 !important;
	font-size: 12px !important;
	border: 1px solid #1293d0ab;
	margin: 1px;
}

.configColumn li span {
	display: block;
	color: white !important;
	text-align: center;
	text-decoration: none;
}

.m-t-10 {
	margin-top: 10px;
}

.z-listheader-content {}

.sanctions .z-hlayout-inner {
	width: 100% !important;
}

.bg-grey {
	background: #f1f1f1 !important
}

.taux-specific-error {
	background: red;
	color: white;
	font-weight: bold;
	padding-left: 30px;
}

.payment-tab>.z-tabs-content>.z-tab>.z-tab-content>.z-tab-text>.z-tab-image {
	min-width: 50px !important;
	width: auto !important;
	max-width: 80px !important;
}

.card-body {
	padding: 1rem;
}

.z-caption-content {
	font-size: 13px;
}

.z-window-close {
	background: #f4f5f8;
	padding-top: 0;
	border-radius: 8px;
}

.z-listheader-content,
.z-listcell-content,
.z-listgroup-content,
.z-listgroupfoot-content,
.z-listfooter-content {
	font-size: 12px;
	padding: 8px;
}

.z-listitem-checkable {
	width: 18px;
	height: 18px;
	font-size: 12px;
}

.z-paging-input {
	font-size: 12px;
	width: 36px;
	height: 26px;
	margin-top: 5px;
}

.h5,
h5 {
	font-size: 14px;
}

.list-item::before {
	content: "- ";
}

.badge {
	margin: 4px 0;
	font-weight: 400;
	text-align: left;
	white-space: inherit;
}

input[type="checkbox"] {
	font-size: 12px;
	padding: 3px;
}



.card.container-box {
	border-radius: 10px;
	border: 1px solid rgba(7, 124, 255, 0.28);
}

.card.container-box:hover {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	border: 1px solid #077CFF;
}

.card.container-box>.card-body {
	min-height: 130px;
}

.card.container-box>.card-body>div>.title,
.card.container-box>.card-body>div>.looptitle>.title {
	color: #034EA2;
	font-family: Sofia Pro;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 9.7px;
	text-transform: uppercase;
}

.card.container-box>.card-body>div>div>div>.title {
	text-transform: uppercase;
}

.badge-danger {
	color: #fff;
	background-color: red;
}

.txt-bold {
	font-size: 15px !important;
	font-weight: bold !important;
}

.link::before {
	content: "/";
	color: black;
	margin: 5px;
}

.z-button:focus {
	color: #FFFFFF;
	border-color: #FFA516;
	background-color: #1093d0 !important;
}

.z-auxhead {
	border-bottom: 1px solid #f2f2f2;
}

.tables-header>.col-lg-2,
.table-body>.col-lg-2 {
	flex: 0 0 110px !important;
	max-width: 110px !important;
}

.content-container {
	width: auto;
	max-width: 3000px;
	overflow-y: hidden;
	overflow-x: scroll;
}

.div-column,
.div-column-value {
	display: flex;
}

.title span {
	font-size: 13px;
	font-weight: bold;
}

.div-column .title,
.div-column-value .col-lg-2 {
	border-bottom: 1px solid #ddd;
}