.thumbnail{
    height: 150px; width:150px; object-fit:cover;
}
.color-red {
	color: red;
}
/*-----------------
	21. Invoice View
-----------------------*/

.invoice-table.table-bordered {
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.invoice-table.table-bordered tr {
    border-left-width: inherit;
}

.invoice-table.table>:not(:last-child)>:last-child>* {
    border-bottom-color:  rgba(0, 0, 0, 0.05);
}

.invoice-table.table thead {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.invoice-content {
    background-color: #fff;
	border: 1px solid #f0f0f0;
    border-radius: 4px;
    margin-bottom: 30px;
	padding: 30px;
}
.invoice-item .invoice-logo {
    margin-bottom: 30px;
}
.invoice-item .invoice-logo img {
    width: auto;
    max-height: 52px;
}
.invoice-item .invoice-text h2 {
	color:#272b41;
	font-size:36px;
	font-weight:600;
}
.invoice-item .invoice-details {
	text-align:right;
	color:#757575;
	font-weight:500;
	margin-bottom: 1rem;
}
.invoice-item .invoice-details strong {
	color:#272b41
}
.invoice-item .invoice-details-two {
	text-align:left
}
.invoice-item .invoice-text {
	padding-top:42px;
	padding-bottom:36px
}
.invoice-item .invoice-text h2 {
	font-weight:400
}
.invoice-info {
	margin-bottom: 30px;
}
.invoice-info p {
	margin-bottom: 0;
}
.invoice-info.invoice-info2 {
    text-align: right;
}
.invoice-item .customer-text {
	font-size: 18px;
	color: #272b41;
	font-weight: 600;
	margin-bottom: 8px;
	display: block
}
.invoice-table tr th,
.invoice-table tr td,
.invoice-table-two tr th,
.invoice-table-two tr td {
	color: #272b41;
	font-weight: 600;
	padding: 10px 20px;
	line-height: inherit
}
.invoice-table tr td,
.invoice-table-two tr td {
	color: #757575;
	font-weight: 500;
}
.invoice-table-two {
	margin-bottom:0
}
.invoice-table-two tr th,
.invoice-table-two tr td {
	border-top: 0;
}
.invoice-table-two tr td {
	text-align: right
}
.invoice-info h5 {
    font-size: 16px;
    font-weight: 500;
}
.other-info {
    margin-top: 10px;
}

.invoice-table-two {
    margin-bottom: 0;
}

.table {
    color: #272b41;
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
}

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

@media only screen and (max-width: 767.98px){
	.invoice-info.invoice-info2 {
			text-align: left;
	}
	.invoice-item .invoice-details {
    text-align: left;
	}
	.invoice-item .customer-text {
    font-size: 16px;
	}
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: -45px;
	position: absolute;
	margin-left: 1rem;
}

.table-no-border tbody, .table-no-border td {
	border:none;
	padding-top: 0;
	padding-left: 0;
}

.table td.fit, 
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.bg-error .form-control {
	background: #f4c4c4c7;
}
.bg-error .btn.dropdown-toggle {
	background: #f4c4c4c7;
}

/* Chrome, Safari, Edge, Opera */
input.no-num::-webkit-outer-spin-button,
input.no-num::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.no-num[type=number] {
  -moz-appearance: textfield;
}

.float-right {
	float: right;
}

.content-wrapper {
	overflow: hidden;
}

a.no-link,
a.no-link:hover {
	text-decoration: none;
}

@media (max-width: 767px) {
	.mobile-footer-75.w-75 {
		width: 100%!important;
	}
}