@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,500;1,500&display=swap');

@font-face {
	font-family: 'futura-book';
	src: url('fonts/futura-book.ttf');
}

@font-face {
	font-family: 'futura-light';
	src: url('fonts/futura-light.ttf');
}

@font-face {
	font-family: 'futura-bold';
	src: url('fonts/futura-bold.ttf');
}

html, body {
	font-family: 'Jost', sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333;
	max-width: 100vw;
	overflow-x: hidden;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
}

.title-1 {
	display: block;
	font-family: 'Jost';
	font-weight: 500;
	font-size: 30px;
	line-height: 32px;
	color: #5a5a5a;
}

.main-form label {
	flex: 0 1 auto;
	width: 150px;
	text-transform: uppercase;
	font-size: 14px;
}

.main-form label.year-label {
	width: 100px !important;
}

.main-form input, .main-form select, .tax-btn {
	font-size: 14px;
	line-height: 16px;
	display: block;
	width: 100%;
	flex: 1;
	margin: 10px;
	border-radius: 10px;
	border: 1px solid #989898;
	padding: 5px 15px;
	appearance: none;
}

.amount-input {
	padding: 8px 15px !important;
}

input:read-only {
	background-color: #e8e8e8;
}

.qr-show {
	width: 120px;
	max-width: 100%;
	border: 1px solid #e8e8e8;
	display: block;
	margin: 40px 0px;
}

.painting-thumb {
	width: 100%;
	max-width: 100%;
	border: 1px solid #e8e8e8;
	padding: 10px;
	display: block;
}

#all-artworks .thumb-outer {
	border: 1px solid #e8e8e8;
	padding: 10px;
	margin-bottom: 70px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#all-artworks .artwork-thumb {
	display: inline-block;
	max-width: 100%;
	max-height: 180px;
}

#all-artworks {
	font-family: 'Jost';
	font-weight: 400;
}

.item-name {
	font-family: 'Jost';
	font-weight: 500;
	font-size: 14px;
}

.view-toggle-btn {
	width: 20px;
	height: 20px;
	margin: 5px 10px;
}

#view-toggle {
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.tv-text {
	font-size: 11px;
	opacity: 0.6;
}

#view-toggle h2 {
	font-size: 20px;
	font-family: 'Jost';
	font-weight: 500;
	color: #6D6E70;
	margin-bottom: 0px;
}

#all-artworks .list-view a {
	display: flex;
	align-items: center;
}

#all-artworks .list-view .artwork-thumb {
	width: 50px;
	border-radius: 200px;
	padding: 0px;
	height: 50px;
	display: inline-block;
	margin: 0px !important;
}

.navbar {
	border-bottom: 1px solid #e8e8e8;
	padding-top: 30px;
	padding-bottom: 30px;
}

.navbar-brand img {
	height: 40px;
}

.nav-link img {
	height: 20px;
	margin-bottom: 10px;
}

.nav-item {
	padding: 0px 5px;
}

.nav-link {
	font-size: 12px;
}

.main-btn {
	appearance: none;
	border: 1px solid #000 !important;
	color: #fff;
	background: #000 !important;
	text-transform: uppercase;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.main-btn2 {
	appearance: none;
	border: 1px solid #000 !important;
	color: #fff;
	background: #000 !important;
	text-transform: uppercase;
}

#footer {
	border-top: 1px solid #e8e8e8;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 50px;
	color: #ccc;
}

.item-details {
	font-size: 18px;
	line-height: 22px;
}

.btn-1 {
	background: #6ABD45;
	color: #fff;
	display: inline-block;
	padding: 10px 40px;
	border-radius: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	min-width: 150px;
	text-align: center;
}

.btn-1.red-bg {
	background: #bd4545;
}

.btn-1:hover {
	background: #333;
	color: #fff;
}

.btn-2 {
	background: transparent;
	color: #333;
	display: inline-block;
	padding: 10px 40px;
	border: 2px solid #6ABD45;
	border-radius: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	min-width: 150px;
	text-align: center;
}

#zoom-img {
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.zoom-btn {
	background: rgba(0,0,0,0.7);
	text-align: center;
	padding: 10px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	transform: translate(0%, 100%);
	transition: 0.5s;
}

#zoom-img:hover .zoom-btn {
	transform: translate(0%, 0%);
	transition: 0.5s;
}

.zoom-btn img {
	height: 30px;
}

.grid-view span {
	color: #8a8a8a;
}

.grid-view a {
	display: block;
	transition: 0.5s;
	padding-bottom: 20px;
	margin-bottom: 60px;
}

.grid-view a:hover {
	background: #f5f5f5;
	transition: 0.5s;
}

.curr-artwork {
	max-width: 200px;
}

.edit-btn {
	margin-top: 30px;
	border: 1px solid #cacaca;
	width: 140px;
	padding: 5px 10px;
	font-size: 14px;
	transition: 0.4s;
	text-align: center;
	justify-content: center;
	border-radius: 100px;
}

.edit-btn img {
	height: 13px;
	margin-right: 10px;
}

.edit-btn:hover {
	background: #ccc;
	transition: 0.4s;
}

.printpage h1 {
	font-size: 12px !important;
	letter-spacing: 0px;
	margin-bottom: 23px;
	margin-top: 10px;
}

.top-bleed {
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 0px;
	font-size: 20px;
	color: #777;
}

.bottom-bleed {
	display: inline-block;
	position: absolute;
	bottom: -10px;
	left: 0px;
	font-size: 20px;
	color: #777;
}

.printpage .col {
	position: relative;
	padding-top: 20px;
	padding-left: 40px;
	padding-bottom: 0px;
	font-size: 9px;
	letter-spacing: 1px;
}

.printpage .painting-container {
	width: 120px;
	height: 120px;
}

.printpage .painting-thumb {
	height: 100%;
	width: auto;
	max-width: 100%;
	border: 1px solid #333 !important;
	box-shadow: none !important;
	margin-bottom: 0px;
}

.printpage .qr-show {
	box-shadow: none !important;
	border: 1px solid #333 !important;
	width: 120px;
	height: 120px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.lastcol {
	right: 0;
	left: auto;
}

.printpage {
	height: 100%;
	padding-left: 5%;
	padding-right: 5%;
}

.printpage .row {
	height: 100%;
}

.qr-showall {
	width: 70px;
}

.bottom-logo {
	margin-top: 50px;
	width: 120px;
}

.ui-widget {
	font-family: 'Jost';
	font-size: 14px;
}

.tax-btn.selected {
	background-color: #6ABD45;
}

.add-client-btn svg {
	height: 15px;
}

.bill-border {
	font-size: 14px;
	line-height: 16px;
}

table, th, td {
	border: 0.5px solid black;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 14px;
	vertical-align: top;
}

.divider {
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #000;
}

.bill-thumb {
	height: 120px;
	width: auto;
}

.list-artwork-thumb {
	display: inline-block;
	background-size: contain;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	margin-right: 20px;
}

.list-view {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 1.5rem!important;
}

.list-view i {
	padding: 0px 8px;
	font-style: normal;
}

.right-list-links {
	display: flex;
}

.right-list-links a {
	padding: 0px 12px;
}

#login-container {
	margin-top: 100px;
	margin-bottom: 100px;
}

.ui-menu-item-wrapper {
	display: flex;
	align-items: center;
}

.layout2 > .list-view > a {
	flex-direction: column;
	align-items: start !important;
}

.more-links {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e8e8e8;
}

.more-links a {
	margin: 0px 10px;
}

.cert-thumb {
	height: 200px;
	margin-top: 150px;
	margin-bottom: 20px;
	display: block;
}

.printbtn-outer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	background: #fff;
	border-top: 1px solid #000;
	padding: 10px 30px;
}