﻿@page {
    size: A4;
    margin: 0;
}

@media print {
    html, body {
        width: 210mm;
        height: 297mm;
    }
}

.title {
    padding-left: 13px;
    font-size: x-large;
}

.logo {
    width: 100px;
}

.card-container {
    padding-top: 5px;
    padding-bottom: 5px;
}

.card-screen {
    width: 100%;
    cursor: pointer;
}

.card-overlay {
    background-color: white;
    position: absolute;
    opacity: 0.5;
    pointer-events: none;
}

.sheet {
    padding: 20px;
    border-style: solid;
    border-color: gray;
    border-width: thin;
    -webkit-box-shadow: 4px 4px 4px 0px rgba(150,150,150,1);
    -moz-box-shadow: 4px 4px 4px 0px rgba(150,150,150,1);
    box-shadow: 4px 4px 4px 0px rgba(150,150,150,1);
}

.card-option {
    cursor: pointer;
}

.card-option-model {
    display: none;
}

.card-option:hover {
    background-color: #efefef;
}

.print-option-model {
    display: none;
}

.print-card-container {
    padding: 0.20cm !important;
}

.print-card {
    width: 6.35cm !important;
    height: 8.89cm !important;
}

.page {
    position: absolute;
    margin: 0.70cm !important;
    z-index: 10;
}

.modal-title-step {
    margin-top: 28px;
    margin-left: 5px;
}

.modal-footer {
    display: block;
    justify-content: initial;
}

.modal-body {
    overflow-y: auto;
}

.tone-image {
    margin-bottom: 20px;
    max-width: none;
}

.print-container {
    position: relative;
    width: 210mm;
    height: 297mm;
    margin: 0 auto;
}

.crop-marks {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.line {
    position: absolute;
    background-color: #888888;
    z-index: 1;
}

.v-line {
    width: 1px;
    height: 100%;
    top: 0;
}

.h-line {
    height: 1px;
    width: 100%;
    left: 0;
}