@CHARSET "UTF-8";

body {
	padding-bottom: 0;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

p, strong, div, table, td, th, .card-title {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

strong {
	font-weight: 700;
}

#topnav {
	min-height: 40px;
}

#topnav .topbar-main {
	height: 40px;
}

.app-menu {
	background-color: #fff;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #dedede;
	height: 60px;
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 1030;
}

.app-menu .btn,
.app-menu .custom-dates {
	margin-top: 1px;
}

.app-menu h3 {
	margin: 2px 0;
}

.no-profile-photo-mini {
	width: 36px;
	height: 36px;
	font-size: 24px;
	line-height: 36px;
	margin: auto;
	text-align: center;
}

.selected-value .no-profile-photo-mini {
	vertical-align: middle;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
}

body[data-topbar-color=light] .navbar-custom .topnav-menu .nav-link {
	padding: 0 10px;
	font-size: 0.9rem;
}

.wrapper {
	padding: 10px 0 0 0;
}

.wrapper.quote,
.wrapper.files,
.wrapper.invoice {
	padding: 110px 0 0 0;
}

.content {
	background-color: #fff;
}

/* Quotes */
.quote .qty,
.quote .unitPrice,
.quote .amount,
.invoice .qty,
.invoice .unitPrice {
	width: 100px;
}

.invoice .amount {
	width: 150px;
}


.app-menu.files,
.wrapper.files .container {
	background-color: rgba(255, 255, 255, 0.7);
}

.wrapper.files .content {
	padding: 0;
}

.files .content table {
	background-color: rgba(255, 255, 255, 0.8);
}

.files .content td {
	vertical-align: middle;
}

.quote .heading h3,
.files .heading h3,
.invoice .heading h3 {
	margin-top: 55px;
}

.quote .heading img,
.invoice .heading img {
	margin-top: 10px;
}

.files .icon {
	width: 40px;
	font-size: 28px;
	color: #348cd4;
}

.files .size {
	width: 100px;
}

.files .download {
	width: 140px;
}

.text-strike-through {
	text-decoration: line-through;
}

.invoice.pdf {
	margin: 40px;
	padding-top: 20px;
}

.invoice.pdf table.none-border,
.invoice.pdf .table {
	width: 100%;
	border: #ffffff;
	color: #6c757d
}

.invoice.pdf table.none-border td,
.invoice.pdf table.none-border th {
	border: none;
	vertical-align: top;
	padding: 10px;
}

.invoice.pdf table.none-border td.v-middle {
	vertical-align: middle;
}

.invoice.pdf table.none-border td.text-end {
	text-align: right;
}

.invoice.pdf table.none-border th.text-start {
	text-align: left;
}

.invoice.pdf .table-striped>tbody>tr:nth-of-type(odd)>* {
	background-color: #f2f8fb;
}

.invoice.pdf .amount {
	width: 170px;
}

/* For Quill.js generated <ol> */
.quote-detail ol {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	counter-reset: ql0;
}

.quote-detail ol > li {
	display: block;
	counter-increment: ql0;
	counter-reset: ql1;
	margin-left: 0;
}

.quote-detail ol > li::before {
	content: counter(ql0) ". ";
}

.quote-detail ol > li.ql-indent-1 {
	counter-increment: ql1;
	counter-reset: ql2;
	margin-left: 2em;
}

.quote-detail ol > li.ql-indent-1::before {
	content: counter(ql1, lower-alpha) ". ";
}

.quote-detail ol > li.ql-indent-2 {
	counter-increment: ql2;
	margin-left: 4em;
}

.quote-detail ol > li.ql-indent-2::before {
	content: counter(ql2, lower-roman) ". ";
}

@media (min-width: 1200px){
	.quote .container,
	.invoice .container,
	.files .container,
	.customers .container,
	.projects .container,
	.tickets .container {
		max-width: 960px;
	}
}