.input-field input[type=text]:focus + label {
     color: #000;
   }
   /* label underline focus color */
   .input-field input[type=text]:focus {
     border-bottom: 1px solid #66c623;
     box-shadow: 0 1px 0 0 #86e643;
       -webkit-box-shadow: 0 1px 0 0 #86e643;
   }
   /* valid color */
   .input-field input[type=text].valid {
     border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000;
   }
   /* invalid color */
   .input-field input[type=text].invalid {
     border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000;
   }
   /* icon prefix focus color */
   .input-field .prefix.active {
     color: #000;
   }

   #id_username:focus{
     border-bottom: 1px solid #66c623;
     box-shadow: 0 1px 0 0 #86e643;
       -webkit-box-shadow: 0 1px 0 0 #86e643;

   }
      #id_password:focus{
     border-bottom: 1px solid #66c623;
     box-shadow: 0 1px 0 0 #86e643;
       -webkit-box-shadow: 0 1px 0 0 #86e643;

   }
h2{
    font-size: x-large;
}
.podrobnosti{
    margin-right: 10px;
    width: 150px;
    display: inline-block;
    font-size: 18px;
}
.denar{
    font-size: 20px;
}
.cena{margin-right: 10px;
    width: 100px;
    display: inline-block;
    font-size: 18px;

}
.ura{
    font-size: 20px;
}
.starost {
    font-size: 20px;
}
.sirina{
    margin-right: 10px;
    width: 100px;
    display: inline-block;
    font-size: 18px;

}

.podlaga_naslov {
    border-radius: 0px 10px 10px 0px;
    margin-bottom: 10px;
    box-shadow: 3px 5px 5px 0px #3b5a20;
    -webkit-box-shadow: 3px 5px 5px 0px #3b5a20;

}
.moji_podatki {
    border-bottom: 1px solid rgba(160,160,160,0.2)
}
.tekst{
    font-size: 16px;
}

.dropdown-content li > span {
    color: #689f38;
}
.errorlist{
    color: #B71C1C;
}
#logo{
    height: 64px;
}

.hidden {
    display: none;
}

a {
    color: #689f38
}

#nav {
    z-index: 10;
}

.sidenav-overlay {
    z-index: 1;
}

@media (max-width: 600px) {
    #logo {
        height: 54px;
    }
}
.scrollable{
    overflow-x:auto;
}
.bigger{
    font-size: 1.5em;
}
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
    content: " \25B4\25BE"
}
table.sortable tbody {
    counter-reset: sortabletablescope;
}
table.sortable thead tr::before {
    content: "#";
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    font-weight: bold;
}
table.sortable tbody tr::before {
    content: counter(sortabletablescope);
    counter-increment: sortabletablescope;
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    color: #88aa88;
}
.extraSmall{
    font-size: xx-small;
    margin: 10px;
}

tr.light-green:nth-child(2n+1) {
    background-color: #ccee90 !important;
}
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
fieldset{
    border: none;
}
.velikost_slike{
    width: 80%;
    margin: 15px;
}
.odstavek{
    margin-bottom: 10px;
}
#kazalo{
    width: 160px;
    margin-left: 30px;
    position: fixed;
}
.collection{
    border: none;
}
.gumb{
    margin-bottom: 10px;
}
.izleti{
    min-height: 600px;
}
.profil{
    min-height: 320px;
}

div.tinymce ul li{
    list-style-type: disc;
}
div.tinymce ul{
    padding-left:30px;

}
.osnutek{
    border-style: dashed;
    border-color: orange;

}
.align-right-m {
    text-align: right;
}

@media (max-width: 600px) {
    .align-right-m{
        text-align: left;
        padding-top:0px !important;
    }
}
.onerem input{
    height: 1.5rem!important;
}
.field-required::after {
    content: "*";
}
.odstavek_vpisni{
    font-size: larger;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
    text-decoration: underline;


}

.margin-top-right{
    margin-top: 30px!important;
    margin-right: 30px!important;
}
.vpis{
    font-size: medium;
    margin: 30px!important;
}

 @media screen and (max-width: 480px) {
 .form-line .form-description {
   visibility: visible !important;
   overflow-x: clip !important;
}
}