@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");

.section-content {
	padding: 10px;
}
.data-filter-bar .form-control, .data-filter-bar .btn {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	margin-left: 16px;
}
.form-box {
	background: #ffffff;
	padding: 15px;
	border-radius: 5px;
	position: relative;
	-ms-box-shadow: 0 10px 30px 0 rgba(0,60,179,.05);
  -o-box-shadow: 0 10px 30px 0 rgba(0,60,179,.05);
  box-shadow: 0 10px 30px 0 rgba(0,60,179,.05);
}

.form-box h4 {
	margin: 0;
	font-size: 16px;
}

.form-group {
	margin-bottom: 10px;
}

.passwordIcon {
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 9;
	height: 100%;
	line-height: normal;
	margin: 0 auto;
	bottom: 0;
	width: 20px;
}

.form-row-box {
	padding-top: 15px;
	margin-top: 10px;
}

.form-row-box:first-child {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}

.custom-grid {
	border: none;
	padding: 15px;
	background: #ffffff;
	border-radius: 5px;
	margin-bottom: 10px;
	-ms-box-shadow: 0 10px 30px 0 rgba(0,60,179,.1);
  -o-box-shadow: 0 10px 30px 0 rgba(0,60,179,.1);
  box-shadow: 0 10px 30px 0 rgba(0,60,179,.1);
}

.custom-grid-header {
	background: #e4e9ef;
	padding: 10px 5px;
	border-radius: 5px;
}

.custom-grid-header h4 {
	margin: 0;
	font-size: 15px;
	color: #213446;
	font-weight: 500;
	padding-left: 35px;
	position: relative;
}

.custom-grid-header h4 span {
	position: absolute;
	left: 0;
}

.custom-grid-header h5 {
	margin: 0;
	font-size: 15px;
	color: #213446;
	font-weight: 500;
}

.custom-grid-col-row {
	border-radius: 5px;
}

.custom-grid-col-row:nth-child(even) {
	background: #f1f5f9;
}

.custom-grid-row {
	border-radius: 5px;
}

.custom-grid-text span {
	display: none;
}

.action-column {
	text-align: center;
}

.action-column ion-button {
	width: 26px;
	height: 26px;
	font-size: 12px;
}

.custom-grid-topbar {
	overflow: hidden;
	margin-bottom: 15px;
}

.custom-grid-search {
	width: 300px;
	float: left;
}

.custom-grid-topbar .btn-add {
	float: right;
	margin: 0;
}

.custom-grid-search ion-searchbar {
	--box-shadow: none;
	height: 44px;
	padding: 0;
}

.custom-grid-search ion-searchbar .searchbar-input-container {
	border: 2px solid #e8ebf3;
	border-radius: 50px;
	overflow: hidden;
	height: 44px;
	--background: #fff;
}

.custom-grid-text .item-name {
	color: #1e293b;
	font-weight: 400;
	position: relative;
	padding-left: 35px;
}

.item-name .srno {
	position: absolute;
	left: 0;
	top: 0;
}

.custom-grid-text.item-price {
	text-align: right;
}

.custom-grid-text.phonenumber {
	
}

.status-sign-box .status-sign {
	margin-bottom: 5px;
}

.status-sign {
	border-radius: 50px;
	text-align: center;
	display: inline-block;
	padding: 4px 15px;
	margin: 0 10px;
}

.status-success {
	color:var(--bs-success);
	background: rgba(13, 167, 89, 0.1);
}

.status-warning {
	color:var(--bs-warning);
	background: rgba(215, 119, 72, 0.1);
}

.status-danger {
	color:var(--bs-danger);
	background: rgba(228, 65, 65, 0.1);
}

.status-primary {
	color:var(--bs-primary);
	background: rgba(72, 163, 215, 0.1);
}

.state-box {
	background: #ffffff;
	border-radius: 5px;
	padding: 15px;
	position: relative;
	-ms-box-shadow: 0 10px 30px 0 rgba(0,60,179,.05);
	-o-box-shadow: 0 10px 30px 0 rgba(0,60,179,.05);
	box-shadow: 0 10px 30px 0 rgba(0,60,179,.05);
	cursor: pointer;
	overflow: hidden;
	border: 1px solid transparent;
}

.state-box .state-icon {
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	padding:10px;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 15px;
}
.state-box .state-title {
	padding-left: 55px;
}
.state-box .state-title span {
	font-size:20px;
	font-weight: 700;
	display: block;
	color: #213446;
}
.state-box.selected {
	border: 1px solid #26bf94;
}
.state-box.selected::after {
	content: "\f269";
	font-family: bootstrap-icons !important;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 22px;
	color: #fff;
	border-radius: 0px 0px 0px 15px;
	text-align: center;
	line-height: 30px;
	background: #26bf94;
	width: 30px;
	height: 30px;
}
.box-violet .state-icon {
	background-color: #845adf;
}

.box-tomato .state-icon {
	background-color: tomato;
}

.box-dark .state-icon {
	background-color: #32312f;
}

.box-green .state-icon {
	background-color: #26bf94;
}

.box-orange .state-icon {
	background-color: #f5b849;
}

.box-red .state-icon {
	background-color: #e6533c;
}

.box-blue .state-icon {
	background-color: #3378ff;
}

.login-logo {
	margin-bottom: 20px;
}

.login-logo img {
	height: 100px;
	width: auto;
	display: block;
	margin: auto;
}

.passwordIconLogin {
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 9;
	height: 100%;
	line-height: normal;
	margin: 0 auto;
	bottom: 0;
	width: 16px;
	color: black;
}

.login-wrap {
	position: relative;
	height: 100vh;
}

.login-box {
	position: absolute;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 100%;
	height: 450px;
	left: 0;
	right: 0;
	background: #32312f;
	border-radius: 10px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	padding: 30px;
}

.login-box .input-box {
	border: 0;
	font-size: 14px;
	--padding-top: 12px;
	--padding-bottom: 12px;
}

.login-box ion-button {
	height: 46px;
	margin: 0;
}

.login-box h2 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
}

.login-box h4 {
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
	line-height: normal;
}

.help-block {
	margin-top: 5px;
	color: #e6533c;
}
.user-infobar {
	padding: 5px 10px;
}
.user-pic img {
	height: 54px;
	display: block;
	margin: auto;
}
.user-info {
	color: #ffffff;
}
.user-infobar h2 {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	line-height: normal;
	margin-bottom: 5px;
}

.user-infobar h4 {
	font-size: 13px;
	font-weight: 500;
	margin: 0;
	line-height: normal;
}

.user-contact-info {
	padding: 0;
}

.user-serial-no {
	line-height: 26px;
	clear: both;
	font-size: 13px;
	color: #222428;
}

.user-serial-no span {
	width: 130px;
	float: left;
	font-weight: 400;
	position: relative;
	color: #555555;
}

.user-serial-no span::after {
	content: ":";
	position: absolute;
	right: 0px;
	margin-right: 10px;
}

.user-contact-info {
	padding: 0;
	list-style: none;
	margin: 0;
}

.user-contact-info li {
	margin-bottom: 0;
	line-height: 26px;
}

.user-contact-info li ion-icon {
	position: relative;
	top: 2px;
	margin-right: 5px;
	color: #222428;
}

.list-box-action {
	text-align: right;
	margin-left: auto;
}

.btn-add {
	margin-bottom: 10px;
}

.assignto-box {
	border-top: 1px solid #ddd;
	background: #f5f5f5;
}

.selection-box {
	border-radius: 5px;
	padding: 15px;
	background: #ffffff;
	margin-bottom: 15px;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.selection-box .selection-box-head {
	color: #1e293b;
	display: block;
	font-size: 16px;
}

.selection-box ion-item {
	font-size: 14px;
}

.title {
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 15px;
	text-align: center;
}

.list-box-buttons {
	margin: 0px -5px;
}

/*New css start*/
.custom-tabs {
	border: none;
	background: #ffffff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 5px;
	-ms-box-shadow: 0 10px 30px 0 rgba(0,60,179,.05);
	-o-box-shadow: 0 10px 30px 0 rgba(0,60,179,.05);
	box-shadow: 0 10px 30px 0 rgba(0,60,179,.05);
}
.custom-tabs .nav-tabs {
	border-bottom: 1px solid #e4e9ef;
}
.custom-tabs .nav-tabs .nav-item {
	margin: 0;
}
.custom-tabs .nav-tabs .nav-link {
	margin: 0;
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: #324253;
	padding:10px 30px;
	line-height: 30px;
	font-size: 16px;
}
.custom-tabs .nav-tabs .nav-item.show .nav-link, 
.custom-tabs .nav-tabs .nav-link.active {
	color: var(--bs-primary);
	background-color: #fff;
	box-shadow: inset 0px -3px var(--bs-primary);
}




.custom-tabs>ion-segment {
	background: #d7dfe7;
}

.custom-tabs ion-segment-button {
	border-top: 3px solid transparent;
}

.custom-tabs ion-segment .segment-button-checked {
	background: #ffffff;
	color: #3378ff;
	--indicator-height: 0;
	border-top: 3px solid;
}
.custom-tabs .tab-content {
	padding: 15px;
}
.project-mark {
	font-size: 14px;
	padding: 5px 15px;
}

.infotext {
	font-weight:500;
}

.infotext span {
	font-weight: 400;
	margin-right: 10px;
	min-width: auto;
	display: inline-block;
	color: #6c757d;
}

.data-filter-bar .input-box {
	background: #ffffff;
	border: 1px solid #d4d8dd;
	border-radius: 8px;
	line-height: normal;
	font-size: 13px;
	display: inline-block;
	width: auto;
	margin-left: 10px;
	padding: 11px;
	line-height: normal;
}

.data-filter-bar ion-button {
	border-radius: 8px;
	overflow: hidden;
}

.detail-table {
	font-size: 14px;
	margin-bottom: 15px;
}

.list-inquiry .user-serial-no span {
	width: 100px;
}

.remarks-photos {
	display: inline-block;
	margin: 0 5px;
}

.remarks-photos img {
	height: 25px;
	width: auto;
	border: 1px solid #dddddd;
}

.alert-wrapper {
	min-width: 500px ;
	max-width: 500px ;
}
.vertical-tabs {
	background: #ffffff;
	border-radius: 5px;
	-ms-box-shadow: 0 10px 30px 0 rgba(0,60,179,.05);
	-o-box-shadow: 0 10px 30px 0 rgba(0,60,179,.05);
	box-shadow: 0 10px 30px 0 rgba(0,60,179,.05);	
}
.vertical-tabs .nav-tabs {
	width: 250px;
	padding: 15px;
}
.vertical-tabs .nav-tabs .nav-item .nav-link {
	width: 100%;
	text-align: left;
	border: 1px solid #dddddd;
	border-radius: 5px;
	background: #ffffff;
}
.vertical-tabs .nav-tabs .nav-item.show .nav-link, 
.vertical-tabs .nav-tabs .nav-link.active {
	color: #ffffff;
	background-color: #3378ff;
	border-color: #3378ff;
}
.vertical-tabs .tab-content {
	padding: 15px;
}
.notification-icon {
	font-size: 24px;
	position: relative;
	margin-right: 20px;
	margin-left: 10px;
	line-height: 40px;
}

span.counter {
	background: #e6533c;
	color: white;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	right: -10px;
	top: -5px;
	font-size: 11px;
	font-weight: 700;
	line-height: 20px;
}

.table-grid-header {
	padding: 15px 20px;
	border-radius: 5px;
	background: #52606d;
	margin-bottom: 5px;
}

.blank-data {
	text-align: center;
	padding: 50px 0;
	color: #e6533c;
	font-size: 16px;
}

.blank-data span {
	width: 60px;
	height: 60px;
	background: rgba(228, 65, 65, 0.1);
	display: block;
	margin: auto auto 10px auto;
	border-radius: 50%;
	font-size: 38px;
	line-height: 70px;
}

.upload-field-box {
	border-radius: 5px;
	padding: 10px;
	line-height: normal;
	background: #f2f1f9;
	display: inline-block;
}

.upload-field-box input[type="file"] {
	line-height: 30px;
}

.upload-field-box ion-button {
	margin: 0;
	height: 30px;
	font-size: 12px;
	--padding-start: 15px;
	--padding-end: 15px;
}

.upl-img img {
	height: 30px;
	width: auto;
	display: block;
}

.heading {
	color: #2b2a3f;
	font-weight: 600;
	font-size: 18px;
	line-height: 46px;
}
.heading span {
	font-weight: 400;
	font-size: 16px;
}
.radio-yes-no ion-item {
	display: inline-block;
	padding: 0 !important;
	margin: 0;
	--min-height: 38px;
}

.radio-yes-no ion-radio {
	margin: 0 10px 0 0;
}

.radio-yes-no ion-label {
	margin: 0;
	font-size: 14px !important;
}

.calculation-box {
	text-align: right;
	padding: 10px;
}
.calculation-box ul li {
	margin-bottom: 10px;
	font-weight: 400;
	color: #6c757d;
}

.calculation-box ul li span {
	font-weight: 600;
	display: inline-block;
	min-width: 150px;
	color: #32312f;
}

.calculation-box ul li.subtotal {
	font-size: 16px;
	font-weight: 600;
	color: #32312f;
}

.calculation-box .input-box {
	background: #eeeeee;
	border-radius: 5px;
	line-height: normal;
	padding: 0;
	border: 1px solid #ccc;
	--padding-end: 10px;
	display: inline-block;
	width: 80px;
	text-align: center;
	--padding-start: 0;
	margin-left: 10px;
}

.faq-box {
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 15px;
	margin: 0 0 15px 0;
	background: #f7f7f7;
}

.faq-box .question {
	font-size: 16px;
	color: #1e293b;
	font-weight: 500;
	margin: 0 0 5px 0;
}

.faq-box .question:before {
	margin: 0 10px 0 0;
	content: "Q.";
}

.faq-box .answer {
	margin: 0;
}

.faq-box .answer:before {
	margin: 0 10px 0 0;
	content: "A.";
}

.work-completion-form {
	background: #ffffff;
	padding: 30px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.work-completion-form h3 {
	text-align: center;
	color: #1e293b;
	margin-bottom: 20px;
	font-weight: 700;
}

.address-box {
	margin: 50px 0;
}

.address-box h4 {
	font-size: 16px;
	font-weight: 500;
	color: #1e293b;
	margin-top: 0;
}

.work-completion-form h5 {
	margin-bottom: 20px;
	color: #1e293b;
}

.work-completion-form-bottom {
	margin-top: 30px;
}

.work-completion-form-bottom span {
	font-weight: 500;
	color: #1e293b;
}

.signbox {
	text-align: right;
}

.signbox img {
	margin-bottom: 10px;
}

.notification-box {
	background: #ffffff;
	padding: 15px;
	margin-bottom: 10px;
	position: relative;
	border-radius: 5px;
	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.notification-box .notification-date {
	position: absolute;
	right: 15px;
	top: 17px;
	font-style: italic;
}

.notification-box h4 {
	font-size: 16px;
	margin: 0 0 10px 0;
	color: #1e293b;
}

.cta-button {
	text-align: center;
}

.cta-button ion-button {
	font-size: 12px;
	height: 30px;
	--padding-start: 15px;
	--padding-end: 15px;
}

.invoice-topbar {
	padding-bottom: 15px;
}

.invoice-preview {
	padding: 15px 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

.invoice-footer {
	padding-top: 15px;
}

.invoice-subject-line {
	font-size: 14px;
}

.invoice-subject-line span {
	font-weight: 500;
}

.invoice-infobox {
	margin-bottom: 20px;
	line-height: 26px;
}

.invoice-infobox h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 5px 0;
	color: #32312f;
}

.invoice-infobox h5 {
	font-size: 14px;
	margin: 0 0 5px 0;
	font-weight: 600;
	color: #32312f;
}

.invoice-infobox span {
	font-weight: 600;
}

.invoice-infobox span ion-icon {
	position: relative;
	top: 2px;
}

.invoice-infobox .invoice-number {
	font-size: 18px;
	font-weight: 500;
	color: #3378ff;
}

.invoice-subject-line {
	font-size: 14px;
	margin-bottom: 20px;
}

.invoice-table-calculation {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	margin-top: 30px;
}

.invoice-table-calculation td {
	padding: 8px 10px;
	vertical-align: middle;
	border-top: 1px solid #dee2e6;
	text-align: right;
}

.invoice-table-calculation td span {
	font-weight: 500;
	color: #32312f;
}

.invoice-table-calculation .total-amount {
	font-weight: 500;
	font-size: 16px;
}

.info-box {
	line-height: 26px;
}

.info-box span {
	font-weight: 500;
}

.info-box h6 {
	color: #32312f;
	font-weight: 500;
	margin: 0 0 5px 0;
}

.form-box h5 {
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	color: #1e293b;
	border-top: 1px solid #efeff0;
	margin: 0;
	padding: 20px 0 15px 0;
}

.description-box {
	padding-bottom: 20px;
}

.subject-line h4 {
	color: #32312f;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 500;
}

.invoice-total {
	font-size: 18px;
	font-weight: 600;
	color: #32312f;
}

.ec-detail h4 {
	color: #213446;
	font-weight: 600;
	margin-bottom: 10px;
}

.ec-detail ul {
	margin: 0;
	padding: 0;
}
.ec-detail ul li:last-child {
	margin-bottom: 0;
}
.ec-detail ul li span {
	width: 80px;
	color: #6c757d;
	margin-right: 10px;
	display: inline-block;
}


.pl-0 {
	padding-left: 0 !important;
}

.created-date {
	float: right;
	font-size: 14px;
}
.statusbox {
	text-align: center;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 10px;
	position: absolute;
	right: -45px;
	top: 45px;
	transform: rotate(45deg);
	font-size: 14px;
	width: 200px;
	height: 24px;
	line-height: 24px;
}
.status-active {
	color: #ffffff;
	background: #26bf94;
}

.status-inactive {
	color: #e6533c;
	border: 1px solid #e6533c;
}

.statusbox ion-icon {
	position: relative;
	top: -1px;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

.comment-infobox {
	background: #ffffff;
	border-radius: 5px;
	position: relative;
	padding: 20px;
	margin-bottom: 10px;
	box-shadow: 0 1px 7px 1px rgb(90 90 90 / 5%);
	-webkit-box-shadow: 0 1px 7px 1px rgb(90 90 90 / 5%);
	-moz-box-shadow: 0 1px 7px 1px rgb(90 90 90 / 5%);
	border: 1px solid #dce1ef;
}

.comment-infobox h4 {
	color: #1e293b;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
}

.comment-infobox ul li {
	color: #1e293b;
}

.comment-infobox ul li span {
	width: 150px;
	display: inline-block;
}

.comment-box-head {
	font-size: 14px;
	color: #1e293b;
	font-weight: 500;
}

.comment-box-head span {
	color: #6c757d;
	font-size: 12px;
	font-style: italic;
}
.table-view-box h6 {
	margin-top: 20px;
	font-weight: 600;
	font-size: 18px;
	color: #213446;
}
.comment-box-body {
	background: #f1f5f9;
	border-radius: 8px;
	position: relative;
	padding: 15px;
	margin-bottom: 15px;
}

.comment-infobox ul {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
}

.complain-close {
	display: inline-block;
	vertical-align: middle;
	--padding-start: 10px;
	--padding-end: 10px;
	font-size: 12px;
	height: 24px;
	--border-radius: 50px;
}

.icon-location {
	font-size: 16px;
	position: relative;
	top: 3px;
}

.cust-hyper {
	cursor: pointer;
	text-decoration-line: underline;
}
.clear-hyper {
	cursor: pointer;
	text-decoration-line: underline;
	margin-left: 10px;
}

/*New Css for rightside popup 20-04-2022*/

.modal-order-detail {
	position: fixed;
	margin: auto;
	top: 0px;
	height: calc(100% - 0px);
	-webkit-transform: translate3d(0%, 0, 0) !important;
	;
	-ms-transform: translate3d(0%, 0, 0) !important;
	;
	-o-transform: translate3d(0%, 0, 0) !important;
	;
	transform: translate3d(0%, 0, 0) !important;
	right: -600px;
	max-width: 650px;
	width: 100%;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.fade .modal-order-detail {
	-webkit-transition: .3s ease-out !important;
	-o-transition: .3s ease-out !important;
	transition: .3s ease-out !important;
}

.modal.show .modal-order-detail {
	right: 0;
}

.modal-order-detail .modal-content {
	height: 100%;
	border-radius: 0;
}

.modal-order-detail .order-basic-information {
	padding: 15px;
}

.order-basic-information .order-label {
	font-size: 14px;
	margin-bottom: 5px;
}

.modal-order-detail .action-buttons {
	margin-top: 14px;
}

.modal-order-detail .action-buttons button {
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
	padding-right: 9px;
	padding-left: 9px;
}

.modal-order-detail button.close {
	position: absolute;
	left: -50px;
	top: 0;
	background: #353b4f;
	width: 50px;
	height: 50px;
	font-size: 22px;
	color: #ffffff;
	border-radius: 0;
}
.customer-basic-info {
	position: relative;
	text-align: center;
}
.customer-avatar {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 2px solid #ddd;
	overflow: hidden;
	margin: auto;
	display: block;
}
.customer-avatar img {
	width: 100%;
	height: 100%;
	display: block;
	margin: auto;
}
.customer-basic-info h2 {
	font-size: 18px;
	margin: 10px 0;
}
.customer-info-list {
	padding: 0;
	margin:0;
}
.customer-info-list li {
	margin-bottom: 15px;
}
.customer-info-list li span {
	display: inline-block;
	min-width: 80px;
	color: #6c757d;
}

.customer-state span {
	display: block;
	font-size:20px;
	font-weight: 700;
}
.user-information {
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
	cursor: pointer;
}
.user-information span {
	height:40px;
	height:40px;
	border-radius: 50%;
	border:1px solid #ddd;
	margin-right: 10px;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}
.user-information span img {
	height:100%;
	height:100%;
	display: block;
	margin: auto;
}
.timeline {
	position: relative;
	z-index: 1;
	background: #f0f4f9;
	margin-bottom: 10px;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #d9e0e9;
}
.timeline h3 {
  font-weight: 500;
  margin: 0 0 10px 0;
  font-size: 16px;
}
.timeline .description {
  margin: 0;
}
.timeline .timeline-date {
	position: absolute;
  right: 10px;
  top: 10px;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}
.history-infobox {
	font-family: roboto;
}
.history-infobox h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 15px 0;
}
.history-infobox ul {
	padding: 0;
	margin: 0;
}
.history-infobox ul li {
	font-weight: 500;
}
.history-infobox ul li span {
	display: inline-block;
	min-width: 150px;
	font-weight: 400;
}
.custom-header {
	background:#32312F;
	padding:5px 10px;
}
.site-logo img {
	height: 60px;
	width: auto;
	display: block;
}
.custom-header h4 {
	color: #ffffff;
	font-size: 20px;
}
.change-inputbox ng-select {
	display: inline-block;
	min-width: 250px;
	width: auto;
	vertical-align: top;
	margin-right: 10px;
}
.change-inputbox ion-button {
	margin: 0;
}
