.bigimage-unicode-icon {
    font-size: 19px;
    font-weight: 700;
    display: block;
    border-radius: 4px;
    cursor: pointer
}

.bigimage-unicode-icon-disable {
    display: none !important
}

.print-disabled {
    pointer-events: none;
    opacity: .3
}

#print-params {
    width: 100%;
    text-align: center
}

#print-params>h6 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1rem;
    font-family: inherit;
    font-weight: 500;
    color: inherit
}

#print-params>input[type=number] {
    border: 1px solid #999;
    border-radius: 4px
}

.close {
    color: rgba(0, 0, 0, .8);
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 5px
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.operation-btn {
    text-decoration: none;
    display: inline !important;
    padding-right: 3px;
    vertical-align: middle;
    font-size: 20px;
    margin: 3px
}

.see-btn:before {
    content: '\1F441'
}

.download-btn:before {
    content: '\2B07'
}

#print-loading {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30px;
    width: 30px;
    margin: -15px 0 0 -15px;
    border: 4px #a7a4ab solid;
    border-top: 4px #52006d solid;
    border-radius: 50%;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.download-button {
    font-family: sans-serif;
    display: inline-block;
    font-size: 1em;
    text-align: center;
    padding: .3em .8em;
    background: linear-gradient(45deg, #2b71ad, #0c7162);
    color: #fff;
    box-shadow: 0 .4em .4em rgba(0, 0, 0, .25);
    border-radius: .4em;
    transition: box-shadow .2s ease-in-out;
    cursor: pointer;
    margin-top: 5px
}

.download-button:hover {
    box-shadow: 0 .1em .25em rgba(0, 0, 0, .25)
}