﻿@font-face {
     font-family: 'CCode128';
     src: url("/css/fontBarcode/ConnectCode128_S3_Trial.ttf") format('TrueType')
 }

.barcode {
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-family: 'CCode128' !important;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 50px
}

.SerialCode {
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-family: 'CCode128' !important;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 30px
}

.user-detail {
    font-size: 14px;
    font-family: tahoma;
    direction: rtl;
    text-align: center;
    vertical-align: middle;
    padding: 2px 0 4px;
    width: 100%;
    line-height: 13.8px;
    max-height: 88px;
    overflow: hidden;
    margin: 4px auto;
    word-break: break-all;
}

.dkpc {
    position: relative;
    right: 55%;
    font-size: 11px;
}

.factorNum {
    position: relative;
    right: 30%;
}

@media print {
    .factorNum {
      
        right: 21% !important;
    }
  
}