@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

*,
*:focus,
*:hover {
    outline: none !important;
}

html,
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #EBEDEF;
}

a,
.btn-link {
    color: #2C3E50;
}

@media print {

    /* thead {
        display: table-header-group;
    }

    tfoot {
        display: table-footer-group;
    } */

    html,
    body {
        /* width: 2000px;*/
        zoom: 80%
    }

    .NoPrint {
        display: none;
    }

    .Print {}

    .table td {
        padding-top: 0;
        padding-bottom: 0;

    }

    .table th {
        padding-top: 0;
        padding-bottom: 0;
    }

    .table-compact td {
        padding-top: 3px !important;
        padding-bottom: 0 !important;

    }

    .table-compact th {
        padding-top: 3px !important;
        padding-bottom: 0 !important;
    }

    h1 {
        font-size: 20px;
    }

    .content-area {
        padding: 0 !important;
    }

    .main-container .content-container .content-area {
        flex: 1 1 auto;
        overflow: hidden !important;
        padding: 0 !important;
    }

    .main-container .content-container {
        display: block !important;
        /* flex: 1 1 auto;
        min-height: .05rem; */
    }
}

@media screen {

    .NoPrint {}

    .Print {
        display: none;
    }

    .main-container {
        height: unset !important;
    }
}

@page {
    size: A4;
    /* orientation: landscape; */
    margin: 5mm;
}

.pagebreak {
    page-break-after: always;
}

.btn-primary {
    color: #fff;
    background-color: #2C3E50;
    border-color: #273646;
}

.btn-primary:hover {
    color: #fff;
    background-color: #344f69;
    border-color: #273646;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.edited {
    background-color: beige !important;
}

h1,
h2,
h3 {
    margin-top: 10px !important;
    font-weight: 100 !important;
    width: 100%;
    text-align: center;
}

#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;
}


.scrollTable {
    overflow-y: scroll;
    flex-grow: 1;
    height: 700px;
}

.scrollTable th {
    position: sticky;
    top: 0;
}

th {
    background-color: #EBEDEF;
}

.Sob {
    background-color: #f9f95c !important;
}

.Nie {
    background-color: #ff9292 !important;

}

.Rozliczona {
    background-color: #05960c !important;
    color: white !important;

}

.container1 {
    width: 80vw;
    margin: auto;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.scrollTable {
    overflow-y: scroll;
    flex-grow: 1;
    height: 500px;
}

.scrollTable th {
    position: sticky;
    top: 0;
    z-index: 999;
}

.boxes {
    display: block;
}

.boxcard {
    display: inline-block;
    border: 1px solid silver;
    padding: 10px;
    border-radius: 5px;
    width: 200px;
    height: 200px;
    margin: 5px;
    overflow: auto;
}

.enabledBox {
    background-color: #00567a !important;
    color: white !important;
}

.disabledBox {
    background-color: #f68b8b !important;
}

.table {
    margin-top: 2px !important;
    margin-bottom: 20px !important;
}

.table th {
    background-color: #f1f9ff !important;
}

.clr-textarea-wrapper {
    margin-top: 0;
}

.clr-form-control {
    margin-top: 0;
}

.datagrid-wrapper {
    margin-top: 0px !important;
}

.clr-combobox-wrapper {
    width: 100% !important;
}

.clr-combobox {
    width: 100% !important;
}

[blazority].popover>.popover-trigger {
    width: 100%;
}

.clr-combobox-input-wrapper {
    width: 100%;
    display: block;
}

.clr-combobox-input {
    width: 100%;
}

.colwidth50 {
    width: 50px;
}

.colwidth75 {
    width: 75px;
}

.colwidth100 {
    width: 100px;
}

.colwidth150 {
    width: 150px;
}

.colwidth200 {
    width: 200px;
}

.colwidth250 {
    width: 250px;
}

.colwidth300 {
    width: 300px;
}

.colsmalltext {
    font-size: 8pt !important;
}

.colverysmalltext {
    font-size: 6pt !important;
}

.datagrid-footer {
    justify-content: flex-start !important;
}

.datagrid-footer-description {
    display: none !important;
}