:root {
	--lightgrey: #f5f5f5;
	--grey: darkgrey;
	--red: #d15b47;
}

#sticky-price-quote-container {
	top: 10px;
	right: 10px;
	position: fixed;
	z-index: 11;
}

.pq-item-container {
	font-size: 11px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.pq-item-container > * {
	padding: 10px;
}

.extended-content {
	margin-left: -15px;
	margin-right: -15px;
}

[pq-data="item-period"] {
	float: left;
	line-height: 25px;
}

.delete-from-quote-btn-container {
	float: right;
	padding-top: 3px;
}

[pq-data="delete-from-quote-btn"], [pq-data="move-down-btn"], [pq-data="move-up-btn"] {
	border: none;
	background-color: transparent;
	padding-right: unset;
}

.delete-from-quote-icon {
	color: var(--red);
	font-size: 15px;
}

.pq-element-body {
	display: inline-flex;
	padding: 5px;
}

.main-image {
	width: 30%;
	display: block;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
}

.pq-element-body-data {
	width: 75%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.pq-item-data-container {
	padding: 0 5px;
	width: 100%;
	float: left;
	position: relative;
	min-height: 1px;
}

[pq-data="toggler"] .fa {
	font-size: 25px;
	display: inline-block;
	border-radius: 60px;
	box-shadow: 0 0 2px #888;
	padding: 0.5em 0.6em;
	background-color: white;
	cursor: pointer;
}

[pq-data="items-count"] {
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 10px;
	background-color: var(--red);
	border-radius: 10px;
	padding: 0.2em 0.5em;
	position: absolute;
	right: 5px;
	top: 5px;
}

[pq-data="content"] {
	z-index: 1031;
	position: absolute;
	right: 0;
	background-color: white;
	width: 350px;
	box-shadow: 0 2px 4px rgba(30, 30, 100, .25);
	border: 0.8px solid var(--lightgrey);
}


#pq-title {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid lightgray;
}

[pq-data="empty-list-text"] {
	text-align: center;
	padding-block: 15px;
	color: gray;
}

[pq-data="items"] {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 40vh;
	border: 1px solid lightgray;
}

[pq-data="items"]>*:not(:first-child) {
	border-top: 1px solid lightgray;
}

[pq-data="footer-overlay"] {
	background-color: gray;
    opacity: 0.2;
}

[pq-data="main-actions"] {
	border-top: 1px solid lightgray;
	padding: 5px;
	display: flex;
	justify-content: space-between;
}

.email-actions {
	display: flex;
	align-items: flex-end;
}

[pq-data="clear-queue"] {
	background-color: var(--red);
}

[pq-data="send-queue"] {
	background-color: #5cb85c;
}

[pq-data="clear-queue"], [pq-data="send-queue"], [pq-data="apply-discount"], [pq-data="copy-queue"] {
	height: 35px;
	font-size: 12px;
	border-radius: 3px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	border: none;
	cursor: pointer;
	width: 20%;
}

[pq-data="copy-queue"] {
	position: absolute;
    left: 5px;
    top: 5px;
	height: 25px;
	background-color: #337ab7;
}

[pq-data="clear-queue"]:hover, [pq-data="send-queue"]:hover, [pq-data="copy-queue"]:hover {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

[pq-data="send-queue"][disabled="true"] {
	background-color: var(--grey);
}

[pq-data="email-input"] {
	width: 170px;
	margin-inline: 5px;
	height: 35px;
}

[pq-data="loader"] {
    bottom: 15px;
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
}

.pq-itemprice {
	background-color: var(--lightgrey);
	border-top: 1px solid lightgray;
}

.flex-between {
	display: flex;
	justify-content: space-between;
}

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

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

.price-input {
	width: 75px;
	padding: 0px 0px 0px 5px;
}

.grey-border {
	border: 1px solid var(--grey);
}

.background-lightgrey {
	background-color: var(--lightgrey);
}

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

.padding-5 {
	padding: 5px;
}

.pq-select, .pq-discount-select, [pq-data="option-agency-commission"] {
	cursor: pointer;
	text-align: center;
	background-color: white;
}

.pq-discount-select {
	padding: 5px;
    height: 25px;
}

[pq-data="option-agency-commission"][disabled] {
    cursor: default;
    color: #848484;
    background-color: #eee;
}

[pq-data="discount-value-type"], [pq-data="discount-apply-type"] {
	cursor: pointer;
}

.discount-select:after {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 14px;
	right: 15px;
	background: transparent;
	color: #999;
	pointer-events: none;
}

.discount-select * {
	background-color: transparent;
}

.padding-top-5 {
	padding: 5px;
}

[pq-data="apply-discount"] {
	width: 100%;
	background-color: var(--grey);
	margin-top: 5px;
}

.flex-full-width {
	display: flex;
	width: 100%;
}

.option-title {
	text-align: right; 
	width: 50%;
	padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: end;
}

[pq-data="option-agency-commission"] {
	margin: revert;
}

[pq-data="option-agency-commission-value"] {
	width: 5.1em;
}

[pq-data="peopleOnBoard"], [pq-data="language"] {
	width: 5em;
	cursor: pointer;
	text-align: center;
}