.container-input > input { padding: 0vh 1vh; border-radius: 0.5vh; max-width: 7vh; } /* Right column */ .rightcolumn { min-width: fit-content; } /* Main Table */ #pageBody { max-height: 84vh; padding: 0 5vw; margin: 0; border: 0; align-content: center; justify-content: flex-start; display: flex; flex-direction: column; align-items: flex-start; overflow-y: auto; overflow-x: hidden; position: absolute; width: 90vw; color: var(--colour-text); } /* Footer */ .footer { padding: 1vh 1vw; text-align: center; margin: 0; max-height: 5vh; overflow-y: auto; background-color: var(--colour-accent); position: absolute; bottom: 0; width: 98vw; } @media screen and (max-width: 400px) { .footer { max-height: 8vh; padding: 0.75vh 2vw; font-size: 10px; width: 96vw; max-width: 96vw; } .footer > h4 { font-size: 10px; } .footer > h5 { font-size: 9px; } } .footer > h4, h5 { padding: 0; margin: 0; } /* #formFilters .container-input.filter.active_only { } */ #tableMain tbody > div { width: 113vh; } #tableMain { max-width: 90vw; } td > input, td > select, td > textarea, .container-input > input, .container-input > select, .container-input > textarea { border: 2px solid var(--colour-primary); border-radius: 0.5vh; } #tableMain tbody tr td table thead tr th.id_variation_type, #tableMain tbody tr td table tbody tr td.id_variation_type, #tableMain tbody tr td table thead tr th.id_variation, #tableMain tbody tr td table tbody tr td.id_variation { width: 47.5%; } /* select.id_variation, select.id_variation_type { max-width: 40% !important; } */ @media screen and (max-width: 850px) { #formFilters input, #formFilters select { max-width: 12vh; min-width: 12vh; } } /*# sourceMappingURL=dog_dog_command_links.bundle.css.map*/