1073 lines
20 KiB
CSS
1073 lines
20 KiB
CSS
.visually-hidden{
|
|
display:none;
|
|
}
|
|
|
|
.oznacen-rdec{
|
|
color: #ffa608;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* Glavni meni */
|
|
.nav-ul li {
|
|
float: left;
|
|
}
|
|
|
|
.nav-ul li > a {
|
|
display: block;
|
|
margin-right: 33px;
|
|
padding-top: 40px;
|
|
padding-bottom: 40px;
|
|
border-top: 3px solid #fff;
|
|
color: #333;
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
text-decoration: none;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.nav-ul li > a:hover {
|
|
border-top-color: #1e88e5;
|
|
color: #1e88e5;
|
|
}
|
|
|
|
.nav-ul li > a:focus {
|
|
color: #1e88e5;
|
|
}
|
|
|
|
.nav-ul li > a.active,
|
|
.nav-ul li > a.active-trail {
|
|
border-top-color: #1e88e5;
|
|
color: #1e88e5;
|
|
}
|
|
#mobile-menu-close{
|
|
display: none;
|
|
}
|
|
|
|
/* Glavni meni na mobilnikih*/
|
|
@media (max-width: 991px) {
|
|
body{
|
|
font-size: 18px;
|
|
}
|
|
.tile-text {
|
|
font-size: 17px;
|
|
}
|
|
|
|
#mobile-menu-close{
|
|
display: block;
|
|
position: absolute;
|
|
right: 20px;
|
|
top: 20px;
|
|
}
|
|
.nav-ul{
|
|
padding-right: 185px;
|
|
}
|
|
.nav-ul li {
|
|
display: block;
|
|
float: none;
|
|
}
|
|
.nav-ul li > a {
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
border-top-style: none;
|
|
}
|
|
|
|
.nav-ul-2-mobile {
|
|
left: 0px;
|
|
z-index: 2;
|
|
padding: 40px 20px;
|
|
color: #fff;
|
|
position: relative;
|
|
width: 100%;
|
|
margin-top: 0px;
|
|
margin-bottom: 0px;
|
|
margin-left: 0px;
|
|
padding-top: 0px;
|
|
padding-bottom: 0px;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.nav-ul-2-mobile .menu{
|
|
overflow: hidden;
|
|
padding-left: 20px;
|
|
border-left: 3px solid #4aa1ee;
|
|
}
|
|
|
|
.col._3-3-12-12 {
|
|
width: 50%;
|
|
height: 210px;
|
|
}
|
|
|
|
.kv {
|
|
margin-top: 140px !important;
|
|
}
|
|
|
|
}
|
|
@media (max-width: 767px){
|
|
.tile-text {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.nav-ul {
|
|
padding-right: 30px;
|
|
}
|
|
|
|
.kv {
|
|
margin-top: 110px !important;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 479px) {
|
|
.col._3-3-12-12 {
|
|
width: 100%;
|
|
}
|
|
|
|
.tile-text {
|
|
font-size: 15px;
|
|
}
|
|
}
|
|
|
|
#custom-login-agree-submit,
|
|
#login-google-title,
|
|
#login-facebook-title,
|
|
#login-aai-title{
|
|
display: none;
|
|
}
|
|
|
|
|
|
/* Stranski meni 1. nivo */
|
|
|
|
.nav-ul-2 ul{
|
|
list-style: none;
|
|
padding-left: 0px;
|
|
}
|
|
@media (max-width: 991px) {
|
|
.nav-ul-2{
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.menu-level-2 > ul > li > a{
|
|
display: block;
|
|
padding-top: 11px;
|
|
padding-bottom: 11px;
|
|
color: #fff;
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
text-decoration: none;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.menu-level-2 a:hover {
|
|
color: #333;
|
|
}
|
|
|
|
.menu-level-2 > ul > li > a:focus {
|
|
color: #ffa608;
|
|
}
|
|
|
|
/* 2. nivo levega menija */
|
|
.menu-level-2 > ul > li > ul a {
|
|
display: block;
|
|
padding-top: 8px;
|
|
padding-bottom: 8px;
|
|
-webkit-transition: color 200ms ease;
|
|
transition: color 200ms ease;
|
|
color: #fff;
|
|
font-size: 15px;
|
|
line-height: 15px;
|
|
font-weight: 400;
|
|
text-decoration: none;
|
|
text-transform: lowercase;
|
|
}
|
|
.menu-level-2 > ul > li > ul a::first-letter {
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.menu-level-2 > ul > li ul {
|
|
overflow: hidden;
|
|
padding-left: 20px;
|
|
border-left: 3px solid #4aa1ee;
|
|
}
|
|
|
|
/*.menu-level-2 > ul > li >ul >li >a:hover {*/
|
|
/*color: #333;*/
|
|
/*}*/
|
|
|
|
.menu-level-2 > ul > li >ul a:focus,
|
|
.menu-level-2 a.active,
|
|
.menu-level-2 a.active-trail{
|
|
color: #ffa608;
|
|
}
|
|
|
|
.kv{
|
|
background-image: url('/d/sites/all/themes/nova1ka/img/surv3.jpg');
|
|
height: 400px;
|
|
margin: 90px auto 40px;
|
|
}
|
|
.kv-title{
|
|
font-size: 42px;
|
|
text-decoration: none;
|
|
}
|
|
.kv-subtext {
|
|
text-transform: none;
|
|
font-size: 22px;
|
|
}
|
|
.kv-copy-frame {
|
|
height: 500px;
|
|
}
|
|
|
|
@media (max-width: 767px){
|
|
.kv-copy-frame{
|
|
height: 400px;
|
|
}
|
|
}
|
|
|
|
/* UREJANJE */
|
|
.tabs {
|
|
display: inline-block;
|
|
padding: 5px 0;
|
|
margin: 0;
|
|
}
|
|
.tabs > li {
|
|
display: inline-block;
|
|
padding: 5px 15px;
|
|
background: #c1c1c1;
|
|
}
|
|
.tabs a {
|
|
color: #555;
|
|
font-weight: normal;
|
|
}
|
|
|
|
|
|
/* TABS 1ka */
|
|
.tabs-1ka {
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.tabs-1ka ul.quicktabs-tabs {
|
|
padding-left: 0;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.tabs-1ka ul.quicktabs-tabs > li {
|
|
/*margin: 1%;*/
|
|
/*background: #eff2f7;*/
|
|
/*color: white;*/
|
|
width: 33.333%;
|
|
display: block;
|
|
float: left;
|
|
text-align: center;
|
|
bottom: -1px;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-flex: 1;
|
|
-webkit-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: #d1d1d1;
|
|
background-color: #fff;
|
|
-webkit-transition: border 200ms ease;
|
|
transition: border 200ms ease;
|
|
color: #333;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
}
|
|
|
|
.tabs-1ka ul.quicktabs-tabs > li.width-50 {
|
|
width: 48%;
|
|
}
|
|
|
|
@media (max-width: 766px) {
|
|
.tabs-1ka ul.quicktabs-tabs > li {
|
|
width: 100%;
|
|
clear: both;
|
|
}
|
|
.tabs-1ka ul.quicktabs-tabs > li.width-50 {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.tabs-1ka ul.quicktabs-tabs > li > a {
|
|
color: #333;
|
|
padding: 19px 0px !important;
|
|
display: block;
|
|
padding: 10px 0;
|
|
width: 100%;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.tabs-1ka ul.quicktabs-tabs > li .ikona-tab {
|
|
height: 56px;
|
|
background-position: 50% 0;
|
|
background-repeat: no-repeat;
|
|
background-size: 45px;
|
|
margin: -9px 11px;
|
|
}
|
|
|
|
.tabs-1ka ul.quicktabs-tabs > li.active .ikona-tab.ikona-faq {
|
|
/*content: '';*/
|
|
/*background-image: url("/d/sites/all/themes/nova1ka/img/ikone//modra_faq.svg");*/
|
|
}
|
|
|
|
.tabs-1ka ul.quicktabs-tabs > li .ikona-tab.ikona-prirocniki {
|
|
/*background-image: url("/d/sites/all/themes/nova1ka/img/ikone/modra_prirocniki.svg");*/
|
|
}
|
|
|
|
.tabs-1ka ul.quicktabs-tabs > li .ikona-tab.ikona-video {
|
|
/*background-image: url("/d/sites/all/themes/nova1ka/img/ikone/modra_video.svg");*/
|
|
}
|
|
|
|
.tabs-1ka ul.quicktabs-tabs > li.active {
|
|
border-bottom-color: #FFFFFF;
|
|
}
|
|
.tabs-1ka ul.quicktabs-tabs > li.active > a{
|
|
font-weight: 500;
|
|
color: #ffa608;
|
|
}
|
|
.tabs-1ka ul.quicktabs-tabs > li.active path{
|
|
fill: #ffa608;
|
|
}
|
|
|
|
.tabs-1ka .item-list{
|
|
position: relative;
|
|
display: block;
|
|
overflow: hidden;
|
|
}
|
|
|
|
/*.tabs-1ka ul.quicktabs-tabs > li.active > a {*/
|
|
/*color: #fff;*/
|
|
/*}*/
|
|
|
|
|
|
.tabs-1ka ul.quicktabs-tabs > li:hover {
|
|
background: #cdd6e6;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tabs-1ka ul.quicktabs-tabs > li:hover > a {
|
|
color: #333;
|
|
}
|
|
|
|
.tabs-1ka ul.quicktabs-tabs > li.active:hover > a {
|
|
color: #FFF !important;
|
|
}
|
|
|
|
.tabs-1ka .item-list ul {
|
|
list-style-type: none;
|
|
padding-left: 0px;
|
|
min-height: 20px;
|
|
}
|
|
|
|
.tabs-1ka .item-list ul > li.views-row {
|
|
margin-bottom: 5px;
|
|
padding-top: 5px;
|
|
padding-bottom: 10px;
|
|
border-bottom: 1px solid #f3f3f3;
|
|
}
|
|
|
|
/* Znak pred tabom */
|
|
.tabs-1ka .item-list ul > li.views-row a {
|
|
color: #333;
|
|
display: inline-block;
|
|
width: 95%;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.tabs-1ka .item-list ul > li.views-row a:hover {
|
|
color: #1e88e5;
|
|
}
|
|
span#active-quicktabs-tab {
|
|
display: none;
|
|
}
|
|
|
|
@media (max-width: 766px) {
|
|
.tabs-1ka .item-list ul > li.views-row a {
|
|
width: 90%;
|
|
}
|
|
}
|
|
|
|
.neprikazi{
|
|
display: none;
|
|
}
|
|
.text{
|
|
height: 50px;
|
|
margin-bottom: 24px;
|
|
padding-right: 0px;
|
|
padding-left: 0px;
|
|
border-style: none none solid;
|
|
border-bottom-width: 1px;
|
|
border-bottom-color: #d1d1d1;
|
|
font-size: 19px;
|
|
}
|
|
|
|
.region.region-slider > .block {
|
|
position: inherit;
|
|
}
|
|
.region-slider .button{
|
|
background-color: #606060;
|
|
border-color: #606060;
|
|
}
|
|
|
|
.region-slider .button:hover{
|
|
background-color: #333;
|
|
border-color: #333;
|
|
}
|
|
|
|
ul.language-switcher-locale-url {
|
|
margin-left: 25px;
|
|
float: right;
|
|
color: #ddd;
|
|
font-size: 13px;
|
|
text-decoration: none;
|
|
list-style: none;
|
|
text-transform: uppercase;
|
|
margin-top: 10px;
|
|
}
|
|
ul.language-switcher-locale-url .language-icon{
|
|
display: none;
|
|
}
|
|
|
|
/* Bloki sekcija na prvi strani */
|
|
.section.blue-section a {
|
|
color: #FFFFFF;
|
|
}
|
|
.section.blue-section h2.block__title{
|
|
margin-top: 20px;
|
|
margin-bottom: 10px;
|
|
font-size: 21px;
|
|
line-height: 28px;
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
}
|
|
.section.blue-section a, .section.blue-section p{
|
|
font-weight: 300;
|
|
}
|
|
|
|
li.column-3{
|
|
float: left;
|
|
width: 33.3333%;
|
|
list-style: none;
|
|
padding-right: 20px;
|
|
padding-left: 20px;
|
|
}
|
|
.region-novice ul{
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.datum-novica {
|
|
float: left;
|
|
display: inline-block;
|
|
color: #d1d1d1;
|
|
font-size: 18px;
|
|
line-height: 40px;
|
|
text-transform: uppercase;
|
|
margin-bottom: 20px;
|
|
}
|
|
.dan-no{
|
|
color: #ffffff !important;
|
|
}
|
|
.naslov-novica {
|
|
clear:both;
|
|
}
|
|
.h1-rule {
|
|
color: #999;
|
|
}
|
|
.narocniki .h1-rule{
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.ikona-custom-login{
|
|
cursor: pointer;
|
|
}
|
|
|
|
.naslov-novica a {
|
|
padding-top: 20px;
|
|
padding-bottom: 10px;
|
|
font-size: 16px;
|
|
line-height: 28px;
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
color: #535050;
|
|
}
|
|
.naslov-novica a:hover {
|
|
color: #ffa608;
|
|
}
|
|
|
|
.section.pomembne-povezave {
|
|
padding-bottom: 20px;
|
|
}
|
|
.section.narocniki {
|
|
padding: 60px 0 0;
|
|
}
|
|
|
|
/** Blok novice (preostale novice pod glavno novico, ki jo beremo) **/
|
|
#block-views-novice-block ul,
|
|
.view-display-id-page_1 ul{
|
|
margin-top: 15px;
|
|
padding: 0;
|
|
}
|
|
#block-views-novice-block li.column-3,
|
|
.view-display-id-page_1 li.column-3{
|
|
height: 400px;
|
|
}
|
|
#block-views-novice-block h2{
|
|
margin-top: 70px;
|
|
margin-bottom: 50px;
|
|
font-size: 40px;
|
|
line-height: 48px;
|
|
font-weight: 300;
|
|
padding-bottom: 10px;
|
|
border-bottom: 1px solid #d1d1d1;
|
|
color: #d1d1d1;
|
|
}
|
|
/** end blok novic **/
|
|
|
|
/** PAGER - če imamo več novic **/
|
|
ul.pager {
|
|
list-style: none;
|
|
text-align: center;
|
|
}
|
|
ul.pager li{
|
|
display: inline-block;
|
|
}
|
|
|
|
.view-seznami-strani ul{
|
|
list-style-type: none;
|
|
padding-left: 0px;
|
|
min-height: 20px;
|
|
}
|
|
|
|
.view-seznami-strani ul>li {
|
|
margin-bottom: 10px;
|
|
padding-top: 10px;
|
|
padding-bottom: 20px;
|
|
border-bottom: 1px solid #f3f3f3;
|
|
}
|
|
|
|
.view-seznami-strani ul>li a {
|
|
color: #333;
|
|
display: inline-block;
|
|
width: 95%;
|
|
font-weight: 400;
|
|
}
|
|
.view-seznami-strani ul>li a:hover {
|
|
color: #1e88e5;
|
|
}
|
|
|
|
|
|
/* Vsebina na notranjih straneh (faq, o 1ka...) */
|
|
.section.inner-content .field-items a:hover {
|
|
color: #ffa608;
|
|
}
|
|
.section.inner-content .field-items b,
|
|
.section.inner-content .field-items strong,
|
|
.section.inner-content .field-items a,
|
|
.section.inner-content .field-label{
|
|
font-weight: 600;
|
|
}
|
|
|
|
|
|
/* Prijava in registracija */
|
|
.closemodal{
|
|
cursor: pointer;
|
|
}
|
|
.rexister-modal{
|
|
display: none;
|
|
}
|
|
|
|
.ostale-prijave .ikona {
|
|
float: left;
|
|
padding-right: 20px;
|
|
}
|
|
.error-field {
|
|
border-color: #ff00008a;
|
|
}
|
|
.error-color {
|
|
color: #ff00008a;
|
|
}
|
|
.w-form-fail.show{
|
|
display: block;
|
|
}
|
|
|
|
#gdpr-vec-text{
|
|
display: none;
|
|
padding-left: 12px;
|
|
}
|
|
|
|
#register-form-email-sent,
|
|
#register-form-confirm{
|
|
display: none;
|
|
}
|
|
|
|
.napaka-registracija>div:not(:first-child) {
|
|
padding-top: 15px;
|
|
}
|
|
|
|
/* Obnovitev gesla */
|
|
input#obnovitev-email {
|
|
height: 50px;
|
|
margin-bottom: 24px;
|
|
padding-right: 0px;
|
|
padding-left: 0px;
|
|
border-style: none none solid;
|
|
border-bottom-width: 1px;
|
|
border-bottom-color: #d1d1d1;
|
|
font-size: 19px;
|
|
clear: both;
|
|
width: 100%;
|
|
}
|
|
.gumbi-pri-zunanji-prijavi{
|
|
display: none;
|
|
}
|
|
|
|
#kuki a{
|
|
color: #1e88e5;
|
|
}
|
|
|
|
/* USer menu */
|
|
#user-menu {
|
|
display: none;
|
|
position: absolute;
|
|
right: 0;
|
|
z-index: 99;
|
|
top: 40px;
|
|
}
|
|
ul.user-menu-link{
|
|
list-style: none;
|
|
padding: 15px;
|
|
margin-right: 18px;
|
|
background: #333333;
|
|
border: 1px solid white;
|
|
}
|
|
ul.user-menu-link li{
|
|
padding: 5px;
|
|
}
|
|
ul.user-menu-link a{
|
|
color: #FFF;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.col-60{
|
|
width: 60%;
|
|
}
|
|
/* Text box*/
|
|
.w-text{
|
|
height: auto;
|
|
min-height: 100px;
|
|
margin-bottom: 24px;
|
|
padding-right: 0px;
|
|
padding-left: 0px;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: #d1d1d1;
|
|
font-size: 17px !important;
|
|
}
|
|
.uspesno-poslano-sporocilo{
|
|
margin-top: 30px;
|
|
}
|
|
.noleftpadding{
|
|
padding-left: 0;
|
|
}
|
|
.error {
|
|
border-color: red;
|
|
color: red !important;
|
|
}
|
|
|
|
/* Iskalnik */
|
|
/* Stranski meni */
|
|
.region-sidebar > .block-facetapi > h2.block__title{
|
|
display: block;
|
|
padding-top: 11px;
|
|
padding-bottom: 11px;
|
|
color: #fff;
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
text-decoration: none;
|
|
text-transform: uppercase;
|
|
padding: 0;
|
|
max-resolution: 0;
|
|
}
|
|
.region-sidebar > .block-facetapi ul.facetapi-facetapi-links{
|
|
overflow: hidden;
|
|
padding-left: 20px;
|
|
border-left: 3px solid #4aa1ee;
|
|
}
|
|
.region-sidebar > .block-facetapi ul.facetapi-facetapi-links li{
|
|
text-transform: lowercase;
|
|
}
|
|
.region-sidebar > .block-facetapi ul.expanded {
|
|
overflow: hidden;
|
|
padding-left: 20px;
|
|
border-left: 3px solid #4aa1ee;
|
|
}
|
|
|
|
/* Iskani rezultati */
|
|
.search-results {
|
|
padding: 0;
|
|
}
|
|
.search-results .title{
|
|
font-weight: 400;
|
|
}
|
|
.search-results p.search-snippet{
|
|
font-weight: 300;
|
|
color: #333;
|
|
}
|
|
.search-results .search-snippet-info,
|
|
.search-results .search-snippet-info a,
|
|
.search-results .search-snippet-info strong{
|
|
font-weight: 300;
|
|
color: #333;
|
|
}
|
|
li.search-result:hover {
|
|
background: #2895f70d;
|
|
color: white;
|
|
}
|
|
|
|
#iskanje{
|
|
width: 27px;
|
|
height: 27px;
|
|
margin-top: 5px;
|
|
float: right;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.language-switcher-locale-url{
|
|
padding: 0;
|
|
}
|
|
#iskanje-form {
|
|
float: right;
|
|
display: none;
|
|
}
|
|
#iskanje-submit {
|
|
display: none;
|
|
}
|
|
#iskanje-input {
|
|
width: 300px;
|
|
padding: 10px 15px;
|
|
float: left;
|
|
border: 1px solid #d1d1d1;
|
|
border-radius: 3px;
|
|
}
|
|
.search-close{
|
|
z-index: 999;
|
|
margin-left: -31px;
|
|
margin-top: 9px;
|
|
float: left;
|
|
cursor: pointer;
|
|
}
|
|
.search-close>img{
|
|
width: 25px;
|
|
height: 25px;
|
|
}
|
|
|
|
|
|
/* iskalno polje */
|
|
#search-api-page-search-form input[type="text"]{
|
|
display: inline-block;
|
|
width: 100%;
|
|
margin-bottom: 3px;
|
|
line-height: 1.428571429;
|
|
color: #333333;
|
|
vertical-align: middle;
|
|
background-color: #ffffff;
|
|
height: 50px;
|
|
padding-right: 0px;
|
|
padding-left: 0px;
|
|
border-style: none none solid;
|
|
border-bottom-width: 1px;
|
|
border-bottom-color: #d1d1d1;
|
|
font-size: 19px;
|
|
}
|
|
#search-api-page-search-form input[type="submit"]{
|
|
display: inline-block;
|
|
padding: 9px 15px;
|
|
background-color: #3898EC;
|
|
color: white;
|
|
border: 0;
|
|
line-height: inherit;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
border-radius: 0;
|
|
margin-bottom: 27px;
|
|
padding: 14px 49px;
|
|
font-weight: 600;
|
|
letter-spacing: 1px;
|
|
text-transform: uppercase;
|
|
}
|
|
#search-api-page-search-form .form-type-textfield{
|
|
display: inline-block;
|
|
width: 70%;
|
|
}
|
|
.search-api-page-results {
|
|
display: block;
|
|
float: left;
|
|
}
|
|
/*.region-sidebar > .block-facetapi ul.facetapi-facetapi-links a::first-letter{*/
|
|
/*text-transform: capitalize;*/
|
|
/*}*/
|
|
.region-header .language-link{
|
|
color: #ddd !important;
|
|
}
|
|
.region-header language-switcher-locale-url:hover .language-link{
|
|
color: #fff !important;
|
|
}
|
|
.region-sidebar > .block-facetapi ul>li>a{
|
|
display: inline-block;
|
|
padding-top: 8px;
|
|
padding-bottom: 8px;
|
|
-webkit-transition: color 200ms ease;
|
|
transition: color 200ms ease;
|
|
color: #fff;
|
|
font-size: 15px;
|
|
line-height: 15px;
|
|
font-weight: 400;
|
|
text-decoration: none;
|
|
margin-right: 5px;
|
|
}
|
|
.region-sidebar > .block-facetapi .facetapi-active{
|
|
color: #ffa608;
|
|
}
|
|
.element-invisible{
|
|
display: none;
|
|
}
|
|
/* Pomembne povezave */
|
|
.li-povezave{
|
|
background-color: rgba(30, 136, 229, .06);
|
|
}
|
|
|
|
/* Naši naročniki */
|
|
.li-logo{
|
|
width: 20%;
|
|
-webkit-filter: grayscale(100%) opacity(30%);
|
|
filter: grayscale(100%) opacity(30%);
|
|
cursor: pointer;
|
|
line-height: 180px;
|
|
text-align: center;
|
|
}
|
|
.li-logo:hover{
|
|
-webkit-filter: none;
|
|
filter: none;
|
|
}
|
|
li.li-logo.eh img {
|
|
max-height: 150px;
|
|
max-width: 150px;
|
|
height: auto;
|
|
width: auto;
|
|
}
|
|
|
|
.logo-footer {
|
|
width: 200px;
|
|
padding: 11px 0;
|
|
}
|
|
|
|
/* checkbox */
|
|
.checkbox-field {
|
|
margin-bottom: 21px;
|
|
position: relative;
|
|
}
|
|
|
|
.checkbox-field input[type=checkbox]{
|
|
opacity:0;
|
|
}
|
|
|
|
.checkbox-field span.checkbox-display {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.checkbox-field input[type=checkbox]:checked+span.checkbox-display:before,
|
|
.checkbox-field input[type=checkbox]:hover+span.checkbox-display:before {
|
|
border-color:#369FF4;
|
|
}
|
|
|
|
.checkbox-field input[type=checkbox]:checked+span.checkbox-display:before {
|
|
content: "\2713";
|
|
font-weight: bold;
|
|
}
|
|
|
|
.checkbox-field input[type=checkbox]+span.checkbox-display:before{
|
|
content: "";
|
|
display: inline-block;
|
|
border: 1px solid #d1d1d1;
|
|
background-color: #FFF;
|
|
text-align: center;
|
|
border-radius: 2px;
|
|
color: #1e88e5;
|
|
}
|
|
|
|
.checkbox-field input[type=checkbox]+span.checkbox-display.error:before{
|
|
border-color: red;
|
|
}
|
|
|
|
.checkbox-field input[type=checkbox],
|
|
.checkbox-field span.checkbox-display:before {
|
|
position: absolute;
|
|
width: 20px;
|
|
height: 20px;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
|
|
/*// Drupal admin*/
|
|
#user-login .form-text {
|
|
height: 50px;
|
|
margin-bottom: 24px;
|
|
padding-right: 0px;
|
|
padding-left: 0px;
|
|
border-style: none none solid;
|
|
border-bottom-width: 1px;
|
|
border-bottom-color: #d1d1d1;
|
|
font-size: 19px;
|
|
}
|
|
#user-login input[type=submit] {
|
|
margin-top: 15px;
|
|
margin-bottom: 27px;
|
|
padding: 14px 49px;
|
|
font-weight: 600;
|
|
letter-spacing: 1px;
|
|
text-transform: uppercase;
|
|
background: #1e88e5;
|
|
border: 0;
|
|
color: white;
|
|
}
|
|
|
|
.noga{
|
|
border-top: 1px solid #dee2e6;
|
|
padding-top: 64px;
|
|
margin-top: 60px;
|
|
background-color: rgba(30,136,229,.06);
|
|
}
|
|
|
|
/**
|
|
Mnenje uporabnikov
|
|
*/
|
|
.mnenje-section{
|
|
background-image: url("/d/sites/all/themes/nova1ka/img/ozadje_mnenje.jpg");
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
}
|
|
.cloud-mnenje{
|
|
border-color: #fff transparent transparent #fff;
|
|
}
|
|
.t-row {
|
|
width: 100%;
|
|
background: #333c;
|
|
}
|
|
|
|
.privzeta-oblika {
|
|
text-transform: none !important;
|
|
}
|
|
|
|
/*EU cookie bar*/
|
|
#sliding-popup{
|
|
font-family: Montserrat,sans-serif;
|
|
}
|
|
#sliding-popup.sliding-popup-bottom,
|
|
#sliding-popup.sliding-popup-bottom .eu-cookie-withdraw-banner,
|
|
.eu-cookie-withdraw-tab{
|
|
background: rgba(96, 96, 96, 0.80) !important;
|
|
padding: 1em;
|
|
}
|
|
|
|
#sliding-popup .eu-cookie-compliance-default-button,
|
|
#sliding-popup .eu-cookie-compliance-hide-button,
|
|
#sliding-popup .eu-cookie-compliance-more-button-thank-you,
|
|
#sliding-popup .eu-cookie-withdraw-button {
|
|
box-shadow: none;
|
|
background-color: #ededed;
|
|
background-image: none;
|
|
border-radius: 0;
|
|
border: 1px solid #dcdcdc;
|
|
color: #000;
|
|
text-decoration: none;
|
|
font-family: Montserrat,sans-serif;
|
|
text-shadow: none;
|
|
padding: 8px 22px;
|
|
font-weight: 600;
|
|
letter-spacing: 1px;
|
|
}
|
|
|
|
@media (max-width: 1100px) {
|
|
.li-logo {
|
|
width: 25%;
|
|
height: 170px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991px) {
|
|
.region-novice .column-3{
|
|
width: 100%;
|
|
padding: 20px;
|
|
}
|
|
|
|
#block-views-novice-block li.column-3, .vse-novice li.column-3 {
|
|
height: auto;
|
|
width: 100%;
|
|
padding: 20px 0;
|
|
}
|
|
.h1-whitebg{
|
|
font-size: 42px;
|
|
}
|
|
|
|
.li-logo {
|
|
width: 33.33%;
|
|
height: 170px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.li-logo {
|
|
width: 50%;
|
|
height: 170px;
|
|
}
|
|
.li-logo img {
|
|
max-height: 160px;
|
|
max-width: 160px;
|
|
}
|
|
.submit-btn {
|
|
padding: 14px 44px;
|
|
}
|
|
|
|
#iskanje-form{
|
|
float: left;
|
|
width: 100%;
|
|
position: absolute;
|
|
margin-left: -20px;
|
|
}
|
|
#iskanje-input{
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 479px) {
|
|
.li-logo.eh {
|
|
width: 100%;
|
|
padding: 15px 0;
|
|
text-align: center;
|
|
}
|
|
.cloud{
|
|
bottom: -39px;
|
|
}
|
|
#iskanje-form{
|
|
position: absolute;
|
|
width: 100%;
|
|
margin-left: -20px;
|
|
}
|
|
.submit-btn {
|
|
float: left;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
/* Z amobilne telefone */
|
|
@media (max-width: 400px) {
|
|
.h1-whitebg {
|
|
font-size: 33px;
|
|
}
|
|
}
|
|
|