body {
    background-color: #fffff;
    padding-bottom: 40px;
    padding-top: 0px;
}
.form-signin {
    margin: 0 auto;
    max-width: 560px;
    padding: 15px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
    text-align: center;
}
.form-signin label {
    margin-top: 24px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    box-sizing: border-box;
    font-size: 16px;
    height: auto;
    padding: 10px;
    position: relative;
    margin-top:15px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -1px;
}
.form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 10px;
}
.nav-dropdownarea {
    float: left;
    margin-top: 9px;
}
.background-white{
    background: #ffffff;
}

.padding-top-5{
    padding-top: 5px;
}
.nav-dropdownarea ol,
ul {
    margin-bottom: 10px;
    margin-top: 0px;
}
.list-unstyled label {
    margin-right: 10px;
}
.pro-qtyinput {
    width: 110px;
    float: right;
}

.listing-table .btn i.glyphicon {
    color: #000;
}

.container-small {
    margin: 30px auto;
    max-width: 60%;
}
@media screen and (max-width: 767px) {
    .container-small {
        max-width: 100%;
    }
}
.text-center {
    text-align: center;
}
.margin-top {
    margin-top: 20px;
}
.margin-btm {
    margin-bottom: 20px;
}
.margin-50 {
    margin-top: 50px;
}
.uploadedimg {
    background: #eeeeee;
    margin: 20px auto;
    max-width: 400px;
    text-align: center;
}
.head-logout a {
    /*float: right;*/
    color: #fff;
    /*margin-top: 5px;*/
}
.app-info .form-control {
    margin-bottom: 10px;
}
.app-info label {
    margin-top: 5px;
}
.app-info .radio,
.checkbox {
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
    position: relative;
}
.app-info .radio label,
.app-info .checkbox label {
    margin-right: 0px;
}
.propagination-area {
    float: right;
    margin-top: -10px;
}
.table .glyphicon {
    font-size: 18px;
    color: #ffffff;
}
#requestUserPlus,#requestUserMinus {
    font-size: 18px;
    color: #636462;
}
body {
    background: #fff;
    font-size: 12px;
}
.btn {
    min-width: 90px;
}
table th {
    background: #fff;
}

/*# sourceMappingURL=main.css.map */

/* 
        Max width before this PARTICULAR table gets nasty
        This query will take effect for any screen smaller than 760px
        and also iPads specifically.
*/
@media 
only screen and (max-width: 767px)  {

    /* Force table to not be like tables anymore */

    .prolisting-table table,
    .prolisting-table thead,
    .prolisting-table tbody,
    .prolisting-table th,
    .prolisting-table td,
    .prolisting-table tr { 
        display: block;	
    }
    /* delinfofive-table page five */
    .delinfofive-table table,
    .delinfofive-table thead,
    .delinfofive-table tbody,
    .delinfofive-table th,
    .delinfofive-table td,
    .delinfofive-table tr { 
        display: block;	
    }


    /* proreviews-table page four */
    .proreviews-table table,
    .proreviews-table thead,
    .proreviews-table tbody,
    .proreviews-table th,
    .proreviews-table td,
    .proreviews-table tr { 
        display: block;	
    }

    /* proname-six-table page Six product */
    .proname-six-table table,
    .proname-six-table thead,
    .proname-six-table tbody,
    .proname-six-table th,
    .proname-six-table td,
    .proname-six-table tr { 
        display: block;	
    }
    /* delinfo-six-table page Six product */
    .delinfo-six-table table,
    .delinfo-six-table thead,
    .delinfo-six-table tbody,
    .delinfo-six-table th,
    .delinfo-six-table td,
    .delinfo-six-table tr { 
        display: block;	
    }


    /* osearch-table page eight*/
    .osearch-table table,
    .osearch-table thead,
    .osearch-table tbody,
    .osearch-table th,
    .osearch-table td,
    .osearch-table tr { 
        display: block;	
    }


    /* Hide table headers (but not display: none;, for accessibility) */
    .prolisting-table thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .prolisting-table tr { border: 1px solid #e7e7e7; margin-bottom:20px;}

    .prolisting-table td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #e7e7e7; 
        position: relative;
        /*padding-left: 50%; */
    }

    .prolisting-table td:before { 
        /* Now like a table header */
        position:relative;
        /* Top/left values mimic padding */
        top: 0px;
        left: 0px;
        /*padding-right: 10px; */
        white-space: nowrap;
        display:block;
        padding:2px 0;
        font-weight:700;
    }



    .table-bordered {
        border:none;
    }

    /* delinfofive-table page five */
    .delinfofive-table thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .delinfofive-table tr { border: 1px solid #e7e7e7; margin-bottom:20px;}
    .delinfofive-table td { 
        border: none;
        border-bottom: 1px solid #e7e7e7; 
        position: relative;
    }
    .delinfofive-table td:before { 
        position:relative;
        top: 0px;
        left: 0px;
        white-space: nowrap;
        display:block;
        padding:2px 0;
        font-weight:700;
    }


    /* osearch-table page eight */
    .osearch-table thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .osearch-table tr { border: 1px solid #e7e7e7; margin-bottom:20px;}
    .osearch-table td { 
        border: none;
        border-bottom: 1px solid #e7e7e7; 
        position: relative;
    }
    .osearch-table td:before { 
        position:relative;
        top: 0px;
        left: 0px;
        white-space: nowrap;
        display:block;
        padding:2px 0;
    }

    /* proreviews-table page four */
    .proreviews-table thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .proreviews-table tr { border: 1px solid #e7e7e7; margin-bottom:20px;}
    .proreviews-table td { 
        border: none;
        border-bottom: 1px solid #e7e7e7; 
        position: relative;
    }
    .proreviews-table td:before { 
        position:relative;
        top: 0px;
        left: 0px;
        white-space: nowrap;
        display:block;
        padding:2px 0;
        font-size:medium;
        font-weight:700;
    }

    /* proname-six-table page Six product */
    .proname-six-table thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .proname-six-table tr { border: 1px solid #e7e7e7; margin-bottom:20px;}
    .proname-six-table td { 
        border: none;
        border-bottom: 1px solid #e7e7e7; 
        position: relative;
    }
    .proname-six-table td:before { 
        position:relative;
        top: 0px;
        left: 0px;
        white-space: nowrap;
        display:block;
        padding:2px 0;
        font-size:medium;
        font-weight:700;
    }

    /* delinfo-six-table page Six product */
    .delinfo-six-table thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .delinfo-six-table tr { border: 1px solid #e7e7e7; margin-bottom:20px;}
    .delinfo-six-table td { 
        border: none;
        border-bottom: 1px solid #e7e7e7; 
        position: relative;
    }
    .delinfo-six-table td:before { 
        position:relative;
        top: 0px;
        left: 0px;
        white-space: nowrap;
        display:block;
        padding:2px 0;
        font-size:medium;
        font-weight:700;
    }




    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border:0;
        border-bottom: 1px solid #e7e7e7;
    }


    /*
    Label the data
    */
    .prolisting-table td:nth-of-type(1):before { content: "Del Code"; }
    .prolisting-table td:nth-of-type(2):before { content: "Del"; }
    .prolisting-table td:nth-of-type(3):before { content: "Address"; }
    .prolisting-table td:nth-of-type(4):before { content: "Address 2"; }
    .prolisting-table td:nth-of-type(5):before { content: "Delete"; }

    /* delinfofive-table page five */
    .delinfofive-table td:nth-of-type(1):before { content: "Sr"; }
    .delinfofive-table td:nth-of-type(2):before { content: "Description"; }
    .delinfofive-table td:nth-of-type(3):before { content: "Qty"; }
    .delinfofive-table td:nth-of-type(4):before { content: "Stock"; }


    /* osearch-table page eight */
    .osearch-table td:nth-of-type(1):before { content: "Delivery "; }
    .osearch-table td:nth-of-type(2):before { content: "Product"; }
    .osearch-table td:nth-of-type(3):before { content: "Qty"; }
    .osearch-table td:nth-of-type(4):before { content: "Status"; }
    .osearch-table td:nth-of-type(5):before { content: "Edit"; }

    /* proreviews-table page four */
    .proreviews-table td:nth-of-type(1):before { content: "Product "; }
    .proreviews-table td:nth-of-type(2):before { content: "Image"; }
    .proreviews-table td:nth-of-type(3):before { content: "Stock"; }
    .proreviews-table td:nth-of-type(4):before { content: "Status"; }
    .proreviews-table td:nth-of-type(5):before { content: "Place Order"; }

    /* proname-six-table page Six product */
    .proname-six-table td:nth-of-type(1):before { content: "Product Name"; }
    .proname-six-table td:nth-of-type(2):before { content: "Qty"; }

    /* delinfo-six-table page Six product */
    .delinfo-six-table td:nth-of-type(1):before { content: "Del Info"; }
    .delinfo-six-table td:nth-of-type(2):before { content: "Product"; }
    .delinfo-six-table td:nth-of-type(3):before { content: "Qty"; }


    
    /* product-listing-table Table Headings*/
    .product-listing-table td:nth-of-type(1):before { content: "Product ID"; }
    .product-listing-table td:nth-of-type(2):before { content: "Product Name"; }
    .product-listing-table td:nth-of-type(3):before { content: "Prinser Order ID"; }
    .product-listing-table td:nth-of-type(4):before { content: "Last Prinser ID"; }
    .product-listing-table td:nth-of-type(5):before { content: "Quantity"; }
    .product-listing-table td:nth-of-type(6):before { content: "Product Unit"; }
    .product-listing-table td:nth-of-type(7):before { content: "Weight"; }
    .product-listing-table td:nth-of-type(8):before { content: "Image"; }
    .product-listing-table td:nth-of-type(9):before { content: "Status"; }
    .product-listing-table td:nth-of-type(10):before { content: "Action"; }

    /* stock-listing-table Table Headings*/
    .stock-listing-table td:nth-of-type(1):before { content: "Product ID"; }
    .stock-listing-table td:nth-of-type(2):before { content: "Product Name"; }
    .stock-listing-table td:nth-of-type(3):before { content: "Prinser Order ID"; }
    .stock-listing-table td:nth-of-type(4):before { content: "Last Prinser ID"; }
    .stock-listing-table td:nth-of-type(5):before { content: "Stock Arrival Quantity"; }
    .stock-listing-table td:nth-of-type(6):before { content: "Product Unit"; }
    .stock-listing-table td:nth-of-type(7):before { content: "Weight"; }
    .stock-listing-table td:nth-of-type(8):before { content: "Action"; }

    
    .mainorder-table table,
    .mainorder-table thead,
    .mainorder-table tbody,
    .mainorder-table th,
    .mainorder-table td,
    .mainorder-table tr { 
        display: block;	
    }

    .mainorder-table thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .mainorder-table tr { border: 1px solid #e7e7e7; margin-bottom:20px;}
    .mainorder-table td { 
        border: none;
        border-bottom: 1px solid #e7e7e7; 
        position: relative;
    }
    .mainorder-table td:before { 
        position:relative;
        top: 0px;
        left: 0px;
        white-space: nowrap;
        display:block;
        padding:2px 0;
        font-weight:700;
    }

    /* product-listing-table Table Headings*/
    .mainorder-table td:nth-of-type(1):before { content: "Main Order Id"; }
    .mainorder-table td:nth-of-type(2):before { content: "User Id"; }
    .mainorder-table td:nth-of-type(3):before { content: "Created On"; }
    .mainorder-table td:nth-of-type(4):before { content: "Total Amount"; }
    
    .mainorderlisting-table table,
    .mainorderlisting-table thead,
    .mainorderlisting-table tbody,
    .mainorderlisting-table th,
    .mainorderlisting-table td,
    .mainorderlisting-table tr { 
        display: block;	
    }

    .mainorderlisting-table thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .mainorderlisting-table tr { border: 1px solid #e7e7e7; margin-bottom:20px;}
    .mainorderlisting-table td { 
        border: none;
        border-bottom: 1px solid #e7e7e7; 
        position: relative;
    }
    .mainorderlisting-table td:before { 
        position:relative;
        top: 0px;
        left: 0px;
        white-space: nowrap;
        display:block;
        padding:2px 0;
        font-weight:700;
    }

    /* product-listing-table Table Headings*/
    .mainorderlisting-table td:nth-of-type(1):before { content: "Delivery Applicant Name Kanji"; }
    .mainorderlisting-table td:nth-of-type(2):before { content: "Delivery Applicant Tel num"; }
    .mainorderlisting-table td:nth-of-type(3):before { content: "Delivery Applicant Email"; }
    .mainorderlisting-table td:nth-of-type(4):before { content: "Delivery Applicant Name Hiragana"; }
    .mainorderlisting-table td:nth-of-type(5):before { content: "Delivery Applicant Dept"; }
    
    .suborderlisting-table table,
    .suborderlisting-table thead,
    .suborderlisting-table tbody,
    .suborderlisting-table th,
    .suborderlisting-table td,
    .suborderlisting-table tr { 
        display: block;	
    }

    .suborderlisting-table thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .suborderlisting-table tr { border: 1px solid #e7e7e7; margin-bottom:20px;}
    .suborderlisting-table td { 
        border: none;
        border-bottom: 1px solid #e7e7e7; 
        position: relative;
    }
    .suborderlisting-table td:before { 
        position:relative;
        top: 0px;
        left: 0px;
        white-space: nowrap;
        display:block;
        padding:2px 0;
        font-weight:700;
    }
    .orderProductlisting-table table,
    .orderProductlisting-table thead,
    .orderProductlisting-table tbody,
    .orderProductlisting-table th,
    .orderProductlisting-table td,
    .orderProductlisting-table tr { 
        display: block;	
    }

    .orderProductlisting-table thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .orderProductlisting-table tr { border: 1px solid #e7e7e7; margin-bottom:20px;}
    .orderProductlisting-table td { 
        border: none;
        border-bottom: 1px solid #e7e7e7; 
        position: relative;
    }
    .orderProductlisting-table td:before { 
        position:relative;
        top: 0px;
        left: 0px;
        white-space: nowrap;
        display:block;
        padding:2px 0;
        font-weight:700;
    }

    /* product-listing-table Table Headings*/
    .orderProductlisting-table td:nth-of-type(1):before { content: "Product Name"; }
    .orderProductlisting-table td:nth-of-type(2):before { content: "Location Name"; }
    .orderProductlisting-table td:nth-of-type(3):before { content: "Quantity"; }
   
    /* product-listing-table Table Headings*/
    
    /* common-listing-table  */
    .listing-table table,
    .listing-table thead,
    .listing-table tbody,
    .listing-table th,
    .listing-table td,
    .listing-table tr { 
        display: block;	
    }

    .listing-table thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .listing-table tr { border: 1px solid #e7e7e7; margin-bottom:20px;}
    .listing-table td { 
        border: none;
        border-bottom: 1px solid #e7e7e7; 
        position: relative;
    }
    .listing-table td:before { 
        position:relative;
        top: 0px;
        left: 0px;
        white-space: nowrap;
        display:block;
        padding:2px 0;
        font-weight:700;
    }

    /* stock-arrival-table Table Headings*/
    .stock-arrival-table td:nth-of-type(1):before { content: "Product Name"; }
    .stock-arrival-table td:nth-of-type(2):before { content: "Product ID"; }
    .stock-arrival-table td:nth-of-type(3):before { content: "Prinser Order ID"; }
    .stock-arrival-table td:nth-of-type(4):before { content: "Last Prinser ID"; }
    .stock-arrival-table td:nth-of-type(5):before { content: "Product Unit"; }
    .stock-arrival-table td:nth-of-type(6):before { content: "Weight"; }
   

    /* stock-detail-table Table Headings*/
    .stock-detail-table td:nth-of-type(1):before { content: "Stock Arrived Quantity"; }
    .stock-detail-table td:nth-of-type(2):before { content: "Product Location"; }
    .stock-detail-table td:nth-of-type(3):before { content: "Product Location Quantity"; }
    .stock-detail-table td:nth-of-type(4):before { content: "Expiry Date"; }
      
}

.perPageText
{
    vertical-align: middle; 
    line-height: 30px;
    padding: 5px;
}

.table .glyphicon-sort{
    font-size: 12px;
    color: #636462
}
.navbar-brand {
    padding-top: 0px;
}

.custom-inputs {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    margin: 10px!important;
    font-size: 14px;
    height: 20px;
    width: 20px;
    line-height: 1.42857;
    line-height: 34px;
}

#attributeContainer .col-sm-2 {
    padding-left:5px !important;
    padding-right:5px !important;
    
}

.attributesCols .col-sm-2,
.attributesCols .col-sm-3  {
    border: 1px solid #cccccc;
    padding: 4px;
}
/* New CSS */
.form-signin1 {
    margin: 0 auto;
    max-width: 990px;
    padding: 15px;
}
.form-signin1 .form-signin-heading,
.form-signin1 .checkbox {
    margin-bottom: 10px;
    text-align: center;
}
.form-signin1 label {
    margin-top: 24px;
}
.form-signin1 .checkbox {
    font-weight: normal;
}
.form-signin1 .form-control {
    box-sizing: border-box;
    font-size: 16px;
    height: auto;
    padding: 10px;
    position: relative;
    margin-top:15px;
}
.form-signin1 .form-control:focus {
    z-index: 2;
}
.form-signin1 input[type="email"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -1px;
}
.form-signin1 input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 10px;
}
.logo{
    padding-bottom: 15px
}
.logo1{
    border-bottom: 4px solid #06C;
    overflow: hidden;
    padding: 10px;
}

#rcorners1 {
    border-radius: 10px;
    border: 1px solid #999999;
    vertical-align: middle;
    width: 800px;
    height: 60px; 
    text-align: center;
    align-items: center;
    margin-left: 80px;
}
#myHeading{
    font-size: 36px;
    color:#666666;
   
    padding-bottom: 20px;
}
.rightDiv{
   width:300px; 
   float:left;
   border: 1px solid #999999;
   background-color: #cccccc;
}
#heading{
   font-size: 16px;
   font-weight: bold;
   padding-left: 8px;
}
#heading1{
    font-size:14px;
    padding-left: 8px;
}
#heading2{
    font-size:12px;
    padding-left: 8px;
}
.leftDiv{
    width:570px; 
    float:left;
    border: 1px solid #999999;
   background-color: #cccccc;
   margin-left: 30px;
}
#buttonDiv{
   margin-left: 80px;
   	
}

.loginmsg
{
    float:left;
    margin-left: 330px;
}
.contactmsg{
    float:left;
    margin-left: 200px;
    border: 1px solid #999999;
    padding-left: 5px;
    width:200px;
}
#contactheading{
    font-size: 14px;
    font-weight:bold;
}
.footer{
     border-top: 1px solid #000;
    height: 30px;
    font-family: arial;
    font-size: 13px; 
   
    padding-left: 20px;
    padding-top: 5px;
}
    

/*css for side menu bar of product search page*/
/* make sidebar nav vertical */ 
@media (min-width: 768px){
  .affix-content .container {
    width: 700px;
  }   

  html,body{
    background-color: #ffffff;
    height: 100%;
    
  }
    .affix-content .container .page-header{
    margin-top: 0;
  }
  .sidebar-nav{
        position:fixed; 
        width:100%;
  }
  .affix-sidebar{
    padding-right:0; 
    font-size:small;
    padding-left: 0;
  }  
  .affix-row, .affix-container, .affix-content{
    margin-left: 0;
    margin-right: 0;    
  } 
  .affix-content{
    background-color:white; 
  } 
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar{
    border-radius:0; 
    margin-bottom:0; 
    border:0;
  }
  .sidebar-nav .navbar ul {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }  
}

@media (min-width: 769px){
  .affix-content .container {
    width: 600px;
  }
    .affix-content .container .page-header{
    margin-top: 0;
  }  
}

@media (min-width: 992px){
  .affix-content .container {
  width: 900px;
  }
    .affix-content .container .page-header{
    margin-top: 0;
  }
  
  
.loginBorderBox {
    height:250px;
    border-left:1px solid #cccccc;
    margin-left:20px;
}
}

@media (min-width: 1220px){
  .affix-row{
    overflow: hidden;
  }

  .affix-content{
    overflow: auto;
  }

  .affix-content .container {
    width: 1000px;
  }

  .affix-content .container .page-header{
    margin-top: 0;
  }
  .affix-content{
    padding-right: 30px;
    padding-left: 30px;
  }  
  .affix-title{
    border-bottom: 1px solid #ecf0f1; 
    padding-bottom:10px;
  }
  .navbar-nav {
    margin: 0;
  }
  .navbar-collapse{
    padding: 0;
  }
  .sidebar-nav .navbar li a:hover {
    background-color: #428bca;
    color: white;
  }
  .sidebar-nav .navbar li a > .caret {
    margin-top: 8px;
  }  
}
  .image-container {
  padding: 5%;
  }
  .image-detail{
      height: 100%;
      width: 100%;
      padding: 5px;
  }
  .product-catalogue{
  border: black solid thin;
  margin:1%;
  }
  .outline{
      outline: 1px black solid;
      margin-top: 3%;
      margin-bottom: 1%;
      padding:2%;
  }
  .ouline-bottom{
      border-bottom: 1px solid black;
      margin:1%;
      padding-left: 1%;
  }


#registermsg
{
    font-size:18px;
    font-family: arial;
}
.td-header
{
    background:#999999;
    height:30px;
    color:white;
    font-size: 19px;
    vertical-align: middle;
}
.left-td
{
    
    padding-top: 10px;
    height:40px;
    font-size:18px;
    color:#666666;
}
.register-row
{
   background:#cccccc;
   border-bottom:1px solid #999999;
  
   border-right:1px solid #999999;
}
.right-td
{
    padding-top: 10px;
    background:#fff;
}
/** register confirm **/
.register_confirm_outer
{
    width: 900px;
    border : 1px solid #000;
    height:450px;
    vertical-align: middle;
    display:inline-block;
    padding-left: 250px;
    margin-left:250px;
    justify-content: center;
    padding-top: 150px;
    font-size: 18px;
    font-weight: bold;
}
/** welcome **/
.rightheader
{
    float:right;
    padding-right: 20px;
    font-family: "Times New Roman";
   
}
.rightheader a
{
    font-size: 10px;
}
.welcomeDiv
{
    
    width:205px;
    height:150px;
    background: #fff;
    border: 1px solid #000;
    margin-left: 22px;
}

.noticeDiv
{
    float:left;
    clear:both;
    padding-top: 20px;
    padding-bottom: 20px;
}
.noticeDiv1
{
    height:100%;
    border: 1px solid #000;
    overflow-y:auto;
   
}
.noticeDivRecomend
{
    height:100%;
    border: 1px solid #000;
    background-color: grey;
    color:white;
    overflow-y:auto;
   
}

.noticeDiv2
{
    height:100%;
    border: 1px solid #000;
    overflow-y:auto;
    padding: 10px;
   
}
.noticeDiv3
{
    height:100%;
    border: double #808080;
    overflow-y:auto;
    padding: 10px;
   
}

.introductionDiv
{
    clear:both;
    padding-top: 5px;
    width: 670px;
    height:300px;
    border: 1px solid #000;
    margin-top: 30px;
}
.introduction_header
{
    border-bottom: 1px solid #000;
    text-align: center;
    font-size:16px;
    height:30px;
}
.introductionDiv1
{
    width:140px;
    height:200px;
    border:1px solid #000;
    margin-top:10px;
    margin-left:20px;
    
}
.vertical_dotted_line
{
    border-right: 1px dotted black;
    height: 200px;
    position: absolute;
    padding-left: 170px;
    z-index: -15;
}
.vertical_dotted_line1
{
    border-right: 1px dotted black;
    height: 200px;
    position: absolute;
    padding-left: 330px;
    z-index: -15;
   
}
.vertical_dotted_line2
{
    border-right: 1px dotted black;
    height: 200px;
    position: absolute;
    padding-left: 490px;
    z-index: -15;
   
}
.photo
{
    width:110px;
    height:80px;
    background: #ccc;
    border: 0px solid #000;
    margin-top: 5px;
    
    
    
}
.announce
{
    clear:both;
   text-align: center;
    border:1px solid #000;
    
   
}
/** menu navbar styles **/
.menu-group{
	margin-bottom: 20px;
}
.menu-default{
/*border-color: #ddd;*/
border-top-color: #dddddd;
}
.menu-heading{
background-color: #ffffff;
border-color: #ddd;
color: #333;
padding: 3px 15px;
}
.menu-title{
color: inherit;
font-size: 16px;
margin-bottom: 0px;
margin-top: 0px;
}
.panel.menu-default{
margin-bottom: 0px;
}
.menu-style{
width: 100%;
height: auto;
overflow: hidden;
padding-left: 0px;
}
/** end of menu navbar style **/
.row.content-main{
    margin-left: auto; 
    margin-right: auto;
}
.border-round{
    border-radius: 10px;
    border-color: black;
    border-style: solid;
}
.height-425{
    height: 425px;
}
.height-800
{
    height: 800px;
}
.height-525
{
    height: 525px;
}
.word-wrap{
    width: 10em;
    word-wrap: break-word;
}
.word-wrap-lg{
    width:22em;
    word-wrap: break-word;
}
.word-wrap-md{
    width:15em;
    word-wrap: break-word;
    word-break: break-all;
}
.margin-left-3{
    margin-left: 3%;
}
.height-300{
    height: 300px;
}
.height-150{
    height:150px;
}
.margin-left-38{
    margin-left: 38%;
}
.padding-10{
    padding: 10px;
}
.padding-0{
    padding: 0px;
}
.imageBox {
    margin-bottom: 10px;
}


.container-border{
    width: 950px;
}

.table th,.table td 
{ 
    border-top: none !important; 
}
.fa-caret-right
{
    font-size:50px !important;
}
.fa-caret-left
{
    font-size:50px !important;
}
.vcenter {
      float:none;
    display:inline-block;
    vertical-align:middle;
    margin-right:-4px;
}

.carousel-control 			 { width:  4%; }
.carousel-control.left {margin-left:-65px;background-image:none;}
.carousel-control.right {margin-right:-50px;background-image:none;}
@media (max-width: 767px) {
	.carousel-inner .active.left { left: -100%; }
	.carousel-inner .next        { left:  100%; }
	.carousel-inner .prev		 { left: -100%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		 { left: -50%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }
	.active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
	.carousel-inner .active.left { left: -25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		 { left: -25%; }	
}
/**showcart**/
.text-nowrap
{
    white-space: nowrap;
}
/*.table-bordered th
{
    background-color: #eaeae1;
}*/
.text-right
{
    text-align: right !important;
}
.total
{
    font-size:24px;
    font-weight:bold;
    color:#cc0000;
}
.fa-caret-up
{
    font-size:40px !important;
}
.page_up
{
    font-size:20px;
}
.scrollToTop{
	width:150px; 
	height:130px;
	padding:10px; 
	text-align:center; 
        background: transparent;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	top:550px;
	right:200px;
}
.scrollToTop:hover{
	text-decoration:none;
}

#nav-menu{
    padding-left: 0%;
}

.ordered-qty{
    width: 100px
}

.pipe-left{
    padding: 5px;
    border-left: 1px solid #ddd; 
}
.pipe-right{
    border-right: 1px solid #ddd; 
}
.pipe-left a{
    color: black;
}
.border-round-blue{
     border: 1px solid #16438c; 
     border-radius: 4px;
     box-shadow: inset 0px 3px 10px #16438c;
     overflow: hidden;
     padding: 10px; 
     margin-top: 20px;
     margin-bottom: 40px;
}


#loginSub{
    background: url("../../static/images/027.gif") no-repeat scroll 0 0 transparent;
    color: #000000;
    cursor: pointer;
    height:56px;
    width:278px;
    padding-bottom: 2px;
}

.loginInstructions {
    color:#cc0000;
    font-size: 20px;
}

.red{
   color: #B5231E;
   font-size: medium;
   font-weight: bolder;
}

.redacrobat{
   color: #B5231E;
   font-size: 15px;
}


.productSpecifications.table-bordered{
    border-top: 1px solid black;
    border-bottom: 1px solid black !important;
    border-right: none;
    border-left: none;
    border-collapse: initial;
    margin-bottom: 2px;
    width:100%;
}
.noborder{
    border: 0px;
}
.overflow-hidden{
    overflow: hidden;
}
.word-wrap-break{
    word-break: break-all; 
    word-wrap: break-word;
    text-align: left;
}

.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.input-group-addon.prod-search{
    border-right: #ffffff;
    font-size: 20px;
    background-color: #ffffff;
}

.form-control.prod-search{
    border-left: #ffffff;
}

.input-lg.prod-search{
    height: 52px;
}

.btn-lg.prod-search{
    line-height: 1.6666;
}

.margin-left-30{
    margin-left: 30px;
}

.no-left-border{
    border-left: 1px solid #ffffff !important;
    width:50%;
}

.no-right-border{
    border-right: 1px solid #ffffff !important;
   
}

.product-list{
    margin-left: 28px;
}

.product-element{
    /*width: 33.3333%;*/
}

.margin-left-12{
    margin-left: 12px;
}

.vertical-top{
    vertical-align: top;
    width:33.3333%;
}
.border{
    border: 1px solid #000000;
}
.productSpecifications td{
    padding: 4px;
}
.productSpecifications th{
    padding: 4px;
}
.auto-width{
    width: auto;
}
.border-bottom-1px-grey{
    border-top: 1px solid #eee; 
    padding-top: 5px;
}
.search-accordian-height{
     border-left: 1px solid black; 
     min-height: 1000px;
}

.cartHeader th{
    
    background-color:#e2e2e2!important;
    border-bottom: 1px solid #cccccc;
}

.cartRow {
    border-bottom: 1px solid #cccccc;
}
.cartTd {
    vertical-align: middle!important;
}
#qty {
    width: auto!important;
    text-align:center!important;
    margin-left: auto;
    margin-right: auto;
    align: center;
}
.well
{
    background-color: #eaeae1;
}

.bgimg {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.topimg {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}
.text-align-right{
    width:50%;
    text-align: right;
}
.img-center{
    display: block;
    margin-left: auto;
    margin-right: auto
}
.recommended-container{
    display: block;
    position: relative;
}
.width-100-percent{
    width: 100%;
}
.word-wrap-break h3 a{
    color: #333;
    text-decoration: none;
}

.name-width{
    width: 100px;
}

.name-width2{
    width: 200px;
}

.bg-grey{
    background-color: #cccccc;
}
.menu{
    width:100%;
    min-height: 400px;
}
.menu .nav-item {
  border-bottom: 1px solid #000000;
  padding-left: 1rem;


}
.menu .nav-item a{
    color:#000000;
}
/*
.left-panel{
    border-right:1px solid #000000;
}*/
.header-text{
    border-top:1px solid #000000;
    border-bottom:1px solid #000000;
    padding-top:6px;
    padding-bottom:6px;
}

.car-name-lbl{
    font-weight:600;
    font-size: 0.9rem;
}
.preview-image{
    max-height: 200px;
    max-width: 200px;
}

.right-panel {
    border-left: 1px solid #000;
}

.pricecard-header .card-header{
    padding:0.1rem;
    text-align: center;
} 

.breadcrumb {
    background-color: #fff;
}

.activeMenu{
  background-color: #808080;
  color: #ffffff!important;
  border-bottom: 5px solid red;
}
.activeMenu a{
  color: #ffffff!important;
}

.form-control{
    padding: 0.10rem 0.75rem!important;    
}
.btn{
    padding: 0.10rem 0.75rem!important;
    margin-top: 0.1rem;
}
.breadcrumb{
    margin-bottom:0;
    padding: 0.10rem 0.75rem!important;
}
.dropdown-container{
    padding: 0.25rem;
}
.part-price td {
    padding: 0.25rem;
}
.addprice-dropdowns{
    height:2rem!important;
}

.action-col{
    width:30%;
}
.download_manual a{
    color:#000000;
    
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .login-button {
        margin-bottom: 4rem !important;
   }
}

.customHeader{
    max-width: 100% !important;
    margin-left: 40px;
    height:60px;
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.customHeader .col-8{
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.navbar{
    padding: 0px!important;
}

.imsize{
    width: 50%;
    height: auto;
}