2021-12-06 15:15:59 +01:00
|
|
|
$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;
|
2021-12-14 11:58:50 +01:00
|
|
|
justify-content: space-between;
|
2021-12-06 15:15:59 +01:00
|
|
|
|
2021-12-14 11:58:50 +01:00
|
|
|
height: 58px;
|
2021-12-06 15:15:59 +01:00
|
|
|
|
2021-12-14 11:58:50 +01:00
|
|
|
margin: 0 32px;
|
2021-12-06 15:15:59 +01:00
|
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 400;
|
|
|
|
text-align: center;
|
|
|
|
|
2021-12-14 11:58:50 +01:00
|
|
|
.right_icons{
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
2021-12-07 14:38:54 +01:00
|
|
|
ol{
|
2021-12-06 15:15:59 +01:00
|
|
|
display: flex;
|
2021-12-14 11:58:50 +01:00
|
|
|
align-items: center;
|
|
|
|
|
2021-12-07 14:38:54 +01:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
li{
|
2021-12-06 15:15:59 +01:00
|
|
|
list-style-image: none;
|
|
|
|
list-style-position: outside;
|
|
|
|
list-style-type: none;
|
2021-12-07 14:38:54 +01:00
|
|
|
}
|
|
|
|
|
2021-12-14 11:58:50 +01:00
|
|
|
&.navigation_buttons_list{
|
|
|
|
padding-top: 10px;
|
2021-12-07 14:38:54 +01:00
|
|
|
|
2021-12-14 11:58:50 +01:00
|
|
|
li{
|
|
|
|
padding: 14px 32px;
|
2021-12-07 14:38:54 +01:00
|
|
|
|
|
|
|
a {
|
2021-12-14 11:58:50 +01:00
|
|
|
color: $white;
|
|
|
|
text-decoration: none;
|
2021-12-07 14:38:54 +01:00
|
|
|
}
|
2021-12-14 11:58:50 +01:00
|
|
|
|
|
|
|
&.active_on{
|
|
|
|
background-color: $white;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: $blue;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#mojeAnketeLink {
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Ikone za komentarje na desni
|
|
|
|
&.quick_settings{
|
2021-12-07 14:38:54 +01:00
|
|
|
|
2021-12-14 11:58:50 +01:00
|
|
|
li{
|
|
|
|
margin-left: 16px;
|
2021-12-07 14:38:54 +01:00
|
|
|
|
2021-12-14 11:58:50 +01:00
|
|
|
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;
|
2021-12-07 14:38:54 +01:00
|
|
|
}
|
2021-12-06 15:15:59 +01:00
|
|
|
}
|
|
|
|
|
2021-12-14 11:58:50 +01:00
|
|
|
// Vklopljeni moduli na desni
|
|
|
|
&.navigation_modules{
|
2021-12-06 15:15:59 +01:00
|
|
|
|
2021-12-14 11:58:50 +01:00
|
|
|
li{
|
|
|
|
margin-left: 16px;
|
|
|
|
}
|
2021-12-06 15:15:59 +01:00
|
|
|
|
2021-12-14 11:58:50 +01:00
|
|
|
a:hover{
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-12-06 15:15:59 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#secondNavigation {
|
2021-12-07 14:38:54 +01:00
|
|
|
display: flex;
|
2021-12-14 11:58:50 +01:00
|
|
|
align-items: center;
|
2021-12-06 15:15:59 +01:00
|
|
|
|
2021-12-07 14:38:54 +01:00
|
|
|
height: 41px;
|
2021-12-06 15:15:59 +01:00
|
|
|
|
2021-12-07 14:38:54 +01:00
|
|
|
border-bottom: 1px solid $gray;
|
2021-12-06 15:15:59 +01:00
|
|
|
|
2021-12-14 11:58:50 +01:00
|
|
|
.separator{
|
|
|
|
width: 1px;
|
|
|
|
height: 25px;
|
|
|
|
|
|
|
|
margin: 0 16px;
|
|
|
|
|
|
|
|
border-left: 1px $very-dark-gray2 solid;
|
|
|
|
}
|
|
|
|
|
2021-12-07 14:38:54 +01:00
|
|
|
ul.secondNavigation,
|
|
|
|
ul.secondNavigationArchive{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2021-12-06 15:15:59 +01:00
|
|
|
|
2021-12-07 14:38:54 +01:00
|
|
|
margin: 0 0 0 32px;
|
|
|
|
padding: 0;
|
|
|
|
|
2021-12-14 11:58:50 +01:00
|
|
|
&.secondNavigationArchive{
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
2021-12-07 14:38:54 +01:00
|
|
|
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;
|
2021-12-06 15:15:59 +01:00
|
|
|
}
|
|
|
|
|
2021-12-07 14:38:54 +01:00
|
|
|
&.active,
|
|
|
|
&:hover{
|
|
|
|
border-bottom: 1px $blue solid;
|
|
|
|
|
|
|
|
a{
|
|
|
|
color: $blue;
|
|
|
|
}
|
|
|
|
}
|
2021-12-06 15:15:59 +01:00
|
|
|
}
|
|
|
|
}
|
2021-12-14 11:58:50 +01:00
|
|
|
|
|
|
|
#secondNavigation_links{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
right: 32px;
|
|
|
|
|
|
|
|
a{
|
|
|
|
margin-left: 16px;
|
|
|
|
|
|
|
|
span::before{
|
|
|
|
font-size: 20px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-12-06 15:15:59 +01:00
|
|
|
}
|
|
|
|
|
2021-12-28 12:18:19 +01:00
|
|
|
/* 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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-12-07 14:38:54 +01:00
|
|
|
|
2021-12-06 15:15:59 +01:00
|
|
|
// skrijemo breadcrumbs na desktopu
|
|
|
|
div.breadcrumbs {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|