﻿.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 50%;
    left: 45%;
    position: absolute;
    z-index: 1;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.cell-ligne {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    /*word-wrap: break-word;*/
}

/* Blazored toast css updates */

.blazored-toast-body .blazored-toast-header h5 {
    font-size: 93% !important;
    margin: auto !important;
    line-height: 24px !important;
    text-transform: none !important;
    color: white;
}

@media (min-width: 576px) {
    .position-topcenter {
        top: 0rem !important;
    }
}

@media (min-width: 576px) {
    .blazored-toast {
        width: 37rem !important;
    }
}

#previewContent .breakPage {
    page-break-after: always;
}

    #previewContent .breakPage:last-child {
        page-break-after: avoid;
    }


.modal-body .breakPage {
    page-break-after: always;
}

    .modal-body .breakPage:last-child {
        page-break-after: avoid;
    }


.fixed {
    /*https://developer.mozilla.org/fr/docs/Web/CSS/block-size*/
    block-size: 45px;
}

.docAsurance:nth-of-type(1) {
    margin-left: 10px;
    margin-top: 42px;
}

.docAsurance {
    margin-left: 10px;
    margin-top: 56px;
}

.document-portrait-margin:not(:nth-of-type(1)) {
    margin-top: 14px;
}

.document-landscape-margin:not(:nth-of-type(1)) {
    margin-top: 25px;
}

/*Corriger centrage des combos existant dans filters des rapport*/
.align-left {
    text-align: left !important;
}

.type-reports {
    margin-top: 10px;
}

.row-container {
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
}

.grid-goto-page {
    display: none;
}


.truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 250px;
}



.actionBar {
    padding: 10px;
}

#previewContent {
    background-color: white
}

.base {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .base h1 {
        font-family: "Ubuntu", sans-serif;
        text-transform: uppercase;
        text-align: center;
        font-size: 4vw;
        color: #01579b;
    }


    .base h2 {
        font-family: "Cabin", sans-serif;
        color: #01579b;
        font-size: 2vw;
        text-transform: uppercase;
        text-align: center;
    }

    .base h5 {
        font-family: "Cabin", sans-serif;
        color: #9ae1e2;
        font-size: 2vw;
        text-align: center;
        color: black;
    }

