
html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #fff;
}

.m-btn {

    margin-right: 5px;
    margin-bottom:5px;


}

a, .btn-link {
    color: #0366d6;
}
.content {
    padding-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
ul.nav.topnav h1 {
    margin: 0;
    font-size: 24px;
    padding: 0.5rem;
}
.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
.content .table thead {
    background-color: #da2d2d;
    color: #fff;
    border-color: #921c1c;
    font-size: 14px;
}
    .content .table thead th {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .content .table tbody td {
        vertical-align: middle;
    }
.content .table tbody tr.toplamtr td {
    color: #fff;
    padding: 1rem 0.5rem;
}
.content .table tbody tr.toplamtr {
    background-color: #565656;
    border-color: #0000005e;
}
.content .table tbody tr.toplamtrall td {
    color: #fff;
    padding: 1rem 0.5rem;
    border-color: #0000005e;
}

.content .table tbody tr.toplamtrall {
    background-color: #31312d;
    border-color: #0000005e;
}

.mobilenone {
    display: block;
}
.mobilhomepage {
    display:none;
}
@media only screen and (max-width: 815px) {
    .blazored-modal.blazored-modal-scrollable {
        width: 100% !important;
        padding: 0 !important;
        height: 100%;
        margin: 0;
        max-height: 100%;
        border-radius: 0;
    }
    .dataTables_wrapper .dataTables_paginate {
        margin-top: .5em;
        display: flex;
        margin-bottom: 1rem;
        padding-bottom: 3rem;
        width: auto;
        min-width: 500px;
    }
        .dataTables_wrapper .dataTables_paginate span {
            display: flex;
        }
        .blazored-modal.blazored-modal-scrollable .content {
            padding: 0 5px !important;
        }
        .blazored-modal.blazored-modal-scrollable .blazored-modal-header {
            padding: 1rem 0.5rem;
            border: 1px solid #ddd;
            margin-bottom: 10px;
        }
            .blazored-modal.blazored-modal-scrollable .blazored-modal-header h3.blazored-modal-title {
                margin-bottom: 0px !important;
            }
            .blazored-modal.blazored-modal-scrollable .blazored-modal-header button.blazored-modal-close {
                padding: 0.5rem 1.5rem !important;
                font-size: 30px;
                background-color: #f7f7f7;
            }
}
.whitespace-col .card-body {
    white-space: nowrap;
    text-align: center;
}
.whitespace-col .card-title {
    white-space: nowrap;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #ddd;
    text-align: center;
    background-color: #f7f7f7;
}
.size10 {
    font-size: 10px;
}
.card.fatura-card .table thead, .card.fatura-card .table tfoot {
    background-color: #e9e8e8;
    color: #000;
    border-color: #d9d5d5;
}
.card.fatura-card .titlered.table thead {
    background-color: #ffecec;
    color: #e52929;
    border-color: #ffd2d2dd;
}
.card.fatura-card .table thead th {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
}
.fatura-products, .fatura-summary {
    padding: 2rem 0;
}
@media only screen and (max-width: 768px) {
    .blazored-modal.blazored-modal-scrollable {
        width: 100% !important;
        padding: 0 !important;
        height: 100%;
        margin: 0;
        max-height: 100%;
        border-radius: 0;
    }
    .dataTables_wrapper .dataTables_paginate {
        margin-top: .5em;
        display: flex;
        margin-bottom: 1rem;
        padding-bottom: 3rem;
        width: auto;
        min-width: 500px;
    }
        .dataTables_wrapper .dataTables_paginate span {
            display: flex;
        }
        .blazored-modal.blazored-modal-scrollable .content {
            padding: 0 5px !important;
        }
        .blazored-modal.blazored-modal-scrollable .blazored-modal-header {
            padding: 1rem 0.5rem;
            border: 1px solid #ddd;
            margin-bottom: 10px;
        }
            .blazored-modal.blazored-modal-scrollable .blazored-modal-header h3.blazored-modal-title {
                margin-bottom: 0px !important;
            }
            .blazored-modal.blazored-modal-scrollable .blazored-modal-header button.blazored-modal-close {
                padding: 0.5rem 1.5rem !important;
                font-size: 30px;
                background-color: #f7f7f7;
            }
    .mobilenone {
        display: none;
    }
    .mobilhomepage {
        display: block;
    }
        .content {
        padding-bottom: 5rem;
        padding-top: 4rem;
    }
      
        .content .table tbody, .content .table td, .content .table tfoot, .content .table th, .content .table thead, .content .table tr {
            white-space: nowrap;
        }
}