@charset "utf-8";
/* CSS Document */

ul.open-list li .disabled{
    color: #B3B3B3 !important;
    cursor: text;
}

.product-imgs {
	margin-bottom:10px !important;
}

.news-wrap {
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #AEAEAE;
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0px 4px 3px 1px rgba(1, 1, 1, 0.1);
}
#project-list li a {
	color: #666;
    font-weight: bold;
    margin-left: 5px;
}
.footer_links {
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
}
#about_us .col-xs-12.col-sm-4.col-md-3{ 			/*------------------ABOUT_US SECTION ---------------------------- */
  padding: 0;
}
#about_us ul {
	padding-left: 20px !important;
	line-height:30px;
	font-size:15px;
}
#about_us ul li {
	list-style-image:url(../images/icons/bullet-1.png);
}
#about_us{
    padding-bottom: 20px;
}
#about_us h2 {
	color:#0E76BC;
	font-weight:bold;
}
#about_us a {
	color:#FFF;
	font-weight:bold ;
	margin-left:5px;
}
#about_us p {
	font-size:15px;
	text-align:justify;
	line-height:26px;
}
#about_us em {
	color:#0E76BC;
	font-weight:normal;
	font-size:22px;									/* --- // ABOUT_US SECTION --- */
}				
								/* Product Page Boxes */																				
.product-box {
	border-radius:10px; 
	padding-bottom:15px; 
	margin-left:-10px; 
	margin-right:-10px; 
	margin-bottom:20px;
	margin-left:0px;
	margin-right:0px;
	min-height: 472px;
}
.product-box h2
{
background: #808080;
}
.normal-text {
	font-weight:normal !important;
}
.productcategory .product-box{ min-height:0 !important;}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  .product-box {
	border-radius:10px; 
	padding-bottom:15px; 
	margin-left:-10px; 
	margin-right:-10px; 
	margin-bottom:20px;
	margin-left:0px;
	margin-right:0px;
	min-height:446px !important;
}
}
.product-box h2 {
	background-color:#884132;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	margin:0px;
	padding:10px;
	height:48px;
	color:#FFF !important;
}
.product-box p {
	padding-left:15px; 
	padding-right:15px; 
}
.btn-pdt {
 background: #de6c49;
  background-image: -webkit-linear-gradient(top, #de6c49, #cc5835);
  background-image: -moz-linear-gradient(top, #de6c49, #cc5835);
  background-image: -ms-linear-gradient(top, #de6c49, #cc5835);
  background-image: -o-linear-gradient(top, #de6c49, #cc5835);
  background-image: linear-gradient(to bottom, #de6c49, #cc5835);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  padding: 3px 8px 3px 8px;
  text-decoration: none;
}
.btn-pdt:hover {
  background: #a82a03;
  background-image: -webkit-linear-gradient(top, #a82a03, #ff8e6b);
  background-image: -moz-linear-gradient(top, #a82a03, #ff8e6b);
  background-image: -ms-linear-gradient(top, #a82a03, #ff8e6b);
  background-image: -o-linear-gradient(top, #a82a03, #ff8e6b);
  background-image: linear-gradient(to bottom, #a82a03, #ff8e6b);
  text-decoration: none;
}		

ul.open-list li {														/* Product Page LI style */
    border-bottom: 1px dotted #CCC;
    color: #6D6D6D;
    font-weight: 600;
    height: auto;
    line-height: 40px;
    list-style:inside url(../images/icons/blts.png) !important;
    margin-bottom: 0px;
    transition: all 250ms ease-in-out 0s;
	margin-right:20px;
}
ul.open-list li:hover{
    border-bottom: 1px dotted #CCC;
    color: #6D6D6D;
    font-weight: 600;
    height: auto;
    line-height: 40px;
    list-style:inside url(../images/icons/blts.png) !important;
    margin-bottom: 0px;
    transition: all 250ms ease-in-out 0s;
	margin-right:20px;
	background-color:#fff2da;
}
ul.open-list li a {
	color:#4E4E4E !important;
}
												
.product-tbl{															/* Product Page Table Styles */
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	}
.product-tbl td{
	font-family:Arial, sans-serif;
	font-size:14px;
	padding:6px 20px;
	border-style:solid;
	border-width:1px;
	overflow:hidden;
	word-break:normal;
}
.product-tbl th{
	font-family:Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:6px 20px;
	border-style:solid;
	border-width:1px;
	border-color:#007EC7;
	overflow:hidden;
	word-break:normal;
	}
.product-tbl .tbl-cell{
	vertical-align:top;
	}
	.bold { font-weight:bold; }
	
	
	

/*.datagrid table td,
.datagrid table th {
    padding: 3px 4px;
}*/
.datagrid table thead th {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #007EC7), color-stop(1, #0077B3));
    background: -moz-linear-gradient( center top, #007EC7 5%, #0077B3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#007EC7', endColorstr='#0077B3');
    background-color: #007EC7;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    /*border-left: 0px solid #0070A8;*/
}
.datagrid table thead th:first-child {
    /*border: none;*/
}
.datagrid table tbody td {
    color: #00496B;
   /* border-left: 1px solid #E1EEF4;*/
    font-size: 13px;
    font-weight: normal;
}
.datagrid table tbody .alt td {
    background: #E1EEF4;
    color: #00496B;
}
.datagrid table tbody td:first-child {
   /* border-left: none;*/
}
.datagrid table tbody tr:last-child td {
    /*border-bottom: none;*/
}
.datagrid table tfoot td div {
    border-top: 1px solid #006699;
    background: #E1EEF4;
}
.datagrid table tfoot td {
    padding: 0;
    font-size: 12px
}
.datagrid table tfoot td div {
    padding: 2px;
}																/* Product Page Table Styles - End */

#gradetbl {									/* Product Page Table Inner table style */
	margin:0px;padding:0px;
	width:97%;
	border:1px solid #b0b0b0;	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
	margin-left:14px;

}#gradetbl table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}#gradetbl tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
#gradetbl table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
#gradetbl table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}#gradetbl tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}#gradetbl tr:hover td{
	
}
#gradetbl tr:nth-child(odd){ background-color:#FFF; }
#gradetbl tr:nth-child(even)    { background-color:#ffffff; }#gradetbl td{
	vertical-align:middle;
	border:1px solid #b0b0b0;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:9px;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	color:#4e4e4e;
}#gradetbl tr:last-child td{
	border-width:0px 1px 0px 0px;
}#gradetbl tr td:last-child{
	border-width:0px 0px 1px 0px;
}#gradetbl tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
#gradetbl tr:first-child td a{
	color:#0f75bc !important;
	font-weight:normal !important;	
}
#gradetbl td a {
	color:#0f75bc !important;
	font-weight:normal !important;	
}
#gradetbl tr:first-child td{
	background-color:#FFF;
	border:0px solid #b0b0b0;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	color:#4e4e4e;
}

#gradetbl tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
#gradetbl tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}									/* // Product Page Table Inner table style  */
.disable-color{
	color: #B3B3B3 !important;
}