/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
	
}

/*Added By Mufaddal*/
.text-align-right { text-align:right; }
.text-align-left { text-align:left; }
.text-align-center { text-align:center; }

.logobe {
	border:0px solid #F00;
	width:100%; 
	height:auto;
	max-width:150px;
}

#confirm-delete .modal-dialog .modal-content { 
	border:0px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#confirm-delete .modal-dialog .modal-content .modal-header{
	background:#333;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

	#confirm-delete .modal-dialog .modal-content .modal-header h4{ color:#fff; font-weight:bold; font-size:19px; }
	
#confirm-delete .modal-dialog .modal-content .modal-body{ color: #666; }
#confirm-delete .modal-dialog .modal-content .modal-footer{
	margin-top:0;
}

.label-form-custom { font-weight:bold; font-size:13px; }

.panel-body .form-group {  }

#disp-cat-icon .iconpicker-component i{
	color:#999999;
}

table.ord-cust-cd tr th{ font-weight:bold; font-size:12px; }
table.ord-cust-cd tr td{ font-size:13px; }
table.ord-cust-cd tr.grey { background:rgba(204,204,204,0.10); }
table.ord-cust-cd tr.green { background:rgba(0,153,0,0.15); }
table.ord-cust-cd tr.yellow { background:rgba(255,255,0,0.20); }
.panel-heading.orange { background:rgba(255,96,0,0.70); color:#fff; }
.panel-heading.green { background:rgba(26,188,156,1); color:#fff; }
.panel-heading.blue { background:rgba(35,177,227,0.90); color:#fff; }
.panel-heading.black { background:rgba(51,51,51,0.80); color:#fff; }

.rc-allpage{ font-size:18px; color:#0066CC; }

.info { font-size:11px; padding-left:5px; }
.info.red { color:#990000; }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) { width:100%; }
.bootstrap-select .dropdown-menu.open { z-index:2147483647 !important; }
.page-body .select2-container .select2-choice { height: 33px; line-height: 32px; }

.searh-filter { position: relative; border: 2px solid #333; margin-bottom: 20px; min-height: 100px; }
.searh-filter h1 { position:absolute; font-size: 21px; background: #fff; margin: 0; top: -13px; left: 3%;  padding: 0 10px; }


.products-container { float: left; width: 100%; }
.products-container .product { float: left; width: 200px; margin: 5px; border:1px solid #ccc; position: relative; }
.products-container .product .image { text-align: center; padding:3px 7px; height: 110px; overflow: hidden; }
.products-container .product .image img { height: 100px; width: auto;  }
.products-container .product .title { padding:7px 7px; height: 40px; }
.products-container .product .title a { text-decoration: none; }
.products-container .product .price { text-align: center; border-top:1px solid #ccc; padding:3px 7px; font-weight: bold; }
.products-container .product input[type=checkbox] { position: absolute; top: 7px; left: 7px; z-index: 999  }

.heading { font-size: 19px; font-weight: bold; margin-top:30px !important; }

footer.main { clear: both;  }

/*added by mz*/
.custom-1 thead tr.headers th  { background: #666 !important; color: #fff; }
.custom-1 .total-clm td 	   { background: #FDFD96; }
.custom-1 .total-clm td strong { font-size: 13px; }