/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 *
 */

/*# sourceMappingURL=custom.css.map */

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    text-align: center;
}
.loading-wheel {
    width: 20px;
    height: 20px;
    margin-top: -40px;
    margin-left: -40px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-width: 30px;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
}
.style-2 .loading-wheel {
    border-style: double;
    border-color: #ccc transparent;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

.btn-dw-pdf {
    box-shadow: 0 2px 6px #acb5f6;
    background-color: #6777ef;
    border-color: #6777ef;
    color: #fff;
}
.btn-dw-pdf:focus,
.btn-dw-pdf.disabled:focus {
    background-color: #394eea !important;
}
.btn-dw-pdf:focus:active,
.btn-dw-pdf.disabled:focus:active {
    background-color: #394eea !important;
}
.btn-dw-pdf:active,
.btn-dw-pdf:hover,
.btn-dw-pdf.disabled:active,
.btn-dw-pdf.disabled:hover {
    color: #fff;
    background-color: #394eea !important;
}
