fieldset#calculations { div.icon_holder { margin-bottom: 16px; span.faicon { &:first-of-type { margin-left: 32px; } margin-right: 20px; margin-left: 0; } } div.button_holder { margin-top: 16px; margin-bottom: 0; } } //Rekodiranje table#recode_table { width: 100%; white-space: nowrap; td,th { div.analysis_icons_holder, div.functions { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; div.sep { border-right: 1px solid $gray; padding: 0 16px; vertical-align: middle; width: fit-content; &.silver { color: $very-dark-gray; } } } &.functions_column { border-left: 1px solid $gray; } } } //Ročno rekodiranje div.subpage_coding { .layout_right_item { fieldset { div#displayFilterNotes { display: none; } div#analiza_data { max-width: 932px; div.dataFullscreen{ display: none; } div.dataSettingsBasic { border: none; } } } } #dataTableScroller, #div_analiza_filtri_right { display: none; } //Skopiran styling za recode popup #vprasanje_recode_new { position: absolute; top: 40% !important; height: auto; min-height: 100px; width: 350px; padding: 10px; font-size: 13px; background-color: white; border: 4px solid $blue; border-radius: 7px; -moz-border-radius: 7px 7px 7px 7px; -webkit-border-radius: 7px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.8); -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8); -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8); } .coding-refresh { @include popup_general(); display: none; position: fixed; z-index: 1000; left: calc(50% - 150px); top: 20px; text-align: center; width: 300px; } #coding { @include popup_general(); position: absolute; width: 600px; min-height: 100px; display: none; box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.25); div.button_holder { margin-bottom: 16px; &:last-of-type { margin-bottom: 0; } &.left { justify-content: flex-start !important; } } h2{ width: 100%; margin-bottom: 16px; padding-bottom: 8px; font-weight: 600; font-size: 16px; text-transform: uppercase; border-bottom: 1px $gray solid; margin-block-start: 0; span.faicon, span.fa-brands { margin-right: 6px; color: $blue; &:before{ font-size: 14px; } } } .popup_close{ position: absolute !important; top: 10px; right: 10px; z-index: 9999; font-size: 12px !important; color: $very-dark-gray; &:hover{ color: $black; } a{ color: $very-dark-gray; text-decoration: none; &:hover{ color: $black; } } } fieldset { padding: 0; margin-bottom: 16px; div.variable_name { background-color: $light-gray; display:flex; flex-direction: row; padding: 8px 11px; align-items: center; justify-content: space-between; box-sizing: border-box; min-height: 45px; div.osnovno { display:flex; flex-direction: row; align-items: center; p, span { margin-right: 8px; &.faicon { font-size: 14px; } } } div.urejanje { font-size: 14px !important; select.dropdown { margin: 0 16px 0 8px !important; width: 140px; } } } div.variable_content { box-sizing: border-box; padding: 8px 11px; div.setting_holder { margin-bottom: 8px; min-height: 28px; &.horizontal { display: flex; flex-direction: row; align-items: center; justify-content: space-between; div.setting_item { label { font-size: 14px; } } select.dropdown { margin: 0; } } } input.text { width: 140px; margin: 0 8px 0 0; } span.faicon { font-size: 14px; } } } div.setting_holder { &.horizontal { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; div.inline { margin-top: 0; button { margin: 0 0 0 8px; min-width: 110px; } input { margin: 0 0 0 8px; } } } } } ul.recode_number_sort { padding: 0px; margin: 0px; li { list-style: none; border: 1px solid $blue; margin: 7px 10px 7px 0px; padding: 3px 0px; width: 100%; } } .recoding_variable_div { padding: 8px 3px; } .ui-recode-placeholder { background: $light-blue; border: 1px dashed $black; } .floatRecodeSpremenljivka { @include popup_general(); position: fixed; min-height: 50px; height: auto; top: 40vh; left: calc(50% + 360px); min-width: 200px; width: auto; z-index: 1000; } } //Izračunane vrednosti - popup div.subpage_calculation { div#calculation { div#calculation_editing_inner { div#calculation_editing_calculations { font-weight: $semi-bold; font-size: 20px; } p#calculation_editing_operators { a { text-decoration: none; } } } } }