<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(/dl/Classes/Font/IRANSans/WebFonts/css/fontiran.css);
body
{
    margin: 0;
}
.ButtonBarUp
{
    text-align: inherit; /*right;*/
    background-color: #1a84ba;
}
.TextButton {
    background-color: #1a84ba;
    border: 5px solid #1a84ba !important;
    margin: 0 !important;
    cursor: pointer !important;
    /*font-family: Tahoma,FontAwesome;*/
    font-size: 11px !important;
    font-weight: bold !important;
    text-align: center !important;
    color: White !important;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    /*width: 100px;*/
    padding: 1px !important;
    margin: 1px !important;
    min-width: 50px !important;
}
.TextLabel
{
    margin: 0;
    /*font-family: Tahoma;*/
    font-size: 12px;
    text-align: center;
    color: white;
}
.TextButton:hover
{
    background-color: #f99f3d!important;
    color: black!important;
	border: 5px solid #f99f3d!important;
    box-shadow: 2px 3px 3px 2px #000, 1px 2px 2px 1px #f99f3d!important;
    /*background-color: white;
    color: #1a84ba;
	border: 5px solid white;
    box-shadow: 1px 3px 3px 1px white, 1px 2px 2px 1px #1a84ba;*/
    text-decoration: none!important;
}
.TxtBtn
{
    background-color: #f99f3d;
    border: 5px solid #f99f3d;
    margin: 0;
    cursor: pointer;
    /*font-family: Tahoma;*/
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: white;
}

.TextButton:active
{
    background-color: #17a68d;
    border: 5px solid #17a68d;
}
.TextButton[disabled]
{
    background-color: #1a84ba;
    border: 5px solid #1a84ba;
    cursor: default;
    filter: alpha(opacity=30);
    opacity: 0.3;
}
.ButtonBarDown
{
    /*font-family: Tahoma;*/
    font-size: 12px;
    background-color: #1a84ba;
    text-align: center; /*opacity: 0.8;*/
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 30px;
    z-index:100;
}
.ButtonBarDown:hover
{
    /*opacity: 1.0;*/
}
.DataEntryButtonBar
{
    font-family: IRANSans,Tahoma;
    font-size: 12px;
    background-color: #f6f6ff;    /* #1a84ba;*/
    text-align: right;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 25px;
}

.MarketDataEntryButtonBar
{
    font-family: IRANSans,Tahoma;
    font-size: 12px;
    background-color: #e1e1e1;/*#f6f6ff;*/    /* #1a84ba;*/
    text-align: right;
    position: fixed;
    top: 0px;
    /*width: 100%;*/
    height: 25px;
}

.DataEntryButtonBar1
{
    font-family: IRANSans,Tahoma;
    font-size: 12px;
    background-color: #1a84ba;
    text-align: right;
    position: fixed;
    top: 25px;
    width: 100px;
}
.DataEntryGraphicButton
{
    font-family: IRANSans,Tahoma;
    font-size: 11px;
    position: relative;
    background-color: transparent;
    height: 20px;
   /* width: 95px;*/
    cursor: pointer;
    border: none;
   /* border-bottom: 2px solid #1a84ba;*/
    background-position: right;
    background-repeat: no-repeat;
    text-align: left;
    /*background-color: lightblue;*/
    top: 2px;
    border-radius : 10px 10px 10px 10px;
}
.DataEntryGraphicButton:hover
{
    background-color: #c0d0e0;
}



.Left
{
    float: left;
}
.Right
{
    float: right;
}
.GraphicButton2
{
    background-color: #1a84ba;
    border: none;
    height: 25px;
    width: 25px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    border-radius:100%;
    vertical-align: middle;
}
.GraphicButton2:hover
{
    /*background-color: #ffffff;*/
    -webkit-box-shadow: 0px 0px 2px 1px #000;
    box-shadow: 0px 0px 2px 1px #000;
}
.GraphicButton2:active
{
    background-color: #f99f3d;
}
.GraphicButton2[disabled]
{
    filter: alpha(opacity=50);
    background-color: #808080;
    opacity: 0.5;
    cursor: default;
}
.GraphicButton
{
    /*font-family: Tahoma;*/
    font-size: 11px; /*behavior: url(PIE/PIE.htc);*/
    position: relative;
    background-color: transparent;
    height: 25px;
    width: 25px;
    cursor: pointer;
    border: none; /*border-radius: 10px;*/ /*-webkit-border-radius: 10px;*/ /*-moz-border-radius: 10px;*/
    background-position: center;
    background-repeat: no-repeat;
    border-radius:100%;
    vertical-align: middle;
    /*top: 15%;*/
}
.GraphicButton:hover
{
    /*background-color: hsla(0,0%,0%,.50);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#78f99f3d,endColorstr=#78f99f3d)";*/
    -webkit-box-shadow: 0px 0px 2px 1px #000;
    box-shadow: 0px 0px 2px 1px #000;
    
}
.GraphicButton:active
{
    background-color: hsla(50,50%,50%,1); 
    /* IE8 */ 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#78f99f3d,endColorstr=#78f99f3d)";
    position: static;
}
.GraphicButton[disabled]
{
    filter: alpha(opacity=50);
    background-color: #808080;
    opacity: 0.5;
    cursor: default;
}
.RowActionButton
{
    filter: alpha(opacity=50);
    opacity: 0.5;
    behavior: url(PIE/PIE.php);
    background-color: #d3d3d3;
    cursor: pointer;
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
}
#RowActionDiv
{
    position: absolute;
    display: none;
}
.RowActionButton:hover
{
    filter: alpha(opacity=100);
    opacity: 1.0;
}
.RowActionButton:active
{
    background-color: #f99f3d;
}
.RowActionButton[disabled]
{
    filter: alpha(opacity=30);
    background-color: #808080;
    opacity: 0.3;
    cursor: default;
}
.BranchSelectBtn
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    vertical-align: middle;
    cursor: pointer;
    height: 25px;
    width: 25px;
    background-color: transparent;
    background-image: url('images/SelectLibrary_20.png');
    background-repeat: no-repeat;
    background-position: center;
}
.UserBtn
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    vertical-align: middle;
    cursor: pointer;
    height: 25px;
    width: 25px;
    background-color: transparent;
    background-image: url('images/user_20_2.png');
    background-repeat: no-repeat;
    background-position: center;
}
.PosBtn
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    vertical-align: middle;
    cursor: pointer;
    height: 25px;
    width: 25px;
    background-color: transparent;
    background-image: url('images/RFID_20.png');
    background-repeat: no-repeat;
    background-position: center;
}
.SearchUserBtn
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    vertical-align: middle;
    cursor: pointer;
    height: 25px;
    width: 25px;
    background-color: transparent;
    background-image: url('images/search_20.png');
    background-repeat: no-repeat;
    background-position: center;
}

.Insert
{
    background-image: url(images/insert_20.png);
}

.Org
{
    background-image: url('images/Organization_20.png');
}
.Org11
{
    background-image: url('images/Organization_201.png');
    background-repeat: no-repeat;
	
}
.Ok
{
    background-image: url('images/select20.png');
}
.Show
{
    background-image: url('images/show_20.png');
}

.Refresh
{
    background-image: url(images/refresh_20.png);
}
.excel
{
    background-image: url(images/Excel_20.png);
}
.Users
{
    background-image: url(images/Users_20.png);
}
.Continue
{
    background-image: url(images/Continue_20.png);
}
.Select
{
    background-image: url(images/select20.png);
}
.SendMail
{
    background-image: url(images/SendMail_20.png);
}
.SendSMS
{
    background-image: url(images/SendSms_20.png);
}
.SendPass
{
    background-image: url(images/SendPass.png);
}
.Manage
{
    background-image: url(images/Record_20.png);
}
.Download
{
    background-image: url(images/Download_20.png);
}
.Exit
{
    background-image: url(images/Exit_20.png);
}
.Filter
{
    background-image: url(images/Filter.png);
}
.FilterON
{
    background-image: url(images/FilterON.png);
}
.Telegram
{
    background-image: url(images/telegram_20.png);
}
.Tab
{
    background-image: url(images/Tab_20.png);
}
.Field
{
    background-image: url(images/field_20.png);
}
.Lang
{
    background-image: url(images/Lang_20.png);
}
.Form
{
    background-image: url(images/Form_20.png);
}
.Design
{
    background-image: url(images/Design_20.png);
}
.Order
{
    background-image: url(images/order_20.png);
}
.Up
{
    background-image: url(images/Up_20.png);
}
.Down
{
    background-image: url(images/Down_20.png);
}
.Help
{
    background-image: url(images/help_20.png);
}
.RFID
{
    background-image: url(images/RFID_20.png);
}
.Relation
{
    background-image: url(images/Organization_20.png);
}
.RelationDel
{
    background-image: url(images/delete20.png);
}
.Replace
{
    background-image: url(images/Replace.png);
}




.PrintReceipt
{
    background-image: url(images/printRecipt20.png);
}

.send
{
    background-image: url(images/send20.png);
}
.Pay
{
    background-image: url(images/pay20.png);
}
.Next
{
    background-image: url(images/next20.png);
}
.Pre
{
    background-image: url(images/back20.png);
}
.Save
{
    background-image: url(images/save20.png);
}
.Add
{
    background-image: url(images/add20.png);
}
.Cancel
{
    background-image: url(images/cancel20.png);
}
.Print
{
    background-image: url('images/print20.png');
}
.Delete
{
    background-image: url(images/delete20.png);
}
.Edit
{
    background-image: url(images/edit20.png);
}
.Find
{
    background-image: url(images/search20.png);
}
.AddBatchCopy
{
    background-image: url(images/InsertBatch.png);
}</pre></body></html>