
/* Text box style */
.input-box {
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:blue;
   
}
.input-field {
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: bold;
   
}
.txtstyle {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #FFFFFF no-repeat 2px 2px;
    padding: 1px 1px 1px 5px;
    border: 2px solid #9900FF;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: red;
}         

.Total-Service-Fee 
{
	font-family: Verdana,Helvetica,Arial,sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	font-weight: bold;
	color:red;
}
#one {
    display: flex;
    align-items: center;
    justify-content: center;
}

#image_receipt
 {
	width:450px;
	 height:250px; 
}
@media (min-width: 767px) {
  .item-scroller {
		min-height: 160px;
        overflow-y:auto;
        height: 160px !important;
        overflow-x:hidden;      
        background-color:#F7F8E0;
	}
}
.item-scroller {
		min-height: 450px;
        overflow-y:auto;
        height: 450px !important;
        overflow-x:hidden;      
        background-color:#F7F8E0;
	}
@media (min-width: 768px) {
  .item-scroller {
		min-height: 350px;
        overflow-y:auto;
        height: 350px !important;
        overflow-x:hidden;      
        background-color:#F7F8E0;
	}
}

.PRODUCT-scroller {
		
        overflow-y:auto;
        width:100%;
        overflow-x:hidden;
         border: 10px solid #bed5cd;
         height: 520px !important;
        background-color:#FFF;
	}

.PRODUCT-img {
  margin: 0 auto;
  width: 95px;
  height:85px;
  padding: 0px;
  border: 1px solid #d2d6de;
}
	
.btn-circle {
  width: 49px;
  height: 49px;
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
  line-height: 2.00;
  border-radius: 30px;
}

.btn-circle-micro {
  width: 19px;
  height: 19px;
  text-align: center;
  padding: 1px 0;
  font-size: 13px;
  line-height: 0.1;
  border-radius: 30px;
}

.btn-circle-sm {
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 2px 0;
  font-size: 20px;
  line-height: 1.65;
  border-radius: 30px;
}

.btn-circle-lg {
  width: 79px;
  height: 79px;
  text-align: center;
  padding: 13px 0;
  font-size: 30px;
  line-height: 2.00;
  border-radius: 70px;
}
#mpeDelete .modal-dialog
{
	width: 30%;
}
#EditItem .modal-dialog
{
  width: 45%;
}
#mpeTransfer .modal-dialog
{
	width: 50%;
}
#UpdateDiscountTotal .modal-dialog
{
  width: 30%;
}

#HoldModal .modal-dialog
{
  width: 30%;
}
#PaymentModal .modal-dialog
{
  width: 35%;
}

#mpeViewPRODUCTImage .modal-dialog
{
	width: 50%;
}
#ModalMessage .modal-dialog
{
	width: 35%;
}
/* file upload CSS */

.file-upload {
    display: inline-block;
    overflow: hidden;
    ;
    text-align: center;
    vertical-align: middle;
    font-family: Arial;
    border: 1px solid #124d77;
    background: #007dc1;
    color: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    cursor: pointer;
    text-shadow: #000 1px 1px 2px;
    -webkit-border-radius: 6px;
}

    .file-upload:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        background-color: #0061a7;
    }

/* The button size */
.file-upload {
    height: 30px;
}

    .file-upload, .file-upload span {
        width: 90px;
    }

        .file-upload input {
            
            top: 0;
            left: 0;
            margin: 0;
            font-size: 11px;
            font-weight: bold;
            /* Loses tab index in webkit if width is set to 0 */
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .file-upload strong {
            font: normal 12px Tahoma,sans-serif;
            text-align: center;
            vertical-align: middle;
        }

        .file-upload span {
            
            top: 0;
            left: 0;
            display: inline-block;
            /* Adjust button text vertical alignment */
            padding-top: 5px;
        }
	input.largerCheckbox
{
	width: 25px;
	height: 25px;
}

     @media (max-width: 767px) {
  .modal-fullscreen-xs-down {
    padding: 0 !important;
  }
  .modal-fullscreen-xs-down .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .modal-fullscreen-xs-down .modal-content {
    height: auto;
    min-height: 100%;
    border: 0 none;
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .modal-fullscreen-sm-down {
    padding: 0 !important;
  }
  .modal-fullscreen-sm-down .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: auto;
    min-height: 100%;
    border: 0 none;
    border-radius: 0;
  }
}
@media (max-width: 1199px) {
  .modal-fullscreen-md-down {
    padding: 0 !important;
  }
  .modal-fullscreen-md-down .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: auto;
    min-height: 100%;
    border: 0 none;
    border-radius: 0;
  }
}
.modal-fullscreen {
  padding: 0 !important;
}
.modal-fullscreen .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.modal-fullscreen .modal-content {
  height: auto;
  min-height: 100%;
  border: 0 none;
  border-radius: 0;
}

   /*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/


	
