﻿
@media print {
    body * {
        visibility: hidden;
    }

    #toPrint, #toPrint * {
        visibility: visible;
    }

    #toPrint {
        position: absolute;
        left: 0;
        top: 0;
    }
}

@media (max-width: 768px) {

    .rz-menu.rz-menu-open:not(.rz-profile-menu) {
        display: inline-table;
    }

        .rz-menu.rz-menu-open:not(.rz-profile-menu).navigation-menu {
            display: inline-table;
        }

    .upomenulayout {
        margin-top: 2px;
        text-align: left !important;
    }
}

@media (min-width: 769px) {


    .upomenulayout {
        margin-top: 2px;
        text-align: center;
    }
}

.add-forms {
    background: white;
    width: 100%;
    border: #e0e0e0 solid 0.5px;
    border-radius: 4px;
}

.add-row {
    margin: 0 auto;
    display: table;
    width: 100%;
    flex-wrap: nowrap;
    padding: 5px 10px 5px 10px;
    margin-bottom: 5px;
}

.add-buttons {
    margin: 0 auto;
    display: table;
}

.edit-forms {
    background: white;
    width: 100%;
    border: #e0e0e0 solid 0.5px;
    border-radius: 4px;
}

.edit-row {
    margin: 0 auto;
    display: table;
    width: 100%;
    flex-wrap: nowrap;
    padding: 5px 10px 5px 10px;
    margin-bottom: 5px;
}

.edit-buttons {
    margin: 0 auto;
    display: table;
    transform: translateY(15%);
}

.delete-row {
    margin: 0 auto;
    display: table;
    width: 100%;
    flex-wrap: nowrap;
    padding: 5px 10px 5px 10px;
    margin-bottom: 5px;
}

.delete-buttons {
    margin: 0 auto;
    display: table;
    transform: translateY(10%);
}

.view-forms {
    background: white;
    width: 100%;
    border: #e0e0e0 solid 0.5px;
    border-radius: 4px;
}

.view-row {
    margin: 0 auto;
    display: table;
    width: 100%;
    flex-wrap: nowrap;
    padding: 5px 10px 5px 10px;
    margin-bottom: 5px;
}

.view-buttons {
    margin: 0 auto;
    display: table;
    transform: translateY(15%);
}

.index-forms {
    background: white;
    width: 100%;
    border: #e0e0e0 solid 0.5px;
    border-radius: 4px;
}

.index1-forms {
    background: white;
    width: 49%;
    padding: 1%;
    float: left;
    border: #e0e0e0 solid 0.5px;
    border-radius: 4px;
}

.index2-forms {
    background: white;
    width: 49%;
    padding: 1%;
    float: right;
    border: #e0e0e0 solid 0.5px;
    border-radius: 4px;
}

.index-row {
    margin: 0 auto;
    display: table;
    width: 100%;
    flex-wrap: nowrap;
    padding: 5px 10px 5px 10px;
    margin-bottom: 5px;
}

.index1-row {
    margin: 0 auto;
    display: inline-block;
    width: 49.7%;
    flex-wrap: nowrap;
    padding: 5px 10px 5px 10px;
    margin-bottom: 5px;
    float: left;
    height: 91px;
}

.index2-row {
    margin: 0 auto;
    display: inline-block;
    width: 49.7%;
    flex-wrap: nowrap;
    padding: 5px 10px 5px 10px;
    margin-bottom: 5px;
    float: right;
    height: 91px;
}

.index1-rowWithBorder {
    margin: 0 auto;
    display: inline-block;
    width: 49.7%;
    flex-wrap: nowrap;
    padding: 5px 10px 5px 10px;
    margin-bottom: 5px;
    float: left;
    height: 91px;
    border: #e0e0e0 solid 0.5px;
    border-radius: 4px;
}

.index2-rowWithBorder {
    margin: 0 auto;
    display: inline-block;
    width: 49.7%;
    flex-wrap: nowrap;
    padding: 5px 10px 5px 10px;
    margin-bottom: 5px;
    float: right;
    height: 91px;
    border: #e0e0e0 solid 0.5px;
    border-radius: 4px;
}

.menu-item {
    width: 230%;
}

.index-buttons {
    margin: 0 auto;
    display: table;
    transform: translateY(10%);
}


.rz-splitbutton .rz-button {
    background-color: steelblue;
}

.rz-splitbutton .rz-splitbutton-menubutton {
    border-left: solid 1px white;
}

.draggable {
    width: fit-content;
    touch-action: none;
    display: inline-block;
    cursor: move;
}

.drop-target {
    display: inline-block;
}

.rz-date-filter-buttons .rz-button, .rz-button-md {
    text-transform: none;
}

.rz-tabview-nav li a, .rz-tabview-nav li a:not([href]):not([class]) {
    text-transform: none;
}

.rz-button.rz-success {
    background-color: #21b7af !important;
    color: white;
}

.rz-button.rz-danger {
    background-color: #6c757d !important;
    color: white;
}

.rz-button.rz-secondary {
    background-color: #b053af !important;
    color: white;
}

.rz-header {
    background-color: #1e4682 !important;
    color: white;
}

.rz-menu:not(.rz-profile-menu) {
    background-color: #1e4682 !important;
    color: white;
}
