186 lines
4.6 KiB
CSS
186 lines
4.6 KiB
CSS
|
|
.modal .modal-dialog .modal-content {
|
|
background-color: white !important;
|
|
font-family: IranSans !important;
|
|
}
|
|
|
|
.btn-text-disable {
|
|
color: #627a62 !important;
|
|
background-color: #cdcdcd !important;
|
|
border-color: #585757 !important;
|
|
}
|
|
|
|
.btncounter-text-disable {
|
|
color: #bdc7bd !important;
|
|
background-color: #727272 !important;
|
|
border-color: #585757 !important;
|
|
}
|
|
|
|
.container2 {
|
|
height: 297mm;
|
|
padding-top: 15px;
|
|
}
|
|
|
|
.container2:last-of-type {
|
|
height: 280mm;
|
|
}
|
|
|
|
.modal-dialog {
|
|
max-width: 100%;
|
|
width: 22.4cm;
|
|
}
|
|
/* @page {
|
|
size: 7in 9.25in;
|
|
margin: 27mm 16mm 27mm 16mm;
|
|
}*/
|
|
@page {
|
|
size: A4;
|
|
margin: 0mm;
|
|
page-break-after: auto;
|
|
}
|
|
|
|
@media screen {
|
|
#printSection {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.print *,
|
|
.print p,
|
|
.print .h1, .print .h2, .print .h3, .print .h4, .print .h5, .print .h6, .print h1, .print h2, .print h3, .print h4, .print h5, .print h6 {
|
|
font-family: IranSans !important;
|
|
}
|
|
|
|
.print:last-child {
|
|
page-break-after: auto !important;
|
|
}
|
|
|
|
@media print {
|
|
|
|
body * {
|
|
visibility: hidden !important;
|
|
page-break-after: auto !important;
|
|
}
|
|
|
|
html, body {
|
|
height: 100% !important;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
overflow: hidden !important;
|
|
}
|
|
|
|
#printSection, #printSection * {
|
|
visibility: visible !important;
|
|
page-break-after: auto !important;
|
|
}
|
|
|
|
footer {
|
|
page-break-after: auto !important;
|
|
display: none !important;
|
|
}
|
|
|
|
header {
|
|
display: none !important;
|
|
}
|
|
|
|
#printSection {
|
|
position: absolute !important;
|
|
right: 0 !important;
|
|
page-break-after: auto !important;
|
|
top: 0 !important;
|
|
}
|
|
|
|
.head {
|
|
background-color: #cccccc !important;
|
|
-webkit-print-color-adjust: exact !important;
|
|
print-color-adjust: exact !important;
|
|
}
|
|
|
|
.radio-info input[type="radio"]:checked + label::after {
|
|
background-color: black !important;
|
|
-webkit-print-color-adjust: exact !important;
|
|
print-color-adjust: exact !important;
|
|
}
|
|
|
|
.mt-30 {
|
|
margin: 30px 0 0 0 !important;
|
|
}
|
|
}
|
|
|
|
.col-4, .col-3, .col-9,
|
|
.col-2, .col-10, .col-6,
|
|
.col-8, .col-5, .col-7,
|
|
.col-offset-1 {
|
|
float: right !important;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
color: #505458 !important;
|
|
}
|
|
|
|
.h4, h4 {
|
|
font-size: 18px !important;
|
|
}
|
|
|
|
h5, h6 {
|
|
font-size: 14px !important;
|
|
margin: 5px 0px !important;
|
|
}
|
|
|
|
body {
|
|
font-size: 11px;
|
|
}
|
|
|
|
.radio {
|
|
display: inline-block;
|
|
margin-top: -10px !important;
|
|
}
|
|
|
|
.radio input[type=radio] {
|
|
position: unset !important;
|
|
}
|
|
|
|
textarea.form-control {
|
|
height: 100px !important;
|
|
}
|
|
|
|
.fontBold {
|
|
font-family: IranSans !important;
|
|
// font-family: 'IRANYekanX', serif !important;
|
|
}
|
|
|
|
.fontNumber {
|
|
font-family: IranText !important;
|
|
// font-family: 'IRANYekanX', serif !important;
|
|
}
|
|
|
|
.modal-body {
|
|
height: 99%;
|
|
}
|
|
|
|
.row {
|
|
margin-right: -10px !important;
|
|
margin-left: -10px !important;
|
|
}
|
|
|
|
.print-card {
|
|
position: fixed;
|
|
top: 130px;
|
|
width: auto;
|
|
z-index: 20;
|
|
box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
}
|
|
|
|
@media screen and (max-width: 992px) {
|
|
.wrapper {
|
|
visibility: hidden;
|
|
}
|
|
.print-card {
|
|
position: relative;
|
|
top: 0;
|
|
width: 100%;
|
|
z-index: 20;
|
|
}
|
|
}
|
|
|