.infor {
        font-size:10px;
        background-color:#ebeb4138;
        list-style:none;
        padding:4px 8px;
        margin-top:6px;
    }


.invoice {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 45px;
        padding-right: 45px;
    }

    .intable {
        width: 100%;
        border: 1px solid red;

    }

    .ns {
        padding: 5px 10px;
        margin-top: 10px;
        list-style: none;
        font-size: 13px;
        font: Arial;
    }

    .ns span {
        display: inline-block;
        width: 140px;
    }

    .nm {
        width: 2% !important
    }

    .pn {
        width: 18% !important
    }

    .dm {
        width: 8% !important
    }

    .qt {
        width: 4% !important
    }

    .stc {
        width: 15% !important
    }

    .cvc {
        width: 15% !important
    }

    .ma {
        width: 10% !important
    }

    .des {
        width: 10% !important
    }

    .up {
        width: 8% !important
    }

    .tp {
        width: 8% !important
    }

    .modal-dialog {
        width: 951px;
        margin: 48px auto;
    }
   .xedit.editable.editable-click
    {
      border-bottom: none;
    }
    .editable-buttons {
        visibility: hidden !important;
    }
    #id_products_div table tr td
    {
      padding:4px;
      vertical-align: inherit;
    }
     #id_products_div table tr td:first-child,#id_products_div table tr td:nth-child(2),#id_products_div table tr td:nth-child(4),#id_products_div table tr td:nth-child(5),#id_products_div table tr td:nth-child(11)
     {
        padding:4px;
     }
    #id_products_div table tr td span:nth-child(1)
    {
      padding:8px;
    }
    #id_products_div table tr td:nth-child(2) span,#id_products_div table tr td:nth-child(5) span,#id_products_div table tr td:nth-child(4) span
    {
      padding:0px;
    }
	.select2.select2-container {
       width: 100% !important;
    }
	.colordropdown
	{
	  width:100% !important;
	}
	.select2-container .select2-selection {
    height: 60px;
    overflow-y: auto;
} 

.xedit {
    width:20px!important;
}

.headmy {
    height:60px;
}



    @media only screen and (max-width: 768px) {
  table{overflow: scroll;display: inline-block;
    width: 100%;max-width:300px;
    }
    .cst_box{max-width:300px;}
    
}


input.hideinput{display:none;}
