body {
    font-size: .8rem;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.dvSidebar {
    margin-right: 0px;
    padding-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
}

    /*span#lblMyTaskList {
    color: darkred;
}*/

    .dvSidebar .nav-link {
        color: #000000;
    }

        .dvSidebar .nav-link img {
            margin-right: 5px;
            margin-left: -5px;
            width: 25px;
            height: 25px;
        }

        .dvSidebar .nav-link path {
            color: #00567F;
        }

        .dvSidebar .nav-link.active {
            background-color: #EBF2F5;
        }

/*
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 48px 0 0;
    box-shadow: inset -1px 0 0 #fafaf8;
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

    .sidebar .nav-link .feather {
        margin-right: 4px;
        color: #727272;
    }

    .sidebar .nav-link.active {
        color: #2470dc;
    }

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

*/

/*
 * Navbar
 */

/*.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: #f8f9fa;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
    color: #00567F !important;
}*/

.navbar-brand {
    width: 65px;
    color: transparent !important;
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.navbar > a:hover {
    color: blue !important;
}

.navbar > a:visited {
    color: blue !important;
}

.form-control-dark {
    color: #00567F;
    background-color: #00567F;
    border-color: rgba(255, 255, 255, .1);
}

    .form-control-dark:focus {
        border-color: transparent;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
    }

.navbar {
    background-color: #00567F !important;
}


/*----------------------------------------------------------------------------*/
/*   MOJE    */

.btn {
    text-transform: uppercase;
    min-width: 120px;
    margin: 3px;
}

    .btn.disabled, .btn:disabled {
        pointer-events: auto !important;
    }

    .btn.close {
        width: 20px;
        min-width: 20px;
    }

.btn-default {
    color: #00567f;
    font-size: 0.8rem;
    background-color: #fff;
    border-color: #00567f;
}

    .btn-default:focus {
        color: #00567f;
        background-color: #e6e6e6;
        border-color: #00567f;
    }

    .btn-default:hover {
        color: #00567f;
        background-color: #d9e7ec;
        border-color: #00567f;
    }

    .btn-default:active {
        color: #00567f;
        background-color: #e6e6e6;
        border-color: #00567f;
    }

.btn-primary {
    color: white;
    font-size: 0.8rem;
    background-color: #00567f;
    border-color: #00567f;
}

    .btn-primary:focus {
        color: #00567f;
        background-color: #e6e6e6;
        border-color: #00567f;
    }

    .btn-primary:hover {
        color: white;
        background-color: #00699c;
        border-color: #00567f;
    }

    .btn-primary:active {
        color: #00567f;
        background-color: #e6e6e6;
        border-color: #00567f;
    }

.btn-highlight {
    color: white;
    font-size: 0.8rem;
    background-color: #228b22;
    border-color: #228b22;
}

    .btn-highlight:focus {
        color: #228b22;
        background-color: #e6e6e6;
        border-color: #228b22;
    }

    .btn-highlight:hover {
        color: white;
        background-color: #27a027;
        border-color: #228b22;
    }

    .btn-highlight:active {
        color: #00567f;
        background-color: #e6e6e6;
        border-color: #32cd32;
    }

.btn-small {
    min-width: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.btn-ico {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 0px;
}

.btn-low {
    height: 28px;
    padding-top: 3px;
    margin-top: 0px;
}

.btn-file {
    position: relative;
    overflow: hidden;
    margin: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    height: 30px;
    border-color: #c0c0c0;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.btn-yes {
    color: white;
    font-size: 0.8rem;
    background-color: #198754;
    border-color: #198754;
}

    .btn-yes:focus {
        color: white;
        background-color: #198754;
        border-color: #198754;
    }

    .btn-yes:hover {
        color: white;
        background-color: #398754;
        border-color: #198754;
    }

    .btn-yes:active {
        color: white;
        background-color: #198754;
        border-color: #198754;
    }

.btn-no {
    color: white;
    font-size: 0.8rem;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-no:focus {
        color: white;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-no:hover {
        color: white;
        background-color: #dc5545;
        border-color: #dc3545;
    }

    .btn-no:active {
        color: white;
        background-color: #dc3545;
        border-color: #dc3545;
    }

/*------------------------------------------------------JC----------------------*/
/* uprava tabulek*/
.table {
    font-size: small;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*display: block;*/
}

/* take tabulka - horni menu, ktere tvori odkazy*/
a {
    color: black;
    text-decoration: none;
}

element.style {
}

.table > :not(caption) > * > * {
    padding: .5rem .5rem;
    /*background-color: var(--bs-table-bg);*/
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table tr:first-child:hover {
    background-color: #ffffff;
}

.table tr:hover {
    background-color: #f0f0f0;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

tbody {
    background-color: #ffffff;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

*, ::after, ::before {
    box-sizing: border-box;
}

user agent stylesheet th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -internal-center;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: white;
}

/* vzdalenost od horni hrany */
legend {
    margin-top: 20px; /*30px;*/
    margin-bottom: 0px;
    background-color: #00567f !important;
    color: white;
    font-size: 0.8rem;
    height: 40px;
    align-items: center;
    padding-top: 10px;
    padding-left: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.bg-light {
    background-color: white !important;
    margin-top: 15px;
}

.col.mainContent {
    padding-left: 0px;
    padding-right: 0px;
}

.contentForm {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    background-image: url(../Images/background_200.jpg); /*podklad.png);*/
    height: calc(100vh - 100px);
    overflow: auto;
}

.dvFilter {
    background-color: #EBF2F5;
    padding: 10px;
    margin-bottom: 5px;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

    .dvFilter .form-control[readonly], .dvForm .form-control:disabled {
        background-color: #ffffff;
    }


.dvForm {
    /*background-color: #EBF2F5;*/
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 5px;
    border: solid 1px #dee2e6;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

/*    .dvForm input:not([type="submit"]):not(:placeholder-shown), .dvForm textarea {
        background-color: green;
    }

    .dvForm input:placeholder-shown {
        background-color: red;

    .dvForm input:not([type="submit"]):not([value=""]), .dvForm textarea:not([value=""]) {
        background-color: green;
    }
    }*/

.dvChatHistoryContent {
    border: solid 1px #dee2e6;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .dvChatHistoryContent .row.dvChatItem {
        margin-left: 10px;
        margin-right: 10px;
    }

        .dvChatHistoryContent .row.dvChatItem:not(:last-of-type) {
            border-bottom: solid 1px #dee2e6;
        }

.form-control {
    display: block;
    min-height: 30px;
    width: 100%;
    /*padding: .375rem .75rem;*/
    padding: 3px 8px 3px 8px;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .form-control:not(textarea) {
        max-height: 30px;
    }

.input-group-text {
    min-height: 30px;
    max-height: 30px;
    font-size: inherit;
}

.select2-container .select2-selection--single {
    min-height: 30px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-size: 0.8rem;
    /* font-weight: 400; */
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 30px;
    user-select: none;
    -webkit-user-select: none;
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        display: block;
        padding-left: 8px;
        padding-right: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}

.wrap.select2-selection--single {
    height: 100%;
}

.select2-container .wrap.select2-selection--single .select2-selection__rendered {
    word-wrap: break-word;
    text-overflow: inherit;
    white-space: normal;
}

.buttonIcon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.buttonTitle {
}

.dvProductHeaderContainer {
    font-weight: bold;
    border-bottom: solid 1px #d0d0d0;
    margin-bottom: 0px;
}

.dvRecordProduct {
    border-bottom: solid 1px #d0d0d0;
    margin-bottom: 0px;
}

    .dvRecordProduct > .row {
        padding-top: 4px;
    }

    .dvRecordProduct .row:hover {
        background-color: #f0f0f0;
    }

.tableBorder {
    border: solid 1px #dee2e6;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffffff;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

    .tableBorder .table {
        margin-bottom: 0px;
    }

.form-check {
    min-height: 20px;
    margin-bottom: 0px;
}

.form-check-input:checked {
    background-color: #228b22;
    border-color: #228b22;
}

.dvBrandsContainer {
    padding-left: 0px;
    padding-right: 0px;
}

    .dvBrandsContainer .dvBrand .widget-header {
        margin-left: 10px;
        margin-right: 10px;
    }

    .dvBrandsContainer .dvBrand > .row > .col {
        padding-left: 0px;
        padding-right: 0px;
    }

.datepicker-icon img {
    width: 16px;
    height: 16px;
}

.tableCustom td, .tableCustom th {
    white-space: normal !important;
}

.collisionProductPharmacyIcon, .collisionProductInstitutionIcon {
    float: left;
    margin-top: 3px;
    width: 15px;
}

.collisionProductPharmacyContainer, .collisionProductInstitutionContainer {
    clear: both;
    padding-left: 0px;
}

.collisionProductLowestApprovedPriceContainer {
    padding-left: 0px;
}

.collisionContainer {
    padding-left: 10px;
    padding-right: 10px;
}

    .collisionContainer .icoArrowDown, .collisionContainer .icoArrowUp {
        background-position-x: 0px;
    }

.dvCollisionCustomernumbers {
    padding-left: 35px;
}

.ddlBrandForImportSaleForPaybackBonus {
    width: auto !important;
}
