@charset "UTF-8";
/* CSS Document */
body {
   background-color: #808080;
}

#dpg-header {
   padding: 10px 20px;

   /*width: 950px;*/
   margin-left: auto;
   margin-right: auto;
   margin-top: 3px;
   margin-bottom: 3px;
   background: #FFFFFF;
   /*border-bottom: thin solid #000000;*/
}


#ShopingCart{
   margin-top: 15px;
   /*margin-bottom: 25px;*/
}
/*#cart_counter,*/
#cart_amount {
   color: black;
   font-weight: bold;
}


#UserAuth a {
   font-size: 110%;
   color: #003d4c;
}
#check_out_status{
   text-align: center;
   font-size: 1.5em;  
}

#cart_flash {
   color: white;
   background: rgba(100, 100, 100,1);
   display: none;
   font-size: 18px;
   font-weight: bold;
   padding: 12px;
   position: fixed;
   left: 50%;
   top: 25%;
   transform: translate(-50%, -25%); /* Yep! */
   text-align: center;
   width: 250PX;
   height: 45px;
   z-index: 9;
}
/*Text Formating*/
.text-red {
   color: red;
}
.text-green {
   color: green;
}
.text-greenyellow {
   color: greenyellow;
}
.text-10 {
   font-size: 10px;
}
.text-12 {
   font-size: 12px;
}
.order_qty{
   width:50px;
}

.border-left{
   border-left: thin;
   border-left-color: lightgrey;
   border-left-style: solid;
}
.border-right{
   border-right: thin;
   border-right-color: lightgrey;
   border-right-style: solid;
}

.border-test{
   /*border-color: red;*/
   border-style: dashed;
   /*    border-style: solid;*/
   /*border-width: thin;*/

}
.row-centered{
   margin-right: auto;
   margin-left: auto;
   max-width: 80%;
}

#address-bar{
   height: 45px;
   font-size: 18px;
   font-weight: bold;
}


.container,
.container-fluid {
   background: #ffffff none repeat scroll 0 0;
   /*min-height: 800px;*/
}
.cart_menu{
   margin-bottom: 4px;
}
.panel-headingDPG {
   background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #9bbe3b 0%, #6b993f 50%, #9bbe3b 100%) repeat scroll 0 0;
   box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
   color: #000;
   /*color: #ffffff;*/
   height: 45px;
}

.btn-default a.linkButton {
   color:#000000;
}
a.linkButton {
   color: #ffffff;
}

.category_image{
   border-radius: 3px;
   box-shadow: 0 3px 6px rgba(0, 0, 0, 0.9);
   margin-bottom: 1em;
   margin-top: 0.5em;
   margin-left: auto;
   margin-right: auto;

}
.category_thumb {
   text-align: center;
}

.image_thumb_large img{
   display: inline-block;
   margin-top: .5em;
   margin-bottom: 1em;
   height: auto;
   width: 250px;
   border-radius: 3px;
   box-shadow: 0 3px 6px rgba(0,0,0,0.9);
}
.image_thumb_medium img{
   display: inline-block;
   margin-top: .5em;
   margin-bottom: 1em;
   height: auto;
   width: 125px;
   border-radius: 3px;
   box-shadow: 0 3px 6px rgba(0,0,0,0.9);
}
img.image_thumb_small {
   display: inline-block;
   margin-top: .5em;
   margin-bottom: 1em;
   height: auto;
   width: 80px;
   border-radius: 3px;
   box-shadow: 0 3px 6px rgba(0,0,0,0.9);    
}
.image_thumb_small img{
   display: inline-block;
   margin-top: .5em;
   margin-bottom: 1em;
   height: auto;
   width: 80px;
   border-radius: 3px;
   box-shadow: 0 3px 6px rgba(0,0,0,0.9);
}

.panel-gray{
   border-color: #BBB;
}
.panel-heading-gray {
   background-color: #BBB;
   color: white;
   padding: 1px 5px;
}

.panel-black{
   border-color: black;
}
.panel-heading-black {
   background-color: black;
   color: white;
   padding: 2px 5px;
}
.panel-body-small {
   padding-left: 2px;
   padding-right: 2px;
   padding-bottom: 2px;
   padding-top: 2px;
}

.panel-black div.panel-body {
   padding-left: 4px;
   padding-right: 2px;
   padding-bottom: 5px;
   padding-top: 2px;

}
.panel-inline{
   display: inline-block;
   vertical-align: top;
}
.panel-100 {
   width: 100px;
}
.panel-200 {
   width: 200px;
}
.panel-300 {
   width: 300px;
}
.panel-400 {
   width: 400px;
}
.panel-500 {
   width: 500px;
}
.panel-600 {
   width: 600px;
}
.panel-700 {
   width: 700px;
}
.panel-800 {
   width: 800px;
}
.panel-900 {
   width: 900px;
}
.panel-1000 {
   width: 1000px;
}

.brand-carousel{
   /*width:200px;*/
   /*border: thin solid black;*/
}

a.brand-carousel.slick-slide:link,
a.brand-carousel.slick-slide:visited{
   text-decoration: none;
   color:#696969;
}

a.brand-carousel.slick-slide:hover{
   font-size:120%;
   text-decoration: none;
   font-weight: 900;
   color:black;
}

.background-transbox {
   /*display: inline;*/
   display:inline-block;
   /*border: 2px solid;*/
   -webkit-border-radius: 6px;
   /* Firefox 1-3.6 */
   -moz-border-radius: 6px;
   line-height: 20px;
   padding-right: 5px;
   padding-left: 5px;
   box-decoration-break: clone;
}

.product_flag {
   float: left;
   padding-right: 10px;
   max-height: 24px;
}

.dpg-nav-pills > li > a {
   display: block;
   padding: 5px 15px;
   position: relative;
}
.dpg-nav-pills > li > a:focus {
   outline: none;
}
/*lease sidebar link styling*/
.panel-footer.text-center.lease a{
   color: #ffffff;

}

.colorbox
{
   float: left;
   margin: 3px;
   vertical-align: middle;
   text-align: center;
   font-size: 150%;
   font-weight: bolder;
   height: 40px;
   background-size: 140px 50px;
   background-repeat: no-repeat;
   line-height: 40px;
   width: 120px;
   border-style: solid;
   border-width: thin;
   border-color: lightslategray;
   border-radius: 5px;
   cursor:pointer;
}
.width-select{
   font-size: larger;
   font-weight: bolder;
   /*font-style: oblique;*/
}

.sizes{
   margin: 3px;
   float: left;
   height: 30px;
   padding-left: 3px;
   padding-right: 3px;
   /*width: 80px;*/
   width: auto;
   text-align: center;
   vertical-align: middle;
   line-height: 30px;
   border-style: solid;
   border-width: thin;
   border-color: lightslategray;
   border-radius: 5px;
   cursor:pointer;
}
   .instock_sizes {
      background-color: green;
      color: white;
   }
   
   
   .due_in_sizes {
      background-color: blue;
      color: white;
   }
.panel-no-margins {
   /*text-align: center;*/ 
   margin-top: .5em;
   margin-bottom: 1em;
   margin-right: 0px;
   /*margin: 0px;*/
   padding: 0px;
}
.well-xs {
   border-radius: 3px;
   padding: 2px 2px 2px 9px;
   margin-bottom: 5px;
   background-color: #f8f8f8;
}
ul#specification-well li {
   display:inline;
}

ul#specification-well li {
   white-space:nowrap;
}
ul#specification-well {
   padding: 0;
   /*list-style-type: none;*/
}
ul#specification-well{
   margin-bottom: 0px;
}

/*Colors*/
.red {
   color: red;
}
.black {
   color: black;
}
/*Horizontal Rule Styles*/
hr.style1{
   border-top: 2px solid;
}
hr.style1px{
   border-top: 1px solid;
   margin-top: 0px;
   margin-bottom: 15px;
}
hr.style2px{
   border-top: 2px solid;
   margin-top: 0px;
   margin-bottom: 15px;
}
hr.style3px{
   border-top: 3px solid;
   margin-top: 0px;
   margin-bottom: 15px;
}
hr.style4px{
   border-top: 4px solid;
   margin-top: 0px;
   margin-bottom: 15px;
}



.titleborder {
   background: rgba(0, 0, 0, 0) url("/img/mainBorderLine.png") repeat-x scroll 0 0;
   height: 7px;
   margin-top: 18px;
   position: absolute;
   /*width: 650px;*/
   width: 30%;
}
#dpg-footer{    
   color: white;
   background-color: dimgrey;
   padding-top: 15px;
   padding-bottom: 10px;
   /*padding: 15px 0 5px;*/
   text-align: center;
}
#dpg-footer a{
   color: white;
}

#final-footer{

   color: white;
   background-color: black;
   padding-top: 10px;
   padding-bottom: 1px;
   text-align: center;
   font-style: oblique;
   font-size: 12px;
   font-weight: bold;
}
#final-footer p.muted a{
   color:lightgrey;       
}
.footers{
   padding-left: 0;
   padding-right: 0;
}







.slick-slide img {
   margin:auto;
}

.dpg-form-control {
   margin-left: 2px;
   background-color: #fff;
   background-image: none;
   border: 1px solid #ccc;
   border-radius: 4px;
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
   color: #555;
   display: block;
   font-size: 14px;
   height: 34px;
   line-height: 1.42857;
   padding: 6px 12px;
   transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
   width: 90%;
}

.myDebug {
   padding: 5px;
   background: lightgray;
}

/*Product Layout*/

table.specifications td{
   border-bottom: 1px solid #eee;
   color: #333;
   font-size: 12px;
   line-height: 14px;
   text-align: left;
   vertical-align: top;

}

table.specifications tbody tr th{
   background-color: rgb(153, 153, 153);
}


#category_table_condensed tr td a{
   color:black;
}

#category_table_condensed tr td a:hover {
   color: black;
   text-decoration: none;
}
/*.product-sidebar-image{
    max-width: 100px;
    
}*/
img.product-sidebare-image {
   max-width: 100px;

}
h3.panel-title.product-sidebar {
   font-size: 12px;
}
/* Tooltip */
.colorbox + .tooltip > .tooltip-inner {
   /*background-color: #73AD21;*/
   background-color: #333333;
   color: #FFFFFF;
   border: 1px solid black;
   padding: 5px;
   font-size: 20px;
}
/* Tooltip */ 

[id^='add_to_cart'] + .tooltip > .tooltip-inner,
.free-shipping-icon + .tooltip > .tooltip-inner,
.add-to-cart-icon + .tooltip > .tooltip-inner {
   background-color: #73AD21;
   max-width: 100px;
   /*background-color: #333333;*/
   color: #FFFFFF;
   border: 1px solid #73AD21;
   padding: 5px;
   font-size: 15px;
}
.num75{
    width:75px;
   margin: auto;    
}
.num150{
    width:150px;
   margin: auto;    
}
.num225{
    width:225px;
   margin: auto;    
}

input[id*='ShippingWidth'], 
input[id*='ShippingHeight'], 
input[id*='ShippingLength'], 
input[id*='ShippingWeight'], 
input[id*='Dim1'], 
input[id*='Dim2'], 
input[id*='QtyOnPo'], 
input[id*='QtyOnHand'], 
input[id*='Max'], 
input[id*='Min']{
   width:75px;
   margin: auto;      
}
table.dataTable thead .sorting_asc {
   background: url("http://cdn.datatables.net/1.10.0/images/sort_asc.png") no-repeat center left;
}
table.dataTable thead .sorting_desc {
   background: url("http://cdn.datatables.net/1.10.0/images/sort_desc.png") no-repeat center left;
}
table.dataTable thead .sorting {
   background: url("http://cdn.datatables.net/1.10.0/images/sort_both.png") no-repeat center left;
}
