:root {
    --primary-ram: #04327D;
    --secondary-ram: #CFCFCF;
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('/ramondetti/static-files/fonts/Lato-SemiboldItalic/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html {
    overflow: hidden;

}


/*body * {*/
/*    font-family: 'Lato-Regular', sans-serif !important;*/
/*}*/

body, h1, h2, h3, h4, h5, h6, p, span, label, input, textarea, button {
    font-family: 'Lato-Regular', sans-serif !important;
}

.er-toolbar {
    background-color: var(--primary-ram) !important;
    color: white;
    padding: 0;
}

.label-tag {
    color: var(--primary-ram);
}

.label-title {
    font-size: 2em;
    color: var(--primary-ram);
}

.label-subtitle {
    font-size: 1.25em;
    color: var(--primary-ram);
}

.label-tag-secondary {
    color: var(--secondary-ram);
}

.login-container {
    background-image: url('/ramondetti/static-files/img/wallpaper.jpg');
    background-size: cover; /* Adatta l'immagine al div */
    background-position: center; /* Centra l'immagine */
    background-repeat: no-repeat; /* Evita che si ripeta */
}

.btn-primary {
    background-color: var(--primary-ram);
    color: white;
}

.login-card {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.navbar-light .navbar-brand {
    color: white;
}

.navbar-brand {
    margin-left: 15px;
}

.nav-item {
    margin: 2px !important;
}

.er-toolbar-btn {
    color: white !important;
    font-size: 30px;
    padding-left: 15px;
}

.menu-item {
    margin-top: 25px;
}

.z-grid {
    height: calc(100% - 20px);
}

.z-grid-body {
    height: calc(100% - 46px);
}

.er-small-btn {
    width: 25px;
    height: 25px;
    padding: 0;
}

.er-medium-btn {
    width: 35px;
    height: 35px;
    padding: 0;
}

.z-listcell-content, .z-listheader-content {
    padding: 1px 3px;
}

.z-combobox-input {
    height: 25px;
}

.z-combobox-button {
    height: 25px;
    padding: 0;
    width: 25px;
    min-width: 25px;
}

.z-listbox-header {
    height: 25px;
    background: var(--primary-ram);
}

.z-listheader {
    background: var(--primary-ram);
}

.er-listbox-small-btn {
    margin-top: -3px;
}

.er-mini-listbox-cell {
    vertical-align: 0;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.z-listbox-body-mini {
    height: 100px;
}

.z-columns-bar {
    background: transparent;
    border: none;
}

.z-grid-body {
    overflow-y: scroll;

}

.er-cliente-textbox {
    width: 100%;
}

.er-small-btn {
    width: 25px;
    padding: 0;
    font-size: 13px;
}


.z-paging {
    height: 22px;
    padding: 0;
}

.z-paging-button {
    padding: 0;
    margin: -3px 0;
}

.z-paging-input {
    height: 20px;
    width: 35px;
}

.z-paging-info {
    padding: 0;
    top: 0;
}

.z-tabbox, .z-tabpanel, .z-tabs, .z-tab {
    background: none;
}

.z-tabs, .z-tab, .z-tabs-content {
    min-height: 30px;
}

.z-tab {
    padding: 5px 7px;
    height: 35px;
}

.z-tabbox {
    border: none;
}

.z-tab-selected .z-tab-text {
    color: var(--primary-ram);

}

.z-tab-selected {
    border-bottom: 2px solid var(--primary-ram);
}

.z-listcell, .z-listcell-content, .z-listbox .z-listcell {
    background: transparent;
    padding-left: 3px;
}

.z-tabpanel {
    padding: 5px;
}

.er-bottom-bar {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.table-pagination-section {
    width: 70%;
    background: #F2F2F2;
    display: flex;
    align-items: center;
}

.table-nav {
    margin-bottom: 0;
    margin-right: 2px;
}

.table-button-section {
    width: 30%;
    background: #F2F2F2;
    padding-right: 0;
}

input[type="checkbox"]:checked:before {
    padding-left: 1px;
    content: "✓";
}

input[type="checkbox"]:checked {
    background-color: var(--ramondetti-main-color);
    color: #FFFFFF;
}