{% load static %}

/*@font-face {*/
/*    font-family: 'Roboto';*/
/*    src: url('../fonts/Roboto-Bold-webfont.woff');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Roboto';*/
/*    src: url('../fonts/Roboto-Regular-webfont.woff');*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Roboto';*/
/*    src: url('../fonts/Roboto-Light-webfont.woff');*/
/*    font-weight: 300;*/
/*    font-style: normal;*/
/*}*/


.row-messages {
}

.message {
    color: #fff;
}

.message-success {
    background-color: #008000FF;
}

.message-info {
    background-color: #1a91da;
}

.buttonConfirm {
    width: 100%;

}

@media (min-width: 768px) {
    .buttonConfirm {
        width: auto;
    }
}

.message-warning {
    background-color: #FF8C00FF;
}

.message-error {
    background-color: #b11818;
}

@media print {
    .no-print {
        display: none;
    }

    .print-only {
        display: block;
    }

    .list-entries {
        list-decoration: none;
    }
}

.print-only {
    display: none;
}

@media (min-width: 992px) {
    .col-container {
        display: grid;
        grid-auto-columns: minmax(0, 1fr);
        grid-auto-flow: column;
    }
}

.entry-list {
    list-style-type: none;
    padding-left: 0 !important;
}