﻿body {
    padding-top: 0px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {

}

.messages {overflow: hidden; position: absolute; right: 16px; top: -24px;}
.messages span {float: left; display: block; color: #333; font-size: 14px; margin-right: 3px;}
.messages span.messages_count {color: #ee2f49;}
.messages img {width: 16px;}

.fwb    { font-weight: bold !important; }


/* product list css*/
.companyTxt {
    color:gray !important;
    font-size:11pt;
    font-weight: bold;
}
.companyTxt2 {
    color:gray !important;
    font-size:11pt;
    font-weight: bold;
}
.productTxt {
    color:#333 !important;
    font-size:10pt;
}
.productCodeTxt {
    font-size:9pt;
    text-decoration:underline;
}
.barcodeTxt {
    color:#428bca !important;
    font-size:10pt;
    float:left;
}
.moqTxt {
	float: left;
	display: inline-block;
	margin-left: 10px;
	margin-top: 5px;
	padding: 0.10em 0.3em;
	font-size: 75%;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 1rem;
	color: #fff;
	background-color: #f69a5c;
}
.card-body {
    padding:10px;
}
.qtyTxt {
    color:#000 !important;
    font-size:10pt;
    margin-left:10px;
}
.priceRate2 {
    float:right;
    margin-top:4px;
    margin-left:4px;
}
.priceTxt {
	color: #ee2f49 !important;
	font-size: 11pt;
	float: left;
	font-weight: bold;
	margin-top: 3px;
}

.priceTxt2 {
    color:#ee2f49 !important;
    font-size:12pt; 
    font-weight:bold;
}

.priceDiscount {
    font-size:10pt; 
}

.priceOld {
    text-decoration: line-through !important;    
    font-size:10pt; 
    color:#b7b7b7;
}

.priceOld2 {
    text-decoration: line-through !important;    
    font-size:10pt; 
    float:left;
    color:grey;
}

.priceOld3 {
    font-size: 10pt;
    float: left;
    color: grey;
}

.listitem02 {
    list-style-type: none;
}

.listitem02 a {
    color: #16181b;
}


.mt3 {
    margin-top: 3px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt200 {
    margin-top: 200px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb3 {
    margin-bottom: 3px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}    