/**
* 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 ************/
.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: #17adc4 -moz-linear-gradient(center top , #17adc4 5%, #028a9f 100%) repeat scroll 0 0;
	background: #17adc4 -webkit-linear-gradient(center top , #17adc4 5%, #028a9f 100%) repeat scroll 0 0;
	background: #17adc4 -o-linear-gradient(center top , #17adc4 5%, #028a9f 100%) repeat scroll 0 0;
	*/
	background: #028a9f; 
	background: -moz-linear-gradient(center,  #028a9f 5%, #17adc4 100%);
	background: -webkit-linear-gradient(center,  #028a9f 5%,#17adc4 100%); 
	background: linear-gradient(to bottom,  #028a9f 5%,#17adc4 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#028a9f', endColorstr='#17adc4',GradientType=0 );
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    width: 100px;
}

.quotebtn:hover {
	color: #fff;
	/*
    background: #028a9f -moz-linear-gradient(center top , #028a9f 5%, #17adc4 100%) repeat scroll 0 0;
	background: #028a9f -webkit-linear-gradient(center top , #028a9f 5%, #17adc4 100%) repeat scroll 0 0;
	background: #028a9f -o-linear-gradient(center top , #028a9f 5%, #17adc4 100%) repeat scroll 0 0;
	*/
	background: #028a9f; 
	background: -moz-linear-gradient(center,  #028a9f 5%, #17adc4 100%);
	background: -webkit-linear-gradient(center,  #028a9f 5%,#17adc4 100%); 
	background: linear-gradient(to bottom,  #028a9f 5%,#17adc4 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#028a9f', endColorstr='#17adc4',GradientType=0 );
}

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: #ff9c46;
	position: absolute;
	top: -144px;
	padding: 10px;
	width: 200px;
	height: 49px;
	text-transform: uppercase;
	border-radius: 5px;
	color: #000;
	right: 0;
}

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

#quotes {
    font-size: 14px;
    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:Arial, Helvetica, sans-serif;
	font-size:13px;
}
table {font-family:Arial, Helvetica, 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:Arial, Helvetica, sans-serif;
	color:#000;
	vertical-align: top;
	line-height:1.2;
	font-size:14px;
	text-align:center;
}
.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:11px;
	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:50px;
	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;
}
/************** DONGND QUOTE LOGIN ************/