﻿.modal {
    overflow-y: auto;
}

.btn-mini {
    min-width: 2rem !important;
    padding:0.5rem;
}

.modal-wide {
    width: 70vw !important;
    transform: translateX(-30%);
    margin-left: auto !important;
    margin-right: auto !important;
}

.modal-report {
    min-width: 23cm !important;
    transform: translateX(-30%);
    margin-left: auto !important;
    margin-right: auto !important;
}

.report-card {
    width: 21cm;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 1rem;
    /*    height: 29.7cm; 
    margin: 25mm 25mm 25mm 25mm;
*/
}

.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55;
    position: center;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

    .report-card td, .report-card th {
        padding: 0 0.2rem 0 0.2rem !important;
        margin: 0rem !important;
        height: 1rem !important;
    }

    .report-card tr {
        height: 1rem !important;
    }



@media screen and (max-width: 960px) {
    .modal-wide {
        transform: initial;
    }

}

.report-sent-to-girdnu {
    background: #00ff21;
}
.report-not-sent-to-girdnu {
    background: #ffffff;
}
.report-error-sending-to-girdnu {
    background: #ff0000;
}