$first_navigation_text: $gray; $comment_number_text: #ffffff; $second_navigation_text: $gray; $export_dropdown_text: $gray; $second_navigation_background: #ffffff; header{ #surveyNavigation { height: 58px; background-color: $blue; #firstNavigation { display: flex; justify-content: space-between; height: 58px; margin: 0 32px; font-size: 16px; font-weight: 400; text-align: center; .right_icons{ display: flex; } ol{ display: flex; align-items: center; padding: 0; margin: 0; li{ list-style-image: none; list-style-position: outside; list-style-type: none; } &.navigation_buttons_list{ padding-top: 10px; li{ padding: 14px 32px; a { color: $white; text-decoration: none; } &.active_on{ background-color: $white; a { color: $blue; } } #mojeAnketeLink { } } } // Ikone za komentarje na desni &.quick_settings{ li{ margin-left: 16px; a span::before{ color: white; } } #quick_comments_link.newCss { font-size: 12px; a { margin-right: 0px !important; color: $white !important; font-weight: 600; &:hover { color: $white !important; } span.comments_blue_off { margin-top: 4px !important; } span.comments_orange_off { margin-top: 4px !important; } span.comments_blue_on { margin-top: -1px !important; } span.comments_orange_on { margin-top: -1px !important; } } } span.sprites.comments_blue_on { color: $white; font-size: 11px; font-weight: bold; line-height: 12px; text-align: center; } span.sprites.comments_orange_on { color: $white; font-size: 11px; font-weight: bold; line-height: 12px; text-align: center; } } // Vklopljeni moduli na desni &.navigation_modules{ li{ margin-left: 16px; } a:hover{ text-decoration: none; } } } } } #secondNavigation { display: flex; align-items: center; height: 41px; border-bottom: 1px solid $gray; .separator{ width: 1px; height: 25px; margin: 0 16px; border-left: 1px $very-dark-gray2 solid; } ul.secondNavigation, ul.secondNavigationArchive{ display: flex; align-items: center; margin: 0 0 0 32px; padding: 0; &.secondNavigationArchive{ margin-left: 0; } li{ list-style-image: none; list-style-position: outside; list-style-type: none; height: 41px; border-bottom: 1px $gray solid; a { padding: 12px 32px; line-height: 41px; font-size: 15px; color: $very-dark-gray2; text-decoration: none; } &.active, &:hover{ border-bottom: 1px $blue solid; a{ color: $blue; } } } } #secondNavigation_links{ display: flex; align-items: center; position: absolute; right: 32px; a{ margin-left: 16px; span::before{ font-size: 20px !important; } } } } /* sub settings (under second navigation) */ #topSettingsHolder { display: flex; align-items: center; box-sizing: border-box; width: 100%; height: 41px; color: $blue; border-bottom: 1px $gray solid; .borderLeft { padding-left: 20px; border-left: 1px dotted $gray; } #additional_navigation { position: relative; width: auto; margin: 9px 0px 0 0; background: 0; a { span { padding: 2px 50px 2px 0; font-size: 12px; font-weight: 500; color: $blue; } span.active { color: $yellow; background: 0; } span.faicon.arrow_back { padding: 0; line-height: 0px; margin-right: 40px; } } } #dataOnlyValid { position: relative; display: inline-block; width: auto; margin: 4px 0 0; padding: 3px 0 4px 0; .middle { margin-left: 20px; input { margin: 0px 4px 1px 2px; } } } #analiza_right_options_holder { position: relative; float: right; margin: 4px 15px 0 0; #analiza_right_options { display: inline; } #analiza_right_options2 { display: inline; } #analiza_right_options3 { float:left; display: inline; } #div_analiza_filtri_right, #div_analiza_filtri_right2{ display: none; white-space: nowrap; position: absolute; z-index: 78; top: 32px; right: 0; width: auto; min-height: 20px; height: auto; padding: 10px; text-align: left; font-size: 13px; background-color: $white; border: 1px solid $blue; ul { margin: 0px !important; padding: 0px; li { display: block; margin: 0px !important; padding: 3px; list-style: none; span.as_link { font-weight: 500; color: $blue !important; &:hover { color: $yellow !important; text-decoration: none; } } span.as_link.gray { font-weight: normal; color: $blue !important; &:hover { color: $yellow !important; text-decoration: none; } } span.advanced { display: block; font-weight: normal; } } li.space { display: none; } } a { color: $blue !important; text-decoration: none; &:visited { color: $blue !important; text-decoration: none; } &:hover { color: $yellow !important; text-decoration: none; } } } #div_analiza_filtri_right2 { right: 35px; } #analiza_right_options { span#filters_span { color: $blue; margin-left: 4px; } &:hover { span#filters_span { color: $yellow !important; } } } #analiza_right_options2 { &:hover { span#filters_span { color: $yellow !important; } } } #div_analiza_filtri_right.analiza { ul { li.space { display: none; } } } #div_analiza_filtri_right2.analiza { ul { li.space { display: none; } } } } } // skrijemo breadcrumbs na desktopu div.breadcrumbs { display: none; } }