﻿.chk-size-15 input {width:20px; height:20px;}

.chk-size-12 input {width:15px; height:15px;}

.itemsection{
    overflow-x:hidden;
    overflow-y:auto;    
}


.orderitemsection{
    overflow-x:hidden;
    overflow-y:auto;    
}

.productul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
    max-height:inherit;
}

.productul li {
    float: left;
    /*height:120px;
    width:120px;
    background-color:black;*/
    margin:5px;
    padding:0px;
    /*border:3px solid white;*/
    text-align:center;
    /*border-radius:5px;*/
    color:white;
}

.productul li a {
    display: block;
    color: white;
    text-align: center;    
    text-decoration: none;
    /*border-radius:10px;*/
}


.productul li a:hover {
    /*background-color: #111111;*/

}

.product{
   height: 80px;
   width: 80px;
   border-radius: 8px;
   text-align: center;
   background-size: cover;
   margin-top: 20px;
   color: #fff;
   overflow: hidden;
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}

.product img{
   width: 80px;
   height: 80px;
   opacity: 0.35;
   margin-top: -91px;
   position: absolute;
   left: 0;
   top: 90px;
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}

.product:hover img{
   -webkit-transform: scale(1.5);
   -moz-transform: scale(1.5);
   -o-transform: scale(1.5);
   -ms-transform: scale(1.5);
   transform: scale(1.5);
   opacity: 0.2;
}
.color01{
   background-color: #34495e;
}
.product h3{
   display: inline-block;
   font-weight: 700;
   font-size: 0.8em;
   text-transform: uppercase;
   -webkit-transition: all 0.1s ease-in-out 0.1s;
   -moz-transition: all 0.1s ease-in-out 0.1s;
   -o-transition: all 0.1s ease-in-out 0.1s;
   -ms-transition: all 0.1s ease-in-out 0.1s;
   transition: all 0.1s ease-in-out 0.1s;
}

.product:hover h3{
   opacity: 1;
}

/*.mask h3{
   margin-top: 0;
   opacity: 0;
}*/

.product p{
   opacity: 0;
   font-size: 0.6em;
   text-transform: uppercase;
   -webkit-transform: scale(2);
   -moz-transform: scale(2);
   -o-transform: scale(2);
   -ms-transform: scale(2);
   transform: scale(2);
   -webkit-transition: all 0.1s ease-in-out 0.1s;
   -moz-transition: all 0.1s ease-in-out 0.1s;
   -o-transition: all 0.1s ease-in-out 0.1s;
   -ms-transition: all 0.1s ease-in-out 0.1s;
   transition: all 0.1s ease-in-out 0.1s;
}

.orderitemsul {
    list-style-type: none;
    margin: 0;
    padding: 0;    
    overflow: auto;
    overflow-x: hidden;
    max-height:inherit;
}

.orderitemsul li {
    float: left;   
    width:100%;
    /*background-color:lightcoral;*/
    /*margin:5px;*/
    /*padding:5px;*/
    /*text-align:center;*/
}

.orderitemsul li a {
    display: block;
    color: white;
    /*text-align: center;*/
    /*padding: 2px;*/
    text-decoration: none;
}

.orderitemsul li a:hover {
    background-color: #111111;
}

.scroll-style-5::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.scroll-style-5::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.scroll-style-5::-webkit-scrollbar-thumb
{
    width:10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: lightgray;
}

.textPD{
   margin-top: 5px;
   float: left;
}


.btn-circle-sm {
  border: none;
  outline: none !important;
  overflow: hidden;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  border-radius: 50% !important; }
  .btn-circle-sm i {
    font-size: 10px !important;
    position: relative !important;
    left: 0px !important;
    top: 6px !important; }

  .bg-gray{
    background-color:gray;
}

.bg-lightgray{
    background-color:lightgray;
}

.bg-lightgreen{
    background-color:lightgreen;
}

.bg-aqua{
    background-color:aqua;
}

.panel{
    margin-bottom:5px;
}
.nopadding{
   padding: 0 !important;
   margin: 0 !important;
}
.fixed-btn-size a {
  margin-right: 5px;
  margin-bottom: 12px;
  width: 100%; }


.gridview {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.gridview td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

.gridview tr:nth-child(even){background-color: #f2f2f2;}

.gridview tr:hover {background-color: #ddd;}

.gridview th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    /*background-color: #4CAF50;*/
    color: white;
}


/*To redure row size in the table grid view*/
.table-bordered tbody tr td, .table-bordered tbody tr th {
    padding: 5px;
    border: 1px solid #eee;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding:2px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 12px;
    text-align: center;
}
.gvstyle{
    padding:0px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 12px;
    text-align: center;
}
.form-Modified1 {     
    height: 25px;
    padding: 2px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;    
}
.btn-Modified1 {
    display: inline-block;
    padding: 2px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.panel-heading-Modified1 {
    padding: 2px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.alert-Modified1 {
    padding: 3px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

