h1 {
    color: black;
    font-size:25px;
    font-weight: 500;
    font-family: 'Roboto Mono', monospace;
    margin-top: 10px;

}
h2{
    color: #00497B !important;
    font-size:23px;
    font-weight: 500;
    font-family: 'Roboto Mono', monospace;
    margin-top: 10px;
}
table{
    box-shadow: 0 3px 10px rgba(60, 60, 60, 0.1);
}
table th{
    color: #000000;
    background: rgba(00, 73,123, 0.40);

}
.blue2 {
    color: #00497B !important;
}
.back-blue {
    background-color:#00497b;

}
.skatla{
    padding: 5px;
    padding-left: 6%;
}


  /* label color */
   .input-field label {
     color: #000;
   }
   /* label focus color */
.input-field input[type=text]:focus + label {
     color:#00497B !important;
    font-weight: bold;
   }
   /* label underline focus color */
   .input-field input[type=text]:focus {
     border-bottom: 1px solid #00497B !important;
     box-shadow: 0 1px 0 0 #000;
   }
   /* 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: #00497B;
   }

   img.logo404 {
       margin-top: 10px;
       width: 15% !important;
   }
img.naslovna {
    margin: 30px;
    width: 50% !important;

}

.podnaslov{
    background: rgba(00, 73,123, 0.40) !important;
    margin-top: 15px;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 10px !important;
}
.gumb {
    margin: 3px;
}
.white-txt{
    color:white !important;
}

.modal-text {
    font-size: 20px;
    font-family: Roboto, sans-serif;
}

.helplogo {
    height: 60px !important;
    padding-top: 15px !important;
}