Files
ExpenseCount/app/webroot/cdn/css/print_report.css
2026-06-25 13:03:45 +06:00

251 lines
4.7 KiB
CSS

*{
margin:0; padding:0;
}
body{
font-family: Arial, sans-serif;
background:#fff;
}
a{
text-decoration:none;
}
p{
font-size:12px;
padding-bottom:5px;
}
.wrapper{
width:940px;
padding:20px;
background:#fff;
margin:0 auto;
}
.description{
margin:10px 0 20px 0;
}
.description p{
font-size:14px;
}
.print{
background:#eee;
padding:10px;
font-weight:700;
font-size:14px;
margin-bottom:15px;
}
.print span{
float:right;
width:auto;
font-size:12px;
font-weight:normal;
}
.printTable{
border-collapse:collapse;
width:100%;
}
.printTable th, .printTable td{
border:1px solid #abc6df;
padding:5px;
font-size:12px;
}
.printTable tr:nth-child(odd){
background-color:#eef5fb;
}
.printTable tr:first-child th{
background:#bfdefb;
color:#104374;
font-size:14px;
}
.footerText{
padding:10px 0;
font-size:12px;
}
P{
font-size:12px;
padding-bottom:5px;
margin-bottom: 0 !important;
}
.popup1{
width:800px;
margin:100px auto;
}
.popup2{
width:450px;
margin:100px auto;
}
.popup3{
width:550px;
margin:100px auto;
}
.popup1, .popup2, .popup3, .popup4{
background:#fff;
padding:10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.grid{
border: 1px solid #c5c5c5;
padding:15px;
}
.gridTable{
border-collapse:collapse;
width:100%;
}
.gridTable th, .gridTable td{
border:1px solid #abc6df;
padding:5px;
font-size:12px;
}
.gridTable tr:first-child th{
background:#bfdefb;
color:#104374;
font-size:14px;
}
.gridInput{
border: 1px solid #c5c5c5;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding:6px;
font-size:12px;
}
.gridBtn{
background:#0757a4;
padding:5px 15px;
font-size:14px;
font-weight:700;
border:none;
color:#fff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
cursor:pointer;
}
.gridTableCheckbox td:first-child, .textAlignCenter td{
text-align:left;
}
.gridBtn:hover{
background:#0a69c4;
}
.formTo{
font-size:14px;
font-weight:700;
margin-bottom:20px;
}
.labelOne, .labelTwo{
padding-right: 10px;
}
.labelTwo{
padding-left:100px;
}
.description{
padding:20px 0;
}
.description p {
margin-top:0;
margin-bottom: 0;
padding-top:0;
padding-bottom: 0 !important;
line-height: 22px;
}
.breackDown{
text-align:right;
padding-bottom:10px;
}
.print .dropdown, .dropup {
position: relative;
display: inline-block;
}
.print span {
line-height: 12px;
}
.print .form-group {
margin-bottom: 0;
}
form#participantData {
display: inline-flex;
}
form#participantData select {
font-size: 13px;
}
.footer-pdf-print-link a.btn {
font-size: 13px;
}
select.form-control:not([size]):not([multiple]) {
height: calc(1.8rem + 2px);
}
.print #participantData label {
font-size: 13px;
font-weight: 300;
margin-right: 5px;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
opacity: 1;
bottom:0.5rem;
}
.table thead th {
border-bottom: 0px solid #eceeef;
}
table.dataTable {
border-collapse: collapse !important;
}
form#participantData {
display: none;
}
.print {
overflow: hidden;
}
.hidden-print {
display: none;
}
table#exportTable tfoot tr, table#exportTable tr:last-child{
background: transparent !important;
}
.printTable thead tr:nth-child(odd){
background: #bfdefb;
color: #104374;
font-size: 14px;
}
.printTable tr:nth-child(even) {
background-color: #eef5fb;
}
.printTable tr:nth-child(odd) {
background-color: #ffffff;
}
h5#summaryHeader{
margin-bottom:0 !important;
padding-bottom:5px !important;
font-size:15px !important;
line-height:18px;
}
table#exportTableBalance{
margin-top:0;
padding-top:0;
}
#chartDiv .highcharts-container{
margin-bottom:0;
height: 500px !important;
width: 650px !important;
padding-bottom:0;
}
#chartDiv .highcharts-container svg{
padding-bottom:0 !important;
margin-bottom:0 !important;
height: 500px !important;
width: 650px !important;
}
#chartDiv .highcharts-container svg rect.highcharts-background{
padding-bottom:0 !important;
margin-bottom:0 !important;
height: 50px !important;
width: 65px !important;
}