
.pdf-box-bordered{
    width: 100%;
    height: 1in;
    border: 1px dotted black;
}

.ot-print h4{
    background-color: #abd2ef;
    font-weight: bold;
}

.ot-print div{
    font-size: xx-small;
}

.ticket_detail
{
    font-size: 11px;
}

.ticket h1, h2, h3, h4, h5, h6
{
    line-height: 1;
}

.pdf-report td{
    background-color: transparent;
    padding: 0; !important;
    margin: 0; !important;
}

.logo{
    width: 20px;
    background-color: transparent;
}

.pdf-titles .pdf-title .pdf-subtitle {
    padding-top: -5px;
}

.pdf-body p{
    padding-bottom: -9px;
    line-height:15px;
}

.pdf-label-for {
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
}

.pdf-frame {
    padding: -5px;
    margin-bottom: 3px;
}

.pdf-head .line-1{ text-align: center; padding-top:-10px;}
.pdf-head .line-2{ text-align: center; padding-top:-5px;;}
.pdf-head .line-3{ text-align: center; padding-top:-10px;;}
.pdf-head .line-4{ text-align: center; padding-top:-10px;}
.pdf-head .line-5{ text-align: center; padding-top:-10px;}

.pdf-line {margin-top: -5px;}
.pdf-label {padding-top: -5px;}
.pdf-label-center {padding-top: -5px; text-align: center}
.pdf-row {padding-bottom: -10px;}

.pdf-report {
    font-size:11px; border-collapse:collapse; border: none;
}

/*BEGIN LOADING PARENT DIV*/
.loader-pdf {
    height: 4px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
}
.loader-pdf:before{
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: rgba(79, 83, 86, 0.94);
    animation: loading 2s linear infinite;
}
/*END LOADING PARENT DIV*/

@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% {left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}


/*BEGIN LOADING CONTENT PDF*/
.animated-background {
    background: linear-gradient(271deg, #414141, #454545, #ffffff, #414141, #363636);
    background-size: 1000% 1000%;

    -webkit-animation: AnimationName 15s ease infinite;
    -moz-animation: AnimationName 15s ease infinite;
    -o-animation: AnimationName 15s ease infinite;
    animation: AnimationName 15s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 49%}
    50%{background-position:100% 52%}
    100%{background-position:0% 49%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 49%}
    50%{background-position:100% 52%}
    100%{background-position:0% 49%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 49%}
    50%{background-position:100% 52%}
    100%{background-position:0% 49%}
}
@keyframes AnimationName {
    0%{background-position:0% 49%}
    50%{background-position:100% 52%}
    100%{background-position:0% 49%}
}

/*END LOADING CONTENT PDF*/