.loader-panel {
    display: none;
    position: absolute;
    left: -10px;
    top: 0px;
    width: 100%;
    height: 102%;
    z-index: 9999;
    background: center no-repeat rgba(255, 255, 255, 1);
    transform: translateZ(0);
    transform: translate3d(0, 0, 0);
}

.loaderPageGraphic {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    min-height: 80vh;
    z-index: 99999;
    background: center no-repeat rgba(255, 255, 255, 1);
    transform: translateZ(0);
    transform: translate3d(0, 0, 0);
    position: fixed;
    padding: 0;
    margin: 0;
}

.spinner {
    position: absolute;
    margin: 0 0 0 -30px;
    left: 50%;
    top: 50%;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #0055a5;
    border-radius: 100%;
    display: inline-block;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    animation-delay: -0.16s;
}

.loader-panel p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 80px;
    font-weight: bold;
    padding-left: 10px;
}

.loader-panel_image {
    display: none;
    position: absolute;
    left: -10px;
    top: 0px;
    width: 100%;
    height: 102%;
    z-index: 9999;
    background: center no-repeat rgba(255, 255, 255, 1);
    transform: translateZ(0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

button#createPdf_link {
    width: 35px;
    font-size: 16px;
    height: 35px;
    color: #fff;
    border: navajowhite;
    border-radius: 50%;
}

img.d-pdf {
    max-width: 15px;
}

#download-pdfs .modal-dialog {
    max-width: 350px;
}

#upload_image1 {
    right: 20px;
    border: none;
    right: 65px;
    text-align: center;
    color: #c0c0c0;
}

.edit_icon {
    background-color: #fff;
    border: none;
    color: #fff;
    padding: 0px 12px 0px 6px;
    text-align: center;
    display: block;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    box-shadow: 1px 2px 5px #565656;
}

button#createPdf,
#downloadPdf {
    margin-top: 10px;
}

#upload_image1 img {
    max-width: 23px;
    text-align: left;
}

button#upload_image1 {}

div#download-pdfs .modal-header {
    background-color: #69b8e8;
    color: #fff;
    padding: 8px;
}

#upload_image .modal-header {}

div#download-pdfs .modal-header .close,
.modal-header .close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
}

#error_mail {
    color: #ff0000;
}

#download-pdfs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

p#error_img {
    position: absolute;
    top: 4px;
    color: #ff0000;
    font-size: 14px;
}

p#error_img.red {
    color: #ff0000;
}

p#error_img.green {
    color: #4BB543;
}

#error_mail {
    position: absolute;
    top: 4px;
    color: #ff0000;
    font-size: 14px;
}

.rs_img {
    margin-top: 12px;
}

.modal .btn.btn-primary,
.modal .btn.btn-primary:hover {
    background-color: #69b8e8;
    border: 0px;
    border-radius: 0px;
}

button:focus {
    outline: 0px;
    box-shadow: none;
}

.header-items {
    display: flex;
}

.logo-preview-img {
    display: none;
    min-width: 120px;
}

.img_thumb {
    line-height: 67px;
    text-align: center;
}

.img_thumb img {
    vertical-align: middle;
    max-height: 65px;
}

.logo-preview {
    max-width: 180px;
}

.edit_icon {
    display: none;
    position: absolute;
    top: 17px;
    right: 0px;
    padding-top: 9px;
    z-index: 9;
    cursor: pointer;
}

div.logo-preview-img:hover:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 0;
}

.logo-preview-img:hover .edit_icon {
    display: block;
}

img.logo-edit {
    max-width: 15px;
    margin-top: -54px;
}

.logo-preview-img {
    display: none;
    position: relative;
}

.mb-3 {
    margin-bottom: 8px;
}

.border-red {
    border: 1px solid rgba(255, 0, 0, 0.8)!important;
}

p.pop-paragraph {
    line-height: 1;
}

.mr-3 {
    margin-right: 10px;
}

@media only screen and (min-width:768px) {
    #upload_image {
        max-width: 400px;
    }
}