2015-11-25 12:56:03 +01:00
|
|
|
#card-print-overlay {
|
|
|
|
|
position: fixed;
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
2015-11-27 11:52:00 +01:00
|
|
|
background: rgba(0, 0, 0, 0.5);
|
2015-11-25 12:56:03 +01:00
|
|
|
box-sizing: border-box;
|
2015-11-27 11:52:00 +01:00
|
|
|
word-wrap: break-word;
|
2015-11-25 12:56:03 +01:00
|
|
|
z-index: 99999;
|
|
|
|
|
}
|
|
|
|
|
#card-print-dialog {
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 60px;
|
2015-11-27 11:52:00 +01:00
|
|
|
right: 0px;
|
|
|
|
|
left: 0px;
|
2015-11-25 12:56:03 +01:00
|
|
|
height: calc(100% - 120px);
|
|
|
|
|
width: 1000px;
|
|
|
|
|
margin: auto;
|
|
|
|
|
border-style: solid;
|
|
|
|
|
border-color: #cccccc;
|
|
|
|
|
border-width: 1px;
|
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
#card-print-dialog-header {
|
|
|
|
|
position: relative;
|
|
|
|
|
background: #f0f0f0;
|
|
|
|
|
height: 25px;
|
|
|
|
|
border-bottom: 1px solid #cccccc;
|
|
|
|
|
padding: 15px 20px 15px 20px;
|
|
|
|
|
}
|
|
|
|
|
#card-print-dialog-content {
|
|
|
|
|
position: relative;
|
|
|
|
|
background: white;
|
|
|
|
|
height: calc(100% - 106px);
|
|
|
|
|
width: 100%;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
#card-print-dialog-content-iframe {
|
|
|
|
|
position: relative;
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
overflow: hidden;
|
2015-11-27 11:52:00 +01:00
|
|
|
border: none;
|
2015-11-25 12:56:03 +01:00
|
|
|
}
|
|
|
|
|
#card-print-dialog-footer {
|
|
|
|
|
position: relative;
|
|
|
|
|
background: #f0f0f0;
|
|
|
|
|
border-top: 1px solid #cccccc;
|
|
|
|
|
height: 30px;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
#buttons {
|
|
|
|
|
position: relative;
|
|
|
|
|
float: right;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
height 30px;
|
|
|
|
|
}
|
|
|
|
|
#info {
|
|
|
|
|
position: relative;
|
|
|
|
|
float: right;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
height 30px;
|
|
|
|
|
}
|
|
|
|
|
#info-line {
|
2015-11-27 11:35:07 +01:00
|
|
|
display: inline;
|
2015-11-25 12:56:03 +01:00
|
|
|
padding-left: 3rem;
|
|
|
|
|
padding-right: 3rem;
|
|
|
|
|
}
|
2015-11-27 11:52:00 +01:00
|
|
|
#card-print-dialog-title {
|
2015-11-25 12:56:03 +01:00
|
|
|
position: relative;
|
|
|
|
|
float: left;
|
|
|
|
|
color: rgb(51, 51, 51);
|
|
|
|
|
display: block;
|
|
|
|
|
font-family: Arial, sans-serif;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
height: 30px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
}
|
2015-12-17 10:34:25 +01:00
|
|
|
.ui-element {
|
2015-12-17 15:09:33 +01:00
|
|
|
color: #656565;
|
2015-11-25 12:56:03 +01:00
|
|
|
font-size: 14px;
|
2015-12-17 15:09:33 +01:00
|
|
|
font-weight: 600;
|
2015-11-25 12:56:03 +01:00
|
|
|
display: inline-block;
|
2015-12-17 16:21:03 +01:00
|
|
|
margin: 5px 5px;
|
2015-11-25 12:56:03 +01:00
|
|
|
vertical-align: baseline;
|
|
|
|
|
}
|
2015-12-17 11:05:27 +01:00
|
|
|
.button {
|
2015-12-17 15:09:33 +01:00
|
|
|
background-color: #DEDEDE;
|
|
|
|
|
border: 1px solid #D4D4D4;
|
2015-12-17 11:05:27 +01:00
|
|
|
border-radius: 3px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
font-weight: 700;
|
2015-12-17 15:09:33 +01:00
|
|
|
padding: 5.8px 20px;
|
|
|
|
|
margin: 0px 2px;
|
2015-12-17 11:05:27 +01:00
|
|
|
text-decoration: none;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.button-primary{
|
|
|
|
|
background-color: #5689db;
|
|
|
|
|
border: 1px solid #5689db;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
2015-12-17 17:47:50 +01:00
|
|
|
.checkbox {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
}
|
|
|
|
|
.checkbox label {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
background-color: #DEDEDE;
|
|
|
|
|
border: 1px solid #D4D4D4;
|
|
|
|
|
}
|
|
|
|
|
.checkbox label::after {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
content: '';
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 9px;
|
|
|
|
|
height: 5px;
|
|
|
|
|
background: transparent;
|
|
|
|
|
top: 4px;
|
|
|
|
|
left: 4px;
|
|
|
|
|
border: 3px solid #333;
|
|
|
|
|
border-top: none;
|
|
|
|
|
border-right: none;
|
|
|
|
|
|
|
|
|
|
transform: rotate(-45deg);
|
|
|
|
|
}
|
|
|
|
|
.checkbox label:hover::after {
|
|
|
|
|
opacity: 0.5 !important;
|
|
|
|
|
}
|
|
|
|
|
.checkbox input[type=checkbox]:checked + label::after {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.numberInput input[type=number]{
|
|
|
|
|
font-size:1em;
|
|
|
|
|
width:1.5em;
|
|
|
|
|
padding:3px;
|
|
|
|
|
margin:0;
|
|
|
|
|
border:1px solid #ddd;
|
|
|
|
|
border-radius:5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
background-color: #eee;
|
|
|
|
|
}
|
|
|
|
|
.numberInput input[type=number]::-webkit-inner-spin-button,
|
|
|
|
|
.numberInput input[type=number]::-webkit-outer-spin-button {
|
|
|
|
|
-webkit-appearance: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.numberInput input[type=number]:hover{
|
|
|
|
|
border:1px solid #ddd;
|
|
|
|
|
background-color: #f6f6f6;
|
|
|
|
|
}
|
|
|
|
|
.numberInput input[type=number]:focus{
|
|
|
|
|
outline:none;
|
|
|
|
|
border:1px solid #ddd;
|
|
|
|
|
background-color: #f6f6f6;
|
|
|
|
|
}
|