2020-01-07 16:36:09 +03:00
|
|
|
@charset "UTF-8";
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
/*--General Start--*/
|
|
|
|
body
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
font-family: Arial, sans-serif;
|
|
|
|
color: #3c3f72;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
table
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
th, td
|
|
|
|
{
|
2020-01-24 21:18:38 +03:00
|
|
|
padding: 18px 9px 18px 9px;
|
2020-01-07 16:36:09 +03:00
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.row
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.mb-1
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.mt-1
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.ml-1
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.mt-2
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
margin-top: 16px;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.mt-3
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
margin-top: 24px;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.mt-4
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
margin-top: 32px;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.mt-5
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
margin-top: 40px;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.mt-6
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
margin-top: 48px;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.mt-7
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
margin-top: 56px;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.mt-8
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
margin-top: 64px;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.mt-9
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
margin-top: 72px;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.pb-0
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.pb-1
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
padding-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.py-1
|
|
|
|
{
|
|
|
|
padding-bottom: 8px;
|
|
|
|
padding-top: 8px;
|
2020-01-07 16:36:09 +03:00
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.py-2
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
padding-bottom: 16px;
|
|
|
|
padding-top: 16px;
|
2020-02-25 16:25:44 +03:00
|
|
|
}
|
2020-01-07 16:36:09 +03:00
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.pr-2
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
padding-right: 16px;
|
2020-01-17 16:26:08 +03:00
|
|
|
}
|
2020-01-07 16:36:09 +03:00
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.pl-2
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
padding-left: 16px;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.border-1
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
border: 1px solid #e5e5e5;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.border-top-1
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
border-top: 1px solid #e5e5e5;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.border-bottom-1
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
border-bottom: 1px solid #e5e5e5;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.border-radius-default
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
border-radius: 0.25rem
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.float-left
|
|
|
|
{
|
2020-01-24 18:16:47 +03:00
|
|
|
float: left !important;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.float-right
|
|
|
|
{
|
2020-01-24 18:16:47 +03:00
|
|
|
float: right !important;
|
|
|
|
}
|
|
|
|
|
2020-03-09 17:17:42 +03:00
|
|
|
.font-size-unset
|
|
|
|
{
|
|
|
|
font-size: unset;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.text
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
color: #3c3f72;
|
2020-01-22 23:21:55 +03:00
|
|
|
margin-top:10px;
|
2020-02-23 23:04:16 +03:00
|
|
|
font-size: 13px;
|
2020-01-07 16:36:09 +03:00
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.text-nowrap
|
|
|
|
{
|
2020-02-01 15:26:53 +03:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.text-left
|
|
|
|
{
|
2020-01-17 16:26:08 +03:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.text-right
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.text-center
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.text-white
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.bg-default
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
background-color: #3c3f72;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.bg-primary
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
background-color: #55588b;
|
|
|
|
}
|
2020-02-25 16:25:44 +03:00
|
|
|
/*--General Finish--*/
|
2020-01-07 16:36:09 +03:00
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
/*--Print Template Default Start--*/
|
|
|
|
.col-58
|
|
|
|
{
|
|
|
|
display: inline-block;
|
|
|
|
width: 58%;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.col-42
|
|
|
|
{
|
|
|
|
display: inline-block;
|
|
|
|
width: 42%;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.col-100
|
|
|
|
{
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lines
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
border-collapse: collapse;
|
|
|
|
table-layout: fixed;
|
|
|
|
border-bottom: 1px solid #e5e5e5;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.lines tbody td
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
border-bottom: 1px solid #e5e5e5;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.lines .item
|
|
|
|
{
|
2020-01-24 21:18:38 +03:00
|
|
|
width: 50%;
|
2020-01-07 16:36:09 +03:00
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.lines .quantity
|
|
|
|
{
|
2020-01-24 21:18:38 +03:00
|
|
|
width: 10%;
|
2020-01-07 16:36:09 +03:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.lines .price
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
width: 20%;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.lines .total
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
width: 20%;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.d-logo
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
padding-top: 35px;
|
|
|
|
padding-bottom:64.5px;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.d-note
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
width: 80%;
|
2020-01-17 16:26:08 +03:00
|
|
|
background-color: #e5e5e5;
|
2020-01-07 16:36:09 +03:00
|
|
|
}
|
2020-02-25 16:25:44 +03:00
|
|
|
/*--Print Template Default Finish--*/
|
2020-01-07 16:36:09 +03:00
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
/*--Print Template Classic Start--*/
|
|
|
|
.c-logo
|
|
|
|
{
|
2020-01-22 23:21:55 +03:00
|
|
|
padding-top: 25px;
|
2020-01-07 16:36:09 +03:00
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.c-note
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
width: 80%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.invoice-classic-line
|
|
|
|
{
|
|
|
|
border: 2px solid #3c3f72;
|
|
|
|
}
|
|
|
|
|
|
|
|
.invoice-classic-frame
|
|
|
|
{
|
|
|
|
width: 90%;
|
|
|
|
height:70px;
|
|
|
|
border: 3px solid #3c3f72;
|
|
|
|
}
|
|
|
|
|
|
|
|
.invoice-classic-inline-frame
|
|
|
|
{
|
|
|
|
margin: 0.3% 1% 0.3% 1%;
|
2020-02-01 15:26:53 +03:00
|
|
|
width: 95 !important;
|
2020-01-07 16:36:09 +03:00
|
|
|
height: 59px;
|
|
|
|
border: 3px solid #3c3f72;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.col-33
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
display: inline-block;
|
|
|
|
width: 33%;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.c-lines thead th
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
border-top: 1px dashed #e5e5e5;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.c-lines tbody td
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
border-top: 1px dashed #e5e5e5;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.c-lines .item
|
|
|
|
{
|
2020-01-24 21:18:38 +03:00
|
|
|
width: 50%;
|
2020-01-07 16:36:09 +03:00
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.c-lines .quantity
|
|
|
|
{
|
2020-01-24 21:18:38 +03:00
|
|
|
width: 10%;
|
2020-01-07 16:36:09 +03:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.c-lines .price
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
width: 20%;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.c-lines .total
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
width: 20%;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.border-top-dashed
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
border-top: 1px dashed #e5e5e5;
|
|
|
|
}
|
2020-02-25 16:25:44 +03:00
|
|
|
/*--Print Template Classic Finish--*/
|
2020-01-07 16:36:09 +03:00
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
/*--Print Template Modern Start--*/
|
|
|
|
.m-first-column
|
|
|
|
{
|
2020-01-22 23:21:55 +03:00
|
|
|
padding-top: 15px;
|
2020-01-07 16:36:09 +03:00
|
|
|
padding-bottom:48px;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.m-fc-left
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
padding-right: 30px;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.m-fc-right
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
padding-left: 170px;
|
2020-01-22 23:21:55 +03:00
|
|
|
margin-top: -70px;
|
2020-01-07 16:36:09 +03:00
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.m-note
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
width: 80%;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.m-lines
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
border-collapse: collapse;
|
|
|
|
table-layout: fixed;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.m-lines .item
|
|
|
|
{
|
2020-01-24 21:18:38 +03:00
|
|
|
width: 50%;
|
2020-01-07 16:36:09 +03:00
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.m-lines .quantity
|
|
|
|
{
|
2020-01-24 21:18:38 +03:00
|
|
|
width: 10%;
|
2020-01-07 16:36:09 +03:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.m-lines .price
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
width: 20%;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.m-lines .total
|
|
|
|
{
|
2020-01-07 16:36:09 +03:00
|
|
|
width: 20%;
|
|
|
|
text-align: right;
|
|
|
|
}
|
2020-02-25 16:25:44 +03:00
|
|
|
/*--Print Template Modern Finish--*/
|
2020-01-07 16:36:09 +03:00
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
/*--Print Reports Start--*/
|
|
|
|
.rp-border-top-1
|
|
|
|
{
|
2020-01-18 18:45:40 +03:00
|
|
|
border-top: 1px solid #e5e5e5;
|
2020-01-17 16:26:08 +03:00
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.rp-border-bottom-1
|
|
|
|
{
|
2020-01-18 18:45:40 +03:00
|
|
|
border-bottom: 1px solid #e5e5e5;
|
2020-01-17 16:26:08 +03:00
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.rp-border-top-1
|
|
|
|
{
|
2020-01-18 18:45:40 +03:00
|
|
|
border-top: 1px solid #e5e5e5;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.rp-border-0
|
|
|
|
{
|
2020-01-18 18:45:40 +03:00
|
|
|
border: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rp-border-collapse
|
|
|
|
{
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
2020-01-17 16:26:08 +03:00
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.rp-float-left
|
|
|
|
{
|
2020-01-17 16:26:08 +03:00
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2020-02-25 16:25:44 +03:00
|
|
|
.rp-float-right
|
|
|
|
{
|
2020-01-17 16:26:08 +03:00
|
|
|
float: right;
|
|
|
|
}
|
2020-02-25 16:25:44 +03:00
|
|
|
/*--Print Reports Finish--*/
|
2020-01-17 16:26:08 +03:00
|
|
|
|