body
{
		direction: rtl;
    //max-width: 400px;
    //margin: auto;
    text-align: center;
    padding: 10px;
	margin-top:0px;
	font-family: sans-serif;
	background:#f8f8f8;
    overflow-y: auto;
    overflow-x: hidden;
}

hr
{
    margin: 5px;
}

.form-group
{
    margin-bottom:8px;
}

.main-container
{
    margin-top: 30px;
    background: rgba(255,255,255,0.9);
    padding: 20px 20px 20px 20px;
    max-width: 500px;
    margin: auto;
    border-radius: 10px;
    //overflow-y: auto;
    //max-height: 100%;
}

img
{
	width: 250px;
    margin: auto;
}

.search-img{
	width: 80px;
    /* margin-top: -60px; */
    float: left;
    z-index: 99999;
    position: absolute;
    left: unset;
    margin-right: -70px;
	
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
	font-size:20px;
	height:50px;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered
{
	padding-top:10px;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow
{
	margin-top:10px;
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: none !important;
}

.searchbar-input.sc-ion-searchbar-md
{
    box-shadow:none;
    webkit-box-shadow:none;
}

.params
{
	margin-top:15px;
}

#item_name
{
	text-align:right;
	font-size:13px;
}

#barcode
{
	text-align:center;
}

#maxpharm_price ,#box {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
	text-align:center;
}

#units_price {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
	text-align:center;
	border-radius: 20px;
}

#mivza_remark
{
    padding: 0 5px 0 5px;
    color: #155724;
    background-color: #e9efeb;
    border-color: #c3e6cb;
    width: 100%;
    margin-top: 18px;
}

#search_alert
{
		height:35px;
		margin:10px;
		display:none;
		position: absolute;
    width: 100%;
    bottom: 0;
}

#barcode-css
{
		margin:auto;
}

button
{
	margin-top:10px;
	color: #721c24 !important;
    background-color: #fff !important;
    border-color: #f5c6cb !important;
	    border: 2px solid !important;
}


svg
{
	width:100%;
}

.popup-button-close
{
	background: transparent !important;
    color: #000000 !important;
	//padding: 10px !important;
	position: absolute;
    left: 10px;
    top: 5px;
    border: none !important;
}

.popup-button-print
{
	background: #fff;
    color: #3087d6 !important;
	//padding: 10px !important;
	position: absolute;
    right: 15px;
    top: 5px;
    padding:10px;
    border: none !important;
    border-radius: 50%;
    z-index: 9999;
}

/*-----   print popup -------*/

#id-popup-print-products
{
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    right:0;
    top: 0;
    bottom:0;
    margin: auto;
    z-index: 9999998;
    max-width: 500px;
}

#id-popup-print-products-list
{
    position: absolute;
    width: 80vw;
    height: 80vh;
    background: #fff;
    z-index: 9999999;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 450px;
}

.popup-button-print-close
{
	background: transparent !important;
    color: #000000 !important;
    padding: 10px !important;
    position: absolute;
    left: 0px;
    top: 0px;
    border: none !important;
    margin: 0;
}


#id-popup-print-num
{
    position: absolute;
    bottom: 0;
    top: 10px;
    background: rgba(255,255,255,0.5);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 20px;
    font-weight: bold;
    color: #222;
}

#id-popup-print-products-commands
{
    display: flex;
    position: absolute;
    bottom: 5px;
    justify-content: center;
    left: 0;
    right: 0;
    width: 100%;
}

#id-popup-print-products-commands button
{
    margin:5px;
}

/*-----   print popup -------*/

.form-control-clean
{
    background-color: transparent !important;
    text-align: left;
    font-weight: bold;
    border:none;
    position: absolute;
    left:10px;
    font-size: 13px;
    padding: 0;
}

@media only screen and (max-width: 600px) {

    .search-img{
    left: 20px;
	}
  
}

