/**
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2015 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

/************** DONGND CART PAGE ************/


/*@media (min-width: 1290px) {
  #module-psquote-quotedetail .container {
    width: 100%;
    max-width: 1290px;
  }
}
#module-psquote-quotedetail .productTable{
	overflow: auto;
}
#module-psquote-quotedetail #productTable {
	width: 1290px;
}*/
.product-code {
   
    /*font-weight: bold;*/
    margin-top: 10px;
    text-align: center;
}

.product-code a {
    color: #133455;
}

.cart_quantity  .cart_quantity_input
{
	margin-left: 7px;
}

.product-short-desc p
{
	margin-bottom: 0;
}

.att-group-name {
    color: #1d9fae;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 5px;
}
/************** DONGND CART PAGE ************/

/************** DONGND LIST QUOTE PAGE ************/
#list-quote td a {
	text-decoration: none;
	color:#000;
}
#list-quote td a:hover {
	text-decoration: underline;
}

.quotebtn {
	background: #EBEDF3;
	border-radius: 0;
	color: #304161;
	display: inline-block;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
    min-width: 140px;
	border-radius: 3px;
}

.quotebtn:hover {
	color: #fff;
	background: #273755;
}

tr.selected-delete {
    background: #ea9696 none repeat scroll 0 0 !important;
}
tr.selected-delete td.sorting_1 {
    background: #ea9696 none repeat scroll 0 0 !important;
}
#confirmOverlay {
    background: rgba(11, 11, 11, 0.2) linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}
#confirmBox {
    background: #e5e5e5 none repeat scroll 0 0;
    border: 1px solid rgba(33, 33, 33, 0.6);
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    left: 50%;
    margin: -230px 0 0 -170px;
    position: fixed;
    top: 50%;
    width: 400px;
}
#confirmBox h1, #confirmBox p {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #666;
    font: 18px/1 "Cuprum","Lucida Sans Unicode","Lucida Grande",sans-serif;
    padding: 18px 25px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
}
#confirmBox h1 {
    color: #888;
    letter-spacing: 0.3px;
}
#confirmBox p {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 14px;
    line-height: 1.4;
    padding-top: 35px;
}
#confirmButtons {
    padding: 15px 0 25px;
    text-align: center;
}
#confirmBox .button {
    border: medium none;
    color: white;
    display: inline-block;
    font: 14px/33px "Cuprum","Lucida Sans Unicode","Lucida Grande",sans-serif;
    height: 33px;
    margin-right: 15px;
    padding: 0 35px 0 40px;
    position: relative;
    text-decoration: none;
}
#confirmBox .button.yes {
    background: #79bddb none repeat scroll 0 0;
}
#confirmBox .button.no {
    background: #a8a8a8 none repeat scroll 0 0;
}
#confirmBox .button:last-child {
    margin-right: 0;
}
#confirmBox .button span {
    height: 33px;
    position: absolute;
    right: -5px;
    top: 0;
    width: 5px;
}
#confirmBox .blue {
    background-position: left top;
    text-shadow: 1px 1px 0 #5889a2;
}
#confirmBox .blue span {
    background-position: -195px 0;
}
#confirmBox .blue:hover {
    background-position: left bottom;
}
#confirmBox .blue:hover span {
    background-position: -195px bottom;
}
#confirmBox .gray {
    background-position: -200px top;
    text-shadow: 1px 1px 0 #707070;
}
#confirmBox .gray span {
    background-position: -395px 0;
}
#confirmBox .gray:hover {
    background-position: -200px bottom;
}
#confirmBox .gray:hover span {
    background-position: -395px bottom;
}

#confirmOverlay h1
{
	margin: 0;
	text-align: center;
}
#confirmOverlay .button
{
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 0.2em;
}

.quote-table-header h1
{
	margin-top: 0;
	float: left;
}

.quote-table-header .quotebtn,
.btn-backlistquote {
	background: #fa6f3a;
	position: absolute;
	top: -144px;
	padding: 10px;
	width: 200px;
	height: 49px;
	text-transform: uppercase;
	border-radius: 5px;
	color: #fff;
	right: 0;
	line-height: 30px;
}

.quote-table-content
{
	clear: both;
}

#quotes {
    font-size: 16px;
    margin-bottom: 20px;
}

/************** DONGND LIST QUOTE PAGE ************/

/************** DONGND QUOTE DETAIL ************/
#mask{
        position:fixed; /* important */
		z-index: 3;
        top:0px; /* start from top */
        left:0px; /* start from left */
        height:100%; /* cover the whole page */
        width:100%;  /* cover the whole page */
        display:none; /* don't show it '*/
        /* styling bellow */
        background-color: black;
    }
    .modal_window{
        position:fixed; /* important so we can position it on center later */
        display:none; /* don't show it */
		z-index: 3;
        /* styling bellow */
        color:white;
    }
    /* style a specific modal window  */
    #progress{
		padding: 5px;
        border:1px solid gray;
        color:black;
		background: white;
		z-index:4;
    }
	
.preloadimage {
	background-image:url(/img/indians-loading.gif);
}
/*.row{clear:both; width:100%;}*/
/*
a:hover {
	text-decoration:underline;
}
*/
a img {
	border:none;
}
/*
.keypress{ 	
	background:url(../img/quote_top_footer.png) left top repeat-x;
}
*/
.my-quote-form {
	color:#000;
	font-family:"Fira Sans Condensed", sans-serif;
	font-size:13px;
}
table { font-family:"Fira Sans Condensed", sans-serif}
table.quoteNumber {
	border:1px solid #d4d4d4;
	width:100%;
}
.quoteNumber td {
	border:1px solid #d4d4d4;
	border-left:none;
	border-right:none;
	padding:7px;
	color:#00879c;
	font-size:13px;
	font-weight:bold;
}
.quoteNumber td.lc {
	width:40%;
	background: url(../img/quote_top_td.png) left top repeat-x;
}
.quoteNumber td.rc {
	width:60%;
	text-align:right
}
.productTable table {
	margin:20px 0;
	
}
.productTable table th, .productTable table td {
	padding:10px;
}
.productTable table th {
	background:url(../img/quote_product_td.png) left top repeat-x;
	font-size:13px;
	font-weight:bold;
	color:#fff;
}
.productTable table td {
	font-family:"Fira Sans Condensed", sans-seri;
	color:#000;
	vertical-align: top;
	line-height:1.2;
	font-size:14px;
	text-align:center;
	font-weight: 400;
}
.productTable table tr {
	border:1px solid #b6b6b6;
}
.productTable table tr.productDetail div.productDiv {
	border:none;
	height:60px;
	background:url(../img/quote_top_footer.png) left top repeat-x;
	padding:0px 7px;
}
.productTable table tr.space {
	border:none;
}
.productTable table tr.space td {
	padding:5px;
}
.productTable table tr.productDetail div.productDiv td {
	padding:5px;
	font-size:13px;
	padding:5px 2px 5px 0;
	text-align:left;
}
.productTable table tr.productDetail div.productDiv div {
	float:left;
	width: auto;
	padding:5px;
	font-size:11px;
	padding:5px 0;
	line-height:1.1;
	width:19.5%;
	text-align:left;
}
.productTable table tr.productDetail div span.bold {
	font-weight:bold;
}
.productTable table td.img h3 {
	padding-left:15px;
}
.productTable table td h3 {
	color:#12b7cd;
	font-weight:bold;
	font-size:16px;
	padding-bottom:5px;
	margin:0;
}
.productTable table td h3 a {
	color:#12b7cd;
	text-decoration:none;
}
.productTable table tr.cartDetail div {
	margin-bottom:10px;
	float:left;
	width:100%;
}
.productTable table tr.cartDetail div.addrow{
	float:float;
	width:100%;	
}
.productTable table tr.cartDetail div span {
	display:block;
	height:20px;
}
.productTable table td input[type='text'] {
	width:60px;
	border:1px solid #ccc;
}
#showPriceTableContainer {
	position:absolute;
	left:0;
	top:0;
	display:none;
	z-index: 20000;
	background:#fff;
}
.showPriceTable {
}
#personPopupContent {
	background-color: #FFF;
	min-width: 175px;
	min-height: 50px;
}
.showPriceTable .personPopupImage {
	margin: 5px;
	margin-right: 15px;
}
.showPriceTable .corner {
	width: 19px;
	height: 15px;
}
.showPriceTable .topLeft {
	background: url(../img/balloon_topLeft.png) no-repeat;
}
.showPriceTable .bottomLeft {
	background: url(../img/balloon_bottomLeft.png) no-repeat;
}
.showPriceTable .left {
	background: url(../img/balloon_left.png) repeat-y;
}
.showPriceTable .right {
	background: url(../img/balloon_right.png) repeat-y;
}
.showPriceTable .topRight {
	background: url(../img/balloon_topRight.png) no-repeat;
}
.showPriceTable .bottomRight {
	background: url(../img/balloon_bottomRight.png) no-repeat;
}
.showPriceTable .top {
	background: url(../img/balloon_top.png) repeat-x;
}
.showPriceTable .bottom {
	background: url(../img/balloon_bottom.png) repeat-x;
	text-align: center;
}
.productTable td.rangelist div.pricerow {
	clear: both;
	width: 100%;
	float: none;
	text-align: left;
}
.productTable td.rangelist div.pricerow span {
	display: inline;
}
input.productPrice, input.quotesPrice, input.productMarkupPer, span.markupprice {
	margin-right: 6%;
}
.productTable td.rangelist div.pricerow span.markupprice {
	display: inline-block;
	width:65px;
	margin-right:0;
}
input.productMarkupPer{
	margin-right: 11%;
}

.priceInfo{ }
table.priceTable{font-size:13px; color:#000;    border: 1px solid #d6d6d6; width:535px; float:left; margin:20px 0;

    background: #f3f7f8;}
table.priceTable td{padding:5px;border:1px solid #d6d6d6; border-right:none;  color: #008196;
    font-size: 13px;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);}
table.priceTable tr.thead{ background: url(../img/cmsbanner.jpg) left top no-repeat; padding:0 1px; }
table.priceTable th{font-weight:bold; 
    color: white;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);  padding:12px 10px;}

.loader {
    animation: 1.1s linear 0s normal none infinite running load8;
    border-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) #04407a;
    border-style: solid;
    border-width: 1.1em;
    bottom: 0;
    font-size: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-indent: -9999em;
    top: 0;
    transform: translateZ(0px);
}
.loader, .loader::after {
    border-radius: 50%;
    height: 10em;
    width: 10em;
}
@keyframes load8 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes shift {
0% {
    left: 0;
}
100% {
    left: -9900%;
}
}
.loader_bg {
    background: rgba(255, 255, 255, 0.68) none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.btn-backlistquote
{
	margin-bottom: 20px;
}

/************** DONGND QUOTE DETAIL ************/

/************** DONGND QUOTE LOGIN ************/
.quote-login #SubmitLogin
{
	background: #a0db41 none repeat scroll 0 0;
    font-size: 20px;
    width: 100%;
}

.quote-login
{
    background: #0683a1 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    padding: 10px;
	margin: 20px auto;
}

.quote-login .title {
    background: #ff9c46 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
    padding: 15px;
    text-align: center;
}

.quote-login input
{
	color: #000;
}
#sendadminquote{
	width: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 10px;
}
#quotes tr{
	border-bottom: 1px solid #ccc;
}
#quotes tbody tr:last-child {
  border-bottom: 1px solid #000;
}
#quotes tr td{
	padding-top: 10px;
	padding-bottom: 10px;
}
#quotes tbody tr td:last-child{
	width: 100px;
}
table.display thead th:nth-child(6){
	width: 100px;
}
table.display thead th:nth-child(3){
	width: 200px;
}
table.display thead th:nth-child(1){
	width: 93px !important;
}
#quotes th:nth-child(7),
#quotes td:nth-child(7){
	display: none;
}
.bnt-action-quote{
	display: inline-block;
	border: 1px solid #ccc;
	padding: 2px;
	margin: 0 2px;
	width: 25px;
	text-align: center;
}
.action-blank{
	display: inline-block;
	border: none;
	padding: 2px;
	margin: 0 2px;
	width: 25px;
	text-align: center;
}
.bnt-action-quote img{
	width: 15px;
	height: 15px;
}
#quotes tr.odd{
	background: #eaeff2;
}
#quotes .ppe{
	background: #08B0B4;
	color: #fff;
	display: inline-block;
	width: 110px;
	border-radius: 3px;
	padding: 3px 10px;
}
#quotes .pue{
	background: #9E1C76;
	color: #fff;
	display: inline-block;
	width: 110px;
	border-radius: 3px;
	padding: 3px 10px;
}
#quotes .rce{
	background: #01A339;
	color: #fff;
	display: inline-block;
	width: 110px;
	border-radius: 3px;
	padding: 3px 10px;
}
#quotes .rsbe, #quotes .rbe{
	background: #FED304;
	color: #fff;
	display: inline-block;
	width: 110px;
	border-radius: 3px;
	padding: 3px 10px;
}
#quotes .bge{
	background: #E9655F;
	color: #fff;
	display: inline-block;
	width: 110px;
	border-radius: 3px;
	padding: 3px 10px;
}
#quotes .cpe{
	background: #95348B;
	color: #fff;
	display: inline-block;
	width: 110px;
	border-radius: 3px;
	padding: 3px 10px;
}
#quotes .ace, #quotes .cor{
	background: #304576;
	color: #fff;
	display: inline-block;
	width: 110px;
	border-radius: 3px;
	padding: 3px 10px;
}
#quotes .cge{
	background: #55648E;
	color: #fff;
	display: inline-block;
	width: 110px;
	border-radius: 3px;
	padding: 3px 10px;
}
#quotes .hse{
	background: #206FB7;
	color: #fff;
	display: inline-block;
	width: 110px;
	border-radius: 3px;
	padding: 3px 10px;
}


#quotes_filter input {
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin: 0;
}
#quotes_filter label,{
	margin: 0;
}
.listquote #breadcrumb,
.quotedetail #breadcrumb{
	display: none;
}
.listquote #header_content .top > div:first-child,
.quotedetail #header_content .top > div:first-child{
	display: none;
}
.listquote .right-bottom-header,
.listquote .contact-top,
.quotedetail .right-bottom-header,
.quotedetail .contact-top{
	display: none;
}
.listquote #footer .wrapper:nth-child(1),
.listquote #footer .wrapper:nth-child(2),
.listquote #footer .wrapper:nth-child(3),
.listquote #footer .wrapper:nth-child(4),
.listquote #footer .wrapper:nth-child(5),
.quotedetail #footer .wrapper:nth-child(1),
.quotedetail #footer .wrapper:nth-child(2),
.quotedetail #footer .wrapper:nth-child(3),
.quotedetail #footer .wrapper:nth-child(4),
.quotedetail #footer .wrapper:nth-child(5) {
	display: none;
}

.quotedetail #center_column {
	margin-top: 30px;
}
#module-psquote-quotedetail .topnav,
#module-psquote-listquote .topnav {
	display: none;
}
#module-psquote-quotedetail .logo-top .col-xl-3,
#module-psquote-listquote .logo-top .col-xl-3{
	display: none;
}
#module-psquote-quotedetail .top-right-header,
#module-psquote-listquote .top-right-header{
	display: none !important;
}
#module-psquote-quotedetail .footer-top, #module-psquote-quotedetail .footer-center,
#module-psquote-listquote .footer-top, #module-psquote-listquote .footer-center{
	display: none;
}
.dataTables_paginate{
	width: auto !important;
}
#quotes tbody tr td:nth-child(8) {
	width: 135px;
	text-wrap: nowrap;
}
#quotes tbody tr td:nth-child(2) {
	width: 150px;
	text-wrap: nowrap;
}
#quotes tbody tr td:nth-child(5) {
	text-wrap: nowrap;
}
/************** DONGND QUOTE LOGIN ************/

.my-quote-form{

}
.my-quote-form .quotation_id{
	background: #152B54;
	text-align: right;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: end;
}
.my-quote-form .quotation_id span{
	font-size: 22px;
}
.quote-form-top{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	font-weight: 500;
}
.quote-form-top-left,
.quote-form-top-right {
	width: calc(50% - 5px);
}
.quote-form-item{
	display: flex;
	border: 1px solid #DFDFDF;
	margin-top: 5px;
	background: #FBFBFB;
}
.quote-form-item label{
	background: #F4F4F4;
	color: #304161;
	padding: 5px 10px;
	width: 40%;
	font-weight: 500;
	margin: 0;
	text-align: left;
	padding-left: 20px;
	display: flex;
	align-items: center;
}
.quote-form-item input, .quote-form-item select{
	width: 60%;
  padding: 2px 10px;
  height: 30px;
  margin: 3px;
  color: #304161;
  border: 1px solid #E1E2E5;
  font-size: 15px;
}

#welcometext{
	display: none;
}
a.copy-quote{
	background: #ffffff80;
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 30px;
	padding: 5px;
	line-height: 0;
}
a.copy-quote.active{
	background: #56d356;
}
#productTableTr{

}
.productTable table th {
	background: #152B54;
	vertical-align: middle;
	border-right: 1px solid #fff;
	font-size: 14px;
}
.productTable table th:last-child {
	border: none;
}
.product-quote-event{
	padding: 0 !important;
}
.productTable table tr.cartDetail div .pricerow-item{
	display: block;
	margin: 0;
}
.productTable table tr.cartDetail div .pricerow-item-1{
	width: 76px;
	text-align: center;
}
.productTable table tr.cartDetail div .pricerow-item-2{
	width: 118px;
	text-align: center;
}
.productTable table tr.cartDetail div .pricerow-item-3{
	width: 76px;
	text-align: center;
}
.productTable table tr.cartDetail div .pricerow-item-4{
	width: 117px;
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  line-height: 30px;
  padding-right: 5px;
}
.productTable table tr.cartDetail div .pricerow-item-5{
	width: 108px;
  text-align: right;
  margin: 0;
  line-height: 30px;
}
.productTable table tr.cartDetail div .pricerow-item-6{
	width: 28px;
	text-align: center;
	padding-top: 5px;
	float: right;
}
.productTable table td.rangelist {
	padding-left: 0;
	padding-right: 0;
	position: relative;
}
.productTable table tr.cartDetail{
	background: #FBFBFB;
	border: 1px solid #DFDFDF;
}
.productTable table tr.cartDetail div.deleterow{
	position: absolute;
	width: auto;
	right: -35px;
	top: 10px;
	cursor: pointer;
}
.productTable table tr.decorationDetail{
	background: #FBFBFB;
}
.productTable table tr{
	border: 1px solid #DFDFDF;
}
.productTable table tr.productDetail div.productDiv{
	background: #F4F4F4;
	padding: 10px;
	height: auto;
}
.productTable table tr.productDetail div.productDiv td{
	padding-left: 5px;
	padding-right: 5px;
}
.productTable table tr.productDetail div.productDiv td:nth-child(1) {
	width: 156px;
}
.productTable table tr.productDetail div.productDiv td:nth-child(2) {
	width: 258px;
}
.productTable table tr.productDetail div.productDiv td:nth-child(3) {
	
}
.productTable table tr.productDetail div.productDiv td:nth-child(4) {
	width: 190px;
}
.productTable table tr.productDetail div.productDiv td:nth-child(5) {
	width: 190px;
}
.productTable table tr.productDetail div.productDiv td span{
	display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #304161;
  font-weight: 500;
}
.productTable table td{
	color: #304161;
}
textarea.freight, textarea.note-desp{
	width: 100%;
	height: 50px;
	resize: none;
}
.productTable table td h3 a {
  color: #304161;
  text-transform: unset;
}
.productTable table td h3{
	color: #304161;
	text-transform: unset;
}
.productTable table td.rangelist{
	position: relative;
}
.productTable td.rangelist div.pricerow{
	z-index: 1;
	position: inherit;
	margin: 0;
	padding: 0;
}
.productTable table td.rangelist:before{
	content: '';
	display: block;
	background: #E0F3FF;
	width: 120px;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 139px;
}
.productTable table td input[type="text"]{
	border-radius: 3px;
	padding: 5px;
}
.productTable table td select.select-color{
	flex: 1;
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 3px;
	width: inherit;
}
.productTable table td select.list_print_option{
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 3px;
	width: 240px;
}
.note-desp{
	display: flex;
}
.note-desp textarea{
	flex: 1;
}
.note-desp label{
	display:flex;
	gap:5px;
	width: 47px;
}
select.icoloursetup{
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 3px;
	width: 260px;
}
.decorationDetail h3{
	padding: 0;
}
.productTable table tr.decorationDetail td{
	vertical-align: middle;
}
.productTable table tr.cartDetail td.desp > div{
	max-width: 250px;
}
.btn-backlistquote.button-exclusive{
	padding: 8px 20px 8px 20px;
  border-color: #152B54;
  border-radius: 3px;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  position: relative;
  transition: 0.25s all;
  background: #152B54;
}
.desp label{
	font-weight: 500;
}
.colourTotal{
	display: block;
  text-align: right;
  padding-right: 28px;
}
.quote-form-item a{
	font-weight: 400;
}
#get_a_quote .alert ul{
	margin: 0;
	padding: 0;
}
#get_a_quote .alert:before{
	top: 8px;
}
input.decorationcustomization{
	margin: auto;
	margin-top: 5px;
	padding: 5px;
	width: 100%;
	max-width: 240px;
	display: none;
}
input.decorationcustomization.active{
	display: block;
}
.productTable table td .othercolour input{
	width: 100%;
}
.othercolour{
	display: none;
}
.othercolour.active{
	display: block;
}
.productTable table td input.colorsetup{
	width: 260px;
	margin: auto;
	margin-top: 5px;
}
.colorsetup{
	display: none;
}
.colorsetup.active{
	display: block;
}
.quote-form-item .error{
	border: 1px solid #ff0000;
}
.quote-form-item-manualquote{
	display: none;
}
.quote-form-item-manualquote.active{
	display: flex;
}
#list-quote td a.manual.quote {
	border: 1px solid #ccc;
	padding: 3px 0px;
	background: #fff;
	border-radius: 3px;
	width: 110px;
	display: inline-block;
	text-align: center;
}


@media (prefers-color-scheme: dark) {
  .productTable td.rangelist div.pricerow span.markupprice{
  	color:#fff;
  }
  .productTable table td.rangelist:before{
  	background: #1cce28;
  }
}

@media (max-width: 1499px) {
	.productTable table td.rangelist:before{
		width: 106px;
		right: 125px;
	}
	.productTable table tr.cartDetail div .pricerow-item-2{
		width: 115px;
	}
	.productTable table tr.cartDetail div .pricerow-item-3 {
		width: 62px;
	}
	.productTable table tr.cartDetail div .pricerow-item-4{
		width: 105px;
	}
	.productTable table tr.cartDetail div .pricerow-item-5{
		width: 97px;
	}
	.productTable table tr.cartDetail div .pricerow-item-4 span{
		margin-right: 5px;
	}
	.productTable table tr.cartDetail div .pricerow-item-5 span{
		margin-right: 10px;
	}
}

@media (max-width: 1199px) {
	#module-psquote-quotedetail .container {
		width: 100%;
	}
}
#module-psquote-listquote header {
	position: unset;
}