/** {*/
/*    background:transparent !important;*/
/*    color:#000 !important;*/
/*    text-shadow:none !important;*/
/*    filter:none !important;*/
/*    -ms-filter:none !important;*/
/*}*/

@page {
    margin: 70px 0;
}

/*body {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    line-height: 1.4em;*/
/*}*/

.print {
    display: block;
}

.print-adm {
    //
}

.no-print {
    display: none;
}

.header {
    /*position: fixed;*/
    /*top: -70px;*/
    /*left: 0;*/
    /*right: 0;*/
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: red;
}

.header img {
    width: 10px;
    vertical-align: middle;
}

.footerxx {
    position: fixed;

    /*43 + 27 = 70 @page*/
    bottom: -27px;
    left: 0;

    width: 100%;
    padding: 5px 10px 10px 10px;
    text-align: center;
}

.footerxx .page:after {
    content: counter(page);
}

.ajax_load_print {
    /*position: fixed;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: rgba(0, 0, 0, 0);*/
    /*z-index: 15000;*/
    display: none;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.ajax_load_box_print {
    padding: 0 10px;
    background-color: #ebedf0;
    border: 1px #ccd0d5 solid;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.ajax_load_box_print img {
    width: 26px;
    height: 26px;
}

.ajax_load_box_print span {
    font-size: 13px;
    color: #5f6368;
    /*margin-left: 5px*/
}

#img_loading_print {
    /*width: 24px !important;*/
    width: 52px !important;
    height: 52px !important;
}
